01KZSE7KTQJSAMQHFNXCDQMRK0: 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: 01KZSE8FXHRHYFTAC2Q3J61GR1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-11T22:15:25.255Zjob assigned to worker 01KZSE8R8PWQAE3QQG9GTCRHJG [factory aws, i-095cc68aaf35fb00e] (queued for 52 s)
 
22026-08-11T22:15:33.289Zstarting task 0: "setup"
32026-08-11T22:15:33.305Z++ uname -s
42026-08-11T22:15:33.305Z+ kern=SunOS
52026-08-11T22:15:33.305Z+ build_user=build
62026-08-11T22:15:33.305Z+ build_uid=12345
72026-08-11T22:15:33.305Z+ work_dir=/work
82026-08-11T22:15:33.305Z+ input_dir=/input
92026-08-11T22:15:33.305Z+ [[ 0 == 12345 ]]
102026-08-11T22:15:33.305Z+ case "$kern" in
112026-08-11T22:15:33.313Z+ groupadd -g 12345 build
122026-08-11T22:15:33.314Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-11T22:15:34.913Z+ zfs create -o mountpoint=/work rpool/work
142026-08-11T22:15:35.035Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-11T22:15:35.092Z+ home_fs=zfs
162026-08-11T22:15:35.092Z+ [[ zfs == autofs ]]
172026-08-11T22:15:35.095Z+ mkdir -p /home/build
182026-08-11T22:15:35.095Z+ chown build:build /home/build /work
192026-08-11T22:15:37.042Z+ chmod 0700 /home/build /work
202026-08-11T22:15:37.054Zprocess exited: duration 4146 ms, exit code 0
 
212026-08-11T22:15:37.082Zstarting task 1: "rust-toolchain"
222026-08-11T22:15:37.096Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-11T22:15:37.096Z * rust toolchain channel = "1.97.1"
242026-08-11T22:15:37.096Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-11T22:15:37.096Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-11T22:15:37.097Z * rust toolchain profile = "default"
272026-08-11T22:15:37.097Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-11T22:15:37.097Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-11T22:15:37.097Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-11T22:15:37.205Zinfo: downloading installer
312026-08-11T22:15:38.939Zwarn: It looks like you have an existing rustup settings file at:
322026-08-11T22:15:38.939Zwarn: /home/build/.rustup/settings.toml
332026-08-11T22:15:38.939Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-11T22:15:38.939Zwarn: instead of the one inferred from the default host triple.
352026-08-11T22:15:38.953Zinfo: profile set to default
362026-08-11T22:15:38.953Zinfo: default host triple is x86_64-unknown-illumos
372026-08-11T22:15:38.953Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-11T22:15:39.110Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-11T22:15:39.136Zinfo: downloading 6 components
402026-08-11T22:15:54.430Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-11T22:15:54.430Z
422026-08-11T22:15:54.462Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-11T22:15:54.465Z
442026-08-11T22:15:54.465Z
452026-08-11T22:15:54.465ZRust is installed now. Great!
462026-08-11T22:15:54.465Z
472026-08-11T22:15:54.473ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-11T22:15:54.473Zenvironment variable. This has not been done automatically.
492026-08-11T22:15:54.473Z
502026-08-11T22:15:54.473ZTo configure your current shell, you need to source
512026-08-11T22:15:54.473Zthe corresponding env file under $HOME/.cargo.
522026-08-11T22:15:54.473Z
532026-08-11T22:15:54.473ZThis is usually done by running one of the following (note the leading DOT):
542026-08-11T22:15:54.473Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-11T22:15:54.473Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-11T22:15:54.473Zsource "~/.cargo/env.nu" # For nushell
572026-08-11T22:15:54.473Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-11T22:15:54.473Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-11T22:15:54.473Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-11T22:15:54.473Zwarn: no default linker (`cc`) was found in your PATH
612026-08-11T22:15:54.473Zwarn: many Rust crates require a system C toolchain to build
622026-08-11T22:15:54.577Z+ rustup --version
632026-08-11T22:15:54.584Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-11T22:15:54.586Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-11T22:15:54.609Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-11T22:15:54.609Z+ cargo --version
672026-08-11T22:15:54.633Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-11T22:15:54.633Z+ rustc --version
692026-08-11T22:15:54.642Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-11T22:15:54.642Zprocess exited: duration 17545 ms, exit code 0
 
712026-08-11T22:15:54.661Zstarting task 2: "authentication"
722026-08-11T22:15:54.689ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-11T22:16:57.492Zprocess exited: duration 62834 ms, exit code 0
 
742026-08-11T22:16:57.506Zstarting task 3: "clone repository"
752026-08-11T22:16:57.514Z+ mkdir -p /work/oxidecomputer/omicron
762026-08-11T22:16:57.514Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-08-11T22:16:57.552ZCloning into '/work/oxidecomputer/omicron'...
782026-08-11T22:17:08.991Z+ cd /work/oxidecomputer/omicron
792026-08-11T22:17:08.991Z+ git fetch origin 0d881891ca1970343540d172caefdc5fa5340962
802026-08-11T22:17:09.308ZFrom https://github.com/oxidecomputer/omicron
812026-08-11T22:17:09.308Z * branch 0d881891ca1970343540d172caefdc5fa5340962 -> FETCH_HEAD
822026-08-11T22:17:09.325Z+ [[ -n '' ]]
832026-08-11T22:17:09.325Z+ git reset --hard 0d881891ca1970343540d172caefdc5fa5340962
842026-08-11T22:17:09.423ZHEAD is now at 0d881891c [spr] initial version
852026-08-11T22:17:09.426Zprocess exited: duration 11917 ms, exit code 0
 
862026-08-11T22:17:09.435Zstarting task 4: "build"
872026-08-11T22:17:09.440Z+ source .github/buildomat/ci-env.sh
882026-08-11T22:17:09.444Z++ export CARGO_TERM_COLOR=always
892026-08-11T22:17:09.444Z++ CARGO_TERM_COLOR=always
902026-08-11T22:17:09.444Z+++ uname -s
912026-08-11T22:17:09.444Z++ [[ SunOS == \S\u\n\O\S ]]
922026-08-11T22:17:09.444Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
932026-08-11T22:17:09.448Z+ cargo --version
942026-08-11T22:17:09.462Zcargo 1.97.1 (c980f4866 2026-06-30)
952026-08-11T22:17:09.467Z+ rustc --version
962026-08-11T22:17:09.478Zrustc 1.97.1 (8bab26f4f 2026-07-14)
972026-08-11T22:17:09.483Z+ cargo tree --locked
982026-08-11T22:17:09.655Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
992026-08-11T22:17:09.976Z Updating crates.io index
1002026-08-11T22:17:09.979Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1012026-08-11T22:17:10.245Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1022026-08-11T22:17:10.666Z Updating git repository `https://github.com/oxidecomputer/propolis`
1032026-08-11T22:17:11.716Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1042026-08-11T22:17:12.253Z Updating git repository `https://github.com/oxidecomputer/crucible`
1052026-08-11T22:17:13.849Z Updating git repository `https://github.com/oxidecomputer/opte`
1062026-08-11T22:17:14.685Z Updating git repository `https://github.com/oxidecomputer/tofino`
1072026-08-11T22:17:14.994Z Updating git repository `https://github.com/oxidecomputer/lldp`
1082026-08-11T22:17:15.443Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1092026-08-11T22:17:17.079Z Updating git repository `https://github.com/oxidecomputer/clickward`
1102026-08-11T22:17:17.679Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1112026-08-11T22:17:18.049Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1122026-08-11T22:17:18.315Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1132026-08-11T22:17:18.840Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1142026-08-11T22:17:19.111Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1152026-08-11T22:17:19.421Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1162026-08-11T22:17:19.713Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1172026-08-11T22:17:20.004Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1182026-08-11T22:17:20.399Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1192026-08-11T22:17:20.914Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1202026-08-11T22:17:21.321Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1212026-08-11T22:17:21.845Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1222026-08-11T22:17:22.138Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1232026-08-11T22:17:22.783Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1242026-08-11T22:17:23.140Z Updating git repository `https://github.com/oxidecomputer/erebor`
1252026-08-11T22:17:23.424Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1262026-08-11T22:17:23.838Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1272026-08-11T22:17:24.126Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1282026-08-11T22:17:24.519Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1292026-08-11T22:17:25.371Z Updating git repository `https://github.com/oxidecomputer/ispf`
1302026-08-11T22:17:25.647Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1312026-08-11T22:17:25.964Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-08-11T22:17:26.338Z Updating git repository `https://github.com/oxidecomputer/tough`
1332026-08-11T22:17:26.926Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1342026-08-11T22:17:27.469Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1352026-08-11T22:17:27.783Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1362026-08-11T22:17:28.083Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1372026-08-11T22:17:28.703Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1382026-08-11T22:17:28.963Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-08-11T22:17:29.270Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1402026-08-11T22:17:29.585Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1412026-08-11T22:17:29.891Z Updating git repository `https://github.com/illumos/smf-rs`
1422026-08-11T22:17:32.440Z Downloading crates ...
1432026-08-11T22:17:32.490Z Downloaded crc8 v0.1.1
1442026-08-11T22:17:32.502Z Downloaded clap_derive v4.6.1
1452026-08-11T22:17:32.506Z Downloaded const-oid v0.10.2
1462026-08-11T22:17:32.506Z Downloaded curve25519-dalek-derive v0.1.1
1472026-08-11T22:17:32.510Z Downloaded cpubits v0.1.1
1482026-08-11T22:17:32.510Z Downloaded colorchoice v1.0.4
1492026-08-11T22:17:32.510Z Downloaded crc v3.4.0
1502026-08-11T22:17:32.516Z Downloaded compression-core v0.4.31
1512026-08-11T22:17:32.520Z Downloaded convert_case v0.4.0
1522026-08-11T22:17:32.520Z Downloaded cpufeatures v0.3.0
1532026-08-11T22:17:32.520Z Downloaded clap_lex v1.0.0
1542026-08-11T22:17:32.524Z Downloaded globwalk v0.9.1
1552026-08-11T22:17:32.527Z Downloaded home v0.5.12
1562026-08-11T22:17:32.527Z Downloaded heck v0.4.1
1572026-08-11T22:17:32.532Z Downloaded defmt-macros v1.0.1
1582026-08-11T22:17:32.536Z Downloaded convert_case v0.10.0
1592026-08-11T22:17:32.539Z Downloaded debug-ignore v1.0.5
1602026-08-11T22:17:32.540Z Downloaded hex v0.4.3
1612026-08-11T22:17:32.540Z Downloaded hostname v0.3.1
1622026-08-11T22:17:32.544Z Downloaded hostname v0.4.2
1632026-08-11T22:17:32.544Z Downloaded cobs v0.3.0
1642026-08-11T22:17:32.544Z Downloaded darling_macro v0.21.3
1652026-08-11T22:17:32.544Z Downloaded git-stub v1.0.0
1662026-08-11T22:17:32.544Z Downloaded hash32 v0.3.1
1672026-08-11T22:17:32.544Z Downloaded hex-literal v0.4.1
1682026-08-11T22:17:32.548Z Downloaded goblin v0.8.2
1692026-08-11T22:17:32.548Z Downloaded heck v0.5.0
1702026-08-11T22:17:32.548Z Downloaded constant_time_eq v0.3.1
1712026-08-11T22:17:32.549Z Downloaded crc-catalog v2.4.0
1722026-08-11T22:17:32.553Z Downloaded ident_case v1.0.1
1732026-08-11T22:17:32.553Z Downloaded group v0.14.0
1742026-08-11T22:17:32.553Z Downloaded cpufeatures v0.2.17
1752026-08-11T22:17:32.554Z Downloaded ciborium-io v0.2.2
1762026-08-11T22:17:32.557Z Downloaded defmt v0.3.100
1772026-08-11T22:17:32.557Z Downloaded highway v1.3.0
1782026-08-11T22:17:32.557Z Downloaded http-body-util v0.1.3
1792026-08-11T22:17:32.561Z Downloaded crucible-workspace-hack v0.1.0
1802026-08-11T22:17:32.561Z Downloaded hex-literal v1.1.0
1812026-08-11T22:17:32.562Z Downloaded ciborium-ll v0.2.2
1822026-08-11T22:17:32.562Z Downloaded darling_macro v0.13.4
1832026-08-11T22:17:32.562Z Downloaded derive_builder_macro v0.20.2
1842026-08-11T22:17:32.565Z Downloaded hash32 v0.2.1
1852026-08-11T22:17:32.569Z Downloaded constant_time_eq v0.4.2
1862026-08-11T22:17:32.569Z Downloaded guppy-workspace-hack v0.1.0
1872026-08-11T22:17:32.569Z Downloaded cmake v0.1.57
1882026-08-11T22:17:32.569Z Downloaded critical-section v1.2.0
1892026-08-11T22:17:32.569Z Downloaded http-body v1.0.1
1902026-08-11T22:17:32.574Z Downloaded compression-codecs v0.4.37
1912026-08-11T22:17:32.578Z Downloaded cookie v0.18.1
1922026-08-11T22:17:32.578Z Downloaded crossbeam-epoch v0.9.18
1932026-08-11T22:17:32.582Z Downloaded crypto-common v0.1.7
1942026-08-11T22:17:32.583Z Downloaded cstr-argument v0.1.2
1952026-08-11T22:17:32.587Z Downloaded headers-core v0.3.0
1962026-08-11T22:17:32.587Z Downloaded indent_write v2.2.0
1972026-08-11T22:17:32.591Z Downloaded darling_macro v0.20.11
1982026-08-11T22:17:32.591Z Downloaded darling_macro v0.23.0
1992026-08-11T22:17:32.591Z Downloaded globset v0.4.18
2002026-08-11T22:17:32.591Z Downloaded crunchy v0.2.4
2012026-08-11T22:17:32.591Z Downloaded defmt-parser v1.0.0
2022026-08-11T22:17:32.596Z Downloaded hyper-tls v0.6.0
2032026-08-11T22:17:32.602Z Downloaded crypto-common v0.2.2
2042026-08-11T22:17:32.605Z Downloaded adler2 v2.0.1
2052026-08-11T22:17:32.608Z Downloaded inout v0.1.4
2062026-08-11T22:17:32.612Z Downloaded hubpack v0.1.2
2072026-08-11T22:17:32.612Z Downloaded approx v0.5.1
2082026-08-11T22:17:32.616Z Downloaded httpdate v1.0.3
2092026-08-11T22:17:32.616Z Downloaded hubpack_derive v0.1.1
2102026-08-11T22:17:32.616Z Downloaded indoc v1.0.9
2112026-08-11T22:17:32.619Z Downloaded is-terminal v0.4.17
2122026-08-11T22:17:32.619Z Downloaded concurrent-queue v2.5.0
2132026-08-11T22:17:32.619Z Downloaded darling v0.13.4
2142026-08-11T22:17:32.619Z Downloaded cipher v0.4.4
2152026-08-11T22:17:32.626Z Downloaded hyper-staticfile v0.10.1
2162026-08-11T22:17:32.626Z Downloaded crossbeam-deque v0.8.6
2172026-08-11T22:17:32.632Z Downloaded criterion-plot v0.6.0
2182026-08-11T22:17:32.632Z Downloaded illumos-nvpair-sys v0.2.0
2192026-08-11T22:17:32.632Z Downloaded idna_adapter v1.2.1
2202026-08-11T22:17:32.633Z Downloaded atomic-waker v1.1.2
2212026-08-11T22:17:32.633Z Downloaded crc32fast v1.5.0
2222026-08-11T22:17:32.636Z Downloaded ascii-canvas v3.0.0
2232026-08-11T22:17:32.636Z Downloaded http-range v0.1.5
2242026-08-11T22:17:32.636Z Downloaded illumos-nvpair v0.3.0
2252026-08-11T22:17:32.636Z Downloaded internet-checksum v0.2.1
2262026-08-11T22:17:32.636Z Downloaded cargo-platform v0.3.2
2272026-08-11T22:17:32.640Z Downloaded colored v2.2.0
2282026-08-11T22:17:32.640Z Downloaded corncobs v0.1.4
2292026-08-11T22:17:32.640Z Downloaded csv-core v0.1.13
2302026-08-11T22:17:32.640Z Downloaded ciborium v0.2.2
2312026-08-11T22:17:32.644Z Downloaded clang-sys v1.8.1
2322026-08-11T22:17:32.644Z Downloaded const-oid v0.9.6
2332026-08-11T22:17:32.647Z Downloaded bcrypt-pbkdf v0.11.0
2342026-08-11T22:17:32.648Z Downloaded bitfield-macros v0.19.4
2352026-08-11T22:17:32.648Z Downloaded opaque-debug v0.3.1
2362026-08-11T22:17:32.651Z Downloaded openssl-probe v0.1.6
2372026-08-11T22:17:32.651Z Downloaded packed_struct_codegen v0.10.1
2382026-08-11T22:17:32.651Z Downloaded glob v0.3.3
2392026-08-11T22:17:32.651Z Downloaded group v0.13.0
2402026-08-11T22:17:32.652Z Downloaded instant v0.1.13
2412026-08-11T22:17:32.652Z Downloaded derive_more v0.99.20
2422026-08-11T22:17:32.658Z Downloaded hyper-rustls v0.27.7
2432026-08-11T22:17:32.658Z Downloaded cipher v0.5.2
2442026-08-11T22:17:32.662Z Downloaded inout v0.2.2
2452026-08-11T22:17:32.662Z Downloaded cfg-if v1.0.4
2462026-08-11T22:17:32.662Z Downloaded oso-derive v0.27.3
2472026-08-11T22:17:32.665Z Downloaded bitfield-struct v0.6.2
2482026-08-11T22:17:32.666Z Downloaded daft v0.1.7
2492026-08-11T22:17:32.669Z Downloaded data-encoding v2.10.0
2502026-08-11T22:17:32.669Z Downloaded delegate v0.13.5
2512026-08-11T22:17:32.669Z Downloaded der_derive v0.7.3
2522026-08-11T22:17:32.669Z Downloaded instability v0.3.11
2532026-08-11T22:17:32.673Z Downloaded deranged v0.5.8
2542026-08-11T22:17:32.673Z Downloaded derive-ex v0.1.8
2552026-08-11T22:17:32.673Z Downloaded daft-derive v0.1.7
2562026-08-11T22:17:32.677Z Downloaded ipnet v2.11.0
2572026-08-11T22:17:32.680Z Downloaded path-slash v0.1.5
2582026-08-11T22:17:32.686Z Downloaded ipnetwork v0.21.1
2592026-08-11T22:17:32.686Z Downloaded ingot-types v0.2.0
2602026-08-11T22:17:32.691Z Downloaded proc-macro-error-attr2 v2.0.0
2612026-08-11T22:17:32.691Z Downloaded precomputed-hash v0.1.1
2622026-08-11T22:17:32.691Z Downloaded anes v0.1.6
2632026-08-11T22:17:32.691Z Downloaded anstyle-parse v0.2.7
2642026-08-11T22:17:32.695Z Downloaded hmac v0.13.0
2652026-08-11T22:17:32.695Z Downloaded cookie_store v0.22.1
2662026-08-11T22:17:32.695Z Downloaded colored v3.1.1
2672026-08-11T22:17:32.695Z Downloaded console v0.16.2
2682026-08-11T22:17:32.695Z Downloaded ctr v0.10.1
2692026-08-11T22:17:32.699Z Downloaded half v1.8.3
2702026-08-11T22:17:32.699Z Downloaded addr2line v0.25.1
2712026-08-11T22:17:32.699Z Downloaded crossbeam-utils v0.8.21
2722026-08-11T22:17:32.703Z Downloaded indoc v2.0.7
2732026-08-11T22:17:32.703Z Downloaded const_format_proc_macros v0.2.34
2742026-08-11T22:17:32.703Z Downloaded ingot v0.2.1
2752026-08-11T22:17:32.710Z Downloaded bitflags v1.3.2
2762026-08-11T22:17:32.714Z Downloaded defmt v1.0.1
2772026-08-11T22:17:32.718Z Downloaded bit-set v0.5.3
2782026-08-11T22:17:32.718Z Downloaded byte-wrapper v0.1.0
2792026-08-11T22:17:32.723Z Downloaded iana-time-zone v0.1.65
2802026-08-11T22:17:32.723Z Downloaded recursive-proc-macro-impl v0.1.1
2812026-08-11T22:17:32.723Z Downloaded russh-cryptovec v0.62.0
2822026-08-11T22:17:32.723Z Downloaded hmac v0.12.1
2832026-08-11T22:17:32.730Z Downloaded cargo_metadata v0.23.1
2842026-08-11T22:17:32.733Z Downloaded cmov v0.5.4
2852026-08-11T22:17:32.733Z Downloaded derive_builder v0.20.2
2862026-08-11T22:17:32.733Z Downloaded pem-rfc7468 v0.7.0
2872026-08-11T22:17:32.737Z Downloaded derive_builder_core v0.20.2
2882026-08-11T22:17:32.737Z Downloaded oxide-update-engine v0.1.2
2892026-08-11T22:17:32.737Z Downloaded darling v0.20.11
2902026-08-11T22:17:32.741Z Downloaded darling v0.21.3
2912026-08-11T22:17:32.742Z Downloaded peg v0.8.5
2922026-08-11T22:17:32.745Z Downloaded partial-io v0.5.4
2932026-08-11T22:17:32.745Z Downloaded ctutils v0.4.2
2942026-08-11T22:17:32.746Z Downloaded sapling-renderdag v0.1.0
2952026-08-11T22:17:32.746Z Downloaded datatest-stable v0.3.3
2962026-08-11T22:17:32.749Z Downloaded serde-big-array v0.5.1
2972026-08-11T22:17:32.749Z Downloaded packed_struct v0.10.1
2982026-08-11T22:17:32.749Z Downloaded hybrid-array v0.4.13
2992026-08-11T22:17:32.753Z Downloaded git-stub-vcs v0.1.0
3002026-08-11T22:17:32.753Z Downloaded postgres-protocol v0.6.10
3012026-08-11T22:17:32.753Z Downloaded ppv-lite86 v0.2.21
3022026-08-11T22:17:32.758Z Downloaded polyval v0.7.1
3032026-08-11T22:17:32.758Z Downloaded shell-words v1.1.1
3042026-08-11T22:17:32.761Z Downloaded httptest v0.16.4
3052026-08-11T22:17:32.761Z Downloaded impl-trait-for-tuples v0.2.3
3062026-08-11T22:17:32.761Z Downloaded phf v0.13.1
3072026-08-11T22:17:32.761Z Downloaded similar-asserts v1.7.0
3082026-08-11T22:17:32.765Z Downloaded proc-macro-error2 v2.0.1
3092026-08-11T22:17:32.765Z Downloaded slog-envlogger v2.2.0
3102026-08-11T22:17:32.765Z Downloaded console v0.15.11
3112026-08-11T22:17:32.768Z Downloaded structmeta v0.3.0
3122026-08-11T22:17:32.768Z Downloaded supports-hyperlinks v2.1.0
3132026-08-11T22:17:32.775Z Downloaded httparse v1.10.1
3142026-08-11T22:17:32.775Z Downloaded darling v0.23.0
3152026-08-11T22:17:32.775Z Downloaded darling_core v0.13.4
3162026-08-11T22:17:32.779Z Downloaded clap v4.6.1
3172026-08-11T22:17:32.783Z Downloaded primefield v0.14.0
3182026-08-11T22:17:32.783Z Downloaded hickory-client v0.25.2
3192026-08-11T22:17:32.786Z Downloaded icu_properties v2.1.2
3202026-08-11T22:17:32.786Z Downloaded chumsky v0.9.3
3212026-08-11T22:17:32.786Z Downloaded r2d2 v0.8.10
3222026-08-11T22:17:32.791Z Downloaded humantime v2.3.0
3232026-08-11T22:17:32.791Z Downloaded sync_wrapper v1.0.2
3242026-08-11T22:17:32.791Z Downloaded tinyvec_macros v0.1.1
3252026-08-11T22:17:32.794Z Downloaded half v2.7.1
3262026-08-11T22:17:32.794Z Downloaded heapless v0.7.17
3272026-08-11T22:17:32.794Z Downloaded sync-ptr v0.1.4
3282026-08-11T22:17:32.794Z Downloaded async-bb8-diesel v0.2.1
3292026-08-11T22:17:32.798Z Downloaded rand_core v0.9.5
3302026-08-11T22:17:32.798Z Downloaded camino v1.2.2
3312026-08-11T22:17:32.798Z Downloaded rand_seeder v0.4.0
3322026-08-11T22:17:32.805Z Downloaded tower-service v0.3.3
3332026-08-11T22:17:32.808Z Downloaded tokio-macros v2.7.0
3342026-08-11T22:17:32.808Z Downloaded heapless v0.8.0
3352026-08-11T22:17:32.812Z Downloaded tower-layer v0.3.3
3362026-08-11T22:17:32.812Z Downloaded crc-any v2.5.0
3372026-08-11T22:17:32.816Z Downloaded derive-where v1.6.0
3382026-08-11T22:17:32.816Z Downloaded relative-path v1.9.3
3392026-08-11T22:17:32.816Z Downloaded rustls-pemfile v2.2.0
3402026-08-11T22:17:32.816Z Downloaded cfg-expr v0.20.6
3412026-08-11T22:17:32.820Z Downloaded parking_lot_core v0.9.12
3422026-08-11T22:17:32.823Z Downloaded untrusted v0.7.1
3432026-08-11T22:17:32.823Z Downloaded pest_generator v2.8.6
3442026-08-11T22:17:32.828Z Downloaded pest_derive v2.8.6
3452026-08-11T22:17:32.829Z Downloaded pkcs8 v0.11.0
3462026-08-11T22:17:32.829Z Downloaded sec1 v0.7.3
3472026-08-11T22:17:32.829Z Downloaded pkg-config v0.3.32
3482026-08-11T22:17:32.833Z Downloaded serde_urlencoded v0.7.1
3492026-08-11T22:17:32.833Z Downloaded serde_path_to_error v0.1.20
3502026-08-11T22:17:32.836Z Downloaded icu_provider v2.1.1
3512026-08-11T22:17:32.837Z Downloaded ingot-macros v0.2.0
3522026-08-11T22:17:32.837Z Downloaded usdt v0.6.0
3532026-08-11T22:17:32.837Z Downloaded pkcs1 v0.8.0-rc.4
3542026-08-11T22:17:32.840Z Downloaded slog-json v2.6.1
3552026-08-11T22:17:32.840Z Downloaded ssh-encoding v0.3.0
3562026-08-11T22:17:32.844Z Downloaded snafu-derive v0.8.9
3572026-08-11T22:17:32.844Z Downloaded compact_str v0.8.1
3582026-08-11T22:17:32.847Z Downloaded darling_core v0.20.11
3592026-08-11T22:17:32.847Z Downloaded zone v0.3.1
3602026-08-11T22:17:32.851Z Downloaded slog-dtrace v0.3.0
3612026-08-11T22:17:32.851Z Downloaded stringmetrics v2.2.2
3622026-08-11T22:17:32.851Z Downloaded utf8_iter v1.0.4
3632026-08-11T22:17:32.851Z Downloaded wnaf v0.14.0
3642026-08-11T22:17:32.851Z Downloaded icu_normalizer_data v2.1.1
3652026-08-11T22:17:32.854Z Downloaded headers v0.4.1
3662026-08-11T22:17:32.854Z Downloaded ignore v0.4.25
3672026-08-11T22:17:32.860Z Downloaded strum_macros v0.24.3
3682026-08-11T22:17:32.904Z Downloaded strum_macros v0.26.4
3692026-08-11T22:17:32.905Z Downloaded target-lexicon v0.13.3
3702026-08-11T22:17:32.905Z Downloaded termios v0.3.3
3712026-08-11T22:17:32.921Z Downloaded dof v0.4.0
3722026-08-11T22:17:32.921Z Downloaded diesel_table_macro_syntax v0.3.0
3732026-08-11T22:17:32.921Z Downloaded display-error-chain v0.2.2
3742026-08-11T22:17:32.921Z Downloaded flagset v0.4.7
3752026-08-11T22:17:32.921Z Downloaded hickory-resolver v0.25.2
3762026-08-11T22:17:32.922Z Downloaded salsa20 v0.11.0
3772026-08-11T22:17:32.922Z Downloaded scroll v0.13.0
3782026-08-11T22:17:32.922Z Downloaded terminal_size v0.4.3
3792026-08-11T22:17:32.922Z Downloaded thiserror v2.0.18
3802026-08-11T22:17:32.922Z Downloaded dtrace-parser v0.2.0
3812026-08-11T22:17:32.922Z Downloaded thiserror-no-std v2.0.2
3822026-08-11T22:17:32.922Z Downloaded tinystr v0.8.2
3832026-08-11T22:17:32.922Z Downloaded toml_writer v1.1.1+spec-1.1.0
3842026-08-11T22:17:32.922Z Downloaded unarray v0.1.4
3852026-08-11T22:17:32.922Z Downloaded futures-core v0.3.32
3862026-08-11T22:17:32.922Z Downloaded gethostname v0.5.0
3872026-08-11T22:17:32.922Z Downloaded fxhash v0.2.1
3882026-08-11T22:17:32.922Z Downloaded env_filter v1.0.0
3892026-08-11T22:17:32.922Z Downloaded foreign-types v0.3.2
3902026-08-11T22:17:32.922Z Downloaded foreign-types-shared v0.3.1
3912026-08-11T22:17:32.922Z Downloaded keccak v0.1.6
3922026-08-11T22:17:32.922Z Downloaded bitflags v2.11.0
3932026-08-11T22:17:32.922Z Downloaded darling_core v0.21.3
3942026-08-11T22:17:32.922Z Downloaded darling_core v0.23.0
3952026-08-11T22:17:32.929Z Downloaded indexmap v1.9.3
3962026-08-11T22:17:32.929Z Downloaded is_terminal_polyfill v1.70.2
3972026-08-11T22:17:32.929Z Downloaded icu_normalizer v2.1.1
3982026-08-11T22:17:32.929Z Downloaded uzers v0.12.2
3992026-08-11T22:17:32.929Z Downloaded vergen-lib v9.1.0
4002026-08-11T22:17:32.929Z Downloaded lazy_static v1.5.0
4012026-08-11T22:17:32.929Z Downloaded const_format v0.2.35
4022026-08-11T22:17:32.930Z Downloaded linked-hash-map v0.5.6
4032026-08-11T22:17:32.930Z Downloaded lzss v0.8.2
4042026-08-11T22:17:32.930Z Downloaded pin-project v1.1.11
4052026-08-11T22:17:32.930Z Downloaded icu_locale_core v2.1.1
4062026-08-11T22:17:32.930Z Downloaded static_assertions v1.1.0
4072026-08-11T22:17:32.930Z Downloaded walkdir v2.5.0
4082026-08-11T22:17:32.930Z Downloaded match_cfg v0.1.0
4092026-08-11T22:17:32.930Z Downloaded writeable v0.6.2
4102026-08-11T22:17:32.930Z Downloaded yoke v0.8.1
4112026-08-11T22:17:32.930Z Downloaded zeroize_derive v1.5.0
4122026-08-11T22:17:32.930Z Downloaded progenitor-impl v0.14.0
4132026-08-11T22:17:32.930Z Downloaded progenitor-impl v0.13.0
4142026-08-11T22:17:32.930Z Downloaded digest v0.11.3
4152026-08-11T22:17:32.930Z Downloaded ecdsa v0.16.9
4162026-08-11T22:17:32.935Z Downloaded newline-converter v0.3.0
4172026-08-11T22:17:32.935Z Downloaded num_threads v0.1.7
4182026-08-11T22:17:32.935Z Downloaded zstd-safe v7.2.4
4192026-08-11T22:17:32.940Z Downloaded nodrop v0.1.14
4202026-08-11T22:17:32.940Z Downloaded aead v0.5.2
4212026-08-11T22:17:32.940Z Downloaded block-buffer v0.12.1
4222026-08-11T22:17:32.940Z Downloaded tempfile v3.25.0
4232026-08-11T22:17:32.943Z Downloaded indicatif v0.18.4
4242026-08-11T22:17:32.947Z Downloaded tokio-stream v0.1.18
4252026-08-11T22:17:32.952Z Downloaded env_logger v0.11.9
4262026-08-11T22:17:32.956Z Downloaded futures-executor v0.3.32
4272026-08-11T22:17:32.956Z Downloaded async-recursion v1.1.1
4282026-08-11T22:17:32.960Z Downloaded base16ct v1.0.0
4292026-08-11T22:17:32.964Z Downloaded der v0.7.10
4302026-08-11T22:17:32.964Z Downloaded crypto-bigint v0.5.5
4312026-08-11T22:17:32.967Z Downloaded fs_extra v1.3.0
4322026-08-11T22:17:32.967Z Downloaded p256 v0.14.0
4332026-08-11T22:17:32.972Z Downloaded twox-hash v2.1.2
4342026-08-11T22:17:32.972Z Downloaded usdt-impl v0.6.0
4352026-08-11T22:17:32.972Z Downloaded is_ci v1.2.0
4362026-08-11T22:17:32.977Z Downloaded keccak v0.2.0
4372026-08-11T22:17:32.977Z Downloaded libsw v3.5.0
4382026-08-11T22:17:32.977Z Downloaded parse-display v0.10.0
4392026-08-11T22:17:32.977Z Downloaded parse-size v1.1.0
4402026-08-11T22:17:32.977Z Downloaded plotters-svg v0.3.7
4412026-08-11T22:17:32.977Z Downloaded prettyplease v0.2.37
4422026-08-11T22:17:32.981Z Downloaded hickory-resolver v0.24.4
4432026-08-11T22:17:32.981Z Downloaded vergen-lib v0.1.6
4442026-08-11T22:17:32.985Z Downloaded ar_archive_writer v0.5.1
4452026-08-11T22:17:32.985Z Downloaded similar v2.7.0
4462026-08-11T22:17:32.988Z Downloaded libsw-core v0.3.2
4472026-08-11T22:17:32.992Z Downloaded socket2 v0.5.10
4482026-08-11T22:17:32.996Z Downloaded module-lattice v0.2.3
4492026-08-11T22:17:32.996Z Downloaded predicates-tree v1.0.13
4502026-08-11T22:17:32.999Z Downloaded rand_pcg v0.10.2
4512026-08-11T22:17:32.999Z Downloaded rand_xorshift v0.4.0
4522026-08-11T22:17:32.999Z Downloaded ref-cast v1.0.25
4532026-08-11T22:17:33.004Z Downloaded newtype-uuid v1.3.2
4542026-08-11T22:17:33.004Z Downloaded ecdsa v0.17.0
4552026-08-11T22:17:33.004Z Downloaded rtoolbox v0.0.3
4562026-08-11T22:17:33.004Z Downloaded nanorand v0.7.0
4572026-08-11T22:17:33.004Z Downloaded aead v0.6.1
4582026-08-11T22:17:33.008Z Downloaded recursive v0.1.1
4592026-08-11T22:17:33.008Z Downloaded rfc6979 v0.6.0
4602026-08-11T22:17:33.008Z Downloaded num-complex v0.4.6
4612026-08-11T22:17:33.008Z Downloaded scopeguard v1.2.0
4622026-08-11T22:17:33.016Z Downloaded toml v0.7.8
4632026-08-11T22:17:33.020Z Downloaded num_enum v0.5.11
4642026-08-11T22:17:33.023Z Downloaded rustc-hash v2.1.1
4652026-08-11T22:17:33.023Z Downloaded bcs v0.1.6
4662026-08-11T22:17:33.023Z Downloaded serde_plain v1.0.2
4672026-08-11T22:17:33.027Z Downloaded camino-tempfile v1.4.1
4682026-08-11T22:17:33.027Z Downloaded camino-tempfile-ext v0.3.3
4692026-08-11T22:17:33.031Z Downloaded indexmap v2.14.0
4702026-08-11T22:17:33.031Z Downloaded scroll_derive v0.12.1
4712026-08-11T22:17:33.031Z Downloaded hashbrown v0.12.3
4722026-08-11T22:17:33.035Z Downloaded signature v3.0.0
4732026-08-11T22:17:33.035Z Downloaded signature v2.2.0
4742026-08-11T22:17:33.039Z Downloaded filetime v0.2.27
4752026-08-11T22:17:33.039Z Downloaded async-stream v0.3.6
4762026-08-11T22:17:33.039Z Downloaded bit-vec v0.8.0
4772026-08-11T22:17:33.039Z Downloaded serde_spanned v1.1.1
4782026-08-11T22:17:33.043Z Downloaded cassowary v0.3.0
4792026-08-11T22:17:33.044Z Downloaded icu_collections v2.1.1
4802026-08-11T22:17:33.048Z Downloaded base64 v0.21.7
4812026-08-11T22:17:33.048Z Downloaded scuffle v0.1.0
4822026-08-11T22:17:33.052Z Downloaded parse-display-derive v0.10.0
4832026-08-11T22:17:33.055Z Downloaded owo-colors v3.5.0
4842026-08-11T22:17:33.055Z Downloaded pem v3.0.6
4852026-08-11T22:17:33.060Z Downloaded pem-rfc7468 v1.0.0
4862026-08-11T22:17:33.060Z Downloaded tabled_derive v0.7.0
4872026-08-11T22:17:33.060Z Downloaded strsim v0.11.1
4882026-08-11T22:17:33.060Z Downloaded supports-color v2.1.0
4892026-08-11T22:17:33.064Z Downloaded pin-project-internal v1.1.11
4902026-08-11T22:17:33.064Z Downloaded pkcs8 v0.10.2
4912026-08-11T22:17:33.068Z Downloaded hickory-server v0.25.2
4922026-08-11T22:17:33.071Z Downloaded http v1.4.2
4932026-08-11T22:17:33.071Z Downloaded poly1305 v0.8.0
4942026-08-11T22:17:33.076Z Downloaded progenitor v0.14.0
4952026-08-11T22:17:33.076Z Downloaded progenitor-client v0.13.0
4962026-08-11T22:17:33.076Z Downloaded tap v1.0.1
4972026-08-11T22:17:33.076Z Downloaded termtree v0.5.1
4982026-08-11T22:17:33.076Z Downloaded des v0.9.0
4992026-08-11T22:17:33.076Z Downloaded psm v0.1.30
5002026-08-11T22:17:33.082Z Downloaded primeorder v0.13.6
5012026-08-11T22:17:33.084Z Downloaded rand_chacha v0.9.0
5022026-08-11T22:17:33.084Z Downloaded anyhow v1.0.102
5032026-08-11T22:17:33.084Z Downloaded backon v1.6.0
5042026-08-11T22:17:33.098Z Downloaded internal-russh-num-bigint v0.5.0
5052026-08-11T22:17:33.098Z Downloaded time-core v0.1.8
5062026-08-11T22:17:33.098Z Downloaded hashbrown v0.13.2
5072026-08-11T22:17:33.098Z Downloaded tokio-test v0.4.5
5082026-08-11T22:17:33.099Z Downloaded usdt v0.5.0
5092026-08-11T22:17:33.099Z Downloaded async-compression v0.4.41
5102026-08-11T22:17:33.099Z Downloaded topological-sort v0.2.2
5112026-08-11T22:17:33.099Z Downloaded rustls-webpki v0.103.13
5122026-08-11T22:17:33.107Z Downloaded universal-hash v0.6.1
5132026-08-11T22:17:33.107Z Downloaded assert_cmd v2.1.2
5142026-08-11T22:17:33.107Z Downloaded cancel-safe-futures v0.1.5
5152026-08-11T22:17:33.107Z Downloaded fatfs v0.3.6
5162026-08-11T22:17:33.108Z Downloaded scroll v0.12.0
5172026-08-11T22:17:33.112Z Downloaded slog-async v2.8.0
5182026-08-11T22:17:33.113Z Downloaded smf v0.2.3
5192026-08-11T22:17:33.113Z Downloaded usdt-macro v0.5.0
5202026-08-11T22:17:33.113Z Downloaded toml_edit v0.22.27
5212026-08-11T22:17:33.113Z Downloaded elliptic-curve v0.14.1
5222026-08-11T22:17:33.120Z Downloaded usdt-macro v0.6.0
5232026-08-11T22:17:33.120Z Downloaded serde_tokenstream v0.2.3
5242026-08-11T22:17:33.120Z Downloaded crossbeam-channel v0.5.15
5252026-08-11T22:17:33.120Z Downloaded sha2 v0.10.9
5262026-08-11T22:17:33.120Z Downloaded xshell-macros v0.2.7
5272026-08-11T22:17:33.128Z Downloaded log v0.4.29
5282026-08-11T22:17:33.136Z Downloaded sqlformat v0.3.5
5292026-08-11T22:17:33.136Z Downloaded dirs-sys-next v0.1.2
5302026-08-11T22:17:33.136Z Downloaded der v0.8.0
5312026-08-11T22:17:33.146Z Downloaded dyn-clone v1.0.20
5322026-08-11T22:17:33.146Z Downloaded phf v0.12.1
5332026-08-11T22:17:33.146Z Downloaded stacker v0.1.23
5342026-08-11T22:17:33.146Z Downloaded zerotrie v0.2.3
5352026-08-11T22:17:33.146Z Downloaded embedded-io v0.6.1
5362026-08-11T22:17:33.146Z Downloaded funty v2.0.0
5372026-08-11T22:17:33.146Z Downloaded escape8259 v0.5.3
5382026-08-11T22:17:33.146Z Downloaded schemars v0.9.0
5392026-08-11T22:17:33.150Z Downloaded serde v1.0.228
5402026-08-11T22:17:33.151Z Downloaded foreign-types-shared v0.1.1
5412026-08-11T22:17:33.151Z Downloaded futures-macro v0.3.32
5422026-08-11T22:17:33.151Z Downloaded quote v1.0.45
5432026-08-11T22:17:33.157Z Downloaded snafu v0.8.9
5442026-08-11T22:17:33.157Z Downloaded kem v0.3.0
5452026-08-11T22:17:33.157Z Downloaded libscf-sys v1.2.0
5462026-08-11T22:17:33.161Z Downloaded lalrpop-util v0.19.12
5472026-08-11T22:17:33.161Z Downloaded thiserror v1.0.69
5482026-08-11T22:17:33.165Z Downloaded hyper-util v0.1.20
5492026-08-11T22:17:33.169Z Downloaded once_cell v1.21.3
5502026-08-11T22:17:33.169Z Downloaded bumpalo v3.20.2
5512026-08-11T22:17:33.169Z Downloaded qorb v0.4.1
5522026-08-11T22:17:33.173Z Downloaded slog-term v2.9.2
5532026-08-11T22:17:33.173Z Downloaded tokio-dtrace v0.1.1
5542026-08-11T22:17:33.176Z Downloaded md5 v0.8.0
5552026-08-11T22:17:33.176Z Downloaded macaddr v1.0.1
5562026-08-11T22:17:33.176Z Downloaded memmap v0.7.0
5572026-08-11T22:17:33.179Z Downloaded nonempty v0.12.0
5582026-08-11T22:17:33.180Z Downloaded num_enum_derive v0.5.11
5592026-08-11T22:17:33.180Z Downloaded assert_matches v1.5.0
5602026-08-11T22:17:33.180Z Downloaded md-5 v0.10.6
5612026-08-11T22:17:33.180Z Downloaded multimap v0.10.1
5622026-08-11T22:17:33.183Z Downloaded displaydoc v0.2.5
5632026-08-11T22:17:33.186Z Downloaded guppy v0.17.25
5642026-08-11T22:17:33.189Z Downloaded vergen-gitcl v1.0.8
5652026-08-11T22:17:33.190Z Downloaded blake2 v0.11.0-rc.6
5662026-08-11T22:17:33.193Z Downloaded crossterm v0.28.1
5672026-08-11T22:17:33.196Z Downloaded spin v0.9.8
5682026-08-11T22:17:33.196Z Downloaded diesel-dtrace v0.5.0
5692026-08-11T22:17:33.196Z Downloaded whoami v2.1.0
5702026-08-11T22:17:33.201Z Downloaded num-conv v0.2.0
5712026-08-11T22:17:33.201Z Downloaded serde_with v1.14.0
5722026-08-11T22:17:33.205Z Downloaded criterion v0.7.0
5732026-08-11T22:17:33.205Z Downloaded block-padding v0.4.2
5742026-08-11T22:17:33.205Z Downloaded zstd v0.13.3
5752026-08-11T22:17:33.209Z Downloaded strum_macros v0.27.2
5762026-08-11T22:17:33.209Z Downloaded crossterm v0.29.0
5772026-08-11T22:17:33.212Z Downloaded unicode_categories v0.1.1
5782026-08-11T22:17:33.212Z Downloaded find-msvc-tools v0.1.9
5792026-08-11T22:17:33.213Z Downloaded enum_dispatch v0.3.13
5802026-08-11T22:17:33.217Z Downloaded parking v2.2.1
5812026-08-11T22:17:33.220Z Downloaded potential_utf v0.1.4
5822026-08-11T22:17:33.223Z Downloaded hkdf v0.13.0
5832026-08-11T22:17:33.227Z Downloaded lock_api v0.4.14
5842026-08-11T22:17:33.230Z Downloaded phf_shared v0.13.1
5852026-08-11T22:17:33.230Z Downloaded proc-macro-crate v1.3.1
5862026-08-11T22:17:33.230Z Downloaded term v0.7.0
5872026-08-11T22:17:33.231Z Downloaded rand_chacha v0.3.1
5882026-08-11T22:17:33.234Z Downloaded phf_shared v0.12.1
5892026-08-11T22:17:33.234Z Downloaded quick-error v1.2.3
5902026-08-11T22:17:33.237Z Downloaded ref-cast-impl v1.0.25
5912026-08-11T22:17:33.237Z Downloaded arc-swap v1.8.2
5922026-08-11T22:17:33.240Z Downloaded linkme v0.3.35
5932026-08-11T22:17:33.246Z Downloaded multer v3.1.0
5942026-08-11T22:17:33.249Z Downloaded serde_cbor v0.11.2
5952026-08-11T22:17:33.249Z Downloaded signal-hook v0.3.18
5962026-08-11T22:17:33.253Z Downloaded bit-set v0.8.0
5972026-08-11T22:17:33.253Z Downloaded radium v0.7.0
5982026-08-11T22:17:33.253Z Downloaded rustls-platform-verifier v0.6.2
5992026-08-11T22:17:33.257Z Downloaded serde_regex v1.1.0
6002026-08-11T22:17:33.260Z Downloaded sha1 v0.11.0
6012026-08-11T22:17:33.260Z Downloaded whoami v1.6.1
6022026-08-11T22:17:33.264Z Downloaded bit-vec v0.6.3
6032026-08-11T22:17:33.268Z Downloaded aes v0.9.1
6042026-08-11T22:17:33.272Z Downloaded backoff v0.4.0
6052026-08-11T22:17:33.272Z Downloaded semver v0.1.20
6062026-08-11T22:17:33.275Z Downloaded chrono v0.4.45
6072026-08-11T22:17:33.279Z Downloaded chacha20 v0.9.1
6082026-08-11T22:17:33.279Z Downloaded oxnet v0.1.6
6092026-08-11T22:17:33.283Z Downloaded bytes v1.11.1
6102026-08-11T22:17:33.283Z Downloaded supports-color v3.0.2
6112026-08-11T22:17:33.283Z Downloaded thiserror-impl-no-std v2.0.2
6122026-08-11T22:17:33.287Z Downloaded thread-id v4.2.2
6132026-08-11T22:17:33.287Z Downloaded oso v0.27.3
6142026-08-11T22:17:33.287Z Downloaded p384 v0.14.0
6152026-08-11T22:17:33.291Z Downloaded universal-hash v0.5.1
6162026-08-11T22:17:33.291Z Downloaded zerocopy v0.6.6
6172026-08-11T22:17:33.291Z Downloaded miette v5.10.0
6182026-08-11T22:17:33.291Z Downloaded ff v0.14.0
6192026-08-11T22:17:33.296Z Downloaded foldhash v0.1.5
6202026-08-11T22:17:33.296Z Downloaded owo-colors v4.3.0
6212026-08-11T22:17:33.296Z Downloaded password-hash v0.6.1
6222026-08-11T22:17:33.296Z Downloaded strum v0.27.2
6232026-08-11T22:17:33.299Z Downloaded take_mut v0.2.2
6242026-08-11T22:17:33.300Z Downloaded tinyvec v1.10.0
6252026-08-11T22:17:33.305Z Downloaded unicode-bidi v0.3.18
6262026-08-11T22:17:33.305Z Downloaded peg-macros v0.8.5
6272026-08-11T22:17:33.305Z Downloaded pin-project-lite v0.2.17
6282026-08-11T22:17:33.309Z Downloaded hashbrown v0.16.1
6292026-08-11T22:17:33.312Z Downloaded idna v1.1.0
6302026-08-11T22:17:33.312Z Downloaded minimal-lexical v0.2.1
6312026-08-11T22:17:33.315Z Downloaded unicode-linebreak v0.1.5
6322026-08-11T22:17:33.315Z Downloaded textwrap v0.16.2
6332026-08-11T22:17:33.315Z Downloaded void v1.0.2
6342026-08-11T22:17:33.319Z Downloaded waitgroup v0.1.2
6352026-08-11T22:17:33.319Z Downloaded pretty_assertions v1.4.1
6362026-08-11T22:17:33.320Z Downloaded zone_cfg_derive v0.3.1
6372026-08-11T22:17:33.320Z Downloaded flate2 v1.1.9
6382026-08-11T22:17:33.324Z Downloaded rustls-native-certs v0.8.3
6392026-08-11T22:17:33.324Z Downloaded zerocopy-derive v0.8.40
6402026-08-11T22:17:33.328Z Downloaded ahash v0.8.12
6412026-08-11T22:17:33.328Z Downloaded async-trait v0.1.89
6422026-08-11T22:17:33.332Z Downloaded scrypt v0.12.0
6432026-08-11T22:17:33.332Z Downloaded serde_with_macros v1.5.2
6442026-08-11T22:17:33.332Z Downloaded toml v1.1.2+spec-1.1.0
6452026-08-11T22:17:33.337Z Downloaded rand v0.10.1
6462026-08-11T22:17:33.337Z Downloaded rustc-demangle v0.1.27
6472026-08-11T22:17:33.340Z Downloaded dof v0.3.0
6482026-08-11T22:17:33.344Z Downloaded expectorate v1.2.0
6492026-08-11T22:17:33.347Z Downloaded h2 v0.4.15
6502026-08-11T22:17:33.351Z Downloaded hashbrown v0.14.5
6512026-08-11T22:17:33.354Z Downloaded iri-string v0.7.10
6522026-08-11T22:17:33.357Z Downloaded equivalent v1.0.2
6532026-08-11T22:17:33.358Z Downloaded enum-as-inner v0.6.1
6542026-08-11T22:17:33.358Z Downloaded float-cmp v0.10.0
6552026-08-11T22:17:33.358Z Downloaded futures-io v0.3.32
6562026-08-11T22:17:33.358Z Downloaded ghash v0.6.0
6572026-08-11T22:17:33.358Z Downloaded bytecount v0.6.9
6582026-08-11T22:17:33.362Z Downloaded memchr v2.8.0
6592026-08-11T22:17:33.362Z Downloaded serde-hex v0.1.0
6602026-08-11T22:17:33.363Z Downloaded shlex v1.3.0
6612026-08-11T22:17:33.363Z Downloaded simd-adler32 v0.3.8
6622026-08-11T22:17:33.366Z Downloaded smallvec v0.6.14
6632026-08-11T22:17:33.366Z Downloaded spki v0.7.3
6642026-08-11T22:17:33.367Z Downloaded spki v0.8.0
6652026-08-11T22:17:33.370Z Downloaded tls_codec_derive v0.4.2
6662026-08-11T22:17:33.370Z Downloaded fd-lock v4.0.4
6672026-08-11T22:17:33.370Z Downloaded generic-array v0.14.7
6682026-08-11T22:17:33.370Z Downloaded itoa v1.0.17
6692026-08-11T22:17:33.370Z Downloaded jiff-static v0.2.34
6702026-08-11T22:17:33.374Z Downloaded mime v0.3.17
6712026-08-11T22:17:33.374Z Downloaded new_debug_unreachable v1.0.6
6722026-08-11T22:17:33.374Z Downloaded dropshot_endpoint v0.17.1
6732026-08-11T22:17:33.374Z Downloaded clap_builder v4.6.0
6742026-08-11T22:17:33.377Z Downloaded tokio-tungstenite v0.21.0
6752026-08-11T22:17:33.381Z Downloaded lru-cache v0.1.2
6762026-08-11T22:17:33.381Z Downloaded getrandom v0.3.4
6772026-08-11T22:17:33.385Z Downloaded progenitor v0.13.0
6782026-08-11T22:17:33.385Z Downloaded maybe-uninit v2.0.0
6792026-08-11T22:17:33.385Z Downloaded tui-tree-widget v0.23.1
6802026-08-11T22:17:33.388Z Downloaded assert-json-diff v2.0.2
6812026-08-11T22:17:33.388Z Downloaded anstyle-query v1.1.5
6822026-08-11T22:17:33.388Z Downloaded block-buffer v0.10.4
6832026-08-11T22:17:33.395Z Downloaded castaway v0.2.4
6842026-08-11T22:17:33.395Z Downloaded zerovec-derive v0.11.2
6852026-08-11T22:17:33.395Z Downloaded hyper v1.10.1
6862026-08-11T22:17:33.398Z Downloaded usdt-impl v0.5.0
6872026-08-11T22:17:33.399Z Downloaded wyz v0.5.1
6882026-08-11T22:17:33.399Z Downloaded hashbrown v0.15.5
6892026-08-11T22:17:33.399Z Downloaded hashbrown v0.17.0
6902026-08-11T22:17:33.404Z Downloaded samael v0.0.19
6912026-08-11T22:17:33.408Z Downloaded digest v0.10.7
6922026-08-11T22:17:33.408Z Downloaded dropshot-api-manager-types v0.7.2
6932026-08-11T22:17:33.408Z Downloaded cfg_aliases v0.2.1
6942026-08-11T22:17:33.408Z Downloaded vte v0.14.1
6952026-08-11T22:17:33.411Z Downloaded ed25519 v2.2.3
6962026-08-11T22:17:33.411Z Downloaded reedline v0.40.0
6972026-08-11T22:17:33.415Z Downloaded omicron-zone-package v0.12.3
6982026-08-11T22:17:33.419Z Downloaded fs-err v2.11.0
6992026-08-11T22:17:33.419Z Downloaded proc-macro-error-attr v1.0.4
7002026-08-11T22:17:33.419Z Downloaded powerfmt v0.2.0
7012026-08-11T22:17:33.423Z Downloaded rustc_version v0.1.7
7022026-08-11T22:17:33.426Z Downloaded scheduled-thread-pool v0.2.7
7032026-08-11T22:17:33.430Z Downloaded foldhash v0.2.0
7042026-08-11T22:17:33.430Z Downloaded term v1.2.1
7052026-08-11T22:17:33.434Z Downloaded unicode-normalization v0.1.25
7062026-08-11T22:17:33.438Z Downloaded sigpipe v0.1.3
7072026-08-11T22:17:33.438Z Downloaded tokio-rustls v0.26.4
7082026-08-11T22:17:33.438Z Downloaded seq-macro v0.3.6
7092026-08-11T22:17:33.439Z Downloaded slog-bunyan v2.5.0
7102026-08-11T22:17:33.453Z Downloaded nu-ansi-term v0.50.3
7112026-08-11T22:17:33.457Z Downloaded num-iter v0.1.45
7122026-08-11T22:17:33.457Z Downloaded password-hash v0.5.0
7132026-08-11T22:17:33.457Z Downloaded postgres-types v0.2.12
7142026-08-11T22:17:33.461Z Downloaded proc-macro2 v1.0.106
7152026-08-11T22:17:33.461Z Downloaded publicsuffix v2.3.0
7162026-08-11T22:17:33.465Z Downloaded toml_edit v0.19.15
7172026-08-11T22:17:33.472Z Downloaded unicode-properties v0.1.4
7182026-08-11T22:17:33.476Z Downloaded zerocopy-derive v0.7.35
7192026-08-11T22:17:33.480Z Downloaded strip-ansi-escapes v0.2.1
7202026-08-11T22:17:33.482Z Downloaded arrayref v0.3.9
7212026-08-11T22:17:33.482Z Downloaded num_enum_derive v0.7.6
7222026-08-11T22:17:33.482Z Downloaded strsim v0.10.0
7232026-08-11T22:17:33.482Z Downloaded typify-macro v0.6.2
7242026-08-11T22:17:33.482Z Downloaded anstream v0.6.21
7252026-08-11T22:17:33.486Z Downloaded iddqd v0.4.2
7262026-08-11T22:17:33.490Z Downloaded testing_table v0.3.0
7272026-08-11T22:17:33.490Z Downloaded goblin v0.10.5
7282026-08-11T22:17:33.494Z Downloaded rustls-pki-types v1.14.0
7292026-08-11T22:17:33.494Z Downloaded yasna v0.5.2
7302026-08-11T22:17:33.498Z Downloaded parking_lot_core v0.8.6
7312026-08-11T22:17:33.498Z Downloaded tokio-util v0.7.18
7322026-08-11T22:17:33.501Z Downloaded nom v7.1.3
7332026-08-11T22:17:33.505Z Downloaded dsl_auto_type v0.2.0
7342026-08-11T22:17:33.508Z Downloaded endian-type v0.1.2
7352026-08-11T22:17:33.508Z Downloaded arrayvec v0.7.6
7362026-08-11T22:17:33.508Z Downloaded base64ct v1.8.3
7372026-08-11T22:17:33.508Z Downloaded hkdf v0.12.4
7382026-08-11T22:17:33.512Z Downloaded oxide-update-engine-display v0.1.2
7392026-08-11T22:17:33.512Z Downloaded proc-macro-error v1.0.4
7402026-08-11T22:17:33.512Z Downloaded byteorder v1.5.0
7412026-08-11T22:17:33.512Z Downloaded oorandom v11.1.5
7422026-08-11T22:17:33.517Z Downloaded difflib v0.4.0
7432026-08-11T22:17:33.518Z Downloaded schemars v0.8.22
7442026-08-11T22:17:33.521Z Downloaded event-listener-strategy v0.5.4
7452026-08-11T22:17:33.521Z Downloaded fixedbitset v0.4.2
7462026-08-11T22:17:33.521Z Downloaded fnv v1.0.7
7472026-08-11T22:17:33.521Z Downloaded reqwest v0.12.28
7482026-08-11T22:17:33.525Z Downloaded futures-task v0.3.32
7492026-08-11T22:17:33.525Z Downloaded sec1 v0.8.1
7502026-08-11T22:17:33.529Z Downloaded fancy-regex v0.14.0
7512026-08-11T22:17:33.529Z Downloaded test-strategy v0.4.5
7522026-08-11T22:17:33.532Z Downloaded memoffset v0.9.1
7532026-08-11T22:17:33.533Z Downloaded newtype_derive v0.1.6
7542026-08-11T22:17:33.533Z Downloaded miette-derive v5.10.0
7552026-08-11T22:17:33.533Z Downloaded olpc-cjson v0.1.4
7562026-08-11T22:17:33.533Z Downloaded crypto-primes v0.7.2
7572026-08-11T22:17:33.538Z Downloaded atty v0.2.14
7582026-08-11T22:17:33.538Z Downloaded nibble_vec v0.1.0
7592026-08-11T22:17:33.538Z Downloaded rusty-fork v0.3.1
7602026-08-11T22:17:33.542Z Downloaded p521 v0.14.0
7612026-08-11T22:17:33.542Z Downloaded slog-scope v4.4.1
7622026-08-11T22:17:33.542Z Downloaded icu_properties_data v2.1.2
7632026-08-11T22:17:33.546Z Downloaded socket2 v0.6.3
7642026-08-11T22:17:33.549Z Downloaded toml_parser v1.1.2+spec-1.1.0
7652026-08-11T22:17:33.549Z Downloaded ml-kem v0.3.2
7662026-08-11T22:17:33.549Z Downloaded libtest-mimic v0.8.1
7672026-08-11T22:17:33.552Z Downloaded tungstenite v0.21.0
7682026-08-11T22:17:33.553Z Downloaded ssh-cipher v0.3.0
7692026-08-11T22:17:33.556Z Downloaded string_cache v0.8.9
7702026-08-11T22:17:33.556Z Downloaded serde_derive_internals v0.29.1
7712026-08-11T22:17:33.556Z Downloaded cast v0.3.0
7722026-08-11T22:17:33.557Z Downloaded unicase v2.9.0
7732026-08-11T22:17:33.557Z Downloaded num-bigint-dig v0.8.6
7742026-08-11T22:17:33.561Z Downloaded tls_codec v0.4.2
7752026-08-11T22:17:33.561Z Downloaded toml_write v0.1.2
7762026-08-11T22:17:33.561Z Downloaded phf_shared v0.11.3
7772026-08-11T22:17:33.561Z Downloaded plain v0.2.3
7782026-08-11T22:17:33.561Z Downloaded predicates-core v1.0.10
7792026-08-11T22:17:33.565Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7802026-08-11T22:17:33.565Z Downloaded tower-http v0.6.8
7812026-08-11T22:17:33.568Z Downloaded tinytemplate v1.2.1
7822026-08-11T22:17:33.568Z Downloaded pathdiff v0.2.3
7832026-08-11T22:17:33.569Z Downloaded progenitor-macro v0.14.0
7842026-08-11T22:17:33.569Z Downloaded backtrace v0.3.76
7852026-08-11T22:17:33.573Z Downloaded signal-hook-tokio v0.3.1
7862026-08-11T22:17:33.573Z Downloaded structmeta-derive v0.3.0
7872026-08-11T22:17:33.577Z Downloaded managed v0.8.0
7882026-08-11T22:17:33.580Z Downloaded cc v1.2.56
7892026-08-11T22:17:33.580Z Downloaded trait-variant v0.1.2
7902026-08-11T22:17:33.584Z Downloaded elliptic-curve v0.13.8
7912026-08-11T22:17:33.584Z Downloaded pkcs1 v0.7.5
7922026-08-11T22:17:33.584Z Downloaded postcard v1.1.3
7932026-08-11T22:17:33.590Z Downloaded serde_json v1.0.151
7942026-08-11T22:17:33.593Z Downloaded untrusted v0.9.0
7952026-08-11T22:17:33.593Z Downloaded winnow v0.5.40
7962026-08-11T22:17:33.594Z Downloaded fs-err v3.3.0
7972026-08-11T22:17:33.597Z Downloaded autocfg v1.5.0
7982026-08-11T22:17:33.598Z Downloaded jobserver v0.1.34
7992026-08-11T22:17:33.598Z Downloaded tracing-core v0.1.36
8002026-08-11T22:17:33.602Z Downloaded same-file v1.0.6
8012026-08-11T22:17:33.602Z Downloaded unicode-truncate v1.1.0
8022026-08-11T22:17:33.603Z Downloaded ed25519-dalek v3.0.0
8032026-08-11T22:17:33.603Z Downloaded utf-8 v0.7.6
8042026-08-11T22:17:33.606Z Downloaded utf8parse v0.2.2
8052026-08-11T22:17:33.606Z Downloaded num-rational v0.4.2
8062026-08-11T22:17:33.606Z Downloaded linkme-impl v0.3.35
8072026-08-11T22:17:33.611Z Downloaded dtrace-parser v0.3.0
8082026-08-11T22:17:33.611Z Downloaded parking_lot v0.12.5
8092026-08-11T22:17:33.615Z Downloaded dropshot-api-manager v0.7.2
8102026-08-11T22:17:33.615Z Downloaded errno v0.3.14
8112026-08-11T22:17:33.616Z Downloaded serdect v0.4.3
8122026-08-11T22:17:33.619Z Downloaded ucd-trie v0.1.7
8132026-08-11T22:17:33.619Z Downloaded bs58 v0.5.1
8142026-08-11T22:17:33.620Z Downloaded trybuild v1.0.116
8152026-08-11T22:17:33.623Z Downloaded maplit v1.0.2
8162026-08-11T22:17:33.623Z Downloaded typed-path v0.9.3
8172026-08-11T22:17:33.629Z Downloaded typenum v1.20.1
8182026-08-11T22:17:33.633Z Downloaded oxide-update-engine-types v0.1.2
8192026-08-11T22:17:33.633Z Downloaded rayon v1.11.0
8202026-08-11T22:17:33.636Z Downloaded resolv-conf v0.7.6
8212026-08-11T22:17:33.636Z Downloaded newtype-uuid-macros v0.1.0
8222026-08-11T22:17:33.636Z Downloaded base16ct v0.2.0
8232026-08-11T22:17:33.636Z Downloaded cfg_aliases v0.1.1
8242026-08-11T22:17:33.648Z Downloaded percent-encoding v2.3.2
8252026-08-11T22:17:33.652Z Downloaded peg-runtime v0.8.5
8262026-08-11T22:17:33.652Z Downloaded russh-util v0.52.0
8272026-08-11T22:17:33.652Z Downloaded sha1 v0.10.6
8282026-08-11T22:17:33.655Z Downloaded time-macros v0.2.27
8292026-08-11T22:17:33.655Z Downloaded zip v4.6.1
8302026-08-11T22:17:33.658Z Downloaded secrecy v0.8.0
8312026-08-11T22:17:33.659Z Downloaded sqlparser_derive v0.5.0
8322026-08-11T22:17:33.659Z Downloaded tiny-keccak v2.0.2
8332026-08-11T22:17:33.664Z Downloaded sha3 v0.12.0
8342026-08-11T22:17:33.664Z Downloaded itertools v0.10.5
8352026-08-11T22:17:33.667Z Downloaded blake2 v0.10.6
8362026-08-11T22:17:33.670Z Downloaded chacha20 v0.10.0
8372026-08-11T22:17:33.670Z Downloaded stringprep v0.1.5
8382026-08-11T22:17:33.670Z Downloaded diff v0.1.13
8392026-08-11T22:17:33.674Z Downloaded zeroize v1.9.0
8402026-08-11T22:17:33.674Z Downloaded ff v0.13.1
8412026-08-11T22:17:33.678Z Downloaded foreign-types v0.5.0
8422026-08-11T22:17:33.678Z Downloaded rand_core v0.10.0
8432026-08-11T22:17:33.678Z Downloaded schemars_derive v0.8.22
8442026-08-11T22:17:33.678Z Downloaded swrite v0.1.0
8452026-08-11T22:17:33.678Z Downloaded tabwriter v1.4.1
8462026-08-11T22:17:33.681Z Downloaded git2 v0.20.4
8472026-08-11T22:17:33.687Z Downloaded litemap v0.8.1
8482026-08-11T22:17:33.687Z Downloaded slog-stdlog v4.1.1
8492026-08-11T22:17:33.687Z Downloaded synstructure v0.13.2
8502026-08-11T22:17:33.691Z Downloaded tungstenite v0.23.0
8512026-08-11T22:17:33.691Z Downloaded knuffel-derive v3.2.0
8522026-08-11T22:17:33.691Z Downloaded async-lock v3.4.2
8532026-08-11T22:17:33.691Z Downloaded serde_yaml v0.9.34+deprecated
8542026-08-11T22:17:33.696Z Downloaded thiserror-impl v1.0.69
8552026-08-11T22:17:33.696Z Downloaded tower v0.5.3
8562026-08-11T22:17:33.701Z Downloaded wait-timeout v0.2.1
8572026-08-11T22:17:33.701Z Downloaded digest-io v0.1.0
8582026-08-11T22:17:33.701Z Downloaded dunce v1.0.5
8592026-08-11T22:17:33.701Z Downloaded rstest v0.25.0
8602026-08-11T22:17:33.705Z Downloaded async-object-pool v0.2.0
8612026-08-11T22:17:33.705Z Downloaded num_enum v0.7.6
8622026-08-11T22:17:33.709Z Downloaded rsa v0.9.10
8632026-08-11T22:17:33.712Z Downloaded rand_distr v0.5.1
8642026-08-11T22:17:33.716Z Downloaded num-bigint v0.4.6
8652026-08-11T22:17:33.716Z Downloaded textwrap v0.15.2
8662026-08-11T22:17:33.719Z Downloaded anstream v1.0.0
8672026-08-11T22:17:33.720Z Downloaded cexpr v0.6.0
8682026-08-11T22:17:33.720Z Downloaded port-file v0.1.0
8692026-08-11T22:17:33.723Z Downloaded progenitor-macro v0.13.0
8702026-08-11T22:17:33.723Z Downloaded async-stream-impl v0.3.6
8712026-08-11T22:17:33.724Z Downloaded nested v0.1.1
8722026-08-11T22:17:33.724Z Downloaded num-derive v0.4.2
8732026-08-11T22:17:33.724Z Downloaded pkcs5 v0.8.1
8742026-08-11T22:17:33.727Z Downloaded rustversion v1.0.22
8752026-08-11T22:17:33.727Z Downloaded getrandom v0.4.1
8762026-08-11T22:17:33.731Z Downloaded primeorder v0.14.0
8772026-08-11T22:17:33.731Z Downloaded libbz2-rs-sys v0.2.2
8782026-08-11T22:17:33.734Z Downloaded proc-macro-crate v3.4.0
8792026-08-11T22:17:33.734Z Downloaded rustc_version v0.4.1
8802026-08-11T22:17:33.735Z Downloaded scroll_derive v0.13.1
8812026-08-11T22:17:33.735Z Downloaded uuid v1.23.4
8822026-08-11T22:17:33.739Z Downloaded toml v0.8.23
8832026-08-11T22:17:33.739Z Downloaded allocator-api2 v0.2.21
8842026-08-11T22:17:33.739Z Downloaded zopfli v0.8.3
8852026-08-11T22:17:33.739Z Downloaded futures-channel v0.3.32
8862026-08-11T22:17:33.743Z Downloaded serde_repr v0.1.20
8872026-08-11T22:17:33.743Z Downloaded terminal_size v0.1.17
8882026-08-11T22:17:33.747Z Downloaded target-triple v1.0.0
8892026-08-11T22:17:33.747Z Downloaded aws-lc-rs v1.16.3
8902026-08-11T22:17:33.750Z Downloaded winnow v1.0.3
8912026-08-11T22:17:33.757Z Downloaded papergrid v0.18.0
8922026-08-11T22:17:33.760Z Downloaded typify v0.6.2
8932026-08-11T22:17:33.764Z Downloaded prefix-trie v0.7.0
8942026-08-11T22:17:33.764Z Downloaded thread-id v5.1.0
8952026-08-11T22:17:33.768Z Downloaded fallible-iterator v0.2.0
8962026-08-11T22:17:33.768Z Downloaded fastrand v2.3.0
8972026-08-11T22:17:33.768Z Downloaded fixedbitset v0.5.7
8982026-08-11T22:17:33.768Z Downloaded tokio-tungstenite v0.23.1
8992026-08-11T22:17:33.772Z Downloaded try-lock v0.2.5
9002026-08-11T22:17:33.772Z Downloaded usdt-attr-macro v0.6.0
9012026-08-11T22:17:33.772Z Downloaded document-features v0.2.12
9022026-08-11T22:17:33.772Z Downloaded rcgen v0.12.1
9032026-08-11T22:17:33.776Z Downloaded mime_guess v2.0.5
9042026-08-11T22:17:33.776Z Downloaded embedded-io v0.4.0
9052026-08-11T22:17:33.780Z Downloaded futures-sink v0.3.32
9062026-08-11T22:17:33.780Z Downloaded lru-slab v0.1.2
9072026-08-11T22:17:33.785Z Downloaded buf-list v1.1.2
9082026-08-11T22:17:33.788Z Downloaded cbc v0.2.1
9092026-08-11T22:17:33.788Z Downloaded path-tree v0.8.3
9102026-08-11T22:17:33.788Z Downloaded stable_deref_trait v1.2.1
9112026-08-11T22:17:33.788Z Downloaded serde_bytes v0.11.19
9122026-08-11T22:17:33.800Z Downloaded sponge-cursor v0.1.0
9132026-08-11T22:17:33.805Z Downloaded xattr v1.6.1
9142026-08-11T22:17:33.805Z Downloaded form_urlencoded v1.2.2
9152026-08-11T22:17:33.805Z Downloaded argon2 v0.6.0-rc.8
9162026-08-11T22:17:33.809Z Downloaded rpassword v7.5.4
9172026-08-11T22:17:33.809Z Downloaded itertools v0.12.1
9182026-08-11T22:17:33.813Z Downloaded termcolor v1.4.1
9192026-08-11T22:17:33.813Z Downloaded generic-array v1.4.3
9202026-08-11T22:17:33.816Z Downloaded slab v0.4.12
9212026-08-11T22:17:33.816Z Downloaded zerofrom-derive v0.1.6
9222026-08-11T22:17:33.820Z Downloaded serde_with_macros v3.21.0
9232026-08-11T22:17:33.820Z Downloaded zerovec v0.11.5
9242026-08-11T22:17:33.823Z Downloaded vergen v9.1.0
9252026-08-11T22:17:33.824Z Downloaded rand v0.8.6
9262026-08-11T22:17:33.827Z Downloaded plotters-backend v0.3.7
9272026-08-11T22:17:33.827Z Downloaded atomicwrites v0.4.4
9282026-08-11T22:17:33.827Z Downloaded supports-unicode v2.1.0
9292026-08-11T22:17:33.831Z Downloaded siphasher v1.0.2
9302026-08-11T22:17:33.831Z Downloaded unicode-xid v0.2.6
9312026-08-11T22:17:33.831Z Downloaded yoke-derive v0.8.1
9322026-08-11T22:17:33.831Z Downloaded zerocopy v0.7.35
9332026-08-11T22:17:33.838Z Downloaded libloading v0.8.9
9342026-08-11T22:17:33.844Z Downloaded float-ord v0.3.2
9352026-08-11T22:17:33.844Z Downloaded usdt-attr-macro v0.5.0
9362026-08-11T22:17:33.844Z Downloaded foreign-types-macros v0.2.3
9372026-08-11T22:17:33.844Z Downloaded kstat-rs v0.2.5
9382026-08-11T22:17:33.847Z Downloaded backtrace-ext v0.2.1
9392026-08-11T22:17:33.847Z Downloaded want v0.3.1
9402026-08-11T22:17:33.847Z Downloaded psl-types v2.0.11
9412026-08-11T22:17:33.853Z Downloaded argon2 v0.5.3
9422026-08-11T22:17:33.853Z Downloaded quinn-udp v0.5.14
9432026-08-11T22:17:33.853Z Downloaded blowfish v0.10.0
9442026-08-11T22:17:33.856Z Downloaded tar v0.4.46
9452026-08-11T22:17:33.856Z Downloaded derive_more-impl v2.1.1
9462026-08-11T22:17:33.859Z Downloaded slog v2.8.2
9472026-08-11T22:17:33.863Z Downloaded vergen-git2 v9.1.0
9482026-08-11T22:17:33.863Z Downloaded num-integer v0.1.46
9492026-08-11T22:17:33.863Z Downloaded tagptr v0.2.0
9502026-08-11T22:17:33.863Z Downloaded litrs v1.0.0
9512026-08-11T22:17:33.867Z Downloaded openssl-macros v0.1.1
9522026-08-11T22:17:33.867Z Downloaded paste v1.0.15
9532026-08-11T22:17:33.867Z Downloaded subtle v2.6.1
9542026-08-11T22:17:33.867Z Downloaded serde_spanned v0.6.9
9552026-08-11T22:17:33.868Z Downloaded unit-prefix v0.5.2
9562026-08-11T22:17:33.873Z Downloaded downcast-rs v2.0.2
9572026-08-11T22:17:33.873Z Downloaded smawk v0.3.2
9582026-08-11T22:17:33.873Z Downloaded dirs-next v2.0.0
9592026-08-11T22:17:33.873Z Downloaded progenitor-client v0.14.0
9602026-08-11T22:17:33.873Z Downloaded num v0.4.3
9612026-08-11T22:17:33.874Z Downloaded salty v0.3.0
9622026-08-11T22:17:33.877Z Downloaded smallvec v1.15.1
9632026-08-11T22:17:33.877Z Downloaded thread_local v1.1.9
9642026-08-11T22:17:33.877Z Downloaded russh v0.62.4
9652026-08-11T22:17:33.881Z Downloaded support-bundle-viewer v0.1.2
9662026-08-11T22:17:33.884Z Downloaded poly1305 v0.9.0
9672026-08-11T22:17:33.930Z Downloaded unicode-ident v1.0.24
9682026-08-11T22:17:33.930Z Downloaded unsafe-libyaml v0.2.11
9692026-08-11T22:17:33.939Z Downloaded x509-cert v0.2.5
9702026-08-11T22:17:33.939Z Downloaded knuffel v3.2.0
9712026-08-11T22:17:33.939Z Downloaded thiserror-impl v2.0.18
9722026-08-11T22:17:33.939Z Downloaded oxide-tokio-rt v0.1.4
9732026-08-11T22:17:33.940Z Downloaded ed25519-dalek v2.2.0
9742026-08-11T22:17:33.940Z Downloaded linear-map v1.2.0
9752026-08-11T22:17:33.940Z Downloaded rfc6979 v0.4.0
9762026-08-11T22:17:33.940Z Downloaded zmij v1.0.21
9772026-08-11T22:17:33.940Z Downloaded tough v0.22.0
9782026-08-11T22:17:33.940Z Downloaded rust-argon2 v2.1.0
9792026-08-11T22:17:33.940Z Downloaded chacha20poly1305 v0.10.1
9802026-08-11T22:17:33.940Z Downloaded xshell v0.2.7
9812026-08-11T22:17:33.941Z Downloaded progenitor-extras v0.2.0
9822026-08-11T22:17:33.941Z Downloaded openssl-probe v0.2.1
9832026-08-11T22:17:33.941Z Downloaded signal-hook-registry v1.4.8
9842026-08-11T22:17:33.941Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9852026-08-11T22:17:33.941Z Downloaded memmap2 v0.9.10
9862026-08-11T22:17:33.941Z Downloaded bzip2 v0.4.4
9872026-08-11T22:17:33.941Z Downloaded ron v0.8.1
9882026-08-11T22:17:33.941Z Downloaded steno v0.4.1
9892026-08-11T22:17:33.941Z Downloaded openssl-sys v0.9.117
9902026-08-11T22:17:33.945Z Downloaded drift v0.2.0
9912026-08-11T22:17:33.945Z Downloaded futures v0.3.32
9922026-08-11T22:17:33.945Z Downloaded toml_datetime v0.6.11
9932026-08-11T22:17:33.946Z Downloaded normalize-line-endings v0.3.0
9942026-08-11T22:17:33.946Z Downloaded libxml v0.3.3
9952026-08-11T22:17:33.950Z Downloaded serde_core v1.0.228
9962026-08-11T22:17:33.950Z Downloaded erased-serde v0.3.31
9972026-08-11T22:17:33.953Z Downloaded secrecy v0.10.3
9982026-08-11T22:17:33.954Z Downloaded pbkdf2 v0.13.0
9992026-08-11T22:17:33.954Z Downloaded strum v0.26.3
10002026-08-11T22:17:33.954Z Downloaded anstyle v1.0.14
10012026-08-11T22:17:33.954Z Downloaded anstyle-parse v1.0.0
10022026-08-11T22:17:33.957Z Downloaded phc v0.6.1
10032026-08-11T22:17:33.958Z Downloaded derive_more v2.1.1
10042026-08-11T22:17:33.961Z Downloaded semver v1.0.28
10052026-08-11T22:17:33.966Z Downloaded time v0.3.47
10062026-08-11T22:17:33.970Z Downloaded rayon-core v1.13.0
10072026-08-11T22:17:33.975Z Downloaded schemars v1.2.1
10082026-08-11T22:17:33.979Z Downloaded lru v0.12.5
10092026-08-11T22:17:33.982Z Downloaded array-init v0.0.4
10102026-08-11T22:17:33.982Z Downloaded pretty-hex v0.4.1
10112026-08-11T22:17:33.982Z Downloaded bb8 v0.8.6
10122026-08-11T22:17:33.982Z Downloaded zip v0.6.6
10132026-08-11T22:17:33.986Z Downloaded signal-hook-mio v0.2.5
10142026-08-11T22:17:33.986Z Downloaded ena v0.14.4
10152026-08-11T22:17:33.986Z Downloaded version_check v0.9.5
10162026-08-11T22:17:33.986Z Downloaded zerofrom v0.1.6
10172026-08-11T22:17:33.986Z Downloaded serde_with v3.21.0
10182026-08-11T22:17:33.992Z Downloaded vsss-rs v3.3.4
10192026-08-11T22:17:33.995Z Downloaded jiff-core v0.1.0
10202026-08-11T22:17:33.995Z Downloaded crypto-bigint v0.7.5
10212026-08-11T22:17:34.004Z Downloaded bitfield v0.19.4
10222026-08-11T22:17:34.008Z Downloaded quinn-proto v0.11.16
10232026-08-11T22:17:34.011Z Downloaded tokio-native-tls v0.3.1
10242026-08-11T22:17:34.012Z Downloaded futures-util v0.3.32
10252026-08-11T22:17:34.016Z Downloaded rand_core v0.6.4
10262026-08-11T22:17:34.020Z Downloaded either v1.15.0
10272026-08-11T22:17:34.020Z Downloaded futures-timer v3.0.3
10282026-08-11T22:17:34.020Z Downloaded yansi v1.0.1
10292026-08-11T22:17:34.020Z Downloaded ed25519 v3.0.0
10302026-08-11T22:17:34.026Z Downloaded target-spec v3.5.7
10312026-08-11T22:17:34.026Z Downloaded aes-gcm v0.11.0
10322026-08-11T22:17:34.026Z Downloaded libefi-sys v0.1.0
10332026-08-11T22:17:34.030Z Downloaded native-tls v0.2.18
10342026-08-11T22:17:34.030Z Downloaded blake2b_simd v1.0.4
10352026-08-11T22:17:34.030Z Downloaded sha2 v0.11.0
10362026-08-11T22:17:34.030Z Downloaded predicates v3.1.4
10372026-08-11T22:17:34.030Z Downloaded serde_derive v1.0.228
10382026-08-11T22:17:34.034Z Downloaded mio v1.2.0
10392026-08-11T22:17:34.034Z Downloaded event-listener v5.4.1
10402026-08-11T22:17:34.038Z Downloaded parking_lot v0.11.2
10412026-08-11T22:17:34.042Z Downloaded base64 v0.22.1
10422026-08-11T22:17:34.045Z Downloaded getrandom v0.2.17
10432026-08-11T22:17:34.053Z Downloaded pest_meta v2.8.6
10442026-08-11T22:17:34.057Z Downloaded reqwest v0.13.2
10452026-08-11T22:17:34.060Z Downloaded aho-corasick v1.1.4
10462026-08-11T22:17:34.065Z Downloaded tracing-attributes v0.1.31
10472026-08-11T22:17:34.068Z Downloaded bzip2 v0.6.1
10482026-08-11T22:17:34.072Z Downloaded gimli v0.32.3
10492026-08-11T22:17:34.077Z Downloaded tokio-postgres v0.7.16
10502026-08-11T22:17:34.080Z Downloaded miniz_oxide v0.8.9
10512026-08-11T22:17:34.092Z Downloaded num-traits v0.2.19
10522026-08-11T22:17:34.095Z Downloaded ryu v1.0.23
10532026-08-11T22:17:34.096Z Downloaded papergrid v0.11.0
10542026-08-11T22:17:34.105Z Downloaded rstest_macros v0.25.0
10552026-08-11T22:17:34.111Z Downloaded unicode-width v0.1.14
10562026-08-11T22:17:34.119Z Downloaded regex v1.12.3
10572026-08-11T22:17:34.129Z Downloaded toml_edit v0.23.10+spec-1.0.0
10582026-08-11T22:17:34.132Z Downloaded url v2.5.8
10592026-08-11T22:17:34.136Z Downloaded pest v2.8.6
10602026-08-11T22:17:34.139Z Downloaded rand v0.9.2
10612026-08-11T22:17:34.144Z Downloaded curve25519-dalek v4.1.3
10622026-08-11T22:17:34.149Z Downloaded flume v0.11.1
10632026-08-11T22:17:34.157Z Downloaded syn v2.0.117
10642026-08-11T22:17:34.164Z Downloaded libm v0.2.16
10652026-08-11T22:17:34.168Z Downloaded rsa v0.10.0-rc.18
10662026-08-11T22:17:34.172Z Downloaded tabled v0.15.0
10672026-08-11T22:17:34.180Z Downloaded lalrpop v0.19.12
10682026-08-11T22:17:34.186Z Downloaded subprocess v0.2.15
10692026-08-11T22:17:34.189Z Downloaded syn v1.0.109
10702026-08-11T22:17:34.193Z Downloaded rustyline v14.0.0
10712026-08-11T22:17:34.197Z Downloaded quinn v0.11.11
10722026-08-11T22:17:34.200Z Downloaded quick-xml v0.37.5
10732026-08-11T22:17:34.204Z Downloaded ssh-key v0.7.0-rc.11
10742026-08-11T22:17:34.208Z Downloaded vcpkg v0.2.15
10752026-08-11T22:17:34.231Z Downloaded winnow v0.6.26
10762026-08-11T22:17:34.236Z Downloaded curve25519-dalek v5.0.0
10772026-08-11T22:17:34.242Z Downloaded object v0.37.3
10782026-08-11T22:17:34.248Z Downloaded hickory-proto v0.24.4
10792026-08-11T22:17:34.257Z Downloaded rawzip v0.4.4
10802026-08-11T22:17:34.261Z Downloaded nom v8.0.0
10812026-08-11T22:17:34.265Z Downloaded unicode-segmentation v1.12.0
10822026-08-11T22:17:34.265Z Downloaded bitvec v1.0.1
10832026-08-11T22:17:34.273Z Downloaded plotters v0.3.7
10842026-08-11T22:17:34.277Z Downloaded diesel_derives v2.3.7
10852026-08-11T22:17:34.281Z Downloaded itertools v0.15.0
10862026-08-11T22:17:34.285Z Downloaded polar-core v0.27.3
10872026-08-11T22:17:34.290Z Downloaded itertools v0.14.0
10882026-08-11T22:17:34.294Z Downloaded nix v0.27.1
10892026-08-11T22:17:34.301Z Downloaded unicode-width v0.2.0
10902026-08-11T22:17:34.304Z Downloaded proptest v1.11.0
10912026-08-11T22:17:34.310Z Downloaded winnow v0.7.14
10922026-08-11T22:17:34.315Z Downloaded openssl v0.10.80
10932026-08-11T22:17:34.323Z Downloaded regress v0.11.1
10942026-08-11T22:17:34.328Z Downloaded regress v0.10.5
10952026-08-11T22:17:34.332Z Downloaded tabled v0.21.0
10962026-08-11T22:17:34.342Z Downloaded zlib-rs v0.6.2
10972026-08-11T22:17:34.353Z Downloaded itertools v0.13.0
10982026-08-11T22:17:34.360Z Downloaded zerocopy v0.8.40
10992026-08-11T22:17:34.363Z Downloaded p384 v0.13.1
11002026-08-11T22:17:34.367Z Downloaded bindgen v0.71.1
11012026-08-11T22:17:34.372Z Downloaded petname v2.0.2
11022026-08-11T22:17:34.375Z Downloaded radix_trie v0.2.1
11032026-08-11T22:17:34.379Z Downloaded hickory-proto v0.25.2
11042026-08-11T22:17:34.391Z Downloaded portable-atomic v1.13.1
11052026-08-11T22:17:34.395Z Downloaded blake3 v1.8.5
11062026-08-11T22:17:34.400Z Downloaded rustix v0.38.44
11072026-08-11T22:17:34.415Z Downloaded rustls v0.23.41
11082026-08-11T22:17:34.422Z Downloaded regex-syntax v0.6.29
11092026-08-11T22:17:34.427Z Downloaded moka v0.12.13
11102026-08-11T22:17:34.431Z Downloaded bstr v1.12.1
11112026-08-11T22:17:34.437Z Downloaded smoltcp v0.11.0
11122026-08-11T22:17:34.445Z Downloaded object v0.30.4
11132026-08-11T22:17:34.450Z Downloaded nix v0.28.0
11142026-08-11T22:17:34.457Z Downloaded nix v0.31.2
11152026-08-11T22:17:34.463Z Downloaded smoltcp v0.9.1
11162026-08-11T22:17:34.469Z Downloaded openapiv3 v2.2.0
11172026-08-11T22:17:34.477Z Downloaded sled v0.34.7
11182026-08-11T22:17:34.483Z Downloaded typify-impl v0.6.2
11192026-08-11T22:17:34.492Z Downloaded regex-syntax v0.8.10
11202026-08-11T22:17:34.497Z Downloaded sqlparser v0.61.0
11212026-08-11T22:17:34.503Z Downloaded sha3 v0.11.0
11222026-08-11T22:17:34.510Z Downloaded dropshot v0.17.1
11232026-08-11T22:17:34.524Z Downloaded tracing v0.1.44
11242026-08-11T22:17:34.539Z Downloaded bzip2-sys v0.1.13+1.0.8
11252026-08-11T22:17:34.547Z Downloaded diesel v2.3.7
11262026-08-11T22:17:34.570Z Downloaded petgraph v0.6.5
11272026-08-11T22:17:34.582Z Downloaded ratatui v0.29.0
11282026-08-11T22:17:34.595Z Downloaded zerocopy-derive v0.6.6
11292026-08-11T22:17:34.600Z Downloaded rustix v1.1.3
11302026-08-11T22:17:34.614Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11312026-08-11T22:17:34.638Z Downloaded libc v0.2.185
11322026-08-11T22:17:34.660Z Downloaded jiff v0.2.34
11332026-08-11T22:17:34.669Z Downloaded chrono-tz v0.10.4
11342026-08-11T22:17:34.681Z Downloaded sha3 v0.10.8
11352026-08-11T22:17:34.684Z Downloaded regex-automata v0.4.14
11362026-08-11T22:17:34.692Z Downloaded csv v1.4.0
11372026-08-11T22:17:34.709Z Downloaded petgraph v0.8.3
11382026-08-11T22:17:34.743Z Downloaded tokio v1.52.1
11392026-08-11T22:17:34.769Z Downloaded libz-sys v1.1.24
11402026-08-11T22:17:34.783Z Downloaded httpmock v0.8.3
11412026-08-11T22:17:34.798Z Downloaded libgit2-sys v0.18.3+1.9.2
11422026-08-11T22:17:34.833Z Downloaded encoding_rs v0.8.35
11432026-08-11T22:17:34.847Z Downloaded ring v0.17.14
11442026-08-11T22:17:35.280Z Downloaded aws-lc-sys v0.40.0
11452026-08-11T22:17:35.737Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11462026-08-11T22:17:37.642Z Startup: Refreshing catalog 'helios' ... Done
11472026-08-11T22:17:37.957Z Startup: Caching catalogs ... Done
11482026-08-11T22:17:39.736ZPlanning: Solver setup ... Done (1.675s)
11492026-08-11T22:17:39.790ZPlanning: Running solver ... Done (0.053s)
11502026-08-11T22:17:39.830ZPlanning: Finding local manifests ... Done (0.004s)
11512026-08-11T22:17:39.841ZPlanning: Fetching manifests: 0/2 0% complete
11522026-08-11T22:17:39.863ZPlanning: Fetching manifests: 2/2 100% complete
11532026-08-11T22:17:39.879ZPlanning: Package planning ... Done (0.015s)
11542026-08-11T22:17:39.884ZPlanning: Merging actions ... Done (0.002s)
11552026-08-11T22:17:40.060ZPlanning: Checking for conflicting actions ... Done (0.178s)
11562026-08-11T22:17:40.064ZPlanning: Consolidating action changes ... Done (0.001s)
11572026-08-11T22:17:40.813ZPlanning: Evaluating mediators ... Done (0.751s)
11582026-08-11T22:17:40.818ZPlanning: Planning completed in 2.82 seconds
11592026-08-11T22:17:40.823Z Packages to install: 2
11602026-08-11T22:17:40.823Z Estimated space available: 155.73 GB
11612026-08-11T22:17:40.823ZEstimated space to be consumed: 67.95 MB
11622026-08-11T22:17:40.823Z Create boot environment: No
11632026-08-11T22:17:40.823ZCreate backup boot environment: No
11642026-08-11T22:17:40.824Z Rebuild boot archive: No
11652026-08-11T22:17:40.824Z
11662026-08-11T22:17:40.824ZChanged packages:
11672026-08-11T22:17:40.824Zhelios
11682026-08-11T22:17:40.824Z developer/build-essential
11692026-08-11T22:17:40.824Z None -> 11-3.0
11702026-08-11T22:17:40.824Z library/libxmlsec1
11712026-08-11T22:17:40.824Z None -> 1.2.35-3.0
11722026-08-11T22:17:40.846Z
11732026-08-11T22:17:40.846ZDownload: 0/214 items 0.0/1.3MB 0% complete
11742026-08-11T22:17:40.915ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
11752026-08-11T22:17:40.991Z Actions: 1/268 actions (Installing new actions)
11762026-08-11T22:17:41.027Z Actions: Completed 268 actions in 0.04 seconds.
11772026-08-11T22:17:41.059ZFinalize: Updating package state database ... Done (0.031s)
11782026-08-11T22:17:41.064ZFinalize: Updating package cache ... Done (0.000s)
11792026-08-11T22:17:41.134ZFinalize: Updating image state ... Done (0.074s)
11802026-08-11T22:17:48.299ZFinalize: Creating fast lookup database ... Done (2.590s)
11812026-08-11T22:17:48.299ZFinalize: Reading search index ... Done (0.018s)
11822026-08-11T22:17:48.299ZFinalize: Updating search index ... Done (0.000s)
11832026-08-11T22:17:48.299ZFinalize: Updating package cache ... Done (0.000s)
11842026-08-11T22:17:48.299ZPlanning: Evaluating mediator changes ... Done
11852026-08-11T22:17:48.299ZPlanning: Checking for conflicting actions ... Done
11862026-08-11T22:17:48.299ZPlanning: Consolidating action changes ... Done
11872026-08-11T22:17:48.299ZPlanning: Evaluating mediators ... Done
11882026-08-11T22:17:48.299ZPlanning: Planning completed in 0.26 seconds
11892026-08-11T22:17:48.299Z Mediators to change: 2
11902026-08-11T22:17:48.299Z Create boot environment: No
11912026-08-11T22:17:48.299ZCreate backup boot environment: No
11922026-08-11T22:17:48.299ZFinalize: Updating package state database ... Done
11932026-08-11T22:17:48.300ZFinalize: Updating package cache ... Done
11942026-08-11T22:17:48.300ZFinalize: Updating image state ... Done
11952026-08-11T22:17:48.435ZFinalize: Creating fast lookup database ... Done
11962026-08-11T22:17:48.435ZFinalize: Reading search index ... Done
11972026-08-11T22:17:48.435ZFinalize: Updating search index ... Done
11982026-08-11T22:17:48.435ZFinalize: Updating package cache ... Done
11992026-08-11T22:17:48.435ZPlanning: Evaluating mediator changes ... Done
12002026-08-11T22:17:48.436ZPlanning: Checking for conflicting actions ... Done
12012026-08-11T22:17:48.436ZPlanning: Consolidating action changes ... Done
12022026-08-11T22:17:48.436ZPlanning: Evaluating mediators ... Done
12032026-08-11T22:17:48.436ZPlanning: Planning completed in 0.26 seconds
12042026-08-11T22:17:48.436Z Mediators to change: 1
12052026-08-11T22:17:48.436Z Create boot environment: No
12062026-08-11T22:17:48.436ZCreate backup boot environment: No
12072026-08-11T22:17:48.436ZFinalize: Updating package state database ... Done
12082026-08-11T22:17:48.436ZFinalize: Updating package cache ... Done
12092026-08-11T22:17:48.436ZFinalize: Updating image state ... Done
12102026-08-11T22:17:49.798ZFinalize: Creating fast lookup database ... Done
12112026-08-11T22:17:49.941ZFinalize: Reading search index ... Done
12122026-08-11T22:17:49.941ZFinalize: Updating search index ... Done
12132026-08-11T22:17:49.941ZFinalize: Updating package cache ... Done
12142026-08-11T22:17:49.971ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12152026-08-11T22:17:49.971Zapache system 2.4 system
12162026-08-11T22:17:49.972Zclang system 15 system
12172026-08-11T22:17:49.972Zcsh system system illumos
12182026-08-11T22:17:49.972Zctags system system illumos
12192026-08-11T22:17:49.972Zfile vendor vendor darwinsys
12202026-08-11T22:17:49.972Zfile system system illumos
12212026-08-11T22:17:49.972Zgcc vendor 14 vendor
12222026-08-11T22:17:49.972Zgcc system 13 system
12232026-08-11T22:17:49.972Zgcc system 10 system
12242026-08-11T22:17:49.972Zgo system 1.25 system
12252026-08-11T22:17:49.972Zllvm system 15 system
12262026-08-11T22:17:49.972Zmariadb system 11.4 system
12272026-08-11T22:17:49.972Zmta vendor vendor dma
12282026-08-11T22:17:49.972Zopenjdk system 17 system
12292026-08-11T22:17:49.972Zopenjdk system 11 system
12302026-08-11T22:17:49.972Zopenssl vendor 3 vendor
12312026-08-11T22:17:49.972Zperl system 5.40 system
12322026-08-11T22:17:49.972Zpostgresql system 18 system
12332026-08-11T22:17:49.972Zpostgresql system 17 system
12342026-08-11T22:17:49.972Zpython vendor 3 vendor
12352026-08-11T22:17:49.972Zpython system 2 system
12362026-08-11T22:17:49.972Zpython3 vendor 3.13 vendor
12372026-08-11T22:17:49.972Zruby system 3.4 system
12382026-08-11T22:17:49.972Zruby system 3.0 system
12392026-08-11T22:17:49.972Zwords vendor vendor american-english
12402026-08-11T22:17:49.972Zwords system system australian-english
12412026-08-11T22:17:49.972Zwords system system british-english
12422026-08-11T22:17:49.972Zwords system system canadian-english
12432026-08-11T22:17:49.972Zwords system system french
12442026-08-11T22:17:49.972Zwords system system italian
12452026-08-11T22:17:49.972Zwords system system ngerman
12462026-08-11T22:17:49.973Zwords system system ogerman
12472026-08-11T22:17:49.973Zwords system system spanish
12482026-08-11T22:17:50.094ZPUBLISHER TYPE STATUS P LOCATION
12492026-08-11T22:17:50.094Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12502026-08-11T22:17:50.697ZFMRI IFO
12512026-08-11T22:17:50.697Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12522026-08-11T22:17:50.697Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12532026-08-11T22:17:50.697Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12542026-08-11T22:17:50.697Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12552026-08-11T22:17:50.697Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12562026-08-11T22:17:50.697Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12572026-08-11T22:17:50.697Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12582026-08-11T22:17:50.697Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12592026-08-11T22:17:50.697Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12602026-08-11T22:17:51.290Z Downloading crates ...
12612026-08-11T22:17:51.800Z Downloaded cargo_toml v0.21.0
12622026-08-11T22:17:51.800Z Compiling proc-macro2 v1.0.106
12632026-08-11T22:17:51.800Z Compiling unicode-ident v1.0.24
12642026-08-11T22:17:51.800Z Compiling quote v1.0.45
12652026-08-11T22:17:51.800Z Compiling serde_core v1.0.228
12662026-08-11T22:17:51.800Z Compiling libc v0.2.185
12672026-08-11T22:17:51.800Z Compiling version_check v0.9.5
12682026-08-11T22:17:51.801Z Compiling memchr v2.8.0
12692026-08-11T22:17:51.801Z Compiling serde v1.0.228
12702026-08-11T22:17:51.802Z Compiling zmij v1.0.21
12712026-08-11T22:17:51.802Z Compiling itoa v1.0.17
12722026-08-11T22:17:51.802Z Compiling ucd-trie v0.1.7
12732026-08-11T22:17:51.886Z Compiling thiserror v1.0.69
12742026-08-11T22:17:51.886Z Compiling byteorder v1.5.0
12752026-08-11T22:17:51.886Z Compiling rustix v1.1.3
12762026-08-11T22:17:51.886Z Compiling serde_json v1.0.151
12772026-08-11T22:17:51.886Z Compiling bitflags v2.11.0
12782026-08-11T22:17:51.886Z Compiling camino v1.2.2
12792026-08-11T22:17:51.886Z Compiling usdt-impl v0.5.0
12802026-08-11T22:17:51.887Z Compiling proc-macro-error-attr v1.0.4
12812026-08-11T22:17:52.764Z Compiling pest v2.8.6
12822026-08-11T22:17:52.782Z Compiling syn v1.0.109
12832026-08-11T22:17:52.782Z Compiling proc-macro-error v1.0.4
12842026-08-11T22:17:52.782Z Compiling plain v0.2.3
12852026-08-11T22:17:52.782Z Compiling equivalent v1.0.2
12862026-08-11T22:17:52.782Z Compiling utf8parse v0.2.2
12872026-08-11T22:17:52.782Z Compiling log v0.4.29
12882026-08-11T22:17:52.782Z Compiling getrandom v0.4.1
12892026-08-11T22:17:52.782Z Compiling hashbrown v0.17.0
12902026-08-11T22:17:52.783Z Compiling anstyle-parse v1.0.0
12912026-08-11T22:17:52.783Z Compiling winnow v0.7.14
12922026-08-11T22:17:52.783Z Compiling cfg-if v1.0.4
12932026-08-11T22:17:52.783Z Compiling pretty-hex v0.4.1
12942026-08-11T22:17:52.783Z Compiling colorchoice v1.0.4
12952026-08-11T22:17:52.783Z Compiling autocfg v1.5.0
12962026-08-11T22:17:52.783Z Compiling is_terminal_polyfill v1.70.2
12972026-08-11T22:17:52.783Z Compiling anstyle-query v1.1.5
12982026-08-11T22:17:52.783Z Compiling anstyle v1.0.14
12992026-08-11T22:17:52.783Z Compiling thiserror v2.0.18
13002026-08-11T22:17:52.783Z Compiling toml_write v0.1.2
13012026-08-11T22:17:52.783Z Compiling errno v0.3.14
13022026-08-11T22:17:52.783Z Compiling thread-id v4.2.2
13032026-08-11T22:17:52.783Z Compiling clap_lex v1.0.0
13042026-08-11T22:17:52.783Z Compiling unicode-width v0.1.14
13052026-08-11T22:17:52.783Z Compiling anstream v1.0.0
13062026-08-11T22:17:52.783Z Compiling once_cell v1.21.3
13072026-08-11T22:17:52.783Z Compiling heck v0.5.0
13082026-08-11T22:17:52.783Z Compiling fnv v1.0.7
13092026-08-11T22:17:53.992Z Compiling indexmap v2.14.0
13102026-08-11T22:17:54.060Z Compiling strsim v0.11.1
13112026-08-11T22:17:54.060Z Compiling heck v0.4.1
13122026-08-11T22:17:54.060Z Compiling fs-err v3.3.0
13132026-08-11T22:17:54.060Z Compiling fastrand v2.3.0
13142026-08-11T22:17:54.060Z Compiling bytecount v0.6.9
13152026-08-11T22:17:54.060Z Compiling anyhow v1.0.102
13162026-08-11T22:17:54.060Z Compiling memmap v0.7.0
13172026-08-11T22:17:54.060Z Compiling syn v2.0.117
13182026-08-11T22:17:54.060Z Compiling papergrid v0.11.0
13192026-08-11T22:17:54.060Z Compiling pest_meta v2.8.6
13202026-08-11T22:17:54.060Z Compiling smawk v0.3.2
13212026-08-11T22:17:54.061Z Compiling unicode-linebreak v0.1.5
13222026-08-11T22:17:54.061Z Compiling unicode-width v0.2.0
13232026-08-11T22:17:54.061Z Compiling swrite v0.1.0
13242026-08-11T22:17:54.061Z Compiling terminal_size v0.4.3
13252026-08-11T22:17:54.061Z Compiling tempfile v3.25.0
13262026-08-11T22:17:54.061Z Compiling clap_builder v4.6.0
13272026-08-11T22:17:54.061Z Compiling textwrap v0.16.2
13282026-08-11T22:17:54.316Z Compiling semver v1.0.28
13292026-08-11T22:17:54.316Z Compiling cargo-platform v0.3.2
13302026-08-11T22:17:54.340Z Compiling camino-tempfile v1.4.1
13312026-08-11T22:17:54.510Z Compiling tabled_derive v0.7.0
13322026-08-11T22:17:57.658Z Compiling pest_generator v2.8.6
13332026-08-11T22:17:57.715Z Compiling tabled v0.15.0
13342026-08-11T22:17:57.716Z Compiling serde_derive v1.0.228
13352026-08-11T22:17:57.716Z Compiling thiserror-impl v1.0.69
13362026-08-11T22:17:57.716Z Compiling zerocopy-derive v0.7.35
13372026-08-11T22:17:57.716Z Compiling scroll_derive v0.12.1
13382026-08-11T22:17:57.716Z Compiling thiserror-impl v2.0.18
13392026-08-11T22:17:57.716Z Compiling clap_derive v4.6.1
13402026-08-11T22:17:57.716Z Compiling pest_derive v2.8.6
13412026-08-11T22:17:57.716Z Compiling scroll v0.12.0
13422026-08-11T22:17:57.716Z Compiling zerocopy v0.7.35
13432026-08-11T22:17:57.716Z Compiling goblin v0.8.2
13442026-08-11T22:17:57.716Z Compiling dtrace-parser v0.2.0
13452026-08-11T22:17:57.716Z Compiling clap v4.6.1
13462026-08-11T22:17:59.465Z Compiling serde_spanned v0.6.9
13472026-08-11T22:17:59.465Z Compiling toml_datetime v0.6.11
13482026-08-11T22:17:59.465Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13492026-08-11T22:17:59.465Z Compiling macaddr v1.0.1
13502026-08-11T22:17:59.465Z Compiling cargo_metadata v0.23.1
13512026-08-11T22:17:59.465Z Compiling dof v0.3.0
13522026-08-11T22:17:59.465Z Compiling serde_tokenstream v0.2.3
13532026-08-11T22:17:59.465Z Compiling toml_edit v0.22.27
13542026-08-11T22:17:59.465Z Compiling usdt-macro v0.5.0
13552026-08-11T22:17:59.465Z Compiling usdt-attr-macro v0.5.0
13562026-08-11T22:17:59.622Z Compiling usdt v0.5.0
13572026-08-11T22:17:59.622Z Compiling toml v0.8.23
13582026-08-11T22:18:00.258Z Compiling cargo_toml v0.21.0
13592026-08-11T22:18:01.025Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13602026-08-11T22:18:03.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.38s
13612026-08-11T22:18:03.094Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13622026-08-11T22:18:03.904Z Compiling serde_core v1.0.228
13632026-08-11T22:18:03.904Z Compiling libc v0.2.185
13642026-08-11T22:18:03.904Z Compiling serde v1.0.228
13652026-08-11T22:18:03.904Z Compiling log v0.4.29
13662026-08-11T22:18:03.905Z Compiling smallvec v1.15.1
13672026-08-11T22:18:03.931Z Compiling shlex v1.3.0
13682026-08-11T22:18:03.931Z Compiling find-msvc-tools v0.1.9
13692026-08-11T22:18:03.931Z Compiling subtle v2.6.1
13702026-08-11T22:18:03.931Z Compiling scopeguard v1.2.0
13712026-08-11T22:18:03.931Z Compiling typenum v1.20.1
13722026-08-11T22:18:03.931Z Compiling stable_deref_trait v1.2.1
13732026-08-11T22:18:03.977Z Compiling zerocopy v0.8.40
13742026-08-11T22:18:04.063Z Compiling portable-atomic v1.13.1
13752026-08-11T22:18:04.104Z Compiling serde_json v1.0.151
13762026-08-11T22:18:04.104Z Compiling syn v2.0.117
13772026-08-11T22:18:04.104Z Compiling critical-section v1.2.0
13782026-08-11T22:18:04.174Z Compiling lock_api v0.4.14
13792026-08-11T22:18:04.204Z Compiling libm v0.2.16
13802026-08-11T22:18:04.204Z Compiling num-traits v0.2.19
13812026-08-11T22:18:04.239Z Compiling pkg-config v0.3.32
13822026-08-11T22:18:04.239Z Compiling generic-array v0.14.7
13832026-08-11T22:18:04.273Z Compiling getrandom v0.4.1
13842026-08-11T22:18:04.304Z Compiling const-oid v0.9.6
13852026-08-11T22:18:04.321Z Compiling pin-project-lite v0.2.17
13862026-08-11T22:18:04.357Z Compiling parking_lot_core v0.9.12
13872026-08-11T22:18:04.405Z Compiling rand_core v0.10.0
13882026-08-11T22:18:04.459Z Compiling writeable v0.6.2
13892026-08-11T22:18:04.476Z Compiling litemap v0.8.1
13902026-08-11T22:18:04.537Z Compiling percent-encoding v2.3.2
13912026-08-11T22:18:04.575Z Compiling futures-core v0.3.32
13922026-08-11T22:18:04.592Z Compiling icu_normalizer_data v2.1.1
13932026-08-11T22:18:04.618Z Compiling icu_properties_data v2.1.2
13942026-08-11T22:18:04.703Z Compiling getrandom v0.3.4
13952026-08-11T22:18:04.730Z Compiling futures-sink v0.3.32
13962026-08-11T22:18:04.730Z Compiling rustix v1.1.3
13972026-08-11T22:18:04.730Z Compiling futures-io v0.3.32
13982026-08-11T22:18:04.754Z Compiling slab v0.4.12
13992026-08-11T22:18:04.792Z Compiling futures-task v0.3.32
14002026-08-11T22:18:04.815Z Compiling futures-channel v0.3.32
14012026-08-11T22:18:04.849Z Compiling utf8_iter v1.0.4
14022026-08-11T22:18:04.873Z Compiling form_urlencoded v1.2.2
14032026-08-11T22:18:04.957Z Compiling jobserver v0.1.34
14042026-08-11T22:18:05.003Z Compiling errno v0.3.14
14052026-08-11T22:18:05.003Z Compiling getrandom v0.2.17
14062026-08-11T22:18:05.026Z Compiling mio v1.2.0
14072026-08-11T22:18:05.077Z Compiling socket2 v0.6.3
14082026-08-11T22:18:05.091Z Compiling signal-hook-registry v1.4.8
14092026-08-11T22:18:05.091Z Compiling rustversion v1.0.22
14102026-08-11T22:18:05.123Z Compiling iana-time-zone v0.1.65
14112026-08-11T22:18:05.174Z Compiling rand_core v0.6.4
14122026-08-11T22:18:05.235Z Compiling cc v1.2.56
14132026-08-11T22:18:05.244Z Compiling once_cell v1.21.3
14142026-08-11T22:18:05.294Z Compiling parking_lot v0.12.5
14152026-08-11T22:18:05.344Z Compiling base64ct v1.8.3
14162026-08-11T22:18:05.363Z Compiling flagset v0.4.7
14172026-08-11T22:18:05.391Z Compiling dunce v1.0.5
14182026-08-11T22:18:05.406Z Compiling regex-syntax v0.8.10
14192026-08-11T22:18:05.439Z Compiling ident_case v1.0.1
14202026-08-11T22:18:05.475Z Compiling fs_extra v1.3.0
14212026-08-11T22:18:05.493Z Compiling base64 v0.22.1
14222026-08-11T22:18:05.530Z Compiling syn v1.0.109
14232026-08-11T22:18:05.542Z Compiling rand_core v0.9.5
14242026-08-11T22:18:05.561Z Compiling vcpkg v0.2.15
14252026-08-11T22:18:05.585Z Compiling pem-rfc7468 v0.7.0
14262026-08-11T22:18:05.650Z Compiling tracing-core v0.1.36
14272026-08-11T22:18:05.671Z Compiling aws-lc-rs v1.16.3
14282026-08-11T22:18:05.692Z Compiling dyn-clone v1.0.20
14292026-08-11T22:18:05.705Z Compiling cpufeatures v0.2.17
14302026-08-11T22:18:05.764Z Compiling schemars v0.8.22
14312026-08-11T22:18:05.778Z Compiling spin v0.9.8
14322026-08-11T22:18:05.831Z Compiling crc32fast v1.5.0
14332026-08-11T22:18:05.859Z Compiling openssl-probe v0.2.1
14342026-08-11T22:18:05.889Z Compiling tinyvec_macros v0.1.1
14352026-08-11T22:18:05.902Z Compiling httparse v1.10.1
14362026-08-11T22:18:05.949Z Compiling cmake v0.1.57
14372026-08-11T22:18:05.972Z Compiling cmov v0.5.4
14382026-08-11T22:18:06.005Z Compiling tinyvec v1.10.0
14392026-08-11T22:18:06.012Z Compiling aho-corasick v1.1.4
14402026-08-11T22:18:06.012Z Compiling radium v0.7.0
14412026-08-11T22:18:06.029Z Compiling untrusted v0.7.1
14422026-08-11T22:18:06.135Z Compiling atomic-waker v1.1.2
14432026-08-11T22:18:06.160Z Compiling bitflags v2.11.0
14442026-08-11T22:18:06.188Z Compiling semver v1.0.28
14452026-08-11T22:18:06.210Z Compiling indexmap v2.14.0
14462026-08-11T22:18:06.259Z Compiling uuid v1.23.4
14472026-08-11T22:18:06.288Z Compiling ctutils v0.4.2
14482026-08-11T22:18:06.330Z Compiling tower-service v0.3.3
14492026-08-11T22:18:06.380Z Compiling try-lock v0.2.5
14502026-08-11T22:18:06.442Z Compiling tower-layer v0.3.3
14512026-08-11T22:18:06.462Z Compiling rustc_version v0.4.1
14522026-08-11T22:18:06.462Z Compiling want v0.3.1
14532026-08-11T22:18:06.517Z Compiling httpdate v1.0.3
14542026-08-11T22:18:06.560Z Compiling simd-adler32 v0.3.8
14552026-08-11T22:18:06.585Z Compiling maybe-uninit v2.0.0
14562026-08-11T22:18:06.606Z Compiling rustls v0.23.41
14572026-08-11T22:18:06.661Z Compiling openssl v0.10.80
14582026-08-11T22:18:06.682Z Compiling tap v1.0.1
14592026-08-11T22:18:06.744Z Compiling untrusted v0.9.0
14602026-08-11T22:18:06.770Z Compiling foreign-types-shared v0.1.1
14612026-08-11T22:18:06.787Z Compiling aws-lc-sys v0.40.0
14622026-08-11T22:18:06.787Z Compiling openssl-sys v0.9.117
14632026-08-11T22:18:06.812Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14642026-08-11T22:18:06.818Z Compiling bzip2-sys v0.1.13+1.0.8
14652026-08-11T22:18:06.844Z Compiling regex-automata v0.4.14
14662026-08-11T22:18:06.869Z Compiling foreign-types v0.3.2
14672026-08-11T22:18:06.893Z Compiling synstructure v0.13.2
14682026-08-11T22:18:06.906Z Compiling serde_derive_internals v0.29.1
14692026-08-11T22:18:06.925Z Compiling pest_generator v2.8.6
14702026-08-11T22:18:06.935Z Compiling darling_core v0.20.11
14712026-08-11T22:18:06.951Z Compiling wyz v0.5.1
14722026-08-11T22:18:07.164Z Compiling unicode-normalization v0.1.25
14732026-08-11T22:18:07.230Z Compiling tempfile v3.25.0
14742026-08-11T22:18:07.310Z Compiling terminal_size v0.4.3
14752026-08-11T22:18:07.355Z Compiling num-integer v0.1.46
14762026-08-11T22:18:07.465Z Compiling wait-timeout v0.2.1
14772026-08-11T22:18:07.480Z Compiling ahash v0.8.12
14782026-08-11T22:18:07.494Z Compiling adler2 v2.0.1
14792026-08-11T22:18:07.609Z Compiling num-bigint-dig v0.8.6
14802026-08-11T22:18:07.623Z Compiling bit-vec v0.8.0
14812026-08-11T22:18:07.642Z Compiling quick-error v1.2.3
14822026-08-11T22:18:07.642Z Compiling powerfmt v0.2.0
14832026-08-11T22:18:07.697Z Compiling packed_struct v0.10.1
14842026-08-11T22:18:07.712Z Compiling time-core v0.1.8
14852026-08-11T22:18:07.730Z Compiling num-conv v0.2.0
14862026-08-11T22:18:07.745Z Compiling native-tls v0.2.18
14872026-08-11T22:18:07.759Z Compiling funty v2.0.0
14882026-08-11T22:18:07.773Z Compiling rusty-fork v0.3.1
14892026-08-11T22:18:07.812Z Compiling bit-set v0.8.0
14902026-08-11T22:18:07.847Z Compiling deranged v0.5.8
14912026-08-11T22:18:07.866Z Compiling time-macros v0.2.27
14922026-08-11T22:18:07.892Z Compiling clap_builder v4.6.0
14932026-08-11T22:18:07.892Z Compiling miniz_oxide v0.8.9
14942026-08-11T22:18:07.921Z Compiling num-iter v0.1.45
14952026-08-11T22:18:08.051Z Compiling lazy_static v1.5.0
14962026-08-11T22:18:08.082Z Compiling bitvec v1.0.1
14972026-08-11T22:18:08.098Z Compiling rand_xorshift v0.4.0
14982026-08-11T22:18:08.150Z Compiling anstyle-parse v0.2.7
14992026-08-11T22:18:08.270Z Compiling sync_wrapper v1.0.2
15002026-08-11T22:18:08.334Z Compiling indexmap v1.9.3
15012026-08-11T22:18:08.347Z Compiling crc-catalog v2.4.0
15022026-08-11T22:18:08.389Z Compiling usdt-impl v0.6.0
15032026-08-11T22:18:08.450Z Compiling zlib-rs v0.6.2
15042026-08-11T22:18:08.536Z Compiling siphasher v1.0.2
15052026-08-11T22:18:08.549Z Compiling paste v1.0.15
15062026-08-11T22:18:08.599Z Compiling serde_derive v1.0.228
15072026-08-11T22:18:08.614Z Compiling zeroize_derive v1.5.0
15082026-08-11T22:18:08.741Z Compiling zerocopy-derive v0.8.40
15092026-08-11T22:18:08.836Z Compiling zerofrom-derive v0.1.6
15102026-08-11T22:18:08.850Z Compiling yoke-derive v0.8.1
15112026-08-11T22:18:08.906Z Compiling zerovec-derive v0.11.2
15122026-08-11T22:18:08.977Z Compiling displaydoc v0.2.5
15132026-08-11T22:18:09.204Z Compiling tokio-macros v2.7.0
15142026-08-11T22:18:09.273Z Compiling futures-macro v0.3.32
15152026-08-11T22:18:09.362Z Compiling thiserror-impl v2.0.18
15162026-08-11T22:18:09.612Z Compiling der_derive v0.7.3
15172026-08-11T22:18:09.808Z Compiling tracing-attributes v0.1.31
15182026-08-11T22:18:09.864Z Compiling schemars_derive v0.8.22
15192026-08-11T22:18:10.015Z Compiling pest_derive v2.8.6
15202026-08-11T22:18:10.071Z Compiling scroll_derive v0.13.1
15212026-08-11T22:18:10.101Z Compiling darling_macro v0.20.11
15222026-08-11T22:18:10.137Z Compiling futures-util v0.3.32
15232026-08-11T22:18:10.293Z Compiling zerofrom v0.1.6
15242026-08-11T22:18:10.454Z Compiling yoke v0.8.1
15252026-08-11T22:18:10.496Z Compiling thiserror-impl v1.0.69
15262026-08-11T22:18:10.585Z Compiling openssl-macros v0.1.1
15272026-08-11T22:18:10.643Z Compiling zerovec v0.11.5
15282026-08-11T22:18:10.663Z Compiling zerotrie v0.2.3
15292026-08-11T22:18:10.781Z Compiling thiserror v2.0.18
15302026-08-11T22:18:10.908Z Compiling darling v0.20.11
15312026-08-11T22:18:10.965Z Compiling scroll v0.13.0
15322026-08-11T22:18:11.024Z Compiling packed_struct_codegen v0.10.1
15332026-08-11T22:18:11.074Z Compiling zerocopy-derive v0.6.6
15342026-08-11T22:18:11.074Z Compiling clap_derive v4.6.1
15352026-08-11T22:18:11.074Z Compiling bitfield-macros v0.19.4
15362026-08-11T22:18:11.148Z Compiling tinystr v0.8.2
15372026-08-11T22:18:11.204Z Compiling potential_utf v0.1.4
15382026-08-11T22:18:11.269Z Compiling tracing v0.1.44
15392026-08-11T22:18:11.298Z Compiling goblin v0.10.5
15402026-08-11T22:18:11.344Z Compiling icu_locale_core v2.1.1
15412026-08-11T22:18:11.423Z Compiling icu_collections v2.1.1
15422026-08-11T22:18:11.504Z Compiling num_threads v0.1.7
15432026-08-11T22:18:11.645Z Compiling crossbeam-utils v0.8.21
15442026-08-11T22:18:11.751Z Compiling unarray v0.1.4
15452026-08-11T22:18:11.815Z Compiling nodrop v0.1.14
15462026-08-11T22:18:11.839Z Compiling thiserror v1.0.69
15472026-08-11T22:18:11.872Z Compiling bitfield v0.19.4
15482026-08-11T22:18:11.935Z Compiling zerocopy v0.6.6
15492026-08-11T22:18:11.954Z Compiling time v0.3.47
15502026-08-11T22:18:11.954Z Compiling array-init v0.0.4
15512026-08-11T22:18:11.969Z Compiling flate2 v1.1.9
15522026-08-11T22:18:11.989Z Compiling derive_builder_core v0.20.2
15532026-08-11T22:18:12.134Z Compiling icu_provider v2.1.1
15542026-08-11T22:18:12.216Z Compiling zeroize v1.9.0
15552026-08-11T22:18:12.224Z Compiling bytes v1.11.1
15562026-08-11T22:18:12.241Z Compiling chrono v0.4.45
15572026-08-11T22:18:12.255Z Compiling ipnet v2.11.0
15582026-08-11T22:18:12.306Z Compiling hex v0.4.3
15592026-08-11T22:18:12.441Z Compiling icu_properties v2.1.2
15602026-08-11T22:18:12.472Z Compiling icu_normalizer v2.1.1
15612026-08-11T22:18:12.513Z Compiling der v0.7.10
15622026-08-11T22:18:12.562Z Compiling rustls-pki-types v1.14.0
15632026-08-11T22:18:12.783Z Compiling tokio v1.52.1
15642026-08-11T22:18:12.829Z Compiling http v1.4.2
15652026-08-11T22:18:12.863Z Compiling hybrid-array v0.4.13
15662026-08-11T22:18:12.938Z Compiling serde_spanned v0.6.9
15672026-08-11T22:18:13.019Z Compiling crypto-common v0.1.7
15682026-08-11T22:18:13.019Z Compiling block-buffer v0.10.4
15692026-08-11T22:18:13.034Z Compiling toml_datetime v0.6.11
15702026-08-11T22:18:13.034Z Compiling clap v4.6.1
15712026-08-11T22:18:13.134Z Compiling digest v0.10.7
15722026-08-11T22:18:13.186Z Compiling ppv-lite86 v0.2.21
15732026-08-11T22:18:13.303Z Compiling idna_adapter v1.2.1
15742026-08-11T22:18:13.353Z Compiling spki v0.7.3
15752026-08-11T22:18:13.393Z Compiling sha2 v0.10.9
15762026-08-11T22:18:13.487Z Compiling idna v1.1.0
15772026-08-11T22:18:13.493Z Compiling rand_chacha v0.9.0
15782026-08-11T22:18:13.536Z Compiling pkcs8 v0.10.2
15792026-08-11T22:18:13.552Z Compiling http-body v1.0.1
15802026-08-11T22:18:13.573Z Compiling rand_chacha v0.3.1
15812026-08-11T22:18:13.639Z Compiling signature v2.2.0
15822026-08-11T22:18:13.662Z Compiling hmac v0.12.1
15832026-08-11T22:18:13.721Z Compiling rand v0.9.2
15842026-08-11T22:18:13.740Z Compiling pkcs1 v0.7.5
15852026-08-11T22:18:13.762Z Compiling url v2.5.8
15862026-08-11T22:18:13.788Z Compiling rand v0.8.6
15872026-08-11T22:18:13.821Z Compiling http-body-util v0.1.3
15882026-08-11T22:18:14.026Z Compiling dof v0.4.0
15892026-08-11T22:18:14.111Z Compiling dtrace-parser v0.3.0
15902026-08-11T22:18:14.202Z Compiling structmeta-derive v0.3.0
15912026-08-11T22:18:14.222Z Compiling scroll_derive v0.12.1
15922026-08-11T22:18:14.312Z Compiling proptest v1.11.0
15932026-08-11T22:18:14.371Z Compiling crc v3.4.0
15942026-08-11T22:18:14.474Z Compiling anstream v0.6.21
15952026-08-11T22:18:14.651Z Compiling smallvec v0.6.14
15962026-08-11T22:18:14.665Z Compiling darling_core v0.23.0
15972026-08-11T22:18:14.716Z Compiling heapless v0.7.17
15982026-08-11T22:18:14.807Z Compiling slog v2.8.2
15992026-08-11T22:18:14.882Z Compiling thread-id v5.1.0
16002026-08-11T22:18:14.898Z Compiling env_filter v1.0.0
16012026-08-11T22:18:14.962Z Compiling cookie v0.18.1
16022026-08-11T22:18:14.996Z Compiling signal-hook v0.3.18
16032026-08-11T22:18:15.018Z Compiling ryu v1.0.23
16042026-08-11T22:18:15.037Z Compiling hashbrown v0.12.3
16052026-08-11T22:18:15.037Z Compiling allocator-api2 v0.2.21
16062026-08-11T22:18:15.177Z Compiling ipnetwork v0.21.1
16072026-08-11T22:18:15.199Z Compiling unicode-bidi v0.3.18
16082026-08-11T22:18:15.219Z Compiling winnow v0.5.40
16092026-08-11T22:18:15.243Z Compiling base64 v0.21.7
16102026-08-11T22:18:15.316Z Compiling unicode-properties v0.1.4
16112026-08-11T22:18:15.409Z Compiling zstd-safe v7.2.4
16122026-08-11T22:18:15.436Z Compiling anyhow v1.0.102
16132026-08-11T22:18:15.533Z Compiling iri-string v0.7.10
16142026-08-11T22:18:15.548Z Compiling ron v0.8.1
16152026-08-11T22:18:15.565Z Compiling stringprep v0.1.5
16162026-08-11T22:18:15.609Z Compiling rsa v0.9.10
16172026-08-11T22:18:15.656Z Compiling oxnet v0.1.6
16182026-08-11T22:18:15.712Z Compiling structmeta v0.3.0
16192026-08-11T22:18:15.867Z Compiling serde_urlencoded v0.7.1
16202026-08-11T22:18:15.965Z Compiling env_logger v0.11.9
16212026-08-11T22:18:16.034Z Compiling scroll v0.12.0
16222026-08-11T22:18:16.115Z Compiling serde-hex v0.1.0
16232026-08-11T22:18:16.132Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16242026-08-11T22:18:16.145Z Compiling hashbrown v0.13.2
16252026-08-11T22:18:16.212Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16262026-08-11T22:18:16.345Z Compiling bzip2 v0.4.4
16272026-08-11T22:18:16.345Z Compiling crypto-common v0.2.2
16282026-08-11T22:18:16.518Z Compiling block-buffer v0.12.1
16292026-08-11T22:18:16.569Z Compiling toml_edit v0.19.15
16302026-08-11T22:18:16.662Z Compiling tokio-util v0.7.18
16312026-08-11T22:18:16.678Z Compiling tower v0.5.3
16322026-08-11T22:18:16.714Z Compiling tokio-native-tls v0.3.1
16332026-08-11T22:18:16.740Z Compiling block-padding v0.4.2
16342026-08-11T22:18:16.861Z Compiling x509-cert v0.2.5
16352026-08-11T22:18:16.910Z Compiling newtype-uuid v1.3.2
16362026-08-11T22:18:16.932Z Compiling md-5 v0.10.6
16372026-08-11T22:18:17.114Z Compiling tower-http v0.6.8
16382026-08-11T22:18:17.140Z Compiling rustls-native-certs v0.8.3
16392026-08-11T22:18:17.208Z Compiling derive_builder_macro v0.20.2
16402026-08-11T22:18:17.290Z Compiling serde_tokenstream v0.2.3
16412026-08-11T22:18:17.315Z Compiling darling_macro v0.23.0
16422026-08-11T22:18:17.453Z Compiling h2 v0.4.15
16432026-08-11T22:18:17.539Z Compiling erased-serde v0.3.31
16442026-08-11T22:18:17.705Z Compiling camino v1.2.2
16452026-08-11T22:18:17.767Z Compiling bstr v1.12.1
16462026-08-11T22:18:17.827Z Compiling zerocopy-derive v0.7.35
16472026-08-11T22:18:17.899Z Compiling pin-project-internal v1.1.11
16482026-08-11T22:18:18.035Z Compiling async-trait v0.1.89
16492026-08-11T22:18:18.088Z Compiling daft-derive v0.1.7
16502026-08-11T22:18:18.131Z Compiling curve25519-dalek v4.1.3
16512026-08-11T22:18:18.145Z Compiling vergen-lib v9.1.0
16522026-08-11T22:18:18.336Z Compiling hash32 v0.2.1
16532026-08-11T22:18:18.424Z Compiling memoffset v0.9.1
16542026-08-11T22:18:18.487Z Compiling encoding_rs v0.8.35
16552026-08-11T22:18:18.524Z Compiling cfg_aliases v0.2.1
16562026-08-11T22:18:18.545Z Compiling crc-any v2.5.0
16572026-08-11T22:18:18.609Z Compiling mime v0.3.17
16582026-08-11T22:18:18.642Z Compiling fallible-iterator v0.2.0
16592026-08-11T22:18:18.663Z Compiling litrs v1.0.0
16602026-08-11T22:18:18.689Z Compiling ref-cast v1.0.25
16612026-08-11T22:18:18.732Z Compiling psl-types v2.0.11
16622026-08-11T22:18:18.796Z Compiling rustix v0.38.44
16632026-08-11T22:18:18.849Z Compiling smoltcp v0.9.1
16642026-08-11T22:18:18.870Z Compiling daft v0.1.7
16652026-08-11T22:18:18.887Z Compiling publicsuffix v2.3.0
16662026-08-11T22:18:18.974Z Compiling postgres-protocol v0.6.10
16672026-08-11T22:18:19.043Z Compiling pin-project v1.1.11
16682026-08-11T22:18:19.111Z Compiling zerocopy v0.7.35
16692026-08-11T22:18:19.146Z Compiling nix v0.31.2
16702026-08-11T22:18:19.202Z Compiling document-features v0.2.12
16712026-08-11T22:18:19.272Z Compiling toml v0.7.8
16722026-08-11T22:18:19.282Z Compiling darling v0.23.0
16732026-08-11T22:18:19.282Z Compiling derive_builder v0.20.2
16742026-08-11T22:18:19.282Z Compiling inout v0.2.2
16752026-08-11T22:18:19.384Z Compiling object v0.30.4
16762026-08-11T22:18:19.443Z Compiling zip v0.6.6
16772026-08-11T22:18:19.508Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16782026-08-11T22:18:19.577Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16792026-08-11T22:18:19.600Z Compiling goblin v0.8.2
16802026-08-11T22:18:19.704Z Compiling derive-ex v0.1.8
16812026-08-11T22:18:19.965Z Compiling futures-executor v0.3.32
16822026-08-11T22:18:19.990Z Compiling hubpack_derive v0.1.1
16832026-08-11T22:18:20.131Z Compiling regex v1.12.3
16842026-08-11T22:18:20.230Z Compiling phf_shared v0.13.1
16852026-08-11T22:18:20.230Z Compiling snafu-derive v0.8.9
16862026-08-11T22:18:20.231Z Compiling strum_macros v0.27.2
16872026-08-11T22:18:20.338Z Compiling curve25519-dalek-derive v0.1.1
16882026-08-11T22:18:20.338Z Compiling ref-cast-impl v1.0.25
16892026-08-11T22:18:20.454Z Compiling cargo-platform v0.3.2
16902026-08-11T22:18:20.569Z Compiling vergen v9.1.0
16912026-08-11T22:18:20.569Z Compiling ff v0.13.1
16922026-08-11T22:18:20.602Z Compiling fs-err v3.3.0
16932026-08-11T22:18:20.620Z Compiling bumpalo v3.20.2
16942026-08-11T22:18:20.638Z Compiling jiff-core v0.1.0
16952026-08-11T22:18:20.689Z Compiling hyper v1.10.1
16962026-08-11T22:18:20.750Z Compiling foldhash v0.2.0
16972026-08-11T22:18:20.779Z Compiling same-file v1.0.6
16982026-08-11T22:18:20.871Z Compiling foldhash v0.1.5
16992026-08-11T22:18:20.884Z Compiling base16ct v0.2.0
17002026-08-11T22:18:20.902Z Compiling libbz2-rs-sys v0.2.2
17012026-08-11T22:18:20.960Z Compiling bitflags v1.3.2
17022026-08-11T22:18:20.979Z Compiling unicode-segmentation v1.12.0
17032026-08-11T22:18:21.047Z Compiling path-slash v0.1.5
17042026-08-11T22:18:21.064Z Compiling managed v0.8.0
17052026-08-11T22:18:21.087Z Compiling object v0.37.3
17062026-08-11T22:18:21.198Z Compiling either v1.15.0
17072026-08-11T22:18:21.404Z Compiling jiff v0.2.34
17082026-08-11T22:18:21.423Z Compiling bzip2 v0.6.1
17092026-08-11T22:18:21.439Z Compiling sec1 v0.7.3
17102026-08-11T22:18:21.455Z Compiling test-strategy v0.4.5
17112026-08-11T22:18:21.610Z Compiling hashbrown v0.15.5
17122026-08-11T22:18:21.652Z Compiling walkdir v2.5.0
17132026-08-11T22:18:21.698Z Compiling hashbrown v0.16.1
17142026-08-11T22:18:21.752Z Compiling zopfli v0.8.3
17152026-08-11T22:18:21.981Z Compiling hyper-util v0.1.20
17162026-08-11T22:18:22.077Z Compiling snafu v0.8.9
17172026-08-11T22:18:22.119Z Compiling dof v0.3.0
17182026-08-11T22:18:22.142Z Compiling strum v0.27.2
17192026-08-11T22:18:22.190Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17202026-08-11T22:18:22.358Z Compiling cargo_metadata v0.23.1
17212026-08-11T22:18:22.373Z Compiling group v0.13.0
17222026-08-11T22:18:22.417Z Compiling hubpack v0.1.2
17232026-08-11T22:18:22.433Z Compiling phf v0.13.1
17242026-08-11T22:18:22.442Z Compiling cookie_store v0.22.1
17252026-08-11T22:18:22.456Z Compiling signal-hook-mio v0.2.5
17262026-08-11T22:18:22.566Z Compiling futures v0.3.32
17272026-08-11T22:18:22.618Z Compiling zstd v0.13.3
17282026-08-11T22:18:22.662Z Compiling cipher v0.5.2
17292026-08-11T22:18:22.687Z Compiling serde_with_macros v3.21.0
17302026-08-11T22:18:22.856Z Compiling postgres-types v0.2.12
17312026-08-11T22:18:22.984Z Compiling globset v0.4.18
17322026-08-11T22:18:22.999Z Compiling usdt-macro v0.6.0
17332026-08-11T22:18:23.071Z Compiling usdt-attr-macro v0.6.0
17342026-08-11T22:18:23.121Z Compiling byte-wrapper v0.1.0
17352026-08-11T22:18:23.139Z Compiling hkdf v0.12.4
17362026-08-11T22:18:23.325Z Compiling ed25519 v2.2.3
17372026-08-11T22:18:23.429Z Compiling hyper-tls v0.6.0
17382026-08-11T22:18:23.462Z Compiling crypto-bigint v0.5.5
17392026-08-11T22:18:23.666Z Compiling reqwest v0.12.28
17402026-08-11T22:18:23.686Z Compiling serde_plain v1.0.2
17412026-08-11T22:18:23.701Z Compiling olpc-cjson v0.1.4
17422026-08-11T22:18:23.721Z Compiling serde-big-array v0.5.1
17432026-08-11T22:18:23.774Z Compiling dtrace-parser v0.2.0
17442026-08-11T22:18:23.826Z Compiling phf_shared v0.11.3
17452026-08-11T22:18:23.855Z Compiling strum_macros v0.26.4
17462026-08-11T22:18:23.860Z Compiling serde_repr v0.1.20
17472026-08-11T22:18:23.886Z Compiling enum-as-inner v0.6.1
17482026-08-11T22:18:23.886Z Compiling async-recursion v1.1.1
17492026-08-11T22:18:23.938Z Compiling float-cmp v0.10.0
17502026-08-11T22:18:24.019Z Compiling pem v3.0.6
17512026-08-11T22:18:24.035Z Compiling thread-id v4.2.2
17522026-08-11T22:18:24.118Z Compiling memmap2 v0.9.10
17532026-08-11T22:18:24.139Z Compiling predicates-core v1.0.10
17542026-08-11T22:18:24.237Z Compiling whoami v2.1.0
17552026-08-11T22:18:24.336Z Compiling precomputed-hash v0.1.1
17562026-08-11T22:18:24.358Z Compiling cpufeatures v0.3.0
17572026-08-11T22:18:24.373Z Compiling const-oid v0.10.2
17582026-08-11T22:18:24.436Z Compiling static_assertions v1.1.0
17592026-08-11T22:18:24.445Z Compiling winnow v1.0.3
17602026-08-11T22:18:24.460Z Compiling typed-path v0.9.3
17612026-08-11T22:18:24.474Z Compiling difflib v0.4.0
17622026-08-11T22:18:24.525Z Compiling keccak v0.1.6
17632026-08-11T22:18:24.590Z Compiling normalize-line-endings v0.3.0
17642026-08-11T22:18:24.639Z Compiling data-encoding v2.10.0
17652026-08-11T22:18:24.644Z Compiling new_debug_unreachable v1.0.6
17662026-08-11T22:18:24.720Z Compiling fixedbitset v0.4.2
17672026-08-11T22:18:24.724Z Compiling fixedbitset v0.5.7
17682026-08-11T22:18:24.737Z Compiling string_cache v0.8.9
17692026-08-11T22:18:24.773Z Compiling predicates v3.1.4
17702026-08-11T22:18:24.846Z Compiling petgraph v0.6.5
17712026-08-11T22:18:24.919Z Compiling petgraph v0.8.3
17722026-08-11T22:18:24.976Z Compiling hickory-proto v0.25.2
17732026-08-11T22:18:24.994Z Compiling toml_parser v1.1.2+spec-1.1.0
17742026-08-11T22:18:25.018Z Compiling sha3 v0.10.8
17752026-08-11T22:18:25.040Z Compiling digest v0.11.3
17762026-08-11T22:18:25.290Z Compiling tokio-postgres v0.7.16
17772026-08-11T22:18:25.302Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17782026-08-11T22:18:25.368Z Compiling elliptic-curve v0.13.8
17792026-08-11T22:18:25.428Z Compiling chacha20 v0.10.0
17802026-08-11T22:18:25.494Z Compiling toml_edit v0.22.27
17812026-08-11T22:18:25.647Z Compiling usdt v0.6.0
17822026-08-11T22:18:25.665Z Compiling usdt-impl v0.5.0
17832026-08-11T22:18:25.678Z Compiling serde_with v3.21.0
17842026-08-11T22:18:25.725Z Compiling strum v0.26.3
17852026-08-11T22:18:25.794Z Compiling crossterm v0.28.1
17862026-08-11T22:18:25.819Z Compiling zip v4.6.1
17872026-08-11T22:18:25.842Z Compiling ed25519-dalek v2.2.0
17882026-08-11T22:18:25.868Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17892026-08-11T22:18:26.391Z Compiling iddqd v0.4.2
17902026-08-11T22:18:26.774Z Compiling itertools v0.15.0
17912026-08-11T22:18:26.816Z Compiling itertools v0.13.0
17922026-08-11T22:18:26.936Z Compiling similar v2.7.0
17932026-08-11T22:18:27.093Z Compiling heck v0.4.1
17942026-08-11T22:18:27.335Z Compiling crossbeam-epoch v0.9.18
17952026-08-11T22:18:27.388Z Compiling tokio-stream v0.1.18
17962026-08-11T22:18:27.483Z Compiling buf-list v1.1.2
17972026-08-11T22:18:27.513Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17982026-08-11T22:18:27.600Z Compiling openapiv3 v2.2.0
17992026-08-11T22:18:27.709Z Compiling peg-runtime v0.8.5
18002026-08-11T22:18:27.730Z Compiling lalrpop-util v0.19.12
18012026-08-11T22:18:27.789Z Compiling thread_local v1.1.9
18022026-08-11T22:18:27.807Z Compiling slog-async v2.8.0
18032026-08-11T22:18:27.836Z Compiling crossbeam-channel v0.5.15
18042026-08-11T22:18:27.874Z Compiling is-terminal v0.4.17
18052026-08-11T22:18:27.907Z Compiling filetime v0.2.27
18062026-08-11T22:18:27.966Z Compiling xattr v1.6.1
18072026-08-11T22:18:27.980Z Compiling take_mut v0.2.2
18082026-08-11T22:18:27.996Z Compiling term v1.2.1
18092026-08-11T22:18:28.048Z Compiling camino-tempfile v1.4.1
18102026-08-11T22:18:28.110Z Compiling tar v0.4.46
18112026-08-11T22:18:28.289Z Compiling slog-term v2.9.2
18122026-08-11T22:18:45.732Z Compiling rustls-webpki v0.103.13
18132026-08-11T22:18:48.399Z Compiling tokio-rustls v0.26.4
18142026-08-11T22:18:48.399Z Compiling rustls-platform-verifier v0.6.2
18152026-08-11T22:18:48.399Z Compiling tough v0.22.0
18162026-08-11T22:18:48.600Z Compiling hyper-rustls v0.27.7
18172026-08-11T22:18:48.789Z Compiling reqwest v0.13.2
18182026-08-11T22:18:50.950Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18192026-08-11T22:18:51.183Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18202026-08-11T22:18:54.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.97s
18212026-08-11T22:18:54.231Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18222026-08-11T22:18:54.285ZAug 11 22:18:53.410 INFO Starting download, target: Clickhouse
18232026-08-11T22:18:54.285ZAug 11 22:18:53.411 INFO Starting download, target: Console
18242026-08-11T22:18:54.285ZAug 11 22:18:53.411 INFO Starting download, target: Cockroach
18252026-08-11T22:18:54.289ZAug 11 22:18:53.411 INFO Starting download, target: DendriteStub
18262026-08-11T22:18:54.290ZAug 11 22:18:53.411 INFO Starting download, target: MaghemiteMgd
18272026-08-11T22:18:54.290ZAug 11 22:18:53.411 INFO Starting download, target: MaghemiteDdmd
18282026-08-11T22:18:54.290ZAug 11 22:18:53.411 INFO Starting download, target: TransceiverControl
18292026-08-11T22:18:54.290ZAug 11 22:18:53.411 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18302026-08-11T22:18:54.290ZAug 11 22:18:53.411 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18312026-08-11T22:18:54.290ZAug 11 22:18:53.411 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18322026-08-11T22:18:54.290ZAug 11 22:18:53.411 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18332026-08-11T22:18:54.290ZAug 11 22:18:53.411 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18342026-08-11T22:18:54.290ZAug 11 22:18:53.411 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18352026-08-11T22:18:54.290ZAug 11 22:18:53.411 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18362026-08-11T22:18:56.098ZAug 11 22:18:55.223 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18372026-08-11T22:18:56.350ZAug 11 22:18:55.475 INFO Download complete, target: Console
18382026-08-11T22:18:56.547ZAug 11 22:18:55.672 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18392026-08-11T22:19:03.156ZAug 11 22:19:02.282 INFO Checking that binary works, target: Clickhouse
18402026-08-11T22:19:03.250ZAug 11 22:19:02.375 INFO Download complete, target: Clickhouse
18412026-08-11T22:19:22.121ZAug 11 22:19:21.244 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18422026-08-11T22:19:22.409ZAug 11 22:19:21.451 INFO Download complete, target: TransceiverControl
18432026-08-11T22:19:27.405ZAug 11 22:19:26.381 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18442026-08-11T22:19:28.563ZAug 11 22:19:27.600 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18452026-08-11T22:19:29.066ZAug 11 22:19:28.107 INFO Download complete, target: MaghemiteDdmd
18462026-08-11T22:19:30.765ZAug 11 22:19:29.868 INFO Download complete, target: DendriteStub
18472026-08-11T22:19:31.436ZAug 11 22:19:30.482 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18482026-08-11T22:19:33.662ZAug 11 22:19:32.750 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18492026-08-11T22:19:33.663ZAug 11 22:19:32.750 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18502026-08-11T22:19:33.919ZAug 11 22:19:33.036 INFO Download complete, target: MaghemiteMgd
18512026-08-11T22:19:38.202ZAug 11 22:19:37.327 INFO Checking that binary works, target: Cockroach
18522026-08-11T22:19:38.333ZAug 11 22:19:37.458 INFO Download complete, target: Cockroach
18532026-08-11T22:19:38.337ZAll prerequisites installed successfully
18542026-08-11T22:19:38.341Z
18552026-08-11T22:19:38.341Zreal 2:02.605803903
18562026-08-11T22:19:38.341Zuser 7:05.881112887
18572026-08-11T22:19:38.341Zsys 1:40.065040670
18582026-08-11T22:19:38.342Ztrap 0.241683003
18592026-08-11T22:19:38.342Ztflt 2.808132168
18602026-08-11T22:19:38.342Zdflt 3.081362413
18612026-08-11T22:19:38.342Zkflt 0.040750721
18622026-08-11T22:19:38.342Zlock 40:32.092455808
18632026-08-11T22:19:38.342Zslp 20:41.108464643
18642026-08-11T22:19:38.342Zlat 24.339621814
18652026-08-11T22:19:38.342Zstop 2:50.338708813
18662026-08-11T22:19:38.342Z+ source ./tools/include/force-git-over-https.sh
18672026-08-11T22:19:38.342Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18682026-08-11T22:19:38.342Z++ (( i = 0 ))
18692026-08-11T22:19:38.342Z++ (( i < 5 ))
18702026-08-11T22:19:38.342Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18712026-08-11T22:19:38.346Z++ (( i++ ))
18722026-08-11T22:19:38.346Z++ (( i < 5 ))
18732026-08-11T22:19:38.346Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18742026-08-11T22:19:38.346Z++ (( i++ ))
18752026-08-11T22:19:38.346Z++ (( i < 5 ))
18762026-08-11T22:19:38.346Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18772026-08-11T22:19:38.350Z++ (( i++ ))
18782026-08-11T22:19:38.350Z++ (( i < 5 ))
18792026-08-11T22:19:38.350Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18802026-08-11T22:19:38.354Z++ (( i++ ))
18812026-08-11T22:19:38.354Z++ (( i < 5 ))
18822026-08-11T22:19:38.354Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18832026-08-11T22:19:38.354Z++ (( i++ ))
18842026-08-11T22:19:38.354Z++ (( i < 5 ))
18852026-08-11T22:19:38.354Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18862026-08-11T22:19:38.354Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18872026-08-11T22:19:38.354Z+ rc=0
18882026-08-11T22:19:38.354Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18892026-08-11T22:19:47.043Z+ case $rc in
18902026-08-11T22:19:47.043Z+ pfexec zfs create -p rpool/images/build/host
18912026-08-11T22:19:47.299Z+ pfexec zfs create -p rpool/images/build/recovery
18922026-08-11T22:19:47.369Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18932026-08-11T22:19:47.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18942026-08-11T22:19:47.841Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18952026-08-11T22:19:48.692Z Compiling proc-macro2 v1.0.106
18962026-08-11T22:19:48.692Z Compiling quote v1.0.45
18972026-08-11T22:19:48.692Z Compiling unicode-ident v1.0.24
18982026-08-11T22:19:48.692Z Compiling serde_core v1.0.228
18992026-08-11T22:19:48.692Z Compiling libc v0.2.185
19002026-08-11T22:19:48.692Z Compiling serde v1.0.228
19012026-08-11T22:19:48.704Z Compiling cfg-if v1.0.4
19022026-08-11T22:19:48.704Z Compiling shlex v1.3.0
19032026-08-11T22:19:48.704Z Compiling find-msvc-tools v0.1.9
19042026-08-11T22:19:48.704Z Compiling autocfg v1.5.0
19052026-08-11T22:19:48.704Z Compiling version_check v0.9.5
19062026-08-11T22:19:48.831Z Compiling zerocopy v0.8.40
19072026-08-11T22:19:48.842Z Compiling portable-atomic v1.13.1
19082026-08-11T22:19:48.842Z Compiling zmij v1.0.21
19092026-08-11T22:19:48.842Z Compiling memchr v2.8.0
19102026-08-11T22:19:48.958Z Compiling serde_json v1.0.151
19112026-08-11T22:19:48.991Z Compiling libm v0.2.16
19122026-08-11T22:19:49.254Z Compiling getrandom v0.4.1
19132026-08-11T22:19:49.271Z Compiling generic-array v0.14.7
19142026-08-11T22:19:49.306Z Compiling num-traits v0.2.19
19152026-08-11T22:19:49.366Z Compiling parking_lot_core v0.9.12
19162026-08-11T22:19:49.376Z Compiling pkg-config v0.3.32
19172026-08-11T22:19:49.376Z Compiling icu_properties_data v2.1.2
19182026-08-11T22:19:49.376Z Compiling icu_normalizer_data v2.1.1
19192026-08-11T22:19:49.391Z Compiling smallvec v1.15.1
19202026-08-11T22:19:49.464Z Compiling log v0.4.29
19212026-08-11T22:19:49.532Z Compiling itoa v1.0.17
19222026-08-11T22:19:49.550Z Compiling getrandom v0.3.4
19232026-08-11T22:19:49.586Z Compiling rustix v1.1.3
19242026-08-11T22:19:49.610Z Compiling subtle v2.6.1
19252026-08-11T22:19:49.707Z Compiling scopeguard v1.2.0
19262026-08-11T22:19:49.742Z Compiling stable_deref_trait v1.2.1
19272026-08-11T22:19:49.785Z Compiling lock_api v0.4.14
19282026-08-11T22:19:49.804Z Compiling jobserver v0.1.34
19292026-08-11T22:19:49.817Z Compiling errno v0.3.14
19302026-08-11T22:19:49.820Z Compiling typenum v1.20.1
19312026-08-11T22:19:49.889Z Compiling heck v0.5.0
19322026-08-11T22:19:49.892Z Compiling critical-section v1.2.0
19332026-08-11T22:19:50.012Z Compiling cc v1.2.56
19342026-08-11T22:19:50.017Z Compiling thiserror v2.0.18
19352026-08-11T22:19:50.017Z Compiling rand_core v0.10.0
19362026-08-11T22:19:50.121Z Compiling syn v2.0.117
19372026-08-11T22:19:50.209Z Compiling getrandom v0.2.17
19382026-08-11T22:19:50.284Z Compiling dunce v1.0.5
19392026-08-11T22:19:50.297Z Compiling fs_extra v1.3.0
19402026-08-11T22:19:50.409Z Compiling rand_core v0.6.4
19412026-08-11T22:19:50.432Z Compiling litemap v0.8.1
19422026-08-11T22:19:50.432Z Compiling once_cell v1.21.3
19432026-08-11T22:19:50.486Z Compiling writeable v0.6.2
19442026-08-11T22:19:50.511Z Compiling percent-encoding v2.3.2
19452026-08-11T22:19:50.566Z Compiling const-oid v0.9.6
19462026-08-11T22:19:50.714Z Compiling schemars v0.8.22
19472026-08-11T22:19:50.722Z Compiling pin-project-lite v0.2.17
19482026-08-11T22:19:50.773Z Compiling cmake v0.1.57
19492026-08-11T22:19:50.824Z Compiling equivalent v1.0.2
19502026-08-11T22:19:50.837Z Compiling signal-hook-registry v1.4.8
19512026-08-11T22:19:50.947Z Compiling aws-lc-rs v1.16.3
19522026-08-11T22:19:50.973Z Compiling futures-core v0.3.32
19532026-08-11T22:19:51.008Z Compiling rustversion v1.0.22
19542026-08-11T22:19:51.137Z Compiling bitflags v2.11.0
19552026-08-11T22:19:51.156Z Compiling semver v1.0.28
19562026-08-11T22:19:51.297Z Compiling parking_lot v0.12.5
19572026-08-11T22:19:51.359Z Compiling aws-lc-sys v0.40.0
19582026-08-11T22:19:51.388Z Compiling mio v1.2.0
19592026-08-11T22:19:51.481Z Compiling crc32fast v1.5.0
19602026-08-11T22:19:51.505Z Compiling utf8_iter v1.0.4
19612026-08-11T22:19:51.661Z Compiling form_urlencoded v1.2.2
19622026-08-11T22:19:51.773Z Compiling vcpkg v0.2.15
19632026-08-11T22:19:51.796Z Compiling byteorder v1.5.0
19642026-08-11T22:19:51.921Z Compiling strsim v0.11.1
19652026-08-11T22:19:51.970Z Compiling hashbrown v0.17.0
19662026-08-11T22:19:52.085Z Compiling syn v1.0.109
19672026-08-11T22:19:52.151Z Compiling fnv v1.0.7
19682026-08-11T22:19:52.199Z Compiling socket2 v0.6.3
19692026-08-11T22:19:52.354Z Compiling httparse v1.10.1
19702026-08-11T22:19:52.372Z Compiling radium v0.7.0
19712026-08-11T22:19:52.406Z Compiling openssl-sys v0.9.117
19722026-08-11T22:19:52.419Z Compiling futures-sink v0.3.32
19732026-08-11T22:19:52.546Z Compiling futures-channel v0.3.32
19742026-08-11T22:19:52.643Z Compiling futures-io v0.3.32
19752026-08-11T22:19:52.659Z Compiling indexmap v2.14.0
19762026-08-11T22:19:52.674Z Compiling thiserror v1.0.69
19772026-08-11T22:19:52.688Z Compiling slab v0.4.12
19782026-08-11T22:19:52.715Z Compiling futures-task v0.3.32
19792026-08-11T22:19:52.752Z Compiling iana-time-zone v0.1.65
19802026-08-11T22:19:52.800Z Compiling maybe-uninit v2.0.0
19812026-08-11T22:19:52.811Z Compiling base64 v0.22.1
19822026-08-11T22:19:52.921Z Compiling rustls v0.23.41
19832026-08-11T22:19:52.990Z Compiling synstructure v0.13.2
19842026-08-11T22:19:53.012Z Compiling serde_derive_internals v0.29.1
19852026-08-11T22:19:53.025Z Compiling rustc_version v0.4.1
19862026-08-11T22:19:53.272Z Compiling bzip2-sys v0.1.13+1.0.8
19872026-08-11T22:19:53.295Z Compiling uuid v1.23.4
19882026-08-11T22:19:53.324Z Compiling ahash v0.8.12
19892026-08-11T22:19:53.330Z Compiling regex-syntax v0.8.10
19902026-08-11T22:19:53.363Z Compiling ident_case v1.0.1
19912026-08-11T22:19:53.371Z Compiling num-bigint-dig v0.8.6
19922026-08-11T22:19:53.371Z Compiling base64ct v1.8.3
19932026-08-11T22:19:53.371Z Compiling packed_struct v0.10.1
19942026-08-11T22:19:53.450Z Compiling ucd-trie v0.1.7
19952026-08-11T22:19:53.498Z Compiling rand_core v0.9.5
19962026-08-11T22:19:53.583Z Compiling fastrand v2.3.0
19972026-08-11T22:19:53.612Z Compiling dyn-clone v1.0.20
19982026-08-11T22:19:53.676Z Compiling pest v2.8.6
19992026-08-11T22:19:53.727Z Compiling openssl v0.10.80
20002026-08-11T22:19:53.774Z Compiling pem-rfc7468 v0.7.0
20012026-08-11T22:19:53.799Z Compiling flagset v0.4.7
20022026-08-11T22:19:53.845Z Compiling tempfile v3.25.0
20032026-08-11T22:19:53.962Z Compiling indexmap v1.9.3
20042026-08-11T22:19:53.983Z Compiling utf8parse v0.2.2
20052026-08-11T22:19:54.005Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20062026-08-11T22:19:54.025Z Compiling paste v1.0.15
20072026-08-11T22:19:54.086Z Compiling cpufeatures v0.2.17
20082026-08-11T22:19:54.148Z Compiling native-tls v0.2.18
20092026-08-11T22:19:54.197Z Compiling anstyle v1.0.14
20102026-08-11T22:19:54.235Z Compiling serde_derive v1.0.228
20112026-08-11T22:19:54.264Z Compiling zeroize_derive v1.5.0
20122026-08-11T22:19:54.294Z Compiling zerofrom-derive v0.1.6
20132026-08-11T22:19:54.313Z Compiling zerocopy-derive v0.8.40
20142026-08-11T22:19:54.328Z Compiling yoke-derive v0.8.1
20152026-08-11T22:19:54.346Z Compiling zerovec-derive v0.11.2
20162026-08-11T22:19:54.421Z Compiling displaydoc v0.2.5
20172026-08-11T22:19:54.483Z Compiling tokio-macros v2.7.0
20182026-08-11T22:19:54.488Z Compiling futures-macro v0.3.32
20192026-08-11T22:19:54.520Z Compiling thiserror-impl v2.0.18
20202026-08-11T22:19:54.752Z Compiling der_derive v0.7.3
20212026-08-11T22:19:54.876Z Compiling schemars_derive v0.8.22
20222026-08-11T22:19:54.952Z Compiling tracing-attributes v0.1.31
20232026-08-11T22:19:55.008Z Compiling thiserror-impl v1.0.69
20242026-08-11T22:19:55.113Z Compiling clap_derive v4.6.1
20252026-08-11T22:19:55.201Z Compiling pest_meta v2.8.6
20262026-08-11T22:19:55.278Z Compiling futures-util v0.3.32
20272026-08-11T22:19:55.394Z Compiling bitfield-macros v0.19.4
20282026-08-11T22:19:55.435Z Compiling zerofrom v0.1.6
20292026-08-11T22:19:55.574Z Compiling yoke v0.8.1
20302026-08-11T22:19:55.756Z Compiling zerovec v0.11.5
20312026-08-11T22:19:55.816Z Compiling zerotrie v0.2.3
20322026-08-11T22:19:56.009Z Compiling packed_struct_codegen v0.10.1
20332026-08-11T22:19:56.156Z Compiling zerocopy-derive v0.6.6
20342026-08-11T22:19:56.267Z Compiling pest_generator v2.8.6
20352026-08-11T22:19:56.284Z Compiling tinystr v0.8.2
20362026-08-11T22:19:56.369Z Compiling potential_utf v0.1.4
20372026-08-11T22:19:56.459Z Compiling openssl-macros v0.1.1
20382026-08-11T22:19:56.543Z Compiling icu_locale_core v2.1.1
20392026-08-11T22:19:56.566Z Compiling icu_collections v2.1.1
20402026-08-11T22:19:56.912Z Compiling pest_derive v2.8.6
20412026-08-11T22:19:57.003Z Compiling scroll_derive v0.13.1
20422026-08-11T22:19:57.267Z Compiling icu_provider v2.1.1
20432026-08-11T22:19:57.313Z Compiling is_terminal_polyfill v1.70.2
20442026-08-11T22:19:57.446Z Compiling zeroize v1.9.0
20452026-08-11T22:19:57.485Z Compiling bytes v1.11.1
20462026-08-11T22:19:57.639Z Compiling icu_properties v2.1.2
20472026-08-11T22:19:57.691Z Compiling icu_normalizer v2.1.1
20482026-08-11T22:19:57.763Z Compiling chrono v0.4.45
20492026-08-11T22:19:57.825Z Compiling der v0.7.10
20502026-08-11T22:19:57.957Z Compiling hex v0.4.3
20512026-08-11T22:19:58.041Z Compiling tokio v1.52.1
20522026-08-11T22:19:58.159Z Compiling crypto-common v0.1.7
20532026-08-11T22:19:58.214Z Compiling block-buffer v0.10.4
20542026-08-11T22:20:03.410Z Compiling digest v0.10.7
20552026-08-11T22:20:03.528Z Compiling idna_adapter v1.2.1
20562026-08-11T22:20:03.528Z Compiling ppv-lite86 v0.2.21
20572026-08-11T22:20:03.528Z Compiling idna v1.1.0
20582026-08-11T22:20:03.528Z Compiling spki v0.7.3
20592026-08-11T22:20:03.528Z Compiling anstyle-query v1.1.5
20602026-08-11T22:20:03.528Z Compiling colorchoice v1.0.4
20612026-08-11T22:20:03.528Z Compiling camino v1.2.2
20622026-08-11T22:20:03.528Z Compiling crossbeam-utils v0.8.21
20632026-08-11T22:20:03.528Z Compiling url v2.5.8
20642026-08-11T22:20:03.528Z Compiling rand_chacha v0.9.0
20652026-08-11T22:20:03.528Z Compiling pkcs8 v0.10.2
20662026-08-11T22:20:03.528Z Compiling sha2 v0.10.9
20672026-08-11T22:20:03.528Z Compiling rand v0.9.2
20682026-08-11T22:20:03.528Z Compiling http v1.4.2
20692026-08-11T22:20:03.528Z Compiling rustls-pki-types v1.14.0
20702026-08-11T22:20:03.528Z Compiling daft-derive v0.1.7
20712026-08-11T22:20:03.528Z Compiling spin v0.9.8
20722026-08-11T22:20:03.529Z Compiling num-conv v0.2.0
20732026-08-11T22:20:03.529Z Compiling tinyvec_macros v0.1.1
20742026-08-11T22:20:03.529Z Compiling time-core v0.1.8
20752026-08-11T22:20:03.529Z Compiling tinyvec v1.10.0
20762026-08-11T22:20:03.529Z Compiling async-trait v0.1.89
20772026-08-11T22:20:03.529Z Compiling structmeta-derive v0.3.0
20782026-08-11T22:20:03.529Z Compiling time-macros v0.2.27
20792026-08-11T22:20:03.529Z Compiling anstyle-parse v1.0.0
20802026-08-11T22:20:03.529Z Compiling tracing-core v0.1.36
20812026-08-11T22:20:03.529Z Compiling plain v0.2.3
20822026-08-11T22:20:03.529Z Compiling simd-adler32 v0.3.8
20832026-08-11T22:20:03.529Z Compiling untrusted v0.7.1
20842026-08-11T22:20:03.529Z Compiling cmov v0.5.4
20852026-08-11T22:20:03.529Z Compiling tracing v0.1.44
20862026-08-11T22:20:03.529Z Compiling ctutils v0.4.2
20872026-08-11T22:20:03.529Z Compiling anstream v1.0.0
20882026-08-11T22:20:03.529Z Compiling http-body v1.0.1
20892026-08-11T22:20:03.529Z Compiling toml_datetime v0.6.11
20902026-08-11T22:20:03.529Z Compiling structmeta v0.3.0
20912026-08-11T22:20:03.529Z Compiling serde_spanned v0.6.9
20922026-08-11T22:20:03.529Z Compiling pin-project-internal v1.1.11
20932026-08-11T22:20:03.529Z Compiling terminal_size v0.4.3
20942026-08-11T22:20:03.529Z Compiling slog v2.8.2
20952026-08-11T22:20:03.529Z Compiling tokio-util v0.7.18
20962026-08-11T22:20:03.530Z Compiling wait-timeout v0.2.1
20972026-08-11T22:20:03.530Z Compiling cookie v0.18.1
20982026-08-11T22:20:03.530Z Compiling zstd-safe v7.2.4
20992026-08-11T22:20:03.530Z Compiling tap v1.0.1
21002026-08-11T22:20:03.530Z Compiling bit-vec v0.8.0
21012026-08-11T22:20:03.530Z Compiling openssl-probe v0.2.1
21022026-08-11T22:20:03.530Z Compiling adler2 v2.0.1
21032026-08-11T22:20:03.530Z Compiling untrusted v0.9.0
21042026-08-11T22:20:03.530Z Compiling quick-error v1.2.3
21052026-08-11T22:20:03.530Z Compiling clap_lex v1.0.0
21062026-08-11T22:20:03.530Z Compiling rusty-fork v0.3.1
21072026-08-11T22:20:03.530Z Compiling bit-set v0.8.0
21082026-08-11T22:20:03.530Z Compiling miniz_oxide v0.8.9
21092026-08-11T22:20:03.530Z Compiling wyz v0.5.1
21102026-08-11T22:20:03.530Z Compiling clap_builder v4.6.0
21112026-08-11T22:20:03.576Z Compiling derive-ex v0.1.8
21122026-08-11T22:20:03.576Z Compiling hybrid-array v0.4.13
21132026-08-11T22:20:03.576Z Compiling unicode-normalization v0.1.25
21142026-08-11T22:20:03.576Z Compiling rand_chacha v0.3.1
21152026-08-11T22:20:03.576Z Compiling signature v2.2.0
21162026-08-11T22:20:03.576Z Compiling scroll_derive v0.12.1
21172026-08-11T22:20:03.576Z Compiling rand_xorshift v0.4.0
21182026-08-11T22:20:03.576Z Compiling heapless v0.7.17
21192026-08-11T22:20:03.742Z Compiling num-integer v0.1.46
21202026-08-11T22:20:03.768Z Compiling aho-corasick v1.1.4
21212026-08-11T22:20:03.789Z Compiling zlib-rs v0.6.2
21222026-08-11T22:20:03.834Z Compiling funty v2.0.0
21232026-08-11T22:20:03.965Z Compiling tower-layer v0.3.3
21242026-08-11T22:20:04.132Z Compiling signal-hook v0.3.18
21252026-08-11T22:20:04.170Z Compiling atomic-waker v1.1.2
21262026-08-11T22:20:04.193Z Compiling rustix v0.38.44
21272026-08-11T22:20:04.230Z Compiling try-lock v0.2.5
21282026-08-11T22:20:04.284Z Compiling tower-service v0.3.3
21292026-08-11T22:20:04.370Z Compiling anyhow v1.0.102
21302026-08-11T22:20:04.399Z Compiling usdt-impl v0.6.0
21312026-08-11T22:20:04.426Z Compiling unarray v0.1.4
21322026-08-11T22:20:04.436Z Compiling pretty-hex v0.4.1
21332026-08-11T22:20:04.545Z Compiling proptest v1.11.0
21342026-08-11T22:20:04.562Z Compiling test-strategy v0.4.5
21352026-08-11T22:20:04.585Z Compiling h2 v0.4.15
21362026-08-11T22:20:04.623Z Compiling want v0.3.1
21372026-08-11T22:20:04.641Z Compiling regex-automata v0.4.14
21382026-08-11T22:20:04.887Z Compiling clap v4.6.1
21392026-08-11T22:20:04.926Z Compiling bitvec v1.0.1
21402026-08-11T22:20:04.927Z Compiling num-iter v0.1.45
21412026-08-11T22:20:05.267Z Compiling rand v0.8.6
21422026-08-11T22:20:05.539Z Compiling ipnetwork v0.21.1
21432026-08-11T22:20:06.052Z Compiling flate2 v1.1.9
21442026-08-11T22:20:06.067Z Compiling lazy_static v1.5.0
21452026-08-11T22:20:06.157Z Compiling scroll v0.13.0
21462026-08-11T22:20:06.293Z Compiling ipnet v2.11.0
21472026-08-11T22:20:06.615Z Compiling strum_macros v0.26.4
21482026-08-11T22:20:06.643Z Compiling snafu-derive v0.8.9
21492026-08-11T22:20:06.933Z Compiling anstyle-parse v0.2.7
21502026-08-11T22:20:07.260Z Compiling darling_core v0.23.0
21512026-08-11T22:20:07.552Z Compiling darling_core v0.20.11
21522026-08-11T22:20:08.114Z Compiling winnow v0.5.40
21532026-08-11T22:20:08.227Z Compiling httpdate v1.0.3
21542026-08-11T22:20:08.285Z Compiling foreign-types-shared v0.1.1
21552026-08-11T22:20:08.365Z Compiling crc-catalog v2.4.0
21562026-08-11T22:20:08.548Z Compiling nodrop v0.1.14
21572026-08-11T22:20:08.649Z Compiling array-init v0.0.4
21582026-08-11T22:20:08.671Z Compiling hyper v1.10.1
21592026-08-11T22:20:08.783Z Compiling crc v3.4.0
21602026-08-11T22:20:08.988Z Compiling foreign-types v0.3.2
21612026-08-11T22:20:09.267Z Compiling anstream v0.6.21
21622026-08-11T22:20:09.468Z Compiling darling_macro v0.23.0
21632026-08-11T22:20:09.536Z Compiling darling_macro v0.20.11
21642026-08-11T22:20:09.782Z Compiling toml_edit v0.19.15
21652026-08-11T22:20:09.876Z Compiling newtype-uuid v1.3.2
21662026-08-11T22:20:09.971Z Compiling goblin v0.10.5
21672026-08-11T22:20:10.178Z Compiling oxnet v0.1.6
21682026-08-11T22:20:10.235Z Compiling smallvec v0.6.14
21692026-08-11T22:20:10.841Z Compiling pkcs1 v0.7.5
21702026-08-11T22:20:10.928Z Compiling zerocopy v0.6.6
21712026-08-11T22:20:11.036Z Compiling bitfield v0.19.4
21722026-08-11T22:20:11.254Z Compiling zerocopy-derive v0.7.35
21732026-08-11T22:20:11.327Z Compiling curve25519-dalek v4.1.3
21742026-08-11T22:20:11.588Z Compiling env_filter v1.0.0
21752026-08-11T22:20:11.695Z Compiling memoffset v0.9.1
21762026-08-11T22:20:11.784Z Compiling litrs v1.0.0
21772026-08-11T22:20:11.919Z Compiling smoltcp v0.9.1
21782026-08-11T22:20:12.132Z Compiling ref-cast v1.0.25
21792026-08-11T22:20:12.266Z Compiling base64 v0.21.7
21802026-08-11T22:20:12.379Z Compiling hashbrown v0.12.3
21812026-08-11T22:20:12.511Z Compiling document-features v0.2.12
21822026-08-11T22:20:12.693Z Compiling dof v0.4.0
21832026-08-11T22:20:12.761Z Compiling ron v0.8.1
21842026-08-11T22:20:12.869Z Compiling env_logger v0.11.9
21852026-08-11T22:20:13.055Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21862026-08-11T22:20:13.114Z Compiling toml v0.7.8
21872026-08-11T22:20:13.124Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21882026-08-11T22:20:13.342Z Compiling rsa v0.9.10
21892026-08-11T22:20:13.671Z Compiling daft v0.1.7
21902026-08-11T22:20:13.784Z Compiling serde-hex v0.1.0
21912026-08-11T22:20:13.794Z Compiling hyper-util v0.1.20
21922026-08-11T22:20:13.947Z Compiling bzip2 v0.4.4
21932026-08-11T22:20:13.975Z Compiling darling v0.20.11
21942026-08-11T22:20:13.982Z Compiling darling v0.23.0
21952026-08-11T22:20:14.079Z Compiling hashbrown v0.13.2
21962026-08-11T22:20:14.602Z Compiling x509-cert v0.2.5
21972026-08-11T22:20:14.619Z Compiling hmac v0.12.1
21982026-08-11T22:20:14.658Z Compiling dtrace-parser v0.3.0
21992026-08-11T22:20:15.063Z Compiling async-recursion v1.1.1
22002026-08-11T22:20:15.201Z Compiling sync_wrapper v1.0.2
22012026-08-11T22:20:15.348Z Compiling thread-id v5.1.0
22022026-08-11T22:20:15.530Z Compiling crc-any v2.5.0
22032026-08-11T22:20:15.563Z Compiling cfg_aliases v0.2.1
22042026-08-11T22:20:15.644Z Compiling siphasher v1.0.2
22052026-08-11T22:20:15.725Z Compiling powerfmt v0.2.0
22062026-08-11T22:20:15.931Z Compiling deranged v0.5.8
22072026-08-11T22:20:15.997Z Compiling nix v0.31.2
22082026-08-11T22:20:16.345Z Compiling tower v0.5.3
22092026-08-11T22:20:16.858Z Compiling object v0.30.4
22102026-08-11T22:20:17.068Z Compiling zip v0.6.6
22112026-08-11T22:20:17.301Z Compiling serde_with_macros v3.21.0
22122026-08-11T22:20:17.331Z Compiling derive_builder_core v0.20.2
22132026-08-11T22:20:17.886Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22142026-08-11T22:20:18.109Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22152026-08-11T22:20:18.148Z Compiling bstr v1.12.1
22162026-08-11T22:20:18.254Z Compiling crypto-common v0.2.2
22172026-08-11T22:20:18.353Z Compiling block-buffer v0.12.1
22182026-08-11T22:20:18.609Z Compiling http-body-util v0.1.3
22192026-08-11T22:20:18.802Z Compiling futures-executor v0.3.32
22202026-08-11T22:20:18.819Z Compiling erased-serde v0.3.31
22212026-08-11T22:20:18.969Z Compiling serde_tokenstream v0.2.3
22222026-08-11T22:20:19.092Z Compiling hubpack_derive v0.1.1
22232026-08-11T22:20:19.240Z Compiling ref-cast-impl v1.0.25
22242026-08-11T22:20:19.315Z Compiling strum_macros v0.27.2
22252026-08-11T22:20:19.327Z Compiling curve25519-dalek-derive v0.1.1
22262026-08-11T22:20:19.463Z Compiling fs-err v3.3.0
22272026-08-11T22:20:19.539Z Compiling usdt-impl v0.5.0
22282026-08-11T22:20:19.583Z Compiling num_threads v0.1.7
22292026-08-11T22:20:19.678Z Compiling same-file v1.0.6
22302026-08-11T22:20:19.685Z Compiling object v0.37.3
22312026-08-11T22:20:19.784Z Compiling iri-string v0.7.10
22322026-08-11T22:20:19.867Z Compiling allocator-api2 v0.2.21
22332026-08-11T22:20:19.937Z Compiling ryu v1.0.23
22342026-08-11T22:20:19.967Z Compiling unicode-properties v0.1.4
22352026-08-11T22:20:20.203Z Compiling unicode-bidi v0.3.18
22362026-08-11T22:20:20.211Z Compiling path-slash v0.1.5
22372026-08-11T22:20:20.576Z Compiling stringprep v0.1.5
22382026-08-11T22:20:20.914Z Compiling tower-http v0.6.8
22392026-08-11T22:20:21.092Z Compiling serde_urlencoded v0.7.1
22402026-08-11T22:20:21.122Z Compiling time v0.3.47
22412026-08-11T22:20:21.350Z Compiling walkdir v2.5.0
22422026-08-11T22:20:22.319Z Compiling futures v0.3.32
22432026-08-11T22:20:22.917Z Compiling derive_builder_macro v0.20.2
22442026-08-11T22:20:22.967Z Compiling tokio-native-tls v0.3.1
22452026-08-11T22:20:23.159Z Compiling strum v0.26.3
22462026-08-11T22:20:23.254Z Compiling block-padding v0.4.2
22472026-08-11T22:20:23.438Z Compiling scroll v0.12.0
22482026-08-11T22:20:23.472Z Compiling pin-project v1.1.11
22492026-08-11T22:20:23.523Z Compiling rustls-native-certs v0.8.3
22502026-08-11T22:20:23.622Z Compiling md-5 v0.10.6
22512026-08-11T22:20:23.631Z Compiling vergen-lib v9.1.0
22522026-08-11T22:20:23.631Z Compiling hash32 v0.2.1
22532026-08-11T22:20:23.702Z Compiling encoding_rs v0.8.35
22542026-08-11T22:20:23.722Z Compiling psl-types v2.0.11
22552026-08-11T22:20:23.785Z Compiling fallible-iterator v0.2.0
22562026-08-11T22:20:23.800Z Compiling jiff-core v0.1.0
22572026-08-11T22:20:23.864Z Compiling mime v0.3.17
22582026-08-11T22:20:23.994Z Compiling cpufeatures v0.3.0
22592026-08-11T22:20:24.033Z Compiling publicsuffix v2.3.0
22602026-08-11T22:20:24.072Z Compiling postgres-protocol v0.6.10
22612026-08-11T22:20:24.129Z Compiling goblin v0.8.2
22622026-08-11T22:20:24.219Z Compiling snafu v0.8.9
22632026-08-11T22:20:24.576Z Compiling derive_builder v0.20.2
22642026-08-11T22:20:25.145Z Compiling jiff v0.2.34
22652026-08-11T22:20:25.152Z Compiling inout v0.2.2
22662026-08-11T22:20:25.152Z Compiling hyper-tls v0.6.0
22672026-08-11T22:20:25.152Z Compiling usdt-macro v0.6.0
22682026-08-11T22:20:25.152Z Compiling usdt-attr-macro v0.6.0
22692026-08-11T22:20:25.215Z Compiling globset v0.4.18
22702026-08-11T22:20:25.270Z Compiling phf_shared v0.13.1
22712026-08-11T22:20:25.295Z Compiling crossbeam-epoch v0.9.18
22722026-08-11T22:20:25.539Z Compiling zerocopy v0.7.35
22732026-08-11T22:20:25.679Z Compiling regex v1.12.3
22742026-08-11T22:20:25.948Z Compiling serde_plain v1.0.2
22752026-08-11T22:20:26.088Z Compiling enum-as-inner v0.6.1
22762026-08-11T22:20:26.120Z Compiling serde_repr v0.1.20
22772026-08-11T22:20:26.169Z Compiling pem v3.0.6
22782026-08-11T22:20:26.191Z Compiling vergen v9.1.0
22792026-08-11T22:20:26.245Z Compiling cargo-platform v0.3.2
22802026-08-11T22:20:26.280Z Compiling ff v0.13.1
22812026-08-11T22:20:26.393Z Compiling filetime v0.2.27
22822026-08-11T22:20:26.553Z Compiling base16ct v0.2.0
22832026-08-11T22:20:26.572Z Compiling bitflags v1.3.2
22842026-08-11T22:20:26.599Z Compiling managed v0.8.0
22852026-08-11T22:20:26.639Z Compiling foldhash v0.2.0
22862026-08-11T22:20:26.648Z Compiling foldhash v0.1.5
22872026-08-11T22:20:26.670Z Compiling typed-path v0.9.3
22882026-08-11T22:20:26.726Z Compiling xattr v1.6.1
22892026-08-11T22:20:26.862Z Compiling either v1.15.0
22902026-08-11T22:20:26.874Z Compiling libbz2-rs-sys v0.2.2
22912026-08-11T22:20:26.996Z Compiling unicode-segmentation v1.12.0
22922026-08-11T22:20:27.034Z Compiling const-oid v0.10.2
22932026-08-11T22:20:27.100Z Compiling bumpalo v3.20.2
22942026-08-11T22:20:27.533Z Compiling bzip2 v0.6.1
22952026-08-11T22:20:27.644Z Compiling zopfli v0.8.3
22962026-08-11T22:20:27.644Z Compiling digest v0.11.3
22972026-08-11T22:20:27.644Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22982026-08-11T22:20:27.645Z Compiling tar v0.4.46
22992026-08-11T22:20:27.645Z Compiling hashbrown v0.15.5
23002026-08-11T22:20:27.697Z Compiling hashbrown v0.16.1
23012026-08-11T22:20:27.865Z Compiling sec1 v0.7.3
23022026-08-11T22:20:28.030Z Compiling cargo_metadata v0.23.1
23032026-08-11T22:20:28.062Z Compiling group v0.13.0
23042026-08-11T22:20:28.099Z Compiling dof v0.3.0
23052026-08-11T22:20:28.877Z Compiling phf v0.13.1
23062026-08-11T22:20:28.910Z Compiling zstd v0.13.3
23072026-08-11T22:20:29.148Z Compiling reqwest v0.12.28
23082026-08-11T22:20:29.267Z Compiling cipher v0.5.2
23092026-08-11T22:20:29.289Z Compiling cookie_store v0.22.1
23102026-08-11T22:20:29.325Z Compiling signal-hook-mio v0.2.5
23112026-08-11T22:20:29.456Z Compiling postgres-types v0.2.12
23122026-08-11T22:20:29.625Z Compiling strum v0.27.2
23132026-08-11T22:20:30.140Z Compiling hubpack v0.1.2
23142026-08-11T22:20:30.232Z Compiling phf_shared v0.11.3
23152026-08-11T22:20:30.232Z Compiling hkdf v0.12.4
23162026-08-11T22:20:30.232Z Compiling dtrace-parser v0.2.0
23172026-08-11T22:20:30.232Z Compiling byte-wrapper v0.1.0
23182026-08-11T22:20:30.232Z Compiling ed25519 v2.2.3
23192026-08-11T22:20:30.232Z Compiling olpc-cjson v0.1.4
23202026-08-11T22:20:30.390Z Compiling crypto-bigint v0.5.5
23212026-08-11T22:20:30.454Z Compiling serde-big-array v0.5.1
23222026-08-11T22:20:30.574Z Compiling float-cmp v0.10.0
23232026-08-11T22:20:30.624Z Compiling memmap2 v0.9.10
23242026-08-11T22:20:30.664Z Compiling thread-id v4.2.2
23252026-08-11T22:20:30.747Z Compiling static_assertions v1.1.0
23262026-08-11T22:20:30.838Z Compiling normalize-line-endings v0.3.0
23272026-08-11T22:20:30.915Z Compiling predicates-core v1.0.10
23282026-08-11T22:20:30.952Z Compiling difflib v0.4.0
23292026-08-11T22:20:30.952Z Compiling data-encoding v2.10.0
23302026-08-11T22:20:31.021Z Compiling precomputed-hash v0.1.1
23312026-08-11T22:20:31.122Z Compiling fixedbitset v0.5.7
23322026-08-11T22:20:31.138Z Compiling keccak v0.1.6
23332026-08-11T22:20:31.202Z Compiling new_debug_unreachable v1.0.6
23342026-08-11T22:20:31.363Z Compiling winnow v0.7.14
23352026-08-11T22:20:31.387Z Compiling toml_write v0.1.2
23362026-08-11T22:20:31.415Z Compiling rayon-core v1.13.0
23372026-08-11T22:20:31.488Z Compiling whoami v2.1.0
23382026-08-11T22:20:31.600Z Compiling fixedbitset v0.4.2
23392026-08-11T22:20:31.727Z Compiling winnow v1.0.3
23402026-08-11T22:20:31.795Z Compiling petgraph v0.6.5
23412026-08-11T22:20:31.847Z Compiling tokio-postgres v0.7.16
23422026-08-11T22:20:32.115Z Compiling toml_parser v1.1.2+spec-1.1.0
23432026-08-11T22:20:32.423Z Compiling petgraph v0.8.3
23442026-08-11T22:20:32.667Z Compiling elliptic-curve v0.13.8
23452026-08-11T22:20:33.189Z Compiling toml_edit v0.22.27
23462026-08-11T22:20:33.189Z Compiling sha3 v0.10.8
23472026-08-11T22:20:33.307Z Compiling string_cache v0.8.9
23482026-08-11T22:20:33.331Z Compiling hickory-proto v0.25.2
23492026-08-11T22:20:33.505Z Compiling predicates v3.1.4
23502026-08-11T22:20:33.744Z Compiling chacha20 v0.10.0
23512026-08-11T22:20:33.852Z Compiling usdt v0.6.0
23522026-08-11T22:20:33.966Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23532026-08-11T22:20:34.110Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23542026-08-11T22:20:34.635Z Compiling ed25519-dalek v2.2.0
23552026-08-11T22:20:36.176Z Compiling zip v4.6.1
23562026-08-11T22:20:36.199Z Compiling crossterm v0.28.1
23572026-08-11T22:20:36.278Z Compiling iddqd v0.4.2
23582026-08-11T22:20:36.775Z Compiling heck v0.4.1
23592026-08-11T22:20:36.927Z Compiling similar v2.7.0
23602026-08-11T22:20:36.938Z Compiling itertools v0.13.0
23612026-08-11T22:20:37.040Z Compiling itertools v0.15.0
23622026-08-11T22:20:37.663Z Compiling serde_with v3.21.0
23632026-08-11T22:20:38.979Z Compiling tokio-stream v0.1.18
23642026-08-11T22:20:39.214Z Compiling buf-list v1.1.2
23652026-08-11T22:20:39.214Z Compiling half v2.7.1
23662026-08-11T22:20:39.214Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23672026-08-11T22:20:39.214Z Compiling openapiv3 v2.2.0
23682026-08-11T22:20:39.248Z Compiling peg-runtime v0.8.5
23692026-08-11T22:20:39.248Z Compiling lalrpop-util v0.19.12
23702026-08-11T22:20:39.337Z Compiling ciborium-io v0.2.2
23712026-08-11T22:20:39.454Z Compiling ciborium-ll v0.2.2
23722026-08-11T22:20:40.393Z Compiling crossbeam-deque v0.8.6
23732026-08-11T22:20:41.273Z Compiling camino-tempfile v1.4.1
23742026-08-11T22:20:41.453Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23752026-08-11T22:20:41.892Z Compiling blake3 v1.8.5
23762026-08-11T22:20:42.023Z Compiling fs-err v2.11.0
23772026-08-11T22:20:44.554Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23782026-08-11T22:20:45.469Z Compiling rustls-webpki v0.103.13
23792026-08-11T22:20:45.839Z Compiling ciborium v0.2.2
23802026-08-11T22:20:46.458Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
23812026-08-11T22:20:47.147Z Compiling thread_local v1.1.9
23822026-08-11T22:20:47.388Z Compiling arrayvec v0.7.6
23832026-08-11T22:20:47.922Z Compiling slog-async v2.8.0
23842026-08-11T22:20:48.017Z Compiling constant_time_eq v0.4.2
23852026-08-11T22:20:48.018Z Compiling arrayref v0.3.9
23862026-08-11T22:20:48.018Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23872026-08-11T22:20:48.018Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23882026-08-11T22:20:48.133Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23892026-08-11T22:20:48.212Z Compiling toml v0.8.23
23902026-08-11T22:20:48.248Z Compiling atomicwrites v0.4.4
23912026-08-11T22:20:48.278Z Compiling digest-io v0.1.0
23922026-08-11T22:20:48.318Z Compiling sha2 v0.11.0
23932026-08-11T22:20:48.395Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23942026-08-11T22:20:48.435Z Compiling crossbeam-channel v0.5.15
23952026-08-11T22:20:48.529Z Compiling serde_path_to_error v0.1.20
23962026-08-11T22:20:48.721Z Compiling is-terminal v0.4.17
23972026-08-11T22:20:48.742Z Compiling term v1.2.1
23982026-08-11T22:20:48.843Z Compiling topological-sort v0.2.2
23992026-08-11T22:20:48.915Z Compiling parse-size v1.1.0
24002026-08-11T22:20:48.956Z Compiling rawzip v0.4.4
24012026-08-11T22:20:49.005Z Compiling indent_write v2.2.0
24022026-08-11T22:20:49.029Z Compiling debug-ignore v1.0.5
24032026-08-11T22:20:49.149Z Compiling take_mut v0.2.2
24042026-08-11T22:20:49.159Z Compiling slog-term v2.9.2
24052026-08-11T22:20:49.159Z Compiling tokio-rustls v0.26.4
24062026-08-11T22:20:49.206Z Compiling rustls-platform-verifier v0.6.2
24072026-08-11T22:20:49.264Z Compiling tough v0.22.0
24082026-08-11T22:20:49.393Z Compiling hyper-rustls v0.27.7
24092026-08-11T22:20:49.707Z Compiling reqwest v0.13.2
24102026-08-11T22:20:49.853Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24112026-08-11T22:20:49.959Z Compiling shell-words v1.1.1
24122026-08-11T22:20:52.697Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24132026-08-11T22:20:57.647Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24142026-08-11T22:20:59.647Z Compiling omicron-zone-package v0.12.3
24152026-08-11T22:21:00.702Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24162026-08-11T22:21:00.849Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24172026-08-11T22:21:00.849Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24182026-08-11T22:21:05.974Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24192026-08-11T22:21:17.372Z Finished `release` profile [optimized] target(s) in 1m 29s
24202026-08-11T22:21:17.514Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24212026-08-11T22:21:17.580ZAug 11 22:21:16.699 DEBG changing working directory to /work/oxidecomputer/omicron
24222026-08-11T22:21:17.671ZAug 11 22:21:16.795 DEBG running: git rev-parse HEAD
24232026-08-11T22:21:17.680ZAug 11 22:21:16.798 DEBG process exited with exit status: 0 (2.701645ms)
24242026-08-11T22:21:17.680ZAug 11 22:21:16.798 INFO version: 23.0.0-0.ci+git0d881891ca1
24252026-08-11T22:21:17.702ZAug 11 22:21:16.807 INFO cloning helios to /work/oxidecomputer/helios
24262026-08-11T22:21:17.703ZAug 11 22:21:16.807 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24272026-08-11T22:21:17.703ZCloning into '/work/oxidecomputer/helios'...
24282026-08-11T22:21:18.973ZAug 11 22:21:17.383 DEBG process exited with exit status: 0 (576.950196ms)
24292026-08-11T22:21:18.973ZAug 11 22:21:17.383 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24302026-08-11T22:21:19.052ZAug 11 22:21:17.386 DEBG process exited with exit status: 0 (2.639425ms)
24312026-08-11T22:21:19.052ZAug 11 22:21:17.386 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24322026-08-11T22:21:19.052ZAug 11 22:21:17.750 DEBG process exited with exit status: 0 (364.177178ms)
24332026-08-11T22:21:19.052ZAug 11 22:21:17.750 DEBG running: zfs list rpool/images/build/host
24342026-08-11T22:21:19.052ZNAME USED AVAIL REFER MOUNTPOINT
24352026-08-11T22:21:19.052Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24362026-08-11T22:21:19.052ZAug 11 22:21:17.756 DEBG process exited with exit status: 0 (5.27889ms)
24372026-08-11T22:21:19.052ZAug 11 22:21:17.756 DEBG running: zfs list rpool/images/build/recovery
24382026-08-11T22:21:19.052ZNAME USED AVAIL REFER MOUNTPOINT
24392026-08-11T22:21:19.052Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24402026-08-11T22:21:19.052ZAug 11 22:21:17.760 DEBG process exited with exit status: 0 (4.380808ms)
24412026-08-11T22:21:19.052ZAug 11 22:21:17.760 INFO console assets match pinned console commit (abbe25e8afab12062f61cb25c2556061ed5a2130)
24422026-08-11T22:21:19.052ZAug 11 22:21:17.772 INFO console client API version matches nexus API version (2026073100.0.0)
24432026-08-11T22:21:19.052ZAug 11 22:21:17.773 INFO [hubris-production] running task
24442026-08-11T22:21:19.052ZAug 11 22:21:17.773 INFO [incorp-manifest] running task
24452026-08-11T22:21:19.052ZAug 11 22:21:17.773 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24462026-08-11T22:21:19.052ZAug 11 22:21:17.774 INFO [hubris-staging] running task
24472026-08-11T22:21:19.052ZAug 11 22:21:17.774 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24482026-08-11T22:21:19.052ZAug 11 22:21:17.775 INFO [incorp-create] running: pkgrepo create /work/incorporation
24492026-08-11T22:21:19.052ZAug 11 22:21:17.776 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
24502026-08-11T22:21:19.052Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24512026-08-11T22:21:19.052Z[ omicron-package] Blocking waiting for file lock on package cache
24522026-08-11T22:21:19.052ZAug 11 22:21:18.029 INFO [incorp-create] process exited with exit status: 0 (254.522607ms)
24532026-08-11T22:21:19.052ZAug 11 22:21:18.029 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24542026-08-11T22:21:19.250ZAug 11 22:21:18.374 INFO [incorp-publisher] process exited with exit status: 0 (344.81057ms)
24552026-08-11T22:21:19.531Z[ omicron-package] Blocking waiting for file lock on package cache
24562026-08-11T22:21:19.833ZAug 11 22:21:18.958 INFO [hubris-production] task succeeded (1.184461539s)
24572026-08-11T22:21:20.382ZAug 11 22:21:19.504 DEBG process exited with exit status: 0 (1.730118165s)
24582026-08-11T22:21:20.382ZAug 11 22:21:19.504 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24592026-08-11T22:21:20.702Z[ omicron-package] Compiling macaddr v1.0.1
24602026-08-11T22:21:20.702Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24612026-08-11T22:21:20.707Z[ omicron-package] Compiling secrecy v0.10.3
24622026-08-11T22:21:20.707Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24632026-08-11T22:21:20.707Z[ omicron-package] Compiling heapless v0.8.0
24642026-08-11T22:21:20.707Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24652026-08-11T22:21:20.889Z[ omicron-package] Compiling ingot-macros v0.2.0
24662026-08-11T22:21:20.955Z[ omicron-package] Compiling hash32 v0.3.1
24672026-08-11T22:21:20.978Z[ omicron-package] Compiling inout v0.1.4
24682026-08-11T22:21:20.978Z[ omicron-package] Compiling multer v3.1.0
24692026-08-11T22:21:20.988Z[ omicron-package] Compiling compression-core v0.4.31
24702026-08-11T22:21:20.988Z[ omicron-package] Compiling smoltcp v0.11.0
24712026-08-11T22:21:21.032Z[ omicron-package] Compiling unicode-width v0.2.0
24722026-08-11T22:21:21.033Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24732026-08-11T22:21:21.033Z[ omicron-package] Compiling match_cfg v0.1.0
24742026-08-11T22:21:21.033Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24752026-08-11T22:21:21.490Z[ omicron-package] Compiling slog-json v2.6.1
24762026-08-11T22:21:21.490Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24772026-08-11T22:21:21.505Z[ omicron-package] Compiling hostname v0.3.1
24782026-08-11T22:21:21.784Z[ omicron-package] Compiling compression-codecs v0.4.37
24792026-08-11T22:21:21.821Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
24802026-08-11T22:21:21.927Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24812026-08-11T22:21:22.030Z[ omicron-package] Compiling cobs v0.3.0
24822026-08-11T22:21:22.030Z[ omicron-package] Compiling cipher v0.4.4
24832026-08-11T22:21:22.030Z[ omicron-package] Compiling universal-hash v0.5.1
24842026-08-11T22:21:22.030Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24852026-08-11T22:21:22.030Z[ omicron-package] Compiling dropshot v0.17.1
24862026-08-11T22:21:22.030Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24872026-08-11T22:21:22.030Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
24882026-08-11T22:21:22.193Z[ omicron-package] Compiling serde_spanned v1.1.1
24892026-08-11T22:21:22.260Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24902026-08-11T22:21:22.885Z[ omicron-package] Compiling async-stream-impl v0.3.6
24912026-08-11T22:21:22.885Z[ omicron-package] Compiling convert_case v0.4.0
24922026-08-11T22:21:22.960Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
24932026-08-11T22:21:22.960Z[ omicron-package] Compiling opaque-debug v0.3.1
24942026-08-11T22:21:22.960Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24952026-08-11T22:21:22.960ZAug 11 22:21:21.688 DEBG process exited with exit status: 0 (2.184353325s)
24962026-08-11T22:21:22.960ZAug 11 22:21:21.690 INFO [incorp-manifest] task succeeded (3.916405494s)
24972026-08-11T22:21:22.960ZAug 11 22:21:21.690 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24982026-08-11T22:21:22.960Z[ omicron-package] Compiling chacha20 v0.9.1
24992026-08-11T22:21:22.960Z[ omicron-package] Compiling poly1305 v0.8.0
25002026-08-11T22:21:22.960Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25012026-08-11T22:21:22.960Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25022026-08-11T22:21:22.960Z[ omicron-package] Compiling postcard v1.1.3
25032026-08-11T22:21:22.960ZAug 11 22:21:21.908 INFO [incorp-fmt] process exited with exit status: 0 (218.181598ms)
25042026-08-11T22:21:22.961ZAug 11 22:21:21.908 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25052026-08-11T22:21:22.961Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25062026-08-11T22:21:22.961Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25072026-08-11T22:21:22.961Z[ omicron-package] Compiling derive_more v0.99.20
25082026-08-11T22:21:22.961Z[ omicron-package] Compiling num_enum_derive v0.7.6
25092026-08-11T22:21:23.038Z[ omicron-package] Compiling async-compression v0.4.41
25102026-08-11T22:21:23.095Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260811T222122Z
25112026-08-11T22:21:23.095Z[ incorp-pkgsend] PUBLISHED
25122026-08-11T22:21:23.151Z[ omicron-package] Compiling slog-bunyan v2.5.0
25132026-08-11T22:21:23.151Z[ omicron-package] Compiling async-stream v0.3.6
25142026-08-11T22:21:23.163ZAug 11 22:21:22.273 INFO [incorp-pkgsend] process exited with exit status: 0 (364.97227ms)
25152026-08-11T22:21:23.163ZAug 11 22:21:22.275 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25162026-08-11T22:21:23.300Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25172026-08-11T22:21:23.412Z[ helios-incorp] Retrieving packages for publisher helios ...
25182026-08-11T22:21:23.434Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25192026-08-11T22:21:23.455Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25202026-08-11T22:21:23.456Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25212026-08-11T22:21:23.456Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25222026-08-11T22:21:23.456Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25232026-08-11T22:21:23.456Z[ helios-incorp]
25242026-08-11T22:21:23.456Z[ helios-incorp] Archiving packages ...
25252026-08-11T22:21:23.456Z[ helios-incorp] Packages to add: 1
25262026-08-11T22:21:23.456Z[ helios-incorp] Files to retrieve: 0
25272026-08-11T22:21:23.456Z[ helios-incorp] Estimated transfer size: 0.00 B
25282026-08-11T22:21:23.456Z[ helios-incorp]
25292026-08-11T22:21:23.456Z[ helios-incorp] Packages to archive:
25302026-08-11T22:21:23.456Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260811T222122Z
25312026-08-11T22:21:23.456Z[ helios-incorp]
25322026-08-11T22:21:23.456Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25332026-08-11T22:21:23.456Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25342026-08-11T22:21:23.489Z[ omicron-package] Compiling sha1 v0.11.0
25352026-08-11T22:21:23.520ZAug 11 22:21:22.639 INFO [helios-incorp] process exited with exit status: 0 (365.41803ms)
25362026-08-11T22:21:23.548Z[ omicron-package] Compiling progenitor-client v0.14.0
25372026-08-11T22:21:23.573Z[ omicron-package] Compiling parse-display-derive v0.10.0
25382026-08-11T22:21:23.603Z[ omicron-package] Compiling waitgroup v0.1.2
25392026-08-11T22:21:23.643Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25402026-08-11T22:21:23.668Z[ omicron-package] Compiling backon v1.6.0
25412026-08-11T22:21:23.699Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25422026-08-11T22:21:23.893Z[ omicron-package] Compiling password-hash v0.5.0
25432026-08-11T22:21:23.967Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25442026-08-11T22:21:23.994Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25452026-08-11T22:21:24.035Z[ omicron-package] Compiling blake2 v0.10.6
25462026-08-11T22:21:24.063Z[ omicron-package] Compiling aead v0.5.2
25472026-08-11T22:21:24.168Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25482026-08-11T22:21:24.176Z[ omicron-package] Compiling proc-macro-error v1.0.4
25492026-08-11T22:21:24.217Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25502026-08-11T22:21:24.302Z[ omicron-package] Compiling hostname v0.4.2
25512026-08-11T22:21:24.485Z[ omicron-package] Compiling instant v0.1.13
25522026-08-11T22:21:24.533Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25532026-08-11T22:21:24.580Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25542026-08-11T22:21:24.646Z[ omicron-package] Compiling backoff v0.4.0
25552026-08-11T22:21:24.757Z[ omicron-package] Compiling argon2 v0.5.3
25562026-08-11T22:21:24.787Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25572026-08-11T22:21:24.787Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25582026-08-11T22:21:24.853Z[ omicron-package] Compiling ingot-types v0.2.0
25592026-08-11T22:21:24.897Z[ omicron-package] Compiling num_enum_derive v0.5.11
25602026-08-11T22:21:24.941Z[ omicron-package] Compiling num_enum v0.7.6
25612026-08-11T22:21:25.105Z[ omicron-package] Compiling progenitor-extras v0.2.0
25622026-08-11T22:21:25.136Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25632026-08-11T22:21:25.165Z[ omicron-package] Compiling vsss-rs v3.3.4
25642026-08-11T22:21:25.295Z[ omicron-package] Compiling foreign-types v0.5.0
25652026-08-11T22:21:25.355Z[ omicron-package] Compiling parse-display v0.10.0
25662026-08-11T22:21:25.749Z[ omicron-package] Compiling ingot v0.2.1
25672026-08-11T22:21:25.785Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25682026-08-11T22:21:25.785Z[ omicron-package] Compiling tabwriter v1.4.1
25692026-08-11T22:21:25.785Z[ omicron-package] Compiling regress v0.10.5
25702026-08-11T22:21:25.785Z[ omicron-package] Compiling itertools v0.14.0
25712026-08-11T22:21:25.785Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25722026-08-11T22:21:25.785Z[ omicron-package] Compiling cstr-argument v0.1.2
25732026-08-11T22:21:25.837Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25742026-08-11T22:21:25.909Z[ omicron-package] Compiling humantime v2.3.0
25752026-08-11T22:21:26.012Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25762026-08-11T22:21:26.042Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25772026-08-11T22:21:26.116Z[ omicron-package] Compiling num_enum v0.5.11
25782026-08-11T22:21:26.255Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25792026-08-11T22:21:26.314Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25802026-08-11T22:21:26.448Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25812026-08-11T22:21:26.503Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25822026-08-11T22:21:26.503Z[ omicron-package] Compiling rayon v1.11.0
25832026-08-11T22:21:26.523Z[ omicron-package] Compiling rand v0.10.1
25842026-08-11T22:21:26.540Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25852026-08-11T22:21:26.835Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25862026-08-11T22:21:26.853Z[ omicron-package] Compiling colored v3.1.1
25872026-08-11T22:21:26.853Z[ omicron-package] Compiling libefi-sys v0.1.0
25882026-08-11T22:21:26.930Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25892026-08-11T22:21:27.041Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25902026-08-11T22:21:27.084Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25912026-08-11T22:21:27.190Z[ omicron-package] Compiling itertools v0.12.1
25922026-08-11T22:21:27.367Z[ omicron-package] Compiling usdt-macro v0.5.0
25932026-08-11T22:21:27.397Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25942026-08-11T22:21:27.589Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25952026-08-11T22:21:27.633Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25962026-08-11T22:21:27.673Z[ omicron-package] Compiling sigpipe v0.1.3
25972026-08-11T22:21:27.704Z[ omicron-package] Compiling memmap v0.7.0
25982026-08-11T22:21:27.812Z[ omicron-package] Compiling num-derive v0.4.2
25992026-08-11T22:21:27.858Z[ omicron-package] Compiling bitfield-struct v0.6.2
26002026-08-11T22:21:27.896Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26012026-08-11T22:21:27.952Z[ omicron-package] Compiling swrite v0.1.0
26022026-08-11T22:21:28.043Z[ omicron-package] Compiling glob v0.3.3
26032026-08-11T22:21:28.182Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26042026-08-11T22:21:28.651Z[ omicron-package] Compiling usdt v0.5.0
26052026-08-11T22:21:28.728Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26062026-08-11T22:21:28.986Z[ omicron-package] Compiling zone v0.3.1
26072026-08-11T22:21:29.002Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26082026-08-11T22:21:29.055Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26092026-08-11T22:21:29.212Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26102026-08-11T22:21:29.226Z[ omicron-package] Compiling smf v0.2.3
26112026-08-11T22:21:29.278Z[ omicron-package] Compiling whoami v1.6.1
26122026-08-11T22:21:29.359Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26132026-08-11T22:21:29.434Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26142026-08-11T22:21:29.502Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26152026-08-11T22:21:29.544Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26162026-08-11T22:21:29.621Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26172026-08-11T22:21:29.805Z[ omicron-package] Compiling console v0.16.2
26182026-08-11T22:21:29.891Z[ omicron-package] Compiling gethostname v0.5.0
26192026-08-11T22:21:30.034Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26202026-08-11T22:21:30.051Z[ omicron-package] Compiling unit-prefix v0.5.2
26212026-08-11T22:21:30.125Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26222026-08-11T22:21:30.416Z[ omicron-package] Compiling indicatif v0.18.4
26232026-08-11T22:21:31.274Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26242026-08-11T22:21:34.240Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26252026-08-11T22:21:34.392Z[ helios-setup] Aug 11 22:21:33.511 INFO helios repository root is: /work/oxidecomputer/helios
26262026-08-11T22:21:34.417Z[ helios-setup] Aug 11 22:21:33.512 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
26272026-08-11T22:21:34.417Z[ helios-setup] Aug 11 22:21:33.512 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
26282026-08-11T22:21:34.417Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26292026-08-11T22:21:35.343Z[ helios-setup] Aug 11 22:21:34.459 INFO clone ok!, project: amd-host-image-builder
26302026-08-11T22:21:35.354Z[ helios-setup] Aug 11 22:21:34.459 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
26312026-08-11T22:21:35.354Z[ helios-setup] Aug 11 22:21:34.459 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26322026-08-11T22:21:35.354Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26332026-08-11T22:21:35.650ZAug 11 22:21:34.772 INFO [hubris-staging] task succeeded (16.997668868s)
26342026-08-11T22:21:36.400Z[ helios-setup] Aug 11 22:21:35.379 INFO clone ok!, project: bootserver
26352026-08-11T22:21:36.436Z[ helios-setup] Aug 11 22:21:35.379 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
26362026-08-11T22:21:36.436Z[ helios-setup] Aug 11 22:21:35.379 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26372026-08-11T22:21:36.436Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26382026-08-11T22:21:38.467Z[ helios-setup] Aug 11 22:21:36.400 INFO clone ok!, project: pilot
26392026-08-11T22:21:38.467Z[ helios-setup] Aug 11 22:21:36.400 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26402026-08-11T22:21:38.516Z[ helios-setup] Aug 11 22:21:36.400 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
26412026-08-11T22:21:38.516Z[ helios-setup] Aug 11 22:21:36.400 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26422026-08-11T22:21:38.516Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26432026-08-11T22:21:38.546Z[ helios-setup] Aug 11 22:21:37.261 INFO clone ok!, project: chelsio-t6-roms
26442026-08-11T22:21:38.546Z[ helios-setup] Aug 11 22:21:37.261 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26452026-08-11T22:21:38.546Z[ helios-setup] Aug 11 22:21:37.261 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
26462026-08-11T22:21:38.546Z[ helios-setup] Aug 11 22:21:37.261 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26472026-08-11T22:21:38.546Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26482026-08-11T22:21:38.844Z[ helios-setup] Aug 11 22:21:37.969 INFO clone ok!, project: dmar-report
26492026-08-11T22:21:38.844Z[ helios-setup] Aug 11 22:21:37.969 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
26502026-08-11T22:21:38.844Z[ helios-setup] Aug 11 22:21:37.969 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26512026-08-11T22:21:38.848Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26522026-08-11T22:21:42.634Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26532026-08-11T22:21:45.656Z[ helios-setup] Aug 11 22:21:44.636 INFO clone ok!, project: amd-firmware
26542026-08-11T22:21:45.677Z[ helios-setup] Aug 11 22:21:44.636 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
26552026-08-11T22:21:45.678Z[ helios-setup] Aug 11 22:21:44.636 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26562026-08-11T22:21:45.678Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26572026-08-11T22:21:45.801Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26582026-08-11T22:21:46.077Z[ helios-setup] Aug 11 22:21:45.202 INFO clone ok!, project: phbl
26592026-08-11T22:21:46.077Z[ helios-setup] Aug 11 22:21:45.202 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
26602026-08-11T22:21:46.082Z[ helios-setup] Aug 11 22:21:45.202 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26612026-08-11T22:21:46.082Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26622026-08-11T22:21:46.607Z[ helios-setup] Aug 11 22:21:45.728 INFO clone ok!, project: pinprick
26632026-08-11T22:21:46.607Z[ helios-setup] Aug 11 22:21:45.728 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
26642026-08-11T22:21:46.613Z[ helios-setup] Aug 11 22:21:45.728 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26652026-08-11T22:21:46.613Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26662026-08-11T22:21:46.864Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26672026-08-11T22:21:47.146Z[ helios-setup] Aug 11 22:21:46.271 INFO clone ok!, project: image-builder
26682026-08-11T22:21:47.146Z[ helios-setup] Aug 11 22:21:46.271 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26692026-08-11T22:21:47.154Z[ helios-setup] Aug 11 22:21:46.271 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26702026-08-11T22:21:47.394Z[ helios-setup] Aug 11 22:21:46.518 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26712026-08-11T22:21:47.626Z[ helios-setup] Aug 11 22:21:46.751 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26722026-08-11T22:21:47.626Z[ helios-setup] Aug 11 22:21:46.751 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26732026-08-11T22:21:47.866Z[ helios-setup] Aug 11 22:21:46.986 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26742026-08-11T22:21:48.107Z[ helios-setup] Aug 11 22:21:47.232 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26752026-08-11T22:21:48.107Z[ helios-setup] Aug 11 22:21:47.233 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26762026-08-11T22:21:48.354Z[ helios-setup] Aug 11 22:21:47.475 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26772026-08-11T22:21:48.641Z[ helios-setup] Aug 11 22:21:47.758 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26782026-08-11T22:21:48.641Z[ helios-setup] Aug 11 22:21:47.758 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26792026-08-11T22:21:48.648Z[ helios-setup] Aug 11 22:21:47.758 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26802026-08-11T22:21:48.648Z[ helios-setup] Aug 11 22:21:47.758 INFO ok!
26812026-08-11T22:21:48.648Z[ helios-setup] Aug 11 22:21:47.758 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26822026-08-11T22:21:48.648Z[ helios-setup] Aug 11 22:21:47.758 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26832026-08-11T22:21:48.648Z[ helios-setup] Aug 11 22:21:47.758 INFO ok!
26842026-08-11T22:21:48.648Z[ helios-setup] Aug 11 22:21:47.758 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26852026-08-11T22:21:48.648Z[ helios-setup] Aug 11 22:21:47.758 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26862026-08-11T22:21:48.648Z[ helios-setup] Aug 11 22:21:47.758 INFO ok!
26872026-08-11T22:21:48.648Z[ helios-setup] Aug 11 22:21:47.758 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
26882026-08-11T22:21:48.671Z[ helios-setup] Aug 11 22:21:47.791 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')"
26892026-08-11T22:21:48.671Z[ helios-setup] Aug 11 22:21:47.791 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26902026-08-11T22:21:48.686Z[ helios-setup] Aug 11 22:21:47.791 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26912026-08-11T22:21:48.805Z[ helios-setup] Aug 11 22:21:47.929 INFO E| Updating crates.io index
26922026-08-11T22:21:48.814Z[ helios-setup] Aug 11 22:21:47.930 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26932026-08-11T22:21:49.425Z[ helios-setup] Aug 11 22:21:48.325 INFO E| From https://github.com/oxidecomputer/amd-apcb
26942026-08-11T22:21:49.425Z[ helios-setup] Aug 11 22:21:48.325 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
26952026-08-11T22:21:49.464Z[ helios-setup] Aug 11 22:21:48.336 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
26962026-08-11T22:21:49.572Z[ helios-setup] Aug 11 22:21:48.695 INFO E| From https://github.com/oxidecomputer/amd-efs
26972026-08-11T22:21:49.572Z[ helios-setup] Aug 11 22:21:48.695 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
26982026-08-11T22:21:49.686Z[ helios-setup] Aug 11 22:21:48.811 INFO E| Downloading crates ...
26992026-08-11T22:21:49.734Z[ helios-setup] Aug 11 22:21:48.859 INFO E| Downloaded ansi_term v0.12.1
27002026-08-11T22:21:49.743Z[ helios-setup] Aug 11 22:21:48.868 INFO E| Downloaded heck v0.3.3
27012026-08-11T22:21:49.754Z[ helios-setup] Aug 11 22:21:48.878 INFO E| Downloaded unic-common v0.9.0
27022026-08-11T22:21:49.764Z[ helios-setup] Aug 11 22:21:48.879 INFO E| Downloaded unic-char-property v0.9.0
27032026-08-11T22:21:49.765Z[ helios-setup] Aug 11 22:21:48.884 INFO E| Downloaded pest v2.8.0
27042026-08-11T22:21:49.776Z[ helios-setup] Aug 11 22:21:48.887 INFO E| Downloaded fletcher v1.0.0
27052026-08-11T22:21:49.776Z[ helios-setup] Aug 11 22:21:48.887 INFO E| Downloaded ryu v1.0.20
27062026-08-11T22:21:49.776Z[ helios-setup] Aug 11 22:21:48.890 INFO E| Downloaded proc-macro2 v1.0.95
27072026-08-11T22:21:49.776Z[ helios-setup] Aug 11 22:21:48.895 INFO E| Downloaded unic-ucd-version v0.9.0
27082026-08-11T22:21:49.776Z[ helios-setup] Aug 11 22:21:48.895 INFO E| Downloaded dyn-clone v1.0.19
27092026-08-11T22:21:49.789Z[ helios-setup] Aug 11 22:21:48.902 INFO E| Downloaded itoa v1.0.15
27102026-08-11T22:21:49.789Z[ helios-setup] Aug 11 22:21:48.907 INFO E| Downloaded strum v0.27.1
27112026-08-11T22:21:49.797Z[ helios-setup] Aug 11 22:21:48.915 INFO E| Downloaded strsim v0.8.0
27122026-08-11T22:21:49.798Z[ helios-setup] Aug 11 22:21:48.916 INFO E| Downloaded unic-ucd-ident v0.9.0
27132026-08-11T22:21:49.805Z[ helios-setup] Aug 11 22:21:48.922 INFO E| Downloaded autocfg v1.4.0
27142026-08-11T22:21:49.805Z[ helios-setup] Aug 11 22:21:48.923 INFO E| Downloaded structopt-derive v0.4.18
27152026-08-11T22:21:49.805Z[ helios-setup] Aug 11 22:21:48.924 INFO E| Downloaded quote v1.0.40
27162026-08-11T22:21:49.806Z[ helios-setup] Aug 11 22:21:48.925 INFO E| Downloaded textwrap v0.11.0
27172026-08-11T22:21:49.806Z[ helios-setup] Aug 11 22:21:48.926 INFO E| Downloaded four-cc v0.4.0
27182026-08-11T22:21:49.806Z[ helios-setup] Aug 11 22:21:48.927 INFO E| Downloaded vec_map v0.8.2
27192026-08-11T22:21:49.812Z[ helios-setup] Aug 11 22:21:48.930 INFO E| Downloaded parse_int v0.9.0
27202026-08-11T22:21:49.812Z[ helios-setup] Aug 11 22:21:48.931 INFO E| Downloaded unic-char-range v0.9.0
27212026-08-11T22:21:49.822Z[ helios-setup] Aug 11 22:21:48.941 INFO E| Downloaded thiserror v2.0.12
27222026-08-11T22:21:49.822Z[ helios-setup] Aug 11 22:21:48.944 INFO E| Downloaded pest_generator v2.8.0
27232026-08-11T22:21:49.822Z[ helios-setup] Aug 11 22:21:48.945 INFO E| Downloaded modular-bitfield-impl v0.13.1
27242026-08-11T22:21:49.830Z[ helios-setup] Aug 11 22:21:48.952 INFO E| Downloaded bytesize v2.0.1
27252026-08-11T22:21:49.837Z[ helios-setup] Aug 11 22:21:48.958 INFO E| Downloaded rustversion v1.0.20
27262026-08-11T22:21:49.837Z[ helios-setup] Aug 11 22:21:48.960 INFO E| Downloaded strum_macros v0.27.1
27272026-08-11T22:21:49.837Z[ helios-setup] Aug 11 22:21:48.961 INFO E| Downloaded thiserror-impl v2.0.12
27282026-08-11T22:21:49.837Z[ helios-setup] Aug 11 22:21:48.962 INFO E| Downloaded log v0.4.27
27292026-08-11T22:21:49.849Z[ helios-setup] Aug 11 22:21:48.966 INFO E| Downloaded modular-bitfield v0.13.1
27302026-08-11T22:21:49.856Z[ helios-setup] Aug 11 22:21:48.970 INFO E| Downloaded unicode-ident v1.0.18
27312026-08-11T22:21:49.856Z[ helios-setup] Aug 11 22:21:48.971 INFO E| Downloaded modular-bitfield-impl v0.11.2
27322026-08-11T22:21:49.856Z[ helios-setup] Aug 11 22:21:48.974 INFO E| Downloaded pest_meta v2.8.0
27332026-08-11T22:21:49.856Z[ helios-setup] Aug 11 22:21:48.980 INFO E| Downloaded serde_derive v1.0.219
27342026-08-11T22:21:49.865Z[ helios-setup] Aug 11 22:21:48.984 INFO E| Downloaded modular-bitfield v0.11.2
27352026-08-11T22:21:49.874Z[ helios-setup] Aug 11 22:21:48.989 INFO E| Downloaded pest_derive v2.8.0
27362026-08-11T22:21:49.874Z[ helios-setup] Aug 11 22:21:48.990 INFO E| Downloaded typenum v1.18.0
27372026-08-11T22:21:49.875Z[ helios-setup] Aug 11 22:21:48.994 INFO E| Downloaded structopt v0.3.26
27382026-08-11T22:21:49.890Z[ helios-setup] Aug 11 22:21:48.998 INFO E| Downloaded memchr v2.7.4
27392026-08-11T22:21:49.890Z[ helios-setup] Aug 11 22:21:49.003 INFO E| Downloaded serde v1.0.219
27402026-08-11T22:21:49.890Z[ helios-setup] Aug 11 22:21:49.005 INFO E| Downloaded zerocopy-derive v0.8.25
27412026-08-11T22:21:49.909Z[ helios-setup] Aug 11 22:21:49.032 INFO E| Downloaded serde_json v1.0.140
27422026-08-11T22:21:49.936Z[ helios-setup] Aug 11 22:21:49.060 INFO E| Downloaded goblin v0.9.3
27432026-08-11T22:21:49.944Z[ helios-setup] Aug 11 22:21:49.064 INFO E| Downloaded clap v2.34.0
27442026-08-11T22:21:49.950Z[ helios-setup] Aug 11 22:21:49.067 INFO E| Downloaded zerocopy v0.8.25
27452026-08-11T22:21:49.964Z[ helios-setup] Aug 11 22:21:49.082 INFO E| Downloaded syn v2.0.101
27462026-08-11T22:21:49.992Z[ helios-setup] Aug 11 22:21:49.106 INFO E| Downloaded libc v0.2.172
27472026-08-11T22:21:50.029Z[ helios-setup] Aug 11 22:21:49.154 INFO E| Compiling proc-macro2 v1.0.95
27482026-08-11T22:21:50.029Z[ helios-setup] Aug 11 22:21:49.154 INFO E| Compiling unicode-ident v1.0.18
27492026-08-11T22:21:50.029Z[ helios-setup] Aug 11 22:21:49.154 INFO E| Compiling memchr v2.7.4
27502026-08-11T22:21:50.047Z[ helios-setup] Aug 11 22:21:49.154 INFO E| Compiling thiserror v2.0.12
27512026-08-11T22:21:50.047Z[ helios-setup] Aug 11 22:21:49.154 INFO E| Compiling autocfg v1.4.0
27522026-08-11T22:21:50.047Z[ helios-setup] Aug 11 22:21:49.154 INFO E| Compiling serde v1.0.219
27532026-08-11T22:21:50.047Z[ helios-setup] Aug 11 22:21:49.154 INFO E| Compiling syn v1.0.109
27542026-08-11T22:21:50.047Z[ helios-setup] Aug 11 22:21:49.154 INFO E| Compiling version_check v0.9.5
27552026-08-11T22:21:50.067Z[ helios-setup] Aug 11 22:21:49.176 INFO E| Compiling serde_json v1.0.140
27562026-08-11T22:21:50.067Z[ helios-setup] Aug 11 22:21:49.176 INFO E| Compiling itoa v1.0.15
27572026-08-11T22:21:50.067Z[ helios-setup] Aug 11 22:21:49.176 INFO E| Compiling schemars v0.8.22
27582026-08-11T22:21:50.067Z[ helios-setup] Aug 11 22:21:49.176 INFO E| Compiling ryu v1.0.20
27592026-08-11T22:21:50.067Z[ helios-setup] Aug 11 22:21:49.176 INFO E| Compiling dyn-clone v1.0.19
27602026-08-11T22:21:50.067Z[ helios-setup] Aug 11 22:21:49.177 INFO E| Compiling static_assertions v1.1.0
27612026-08-11T22:21:50.067Z[ helios-setup] Aug 11 22:21:49.177 INFO E| Compiling libc v0.2.172
27622026-08-11T22:21:50.093Z[ helios-setup] Aug 11 22:21:49.182 INFO E| Compiling rustversion v1.0.20
27632026-08-11T22:21:50.172Z[ helios-setup] Aug 11 22:21:49.296 INFO E| Compiling zerocopy v0.8.25
27642026-08-11T22:21:50.181Z[ helios-setup] Aug 11 22:21:49.306 INFO E| Compiling ucd-trie v0.1.7
27652026-08-11T22:21:50.195Z[ helios-setup] Aug 11 22:21:49.320 INFO E| Compiling paste v1.0.15
27662026-08-11T22:21:50.230Z[ helios-setup] Aug 11 22:21:49.355 INFO E| Compiling once_cell v1.21.3
27672026-08-11T22:21:50.258Z[ helios-setup] Aug 11 22:21:49.383 INFO E| Compiling heck v0.5.0
27682026-08-11T22:21:50.327Z[ helios-setup] Aug 11 22:21:49.450 INFO E| Compiling unicode-segmentation v1.12.0
27692026-08-11T22:21:50.336Z[ helios-setup] Aug 11 22:21:49.459 INFO E| Compiling proc-macro-error-attr v1.0.4
27702026-08-11T22:21:50.393Z[ helios-setup] Aug 11 22:21:49.517 INFO E| Compiling proc-macro-error v1.0.4
27712026-08-11T22:21:50.427Z[ helios-setup] Aug 11 22:21:49.545 INFO E| Compiling num-traits v0.2.19
27722026-08-11T22:21:50.460Z[ helios-setup] Aug 11 22:21:49.575 INFO E| Compiling memoffset v0.9.1
27732026-08-11T22:21:50.487Z[ helios-setup] Aug 11 22:21:49.612 INFO E| Compiling unicode-width v0.1.14
27742026-08-11T22:21:50.493Z[ helios-setup] Aug 11 22:21:49.612 INFO E| Compiling unic-char-range v0.9.0
27752026-08-11T22:21:50.515Z[ helios-setup] Aug 11 22:21:49.630 INFO E| Compiling bitflags v1.3.2
27762026-08-11T22:21:50.525Z[ helios-setup] Aug 11 22:21:49.648 INFO E| Compiling strsim v0.8.0
27772026-08-11T22:21:50.589Z[ helios-setup] Aug 11 22:21:49.714 INFO E| Compiling vec_map v0.8.2
27782026-08-11T22:21:50.645Z[ helios-setup] Aug 11 22:21:49.768 INFO E| Compiling byteorder v1.5.0
27792026-08-11T22:21:50.651Z[ helios-setup] Aug 11 22:21:49.775 INFO E| Compiling heck v0.3.3
27802026-08-11T22:21:50.661Z[ helios-setup] Aug 11 22:21:49.782 INFO E| Compiling strum v0.27.1
27812026-08-11T22:21:50.669Z[ helios-setup] Aug 11 22:21:49.788 INFO E| Compiling ansi_term v0.12.1
27822026-08-11T22:21:50.715Z[ helios-setup] Aug 11 22:21:49.837 INFO E| Compiling unic-common v0.9.0
27832026-08-11T22:21:50.760Z[ helios-setup] Aug 11 22:21:49.882 INFO E| Compiling atty v0.2.14
27842026-08-11T22:21:50.769Z[ helios-setup] Aug 11 22:21:49.893 INFO E| Compiling textwrap v0.11.0
27852026-08-11T22:21:50.786Z[ helios-setup] Aug 11 22:21:49.909 INFO E| Compiling fletcher v1.0.0
27862026-08-11T22:21:50.800Z[ helios-setup] Aug 11 22:21:49.922 INFO E| Compiling unic-char-property v0.9.0
27872026-08-11T22:21:50.808Z[ helios-setup] Aug 11 22:21:49.933 INFO E| Compiling unic-ucd-version v0.9.0
27882026-08-11T22:21:50.819Z[ helios-setup] Aug 11 22:21:49.944 INFO E| Compiling log v0.4.27
27892026-08-11T22:21:50.835Z[ helios-setup] Aug 11 22:21:49.950 INFO E| Compiling lazy_static v1.5.0
27902026-08-11T22:21:50.848Z[ helios-setup] Aug 11 22:21:49.964 INFO E| Compiling plain v0.2.3
27912026-08-11T22:21:50.865Z[ helios-setup] Aug 11 22:21:49.990 INFO E| Compiling bytesize v2.0.1
27922026-08-11T22:21:50.884Z[ helios-setup] Aug 11 22:21:50.008 INFO E| Compiling unic-ucd-ident v0.9.0
27932026-08-11T22:21:50.910Z[ helios-setup] Aug 11 22:21:50.035 INFO E| Compiling clap v2.34.0
27942026-08-11T22:21:50.962Z[ helios-setup] Aug 11 22:21:50.087 INFO E| Compiling quote v1.0.40
27952026-08-11T22:21:51.164Z[ helios-setup] Aug 11 22:21:50.247 INFO E| Compiling syn v2.0.101
27962026-08-11T22:21:51.576Z[ helios-setup] Aug 11 22:21:50.495 INFO E| Compiling parse_int v0.9.0
27972026-08-11T22:21:52.930Z[ helios-setup] Aug 11 22:21:52.054 INFO E| Compiling modular-bitfield-impl v0.11.2
27982026-08-11T22:21:52.931Z[ helios-setup] Aug 11 22:21:52.054 INFO E| Compiling structopt-derive v0.4.18
27992026-08-11T22:21:53.185Z[ helios-setup] Aug 11 22:21:52.303 INFO E| Compiling serde_derive_internals v0.29.1
28002026-08-11T22:21:53.556Z[ helios-setup] Aug 11 22:21:52.681 INFO E| Compiling thiserror-impl v2.0.12
28012026-08-11T22:21:53.556Z[ helios-setup] Aug 11 22:21:52.681 INFO E| Compiling serde_derive v1.0.219
28022026-08-11T22:21:53.556Z[ helios-setup] Aug 11 22:21:52.681 INFO E| Compiling zerocopy-derive v0.8.25
28032026-08-11T22:21:53.569Z[ helios-setup] Aug 11 22:21:52.681 INFO E| Compiling num-derive v0.4.2
28042026-08-11T22:21:53.569Z[ helios-setup] Aug 11 22:21:52.681 INFO E| Compiling modular-bitfield-impl v0.13.1
28052026-08-11T22:21:53.569Z[ helios-setup] Aug 11 22:21:52.681 INFO E| Compiling strum_macros v0.27.1
28062026-08-11T22:21:53.569Z[ helios-setup] Aug 11 22:21:52.681 INFO E| Compiling scroll_derive v0.12.1
28072026-08-11T22:21:53.661Z[ helios-setup] Aug 11 22:21:52.786 INFO E| Compiling schemars_derive v0.8.22
28082026-08-11T22:21:53.800Z[ helios-setup] Aug 11 22:21:52.920 INFO E| Compiling modular-bitfield v0.11.2
28092026-08-11T22:21:53.800Z[ helios-setup] Aug 11 22:21:52.920 INFO E| Compiling structopt v0.3.26
28102026-08-11T22:21:54.304Z[ helios-setup] Aug 11 22:21:53.369 INFO E| Compiling scroll v0.12.0
28112026-08-11T22:21:54.451Z[ helios-setup] Aug 11 22:21:53.575 INFO E| Compiling goblin v0.9.3
28122026-08-11T22:21:54.838Z[ helios-setup] Aug 11 22:21:53.954 INFO E| Compiling modular-bitfield v0.13.1
28132026-08-11T22:21:54.917Z[ helios-setup] Aug 11 22:21:54.041 INFO E| Compiling pest v2.8.0
28142026-08-11T22:21:56.255Z[ helios-setup] Aug 11 22:21:55.228 INFO E| Compiling pest_meta v2.8.0
28152026-08-11T22:21:56.619Z[ helios-setup] Aug 11 22:21:55.718 INFO E| Compiling pest_generator v2.8.0
28162026-08-11T22:21:57.050Z[ helios-setup] Aug 11 22:21:56.174 INFO E| Compiling pest_derive v2.8.0
28172026-08-11T22:21:57.529Z[ omicron-package] Finished `release` profile [optimized] target(s) in 38.87s
28182026-08-11T22:21:57.754Z[ helios-setup] Aug 11 22:21:56.877 INFO E| Compiling json5 v0.4.1
28192026-08-11T22:21:57.761Z[ omicron-package]
28202026-08-11T22:21:57.762Z[ omicron-package] real 39.047988696
28212026-08-11T22:21:57.765Z[ omicron-package] user 3:48.329105944
28222026-08-11T22:21:57.765Z[ omicron-package] sys 26.969848538
28232026-08-11T22:21:57.765Z[ omicron-package] trap 0.445494159
28242026-08-11T22:21:57.765Z[ omicron-package] tflt 0.456270713
28252026-08-11T22:21:57.765Z[ omicron-package] dflt 2.351829802
28262026-08-11T22:21:57.765Z[ omicron-package] kflt 0.000097860
28272026-08-11T22:21:57.765Z[ omicron-package] lock 11:12.428658812
28282026-08-11T22:21:57.765Z[ omicron-package] slp 5:59.626449696
28292026-08-11T22:21:57.765Z[ omicron-package] lat 48.784935078
28302026-08-11T22:21:57.765Z[ omicron-package] stop 1:52.355522325
28312026-08-11T22:21:57.765ZAug 11 22:21:56.887 INFO [omicron-package] process exited with exit status: 0 (39.111536908s)
28322026-08-11T22:21:57.765ZAug 11 22:21:56.888 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28332026-08-11T22:21:57.766ZAug 11 22:21:56.888 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28342026-08-11T22:21:57.774Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28352026-08-11T22:21:57.774Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28362026-08-11T22:21:57.787Z[ recovery-target] Created new build target 'recovery' and set it as active
28372026-08-11T22:21:57.787Z[ host-target] Created new build target 'host' and set it as active
28382026-08-11T22:21:57.787ZAug 11 22:21:56.903 INFO [recovery-target] process exited with exit status: 0 (14.850248ms)
28392026-08-11T22:21:57.787ZAug 11 22:21:56.903 INFO [host-target] process exited with exit status: 0 (15.313499ms)
28402026-08-11T22:21:57.787ZAug 11 22:21:56.903 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28412026-08-11T22:21:57.799Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28422026-08-11T22:21:58.984Z[ helios-setup] Aug 11 22:21:58.107 INFO E| Compiling four-cc v0.4.0
28432026-08-11T22:21:58.985Z[ helios-setup] Aug 11 22:21:58.107 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
28442026-08-11T22:21:59.082Z[ helios-setup] Aug 11 22:21:58.207 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
28452026-08-11T22:21:59.336Z[ host-package] Compiling heck v0.5.0
28462026-08-11T22:21:59.337Z[ host-package] Compiling regress v0.11.1
28472026-08-11T22:21:59.557Z[ host-package] Compiling unsafe-libyaml v0.2.11
28482026-08-11T22:21:59.600Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28492026-08-11T22:21:59.637Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28502026-08-11T22:21:59.653Z[ host-package] Compiling derive-where v1.6.0
28512026-08-11T22:21:59.653Z[ host-package] Compiling bytecount v0.6.9
28522026-08-11T22:21:59.697Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28532026-08-11T22:21:59.697Z[ host-package] Compiling atomicwrites v0.4.4
28542026-08-11T22:21:59.707Z[ host-package] Compiling is-terminal v0.4.17
28552026-08-11T22:21:59.707Z[ host-package] Compiling prettyplease v0.2.37
28562026-08-11T22:21:59.707Z[ host-package] Compiling console v0.15.11
28572026-08-11T22:21:59.707Z[ host-package] Compiling newline-converter v0.3.0
28582026-08-11T22:21:59.787Z[ host-package] Compiling slog-dtrace v0.3.0
28592026-08-11T22:21:59.861Z[ host-package] Compiling resolv-conf v0.7.6
28602026-08-11T22:21:59.887Z[ host-package] Compiling num-rational v0.4.2
28612026-08-11T22:21:59.911Z[ host-package] Compiling num-complex v0.4.6
28622026-08-11T22:21:59.983Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28632026-08-11T22:21:59.988Z[ host-package] Compiling thread_local v1.1.9
28642026-08-11T22:22:00.028Z[ host-package] Compiling unicode-width v0.1.14
28652026-08-11T22:22:00.139Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28662026-08-11T22:22:00.218Z[ host-package] Compiling expectorate v1.2.0
28672026-08-11T22:22:00.387Z[ host-package] Compiling match_cfg v0.1.0
28682026-08-11T22:22:00.394Z[ host-package] Compiling compression-core v0.4.31
28692026-08-11T22:22:00.461Z[ host-package] Compiling cancel-safe-futures v0.1.5
28702026-08-11T22:22:00.506Z[ host-package] Compiling num v0.4.3
28712026-08-11T22:22:00.506Z[ host-package] Compiling multer v3.1.0
28722026-08-11T22:22:00.539Z[ host-package] Compiling hostname v0.3.1
28732026-08-11T22:22:00.539Z[ host-package] Compiling slog-async v2.8.0
28742026-08-11T22:22:00.825Z[ host-package] Compiling compression-codecs v0.4.37
28752026-08-11T22:22:00.858Z[ host-package] Compiling crossbeam-channel v0.5.15
28762026-08-11T22:22:00.859Z[ host-package] Compiling slog-json v2.6.1
28772026-08-11T22:22:00.859Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28782026-08-11T22:22:00.924Z[ host-package] Compiling serde_spanned v1.1.1
28792026-08-11T22:22:00.949Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28802026-08-11T22:22:00.949Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28812026-08-11T22:22:00.971Z[ host-package] Compiling float-ord v0.3.2
28822026-08-11T22:22:00.980Z[ host-package] Compiling linked-hash-map v0.5.6
28832026-08-11T22:22:00.980Z[ host-package] Compiling term v1.2.1
28842026-08-11T22:22:00.994Z[ host-package] Compiling take_mut v0.2.2
28852026-08-11T22:22:01.042Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28862026-08-11T22:22:01.067Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28872026-08-11T22:22:01.113Z[ host-package] Compiling slog-bunyan v2.5.0
28882026-08-11T22:22:01.182Z[ host-package] Compiling async-compression v0.4.41
28892026-08-11T22:22:01.265Z[ host-package] Compiling typify-impl v0.6.2
28902026-08-11T22:22:01.308Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28912026-08-11T22:22:01.515Z[ host-package] Compiling slog-term v2.9.2
28922026-08-11T22:22:01.540Z[ host-package] Compiling lru-cache v0.1.2
28932026-08-11T22:22:01.565Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28942026-08-11T22:22:01.633Z[ host-package] Compiling dropshot v0.17.1
28952026-08-11T22:22:01.684Z[ host-package] Compiling async-stream v0.3.6
28962026-08-11T22:22:01.712Z[ host-package] Compiling progenitor-client v0.14.0
28972026-08-11T22:22:01.755Z[ host-package] Compiling sha1 v0.11.0
28982026-08-11T22:22:01.771Z[ host-package] Compiling waitgroup v0.1.2
28992026-08-11T22:22:01.780Z[ host-package] Compiling rustls-pemfile v2.2.0
29002026-08-11T22:22:02.004Z[ host-package] Compiling backon v1.6.0
29012026-08-11T22:22:02.004Z[ host-package] Compiling hostname v0.4.2
29022026-08-11T22:22:02.081Z[ host-package] Compiling serde_path_to_error v0.1.20
29032026-08-11T22:22:02.097Z[ host-package] Compiling instant v0.1.13
29042026-08-11T22:22:02.097Z[ host-package] Compiling debug-ignore v1.0.5
29052026-08-11T22:22:02.159Z[ host-package] Compiling minimal-lexical v0.2.1
29062026-08-11T22:22:02.232Z[ host-package] Compiling linear-map v1.2.0
29072026-08-11T22:22:02.253Z[ host-package] Compiling progenitor-extras v0.2.0
29082026-08-11T22:22:02.274Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29092026-08-11T22:22:02.326Z[ host-package] Compiling backoff v0.4.0
29102026-08-11T22:22:02.472Z[ host-package] Compiling oxide-update-engine v0.1.2
29112026-08-11T22:22:02.505Z[ host-package] Compiling nom v7.1.3
29122026-08-11T22:22:02.587Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29132026-08-11T22:22:02.615Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29142026-08-11T22:22:02.639Z[ host-package] Compiling parse-display v0.10.0
29152026-08-11T22:22:02.668Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29162026-08-11T22:22:02.678Z[ host-package] Compiling hickory-proto v0.24.4
29172026-08-11T22:22:03.095Z[ host-package] Compiling regress v0.10.5
29182026-08-11T22:22:03.340Z[ host-package] Compiling itertools v0.14.0
29192026-08-11T22:22:03.653Z[ host-package] Compiling macaddr v1.0.1
29202026-08-11T22:22:03.909Z[ host-package] Compiling humantime v2.3.0
29212026-08-11T22:22:03.963Z[ host-package] Compiling unicode-xid v0.2.6
29222026-08-11T22:22:04.121Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29232026-08-11T22:22:04.239Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29242026-08-11T22:22:04.247Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29252026-08-11T22:22:04.357Z[ host-package] Compiling convert_case v0.10.0
29262026-08-11T22:22:04.511Z[ host-package] Compiling owo-colors v4.3.0
29272026-08-11T22:22:04.575Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29282026-08-11T22:22:04.715Z[ host-package] Compiling derive_more-impl v2.1.1
29292026-08-11T22:22:04.811Z[ host-package] Compiling toml v0.8.23
29302026-08-11T22:22:04.847Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29312026-08-11T22:22:04.965Z[ host-package] Compiling typify-macro v0.6.2
29322026-08-11T22:22:06.544Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29332026-08-11T22:22:06.570Z[ host-package] Compiling papergrid v0.11.0
29342026-08-11T22:22:06.570Z[ host-package] Compiling tabled_derive v0.7.0
29352026-08-11T22:22:06.570Z[ host-package] Compiling hickory-resolver v0.24.4
29362026-08-11T22:22:06.570Z[ host-package] Compiling derive_more v2.1.1
29372026-08-11T22:22:06.570Z[ host-package] Compiling termtree v0.5.1
29382026-08-11T22:22:06.570Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29392026-08-11T22:22:06.570Z[ host-package] Compiling crossterm v0.29.0
29402026-08-11T22:22:06.570Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29412026-08-11T22:22:06.570Z[ host-package] Compiling phf_shared v0.12.1
29422026-08-11T22:22:06.613Z[ host-package] Compiling tabled v0.15.0
29432026-08-11T22:22:06.677Z[ host-package] Compiling typify v0.6.2
29442026-08-11T22:22:06.934Z[ host-package] Compiling progenitor-impl v0.14.0
29452026-08-11T22:22:07.788Z[ host-package] Compiling qorb v0.4.1
29462026-08-11T22:22:07.917Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29472026-08-11T22:22:08.586Z[ host-package] Compiling vte v0.14.1
29482026-08-11T22:22:08.923Z[ host-package] Compiling csv-core v0.1.13
29492026-08-11T22:22:08.995Z[ host-package] Compiling chrono-tz v0.10.4
29502026-08-11T22:22:09.404Z[ host-package] Compiling highway v1.3.0
29512026-08-11T22:22:09.484Z[ host-package] Compiling csv v1.4.0
29522026-08-11T22:22:09.512Z[ host-package] Compiling progenitor-macro v0.14.0
29532026-08-11T22:22:10.455Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29542026-08-11T22:22:10.738Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29552026-08-11T22:22:10.928Z[ host-package] Compiling phf v0.12.1
29562026-08-11T22:22:11.097Z[ host-package] Compiling const_format_proc_macros v0.2.34
29572026-08-11T22:22:11.184Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29582026-08-11T22:22:11.449Z[ host-package] Compiling fd-lock v4.0.4
29592026-08-11T22:22:11.450Z[ host-package] Compiling peg-macros v0.8.5
29602026-08-11T22:22:11.496Z[ host-package] Compiling nu-ansi-term v0.50.3
29612026-08-11T22:22:11.883Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29622026-08-11T22:22:11.908Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
29632026-08-11T22:22:12.074Z[ host-package] Compiling const_format v0.2.35
29642026-08-11T22:22:12.141Z[ host-package] Compiling reedline v0.40.0
29652026-08-11T22:22:12.857Z[ host-package] Compiling peg v0.8.5
29662026-08-11T22:22:13.096Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29672026-08-11T22:22:13.160Z[ helios-setup] Aug 11 22:22:12.285 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
29682026-08-11T22:22:13.782Z[ host-package] Compiling progenitor v0.14.0
29692026-08-11T22:22:13.940Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29702026-08-11T22:22:14.123Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29712026-08-11T22:22:14.515Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29722026-08-11T22:22:14.591Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29732026-08-11T22:22:14.813Z[ host-package] Compiling bcs v0.1.6
29742026-08-11T22:22:15.269Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
29752026-08-11T22:22:15.303Z[ host-package] Compiling nom v8.0.0
29762026-08-11T22:22:15.665Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29772026-08-11T22:22:16.921Z[ helios-setup] Aug 11 22:22:16.045 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29782026-08-11T22:22:16.944Z[ host-package] Compiling semver v0.1.20
29792026-08-11T22:22:17.170Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29802026-08-11T22:22:17.270Z[ host-package] Compiling rustc_version v0.1.7
29812026-08-11T22:22:17.353Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29822026-08-11T22:22:17.589Z[ host-package] Compiling newtype_derive v0.1.6
29832026-08-11T22:22:17.612Z[ host-package] Compiling smawk v0.3.2
29842026-08-11T22:22:17.842Z[ host-package] Compiling unicode-linebreak v0.1.5
29852026-08-11T22:22:18.023Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29862026-08-11T22:22:18.161Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29872026-08-11T22:22:18.204Z[ host-package] Compiling textwrap v0.16.2
29882026-08-11T22:22:18.388Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29892026-08-11T22:22:18.660Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29902026-08-11T22:22:18.964Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29912026-08-11T22:22:19.226Z[ host-package] Compiling steno v0.4.1
29922026-08-11T22:22:19.343Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
29932026-08-11T22:22:19.795Z[ host-package] Compiling sha1 v0.10.6
29942026-08-11T22:22:20.009Z[ host-package] Compiling tagptr v0.2.0
29952026-08-11T22:22:20.227Z[ host-package] Compiling utf-8 v0.7.6
29962026-08-11T22:22:20.401Z[ host-package] Compiling moka v0.12.13
29972026-08-11T22:22:20.511Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29982026-08-11T22:22:20.546Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29992026-08-11T22:22:20.582Z[ host-package] Compiling tungstenite v0.21.0
30002026-08-11T22:22:20.770Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30012026-08-11T22:22:20.930Z[ host-package] Compiling darling_core v0.21.3
30022026-08-11T22:22:20.986Z[ host-package] Compiling display-error-chain v0.2.2
30032026-08-11T22:22:21.175Z[ host-package] Compiling libscf-sys v1.2.0
30042026-08-11T22:22:21.367Z[ host-package] Compiling tokio-tungstenite v0.21.0
30052026-08-11T22:22:21.790Z[ host-package] Compiling hickory-resolver v0.25.2
30062026-08-11T22:22:21.831Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30072026-08-11T22:22:22.987Z[ host-package] Compiling vergen-lib v0.1.6
30082026-08-11T22:22:23.255Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30092026-08-11T22:22:23.303Z[ host-package] Compiling diesel_derives v2.3.7
30102026-08-11T22:22:23.605Z[ host-package] Compiling darling_macro v0.21.3
30112026-08-11T22:22:23.731Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30122026-08-11T22:22:23.822Z[ host-package] Compiling vergen-gitcl v1.0.8
30132026-08-11T22:22:23.826Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30142026-08-11T22:22:23.954Z[ host-package] Compiling dirs-sys-next v0.1.2
30152026-08-11T22:22:23.995Z[ host-package] Compiling crunchy v0.2.4
30162026-08-11T22:22:24.141Z[ host-package] Compiling glob v0.3.3
30172026-08-11T22:22:24.221Z[ host-package] Compiling maplit v1.0.2
30182026-08-11T22:22:24.291Z[ host-package] Compiling darling v0.21.3
30192026-08-11T22:22:24.517Z[ host-package] Compiling dsl_auto_type v0.2.0
30202026-08-11T22:22:24.574Z[ host-package] Compiling dirs-next v2.0.0
30212026-08-11T22:22:24.618Z[ host-package] Compiling r2d2 v0.8.10
30222026-08-11T22:22:24.727Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30232026-08-11T22:22:24.789Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30242026-08-11T22:22:24.792Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30252026-08-11T22:22:24.955Z[ host-package] Compiling clang-sys v1.8.1
30262026-08-11T22:22:25.003Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30272026-08-11T22:22:25.040Z[ host-package] Compiling papergrid v0.18.0
30282026-08-11T22:22:25.499Z[ host-package] Compiling downcast-rs v2.0.2
30292026-08-11T22:22:25.671Z[ host-package] Compiling tiny-keccak v2.0.2
30302026-08-11T22:22:25.999Z[ host-package] Compiling term v0.7.0
30312026-08-11T22:22:26.520Z[ host-package] Compiling tabled v0.21.0
30322026-08-11T22:22:26.762Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30332026-08-11T22:22:27.038Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30342026-08-11T22:22:27.485Z[ host-package] Compiling bit-vec v0.6.3
30352026-08-11T22:22:27.789Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30362026-08-11T22:22:27.941Z[ host-package] Compiling bit-set v0.5.3
30372026-08-11T22:22:28.182Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30382026-08-11T22:22:28.253Z[ host-package] Compiling ascii-canvas v3.0.0
30392026-08-11T22:22:28.389Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30402026-08-11T22:22:28.395Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30412026-08-11T22:22:28.780Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30422026-08-11T22:22:28.832Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30432026-08-11T22:22:28.924Z[ host-package] Compiling itertools v0.10.5
30442026-08-11T22:22:29.026Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30452026-08-11T22:22:29.061Z[ host-package] Compiling ena v0.14.4
30462026-08-11T22:22:29.119Z[ host-package] Compiling libloading v0.8.9
30472026-08-11T22:22:29.146Z[ helios-setup] Aug 11 22:22:28.269 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.44s
30482026-08-11T22:22:29.184Z[ helios-setup] Aug 11 22:22:28.308 INFO building project "amd-host-image-builder" ok (40 seconds)
30492026-08-11T22:22:29.184Z[ helios-setup] Aug 11 22:22:28.309 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
30502026-08-11T22:22:29.194Z[ helios-setup] Aug 11 22:22:28.318 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
30512026-08-11T22:22:29.194Z[ helios-setup] Aug 11 22:22:28.318 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
30522026-08-11T22:22:29.194Z[ helios-setup] Aug 11 22:22:28.318 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
30532026-08-11T22:22:29.308Z[ helios-setup] Aug 11 22:22:28.433 INFO E| Downloading crates ...
30542026-08-11T22:22:29.341Z[ host-package] Compiling bindgen v0.71.1
30552026-08-11T22:22:29.363Z[ host-package] Compiling xshell-macros v0.2.7
30562026-08-11T22:22:29.390Z[ host-package] Compiling unicase v2.9.0
30572026-08-11T22:22:29.398Z[ helios-setup] Aug 11 22:22:28.523 INFO E| Downloaded typenum v1.15.0
30582026-08-11T22:22:29.401Z[ helios-setup] Aug 11 22:22:28.525 INFO E| Downloaded block-buffer v0.10.3
30592026-08-11T22:22:29.405Z[ helios-setup] Aug 11 22:22:28.527 INFO E| Downloaded generic-array v0.14.6
30602026-08-11T22:22:29.405Z[ helios-setup] Aug 11 22:22:28.529 INFO E| Downloaded cpufeatures v0.2.5
30612026-08-11T22:22:29.405Z[ helios-setup] Aug 11 22:22:28.530 INFO E| Downloaded unicode-width v0.1.10
30622026-08-11T22:22:29.409Z[ helios-setup] Aug 11 22:22:28.531 INFO E| Downloaded miniz_oxide v0.6.2
30632026-08-11T22:22:29.413Z[ helios-setup] Aug 11 22:22:28.537 INFO E| Downloaded digest v0.10.3
30642026-08-11T22:22:29.419Z[ helios-setup] Aug 11 22:22:28.544 INFO E| Downloaded anyhow v1.0.62
30652026-08-11T22:22:29.422Z[ helios-setup] Aug 11 22:22:28.546 INFO E| Downloaded bytes v1.2.1
30662026-08-11T22:22:29.426Z[ helios-setup] Aug 11 22:22:28.548 INFO E| Downloaded sha2 v0.10.5
30672026-08-11T22:22:29.426Z[ helios-setup] Aug 11 22:22:28.550 INFO E| Downloaded flate2 v1.0.25
30682026-08-11T22:22:29.469Z[ helios-setup] Aug 11 22:22:28.593 INFO E| Compiling version_check v0.9.4
30692026-08-11T22:22:29.469Z[ helios-setup] Aug 11 22:22:28.593 INFO E| Compiling typenum v1.15.0
30702026-08-11T22:22:29.469Z[ helios-setup] Aug 11 22:22:28.594 INFO E| Compiling cfg-if v1.0.0
30712026-08-11T22:22:29.473Z[ helios-setup] Aug 11 22:22:28.594 INFO E| Compiling crc32fast v1.3.2
30722026-08-11T22:22:29.473Z[ helios-setup] Aug 11 22:22:28.594 INFO E| Compiling anyhow v1.0.62
30732026-08-11T22:22:29.473Z[ helios-setup] Aug 11 22:22:28.594 INFO E| Compiling adler v1.0.2
30742026-08-11T22:22:29.473Z[ helios-setup] Aug 11 22:22:28.594 INFO E| Compiling cpufeatures v0.2.5
30752026-08-11T22:22:29.473Z[ helios-setup] Aug 11 22:22:28.594 INFO E| Compiling unicode-width v0.1.10
30762026-08-11T22:22:29.479Z[ helios-setup] Aug 11 22:22:28.600 INFO E| Compiling bytes v1.2.1
30772026-08-11T22:22:29.479Z[ helios-setup] Aug 11 22:22:28.601 INFO E| Compiling bitflags v1.3.2
30782026-08-11T22:22:29.594Z[ helios-setup] Aug 11 22:22:28.718 INFO E| Compiling miniz_oxide v0.6.2
30792026-08-11T22:22:29.636Z[ helios-setup] Aug 11 22:22:28.760 INFO E| Compiling getopts v0.2.21
30802026-08-11T22:22:29.905Z[ host-package] Compiling regex-syntax v0.6.29
30812026-08-11T22:22:29.984Z[ helios-setup] Aug 11 22:22:29.107 INFO E| Compiling generic-array v0.14.6
30822026-08-11T22:22:29.984Z[ host-package] Compiling diff v0.1.13
30832026-08-11T22:22:30.140Z[ helios-setup] Aug 11 22:22:29.254 INFO E| Compiling flate2 v1.0.25
30842026-08-11T22:22:30.154Z[ host-package] Compiling diesel v2.3.7
30852026-08-11T22:22:30.265Z[ host-package] Compiling xshell v0.2.7
30862026-08-11T22:22:30.853Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30872026-08-11T22:22:31.336Z[ helios-setup] Aug 11 22:22:30.459 INFO E| Compiling block-buffer v0.10.3
30882026-08-11T22:22:31.336Z[ helios-setup] Aug 11 22:22:30.459 INFO E| Compiling crypto-common v0.1.6
30892026-08-11T22:22:31.427Z[ host-package] Compiling cexpr v0.6.0
30902026-08-11T22:22:31.450Z[ helios-setup] Aug 11 22:22:30.575 INFO E| Compiling digest v0.10.3
30912026-08-11T22:22:31.518Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30922026-08-11T22:22:31.624Z[ helios-setup] Aug 11 22:22:30.748 INFO E| Compiling sha2 v0.10.5
30932026-08-11T22:22:31.799Z[ host-package] Compiling lalrpop v0.19.12
30942026-08-11T22:22:31.863Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30952026-08-11T22:22:31.863Z[ helios-setup] Aug 11 22:22:30.988 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
30962026-08-11T22:22:32.126Z[ host-package] Compiling crc8 v0.1.1
30972026-08-11T22:22:32.268Z[ host-package] Compiling rustc-hash v2.1.1
30982026-08-11T22:22:32.473Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30992026-08-11T22:22:32.704Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31002026-08-11T22:22:32.903Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31012026-08-11T22:22:33.229Z[ host-package] Compiling headers-core v0.3.0
31022026-08-11T22:22:33.502Z[ host-package] Compiling libxml v0.3.3
31032026-08-11T22:22:33.560Z[ host-package] Compiling headers v0.4.1
31042026-08-11T22:22:33.732Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31052026-08-11T22:22:33.998Z[ host-package] Compiling strum_macros v0.24.3
31062026-08-11T22:22:34.062Z[ host-package] Compiling indoc v1.0.9
31072026-08-11T22:22:34.268Z[ helios-setup] Aug 11 22:22:33.393 INFO E| Finished `release` profile [optimized] target(s) in 5.06s
31082026-08-11T22:22:34.282Z[ helios-setup] Aug 11 22:22:33.406 INFO building project "bootserver" ok (5 seconds)
31092026-08-11T22:22:34.282Z[ helios-setup] Aug 11 22:22:33.406 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
31102026-08-11T22:22:34.291Z[ helios-setup] Aug 11 22:22:33.415 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
31112026-08-11T22:22:34.291Z[ helios-setup] Aug 11 22:22:33.415 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
31122026-08-11T22:22:34.291Z[ helios-setup] Aug 11 22:22:33.415 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
31132026-08-11T22:22:34.401Z[ helios-setup] Aug 11 22:22:33.522 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
31142026-08-11T22:22:34.407Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31152026-08-11T22:22:34.525Z[ host-package] Compiling derive_builder v0.20.2
31162026-08-11T22:22:34.651Z[ host-package] Compiling quick-xml v0.37.5
31172026-08-11T22:22:34.703Z[ host-package] Compiling oso-derive v0.27.3
31182026-08-11T22:22:34.763Z[ helios-setup] Aug 11 22:22:33.887 INFO E| From https://github.com/jclulow/hiercmd
31192026-08-11T22:22:34.763Z[ helios-setup] Aug 11 22:22:33.887 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
31202026-08-11T22:22:34.786Z[ helios-setup] Aug 11 22:22:33.910 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
31212026-08-11T22:22:35.085Z[ helios-setup] Aug 11 22:22:34.210 INFO E| From https://github.com/oxidecomputer/network-interface
31222026-08-11T22:22:35.085Z[ helios-setup] Aug 11 22:22:34.210 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
31232026-08-11T22:22:35.098Z[ helios-setup] Aug 11 22:22:34.222 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
31242026-08-11T22:22:35.207Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31252026-08-11T22:22:35.243Z[ host-package] Compiling openssl-probe v0.1.6
31262026-08-11T22:22:35.318Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31272026-08-11T22:22:35.339Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31282026-08-11T22:22:35.427Z[ helios-setup] Aug 11 22:22:34.552 INFO E| From https://github.com/oxidecomputer/boot-image-tools
31292026-08-11T22:22:35.428Z[ helios-setup] Aug 11 22:22:34.552 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
31302026-08-11T22:22:35.446Z[ helios-setup] Aug 11 22:22:34.570 INFO E| Updating crates.io index
31312026-08-11T22:22:35.524Z[ helios-setup] Aug 11 22:22:34.648 INFO E| Downloading crates ...
31322026-08-11T22:22:35.528Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31332026-08-11T22:22:35.568Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31342026-08-11T22:22:35.574Z[ helios-setup] Aug 11 22:22:34.693 INFO E| Downloaded crc v3.3.0
31352026-08-11T22:22:35.624Z[ helios-setup] Aug 11 22:22:34.749 INFO E| Downloaded cc v1.2.44
31362026-08-11T22:22:35.628Z[ helios-setup] Aug 11 22:22:34.751 INFO E| Downloaded anstyle-query v1.1.4
31372026-08-11T22:22:35.629Z[ helios-setup] Aug 11 22:22:34.751 INFO E| Downloaded anstyle v1.0.13
31382026-08-11T22:22:35.629Z[ helios-setup] Aug 11 22:22:34.753 INFO E| Downloaded env_logger v0.11.8
31392026-08-11T22:22:35.632Z[ helios-setup] Aug 11 22:22:34.754 INFO E| Downloaded mio v1.1.0
31402026-08-11T22:22:35.636Z[ helios-setup] Aug 11 22:22:34.757 INFO E| Downloaded env_filter v0.1.4
31412026-08-11T22:22:35.636Z[ helios-setup] Aug 11 22:22:34.758 INFO E| Downloaded pin-utils v0.1.0
31422026-08-11T22:22:35.636Z[ helios-setup] Aug 11 22:22:34.759 INFO E| Downloaded base64ct v1.8.0
31432026-08-11T22:22:35.636Z[ helios-setup] Aug 11 22:22:34.760 INFO E| Downloaded find-msvc-tools v0.1.4
31442026-08-11T22:22:35.640Z[ helios-setup] Aug 11 22:22:34.761 INFO E| Downloaded bitfield v0.19.3
31452026-08-11T22:22:35.640Z[ helios-setup] Aug 11 22:22:34.762 INFO E| Downloaded num_enum_derive v0.7.5
31462026-08-11T22:22:35.640Z[ helios-setup] Aug 11 22:22:34.763 INFO E| Downloaded futures-core v0.3.31
31472026-08-11T22:22:35.640Z[ helios-setup] Aug 11 22:22:34.763 INFO E| Downloaded futures-io v0.3.31
31482026-08-11T22:22:35.640Z[ helios-setup] Aug 11 22:22:34.764 INFO E| Downloaded futures-sink v0.3.31
31492026-08-11T22:22:35.640Z[ helios-setup] Aug 11 22:22:34.764 INFO E| Downloaded futures-task v0.3.31
31502026-08-11T22:22:35.645Z[ helios-setup] Aug 11 22:22:34.765 INFO E| Downloaded simd-adler32 v0.3.7
31512026-08-11T22:22:35.645Z[ helios-setup] Aug 11 22:22:34.766 INFO E| Downloaded term v1.2.0
31522026-08-11T22:22:35.645Z[ helios-setup] Aug 11 22:22:34.768 INFO E| Downloaded bitflags v2.10.0
31532026-08-11T22:22:35.649Z[ helios-setup] Aug 11 22:22:34.770 INFO E| Downloaded anyhow v1.0.100
31542026-08-11T22:22:35.649Z[ helios-setup] Aug 11 22:22:34.772 INFO E| Downloaded futures-macro v0.3.31
31552026-08-11T22:22:35.649Z[ helios-setup] Aug 11 22:22:34.773 INFO E| Downloaded devinfo v0.1.0
31562026-08-11T22:22:35.676Z[ helios-setup] Aug 11 22:22:34.800 INFO E| Downloaded time-core v0.1.6
31572026-08-11T22:22:35.716Z[ helios-setup] Aug 11 22:22:34.840 INFO E| Downloaded tokio-macros v2.6.0
31582026-08-11T22:22:35.719Z[ helios-setup] Aug 11 22:22:34.841 INFO E| Downloaded quote v1.0.41
31592026-08-11T22:22:35.720Z[ helios-setup] Aug 11 22:22:34.843 INFO E| Downloaded signal-hook-registry v1.4.6
31602026-08-11T22:22:35.720Z[ helios-setup] Aug 11 22:22:34.844 INFO E| Downloaded thiserror-impl v2.0.17
31612026-08-11T22:22:35.723Z[ helios-setup] Aug 11 22:22:34.844 INFO E| Downloaded deranged v0.5.5
31622026-08-11T22:22:35.723Z[ helios-setup] Aug 11 22:22:34.845 INFO E| Downloaded zeroize_derive v1.4.2
31632026-08-11T22:22:35.723Z[ helios-setup] Aug 11 22:22:34.846 INFO E| Downloaded libdevinfo-sys v1.1.0
31642026-08-11T22:22:35.723Z[ helios-setup] Aug 11 22:22:34.847 INFO E| Downloaded serde_spanned v1.0.3
31652026-08-11T22:22:35.724Z[ helios-setup] Aug 11 22:22:34.847 INFO E| Downloaded bitfield-macros v0.19.3
31662026-08-11T22:22:35.724Z[ helios-setup] Aug 11 22:22:34.848 INFO E| Downloaded futures-channel v0.3.31
31672026-08-11T22:22:35.729Z[ helios-setup] Aug 11 22:22:34.849 INFO E| Downloaded flate2 v1.1.5
31682026-08-11T22:22:35.729Z[ helios-setup] Aug 11 22:22:34.852 INFO E| Downloaded generic-array v0.14.9
31692026-08-11T22:22:35.734Z[ helios-setup] Aug 11 22:22:34.853 INFO E| Downloaded clap_lex v0.7.6
31702026-08-11T22:22:35.734Z[ helios-setup] Aug 11 22:22:34.853 INFO E| Downloaded futures-executor v0.3.31
31712026-08-11T22:22:35.734Z[ helios-setup] Aug 11 22:22:34.854 INFO E| Downloaded toml_writer v1.0.4
31722026-08-11T22:22:35.734Z[ helios-setup] Aug 11 22:22:34.855 INFO E| Downloaded getrandom v0.2.16
31732026-08-11T22:22:35.734Z[ helios-setup] Aug 11 22:22:34.857 INFO E| Downloaded zeroize v1.8.2
31742026-08-11T22:22:35.738Z[ helios-setup] Aug 11 22:22:34.858 INFO E| Downloaded getopts v0.2.24
31752026-08-11T22:22:35.738Z[ helios-setup] Aug 11 22:22:34.859 INFO E| Downloaded num_enum v0.7.5
31762026-08-11T22:22:35.738Z[ helios-setup] Aug 11 22:22:34.862 INFO E| Downloaded time-macros v0.2.24
31772026-08-11T22:22:35.741Z[ helios-setup] Aug 11 22:22:34.863 INFO E| Downloaded slab v0.4.11
31782026-08-11T22:22:35.741Z[ helios-setup] Aug 11 22:22:34.864 INFO E| Downloaded toml_datetime v0.7.3
31792026-08-11T22:22:35.741Z[ helios-setup] Aug 11 22:22:34.865 INFO E| Downloaded pin-project-lite v0.2.16
31802026-08-11T22:22:35.746Z[ helios-setup] Aug 11 22:22:34.868 INFO E| Downloaded iana-time-zone v0.1.64
31812026-08-11T22:22:35.746Z[ helios-setup] Aug 11 22:22:34.869 INFO E| Downloaded clap_derive v4.5.49
31822026-08-11T22:22:35.749Z[ helios-setup] Aug 11 22:22:34.871 INFO E| Downloaded clap v4.5.51
31832026-08-11T22:22:35.753Z[ helios-setup] Aug 11 22:22:34.877 INFO E| Downloaded thiserror v2.0.17
31842026-08-11T22:22:35.757Z[ helios-setup] Aug 11 22:22:34.880 INFO E| Downloaded toml_parser v1.0.4
31852026-08-11T22:22:35.791Z[ helios-setup] Aug 11 22:22:34.916 INFO E| Downloaded futures v0.3.31
31862026-08-11T22:22:35.802Z[ helios-setup] Aug 11 22:22:34.919 INFO E| Downloaded proc-macro2 v1.0.103
31872026-08-11T22:22:35.802Z[ host-package] Compiling bb8 v0.8.6
31882026-08-11T22:22:35.807Z[ helios-setup] Aug 11 22:22:34.921 INFO E| Downloaded socket2 v0.6.1
31892026-08-11T22:22:35.807Z[ helios-setup] Aug 11 22:22:34.922 INFO E| Downloaded toml v0.9.8
31902026-08-11T22:22:35.807Z[ helios-setup] Aug 11 22:22:34.925 INFO E| Downloaded uuid v1.18.1
31912026-08-11T22:22:35.807Z[ helios-setup] Aug 11 22:22:34.927 INFO E| Downloaded log v0.4.28
31922026-08-11T22:22:35.807Z[ helios-setup] Aug 11 22:22:34.928 INFO E| Downloaded bytes v1.10.1
31932026-08-11T22:22:35.812Z[ helios-setup] Aug 11 22:22:34.931 INFO E| Downloaded unicode-ident v1.0.22
31942026-08-11T22:22:35.812Z[ helios-setup] Aug 11 22:22:34.932 INFO E| Downloaded toml_edit v0.23.7
31952026-08-11T22:22:35.819Z[ helios-setup] Aug 11 22:22:34.943 INFO E| Downloaded typenum v1.19.0
31962026-08-11T22:22:35.834Z[ helios-setup] Aug 11 22:22:34.957 INFO E| Downloaded memchr v2.7.6
31972026-08-11T22:22:35.837Z[ helios-setup] Aug 11 22:22:34.961 INFO E| Downloaded rand v0.8.5
31982026-08-11T22:22:35.841Z[ helios-setup] Aug 11 22:22:34.963 INFO E| Downloaded rsa v0.9.8
31992026-08-11T22:22:35.900Z[ helios-setup] Aug 11 22:22:34.977 INFO E| Downloaded zerocopy-derive v0.8.27
32002026-08-11T22:22:35.900Z[ helios-setup] Aug 11 22:22:34.981 INFO E| Downloaded indexmap v2.12.0
32012026-08-11T22:22:35.900Z[ helios-setup] Aug 11 22:22:34.991 INFO E| Downloaded iddqd v0.3.14
32022026-08-11T22:22:35.900Z[ helios-setup] Aug 11 22:22:34.995 INFO E| Downloaded num-bigint-dig v0.8.4
32032026-08-11T22:22:35.905Z[ helios-setup] Aug 11 22:22:35.024 INFO E| Downloaded hashbrown v0.16.0
32042026-08-11T22:22:35.911Z[ helios-setup] Aug 11 22:22:35.028 INFO E| Downloaded libm v0.2.15
32052026-08-11T22:22:35.915Z[ helios-setup] Aug 11 22:22:35.035 INFO E| Downloaded time v0.3.44
32062026-08-11T22:22:35.918Z[ helios-setup] Aug 11 22:22:35.041 INFO E| Downloaded futures-util v0.3.31
32072026-08-11T22:22:35.923Z[ helios-setup] Aug 11 22:22:35.048 INFO E| Downloaded serde_json v1.0.145
32082026-08-11T22:22:35.928Z[ helios-setup] Aug 11 22:22:35.053 INFO E| Downloaded clap_builder v4.5.51
32092026-08-11T22:22:35.933Z[ helios-setup] Aug 11 22:22:35.058 INFO E| Downloaded winnow v0.7.13
32102026-08-11T22:22:35.939Z[ helios-setup] Aug 11 22:22:35.064 INFO E| Downloaded chrono v0.4.42
32112026-08-11T22:22:35.944Z[ host-package] Compiling trait-variant v0.1.2
32122026-08-11T22:22:35.949Z[ helios-setup] Aug 11 22:22:35.073 INFO E| Downloaded zerocopy v0.8.27
32132026-08-11T22:22:35.963Z[ helios-setup] Aug 11 22:22:35.086 INFO E| Downloaded unicode-width v0.2.2
32142026-08-11T22:22:35.966Z[ helios-setup] Aug 11 22:22:35.091 INFO E| Downloaded syn v2.0.108
32152026-08-11T22:22:35.993Z[ helios-setup] Aug 11 22:22:35.115 INFO E| Downloaded rustix v1.1.2
32162026-08-11T22:22:36.019Z[ helios-setup] Aug 11 22:22:35.143 INFO E| Downloaded libc v0.2.177
32172026-08-11T22:22:36.036Z[ helios-setup] Aug 11 22:22:35.159 INFO E| Downloaded tokio v1.48.0
32182026-08-11T22:22:36.040Z[ host-package] Compiling half v1.8.3
32192026-08-11T22:22:36.137Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32202026-08-11T22:22:36.137Z[ helios-setup] Aug 11 22:22:35.262 INFO E| Compiling proc-macro2 v1.0.103
32212026-08-11T22:22:36.138Z[ helios-setup] Aug 11 22:22:35.262 INFO E| Compiling quote v1.0.41
32222026-08-11T22:22:36.138Z[ helios-setup] Aug 11 22:22:35.262 INFO E| Compiling unicode-ident v1.0.22
32232026-08-11T22:22:36.141Z[ helios-setup] Aug 11 22:22:35.262 INFO E| Compiling libc v0.2.177
32242026-08-11T22:22:36.141Z[ helios-setup] Aug 11 22:22:35.262 INFO E| Compiling serde_core v1.0.228
32252026-08-11T22:22:36.141Z[ helios-setup] Aug 11 22:22:35.262 INFO E| Compiling cfg-if v1.0.4
32262026-08-11T22:22:36.141Z[ helios-setup] Aug 11 22:22:35.262 INFO E| Compiling serde v1.0.228
32272026-08-11T22:22:36.141Z[ helios-setup] Aug 11 22:22:35.262 INFO E| Compiling version_check v0.9.5
32282026-08-11T22:22:36.142Z[ helios-setup] Aug 11 22:22:35.262 INFO E| Compiling autocfg v1.5.0
32292026-08-11T22:22:36.142Z[ helios-setup] Aug 11 22:22:35.262 INFO E| Compiling typenum v1.19.0
32302026-08-11T22:22:36.142Z[ helios-setup] Aug 11 22:22:35.262 INFO E| Compiling const-oid v0.9.6
32312026-08-11T22:22:36.142Z[ helios-setup] Aug 11 22:22:35.262 INFO E| Compiling libm v0.2.15
32322026-08-11T22:22:36.142Z[ helios-setup] Aug 11 22:22:35.262 INFO E| Compiling zerocopy v0.8.27
32332026-08-11T22:22:36.142Z[ helios-setup] Aug 11 22:22:35.262 INFO E| Compiling rustversion v1.0.22
32342026-08-11T22:22:36.142Z[ helios-setup] Aug 11 22:22:35.262 INFO E| Compiling smallvec v1.15.1
32352026-08-11T22:22:36.142Z[ helios-setup] Aug 11 22:22:35.262 INFO E| Compiling base64ct v1.8.0
32362026-08-11T22:22:36.219Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32372026-08-11T22:22:36.586Z[ host-package] Compiling serde_cbor v0.11.2
32382026-08-11T22:22:36.639Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32392026-08-11T22:22:36.644Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
32402026-08-11T22:22:36.935Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32412026-08-11T22:22:36.944Z[ helios-setup] Aug 11 22:22:36.068 INFO E| Compiling zeroize v1.8.2
32422026-08-11T22:22:36.958Z[ helios-setup] Aug 11 22:22:36.082 INFO E| Compiling num-traits v0.2.19
32432026-08-11T22:22:37.079Z[ helios-setup] Aug 11 22:22:36.204 INFO E| Compiling flagset v0.4.7
32442026-08-11T22:22:37.160Z[ helios-setup] Aug 11 22:22:36.284 INFO E| Compiling hashbrown v0.16.0
32452026-08-11T22:22:37.393Z[ helios-setup] Aug 11 22:22:36.518 INFO E| Compiling utf8parse v0.2.2
32462026-08-11T22:22:37.513Z[ helios-setup] Aug 11 22:22:36.638 INFO E| Compiling equivalent v1.0.2
32472026-08-11T22:22:37.572Z[ host-package] Compiling progenitor-impl v0.13.0
32482026-08-11T22:22:37.615Z[ helios-setup] Aug 11 22:22:36.737 INFO E| Compiling pem-rfc7468 v0.7.0
32492026-08-11T22:22:37.644Z[ helios-setup] Aug 11 22:22:36.768 INFO E| Compiling rustix v1.1.2
32502026-08-11T22:22:37.671Z[ helios-setup] Aug 11 22:22:36.795 INFO E| Compiling crc32fast v1.5.0
32512026-08-11T22:22:37.708Z[ host-package] Compiling nonempty v0.12.0
32522026-08-11T22:22:37.788Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32532026-08-11T22:22:37.808Z[ helios-setup] Aug 11 22:22:36.932 INFO E| Compiling memchr v2.7.6
32542026-08-11T22:22:37.847Z[ helios-setup] Aug 11 22:22:36.971 INFO E| Compiling winnow v0.7.13
32552026-08-11T22:22:37.862Z[ host-package] Compiling samael v0.0.19
32562026-08-11T22:22:37.987Z[ helios-setup] Aug 11 22:22:37.111 INFO E| Compiling byteorder v1.5.0
32572026-08-11T22:22:38.054Z[ helios-setup] Aug 11 22:22:37.179 INFO E| Compiling anyhow v1.0.100
32582026-08-11T22:22:38.062Z[ helios-setup] Aug 11 22:22:37.186 INFO E| Compiling anstyle-parse v0.2.7
32592026-08-11T22:22:38.094Z[ helios-setup] Aug 11 22:22:37.219 INFO E| Compiling generic-array v0.14.9
32602026-08-11T22:22:38.153Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32612026-08-11T22:22:38.574Z[ helios-setup] Aug 11 22:22:37.698 INFO E| Compiling getrandom v0.2.16
32622026-08-11T22:22:38.616Z[ helios-setup] Aug 11 22:22:37.740 INFO E| Compiling errno v0.3.14
32632026-08-11T22:22:38.667Z[ helios-setup] Aug 11 22:22:37.791 INFO E| Compiling indexmap v2.12.0
32642026-08-11T22:22:38.755Z[ helios-setup] Aug 11 22:22:37.880 INFO E| Compiling colorchoice v1.0.4
32652026-08-11T22:22:38.793Z[ host-package] Compiling progenitor-client v0.13.0
32662026-08-11T22:22:38.799Z[ helios-setup] Aug 11 22:22:37.918 INFO E| Compiling rand_core v0.6.4
32672026-08-11T22:22:38.835Z[ helios-setup] Aug 11 22:22:37.960 INFO E| Compiling allocator-api2 v0.2.21
32682026-08-11T22:22:38.888Z[ helios-setup] Aug 11 22:22:38.012 INFO E| Compiling is_terminal_polyfill v1.70.2
32692026-08-11T22:22:38.986Z[ helios-setup] Aug 11 22:22:38.111 INFO E| Compiling syn v2.0.108
32702026-08-11T22:22:39.018Z[ helios-setup] Aug 11 22:22:38.142 INFO E| Compiling syn v1.0.109
32712026-08-11T22:22:39.033Z[ helios-setup] Aug 11 22:22:38.157 INFO E| Compiling anstyle v1.0.13
32722026-08-11T22:22:39.046Z[ helios-setup] Aug 11 22:22:38.170 INFO E| Compiling toml_datetime v0.7.3
32732026-08-11T22:22:39.174Z[ helios-setup] Aug 11 22:22:38.298 INFO E| Compiling find-msvc-tools v0.1.4
32742026-08-11T22:22:39.405Z[ helios-setup] Aug 11 22:22:38.530 INFO E| Compiling shlex v1.3.0
32752026-08-11T22:22:39.445Z[ helios-setup] Aug 11 22:22:38.569 INFO E| Compiling cpufeatures v0.2.17
32762026-08-11T22:22:39.472Z[ helios-setup] Aug 11 22:22:38.595 INFO E| Compiling radium v0.7.0
32772026-08-11T22:22:39.573Z[ helios-setup] Aug 11 22:22:38.676 INFO E| Compiling anstyle-query v1.1.4
32782026-08-11T22:22:39.703Z[ helios-setup] Aug 11 22:22:38.827 INFO E| Compiling cc v1.2.44
32792026-08-11T22:22:39.735Z[ helios-setup] Aug 11 22:22:38.859 INFO E| Compiling anstream v0.6.21
32802026-08-11T22:22:39.810Z[ host-package] Compiling fxhash v0.2.1
32812026-08-11T22:22:39.858Z[ helios-setup] Aug 11 22:22:38.981 INFO E| Compiling slog v2.8.2
32822026-08-11T22:22:39.858Z[ helios-setup] Aug 11 22:22:38.981 INFO E| Compiling parking_lot_core v0.9.12
32832026-08-11T22:22:39.915Z[ helios-setup] Aug 11 22:22:39.040 INFO E| Compiling tap v1.0.1
32842026-08-11T22:22:40.105Z[ helios-setup] Aug 11 22:22:39.229 INFO E| Compiling futures-sink v0.3.31
32852026-08-11T22:22:40.215Z[ helios-setup] Aug 11 22:22:39.331 INFO E| Compiling futures-core v0.3.31
32862026-08-11T22:22:40.265Z[ helios-setup] Aug 11 22:22:39.389 INFO E| Compiling pkg-config v0.3.32
32872026-08-11T22:22:40.292Z[ host-package] Compiling libz-sys v1.1.24
32882026-08-11T22:22:40.425Z[ helios-setup] Aug 11 22:22:39.549 INFO E| Compiling maybe-uninit v2.0.0
32892026-08-11T22:22:40.486Z[ host-package] Compiling salty v0.3.0
32902026-08-11T22:22:40.549Z[ helios-setup] Aug 11 22:22:39.674 INFO E| Compiling block-buffer v0.10.4
32912026-08-11T22:22:40.582Z[ helios-setup] Aug 11 22:22:39.704 INFO E| Compiling crypto-common v0.1.6
32922026-08-11T22:22:40.670Z[ helios-setup] Aug 11 22:22:39.794 INFO E| Compiling pin-project-lite v0.2.16
32932026-08-11T22:22:40.771Z[ helios-setup] Aug 11 22:22:39.895 INFO E| Compiling toml_parser v1.0.4
32942026-08-11T22:22:40.790Z[ helios-setup] Aug 11 22:22:39.914 INFO E| Compiling unicode-width v0.2.2
32952026-08-11T22:22:40.824Z[ helios-setup] Aug 11 22:22:39.949 INFO E| Compiling digest v0.10.7
32962026-08-11T22:22:40.887Z[ helios-setup] Aug 11 22:22:40.011 INFO E| Compiling num-integer v0.1.46
32972026-08-11T22:22:40.946Z[ helios-setup] Aug 11 22:22:40.070 INFO E| Compiling futures-channel v0.3.31
32982026-08-11T22:22:41.026Z[ helios-setup] Aug 11 22:22:40.150 INFO E| Compiling wyz v0.5.1
32992026-08-11T22:22:41.030Z[ helios-setup] Aug 11 22:22:40.151 INFO E| Compiling ahash v0.8.12
33002026-08-11T22:22:41.055Z[ helios-setup] Aug 11 22:22:40.179 INFO E| Compiling strsim v0.11.1
33012026-08-11T22:22:41.075Z[ helios-setup] Aug 11 22:22:40.199 INFO E| Compiling packed_struct v0.10.1
33022026-08-11T22:22:41.136Z[ helios-setup] Aug 11 22:22:40.260 INFO E| Compiling sha2 v0.10.9
33032026-08-11T22:22:41.149Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33042026-08-11T22:22:41.174Z[ helios-setup] Aug 11 22:22:40.298 INFO E| Compiling scopeguard v1.2.0
33052026-08-11T22:22:41.202Z[ helios-setup] Aug 11 22:22:40.325 INFO E| Compiling heck v0.5.0
33062026-08-11T22:22:41.379Z[ helios-setup] Aug 11 22:22:40.502 INFO E| Compiling toml_edit v0.23.7
33072026-08-11T22:22:41.384Z[ helios-setup] Aug 11 22:22:40.508 INFO E| Compiling slab v0.4.11
33082026-08-11T22:22:41.451Z[ host-package] Compiling polar-core v0.27.3
33092026-08-11T22:22:41.481Z[ helios-setup] Aug 11 22:22:40.605 INFO E| Compiling getopts v0.2.24
33102026-08-11T22:22:41.486Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33112026-08-11T22:22:41.506Z[ helios-setup] Aug 11 22:22:40.630 INFO E| Compiling pin-utils v0.1.0
33122026-08-11T22:22:41.579Z[ helios-setup] Aug 11 22:22:40.703 INFO E| Compiling futures-task v0.3.31
33132026-08-11T22:22:41.603Z[ helios-setup] Aug 11 22:22:40.719 INFO E| Compiling getrandom v0.3.4
33142026-08-11T22:22:41.627Z[ host-package] Compiling kstat-rs v0.2.5
33152026-08-11T22:22:41.714Z[ helios-setup] Aug 11 22:22:40.837 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
33162026-08-11T22:22:41.762Z[ helios-setup] Aug 11 22:22:40.886 INFO E| Compiling bytes v1.10.1
33172026-08-11T22:22:41.915Z[ helios-setup] Aug 11 22:22:41.040 INFO E| Compiling powerfmt v0.2.0
33182026-08-11T22:22:41.980Z[ helios-setup] Aug 11 22:22:41.104 INFO E| Compiling num-conv v0.1.0
33192026-08-11T22:22:42.000Z[ helios-setup] Aug 11 22:22:41.124 INFO E| Compiling futures-io v0.3.31
33202026-08-11T22:22:42.004Z[ helios-setup] Aug 11 22:22:41.125 INFO E| Compiling clap_lex v0.7.6
33212026-08-11T22:22:42.032Z[ helios-setup] Aug 11 22:22:41.156 INFO E| Compiling spin v0.9.8
33222026-08-11T22:22:42.041Z[ helios-setup] Aug 11 22:22:41.166 INFO E| Compiling thiserror v1.0.69
33232026-08-11T22:22:42.177Z[ helios-setup] Aug 11 22:22:41.301 INFO E| Compiling funty v2.0.0
33242026-08-11T22:22:42.285Z[ host-package] Compiling progenitor-macro v0.13.0
33252026-08-11T22:22:42.396Z[ helios-setup] Aug 11 22:22:41.520 INFO E| Compiling bitflags v2.10.0
33262026-08-11T22:22:42.512Z[ helios-setup] Aug 11 22:22:41.635 INFO E| Compiling itoa v1.0.15
33272026-08-11T22:22:42.569Z[ helios-setup] Aug 11 22:22:41.694 INFO E| Compiling num-bigint-dig v0.8.4
33282026-08-11T22:22:42.577Z[ helios-setup] Aug 11 22:22:41.701 INFO E| Compiling time-core v0.1.6
33292026-08-11T22:22:42.676Z[ helios-setup] Aug 11 22:22:41.800 INFO E| Compiling deranged v0.5.5
33302026-08-11T22:22:42.755Z[ helios-setup] Aug 11 22:22:41.880 INFO E| Compiling lazy_static v1.5.0
33312026-08-11T22:22:42.796Z[ host-package] Compiling mime_guess v2.0.5
33322026-08-11T22:22:42.838Z[ helios-setup] Aug 11 22:22:41.962 INFO E| Compiling time-macros v0.2.24
33332026-08-11T22:22:42.925Z[ helios-setup] Aug 11 22:22:42.049 INFO E| Compiling proc-macro-crate v3.4.0
33342026-08-11T22:22:42.990Z[ helios-setup] Aug 11 22:22:42.114 INFO E| Compiling num-iter v0.1.45
33352026-08-11T22:22:43.022Z[ helios-setup] Aug 11 22:22:42.146 INFO E| Compiling lock_api v0.4.14
33362026-08-11T22:22:43.205Z[ helios-setup] Aug 11 22:22:42.329 INFO E| Compiling bitvec v1.0.1
33372026-08-11T22:22:43.356Z[ helios-setup] Aug 11 22:22:42.480 INFO E| Compiling indexmap v1.9.3
33382026-08-11T22:22:43.459Z[ helios-setup] Aug 11 22:22:42.582 INFO E| Compiling serde_json v1.0.145
33392026-08-11T22:22:43.467Z[ helios-setup] Aug 11 22:22:42.591 INFO E| Compiling once_cell v1.21.3
33402026-08-11T22:22:43.590Z[ helios-setup] Aug 11 22:22:42.660 INFO E| Compiling adler2 v2.0.1
33412026-08-11T22:22:43.595Z[ helios-setup] Aug 11 22:22:42.707 INFO E| Compiling simd-adler32 v0.3.7
33422026-08-11T22:22:43.689Z[ helios-setup] Aug 11 22:22:42.806 INFO E| Compiling nodrop v0.1.14
33432026-08-11T22:22:43.735Z[ helios-setup] Aug 11 22:22:42.852 INFO E| Compiling terminal_size v0.4.3
33442026-08-11T22:22:43.819Z[ helios-setup] Aug 11 22:22:42.942 INFO E| Compiling crc-catalog v2.4.0
33452026-08-11T22:22:43.897Z[ helios-setup] Aug 11 22:22:43.021 INFO E| Compiling clap_builder v4.5.51
33462026-08-11T22:22:43.921Z[ helios-setup] Aug 11 22:22:43.046 INFO E| Compiling thiserror v2.0.17
33472026-08-11T22:22:43.999Z[ helios-setup] Aug 11 22:22:43.124 INFO E| Compiling log v0.4.28
33482026-08-11T22:22:44.099Z[ helios-setup] Aug 11 22:22:43.222 INFO E| Compiling iana-time-zone v0.1.64
33492026-08-11T22:22:44.144Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33502026-08-11T22:22:44.241Z[ helios-setup] Aug 11 22:22:43.366 INFO E| Compiling crc v3.3.0
33512026-08-11T22:22:44.245Z[ helios-setup] Aug 11 22:22:43.366 INFO E| Compiling parking_lot v0.12.5
33522026-08-11T22:22:44.330Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33532026-08-11T22:22:44.334Z[ helios-setup] Aug 11 22:22:43.457 INFO E| Compiling chrono v0.4.42
33542026-08-11T22:22:44.541Z[ helios-setup] Aug 11 22:22:43.665 INFO E| Compiling env_filter v0.1.4
33552026-08-11T22:22:44.697Z[ helios-setup] Aug 11 22:22:43.822 INFO E| Compiling array-init v0.0.4
33562026-08-11T22:22:44.747Z[ helios-setup] Aug 11 22:22:43.870 INFO E| Compiling miniz_oxide v0.8.9
33572026-08-11T22:22:44.779Z[ helios-setup] Aug 11 22:22:43.903 INFO E| Compiling smallvec v0.6.14
33582026-08-11T22:22:45.002Z[ helios-setup] Aug 11 22:22:44.126 INFO E| Compiling time v0.3.44
33592026-08-11T22:22:45.180Z[ helios-setup] Aug 11 22:22:44.276 INFO E| Compiling serde_spanned v1.0.3
33602026-08-11T22:22:45.246Z[ helios-setup] Aug 11 22:22:44.368 INFO E| Compiling signature v2.2.0
33612026-08-11T22:22:45.495Z[ helios-setup] Aug 11 22:22:44.500 INFO E| Compiling mio v1.1.0
33622026-08-11T22:22:45.505Z[ helios-setup] Aug 11 22:22:44.576 INFO E| Compiling socket2 v0.6.1
33632026-08-11T22:22:45.659Z[ helios-setup] Aug 11 22:22:44.781 INFO E| Compiling signal-hook-registry v1.4.6
33642026-08-11T22:22:45.858Z[ helios-setup] Aug 11 22:22:44.982 INFO E| Compiling is-terminal v0.4.17
33652026-08-11T22:22:45.904Z[ helios-setup] Aug 11 22:22:45.028 INFO E| Compiling thread_local v1.1.9
33662026-08-11T22:22:45.961Z[ helios-setup] Aug 11 22:22:45.085 INFO E| Compiling winnow v0.5.40
33672026-08-11T22:22:46.040Z[ helios-setup] Aug 11 22:22:45.163 INFO E| Compiling subtle v2.6.1
33682026-08-11T22:22:46.394Z[ helios-setup] Aug 11 22:22:45.517 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
33692026-08-11T22:22:46.519Z[ helios-setup] Aug 11 22:22:45.643 INFO E| Compiling libdevinfo-sys v1.1.0
33702026-08-11T22:22:46.601Z[ helios-setup] Aug 11 22:22:45.724 INFO E| Compiling packed_struct_codegen v0.10.1
33712026-08-11T22:22:46.645Z[ helios-setup] Aug 11 22:22:45.769 INFO E| Compiling serde_derive v1.0.228
33722026-08-11T22:22:46.880Z[ helios-setup] Aug 11 22:22:45.861 INFO E| Compiling zerocopy-derive v0.8.27
33732026-08-11T22:22:46.899Z[ helios-setup] Aug 11 22:22:45.933 INFO E| Compiling der_derive v0.7.3
33742026-08-11T22:22:46.899Z[ helios-setup] Aug 11 22:22:45.967 INFO E| Compiling futures-macro v0.3.31
33752026-08-11T22:22:47.001Z[ helios-setup] Aug 11 22:22:46.126 INFO E| Compiling thiserror-impl v1.0.69
33762026-08-11T22:22:47.009Z[ helios-setup] Aug 11 22:22:46.134 INFO E| Compiling clap_derive v4.5.49
33772026-08-11T22:22:47.077Z[ helios-setup] Aug 11 22:22:46.202 INFO E| Compiling num_enum_derive v0.7.5
33782026-08-11T22:22:47.090Z[ helios-setup] Aug 11 22:22:46.213 INFO E| Compiling bitfield-macros v0.19.3
33792026-08-11T22:22:47.337Z[ helios-setup] Aug 11 22:22:46.462 INFO E| Compiling zerocopy-derive v0.6.6
33802026-08-11T22:22:47.469Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33812026-08-11T22:22:47.771Z[ helios-setup] Aug 11 22:22:46.894 INFO E| Compiling thiserror-impl v2.0.17
33822026-08-11T22:22:47.790Z[ host-package] Compiling rfc6979 v0.4.0
33832026-08-11T22:22:47.931Z[ host-package] Compiling nanorand v0.7.0
33842026-08-11T22:22:48.436Z[ helios-setup] Aug 11 22:22:47.547 INFO E| Compiling tokio-macros v2.6.0
33852026-08-11T22:22:48.492Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
33862026-08-11T22:22:48.577Z[ host-package] Compiling parking_lot_core v0.8.6
33872026-08-11T22:22:48.759Z[ host-package] Compiling flume v0.11.1
33882026-08-11T22:22:48.893Z[ helios-setup] Aug 11 22:22:48.016 INFO E| Compiling der v0.7.10
33892026-08-11T22:22:48.982Z[ host-package] Compiling ecdsa v0.16.9
33902026-08-11T22:22:49.031Z[ helios-setup] Aug 11 22:22:48.156 INFO E| Compiling bitfield v0.19.3
33912026-08-11T22:22:49.074Z[ helios-setup] Aug 11 22:22:48.197 INFO E| Compiling futures-util v0.3.31
33922026-08-11T22:22:49.161Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33932026-08-11T22:22:49.209Z[ helios-setup] Aug 11 22:22:48.334 INFO E| Compiling num_enum v0.7.5
33942026-08-11T22:22:49.220Z[ helios-setup] Aug 11 22:22:48.344 INFO E| Compiling zerocopy v0.6.6
33952026-08-11T22:22:49.262Z[ helios-setup] Aug 11 22:22:48.386 INFO E| Compiling hashbrown v0.12.3
33962026-08-11T22:22:49.474Z[ helios-setup] Aug 11 22:22:48.543 INFO E| Compiling base64 v0.21.7
33972026-08-11T22:22:49.478Z[ helios-setup] Aug 11 22:22:48.551 INFO E| Compiling ryu v1.0.20
33982026-08-11T22:22:49.725Z[ helios-setup] Aug 11 22:22:48.849 INFO E| Compiling term v1.2.0
33992026-08-11T22:22:49.938Z[ helios-setup] Aug 11 22:22:49.062 INFO E| Compiling toml_writer v1.0.4
34002026-08-11T22:22:49.980Z[ helios-setup] Aug 11 22:22:49.103 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34012026-08-11T22:22:50.001Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34022026-08-11T22:22:50.038Z[ helios-setup] Aug 11 22:22:49.163 INFO E| Compiling tokio v1.48.0
34032026-08-11T22:22:50.141Z[ helios-setup] Aug 11 22:22:49.253 INFO E| Compiling devinfo v0.1.0
34042026-08-11T22:22:50.167Z[ helios-setup] Aug 11 22:22:49.289 INFO E| Compiling bzip2 v0.4.4
34052026-08-11T22:22:50.183Z[ helios-setup] Aug 11 22:22:49.307 INFO E| Compiling flate2 v1.1.5
34062026-08-11T22:22:50.341Z[ host-package] Compiling primeorder v0.13.6
34072026-08-11T22:22:50.381Z[ helios-setup] Aug 11 22:22:49.505 INFO E| Compiling clap v4.5.51
34082026-08-11T22:22:50.483Z[ helios-setup] Aug 11 22:22:49.607 INFO E| Compiling toml v0.9.8
34092026-08-11T22:22:50.521Z[ helios-setup] Aug 11 22:22:49.645 INFO E| Compiling uuid v1.18.1
34102026-08-11T22:22:50.525Z[ helios-setup] Aug 11 22:22:49.645 INFO E| Compiling env_logger v0.11.8
34112026-08-11T22:22:50.582Z[ helios-setup] Aug 11 22:22:49.705 INFO E| Compiling foldhash v0.2.0
34122026-08-11T22:22:50.656Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34132026-08-11T22:22:50.897Z[ helios-setup] Aug 11 22:22:50.022 INFO E| Compiling crc-any v2.5.0
34142026-08-11T22:22:50.964Z[ host-package] Compiling progenitor v0.13.0
34152026-08-11T22:22:51.147Z[ helios-setup] Aug 11 22:22:50.271 INFO E| Compiling bitflags v1.3.2
34162026-08-11T22:22:51.237Z[ helios-setup] Aug 11 22:22:50.360 INFO E| Compiling hex v0.4.3
34172026-08-11T22:22:51.248Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34182026-08-11T22:22:51.431Z[ helios-setup] Aug 11 22:22:50.554 INFO E| Compiling spki v0.7.3
34192026-08-11T22:22:51.451Z[ helios-setup] Aug 11 22:22:50.575 INFO E| Compiling rustc-hash v2.1.1
34202026-08-11T22:22:51.529Z[ helios-setup] Aug 11 22:22:50.653 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34212026-08-11T22:22:51.579Z[ host-package] Compiling git-stub v1.0.0
34222026-08-11T22:22:51.664Z[ helios-setup] Aug 11 22:22:50.788 INFO E| Compiling iddqd v0.3.14
34232026-08-11T22:22:51.804Z[ helios-setup] Aug 11 22:22:50.928 INFO E| Compiling pkcs8 v0.10.2
34242026-08-11T22:22:51.835Z[ helios-setup] Aug 11 22:22:50.959 INFO E| Compiling x509-cert v0.2.5
34252026-08-11T22:22:51.950Z[ helios-setup] Aug 11 22:22:51.074 INFO E| Compiling zip v0.6.6
34262026-08-11T22:22:51.987Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
34272026-08-11T22:22:52.121Z[ helios-setup] Aug 11 22:22:51.193 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34282026-08-11T22:22:52.461Z[ host-package] Compiling http-range v0.1.5
34292026-08-11T22:22:52.605Z[ host-package] Compiling instability v0.3.11
34302026-08-11T22:22:52.698Z[ helios-setup] Aug 11 22:22:51.819 INFO E| Compiling ppv-lite86 v0.2.21
34312026-08-11T22:22:53.104Z[ host-package] Compiling strsim v0.10.0
34322026-08-11T22:22:53.124Z[ helios-setup] Aug 11 22:22:52.248 INFO E| Compiling erased-serde v0.3.31
34332026-08-11T22:22:53.221Z[ helios-setup] Aug 11 22:22:52.345 INFO E| Compiling toml_datetime v0.6.11
34342026-08-11T22:22:53.285Z[ helios-setup] Aug 11 22:22:52.409 INFO E| Compiling serde_spanned v0.6.9
34352026-08-11T22:22:53.376Z[ helios-setup] Aug 11 22:22:52.500 INFO E| Compiling pkcs1 v0.7.5
34362026-08-11T22:22:53.487Z[ helios-setup] Aug 11 22:22:52.610 INFO E| Compiling rand_chacha v0.3.1
34372026-08-11T22:22:53.642Z[ host-package] Compiling darling_core v0.13.4
34382026-08-11T22:22:53.693Z[ helios-setup] Aug 11 22:22:52.816 INFO E| Compiling toml_edit v0.19.15
34392026-08-11T22:22:54.003Z[ helios-setup] Aug 11 22:22:53.127 INFO E| Compiling rand v0.8.5
34402026-08-11T22:22:54.031Z[ helios-setup] Aug 11 22:22:53.155 INFO E| Compiling hashbrown v0.13.2
34412026-08-11T22:22:54.206Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34422026-08-11T22:22:54.239Z[ helios-setup] Aug 11 22:22:53.363 INFO E| Compiling futures-executor v0.3.31
34432026-08-11T22:22:54.424Z[ helios-setup] Aug 11 22:22:53.548 INFO E| Compiling serde-hex v0.1.0
34442026-08-11T22:22:54.556Z[ helios-setup] Aug 11 22:22:53.680 INFO E| Compiling futures v0.3.31
34452026-08-11T22:22:54.653Z[ helios-setup] Aug 11 22:22:53.778 INFO E| Compiling ron v0.8.1
34462026-08-11T22:22:54.682Z[ helios-setup] Aug 11 22:22:53.805 INFO E| Compiling path-slash v0.1.5
34472026-08-11T22:22:55.102Z[ helios-setup] Aug 11 22:22:54.226 INFO E| Compiling slog-term v2.9.2
34482026-08-11T22:22:55.429Z[ helios-setup] Aug 11 22:22:54.553 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
34492026-08-11T22:22:55.442Z[ helios-setup] Aug 11 22:22:54.566 INFO E| Compiling object v0.30.4
34502026-08-11T22:22:56.363Z[ host-package] Compiling git-stub-vcs v0.1.0
34512026-08-11T22:22:56.391Z[ helios-setup] Aug 11 22:22:55.515 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34522026-08-11T22:22:56.693Z[ helios-setup] Aug 11 22:22:55.817 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34532026-08-11T22:22:56.744Z[ host-package] Compiling p384 v0.13.1
34542026-08-11T22:22:57.433Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34552026-08-11T22:22:57.945Z[ helios-setup] Aug 11 22:22:57.069 INFO E| Compiling rsa v0.9.8
34562026-08-11T22:22:58.108Z[ helios-setup] Aug 11 22:22:57.232 INFO E| Compiling toml v0.7.8
34572026-08-11T22:22:58.227Z[ host-package] Compiling ignore v0.4.25
34582026-08-11T22:22:58.702Z[ helios-setup] Aug 11 22:22:57.826 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
34592026-08-11T22:22:58.818Z[ helios-setup] Aug 11 22:22:57.942 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34602026-08-11T22:22:58.969Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34612026-08-11T22:23:00.453Z[ host-package] Compiling vergen-git2 v9.1.0
34622026-08-11T22:23:02.601Z[ host-package] Compiling diesel-dtrace v0.5.0
34632026-08-11T22:23:03.158Z[ host-package] Compiling oso v0.27.3
34642026-08-11T22:23:04.104Z[ host-package] Compiling async-bb8-diesel v0.2.1
34652026-08-11T22:23:04.802Z[ host-package] Compiling castaway v0.2.4
34662026-08-11T22:23:04.974Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34672026-08-11T22:23:05.146Z[ helios-setup] Aug 11 22:23:04.260 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34682026-08-11T22:23:05.346Z[ host-package] Compiling indoc v2.0.7
34692026-08-11T22:23:05.602Z[ host-package] Compiling compact_str v0.8.1
34702026-08-11T22:23:05.834Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34712026-08-11T22:23:06.170Z[ host-package] Compiling globwalk v0.9.1
34722026-08-11T22:23:06.343Z[ host-package] Compiling parking_lot v0.11.2
34732026-08-11T22:23:06.579Z[ helios-setup] Aug 11 22:23:05.703 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
34742026-08-11T22:23:06.629Z[ host-package] Compiling hyper-staticfile v0.10.1
34752026-08-11T22:23:06.864Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34762026-08-11T22:23:06.945Z[ host-package] Compiling darling_macro v0.13.4
34772026-08-11T22:23:06.949Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34782026-08-11T22:23:07.736Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34792026-08-11T22:23:07.997Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34802026-08-11T22:23:08.034Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34812026-08-11T22:23:08.080Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34822026-08-11T22:23:08.555Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34832026-08-11T22:23:08.673Z[ host-package] Compiling predicates-tree v1.0.13
34842026-08-11T22:23:08.979Z[ host-package] Compiling unicode-truncate v1.1.0
34852026-08-11T22:23:09.324Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34862026-08-11T22:23:09.601Z[ host-package] Compiling lru v0.12.5
34872026-08-11T22:23:09.739Z[ host-package] Compiling prefix-trie v0.7.0
34882026-08-11T22:23:09.851Z[ host-package] Compiling rand_seeder v0.4.0
34892026-08-11T22:23:10.161Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34902026-08-11T22:23:10.286Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
34912026-08-11T22:23:10.543Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
34922026-08-11T22:23:10.666Z[ host-package] Compiling cassowary v0.3.0
34932026-08-11T22:23:10.703Z[ host-package] Compiling corncobs v0.1.4
34942026-08-11T22:23:10.708Z[ helios-setup] Aug 11 22:23:09.832 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34952026-08-11T22:23:10.772Z[ host-package] Compiling hickory-server v0.25.2
34962026-08-11T22:23:10.864Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34972026-08-11T22:23:10.868Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34982026-08-11T22:23:10.958Z[ host-package] Compiling ratatui v0.29.0
34992026-08-11T22:23:11.053Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35002026-08-11T22:23:11.114Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35012026-08-11T22:23:11.361Z[ host-package] Compiling darling v0.13.4
35022026-08-11T22:23:11.494Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35032026-08-11T22:23:11.668Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35042026-08-11T22:23:11.712Z[ host-package] Compiling sled v0.34.7
35052026-08-11T22:23:12.207Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35062026-08-11T22:23:12.310Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35072026-08-11T22:23:12.868Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35082026-08-11T22:23:14.138Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35092026-08-11T22:23:16.270Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35102026-08-11T22:23:16.857Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35112026-08-11T22:23:16.935Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35122026-08-11T22:23:17.088Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35132026-08-11T22:23:17.725Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35142026-08-11T22:23:17.971Z[ host-package] Compiling secrecy v0.8.0
35152026-08-11T22:23:18.253Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35162026-08-11T22:23:18.928Z[ host-package] Compiling git2 v0.20.4
35172026-08-11T22:23:20.214Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35182026-08-11T22:23:20.624Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35192026-08-11T22:23:21.047Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35202026-08-11T22:23:21.144Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35212026-08-11T22:23:21.394Z[ host-package] Compiling serde_with_macros v1.5.2
35222026-08-11T22:23:21.803Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35232026-08-11T22:23:22.496Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35242026-08-11T22:23:22.551Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35252026-08-11T22:23:22.592Z[ helios-setup] Aug 11 22:23:21.716 INFO E| Finished `release` profile [optimized] target(s) in 48.28s
35262026-08-11T22:23:22.595Z[ helios-setup] Aug 11 22:23:21.718 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35272026-08-11T22:23:22.595Z[ helios-setup] Aug 11 22:23:21.718 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35282026-08-11T22:23:22.654Z[ helios-setup] Aug 11 22:23:21.776 INFO building project "pilot" ok (48 seconds)
35292026-08-11T22:23:22.654Z[ helios-setup] Aug 11 22:23:21.777 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
35302026-08-11T22:23:22.662Z[ helios-setup] Aug 11 22:23:21.787 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
35312026-08-11T22:23:22.662Z[ helios-setup] Aug 11 22:23:21.787 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
35322026-08-11T22:23:22.663Z[ helios-setup] Aug 11 22:23:21.787 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
35332026-08-11T22:23:22.760Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35342026-08-11T22:23:22.795Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35352026-08-11T22:23:22.841Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35362026-08-11T22:23:22.864Z[ helios-setup] Aug 11 22:23:21.986 INFO E| Downloading crates ...
35372026-08-11T22:23:22.871Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35382026-08-11T22:23:22.921Z[ helios-setup] Aug 11 22:23:22.045 INFO E| Downloaded anyhow v1.0.98
35392026-08-11T22:23:22.925Z[ helios-setup] Aug 11 22:23:22.049 INFO E| Downloaded errno v0.3.12
35402026-08-11T22:23:22.930Z[ helios-setup] Aug 11 22:23:22.054 INFO E| Downloaded time-core v0.1.4
35412026-08-11T22:23:22.937Z[ helios-setup] Aug 11 22:23:22.062 INFO E| Downloaded deranged v0.4.0
35422026-08-11T22:23:22.948Z[ helios-setup] Aug 11 22:23:22.073 INFO E| Downloaded time-macros v0.2.22
35432026-08-11T22:23:22.955Z[ helios-setup] Aug 11 22:23:22.079 INFO E| Downloaded tempfile v3.20.0
35442026-08-11T22:23:22.960Z[ helios-setup] Aug 11 22:23:22.081 INFO E| Downloaded serde_with_macros v3.12.0
35452026-08-11T22:23:22.965Z[ helios-setup] Aug 11 22:23:22.088 INFO E| Downloaded bitflags v2.9.1
35462026-08-11T22:23:22.973Z[ helios-setup] Aug 11 22:23:22.090 INFO E| Downloaded iana-time-zone v0.1.63
35472026-08-11T22:23:22.973Z[ helios-setup] Aug 11 22:23:22.092 INFO E| Downloaded getrandom v0.3.3
35482026-08-11T22:23:22.982Z[ helios-setup] Aug 11 22:23:22.106 INFO E| Downloaded indexmap v2.9.0
35492026-08-11T22:23:22.991Z[ helios-setup] Aug 11 22:23:22.115 INFO E| Downloaded hashbrown v0.15.3
35502026-08-11T22:23:23.004Z[ helios-setup] Aug 11 22:23:22.123 INFO E| Downloaded time v0.3.41
35512026-08-11T22:23:23.008Z[ helios-setup] Aug 11 22:23:22.128 INFO E| Downloaded serde_with v3.12.0
35522026-08-11T22:23:23.012Z[ helios-setup] Aug 11 22:23:22.136 INFO E| Downloaded chrono v0.4.41
35532026-08-11T22:23:23.019Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35542026-08-11T22:23:23.028Z[ helios-setup] Aug 11 22:23:22.152 INFO E| Downloaded rustix v1.0.7
35552026-08-11T22:23:23.039Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35562026-08-11T22:23:23.093Z[ helios-setup] Aug 11 22:23:22.216 INFO E| Compiling proc-macro2 v1.0.95
35572026-08-11T22:23:23.093Z[ helios-setup] Aug 11 22:23:22.216 INFO E| Compiling unicode-ident v1.0.18
35582026-08-11T22:23:23.097Z[ helios-setup] Aug 11 22:23:22.216 INFO E| Compiling libc v0.2.172
35592026-08-11T22:23:23.097Z[ helios-setup] Aug 11 22:23:22.216 INFO E| Compiling ident_case v1.0.1
35602026-08-11T22:23:23.097Z[ helios-setup] Aug 11 22:23:22.216 INFO E| Compiling strsim v0.11.1
35612026-08-11T22:23:23.098Z[ helios-setup] Aug 11 22:23:22.216 INFO E| Compiling fnv v1.0.7
35622026-08-11T22:23:23.098Z[ helios-setup] Aug 11 22:23:22.216 INFO E| Compiling serde v1.0.219
35632026-08-11T22:23:23.098Z[ helios-setup] Aug 11 22:23:22.216 INFO E| Compiling rustix v1.0.7
35642026-08-11T22:23:23.098Z[ helios-setup] Aug 11 22:23:22.216 INFO E| Compiling getrandom v0.3.3
35652026-08-11T22:23:23.098Z[ helios-setup] Aug 11 22:23:22.216 INFO E| Compiling thiserror v2.0.12
35662026-08-11T22:23:23.102Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35672026-08-11T22:23:23.106Z[ helios-setup] Aug 11 22:23:22.229 INFO E| Compiling serde_json v1.0.140
35682026-08-11T22:23:23.106Z[ helios-setup] Aug 11 22:23:22.230 INFO E| Compiling bitflags v2.9.1
35692026-08-11T22:23:23.106Z[ helios-setup] Aug 11 22:23:22.230 INFO E| Compiling cfg-if v1.0.0
35702026-08-11T22:23:23.106Z[ helios-setup] Aug 11 22:23:22.230 INFO E| Compiling anyhow v1.0.98
35712026-08-11T22:23:23.109Z[ helios-setup] Aug 11 22:23:22.230 INFO E| Compiling once_cell v1.21.3
35722026-08-11T22:23:23.109Z[ helios-setup] Aug 11 22:23:22.230 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
35732026-08-11T22:23:23.271Z[ helios-setup] Aug 11 22:23:22.395 INFO E| Compiling memchr v2.7.4
35742026-08-11T22:23:23.346Z[ helios-setup] Aug 11 22:23:22.470 INFO E| Compiling ryu v1.0.20
35752026-08-11T22:23:23.351Z[ helios-setup] Aug 11 22:23:22.475 INFO E| Compiling itoa v1.0.15
35762026-08-11T22:23:23.399Z[ helios-setup] Aug 11 22:23:22.523 INFO E| Compiling fastrand v2.3.0
35772026-08-11T22:23:23.780Z[ host-package] Compiling arc-swap v1.8.2
35782026-08-11T22:23:23.892Z[ host-package] Compiling void v1.0.2
35792026-08-11T22:23:24.051Z[ host-package] Compiling lzss v0.8.2
35802026-08-11T22:23:24.255Z[ helios-setup] Aug 11 22:23:23.379 INFO E| Compiling errno v0.3.12
35812026-08-11T22:23:24.375Z[ host-package] Compiling slog-scope v4.4.1
35822026-08-11T22:23:24.578Z[ helios-setup] Aug 11 22:23:23.702 INFO E| Compiling quote v1.0.40
35832026-08-11T22:23:24.773Z[ helios-setup] Aug 11 22:23:23.896 INFO E| Compiling syn v2.0.101
35842026-08-11T22:23:24.881Z[ host-package] Compiling illumos-nvpair v0.3.0
35852026-08-11T22:23:24.950Z[ host-package] Compiling serde_with v1.14.0
35862026-08-11T22:23:24.950Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35872026-08-11T22:23:25.183Z[ helios-setup] Aug 11 22:23:24.307 INFO E| Compiling tempfile v3.20.0
35882026-08-11T22:23:25.501Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35892026-08-11T22:23:26.027Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35902026-08-11T22:23:26.221Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35912026-08-11T22:23:27.185Z[ helios-setup] Aug 11 22:23:26.309 INFO E| Compiling darling_core v0.20.11
35922026-08-11T22:23:27.367Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35932026-08-11T22:23:28.255Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35942026-08-11T22:23:28.259Z[ helios-setup] Aug 11 22:23:27.383 INFO E| Compiling serde_derive v1.0.219
35952026-08-11T22:23:28.259Z[ helios-setup] Aug 11 22:23:27.383 INFO E| Compiling thiserror-impl v2.0.12
35962026-08-11T22:23:28.966Z[ host-package] Compiling scuffle v0.1.0
35972026-08-11T22:23:29.266Z[ helios-setup] Aug 11 22:23:28.390 INFO E| Compiling darling_macro v0.20.11
35982026-08-11T22:23:29.795Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35992026-08-11T22:23:30.390Z[ helios-setup] Aug 11 22:23:29.514 INFO E| Compiling darling v0.20.11
36002026-08-11T22:23:30.483Z[ helios-setup] Aug 11 22:23:29.607 INFO E| Compiling serde_with_macros v3.12.0
36012026-08-11T22:23:31.620Z[ host-package] Compiling tungstenite v0.23.0
36022026-08-11T22:23:33.277Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36032026-08-11T22:23:33.290Z[ helios-setup] Aug 11 22:23:32.413 INFO E| Compiling serde_with v3.12.0
36042026-08-11T22:23:33.589Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36052026-08-11T22:23:34.283Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36062026-08-11T22:23:34.392Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36072026-08-11T22:23:34.733Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36082026-08-11T22:23:34.744Z[ host-package] Compiling nix v0.27.1
36092026-08-11T22:23:34.820Z[ host-package] Compiling twox-hash v2.1.2
36102026-08-11T22:23:35.049Z[ host-package] Compiling libsw-core v0.3.2
36112026-08-11T22:23:35.414Z[ host-package] Compiling serde_bytes v0.11.19
36122026-08-11T22:23:35.475Z[ host-package] Compiling atty v0.2.14
36132026-08-11T22:23:35.549Z[ host-package] Compiling libsw v3.5.0
36142026-08-11T22:23:35.753Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36152026-08-11T22:23:35.781Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36162026-08-11T22:23:35.837Z[ host-package] Compiling tokio-tungstenite v0.23.1
36172026-08-11T22:23:35.930Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36182026-08-11T22:23:36.243Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
36192026-08-11T22:23:36.293Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36202026-08-11T22:23:37.670Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36212026-08-11T22:23:38.340Z[ helios-setup] Aug 11 22:23:37.463 INFO E| Finished `release` profile [optimized] target(s) in 15.66s
36222026-08-11T22:23:38.364Z[ helios-setup] Aug 11 22:23:37.489 INFO building project "dmar-report" ok (15 seconds)
36232026-08-11T22:23:38.365Z[ helios-setup] Aug 11 22:23:37.489 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
36242026-08-11T22:23:38.384Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36252026-08-11T22:23:38.696Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36262026-08-11T22:23:38.905Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36272026-08-11T22:23:39.568Z[ host-package] Compiling slog-stdlog v4.1.1
36282026-08-11T22:23:39.971Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36292026-08-11T22:23:40.294Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36302026-08-11T22:23:40.400Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36312026-08-11T22:23:40.718Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36322026-08-11T22:23:41.068Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36332026-08-11T22:23:43.147Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36342026-08-11T22:23:43.430Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36352026-08-11T22:23:44.566Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36362026-08-11T22:23:45.295Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36372026-08-11T22:23:45.331Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36382026-08-11T22:23:46.136Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36392026-08-11T22:23:48.176Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36402026-08-11T22:23:48.573Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36412026-08-11T22:23:48.902Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36422026-08-11T22:23:49.743Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36432026-08-11T22:23:49.992Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36442026-08-11T22:23:50.025Z[ host-package] Compiling signal-hook-tokio v0.3.1
36452026-08-11T22:23:50.163Z[ host-package] Compiling fatfs v0.3.6
36462026-08-11T22:23:50.271Z[ host-package] Compiling yasna v0.5.2
36472026-08-11T22:23:51.162Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36482026-08-11T22:23:51.497Z[ host-package] Compiling assert_matches v1.5.0
36492026-08-11T22:23:51.651Z[ host-package] Compiling is_ci v1.2.0
36502026-08-11T22:23:51.865Z[ host-package] Compiling seq-macro v0.3.6
36512026-08-11T22:23:51.921Z[ host-package] Compiling supports-color v3.0.2
36522026-08-11T22:23:52.271Z[ host-package] Compiling rcgen v0.12.1
36532026-08-11T22:23:52.447Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36542026-08-11T22:23:52.805Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36552026-08-11T22:23:54.097Z[ host-package] Compiling slog-envlogger v2.2.0
36562026-08-11T22:23:55.256Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36572026-08-11T22:23:55.283Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36582026-08-11T22:23:56.271Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36592026-08-11T22:23:57.237Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36602026-08-11T22:23:57.319Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36612026-08-11T22:23:57.482Z[ host-package] Compiling port-file v0.1.0
36622026-08-11T22:23:57.560Z[ host-package] Compiling subprocess v0.2.15
36632026-08-11T22:23:57.607Z[ host-package] Compiling rtoolbox v0.0.3
36642026-08-11T22:23:57.824Z[ host-package] Compiling rpassword v7.5.4
36652026-08-11T22:23:57.884Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36662026-08-11T22:23:58.538Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36672026-08-11T22:23:59.355Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
36682026-08-11T22:23:59.545Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
36692026-08-11T22:24:00.157Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36702026-08-11T22:24:02.012Z[ host-package] Compiling tui-tree-widget v0.23.1
36712026-08-11T22:24:02.315Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36722026-08-11T22:24:02.355Z[ helios-setup] Aug 11 22:24:01.478 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')"
36732026-08-11T22:24:02.355Z[ helios-setup] Aug 11 22:24:01.479 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
36742026-08-11T22:24:02.368Z[ helios-setup] Aug 11 22:24:01.491 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
36752026-08-11T22:24:02.368Z[ helios-setup] Aug 11 22:24:01.491 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
36762026-08-11T22:24:02.375Z[ helios-setup] Aug 11 22:24:01.491 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
36772026-08-11T22:24:02.559Z[ helios-setup] Aug 11 22:24:01.683 INFO E| Downloading crates ...
36782026-08-11T22:24:02.698Z[ helios-setup] Aug 11 22:24:01.742 INFO E| Downloaded miniz_oxide v0.8.8
36792026-08-11T22:24:02.708Z[ helios-setup] Aug 11 22:24:01.744 INFO E| Downloaded adler2 v2.0.0
36802026-08-11T22:24:02.708Z[ helios-setup] Aug 11 22:24:01.787 INFO E| Compiling adler2 v2.0.0
36812026-08-11T22:24:02.763Z[ helios-setup] Aug 11 22:24:01.883 INFO E| Compiling miniz_oxide v0.8.8
36822026-08-11T22:24:02.848Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36832026-08-11T22:24:03.265Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
36842026-08-11T22:24:03.919Z[ helios-setup] Aug 11 22:24:03.043 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
36852026-08-11T22:24:04.357Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
36862026-08-11T22:24:04.456Z[ helios-setup] Aug 11 22:24:03.573 INFO E| Finished `release` profile [optimized] target(s) in 2.07s
36872026-08-11T22:24:04.464Z[ helios-setup] Aug 11 22:24:03.586 INFO building project "pinprick" ok (2 seconds)
36882026-08-11T22:24:04.464Z[ helios-setup] Aug 11 22:24:03.586 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36892026-08-11T22:24:04.474Z[ helios-setup] Aug 11 22:24:03.596 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
36902026-08-11T22:24:04.474Z[ helios-setup] Aug 11 22:24:03.596 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36912026-08-11T22:24:04.486Z[ helios-setup] Aug 11 22:24:03.596 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36922026-08-11T22:24:04.589Z[ helios-setup] Aug 11 22:24:03.712 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36932026-08-11T22:24:04.901Z[ helios-setup] Aug 11 22:24:04.019 INFO E| From https://github.com/jclulow/rust-jmclib
36942026-08-11T22:24:04.901Z[ helios-setup] Aug 11 22:24:04.019 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36952026-08-11T22:24:04.910Z[ helios-setup] Aug 11 22:24:04.031 INFO E| Updating crates.io index
36962026-08-11T22:24:04.954Z[ helios-setup] Aug 11 22:24:04.074 INFO E| Downloading crates ...
36972026-08-11T22:24:04.998Z[ helios-setup] Aug 11 22:24:04.121 INFO E| Downloaded getrandom v0.2.10
36982026-08-11T22:24:05.006Z[ helios-setup] Aug 11 22:24:04.127 INFO E| Downloaded proc-macro2 v1.0.66
36992026-08-11T22:24:05.012Z[ helios-setup] Aug 11 22:24:04.129 INFO E| Downloaded sha-1 v0.9.8
37002026-08-11T22:24:05.012Z[ helios-setup] Aug 11 22:24:04.133 INFO E| Downloaded anyhow v1.0.72
37012026-08-11T22:24:05.018Z[ helios-setup] Aug 11 22:24:04.137 INFO E| Downloaded unicode-ident v1.0.11
37022026-08-11T22:24:05.022Z[ helios-setup] Aug 11 22:24:04.141 INFO E| Downloaded libdevinfo-sys v1.0.0
37032026-08-11T22:24:05.022Z[ helios-setup] Aug 11 22:24:04.144 INFO E| Downloaded fastrand v2.0.0
37042026-08-11T22:24:05.022Z[ helios-setup] Aug 11 22:24:04.145 INFO E| Downloaded block-buffer v0.9.0
37052026-08-11T22:24:05.026Z[ helios-setup] Aug 11 22:24:04.149 INFO E| Downloaded cpufeatures v0.2.9
37062026-08-11T22:24:05.034Z[ helios-setup] Aug 11 22:24:04.154 INFO E| Downloaded digest v0.9.0
37072026-08-11T22:24:05.040Z[ helios-setup] Aug 11 22:24:04.156 INFO E| Downloaded errno v0.3.1
37082026-08-11T22:24:05.040Z[ helios-setup] Aug 11 22:24:04.157 INFO E| Downloaded md-5 v0.9.1
37092026-08-11T22:24:05.046Z[ helios-setup] Aug 11 22:24:04.165 INFO E| Downloaded bitflags v2.3.3
37102026-08-11T22:24:05.046Z[ helios-setup] Aug 11 22:24:04.167 INFO E| Downloaded glob v0.3.1
37112026-08-11T22:24:05.046Z[ helios-setup] Aug 11 22:24:04.168 INFO E| Downloaded quote v1.0.31
37122026-08-11T22:24:05.054Z[ helios-setup] Aug 11 22:24:04.169 INFO E| Downloaded uuid v0.8.2
37132026-08-11T22:24:05.054Z[ helios-setup] Aug 11 22:24:04.174 INFO E| Downloaded walkdir v2.3.3
37142026-08-11T22:24:05.059Z[ helios-setup] Aug 11 22:24:04.176 INFO E| Downloaded tempfile v3.7.0
37152026-08-11T22:24:05.059Z[ helios-setup] Aug 11 22:24:04.178 INFO E| Downloaded once_cell v1.18.0
37162026-08-11T22:24:05.059Z[ helios-setup] Aug 11 22:24:04.179 INFO E| Downloaded typenum v1.16.0
37172026-08-11T22:24:05.062Z[ helios-setup] Aug 11 22:24:04.184 INFO E| Downloaded serde_derive v1.0.193
37182026-08-11T22:24:05.062Z[ helios-setup] Aug 11 22:24:04.186 INFO E| Downloaded toml v0.5.11
37192026-08-11T22:24:05.075Z[ helios-setup] Aug 11 22:24:04.195 INFO E| Downloaded serde v1.0.193
37202026-08-11T22:24:05.094Z[ helios-setup] Aug 11 22:24:04.212 INFO E| Downloaded serde_json v1.0.103
37212026-08-11T22:24:05.116Z[ helios-setup] Aug 11 22:24:04.239 INFO E| Downloaded syn v2.0.32
37222026-08-11T22:24:05.122Z[ helios-setup] Aug 11 22:24:04.245 INFO E| Downloaded rustix v0.38.4
37232026-08-11T22:24:05.144Z[ helios-setup] Aug 11 22:24:04.267 INFO E| Downloaded libc v0.2.147
37242026-08-11T22:24:05.229Z[ helios-setup] Aug 11 22:24:04.350 INFO E| Compiling libc v0.2.147
37252026-08-11T22:24:05.229Z[ helios-setup] Aug 11 22:24:04.350 INFO E| Compiling proc-macro2 v1.0.66
37262026-08-11T22:24:05.229Z[ helios-setup] Aug 11 22:24:04.350 INFO E| Compiling cfg-if v1.0.0
37272026-08-11T22:24:05.233Z[ helios-setup] Aug 11 22:24:04.350 INFO E| Compiling unicode-ident v1.0.11
37282026-08-11T22:24:05.233Z[ helios-setup] Aug 11 22:24:04.350 INFO E| Compiling typenum v1.16.0
37292026-08-11T22:24:05.233Z[ helios-setup] Aug 11 22:24:04.350 INFO E| Compiling version_check v0.9.4
37302026-08-11T22:24:05.233Z[ helios-setup] Aug 11 22:24:04.350 INFO E| Compiling serde v1.0.193
37312026-08-11T22:24:05.233Z[ helios-setup] Aug 11 22:24:04.350 INFO E| Compiling itoa v1.0.9
37322026-08-11T22:24:05.300Z[ helios-setup] Aug 11 22:24:04.424 INFO E| Compiling slog v2.7.0
37332026-08-11T22:24:05.364Z[ helios-setup] Aug 11 22:24:04.487 INFO E| Compiling time-core v0.1.2
37342026-08-11T22:24:05.378Z[ helios-setup] Aug 11 22:24:04.502 INFO E| Compiling num-conv v0.1.0
37352026-08-11T22:24:05.379Z[ helios-setup] Aug 11 22:24:04.502 INFO E| Compiling rustix v0.38.4
37362026-08-11T22:24:05.379Z[ helios-setup] Aug 11 22:24:04.502 INFO E| Compiling powerfmt v0.2.0
37372026-08-11T22:24:05.384Z[ helios-setup] Aug 11 22:24:04.502 INFO E| Compiling bitflags v2.3.3
37382026-08-11T22:24:05.384Z[ helios-setup] Aug 11 22:24:04.503 INFO E| Compiling num_threads v0.1.6
37392026-08-11T22:24:05.384Z[ helios-setup] Aug 11 22:24:04.503 INFO E| Compiling once_cell v1.18.0
37402026-08-11T22:24:05.712Z[ helios-setup] Aug 11 22:24:04.827 INFO E| Compiling serde_json v1.0.103
37412026-08-11T22:24:05.718Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37422026-08-11T22:24:05.950Z[ helios-setup] Aug 11 22:24:05.071 INFO E| Compiling deranged v0.3.11
37432026-08-11T22:24:05.956Z[ helios-setup] Aug 11 22:24:05.072 INFO E| Compiling opaque-debug v0.3.0
37442026-08-11T22:24:05.992Z[ helios-setup] Aug 11 22:24:05.113 INFO E| Compiling anyhow v1.0.72
37452026-08-11T22:24:06.030Z[ host-package] Compiling uzers v0.12.2
37462026-08-11T22:24:06.067Z[ helios-setup] Aug 11 22:24:05.188 INFO E| Compiling thread_local v1.1.7
37472026-08-11T22:24:06.152Z[ helios-setup] Aug 11 22:24:05.223 INFO E| Compiling fastrand v2.0.0
37482026-08-11T22:24:06.172Z[ helios-setup] Aug 11 22:24:05.228 INFO E| Compiling unicode-width v0.1.10
37492026-08-11T22:24:06.172Z[ helios-setup] Aug 11 22:24:05.233 INFO E| Compiling ryu v1.0.15
37502026-08-11T22:24:06.360Z[ helios-setup] Aug 11 22:24:05.479 INFO E| Compiling time-macros v0.2.18
37512026-08-11T22:24:06.371Z[ helios-setup] Aug 11 22:24:05.489 INFO E| Compiling same-file v1.0.6
37522026-08-11T22:24:06.453Z[ helios-setup] Aug 11 22:24:05.545 INFO E| Compiling cpufeatures v0.2.9
37532026-08-11T22:24:06.508Z[ helios-setup] Aug 11 22:24:05.627 INFO E| Compiling getopts v0.2.21
37542026-08-11T22:24:06.574Z[ helios-setup] Aug 11 22:24:05.697 INFO E| Compiling walkdir v2.3.3
37552026-08-11T22:24:06.654Z[ helios-setup] Aug 11 22:24:05.776 INFO E| Compiling generic-array v0.14.7
37562026-08-11T22:24:06.673Z[ helios-setup] Aug 11 22:24:05.793 INFO E| Compiling glob v0.3.1
37572026-08-11T22:24:06.731Z[ helios-setup] Aug 11 22:24:05.841 INFO E| Compiling libdevinfo-sys v1.0.0
37582026-08-11T22:24:06.737Z[ helios-setup] Aug 11 22:24:05.859 INFO E| Compiling dirs-sys-next v0.1.2
37592026-08-11T22:24:06.772Z[ helios-setup] Aug 11 22:24:05.889 INFO E| Compiling errno v0.3.1
37602026-08-11T22:24:06.780Z[ helios-setup] Aug 11 22:24:05.898 INFO E| Compiling atty v0.2.14
37612026-08-11T22:24:06.953Z[ helios-setup] Aug 11 22:24:06.076 INFO E| Compiling quote v1.0.31
37622026-08-11T22:24:07.004Z[ helios-setup] Aug 11 22:24:06.117 INFO E| Compiling dirs-next v2.0.0
37632026-08-11T22:24:07.056Z[ helios-setup] Aug 11 22:24:06.179 INFO E| Compiling getrandom v0.2.10
37642026-08-11T22:24:07.127Z[ helios-setup] Aug 11 22:24:06.251 INFO E| Compiling term v0.7.0
37652026-08-11T22:24:07.234Z[ helios-setup] Aug 11 22:24:06.355 INFO E| Compiling syn v2.0.32
37662026-08-11T22:24:07.983Z[ helios-setup] Aug 11 22:24:07.101 INFO E| Compiling tempfile v3.7.0
37672026-08-11T22:24:08.070Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37682026-08-11T22:24:08.266Z[ helios-setup] Aug 11 22:24:07.309 INFO E| Compiling time v0.3.36
37692026-08-11T22:24:08.271Z[ helios-setup] Aug 11 22:24:07.352 INFO E| Compiling block-buffer v0.9.0
37702026-08-11T22:24:08.271Z[ helios-setup] Aug 11 22:24:07.352 INFO E| Compiling digest v0.9.0
37712026-08-11T22:24:08.379Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37722026-08-11T22:24:08.413Z[ helios-setup] Aug 11 22:24:07.531 INFO E| Compiling md-5 v0.9.1
37732026-08-11T22:24:08.414Z[ helios-setup] Aug 11 22:24:07.531 INFO E| Compiling sha-1 v0.9.8
37742026-08-11T22:24:09.190Z[ helios-setup] Aug 11 22:24:08.313 INFO E| Compiling slog-term v2.9.0
37752026-08-11T22:24:09.269Z[ helios-setup] Aug 11 22:24:08.392 INFO E| Compiling serde_derive v1.0.193
37762026-08-11T22:24:09.492Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37772026-08-11T22:24:09.912Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37782026-08-11T22:24:10.538Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37792026-08-11T22:24:11.114Z[ host-package] Compiling support-bundle-viewer v0.1.2
37802026-08-11T22:24:12.867Z[ host-package] Compiling multimap v0.10.1
37812026-08-11T22:24:13.735Z[ helios-setup] Aug 11 22:24:12.858 INFO E| Compiling toml v0.5.11
37822026-08-11T22:24:13.735Z[ helios-setup] Aug 11 22:24:12.858 INFO E| Compiling uuid v0.8.2
37832026-08-11T22:24:14.540Z[ helios-setup] Aug 11 22:24:13.659 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37842026-08-11T22:24:15.292Z[ helios-setup] Aug 11 22:24:14.415 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37852026-08-11T22:24:19.697Z[ helios-setup] Aug 11 22:24:18.807 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.19s
37862026-08-11T22:24:19.710Z[ helios-setup] Aug 11 22:24:18.832 INFO building project "image-builder" ok (15 seconds)
37872026-08-11T22:24:19.714Z[ helios-setup] rm -f helios-build
37882026-08-11T22:24:19.714Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37892026-08-11T22:24:19.717Z[ helios-setup]
37902026-08-11T22:24:19.717Z[ helios-setup] Setup complete! ./helios-build is now available.
37912026-08-11T22:24:19.717Z[ helios-setup]
37922026-08-11T22:24:19.721Z[ helios-setup]
37932026-08-11T22:24:19.721Z[ helios-setup] real 3:01.065054000
37942026-08-11T22:24:19.721Z[ helios-setup] user 7:04.145796561
37952026-08-11T22:24:19.722Z[ helios-setup] sys 1:19.193983104
37962026-08-11T22:24:19.722Z[ helios-setup] trap 0.518796475
37972026-08-11T22:24:19.722Z[ helios-setup] tflt 2.667681946
37982026-08-11T22:24:19.722Z[ helios-setup] dflt 6.479944201
37992026-08-11T22:24:19.722Z[ helios-setup] kflt 0.002704573
38002026-08-11T22:24:19.722Z[ helios-setup] lock 56:58.192366187
38012026-08-11T22:24:19.722Z[ helios-setup] slp 36:33.341892858
38022026-08-11T22:24:19.722Z[ helios-setup] lat 6:45.927663762
38032026-08-11T22:24:19.722Z[ helios-setup] stop 1:37.973633359
38042026-08-11T22:24:19.722ZAug 11 22:24:18.843 INFO [helios-setup] process exited with exit status: 0 (181.068473497s)
38052026-08-11T22:24:19.722ZAug 11 22:24:18.843 INFO [helios-record] running task
38062026-08-11T22:24:19.722ZAug 11 22:24:18.843 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38072026-08-11T22:24:19.726ZAug 11 22:24:18.847 DEBG process exited with exit status: 0 (4.103818ms)
38082026-08-11T22:24:19.726ZAug 11 22:24:18.847 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38092026-08-11T22:24:19.730ZAug 11 22:24:18.852 DEBG process exited with exit status: 0 (4.654779ms)
38102026-08-11T22:24:19.730ZAug 11 22:24:18.852 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38112026-08-11T22:24:19.752ZAug 11 22:24:18.876 DEBG process exited with exit status: 0 (24.294147ms)
38122026-08-11T22:24:19.752ZAug 11 22:24:18.876 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38132026-08-11T22:24:19.768ZAug 11 22:24:18.891 DEBG process exited with exit status: 0 (14.975498ms)
38142026-08-11T22:24:19.768ZAug 11 22:24:18.891 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38152026-08-11T22:24:19.777ZAug 11 22:24:18.900 DEBG process exited with exit status: 0 (8.492836ms)
38162026-08-11T22:24:19.777ZAug 11 22:24:18.900 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38172026-08-11T22:24:19.781ZAug 11 22:24:18.903 DEBG process exited with exit status: 0 (3.751617ms)
38182026-08-11T22:24:19.781ZAug 11 22:24:18.903 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38192026-08-11T22:24:19.786ZAug 11 22:24:18.908 DEBG process exited with exit status: 0 (4.575159ms)
38202026-08-11T22:24:19.786ZAug 11 22:24:18.908 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38212026-08-11T22:24:19.790ZAug 11 22:24:18.912 DEBG process exited with exit status: 0 (4.386548ms)
38222026-08-11T22:24:19.790ZAug 11 22:24:18.912 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38232026-08-11T22:24:19.794ZAug 11 22:24:18.916 DEBG process exited with exit status: 0 (3.830298ms)
38242026-08-11T22:24:19.794ZAug 11 22:24:18.917 INFO [helios-record] task succeeded (73.940011ms)
38252026-08-11T22:24:19.930Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38262026-08-11T22:24:26.163Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38272026-08-11T22:24:26.807Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38282026-08-11T22:24:36.434Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38292026-08-11T22:24:36.434Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38302026-08-11T22:32:22.702Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 24s
38312026-08-11T22:33:16.444ZAug 11 22:33:15.564 INFO [host-package] process exited with exit status: 0 (678.661125364s)
38322026-08-11T22:33:16.444ZAug 11 22:33:15.564 INFO [host-libraries] running task
38332026-08-11T22:33:16.444ZAug 11 22:33:15.564 INFO [host-stamp] running task
38342026-08-11T22:33:16.448ZAug 11 22:33:15.566 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+git0d881891ca1
38352026-08-11T22:33:16.448ZAug 11 22:33:15.567 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+git0d881891ca1
38362026-08-11T22:33:16.448ZAug 11 22:33:15.567 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+git0d881891ca1
38372026-08-11T22:33:16.448ZAug 11 22:33:15.567 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+git0d881891ca1
38382026-08-11T22:33:16.448ZAug 11 22:33:15.568 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+git0d881891ca1
38392026-08-11T22:33:16.448ZAug 11 22:33:15.568 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+git0d881891ca1
38402026-08-11T22:33:16.448ZAug 11 22:33:15.568 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+git0d881891ca1
38412026-08-11T22:33:16.448ZAug 11 22:33:15.568 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+git0d881891ca1
38422026-08-11T22:33:16.455Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38432026-08-11T22:33:16.455Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38442026-08-11T22:33:16.455Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38452026-08-11T22:33:16.458Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38462026-08-11T22:33:16.458Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38472026-08-11T22:33:16.458Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38482026-08-11T22:33:16.458Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38492026-08-11T22:33:16.458Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38502026-08-11T22:33:16.458Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38512026-08-11T22:33:16.462ZAug 11 22:33:15.581 INFO [stamp-overlay] process exited with exit status: 0 (12.066593ms)
38522026-08-11T22:33:16.467Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38532026-08-11T22:33:16.471ZAug 11 22:33:15.592 INFO [stamp-oxlog] process exited with exit status: 0 (23.626955ms)
38542026-08-11T22:33:16.513Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38552026-08-11T22:33:16.517ZAug 11 22:33:15.636 INFO [stamp-crucible-utils] process exited with exit status: 0 (69.420803ms)
38562026-08-11T22:33:16.533Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38572026-08-11T22:33:16.538ZAug 11 22:33:15.658 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (91.198275ms)
38582026-08-11T22:33:16.668Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38592026-08-11T22:33:16.671ZAug 11 22:33:15.792 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (225.078112ms)
38602026-08-11T22:33:16.995Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38612026-08-11T22:33:16.999ZAug 11 22:33:16.121 INFO [stamp-propolis-server] process exited with exit status: 0 (553.086449ms)
38622026-08-11T22:33:17.064Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38632026-08-11T22:33:17.067ZAug 11 22:33:16.189 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (620.654639ms)
38642026-08-11T22:33:18.255ZAug 11 22:33:17.377 INFO [host-libraries] task succeeded (1.812454493s)
38652026-08-11T22:33:18.259ZAug 11 22:33:17.377 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38662026-08-11T22:33:18.262Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38672026-08-11T22:33:19.219Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38682026-08-11T22:33:20.055Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38692026-08-11T22:33:23.462Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38702026-08-11T22:33:23.465ZAug 11 22:33:22.587 INFO [stamp-switch-asic] process exited with exit status: 0 (7.019077339s)
38712026-08-11T22:33:23.465ZAug 11 22:33:22.587 INFO [host-stamp] task succeeded (7.022599196s)
38722026-08-11T22:33:23.465ZAug 11 22:33:22.587 INFO [host-proto] running task
38732026-08-11T22:33:23.943ZAug 11 22:33:23.061 INFO [host-proto] task succeeded (474.084908ms)
38742026-08-11T22:33:23.943ZAug 11 22:33:23.061 INFO [host-profile] running task
38752026-08-11T22:33:23.947ZAug 11 22:33:23.061 INFO [host-profile] task succeeded (250.251µs)
38762026-08-11T22:33:23.947ZAug 11 22:33:23.061 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.504' -P /tmp/.tmpWfc2Q9/proto/host/root -N 'ci 0d88189/${os_short_commit} 2026-08-11 22:21' -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/'
38772026-08-11T22:33:23.947Z[ host-image] Aug 11 22:33:23.068 INFO Checking files for board 'gimlet'
38782026-08-11T22:33:23.947Z[ host-image] Aug 11 22:33:23.068 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38792026-08-11T22:33:23.955Z[ host-image] Aug 11 22:33:23.068 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38802026-08-11T22:33:23.955Z[ host-image] Aug 11 22:33:23.068 INFO Checking files for board 'cosmo-mbist'
38812026-08-11T22:33:23.955Z[ host-image] Aug 11 22:33:23.068 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38822026-08-11T22:33:23.955Z[ host-image] Aug 11 22:33:23.068 INFO Checking files for board 'cosmo'
38832026-08-11T22:33:23.955Z[ host-image] Aug 11 22:33:23.068 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38842026-08-11T22:33:23.955Z[ host-image] Aug 11 22:33:23.068 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38852026-08-11T22:33:23.955Z[ host-image] Aug 11 22:33:23.068 INFO Checking files for board 'cosmo-mbist-noaggr'
38862026-08-11T22:33:23.955Z[ host-image] Aug 11 22:33:23.068 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38872026-08-11T22:33:23.960Z[ host-image] Aug 11 22:33:23.077 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpWfc2Q9/proto/host/root"
38882026-08-11T22:33:23.960Z[ host-image] Aug 11 22:33:23.077 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38892026-08-11T22:33:23.960Z[ host-image] Aug 11 22:33:23.077 INFO image builder template: ramdisk-01-os...
38902026-08-11T22:33:23.960Z[ host-image] Aug 11 22:33:23.077 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/.tmpWfc2Q9/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38912026-08-11T22:33:23.968Z[ host-image] Aug 11 22:33:23.089 INFO O| Aug 11 22:33:23.089 INFO CREATE DATASET: rpool/images/build/host/output
38922026-08-11T22:33:25.107Z[ host-image] Aug 11 22:33:24.228 INFO O| Aug 11 22:33:24.228 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38932026-08-11T22:33:25.110Z[ host-image] Aug 11 22:33:24.231 INFO O| Aug 11 22:33:24.231 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38942026-08-11T22:33:25.381Z[ host-image] Aug 11 22:33:24.502 INFO O| Aug 11 22:33:24.502 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38952026-08-11T22:33:25.447Z[ host-image] Aug 11 22:33:24.567 INFO O| Aug 11 22:33:24.567 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38962026-08-11T22:33:25.447Z[ host-image] Aug 11 22:33:24.567 INFO O| Aug 11 22:33:24.567 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38972026-08-11T22:33:25.447Z[ host-image] Aug 11 22:33:24.567 INFO O| Aug 11 22:33:24.567 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38982026-08-11T22:33:25.451Z[ host-image] Aug 11 22:33:24.567 INFO O| Aug 11 22:33:24.567 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38992026-08-11T22:33:25.454Z[ host-image] Aug 11 22:33:24.573 INFO O| Aug 11 22:33:24.573 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39002026-08-11T22:33:25.679Z[ host-image] Aug 11 22:33:24.792 INFO O| Aug 11 22:33:24.792 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39012026-08-11T22:33:25.683Z[ host-image] Aug 11 22:33:24.798 INFO O| Aug 11 22:33:24.798 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39022026-08-11T22:33:25.966Z[ host-image] Aug 11 22:33:25.087 INFO O| Aug 11 22:33:25.087 INFO O| Caching catalogs ... Done
39032026-08-11T22:33:26.043Z[ host-image] Aug 11 22:33:25.165 INFO O| Aug 11 22:33:25.165 INFO STEP 0 (pkg_image_create) COMPLETE
39042026-08-11T22:33:26.043Z[ host-image] Aug 11 22:33:25.165 INFO O| Aug 11 22:33:25.165 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39052026-08-11T22:33:26.050Z[ host-image] Aug 11 22:33:25.171 INFO O| Aug 11 22:33:25.171 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"]
39062026-08-11T22:33:26.312Z[ host-image] Aug 11 22:33:25.433 INFO O| Aug 11 22:33:25.433 INFO STEP 1 (pkg_set_publisher) COMPLETE
39072026-08-11T22:33:26.312Z[ host-image] Aug 11 22:33:25.433 INFO O| Aug 11 22:33:25.433 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39082026-08-11T22:33:26.312Z[ host-image] Aug 11 22:33:25.433 INFO O| Aug 11 22:33:25.433 INFO skip step because feature "publisher_1_name" is not enabled
39092026-08-11T22:33:26.315Z[ host-image] Aug 11 22:33:25.433 INFO O| Aug 11 22:33:25.433 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39102026-08-11T22:33:26.315Z[ host-image] Aug 11 22:33:25.433 INFO O| Aug 11 22:33:25.433 INFO skip step because feature "publisher_2_name" is not enabled
39112026-08-11T22:33:26.315Z[ host-image] Aug 11 22:33:25.433 INFO O| Aug 11 22:33:25.433 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39122026-08-11T22:33:26.315Z[ host-image] Aug 11 22:33:25.433 INFO O| Aug 11 22:33:25.433 INFO skip step because feature "publisher_3_name" is not enabled
39132026-08-11T22:33:26.315Z[ host-image] Aug 11 22:33:25.433 INFO O| Aug 11 22:33:25.433 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39142026-08-11T22:33:26.565Z[ host-image] Aug 11 22:33:25.686 INFO O| Aug 11 22:33:25.686 INFO variant opensolaris.zone is already global
39152026-08-11T22:33:26.565Z[ host-image] Aug 11 22:33:25.686 INFO O| Aug 11 22:33:25.686 INFO STEP 5 (pkg_change_variant) COMPLETE
39162026-08-11T22:33:26.565Z[ host-image] Aug 11 22:33:25.686 INFO O| Aug 11 22:33:25.686 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-08-11T22:33:26.804Z[ host-image] Aug 11 22:33:25.926 INFO O| Aug 11 22:33:25.926 INFO variant opensolaris.imagetype is full; changing to partial
39182026-08-11T22:33:26.804Z[ host-image] Aug 11 22:33:25.926 INFO O| Aug 11 22:33:25.926 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39192026-08-11T22:33:28.482Z[ host-image] Aug 11 22:33:27.603 INFO O| Aug 11 22:33:27.603 INFO O| Startup: Refreshing catalog 'helios' ... Done
39202026-08-11T22:33:28.834Z[ host-image] Aug 11 22:33:27.956 INFO O| Aug 11 22:33:27.955 INFO O| Startup: Caching catalogs ... Done
39212026-08-11T22:33:28.848Z[ host-image] Aug 11 22:33:27.970 INFO O| Aug 11 22:33:27.969 INFO O| Planning: Planning completed in 0.00 seconds
39222026-08-11T22:33:28.852Z[ host-image] Aug 11 22:33:27.970 INFO O| Aug 11 22:33:27.970 INFO O| Planning: Consolidating action changes ... Done
39232026-08-11T22:33:28.852Z[ host-image] Aug 11 22:33:27.970 INFO O| Aug 11 22:33:27.970 INFO O| Planning: Evaluating mediators ... Done
39242026-08-11T22:33:28.852Z[ host-image] Aug 11 22:33:27.970 INFO O| Aug 11 22:33:27.970 INFO O| Planning: Planning completed in 0.00 seconds
39252026-08-11T22:33:28.852Z[ host-image] Aug 11 22:33:27.970 INFO O| Aug 11 22:33:27.970 INFO O| Variants/Facets to change: 1
39262026-08-11T22:33:28.857Z[ host-image] Aug 11 22:33:27.979 INFO O| Aug 11 22:33:27.979 INFO O| Finalize: Updating package state database ... Done
39272026-08-11T22:33:28.857Z[ host-image] Aug 11 22:33:27.979 INFO O| Aug 11 22:33:27.979 INFO O| Finalize: Updating package cache ... Done
39282026-08-11T22:33:28.914Z[ host-image] Aug 11 22:33:28.035 INFO O| Aug 11 22:33:28.035 INFO O| Finalize: Updating image state ... Done
39292026-08-11T22:33:28.921Z[ host-image] Aug 11 22:33:28.043 INFO O| Aug 11 22:33:28.043 INFO O| Finalize: Creating fast lookup database ... Done
39302026-08-11T22:33:28.925Z[ host-image] Aug 11 22:33:28.043 INFO O| Aug 11 22:33:28.043 INFO O| Finalize: Reading search index ... Done
39312026-08-11T22:33:28.925Z[ host-image] Aug 11 22:33:28.043 INFO O| Aug 11 22:33:28.043 INFO O| Finalize: Updating search index ... Done
39322026-08-11T22:33:28.925Z[ host-image] Aug 11 22:33:28.044 INFO O| Aug 11 22:33:28.044 INFO O| Finalize: Updating package cache ... Done
39332026-08-11T22:33:29.082Z[ host-image] Aug 11 22:33:28.203 INFO O| Aug 11 22:33:28.203 INFO STEP 6 (pkg_change_variant) COMPLETE
39342026-08-11T22:33:29.082Z[ host-image] Aug 11 22:33:28.203 INFO O| Aug 11 22:33:28.203 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39352026-08-11T22:33:29.087Z[ host-image] Aug 11 22:33:28.203 INFO O| Aug 11 22:33:28.203 INFO skip step because feature "debug_variant" is not enabled
39362026-08-11T22:33:29.087Z[ host-image] Aug 11 22:33:28.203 INFO O| Aug 11 22:33:28.203 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39372026-08-11T22:33:29.323Z[ host-image] Aug 11 22:33:28.444 INFO O| Aug 11 22:33:28.444 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39382026-08-11T22:33:30.704Z[ host-image] Aug 11 22:33:29.826 INFO O| Aug 11 22:33:29.826 INFO O| Startup: Refreshing catalog 'helios' ... Done
39392026-08-11T22:33:31.055Z[ host-image] Aug 11 22:33:30.177 INFO O| Aug 11 22:33:30.176 INFO O| Startup: Caching catalogs ... Done
39402026-08-11T22:33:31.067Z[ host-image] Aug 11 22:33:30.189 INFO O| Aug 11 22:33:30.189 INFO O| Planning: Planning completed in 0.00 seconds
39412026-08-11T22:33:31.072Z[ host-image] Aug 11 22:33:30.189 INFO O| Aug 11 22:33:30.189 INFO O| Planning: Consolidating action changes ... Done
39422026-08-11T22:33:31.072Z[ host-image] Aug 11 22:33:30.189 INFO O| Aug 11 22:33:30.189 INFO O| Planning: Evaluating mediators ... Done
39432026-08-11T22:33:31.072Z[ host-image] Aug 11 22:33:30.190 INFO O| Aug 11 22:33:30.189 INFO O| Planning: Planning completed in 0.00 seconds
39442026-08-11T22:33:31.072Z[ host-image] Aug 11 22:33:30.190 INFO O| Aug 11 22:33:30.190 INFO O| Variants/Facets to change: 1
39452026-08-11T22:33:31.078Z[ host-image] Aug 11 22:33:30.199 INFO O| Aug 11 22:33:30.199 INFO O| Finalize: Updating package state database ... Done
39462026-08-11T22:33:31.078Z[ host-image] Aug 11 22:33:30.199 INFO O| Aug 11 22:33:30.199 INFO O| Finalize: Updating package cache ... Done
39472026-08-11T22:33:31.140Z[ host-image] Aug 11 22:33:30.261 INFO O| Aug 11 22:33:30.261 INFO O| Finalize: Updating image state ... Done
39482026-08-11T22:33:31.150Z[ host-image] Aug 11 22:33:30.270 INFO O| Aug 11 22:33:30.270 INFO O| Finalize: Creating fast lookup database ... Done
39492026-08-11T22:33:31.154Z[ host-image] Aug 11 22:33:30.271 INFO O| Aug 11 22:33:30.271 INFO O| Finalize: Reading search index ... Done
39502026-08-11T22:33:31.154Z[ host-image] Aug 11 22:33:30.271 INFO O| Aug 11 22:33:30.271 INFO O| Finalize: Updating search index ... Done
39512026-08-11T22:33:31.154Z[ host-image] Aug 11 22:33:30.272 INFO O| Aug 11 22:33:30.272 INFO O| Finalize: Updating package cache ... Done
39522026-08-11T22:33:31.191Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.81s
39532026-08-11T22:33:31.312Z[ host-image] Aug 11 22:33:30.433 INFO O| Aug 11 22:33:30.433 INFO STEP 8 (pkg_change_facet) COMPLETE
39542026-08-11T22:33:31.312Z[ host-image] Aug 11 22:33:30.433 INFO O| Aug 11 22:33:30.433 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39552026-08-11T22:33:31.312Z[ host-image] Aug 11 22:33:30.433 INFO O| Aug 11 22:33:30.433 INFO skip step because feature "recovery" is not enabled
39562026-08-11T22:33:31.316Z[ host-image] Aug 11 22:33:30.433 INFO O| Aug 11 22:33:30.433 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39572026-08-11T22:33:31.316Z[ host-image] Aug 11 22:33:30.433 INFO O| Aug 11 22:33:30.433 INFO skip step because feature "recovery" is not enabled
39582026-08-11T22:33:31.316Z[ host-image] Aug 11 22:33:30.433 INFO O| Aug 11 22:33:30.433 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39592026-08-11T22:33:31.320Z[ host-image] Aug 11 22:33:30.441 INFO O| Aug 11 22:33:30.441 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"]
39602026-08-11T22:33:32.705Z[ host-image] Aug 11 22:33:31.822 INFO O| Aug 11 22:33:31.821 INFO O| Startup: Refreshing catalog 'helios' ... Done
39612026-08-11T22:33:32.855ZAug 11 22:33:31.976 INFO [recovery-package] process exited with exit status: 0 (14.598674491s)
39622026-08-11T22:33:32.855ZAug 11 22:33:31.976 INFO [recovery-libraries] running task
39632026-08-11T22:33:32.855ZAug 11 22:33:31.976 INFO [recovery-stamp] running task
39642026-08-11T22:33:32.859ZAug 11 22:33:31.976 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+git0d881891ca1
39652026-08-11T22:33:32.860ZAug 11 22:33:31.977 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git0d881891ca1
39662026-08-11T22:33:32.863Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39672026-08-11T22:33:32.867Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39682026-08-11T22:33:32.905ZAug 11 22:33:32.027 INFO [recovery-libraries] task succeeded (50.909757ms)
39692026-08-11T22:33:32.908ZAug 11 22:33:32.027 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39702026-08-11T22:33:32.975Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39712026-08-11T22:33:32.978ZAug 11 22:33:32.100 INFO [stamp-installinator] process exited with exit status: 0 (123.632707ms)
39722026-08-11T22:33:33.038Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39732026-08-11T22:33:33.041ZAug 11 22:33:32.162 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (185.360205ms)
39742026-08-11T22:33:33.041ZAug 11 22:33:32.162 INFO [recovery-stamp] task succeeded (185.875776ms)
39752026-08-11T22:33:33.041ZAug 11 22:33:32.162 INFO [recovery-proto] running task
39762026-08-11T22:33:33.041ZAug 11 22:33:32.162 INFO [tuf-stamp] running task
39772026-08-11T22:33:33.041ZAug 11 22:33:32.162 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+git0d881891ca1
39782026-08-11T22:33:33.041ZAug 11 22:33:32.162 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+git0d881891ca1
39792026-08-11T22:33:33.042ZAug 11 22:33:32.163 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+git0d881891ca1
39802026-08-11T22:33:33.047ZAug 11 22:33:32.163 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+git0d881891ca1
39812026-08-11T22:33:33.047ZAug 11 22:33:32.164 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+git0d881891ca1
39822026-08-11T22:33:33.047ZAug 11 22:33:32.164 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+git0d881891ca1
39832026-08-11T22:33:33.047ZAug 11 22:33:32.164 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+git0d881891ca1
39842026-08-11T22:33:33.047ZAug 11 22:33:32.164 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+git0d881891ca1
39852026-08-11T22:33:33.047ZAug 11 22:33:32.164 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+git0d881891ca1
39862026-08-11T22:33:33.047ZAug 11 22:33:32.165 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+git0d881891ca1
39872026-08-11T22:33:33.047ZAug 11 22:33:32.165 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+git0d881891ca1
39882026-08-11T22:33:33.047ZAug 11 22:33:32.166 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+git0d881891ca1
39892026-08-11T22:33:33.050Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39902026-08-11T22:33:33.050Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-08-11T22:33:33.050Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-08-11T22:33:33.050Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-08-11T22:33:33.054Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-08-11T22:33:33.054Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-08-11T22:33:33.054Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-08-11T22:33:33.054Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-08-11T22:33:33.054Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-08-11T22:33:33.054Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39992026-08-11T22:33:33.054Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40002026-08-11T22:33:33.054Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40012026-08-11T22:33:33.076Z[ host-image] Aug 11 22:33:32.197 INFO O| Aug 11 22:33:32.197 INFO O| Startup: Caching catalogs ... Done
40022026-08-11T22:33:33.097Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40032026-08-11T22:33:33.101ZAug 11 22:33:32.223 INFO [stamp-probe] process exited with exit status: 0 (59.905335ms)
40042026-08-11T22:33:33.163ZAug 11 22:33:32.284 INFO [recovery-proto] task succeeded (122.536145ms)
40052026-08-11T22:33:33.166ZAug 11 22:33:32.284 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.504' -P /tmp/.tmpWfc2Q9/proto/recovery/root -N 'recovery 0d88189/${os_short_commit} 2026-08-11 22:21' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40062026-08-11T22:33:33.170Z[ recovery-image] Aug 11 22:33:32.291 INFO Checking files for board 'gimlet'
40072026-08-11T22:33:33.170Z[ recovery-image] Aug 11 22:33:32.291 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40082026-08-11T22:33:33.170Z[ recovery-image] Aug 11 22:33:32.291 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40092026-08-11T22:33:33.170Z[ recovery-image] Aug 11 22:33:32.291 INFO Checking files for board 'cosmo'
40102026-08-11T22:33:33.170Z[ recovery-image] Aug 11 22:33:32.291 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40112026-08-11T22:33:33.170Z[ recovery-image] Aug 11 22:33:32.291 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40122026-08-11T22:33:33.170Z[ recovery-image] Aug 11 22:33:32.291 INFO Checking files for board 'cosmo-mbist'
40132026-08-11T22:33:33.170Z[ recovery-image] Aug 11 22:33:32.291 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40142026-08-11T22:33:33.170Z[ recovery-image] Aug 11 22:33:32.291 INFO Checking files for board 'cosmo-mbist-noaggr'
40152026-08-11T22:33:33.170Z[ recovery-image] Aug 11 22:33:32.291 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40162026-08-11T22:33:33.179Z[ recovery-image] Aug 11 22:33:32.300 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpWfc2Q9/proto/recovery/root"
40172026-08-11T22:33:33.183Z[ recovery-image] Aug 11 22:33:32.300 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40182026-08-11T22:33:33.183Z[ recovery-image] Aug 11 22:33:32.300 INFO image builder template: ramdisk-01-os...
40192026-08-11T22:33:33.183Z[ recovery-image] Aug 11 22:33:32.301 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/.tmpWfc2Q9/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40202026-08-11T22:33:33.199Z[ recovery-image] Aug 11 22:33:32.317 INFO O| Aug 11 22:33:32.317 INFO CREATE DATASET: rpool/images/build/recovery/output
40212026-08-11T22:33:33.487Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40222026-08-11T22:33:33.514Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40232026-08-11T22:33:33.585Z[ recovery-image] Aug 11 22:33:32.706 INFO O| Aug 11 22:33:32.706 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40242026-08-11T22:33:33.588Z[ recovery-image] Aug 11 22:33:32.710 INFO O| Aug 11 22:33:32.709 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40252026-08-11T22:33:33.624Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40262026-08-11T22:33:33.627ZAug 11 22:33:32.749 INFO [stamp-ntp] process exited with exit status: 0 (583.944419ms)
40272026-08-11T22:33:33.666Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40282026-08-11T22:33:33.670ZAug 11 22:33:32.791 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (628.027134ms)
40292026-08-11T22:33:33.864Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40302026-08-11T22:33:33.868ZAug 11 22:33:32.990 INFO [stamp-crucible-zone] process exited with exit status: 0 (824.54834ms)
40312026-08-11T22:33:33.872Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40322026-08-11T22:33:33.876ZAug 11 22:33:32.997 INFO [stamp-external-dns] process exited with exit status: 0 (834.97332ms)
40332026-08-11T22:33:33.906Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40342026-08-11T22:33:33.910ZAug 11 22:33:33.031 INFO [stamp-internal-dns] process exited with exit status: 0 (865.989929ms)
40352026-08-11T22:33:34.101Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40362026-08-11T22:33:34.104ZAug 11 22:33:33.225 INFO [stamp-oximeter] process exited with exit status: 0 (1.061523744s)
40372026-08-11T22:33:34.676Z[ recovery-image] Aug 11 22:33:33.797 INFO O| Aug 11 22:33:33.797 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40382026-08-11T22:33:34.879Z[ host-image] Aug 11 22:33:34.000 INFO O| Aug 11 22:33:34.000 INFO O| Planning: Solver setup ... Done
40392026-08-11T22:33:35.022Z[ host-image] Aug 11 22:33:34.144 INFO O| Aug 11 22:33:34.143 INFO O| Planning: Running solver ... Done
40402026-08-11T22:33:35.060Z[ host-image] Aug 11 22:33:34.181 INFO O| Aug 11 22:33:34.181 INFO O| Planning: Finding local manifests ... Done
40412026-08-11T22:33:35.079Z[ host-image] Aug 11 22:33:34.200 INFO O| Aug 11 22:33:34.200 INFO O| Planning: Fetching manifests: 0/130 0% complete
40422026-08-11T22:33:35.531Z[ recovery-image] Aug 11 22:33:34.653 INFO O| Aug 11 22:33:34.652 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40432026-08-11T22:33:35.531Z[ recovery-image] Aug 11 22:33:34.653 INFO O| Aug 11 22:33:34.653 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40442026-08-11T22:33:35.534Z[ recovery-image] Aug 11 22:33:34.653 INFO O| Aug 11 22:33:34.653 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40452026-08-11T22:33:35.535Z[ recovery-image] Aug 11 22:33:34.653 INFO O| Aug 11 22:33:34.653 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40462026-08-11T22:33:35.538Z[ recovery-image] Aug 11 22:33:34.657 INFO O| Aug 11 22:33:34.657 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40472026-08-11T22:33:35.590Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40482026-08-11T22:33:35.593ZAug 11 22:33:34.714 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.552654551s)
40492026-08-11T22:33:36.841Z[ host-image] Aug 11 22:33:35.962 INFO O| Aug 11 22:33:35.962 INFO O| Planning: Fetching manifests: 130/130 100% complete
40502026-08-11T22:33:37.196Z[ host-image] Aug 11 22:33:36.317 INFO O| Aug 11 22:33:36.317 INFO O| Planning: Package planning ... Done
40512026-08-11T22:33:37.642Z[ host-image] Aug 11 22:33:36.762 INFO O| Aug 11 22:33:36.762 INFO O| Planning: Merging actions ... Done
40522026-08-11T22:33:37.698Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40532026-08-11T22:33:37.703ZAug 11 22:33:36.823 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.659574287s)
40542026-08-11T22:33:37.748Z[ host-image] Aug 11 22:33:36.869 INFO O| Aug 11 22:33:36.869 INFO O| Planning: Checking for conflicting actions ... Done
40552026-08-11T22:33:37.852Z[ host-image] Aug 11 22:33:36.973 INFO O| Aug 11 22:33:36.973 INFO O| Planning: Consolidating action changes ... Done
40562026-08-11T22:33:37.993Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40572026-08-11T22:33:37.993Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40582026-08-11T22:33:37.996ZAug 11 22:33:37.116 INFO [stamp-clickhouse] process exited with exit status: 0 (4.952715129s)
40592026-08-11T22:33:37.996ZAug 11 22:33:37.116 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.951753148s)
40602026-08-11T22:33:38.026Z[ host-image] Aug 11 22:33:37.147 INFO O| Aug 11 22:33:37.147 INFO O| Planning: Evaluating mediators ... Done
40612026-08-11T22:33:38.131Z[verify-libraries] Compiling match_cfg v0.1.0
40622026-08-11T22:33:38.131Z[verify-libraries] Compiling slog-json v2.6.1
40632026-08-11T22:33:38.135Z[verify-libraries] Compiling debug-ignore v1.0.5
40642026-08-11T22:33:38.135Z[verify-libraries] Compiling progenitor-client v0.14.0
40652026-08-11T22:33:38.135Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40662026-08-11T22:33:38.135Z[verify-libraries] Compiling sha1 v0.11.0
40672026-08-11T22:33:38.135Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40682026-08-11T22:33:38.135Z[verify-libraries] Compiling multer v3.1.0
40692026-08-11T22:33:38.388Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40702026-08-11T22:33:38.393ZAug 11 22:33:37.513 INFO [stamp-nexus] process exited with exit status: 0 (5.348966329s)
40712026-08-11T22:33:38.393ZAug 11 22:33:37.513 INFO [tuf-stamp] task succeeded (5.351636884s)
40722026-08-11T22:33:38.393ZAug 11 22:33:37.513 INFO [tuf-v2-zones] running task
40732026-08-11T22:33:38.453Z[verify-libraries] Compiling compression-core v0.4.31
40742026-08-11T22:33:38.456Z[verify-libraries] Compiling async-stream-impl v0.3.6
40752026-08-11T22:33:38.456Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40762026-08-11T22:33:38.473Z[verify-libraries] Compiling serde_spanned v1.1.1
40772026-08-11T22:33:38.476Z[verify-libraries] Compiling dropshot v0.17.1
40782026-08-11T22:33:38.501ZAug 11 22:33:37.622 INFO [tuf-v2-zones] task succeeded (108.293557ms)
40792026-08-11T22:33:38.577Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40802026-08-11T22:33:38.577Z[verify-libraries] Compiling waitgroup v0.1.2
40812026-08-11T22:33:38.617Z[verify-libraries] Compiling hostname v0.3.1
40822026-08-11T22:33:38.621Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40832026-08-11T22:33:38.689Z[verify-libraries] Compiling compression-codecs v0.4.37
40842026-08-11T22:33:38.689Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40852026-08-11T22:33:38.692Z[verify-libraries] Compiling hostname v0.4.2
40862026-08-11T22:33:38.692Z[verify-libraries] Compiling atomicwrites v0.4.4
40872026-08-11T22:33:38.692Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40882026-08-11T22:33:38.771Z[verify-libraries] Compiling slog-bunyan v2.5.0
40892026-08-11T22:33:38.815Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
40902026-08-11T22:33:38.855Z[verify-libraries] Compiling macaddr v1.0.1
40912026-08-11T22:33:38.860Z[verify-libraries] Compiling regress v0.10.5
40922026-08-11T22:33:38.860Z[verify-libraries] Compiling instant v0.1.13
40932026-08-11T22:33:38.860Z[verify-libraries] Compiling parse-display-derive v0.10.0
40942026-08-11T22:33:38.965Z[verify-libraries] Compiling async-compression v0.4.41
40952026-08-11T22:33:38.969Z[verify-libraries] Compiling itertools v0.14.0
40962026-08-11T22:33:38.969Z[verify-libraries] Compiling backon v1.6.0
40972026-08-11T22:33:38.969Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40982026-08-11T22:33:38.969Z[verify-libraries] Compiling humantime v2.3.0
40992026-08-11T22:33:39.026Z[verify-libraries] Compiling convert_case v0.4.0
41002026-08-11T22:33:39.095Z[verify-libraries] Compiling backoff v0.4.0
41012026-08-11T22:33:39.121Z[verify-libraries] Compiling half v2.7.1
41022026-08-11T22:33:39.175Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41032026-08-11T22:33:39.208Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41042026-08-11T22:33:39.251Z[verify-libraries] Compiling async-stream v0.3.6
41052026-08-11T22:33:39.251Z[verify-libraries] Compiling progenitor-extras v0.2.0
41062026-08-11T22:33:39.319Z[verify-libraries] Compiling ciborium-io v0.2.2
41072026-08-11T22:33:39.343Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41082026-08-11T22:33:39.368Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41092026-08-11T22:33:39.373Z[verify-libraries] Compiling indent_write v2.2.0
41102026-08-11T22:33:39.414Z[verify-libraries] Compiling ciborium-ll v0.2.2
41112026-08-11T22:33:39.449Z[verify-libraries] Compiling regress v0.11.1
41122026-08-11T22:33:39.470Z[ host-image] Aug 11 22:33:38.591 INFO O| Aug 11 22:33:38.591 INFO O| Planning: Planning completed in 6.38 seconds
41132026-08-11T22:33:39.474Z[ host-image] Aug 11 22:33:38.593 INFO O| Aug 11 22:33:38.593 INFO O| Packages to install: 130
41142026-08-11T22:33:39.474Z[ host-image] Aug 11 22:33:38.594 INFO O| Aug 11 22:33:38.593 INFO O| Mediators to change: 5
41152026-08-11T22:33:39.474Z[ host-image] Aug 11 22:33:38.594 INFO O| Aug 11 22:33:38.593 INFO O| Services to change: 6
41162026-08-11T22:33:39.482Z[verify-libraries] Compiling secrecy v0.10.3
41172026-08-11T22:33:39.504Z[ host-image] Aug 11 22:33:38.625 INFO O| Aug 11 22:33:38.625 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
41182026-08-11T22:33:39.510Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41192026-08-11T22:33:39.530Z[verify-libraries] Compiling derive_more v0.99.20
41202026-08-11T22:33:39.565Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41212026-08-11T22:33:39.588Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41222026-08-11T22:33:39.634Z[verify-libraries] Compiling inout v0.1.4
41232026-08-11T22:33:39.662Z[verify-libraries] Compiling ciborium v0.2.2
41242026-08-11T22:33:39.727Z[verify-libraries] Compiling universal-hash v0.5.1
41252026-08-11T22:33:39.774Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41262026-08-11T22:33:39.812Z[verify-libraries] Compiling cipher v0.4.4
41272026-08-11T22:33:39.876Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41282026-08-11T22:33:39.949Z[verify-libraries] Compiling opaque-debug v0.3.1
41292026-08-11T22:33:39.998Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41302026-08-11T22:33:40.042Z[verify-libraries] Compiling blake2 v0.10.6
41312026-08-11T22:33:40.070Z[verify-libraries] Compiling poly1305 v0.8.0
41322026-08-11T22:33:40.130Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41332026-08-11T22:33:40.159Z[verify-libraries] Compiling chacha20 v0.9.1
41342026-08-11T22:33:40.223Z[verify-libraries] Compiling aead v0.5.2
41352026-08-11T22:33:40.358Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41362026-08-11T22:33:40.379Z[verify-libraries] Compiling password-hash v0.5.0
41372026-08-11T22:33:40.466Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41382026-08-11T22:33:40.487Z[verify-libraries] Compiling num-derive v0.4.2
41392026-08-11T22:33:40.523Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41402026-08-11T22:33:40.548Z[verify-libraries] Compiling rayon-core v1.13.0
41412026-08-11T22:33:40.685Z[verify-libraries] Compiling argon2 v0.5.3
41422026-08-11T22:33:40.738Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41432026-08-11T22:33:40.765Z[verify-libraries] Compiling glob v0.3.3
41442026-08-11T22:33:40.858Z[verify-libraries] Compiling usdt-macro v0.5.0
41452026-08-11T22:33:40.892Z[verify-libraries] Compiling parse-display v0.10.0
41462026-08-11T22:33:40.921Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41472026-08-11T22:33:41.019Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41482026-08-11T22:33:41.204Z[verify-libraries] Compiling typify-impl v0.6.2
41492026-08-11T22:33:41.257Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41502026-08-11T22:33:41.271Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41512026-08-11T22:33:41.418Z[verify-libraries] Compiling vsss-rs v3.3.4
41522026-08-11T22:33:41.568Z[verify-libraries] Compiling memmap v0.7.0
41532026-08-11T22:33:41.664Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41542026-08-11T22:33:41.741Z[verify-libraries] Compiling heapless v0.8.0
41552026-08-11T22:33:41.787Z[verify-libraries] Compiling proc-macro-error v1.0.4
41562026-08-11T22:33:41.821Z[verify-libraries] Compiling tabwriter v1.4.1
41572026-08-11T22:33:41.912Z[verify-libraries] Compiling ingot-macros v0.2.0
41582026-08-11T22:33:42.056Z[verify-libraries] Compiling usdt v0.5.0
41592026-08-11T22:33:42.090Z[ recovery-image] Aug 11 22:33:41.212 INFO O| Aug 11 22:33:41.212 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41602026-08-11T22:33:42.094Z[verify-libraries] Compiling hash32 v0.3.1
41612026-08-11T22:33:42.099Z[ recovery-image] Aug 11 22:33:41.220 INFO O| Aug 11 22:33:41.220 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41622026-08-11T22:33:42.193Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41632026-08-11T22:33:42.225Z[verify-libraries] Compiling smoltcp v0.11.0
41642026-08-11T22:33:42.263Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41652026-08-11T22:33:42.263Z[verify-libraries] Compiling cobs v0.3.0
41662026-08-11T22:33:42.317Z[verify-libraries] Compiling num_enum_derive v0.7.6
41672026-08-11T22:33:42.370Z[verify-libraries] Compiling colored v3.1.1
41682026-08-11T22:33:42.371Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
41692026-08-11T22:33:42.435Z[ recovery-image] Aug 11 22:33:41.556 INFO O| Aug 11 22:33:41.556 INFO O| Caching catalogs ... Done
41702026-08-11T22:33:42.447Z[verify-libraries] Compiling postcard v1.1.3
41712026-08-11T22:33:42.531Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41722026-08-11T22:33:42.531Z[verify-libraries] Compiling rayon v1.11.0
41732026-08-11T22:33:42.531Z[verify-libraries] Compiling rand v0.10.1
41742026-08-11T22:33:42.534Z[ recovery-image] Aug 11 22:33:41.652 INFO O| Aug 11 22:33:41.652 INFO STEP 0 (pkg_image_create) COMPLETE
41752026-08-11T22:33:42.534Z[ recovery-image] Aug 11 22:33:41.652 INFO O| Aug 11 22:33:41.652 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41762026-08-11T22:33:42.540Z[ recovery-image] Aug 11 22:33:41.662 INFO O| Aug 11 22:33:41.661 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"]
41772026-08-11T22:33:42.589Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41782026-08-11T22:33:42.751Z[verify-libraries] Compiling proc-macro-crate v1.3.1
41792026-08-11T22:33:42.805Z[verify-libraries] Compiling foreign-types-macros v0.2.3
41802026-08-11T22:33:42.834Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
41812026-08-11T22:33:42.857Z[ recovery-image] Aug 11 22:33:41.978 INFO O| Aug 11 22:33:41.978 INFO STEP 1 (pkg_set_publisher) COMPLETE
41822026-08-11T22:33:42.857Z[ recovery-image] Aug 11 22:33:41.978 INFO O| Aug 11 22:33:41.978 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41832026-08-11T22:33:42.857Z[ recovery-image] Aug 11 22:33:41.978 INFO O| Aug 11 22:33:41.978 INFO skip step because feature "publisher_1_name" is not enabled
41842026-08-11T22:33:42.857Z[ recovery-image] Aug 11 22:33:41.978 INFO O| Aug 11 22:33:41.978 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41852026-08-11T22:33:42.857Z[ recovery-image] Aug 11 22:33:41.978 INFO O| Aug 11 22:33:41.978 INFO skip step because feature "publisher_2_name" is not enabled
41862026-08-11T22:33:42.857Z[ recovery-image] Aug 11 22:33:41.978 INFO O| Aug 11 22:33:41.978 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41872026-08-11T22:33:42.861Z[ recovery-image] Aug 11 22:33:41.978 INFO O| Aug 11 22:33:41.978 INFO skip step because feature "publisher_3_name" is not enabled
41882026-08-11T22:33:42.861Z[ recovery-image] Aug 11 22:33:41.978 INFO O| Aug 11 22:33:41.978 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41892026-08-11T22:33:42.861Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
41902026-08-11T22:33:42.922Z[verify-libraries] Compiling foreign-types-shared v0.3.1
41912026-08-11T22:33:43.084Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41922026-08-11T22:33:43.200Z[ recovery-image] Aug 11 22:33:42.321 INFO O| Aug 11 22:33:42.320 INFO variant opensolaris.zone is already global
41932026-08-11T22:33:43.200Z[ recovery-image] Aug 11 22:33:42.321 INFO O| Aug 11 22:33:42.320 INFO STEP 5 (pkg_change_variant) COMPLETE
41942026-08-11T22:33:43.200Z[ recovery-image] Aug 11 22:33:42.321 INFO O| Aug 11 22:33:42.320 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41952026-08-11T22:33:43.209Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
41962026-08-11T22:33:43.276Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
41972026-08-11T22:33:43.276Z[verify-libraries] Compiling num_enum_derive v0.5.11
41982026-08-11T22:33:43.352Z[verify-libraries] Compiling cstr-argument v0.1.2
41992026-08-11T22:33:43.402Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42002026-08-11T22:33:43.490Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42012026-08-11T22:33:43.528Z[verify-libraries] Compiling foreign-types v0.5.0
42022026-08-11T22:33:43.536Z[ recovery-image] Aug 11 22:33:42.655 INFO O| Aug 11 22:33:42.655 INFO variant opensolaris.imagetype is full; changing to partial
42032026-08-11T22:33:43.536Z[ recovery-image] Aug 11 22:33:42.656 INFO O| Aug 11 22:33:42.655 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42042026-08-11T22:33:43.561Z[verify-libraries] Compiling num_enum v0.7.6
42052026-08-11T22:33:43.620Z[verify-libraries] Compiling sigpipe v0.1.3
42062026-08-11T22:33:43.653Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42072026-08-11T22:33:43.653Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42082026-08-11T22:33:43.742Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42092026-08-11T22:33:43.770Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42102026-08-11T22:33:43.806Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42112026-08-11T22:33:43.831Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42122026-08-11T22:33:43.837Z[verify-libraries] Compiling itertools v0.12.1
42132026-08-11T22:33:43.973Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42142026-08-11T22:33:43.997Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42152026-08-11T22:33:43.997Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42162026-08-11T22:33:44.045Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42172026-08-11T22:33:44.082Z[verify-libraries] Compiling toml v0.8.23
42182026-08-11T22:33:44.126Z[verify-libraries] Compiling smf v0.2.3
42192026-08-11T22:33:44.298Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42202026-08-11T22:33:44.376Z[verify-libraries] Compiling whoami v1.6.1
42212026-08-11T22:33:44.460Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42222026-08-11T22:33:44.499Z[verify-libraries] Compiling derive-where v1.6.0
42232026-08-11T22:33:44.505Z[ host-image] Aug 11 22:33:43.626 INFO O| Aug 11 22:33:43.625 INFO O| Download: 11705/23887 items 99.3/222.8MB 44% complete (19.9M/s)
42242026-08-11T22:33:44.529Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42252026-08-11T22:33:44.613Z[verify-libraries] Compiling num_enum v0.5.11
42262026-08-11T22:33:44.745Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42272026-08-11T22:33:44.795Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42282026-08-11T22:33:44.795Z[verify-libraries] Compiling gethostname v0.5.0
42292026-08-11T22:33:44.852Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42302026-08-11T22:33:44.877Z[verify-libraries] Compiling console v0.15.11
42312026-08-11T22:33:44.928Z[verify-libraries] Compiling newline-converter v0.3.0
42322026-08-11T22:33:45.034Z[verify-libraries] Compiling resolv-conf v0.7.6
42332026-08-11T22:33:45.086Z[verify-libraries] Compiling zone v0.3.1
42342026-08-11T22:33:45.112Z[verify-libraries] Compiling ingot-types v0.2.0
42352026-08-11T22:33:45.178Z[verify-libraries] Compiling num-rational v0.4.2
42362026-08-11T22:33:45.183Z[ recovery-image] Aug 11 22:33:44.300 INFO O| Aug 11 22:33:44.300 INFO O| Startup: Refreshing catalog 'helios' ... Done
42372026-08-11T22:33:45.239Z[verify-libraries] Compiling num-complex v0.4.6
42382026-08-11T22:33:45.294Z[verify-libraries] Compiling expectorate v1.2.0
42392026-08-11T22:33:45.418Z[verify-libraries] Compiling slog-dtrace v0.3.0
42402026-08-11T22:33:45.494Z[verify-libraries] Compiling linear-map v1.2.0
42412026-08-11T22:33:45.547Z[verify-libraries] Compiling ingot v0.2.1
42422026-08-11T22:33:45.550Z[verify-libraries] Compiling prettyplease v0.2.37
42432026-08-11T22:33:45.580Z[ recovery-image] Aug 11 22:33:44.701 INFO O| Aug 11 22:33:44.701 INFO O| Startup: Caching catalogs ... Done
42442026-08-11T22:33:45.594Z[ recovery-image] Aug 11 22:33:44.715 INFO O| Aug 11 22:33:44.715 INFO O| Planning: Planning completed in 0.00 seconds
42452026-08-11T22:33:45.598Z[ recovery-image] Aug 11 22:33:44.715 INFO O| Aug 11 22:33:44.715 INFO O| Planning: Consolidating action changes ... Done
42462026-08-11T22:33:45.598Z[ recovery-image] Aug 11 22:33:44.715 INFO O| Aug 11 22:33:44.715 INFO O| Planning: Evaluating mediators ... Done
42472026-08-11T22:33:45.598Z[ recovery-image] Aug 11 22:33:44.716 INFO O| Aug 11 22:33:44.715 INFO O| Planning: Planning completed in 0.00 seconds
42482026-08-11T22:33:45.598Z[ recovery-image] Aug 11 22:33:44.716 INFO O| Aug 11 22:33:44.716 INFO O| Variants/Facets to change: 1
42492026-08-11T22:33:45.606Z[ recovery-image] Aug 11 22:33:44.727 INFO O| Aug 11 22:33:44.727 INFO O| Finalize: Updating package state database ... Done
42502026-08-11T22:33:45.606Z[ recovery-image] Aug 11 22:33:44.727 INFO O| Aug 11 22:33:44.727 INFO O| Finalize: Updating package cache ... Done
42512026-08-11T22:33:45.621Z[verify-libraries] Compiling num v0.4.3
42522026-08-11T22:33:45.621Z[verify-libraries] Compiling float-ord v0.3.2
42532026-08-11T22:33:45.671Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42542026-08-11T22:33:45.674Z[ recovery-image] Aug 11 22:33:44.795 INFO O| Aug 11 22:33:44.795 INFO O| Finalize: Updating image state ... Done
42552026-08-11T22:33:45.688Z[ recovery-image] Aug 11 22:33:44.809 INFO O| Aug 11 22:33:44.809 INFO O| Finalize: Creating fast lookup database ... Done
42562026-08-11T22:33:45.691Z[ recovery-image] Aug 11 22:33:44.809 INFO O| Aug 11 22:33:44.809 INFO O| Finalize: Reading search index ... Done
42572026-08-11T22:33:45.691Z[ recovery-image] Aug 11 22:33:44.809 INFO O| Aug 11 22:33:44.809 INFO O| Finalize: Updating search index ... Done
42582026-08-11T22:33:45.691Z[ recovery-image] Aug 11 22:33:44.810 INFO O| Aug 11 22:33:44.810 INFO O| Finalize: Updating package cache ... Done
42592026-08-11T22:33:45.728Z[verify-libraries] Compiling linked-hash-map v0.5.6
42602026-08-11T22:33:45.749Z[verify-libraries] Compiling hickory-proto v0.24.4
42612026-08-11T22:33:45.771Z[verify-libraries] Compiling convert_case v0.10.0
42622026-08-11T22:33:45.811Z[verify-libraries] Compiling minimal-lexical v0.2.1
42632026-08-11T22:33:45.862Z[verify-libraries] Compiling owo-colors v4.3.0
42642026-08-11T22:33:45.920Z[verify-libraries] Compiling lru-cache v0.1.2
42652026-08-11T22:33:45.950Z[ recovery-image] Aug 11 22:33:45.071 INFO O| Aug 11 22:33:45.071 INFO STEP 6 (pkg_change_variant) COMPLETE
42662026-08-11T22:33:45.950Z[ recovery-image] Aug 11 22:33:45.071 INFO O| Aug 11 22:33:45.071 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42672026-08-11T22:33:45.950Z[ recovery-image] Aug 11 22:33:45.071 INFO O| Aug 11 22:33:45.071 INFO skip step because feature "debug_variant" is not enabled
42682026-08-11T22:33:45.950Z[ recovery-image] Aug 11 22:33:45.071 INFO O| Aug 11 22:33:45.071 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42692026-08-11T22:33:45.967Z[verify-libraries] Compiling unicode-xid v0.2.6
42702026-08-11T22:33:46.000Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
42712026-08-11T22:33:46.094Z[verify-libraries] Compiling nom v7.1.3
42722026-08-11T22:33:46.136Z[verify-libraries] Compiling derive_more-impl v2.1.1
42732026-08-11T22:33:46.141Z[verify-libraries] Compiling tabled_derive v0.7.0
42742026-08-11T22:33:46.180Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42752026-08-11T22:33:46.231Z[verify-libraries] Compiling fd-lock v4.0.4
42762026-08-11T22:33:46.235Z[verify-libraries] Compiling typify-macro v0.6.2
42772026-08-11T22:33:46.293Z[ recovery-image] Aug 11 22:33:45.414 INFO O| Aug 11 22:33:45.414 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42782026-08-11T22:33:46.416Z[verify-libraries] Compiling vte v0.14.1
42792026-08-11T22:33:46.624Z[verify-libraries] Compiling display-error-chain v0.2.2
42802026-08-11T22:33:46.729Z[verify-libraries] Compiling nu-ansi-term v0.50.3
42812026-08-11T22:33:46.803Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
42822026-08-11T22:33:46.846Z[verify-libraries] Compiling stacker v0.1.23
42832026-08-11T22:33:47.108Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
42842026-08-11T22:33:47.184Z[verify-libraries] Compiling reedline v0.40.0
42852026-08-11T22:33:47.221Z[verify-libraries] Compiling derive_more v2.1.1
42862026-08-11T22:33:47.276Z[verify-libraries] Compiling psm v0.1.30
42872026-08-11T22:33:47.320Z[verify-libraries] Compiling oxide-update-engine v0.1.2
42882026-08-11T22:33:47.354Z[verify-libraries] Compiling crossterm v0.29.0
42892026-08-11T22:33:47.384Z[verify-libraries] Compiling cfg_aliases v0.1.1
42902026-08-11T22:33:47.454Z[verify-libraries] Compiling tabled v0.15.0
42912026-08-11T22:33:47.504Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42922026-08-11T22:33:47.527Z[verify-libraries] Compiling nix v0.28.0
42932026-08-11T22:33:47.532Z[verify-libraries] Compiling semver v0.1.20
42942026-08-11T22:33:47.532Z[verify-libraries] Compiling termtree v0.5.1
42952026-08-11T22:33:47.697Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42962026-08-11T22:33:47.751Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
42972026-08-11T22:33:47.794Z[verify-libraries] Compiling phf_shared v0.12.1
42982026-08-11T22:33:47.842Z[verify-libraries] Compiling rustc_version v0.1.7
42992026-08-11T22:33:47.888Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43002026-08-11T22:33:47.938Z[verify-libraries] Compiling nibble_vec v0.1.0
43012026-08-11T22:33:47.943Z[verify-libraries] Compiling chrono-tz v0.10.4
43022026-08-11T22:33:48.048Z[verify-libraries] Compiling endian-type v0.1.2
43032026-08-11T22:33:48.074Z[verify-libraries] Compiling highway v1.3.0
43042026-08-11T22:33:48.116Z[ recovery-image] Aug 11 22:33:47.236 INFO O| Aug 11 22:33:47.236 INFO O| Startup: Refreshing catalog 'helios' ... Done
43052026-08-11T22:33:48.134Z[verify-libraries] Compiling newtype_derive v0.1.6
43062026-08-11T22:33:48.178Z[verify-libraries] Compiling hickory-resolver v0.24.4
43072026-08-11T22:33:48.280Z[verify-libraries] Compiling radix_trie v0.2.1
43082026-08-11T22:33:48.403Z[verify-libraries] Compiling phf v0.12.1
43092026-08-11T22:33:48.470Z[verify-libraries] Compiling recursive v0.1.1
43102026-08-11T22:33:48.508Z[ recovery-image] Aug 11 22:33:47.630 INFO O| Aug 11 22:33:47.630 INFO O| Startup: Caching catalogs ... Done
43112026-08-11T22:33:48.512Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43122026-08-11T22:33:48.516Z[verify-libraries] Compiling typify v0.6.2
43132026-08-11T22:33:48.516Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43142026-08-11T22:33:48.527Z[ recovery-image] Aug 11 22:33:47.644 INFO O| Aug 11 22:33:47.644 INFO O| Planning: Planning completed in 0.00 seconds
43152026-08-11T22:33:48.527Z[ recovery-image] Aug 11 22:33:47.644 INFO O| Aug 11 22:33:47.644 INFO O| Planning: Consolidating action changes ... Done
43162026-08-11T22:33:48.527Z[ recovery-image] Aug 11 22:33:47.644 INFO O| Aug 11 22:33:47.644 INFO O| Planning: Evaluating mediators ... Done
43172026-08-11T22:33:48.527Z[ recovery-image] Aug 11 22:33:47.645 INFO O| Aug 11 22:33:47.645 INFO O| Planning: Planning completed in 0.00 seconds
43182026-08-11T22:33:48.527Z[ recovery-image] Aug 11 22:33:47.645 INFO O| Aug 11 22:33:47.645 INFO O| Variants/Facets to change: 1
43192026-08-11T22:33:48.536Z[ recovery-image] Aug 11 22:33:47.657 INFO O| Aug 11 22:33:47.657 INFO O| Finalize: Updating package state database ... Done
43202026-08-11T22:33:48.536Z[ recovery-image] Aug 11 22:33:47.657 INFO O| Aug 11 22:33:47.657 INFO O| Finalize: Updating package cache ... Done
43212026-08-11T22:33:48.598Z[ recovery-image] Aug 11 22:33:47.716 INFO O| Aug 11 22:33:47.716 INFO O| Finalize: Updating image state ... Done
43222026-08-11T22:33:48.602Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43232026-08-11T22:33:48.608Z[ recovery-image] Aug 11 22:33:47.730 INFO O| Aug 11 22:33:47.730 INFO O| Finalize: Creating fast lookup database ... Done
43242026-08-11T22:33:48.612Z[ recovery-image] Aug 11 22:33:47.730 INFO O| Aug 11 22:33:47.730 INFO O| Finalize: Reading search index ... Done
43252026-08-11T22:33:48.612Z[ recovery-image] Aug 11 22:33:47.730 INFO O| Aug 11 22:33:47.730 INFO O| Finalize: Updating search index ... Done
43262026-08-11T22:33:48.612Z[ recovery-image] Aug 11 22:33:47.731 INFO O| Aug 11 22:33:47.731 INFO O| Finalize: Updating package cache ... Done
43272026-08-11T22:33:48.644Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43282026-08-11T22:33:48.644Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43292026-08-11T22:33:48.647Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43302026-08-11T22:33:48.647Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43312026-08-11T22:33:48.709Z[verify-libraries] Compiling progenitor-impl v0.14.0
43322026-08-11T22:33:48.907Z[ recovery-image] Aug 11 22:33:48.028 INFO O| Aug 11 22:33:48.028 INFO STEP 8 (pkg_change_facet) COMPLETE
43332026-08-11T22:33:48.907Z[ recovery-image] Aug 11 22:33:48.029 INFO O| Aug 11 22:33:48.028 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43342026-08-11T22:33:49.225Z[verify-libraries] Compiling peg-macros v0.8.5
43352026-08-11T22:33:49.253Z[ recovery-image] Aug 11 22:33:48.374 INFO O| Aug 11 22:33:48.374 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43362026-08-11T22:33:49.291Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43372026-08-11T22:33:49.511Z[ host-image] Aug 11 22:33:48.632 INFO O| Aug 11 22:33:48.632 INFO O| Download: 22986/23887 items 215.3/222.8MB 96% complete (21.5M/s)
43382026-08-11T22:33:49.634Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43392026-08-11T22:33:49.670Z[verify-libraries] Compiling qorb v0.4.1
43402026-08-11T22:33:49.754Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43412026-08-11T22:33:50.035Z[verify-libraries] Compiling csv-core v0.1.13
43422026-08-11T22:33:50.063Z[verify-libraries] Compiling winnow v0.6.26
43432026-08-11T22:33:50.106Z[verify-libraries] Compiling home v0.5.12
43442026-08-11T22:33:50.143Z[verify-libraries] Compiling unicode_categories v0.1.1
43452026-08-11T22:33:50.205Z[verify-libraries] Compiling sqlparser v0.61.0
43462026-08-11T22:33:50.304Z[verify-libraries] Compiling csv v1.4.0
43472026-08-11T22:33:50.336Z[ host-image] Aug 11 22:33:49.457 INFO O| Aug 11 22:33:49.457 INFO O| Download: Completed 222.83 MB in 10.83 seconds (20.5M/s)
43482026-08-11T22:33:50.374Z[verify-libraries] Compiling rustyline v14.0.0
43492026-08-11T22:33:50.460Z[verify-libraries] Compiling textwrap v0.16.2
43502026-08-11T22:33:50.699Z[verify-libraries] Compiling peg v0.8.5
43512026-08-11T22:33:50.737Z[verify-libraries] Compiling const_format v0.2.35
43522026-08-11T22:33:50.869Z[ host-image] Aug 11 22:33:49.990 INFO O| Aug 11 22:33:49.990 INFO O| Actions: 1/54180 actions (Installing new actions)
43532026-08-11T22:33:50.934Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43542026-08-11T22:33:51.034Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43552026-08-11T22:33:51.091Z[ recovery-image] Aug 11 22:33:50.212 INFO O| Aug 11 22:33:50.212 INFO O| Startup: Refreshing catalog 'helios' ... Done
43562026-08-11T22:33:51.204Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43572026-08-11T22:33:51.235Z[verify-libraries] Compiling bcs v0.1.6
43582026-08-11T22:33:51.267Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43592026-08-11T22:33:51.461Z[verify-libraries] Compiling nom v8.0.0
43602026-08-11T22:33:51.523Z[ recovery-image] Aug 11 22:33:50.643 INFO O| Aug 11 22:33:50.643 INFO O| Startup: Caching catalogs ... Done
43612026-08-11T22:33:51.538Z[ recovery-image] Aug 11 22:33:50.658 INFO O| Aug 11 22:33:50.658 INFO O| Planning: Planning completed in 0.00 seconds
43622026-08-11T22:33:51.541Z[ recovery-image] Aug 11 22:33:50.659 INFO O| Aug 11 22:33:50.659 INFO O| Planning: Consolidating action changes ... Done
43632026-08-11T22:33:51.541Z[ recovery-image] Aug 11 22:33:50.659 INFO O| Aug 11 22:33:50.659 INFO O| Planning: Evaluating mediators ... Done
43642026-08-11T22:33:51.541Z[ recovery-image] Aug 11 22:33:50.660 INFO O| Aug 11 22:33:50.660 INFO O| Planning: Planning completed in 0.00 seconds
43652026-08-11T22:33:51.541Z[ recovery-image] Aug 11 22:33:50.660 INFO O| Aug 11 22:33:50.660 INFO O| Variants/Facets to change: 1
43662026-08-11T22:33:51.582Z[verify-libraries] Compiling sqlformat v0.3.5
43672026-08-11T22:33:51.686Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43682026-08-11T22:33:51.727Z[verify-libraries] Compiling progenitor-macro v0.14.0
43692026-08-11T22:33:51.730Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43702026-08-11T22:33:51.793Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43712026-08-11T22:33:51.968Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43722026-08-11T22:33:52.075Z[ recovery-image] Aug 11 22:33:51.195 INFO O| Aug 11 22:33:51.195 INFO O| Finalize: Updating package state database ... Done
43732026-08-11T22:33:52.076Z[ recovery-image] Aug 11 22:33:51.195 INFO O| Aug 11 22:33:51.195 INFO O| Finalize: Updating package cache ... Done
43742026-08-11T22:33:52.135Z[ recovery-image] Aug 11 22:33:51.256 INFO O| Aug 11 22:33:51.256 INFO O| Finalize: Updating image state ... Done
43752026-08-11T22:33:52.140Z[verify-libraries] Compiling steno v0.4.1
43762026-08-11T22:33:52.148Z[ recovery-image] Aug 11 22:33:51.270 INFO O| Aug 11 22:33:51.270 INFO O| Finalize: Creating fast lookup database ... Done
43772026-08-11T22:33:52.152Z[ recovery-image] Aug 11 22:33:51.270 INFO O| Aug 11 22:33:51.270 INFO O| Finalize: Reading search index ... Done
43782026-08-11T22:33:52.152Z[ recovery-image] Aug 11 22:33:51.270 INFO O| Aug 11 22:33:51.270 INFO O| Finalize: Updating search index ... Done
43792026-08-11T22:33:52.152Z[ recovery-image] Aug 11 22:33:51.271 INFO O| Aug 11 22:33:51.271 INFO O| Finalize: Updating package cache ... Done
43802026-08-11T22:33:52.174Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43812026-08-11T22:33:52.221Z[verify-libraries] Compiling sha1 v0.10.6
43822026-08-11T22:33:52.294Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43832026-08-11T22:33:52.403Z[ recovery-image] Aug 11 22:33:51.524 INFO O| Aug 11 22:33:51.524 INFO STEP 9 (pkg_change_facet) COMPLETE
43842026-08-11T22:33:52.403Z[ recovery-image] Aug 11 22:33:51.524 INFO O| Aug 11 22:33:51.524 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43852026-08-11T22:33:52.625Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43862026-08-11T22:33:52.682Z[verify-libraries] Compiling tagptr v0.2.0
43872026-08-11T22:33:52.716Z[verify-libraries] Compiling utf-8 v0.7.6
43882026-08-11T22:33:52.743Z[ recovery-image] Aug 11 22:33:51.864 INFO O| Aug 11 22:33:51.864 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43892026-08-11T22:33:52.747Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43902026-08-11T22:33:52.819Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
43912026-08-11T22:33:52.882Z[verify-libraries] Compiling moka v0.12.13
43922026-08-11T22:33:52.937Z[verify-libraries] Compiling tungstenite v0.21.0
43932026-08-11T22:33:52.965Z[verify-libraries] Compiling libefi-sys v0.1.0
43942026-08-11T22:33:52.968Z[verify-libraries] Compiling bitfield-struct v0.6.2
43952026-08-11T22:33:52.990Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
43962026-08-11T22:33:53.205Z[verify-libraries] Compiling libscf-sys v1.2.0
43972026-08-11T22:33:53.262Z[verify-libraries] Compiling xshell-macros v0.2.7
43982026-08-11T22:33:53.367Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43992026-08-11T22:33:53.432Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44002026-08-11T22:33:53.574Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44012026-08-11T22:33:53.711Z[verify-libraries] Compiling hickory-resolver v0.25.2
44022026-08-11T22:33:53.798Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44032026-08-11T22:33:53.833Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44042026-08-11T22:33:53.838Z[verify-libraries] Compiling xshell v0.2.7
44052026-08-11T22:33:53.946Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44062026-08-11T22:33:54.013Z[verify-libraries] Compiling papergrid v0.18.0
44072026-08-11T22:33:54.072Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44082026-08-11T22:33:54.077Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44092026-08-11T22:33:54.130Z[verify-libraries] Compiling sha2 v0.11.0
44102026-08-11T22:33:54.133Z[verify-libraries] Compiling subprocess v0.2.15
44112026-08-11T22:33:54.144Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44122026-08-11T22:33:54.169Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44132026-08-11T22:33:54.498Z[verify-libraries] Compiling headers-core v0.3.0
44142026-08-11T22:33:54.622Z[verify-libraries] Compiling unicase v2.9.0
44152026-08-11T22:33:54.787Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44162026-08-11T22:33:54.810Z[ recovery-image] Aug 11 22:33:53.932 INFO O| Aug 11 22:33:53.932 INFO O| Startup: Refreshing catalog 'helios' ... Done
44172026-08-11T22:33:54.824Z[verify-libraries] Compiling headers v0.4.1
44182026-08-11T22:33:54.921Z[verify-libraries] Compiling darling_core v0.21.3
44192026-08-11T22:33:55.051Z[verify-libraries] Compiling crc8 v0.1.1
44202026-08-11T22:33:55.113Z[verify-libraries] Compiling maplit v1.0.2
44212026-08-11T22:33:55.263Z[verify-libraries] Compiling tabled v0.21.0
44222026-08-11T22:33:55.317Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44232026-08-11T22:33:55.550Z[ recovery-image] Aug 11 22:33:54.670 INFO O| Aug 11 22:33:54.670 INFO O| Startup: Caching catalogs ... Done
44242026-08-11T22:33:55.564Z[ recovery-image] Aug 11 22:33:54.684 INFO O| Aug 11 22:33:54.684 INFO O| Planning: Planning completed in 0.00 seconds
44252026-08-11T22:33:55.569Z[ recovery-image] Aug 11 22:33:54.685 INFO O| Aug 11 22:33:54.684 INFO O| Planning: Consolidating action changes ... Done
44262026-08-11T22:33:55.569Z[ recovery-image] Aug 11 22:33:54.685 INFO O| Aug 11 22:33:54.685 INFO O| Planning: Evaluating mediators ... Done
44272026-08-11T22:33:55.569Z[ recovery-image] Aug 11 22:33:54.685 INFO O| Aug 11 22:33:54.685 INFO O| Planning: Planning completed in 0.00 seconds
44282026-08-11T22:33:55.569Z[ recovery-image] Aug 11 22:33:54.685 INFO O| Aug 11 22:33:54.685 INFO O| Variants/Facets to change: 1
44292026-08-11T22:33:55.610Z[ recovery-image] Aug 11 22:33:54.731 INFO O| Aug 11 22:33:54.731 INFO O| Finalize: Updating package state database ... Done
44302026-08-11T22:33:55.610Z[ recovery-image] Aug 11 22:33:54.731 INFO O| Aug 11 22:33:54.731 INFO O| Finalize: Updating package cache ... Done
44312026-08-11T22:33:55.621Z[verify-libraries] Compiling yasna v0.5.2
44322026-08-11T22:33:55.672Z[ recovery-image] Aug 11 22:33:54.794 INFO O| Aug 11 22:33:54.793 INFO O| Finalize: Updating image state ... Done
44332026-08-11T22:33:55.689Z[ recovery-image] Aug 11 22:33:54.810 INFO O| Aug 11 22:33:54.809 INFO O| Finalize: Creating fast lookup database ... Done
44342026-08-11T22:33:55.689Z[ recovery-image] Aug 11 22:33:54.810 INFO O| Aug 11 22:33:54.809 INFO O| Finalize: Reading search index ... Done
44352026-08-11T22:33:55.689Z[ recovery-image] Aug 11 22:33:54.810 INFO O| Aug 11 22:33:54.809 INFO O| Finalize: Updating search index ... Done
44362026-08-11T22:33:55.689Z[ recovery-image] Aug 11 22:33:54.810 INFO O| Aug 11 22:33:54.810 INFO O| Finalize: Updating package cache ... Done
44372026-08-11T22:33:55.872Z[verify-libraries] Compiling vergen-lib v0.1.6
44382026-08-11T22:33:55.872Z[ host-image] Aug 11 22:33:54.990 INFO O| Aug 11 22:33:54.990 INFO O| Actions: 24978/54180 actions (Installing new actions)
44392026-08-11T22:33:55.911Z[verify-libraries] Compiling diesel_derives v2.3.7
44402026-08-11T22:33:55.955Z[ recovery-image] Aug 11 22:33:55.073 INFO O| Aug 11 22:33:55.073 INFO STEP 10 (pkg_change_facet) COMPLETE
44412026-08-11T22:33:55.969Z[ recovery-image] Aug 11 22:33:55.073 INFO O| Aug 11 22:33:55.073 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44422026-08-11T22:33:55.973Z[ recovery-image] Aug 11 22:33:55.090 INFO O| Aug 11 22:33:55.090 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"]
44432026-08-11T22:33:56.105Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44442026-08-11T22:33:56.167Z[verify-libraries] Compiling rcgen v0.12.1
44452026-08-11T22:33:56.371Z[verify-libraries] Compiling port-file v0.1.0
44462026-08-11T22:33:56.426Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44472026-08-11T22:33:56.475Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44482026-08-11T22:33:56.570Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44492026-08-11T22:33:56.612Z[verify-libraries] Compiling half v1.8.3
44502026-08-11T22:33:56.871Z[verify-libraries] Compiling r2d2 v0.8.10
44512026-08-11T22:33:56.902Z[verify-libraries] Compiling serde_cbor v0.11.2
44522026-08-11T22:33:56.938Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44532026-08-11T22:33:56.981Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44542026-08-11T22:33:57.009Z[verify-libraries] Compiling crunchy v0.2.4
44552026-08-11T22:33:57.226Z[verify-libraries] Compiling cpubits v0.1.1
44562026-08-11T22:33:57.259Z[verify-libraries] Compiling downcast-rs v2.0.2
44572026-08-11T22:33:57.345Z[verify-libraries] Compiling dirs-next v2.0.0
44582026-08-11T22:33:57.451Z[verify-libraries] Compiling clang-sys v1.8.1
44592026-08-11T22:33:57.484Z[verify-libraries] Compiling tiny-keccak v2.0.2
44602026-08-11T22:33:57.509Z[verify-libraries] Compiling progenitor v0.14.0
44612026-08-11T22:33:57.557Z[verify-libraries] Compiling term v0.7.0
44622026-08-11T22:33:57.724Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44632026-08-11T22:33:57.755Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44642026-08-11T22:33:57.820Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44652026-08-11T22:33:57.844Z[verify-libraries] Compiling darling_macro v0.21.3
44662026-08-11T22:33:57.907Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44672026-08-11T22:33:58.070Z[ recovery-image] Aug 11 22:33:57.191 INFO O| Aug 11 22:33:57.191 INFO O| Startup: Refreshing catalog 'helios' ... Done
44682026-08-11T22:33:58.169Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44692026-08-11T22:33:58.190Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
44702026-08-11T22:33:58.213Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44712026-08-11T22:33:58.250Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44722026-08-11T22:33:58.439Z[ host-image] Aug 11 22:33:57.560 INFO O| Aug 11 22:33:57.560 INFO O| Actions: Completed 54180 actions in 7.57 seconds.
44732026-08-11T22:33:58.542Z[ host-image] Aug 11 22:33:57.663 INFO O| Aug 11 22:33:57.663 INFO O| Finalize: Updating package state database ... Done
44742026-08-11T22:33:58.542Z[ host-image] Aug 11 22:33:57.663 INFO O| Aug 11 22:33:57.663 INFO O| Finalize: Updating package cache ... Done
44752026-08-11T22:33:58.576Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44762026-08-11T22:33:58.651Z[ host-image] Aug 11 22:33:57.772 INFO O| Aug 11 22:33:57.772 INFO O| Finalize: Updating image state ... Done
44772026-08-11T22:33:58.667Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44782026-08-11T22:33:58.698Z[verify-libraries] Compiling darling v0.21.3
44792026-08-11T22:33:58.730Z[verify-libraries] Compiling bit-vec v0.6.3
44802026-08-11T22:33:58.733Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44812026-08-11T22:33:58.833Z[verify-libraries] Compiling diff v0.1.13
44822026-08-11T22:33:58.862Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44832026-08-11T22:33:58.918Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44842026-08-11T22:33:58.993Z[verify-libraries] Compiling bit-set v0.5.3
44852026-08-11T22:33:58.996Z[ recovery-image] Aug 11 22:33:58.117 INFO O| Aug 11 22:33:58.117 INFO O| Startup: Caching catalogs ... Done
44862026-08-11T22:33:59.122Z[verify-libraries] Compiling ascii-canvas v3.0.0
44872026-08-11T22:33:59.163Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44882026-08-11T22:33:59.217Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44892026-08-11T22:33:59.221Z[verify-libraries] Compiling itertools v0.10.5
44902026-08-11T22:33:59.221Z[verify-libraries] Compiling ena v0.14.4
44912026-08-11T22:33:59.221Z[verify-libraries] Compiling libloading v0.8.9
44922026-08-11T22:33:59.386Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44932026-08-11T22:33:59.434Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44942026-08-11T22:33:59.507Z[verify-libraries] Compiling regex-syntax v0.6.29
44952026-08-11T22:33:59.548Z[verify-libraries] Compiling bindgen v0.71.1
44962026-08-11T22:33:59.637Z[ host-image] Aug 11 22:33:58.758 INFO O| Aug 11 22:33:58.758 INFO O| Finalize: Creating fast lookup database ... Done
44972026-08-11T22:33:59.665Z[ host-image] Aug 11 22:33:58.786 INFO O| Aug 11 22:33:58.786 INFO O| Finalize: Reading search index ... Done
44982026-08-11T22:33:59.941Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
44992026-08-11T22:33:59.974Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45002026-08-11T22:34:00.008Z[verify-libraries] Compiling cexpr v0.6.0
45012026-08-11T22:34:00.071Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45022026-08-11T22:34:00.258Z[verify-libraries] Compiling rustc-hash v2.1.1
45032026-08-11T22:34:00.370Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45042026-08-11T22:34:00.448Z[verify-libraries] Compiling libxml v0.3.3
45052026-08-11T22:34:00.545Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45062026-08-11T22:34:00.645Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45072026-08-11T22:34:00.671Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45082026-08-11T22:34:00.852Z[verify-libraries] Compiling lalrpop v0.19.12
45092026-08-11T22:34:00.940Z[verify-libraries] Compiling strum_macros v0.24.3
45102026-08-11T22:34:00.944Z[verify-libraries] Compiling hmac v0.13.0
45112026-08-11T22:34:01.055Z[ recovery-image] Aug 11 22:34:00.176 INFO O| Aug 11 22:34:00.176 INFO O| Planning: Solver setup ... Done
45122026-08-11T22:34:01.211Z[ recovery-image] Aug 11 22:34:00.331 INFO O| Aug 11 22:34:00.331 INFO O| Planning: Running solver ... Done
45132026-08-11T22:34:01.254Z[ recovery-image] Aug 11 22:34:00.375 INFO O| Aug 11 22:34:00.375 INFO O| Planning: Finding local manifests ... Done
45142026-08-11T22:34:01.301Z[ recovery-image] Aug 11 22:34:00.420 INFO O| Aug 11 22:34:00.420 INFO O| Planning: Fetching manifests: 0/130 0% complete
45152026-08-11T22:34:01.304Z[verify-libraries] Compiling universal-hash v0.6.1
45162026-08-11T22:34:01.334Z[verify-libraries] Compiling fxhash v0.2.1
45172026-08-11T22:34:01.495Z[verify-libraries] Compiling indoc v1.0.9
45182026-08-11T22:34:01.692Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45192026-08-11T22:34:02.063Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45202026-08-11T22:34:02.194Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45212026-08-11T22:34:02.269Z[ host-image] Aug 11 22:34:01.390 INFO O| Aug 11 22:34:01.390 INFO O| Finalize: Building new search index ... Done
45222026-08-11T22:34:02.580Z[verify-libraries] Compiling progenitor-impl v0.13.0
45232026-08-11T22:34:02.618Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45242026-08-11T22:34:02.721Z[ host-image] Aug 11 22:34:01.842 INFO O| Aug 11 22:34:01.842 INFO O| Finalize: Updating package cache ... Done
45252026-08-11T22:34:03.027Z[verify-libraries] Compiling oso-derive v0.27.3
45262026-08-11T22:34:03.186Z[ host-image] Aug 11 22:34:02.307 INFO O| Aug 11 22:34:02.307 INFO STEP 11 (pkg_install) COMPLETE
45272026-08-11T22:34:03.186Z[ host-image] Aug 11 22:34:02.308 INFO O| Aug 11 22:34:02.307 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45282026-08-11T22:34:03.198Z[ host-image] Aug 11 22:34:02.318 INFO O| Aug 11 22:34:02.318 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"]
45292026-08-11T22:34:03.401Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45302026-08-11T22:34:03.852Z[verify-libraries] Compiling quick-xml v0.37.5
45312026-08-11T22:34:04.243Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45322026-08-11T22:34:04.323Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45332026-08-11T22:34:04.613Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45342026-08-11T22:34:05.292Z[ recovery-image] Aug 11 22:34:04.413 INFO O| Aug 11 22:34:04.413 INFO O| Planning: Fetching manifests: 130/130 100% complete
45352026-08-11T22:34:05.308Z[ host-image] Aug 11 22:34:04.429 INFO O| Aug 11 22:34:04.429 INFO O| Startup: Refreshing catalog 'helios' ... Done
45362026-08-11T22:34:05.515Z[verify-libraries] Compiling openssl-probe v0.1.6
45372026-08-11T22:34:05.638Z[verify-libraries] Compiling diesel v2.3.7
45382026-08-11T22:34:05.716Z[ recovery-image] Aug 11 22:34:04.837 INFO O| Aug 11 22:34:04.837 INFO O| Planning: Package planning ... Done
45392026-08-11T22:34:05.731Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45402026-08-11T22:34:05.737Z[ host-image] Aug 11 22:34:04.859 INFO O| Aug 11 22:34:04.859 INFO O| Startup: Caching catalogs ... Done
45412026-08-11T22:34:05.789Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45422026-08-11T22:34:05.866Z[ recovery-image] Aug 11 22:34:04.987 INFO O| Aug 11 22:34:04.987 INFO O| Planning: Merging actions ... Done
45432026-08-11T22:34:05.873Z[verify-libraries] Compiling progenitor-macro v0.13.0
45442026-08-11T22:34:05.940Z[ recovery-image] Aug 11 22:34:05.061 INFO O| Aug 11 22:34:05.061 INFO O| Planning: Checking for conflicting actions ... Done
45452026-08-11T22:34:06.034Z[ recovery-image] Aug 11 22:34:05.155 INFO O| Aug 11 22:34:05.154 INFO O| Planning: Consolidating action changes ... Done
45462026-08-11T22:34:06.169Z[ recovery-image] Aug 11 22:34:05.290 INFO O| Aug 11 22:34:05.290 INFO O| Planning: Evaluating mediators ... Done
45472026-08-11T22:34:06.174Z[ host-image] Aug 11 22:34:05.296 INFO O| Aug 11 22:34:05.296 INFO O| Planning: Solver setup ... Done
45482026-08-11T22:34:06.180Z[ host-image] Aug 11 22:34:05.301 INFO O| Aug 11 22:34:05.301 INFO O| Planning: Running solver ... Done
45492026-08-11T22:34:06.194Z[ host-image] Aug 11 22:34:05.315 INFO O| Aug 11 22:34:05.315 INFO O| Planning: Finding local manifests ... Done
45502026-08-11T22:34:06.222Z[verify-libraries] Compiling polyval v0.7.1
45512026-08-11T22:34:06.232Z[ host-image] Aug 11 22:34:05.353 INFO O| Aug 11 22:34:05.353 INFO O| Planning: Fetching manifests: 0/6 0% complete
45522026-08-11T22:34:06.259Z[verify-libraries] Compiling der v0.8.0
45532026-08-11T22:34:06.307Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45542026-08-11T22:34:06.320Z[ host-image] Aug 11 22:34:05.439 INFO O| Aug 11 22:34:05.438 INFO O| Planning: Fetching manifests: 6/6 100% complete
45552026-08-11T22:34:06.342Z[ host-image] Aug 11 22:34:05.463 INFO O| Aug 11 22:34:05.463 INFO O| Planning: Package planning ... Done
45562026-08-11T22:34:06.345Z[ host-image] Aug 11 22:34:05.465 INFO O| Aug 11 22:34:05.465 INFO O| Planning: Merging actions ... Done
45572026-08-11T22:34:06.496Z[ host-image] Aug 11 22:34:05.615 INFO O| Aug 11 22:34:05.615 INFO O| Planning: Checking for conflicting actions ... Done
45582026-08-11T22:34:06.499Z[ host-image] Aug 11 22:34:05.617 INFO O| Aug 11 22:34:05.617 INFO O| Planning: Consolidating action changes ... Done
45592026-08-11T22:34:06.510Z[verify-libraries] Compiling progenitor-client v0.13.0
45602026-08-11T22:34:06.608Z[verify-libraries] Compiling git-stub v1.0.0
45612026-08-11T22:34:06.635Z[ host-image] Aug 11 22:34:05.756 INFO O| Aug 11 22:34:05.756 INFO O| Planning: Evaluating mediators ... Done
45622026-08-11T22:34:06.638Z[ host-image] Aug 11 22:34:05.757 INFO O| Aug 11 22:34:05.757 INFO O| Planning: Planning completed in 0.88 seconds
45632026-08-11T22:34:06.638Z[ host-image] Aug 11 22:34:05.758 INFO O| Aug 11 22:34:05.758 INFO O| Packages to install: 6
45642026-08-11T22:34:06.638Z[ host-image] Aug 11 22:34:05.758 INFO O| Aug 11 22:34:05.758 INFO O| Services to change: 2
45652026-08-11T22:34:06.647Z[ host-image] Aug 11 22:34:05.768 INFO O| Aug 11 22:34:05.768 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
45662026-08-11T22:34:06.965Z[ host-image] Aug 11 22:34:06.086 INFO O| Aug 11 22:34:06.086 INFO O| Download: Completed 1.75 MB in 0.32 seconds (5.5M/s)
45672026-08-11T22:34:06.976Z[verify-libraries] Compiling kstat-rs v0.2.5
45682026-08-11T22:34:06.986Z[ host-image] Aug 11 22:34:06.107 INFO O| Aug 11 22:34:06.107 INFO O| Actions: 1/390 actions (Installing new actions)
45692026-08-11T22:34:06.998Z[verify-libraries] Compiling trait-variant v0.1.2
45702026-08-11T22:34:07.166Z[ host-image] Aug 11 22:34:06.287 INFO O| Aug 11 22:34:06.287 INFO O| Actions: Completed 390 actions in 0.18 seconds.
45712026-08-11T22:34:07.169Z[verify-libraries] Compiling salty v0.3.0
45722026-08-11T22:34:07.200Z[ host-image] Aug 11 22:34:06.321 INFO O| Aug 11 22:34:06.321 INFO O| Finalize: Updating package state database ... Done
45732026-08-11T22:34:07.201Z[ host-image] Aug 11 22:34:06.321 INFO O| Aug 11 22:34:06.321 INFO O| Finalize: Updating package cache ... Done
45742026-08-11T22:34:07.282Z[ host-image] Aug 11 22:34:06.403 INFO O| Aug 11 22:34:06.403 INFO O| Finalize: Updating image state ... Done
45752026-08-11T22:34:07.466Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45762026-08-11T22:34:07.503Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45772026-08-11T22:34:07.569Z[ recovery-image] Aug 11 22:34:06.690 INFO O| Aug 11 22:34:06.690 INFO O| Planning: Planning completed in 8.56 seconds
45782026-08-11T22:34:07.573Z[ recovery-image] Aug 11 22:34:06.692 INFO O| Aug 11 22:34:06.692 INFO O| Packages to install: 130
45792026-08-11T22:34:07.573Z[ recovery-image] Aug 11 22:34:06.692 INFO O| Aug 11 22:34:06.692 INFO O| Mediators to change: 5
45802026-08-11T22:34:07.573Z[ recovery-image] Aug 11 22:34:06.692 INFO O| Aug 11 22:34:06.692 INFO O| Services to change: 5
45812026-08-11T22:34:07.601Z[ recovery-image] Aug 11 22:34:06.722 INFO O| Aug 11 22:34:06.722 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
45822026-08-11T22:34:07.604Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45832026-08-11T22:34:07.651Z[verify-libraries] Compiling ghash v0.6.0
45842026-08-11T22:34:07.726Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45852026-08-11T22:34:07.857Z[verify-libraries] Compiling pbkdf2 v0.13.0
45862026-08-11T22:34:08.058Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45872026-08-11T22:34:08.124Z[verify-libraries] Compiling aes v0.9.1
45882026-08-11T22:34:08.174Z[verify-libraries] Compiling crypto-bigint v0.7.5
45892026-08-11T22:34:08.332Z[ host-image] Aug 11 22:34:07.453 INFO O| Aug 11 22:34:07.453 INFO O| Finalize: Creating fast lookup database ... Done
45902026-08-11T22:34:08.366Z[ host-image] Aug 11 22:34:07.487 INFO O| Aug 11 22:34:07.486 INFO O| Finalize: Reading search index ... Done
45912026-08-11T22:34:08.369Z[ host-image] Aug 11 22:34:07.487 INFO O| Aug 11 22:34:07.487 INFO O| Finalize: Updating search index ... Done
45922026-08-11T22:34:08.384Z[ host-image] Aug 11 22:34:07.506 INFO O| Aug 11 22:34:07.506 INFO O| Finalize: Updating package cache ... Done
45932026-08-11T22:34:08.508Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45942026-08-11T22:34:08.652Z[ host-image] Aug 11 22:34:07.773 INFO O| Aug 11 22:34:07.773 INFO STEP 12 (pkg_install) COMPLETE
45952026-08-11T22:34:08.652Z[ host-image] Aug 11 22:34:07.774 INFO O| Aug 11 22:34:07.773 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45962026-08-11T22:34:08.664Z[ host-image] Aug 11 22:34:07.784 INFO O| Aug 11 22:34:07.784 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
45972026-08-11T22:34:08.809Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45982026-08-11T22:34:08.871Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45992026-08-11T22:34:08.988Z[verify-libraries] Compiling ctr v0.10.1
46002026-08-11T22:34:09.036Z[verify-libraries] Compiling aead v0.6.1
46012026-08-11T22:34:09.161Z[verify-libraries] Compiling bb8 v0.8.6
46022026-08-11T22:34:09.274Z[verify-libraries] Compiling parking_lot_core v0.8.6
46032026-08-11T22:34:09.315Z[verify-libraries] Compiling aes-gcm v0.11.0
46042026-08-11T22:34:09.369Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46052026-08-11T22:34:09.622Z[verify-libraries] Compiling spki v0.8.0
46062026-08-11T22:34:09.670Z[verify-libraries] Compiling mime_guess v2.0.5
46072026-08-11T22:34:09.696Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46082026-08-11T22:34:09.737Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46092026-08-11T22:34:09.905Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46102026-08-11T22:34:09.948Z[verify-libraries] Compiling rfc6979 v0.4.0
46112026-08-11T22:34:09.973Z[verify-libraries] Compiling salsa20 v0.11.0
46122026-08-11T22:34:10.088Z[verify-libraries] Compiling nanorand v0.7.0
46132026-08-11T22:34:10.177Z[verify-libraries] Compiling scrypt v0.12.0
46142026-08-11T22:34:10.237Z[verify-libraries] Compiling ecdsa v0.16.9
46152026-08-11T22:34:10.565Z[verify-libraries] Compiling flume v0.11.1
46162026-08-11T22:34:10.570Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46172026-08-11T22:34:10.598Z[verify-libraries] Compiling primeorder v0.13.6
46182026-08-11T22:34:10.627Z[ host-image] Aug 11 22:34:09.748 INFO O| Aug 11 22:34:09.748 INFO O| Startup: Refreshing catalog 'helios' ... Done
46192026-08-11T22:34:10.732Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46202026-08-11T22:34:10.810Z[verify-libraries] Compiling cbc v0.2.1
46212026-08-11T22:34:10.906Z[verify-libraries] Compiling nonempty v0.12.0
46222026-08-11T22:34:10.950Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46232026-08-11T22:34:11.032Z[verify-libraries] Compiling http-range v0.1.5
46242026-08-11T22:34:11.036Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46252026-08-11T22:34:11.075Z[ host-image] Aug 11 22:34:10.196 INFO O| Aug 11 22:34:10.196 INFO O| Startup: Caching catalogs ... Done
46262026-08-11T22:34:11.206Z[verify-libraries] Compiling pkcs5 v0.8.1
46272026-08-11T22:34:11.329Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46282026-08-11T22:34:11.420Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46292026-08-11T22:34:11.450Z[verify-libraries] Compiling progenitor v0.13.0
46302026-08-11T22:34:11.469Z[verify-libraries] Compiling p384 v0.13.1
46312026-08-11T22:34:11.498Z[ host-image] Aug 11 22:34:10.619 INFO O| Aug 11 22:34:10.619 INFO O| Planning: Solver setup ... Done
46322026-08-11T22:34:11.503Z[ host-image] Aug 11 22:34:10.624 INFO O| Aug 11 22:34:10.624 INFO O| Planning: Running solver ... Done
46332026-08-11T22:34:11.517Z[ host-image] Aug 11 22:34:10.637 INFO O| Aug 11 22:34:10.637 INFO O| Planning: Finding local manifests ... Done
46342026-08-11T22:34:11.537Z[ host-image] Aug 11 22:34:10.658 INFO O| Aug 11 22:34:10.658 INFO O| Planning: Fetching manifests: 0/6 0% complete
46352026-08-11T22:34:11.612Z[ host-image] Aug 11 22:34:10.733 INFO O| Aug 11 22:34:10.733 INFO O| Planning: Fetching manifests: 6/6 100% complete
46362026-08-11T22:34:11.643Z[ host-image] Aug 11 22:34:10.764 INFO O| Aug 11 22:34:10.764 INFO O| Planning: Package planning ... Done
46372026-08-11T22:34:11.655Z[ host-image] Aug 11 22:34:10.774 INFO O| Aug 11 22:34:10.774 INFO O| Planning: Merging actions ... Done
46382026-08-11T22:34:11.659Z[verify-libraries] Compiling parking_lot v0.11.2
46392026-08-11T22:34:11.802Z[ host-image] Aug 11 22:34:10.923 INFO O| Aug 11 22:34:10.923 INFO O| Planning: Checking for conflicting actions ... Done
46402026-08-11T22:34:11.807Z[ host-image] Aug 11 22:34:10.926 INFO O| Aug 11 22:34:10.926 INFO O| Planning: Consolidating action changes ... Done
46412026-08-11T22:34:11.885Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46422026-08-11T22:34:11.941Z[ host-image] Aug 11 22:34:11.062 INFO O| Aug 11 22:34:11.062 INFO O| Planning: Evaluating mediators ... Done
46432026-08-11T22:34:11.944Z[ host-image] Aug 11 22:34:11.065 INFO O| Aug 11 22:34:11.065 INFO O| Planning: Planning completed in 0.84 seconds
46442026-08-11T22:34:11.944Z[ host-image] Aug 11 22:34:11.066 INFO O| Aug 11 22:34:11.065 INFO O| Packages to install: 6
46452026-08-11T22:34:11.945Z[ host-image] Aug 11 22:34:11.066 INFO O| Aug 11 22:34:11.066 INFO O| Mediators to change: 1
46462026-08-11T22:34:11.945Z[ host-image] Aug 11 22:34:11.066 INFO O| Aug 11 22:34:11.066 INFO O| Services to change: 1
46472026-08-11T22:34:11.956Z[ host-image] Aug 11 22:34:11.077 INFO O| Aug 11 22:34:11.077 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46482026-08-11T22:34:12.119Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46492026-08-11T22:34:12.144Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46502026-08-11T22:34:12.166Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46512026-08-11T22:34:12.201Z[verify-libraries] Compiling prefix-trie v0.7.0
46522026-08-11T22:34:12.422Z[verify-libraries] Compiling digest-io v0.1.0
46532026-08-11T22:34:12.470Z[verify-libraries] Compiling rawzip v0.4.4
46542026-08-11T22:34:12.477Z[ host-image] Aug 11 22:34:11.598 INFO O| Aug 11 22:34:11.598 INFO O| Download: Completed 7.84 MB in 0.52 seconds (15.0M/s)
46552026-08-11T22:34:12.538Z[ host-image] Aug 11 22:34:11.659 INFO O| Aug 11 22:34:11.659 INFO O| Actions: 1/1366 actions (Installing new actions)
46562026-08-11T22:34:12.604Z[ recovery-image] Aug 11 22:34:11.725 INFO O| Aug 11 22:34:11.725 INFO O| Download: 8518/16682 items 87.5/200.0MB 43% complete (18.1M/s)
46572026-08-11T22:34:13.650Z[verify-libraries] Compiling hickory-server v0.25.2
46582026-08-11T22:34:13.653Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46592026-08-11T22:34:13.654Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46602026-08-11T22:34:13.654Z[verify-libraries] Compiling sled v0.34.7
46612026-08-11T22:34:13.654Z[ host-image] Aug 11 22:34:12.023 INFO O| Aug 11 22:34:12.023 INFO O| Actions: Completed 1366 actions in 0.36 seconds.
46622026-08-11T22:34:13.654Z[ host-image] Aug 11 22:34:12.075 INFO O| Aug 11 22:34:12.075 INFO O| Finalize: Updating package state database ... Done
46632026-08-11T22:34:13.654Z[ host-image] Aug 11 22:34:12.075 INFO O| Aug 11 22:34:12.075 INFO O| Finalize: Updating package cache ... Done
46642026-08-11T22:34:13.654Z[ host-image] Aug 11 22:34:12.180 INFO O| Aug 11 22:34:12.180 INFO O| Finalize: Updating image state ... Done
46652026-08-11T22:34:13.654Z[verify-libraries] Compiling pkcs8 v0.11.0
46662026-08-11T22:34:13.654Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46672026-08-11T22:34:13.828Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46682026-08-11T22:34:13.883Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46692026-08-11T22:34:14.093Z[ host-image] Aug 11 22:34:13.213 INFO O| Aug 11 22:34:13.213 INFO O| Finalize: Creating fast lookup database ... Done
46702026-08-11T22:34:14.112Z[verify-libraries] Compiling ignore v0.4.25
46712026-08-11T22:34:14.121Z[ host-image] Aug 11 22:34:13.243 INFO O| Aug 11 22:34:13.243 INFO O| Finalize: Reading search index ... Done
46722026-08-11T22:34:14.121Z[ host-image] Aug 11 22:34:13.243 INFO O| Aug 11 22:34:13.243 INFO O| Finalize: Updating search index ... Done
46732026-08-11T22:34:14.156Z[ host-image] Aug 11 22:34:13.277 INFO O| Aug 11 22:34:13.277 INFO O| Finalize: Updating package cache ... Done
46742026-08-11T22:34:14.306Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46752026-08-11T22:34:14.410Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46762026-08-11T22:34:14.436Z[ host-image] Aug 11 22:34:13.556 INFO O| Aug 11 22:34:13.556 INFO STEP 13 (pkg_install) COMPLETE
46772026-08-11T22:34:14.436Z[ host-image] Aug 11 22:34:13.556 INFO O| Aug 11 22:34:13.556 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46782026-08-11T22:34:14.445Z[ host-image] Aug 11 22:34:13.566 INFO O| Aug 11 22:34:13.566 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
46792026-08-11T22:34:14.473Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46802026-08-11T22:34:14.601Z[verify-libraries] Compiling ff v0.14.0
46812026-08-11T22:34:14.716Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46822026-08-11T22:34:14.757Z[verify-libraries] Compiling corncobs v0.1.4
46832026-08-11T22:34:14.857Z[verify-libraries] Compiling globwalk v0.9.1
46842026-08-11T22:34:14.912Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46852026-08-11T22:34:14.990Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46862026-08-11T22:34:15.029Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46872026-08-11T22:34:15.154Z[verify-libraries] Compiling predicates-tree v1.0.13
46882026-08-11T22:34:15.367Z[verify-libraries] Compiling libz-sys v1.1.24
46892026-08-11T22:34:15.433Z[verify-libraries] Compiling rand_seeder v0.4.0
46902026-08-11T22:34:15.610Z[verify-libraries] Compiling secrecy v0.8.0
46912026-08-11T22:34:15.786Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46922026-08-11T22:34:15.949Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46932026-08-11T22:34:16.044Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46942026-08-11T22:34:16.123Z[verify-libraries] Compiling group v0.14.0
46952026-08-11T22:34:16.229Z[ host-image] Aug 11 22:34:15.347 INFO O| Aug 11 22:34:15.347 INFO O| Startup: Refreshing catalog 'helios' ... Done
46962026-08-11T22:34:16.260Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46972026-08-11T22:34:16.345Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46982026-08-11T22:34:16.426Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
46992026-08-11T22:34:16.501Z[verify-libraries] Compiling signature v3.0.0
47002026-08-11T22:34:16.652Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47012026-08-11T22:34:16.671Z[ host-image] Aug 11 22:34:15.792 INFO O| Aug 11 22:34:15.792 INFO O| Startup: Caching catalogs ... Done
47022026-08-11T22:34:16.778Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47032026-08-11T22:34:16.939Z[verify-libraries] Compiling instability v0.3.11
47042026-08-11T22:34:16.997Z[verify-libraries] Compiling base16ct v1.0.0
47052026-08-11T22:34:17.132Z[ host-image] Aug 11 22:34:16.217 INFO O| Aug 11 22:34:16.217 INFO O| Planning: Solver setup ... Done
47062026-08-11T22:34:17.136Z[ host-image] Aug 11 22:34:16.222 INFO O| Aug 11 22:34:16.222 INFO O| Planning: Running solver ... Done
47072026-08-11T22:34:17.136Z[ host-image] Aug 11 22:34:16.236 INFO O| Aug 11 22:34:16.235 INFO O| Planning: Finding local manifests ... Done
47082026-08-11T22:34:17.136Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47092026-08-11T22:34:17.136Z[ host-image] Aug 11 22:34:16.253 INFO O| Aug 11 22:34:16.252 INFO O| Planning: Fetching manifests: 0/1 0% complete
47102026-08-11T22:34:17.140Z[ host-image] Aug 11 22:34:16.259 INFO O| Aug 11 22:34:16.259 INFO O| Planning: Fetching manifests: 1/1 100% complete
47112026-08-11T22:34:17.149Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47122026-08-11T22:34:17.155Z[ host-image] Aug 11 22:34:16.276 INFO O| Aug 11 22:34:16.276 INFO O| Planning: Package planning ... Done
47132026-08-11T22:34:17.155Z[ host-image] Aug 11 22:34:16.276 INFO O| Aug 11 22:34:16.276 INFO O| Planning: Merging actions ... Done
47142026-08-11T22:34:17.213Z[verify-libraries] Compiling sec1 v0.8.1
47152026-08-11T22:34:17.298Z[ host-image] Aug 11 22:34:16.419 INFO O| Aug 11 22:34:16.419 INFO O| Planning: Checking for conflicting actions ... Done
47162026-08-11T22:34:17.301Z[ host-image] Aug 11 22:34:16.419 INFO O| Aug 11 22:34:16.419 INFO O| Planning: Consolidating action changes ... Done
47172026-08-11T22:34:17.331Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47182026-08-11T22:34:17.432Z[ host-image] Aug 11 22:34:16.552 INFO O| Aug 11 22:34:16.552 INFO O| Planning: Evaluating mediators ... Done
47192026-08-11T22:34:17.436Z[ host-image] Aug 11 22:34:16.553 INFO O| Aug 11 22:34:16.553 INFO O| Planning: Planning completed in 0.74 seconds
47202026-08-11T22:34:17.436Z[ host-image] Aug 11 22:34:16.553 INFO O| Aug 11 22:34:16.553 INFO O| Packages to install: 1
47212026-08-11T22:34:17.443Z[ host-image] Aug 11 22:34:16.565 INFO O| Aug 11 22:34:16.564 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
47222026-08-11T22:34:17.514Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47232026-08-11T22:34:17.577Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47242026-08-11T22:34:17.604Z[verify-libraries] Compiling hkdf v0.13.0
47252026-08-11T22:34:17.608Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47262026-08-11T22:34:17.608Z[ recovery-image] Aug 11 22:34:16.728 INFO O| Aug 11 22:34:16.727 INFO O| Download: 16436/16682 items 194.3/200.0MB 97% complete (19.7M/s)
47272026-08-11T22:34:17.651Z[verify-libraries] Compiling scuffle v0.1.0
47282026-08-11T22:34:17.651Z[ host-image] Aug 11 22:34:16.771 INFO O| Aug 11 22:34:16.770 INFO O| Download: Completed 13.17 MB in 0.21 seconds (63.8M/s)
47292026-08-11T22:34:17.671Z[ host-image] Aug 11 22:34:16.790 INFO O| Aug 11 22:34:16.790 INFO O| Actions: 1/22 actions (Installing new actions)
47302026-08-11T22:34:17.688Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47312026-08-11T22:34:17.935Z[ recovery-image] Aug 11 22:34:17.057 INFO O| Aug 11 22:34:17.057 INFO O| Download: Completed 200.00 MB in 10.33 seconds (19.3M/s)
47322026-08-11T22:34:17.973Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47332026-08-11T22:34:17.987Z[ host-image] Aug 11 22:34:17.108 INFO O| Aug 11 22:34:17.108 INFO O| Actions: Completed 22 actions in 0.32 seconds.
47342026-08-11T22:34:18.024Z[ host-image] Aug 11 22:34:17.145 INFO O| Aug 11 22:34:17.145 INFO O| Finalize: Updating package state database ... Done
47352026-08-11T22:34:18.025Z[ host-image] Aug 11 22:34:17.145 INFO O| Aug 11 22:34:17.145 INFO O| Finalize: Updating package cache ... Done
47362026-08-11T22:34:18.051Z[verify-libraries] Compiling castaway v0.2.4
47372026-08-11T22:34:18.117Z[ host-image] Aug 11 22:34:17.236 INFO O| Aug 11 22:34:17.236 INFO O| Finalize: Updating image state ... Done
47382026-08-11T22:34:18.125Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47392026-08-11T22:34:18.168Z[verify-libraries] Compiling indoc v2.0.7
47402026-08-11T22:34:18.267Z[verify-libraries] Compiling compact_str v0.8.1
47412026-08-11T22:34:18.552Z[ recovery-image] Aug 11 22:34:17.668 INFO O| Aug 11 22:34:17.668 INFO O| Actions: 1/27580 actions (Installing new actions)
47422026-08-11T22:34:18.661Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47432026-08-11T22:34:18.843Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47442026-08-11T22:34:18.964Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47452026-08-11T22:34:19.146Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47462026-08-11T22:34:19.178Z[ host-image] Aug 11 22:34:18.298 INFO O| Aug 11 22:34:18.297 INFO O| Finalize: Creating fast lookup database ... Done
47472026-08-11T22:34:19.206Z[ host-image] Aug 11 22:34:18.327 INFO O| Aug 11 22:34:18.327 INFO O| Finalize: Reading search index ... Done
47482026-08-11T22:34:19.206Z[ host-image] Aug 11 22:34:18.327 INFO O| Aug 11 22:34:18.327 INFO O| Finalize: Updating search index ... Done
47492026-08-11T22:34:19.218Z[ host-image] Aug 11 22:34:18.338 INFO O| Aug 11 22:34:18.338 INFO O| Finalize: Updating package cache ... Done
47502026-08-11T22:34:19.316Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47512026-08-11T22:34:19.388Z[verify-libraries] Compiling elliptic-curve v0.14.1
47522026-08-11T22:34:19.468Z[ host-image] Aug 11 22:34:18.583 INFO O| Aug 11 22:34:18.583 INFO STEP 14 (pkg_install) COMPLETE
47532026-08-11T22:34:19.468Z[ host-image] Aug 11 22:34:18.583 INFO O| Aug 11 22:34:18.583 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47542026-08-11T22:34:19.476Z[ host-image] Aug 11 22:34:18.583 INFO O| Aug 11 22:34:18.583 INFO skip step because feature "mbist" is not enabled
47552026-08-11T22:34:19.476Z[ host-image] Aug 11 22:34:18.583 INFO O| Aug 11 22:34:18.583 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47562026-08-11T22:34:19.476Z[ host-image] Aug 11 22:34:18.583 INFO O| Aug 11 22:34:18.583 INFO skip step because feature "mfg" is not enabled
47572026-08-11T22:34:19.476Z[ host-image] Aug 11 22:34:18.583 INFO O| Aug 11 22:34:18.583 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47582026-08-11T22:34:19.476Z[ host-image] Aug 11 22:34:18.583 INFO O| Aug 11 22:34:18.583 INFO skip step because feature "compliance" is not enabled
47592026-08-11T22:34:19.476Z[ host-image] Aug 11 22:34:18.583 INFO O| Aug 11 22:34:18.583 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47602026-08-11T22:34:19.476Z[ host-image] Aug 11 22:34:18.583 INFO O| Aug 11 22:34:18.583 INFO skip step because feature "stress" is not enabled
47612026-08-11T22:34:19.476Z[ host-image] Aug 11 22:34:18.583 INFO O| Aug 11 22:34:18.583 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47622026-08-11T22:34:19.476Z[ host-image] Aug 11 22:34:18.583 INFO O| Aug 11 22:34:18.583 INFO skip step because feature "compliance" is not enabled
47632026-08-11T22:34:19.476Z[ host-image] Aug 11 22:34:18.583 INFO O| Aug 11 22:34:18.583 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47642026-08-11T22:34:19.476Z[ host-image] Aug 11 22:34:18.583 INFO O| Aug 11 22:34:18.583 INFO skip step because feature "nfs" is not enabled
47652026-08-11T22:34:19.478Z[ host-image] Aug 11 22:34:18.583 INFO O| Aug 11 22:34:18.583 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
47662026-08-11T22:34:19.478Z[ host-image] Aug 11 22:34:18.583 INFO O| Aug 11 22:34:18.583 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47672026-08-11T22:34:19.676Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47682026-08-11T22:34:19.739Z[ host-image] Aug 11 22:34:18.856 INFO O| Aug 11 22:34:18.856 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
47692026-08-11T22:34:19.903Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47702026-08-11T22:34:19.956Z[ host-image] Aug 11 22:34:19.077 INFO O| Aug 11 22:34:19.077 INFO completed processing sled/ramdisk-01-os
47712026-08-11T22:34:19.961Z[ host-image] Aug 11 22:34:19.082 INFO omicron1 baseline generation...
47722026-08-11T22:34:19.961Z[ host-image] Aug 11 22:34:19.082 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
47732026-08-11T22:34:20.191Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47742026-08-11T22:34:20.222Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47752026-08-11T22:34:20.279Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47762026-08-11T22:34:20.380Z[ host-image] Aug 11 22:34:19.499 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24189:20260811T192941Z
47772026-08-11T22:34:20.569Z[verify-libraries] Compiling unicode-truncate v1.1.0
47782026-08-11T22:34:20.652Z[verify-libraries] Compiling lru v0.12.5
47792026-08-11T22:34:20.729Z[verify-libraries] Compiling arc-swap v1.8.2
47802026-08-11T22:34:20.827Z[verify-libraries] Compiling cassowary v0.3.0
47812026-08-11T22:34:20.931Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47822026-08-11T22:34:21.026Z[verify-libraries] Compiling wnaf v0.14.0
47832026-08-11T22:34:21.140Z[verify-libraries] Compiling slog-scope v4.4.1
47842026-08-11T22:34:21.199Z[verify-libraries] Compiling ratatui v0.29.0
47852026-08-11T22:34:21.255Z[verify-libraries] Compiling primefield v0.14.0
47862026-08-11T22:34:21.291Z[verify-libraries] Compiling rfc6979 v0.6.0
47872026-08-11T22:34:21.462Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47882026-08-11T22:34:21.502Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47892026-08-11T22:34:21.539Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47902026-08-11T22:34:21.632Z[verify-libraries] Compiling vergen-git2 v9.1.0
47912026-08-11T22:34:21.787Z[verify-libraries] Compiling is_ci v1.2.0
47922026-08-11T22:34:21.896Z[verify-libraries] Compiling strsim v0.10.0
47932026-08-11T22:34:21.996Z[verify-libraries] Compiling supports-color v3.0.2
47942026-08-11T22:34:22.084Z[verify-libraries] Compiling primeorder v0.14.0
47952026-08-11T22:34:22.257Z[verify-libraries] Compiling darling_core v0.13.4
47962026-08-11T22:34:22.445Z[verify-libraries] Compiling ecdsa v0.17.0
47972026-08-11T22:34:22.593Z[verify-libraries] Compiling slog-stdlog v4.1.1
47982026-08-11T22:34:23.190Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47992026-08-11T22:34:23.267Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48002026-08-11T22:34:23.273Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48012026-08-11T22:34:23.559Z[ recovery-image] Aug 11 22:34:22.668 INFO O| Aug 11 22:34:22.668 INFO O| Actions: 22595/27580 actions (Installing new actions)
48022026-08-11T22:34:23.694Z[verify-libraries] Compiling tungstenite v0.23.0
48032026-08-11T22:34:23.855Z[verify-libraries] Compiling console v0.16.2
48042026-08-11T22:34:24.115Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48052026-08-11T22:34:24.144Z[verify-libraries] Compiling libsw-core v0.3.2
48062026-08-11T22:34:24.201Z[verify-libraries] Compiling void v1.0.2
48072026-08-11T22:34:24.264Z[ recovery-image] Aug 11 22:34:23.384 INFO O| Aug 11 22:34:23.384 INFO O| Actions: Completed 27580 actions in 5.71 seconds.
48082026-08-11T22:34:24.337Z[ recovery-image] Aug 11 22:34:23.457 INFO O| Aug 11 22:34:23.457 INFO O| Finalize: Updating package state database ... Done
48092026-08-11T22:34:24.337Z[ recovery-image] Aug 11 22:34:23.457 INFO O| Aug 11 22:34:23.457 INFO O| Finalize: Updating package cache ... Done
48102026-08-11T22:34:24.347Z[verify-libraries] Compiling assert_matches v1.5.0
48112026-08-11T22:34:24.370Z[verify-libraries] Compiling unit-prefix v0.5.2
48122026-08-11T22:34:24.446Z[ recovery-image] Aug 11 22:34:23.566 INFO O| Aug 11 22:34:23.566 INFO O| Finalize: Updating image state ... Done
48132026-08-11T22:34:24.451Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48142026-08-11T22:34:24.583Z[verify-libraries] Compiling indicatif v0.18.4
48152026-08-11T22:34:24.617Z[verify-libraries] Compiling lzss v0.8.2
48162026-08-11T22:34:24.621Z[verify-libraries] Compiling darling_macro v0.13.4
48172026-08-11T22:34:24.663Z[verify-libraries] Compiling libsw v3.5.0
48182026-08-11T22:34:24.833Z[verify-libraries] Compiling slog-envlogger v2.2.0
48192026-08-11T22:34:24.861Z[verify-libraries] Compiling ssh-encoding v0.3.0
48202026-08-11T22:34:24.877Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48212026-08-11T22:34:24.885Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48222026-08-11T22:34:24.935Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48232026-08-11T22:34:25.172Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48242026-08-11T22:34:25.192Z[ recovery-image] Aug 11 22:34:24.309 INFO O| Aug 11 22:34:24.309 INFO O| Finalize: Creating fast lookup database ... Done
48252026-08-11T22:34:25.210Z[ recovery-image] Aug 11 22:34:24.325 INFO O| Aug 11 22:34:24.325 INFO O| Finalize: Reading search index ... Done
48262026-08-11T22:34:25.237Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48272026-08-11T22:34:25.304Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48282026-08-11T22:34:25.371Z[verify-libraries] Compiling nix v0.27.1
48292026-08-11T22:34:25.459Z[verify-libraries] Compiling colored v2.2.0
48302026-08-11T22:34:25.511Z[verify-libraries] Compiling blake3 v1.8.5
48312026-08-11T22:34:25.538Z[verify-libraries] Compiling serde_bytes v0.11.19
48322026-08-11T22:34:25.593Z[verify-libraries] Compiling keccak v0.2.0
48332026-08-11T22:34:25.891Z[verify-libraries] Compiling shell-words v1.1.1
48342026-08-11T22:34:26.037Z[verify-libraries] Compiling darling v0.13.4
48352026-08-11T22:34:26.095Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48362026-08-11T22:34:26.130Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48372026-08-11T22:34:26.343Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48382026-08-11T22:34:26.624Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48392026-08-11T22:34:26.681Z[verify-libraries] Compiling ed25519 v3.0.0
48402026-08-11T22:34:26.866Z[verify-libraries] Compiling crypto-primes v0.7.2
48412026-08-11T22:34:26.986Z[ recovery-image] Aug 11 22:34:26.100 INFO O| Aug 11 22:34:26.099 INFO O| Finalize: Building new search index ... Done
48422026-08-11T22:34:27.020Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48432026-08-11T22:34:27.293Z[ recovery-image] Aug 11 22:34:26.413 INFO O| Aug 11 22:34:26.413 INFO O| Finalize: Updating package cache ... Done
48442026-08-11T22:34:27.537Z[verify-libraries] Compiling poly1305 v0.9.0
48452026-08-11T22:34:27.590Z[ recovery-image] Aug 11 22:34:26.709 INFO O| Aug 11 22:34:26.709 INFO STEP 11 (pkg_install) COMPLETE
48462026-08-11T22:34:27.590Z[ recovery-image] Aug 11 22:34:26.710 INFO O| Aug 11 22:34:26.709 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48472026-08-11T22:34:27.600Z[ recovery-image] Aug 11 22:34:26.710 INFO O| Aug 11 22:34:26.709 INFO skip step because feature "recovery" is enabled
48482026-08-11T22:34:27.600Z[ recovery-image] Aug 11 22:34:26.710 INFO O| Aug 11 22:34:26.709 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48492026-08-11T22:34:27.600Z[ recovery-image] Aug 11 22:34:26.710 INFO O| Aug 11 22:34:26.709 INFO skip step because feature "omicron1" is not enabled
48502026-08-11T22:34:27.600Z[ recovery-image] Aug 11 22:34:26.710 INFO O| Aug 11 22:34:26.709 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48512026-08-11T22:34:27.604Z[ recovery-image] Aug 11 22:34:26.719 INFO O| Aug 11 22:34:26.719 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
48522026-08-11T22:34:27.929Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48532026-08-11T22:34:28.124Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48542026-08-11T22:34:28.258Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48552026-08-11T22:34:28.447Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48562026-08-11T22:34:28.486Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48572026-08-11T22:34:28.515Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48582026-08-11T22:34:28.606Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48592026-08-11T22:34:28.718Z[verify-libraries] Compiling blowfish v0.10.0
48602026-08-11T22:34:28.727Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48612026-08-11T22:34:28.749Z[verify-libraries] Compiling petname v2.0.2
48622026-08-11T22:34:28.812Z[verify-libraries] Compiling arrayref v0.3.9
48632026-08-11T22:34:28.920Z[verify-libraries] Compiling arrayvec v0.7.6
48642026-08-11T22:34:28.945Z[verify-libraries] Compiling constant_time_eq v0.4.2
48652026-08-11T22:34:28.997Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
48662026-08-11T22:34:29.240Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
48672026-08-11T22:34:29.463Z[verify-libraries] Compiling rsa v0.10.0-rc.18
48682026-08-11T22:34:29.483Z[verify-libraries] Compiling ssh-cipher v0.3.0
48692026-08-11T22:34:29.493Z[verify-libraries] Compiling ed25519-dalek v3.0.0
48702026-08-11T22:34:29.547Z[verify-libraries] Compiling serde_with_macros v1.5.2
48712026-08-11T22:34:29.722Z[verify-libraries] Compiling sha3 v0.11.0
48722026-08-11T22:34:29.799Z[verify-libraries] Compiling p256 v0.14.0
48732026-08-11T22:34:30.035Z[verify-libraries] Compiling p521 v0.14.0
48742026-08-11T22:34:30.141Z[verify-libraries] Compiling p384 v0.14.0
48752026-08-11T22:34:30.161Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
48762026-08-11T22:34:30.221Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48772026-08-11T22:34:30.393Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48782026-08-11T22:34:30.558Z[verify-libraries] Compiling twox-hash v2.1.2
48792026-08-11T22:34:30.685Z[verify-libraries] Compiling kem v0.3.0
48802026-08-11T22:34:30.889Z[verify-libraries] Compiling module-lattice v0.2.3
48812026-08-11T22:34:30.959Z[verify-libraries] Compiling atty v0.2.14
48822026-08-11T22:34:31.006Z[verify-libraries] Compiling rtoolbox v0.0.3
48832026-08-11T22:34:31.057Z[verify-libraries] Compiling sponge-cursor v0.1.0
48842026-08-11T22:34:31.057Z[verify-libraries] Compiling topological-sort v0.2.2
48852026-08-11T22:34:31.214Z[verify-libraries] Compiling sha3 v0.12.0
48862026-08-11T22:34:31.270Z[verify-libraries] Compiling omicron-zone-package v0.12.3
48872026-08-11T22:34:31.277Z[verify-libraries] Compiling rpassword v7.5.4
48882026-08-11T22:34:31.318Z[verify-libraries] Compiling ml-kem v0.3.2
48892026-08-11T22:34:31.573Z[verify-libraries] Compiling serde_with v1.14.0
48902026-08-11T22:34:31.982Z[verify-libraries] Compiling russh-cryptovec v0.62.0
48912026-08-11T22:34:32.120Z[ recovery-image] Aug 11 22:34:31.240 INFO O| Aug 11 22:34:31.240 INFO O| Startup: Refreshing catalog 'helios' ... Done
48922026-08-11T22:34:32.277Z[verify-libraries] Compiling tui-tree-widget v0.23.1
48932026-08-11T22:34:32.303Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
48942026-08-11T22:34:32.565Z[ recovery-image] Aug 11 22:34:31.686 INFO O| Aug 11 22:34:31.686 INFO O| Startup: Caching catalogs ... Done
48952026-08-11T22:34:32.639Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48962026-08-11T22:34:32.806Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
48972026-08-11T22:34:32.836Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
48982026-08-11T22:34:32.957Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
48992026-08-11T22:34:33.041Z[ recovery-image] Aug 11 22:34:32.161 INFO O| Aug 11 22:34:32.161 INFO O| Planning: Solver setup ... Done
49002026-08-11T22:34:33.047Z[ recovery-image] Aug 11 22:34:32.167 INFO O| Aug 11 22:34:32.167 INFO O| Planning: Running solver ... Done
49012026-08-11T22:34:33.051Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
49022026-08-11T22:34:33.065Z[ recovery-image] Aug 11 22:34:32.180 INFO O| Aug 11 22:34:32.180 INFO O| Planning: Finding local manifests ... Done
49032026-08-11T22:34:33.127Z[ recovery-image] Aug 11 22:34:32.248 INFO O| Aug 11 22:34:32.248 INFO O| Planning: Fetching manifests: 0/1 0% complete
49042026-08-11T22:34:33.203Z[ recovery-image] Aug 11 22:34:32.321 INFO O| Aug 11 22:34:32.321 INFO O| Planning: Fetching manifests: 1/1 100% complete
49052026-08-11T22:34:33.218Z[ recovery-image] Aug 11 22:34:32.338 INFO O| Aug 11 22:34:32.338 INFO O| Planning: Package planning ... Done
49062026-08-11T22:34:33.218Z[ recovery-image] Aug 11 22:34:32.338 INFO O| Aug 11 22:34:32.338 INFO O| Planning: Merging actions ... Done
49072026-08-11T22:34:33.244Z[ recovery-image] Aug 11 22:34:32.360 INFO O| Aug 11 22:34:32.360 INFO O| Planning: Checking for conflicting actions ... Done
49082026-08-11T22:34:33.244Z[ recovery-image] Aug 11 22:34:32.360 INFO O| Aug 11 22:34:32.360 INFO O| Planning: Consolidating action changes ... Done
49092026-08-11T22:34:33.334Z[ recovery-image] Aug 11 22:34:32.454 INFO O| Aug 11 22:34:32.454 INFO O| Planning: Evaluating mediators ... Done
49102026-08-11T22:34:33.342Z[ recovery-image] Aug 11 22:34:32.455 INFO O| Aug 11 22:34:32.455 INFO O| Planning: Planning completed in 0.75 seconds
49112026-08-11T22:34:33.342Z[ recovery-image] Aug 11 22:34:32.455 INFO O| Aug 11 22:34:32.455 INFO O| Packages to install: 1
49122026-08-11T22:34:33.346Z[ recovery-image] Aug 11 22:34:32.467 INFO O| Aug 11 22:34:32.467 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
49132026-08-11T22:34:33.390Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49142026-08-11T22:34:33.775Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
49152026-08-11T22:34:33.860Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49162026-08-11T22:34:33.986Z[ recovery-image] Aug 11 22:34:33.098 INFO O| Aug 11 22:34:33.098 INFO O| Download: Completed 13.17 MB in 0.63 seconds (20.9M/s)
49172026-08-11T22:34:34.078Z[ recovery-image] Aug 11 22:34:33.116 INFO O| Aug 11 22:34:33.116 INFO O| Actions: 1/22 actions (Installing new actions)
49182026-08-11T22:34:34.078Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49192026-08-11T22:34:34.250Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
49202026-08-11T22:34:34.301Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
49212026-08-11T22:34:34.390Z[ recovery-image] Aug 11 22:34:33.433 INFO O| Aug 11 22:34:33.433 INFO O| Actions: Completed 22 actions in 0.32 seconds.
49222026-08-11T22:34:34.401Z[ recovery-image] Aug 11 22:34:33.467 INFO O| Aug 11 22:34:33.467 INFO O| Finalize: Updating package state database ... Done
49232026-08-11T22:34:34.401Z[ recovery-image] Aug 11 22:34:33.467 INFO O| Aug 11 22:34:33.467 INFO O| Finalize: Updating package cache ... Done
49242026-08-11T22:34:34.443Z[ recovery-image] Aug 11 22:34:33.546 INFO O| Aug 11 22:34:33.546 INFO O| Finalize: Updating image state ... Done
49252026-08-11T22:34:34.537Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49262026-08-11T22:34:34.673Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
49272026-08-11T22:34:35.053Z[ recovery-image] Aug 11 22:34:34.171 INFO O| Aug 11 22:34:34.171 INFO O| Finalize: Creating fast lookup database ... Done
49282026-08-11T22:34:35.067Z[ recovery-image] Aug 11 22:34:34.187 INFO O| Aug 11 22:34:34.187 INFO O| Finalize: Reading search index ... Done
49292026-08-11T22:34:35.067Z[ recovery-image] Aug 11 22:34:34.187 INFO O| Aug 11 22:34:34.187 INFO O| Finalize: Updating search index ... Done
49302026-08-11T22:34:35.077Z[ recovery-image] Aug 11 22:34:34.197 INFO O| Aug 11 22:34:34.197 INFO O| Finalize: Updating package cache ... Done
49312026-08-11T22:34:35.374Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
49322026-08-11T22:34:35.399Z[ recovery-image] Aug 11 22:34:34.517 INFO O| Aug 11 22:34:34.517 INFO STEP 14 (pkg_install) COMPLETE
49332026-08-11T22:34:35.399Z[ recovery-image] Aug 11 22:34:34.517 INFO O| Aug 11 22:34:34.517 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49342026-08-11T22:34:35.399Z[ recovery-image] Aug 11 22:34:34.517 INFO O| Aug 11 22:34:34.517 INFO skip step because feature "mbist" is not enabled
49352026-08-11T22:34:35.404Z[ recovery-image] Aug 11 22:34:34.517 INFO O| Aug 11 22:34:34.517 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49362026-08-11T22:34:35.404Z[ recovery-image] Aug 11 22:34:34.517 INFO O| Aug 11 22:34:34.517 INFO skip step because feature "mfg" is not enabled
49372026-08-11T22:34:35.404Z[ recovery-image] Aug 11 22:34:34.517 INFO O| Aug 11 22:34:34.517 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49382026-08-11T22:34:35.404Z[ recovery-image] Aug 11 22:34:34.517 INFO O| Aug 11 22:34:34.517 INFO skip step because feature "compliance" is not enabled
49392026-08-11T22:34:35.404Z[ recovery-image] Aug 11 22:34:34.517 INFO O| Aug 11 22:34:34.517 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49402026-08-11T22:34:35.404Z[ recovery-image] Aug 11 22:34:34.517 INFO O| Aug 11 22:34:34.517 INFO skip step because feature "stress" is not enabled
49412026-08-11T22:34:35.404Z[ recovery-image] Aug 11 22:34:34.517 INFO O| Aug 11 22:34:34.517 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49422026-08-11T22:34:35.404Z[ recovery-image] Aug 11 22:34:34.517 INFO O| Aug 11 22:34:34.517 INFO skip step because feature "compliance" is not enabled
49432026-08-11T22:34:35.404Z[ recovery-image] Aug 11 22:34:34.517 INFO O| Aug 11 22:34:34.517 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49442026-08-11T22:34:35.404Z[ recovery-image] Aug 11 22:34:34.517 INFO O| Aug 11 22:34:34.517 INFO skip step because feature "nfs" is not enabled
49452026-08-11T22:34:35.404Z[ recovery-image] Aug 11 22:34:34.517 INFO O| Aug 11 22:34:34.517 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49462026-08-11T22:34:35.404Z[ recovery-image] Aug 11 22:34:34.517 INFO O| Aug 11 22:34:34.517 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49472026-08-11T22:34:35.919Z[ recovery-image] Aug 11 22:34:35.039 INFO O| Aug 11 22:34:35.039 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49482026-08-11T22:34:36.004Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
49492026-08-11T22:34:36.104Z[ recovery-image] Aug 11 22:34:35.224 INFO O| Aug 11 22:34:35.224 INFO completed processing sled/ramdisk-01-os
49502026-08-11T22:34:36.110Z[ recovery-image] Aug 11 22:34:35.226 INFO image builder template: ramdisk-02-trim...
49512026-08-11T22:34:36.110Z[ recovery-image] Aug 11 22:34:35.226 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/.tmpWfc2Q9/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
49522026-08-11T22:34:36.127Z[ recovery-image] Aug 11 22:34:35.247 INFO O| Aug 11 22:34:35.247 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49532026-08-11T22:34:36.135Z[ recovery-image] Aug 11 22:34:35.252 INFO O| Aug 11 22:34:35.252 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49542026-08-11T22:34:36.181Z[ recovery-image] Aug 11 22:34:35.298 INFO O| Aug 11 22:34:35.298 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49552026-08-11T22:34:36.229Z[ recovery-image] Aug 11 22:34:35.349 INFO O| Aug 11 22:34:35.349 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49562026-08-11T22:34:36.229Z[ recovery-image] Aug 11 22:34:35.349 INFO O| Aug 11 22:34:35.349 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49572026-08-11T22:34:36.247Z[ recovery-image] Aug 11 22:34:35.355 INFO O| Aug 11 22:34:35.355 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49582026-08-11T22:34:36.253Z[ recovery-image] Aug 11 22:34:35.358 INFO O| Aug 11 22:34:35.358 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49592026-08-11T22:34:36.253Z[ recovery-image] Aug 11 22:34:35.362 INFO O| Aug 11 22:34:35.362 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49602026-08-11T22:34:36.671Z[ recovery-image] Aug 11 22:34:35.789 INFO O| Aug 11 22:34:35.789 INFO rolled back to input snapshot; work may begin
49612026-08-11T22:34:36.671Z[ recovery-image] Aug 11 22:34:35.789 INFO O| Aug 11 22:34:35.789 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49622026-08-11T22:34:36.676Z[ recovery-image] Aug 11 22:34:35.794 INFO O| Aug 11 22:34:35.794 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49632026-08-11T22:34:36.683Z[ recovery-image] Aug 11 22:34:35.804 INFO O| Aug 11 22:34:35.804 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49642026-08-11T22:34:36.720Z[ recovery-image] Aug 11 22:34:35.841 INFO O| Aug 11 22:34:35.841 INFO STEP 0 (remove_files) COMPLETE
49652026-08-11T22:34:36.721Z[ recovery-image] Aug 11 22:34:35.841 INFO O| Aug 11 22:34:35.841 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49662026-08-11T22:34:36.733Z[ recovery-image] Aug 11 22:34:35.852 INFO O| Aug 11 22:34:35.852 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49672026-08-11T22:34:36.738Z[ recovery-image] Aug 11 22:34:35.853 INFO O| Aug 11 22:34:35.853 INFO STEP 1 (remove_files) COMPLETE
49682026-08-11T22:34:36.738Z[ recovery-image] Aug 11 22:34:35.853 INFO O| Aug 11 22:34:35.853 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49692026-08-11T22:34:36.743Z[ recovery-image] Aug 11 22:34:35.864 INFO O| Aug 11 22:34:35.864 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49702026-08-11T22:34:36.756Z[ recovery-image] Aug 11 22:34:35.877 INFO O| Aug 11 22:34:35.877 INFO STEP 2 (remove_files) COMPLETE
49712026-08-11T22:34:36.757Z[ recovery-image] Aug 11 22:34:35.877 INFO O| Aug 11 22:34:35.877 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49722026-08-11T22:34:36.766Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
49732026-08-11T22:34:36.772Z[ recovery-image] Aug 11 22:34:35.888 INFO O| Aug 11 22:34:35.888 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49742026-08-11T22:34:36.772Z[ recovery-image] Aug 11 22:34:35.889 INFO O| Aug 11 22:34:35.889 INFO STEP 3 (remove_files) COMPLETE
49752026-08-11T22:34:36.772Z[ recovery-image] Aug 11 22:34:35.889 INFO O| Aug 11 22:34:35.889 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49762026-08-11T22:34:36.779Z[ recovery-image] Aug 11 22:34:35.900 INFO O| Aug 11 22:34:35.900 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49772026-08-11T22:34:36.784Z[ recovery-image] Aug 11 22:34:35.903 INFO O| Aug 11 22:34:35.903 INFO STEP 4 (remove_files) COMPLETE
49782026-08-11T22:34:36.784Z[ recovery-image] Aug 11 22:34:35.903 INFO O| Aug 11 22:34:35.903 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49792026-08-11T22:34:36.794Z[ recovery-image] Aug 11 22:34:35.912 INFO O| Aug 11 22:34:35.912 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49802026-08-11T22:34:36.794Z[ recovery-image] Aug 11 22:34:35.912 INFO O| Aug 11 22:34:35.912 INFO STEP 5 (remove_files) COMPLETE
49812026-08-11T22:34:36.800Z[ recovery-image] Aug 11 22:34:35.912 INFO O| Aug 11 22:34:35.912 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49822026-08-11T22:34:36.804Z[ recovery-image] Aug 11 22:34:35.924 INFO O| Aug 11 22:34:35.924 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49832026-08-11T22:34:36.815Z[ recovery-image] Aug 11 22:34:35.934 INFO O| Aug 11 22:34:35.934 INFO STEP 6 (remove_files) COMPLETE
49842026-08-11T22:34:36.815Z[ recovery-image] Aug 11 22:34:35.934 INFO O| Aug 11 22:34:35.934 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49852026-08-11T22:34:36.815Z[ recovery-image] Aug 11 22:34:35.934 INFO O| Aug 11 22:34:35.934 INFO skip step because feature "heliosv2" is not enabled
49862026-08-11T22:34:36.824Z[ recovery-image] Aug 11 22:34:35.934 INFO O| Aug 11 22:34:35.934 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49872026-08-11T22:34:36.824Z[ recovery-image] Aug 11 22:34:35.934 INFO O| Aug 11 22:34:35.934 INFO skip step because feature "recovery" is enabled
49882026-08-11T22:34:36.824Z[ recovery-image] Aug 11 22:34:35.934 INFO O| Aug 11 22:34:35.934 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49892026-08-11T22:34:36.824Z[ recovery-image] Aug 11 22:34:35.934 INFO O| Aug 11 22:34:35.934 INFO skip step because feature "recovery" is enabled
49902026-08-11T22:34:36.824Z[ recovery-image] Aug 11 22:34:35.934 INFO O| Aug 11 22:34:35.934 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49912026-08-11T22:34:36.824Z[ recovery-image] Aug 11 22:34:35.934 INFO O| Aug 11 22:34:35.934 INFO skip step because feature "recovery" is enabled
49922026-08-11T22:34:36.824Z[ recovery-image] Aug 11 22:34:35.934 INFO O| Aug 11 22:34:35.934 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49932026-08-11T22:34:36.829Z[ recovery-image] Aug 11 22:34:35.946 INFO O| Aug 11 22:34:35.945 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
49942026-08-11T22:34:36.836Z[ recovery-image] Aug 11 22:34:35.948 INFO O| Aug 11 22:34:35.948 INFO STEP 11 (remove_files) COMPLETE
49952026-08-11T22:34:36.836Z[ recovery-image] Aug 11 22:34:35.948 INFO O| Aug 11 22:34:35.948 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49962026-08-11T22:34:36.841Z[ recovery-image] Aug 11 22:34:35.960 INFO O| Aug 11 22:34:35.959 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
49972026-08-11T22:34:36.841Z[ recovery-image] Aug 11 22:34:35.960 INFO O| Aug 11 22:34:35.960 INFO STEP 12 (remove_files) COMPLETE
49982026-08-11T22:34:36.841Z[ recovery-image] Aug 11 22:34:35.960 INFO O| Aug 11 22:34:35.960 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49992026-08-11T22:34:36.857Z[ recovery-image] Aug 11 22:34:35.977 INFO O| Aug 11 22:34:35.974 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50002026-08-11T22:34:36.858Z[ recovery-image] Aug 11 22:34:35.977 INFO O| Aug 11 22:34:35.975 INFO STEP 13 (remove_files) COMPLETE
50012026-08-11T22:34:36.862Z[ recovery-image] Aug 11 22:34:35.977 INFO O| Aug 11 22:34:35.975 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50022026-08-11T22:34:36.922Z[ recovery-image] Aug 11 22:34:36.040 INFO O| Aug 11 22:34:36.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50032026-08-11T22:34:36.930Z[ recovery-image] Aug 11 22:34:36.042 INFO O| Aug 11 22:34:36.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50042026-08-11T22:34:37.035Z[ recovery-image] Aug 11 22:34:36.156 INFO O| Aug 11 22:34:36.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50052026-08-11T22:34:37.035Z[ recovery-image] Aug 11 22:34:36.156 INFO O| Aug 11 22:34:36.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50062026-08-11T22:34:37.039Z[ recovery-image] Aug 11 22:34:36.157 INFO O| Aug 11 22:34:36.157 INFO STEP 14 (remove_files) COMPLETE
50072026-08-11T22:34:37.039Z[ recovery-image] Aug 11 22:34:36.157 INFO O| Aug 11 22:34:36.157 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50082026-08-11T22:34:37.058Z[ recovery-image] Aug 11 22:34:36.179 INFO O| Aug 11 22:34:36.179 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50092026-08-11T22:34:37.063Z[ recovery-image] Aug 11 22:34:36.184 INFO O| Aug 11 22:34:36.184 INFO STEP 15 (remove_files) COMPLETE
50102026-08-11T22:34:37.070Z[ recovery-image] Aug 11 22:34:36.184 INFO O| Aug 11 22:34:36.184 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50112026-08-11T22:34:37.080Z[ recovery-image] Aug 11 22:34:36.199 INFO O| Aug 11 22:34:36.199 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50122026-08-11T22:34:37.080Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
50132026-08-11T22:34:37.094Z[ recovery-image] Aug 11 22:34:36.205 INFO O| Aug 11 22:34:36.205 INFO STEP 16 (remove_files) COMPLETE
50142026-08-11T22:34:37.094Z[ recovery-image] Aug 11 22:34:36.205 INFO O| Aug 11 22:34:36.205 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50152026-08-11T22:34:37.100Z[ recovery-image] Aug 11 22:34:36.217 INFO O| Aug 11 22:34:36.217 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50162026-08-11T22:34:37.100Z[ recovery-image] Aug 11 22:34:36.218 INFO O| Aug 11 22:34:36.218 INFO STEP 17 (remove_files) COMPLETE
50172026-08-11T22:34:37.101Z[ recovery-image] Aug 11 22:34:36.218 INFO O| Aug 11 22:34:36.218 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50182026-08-11T22:34:37.116Z[ recovery-image] Aug 11 22:34:36.237 INFO O| Aug 11 22:34:36.236 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50192026-08-11T22:34:37.122Z[ recovery-image] Aug 11 22:34:36.238 INFO O| Aug 11 22:34:36.238 INFO STEP 18 (remove_files) COMPLETE
50202026-08-11T22:34:37.122Z[ recovery-image] Aug 11 22:34:36.238 INFO O| Aug 11 22:34:36.238 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50212026-08-11T22:34:37.165Z[ recovery-image] Aug 11 22:34:36.281 INFO O| Aug 11 22:34:36.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50222026-08-11T22:34:37.165Z[ recovery-image] Aug 11 22:34:36.282 INFO O| Aug 11 22:34:36.282 INFO STEP 19 (remove_files) COMPLETE
50232026-08-11T22:34:37.165Z[ recovery-image] Aug 11 22:34:36.282 INFO O| Aug 11 22:34:36.282 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50242026-08-11T22:34:37.170Z[ recovery-image] Aug 11 22:34:36.291 INFO O| Aug 11 22:34:36.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50252026-08-11T22:34:37.170Z[ recovery-image] Aug 11 22:34:36.291 INFO O| Aug 11 22:34:36.291 INFO STEP 20 (remove_files) COMPLETE
50262026-08-11T22:34:37.175Z[ recovery-image] Aug 11 22:34:36.291 INFO O| Aug 11 22:34:36.291 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50272026-08-11T22:34:37.183Z[ recovery-image] Aug 11 22:34:36.300 INFO O| Aug 11 22:34:36.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50282026-08-11T22:34:37.183Z[ recovery-image] Aug 11 22:34:36.300 INFO O| Aug 11 22:34:36.300 INFO STEP 21 (remove_files) COMPLETE
50292026-08-11T22:34:37.183Z[ recovery-image] Aug 11 22:34:36.300 INFO O| Aug 11 22:34:36.300 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-08-11T22:34:37.210Z[ recovery-image] Aug 11 22:34:36.309 INFO O| Aug 11 22:34:36.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50312026-08-11T22:34:37.210Z[ recovery-image] Aug 11 22:34:36.309 INFO O| Aug 11 22:34:36.309 INFO STEP 22 (remove_files) COMPLETE
50322026-08-11T22:34:37.210Z[ recovery-image] Aug 11 22:34:36.309 INFO O| Aug 11 22:34:36.309 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-08-11T22:34:37.210Z[ recovery-image] Aug 11 22:34:36.324 INFO O| Aug 11 22:34:36.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50342026-08-11T22:34:37.210Z[ recovery-image] Aug 11 22:34:36.324 INFO O| Aug 11 22:34:36.324 INFO STEP 23 (remove_files) COMPLETE
50352026-08-11T22:34:37.210Z[ recovery-image] Aug 11 22:34:36.324 INFO O| Aug 11 22:34:36.324 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50362026-08-11T22:34:37.219Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50372026-08-11T22:34:37.219Z[ recovery-image] Aug 11 22:34:36.334 INFO O| Aug 11 22:34:36.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50382026-08-11T22:34:37.219Z[ recovery-image] Aug 11 22:34:36.334 INFO O| Aug 11 22:34:36.334 INFO STEP 24 (remove_files) COMPLETE
50392026-08-11T22:34:37.219Z[ recovery-image] Aug 11 22:34:36.334 INFO O| Aug 11 22:34:36.334 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50402026-08-11T22:34:37.232Z[ recovery-image] Aug 11 22:34:36.343 INFO O| Aug 11 22:34:36.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50412026-08-11T22:34:37.232Z[ recovery-image] Aug 11 22:34:36.343 INFO O| Aug 11 22:34:36.343 INFO STEP 25 (remove_files) COMPLETE
50422026-08-11T22:34:37.232Z[ recovery-image] Aug 11 22:34:36.343 INFO O| Aug 11 22:34:36.343 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50432026-08-11T22:34:37.236Z[ recovery-image] Aug 11 22:34:36.356 INFO O| Aug 11 22:34:36.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50442026-08-11T22:34:37.236Z[ recovery-image] Aug 11 22:34:36.356 INFO O| Aug 11 22:34:36.356 INFO STEP 26 (remove_files) COMPLETE
50452026-08-11T22:34:37.236Z[ recovery-image] Aug 11 22:34:36.356 INFO O| Aug 11 22:34:36.356 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50462026-08-11T22:34:37.253Z[ recovery-image] Aug 11 22:34:36.368 INFO O| Aug 11 22:34:36.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50472026-08-11T22:34:37.253Z[ recovery-image] Aug 11 22:34:36.368 INFO O| Aug 11 22:34:36.368 INFO STEP 27 (remove_files) COMPLETE
50482026-08-11T22:34:37.256Z[ recovery-image] Aug 11 22:34:36.369 INFO O| Aug 11 22:34:36.369 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50492026-08-11T22:34:37.263Z[ recovery-image] Aug 11 22:34:36.379 INFO O| Aug 11 22:34:36.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50502026-08-11T22:34:37.263Z[ recovery-image] Aug 11 22:34:36.379 INFO O| Aug 11 22:34:36.379 INFO STEP 28 (remove_files) COMPLETE
50512026-08-11T22:34:37.265Z[ recovery-image] Aug 11 22:34:36.379 INFO O| Aug 11 22:34:36.379 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50522026-08-11T22:34:37.276Z[ recovery-image] Aug 11 22:34:36.389 INFO O| Aug 11 22:34:36.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50532026-08-11T22:34:37.276Z[ recovery-image] Aug 11 22:34:36.389 INFO O| Aug 11 22:34:36.389 INFO STEP 29 (remove_files) COMPLETE
50542026-08-11T22:34:37.276Z[ recovery-image] Aug 11 22:34:36.389 INFO O| Aug 11 22:34:36.389 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50552026-08-11T22:34:37.281Z[ recovery-image] Aug 11 22:34:36.399 INFO O| Aug 11 22:34:36.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50562026-08-11T22:34:37.281Z[ recovery-image] Aug 11 22:34:36.399 INFO O| Aug 11 22:34:36.399 INFO STEP 30 (remove_files) COMPLETE
50572026-08-11T22:34:37.281Z[ recovery-image] Aug 11 22:34:36.399 INFO O| Aug 11 22:34:36.399 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50582026-08-11T22:34:37.294Z[ recovery-image] Aug 11 22:34:36.413 INFO O| Aug 11 22:34:36.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50592026-08-11T22:34:37.294Z[ recovery-image] Aug 11 22:34:36.413 INFO O| Aug 11 22:34:36.413 INFO STEP 31 (remove_files) COMPLETE
50602026-08-11T22:34:37.294Z[ recovery-image] Aug 11 22:34:36.413 INFO O| Aug 11 22:34:36.413 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-08-11T22:34:37.306Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
50622026-08-11T22:34:37.317Z[ recovery-image] Aug 11 22:34:36.423 INFO O| Aug 11 22:34:36.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50632026-08-11T22:34:37.317Z[ recovery-image] Aug 11 22:34:36.423 INFO O| Aug 11 22:34:36.423 INFO STEP 32 (remove_files) COMPLETE
50642026-08-11T22:34:37.317Z[ recovery-image] Aug 11 22:34:36.423 INFO O| Aug 11 22:34:36.423 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-11T22:34:37.317Z[ recovery-image] Aug 11 22:34:36.434 INFO O| Aug 11 22:34:36.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50662026-08-11T22:34:37.318Z[ recovery-image] Aug 11 22:34:36.434 INFO O| Aug 11 22:34:36.434 INFO STEP 33 (remove_files) COMPLETE
50672026-08-11T22:34:37.318Z[ recovery-image] Aug 11 22:34:36.434 INFO O| Aug 11 22:34:36.434 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-08-11T22:34:37.330Z[ recovery-image] Aug 11 22:34:36.442 INFO O| Aug 11 22:34:36.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50692026-08-11T22:34:37.330Z[ recovery-image] Aug 11 22:34:36.442 INFO O| Aug 11 22:34:36.442 INFO STEP 34 (remove_files) COMPLETE
50702026-08-11T22:34:37.330Z[ recovery-image] Aug 11 22:34:36.442 INFO O| Aug 11 22:34:36.442 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-08-11T22:34:37.334Z[ recovery-image] Aug 11 22:34:36.450 INFO O| Aug 11 22:34:36.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50722026-08-11T22:34:37.334Z[ recovery-image] Aug 11 22:34:36.450 INFO O| Aug 11 22:34:36.450 INFO STEP 35 (remove_files) COMPLETE
50732026-08-11T22:34:37.334Z[ recovery-image] Aug 11 22:34:36.450 INFO O| Aug 11 22:34:36.450 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-08-11T22:34:37.338Z[ recovery-image] Aug 11 22:34:36.459 INFO O| Aug 11 22:34:36.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50752026-08-11T22:34:37.338Z[ recovery-image] Aug 11 22:34:36.459 INFO O| Aug 11 22:34:36.459 INFO STEP 36 (remove_files) COMPLETE
50762026-08-11T22:34:37.338Z[ recovery-image] Aug 11 22:34:36.459 INFO O| Aug 11 22:34:36.459 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-08-11T22:34:37.357Z[ recovery-image] Aug 11 22:34:36.467 INFO O| Aug 11 22:34:36.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50782026-08-11T22:34:37.357Z[ recovery-image] Aug 11 22:34:36.467 INFO O| Aug 11 22:34:36.467 INFO STEP 37 (remove_files) COMPLETE
50792026-08-11T22:34:37.357Z[ recovery-image] Aug 11 22:34:36.467 INFO O| Aug 11 22:34:36.467 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-08-11T22:34:37.366Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
50812026-08-11T22:34:37.366Z[ recovery-image] Aug 11 22:34:36.476 INFO O| Aug 11 22:34:36.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50822026-08-11T22:34:37.366Z[ recovery-image] Aug 11 22:34:36.476 INFO O| Aug 11 22:34:36.476 INFO STEP 38 (remove_files) COMPLETE
50832026-08-11T22:34:37.366Z[ recovery-image] Aug 11 22:34:36.476 INFO O| Aug 11 22:34:36.476 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-08-11T22:34:37.369Z[ recovery-image] Aug 11 22:34:36.486 INFO O| Aug 11 22:34:36.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50852026-08-11T22:34:37.369Z[ recovery-image] Aug 11 22:34:36.486 INFO O| Aug 11 22:34:36.486 INFO STEP 39 (remove_files) COMPLETE
50862026-08-11T22:34:37.369Z[ recovery-image] Aug 11 22:34:36.486 INFO O| Aug 11 22:34:36.486 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-08-11T22:34:37.375Z[ recovery-image] Aug 11 22:34:36.494 INFO O| Aug 11 22:34:36.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50882026-08-11T22:34:37.379Z[ recovery-image] Aug 11 22:34:36.494 INFO O| Aug 11 22:34:36.494 INFO STEP 40 (remove_files) COMPLETE
50892026-08-11T22:34:37.379Z[ recovery-image] Aug 11 22:34:36.494 INFO O| Aug 11 22:34:36.494 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-08-11T22:34:37.390Z[ recovery-image] Aug 11 22:34:36.502 INFO O| Aug 11 22:34:36.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50912026-08-11T22:34:37.390Z[ recovery-image] Aug 11 22:34:36.502 INFO O| Aug 11 22:34:36.502 INFO STEP 41 (remove_files) COMPLETE
50922026-08-11T22:34:37.390Z[ recovery-image] Aug 11 22:34:36.502 INFO O| Aug 11 22:34:36.502 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-08-11T22:34:37.400Z[ recovery-image] Aug 11 22:34:36.511 INFO O| Aug 11 22:34:36.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
50942026-08-11T22:34:37.400Z[ recovery-image] Aug 11 22:34:36.511 INFO O| Aug 11 22:34:36.511 INFO STEP 42 (remove_files) COMPLETE
50952026-08-11T22:34:37.400Z[ recovery-image] Aug 11 22:34:36.511 INFO O| Aug 11 22:34:36.511 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-08-11T22:34:37.407Z[ recovery-image] Aug 11 22:34:36.520 INFO O| Aug 11 22:34:36.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
50972026-08-11T22:34:37.407Z[ recovery-image] Aug 11 22:34:36.520 INFO O| Aug 11 22:34:36.520 INFO STEP 43 (remove_files) COMPLETE
50982026-08-11T22:34:37.407Z[ recovery-image] Aug 11 22:34:36.520 INFO O| Aug 11 22:34:36.520 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-08-11T22:34:37.414Z[ recovery-image] Aug 11 22:34:36.529 INFO O| Aug 11 22:34:36.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51002026-08-11T22:34:37.414Z[ recovery-image] Aug 11 22:34:36.529 INFO O| Aug 11 22:34:36.529 INFO STEP 44 (remove_files) COMPLETE
51012026-08-11T22:34:37.414Z[ recovery-image] Aug 11 22:34:36.529 INFO O| Aug 11 22:34:36.529 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-08-11T22:34:37.419Z[ recovery-image] Aug 11 22:34:36.540 INFO O| Aug 11 22:34:36.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51032026-08-11T22:34:37.419Z[ recovery-image] Aug 11 22:34:36.540 INFO O| Aug 11 22:34:36.540 INFO STEP 45 (remove_files) COMPLETE
51042026-08-11T22:34:37.419Z[ recovery-image] Aug 11 22:34:36.540 INFO O| Aug 11 22:34:36.540 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-08-11T22:34:37.430Z[ recovery-image] Aug 11 22:34:36.550 INFO O| Aug 11 22:34:36.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51062026-08-11T22:34:37.430Z[ recovery-image] Aug 11 22:34:36.550 INFO O| Aug 11 22:34:36.550 INFO STEP 46 (remove_files) COMPLETE
51072026-08-11T22:34:37.430Z[ recovery-image] Aug 11 22:34:36.550 INFO O| Aug 11 22:34:36.550 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-08-11T22:34:37.445Z[ recovery-image] Aug 11 22:34:36.561 INFO O| Aug 11 22:34:36.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51092026-08-11T22:34:37.446Z[ recovery-image] Aug 11 22:34:36.561 INFO O| Aug 11 22:34:36.561 INFO STEP 47 (remove_files) COMPLETE
51102026-08-11T22:34:37.450Z[ recovery-image] Aug 11 22:34:36.561 INFO O| Aug 11 22:34:36.561 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-11T22:34:37.459Z[ recovery-image] Aug 11 22:34:36.580 INFO O| Aug 11 22:34:36.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51122026-08-11T22:34:37.459Z[ recovery-image] Aug 11 22:34:36.580 INFO O| Aug 11 22:34:36.580 INFO STEP 48 (remove_files) COMPLETE
51132026-08-11T22:34:37.459Z[ recovery-image] Aug 11 22:34:36.580 INFO O| Aug 11 22:34:36.580 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-11T22:34:37.471Z[ recovery-image] Aug 11 22:34:36.589 INFO O| Aug 11 22:34:36.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51152026-08-11T22:34:37.471Z[ recovery-image] Aug 11 22:34:36.589 INFO O| Aug 11 22:34:36.589 INFO STEP 49 (remove_files) COMPLETE
51162026-08-11T22:34:37.471Z[ recovery-image] Aug 11 22:34:36.589 INFO O| Aug 11 22:34:36.589 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-11T22:34:37.488Z[ recovery-image] Aug 11 22:34:36.608 INFO O| Aug 11 22:34:36.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51182026-08-11T22:34:37.488Z[ recovery-image] Aug 11 22:34:36.608 INFO O| Aug 11 22:34:36.608 INFO STEP 50 (remove_files) COMPLETE
51192026-08-11T22:34:37.494Z[ recovery-image] Aug 11 22:34:36.608 INFO O| Aug 11 22:34:36.608 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-11T22:34:37.507Z[ recovery-image] Aug 11 22:34:36.623 INFO O| Aug 11 22:34:36.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51212026-08-11T22:34:37.507Z[ recovery-image] Aug 11 22:34:36.623 INFO O| Aug 11 22:34:36.623 INFO STEP 51 (remove_files) COMPLETE
51222026-08-11T22:34:37.507Z[ recovery-image] Aug 11 22:34:36.623 INFO O| Aug 11 22:34:36.623 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-08-11T22:34:37.514Z[ recovery-image] Aug 11 22:34:36.633 INFO O| Aug 11 22:34:36.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51242026-08-11T22:34:37.514Z[ recovery-image] Aug 11 22:34:36.633 INFO O| Aug 11 22:34:36.633 INFO STEP 52 (remove_files) COMPLETE
51252026-08-11T22:34:37.518Z[ recovery-image] Aug 11 22:34:36.633 INFO O| Aug 11 22:34:36.633 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-11T22:34:37.533Z[ recovery-image] Aug 11 22:34:36.653 INFO O| Aug 11 22:34:36.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51272026-08-11T22:34:37.533Z[ recovery-image] Aug 11 22:34:36.653 INFO O| Aug 11 22:34:36.653 INFO STEP 53 (remove_files) COMPLETE
51282026-08-11T22:34:37.533Z[ recovery-image] Aug 11 22:34:36.653 INFO O| Aug 11 22:34:36.653 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-08-11T22:34:37.561Z[ recovery-image] Aug 11 22:34:36.679 INFO O| Aug 11 22:34:36.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51302026-08-11T22:34:37.561Z[ recovery-image] Aug 11 22:34:36.679 INFO O| Aug 11 22:34:36.679 INFO STEP 54 (remove_files) COMPLETE
51312026-08-11T22:34:37.561Z[ recovery-image] Aug 11 22:34:36.679 INFO O| Aug 11 22:34:36.679 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51322026-08-11T22:34:37.577Z[ recovery-image] Aug 11 22:34:36.694 INFO O| Aug 11 22:34:36.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51332026-08-11T22:34:37.578Z[ recovery-image] Aug 11 22:34:36.694 INFO O| Aug 11 22:34:36.694 INFO STEP 55 (remove_files) COMPLETE
51342026-08-11T22:34:37.578Z[ recovery-image] Aug 11 22:34:36.694 INFO O| Aug 11 22:34:36.694 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51352026-08-11T22:34:37.597Z[ recovery-image] Aug 11 22:34:36.717 INFO O| Aug 11 22:34:36.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51362026-08-11T22:34:37.597Z[ recovery-image] Aug 11 22:34:36.717 INFO O| Aug 11 22:34:36.717 INFO STEP 56 (remove_files) COMPLETE
51372026-08-11T22:34:37.597Z[ recovery-image] Aug 11 22:34:36.717 INFO O| Aug 11 22:34:36.717 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51382026-08-11T22:34:37.606Z[ recovery-image] Aug 11 22:34:36.727 INFO O| Aug 11 22:34:36.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51392026-08-11T22:34:37.615Z[ recovery-image] Aug 11 22:34:36.727 INFO O| Aug 11 22:34:36.727 INFO STEP 57 (remove_files) COMPLETE
51402026-08-11T22:34:37.615Z[ recovery-image] Aug 11 22:34:36.727 INFO O| Aug 11 22:34:36.727 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51412026-08-11T22:34:37.627Z[ recovery-image] Aug 11 22:34:36.744 INFO O| Aug 11 22:34:36.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51422026-08-11T22:34:37.627Z[ recovery-image] Aug 11 22:34:36.745 INFO O| Aug 11 22:34:36.744 INFO STEP 58 (remove_files) COMPLETE
51432026-08-11T22:34:37.632Z[ recovery-image] Aug 11 22:34:36.745 INFO O| Aug 11 22:34:36.744 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-08-11T22:34:37.639Z[ recovery-image] Aug 11 22:34:36.758 INFO O| Aug 11 22:34:36.757 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51452026-08-11T22:34:37.639Z[ recovery-image] Aug 11 22:34:36.758 INFO O| Aug 11 22:34:36.758 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51462026-08-11T22:34:37.642Z[ recovery-image] Aug 11 22:34:36.758 INFO O| Aug 11 22:34:36.758 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51472026-08-11T22:34:37.642Z[ recovery-image] Aug 11 22:34:36.758 INFO O| Aug 11 22:34:36.758 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51482026-08-11T22:34:37.642Z[ recovery-image] Aug 11 22:34:36.758 INFO O| Aug 11 22:34:36.758 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51492026-08-11T22:34:37.643Z[ recovery-image] Aug 11 22:34:36.758 INFO O| Aug 11 22:34:36.758 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51502026-08-11T22:34:37.644Z[ recovery-image] Aug 11 22:34:36.758 INFO O| Aug 11 22:34:36.758 INFO ok!
51512026-08-11T22:34:37.644Z[ recovery-image] Aug 11 22:34:36.758 INFO O| Aug 11 22:34:36.758 INFO STEP 59 (ensure_file) COMPLETE
51522026-08-11T22:34:37.644Z[ recovery-image] Aug 11 22:34:36.758 INFO O| Aug 11 22:34:36.758 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51532026-08-11T22:34:37.649Z[ recovery-image] Aug 11 22:34:36.770 INFO O| Aug 11 22:34:36.770 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51542026-08-11T22:34:37.649Z[ recovery-image] Aug 11 22:34:36.770 INFO O| Aug 11 22:34:36.770 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51552026-08-11T22:34:37.654Z[ recovery-image] Aug 11 22:34:36.770 INFO O| Aug 11 22:34:36.770 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51562026-08-11T22:34:37.655Z[ recovery-image] Aug 11 22:34:36.770 INFO O| Aug 11 22:34:36.770 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51572026-08-11T22:34:37.655Z[ recovery-image] Aug 11 22:34:36.770 INFO O| Aug 11 22:34:36.770 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51582026-08-11T22:34:37.655Z[ recovery-image] Aug 11 22:34:36.770 INFO O| Aug 11 22:34:36.770 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51592026-08-11T22:34:37.655Z[ recovery-image] Aug 11 22:34:36.770 INFO O| Aug 11 22:34:36.770 INFO ok!
51602026-08-11T22:34:37.655Z[ recovery-image] Aug 11 22:34:36.770 INFO O| Aug 11 22:34:36.770 INFO STEP 60 (ensure_file) COMPLETE
51612026-08-11T22:34:37.655Z[ recovery-image] Aug 11 22:34:36.770 INFO O| Aug 11 22:34:36.770 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51622026-08-11T22:34:37.661Z[ recovery-image] Aug 11 22:34:36.782 INFO O| Aug 11 22:34:36.782 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51632026-08-11T22:34:37.666Z[ recovery-image] Aug 11 22:34:36.782 INFO O| Aug 11 22:34:36.782 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51642026-08-11T22:34:37.666Z[ recovery-image] Aug 11 22:34:36.782 INFO O| Aug 11 22:34:36.782 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51652026-08-11T22:34:37.666Z[ recovery-image] Aug 11 22:34:36.782 INFO O| Aug 11 22:34:36.782 INFO ok!
51662026-08-11T22:34:37.666Z[ recovery-image] Aug 11 22:34:36.782 INFO O| Aug 11 22:34:36.782 INFO STEP 61 (ensure_file) COMPLETE
51672026-08-11T22:34:37.666Z[ recovery-image] Aug 11 22:34:36.782 INFO O| Aug 11 22:34:36.782 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51682026-08-11T22:34:37.675Z[ recovery-image] Aug 11 22:34:36.794 INFO O| Aug 11 22:34:36.794 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51692026-08-11T22:34:37.676Z[ recovery-image] Aug 11 22:34:36.794 INFO O| Aug 11 22:34:36.794 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51702026-08-11T22:34:37.681Z[ recovery-image] Aug 11 22:34:36.794 INFO O| Aug 11 22:34:36.794 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51712026-08-11T22:34:37.681Z[ recovery-image] Aug 11 22:34:36.794 INFO O| Aug 11 22:34:36.794 INFO ok!
51722026-08-11T22:34:37.681Z[ recovery-image] Aug 11 22:34:36.794 INFO O| Aug 11 22:34:36.794 INFO STEP 62 (ensure_file) COMPLETE
51732026-08-11T22:34:37.681Z[ recovery-image] Aug 11 22:34:36.794 INFO O| Aug 11 22:34:36.794 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51742026-08-11T22:34:37.690Z[ recovery-image] Aug 11 22:34:36.805 INFO O| Aug 11 22:34:36.805 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51752026-08-11T22:34:37.690Z[ recovery-image] Aug 11 22:34:36.805 INFO O| Aug 11 22:34:36.805 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51762026-08-11T22:34:37.690Z[ recovery-image] Aug 11 22:34:36.805 INFO O| Aug 11 22:34:36.805 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51772026-08-11T22:34:37.690Z[ recovery-image] Aug 11 22:34:36.805 INFO O| Aug 11 22:34:36.805 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51782026-08-11T22:34:37.690Z[ recovery-image] Aug 11 22:34:36.805 INFO O| Aug 11 22:34:36.805 INFO ok!
51792026-08-11T22:34:37.690Z[ recovery-image] Aug 11 22:34:36.805 INFO O| Aug 11 22:34:36.805 INFO STEP 63 (ensure_file) COMPLETE
51802026-08-11T22:34:37.690Z[ recovery-image] Aug 11 22:34:36.805 INFO O| Aug 11 22:34:36.805 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51812026-08-11T22:34:37.695Z[ recovery-image] Aug 11 22:34:36.814 INFO O| Aug 11 22:34:36.814 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51822026-08-11T22:34:37.696Z[ recovery-image] Aug 11 22:34:36.814 INFO O| Aug 11 22:34:36.814 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51832026-08-11T22:34:37.696Z[ recovery-image] Aug 11 22:34:36.814 INFO O| Aug 11 22:34:36.814 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51842026-08-11T22:34:37.696Z[ recovery-image] Aug 11 22:34:36.814 INFO O| Aug 11 22:34:36.814 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51852026-08-11T22:34:37.696Z[ recovery-image] Aug 11 22:34:36.814 INFO O| Aug 11 22:34:36.814 INFO ok!
51862026-08-11T22:34:37.696Z[ recovery-image] Aug 11 22:34:36.814 INFO O| Aug 11 22:34:36.814 INFO STEP 64 (ensure_file) COMPLETE
51872026-08-11T22:34:37.696Z[ recovery-image] Aug 11 22:34:36.814 INFO O| Aug 11 22:34:36.814 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51882026-08-11T22:34:37.709Z[ recovery-image] Aug 11 22:34:36.826 INFO O| Aug 11 22:34:36.826 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51892026-08-11T22:34:37.709Z[ recovery-image] Aug 11 22:34:36.826 INFO O| Aug 11 22:34:36.826 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51902026-08-11T22:34:37.709Z[ recovery-image] Aug 11 22:34:36.826 INFO O| Aug 11 22:34:36.826 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51912026-08-11T22:34:37.762Z[ recovery-image] Aug 11 22:34:36.826 INFO O| Aug 11 22:34:36.826 INFO ok!
51922026-08-11T22:34:37.762Z[ recovery-image] Aug 11 22:34:36.826 INFO O| Aug 11 22:34:36.826 INFO STEP 65 (assemble_files) COMPLETE
51932026-08-11T22:34:37.762Z[ recovery-image] Aug 11 22:34:36.826 INFO O| Aug 11 22:34:36.826 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51942026-08-11T22:34:37.763Z[ recovery-image] Aug 11 22:34:36.839 INFO O| Aug 11 22:34:36.839 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
51952026-08-11T22:34:37.763Z[ recovery-image] Aug 11 22:34:36.839 INFO O| Aug 11 22:34:36.839 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
51962026-08-11T22:34:37.763Z[ recovery-image] Aug 11 22:34:36.839 INFO O| Aug 11 22:34:36.839 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51972026-08-11T22:34:37.763Z[ recovery-image] Aug 11 22:34:36.839 INFO O| Aug 11 22:34:36.839 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51982026-08-11T22:34:37.763Z[ recovery-image] Aug 11 22:34:36.839 INFO O| Aug 11 22:34:36.839 INFO ok!
51992026-08-11T22:34:37.763Z[ recovery-image] Aug 11 22:34:36.839 INFO O| Aug 11 22:34:36.839 INFO STEP 66 (ensure_file) COMPLETE
52002026-08-11T22:34:37.763Z[ recovery-image] Aug 11 22:34:36.839 INFO O| Aug 11 22:34:36.839 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52012026-08-11T22:34:37.763Z[ recovery-image] Aug 11 22:34:36.839 INFO O| Aug 11 22:34:36.839 INFO skip step because feature "omicron1" is not enabled
52022026-08-11T22:34:37.763Z[ recovery-image] Aug 11 22:34:36.839 INFO O| Aug 11 22:34:36.839 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52032026-08-11T22:34:37.763Z[ recovery-image] Aug 11 22:34:36.839 INFO O| Aug 11 22:34:36.839 INFO skip step because feature "omicron1" is not enabled
52042026-08-11T22:34:37.763Z[ recovery-image] Aug 11 22:34:36.839 INFO O| Aug 11 22:34:36.839 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52052026-08-11T22:34:37.763Z[ recovery-image] Aug 11 22:34:36.839 INFO O| Aug 11 22:34:36.839 INFO skip step because feature "omicron1" is not enabled
52062026-08-11T22:34:37.763Z[ recovery-image] Aug 11 22:34:36.839 INFO O| Aug 11 22:34:36.839 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52072026-08-11T22:34:37.763Z[ recovery-image] Aug 11 22:34:36.858 INFO O| Aug 11 22:34:36.858 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52082026-08-11T22:34:37.764Z[ recovery-image] Aug 11 22:34:36.858 INFO O| Aug 11 22:34:36.858 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52092026-08-11T22:34:37.994Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
52102026-08-11T22:34:38.385Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
52112026-08-11T22:34:38.416Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52122026-08-11T22:34:38.696Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52132026-08-11T22:34:38.820Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
52142026-08-11T22:34:39.049Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
52152026-08-11T22:34:39.143Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
52162026-08-11T22:34:39.292Z[ recovery-image] Aug 11 22:34:38.411 INFO O| Aug 11 22:34:38.411 INFO STEP 70 (pack_tar) COMPLETE
52172026-08-11T22:34:39.292Z[ recovery-image] Aug 11 22:34:38.411 INFO O| Aug 11 22:34:38.411 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52182026-08-11T22:34:39.292Z[ recovery-image] Aug 11 22:34:38.411 INFO O| Aug 11 22:34:38.411 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52192026-08-11T22:34:39.402Z[verify-libraries] Compiling fatfs v0.3.6
52202026-08-11T22:34:39.536Z[verify-libraries] Compiling num-bigint v0.4.6
52212026-08-11T22:34:39.563Z[ recovery-image] Aug 11 22:34:38.684 INFO O| Aug 11 22:34:38.684 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52222026-08-11T22:34:39.649Z[ recovery-image] Aug 11 22:34:38.767 INFO O| Aug 11 22:34:38.767 INFO completed processing sled/ramdisk-02-trim
52232026-08-11T22:34:39.655Z[ recovery-image] Aug 11 22:34:38.769 INFO image builder template: ramdisk-03-recovery-trim...
52242026-08-11T22:34:39.655Z[ recovery-image] Aug 11 22:34:38.769 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/.tmpWfc2Q9/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52252026-08-11T22:34:39.655Z[ recovery-image] Aug 11 22:34:38.774 INFO O| Aug 11 22:34:38.774 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52262026-08-11T22:34:39.730Z[ recovery-image] Aug 11 22:34:38.848 INFO O| Aug 11 22:34:38.848 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52272026-08-11T22:34:39.734Z[ recovery-image] Aug 11 22:34:38.852 INFO O| Aug 11 22:34:38.852 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52282026-08-11T22:34:39.797Z[ recovery-image] Aug 11 22:34:38.917 INFO O| Aug 11 22:34:38.917 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52292026-08-11T22:34:39.855Z[ recovery-image] Aug 11 22:34:38.976 INFO O| Aug 11 22:34:38.976 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52302026-08-11T22:34:39.856Z[ recovery-image] Aug 11 22:34:38.976 INFO O| Aug 11 22:34:38.976 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52312026-08-11T22:34:39.868Z[ recovery-image] Aug 11 22:34:38.983 INFO O| Aug 11 22:34:38.983 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52322026-08-11T22:34:39.874Z[ recovery-image] Aug 11 22:34:38.987 INFO O| Aug 11 22:34:38.987 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52332026-08-11T22:34:39.874Z[ recovery-image] Aug 11 22:34:38.992 INFO O| Aug 11 22:34:38.992 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52342026-08-11T22:34:40.063Z[verify-libraries] Compiling generic-array v1.4.3
52352026-08-11T22:34:40.273Z[verify-libraries] Compiling russh-util v0.52.0
52362026-08-11T22:34:40.278Z[ recovery-image] Aug 11 22:34:39.397 INFO O| Aug 11 22:34:39.397 INFO rolled back to input snapshot; work may begin
52372026-08-11T22:34:40.278Z[ recovery-image] Aug 11 22:34:39.397 INFO O| Aug 11 22:34:39.397 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52382026-08-11T22:34:40.282Z[ recovery-image] Aug 11 22:34:39.403 INFO O| Aug 11 22:34:39.403 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52392026-08-11T22:34:40.294Z[ recovery-image] Aug 11 22:34:39.414 INFO O| Aug 11 22:34:39.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52402026-08-11T22:34:40.303Z[ recovery-image] Aug 11 22:34:39.417 INFO O| Aug 11 22:34:39.417 INFO STEP 0 (remove_files) COMPLETE
52412026-08-11T22:34:40.303Z[ recovery-image] Aug 11 22:34:39.417 INFO O| Aug 11 22:34:39.417 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52422026-08-11T22:34:40.308Z[ recovery-image] Aug 11 22:34:39.427 INFO O| Aug 11 22:34:39.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52432026-08-11T22:34:40.308Z[ recovery-image] Aug 11 22:34:39.428 INFO O| Aug 11 22:34:39.428 INFO STEP 1 (remove_files) COMPLETE
52442026-08-11T22:34:40.308Z[ recovery-image] Aug 11 22:34:39.428 INFO O| Aug 11 22:34:39.428 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52452026-08-11T22:34:40.319Z[ recovery-image] Aug 11 22:34:39.438 INFO O| Aug 11 22:34:39.438 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52462026-08-11T22:34:40.332Z[ recovery-image] Aug 11 22:34:39.441 INFO O| Aug 11 22:34:39.441 INFO STEP 2 (remove_files) COMPLETE
52472026-08-11T22:34:40.332Z[ recovery-image] Aug 11 22:34:39.441 INFO O| Aug 11 22:34:39.441 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52482026-08-11T22:34:40.348Z[ recovery-image] Aug 11 22:34:39.451 INFO O| Aug 11 22:34:39.451 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52492026-08-11T22:34:40.385Z[ recovery-image] Aug 11 22:34:39.501 INFO O| Aug 11 22:34:39.501 INFO STEP 3 (remove_files) COMPLETE
52502026-08-11T22:34:40.385Z[ recovery-image] Aug 11 22:34:39.501 INFO O| Aug 11 22:34:39.501 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52512026-08-11T22:34:40.399Z[ recovery-image] Aug 11 22:34:39.512 INFO O| Aug 11 22:34:39.512 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52522026-08-11T22:34:40.404Z[ recovery-image] Aug 11 22:34:39.514 INFO O| Aug 11 22:34:39.514 INFO STEP 4 (remove_files) COMPLETE
52532026-08-11T22:34:40.404Z[ recovery-image] Aug 11 22:34:39.514 INFO O| Aug 11 22:34:39.514 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52542026-08-11T22:34:40.404Z[ recovery-image] Aug 11 22:34:39.525 INFO O| Aug 11 22:34:39.524 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52552026-08-11T22:34:40.453Z[ recovery-image] Aug 11 22:34:39.570 INFO O| Aug 11 22:34:39.570 INFO STEP 5 (remove_files) COMPLETE
52562026-08-11T22:34:40.453Z[ recovery-image] Aug 11 22:34:39.570 INFO O| Aug 11 22:34:39.570 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52572026-08-11T22:34:40.464Z[ recovery-image] Aug 11 22:34:39.584 INFO O| Aug 11 22:34:39.584 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52582026-08-11T22:34:40.479Z[verify-libraries] Compiling enum_dispatch v0.3.13
52592026-08-11T22:34:40.507Z[ recovery-image] Aug 11 22:34:39.627 INFO O| Aug 11 22:34:39.627 INFO STEP 6 (remove_files) COMPLETE
52602026-08-11T22:34:40.507Z[ recovery-image] Aug 11 22:34:39.627 INFO O| Aug 11 22:34:39.627 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52612026-08-11T22:34:40.518Z[ recovery-image] Aug 11 22:34:39.638 INFO O| Aug 11 22:34:39.638 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52622026-08-11T22:34:40.527Z[ recovery-image] Aug 11 22:34:39.647 INFO O| Aug 11 22:34:39.647 INFO STEP 7 (remove_files) COMPLETE
52632026-08-11T22:34:40.527Z[ recovery-image] Aug 11 22:34:39.648 INFO O| Aug 11 22:34:39.648 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52642026-08-11T22:34:40.542Z[ recovery-image] Aug 11 22:34:39.660 INFO O| Aug 11 22:34:39.660 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52652026-08-11T22:34:40.550Z[ recovery-image] Aug 11 22:34:39.667 INFO O| Aug 11 22:34:39.667 INFO STEP 8 (remove_files) COMPLETE
52662026-08-11T22:34:40.551Z[ recovery-image] Aug 11 22:34:39.667 INFO O| Aug 11 22:34:39.667 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-08-11T22:34:40.566Z[ recovery-image] Aug 11 22:34:39.683 INFO O| Aug 11 22:34:39.682 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52682026-08-11T22:34:40.575Z[ recovery-image] Aug 11 22:34:39.695 INFO O| Aug 11 22:34:39.695 INFO STEP 9 (remove_files) COMPLETE
52692026-08-11T22:34:40.575Z[ recovery-image] Aug 11 22:34:39.695 INFO O| Aug 11 22:34:39.695 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-08-11T22:34:40.593Z[ recovery-image] Aug 11 22:34:39.711 INFO O| Aug 11 22:34:39.711 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52712026-08-11T22:34:40.593Z[ recovery-image] Aug 11 22:34:39.711 INFO O| Aug 11 22:34:39.711 INFO STEP 10 (remove_files) COMPLETE
52722026-08-11T22:34:40.593Z[ recovery-image] Aug 11 22:34:39.711 INFO O| Aug 11 22:34:39.711 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-08-11T22:34:40.600Z[ recovery-image] Aug 11 22:34:39.720 INFO O| Aug 11 22:34:39.720 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52742026-08-11T22:34:40.605Z[ recovery-image] Aug 11 22:34:39.721 INFO O| Aug 11 22:34:39.720 INFO STEP 11 (remove_files) COMPLETE
52752026-08-11T22:34:40.605Z[ recovery-image] Aug 11 22:34:39.721 INFO O| Aug 11 22:34:39.721 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-08-11T22:34:40.610Z[ recovery-image] Aug 11 22:34:39.729 INFO O| Aug 11 22:34:39.729 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52772026-08-11T22:34:40.643Z[verify-libraries] Compiling delegate v0.13.5
52782026-08-11T22:34:40.702Z[ recovery-image] Aug 11 22:34:39.823 INFO O| Aug 11 22:34:39.823 INFO STEP 12 (remove_files) COMPLETE
52792026-08-11T22:34:40.702Z[ recovery-image] Aug 11 22:34:39.823 INFO O| Aug 11 22:34:39.823 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52802026-08-11T22:34:40.716Z[ recovery-image] Aug 11 22:34:39.834 INFO O| Aug 11 22:34:39.834 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52812026-08-11T22:34:40.726Z[ recovery-image] Aug 11 22:34:39.844 INFO O| Aug 11 22:34:39.844 INFO STEP 13 (remove_files) COMPLETE
52822026-08-11T22:34:40.726Z[ recovery-image] Aug 11 22:34:39.845 INFO O| Aug 11 22:34:39.844 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52832026-08-11T22:34:40.742Z[ recovery-image] Aug 11 22:34:39.856 INFO O| Aug 11 22:34:39.856 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52842026-08-11T22:34:40.747Z[ recovery-image] Aug 11 22:34:39.860 INFO O| Aug 11 22:34:39.859 INFO STEP 14 (remove_files) COMPLETE
52852026-08-11T22:34:40.747Z[ recovery-image] Aug 11 22:34:39.860 INFO O| Aug 11 22:34:39.860 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52862026-08-11T22:34:40.757Z[ recovery-image] Aug 11 22:34:39.877 INFO O| Aug 11 22:34:39.877 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52872026-08-11T22:34:40.757Z[ recovery-image] Aug 11 22:34:39.877 INFO O| Aug 11 22:34:39.877 INFO STEP 15 (remove_files) COMPLETE
52882026-08-11T22:34:40.762Z[ recovery-image] Aug 11 22:34:39.877 INFO O| Aug 11 22:34:39.877 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-08-11T22:34:40.777Z[ recovery-image] Aug 11 22:34:39.898 INFO O| Aug 11 22:34:39.898 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52902026-08-11T22:34:40.786Z[ recovery-image] Aug 11 22:34:39.899 INFO O| Aug 11 22:34:39.899 INFO STEP 16 (remove_files) COMPLETE
52912026-08-11T22:34:40.786Z[ recovery-image] Aug 11 22:34:39.899 INFO O| Aug 11 22:34:39.899 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-08-11T22:34:40.805Z[ recovery-image] Aug 11 22:34:39.926 INFO O| Aug 11 22:34:39.926 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
52932026-08-11T22:34:40.821Z[ recovery-image] Aug 11 22:34:39.941 INFO O| Aug 11 22:34:39.941 INFO STEP 17 (remove_files) COMPLETE
52942026-08-11T22:34:40.821Z[ recovery-image] Aug 11 22:34:39.941 INFO O| Aug 11 22:34:39.941 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-08-11T22:34:40.831Z[ recovery-image] Aug 11 22:34:39.952 INFO O| Aug 11 22:34:39.952 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
52962026-08-11T22:34:40.831Z[ recovery-image] Aug 11 22:34:39.952 INFO O| Aug 11 22:34:39.952 INFO STEP 18 (remove_files) COMPLETE
52972026-08-11T22:34:40.831Z[ recovery-image] Aug 11 22:34:39.952 INFO O| Aug 11 22:34:39.952 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-08-11T22:34:40.842Z[ recovery-image] Aug 11 22:34:39.962 INFO O| Aug 11 22:34:39.962 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
52992026-08-11T22:34:40.842Z[ recovery-image] Aug 11 22:34:39.962 INFO O| Aug 11 22:34:39.962 INFO STEP 19 (remove_files) COMPLETE
53002026-08-11T22:34:40.842Z[ recovery-image] Aug 11 22:34:39.962 INFO O| Aug 11 22:34:39.962 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-08-11T22:34:40.858Z[ recovery-image] Aug 11 22:34:39.972 INFO O| Aug 11 22:34:39.972 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53022026-08-11T22:34:40.973Z[ recovery-image] Aug 11 22:34:40.082 INFO O| Aug 11 22:34:40.082 INFO STEP 20 (remove_files) COMPLETE
53032026-08-11T22:34:40.974Z[ recovery-image] Aug 11 22:34:40.082 INFO O| Aug 11 22:34:40.082 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-11T22:34:40.980Z[ recovery-image] Aug 11 22:34:40.095 INFO O| Aug 11 22:34:40.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53052026-08-11T22:34:40.980Z[ recovery-image] Aug 11 22:34:40.097 INFO O| Aug 11 22:34:40.097 INFO STEP 21 (remove_files) COMPLETE
53062026-08-11T22:34:40.980Z[ recovery-image] Aug 11 22:34:40.097 INFO O| Aug 11 22:34:40.097 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-08-11T22:34:40.986Z[ recovery-image] Aug 11 22:34:40.107 INFO O| Aug 11 22:34:40.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53082026-08-11T22:34:40.986Z[ recovery-image] Aug 11 22:34:40.107 INFO O| Aug 11 22:34:40.107 INFO STEP 22 (remove_files) COMPLETE
53092026-08-11T22:34:40.986Z[ recovery-image] Aug 11 22:34:40.107 INFO O| Aug 11 22:34:40.107 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-11T22:34:40.995Z[ recovery-image] Aug 11 22:34:40.116 INFO O| Aug 11 22:34:40.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53112026-08-11T22:34:40.995Z[ recovery-image] Aug 11 22:34:40.116 INFO O| Aug 11 22:34:40.116 INFO STEP 23 (remove_files) COMPLETE
53122026-08-11T22:34:41.000Z[ recovery-image] Aug 11 22:34:40.116 INFO O| Aug 11 22:34:40.116 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-11T22:34:41.011Z[ recovery-image] Aug 11 22:34:40.127 INFO O| Aug 11 22:34:40.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53142026-08-11T22:34:41.011Z[ recovery-image] Aug 11 22:34:40.127 INFO O| Aug 11 22:34:40.127 INFO STEP 24 (remove_files) COMPLETE
53152026-08-11T22:34:41.012Z[ recovery-image] Aug 11 22:34:40.127 INFO O| Aug 11 22:34:40.127 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-11T22:34:41.022Z[ recovery-image] Aug 11 22:34:40.137 INFO O| Aug 11 22:34:40.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53172026-08-11T22:34:41.022Z[ recovery-image] Aug 11 22:34:40.137 INFO O| Aug 11 22:34:40.137 INFO STEP 25 (remove_files) COMPLETE
53182026-08-11T22:34:41.022Z[ recovery-image] Aug 11 22:34:40.137 INFO O| Aug 11 22:34:40.137 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-08-11T22:34:41.029Z[ recovery-image] Aug 11 22:34:40.147 INFO O| Aug 11 22:34:40.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53202026-08-11T22:34:41.029Z[ recovery-image] Aug 11 22:34:40.147 INFO O| Aug 11 22:34:40.147 INFO STEP 26 (remove_files) COMPLETE
53212026-08-11T22:34:41.029Z[ recovery-image] Aug 11 22:34:40.147 INFO O| Aug 11 22:34:40.147 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-08-11T22:34:41.039Z[ recovery-image] Aug 11 22:34:40.159 INFO O| Aug 11 22:34:40.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53232026-08-11T22:34:41.039Z[ recovery-image] Aug 11 22:34:40.159 INFO O| Aug 11 22:34:40.159 INFO STEP 27 (remove_files) COMPLETE
53242026-08-11T22:34:41.039Z[ recovery-image] Aug 11 22:34:40.159 INFO O| Aug 11 22:34:40.159 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-08-11T22:34:41.049Z[ recovery-image] Aug 11 22:34:40.169 INFO O| Aug 11 22:34:40.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53262026-08-11T22:34:41.049Z[ recovery-image] Aug 11 22:34:40.169 INFO O| Aug 11 22:34:40.169 INFO STEP 28 (remove_files) COMPLETE
53272026-08-11T22:34:41.059Z[ recovery-image] Aug 11 22:34:40.169 INFO O| Aug 11 22:34:40.169 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-08-11T22:34:41.064Z[ recovery-image] Aug 11 22:34:40.180 INFO O| Aug 11 22:34:40.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53292026-08-11T22:34:41.064Z[ recovery-image] Aug 11 22:34:40.180 INFO O| Aug 11 22:34:40.180 INFO STEP 29 (remove_files) COMPLETE
53302026-08-11T22:34:41.064Z[ recovery-image] Aug 11 22:34:40.180 INFO O| Aug 11 22:34:40.180 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-08-11T22:34:41.070Z[ recovery-image] Aug 11 22:34:40.190 INFO O| Aug 11 22:34:40.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53322026-08-11T22:34:41.070Z[ recovery-image] Aug 11 22:34:40.190 INFO O| Aug 11 22:34:40.190 INFO STEP 30 (remove_files) COMPLETE
53332026-08-11T22:34:41.070Z[ recovery-image] Aug 11 22:34:40.190 INFO O| Aug 11 22:34:40.190 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-08-11T22:34:41.077Z[verify-libraries] Compiling sapling-renderdag v0.1.0
53352026-08-11T22:34:41.083Z[ recovery-image] Aug 11 22:34:40.199 INFO O| Aug 11 22:34:40.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53362026-08-11T22:34:41.083Z[ recovery-image] Aug 11 22:34:40.199 INFO O| Aug 11 22:34:40.199 INFO STEP 31 (remove_files) COMPLETE
53372026-08-11T22:34:41.083Z[ recovery-image] Aug 11 22:34:40.199 INFO O| Aug 11 22:34:40.199 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-08-11T22:34:41.094Z[ recovery-image] Aug 11 22:34:40.210 INFO O| Aug 11 22:34:40.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53392026-08-11T22:34:41.094Z[ recovery-image] Aug 11 22:34:40.210 INFO O| Aug 11 22:34:40.210 INFO STEP 32 (remove_files) COMPLETE
53402026-08-11T22:34:41.101Z[ recovery-image] Aug 11 22:34:40.210 INFO O| Aug 11 22:34:40.210 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-08-11T22:34:41.105Z[ recovery-image] Aug 11 22:34:40.219 INFO O| Aug 11 22:34:40.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53422026-08-11T22:34:41.105Z[ recovery-image] Aug 11 22:34:40.219 INFO O| Aug 11 22:34:40.219 INFO STEP 33 (remove_files) COMPLETE
53432026-08-11T22:34:41.105Z[ recovery-image] Aug 11 22:34:40.219 INFO O| Aug 11 22:34:40.219 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-08-11T22:34:41.111Z[ recovery-image] Aug 11 22:34:40.229 INFO O| Aug 11 22:34:40.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53452026-08-11T22:34:41.111Z[ recovery-image] Aug 11 22:34:40.229 INFO O| Aug 11 22:34:40.229 INFO STEP 34 (remove_files) COMPLETE
53462026-08-11T22:34:41.111Z[ recovery-image] Aug 11 22:34:40.229 INFO O| Aug 11 22:34:40.229 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-11T22:34:41.118Z[ recovery-image] Aug 11 22:34:40.239 INFO O| Aug 11 22:34:40.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53482026-08-11T22:34:41.118Z[ recovery-image] Aug 11 22:34:40.239 INFO O| Aug 11 22:34:40.239 INFO STEP 35 (remove_files) COMPLETE
53492026-08-11T22:34:41.118Z[ recovery-image] Aug 11 22:34:40.239 INFO O| Aug 11 22:34:40.239 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-11T22:34:41.137Z[ recovery-image] Aug 11 22:34:40.249 INFO O| Aug 11 22:34:40.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53512026-08-11T22:34:41.137Z[ recovery-image] Aug 11 22:34:40.249 INFO O| Aug 11 22:34:40.249 INFO STEP 36 (remove_files) COMPLETE
53522026-08-11T22:34:41.137Z[ recovery-image] Aug 11 22:34:40.249 INFO O| Aug 11 22:34:40.249 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-08-11T22:34:41.143Z[ recovery-image] Aug 11 22:34:40.258 INFO O| Aug 11 22:34:40.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53542026-08-11T22:34:41.143Z[ recovery-image] Aug 11 22:34:40.258 INFO O| Aug 11 22:34:40.258 INFO STEP 37 (remove_files) COMPLETE
53552026-08-11T22:34:41.143Z[ recovery-image] Aug 11 22:34:40.258 INFO O| Aug 11 22:34:40.258 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-11T22:34:41.149Z[ recovery-image] Aug 11 22:34:40.269 INFO O| Aug 11 22:34:40.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53572026-08-11T22:34:41.149Z[ recovery-image] Aug 11 22:34:40.269 INFO O| Aug 11 22:34:40.269 INFO STEP 38 (remove_files) COMPLETE
53582026-08-11T22:34:41.160Z[ recovery-image] Aug 11 22:34:40.269 INFO O| Aug 11 22:34:40.269 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-08-11T22:34:41.174Z[ recovery-image] Aug 11 22:34:40.279 INFO O| Aug 11 22:34:40.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53602026-08-11T22:34:41.174Z[ recovery-image] Aug 11 22:34:40.280 INFO O| Aug 11 22:34:40.279 INFO STEP 39 (remove_files) COMPLETE
53612026-08-11T22:34:41.174Z[ recovery-image] Aug 11 22:34:40.280 INFO O| Aug 11 22:34:40.280 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-08-11T22:34:41.178Z[ recovery-image] Aug 11 22:34:40.289 INFO O| Aug 11 22:34:40.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53632026-08-11T22:34:41.178Z[ recovery-image] Aug 11 22:34:40.290 INFO O| Aug 11 22:34:40.289 INFO STEP 40 (remove_files) COMPLETE
53642026-08-11T22:34:41.178Z[ recovery-image] Aug 11 22:34:40.290 INFO O| Aug 11 22:34:40.289 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-11T22:34:41.187Z[ recovery-image] Aug 11 22:34:40.299 INFO O| Aug 11 22:34:40.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53662026-08-11T22:34:41.187Z[ recovery-image] Aug 11 22:34:40.299 INFO O| Aug 11 22:34:40.299 INFO STEP 41 (remove_files) COMPLETE
53672026-08-11T22:34:41.187Z[ recovery-image] Aug 11 22:34:40.299 INFO O| Aug 11 22:34:40.299 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-11T22:34:41.191Z[ recovery-image] Aug 11 22:34:40.308 INFO O| Aug 11 22:34:40.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53692026-08-11T22:34:41.191Z[ recovery-image] Aug 11 22:34:40.308 INFO O| Aug 11 22:34:40.308 INFO STEP 42 (remove_files) COMPLETE
53702026-08-11T22:34:41.191Z[ recovery-image] Aug 11 22:34:40.308 INFO O| Aug 11 22:34:40.308 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-08-11T22:34:41.203Z[ recovery-image] Aug 11 22:34:40.319 INFO O| Aug 11 22:34:40.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53722026-08-11T22:34:41.203Z[ recovery-image] Aug 11 22:34:40.319 INFO O| Aug 11 22:34:40.319 INFO STEP 43 (remove_files) COMPLETE
53732026-08-11T22:34:41.203Z[ recovery-image] Aug 11 22:34:40.319 INFO O| Aug 11 22:34:40.319 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-11T22:34:41.210Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
53752026-08-11T22:34:41.219Z[ recovery-image] Aug 11 22:34:40.329 INFO O| Aug 11 22:34:40.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53762026-08-11T22:34:41.219Z[ recovery-image] Aug 11 22:34:40.330 INFO O| Aug 11 22:34:40.330 INFO STEP 44 (remove_files) COMPLETE
53772026-08-11T22:34:41.219Z[ recovery-image] Aug 11 22:34:40.330 INFO O| Aug 11 22:34:40.330 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-08-11T22:34:41.225Z[ recovery-image] Aug 11 22:34:40.340 INFO O| Aug 11 22:34:40.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53792026-08-11T22:34:41.225Z[ recovery-image] Aug 11 22:34:40.340 INFO O| Aug 11 22:34:40.340 INFO STEP 45 (remove_files) COMPLETE
53802026-08-11T22:34:41.225Z[ recovery-image] Aug 11 22:34:40.340 INFO O| Aug 11 22:34:40.340 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-08-11T22:34:41.230Z[ recovery-image] Aug 11 22:34:40.349 INFO O| Aug 11 22:34:40.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53822026-08-11T22:34:41.230Z[ recovery-image] Aug 11 22:34:40.349 INFO O| Aug 11 22:34:40.349 INFO STEP 46 (remove_files) COMPLETE
53832026-08-11T22:34:41.230Z[ recovery-image] Aug 11 22:34:40.349 INFO O| Aug 11 22:34:40.349 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-08-11T22:34:41.241Z[ recovery-image] Aug 11 22:34:40.358 INFO O| Aug 11 22:34:40.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53852026-08-11T22:34:41.241Z[ recovery-image] Aug 11 22:34:40.358 INFO O| Aug 11 22:34:40.358 INFO STEP 47 (remove_files) COMPLETE
53862026-08-11T22:34:41.241Z[ recovery-image] Aug 11 22:34:40.358 INFO O| Aug 11 22:34:40.358 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-08-11T22:34:41.247Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
53882026-08-11T22:34:41.252Z[ recovery-image] Aug 11 22:34:40.369 INFO O| Aug 11 22:34:40.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53892026-08-11T22:34:41.252Z[ recovery-image] Aug 11 22:34:40.369 INFO O| Aug 11 22:34:40.369 INFO STEP 48 (remove_files) COMPLETE
53902026-08-11T22:34:41.252Z[ recovery-image] Aug 11 22:34:40.369 INFO O| Aug 11 22:34:40.369 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-08-11T22:34:41.258Z[ recovery-image] Aug 11 22:34:40.378 INFO O| Aug 11 22:34:40.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
53922026-08-11T22:34:41.258Z[ recovery-image] Aug 11 22:34:40.379 INFO O| Aug 11 22:34:40.378 INFO STEP 49 (remove_files) COMPLETE
53932026-08-11T22:34:41.261Z[ recovery-image] Aug 11 22:34:40.379 INFO O| Aug 11 22:34:40.378 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-08-11T22:34:41.268Z[ recovery-image] Aug 11 22:34:40.387 INFO O| Aug 11 22:34:40.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
53952026-08-11T22:34:41.268Z[ recovery-image] Aug 11 22:34:40.387 INFO O| Aug 11 22:34:40.387 INFO STEP 50 (remove_files) COMPLETE
53962026-08-11T22:34:41.325Z[ recovery-image] Aug 11 22:34:40.387 INFO O| Aug 11 22:34:40.387 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-08-11T22:34:41.325Z[ recovery-image] Aug 11 22:34:40.395 INFO O| Aug 11 22:34:40.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
53982026-08-11T22:34:41.325Z[ recovery-image] Aug 11 22:34:40.396 INFO O| Aug 11 22:34:40.395 INFO STEP 51 (remove_files) COMPLETE
53992026-08-11T22:34:41.325Z[ recovery-image] Aug 11 22:34:40.396 INFO O| Aug 11 22:34:40.395 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-08-11T22:34:41.326Z[ recovery-image] Aug 11 22:34:40.404 INFO O| Aug 11 22:34:40.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54012026-08-11T22:34:41.326Z[ recovery-image] Aug 11 22:34:40.404 INFO O| Aug 11 22:34:40.404 INFO STEP 52 (remove_files) COMPLETE
54022026-08-11T22:34:41.326Z[ recovery-image] Aug 11 22:34:40.404 INFO O| Aug 11 22:34:40.404 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-08-11T22:34:41.326Z[ recovery-image] Aug 11 22:34:40.415 INFO O| Aug 11 22:34:40.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54042026-08-11T22:34:41.326Z[ recovery-image] Aug 11 22:34:40.415 INFO O| Aug 11 22:34:40.415 INFO STEP 53 (remove_files) COMPLETE
54052026-08-11T22:34:41.326Z[ recovery-image] Aug 11 22:34:40.415 INFO O| Aug 11 22:34:40.415 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-08-11T22:34:41.326Z[ recovery-image] Aug 11 22:34:40.424 INFO O| Aug 11 22:34:40.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54072026-08-11T22:34:41.326Z[ recovery-image] Aug 11 22:34:40.424 INFO O| Aug 11 22:34:40.424 INFO STEP 54 (remove_files) COMPLETE
54082026-08-11T22:34:41.326Z[ recovery-image] Aug 11 22:34:40.424 INFO O| Aug 11 22:34:40.424 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-08-11T22:34:41.326Z[ recovery-image] Aug 11 22:34:40.432 INFO O| Aug 11 22:34:40.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54102026-08-11T22:34:41.326Z[ recovery-image] Aug 11 22:34:40.433 INFO O| Aug 11 22:34:40.433 INFO STEP 55 (remove_files) COMPLETE
54112026-08-11T22:34:41.326Z[ recovery-image] Aug 11 22:34:40.433 INFO O| Aug 11 22:34:40.433 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-08-11T22:34:41.330Z[ recovery-image] Aug 11 22:34:40.443 INFO O| Aug 11 22:34:40.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54132026-08-11T22:34:41.330Z[ recovery-image] Aug 11 22:34:40.443 INFO O| Aug 11 22:34:40.443 INFO STEP 56 (remove_files) COMPLETE
54142026-08-11T22:34:41.330Z[ recovery-image] Aug 11 22:34:40.443 INFO O| Aug 11 22:34:40.443 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-08-11T22:34:41.337Z[ recovery-image] Aug 11 22:34:40.453 INFO O| Aug 11 22:34:40.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54162026-08-11T22:34:41.337Z[ recovery-image] Aug 11 22:34:40.453 INFO O| Aug 11 22:34:40.453 INFO STEP 57 (remove_files) COMPLETE
54172026-08-11T22:34:41.338Z[ recovery-image] Aug 11 22:34:40.453 INFO O| Aug 11 22:34:40.453 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-11T22:34:41.342Z[ recovery-image] Aug 11 22:34:40.463 INFO O| Aug 11 22:34:40.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54192026-08-11T22:34:41.342Z[ recovery-image] Aug 11 22:34:40.463 INFO O| Aug 11 22:34:40.463 INFO STEP 58 (remove_files) COMPLETE
54202026-08-11T22:34:41.342Z[ recovery-image] Aug 11 22:34:40.463 INFO O| Aug 11 22:34:40.463 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-11T22:34:41.355Z[ recovery-image] Aug 11 22:34:40.472 INFO O| Aug 11 22:34:40.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54222026-08-11T22:34:41.355Z[ recovery-image] Aug 11 22:34:40.473 INFO O| Aug 11 22:34:40.472 INFO STEP 59 (remove_files) COMPLETE
54232026-08-11T22:34:41.355Z[ recovery-image] Aug 11 22:34:40.473 INFO O| Aug 11 22:34:40.473 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-08-11T22:34:41.363Z[ recovery-image] Aug 11 22:34:40.483 INFO O| Aug 11 22:34:40.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54252026-08-11T22:34:41.369Z[ recovery-image] Aug 11 22:34:40.483 INFO O| Aug 11 22:34:40.483 INFO STEP 60 (remove_files) COMPLETE
54262026-08-11T22:34:41.369Z[ recovery-image] Aug 11 22:34:40.483 INFO O| Aug 11 22:34:40.483 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-11T22:34:41.373Z[ recovery-image] Aug 11 22:34:40.493 INFO O| Aug 11 22:34:40.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54282026-08-11T22:34:41.373Z[ recovery-image] Aug 11 22:34:40.493 INFO O| Aug 11 22:34:40.493 INFO STEP 61 (remove_files) COMPLETE
54292026-08-11T22:34:41.373Z[ recovery-image] Aug 11 22:34:40.493 INFO O| Aug 11 22:34:40.493 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-08-11T22:34:41.382Z[ recovery-image] Aug 11 22:34:40.503 INFO O| Aug 11 22:34:40.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54312026-08-11T22:34:41.382Z[ recovery-image] Aug 11 22:34:40.503 INFO O| Aug 11 22:34:40.503 INFO STEP 62 (remove_files) COMPLETE
54322026-08-11T22:34:41.391Z[ recovery-image] Aug 11 22:34:40.503 INFO O| Aug 11 22:34:40.503 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-08-11T22:34:41.397Z[ recovery-image] Aug 11 22:34:40.511 INFO O| Aug 11 22:34:40.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54342026-08-11T22:34:41.397Z[ recovery-image] Aug 11 22:34:40.511 INFO O| Aug 11 22:34:40.511 INFO STEP 63 (remove_files) COMPLETE
54352026-08-11T22:34:41.397Z[ recovery-image] Aug 11 22:34:40.511 INFO O| Aug 11 22:34:40.511 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-08-11T22:34:41.402Z[ recovery-image] Aug 11 22:34:40.520 INFO O| Aug 11 22:34:40.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54372026-08-11T22:34:41.402Z[ recovery-image] Aug 11 22:34:40.521 INFO O| Aug 11 22:34:40.521 INFO STEP 64 (remove_files) COMPLETE
54382026-08-11T22:34:41.407Z[ recovery-image] Aug 11 22:34:40.521 INFO O| Aug 11 22:34:40.521 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-08-11T22:34:41.410Z[ recovery-image] Aug 11 22:34:40.530 INFO O| Aug 11 22:34:40.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54402026-08-11T22:34:41.410Z[ recovery-image] Aug 11 22:34:40.530 INFO O| Aug 11 22:34:40.530 INFO STEP 65 (remove_files) COMPLETE
54412026-08-11T22:34:41.410Z[ recovery-image] Aug 11 22:34:40.530 INFO O| Aug 11 22:34:40.530 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-11T22:34:41.420Z[ recovery-image] Aug 11 22:34:40.539 INFO O| Aug 11 22:34:40.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54432026-08-11T22:34:41.420Z[ recovery-image] Aug 11 22:34:40.539 INFO O| Aug 11 22:34:40.539 INFO STEP 66 (remove_files) COMPLETE
54442026-08-11T22:34:41.420Z[ recovery-image] Aug 11 22:34:40.539 INFO O| Aug 11 22:34:40.539 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-11T22:34:41.429Z[ recovery-image] Aug 11 22:34:40.547 INFO O| Aug 11 22:34:40.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54462026-08-11T22:34:41.429Z[ recovery-image] Aug 11 22:34:40.547 INFO O| Aug 11 22:34:40.547 INFO STEP 67 (remove_files) COMPLETE
54472026-08-11T22:34:41.429Z[ recovery-image] Aug 11 22:34:40.547 INFO O| Aug 11 22:34:40.547 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-11T22:34:41.435Z[ recovery-image] Aug 11 22:34:40.556 INFO O| Aug 11 22:34:40.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54492026-08-11T22:34:41.435Z[ recovery-image] Aug 11 22:34:40.556 INFO O| Aug 11 22:34:40.556 INFO STEP 68 (remove_files) COMPLETE
54502026-08-11T22:34:41.435Z[ recovery-image] Aug 11 22:34:40.556 INFO O| Aug 11 22:34:40.556 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-11T22:34:41.446Z[ recovery-image] Aug 11 22:34:40.567 INFO O| Aug 11 22:34:40.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54522026-08-11T22:34:41.446Z[ recovery-image] Aug 11 22:34:40.567 INFO O| Aug 11 22:34:40.567 INFO STEP 69 (remove_files) COMPLETE
54532026-08-11T22:34:41.457Z[ recovery-image] Aug 11 22:34:40.567 INFO O| Aug 11 22:34:40.567 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-11T22:34:41.462Z[ recovery-image] Aug 11 22:34:40.577 INFO O| Aug 11 22:34:40.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54552026-08-11T22:34:41.462Z[ recovery-image] Aug 11 22:34:40.577 INFO O| Aug 11 22:34:40.577 INFO STEP 70 (remove_files) COMPLETE
54562026-08-11T22:34:41.462Z[ recovery-image] Aug 11 22:34:40.577 INFO O| Aug 11 22:34:40.577 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-11T22:34:41.468Z[ recovery-image] Aug 11 22:34:40.588 INFO O| Aug 11 22:34:40.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54582026-08-11T22:34:41.468Z[ recovery-image] Aug 11 22:34:40.588 INFO O| Aug 11 22:34:40.588 INFO STEP 71 (remove_files) COMPLETE
54592026-08-11T22:34:41.468Z[ recovery-image] Aug 11 22:34:40.588 INFO O| Aug 11 22:34:40.588 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-11T22:34:41.478Z[ recovery-image] Aug 11 22:34:40.599 INFO O| Aug 11 22:34:40.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54612026-08-11T22:34:41.478Z[ recovery-image] Aug 11 22:34:40.599 INFO O| Aug 11 22:34:40.599 INFO STEP 72 (remove_files) COMPLETE
54622026-08-11T22:34:41.488Z[ recovery-image] Aug 11 22:34:40.599 INFO O| Aug 11 22:34:40.599 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-11T22:34:41.494Z[ recovery-image] Aug 11 22:34:40.609 INFO O| Aug 11 22:34:40.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54642026-08-11T22:34:41.494Z[ recovery-image] Aug 11 22:34:40.609 INFO O| Aug 11 22:34:40.609 INFO STEP 73 (remove_files) COMPLETE
54652026-08-11T22:34:41.494Z[ recovery-image] Aug 11 22:34:40.609 INFO O| Aug 11 22:34:40.609 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-08-11T22:34:41.504Z[ recovery-image] Aug 11 22:34:40.620 INFO O| Aug 11 22:34:40.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54672026-08-11T22:34:41.504Z[ recovery-image] Aug 11 22:34:40.620 INFO O| Aug 11 22:34:40.620 INFO STEP 74 (remove_files) COMPLETE
54682026-08-11T22:34:41.504Z[ recovery-image] Aug 11 22:34:40.620 INFO O| Aug 11 22:34:40.620 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-08-11T22:34:41.510Z[ recovery-image] Aug 11 22:34:40.630 INFO O| Aug 11 22:34:40.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54702026-08-11T22:34:41.510Z[ recovery-image] Aug 11 22:34:40.630 INFO O| Aug 11 22:34:40.630 INFO STEP 75 (remove_files) COMPLETE
54712026-08-11T22:34:41.510Z[ recovery-image] Aug 11 22:34:40.630 INFO O| Aug 11 22:34:40.630 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-08-11T22:34:41.524Z[ recovery-image] Aug 11 22:34:40.642 INFO O| Aug 11 22:34:40.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54732026-08-11T22:34:41.524Z[ recovery-image] Aug 11 22:34:40.642 INFO O| Aug 11 22:34:40.642 INFO STEP 76 (remove_files) COMPLETE
54742026-08-11T22:34:41.533Z[ recovery-image] Aug 11 22:34:40.642 INFO O| Aug 11 22:34:40.642 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-08-11T22:34:41.540Z[verify-libraries] Compiling sync-ptr v0.1.4
54762026-08-11T22:34:41.540Z[ recovery-image] Aug 11 22:34:40.652 INFO O| Aug 11 22:34:40.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54772026-08-11T22:34:41.540Z[ recovery-image] Aug 11 22:34:40.652 INFO O| Aug 11 22:34:40.652 INFO STEP 77 (remove_files) COMPLETE
54782026-08-11T22:34:41.540Z[ recovery-image] Aug 11 22:34:40.652 INFO O| Aug 11 22:34:40.652 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-08-11T22:34:41.544Z[ recovery-image] Aug 11 22:34:40.663 INFO O| Aug 11 22:34:40.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54802026-08-11T22:34:41.544Z[ recovery-image] Aug 11 22:34:40.664 INFO O| Aug 11 22:34:40.664 INFO STEP 78 (remove_files) COMPLETE
54812026-08-11T22:34:41.544Z[ recovery-image] Aug 11 22:34:40.664 INFO O| Aug 11 22:34:40.664 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-08-11T22:34:41.559Z[ recovery-image] Aug 11 22:34:40.675 INFO O| Aug 11 22:34:40.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54832026-08-11T22:34:41.559Z[ recovery-image] Aug 11 22:34:40.675 INFO O| Aug 11 22:34:40.675 INFO STEP 79 (remove_files) COMPLETE
54842026-08-11T22:34:41.559Z[ recovery-image] Aug 11 22:34:40.675 INFO O| Aug 11 22:34:40.675 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-08-11T22:34:41.566Z[ recovery-image] Aug 11 22:34:40.686 INFO O| Aug 11 22:34:40.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54862026-08-11T22:34:41.566Z[ recovery-image] Aug 11 22:34:40.686 INFO O| Aug 11 22:34:40.686 INFO STEP 80 (remove_files) COMPLETE
54872026-08-11T22:34:41.566Z[ recovery-image] Aug 11 22:34:40.686 INFO O| Aug 11 22:34:40.686 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-08-11T22:34:41.574Z[verify-libraries] Compiling seq-macro v0.3.6
54892026-08-11T22:34:41.574Z[ recovery-image] Aug 11 22:34:40.695 INFO O| Aug 11 22:34:40.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
54902026-08-11T22:34:41.575Z[ recovery-image] Aug 11 22:34:40.695 INFO O| Aug 11 22:34:40.695 INFO STEP 81 (remove_files) COMPLETE
54912026-08-11T22:34:41.579Z[ recovery-image] Aug 11 22:34:40.695 INFO O| Aug 11 22:34:40.695 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-08-11T22:34:41.585Z[ recovery-image] Aug 11 22:34:40.706 INFO O| Aug 11 22:34:40.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
54932026-08-11T22:34:41.588Z[ recovery-image] Aug 11 22:34:40.706 INFO O| Aug 11 22:34:40.706 INFO STEP 82 (remove_files) COMPLETE
54942026-08-11T22:34:41.588Z[ recovery-image] Aug 11 22:34:40.706 INFO O| Aug 11 22:34:40.706 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-08-11T22:34:41.595Z[ recovery-image] Aug 11 22:34:40.716 INFO O| Aug 11 22:34:40.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
54962026-08-11T22:34:41.595Z[ recovery-image] Aug 11 22:34:40.716 INFO O| Aug 11 22:34:40.716 INFO STEP 83 (remove_files) COMPLETE
54972026-08-11T22:34:41.595Z[ recovery-image] Aug 11 22:34:40.716 INFO O| Aug 11 22:34:40.716 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-08-11T22:34:41.604Z[ recovery-image] Aug 11 22:34:40.725 INFO O| Aug 11 22:34:40.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
54992026-08-11T22:34:41.605Z[ recovery-image] Aug 11 22:34:40.725 INFO O| Aug 11 22:34:40.725 INFO STEP 84 (remove_files) COMPLETE
55002026-08-11T22:34:41.608Z[ recovery-image] Aug 11 22:34:40.725 INFO O| Aug 11 22:34:40.725 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-08-11T22:34:41.614Z[ recovery-image] Aug 11 22:34:40.735 INFO O| Aug 11 22:34:40.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55022026-08-11T22:34:41.614Z[ recovery-image] Aug 11 22:34:40.735 INFO O| Aug 11 22:34:40.735 INFO STEP 85 (remove_files) COMPLETE
55032026-08-11T22:34:41.614Z[ recovery-image] Aug 11 22:34:40.735 INFO O| Aug 11 22:34:40.735 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-08-11T22:34:41.624Z[ recovery-image] Aug 11 22:34:40.745 INFO O| Aug 11 22:34:40.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55052026-08-11T22:34:41.624Z[ recovery-image] Aug 11 22:34:40.745 INFO O| Aug 11 22:34:40.745 INFO STEP 86 (remove_files) COMPLETE
55062026-08-11T22:34:41.624Z[ recovery-image] Aug 11 22:34:40.745 INFO O| Aug 11 22:34:40.745 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-08-11T22:34:41.634Z[ recovery-image] Aug 11 22:34:40.754 INFO O| Aug 11 22:34:40.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55082026-08-11T22:34:41.634Z[ recovery-image] Aug 11 22:34:40.754 INFO O| Aug 11 22:34:40.754 INFO STEP 87 (remove_files) COMPLETE
55092026-08-11T22:34:41.638Z[ recovery-image] Aug 11 22:34:40.754 INFO O| Aug 11 22:34:40.754 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-08-11T22:34:41.643Z[ recovery-image] Aug 11 22:34:40.764 INFO O| Aug 11 22:34:40.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55112026-08-11T22:34:41.643Z[ recovery-image] Aug 11 22:34:40.764 INFO O| Aug 11 22:34:40.764 INFO STEP 88 (remove_files) COMPLETE
55122026-08-11T22:34:41.647Z[ recovery-image] Aug 11 22:34:40.764 INFO O| Aug 11 22:34:40.764 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-08-11T22:34:41.654Z[ recovery-image] Aug 11 22:34:40.774 INFO O| Aug 11 22:34:40.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55142026-08-11T22:34:41.657Z[ recovery-image] Aug 11 22:34:40.775 INFO O| Aug 11 22:34:40.775 INFO STEP 89 (remove_files) COMPLETE
55152026-08-11T22:34:41.658Z[ recovery-image] Aug 11 22:34:40.775 INFO O| Aug 11 22:34:40.775 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-08-11T22:34:41.665Z[ recovery-image] Aug 11 22:34:40.786 INFO O| Aug 11 22:34:40.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55172026-08-11T22:34:41.665Z[ recovery-image] Aug 11 22:34:40.786 INFO O| Aug 11 22:34:40.786 INFO STEP 90 (remove_files) COMPLETE
55182026-08-11T22:34:41.665Z[ recovery-image] Aug 11 22:34:40.786 INFO O| Aug 11 22:34:40.786 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-08-11T22:34:41.676Z[ recovery-image] Aug 11 22:34:40.796 INFO O| Aug 11 22:34:40.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55202026-08-11T22:34:41.676Z[ recovery-image] Aug 11 22:34:40.796 INFO O| Aug 11 22:34:40.796 INFO STEP 91 (remove_files) COMPLETE
55212026-08-11T22:34:41.680Z[ recovery-image] Aug 11 22:34:40.796 INFO O| Aug 11 22:34:40.796 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-08-11T22:34:41.686Z[ recovery-image] Aug 11 22:34:40.805 INFO O| Aug 11 22:34:40.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55232026-08-11T22:34:41.686Z[ recovery-image] Aug 11 22:34:40.806 INFO O| Aug 11 22:34:40.805 INFO STEP 92 (remove_files) COMPLETE
55242026-08-11T22:34:41.692Z[ recovery-image] Aug 11 22:34:40.806 INFO O| Aug 11 22:34:40.805 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-08-11T22:34:41.695Z[verify-libraries] Compiling hex-literal v1.1.0
55262026-08-11T22:34:41.699Z[ recovery-image] Aug 11 22:34:40.819 INFO O| Aug 11 22:34:40.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55272026-08-11T22:34:41.699Z[ recovery-image] Aug 11 22:34:40.819 INFO O| Aug 11 22:34:40.819 INFO STEP 93 (remove_files) COMPLETE
55282026-08-11T22:34:41.699Z[ recovery-image] Aug 11 22:34:40.819 INFO O| Aug 11 22:34:40.819 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-08-11T22:34:41.709Z[ recovery-image] Aug 11 22:34:40.829 INFO O| Aug 11 22:34:40.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55302026-08-11T22:34:41.709Z[ recovery-image] Aug 11 22:34:40.829 INFO O| Aug 11 22:34:40.829 INFO STEP 94 (remove_files) COMPLETE
55312026-08-11T22:34:41.709Z[ recovery-image] Aug 11 22:34:40.829 INFO O| Aug 11 22:34:40.829 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-08-11T22:34:41.719Z[ recovery-image] Aug 11 22:34:40.839 INFO O| Aug 11 22:34:40.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55332026-08-11T22:34:41.719Z[ recovery-image] Aug 11 22:34:40.839 INFO O| Aug 11 22:34:40.839 INFO STEP 95 (remove_files) COMPLETE
55342026-08-11T22:34:41.725Z[ recovery-image] Aug 11 22:34:40.839 INFO O| Aug 11 22:34:40.839 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-08-11T22:34:41.729Z[ recovery-image] Aug 11 22:34:40.849 INFO O| Aug 11 22:34:40.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55362026-08-11T22:34:41.729Z[ recovery-image] Aug 11 22:34:40.849 INFO O| Aug 11 22:34:40.849 INFO STEP 96 (remove_files) COMPLETE
55372026-08-11T22:34:41.729Z[ recovery-image] Aug 11 22:34:40.849 INFO O| Aug 11 22:34:40.849 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-08-11T22:34:41.738Z[ recovery-image] Aug 11 22:34:40.859 INFO O| Aug 11 22:34:40.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55392026-08-11T22:34:41.743Z[ recovery-image] Aug 11 22:34:40.860 INFO O| Aug 11 22:34:40.860 INFO STEP 97 (remove_files) COMPLETE
55402026-08-11T22:34:41.743Z[ recovery-image] Aug 11 22:34:40.860 INFO O| Aug 11 22:34:40.860 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-08-11T22:34:41.747Z[ recovery-image] Aug 11 22:34:40.868 INFO O| Aug 11 22:34:40.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55422026-08-11T22:34:41.747Z[ recovery-image] Aug 11 22:34:40.868 INFO O| Aug 11 22:34:40.868 INFO STEP 98 (remove_files) COMPLETE
55432026-08-11T22:34:41.751Z[ recovery-image] Aug 11 22:34:40.868 INFO O| Aug 11 22:34:40.868 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-08-11T22:34:41.761Z[ recovery-image] Aug 11 22:34:40.879 INFO O| Aug 11 22:34:40.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55452026-08-11T22:34:41.761Z[ recovery-image] Aug 11 22:34:40.879 INFO O| Aug 11 22:34:40.879 INFO STEP 99 (remove_files) COMPLETE
55462026-08-11T22:34:41.768Z[ recovery-image] Aug 11 22:34:40.879 INFO O| Aug 11 22:34:40.879 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-11T22:34:41.768Z[verify-libraries] Compiling md5 v0.8.0
55482026-08-11T22:34:41.773Z[ recovery-image] Aug 11 22:34:40.889 INFO O| Aug 11 22:34:40.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55492026-08-11T22:34:41.773Z[ recovery-image] Aug 11 22:34:40.889 INFO O| Aug 11 22:34:40.889 INFO STEP 100 (remove_files) COMPLETE
55502026-08-11T22:34:41.774Z[ recovery-image] Aug 11 22:34:40.889 INFO O| Aug 11 22:34:40.889 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-08-11T22:34:41.779Z[ recovery-image] Aug 11 22:34:40.899 INFO O| Aug 11 22:34:40.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55522026-08-11T22:34:41.779Z[ recovery-image] Aug 11 22:34:40.899 INFO O| Aug 11 22:34:40.899 INFO STEP 101 (remove_files) COMPLETE
55532026-08-11T22:34:41.779Z[ recovery-image] Aug 11 22:34:40.899 INFO O| Aug 11 22:34:40.899 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-08-11T22:34:41.792Z[ recovery-image] Aug 11 22:34:40.909 INFO O| Aug 11 22:34:40.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55552026-08-11T22:34:41.792Z[ recovery-image] Aug 11 22:34:40.909 INFO O| Aug 11 22:34:40.909 INFO STEP 102 (remove_files) COMPLETE
55562026-08-11T22:34:41.792Z[ recovery-image] Aug 11 22:34:40.909 INFO O| Aug 11 22:34:40.909 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-08-11T22:34:41.797Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
55582026-08-11T22:34:41.802Z[ recovery-image] Aug 11 22:34:40.919 INFO O| Aug 11 22:34:40.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55592026-08-11T22:34:41.802Z[ recovery-image] Aug 11 22:34:40.919 INFO O| Aug 11 22:34:40.919 INFO STEP 103 (remove_files) COMPLETE
55602026-08-11T22:34:41.802Z[ recovery-image] Aug 11 22:34:40.919 INFO O| Aug 11 22:34:40.919 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-08-11T22:34:41.811Z[ recovery-image] Aug 11 22:34:40.929 INFO O| Aug 11 22:34:40.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55622026-08-11T22:34:41.812Z[ recovery-image] Aug 11 22:34:40.929 INFO O| Aug 11 22:34:40.929 INFO STEP 104 (remove_files) COMPLETE
55632026-08-11T22:34:41.812Z[ recovery-image] Aug 11 22:34:40.929 INFO O| Aug 11 22:34:40.929 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-08-11T22:34:41.819Z[ recovery-image] Aug 11 22:34:40.939 INFO O| Aug 11 22:34:40.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55652026-08-11T22:34:41.819Z[ recovery-image] Aug 11 22:34:40.939 INFO O| Aug 11 22:34:40.939 INFO STEP 105 (remove_files) COMPLETE
55662026-08-11T22:34:41.819Z[ recovery-image] Aug 11 22:34:40.939 INFO O| Aug 11 22:34:40.939 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-08-11T22:34:41.828Z[ recovery-image] Aug 11 22:34:40.947 INFO O| Aug 11 22:34:40.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55682026-08-11T22:34:41.828Z[ recovery-image] Aug 11 22:34:40.947 INFO O| Aug 11 22:34:40.947 INFO STEP 106 (remove_files) COMPLETE
55692026-08-11T22:34:41.832Z[ recovery-image] Aug 11 22:34:40.948 INFO O| Aug 11 22:34:40.947 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-08-11T22:34:41.838Z[ recovery-image] Aug 11 22:34:40.956 INFO O| Aug 11 22:34:40.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55712026-08-11T22:34:41.838Z[ recovery-image] Aug 11 22:34:40.956 INFO O| Aug 11 22:34:40.956 INFO STEP 107 (remove_files) COMPLETE
55722026-08-11T22:34:41.838Z[ recovery-image] Aug 11 22:34:40.956 INFO O| Aug 11 22:34:40.956 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-08-11T22:34:41.846Z[ recovery-image] Aug 11 22:34:40.966 INFO O| Aug 11 22:34:40.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55742026-08-11T22:34:41.846Z[ recovery-image] Aug 11 22:34:40.966 INFO O| Aug 11 22:34:40.966 INFO STEP 108 (remove_files) COMPLETE
55752026-08-11T22:34:41.850Z[ recovery-image] Aug 11 22:34:40.966 INFO O| Aug 11 22:34:40.966 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-08-11T22:34:41.880Z[ recovery-image] Aug 11 22:34:40.998 INFO O| Aug 11 22:34:40.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55772026-08-11T22:34:41.892Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
55782026-08-11T22:34:41.902Z[ recovery-image] Aug 11 22:34:41.013 INFO O| Aug 11 22:34:41.013 INFO STEP 109 (remove_files) COMPLETE
55792026-08-11T22:34:41.902Z[ recovery-image] Aug 11 22:34:41.013 INFO O| Aug 11 22:34:41.013 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-11T22:34:41.942Z[ recovery-image] Aug 11 22:34:41.056 INFO O| Aug 11 22:34:41.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55812026-08-11T22:34:41.942Z[ recovery-image] Aug 11 22:34:41.056 INFO O| Aug 11 22:34:41.056 INFO STEP 110 (remove_files) COMPLETE
55822026-08-11T22:34:41.942Z[ recovery-image] Aug 11 22:34:41.057 INFO O| Aug 11 22:34:41.056 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-11T22:34:41.946Z[ recovery-image] Aug 11 22:34:41.067 INFO O| Aug 11 22:34:41.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55842026-08-11T22:34:41.952Z[ recovery-image] Aug 11 22:34:41.067 INFO O| Aug 11 22:34:41.067 INFO STEP 111 (remove_files) COMPLETE
55852026-08-11T22:34:41.953Z[ recovery-image] Aug 11 22:34:41.067 INFO O| Aug 11 22:34:41.067 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-11T22:34:41.962Z[ recovery-image] Aug 11 22:34:41.082 INFO O| Aug 11 22:34:41.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55872026-08-11T22:34:41.962Z[ recovery-image] Aug 11 22:34:41.082 INFO O| Aug 11 22:34:41.082 INFO STEP 112 (remove_files) COMPLETE
55882026-08-11T22:34:41.962Z[ recovery-image] Aug 11 22:34:41.082 INFO O| Aug 11 22:34:41.082 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-11T22:34:41.972Z[ recovery-image] Aug 11 22:34:41.093 INFO O| Aug 11 22:34:41.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55902026-08-11T22:34:41.972Z[ recovery-image] Aug 11 22:34:41.093 INFO O| Aug 11 22:34:41.093 INFO STEP 113 (remove_files) COMPLETE
55912026-08-11T22:34:41.972Z[ recovery-image] Aug 11 22:34:41.093 INFO O| Aug 11 22:34:41.093 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-11T22:34:41.984Z[ recovery-image] Aug 11 22:34:41.104 INFO O| Aug 11 22:34:41.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55932026-08-11T22:34:41.984Z[ recovery-image] Aug 11 22:34:41.104 INFO O| Aug 11 22:34:41.104 INFO STEP 114 (remove_files) COMPLETE
55942026-08-11T22:34:41.987Z[ recovery-image] Aug 11 22:34:41.104 INFO O| Aug 11 22:34:41.104 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-11T22:34:42.010Z[ recovery-image] Aug 11 22:34:41.114 INFO O| Aug 11 22:34:41.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
55962026-08-11T22:34:42.010Z[ recovery-image] Aug 11 22:34:41.114 INFO O| Aug 11 22:34:41.114 INFO STEP 115 (remove_files) COMPLETE
55972026-08-11T22:34:42.010Z[ recovery-image] Aug 11 22:34:41.114 INFO O| Aug 11 22:34:41.114 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-11T22:34:42.011Z[ recovery-image] Aug 11 22:34:41.123 INFO O| Aug 11 22:34:41.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
55992026-08-11T22:34:42.011Z[ recovery-image] Aug 11 22:34:41.123 INFO O| Aug 11 22:34:41.123 INFO STEP 116 (remove_files) COMPLETE
56002026-08-11T22:34:42.011Z[ recovery-image] Aug 11 22:34:41.123 INFO O| Aug 11 22:34:41.123 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-11T22:34:42.017Z[ recovery-image] Aug 11 22:34:41.133 INFO O| Aug 11 22:34:41.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56022026-08-11T22:34:42.017Z[ recovery-image] Aug 11 22:34:41.133 INFO O| Aug 11 22:34:41.133 INFO STEP 117 (remove_files) COMPLETE
56032026-08-11T22:34:42.017Z[ recovery-image] Aug 11 22:34:41.133 INFO O| Aug 11 22:34:41.133 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-11T22:34:42.024Z[ recovery-image] Aug 11 22:34:41.142 INFO O| Aug 11 22:34:41.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56052026-08-11T22:34:42.024Z[ recovery-image] Aug 11 22:34:41.142 INFO O| Aug 11 22:34:41.142 INFO STEP 118 (remove_files) COMPLETE
56062026-08-11T22:34:42.024Z[ recovery-image] Aug 11 22:34:41.142 INFO O| Aug 11 22:34:41.142 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-08-11T22:34:42.041Z[ recovery-image] Aug 11 22:34:41.154 INFO O| Aug 11 22:34:41.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56082026-08-11T22:34:42.042Z[ recovery-image] Aug 11 22:34:41.154 INFO O| Aug 11 22:34:41.154 INFO STEP 119 (remove_files) COMPLETE
56092026-08-11T22:34:42.048Z[ recovery-image] Aug 11 22:34:41.154 INFO O| Aug 11 22:34:41.154 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-08-11T22:34:42.048Z[ recovery-image] Aug 11 22:34:41.162 INFO O| Aug 11 22:34:41.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56112026-08-11T22:34:42.048Z[ recovery-image] Aug 11 22:34:41.162 INFO O| Aug 11 22:34:41.162 INFO STEP 120 (remove_files) COMPLETE
56122026-08-11T22:34:42.048Z[ recovery-image] Aug 11 22:34:41.162 INFO O| Aug 11 22:34:41.162 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-11T22:34:42.052Z[ recovery-image] Aug 11 22:34:41.170 INFO O| Aug 11 22:34:41.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56142026-08-11T22:34:42.052Z[ recovery-image] Aug 11 22:34:41.170 INFO O| Aug 11 22:34:41.170 INFO STEP 121 (remove_files) COMPLETE
56152026-08-11T22:34:42.052Z[ recovery-image] Aug 11 22:34:41.170 INFO O| Aug 11 22:34:41.170 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-11T22:34:42.057Z[ recovery-image] Aug 11 22:34:41.178 INFO O| Aug 11 22:34:41.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56172026-08-11T22:34:42.058Z[ recovery-image] Aug 11 22:34:41.178 INFO O| Aug 11 22:34:41.178 INFO STEP 122 (remove_files) COMPLETE
56182026-08-11T22:34:42.065Z[ recovery-image] Aug 11 22:34:41.178 INFO O| Aug 11 22:34:41.178 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-08-11T22:34:42.073Z[ recovery-image] Aug 11 22:34:41.185 INFO O| Aug 11 22:34:41.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56202026-08-11T22:34:42.073Z[ recovery-image] Aug 11 22:34:41.185 INFO O| Aug 11 22:34:41.185 INFO STEP 123 (remove_files) COMPLETE
56212026-08-11T22:34:42.073Z[ recovery-image] Aug 11 22:34:41.185 INFO O| Aug 11 22:34:41.185 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-08-11T22:34:42.076Z[ recovery-image] Aug 11 22:34:41.193 INFO O| Aug 11 22:34:41.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56232026-08-11T22:34:42.076Z[ recovery-image] Aug 11 22:34:41.193 INFO O| Aug 11 22:34:41.193 INFO STEP 124 (remove_files) COMPLETE
56242026-08-11T22:34:42.076Z[ recovery-image] Aug 11 22:34:41.193 INFO O| Aug 11 22:34:41.193 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-08-11T22:34:42.087Z[verify-libraries] Compiling russh v0.62.4
56262026-08-11T22:34:42.087Z[ recovery-image] Aug 11 22:34:41.204 INFO O| Aug 11 22:34:41.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56272026-08-11T22:34:42.087Z[ recovery-image] Aug 11 22:34:41.204 INFO O| Aug 11 22:34:41.204 INFO STEP 125 (remove_files) COMPLETE
56282026-08-11T22:34:42.087Z[ recovery-image] Aug 11 22:34:41.204 INFO O| Aug 11 22:34:41.204 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-11T22:34:42.095Z[ recovery-image] Aug 11 22:34:41.214 INFO O| Aug 11 22:34:41.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56302026-08-11T22:34:42.095Z[ recovery-image] Aug 11 22:34:41.214 INFO O| Aug 11 22:34:41.214 INFO STEP 126 (remove_files) COMPLETE
56312026-08-11T22:34:42.095Z[ recovery-image] Aug 11 22:34:41.214 INFO O| Aug 11 22:34:41.214 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-11T22:34:42.108Z[ recovery-image] Aug 11 22:34:41.224 INFO O| Aug 11 22:34:41.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56332026-08-11T22:34:42.109Z[ recovery-image] Aug 11 22:34:41.224 INFO O| Aug 11 22:34:41.224 INFO STEP 127 (remove_files) COMPLETE
56342026-08-11T22:34:42.113Z[ recovery-image] Aug 11 22:34:41.224 INFO O| Aug 11 22:34:41.224 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-11T22:34:42.113Z[ recovery-image] Aug 11 22:34:41.233 INFO O| Aug 11 22:34:41.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56362026-08-11T22:34:42.113Z[ recovery-image] Aug 11 22:34:41.233 INFO O| Aug 11 22:34:41.233 INFO STEP 128 (remove_files) COMPLETE
56372026-08-11T22:34:42.113Z[ recovery-image] Aug 11 22:34:41.233 INFO O| Aug 11 22:34:41.233 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-11T22:34:42.121Z[ recovery-image] Aug 11 22:34:41.242 INFO O| Aug 11 22:34:41.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56392026-08-11T22:34:42.121Z[ recovery-image] Aug 11 22:34:41.242 INFO O| Aug 11 22:34:41.242 INFO STEP 129 (remove_files) COMPLETE
56402026-08-11T22:34:42.121Z[ recovery-image] Aug 11 22:34:41.242 INFO O| Aug 11 22:34:41.242 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-11T22:34:42.131Z[ recovery-image] Aug 11 22:34:41.252 INFO O| Aug 11 22:34:41.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56422026-08-11T22:34:42.131Z[ recovery-image] Aug 11 22:34:41.252 INFO O| Aug 11 22:34:41.252 INFO STEP 130 (remove_files) COMPLETE
56432026-08-11T22:34:42.131Z[ recovery-image] Aug 11 22:34:41.252 INFO O| Aug 11 22:34:41.252 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-08-11T22:34:42.139Z[ recovery-image] Aug 11 22:34:41.260 INFO O| Aug 11 22:34:41.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56452026-08-11T22:34:42.139Z[ recovery-image] Aug 11 22:34:41.260 INFO O| Aug 11 22:34:41.260 INFO STEP 131 (remove_files) COMPLETE
56462026-08-11T22:34:42.139Z[ recovery-image] Aug 11 22:34:41.260 INFO O| Aug 11 22:34:41.260 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-08-11T22:34:42.150Z[ recovery-image] Aug 11 22:34:41.270 INFO O| Aug 11 22:34:41.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56482026-08-11T22:34:42.150Z[ recovery-image] Aug 11 22:34:41.270 INFO O| Aug 11 22:34:41.270 INFO STEP 132 (remove_files) COMPLETE
56492026-08-11T22:34:42.150Z[ recovery-image] Aug 11 22:34:41.270 INFO O| Aug 11 22:34:41.270 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-08-11T22:34:42.164Z[ recovery-image] Aug 11 22:34:41.281 INFO O| Aug 11 22:34:41.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56512026-08-11T22:34:42.164Z[ recovery-image] Aug 11 22:34:41.281 INFO O| Aug 11 22:34:41.281 INFO STEP 133 (remove_files) COMPLETE
56522026-08-11T22:34:42.174Z[ recovery-image] Aug 11 22:34:41.281 INFO O| Aug 11 22:34:41.281 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-08-11T22:34:42.174Z[ recovery-image] Aug 11 22:34:41.290 INFO O| Aug 11 22:34:41.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56542026-08-11T22:34:42.174Z[ recovery-image] Aug 11 22:34:41.290 INFO O| Aug 11 22:34:41.290 INFO STEP 134 (remove_files) COMPLETE
56552026-08-11T22:34:42.174Z[ recovery-image] Aug 11 22:34:41.290 INFO O| Aug 11 22:34:41.290 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-08-11T22:34:42.180Z[ recovery-image] Aug 11 22:34:41.300 INFO O| Aug 11 22:34:41.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56572026-08-11T22:34:42.180Z[ recovery-image] Aug 11 22:34:41.300 INFO O| Aug 11 22:34:41.300 INFO STEP 135 (remove_files) COMPLETE
56582026-08-11T22:34:42.186Z[ recovery-image] Aug 11 22:34:41.300 INFO O| Aug 11 22:34:41.300 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-08-11T22:34:42.193Z[ recovery-image] Aug 11 22:34:41.310 INFO O| Aug 11 22:34:41.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56602026-08-11T22:34:42.194Z[ recovery-image] Aug 11 22:34:41.310 INFO O| Aug 11 22:34:41.310 INFO STEP 136 (remove_files) COMPLETE
56612026-08-11T22:34:42.194Z[ recovery-image] Aug 11 22:34:41.310 INFO O| Aug 11 22:34:41.310 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-08-11T22:34:42.202Z[ recovery-image] Aug 11 22:34:41.320 INFO O| Aug 11 22:34:41.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56632026-08-11T22:34:42.203Z[ recovery-image] Aug 11 22:34:41.320 INFO O| Aug 11 22:34:41.320 INFO STEP 137 (remove_files) COMPLETE
56642026-08-11T22:34:42.206Z[ recovery-image] Aug 11 22:34:41.320 INFO O| Aug 11 22:34:41.320 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-08-11T22:34:42.218Z[ recovery-image] Aug 11 22:34:41.338 INFO O| Aug 11 22:34:41.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56662026-08-11T22:34:42.218Z[ recovery-image] Aug 11 22:34:41.338 INFO O| Aug 11 22:34:41.338 INFO STEP 138 (remove_files) COMPLETE
56672026-08-11T22:34:42.218Z[ recovery-image] Aug 11 22:34:41.338 INFO O| Aug 11 22:34:41.338 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-08-11T22:34:42.230Z[ recovery-image] Aug 11 22:34:41.349 INFO O| Aug 11 22:34:41.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56692026-08-11T22:34:42.243Z[ recovery-image] Aug 11 22:34:41.349 INFO O| Aug 11 22:34:41.349 INFO STEP 139 (remove_files) COMPLETE
56702026-08-11T22:34:42.243Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
56712026-08-11T22:34:42.243Z[ recovery-image] Aug 11 22:34:41.349 INFO O| Aug 11 22:34:41.349 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-08-11T22:34:42.255Z[ recovery-image] Aug 11 22:34:41.360 INFO O| Aug 11 22:34:41.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56732026-08-11T22:34:42.255Z[ recovery-image] Aug 11 22:34:41.360 INFO O| Aug 11 22:34:41.360 INFO STEP 140 (remove_files) COMPLETE
56742026-08-11T22:34:42.255Z[ recovery-image] Aug 11 22:34:41.360 INFO O| Aug 11 22:34:41.360 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-08-11T22:34:42.255Z[ recovery-image] Aug 11 22:34:41.369 INFO O| Aug 11 22:34:41.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56762026-08-11T22:34:42.255Z[ recovery-image] Aug 11 22:34:41.370 INFO O| Aug 11 22:34:41.370 INFO STEP 141 (remove_files) COMPLETE
56772026-08-11T22:34:42.255Z[ recovery-image] Aug 11 22:34:41.370 INFO O| Aug 11 22:34:41.370 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-08-11T22:34:42.261Z[ recovery-image] Aug 11 22:34:41.380 INFO O| Aug 11 22:34:41.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56792026-08-11T22:34:42.261Z[ recovery-image] Aug 11 22:34:41.380 INFO O| Aug 11 22:34:41.380 INFO STEP 142 (remove_files) COMPLETE
56802026-08-11T22:34:42.261Z[ recovery-image] Aug 11 22:34:41.380 INFO O| Aug 11 22:34:41.380 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-08-11T22:34:42.270Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
56822026-08-11T22:34:42.275Z[ recovery-image] Aug 11 22:34:41.391 INFO O| Aug 11 22:34:41.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56832026-08-11T22:34:42.275Z[ recovery-image] Aug 11 22:34:41.391 INFO O| Aug 11 22:34:41.391 INFO STEP 143 (remove_files) COMPLETE
56842026-08-11T22:34:42.275Z[ recovery-image] Aug 11 22:34:41.391 INFO O| Aug 11 22:34:41.391 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-11T22:34:42.284Z[ recovery-image] Aug 11 22:34:41.402 INFO O| Aug 11 22:34:41.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56862026-08-11T22:34:42.284Z[ recovery-image] Aug 11 22:34:41.402 INFO O| Aug 11 22:34:41.402 INFO STEP 144 (remove_files) COMPLETE
56872026-08-11T22:34:42.284Z[ recovery-image] Aug 11 22:34:41.402 INFO O| Aug 11 22:34:41.402 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-11T22:34:42.291Z[ recovery-image] Aug 11 22:34:41.412 INFO O| Aug 11 22:34:41.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56892026-08-11T22:34:42.295Z[ recovery-image] Aug 11 22:34:41.412 INFO O| Aug 11 22:34:41.412 INFO STEP 145 (remove_files) COMPLETE
56902026-08-11T22:34:42.295Z[ recovery-image] Aug 11 22:34:41.412 INFO O| Aug 11 22:34:41.412 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-08-11T22:34:42.305Z[ recovery-image] Aug 11 22:34:41.423 INFO O| Aug 11 22:34:41.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56922026-08-11T22:34:42.305Z[ recovery-image] Aug 11 22:34:41.423 INFO O| Aug 11 22:34:41.423 INFO STEP 146 (remove_files) COMPLETE
56932026-08-11T22:34:42.306Z[ recovery-image] Aug 11 22:34:41.423 INFO O| Aug 11 22:34:41.423 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-08-11T22:34:42.313Z[ recovery-image] Aug 11 22:34:41.432 INFO O| Aug 11 22:34:41.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
56952026-08-11T22:34:42.313Z[ recovery-image] Aug 11 22:34:41.432 INFO O| Aug 11 22:34:41.432 INFO STEP 147 (remove_files) COMPLETE
56962026-08-11T22:34:42.318Z[ recovery-image] Aug 11 22:34:41.432 INFO O| Aug 11 22:34:41.432 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-08-11T22:34:42.323Z[ recovery-image] Aug 11 22:34:41.442 INFO O| Aug 11 22:34:41.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
56982026-08-11T22:34:42.323Z[ recovery-image] Aug 11 22:34:41.442 INFO O| Aug 11 22:34:41.442 INFO STEP 148 (remove_files) COMPLETE
56992026-08-11T22:34:42.323Z[ recovery-image] Aug 11 22:34:41.442 INFO O| Aug 11 22:34:41.442 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-08-11T22:34:42.333Z[ recovery-image] Aug 11 22:34:41.451 INFO O| Aug 11 22:34:41.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57012026-08-11T22:34:42.333Z[ recovery-image] Aug 11 22:34:41.452 INFO O| Aug 11 22:34:41.451 INFO STEP 149 (remove_files) COMPLETE
57022026-08-11T22:34:42.334Z[ recovery-image] Aug 11 22:34:41.452 INFO O| Aug 11 22:34:41.452 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-08-11T22:34:42.340Z[ recovery-image] Aug 11 22:34:41.461 INFO O| Aug 11 22:34:41.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57042026-08-11T22:34:42.341Z[ recovery-image] Aug 11 22:34:41.461 INFO O| Aug 11 22:34:41.461 INFO STEP 150 (remove_files) COMPLETE
57052026-08-11T22:34:42.346Z[ recovery-image] Aug 11 22:34:41.461 INFO O| Aug 11 22:34:41.461 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-08-11T22:34:42.350Z[ recovery-image] Aug 11 22:34:41.470 INFO O| Aug 11 22:34:41.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57072026-08-11T22:34:42.350Z[ recovery-image] Aug 11 22:34:41.470 INFO O| Aug 11 22:34:41.470 INFO STEP 151 (remove_files) COMPLETE
57082026-08-11T22:34:42.350Z[ recovery-image] Aug 11 22:34:41.470 INFO O| Aug 11 22:34:41.470 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-08-11T22:34:42.382Z[ recovery-image] Aug 11 22:34:41.487 INFO O| Aug 11 22:34:41.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57102026-08-11T22:34:42.382Z[ recovery-image] Aug 11 22:34:41.487 INFO O| Aug 11 22:34:41.487 INFO STEP 152 (remove_files) COMPLETE
57112026-08-11T22:34:42.382Z[ recovery-image] Aug 11 22:34:41.487 INFO O| Aug 11 22:34:41.487 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-08-11T22:34:42.440Z[ recovery-image] Aug 11 22:34:41.497 INFO O| Aug 11 22:34:41.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57132026-08-11T22:34:42.440Z[ recovery-image] Aug 11 22:34:41.497 INFO O| Aug 11 22:34:41.497 INFO STEP 153 (remove_files) COMPLETE
57142026-08-11T22:34:42.440Z[ recovery-image] Aug 11 22:34:41.497 INFO O| Aug 11 22:34:41.497 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-08-11T22:34:42.440Z[ recovery-image] Aug 11 22:34:41.506 INFO O| Aug 11 22:34:41.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57162026-08-11T22:34:42.440Z[ recovery-image] Aug 11 22:34:41.506 INFO O| Aug 11 22:34:41.506 INFO STEP 154 (remove_files) COMPLETE
57172026-08-11T22:34:42.440Z[ recovery-image] Aug 11 22:34:41.506 INFO O| Aug 11 22:34:41.506 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-08-11T22:34:42.440Z[ recovery-image] Aug 11 22:34:41.514 INFO O| Aug 11 22:34:41.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57192026-08-11T22:34:42.440Z[ recovery-image] Aug 11 22:34:41.515 INFO O| Aug 11 22:34:41.515 INFO STEP 155 (remove_files) COMPLETE
57202026-08-11T22:34:42.440Z[ recovery-image] Aug 11 22:34:41.515 INFO O| Aug 11 22:34:41.515 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-08-11T22:34:42.460Z[ recovery-image] Aug 11 22:34:41.524 INFO O| Aug 11 22:34:41.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57222026-08-11T22:34:42.460Z[ recovery-image] Aug 11 22:34:41.524 INFO O| Aug 11 22:34:41.524 INFO STEP 156 (remove_files) COMPLETE
57232026-08-11T22:34:42.460Z[ recovery-image] Aug 11 22:34:41.524 INFO O| Aug 11 22:34:41.524 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-08-11T22:34:42.460Z[ recovery-image] Aug 11 22:34:41.532 INFO O| Aug 11 22:34:41.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57252026-08-11T22:34:42.460Z[ recovery-image] Aug 11 22:34:41.532 INFO O| Aug 11 22:34:41.532 INFO STEP 157 (remove_files) COMPLETE
57262026-08-11T22:34:42.460Z[ recovery-image] Aug 11 22:34:41.532 INFO O| Aug 11 22:34:41.532 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-11T22:34:42.460Z[ recovery-image] Aug 11 22:34:41.539 INFO O| Aug 11 22:34:41.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57282026-08-11T22:34:42.460Z[ recovery-image] Aug 11 22:34:41.539 INFO O| Aug 11 22:34:41.539 INFO STEP 158 (remove_files) COMPLETE
57292026-08-11T22:34:42.460Z[ recovery-image] Aug 11 22:34:41.539 INFO O| Aug 11 22:34:41.539 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-11T22:34:42.460Z[ recovery-image] Aug 11 22:34:41.548 INFO O| Aug 11 22:34:41.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57312026-08-11T22:34:42.460Z[ recovery-image] Aug 11 22:34:41.548 INFO O| Aug 11 22:34:41.548 INFO STEP 159 (remove_files) COMPLETE
57322026-08-11T22:34:42.460Z[ recovery-image] Aug 11 22:34:41.548 INFO O| Aug 11 22:34:41.548 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-11T22:34:42.460Z[ recovery-image] Aug 11 22:34:41.556 INFO O| Aug 11 22:34:41.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57342026-08-11T22:34:42.460Z[ recovery-image] Aug 11 22:34:41.557 INFO O| Aug 11 22:34:41.557 INFO STEP 160 (remove_files) COMPLETE
57352026-08-11T22:34:42.461Z[ recovery-image] Aug 11 22:34:41.557 INFO O| Aug 11 22:34:41.557 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-08-11T22:34:42.473Z[ recovery-image] Aug 11 22:34:41.567 INFO O| Aug 11 22:34:41.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57372026-08-11T22:34:42.473Z[ recovery-image] Aug 11 22:34:41.567 INFO O| Aug 11 22:34:41.567 INFO STEP 161 (remove_files) COMPLETE
57382026-08-11T22:34:42.473Z[ recovery-image] Aug 11 22:34:41.567 INFO O| Aug 11 22:34:41.567 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-08-11T22:34:42.473Z[ recovery-image] Aug 11 22:34:41.576 INFO O| Aug 11 22:34:41.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57402026-08-11T22:34:42.473Z[ recovery-image] Aug 11 22:34:41.576 INFO O| Aug 11 22:34:41.576 INFO STEP 162 (remove_files) COMPLETE
57412026-08-11T22:34:42.473Z[ recovery-image] Aug 11 22:34:41.576 INFO O| Aug 11 22:34:41.576 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-08-11T22:34:42.473Z[ recovery-image] Aug 11 22:34:41.585 INFO O| Aug 11 22:34:41.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57432026-08-11T22:34:42.473Z[ recovery-image] Aug 11 22:34:41.585 INFO O| Aug 11 22:34:41.585 INFO STEP 163 (remove_files) COMPLETE
57442026-08-11T22:34:42.473Z[ recovery-image] Aug 11 22:34:41.585 INFO O| Aug 11 22:34:41.585 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-08-11T22:34:42.476Z[ recovery-image] Aug 11 22:34:41.594 INFO O| Aug 11 22:34:41.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57462026-08-11T22:34:42.476Z[ recovery-image] Aug 11 22:34:41.594 INFO O| Aug 11 22:34:41.594 INFO STEP 164 (remove_files) COMPLETE
57472026-08-11T22:34:42.476Z[ recovery-image] Aug 11 22:34:41.594 INFO O| Aug 11 22:34:41.594 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-08-11T22:34:42.484Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
57492026-08-11T22:34:42.501Z[ recovery-image] Aug 11 22:34:41.604 INFO O| Aug 11 22:34:41.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57502026-08-11T22:34:42.501Z[ recovery-image] Aug 11 22:34:41.604 INFO O| Aug 11 22:34:41.604 INFO STEP 165 (remove_files) COMPLETE
57512026-08-11T22:34:42.501Z[ recovery-image] Aug 11 22:34:41.604 INFO O| Aug 11 22:34:41.604 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-08-11T22:34:42.518Z[ recovery-image] Aug 11 22:34:41.615 INFO O| Aug 11 22:34:41.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57532026-08-11T22:34:42.519Z[ recovery-image] Aug 11 22:34:41.615 INFO O| Aug 11 22:34:41.615 INFO STEP 166 (remove_files) COMPLETE
57542026-08-11T22:34:42.519Z[ recovery-image] Aug 11 22:34:41.615 INFO O| Aug 11 22:34:41.615 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-08-11T22:34:42.519Z[ recovery-image] Aug 11 22:34:41.625 INFO O| Aug 11 22:34:41.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57562026-08-11T22:34:42.519Z[ recovery-image] Aug 11 22:34:41.625 INFO O| Aug 11 22:34:41.625 INFO STEP 167 (remove_files) COMPLETE
57572026-08-11T22:34:42.519Z[ recovery-image] Aug 11 22:34:41.625 INFO O| Aug 11 22:34:41.625 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-08-11T22:34:42.525Z[ recovery-image] Aug 11 22:34:41.633 INFO O| Aug 11 22:34:41.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57592026-08-11T22:34:42.525Z[ recovery-image] Aug 11 22:34:41.633 INFO O| Aug 11 22:34:41.633 INFO STEP 168 (remove_files) COMPLETE
57602026-08-11T22:34:42.525Z[ recovery-image] Aug 11 22:34:41.633 INFO O| Aug 11 22:34:41.633 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-08-11T22:34:42.526Z[ recovery-image] Aug 11 22:34:41.641 INFO O| Aug 11 22:34:41.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57622026-08-11T22:34:42.526Z[ recovery-image] Aug 11 22:34:41.641 INFO O| Aug 11 22:34:41.641 INFO STEP 169 (remove_files) COMPLETE
57632026-08-11T22:34:42.526Z[ recovery-image] Aug 11 22:34:41.641 INFO O| Aug 11 22:34:41.641 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-08-11T22:34:42.530Z[ recovery-image] Aug 11 22:34:41.649 INFO O| Aug 11 22:34:41.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57652026-08-11T22:34:42.531Z[ recovery-image] Aug 11 22:34:41.649 INFO O| Aug 11 22:34:41.649 INFO STEP 170 (remove_files) COMPLETE
57662026-08-11T22:34:42.531Z[ recovery-image] Aug 11 22:34:41.649 INFO O| Aug 11 22:34:41.649 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-08-11T22:34:42.538Z[ recovery-image] Aug 11 22:34:41.658 INFO O| Aug 11 22:34:41.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57682026-08-11T22:34:42.538Z[ recovery-image] Aug 11 22:34:41.658 INFO O| Aug 11 22:34:41.658 INFO STEP 171 (remove_files) COMPLETE
57692026-08-11T22:34:42.538Z[ recovery-image] Aug 11 22:34:41.658 INFO O| Aug 11 22:34:41.658 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-08-11T22:34:42.548Z[ recovery-image] Aug 11 22:34:41.668 INFO O| Aug 11 22:34:41.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57712026-08-11T22:34:42.548Z[ recovery-image] Aug 11 22:34:41.668 INFO O| Aug 11 22:34:41.668 INFO STEP 172 (remove_files) COMPLETE
57722026-08-11T22:34:42.548Z[ recovery-image] Aug 11 22:34:41.668 INFO O| Aug 11 22:34:41.668 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-08-11T22:34:42.556Z[ recovery-image] Aug 11 22:34:41.677 INFO O| Aug 11 22:34:41.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57742026-08-11T22:34:42.556Z[ recovery-image] Aug 11 22:34:41.677 INFO O| Aug 11 22:34:41.677 INFO STEP 173 (remove_files) COMPLETE
57752026-08-11T22:34:42.562Z[ recovery-image] Aug 11 22:34:41.677 INFO O| Aug 11 22:34:41.677 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-08-11T22:34:42.573Z[ recovery-image] Aug 11 22:34:41.687 INFO O| Aug 11 22:34:41.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57772026-08-11T22:34:42.579Z[ recovery-image] Aug 11 22:34:41.688 INFO O| Aug 11 22:34:41.688 INFO STEP 174 (remove_files) COMPLETE
57782026-08-11T22:34:42.579Z[ recovery-image] Aug 11 22:34:41.688 INFO O| Aug 11 22:34:41.688 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-08-11T22:34:42.588Z[ recovery-image] Aug 11 22:34:41.699 INFO O| Aug 11 22:34:41.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57802026-08-11T22:34:42.588Z[ recovery-image] Aug 11 22:34:41.699 INFO O| Aug 11 22:34:41.699 INFO STEP 175 (remove_files) COMPLETE
57812026-08-11T22:34:42.589Z[ recovery-image] Aug 11 22:34:41.699 INFO O| Aug 11 22:34:41.699 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-08-11T22:34:42.594Z[ recovery-image] Aug 11 22:34:41.708 INFO O| Aug 11 22:34:41.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57832026-08-11T22:34:42.594Z[ recovery-image] Aug 11 22:34:41.708 INFO O| Aug 11 22:34:41.708 INFO STEP 176 (remove_files) COMPLETE
57842026-08-11T22:34:42.594Z[ recovery-image] Aug 11 22:34:41.708 INFO O| Aug 11 22:34:41.708 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-08-11T22:34:42.598Z[ recovery-image] Aug 11 22:34:41.718 INFO O| Aug 11 22:34:41.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57862026-08-11T22:34:42.598Z[ recovery-image] Aug 11 22:34:41.719 INFO O| Aug 11 22:34:41.719 INFO STEP 177 (remove_files) COMPLETE
57872026-08-11T22:34:42.598Z[ recovery-image] Aug 11 22:34:41.719 INFO O| Aug 11 22:34:41.719 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-08-11T22:34:42.608Z[ recovery-image] Aug 11 22:34:41.728 INFO O| Aug 11 22:34:41.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57892026-08-11T22:34:42.609Z[ recovery-image] Aug 11 22:34:41.728 INFO O| Aug 11 22:34:41.728 INFO STEP 178 (remove_files) COMPLETE
57902026-08-11T22:34:42.609Z[ recovery-image] Aug 11 22:34:41.728 INFO O| Aug 11 22:34:41.728 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-11T22:34:42.618Z[ recovery-image] Aug 11 22:34:41.738 INFO O| Aug 11 22:34:41.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57922026-08-11T22:34:42.618Z[ recovery-image] Aug 11 22:34:41.738 INFO O| Aug 11 22:34:41.738 INFO STEP 179 (remove_files) COMPLETE
57932026-08-11T22:34:42.618Z[ recovery-image] Aug 11 22:34:41.738 INFO O| Aug 11 22:34:41.738 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-08-11T22:34:42.629Z[ recovery-image] Aug 11 22:34:41.749 INFO O| Aug 11 22:34:41.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57952026-08-11T22:34:42.629Z[ recovery-image] Aug 11 22:34:41.749 INFO O| Aug 11 22:34:41.749 INFO STEP 180 (remove_files) COMPLETE
57962026-08-11T22:34:42.629Z[ recovery-image] Aug 11 22:34:41.749 INFO O| Aug 11 22:34:41.749 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-08-11T22:34:42.639Z[ recovery-image] Aug 11 22:34:41.759 INFO O| Aug 11 22:34:41.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
57982026-08-11T22:34:42.639Z[ recovery-image] Aug 11 22:34:41.759 INFO O| Aug 11 22:34:41.759 INFO STEP 181 (remove_files) COMPLETE
57992026-08-11T22:34:42.646Z[ recovery-image] Aug 11 22:34:41.759 INFO O| Aug 11 22:34:41.759 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-08-11T22:34:42.651Z[ recovery-image] Aug 11 22:34:41.769 INFO O| Aug 11 22:34:41.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58012026-08-11T22:34:42.652Z[ recovery-image] Aug 11 22:34:41.769 INFO O| Aug 11 22:34:41.769 INFO STEP 182 (remove_files) COMPLETE
58022026-08-11T22:34:42.652Z[ recovery-image] Aug 11 22:34:41.769 INFO O| Aug 11 22:34:41.769 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-08-11T22:34:42.660Z[ recovery-image] Aug 11 22:34:41.779 INFO O| Aug 11 22:34:41.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58042026-08-11T22:34:42.660Z[ recovery-image] Aug 11 22:34:41.779 INFO O| Aug 11 22:34:41.779 INFO STEP 183 (remove_files) COMPLETE
58052026-08-11T22:34:42.665Z[ recovery-image] Aug 11 22:34:41.779 INFO O| Aug 11 22:34:41.779 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-08-11T22:34:42.669Z[ recovery-image] Aug 11 22:34:41.789 INFO O| Aug 11 22:34:41.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58072026-08-11T22:34:42.670Z[ recovery-image] Aug 11 22:34:41.789 INFO O| Aug 11 22:34:41.789 INFO STEP 184 (remove_files) COMPLETE
58082026-08-11T22:34:42.670Z[ recovery-image] Aug 11 22:34:41.789 INFO O| Aug 11 22:34:41.789 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-08-11T22:34:42.696Z[ recovery-image] Aug 11 22:34:41.814 INFO O| Aug 11 22:34:41.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58102026-08-11T22:34:42.696Z[ recovery-image] Aug 11 22:34:41.814 INFO O| Aug 11 22:34:41.800 INFO STEP 185 (remove_files) COMPLETE
58112026-08-11T22:34:42.696Z[ recovery-image] Aug 11 22:34:41.814 INFO O| Aug 11 22:34:41.800 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-08-11T22:34:42.703Z[ recovery-image] Aug 11 22:34:41.814 INFO O| Aug 11 22:34:41.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58132026-08-11T22:34:42.703Z[ recovery-image] Aug 11 22:34:41.814 INFO O| Aug 11 22:34:41.811 INFO STEP 186 (remove_files) COMPLETE
58142026-08-11T22:34:42.703Z[ recovery-image] Aug 11 22:34:41.814 INFO O| Aug 11 22:34:41.811 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-08-11T22:34:42.703Z[ recovery-image] Aug 11 22:34:41.821 INFO O| Aug 11 22:34:41.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58162026-08-11T22:34:42.703Z[ recovery-image] Aug 11 22:34:41.821 INFO O| Aug 11 22:34:41.821 INFO STEP 187 (remove_files) COMPLETE
58172026-08-11T22:34:42.703Z[ recovery-image] Aug 11 22:34:41.821 INFO O| Aug 11 22:34:41.821 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-08-11T22:34:42.711Z[ recovery-image] Aug 11 22:34:41.830 INFO O| Aug 11 22:34:41.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58192026-08-11T22:34:42.711Z[ recovery-image] Aug 11 22:34:41.830 INFO O| Aug 11 22:34:41.830 INFO STEP 188 (remove_files) COMPLETE
58202026-08-11T22:34:42.711Z[ recovery-image] Aug 11 22:34:41.830 INFO O| Aug 11 22:34:41.830 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-08-11T22:34:42.719Z[ recovery-image] Aug 11 22:34:41.840 INFO O| Aug 11 22:34:41.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58222026-08-11T22:34:42.719Z[ recovery-image] Aug 11 22:34:41.840 INFO O| Aug 11 22:34:41.840 INFO STEP 189 (remove_files) COMPLETE
58232026-08-11T22:34:42.719Z[ recovery-image] Aug 11 22:34:41.840 INFO O| Aug 11 22:34:41.840 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-08-11T22:34:42.730Z[ recovery-image] Aug 11 22:34:41.849 INFO O| Aug 11 22:34:41.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58252026-08-11T22:34:42.730Z[ recovery-image] Aug 11 22:34:41.849 INFO O| Aug 11 22:34:41.849 INFO STEP 190 (remove_files) COMPLETE
58262026-08-11T22:34:42.730Z[ recovery-image] Aug 11 22:34:41.849 INFO O| Aug 11 22:34:41.849 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-08-11T22:34:42.740Z[ recovery-image] Aug 11 22:34:41.858 INFO O| Aug 11 22:34:41.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58282026-08-11T22:34:42.740Z[ recovery-image] Aug 11 22:34:41.859 INFO O| Aug 11 22:34:41.859 INFO STEP 191 (remove_files) COMPLETE
58292026-08-11T22:34:42.748Z[ recovery-image] Aug 11 22:34:41.859 INFO O| Aug 11 22:34:41.859 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-08-11T22:34:42.752Z[ recovery-image] Aug 11 22:34:41.868 INFO O| Aug 11 22:34:41.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58312026-08-11T22:34:42.752Z[ recovery-image] Aug 11 22:34:41.868 INFO O| Aug 11 22:34:41.868 INFO STEP 192 (remove_files) COMPLETE
58322026-08-11T22:34:42.752Z[ recovery-image] Aug 11 22:34:41.868 INFO O| Aug 11 22:34:41.868 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-08-11T22:34:42.761Z[ recovery-image] Aug 11 22:34:41.877 INFO O| Aug 11 22:34:41.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58342026-08-11T22:34:42.761Z[ recovery-image] Aug 11 22:34:41.877 INFO O| Aug 11 22:34:41.877 INFO STEP 193 (remove_files) COMPLETE
58352026-08-11T22:34:42.761Z[ recovery-image] Aug 11 22:34:41.877 INFO O| Aug 11 22:34:41.877 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-08-11T22:34:42.767Z[ recovery-image] Aug 11 22:34:41.887 INFO O| Aug 11 22:34:41.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58372026-08-11T22:34:42.767Z[ recovery-image] Aug 11 22:34:41.887 INFO O| Aug 11 22:34:41.887 INFO STEP 194 (remove_files) COMPLETE
58382026-08-11T22:34:42.771Z[ recovery-image] Aug 11 22:34:41.887 INFO O| Aug 11 22:34:41.887 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-08-11T22:34:42.777Z[ recovery-image] Aug 11 22:34:41.895 INFO O| Aug 11 22:34:41.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58402026-08-11T22:34:42.777Z[ recovery-image] Aug 11 22:34:41.895 INFO O| Aug 11 22:34:41.895 INFO STEP 195 (remove_files) COMPLETE
58412026-08-11T22:34:42.778Z[ recovery-image] Aug 11 22:34:41.895 INFO O| Aug 11 22:34:41.895 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-08-11T22:34:42.785Z[ recovery-image] Aug 11 22:34:41.904 INFO O| Aug 11 22:34:41.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58432026-08-11T22:34:42.785Z[ recovery-image] Aug 11 22:34:41.905 INFO O| Aug 11 22:34:41.904 INFO STEP 196 (remove_files) COMPLETE
58442026-08-11T22:34:42.785Z[ recovery-image] Aug 11 22:34:41.905 INFO O| Aug 11 22:34:41.904 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-11T22:34:42.791Z[ recovery-image] Aug 11 22:34:41.912 INFO O| Aug 11 22:34:41.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58462026-08-11T22:34:42.791Z[ recovery-image] Aug 11 22:34:41.913 INFO O| Aug 11 22:34:41.912 INFO STEP 197 (remove_files) COMPLETE
58472026-08-11T22:34:42.791Z[ recovery-image] Aug 11 22:34:41.913 INFO O| Aug 11 22:34:41.912 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-11T22:34:42.801Z[ recovery-image] Aug 11 22:34:41.920 INFO O| Aug 11 22:34:41.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58492026-08-11T22:34:42.801Z[ recovery-image] Aug 11 22:34:41.920 INFO O| Aug 11 22:34:41.920 INFO STEP 198 (remove_files) COMPLETE
58502026-08-11T22:34:42.808Z[ recovery-image] Aug 11 22:34:41.920 INFO O| Aug 11 22:34:41.920 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-11T22:34:42.812Z[ recovery-image] Aug 11 22:34:41.929 INFO O| Aug 11 22:34:41.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58522026-08-11T22:34:42.812Z[ recovery-image] Aug 11 22:34:41.930 INFO O| Aug 11 22:34:41.929 INFO STEP 199 (remove_files) COMPLETE
58532026-08-11T22:34:42.812Z[ recovery-image] Aug 11 22:34:41.930 INFO O| Aug 11 22:34:41.930 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-11T22:34:42.820Z[ recovery-image] Aug 11 22:34:41.938 INFO O| Aug 11 22:34:41.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58552026-08-11T22:34:42.820Z[ recovery-image] Aug 11 22:34:41.939 INFO O| Aug 11 22:34:41.939 INFO STEP 200 (remove_files) COMPLETE
58562026-08-11T22:34:42.824Z[ recovery-image] Aug 11 22:34:41.939 INFO O| Aug 11 22:34:41.939 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-08-11T22:34:42.833Z[ recovery-image] Aug 11 22:34:41.948 INFO O| Aug 11 22:34:41.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58582026-08-11T22:34:42.833Z[ recovery-image] Aug 11 22:34:41.948 INFO O| Aug 11 22:34:41.948 INFO STEP 201 (remove_files) COMPLETE
58592026-08-11T22:34:42.833Z[ recovery-image] Aug 11 22:34:41.948 INFO O| Aug 11 22:34:41.948 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-08-11T22:34:42.839Z[ recovery-image] Aug 11 22:34:41.957 INFO O| Aug 11 22:34:41.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58612026-08-11T22:34:42.839Z[ recovery-image] Aug 11 22:34:41.957 INFO O| Aug 11 22:34:41.957 INFO STEP 202 (remove_files) COMPLETE
58622026-08-11T22:34:42.839Z[ recovery-image] Aug 11 22:34:41.957 INFO O| Aug 11 22:34:41.957 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-08-11T22:34:42.846Z[ recovery-image] Aug 11 22:34:41.966 INFO O| Aug 11 22:34:41.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58642026-08-11T22:34:42.846Z[ recovery-image] Aug 11 22:34:41.967 INFO O| Aug 11 22:34:41.966 INFO STEP 203 (remove_files) COMPLETE
58652026-08-11T22:34:42.850Z[ recovery-image] Aug 11 22:34:41.967 INFO O| Aug 11 22:34:41.967 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-08-11T22:34:42.855Z[ recovery-image] Aug 11 22:34:41.976 INFO O| Aug 11 22:34:41.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58672026-08-11T22:34:42.855Z[ recovery-image] Aug 11 22:34:41.976 INFO O| Aug 11 22:34:41.976 INFO STEP 204 (remove_files) COMPLETE
58682026-08-11T22:34:42.855Z[ recovery-image] Aug 11 22:34:41.976 INFO O| Aug 11 22:34:41.976 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-08-11T22:34:42.863Z[ recovery-image] Aug 11 22:34:41.984 INFO O| Aug 11 22:34:41.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58702026-08-11T22:34:42.863Z[ recovery-image] Aug 11 22:34:41.984 INFO O| Aug 11 22:34:41.984 INFO STEP 205 (remove_files) COMPLETE
58712026-08-11T22:34:42.863Z[ recovery-image] Aug 11 22:34:41.984 INFO O| Aug 11 22:34:41.984 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-08-11T22:34:42.874Z[ recovery-image] Aug 11 22:34:41.993 INFO O| Aug 11 22:34:41.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58732026-08-11T22:34:42.875Z[ recovery-image] Aug 11 22:34:41.993 INFO O| Aug 11 22:34:41.993 INFO STEP 206 (remove_files) COMPLETE
58742026-08-11T22:34:42.875Z[ recovery-image] Aug 11 22:34:41.993 INFO O| Aug 11 22:34:41.993 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-08-11T22:34:42.882Z[ recovery-image] Aug 11 22:34:42.002 INFO O| Aug 11 22:34:42.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58762026-08-11T22:34:42.882Z[ recovery-image] Aug 11 22:34:42.002 INFO O| Aug 11 22:34:42.002 INFO STEP 207 (remove_files) COMPLETE
58772026-08-11T22:34:42.882Z[ recovery-image] Aug 11 22:34:42.002 INFO O| Aug 11 22:34:42.002 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-08-11T22:34:42.894Z[ recovery-image] Aug 11 22:34:42.013 INFO O| Aug 11 22:34:42.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58792026-08-11T22:34:42.894Z[ recovery-image] Aug 11 22:34:42.013 INFO O| Aug 11 22:34:42.013 INFO STEP 208 (remove_files) COMPLETE
58802026-08-11T22:34:42.894Z[ recovery-image] Aug 11 22:34:42.013 INFO O| Aug 11 22:34:42.013 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-08-11T22:34:42.906Z[ recovery-image] Aug 11 22:34:42.024 INFO O| Aug 11 22:34:42.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58822026-08-11T22:34:42.906Z[ recovery-image] Aug 11 22:34:42.024 INFO O| Aug 11 22:34:42.024 INFO STEP 209 (remove_files) COMPLETE
58832026-08-11T22:34:42.906Z[ recovery-image] Aug 11 22:34:42.024 INFO O| Aug 11 22:34:42.024 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-08-11T22:34:42.913Z[ recovery-image] Aug 11 22:34:42.034 INFO O| Aug 11 22:34:42.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58852026-08-11T22:34:42.913Z[ recovery-image] Aug 11 22:34:42.034 INFO O| Aug 11 22:34:42.034 INFO STEP 210 (remove_files) COMPLETE
58862026-08-11T22:34:42.922Z[ recovery-image] Aug 11 22:34:42.034 INFO O| Aug 11 22:34:42.034 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-08-11T22:34:42.928Z[ recovery-image] Aug 11 22:34:42.044 INFO O| Aug 11 22:34:42.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58882026-08-11T22:34:42.928Z[ recovery-image] Aug 11 22:34:42.044 INFO O| Aug 11 22:34:42.044 INFO STEP 211 (remove_files) COMPLETE
58892026-08-11T22:34:42.928Z[ recovery-image] Aug 11 22:34:42.044 INFO O| Aug 11 22:34:42.044 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-08-11T22:34:42.934Z[ recovery-image] Aug 11 22:34:42.054 INFO O| Aug 11 22:34:42.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58912026-08-11T22:34:42.934Z[ recovery-image] Aug 11 22:34:42.054 INFO O| Aug 11 22:34:42.054 INFO STEP 212 (remove_files) COMPLETE
58922026-08-11T22:34:42.934Z[ recovery-image] Aug 11 22:34:42.054 INFO O| Aug 11 22:34:42.054 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-08-11T22:34:43.004Z[ recovery-image] Aug 11 22:34:42.064 INFO O| Aug 11 22:34:42.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
58942026-08-11T22:34:43.004Z[ recovery-image] Aug 11 22:34:42.064 INFO O| Aug 11 22:34:42.064 INFO STEP 213 (remove_files) COMPLETE
58952026-08-11T22:34:43.004Z[ recovery-image] Aug 11 22:34:42.064 INFO O| Aug 11 22:34:42.064 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-08-11T22:34:43.005Z[ recovery-image] Aug 11 22:34:42.074 INFO O| Aug 11 22:34:42.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
58972026-08-11T22:34:43.005Z[ recovery-image] Aug 11 22:34:42.074 INFO O| Aug 11 22:34:42.074 INFO STEP 214 (remove_files) COMPLETE
58982026-08-11T22:34:43.005Z[ recovery-image] Aug 11 22:34:42.074 INFO O| Aug 11 22:34:42.074 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-08-11T22:34:43.005Z[ recovery-image] Aug 11 22:34:42.083 INFO O| Aug 11 22:34:42.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59002026-08-11T22:34:43.005Z[ recovery-image] Aug 11 22:34:42.083 INFO O| Aug 11 22:34:42.083 INFO STEP 215 (remove_files) COMPLETE
59012026-08-11T22:34:43.005Z[ recovery-image] Aug 11 22:34:42.083 INFO O| Aug 11 22:34:42.083 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-08-11T22:34:43.005Z[ recovery-image] Aug 11 22:34:42.093 INFO O| Aug 11 22:34:42.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59032026-08-11T22:34:43.005Z[ recovery-image] Aug 11 22:34:42.093 INFO O| Aug 11 22:34:42.093 INFO STEP 216 (remove_files) COMPLETE
59042026-08-11T22:34:43.005Z[ recovery-image] Aug 11 22:34:42.093 INFO O| Aug 11 22:34:42.093 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-08-11T22:34:43.005Z[ recovery-image] Aug 11 22:34:42.103 INFO O| Aug 11 22:34:42.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59062026-08-11T22:34:43.005Z[ recovery-image] Aug 11 22:34:42.103 INFO O| Aug 11 22:34:42.103 INFO STEP 217 (remove_files) COMPLETE
59072026-08-11T22:34:43.005Z[ recovery-image] Aug 11 22:34:42.103 INFO O| Aug 11 22:34:42.103 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-08-11T22:34:43.005Z[ recovery-image] Aug 11 22:34:42.114 INFO O| Aug 11 22:34:42.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59092026-08-11T22:34:43.006Z[ recovery-image] Aug 11 22:34:42.114 INFO O| Aug 11 22:34:42.114 INFO STEP 218 (remove_files) COMPLETE
59102026-08-11T22:34:43.006Z[ recovery-image] Aug 11 22:34:42.114 INFO O| Aug 11 22:34:42.114 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-08-11T22:34:43.011Z[ recovery-image] Aug 11 22:34:42.124 INFO O| Aug 11 22:34:42.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59122026-08-11T22:34:43.011Z[ recovery-image] Aug 11 22:34:42.124 INFO O| Aug 11 22:34:42.124 INFO STEP 219 (remove_files) COMPLETE
59132026-08-11T22:34:43.011Z[ recovery-image] Aug 11 22:34:42.124 INFO O| Aug 11 22:34:42.124 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-08-11T22:34:43.016Z[ recovery-image] Aug 11 22:34:42.133 INFO O| Aug 11 22:34:42.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59152026-08-11T22:34:43.017Z[ recovery-image] Aug 11 22:34:42.133 INFO O| Aug 11 22:34:42.133 INFO STEP 220 (remove_files) COMPLETE
59162026-08-11T22:34:43.017Z[ recovery-image] Aug 11 22:34:42.133 INFO O| Aug 11 22:34:42.133 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-08-11T22:34:43.023Z[ recovery-image] Aug 11 22:34:42.143 INFO O| Aug 11 22:34:42.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59182026-08-11T22:34:43.024Z[ recovery-image] Aug 11 22:34:42.143 INFO O| Aug 11 22:34:42.143 INFO STEP 221 (remove_files) COMPLETE
59192026-08-11T22:34:43.028Z[ recovery-image] Aug 11 22:34:42.143 INFO O| Aug 11 22:34:42.143 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-08-11T22:34:43.033Z[ recovery-image] Aug 11 22:34:42.154 INFO O| Aug 11 22:34:42.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59212026-08-11T22:34:43.037Z[ recovery-image] Aug 11 22:34:42.155 INFO O| Aug 11 22:34:42.154 INFO STEP 222 (remove_files) COMPLETE
59222026-08-11T22:34:43.037Z[ recovery-image] Aug 11 22:34:42.155 INFO O| Aug 11 22:34:42.154 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-08-11T22:34:43.044Z[ recovery-image] Aug 11 22:34:42.164 INFO O| Aug 11 22:34:42.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59242026-08-11T22:34:43.044Z[ recovery-image] Aug 11 22:34:42.164 INFO O| Aug 11 22:34:42.164 INFO STEP 223 (remove_files) COMPLETE
59252026-08-11T22:34:43.045Z[ recovery-image] Aug 11 22:34:42.164 INFO O| Aug 11 22:34:42.164 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-08-11T22:34:43.054Z[ recovery-image] Aug 11 22:34:42.174 INFO O| Aug 11 22:34:42.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59272026-08-11T22:34:43.054Z[ recovery-image] Aug 11 22:34:42.174 INFO O| Aug 11 22:34:42.174 INFO STEP 224 (remove_files) COMPLETE
59282026-08-11T22:34:43.054Z[ recovery-image] Aug 11 22:34:42.174 INFO O| Aug 11 22:34:42.174 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-08-11T22:34:43.063Z[ recovery-image] Aug 11 22:34:42.182 INFO O| Aug 11 22:34:42.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59302026-08-11T22:34:43.066Z[ recovery-image] Aug 11 22:34:42.182 INFO O| Aug 11 22:34:42.182 INFO STEP 225 (remove_files) COMPLETE
59312026-08-11T22:34:43.066Z[ recovery-image] Aug 11 22:34:42.182 INFO O| Aug 11 22:34:42.182 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-08-11T22:34:43.072Z[ recovery-image] Aug 11 22:34:42.192 INFO O| Aug 11 22:34:42.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59332026-08-11T22:34:43.076Z[ recovery-image] Aug 11 22:34:42.192 INFO O| Aug 11 22:34:42.192 INFO STEP 226 (remove_files) COMPLETE
59342026-08-11T22:34:43.076Z[ recovery-image] Aug 11 22:34:42.192 INFO O| Aug 11 22:34:42.192 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-08-11T22:34:43.081Z[ recovery-image] Aug 11 22:34:42.201 INFO O| Aug 11 22:34:42.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59362026-08-11T22:34:43.081Z[ recovery-image] Aug 11 22:34:42.201 INFO O| Aug 11 22:34:42.201 INFO STEP 227 (remove_files) COMPLETE
59372026-08-11T22:34:43.081Z[ recovery-image] Aug 11 22:34:42.201 INFO O| Aug 11 22:34:42.201 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-08-11T22:34:43.095Z[ recovery-image] Aug 11 22:34:42.210 INFO O| Aug 11 22:34:42.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59392026-08-11T22:34:43.095Z[ recovery-image] Aug 11 22:34:42.210 INFO O| Aug 11 22:34:42.210 INFO STEP 228 (remove_files) COMPLETE
59402026-08-11T22:34:43.096Z[ recovery-image] Aug 11 22:34:42.210 INFO O| Aug 11 22:34:42.210 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-08-11T22:34:43.102Z[ recovery-image] Aug 11 22:34:42.218 INFO O| Aug 11 22:34:42.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59422026-08-11T22:34:43.102Z[ recovery-image] Aug 11 22:34:42.218 INFO O| Aug 11 22:34:42.218 INFO STEP 229 (remove_files) COMPLETE
59432026-08-11T22:34:43.102Z[ recovery-image] Aug 11 22:34:42.218 INFO O| Aug 11 22:34:42.218 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-08-11T22:34:43.106Z[ recovery-image] Aug 11 22:34:42.225 INFO O| Aug 11 22:34:42.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59452026-08-11T22:34:43.106Z[ recovery-image] Aug 11 22:34:42.225 INFO O| Aug 11 22:34:42.225 INFO STEP 230 (remove_files) COMPLETE
59462026-08-11T22:34:43.106Z[ recovery-image] Aug 11 22:34:42.225 INFO O| Aug 11 22:34:42.225 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-08-11T22:34:43.115Z[ recovery-image] Aug 11 22:34:42.234 INFO O| Aug 11 22:34:42.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59482026-08-11T22:34:43.115Z[ recovery-image] Aug 11 22:34:42.234 INFO O| Aug 11 22:34:42.234 INFO STEP 231 (remove_files) COMPLETE
59492026-08-11T22:34:43.115Z[ recovery-image] Aug 11 22:34:42.234 INFO O| Aug 11 22:34:42.234 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-08-11T22:34:43.123Z[ recovery-image] Aug 11 22:34:42.244 INFO O| Aug 11 22:34:42.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59512026-08-11T22:34:43.124Z[ recovery-image] Aug 11 22:34:42.244 INFO O| Aug 11 22:34:42.244 INFO STEP 232 (remove_files) COMPLETE
59522026-08-11T22:34:43.124Z[ recovery-image] Aug 11 22:34:42.244 INFO O| Aug 11 22:34:42.244 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-08-11T22:34:43.145Z[ recovery-image] Aug 11 22:34:42.264 INFO O| Aug 11 22:34:42.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59542026-08-11T22:34:43.145Z[ recovery-image] Aug 11 22:34:42.264 INFO O| Aug 11 22:34:42.264 INFO STEP 233 (remove_files) COMPLETE
59552026-08-11T22:34:43.145Z[ recovery-image] Aug 11 22:34:42.264 INFO O| Aug 11 22:34:42.264 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-08-11T22:34:43.157Z[ recovery-image] Aug 11 22:34:42.277 INFO O| Aug 11 22:34:42.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59572026-08-11T22:34:43.157Z[ recovery-image] Aug 11 22:34:42.278 INFO O| Aug 11 22:34:42.278 INFO STEP 234 (remove_files) COMPLETE
59582026-08-11T22:34:43.157Z[ recovery-image] Aug 11 22:34:42.278 INFO O| Aug 11 22:34:42.278 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-08-11T22:34:43.167Z[ recovery-image] Aug 11 22:34:42.287 INFO O| Aug 11 22:34:42.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59602026-08-11T22:34:43.167Z[ recovery-image] Aug 11 22:34:42.287 INFO O| Aug 11 22:34:42.287 INFO STEP 235 (remove_files) COMPLETE
59612026-08-11T22:34:43.170Z[ recovery-image] Aug 11 22:34:42.287 INFO O| Aug 11 22:34:42.287 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-08-11T22:34:43.177Z[ recovery-image] Aug 11 22:34:42.297 INFO O| Aug 11 22:34:42.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59632026-08-11T22:34:43.177Z[ recovery-image] Aug 11 22:34:42.297 INFO O| Aug 11 22:34:42.297 INFO STEP 236 (remove_files) COMPLETE
59642026-08-11T22:34:43.184Z[ recovery-image] Aug 11 22:34:42.297 INFO O| Aug 11 22:34:42.297 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-08-11T22:34:43.189Z[ recovery-image] Aug 11 22:34:42.308 INFO O| Aug 11 22:34:42.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59662026-08-11T22:34:43.189Z[ recovery-image] Aug 11 22:34:42.308 INFO O| Aug 11 22:34:42.308 INFO STEP 237 (remove_files) COMPLETE
59672026-08-11T22:34:43.189Z[ recovery-image] Aug 11 22:34:42.308 INFO O| Aug 11 22:34:42.308 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-08-11T22:34:43.198Z[ recovery-image] Aug 11 22:34:42.318 INFO O| Aug 11 22:34:42.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59692026-08-11T22:34:43.198Z[ recovery-image] Aug 11 22:34:42.318 INFO O| Aug 11 22:34:42.318 INFO STEP 238 (remove_files) COMPLETE
59702026-08-11T22:34:43.203Z[ recovery-image] Aug 11 22:34:42.318 INFO O| Aug 11 22:34:42.318 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-08-11T22:34:43.208Z[ recovery-image] Aug 11 22:34:42.328 INFO O| Aug 11 22:34:42.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59722026-08-11T22:34:43.208Z[ recovery-image] Aug 11 22:34:42.328 INFO O| Aug 11 22:34:42.328 INFO STEP 239 (remove_files) COMPLETE
59732026-08-11T22:34:43.208Z[ recovery-image] Aug 11 22:34:42.328 INFO O| Aug 11 22:34:42.328 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-08-11T22:34:43.217Z[ recovery-image] Aug 11 22:34:42.338 INFO O| Aug 11 22:34:42.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59752026-08-11T22:34:43.217Z[ recovery-image] Aug 11 22:34:42.338 INFO O| Aug 11 22:34:42.338 INFO STEP 240 (remove_files) COMPLETE
59762026-08-11T22:34:43.217Z[ recovery-image] Aug 11 22:34:42.338 INFO O| Aug 11 22:34:42.338 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-08-11T22:34:43.228Z[ recovery-image] Aug 11 22:34:42.346 INFO O| Aug 11 22:34:42.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59782026-08-11T22:34:43.228Z[ recovery-image] Aug 11 22:34:42.346 INFO O| Aug 11 22:34:42.346 INFO STEP 241 (remove_files) COMPLETE
59792026-08-11T22:34:43.228Z[ recovery-image] Aug 11 22:34:42.346 INFO O| Aug 11 22:34:42.346 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-08-11T22:34:43.234Z[ recovery-image] Aug 11 22:34:42.355 INFO O| Aug 11 22:34:42.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59812026-08-11T22:34:43.234Z[ recovery-image] Aug 11 22:34:42.355 INFO O| Aug 11 22:34:42.355 INFO STEP 242 (remove_files) COMPLETE
59822026-08-11T22:34:43.234Z[ recovery-image] Aug 11 22:34:42.355 INFO O| Aug 11 22:34:42.355 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-08-11T22:34:43.245Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
59842026-08-11T22:34:43.249Z[ recovery-image] Aug 11 22:34:42.365 INFO O| Aug 11 22:34:42.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59852026-08-11T22:34:43.249Z[ recovery-image] Aug 11 22:34:42.365 INFO O| Aug 11 22:34:42.365 INFO STEP 243 (remove_files) COMPLETE
59862026-08-11T22:34:43.249Z[ recovery-image] Aug 11 22:34:42.365 INFO O| Aug 11 22:34:42.365 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-08-11T22:34:43.256Z[ recovery-image] Aug 11 22:34:42.376 INFO O| Aug 11 22:34:42.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59882026-08-11T22:34:43.256Z[ recovery-image] Aug 11 22:34:42.376 INFO O| Aug 11 22:34:42.376 INFO STEP 244 (remove_files) COMPLETE
59892026-08-11T22:34:43.256Z[ recovery-image] Aug 11 22:34:42.376 INFO O| Aug 11 22:34:42.376 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-08-11T22:34:43.270Z[ recovery-image] Aug 11 22:34:42.385 INFO O| Aug 11 22:34:42.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
59912026-08-11T22:34:43.270Z[ recovery-image] Aug 11 22:34:42.385 INFO O| Aug 11 22:34:42.385 INFO STEP 245 (remove_files) COMPLETE
59922026-08-11T22:34:43.273Z[ recovery-image] Aug 11 22:34:42.385 INFO O| Aug 11 22:34:42.385 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-08-11T22:34:43.274Z[ recovery-image] Aug 11 22:34:42.394 INFO O| Aug 11 22:34:42.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
59942026-08-11T22:34:43.274Z[ recovery-image] Aug 11 22:34:42.394 INFO O| Aug 11 22:34:42.394 INFO STEP 246 (remove_files) COMPLETE
59952026-08-11T22:34:43.274Z[ recovery-image] Aug 11 22:34:42.394 INFO O| Aug 11 22:34:42.394 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-08-11T22:34:43.286Z[ recovery-image] Aug 11 22:34:42.405 INFO O| Aug 11 22:34:42.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
59972026-08-11T22:34:43.294Z[ recovery-image] Aug 11 22:34:42.405 INFO O| Aug 11 22:34:42.405 INFO STEP 247 (remove_files) COMPLETE
59982026-08-11T22:34:43.294Z[ recovery-image] Aug 11 22:34:42.405 INFO O| Aug 11 22:34:42.405 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-08-11T22:34:43.299Z[ recovery-image] Aug 11 22:34:42.415 INFO O| Aug 11 22:34:42.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60002026-08-11T22:34:43.299Z[ recovery-image] Aug 11 22:34:42.415 INFO O| Aug 11 22:34:42.415 INFO STEP 248 (remove_files) COMPLETE
60012026-08-11T22:34:43.299Z[ recovery-image] Aug 11 22:34:42.415 INFO O| Aug 11 22:34:42.415 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-08-11T22:34:43.307Z[ recovery-image] Aug 11 22:34:42.426 INFO O| Aug 11 22:34:42.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60032026-08-11T22:34:43.307Z[ recovery-image] Aug 11 22:34:42.426 INFO O| Aug 11 22:34:42.426 INFO STEP 249 (remove_files) COMPLETE
60042026-08-11T22:34:43.307Z[ recovery-image] Aug 11 22:34:42.426 INFO O| Aug 11 22:34:42.426 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-08-11T22:34:43.318Z[ recovery-image] Aug 11 22:34:42.436 INFO O| Aug 11 22:34:42.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60062026-08-11T22:34:43.319Z[ recovery-image] Aug 11 22:34:42.437 INFO O| Aug 11 22:34:42.437 INFO STEP 250 (remove_files) COMPLETE
60072026-08-11T22:34:43.319Z[ recovery-image] Aug 11 22:34:42.437 INFO O| Aug 11 22:34:42.437 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-08-11T22:34:43.328Z[ recovery-image] Aug 11 22:34:42.446 INFO O| Aug 11 22:34:42.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60092026-08-11T22:34:43.328Z[ recovery-image] Aug 11 22:34:42.446 INFO O| Aug 11 22:34:42.446 INFO STEP 251 (remove_files) COMPLETE
60102026-08-11T22:34:43.328Z[ recovery-image] Aug 11 22:34:42.446 INFO O| Aug 11 22:34:42.446 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-08-11T22:34:43.345Z[ recovery-image] Aug 11 22:34:42.457 INFO O| Aug 11 22:34:42.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60122026-08-11T22:34:43.345Z[ recovery-image] Aug 11 22:34:42.457 INFO O| Aug 11 22:34:42.457 INFO STEP 252 (remove_files) COMPLETE
60132026-08-11T22:34:43.345Z[ recovery-image] Aug 11 22:34:42.457 INFO O| Aug 11 22:34:42.457 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-08-11T22:34:43.359Z[ recovery-image] Aug 11 22:34:42.467 INFO O| Aug 11 22:34:42.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60152026-08-11T22:34:43.359Z[ recovery-image] Aug 11 22:34:42.467 INFO O| Aug 11 22:34:42.467 INFO STEP 253 (remove_files) COMPLETE
60162026-08-11T22:34:43.359Z[ recovery-image] Aug 11 22:34:42.467 INFO O| Aug 11 22:34:42.467 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-08-11T22:34:43.363Z[ recovery-image] Aug 11 22:34:42.475 INFO O| Aug 11 22:34:42.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60182026-08-11T22:34:43.363Z[ recovery-image] Aug 11 22:34:42.475 INFO O| Aug 11 22:34:42.475 INFO STEP 254 (remove_files) COMPLETE
60192026-08-11T22:34:43.363Z[ recovery-image] Aug 11 22:34:42.475 INFO O| Aug 11 22:34:42.475 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-08-11T22:34:43.371Z[ recovery-image] Aug 11 22:34:42.484 INFO O| Aug 11 22:34:42.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60212026-08-11T22:34:43.371Z[ recovery-image] Aug 11 22:34:42.484 INFO O| Aug 11 22:34:42.484 INFO STEP 255 (remove_files) COMPLETE
60222026-08-11T22:34:43.371Z[ recovery-image] Aug 11 22:34:42.484 INFO O| Aug 11 22:34:42.484 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-08-11T22:34:43.380Z[ recovery-image] Aug 11 22:34:42.494 INFO O| Aug 11 22:34:42.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60242026-08-11T22:34:43.380Z[ recovery-image] Aug 11 22:34:42.494 INFO O| Aug 11 22:34:42.494 INFO STEP 256 (remove_files) COMPLETE
60252026-08-11T22:34:43.380Z[ recovery-image] Aug 11 22:34:42.495 INFO O| Aug 11 22:34:42.494 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-08-11T22:34:43.385Z[ recovery-image] Aug 11 22:34:42.505 INFO O| Aug 11 22:34:42.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60272026-08-11T22:34:43.385Z[ recovery-image] Aug 11 22:34:42.505 INFO O| Aug 11 22:34:42.505 INFO STEP 257 (remove_files) COMPLETE
60282026-08-11T22:34:43.385Z[ recovery-image] Aug 11 22:34:42.505 INFO O| Aug 11 22:34:42.505 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-08-11T22:34:43.394Z[ recovery-image] Aug 11 22:34:42.514 INFO O| Aug 11 22:34:42.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60302026-08-11T22:34:43.394Z[ recovery-image] Aug 11 22:34:42.515 INFO O| Aug 11 22:34:42.514 INFO STEP 258 (remove_files) COMPLETE
60312026-08-11T22:34:43.394Z[ recovery-image] Aug 11 22:34:42.515 INFO O| Aug 11 22:34:42.514 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-08-11T22:34:43.412Z[ recovery-image] Aug 11 22:34:42.524 INFO O| Aug 11 22:34:42.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60332026-08-11T22:34:43.412Z[ recovery-image] Aug 11 22:34:42.524 INFO O| Aug 11 22:34:42.524 INFO STEP 259 (remove_files) COMPLETE
60342026-08-11T22:34:43.413Z[ recovery-image] Aug 11 22:34:42.524 INFO O| Aug 11 22:34:42.524 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-11T22:34:43.419Z[ recovery-image] Aug 11 22:34:42.534 INFO O| Aug 11 22:34:42.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60362026-08-11T22:34:43.420Z[ recovery-image] Aug 11 22:34:42.534 INFO O| Aug 11 22:34:42.534 INFO STEP 260 (remove_files) COMPLETE
60372026-08-11T22:34:43.420Z[ recovery-image] Aug 11 22:34:42.534 INFO O| Aug 11 22:34:42.534 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-11T22:34:43.424Z[ recovery-image] Aug 11 22:34:42.542 INFO O| Aug 11 22:34:42.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60392026-08-11T22:34:43.424Z[ recovery-image] Aug 11 22:34:42.542 INFO O| Aug 11 22:34:42.542 INFO STEP 261 (remove_files) COMPLETE
60402026-08-11T22:34:43.424Z[ recovery-image] Aug 11 22:34:42.543 INFO O| Aug 11 22:34:42.542 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-11T22:34:43.429Z[ recovery-image] Aug 11 22:34:42.550 INFO O| Aug 11 22:34:42.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60422026-08-11T22:34:43.429Z[ recovery-image] Aug 11 22:34:42.550 INFO O| Aug 11 22:34:42.550 INFO STEP 262 (remove_files) COMPLETE
60432026-08-11T22:34:43.429Z[ recovery-image] Aug 11 22:34:42.550 INFO O| Aug 11 22:34:42.550 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-08-11T22:34:43.444Z[ recovery-image] Aug 11 22:34:42.557 INFO O| Aug 11 22:34:42.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60452026-08-11T22:34:43.444Z[ recovery-image] Aug 11 22:34:42.557 INFO O| Aug 11 22:34:42.557 INFO STEP 263 (remove_files) COMPLETE
60462026-08-11T22:34:43.444Z[ recovery-image] Aug 11 22:34:42.557 INFO O| Aug 11 22:34:42.557 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-08-11T22:34:43.444Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
60482026-08-11T22:34:43.450Z[ recovery-image] Aug 11 22:34:42.565 INFO O| Aug 11 22:34:42.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60492026-08-11T22:34:43.450Z[ recovery-image] Aug 11 22:34:42.565 INFO O| Aug 11 22:34:42.565 INFO STEP 264 (remove_files) COMPLETE
60502026-08-11T22:34:43.450Z[ recovery-image] Aug 11 22:34:42.565 INFO O| Aug 11 22:34:42.565 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-11T22:34:43.457Z[ recovery-image] Aug 11 22:34:42.574 INFO O| Aug 11 22:34:42.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60522026-08-11T22:34:43.457Z[ recovery-image] Aug 11 22:34:42.574 INFO O| Aug 11 22:34:42.574 INFO STEP 265 (remove_files) COMPLETE
60532026-08-11T22:34:43.457Z[ recovery-image] Aug 11 22:34:42.574 INFO O| Aug 11 22:34:42.574 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-11T22:34:43.467Z[ recovery-image] Aug 11 22:34:42.583 INFO O| Aug 11 22:34:42.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60552026-08-11T22:34:43.467Z[ recovery-image] Aug 11 22:34:42.583 INFO O| Aug 11 22:34:42.583 INFO STEP 266 (remove_files) COMPLETE
60562026-08-11T22:34:43.475Z[ recovery-image] Aug 11 22:34:42.583 INFO O| Aug 11 22:34:42.583 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-11T22:34:43.478Z[ recovery-image] Aug 11 22:34:42.592 INFO O| Aug 11 22:34:42.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60582026-08-11T22:34:43.478Z[ recovery-image] Aug 11 22:34:42.592 INFO O| Aug 11 22:34:42.592 INFO STEP 267 (remove_files) COMPLETE
60592026-08-11T22:34:43.478Z[ recovery-image] Aug 11 22:34:42.592 INFO O| Aug 11 22:34:42.592 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-08-11T22:34:43.483Z[ recovery-image] Aug 11 22:34:42.601 INFO O| Aug 11 22:34:42.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60612026-08-11T22:34:43.483Z[ recovery-image] Aug 11 22:34:42.601 INFO O| Aug 11 22:34:42.601 INFO STEP 268 (remove_files) COMPLETE
60622026-08-11T22:34:43.483Z[ recovery-image] Aug 11 22:34:42.601 INFO O| Aug 11 22:34:42.601 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-08-11T22:34:43.489Z[ recovery-image] Aug 11 22:34:42.610 INFO O| Aug 11 22:34:42.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60642026-08-11T22:34:43.489Z[ recovery-image] Aug 11 22:34:42.610 INFO O| Aug 11 22:34:42.610 INFO STEP 269 (remove_files) COMPLETE
60652026-08-11T22:34:43.492Z[ recovery-image] Aug 11 22:34:42.610 INFO O| Aug 11 22:34:42.610 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-08-11T22:34:43.499Z[ recovery-image] Aug 11 22:34:42.620 INFO O| Aug 11 22:34:42.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60672026-08-11T22:34:43.501Z[ recovery-image] Aug 11 22:34:42.620 INFO O| Aug 11 22:34:42.620 INFO STEP 270 (remove_files) COMPLETE
60682026-08-11T22:34:43.501Z[ recovery-image] Aug 11 22:34:42.620 INFO O| Aug 11 22:34:42.620 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-08-11T22:34:43.509Z[ recovery-image] Aug 11 22:34:42.630 INFO O| Aug 11 22:34:42.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60702026-08-11T22:34:43.509Z[ recovery-image] Aug 11 22:34:42.630 INFO O| Aug 11 22:34:42.630 INFO STEP 271 (remove_files) COMPLETE
60712026-08-11T22:34:43.509Z[ recovery-image] Aug 11 22:34:42.630 INFO O| Aug 11 22:34:42.630 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-08-11T22:34:43.519Z[ recovery-image] Aug 11 22:34:42.639 INFO O| Aug 11 22:34:42.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60732026-08-11T22:34:43.519Z[ recovery-image] Aug 11 22:34:42.639 INFO O| Aug 11 22:34:42.639 INFO STEP 272 (remove_files) COMPLETE
60742026-08-11T22:34:43.519Z[ recovery-image] Aug 11 22:34:42.639 INFO O| Aug 11 22:34:42.639 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-08-11T22:34:43.527Z[ recovery-image] Aug 11 22:34:42.647 INFO O| Aug 11 22:34:42.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60762026-08-11T22:34:43.527Z[ recovery-image] Aug 11 22:34:42.648 INFO O| Aug 11 22:34:42.648 INFO STEP 273 (remove_files) COMPLETE
60772026-08-11T22:34:43.527Z[ recovery-image] Aug 11 22:34:42.648 INFO O| Aug 11 22:34:42.648 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-11T22:34:43.536Z[ recovery-image] Aug 11 22:34:42.657 INFO O| Aug 11 22:34:42.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60792026-08-11T22:34:43.536Z[ recovery-image] Aug 11 22:34:42.657 INFO O| Aug 11 22:34:42.657 INFO STEP 274 (remove_files) COMPLETE
60802026-08-11T22:34:43.540Z[ recovery-image] Aug 11 22:34:42.657 INFO O| Aug 11 22:34:42.657 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-11T22:34:43.545Z[ recovery-image] Aug 11 22:34:42.666 INFO O| Aug 11 22:34:42.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60822026-08-11T22:34:43.545Z[ recovery-image] Aug 11 22:34:42.666 INFO O| Aug 11 22:34:42.666 INFO STEP 275 (remove_files) COMPLETE
60832026-08-11T22:34:43.545Z[ recovery-image] Aug 11 22:34:42.666 INFO O| Aug 11 22:34:42.666 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-08-11T22:34:43.555Z[ recovery-image] Aug 11 22:34:42.675 INFO O| Aug 11 22:34:42.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60852026-08-11T22:34:43.555Z[ recovery-image] Aug 11 22:34:42.675 INFO O| Aug 11 22:34:42.675 INFO STEP 276 (remove_files) COMPLETE
60862026-08-11T22:34:43.555Z[ recovery-image] Aug 11 22:34:42.675 INFO O| Aug 11 22:34:42.675 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-08-11T22:34:43.563Z[ recovery-image] Aug 11 22:34:42.684 INFO O| Aug 11 22:34:42.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60882026-08-11T22:34:43.563Z[ recovery-image] Aug 11 22:34:42.684 INFO O| Aug 11 22:34:42.684 INFO STEP 277 (remove_files) COMPLETE
60892026-08-11T22:34:43.563Z[ recovery-image] Aug 11 22:34:42.684 INFO O| Aug 11 22:34:42.684 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-08-11T22:34:43.572Z[ recovery-image] Aug 11 22:34:42.693 INFO O| Aug 11 22:34:42.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
60912026-08-11T22:34:43.573Z[ recovery-image] Aug 11 22:34:42.693 INFO O| Aug 11 22:34:42.693 INFO STEP 278 (remove_files) COMPLETE
60922026-08-11T22:34:43.573Z[ recovery-image] Aug 11 22:34:42.693 INFO O| Aug 11 22:34:42.693 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-08-11T22:34:43.582Z[ recovery-image] Aug 11 22:34:42.702 INFO O| Aug 11 22:34:42.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
60942026-08-11T22:34:43.584Z[ recovery-image] Aug 11 22:34:42.702 INFO O| Aug 11 22:34:42.702 INFO STEP 279 (remove_files) COMPLETE
60952026-08-11T22:34:43.584Z[ recovery-image] Aug 11 22:34:42.702 INFO O| Aug 11 22:34:42.702 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-08-11T22:34:43.591Z[ recovery-image] Aug 11 22:34:42.712 INFO O| Aug 11 22:34:42.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
60972026-08-11T22:34:43.595Z[ recovery-image] Aug 11 22:34:42.712 INFO O| Aug 11 22:34:42.712 INFO STEP 280 (remove_files) COMPLETE
60982026-08-11T22:34:43.595Z[ recovery-image] Aug 11 22:34:42.712 INFO O| Aug 11 22:34:42.712 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-08-11T22:34:43.635Z[ recovery-image] Aug 11 22:34:42.756 INFO O| Aug 11 22:34:42.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61002026-08-11T22:34:43.635Z[ recovery-image] Aug 11 22:34:42.756 INFO O| Aug 11 22:34:42.721 INFO STEP 281 (remove_files) COMPLETE
61012026-08-11T22:34:43.639Z[ recovery-image] Aug 11 22:34:42.756 INFO O| Aug 11 22:34:42.721 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-08-11T22:34:43.655Z[ recovery-image] Aug 11 22:34:42.756 INFO O| Aug 11 22:34:42.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61032026-08-11T22:34:43.655Z[ recovery-image] Aug 11 22:34:42.756 INFO O| Aug 11 22:34:42.729 INFO STEP 282 (remove_files) COMPLETE
61042026-08-11T22:34:43.655Z[ recovery-image] Aug 11 22:34:42.756 INFO O| Aug 11 22:34:42.729 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-08-11T22:34:43.655Z[ recovery-image] Aug 11 22:34:42.756 INFO O| Aug 11 22:34:42.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61062026-08-11T22:34:43.655Z[ recovery-image] Aug 11 22:34:42.756 INFO O| Aug 11 22:34:42.737 INFO STEP 283 (remove_files) COMPLETE
61072026-08-11T22:34:43.655Z[ recovery-image] Aug 11 22:34:42.756 INFO O| Aug 11 22:34:42.737 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-08-11T22:34:43.655Z[ recovery-image] Aug 11 22:34:42.756 INFO O| Aug 11 22:34:42.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61092026-08-11T22:34:43.655Z[ recovery-image] Aug 11 22:34:42.756 INFO O| Aug 11 22:34:42.745 INFO STEP 284 (remove_files) COMPLETE
61102026-08-11T22:34:43.655Z[ recovery-image] Aug 11 22:34:42.756 INFO O| Aug 11 22:34:42.745 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-11T22:34:43.655Z[ recovery-image] Aug 11 22:34:42.756 INFO O| Aug 11 22:34:42.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61122026-08-11T22:34:43.655Z[ recovery-image] Aug 11 22:34:42.756 INFO O| Aug 11 22:34:42.751 INFO STEP 285 (remove_files) COMPLETE
61132026-08-11T22:34:43.655Z[ recovery-image] Aug 11 22:34:42.756 INFO O| Aug 11 22:34:42.752 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-08-11T22:34:43.655Z[ recovery-image] Aug 11 22:34:42.761 INFO O| Aug 11 22:34:42.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61152026-08-11T22:34:43.655Z[ recovery-image] Aug 11 22:34:42.761 INFO O| Aug 11 22:34:42.758 INFO STEP 286 (remove_files) COMPLETE
61162026-08-11T22:34:43.655Z[ recovery-image] Aug 11 22:34:42.761 INFO O| Aug 11 22:34:42.758 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-08-11T22:34:43.655Z[ recovery-image] Aug 11 22:34:42.765 INFO O| Aug 11 22:34:42.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61182026-08-11T22:34:43.655Z[ recovery-image] Aug 11 22:34:42.765 INFO O| Aug 11 22:34:42.765 INFO STEP 287 (remove_files) COMPLETE
61192026-08-11T22:34:43.655Z[ recovery-image] Aug 11 22:34:42.765 INFO O| Aug 11 22:34:42.765 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-08-11T22:34:43.679Z[ recovery-image] Aug 11 22:34:42.800 INFO O| Aug 11 22:34:42.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61212026-08-11T22:34:43.679Z[ recovery-image] Aug 11 22:34:42.800 INFO O| Aug 11 22:34:42.800 INFO STEP 288 (remove_files) COMPLETE
61222026-08-11T22:34:43.679Z[ recovery-image] Aug 11 22:34:42.800 INFO O| Aug 11 22:34:42.800 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-08-11T22:34:43.689Z[ recovery-image] Aug 11 22:34:42.810 INFO O| Aug 11 22:34:42.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61242026-08-11T22:34:43.689Z[ recovery-image] Aug 11 22:34:42.810 INFO O| Aug 11 22:34:42.810 INFO STEP 289 (remove_files) COMPLETE
61252026-08-11T22:34:43.689Z[ recovery-image] Aug 11 22:34:42.810 INFO O| Aug 11 22:34:42.810 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-08-11T22:34:43.698Z[ recovery-image] Aug 11 22:34:42.819 INFO O| Aug 11 22:34:42.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61272026-08-11T22:34:43.699Z[ recovery-image] Aug 11 22:34:42.819 INFO O| Aug 11 22:34:42.819 INFO STEP 290 (remove_files) COMPLETE
61282026-08-11T22:34:43.703Z[ recovery-image] Aug 11 22:34:42.819 INFO O| Aug 11 22:34:42.819 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-11T22:34:43.707Z[ recovery-image] Aug 11 22:34:42.828 INFO O| Aug 11 22:34:42.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61302026-08-11T22:34:43.707Z[ recovery-image] Aug 11 22:34:42.828 INFO O| Aug 11 22:34:42.828 INFO STEP 291 (remove_files) COMPLETE
61312026-08-11T22:34:43.711Z[ recovery-image] Aug 11 22:34:42.828 INFO O| Aug 11 22:34:42.828 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-08-11T22:34:43.717Z[ recovery-image] Aug 11 22:34:42.837 INFO O| Aug 11 22:34:42.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61332026-08-11T22:34:43.717Z[ recovery-image] Aug 11 22:34:42.837 INFO O| Aug 11 22:34:42.837 INFO STEP 292 (remove_files) COMPLETE
61342026-08-11T22:34:43.721Z[ recovery-image] Aug 11 22:34:42.837 INFO O| Aug 11 22:34:42.837 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-08-11T22:34:43.725Z[ recovery-image] Aug 11 22:34:42.846 INFO O| Aug 11 22:34:42.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61362026-08-11T22:34:43.725Z[ recovery-image] Aug 11 22:34:42.846 INFO O| Aug 11 22:34:42.846 INFO STEP 293 (remove_files) COMPLETE
61372026-08-11T22:34:43.725Z[ recovery-image] Aug 11 22:34:42.846 INFO O| Aug 11 22:34:42.846 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-11T22:34:43.734Z[ recovery-image] Aug 11 22:34:42.855 INFO O| Aug 11 22:34:42.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61392026-08-11T22:34:43.734Z[ recovery-image] Aug 11 22:34:42.855 INFO O| Aug 11 22:34:42.855 INFO STEP 294 (remove_files) COMPLETE
61402026-08-11T22:34:43.737Z[ recovery-image] Aug 11 22:34:42.855 INFO O| Aug 11 22:34:42.855 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-11T22:34:43.744Z[ recovery-image] Aug 11 22:34:42.865 INFO O| Aug 11 22:34:42.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61422026-08-11T22:34:43.744Z[ recovery-image] Aug 11 22:34:42.865 INFO O| Aug 11 22:34:42.865 INFO STEP 295 (remove_files) COMPLETE
61432026-08-11T22:34:43.751Z[ recovery-image] Aug 11 22:34:42.865 INFO O| Aug 11 22:34:42.865 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-08-11T22:34:43.754Z[ recovery-image] Aug 11 22:34:42.874 INFO O| Aug 11 22:34:42.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61452026-08-11T22:34:43.754Z[ recovery-image] Aug 11 22:34:42.874 INFO O| Aug 11 22:34:42.874 INFO STEP 296 (remove_files) COMPLETE
61462026-08-11T22:34:43.754Z[ recovery-image] Aug 11 22:34:42.874 INFO O| Aug 11 22:34:42.874 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-08-11T22:34:43.758Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
61482026-08-11T22:34:43.763Z[ recovery-image] Aug 11 22:34:42.884 INFO O| Aug 11 22:34:42.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61492026-08-11T22:34:43.763Z[ recovery-image] Aug 11 22:34:42.884 INFO O| Aug 11 22:34:42.884 INFO STEP 297 (remove_files) COMPLETE
61502026-08-11T22:34:43.763Z[ recovery-image] Aug 11 22:34:42.884 INFO O| Aug 11 22:34:42.884 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-08-11T22:34:43.772Z[ recovery-image] Aug 11 22:34:42.893 INFO O| Aug 11 22:34:42.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61522026-08-11T22:34:43.772Z[ recovery-image] Aug 11 22:34:42.893 INFO O| Aug 11 22:34:42.893 INFO STEP 298 (remove_files) COMPLETE
61532026-08-11T22:34:43.772Z[ recovery-image] Aug 11 22:34:42.893 INFO O| Aug 11 22:34:42.893 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-08-11T22:34:43.782Z[ recovery-image] Aug 11 22:34:42.902 INFO O| Aug 11 22:34:42.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61552026-08-11T22:34:43.782Z[ recovery-image] Aug 11 22:34:42.902 INFO O| Aug 11 22:34:42.902 INFO STEP 299 (remove_files) COMPLETE
61562026-08-11T22:34:43.782Z[ recovery-image] Aug 11 22:34:42.902 INFO O| Aug 11 22:34:42.902 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-08-11T22:34:43.801Z[ recovery-image] Aug 11 22:34:42.922 INFO O| Aug 11 22:34:42.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61582026-08-11T22:34:43.801Z[ recovery-image] Aug 11 22:34:42.922 INFO O| Aug 11 22:34:42.922 INFO STEP 300 (remove_files) COMPLETE
61592026-08-11T22:34:43.801Z[ recovery-image] Aug 11 22:34:42.922 INFO O| Aug 11 22:34:42.922 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-08-11T22:34:43.810Z[ recovery-image] Aug 11 22:34:42.930 INFO O| Aug 11 22:34:42.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61612026-08-11T22:34:43.810Z[ recovery-image] Aug 11 22:34:42.930 INFO O| Aug 11 22:34:42.930 INFO STEP 301 (remove_files) COMPLETE
61622026-08-11T22:34:43.810Z[ recovery-image] Aug 11 22:34:42.930 INFO O| Aug 11 22:34:42.930 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-08-11T22:34:43.816Z[ recovery-image] Aug 11 22:34:42.937 INFO O| Aug 11 22:34:42.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61642026-08-11T22:34:43.817Z[ recovery-image] Aug 11 22:34:42.937 INFO O| Aug 11 22:34:42.937 INFO STEP 302 (remove_files) COMPLETE
61652026-08-11T22:34:43.817Z[ recovery-image] Aug 11 22:34:42.938 INFO O| Aug 11 22:34:42.937 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-08-11T22:34:43.826Z[ recovery-image] Aug 11 22:34:42.945 INFO O| Aug 11 22:34:42.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61672026-08-11T22:34:43.826Z[ recovery-image] Aug 11 22:34:42.945 INFO O| Aug 11 22:34:42.945 INFO STEP 303 (remove_files) COMPLETE
61682026-08-11T22:34:43.826Z[ recovery-image] Aug 11 22:34:42.945 INFO O| Aug 11 22:34:42.945 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-11T22:34:43.833Z[ recovery-image] Aug 11 22:34:42.954 INFO O| Aug 11 22:34:42.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61702026-08-11T22:34:43.833Z[ recovery-image] Aug 11 22:34:42.954 INFO O| Aug 11 22:34:42.954 INFO STEP 304 (remove_files) COMPLETE
61712026-08-11T22:34:43.836Z[ recovery-image] Aug 11 22:34:42.954 INFO O| Aug 11 22:34:42.954 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-11T22:34:43.842Z[ recovery-image] Aug 11 22:34:42.962 INFO O| Aug 11 22:34:42.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61732026-08-11T22:34:43.842Z[ recovery-image] Aug 11 22:34:42.962 INFO O| Aug 11 22:34:42.962 INFO STEP 305 (remove_files) COMPLETE
61742026-08-11T22:34:43.842Z[ recovery-image] Aug 11 22:34:42.962 INFO O| Aug 11 22:34:42.962 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-11T22:34:43.852Z[ recovery-image] Aug 11 22:34:42.971 INFO O| Aug 11 22:34:42.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61762026-08-11T22:34:43.852Z[ recovery-image] Aug 11 22:34:42.971 INFO O| Aug 11 22:34:42.971 INFO STEP 306 (remove_files) COMPLETE
61772026-08-11T22:34:43.856Z[ recovery-image] Aug 11 22:34:42.971 INFO O| Aug 11 22:34:42.971 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-11T22:34:43.876Z[ recovery-image] Aug 11 22:34:42.996 INFO O| Aug 11 22:34:42.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61792026-08-11T22:34:43.876Z[ recovery-image] Aug 11 22:34:42.996 INFO O| Aug 11 22:34:42.996 INFO STEP 307 (remove_files) COMPLETE
61802026-08-11T22:34:43.876Z[ recovery-image] Aug 11 22:34:42.996 INFO O| Aug 11 22:34:42.996 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-11T22:34:43.921Z[ recovery-image] Aug 11 22:34:43.006 INFO O| Aug 11 22:34:43.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61822026-08-11T22:34:43.921Z[ recovery-image] Aug 11 22:34:43.006 INFO O| Aug 11 22:34:43.006 INFO STEP 308 (remove_files) COMPLETE
61832026-08-11T22:34:43.922Z[ recovery-image] Aug 11 22:34:43.006 INFO O| Aug 11 22:34:43.006 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-11T22:34:43.929Z[ recovery-image] Aug 11 22:34:43.045 INFO O| Aug 11 22:34:43.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61852026-08-11T22:34:43.930Z[ recovery-image] Aug 11 22:34:43.045 INFO O| Aug 11 22:34:43.045 INFO STEP 309 (remove_files) COMPLETE
61862026-08-11T22:34:43.930Z[ recovery-image] Aug 11 22:34:43.045 INFO O| Aug 11 22:34:43.045 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-11T22:34:43.937Z[ recovery-image] Aug 11 22:34:43.056 INFO O| Aug 11 22:34:43.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61882026-08-11T22:34:43.937Z[ recovery-image] Aug 11 22:34:43.056 INFO O| Aug 11 22:34:43.056 INFO STEP 310 (remove_files) COMPLETE
61892026-08-11T22:34:43.940Z[ recovery-image] Aug 11 22:34:43.056 INFO O| Aug 11 22:34:43.056 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-08-11T22:34:43.951Z[ recovery-image] Aug 11 22:34:43.072 INFO O| Aug 11 22:34:43.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
61912026-08-11T22:34:43.952Z[ recovery-image] Aug 11 22:34:43.072 INFO O| Aug 11 22:34:43.072 INFO STEP 311 (remove_files) COMPLETE
61922026-08-11T22:34:43.952Z[ recovery-image] Aug 11 22:34:43.072 INFO O| Aug 11 22:34:43.072 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-08-11T22:34:43.963Z[ recovery-image] Aug 11 22:34:43.082 INFO O| Aug 11 22:34:43.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
61942026-08-11T22:34:43.963Z[ recovery-image] Aug 11 22:34:43.082 INFO O| Aug 11 22:34:43.082 INFO STEP 312 (remove_files) COMPLETE
61952026-08-11T22:34:43.963Z[ recovery-image] Aug 11 22:34:43.082 INFO O| Aug 11 22:34:43.082 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-08-11T22:34:43.970Z[ recovery-image] Aug 11 22:34:43.091 INFO O| Aug 11 22:34:43.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
61972026-08-11T22:34:43.970Z[ recovery-image] Aug 11 22:34:43.091 INFO O| Aug 11 22:34:43.091 INFO STEP 313 (remove_files) COMPLETE
61982026-08-11T22:34:43.970Z[ recovery-image] Aug 11 22:34:43.091 INFO O| Aug 11 22:34:43.091 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-08-11T22:34:43.979Z[ recovery-image] Aug 11 22:34:43.099 INFO O| Aug 11 22:34:43.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62002026-08-11T22:34:43.979Z[ recovery-image] Aug 11 22:34:43.099 INFO O| Aug 11 22:34:43.099 INFO STEP 314 (remove_files) COMPLETE
62012026-08-11T22:34:43.979Z[ recovery-image] Aug 11 22:34:43.099 INFO O| Aug 11 22:34:43.099 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-08-11T22:34:43.990Z[ recovery-image] Aug 11 22:34:43.110 INFO O| Aug 11 22:34:43.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62032026-08-11T22:34:43.990Z[ recovery-image] Aug 11 22:34:43.110 INFO O| Aug 11 22:34:43.110 INFO STEP 315 (remove_files) COMPLETE
62042026-08-11T22:34:43.990Z[ recovery-image] Aug 11 22:34:43.110 INFO O| Aug 11 22:34:43.110 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-08-11T22:34:44.000Z[ recovery-image] Aug 11 22:34:43.121 INFO O| Aug 11 22:34:43.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62062026-08-11T22:34:44.004Z[ recovery-image] Aug 11 22:34:43.122 INFO O| Aug 11 22:34:43.122 INFO STEP 316 (remove_files) COMPLETE
62072026-08-11T22:34:44.004Z[ recovery-image] Aug 11 22:34:43.122 INFO O| Aug 11 22:34:43.122 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-08-11T22:34:44.011Z[ recovery-image] Aug 11 22:34:43.132 INFO O| Aug 11 22:34:43.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62092026-08-11T22:34:44.011Z[ recovery-image] Aug 11 22:34:43.132 INFO O| Aug 11 22:34:43.132 INFO STEP 317 (remove_files) COMPLETE
62102026-08-11T22:34:44.015Z[ recovery-image] Aug 11 22:34:43.132 INFO O| Aug 11 22:34:43.132 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-08-11T22:34:44.024Z[ recovery-image] Aug 11 22:34:43.141 INFO O| Aug 11 22:34:43.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62122026-08-11T22:34:44.024Z[ recovery-image] Aug 11 22:34:43.141 INFO O| Aug 11 22:34:43.141 INFO STEP 318 (remove_files) COMPLETE
62132026-08-11T22:34:44.024Z[ recovery-image] Aug 11 22:34:43.141 INFO O| Aug 11 22:34:43.141 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-08-11T22:34:44.033Z[ recovery-image] Aug 11 22:34:43.150 INFO O| Aug 11 22:34:43.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62152026-08-11T22:34:44.033Z[ recovery-image] Aug 11 22:34:43.150 INFO O| Aug 11 22:34:43.150 INFO STEP 319 (remove_files) COMPLETE
62162026-08-11T22:34:44.034Z[ recovery-image] Aug 11 22:34:43.150 INFO O| Aug 11 22:34:43.150 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-08-11T22:34:44.096Z[ recovery-image] Aug 11 22:34:43.160 INFO O| Aug 11 22:34:43.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62182026-08-11T22:34:44.096Z[ recovery-image] Aug 11 22:34:43.160 INFO O| Aug 11 22:34:43.160 INFO STEP 320 (remove_files) COMPLETE
62192026-08-11T22:34:44.096Z[ recovery-image] Aug 11 22:34:43.160 INFO O| Aug 11 22:34:43.160 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-08-11T22:34:44.096Z[ recovery-image] Aug 11 22:34:43.175 INFO O| Aug 11 22:34:43.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62212026-08-11T22:34:44.096Z[ recovery-image] Aug 11 22:34:43.175 INFO O| Aug 11 22:34:43.175 INFO STEP 321 (remove_files) COMPLETE
62222026-08-11T22:34:44.096Z[ recovery-image] Aug 11 22:34:43.175 INFO O| Aug 11 22:34:43.175 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-08-11T22:34:44.105Z[ recovery-image] Aug 11 22:34:43.186 INFO O| Aug 11 22:34:43.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62242026-08-11T22:34:44.105Z[ recovery-image] Aug 11 22:34:43.186 INFO O| Aug 11 22:34:43.186 INFO STEP 322 (remove_files) COMPLETE
62252026-08-11T22:34:44.105Z[ recovery-image] Aug 11 22:34:43.186 INFO O| Aug 11 22:34:43.186 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-08-11T22:34:44.105Z[ recovery-image] Aug 11 22:34:43.197 INFO O| Aug 11 22:34:43.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62272026-08-11T22:34:44.105Z[ recovery-image] Aug 11 22:34:43.197 INFO O| Aug 11 22:34:43.197 INFO STEP 323 (remove_files) COMPLETE
62282026-08-11T22:34:44.105Z[ recovery-image] Aug 11 22:34:43.197 INFO O| Aug 11 22:34:43.197 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-08-11T22:34:44.105Z[ recovery-image] Aug 11 22:34:43.207 INFO O| Aug 11 22:34:43.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62302026-08-11T22:34:44.106Z[ recovery-image] Aug 11 22:34:43.209 INFO O| Aug 11 22:34:43.209 INFO STEP 324 (remove_files) COMPLETE
62312026-08-11T22:34:44.106Z[ recovery-image] Aug 11 22:34:43.209 INFO O| Aug 11 22:34:43.209 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-08-11T22:34:44.106Z[ recovery-image] Aug 11 22:34:43.219 INFO O| Aug 11 22:34:43.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62332026-08-11T22:34:44.106Z[ recovery-image] Aug 11 22:34:43.219 INFO O| Aug 11 22:34:43.219 INFO STEP 325 (remove_files) COMPLETE
62342026-08-11T22:34:44.106Z[ recovery-image] Aug 11 22:34:43.219 INFO O| Aug 11 22:34:43.219 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-08-11T22:34:44.124Z[ recovery-image] Aug 11 22:34:43.229 INFO O| Aug 11 22:34:43.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62362026-08-11T22:34:44.124Z[ recovery-image] Aug 11 22:34:43.229 INFO O| Aug 11 22:34:43.229 INFO STEP 326 (remove_files) COMPLETE
62372026-08-11T22:34:44.124Z[ recovery-image] Aug 11 22:34:43.229 INFO O| Aug 11 22:34:43.229 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-08-11T22:34:44.141Z[ recovery-image] Aug 11 22:34:43.238 INFO O| Aug 11 22:34:43.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62392026-08-11T22:34:44.141Z[ recovery-image] Aug 11 22:34:43.238 INFO O| Aug 11 22:34:43.238 INFO STEP 327 (remove_files) COMPLETE
62402026-08-11T22:34:44.141Z[ recovery-image] Aug 11 22:34:43.238 INFO O| Aug 11 22:34:43.238 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-08-11T22:34:44.141Z[ recovery-image] Aug 11 22:34:43.246 INFO O| Aug 11 22:34:43.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62422026-08-11T22:34:44.141Z[ recovery-image] Aug 11 22:34:43.246 INFO O| Aug 11 22:34:43.246 INFO STEP 328 (remove_files) COMPLETE
62432026-08-11T22:34:44.141Z[ recovery-image] Aug 11 22:34:43.246 INFO O| Aug 11 22:34:43.246 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-08-11T22:34:44.141Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62452026-08-11T22:34:44.148Z[ recovery-image] Aug 11 22:34:43.254 INFO O| Aug 11 22:34:43.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62462026-08-11T22:34:44.148Z[ recovery-image] Aug 11 22:34:43.254 INFO O| Aug 11 22:34:43.254 INFO STEP 329 (remove_files) COMPLETE
62472026-08-11T22:34:44.148Z[ recovery-image] Aug 11 22:34:43.254 INFO O| Aug 11 22:34:43.254 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-08-11T22:34:44.148Z[ recovery-image] Aug 11 22:34:43.263 INFO O| Aug 11 22:34:43.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62492026-08-11T22:34:44.148Z[ recovery-image] Aug 11 22:34:43.263 INFO O| Aug 11 22:34:43.263 INFO STEP 330 (remove_files) COMPLETE
62502026-08-11T22:34:44.148Z[ recovery-image] Aug 11 22:34:43.263 INFO O| Aug 11 22:34:43.263 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-08-11T22:34:44.152Z[ recovery-image] Aug 11 22:34:43.271 INFO O| Aug 11 22:34:43.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62522026-08-11T22:34:44.152Z[ recovery-image] Aug 11 22:34:43.271 INFO O| Aug 11 22:34:43.271 INFO STEP 331 (remove_files) COMPLETE
62532026-08-11T22:34:44.152Z[ recovery-image] Aug 11 22:34:43.271 INFO O| Aug 11 22:34:43.271 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-08-11T22:34:44.162Z[ recovery-image] Aug 11 22:34:43.281 INFO O| Aug 11 22:34:43.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62552026-08-11T22:34:44.162Z[ recovery-image] Aug 11 22:34:43.281 INFO O| Aug 11 22:34:43.281 INFO STEP 332 (remove_files) COMPLETE
62562026-08-11T22:34:44.162Z[ recovery-image] Aug 11 22:34:43.281 INFO O| Aug 11 22:34:43.281 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-08-11T22:34:44.170Z[ recovery-image] Aug 11 22:34:43.291 INFO O| Aug 11 22:34:43.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62582026-08-11T22:34:44.175Z[ recovery-image] Aug 11 22:34:43.291 INFO O| Aug 11 22:34:43.291 INFO STEP 333 (remove_files) COMPLETE
62592026-08-11T22:34:44.175Z[ recovery-image] Aug 11 22:34:43.291 INFO O| Aug 11 22:34:43.291 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-08-11T22:34:44.181Z[ recovery-image] Aug 11 22:34:43.300 INFO O| Aug 11 22:34:43.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62612026-08-11T22:34:44.181Z[ recovery-image] Aug 11 22:34:43.300 INFO O| Aug 11 22:34:43.300 INFO STEP 334 (remove_files) COMPLETE
62622026-08-11T22:34:44.181Z[ recovery-image] Aug 11 22:34:43.300 INFO O| Aug 11 22:34:43.300 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-08-11T22:34:44.195Z[ recovery-image] Aug 11 22:34:43.310 INFO O| Aug 11 22:34:43.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62642026-08-11T22:34:44.195Z[ recovery-image] Aug 11 22:34:43.310 INFO O| Aug 11 22:34:43.310 INFO STEP 335 (remove_files) COMPLETE
62652026-08-11T22:34:44.203Z[ recovery-image] Aug 11 22:34:43.310 INFO O| Aug 11 22:34:43.310 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-08-11T22:34:44.203Z[ recovery-image] Aug 11 22:34:43.319 INFO O| Aug 11 22:34:43.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62672026-08-11T22:34:44.203Z[ recovery-image] Aug 11 22:34:43.319 INFO O| Aug 11 22:34:43.319 INFO STEP 336 (remove_files) COMPLETE
62682026-08-11T22:34:44.203Z[ recovery-image] Aug 11 22:34:43.319 INFO O| Aug 11 22:34:43.319 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-08-11T22:34:44.210Z[ recovery-image] Aug 11 22:34:43.327 INFO O| Aug 11 22:34:43.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62702026-08-11T22:34:44.210Z[ recovery-image] Aug 11 22:34:43.327 INFO O| Aug 11 22:34:43.327 INFO STEP 337 (remove_files) COMPLETE
62712026-08-11T22:34:44.210Z[ recovery-image] Aug 11 22:34:43.327 INFO O| Aug 11 22:34:43.327 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-08-11T22:34:44.222Z[ recovery-image] Aug 11 22:34:43.335 INFO O| Aug 11 22:34:43.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62732026-08-11T22:34:44.222Z[ recovery-image] Aug 11 22:34:43.335 INFO O| Aug 11 22:34:43.335 INFO STEP 338 (remove_files) COMPLETE
62742026-08-11T22:34:44.222Z[ recovery-image] Aug 11 22:34:43.335 INFO O| Aug 11 22:34:43.335 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-08-11T22:34:44.230Z[ recovery-image] Aug 11 22:34:43.343 INFO O| Aug 11 22:34:43.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62762026-08-11T22:34:44.230Z[ recovery-image] Aug 11 22:34:43.343 INFO O| Aug 11 22:34:43.343 INFO STEP 339 (remove_files) COMPLETE
62772026-08-11T22:34:44.230Z[ recovery-image] Aug 11 22:34:43.343 INFO O| Aug 11 22:34:43.343 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-08-11T22:34:44.235Z[ recovery-image] Aug 11 22:34:43.350 INFO O| Aug 11 22:34:43.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62792026-08-11T22:34:44.235Z[ recovery-image] Aug 11 22:34:43.350 INFO O| Aug 11 22:34:43.350 INFO STEP 340 (remove_files) COMPLETE
62802026-08-11T22:34:44.235Z[ recovery-image] Aug 11 22:34:43.350 INFO O| Aug 11 22:34:43.350 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-08-11T22:34:44.239Z[ recovery-image] Aug 11 22:34:43.359 INFO O| Aug 11 22:34:43.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62822026-08-11T22:34:44.239Z[ recovery-image] Aug 11 22:34:43.359 INFO O| Aug 11 22:34:43.359 INFO STEP 341 (remove_files) COMPLETE
62832026-08-11T22:34:44.239Z[ recovery-image] Aug 11 22:34:43.359 INFO O| Aug 11 22:34:43.359 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-08-11T22:34:44.248Z[ recovery-image] Aug 11 22:34:43.367 INFO O| Aug 11 22:34:43.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62852026-08-11T22:34:44.248Z[ recovery-image] Aug 11 22:34:43.367 INFO O| Aug 11 22:34:43.367 INFO STEP 342 (remove_files) COMPLETE
62862026-08-11T22:34:44.248Z[ recovery-image] Aug 11 22:34:43.367 INFO O| Aug 11 22:34:43.367 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-08-11T22:34:44.258Z[ recovery-image] Aug 11 22:34:43.375 INFO O| Aug 11 22:34:43.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62882026-08-11T22:34:44.258Z[ recovery-image] Aug 11 22:34:43.375 INFO O| Aug 11 22:34:43.375 INFO STEP 343 (remove_files) COMPLETE
62892026-08-11T22:34:44.258Z[ recovery-image] Aug 11 22:34:43.375 INFO O| Aug 11 22:34:43.375 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-08-11T22:34:44.258Z[verify-libraries] Compiling socket2 v0.5.10
62912026-08-11T22:34:44.266Z[ recovery-image] Aug 11 22:34:43.383 INFO O| Aug 11 22:34:43.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
62922026-08-11T22:34:44.266Z[ recovery-image] Aug 11 22:34:43.383 INFO O| Aug 11 22:34:43.383 INFO STEP 344 (remove_files) COMPLETE
62932026-08-11T22:34:44.266Z[ recovery-image] Aug 11 22:34:43.383 INFO O| Aug 11 22:34:43.383 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-08-11T22:34:44.273Z[ recovery-image] Aug 11 22:34:43.393 INFO O| Aug 11 22:34:43.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
62952026-08-11T22:34:44.273Z[ recovery-image] Aug 11 22:34:43.393 INFO O| Aug 11 22:34:43.393 INFO STEP 345 (remove_files) COMPLETE
62962026-08-11T22:34:44.273Z[ recovery-image] Aug 11 22:34:43.393 INFO O| Aug 11 22:34:43.393 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-08-11T22:34:44.284Z[ recovery-image] Aug 11 22:34:43.401 INFO O| Aug 11 22:34:43.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
62982026-08-11T22:34:44.284Z[ recovery-image] Aug 11 22:34:43.402 INFO O| Aug 11 22:34:43.402 INFO STEP 346 (remove_files) COMPLETE
62992026-08-11T22:34:44.288Z[ recovery-image] Aug 11 22:34:43.402 INFO O| Aug 11 22:34:43.402 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-08-11T22:34:44.292Z[ recovery-image] Aug 11 22:34:43.410 INFO O| Aug 11 22:34:43.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63012026-08-11T22:34:44.292Z[ recovery-image] Aug 11 22:34:43.410 INFO O| Aug 11 22:34:43.410 INFO STEP 347 (remove_files) COMPLETE
63022026-08-11T22:34:44.292Z[ recovery-image] Aug 11 22:34:43.410 INFO O| Aug 11 22:34:43.410 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-11T22:34:44.298Z[ recovery-image] Aug 11 22:34:43.418 INFO O| Aug 11 22:34:43.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63042026-08-11T22:34:44.298Z[ recovery-image] Aug 11 22:34:43.419 INFO O| Aug 11 22:34:43.419 INFO STEP 348 (remove_files) COMPLETE
63052026-08-11T22:34:44.298Z[ recovery-image] Aug 11 22:34:43.419 INFO O| Aug 11 22:34:43.419 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-11T22:34:44.307Z[ recovery-image] Aug 11 22:34:43.427 INFO O| Aug 11 22:34:43.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63072026-08-11T22:34:44.307Z[ recovery-image] Aug 11 22:34:43.427 INFO O| Aug 11 22:34:43.427 INFO STEP 349 (remove_files) COMPLETE
63082026-08-11T22:34:44.311Z[ recovery-image] Aug 11 22:34:43.427 INFO O| Aug 11 22:34:43.427 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-11T22:34:44.316Z[ recovery-image] Aug 11 22:34:43.437 INFO O| Aug 11 22:34:43.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63102026-08-11T22:34:44.319Z[ recovery-image] Aug 11 22:34:43.437 INFO O| Aug 11 22:34:43.437 INFO STEP 350 (remove_files) COMPLETE
63112026-08-11T22:34:44.319Z[ recovery-image] Aug 11 22:34:43.437 INFO O| Aug 11 22:34:43.437 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-08-11T22:34:44.326Z[ recovery-image] Aug 11 22:34:43.447 INFO O| Aug 11 22:34:43.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63132026-08-11T22:34:44.326Z[ recovery-image] Aug 11 22:34:43.447 INFO O| Aug 11 22:34:43.447 INFO STEP 351 (remove_files) COMPLETE
63142026-08-11T22:34:44.327Z[ recovery-image] Aug 11 22:34:43.447 INFO O| Aug 11 22:34:43.447 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-08-11T22:34:44.335Z[ recovery-image] Aug 11 22:34:43.456 INFO O| Aug 11 22:34:43.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63162026-08-11T22:34:44.335Z[ recovery-image] Aug 11 22:34:43.456 INFO O| Aug 11 22:34:43.456 INFO STEP 352 (remove_files) COMPLETE
63172026-08-11T22:34:44.335Z[ recovery-image] Aug 11 22:34:43.456 INFO O| Aug 11 22:34:43.456 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-11T22:34:44.350Z[ recovery-image] Aug 11 22:34:43.466 INFO O| Aug 11 22:34:43.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63192026-08-11T22:34:44.350Z[ recovery-image] Aug 11 22:34:43.466 INFO O| Aug 11 22:34:43.466 INFO STEP 353 (remove_files) COMPLETE
63202026-08-11T22:34:44.350Z[ recovery-image] Aug 11 22:34:43.466 INFO O| Aug 11 22:34:43.466 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-08-11T22:34:44.355Z[ recovery-image] Aug 11 22:34:43.476 INFO O| Aug 11 22:34:43.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63222026-08-11T22:34:44.355Z[ recovery-image] Aug 11 22:34:43.476 INFO O| Aug 11 22:34:43.476 INFO STEP 354 (remove_files) COMPLETE
63232026-08-11T22:34:44.355Z[ recovery-image] Aug 11 22:34:43.476 INFO O| Aug 11 22:34:43.476 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-08-11T22:34:44.365Z[ recovery-image] Aug 11 22:34:43.485 INFO O| Aug 11 22:34:43.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63252026-08-11T22:34:44.365Z[ recovery-image] Aug 11 22:34:43.485 INFO O| Aug 11 22:34:43.485 INFO STEP 355 (remove_files) COMPLETE
63262026-08-11T22:34:44.365Z[ recovery-image] Aug 11 22:34:43.485 INFO O| Aug 11 22:34:43.485 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-08-11T22:34:44.379Z[ recovery-image] Aug 11 22:34:43.499 INFO O| Aug 11 22:34:43.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63282026-08-11T22:34:44.379Z[ recovery-image] Aug 11 22:34:43.499 INFO O| Aug 11 22:34:43.499 INFO STEP 356 (remove_files) COMPLETE
63292026-08-11T22:34:44.379Z[ recovery-image] Aug 11 22:34:43.499 INFO O| Aug 11 22:34:43.499 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-08-11T22:34:44.390Z[ recovery-image] Aug 11 22:34:43.509 INFO O| Aug 11 22:34:43.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63312026-08-11T22:34:44.390Z[ recovery-image] Aug 11 22:34:43.509 INFO O| Aug 11 22:34:43.509 INFO STEP 357 (remove_files) COMPLETE
63322026-08-11T22:34:44.390Z[ recovery-image] Aug 11 22:34:43.509 INFO O| Aug 11 22:34:43.509 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-08-11T22:34:44.401Z[ recovery-image] Aug 11 22:34:43.522 INFO O| Aug 11 22:34:43.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63342026-08-11T22:34:44.401Z[ recovery-image] Aug 11 22:34:43.522 INFO O| Aug 11 22:34:43.522 INFO STEP 358 (remove_files) COMPLETE
63352026-08-11T22:34:44.401Z[ recovery-image] Aug 11 22:34:43.522 INFO O| Aug 11 22:34:43.522 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-08-11T22:34:44.413Z[ recovery-image] Aug 11 22:34:43.531 INFO O| Aug 11 22:34:43.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63372026-08-11T22:34:44.413Z[ recovery-image] Aug 11 22:34:43.531 INFO O| Aug 11 22:34:43.531 INFO STEP 359 (remove_files) COMPLETE
63382026-08-11T22:34:44.418Z[ recovery-image] Aug 11 22:34:43.531 INFO O| Aug 11 22:34:43.531 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-08-11T22:34:44.422Z[ recovery-image] Aug 11 22:34:43.539 INFO O| Aug 11 22:34:43.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63402026-08-11T22:34:44.422Z[ recovery-image] Aug 11 22:34:43.540 INFO O| Aug 11 22:34:43.540 INFO STEP 360 (remove_files) COMPLETE
63412026-08-11T22:34:44.422Z[ recovery-image] Aug 11 22:34:43.540 INFO O| Aug 11 22:34:43.540 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-08-11T22:34:44.422Z[verify-libraries] Compiling fs-err v2.11.0
63432026-08-11T22:34:44.428Z[ recovery-image] Aug 11 22:34:43.549 INFO O| Aug 11 22:34:43.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63442026-08-11T22:34:44.428Z[ recovery-image] Aug 11 22:34:43.549 INFO O| Aug 11 22:34:43.549 INFO STEP 361 (remove_files) COMPLETE
63452026-08-11T22:34:44.428Z[ recovery-image] Aug 11 22:34:43.549 INFO O| Aug 11 22:34:43.549 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-11T22:34:44.441Z[ recovery-image] Aug 11 22:34:43.559 INFO O| Aug 11 22:34:43.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63472026-08-11T22:34:44.441Z[ recovery-image] Aug 11 22:34:43.559 INFO O| Aug 11 22:34:43.559 INFO STEP 362 (remove_files) COMPLETE
63482026-08-11T22:34:44.441Z[ recovery-image] Aug 11 22:34:43.559 INFO O| Aug 11 22:34:43.559 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-11T22:34:44.448Z[ recovery-image] Aug 11 22:34:43.568 INFO O| Aug 11 22:34:43.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63502026-08-11T22:34:44.448Z[ recovery-image] Aug 11 22:34:43.569 INFO O| Aug 11 22:34:43.569 INFO STEP 363 (remove_files) COMPLETE
63512026-08-11T22:34:44.448Z[ recovery-image] Aug 11 22:34:43.569 INFO O| Aug 11 22:34:43.569 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-11T22:34:44.459Z[ recovery-image] Aug 11 22:34:43.578 INFO O| Aug 11 22:34:43.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63532026-08-11T22:34:44.461Z[ recovery-image] Aug 11 22:34:43.578 INFO O| Aug 11 22:34:43.578 INFO STEP 364 (remove_files) COMPLETE
63542026-08-11T22:34:44.461Z[ recovery-image] Aug 11 22:34:43.578 INFO O| Aug 11 22:34:43.578 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-11T22:34:44.467Z[ recovery-image] Aug 11 22:34:43.587 INFO O| Aug 11 22:34:43.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63562026-08-11T22:34:44.467Z[ recovery-image] Aug 11 22:34:43.587 INFO O| Aug 11 22:34:43.587 INFO STEP 365 (remove_files) COMPLETE
63572026-08-11T22:34:44.467Z[ recovery-image] Aug 11 22:34:43.587 INFO O| Aug 11 22:34:43.587 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-11T22:34:44.475Z[ recovery-image] Aug 11 22:34:43.595 INFO O| Aug 11 22:34:43.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63592026-08-11T22:34:44.476Z[ recovery-image] Aug 11 22:34:43.596 INFO O| Aug 11 22:34:43.595 INFO STEP 366 (remove_files) COMPLETE
63602026-08-11T22:34:44.476Z[ recovery-image] Aug 11 22:34:43.596 INFO O| Aug 11 22:34:43.595 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-11T22:34:44.483Z[ recovery-image] Aug 11 22:34:43.604 INFO O| Aug 11 22:34:43.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63622026-08-11T22:34:44.483Z[ recovery-image] Aug 11 22:34:43.604 INFO O| Aug 11 22:34:43.604 INFO STEP 367 (remove_files) COMPLETE
63632026-08-11T22:34:44.483Z[ recovery-image] Aug 11 22:34:43.604 INFO O| Aug 11 22:34:43.604 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-11T22:34:44.493Z[ recovery-image] Aug 11 22:34:43.613 INFO O| Aug 11 22:34:43.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63652026-08-11T22:34:44.493Z[ recovery-image] Aug 11 22:34:43.613 INFO O| Aug 11 22:34:43.613 INFO STEP 368 (remove_files) COMPLETE
63662026-08-11T22:34:44.493Z[ recovery-image] Aug 11 22:34:43.613 INFO O| Aug 11 22:34:43.613 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-11T22:34:44.501Z[ recovery-image] Aug 11 22:34:43.622 INFO O| Aug 11 22:34:43.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63682026-08-11T22:34:44.502Z[ recovery-image] Aug 11 22:34:43.622 INFO O| Aug 11 22:34:43.622 INFO STEP 369 (remove_files) COMPLETE
63692026-08-11T22:34:44.506Z[ recovery-image] Aug 11 22:34:43.622 INFO O| Aug 11 22:34:43.622 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-11T22:34:44.513Z[ recovery-image] Aug 11 22:34:43.633 INFO O| Aug 11 22:34:43.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63712026-08-11T22:34:44.513Z[ recovery-image] Aug 11 22:34:43.633 INFO O| Aug 11 22:34:43.633 INFO STEP 370 (remove_files) COMPLETE
63722026-08-11T22:34:44.517Z[ recovery-image] Aug 11 22:34:43.633 INFO O| Aug 11 22:34:43.633 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-11T22:34:44.522Z[ recovery-image] Aug 11 22:34:43.643 INFO O| Aug 11 22:34:43.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63742026-08-11T22:34:44.522Z[ recovery-image] Aug 11 22:34:43.643 INFO O| Aug 11 22:34:43.643 INFO STEP 371 (remove_files) COMPLETE
63752026-08-11T22:34:44.526Z[ recovery-image] Aug 11 22:34:43.643 INFO O| Aug 11 22:34:43.643 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-08-11T22:34:44.532Z[ recovery-image] Aug 11 22:34:43.653 INFO O| Aug 11 22:34:43.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63772026-08-11T22:34:44.532Z[ recovery-image] Aug 11 22:34:43.653 INFO O| Aug 11 22:34:43.653 INFO STEP 372 (remove_files) COMPLETE
63782026-08-11T22:34:44.537Z[ recovery-image] Aug 11 22:34:43.653 INFO O| Aug 11 22:34:43.653 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-08-11T22:34:44.543Z[ recovery-image] Aug 11 22:34:43.664 INFO O| Aug 11 22:34:43.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63802026-08-11T22:34:44.543Z[ recovery-image] Aug 11 22:34:43.664 INFO O| Aug 11 22:34:43.664 INFO STEP 373 (remove_files) COMPLETE
63812026-08-11T22:34:44.547Z[ recovery-image] Aug 11 22:34:43.664 INFO O| Aug 11 22:34:43.664 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-11T22:34:44.554Z[ recovery-image] Aug 11 22:34:43.673 INFO O| Aug 11 22:34:43.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63832026-08-11T22:34:44.554Z[ recovery-image] Aug 11 22:34:43.673 INFO O| Aug 11 22:34:43.673 INFO STEP 374 (remove_files) COMPLETE
63842026-08-11T22:34:44.555Z[ recovery-image] Aug 11 22:34:43.673 INFO O| Aug 11 22:34:43.673 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-11T22:34:44.565Z[ recovery-image] Aug 11 22:34:43.683 INFO O| Aug 11 22:34:43.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63862026-08-11T22:34:44.565Z[ recovery-image] Aug 11 22:34:43.684 INFO O| Aug 11 22:34:43.684 INFO STEP 375 (remove_files) COMPLETE
63872026-08-11T22:34:44.565Z[ recovery-image] Aug 11 22:34:43.684 INFO O| Aug 11 22:34:43.684 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-11T22:34:44.573Z[ recovery-image] Aug 11 22:34:43.694 INFO O| Aug 11 22:34:43.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63892026-08-11T22:34:44.576Z[ recovery-image] Aug 11 22:34:43.694 INFO O| Aug 11 22:34:43.694 INFO STEP 376 (remove_files) COMPLETE
63902026-08-11T22:34:44.576Z[ recovery-image] Aug 11 22:34:43.694 INFO O| Aug 11 22:34:43.694 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-11T22:34:44.583Z[ recovery-image] Aug 11 22:34:43.704 INFO O| Aug 11 22:34:43.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
63922026-08-11T22:34:44.583Z[ recovery-image] Aug 11 22:34:43.704 INFO O| Aug 11 22:34:43.704 INFO STEP 377 (remove_files) COMPLETE
63932026-08-11T22:34:44.583Z[ recovery-image] Aug 11 22:34:43.704 INFO O| Aug 11 22:34:43.704 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-08-11T22:34:44.593Z[ recovery-image] Aug 11 22:34:43.714 INFO O| Aug 11 22:34:43.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
63952026-08-11T22:34:44.593Z[ recovery-image] Aug 11 22:34:43.714 INFO O| Aug 11 22:34:43.714 INFO STEP 378 (remove_files) COMPLETE
63962026-08-11T22:34:44.594Z[ recovery-image] Aug 11 22:34:43.714 INFO O| Aug 11 22:34:43.714 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-08-11T22:34:44.605Z[ recovery-image] Aug 11 22:34:43.726 INFO O| Aug 11 22:34:43.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
63982026-08-11T22:34:44.605Z[ recovery-image] Aug 11 22:34:43.726 INFO O| Aug 11 22:34:43.726 INFO STEP 379 (remove_files) COMPLETE
63992026-08-11T22:34:44.610Z[ recovery-image] Aug 11 22:34:43.726 INFO O| Aug 11 22:34:43.726 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-08-11T22:34:44.615Z[ recovery-image] Aug 11 22:34:43.736 INFO O| Aug 11 22:34:43.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64012026-08-11T22:34:44.615Z[ recovery-image] Aug 11 22:34:43.736 INFO O| Aug 11 22:34:43.736 INFO STEP 380 (remove_files) COMPLETE
64022026-08-11T22:34:44.615Z[ recovery-image] Aug 11 22:34:43.736 INFO O| Aug 11 22:34:43.736 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-08-11T22:34:44.625Z[ recovery-image] Aug 11 22:34:43.746 INFO O| Aug 11 22:34:43.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64042026-08-11T22:34:44.626Z[ recovery-image] Aug 11 22:34:43.746 INFO O| Aug 11 22:34:43.746 INFO STEP 381 (remove_files) COMPLETE
64052026-08-11T22:34:44.626Z[ recovery-image] Aug 11 22:34:43.746 INFO O| Aug 11 22:34:43.746 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-08-11T22:34:44.638Z[ recovery-image] Aug 11 22:34:43.758 INFO O| Aug 11 22:34:43.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64072026-08-11T22:34:44.638Z[ recovery-image] Aug 11 22:34:43.758 INFO O| Aug 11 22:34:43.758 INFO STEP 382 (remove_files) COMPLETE
64082026-08-11T22:34:44.641Z[ recovery-image] Aug 11 22:34:43.758 INFO O| Aug 11 22:34:43.758 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-08-11T22:34:44.650Z[ recovery-image] Aug 11 22:34:43.769 INFO O| Aug 11 22:34:43.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64102026-08-11T22:34:44.650Z[ recovery-image] Aug 11 22:34:43.769 INFO O| Aug 11 22:34:43.769 INFO STEP 383 (remove_files) COMPLETE
64112026-08-11T22:34:44.650Z[ recovery-image] Aug 11 22:34:43.769 INFO O| Aug 11 22:34:43.769 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-08-11T22:34:44.659Z[ recovery-image] Aug 11 22:34:43.780 INFO O| Aug 11 22:34:43.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64132026-08-11T22:34:44.659Z[ recovery-image] Aug 11 22:34:43.780 INFO O| Aug 11 22:34:43.780 INFO STEP 384 (remove_files) COMPLETE
64142026-08-11T22:34:44.659Z[ recovery-image] Aug 11 22:34:43.780 INFO O| Aug 11 22:34:43.780 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-08-11T22:34:44.670Z[ recovery-image] Aug 11 22:34:43.790 INFO O| Aug 11 22:34:43.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64162026-08-11T22:34:44.670Z[ recovery-image] Aug 11 22:34:43.790 INFO O| Aug 11 22:34:43.790 INFO STEP 385 (remove_files) COMPLETE
64172026-08-11T22:34:44.670Z[ recovery-image] Aug 11 22:34:43.790 INFO O| Aug 11 22:34:43.790 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-08-11T22:34:44.679Z[ recovery-image] Aug 11 22:34:43.800 INFO O| Aug 11 22:34:43.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64192026-08-11T22:34:44.679Z[ recovery-image] Aug 11 22:34:43.800 INFO O| Aug 11 22:34:43.800 INFO STEP 386 (remove_files) COMPLETE
64202026-08-11T22:34:44.680Z[ recovery-image] Aug 11 22:34:43.800 INFO O| Aug 11 22:34:43.800 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-08-11T22:34:44.690Z[ recovery-image] Aug 11 22:34:43.809 INFO O| Aug 11 22:34:43.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64222026-08-11T22:34:44.690Z[ recovery-image] Aug 11 22:34:43.809 INFO O| Aug 11 22:34:43.809 INFO STEP 387 (remove_files) COMPLETE
64232026-08-11T22:34:44.693Z[ recovery-image] Aug 11 22:34:43.809 INFO O| Aug 11 22:34:43.809 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-08-11T22:34:44.698Z[ recovery-image] Aug 11 22:34:43.819 INFO O| Aug 11 22:34:43.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64252026-08-11T22:34:44.698Z[ recovery-image] Aug 11 22:34:43.819 INFO O| Aug 11 22:34:43.819 INFO STEP 388 (remove_files) COMPLETE
64262026-08-11T22:34:44.702Z[ recovery-image] Aug 11 22:34:43.819 INFO O| Aug 11 22:34:43.819 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-08-11T22:34:44.709Z[ recovery-image] Aug 11 22:34:43.829 INFO O| Aug 11 22:34:43.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64282026-08-11T22:34:44.710Z[ recovery-image] Aug 11 22:34:43.829 INFO O| Aug 11 22:34:43.829 INFO STEP 389 (remove_files) COMPLETE
64292026-08-11T22:34:44.710Z[ recovery-image] Aug 11 22:34:43.829 INFO O| Aug 11 22:34:43.829 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-08-11T22:34:44.723Z[ recovery-image] Aug 11 22:34:43.839 INFO O| Aug 11 22:34:43.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64312026-08-11T22:34:44.723Z[ recovery-image] Aug 11 22:34:43.839 INFO O| Aug 11 22:34:43.839 INFO STEP 390 (remove_files) COMPLETE
64322026-08-11T22:34:44.723Z[ recovery-image] Aug 11 22:34:43.839 INFO O| Aug 11 22:34:43.839 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-08-11T22:34:44.728Z[ recovery-image] Aug 11 22:34:43.849 INFO O| Aug 11 22:34:43.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64342026-08-11T22:34:44.728Z[ recovery-image] Aug 11 22:34:43.849 INFO O| Aug 11 22:34:43.849 INFO STEP 391 (remove_files) COMPLETE
64352026-08-11T22:34:44.728Z[ recovery-image] Aug 11 22:34:43.849 INFO O| Aug 11 22:34:43.849 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-08-11T22:34:44.738Z[ recovery-image] Aug 11 22:34:43.859 INFO O| Aug 11 22:34:43.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64372026-08-11T22:34:44.739Z[ recovery-image] Aug 11 22:34:43.859 INFO O| Aug 11 22:34:43.859 INFO STEP 392 (remove_files) COMPLETE
64382026-08-11T22:34:44.739Z[ recovery-image] Aug 11 22:34:43.859 INFO O| Aug 11 22:34:43.859 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-08-11T22:34:44.744Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
64402026-08-11T22:34:44.750Z[ recovery-image] Aug 11 22:34:43.871 INFO O| Aug 11 22:34:43.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64412026-08-11T22:34:44.754Z[ recovery-image] Aug 11 22:34:43.871 INFO O| Aug 11 22:34:43.871 INFO STEP 393 (remove_files) COMPLETE
64422026-08-11T22:34:44.755Z[ recovery-image] Aug 11 22:34:43.871 INFO O| Aug 11 22:34:43.871 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-08-11T22:34:44.762Z[ recovery-image] Aug 11 22:34:43.882 INFO O| Aug 11 22:34:43.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64442026-08-11T22:34:44.762Z[ recovery-image] Aug 11 22:34:43.882 INFO O| Aug 11 22:34:43.882 INFO STEP 394 (remove_files) COMPLETE
64452026-08-11T22:34:44.762Z[ recovery-image] Aug 11 22:34:43.883 INFO O| Aug 11 22:34:43.882 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-08-11T22:34:44.767Z[verify-libraries] Compiling internet-checksum v0.2.1
64472026-08-11T22:34:44.772Z[ recovery-image] Aug 11 22:34:43.893 INFO O| Aug 11 22:34:43.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64482026-08-11T22:34:44.772Z[ recovery-image] Aug 11 22:34:43.893 INFO O| Aug 11 22:34:43.893 INFO STEP 395 (remove_files) COMPLETE
64492026-08-11T22:34:44.772Z[ recovery-image] Aug 11 22:34:43.893 INFO O| Aug 11 22:34:43.893 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64502026-08-11T22:34:44.783Z[ recovery-image] Aug 11 22:34:43.903 INFO O| Aug 11 22:34:43.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64512026-08-11T22:34:44.783Z[ recovery-image] Aug 11 22:34:43.903 INFO O| Aug 11 22:34:43.903 INFO STEP 396 (remove_files) COMPLETE
64522026-08-11T22:34:44.783Z[ recovery-image] Aug 11 22:34:43.903 INFO O| Aug 11 22:34:43.903 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-08-11T22:34:44.793Z[ recovery-image] Aug 11 22:34:43.913 INFO O| Aug 11 22:34:43.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64542026-08-11T22:34:44.793Z[ recovery-image] Aug 11 22:34:43.913 INFO O| Aug 11 22:34:43.913 INFO STEP 397 (remove_files) COMPLETE
64552026-08-11T22:34:44.801Z[ recovery-image] Aug 11 22:34:43.913 INFO O| Aug 11 22:34:43.913 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-08-11T22:34:44.804Z[ recovery-image] Aug 11 22:34:43.922 INFO O| Aug 11 22:34:43.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64572026-08-11T22:34:44.805Z[ recovery-image] Aug 11 22:34:43.922 INFO O| Aug 11 22:34:43.922 INFO STEP 398 (remove_files) COMPLETE
64582026-08-11T22:34:44.805Z[ recovery-image] Aug 11 22:34:43.922 INFO O| Aug 11 22:34:43.922 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-08-11T22:34:44.812Z[ recovery-image] Aug 11 22:34:43.933 INFO O| Aug 11 22:34:43.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64602026-08-11T22:34:44.812Z[ recovery-image] Aug 11 22:34:43.933 INFO O| Aug 11 22:34:43.933 INFO STEP 399 (remove_files) COMPLETE
64612026-08-11T22:34:44.812Z[ recovery-image] Aug 11 22:34:43.933 INFO O| Aug 11 22:34:43.933 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-08-11T22:34:44.822Z[ recovery-image] Aug 11 22:34:43.943 INFO O| Aug 11 22:34:43.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64632026-08-11T22:34:44.822Z[ recovery-image] Aug 11 22:34:43.943 INFO O| Aug 11 22:34:43.943 INFO STEP 400 (remove_files) COMPLETE
64642026-08-11T22:34:44.822Z[ recovery-image] Aug 11 22:34:43.943 INFO O| Aug 11 22:34:43.943 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-08-11T22:34:44.831Z[ recovery-image] Aug 11 22:34:43.952 INFO O| Aug 11 22:34:43.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64662026-08-11T22:34:44.831Z[ recovery-image] Aug 11 22:34:43.952 INFO O| Aug 11 22:34:43.952 INFO STEP 401 (remove_files) COMPLETE
64672026-08-11T22:34:44.835Z[ recovery-image] Aug 11 22:34:43.952 INFO O| Aug 11 22:34:43.952 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-08-11T22:34:45.019Z[ recovery-image] Aug 11 22:34:43.961 INFO O| Aug 11 22:34:43.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64692026-08-11T22:34:45.019Z[ recovery-image] Aug 11 22:34:43.961 INFO O| Aug 11 22:34:43.961 INFO STEP 402 (remove_files) COMPLETE
64702026-08-11T22:34:45.019Z[ recovery-image] Aug 11 22:34:43.961 INFO O| Aug 11 22:34:43.961 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-08-11T22:34:45.019Z[ recovery-image] Aug 11 22:34:43.970 INFO O| Aug 11 22:34:43.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64722026-08-11T22:34:45.019Z[ recovery-image] Aug 11 22:34:43.970 INFO O| Aug 11 22:34:43.970 INFO STEP 403 (remove_files) COMPLETE
64732026-08-11T22:34:45.019Z[ recovery-image] Aug 11 22:34:43.970 INFO O| Aug 11 22:34:43.970 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-08-11T22:34:45.019Z[ recovery-image] Aug 11 22:34:43.980 INFO O| Aug 11 22:34:43.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64752026-08-11T22:34:45.019Z[ recovery-image] Aug 11 22:34:43.980 INFO O| Aug 11 22:34:43.980 INFO STEP 404 (remove_files) COMPLETE
64762026-08-11T22:34:45.019Z[ recovery-image] Aug 11 22:34:43.980 INFO O| Aug 11 22:34:43.980 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-08-11T22:34:45.019Z[ recovery-image] Aug 11 22:34:43.989 INFO O| Aug 11 22:34:43.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64782026-08-11T22:34:45.019Z[ recovery-image] Aug 11 22:34:43.989 INFO O| Aug 11 22:34:43.989 INFO STEP 405 (remove_files) COMPLETE
64792026-08-11T22:34:45.019Z[ recovery-image] Aug 11 22:34:43.989 INFO O| Aug 11 22:34:43.989 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.000 INFO O| Aug 11 22:34:44.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64812026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.000 INFO O| Aug 11 22:34:44.000 INFO STEP 406 (remove_files) COMPLETE
64822026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.000 INFO O| Aug 11 22:34:44.000 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.010 INFO O| Aug 11 22:34:44.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64842026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.010 INFO O| Aug 11 22:34:44.010 INFO STEP 407 (remove_files) COMPLETE
64852026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.010 INFO O| Aug 11 22:34:44.010 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.021 INFO O| Aug 11 22:34:44.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64872026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.021 INFO O| Aug 11 22:34:44.021 INFO STEP 408 (remove_files) COMPLETE
64882026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.021 INFO O| Aug 11 22:34:44.021 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.031 INFO O| Aug 11 22:34:44.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64902026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.031 INFO O| Aug 11 22:34:44.031 INFO STEP 409 (remove_files) COMPLETE
64912026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.031 INFO O| Aug 11 22:34:44.031 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.041 INFO O| Aug 11 22:34:44.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
64932026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.041 INFO O| Aug 11 22:34:44.041 INFO STEP 410 (remove_files) COMPLETE
64942026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.041 INFO O| Aug 11 22:34:44.041 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.051 INFO O| Aug 11 22:34:44.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
64962026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.051 INFO O| Aug 11 22:34:44.051 INFO STEP 411 (remove_files) COMPLETE
64972026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.051 INFO O| Aug 11 22:34:44.051 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.061 INFO O| Aug 11 22:34:44.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
64992026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.061 INFO O| Aug 11 22:34:44.061 INFO STEP 412 (remove_files) COMPLETE
65002026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.061 INFO O| Aug 11 22:34:44.061 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-08-11T22:34:45.020Z[ recovery-image] Aug 11 22:34:44.071 INFO O| Aug 11 22:34:44.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65022026-08-11T22:34:45.021Z[ recovery-image] Aug 11 22:34:44.071 INFO O| Aug 11 22:34:44.071 INFO STEP 413 (remove_files) COMPLETE
65032026-08-11T22:34:45.021Z[ recovery-image] Aug 11 22:34:44.071 INFO O| Aug 11 22:34:44.071 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-08-11T22:34:45.021Z[ recovery-image] Aug 11 22:34:44.081 INFO O| Aug 11 22:34:44.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65052026-08-11T22:34:45.021Z[ recovery-image] Aug 11 22:34:44.081 INFO O| Aug 11 22:34:44.081 INFO STEP 414 (remove_files) COMPLETE
65062026-08-11T22:34:45.021Z[ recovery-image] Aug 11 22:34:44.082 INFO O| Aug 11 22:34:44.081 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-08-11T22:34:45.021Z[ recovery-image] Aug 11 22:34:44.092 INFO O| Aug 11 22:34:44.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65082026-08-11T22:34:45.021Z[ recovery-image] Aug 11 22:34:44.092 INFO O| Aug 11 22:34:44.092 INFO STEP 415 (remove_files) COMPLETE
65092026-08-11T22:34:45.021Z[ recovery-image] Aug 11 22:34:44.092 INFO O| Aug 11 22:34:44.092 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-08-11T22:34:45.021Z[ recovery-image] Aug 11 22:34:44.103 INFO O| Aug 11 22:34:44.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65112026-08-11T22:34:45.021Z[ recovery-image] Aug 11 22:34:44.103 INFO O| Aug 11 22:34:44.103 INFO STEP 416 (remove_files) COMPLETE
65122026-08-11T22:34:45.021Z[ recovery-image] Aug 11 22:34:44.103 INFO O| Aug 11 22:34:44.103 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-08-11T22:34:45.028Z[ recovery-image] Aug 11 22:34:44.114 INFO O| Aug 11 22:34:44.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65142026-08-11T22:34:45.028Z[ recovery-image] Aug 11 22:34:44.114 INFO O| Aug 11 22:34:44.113 INFO STEP 417 (remove_files) COMPLETE
65152026-08-11T22:34:45.028Z[ recovery-image] Aug 11 22:34:44.114 INFO O| Aug 11 22:34:44.113 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-08-11T22:34:45.028Z[ recovery-image] Aug 11 22:34:44.124 INFO O| Aug 11 22:34:44.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65172026-08-11T22:34:45.028Z[ recovery-image] Aug 11 22:34:44.124 INFO O| Aug 11 22:34:44.124 INFO STEP 418 (remove_files) COMPLETE
65182026-08-11T22:34:45.028Z[ recovery-image] Aug 11 22:34:44.124 INFO O| Aug 11 22:34:44.124 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-08-11T22:34:45.028Z[ recovery-image] Aug 11 22:34:44.134 INFO O| Aug 11 22:34:44.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65202026-08-11T22:34:45.028Z[ recovery-image] Aug 11 22:34:44.134 INFO O| Aug 11 22:34:44.134 INFO STEP 419 (remove_files) COMPLETE
65212026-08-11T22:34:45.028Z[ recovery-image] Aug 11 22:34:44.134 INFO O| Aug 11 22:34:44.134 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-08-11T22:34:45.028Z[ recovery-image] Aug 11 22:34:44.145 INFO O| Aug 11 22:34:44.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65232026-08-11T22:34:45.028Z[ recovery-image] Aug 11 22:34:44.145 INFO O| Aug 11 22:34:44.145 INFO STEP 420 (remove_files) COMPLETE
65242026-08-11T22:34:45.028Z[ recovery-image] Aug 11 22:34:44.145 INFO O| Aug 11 22:34:44.145 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-08-11T22:34:45.036Z[ recovery-image] Aug 11 22:34:44.154 INFO O| Aug 11 22:34:44.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65262026-08-11T22:34:45.036Z[ recovery-image] Aug 11 22:34:44.154 INFO O| Aug 11 22:34:44.154 INFO STEP 421 (remove_files) COMPLETE
65272026-08-11T22:34:45.036Z[ recovery-image] Aug 11 22:34:44.154 INFO O| Aug 11 22:34:44.154 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-08-11T22:34:45.045Z[ recovery-image] Aug 11 22:34:44.165 INFO O| Aug 11 22:34:44.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65292026-08-11T22:34:45.048Z[ recovery-image] Aug 11 22:34:44.165 INFO O| Aug 11 22:34:44.165 INFO STEP 422 (remove_files) COMPLETE
65302026-08-11T22:34:45.048Z[ recovery-image] Aug 11 22:34:44.165 INFO O| Aug 11 22:34:44.165 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-08-11T22:34:45.055Z[ recovery-image] Aug 11 22:34:44.175 INFO O| Aug 11 22:34:44.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65322026-08-11T22:34:45.055Z[ recovery-image] Aug 11 22:34:44.175 INFO O| Aug 11 22:34:44.175 INFO STEP 423 (remove_files) COMPLETE
65332026-08-11T22:34:45.055Z[ recovery-image] Aug 11 22:34:44.175 INFO O| Aug 11 22:34:44.175 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-08-11T22:34:45.065Z[ recovery-image] Aug 11 22:34:44.186 INFO O| Aug 11 22:34:44.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65352026-08-11T22:34:45.065Z[ recovery-image] Aug 11 22:34:44.186 INFO O| Aug 11 22:34:44.186 INFO STEP 424 (remove_files) COMPLETE
65362026-08-11T22:34:45.065Z[ recovery-image] Aug 11 22:34:44.186 INFO O| Aug 11 22:34:44.186 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-08-11T22:34:45.075Z[ recovery-image] Aug 11 22:34:44.195 INFO O| Aug 11 22:34:44.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65382026-08-11T22:34:45.075Z[ recovery-image] Aug 11 22:34:44.195 INFO O| Aug 11 22:34:44.195 INFO STEP 425 (remove_files) COMPLETE
65392026-08-11T22:34:45.075Z[ recovery-image] Aug 11 22:34:44.195 INFO O| Aug 11 22:34:44.195 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-08-11T22:34:45.085Z[ recovery-image] Aug 11 22:34:44.204 INFO O| Aug 11 22:34:44.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65412026-08-11T22:34:45.089Z[ recovery-image] Aug 11 22:34:44.205 INFO O| Aug 11 22:34:44.205 INFO STEP 426 (remove_files) COMPLETE
65422026-08-11T22:34:45.089Z[ recovery-image] Aug 11 22:34:44.205 INFO O| Aug 11 22:34:44.205 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-08-11T22:34:45.094Z[ recovery-image] Aug 11 22:34:44.214 INFO O| Aug 11 22:34:44.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65442026-08-11T22:34:45.094Z[ recovery-image] Aug 11 22:34:44.214 INFO O| Aug 11 22:34:44.214 INFO STEP 427 (remove_files) COMPLETE
65452026-08-11T22:34:45.094Z[ recovery-image] Aug 11 22:34:44.214 INFO O| Aug 11 22:34:44.214 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-08-11T22:34:45.103Z[ recovery-image] Aug 11 22:34:44.224 INFO O| Aug 11 22:34:44.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65472026-08-11T22:34:45.103Z[ recovery-image] Aug 11 22:34:44.224 INFO O| Aug 11 22:34:44.224 INFO STEP 428 (remove_files) COMPLETE
65482026-08-11T22:34:45.107Z[ recovery-image] Aug 11 22:34:44.224 INFO O| Aug 11 22:34:44.224 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-08-11T22:34:45.174Z[ recovery-image] Aug 11 22:34:44.233 INFO O| Aug 11 22:34:44.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65502026-08-11T22:34:45.174Z[ recovery-image] Aug 11 22:34:44.233 INFO O| Aug 11 22:34:44.233 INFO STEP 429 (remove_files) COMPLETE
65512026-08-11T22:34:45.174Z[ recovery-image] Aug 11 22:34:44.233 INFO O| Aug 11 22:34:44.233 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-08-11T22:34:49.145Z[ recovery-image] Aug 11 22:34:44.242 INFO O| Aug 11 22:34:44.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65532026-08-11T22:34:49.146Z[ recovery-image] Aug 11 22:34:44.242 INFO O| Aug 11 22:34:44.242 INFO STEP 430 (remove_files) COMPLETE
65542026-08-11T22:34:49.146Z[ recovery-image] Aug 11 22:34:44.242 INFO O| Aug 11 22:34:44.242 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-08-11T22:34:49.146Z[ recovery-image] Aug 11 22:34:44.252 INFO O| Aug 11 22:34:44.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65562026-08-11T22:34:49.146Z[ recovery-image] Aug 11 22:34:44.252 INFO O| Aug 11 22:34:44.252 INFO STEP 431 (remove_files) COMPLETE
65572026-08-11T22:34:49.146Z[ recovery-image] Aug 11 22:34:44.252 INFO O| Aug 11 22:34:44.252 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-08-11T22:34:49.146Z[ recovery-image] Aug 11 22:34:44.263 INFO O| Aug 11 22:34:44.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65592026-08-11T22:34:49.146Z[ recovery-image] Aug 11 22:34:44.263 INFO O| Aug 11 22:34:44.263 INFO STEP 432 (remove_files) COMPLETE
65602026-08-11T22:34:49.146Z[ recovery-image] Aug 11 22:34:44.263 INFO O| Aug 11 22:34:44.263 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-08-11T22:34:49.146Z[ recovery-image] Aug 11 22:34:44.273 INFO O| Aug 11 22:34:44.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65622026-08-11T22:34:49.146Z[ recovery-image] Aug 11 22:34:44.274 INFO O| Aug 11 22:34:44.274 INFO STEP 433 (remove_files) COMPLETE
65632026-08-11T22:34:49.162Z[ recovery-image] Aug 11 22:34:44.274 INFO O| Aug 11 22:34:44.274 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-08-11T22:34:49.162Z[ recovery-image] Aug 11 22:34:44.284 INFO O| Aug 11 22:34:44.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65652026-08-11T22:34:49.162Z[ recovery-image] Aug 11 22:34:44.284 INFO O| Aug 11 22:34:44.284 INFO STEP 434 (remove_files) COMPLETE
65662026-08-11T22:34:49.162Z[ recovery-image] Aug 11 22:34:44.284 INFO O| Aug 11 22:34:44.284 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-08-11T22:34:49.162Z[ recovery-image] Aug 11 22:34:44.295 INFO O| Aug 11 22:34:44.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65682026-08-11T22:34:49.162Z[ recovery-image] Aug 11 22:34:44.295 INFO O| Aug 11 22:34:44.295 INFO STEP 435 (remove_files) COMPLETE
65692026-08-11T22:34:49.162Z[ recovery-image] Aug 11 22:34:44.295 INFO O| Aug 11 22:34:44.295 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-08-11T22:34:49.211Z[ recovery-image] Aug 11 22:34:44.305 INFO O| Aug 11 22:34:44.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65712026-08-11T22:34:49.211Z[ recovery-image] Aug 11 22:34:44.305 INFO O| Aug 11 22:34:44.305 INFO STEP 436 (remove_files) COMPLETE
65722026-08-11T22:34:49.211Z[ recovery-image] Aug 11 22:34:44.305 INFO O| Aug 11 22:34:44.305 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-08-11T22:34:49.211Z[ recovery-image] Aug 11 22:34:44.317 INFO O| Aug 11 22:34:44.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65742026-08-11T22:34:49.211Z[ recovery-image] Aug 11 22:34:44.317 INFO O| Aug 11 22:34:44.317 INFO STEP 437 (remove_files) COMPLETE
65752026-08-11T22:34:49.211Z[ recovery-image] Aug 11 22:34:44.317 INFO O| Aug 11 22:34:44.317 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-08-11T22:34:49.211Z[ recovery-image] Aug 11 22:34:44.327 INFO O| Aug 11 22:34:44.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65772026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.327 INFO O| Aug 11 22:34:44.327 INFO STEP 438 (remove_files) COMPLETE
65782026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.327 INFO O| Aug 11 22:34:44.327 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.335 INFO O| Aug 11 22:34:44.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65802026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.335 INFO O| Aug 11 22:34:44.335 INFO STEP 439 (remove_files) COMPLETE
65812026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.335 INFO O| Aug 11 22:34:44.335 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.343 INFO O| Aug 11 22:34:44.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65832026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.343 INFO O| Aug 11 22:34:44.343 INFO STEP 440 (remove_files) COMPLETE
65842026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.343 INFO O| Aug 11 22:34:44.343 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.352 INFO O| Aug 11 22:34:44.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65862026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.353 INFO O| Aug 11 22:34:44.353 INFO STEP 441 (remove_files) COMPLETE
65872026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.353 INFO O| Aug 11 22:34:44.353 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.365 INFO O| Aug 11 22:34:44.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65892026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.365 INFO O| Aug 11 22:34:44.365 INFO STEP 442 (remove_files) COMPLETE
65902026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.365 INFO O| Aug 11 22:34:44.365 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.376 INFO O| Aug 11 22:34:44.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
65922026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.376 INFO O| Aug 11 22:34:44.376 INFO STEP 443 (remove_files) COMPLETE
65932026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.376 INFO O| Aug 11 22:34:44.376 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.387 INFO O| Aug 11 22:34:44.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
65952026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.387 INFO O| Aug 11 22:34:44.387 INFO STEP 444 (remove_files) COMPLETE
65962026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.387 INFO O| Aug 11 22:34:44.387 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.396 INFO O| Aug 11 22:34:44.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
65982026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.396 INFO O| Aug 11 22:34:44.396 INFO STEP 445 (remove_files) COMPLETE
65992026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.396 INFO O| Aug 11 22:34:44.396 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.405 INFO O| Aug 11 22:34:44.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66012026-08-11T22:34:49.212Z[ recovery-image] Aug 11 22:34:44.405 INFO O| Aug 11 22:34:44.405 INFO STEP 446 (remove_files) COMPLETE
66022026-08-11T22:34:49.213Z[ recovery-image] Aug 11 22:34:44.405 INFO O| Aug 11 22:34:44.405 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-08-11T22:34:49.213Z[ recovery-image] Aug 11 22:34:44.413 INFO O| Aug 11 22:34:44.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66042026-08-11T22:34:49.213Z[ recovery-image] Aug 11 22:34:44.413 INFO O| Aug 11 22:34:44.413 INFO STEP 447 (remove_files) COMPLETE
66052026-08-11T22:34:49.213Z[ recovery-image] Aug 11 22:34:44.413 INFO O| Aug 11 22:34:44.413 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-08-11T22:34:49.213Z[ recovery-image] Aug 11 22:34:44.424 INFO O| Aug 11 22:34:44.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66072026-08-11T22:34:49.213Z[ recovery-image] Aug 11 22:34:44.424 INFO O| Aug 11 22:34:44.423 INFO STEP 448 (remove_files) COMPLETE
66082026-08-11T22:34:49.213Z[ recovery-image] Aug 11 22:34:44.424 INFO O| Aug 11 22:34:44.423 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-08-11T22:34:49.213Z[ recovery-image] Aug 11 22:34:44.436 INFO O| Aug 11 22:34:44.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66102026-08-11T22:34:49.213Z[ recovery-image] Aug 11 22:34:44.436 INFO O| Aug 11 22:34:44.436 INFO STEP 449 (remove_files) COMPLETE
66112026-08-11T22:34:49.213Z[ recovery-image] Aug 11 22:34:44.436 INFO O| Aug 11 22:34:44.436 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-08-11T22:34:49.213Z[ recovery-image] Aug 11 22:34:44.448 INFO O| Aug 11 22:34:44.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66132026-08-11T22:34:49.213Z[ recovery-image] Aug 11 22:34:44.448 INFO O| Aug 11 22:34:44.448 INFO STEP 450 (remove_files) COMPLETE
66142026-08-11T22:34:49.213Z[ recovery-image] Aug 11 22:34:44.448 INFO O| Aug 11 22:34:44.448 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-08-11T22:34:49.213Z[ recovery-image] Aug 11 22:34:44.461 INFO O| Aug 11 22:34:44.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66162026-08-11T22:34:49.213Z[ recovery-image] Aug 11 22:34:44.461 INFO O| Aug 11 22:34:44.461 INFO STEP 451 (remove_files) COMPLETE
66172026-08-11T22:34:49.213Z[ recovery-image] Aug 11 22:34:44.461 INFO O| Aug 11 22:34:44.461 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-08-11T22:34:49.214Z[ recovery-image] Aug 11 22:34:44.472 INFO O| Aug 11 22:34:44.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66192026-08-11T22:34:49.214Z[ recovery-image] Aug 11 22:34:44.473 INFO O| Aug 11 22:34:44.473 INFO STEP 452 (remove_files) COMPLETE
66202026-08-11T22:34:49.214Z[ recovery-image] Aug 11 22:34:44.473 INFO O| Aug 11 22:34:44.473 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-08-11T22:34:49.214Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
66222026-08-11T22:34:49.214Z[ recovery-image] Aug 11 22:34:44.484 INFO O| Aug 11 22:34:44.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66232026-08-11T22:34:49.214Z[ recovery-image] Aug 11 22:34:44.484 INFO O| Aug 11 22:34:44.484 INFO STEP 453 (remove_files) COMPLETE
66242026-08-11T22:34:49.214Z[ recovery-image] Aug 11 22:34:44.484 INFO O| Aug 11 22:34:44.484 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-08-11T22:34:49.214Z[ recovery-image] Aug 11 22:34:44.495 INFO O| Aug 11 22:34:44.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66262026-08-11T22:34:49.214Z[ recovery-image] Aug 11 22:34:44.495 INFO O| Aug 11 22:34:44.495 INFO STEP 454 (remove_files) COMPLETE
66272026-08-11T22:34:49.214Z[ recovery-image] Aug 11 22:34:44.495 INFO O| Aug 11 22:34:44.495 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-08-11T22:34:49.214Z[ recovery-image] Aug 11 22:34:44.506 INFO O| Aug 11 22:34:44.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66292026-08-11T22:34:49.214Z[ recovery-image] Aug 11 22:34:44.506 INFO O| Aug 11 22:34:44.506 INFO STEP 455 (remove_files) COMPLETE
66302026-08-11T22:34:49.214Z[ recovery-image] Aug 11 22:34:44.506 INFO O| Aug 11 22:34:44.506 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-08-11T22:34:49.214Z[ recovery-image] Aug 11 22:34:44.517 INFO O| Aug 11 22:34:44.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66322026-08-11T22:34:49.215Z[ recovery-image] Aug 11 22:34:44.517 INFO O| Aug 11 22:34:44.517 INFO STEP 456 (remove_files) COMPLETE
66332026-08-11T22:34:49.215Z[ recovery-image] Aug 11 22:34:44.517 INFO O| Aug 11 22:34:44.517 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-08-11T22:34:49.215Z[ recovery-image] Aug 11 22:34:44.527 INFO O| Aug 11 22:34:44.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66352026-08-11T22:34:49.215Z[ recovery-image] Aug 11 22:34:44.527 INFO O| Aug 11 22:34:44.527 INFO STEP 457 (remove_files) COMPLETE
66362026-08-11T22:34:49.215Z[ recovery-image] Aug 11 22:34:44.527 INFO O| Aug 11 22:34:44.527 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-08-11T22:34:49.215Z[ recovery-image] Aug 11 22:34:44.539 INFO O| Aug 11 22:34:44.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66382026-08-11T22:34:49.215Z[ recovery-image] Aug 11 22:34:44.539 INFO O| Aug 11 22:34:44.539 INFO STEP 458 (remove_files) COMPLETE
66392026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.539 INFO O| Aug 11 22:34:44.539 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.550 INFO O| Aug 11 22:34:44.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66412026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.550 INFO O| Aug 11 22:34:44.550 INFO STEP 459 (remove_files) COMPLETE
66422026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.550 INFO O| Aug 11 22:34:44.550 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.562 INFO O| Aug 11 22:34:44.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66442026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.562 INFO O| Aug 11 22:34:44.562 INFO STEP 460 (remove_files) COMPLETE
66452026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.562 INFO O| Aug 11 22:34:44.562 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.575 INFO O| Aug 11 22:34:44.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66472026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.575 INFO O| Aug 11 22:34:44.575 INFO STEP 461 (remove_files) COMPLETE
66482026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.575 INFO O| Aug 11 22:34:44.575 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.588 INFO O| Aug 11 22:34:44.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66502026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.588 INFO O| Aug 11 22:34:44.588 INFO STEP 462 (remove_files) COMPLETE
66512026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.588 INFO O| Aug 11 22:34:44.588 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.598 INFO O| Aug 11 22:34:44.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66532026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.598 INFO O| Aug 11 22:34:44.598 INFO STEP 463 (remove_files) COMPLETE
66542026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.598 INFO O| Aug 11 22:34:44.598 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.608 INFO O| Aug 11 22:34:44.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66562026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.608 INFO O| Aug 11 22:34:44.608 INFO STEP 464 (remove_files) COMPLETE
66572026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.608 INFO O| Aug 11 22:34:44.608 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.619 INFO O| Aug 11 22:34:44.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66592026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.619 INFO O| Aug 11 22:34:44.619 INFO STEP 465 (remove_files) COMPLETE
66602026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.619 INFO O| Aug 11 22:34:44.619 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.628 INFO O| Aug 11 22:34:44.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66622026-08-11T22:34:49.216Z[ recovery-image] Aug 11 22:34:44.628 INFO O| Aug 11 22:34:44.628 INFO STEP 466 (remove_files) COMPLETE
66632026-08-11T22:34:49.217Z[ recovery-image] Aug 11 22:34:44.628 INFO O| Aug 11 22:34:44.628 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-08-11T22:34:49.217Z[ recovery-image] Aug 11 22:34:44.638 INFO O| Aug 11 22:34:44.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66652026-08-11T22:34:49.217Z[ recovery-image] Aug 11 22:34:44.638 INFO O| Aug 11 22:34:44.638 INFO STEP 467 (remove_files) COMPLETE
66662026-08-11T22:34:49.218Z[ recovery-image] Aug 11 22:34:44.638 INFO O| Aug 11 22:34:44.638 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-08-11T22:34:49.218Z[ recovery-image] Aug 11 22:34:44.648 INFO O| Aug 11 22:34:44.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66682026-08-11T22:34:49.218Z[ recovery-image] Aug 11 22:34:44.648 INFO O| Aug 11 22:34:44.648 INFO STEP 468 (remove_files) COMPLETE
66692026-08-11T22:34:49.218Z[ recovery-image] Aug 11 22:34:44.648 INFO O| Aug 11 22:34:44.648 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-08-11T22:34:49.259Z[ recovery-image] Aug 11 22:34:44.659 INFO O| Aug 11 22:34:44.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66712026-08-11T22:34:49.259Z[ recovery-image] Aug 11 22:34:44.659 INFO O| Aug 11 22:34:44.659 INFO STEP 469 (remove_files) COMPLETE
66722026-08-11T22:34:49.260Z[ recovery-image] Aug 11 22:34:44.659 INFO O| Aug 11 22:34:44.659 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-08-11T22:34:49.260Z[ recovery-image] Aug 11 22:34:44.670 INFO O| Aug 11 22:34:44.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66742026-08-11T22:34:49.260Z[ recovery-image] Aug 11 22:34:44.671 INFO O| Aug 11 22:34:44.671 INFO STEP 470 (remove_files) COMPLETE
66752026-08-11T22:34:49.260Z[ recovery-image] Aug 11 22:34:44.671 INFO O| Aug 11 22:34:44.671 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-08-11T22:34:49.260Z[ recovery-image] Aug 11 22:34:44.682 INFO O| Aug 11 22:34:44.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66772026-08-11T22:34:49.260Z[ recovery-image] Aug 11 22:34:44.682 INFO O| Aug 11 22:34:44.682 INFO STEP 471 (remove_files) COMPLETE
66782026-08-11T22:34:49.260Z[ recovery-image] Aug 11 22:34:44.682 INFO O| Aug 11 22:34:44.682 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-08-11T22:34:49.260Z[ recovery-image] Aug 11 22:34:44.693 INFO O| Aug 11 22:34:44.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66802026-08-11T22:34:49.260Z[ recovery-image] Aug 11 22:34:44.693 INFO O| Aug 11 22:34:44.693 INFO STEP 472 (remove_files) COMPLETE
66812026-08-11T22:34:49.260Z[ recovery-image] Aug 11 22:34:44.693 INFO O| Aug 11 22:34:44.693 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-08-11T22:34:49.260Z[ recovery-image] Aug 11 22:34:44.704 INFO O| Aug 11 22:34:44.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66832026-08-11T22:34:49.260Z[ recovery-image] Aug 11 22:34:44.704 INFO O| Aug 11 22:34:44.704 INFO STEP 473 (remove_files) COMPLETE
66842026-08-11T22:34:49.260Z[ recovery-image] Aug 11 22:34:44.704 INFO O| Aug 11 22:34:44.704 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-08-11T22:34:49.261Z[ recovery-image] Aug 11 22:34:44.714 INFO O| Aug 11 22:34:44.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66862026-08-11T22:34:49.261Z[ recovery-image] Aug 11 22:34:44.715 INFO O| Aug 11 22:34:44.715 INFO STEP 474 (remove_files) COMPLETE
66872026-08-11T22:34:49.261Z[ recovery-image] Aug 11 22:34:44.715 INFO O| Aug 11 22:34:44.715 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-08-11T22:34:49.261Z[ recovery-image] Aug 11 22:34:44.726 INFO O| Aug 11 22:34:44.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66892026-08-11T22:34:49.261Z[ recovery-image] Aug 11 22:34:44.726 INFO O| Aug 11 22:34:44.726 INFO STEP 475 (remove_files) COMPLETE
66902026-08-11T22:34:49.261Z[ recovery-image] Aug 11 22:34:44.726 INFO O| Aug 11 22:34:44.726 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-08-11T22:34:49.261Z[ recovery-image] Aug 11 22:34:44.737 INFO O| Aug 11 22:34:44.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
66922026-08-11T22:34:49.261Z[ recovery-image] Aug 11 22:34:44.737 INFO O| Aug 11 22:34:44.737 INFO STEP 476 (remove_files) COMPLETE
66932026-08-11T22:34:49.261Z[ recovery-image] Aug 11 22:34:44.737 INFO O| Aug 11 22:34:44.737 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-08-11T22:34:49.261Z[ recovery-image] Aug 11 22:34:44.749 INFO O| Aug 11 22:34:44.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
66952026-08-11T22:34:49.261Z[ recovery-image] Aug 11 22:34:44.749 INFO O| Aug 11 22:34:44.749 INFO STEP 477 (remove_files) COMPLETE
66962026-08-11T22:34:49.261Z[ recovery-image] Aug 11 22:34:44.749 INFO O| Aug 11 22:34:44.749 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-08-11T22:34:49.261Z[ recovery-image] Aug 11 22:34:44.761 INFO O| Aug 11 22:34:44.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
66982026-08-11T22:34:49.261Z[ recovery-image] Aug 11 22:34:44.761 INFO O| Aug 11 22:34:44.761 INFO STEP 478 (remove_files) COMPLETE
66992026-08-11T22:34:49.261Z[ recovery-image] Aug 11 22:34:44.761 INFO O| Aug 11 22:34:44.761 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-08-11T22:34:49.261Z[ recovery-image] Aug 11 22:34:44.772 INFO O| Aug 11 22:34:44.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67012026-08-11T22:34:49.261Z[ recovery-image] Aug 11 22:34:44.772 INFO O| Aug 11 22:34:44.772 INFO STEP 479 (remove_files) COMPLETE
67022026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.772 INFO O| Aug 11 22:34:44.772 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.783 INFO O| Aug 11 22:34:44.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67042026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.783 INFO O| Aug 11 22:34:44.783 INFO STEP 480 (remove_files) COMPLETE
67052026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.783 INFO O| Aug 11 22:34:44.783 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.793 INFO O| Aug 11 22:34:44.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67072026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.793 INFO O| Aug 11 22:34:44.793 INFO STEP 481 (remove_files) COMPLETE
67082026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.793 INFO O| Aug 11 22:34:44.793 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.804 INFO O| Aug 11 22:34:44.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67102026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.804 INFO O| Aug 11 22:34:44.804 INFO STEP 482 (remove_files) COMPLETE
67112026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.804 INFO O| Aug 11 22:34:44.804 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.814 INFO O| Aug 11 22:34:44.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67132026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.814 INFO O| Aug 11 22:34:44.814 INFO STEP 483 (remove_files) COMPLETE
67142026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.814 INFO O| Aug 11 22:34:44.814 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.824 INFO O| Aug 11 22:34:44.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67162026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.824 INFO O| Aug 11 22:34:44.824 INFO STEP 484 (remove_files) COMPLETE
67172026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.824 INFO O| Aug 11 22:34:44.824 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.835 INFO O| Aug 11 22:34:44.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67192026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.835 INFO O| Aug 11 22:34:44.835 INFO STEP 485 (remove_files) COMPLETE
67202026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.835 INFO O| Aug 11 22:34:44.835 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.845 INFO O| Aug 11 22:34:44.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67222026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.845 INFO O| Aug 11 22:34:44.845 INFO STEP 486 (remove_files) COMPLETE
67232026-08-11T22:34:49.262Z[ recovery-image] Aug 11 22:34:44.845 INFO O| Aug 11 22:34:44.845 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.856 INFO O| Aug 11 22:34:44.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67252026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.856 INFO O| Aug 11 22:34:44.856 INFO STEP 487 (remove_files) COMPLETE
67262026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.856 INFO O| Aug 11 22:34:44.856 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.866 INFO O| Aug 11 22:34:44.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67282026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.866 INFO O| Aug 11 22:34:44.866 INFO STEP 488 (remove_files) COMPLETE
67292026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.866 INFO O| Aug 11 22:34:44.866 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.877 INFO O| Aug 11 22:34:44.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67312026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.877 INFO O| Aug 11 22:34:44.877 INFO STEP 489 (remove_files) COMPLETE
67322026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.877 INFO O| Aug 11 22:34:44.877 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.887 INFO O| Aug 11 22:34:44.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67342026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.887 INFO O| Aug 11 22:34:44.887 INFO STEP 490 (remove_files) COMPLETE
67352026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.887 INFO O| Aug 11 22:34:44.887 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.897 INFO O| Aug 11 22:34:44.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67372026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.897 INFO O| Aug 11 22:34:44.897 INFO STEP 491 (remove_files) COMPLETE
67382026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.897 INFO O| Aug 11 22:34:44.897 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.907 INFO O| Aug 11 22:34:44.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67402026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.907 INFO O| Aug 11 22:34:44.907 INFO STEP 492 (remove_files) COMPLETE
67412026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.907 INFO O| Aug 11 22:34:44.907 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.916 INFO O| Aug 11 22:34:44.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67432026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.917 INFO O| Aug 11 22:34:44.917 INFO STEP 493 (remove_files) COMPLETE
67442026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.917 INFO O| Aug 11 22:34:44.917 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.927 INFO O| Aug 11 22:34:44.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67462026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.927 INFO O| Aug 11 22:34:44.927 INFO STEP 494 (remove_files) COMPLETE
67472026-08-11T22:34:49.263Z[ recovery-image] Aug 11 22:34:44.927 INFO O| Aug 11 22:34:44.927 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-08-11T22:34:49.264Z[ recovery-image] Aug 11 22:34:44.936 INFO O| Aug 11 22:34:44.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67492026-08-11T22:34:49.264Z[ recovery-image] Aug 11 22:34:44.937 INFO O| Aug 11 22:34:44.937 INFO STEP 495 (remove_files) COMPLETE
67502026-08-11T22:34:49.264Z[ recovery-image] Aug 11 22:34:44.937 INFO O| Aug 11 22:34:44.937 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-08-11T22:34:49.264Z[ recovery-image] Aug 11 22:34:44.947 INFO O| Aug 11 22:34:44.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67522026-08-11T22:34:49.264Z[ recovery-image] Aug 11 22:34:44.947 INFO O| Aug 11 22:34:44.947 INFO STEP 496 (remove_files) COMPLETE
67532026-08-11T22:34:49.264Z[ recovery-image] Aug 11 22:34:44.947 INFO O| Aug 11 22:34:44.947 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-08-11T22:34:49.265Z[ recovery-image] Aug 11 22:34:44.958 INFO O| Aug 11 22:34:44.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67552026-08-11T22:34:49.265Z[ recovery-image] Aug 11 22:34:44.958 INFO O| Aug 11 22:34:44.958 INFO STEP 497 (remove_files) COMPLETE
67562026-08-11T22:34:49.265Z[ recovery-image] Aug 11 22:34:44.958 INFO O| Aug 11 22:34:44.958 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-08-11T22:34:49.265Z[ recovery-image] Aug 11 22:34:44.967 INFO O| Aug 11 22:34:44.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67582026-08-11T22:34:49.265Z[ recovery-image] Aug 11 22:34:44.967 INFO O| Aug 11 22:34:44.967 INFO STEP 498 (remove_files) COMPLETE
67592026-08-11T22:34:49.265Z[ recovery-image] Aug 11 22:34:44.967 INFO O| Aug 11 22:34:44.967 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-08-11T22:34:49.265Z[ recovery-image] Aug 11 22:34:44.977 INFO O| Aug 11 22:34:44.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67612026-08-11T22:34:49.265Z[ recovery-image] Aug 11 22:34:44.977 INFO O| Aug 11 22:34:44.977 INFO STEP 499 (remove_files) COMPLETE
67622026-08-11T22:34:49.265Z[ recovery-image] Aug 11 22:34:44.977 INFO O| Aug 11 22:34:44.977 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-08-11T22:34:49.265Z[ recovery-image] Aug 11 22:34:44.987 INFO O| Aug 11 22:34:44.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67642026-08-11T22:34:49.265Z[ recovery-image] Aug 11 22:34:44.987 INFO O| Aug 11 22:34:44.987 INFO STEP 500 (remove_files) COMPLETE
67652026-08-11T22:34:49.265Z[ recovery-image] Aug 11 22:34:44.987 INFO O| Aug 11 22:34:44.987 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-08-11T22:34:49.266Z[ recovery-image] Aug 11 22:34:44.996 INFO O| Aug 11 22:34:44.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67672026-08-11T22:34:49.266Z[ recovery-image] Aug 11 22:34:44.996 INFO O| Aug 11 22:34:44.996 INFO STEP 501 (remove_files) COMPLETE
67682026-08-11T22:34:49.266Z[ recovery-image] Aug 11 22:34:44.996 INFO O| Aug 11 22:34:44.996 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-08-11T22:34:49.266Z[ recovery-image] Aug 11 22:34:45.007 INFO O| Aug 11 22:34:45.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67702026-08-11T22:34:49.282Z[ recovery-image] Aug 11 22:34:45.007 INFO O| Aug 11 22:34:45.007 INFO STEP 502 (remove_files) COMPLETE
67712026-08-11T22:34:49.282Z[ recovery-image] Aug 11 22:34:45.007 INFO O| Aug 11 22:34:45.007 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-08-11T22:34:49.282Z[ recovery-image] Aug 11 22:34:45.018 INFO O| Aug 11 22:34:45.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67732026-08-11T22:34:49.282Z[ recovery-image] Aug 11 22:34:45.018 INFO O| Aug 11 22:34:45.018 INFO STEP 503 (remove_files) COMPLETE
67742026-08-11T22:34:49.282Z[ recovery-image] Aug 11 22:34:45.018 INFO O| Aug 11 22:34:45.018 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-08-11T22:34:49.282Z[ recovery-image] Aug 11 22:34:45.029 INFO O| Aug 11 22:34:45.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67762026-08-11T22:34:49.282Z[ recovery-image] Aug 11 22:34:45.029 INFO O| Aug 11 22:34:45.029 INFO STEP 504 (remove_files) COMPLETE
67772026-08-11T22:34:49.282Z[ recovery-image] Aug 11 22:34:45.029 INFO O| Aug 11 22:34:45.029 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-08-11T22:34:49.282Z[ recovery-image] Aug 11 22:34:45.038 INFO O| Aug 11 22:34:45.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67792026-08-11T22:34:49.282Z[ recovery-image] Aug 11 22:34:45.039 INFO O| Aug 11 22:34:45.038 INFO STEP 505 (remove_files) COMPLETE
67802026-08-11T22:34:49.282Z[ recovery-image] Aug 11 22:34:45.039 INFO O| Aug 11 22:34:45.038 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-08-11T22:34:49.283Z[ recovery-image] Aug 11 22:34:45.048 INFO O| Aug 11 22:34:45.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67822026-08-11T22:34:49.283Z[ recovery-image] Aug 11 22:34:45.048 INFO O| Aug 11 22:34:45.048 INFO STEP 506 (remove_files) COMPLETE
67832026-08-11T22:34:49.283Z[ recovery-image] Aug 11 22:34:45.048 INFO O| Aug 11 22:34:45.048 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-11T22:34:49.283Z[ recovery-image] Aug 11 22:34:45.059 INFO O| Aug 11 22:34:45.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67852026-08-11T22:34:49.283Z[ recovery-image] Aug 11 22:34:45.059 INFO O| Aug 11 22:34:45.059 INFO STEP 507 (remove_files) COMPLETE
67862026-08-11T22:34:49.283Z[ recovery-image] Aug 11 22:34:45.059 INFO O| Aug 11 22:34:45.059 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-08-11T22:34:49.283Z[ recovery-image] Aug 11 22:34:45.072 INFO O| Aug 11 22:34:45.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
67882026-08-11T22:34:49.283Z[ recovery-image] Aug 11 22:34:45.072 INFO O| Aug 11 22:34:45.072 INFO STEP 508 (remove_files) COMPLETE
67892026-08-11T22:34:49.283Z[ recovery-image] Aug 11 22:34:45.072 INFO O| Aug 11 22:34:45.072 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-08-11T22:34:49.283Z[ recovery-image] Aug 11 22:34:45.083 INFO O| Aug 11 22:34:45.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
67912026-08-11T22:34:49.283Z[ recovery-image] Aug 11 22:34:45.083 INFO O| Aug 11 22:34:45.083 INFO STEP 509 (remove_files) COMPLETE
67922026-08-11T22:34:49.283Z[ recovery-image] Aug 11 22:34:45.083 INFO O| Aug 11 22:34:45.083 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-08-11T22:34:49.283Z[ recovery-image] Aug 11 22:34:45.095 INFO O| Aug 11 22:34:45.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
67942026-08-11T22:34:49.283Z[ recovery-image] Aug 11 22:34:45.095 INFO O| Aug 11 22:34:45.095 INFO STEP 510 (remove_files) COMPLETE
67952026-08-11T22:34:49.283Z[ recovery-image] Aug 11 22:34:45.095 INFO O| Aug 11 22:34:45.095 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-08-11T22:34:49.283Z[ recovery-image] Aug 11 22:34:45.106 INFO O| Aug 11 22:34:45.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
67972026-08-11T22:34:49.283Z[ recovery-image] Aug 11 22:34:45.106 INFO O| Aug 11 22:34:45.106 INFO STEP 511 (remove_files) COMPLETE
67982026-08-11T22:34:49.283Z[ recovery-image] Aug 11 22:34:45.106 INFO O| Aug 11 22:34:45.106 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-08-11T22:34:49.283Z[ recovery-image] Aug 11 22:34:45.116 INFO O| Aug 11 22:34:45.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68002026-08-11T22:34:49.283Z[ recovery-image] Aug 11 22:34:45.116 INFO O| Aug 11 22:34:45.116 INFO STEP 512 (remove_files) COMPLETE
68012026-08-11T22:34:49.284Z[ recovery-image] Aug 11 22:34:45.116 INFO O| Aug 11 22:34:45.116 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-08-11T22:34:49.284Z[ recovery-image] Aug 11 22:34:45.126 INFO O| Aug 11 22:34:45.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68032026-08-11T22:34:49.284Z[ recovery-image] Aug 11 22:34:45.126 INFO O| Aug 11 22:34:45.126 INFO STEP 513 (remove_files) COMPLETE
68042026-08-11T22:34:49.284Z[ recovery-image] Aug 11 22:34:45.126 INFO O| Aug 11 22:34:45.126 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-08-11T22:34:49.284Z[ recovery-image] Aug 11 22:34:45.136 INFO O| Aug 11 22:34:45.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68062026-08-11T22:34:49.284Z[ recovery-image] Aug 11 22:34:45.136 INFO O| Aug 11 22:34:45.136 INFO STEP 514 (remove_files) COMPLETE
68072026-08-11T22:34:49.284Z[ recovery-image] Aug 11 22:34:45.136 INFO O| Aug 11 22:34:45.136 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-08-11T22:34:49.284Z[ recovery-image] Aug 11 22:34:45.149 INFO O| Aug 11 22:34:45.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68092026-08-11T22:34:49.284Z[ recovery-image] Aug 11 22:34:45.149 INFO O| Aug 11 22:34:45.149 INFO STEP 515 (remove_files) COMPLETE
68102026-08-11T22:34:49.284Z[ recovery-image] Aug 11 22:34:45.149 INFO O| Aug 11 22:34:45.149 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-08-11T22:34:49.284Z[ recovery-image] Aug 11 22:34:45.159 INFO O| Aug 11 22:34:45.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68122026-08-11T22:34:49.284Z[ recovery-image] Aug 11 22:34:45.159 INFO O| Aug 11 22:34:45.159 INFO STEP 516 (remove_files) COMPLETE
68132026-08-11T22:34:49.284Z[ recovery-image] Aug 11 22:34:45.159 INFO O| Aug 11 22:34:45.159 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-08-11T22:34:49.284Z[ recovery-image] Aug 11 22:34:45.169 INFO O| Aug 11 22:34:45.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68152026-08-11T22:34:49.284Z[ recovery-image] Aug 11 22:34:45.169 INFO O| Aug 11 22:34:45.169 INFO STEP 517 (remove_files) COMPLETE
68162026-08-11T22:34:49.284Z[ recovery-image] Aug 11 22:34:45.169 INFO O| Aug 11 22:34:45.169 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-08-11T22:34:49.285Z[ recovery-image] Aug 11 22:34:45.179 INFO O| Aug 11 22:34:45.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68182026-08-11T22:34:49.285Z[ recovery-image] Aug 11 22:34:45.179 INFO O| Aug 11 22:34:45.179 INFO STEP 518 (remove_files) COMPLETE
68192026-08-11T22:34:49.285Z[ recovery-image] Aug 11 22:34:45.179 INFO O| Aug 11 22:34:45.179 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-08-11T22:34:49.285Z[ recovery-image] Aug 11 22:34:45.188 INFO O| Aug 11 22:34:45.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68212026-08-11T22:34:49.285Z[ recovery-image] Aug 11 22:34:45.188 INFO O| Aug 11 22:34:45.188 INFO STEP 519 (remove_files) COMPLETE
68222026-08-11T22:34:49.285Z[ recovery-image] Aug 11 22:34:45.188 INFO O| Aug 11 22:34:45.188 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-08-11T22:34:49.286Z[ recovery-image] Aug 11 22:34:45.198 INFO O| Aug 11 22:34:45.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68242026-08-11T22:34:49.286Z[ recovery-image] Aug 11 22:34:45.198 INFO O| Aug 11 22:34:45.198 INFO STEP 520 (remove_files) COMPLETE
68252026-08-11T22:34:49.286Z[ recovery-image] Aug 11 22:34:45.198 INFO O| Aug 11 22:34:45.198 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-08-11T22:34:49.286Z[ recovery-image] Aug 11 22:34:45.207 INFO O| Aug 11 22:34:45.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68272026-08-11T22:34:49.286Z[ recovery-image] Aug 11 22:34:45.207 INFO O| Aug 11 22:34:45.207 INFO STEP 521 (remove_files) COMPLETE
68282026-08-11T22:34:49.286Z[ recovery-image] Aug 11 22:34:45.207 INFO O| Aug 11 22:34:45.207 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-08-11T22:34:49.286Z[ recovery-image] Aug 11 22:34:45.217 INFO O| Aug 11 22:34:45.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68302026-08-11T22:34:49.286Z[ recovery-image] Aug 11 22:34:45.217 INFO O| Aug 11 22:34:45.217 INFO STEP 522 (remove_files) COMPLETE
68312026-08-11T22:34:49.286Z[ recovery-image] Aug 11 22:34:45.217 INFO O| Aug 11 22:34:45.217 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-08-11T22:34:49.287Z[ recovery-image] Aug 11 22:34:45.226 INFO O| Aug 11 22:34:45.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68332026-08-11T22:34:49.287Z[ recovery-image] Aug 11 22:34:45.226 INFO O| Aug 11 22:34:45.226 INFO STEP 523 (remove_files) COMPLETE
68342026-08-11T22:34:49.287Z[ recovery-image] Aug 11 22:34:45.226 INFO O| Aug 11 22:34:45.226 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-08-11T22:34:49.287Z[ recovery-image] Aug 11 22:34:45.236 INFO O| Aug 11 22:34:45.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68362026-08-11T22:34:49.287Z[ recovery-image] Aug 11 22:34:45.236 INFO O| Aug 11 22:34:45.236 INFO STEP 524 (remove_files) COMPLETE
68372026-08-11T22:34:49.287Z[ recovery-image] Aug 11 22:34:45.236 INFO O| Aug 11 22:34:45.236 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-08-11T22:34:49.287Z[verify-libraries] Compiling samael v0.0.19
68392026-08-11T22:34:49.287Z[ recovery-image] Aug 11 22:34:45.247 INFO O| Aug 11 22:34:45.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68402026-08-11T22:34:49.287Z[ recovery-image] Aug 11 22:34:45.247 INFO O| Aug 11 22:34:45.247 INFO STEP 525 (remove_files) COMPLETE
68412026-08-11T22:34:49.287Z[ recovery-image] Aug 11 22:34:45.247 INFO O| Aug 11 22:34:45.247 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-08-11T22:34:49.287Z[ recovery-image] Aug 11 22:34:45.257 INFO O| Aug 11 22:34:45.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68432026-08-11T22:34:49.287Z[ recovery-image] Aug 11 22:34:45.257 INFO O| Aug 11 22:34:45.257 INFO STEP 526 (remove_files) COMPLETE
68442026-08-11T22:34:49.287Z[ recovery-image] Aug 11 22:34:45.257 INFO O| Aug 11 22:34:45.257 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-08-11T22:34:49.287Z[ recovery-image] Aug 11 22:34:45.267 INFO O| Aug 11 22:34:45.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68462026-08-11T22:34:49.287Z[ recovery-image] Aug 11 22:34:45.267 INFO O| Aug 11 22:34:45.267 INFO STEP 527 (remove_files) COMPLETE
68472026-08-11T22:34:49.287Z[ recovery-image] Aug 11 22:34:45.267 INFO O| Aug 11 22:34:45.267 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-08-11T22:34:49.287Z[ recovery-image] Aug 11 22:34:45.277 INFO O| Aug 11 22:34:45.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68492026-08-11T22:34:49.287Z[ recovery-image] Aug 11 22:34:45.277 INFO O| Aug 11 22:34:45.277 INFO STEP 528 (remove_files) COMPLETE
68502026-08-11T22:34:49.287Z[ recovery-image] Aug 11 22:34:45.277 INFO O| Aug 11 22:34:45.277 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-08-11T22:34:49.288Z[ recovery-image] Aug 11 22:34:45.287 INFO O| Aug 11 22:34:45.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68522026-08-11T22:34:49.288Z[ recovery-image] Aug 11 22:34:45.287 INFO O| Aug 11 22:34:45.287 INFO STEP 529 (remove_files) COMPLETE
68532026-08-11T22:34:49.288Z[ recovery-image] Aug 11 22:34:45.287 INFO O| Aug 11 22:34:45.287 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-08-11T22:34:49.288Z[ recovery-image] Aug 11 22:34:45.297 INFO O| Aug 11 22:34:45.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68552026-08-11T22:34:49.288Z[ recovery-image] Aug 11 22:34:45.297 INFO O| Aug 11 22:34:45.297 INFO STEP 530 (remove_files) COMPLETE
68562026-08-11T22:34:49.288Z[ recovery-image] Aug 11 22:34:45.297 INFO O| Aug 11 22:34:45.297 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-08-11T22:34:49.288Z[ recovery-image] Aug 11 22:34:45.307 INFO O| Aug 11 22:34:45.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68582026-08-11T22:34:49.288Z[ recovery-image] Aug 11 22:34:45.307 INFO O| Aug 11 22:34:45.307 INFO STEP 531 (remove_files) COMPLETE
68592026-08-11T22:34:49.288Z[ recovery-image] Aug 11 22:34:45.307 INFO O| Aug 11 22:34:45.307 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-08-11T22:34:49.288Z[ recovery-image] Aug 11 22:34:45.317 INFO O| Aug 11 22:34:45.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68612026-08-11T22:34:49.288Z[ recovery-image] Aug 11 22:34:45.317 INFO O| Aug 11 22:34:45.317 INFO STEP 532 (remove_files) COMPLETE
68622026-08-11T22:34:49.288Z[ recovery-image] Aug 11 22:34:45.317 INFO O| Aug 11 22:34:45.317 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-08-11T22:34:49.288Z[ recovery-image] Aug 11 22:34:45.326 INFO O| Aug 11 22:34:45.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68642026-08-11T22:34:49.288Z[ recovery-image] Aug 11 22:34:45.326 INFO O| Aug 11 22:34:45.326 INFO STEP 533 (remove_files) COMPLETE
68652026-08-11T22:34:49.288Z[ recovery-image] Aug 11 22:34:45.326 INFO O| Aug 11 22:34:45.326 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-08-11T22:34:49.289Z[ recovery-image] Aug 11 22:34:45.336 INFO O| Aug 11 22:34:45.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68672026-08-11T22:34:49.289Z[ recovery-image] Aug 11 22:34:45.337 INFO O| Aug 11 22:34:45.336 INFO STEP 534 (remove_files) COMPLETE
68682026-08-11T22:34:49.289Z[ recovery-image] Aug 11 22:34:45.337 INFO O| Aug 11 22:34:45.337 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-08-11T22:34:49.289Z[ recovery-image] Aug 11 22:34:45.346 INFO O| Aug 11 22:34:45.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68702026-08-11T22:34:49.306Z[ recovery-image] Aug 11 22:34:45.346 INFO O| Aug 11 22:34:45.346 INFO STEP 535 (remove_files) COMPLETE
68712026-08-11T22:34:49.306Z[ recovery-image] Aug 11 22:34:45.346 INFO O| Aug 11 22:34:45.346 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-08-11T22:34:49.307Z[ recovery-image] Aug 11 22:34:45.357 INFO O| Aug 11 22:34:45.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68732026-08-11T22:34:49.307Z[ recovery-image] Aug 11 22:34:45.357 INFO O| Aug 11 22:34:45.357 INFO STEP 536 (remove_files) COMPLETE
68742026-08-11T22:34:49.307Z[ recovery-image] Aug 11 22:34:45.357 INFO O| Aug 11 22:34:45.357 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-08-11T22:34:49.307Z[ recovery-image] Aug 11 22:34:45.367 INFO O| Aug 11 22:34:45.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68762026-08-11T22:34:49.307Z[ recovery-image] Aug 11 22:34:45.367 INFO O| Aug 11 22:34:45.367 INFO STEP 537 (remove_files) COMPLETE
68772026-08-11T22:34:49.307Z[ recovery-image] Aug 11 22:34:45.367 INFO O| Aug 11 22:34:45.367 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-08-11T22:34:49.307Z[ recovery-image] Aug 11 22:34:45.377 INFO O| Aug 11 22:34:45.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68792026-08-11T22:34:49.307Z[ recovery-image] Aug 11 22:34:45.377 INFO O| Aug 11 22:34:45.377 INFO STEP 538 (remove_files) COMPLETE
68802026-08-11T22:34:49.307Z[ recovery-image] Aug 11 22:34:45.377 INFO O| Aug 11 22:34:45.377 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-08-11T22:34:49.307Z[ recovery-image] Aug 11 22:34:45.388 INFO O| Aug 11 22:34:45.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68822026-08-11T22:34:49.307Z[ recovery-image] Aug 11 22:34:45.388 INFO O| Aug 11 22:34:45.388 INFO STEP 539 (remove_files) COMPLETE
68832026-08-11T22:34:49.307Z[ recovery-image] Aug 11 22:34:45.388 INFO O| Aug 11 22:34:45.388 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-08-11T22:34:49.307Z[ recovery-image] Aug 11 22:34:45.398 INFO O| Aug 11 22:34:45.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68852026-08-11T22:34:49.307Z[ recovery-image] Aug 11 22:34:45.398 INFO O| Aug 11 22:34:45.398 INFO STEP 540 (remove_files) COMPLETE
68862026-08-11T22:34:49.308Z[ recovery-image] Aug 11 22:34:45.398 INFO O| Aug 11 22:34:45.398 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-08-11T22:34:49.308Z[ recovery-image] Aug 11 22:34:45.409 INFO O| Aug 11 22:34:45.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
68882026-08-11T22:34:49.308Z[ recovery-image] Aug 11 22:34:45.409 INFO O| Aug 11 22:34:45.409 INFO STEP 541 (remove_files) COMPLETE
68892026-08-11T22:34:49.309Z[ recovery-image] Aug 11 22:34:45.409 INFO O| Aug 11 22:34:45.409 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-08-11T22:34:49.309Z[ recovery-image] Aug 11 22:34:45.420 INFO O| Aug 11 22:34:45.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
68912026-08-11T22:34:49.309Z[ recovery-image] Aug 11 22:34:45.420 INFO O| Aug 11 22:34:45.420 INFO STEP 542 (remove_files) COMPLETE
68922026-08-11T22:34:49.309Z[ recovery-image] Aug 11 22:34:45.420 INFO O| Aug 11 22:34:45.420 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-08-11T22:34:49.309Z[ recovery-image] Aug 11 22:34:45.430 INFO O| Aug 11 22:34:45.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
68942026-08-11T22:34:49.309Z[ recovery-image] Aug 11 22:34:45.430 INFO O| Aug 11 22:34:45.430 INFO STEP 543 (remove_files) COMPLETE
68952026-08-11T22:34:49.309Z[ recovery-image] Aug 11 22:34:45.430 INFO O| Aug 11 22:34:45.430 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-08-11T22:34:49.309Z[ recovery-image] Aug 11 22:34:45.440 INFO O| Aug 11 22:34:45.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
68972026-08-11T22:34:49.309Z[ recovery-image] Aug 11 22:34:45.440 INFO O| Aug 11 22:34:45.440 INFO STEP 544 (remove_files) COMPLETE
68982026-08-11T22:34:49.309Z[ recovery-image] Aug 11 22:34:45.440 INFO O| Aug 11 22:34:45.440 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-08-11T22:34:49.309Z[ recovery-image] Aug 11 22:34:45.449 INFO O| Aug 11 22:34:45.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69002026-08-11T22:34:49.309Z[ recovery-image] Aug 11 22:34:45.449 INFO O| Aug 11 22:34:45.449 INFO STEP 545 (remove_files) COMPLETE
69012026-08-11T22:34:49.309Z[ recovery-image] Aug 11 22:34:45.449 INFO O| Aug 11 22:34:45.449 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-08-11T22:34:49.310Z[ recovery-image] Aug 11 22:34:45.458 INFO O| Aug 11 22:34:45.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69032026-08-11T22:34:49.310Z[ recovery-image] Aug 11 22:34:45.458 INFO O| Aug 11 22:34:45.458 INFO STEP 546 (remove_files) COMPLETE
69042026-08-11T22:34:49.310Z[ recovery-image] Aug 11 22:34:45.458 INFO O| Aug 11 22:34:45.458 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-08-11T22:34:49.310Z[ recovery-image] Aug 11 22:34:45.467 INFO O| Aug 11 22:34:45.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69062026-08-11T22:34:49.310Z[ recovery-image] Aug 11 22:34:45.467 INFO O| Aug 11 22:34:45.467 INFO STEP 547 (remove_files) COMPLETE
69072026-08-11T22:34:49.310Z[ recovery-image] Aug 11 22:34:45.467 INFO O| Aug 11 22:34:45.467 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-08-11T22:34:49.310Z[ recovery-image] Aug 11 22:34:45.475 INFO O| Aug 11 22:34:45.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69092026-08-11T22:34:49.310Z[ recovery-image] Aug 11 22:34:45.475 INFO O| Aug 11 22:34:45.475 INFO STEP 548 (remove_files) COMPLETE
69102026-08-11T22:34:49.310Z[ recovery-image] Aug 11 22:34:45.475 INFO O| Aug 11 22:34:45.475 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-08-11T22:34:49.310Z[ recovery-image] Aug 11 22:34:45.484 INFO O| Aug 11 22:34:45.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69122026-08-11T22:34:49.310Z[ recovery-image] Aug 11 22:34:45.484 INFO O| Aug 11 22:34:45.484 INFO STEP 549 (remove_files) COMPLETE
69132026-08-11T22:34:49.310Z[ recovery-image] Aug 11 22:34:45.484 INFO O| Aug 11 22:34:45.484 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-08-11T22:34:49.310Z[ recovery-image] Aug 11 22:34:45.493 INFO O| Aug 11 22:34:45.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69152026-08-11T22:34:49.310Z[ recovery-image] Aug 11 22:34:45.493 INFO O| Aug 11 22:34:45.493 INFO STEP 550 (remove_files) COMPLETE
69162026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.493 INFO O| Aug 11 22:34:45.493 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.502 INFO O| Aug 11 22:34:45.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69182026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.502 INFO O| Aug 11 22:34:45.502 INFO STEP 551 (remove_files) COMPLETE
69192026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.502 INFO O| Aug 11 22:34:45.502 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.512 INFO O| Aug 11 22:34:45.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69212026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.512 INFO O| Aug 11 22:34:45.512 INFO STEP 552 (remove_files) COMPLETE
69222026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.512 INFO O| Aug 11 22:34:45.512 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.521 INFO O| Aug 11 22:34:45.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69242026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.521 INFO O| Aug 11 22:34:45.521 INFO STEP 553 (remove_files) COMPLETE
69252026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.521 INFO O| Aug 11 22:34:45.521 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.530 INFO O| Aug 11 22:34:45.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69272026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.530 INFO O| Aug 11 22:34:45.530 INFO STEP 554 (remove_files) COMPLETE
69282026-08-11T22:34:49.311Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
69292026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.530 INFO O| Aug 11 22:34:45.530 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.543 INFO O| Aug 11 22:34:45.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69312026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.544 INFO O| Aug 11 22:34:45.544 INFO STEP 555 (remove_files) COMPLETE
69322026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.544 INFO O| Aug 11 22:34:45.544 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.553 INFO O| Aug 11 22:34:45.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69342026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.553 INFO O| Aug 11 22:34:45.553 INFO STEP 556 (remove_files) COMPLETE
69352026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.553 INFO O| Aug 11 22:34:45.553 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.563 INFO O| Aug 11 22:34:45.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69372026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.563 INFO O| Aug 11 22:34:45.563 INFO STEP 557 (remove_files) COMPLETE
69382026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.563 INFO O| Aug 11 22:34:45.563 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.573 INFO O| Aug 11 22:34:45.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69402026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.573 INFO O| Aug 11 22:34:45.573 INFO STEP 558 (remove_files) COMPLETE
69412026-08-11T22:34:49.311Z[ recovery-image] Aug 11 22:34:45.573 INFO O| Aug 11 22:34:45.573 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.583 INFO O| Aug 11 22:34:45.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69432026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.583 INFO O| Aug 11 22:34:45.583 INFO STEP 559 (remove_files) COMPLETE
69442026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.583 INFO O| Aug 11 22:34:45.583 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.592 INFO O| Aug 11 22:34:45.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69462026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.592 INFO O| Aug 11 22:34:45.592 INFO STEP 560 (remove_files) COMPLETE
69472026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.592 INFO O| Aug 11 22:34:45.592 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.601 INFO O| Aug 11 22:34:45.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69492026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.601 INFO O| Aug 11 22:34:45.601 INFO STEP 561 (remove_files) COMPLETE
69502026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.601 INFO O| Aug 11 22:34:45.601 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.610 INFO O| Aug 11 22:34:45.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69522026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.610 INFO O| Aug 11 22:34:45.610 INFO STEP 562 (remove_files) COMPLETE
69532026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.610 INFO O| Aug 11 22:34:45.610 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-08-11T22:34:49.312Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
69552026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.619 INFO O| Aug 11 22:34:45.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69562026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.619 INFO O| Aug 11 22:34:45.619 INFO STEP 563 (remove_files) COMPLETE
69572026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.619 INFO O| Aug 11 22:34:45.619 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.631 INFO O| Aug 11 22:34:45.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69592026-08-11T22:34:49.312Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
69602026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.631 INFO O| Aug 11 22:34:45.631 INFO STEP 564 (remove_files) COMPLETE
69612026-08-11T22:34:49.312Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
69622026-08-11T22:34:49.312Z[verify-libraries] Compiling git2 v0.20.4
69632026-08-11T22:34:49.312Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
69642026-08-11T22:34:49.312Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
69652026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.631 INFO O| Aug 11 22:34:45.631 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.641 INFO O| Aug 11 22:34:45.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69672026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.641 INFO O| Aug 11 22:34:45.641 INFO STEP 565 (remove_files) COMPLETE
69682026-08-11T22:34:49.312Z[ recovery-image] Aug 11 22:34:45.641 INFO O| Aug 11 22:34:45.641 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-08-11T22:34:49.313Z[ recovery-image] Aug 11 22:34:45.651 INFO O| Aug 11 22:34:45.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69702026-08-11T22:34:49.321Z[ recovery-image] Aug 11 22:34:45.651 INFO O| Aug 11 22:34:45.651 INFO STEP 566 (remove_files) COMPLETE
69712026-08-11T22:34:49.321Z[ recovery-image] Aug 11 22:34:45.651 INFO O| Aug 11 22:34:45.651 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-08-11T22:34:49.321Z[ recovery-image] Aug 11 22:34:45.662 INFO O| Aug 11 22:34:45.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69732026-08-11T22:34:49.321Z[ recovery-image] Aug 11 22:34:45.662 INFO O| Aug 11 22:34:45.662 INFO STEP 567 (remove_files) COMPLETE
69742026-08-11T22:34:49.321Z[ recovery-image] Aug 11 22:34:45.662 INFO O| Aug 11 22:34:45.662 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-08-11T22:34:49.321Z[ recovery-image] Aug 11 22:34:45.673 INFO O| Aug 11 22:34:45.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69762026-08-11T22:34:49.322Z[ recovery-image] Aug 11 22:34:45.673 INFO O| Aug 11 22:34:45.673 INFO STEP 568 (remove_files) COMPLETE
69772026-08-11T22:34:49.322Z[ recovery-image] Aug 11 22:34:45.673 INFO O| Aug 11 22:34:45.673 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-08-11T22:34:49.322Z[ recovery-image] Aug 11 22:34:45.682 INFO O| Aug 11 22:34:45.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69792026-08-11T22:34:49.322Z[ recovery-image] Aug 11 22:34:45.682 INFO O| Aug 11 22:34:45.682 INFO STEP 569 (remove_files) COMPLETE
69802026-08-11T22:34:49.322Z[ recovery-image] Aug 11 22:34:45.682 INFO O| Aug 11 22:34:45.682 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-11T22:34:49.322Z[ recovery-image] Aug 11 22:34:45.691 INFO O| Aug 11 22:34:45.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69822026-08-11T22:34:49.322Z[ recovery-image] Aug 11 22:34:45.691 INFO O| Aug 11 22:34:45.691 INFO STEP 570 (remove_files) COMPLETE
69832026-08-11T22:34:49.322Z[ recovery-image] Aug 11 22:34:45.691 INFO O| Aug 11 22:34:45.691 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-11T22:34:49.322Z[ recovery-image] Aug 11 22:34:45.700 INFO O| Aug 11 22:34:45.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69852026-08-11T22:34:49.322Z[ recovery-image] Aug 11 22:34:45.700 INFO O| Aug 11 22:34:45.700 INFO STEP 571 (remove_files) COMPLETE
69862026-08-11T22:34:49.322Z[ recovery-image] Aug 11 22:34:45.700 INFO O| Aug 11 22:34:45.700 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-11T22:34:49.323Z[ recovery-image] Aug 11 22:34:45.708 INFO O| Aug 11 22:34:45.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69882026-08-11T22:34:49.323Z[ recovery-image] Aug 11 22:34:45.708 INFO O| Aug 11 22:34:45.708 INFO STEP 572 (remove_files) COMPLETE
69892026-08-11T22:34:49.323Z[ recovery-image] Aug 11 22:34:45.708 INFO O| Aug 11 22:34:45.708 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-11T22:34:49.323Z[ recovery-image] Aug 11 22:34:45.717 INFO O| Aug 11 22:34:45.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69912026-08-11T22:34:49.323Z[ recovery-image] Aug 11 22:34:45.717 INFO O| Aug 11 22:34:45.717 INFO STEP 573 (remove_files) COMPLETE
69922026-08-11T22:34:49.323Z[ recovery-image] Aug 11 22:34:45.717 INFO O| Aug 11 22:34:45.717 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-11T22:34:49.323Z[ recovery-image] Aug 11 22:34:45.725 INFO O| Aug 11 22:34:45.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69942026-08-11T22:34:49.323Z[ recovery-image] Aug 11 22:34:45.726 INFO O| Aug 11 22:34:45.726 INFO STEP 574 (remove_files) COMPLETE
69952026-08-11T22:34:49.323Z[ recovery-image] Aug 11 22:34:45.726 INFO O| Aug 11 22:34:45.726 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-11T22:34:49.323Z[ recovery-image] Aug 11 22:34:45.737 INFO O| Aug 11 22:34:45.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
69972026-08-11T22:34:49.323Z[ recovery-image] Aug 11 22:34:45.738 INFO O| Aug 11 22:34:45.738 INFO STEP 575 (remove_files) COMPLETE
69982026-08-11T22:34:49.324Z[ recovery-image] Aug 11 22:34:45.738 INFO O| Aug 11 22:34:45.738 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-11T22:34:49.324Z[ recovery-image] Aug 11 22:34:45.749 INFO O| Aug 11 22:34:45.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70002026-08-11T22:34:49.324Z[ recovery-image] Aug 11 22:34:45.749 INFO O| Aug 11 22:34:45.749 INFO STEP 576 (remove_files) COMPLETE
70012026-08-11T22:34:49.324Z[ recovery-image] Aug 11 22:34:45.749 INFO O| Aug 11 22:34:45.749 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-11T22:34:49.324Z[ recovery-image] Aug 11 22:34:45.760 INFO O| Aug 11 22:34:45.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70032026-08-11T22:34:49.324Z[ recovery-image] Aug 11 22:34:45.760 INFO O| Aug 11 22:34:45.760 INFO STEP 577 (remove_files) COMPLETE
70042026-08-11T22:34:49.324Z[ recovery-image] Aug 11 22:34:45.760 INFO O| Aug 11 22:34:45.760 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-11T22:34:49.324Z[ recovery-image] Aug 11 22:34:45.777 INFO O| Aug 11 22:34:45.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70062026-08-11T22:34:49.324Z[ recovery-image] Aug 11 22:34:45.777 INFO O| Aug 11 22:34:45.777 INFO STEP 578 (remove_files) COMPLETE
70072026-08-11T22:34:49.325Z[ recovery-image] Aug 11 22:34:45.777 INFO O| Aug 11 22:34:45.777 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-11T22:34:49.325Z[ recovery-image] Aug 11 22:34:45.789 INFO O| Aug 11 22:34:45.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70092026-08-11T22:34:49.325Z[ recovery-image] Aug 11 22:34:45.789 INFO O| Aug 11 22:34:45.789 INFO STEP 579 (remove_files) COMPLETE
70102026-08-11T22:34:49.325Z[ recovery-image] Aug 11 22:34:45.789 INFO O| Aug 11 22:34:45.789 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-11T22:34:49.325Z[ recovery-image] Aug 11 22:34:45.799 INFO O| Aug 11 22:34:45.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70122026-08-11T22:34:49.325Z[ recovery-image] Aug 11 22:34:45.799 INFO O| Aug 11 22:34:45.799 INFO STEP 580 (remove_files) COMPLETE
70132026-08-11T22:34:49.325Z[ recovery-image] Aug 11 22:34:45.799 INFO O| Aug 11 22:34:45.799 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-11T22:34:49.325Z[ recovery-image] Aug 11 22:34:45.809 INFO O| Aug 11 22:34:45.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70152026-08-11T22:34:49.325Z[ recovery-image] Aug 11 22:34:45.809 INFO O| Aug 11 22:34:45.809 INFO STEP 581 (remove_files) COMPLETE
70162026-08-11T22:34:49.325Z[ recovery-image] Aug 11 22:34:45.809 INFO O| Aug 11 22:34:45.809 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-08-11T22:34:49.325Z[ recovery-image] Aug 11 22:34:45.818 INFO O| Aug 11 22:34:45.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70182026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.818 INFO O| Aug 11 22:34:45.818 INFO STEP 582 (remove_files) COMPLETE
70192026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.818 INFO O| Aug 11 22:34:45.818 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.828 INFO O| Aug 11 22:34:45.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70212026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.828 INFO O| Aug 11 22:34:45.828 INFO STEP 583 (remove_files) COMPLETE
70222026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.828 INFO O| Aug 11 22:34:45.828 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.838 INFO O| Aug 11 22:34:45.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70242026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.839 INFO O| Aug 11 22:34:45.839 INFO STEP 584 (remove_files) COMPLETE
70252026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.839 INFO O| Aug 11 22:34:45.839 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.847 INFO O| Aug 11 22:34:45.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70272026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.848 INFO O| Aug 11 22:34:45.848 INFO STEP 585 (remove_files) COMPLETE
70282026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.848 INFO O| Aug 11 22:34:45.848 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.857 INFO O| Aug 11 22:34:45.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70302026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.857 INFO O| Aug 11 22:34:45.857 INFO STEP 586 (remove_files) COMPLETE
70312026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.857 INFO O| Aug 11 22:34:45.857 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.866 INFO O| Aug 11 22:34:45.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70332026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.867 INFO O| Aug 11 22:34:45.867 INFO STEP 587 (remove_files) COMPLETE
70342026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.867 INFO O| Aug 11 22:34:45.867 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.877 INFO O| Aug 11 22:34:45.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70362026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.877 INFO O| Aug 11 22:34:45.877 INFO STEP 588 (remove_files) COMPLETE
70372026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.877 INFO O| Aug 11 22:34:45.877 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-08-11T22:34:49.326Z[ recovery-image] Aug 11 22:34:45.887 INFO O| Aug 11 22:34:45.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70392026-08-11T22:34:49.327Z[ recovery-image] Aug 11 22:34:45.887 INFO O| Aug 11 22:34:45.887 INFO STEP 589 (remove_files) COMPLETE
70402026-08-11T22:34:49.327Z[ recovery-image] Aug 11 22:34:45.887 INFO O| Aug 11 22:34:45.887 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-11T22:34:49.327Z[ recovery-image] Aug 11 22:34:45.898 INFO O| Aug 11 22:34:45.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70422026-08-11T22:34:49.327Z[ recovery-image] Aug 11 22:34:45.898 INFO O| Aug 11 22:34:45.898 INFO STEP 590 (remove_files) COMPLETE
70432026-08-11T22:34:49.327Z[ recovery-image] Aug 11 22:34:45.898 INFO O| Aug 11 22:34:45.898 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-11T22:34:49.327Z[ recovery-image] Aug 11 22:34:45.908 INFO O| Aug 11 22:34:45.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70452026-08-11T22:34:49.327Z[ recovery-image] Aug 11 22:34:45.908 INFO O| Aug 11 22:34:45.908 INFO STEP 591 (remove_files) COMPLETE
70462026-08-11T22:34:49.327Z[ recovery-image] Aug 11 22:34:45.908 INFO O| Aug 11 22:34:45.908 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-08-11T22:34:49.327Z[ recovery-image] Aug 11 22:34:45.918 INFO O| Aug 11 22:34:45.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70482026-08-11T22:34:49.327Z[ recovery-image] Aug 11 22:34:45.918 INFO O| Aug 11 22:34:45.918 INFO STEP 592 (remove_files) COMPLETE
70492026-08-11T22:34:49.327Z[ recovery-image] Aug 11 22:34:45.918 INFO O| Aug 11 22:34:45.918 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-08-11T22:34:49.327Z[ recovery-image] Aug 11 22:34:45.928 INFO O| Aug 11 22:34:45.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70512026-08-11T22:34:49.327Z[ recovery-image] Aug 11 22:34:45.928 INFO O| Aug 11 22:34:45.928 INFO STEP 593 (remove_files) COMPLETE
70522026-08-11T22:34:49.327Z[ recovery-image] Aug 11 22:34:45.928 INFO O| Aug 11 22:34:45.928 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-08-11T22:34:49.327Z[ recovery-image] Aug 11 22:34:45.938 INFO O| Aug 11 22:34:45.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70542026-08-11T22:34:49.327Z[ recovery-image] Aug 11 22:34:45.938 INFO O| Aug 11 22:34:45.938 INFO STEP 594 (remove_files) COMPLETE
70552026-08-11T22:34:49.327Z[ recovery-image] Aug 11 22:34:45.938 INFO O| Aug 11 22:34:45.938 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-08-11T22:34:49.327Z[ recovery-image] Aug 11 22:34:45.947 INFO O| Aug 11 22:34:45.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70572026-08-11T22:34:49.328Z[ recovery-image] Aug 11 22:34:45.947 INFO O| Aug 11 22:34:45.947 INFO STEP 595 (remove_files) COMPLETE
70582026-08-11T22:34:49.328Z[ recovery-image] Aug 11 22:34:45.947 INFO O| Aug 11 22:34:45.947 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-08-11T22:34:49.328Z[ recovery-image] Aug 11 22:34:45.958 INFO O| Aug 11 22:34:45.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70602026-08-11T22:34:49.328Z[ recovery-image] Aug 11 22:34:45.958 INFO O| Aug 11 22:34:45.958 INFO STEP 596 (remove_files) COMPLETE
70612026-08-11T22:34:49.328Z[ recovery-image] Aug 11 22:34:45.958 INFO O| Aug 11 22:34:45.958 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-08-11T22:34:49.328Z[ recovery-image] Aug 11 22:34:45.969 INFO O| Aug 11 22:34:45.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70632026-08-11T22:34:49.328Z[ recovery-image] Aug 11 22:34:45.969 INFO O| Aug 11 22:34:45.969 INFO STEP 597 (remove_files) COMPLETE
70642026-08-11T22:34:49.328Z[ recovery-image] Aug 11 22:34:45.969 INFO O| Aug 11 22:34:45.969 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-08-11T22:34:49.328Z[ recovery-image] Aug 11 22:34:45.979 INFO O| Aug 11 22:34:45.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70662026-08-11T22:34:49.328Z[ recovery-image] Aug 11 22:34:45.979 INFO O| Aug 11 22:34:45.979 INFO STEP 598 (remove_files) COMPLETE
70672026-08-11T22:34:49.328Z[ recovery-image] Aug 11 22:34:45.979 INFO O| Aug 11 22:34:45.979 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-08-11T22:34:49.328Z[ recovery-image] Aug 11 22:34:45.989 INFO O| Aug 11 22:34:45.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70692026-08-11T22:34:49.328Z[ recovery-image] Aug 11 22:34:45.989 INFO O| Aug 11 22:34:45.989 INFO STEP 599 (remove_files) COMPLETE
70702026-08-11T22:34:49.334Z[ recovery-image] Aug 11 22:34:45.989 INFO O| Aug 11 22:34:45.989 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-08-11T22:34:49.334Z[ recovery-image] Aug 11 22:34:46.000 INFO O| Aug 11 22:34:46.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70722026-08-11T22:34:49.334Z[ recovery-image] Aug 11 22:34:46.000 INFO O| Aug 11 22:34:46.000 INFO STEP 600 (remove_files) COMPLETE
70732026-08-11T22:34:49.334Z[ recovery-image] Aug 11 22:34:46.000 INFO O| Aug 11 22:34:46.000 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-08-11T22:34:49.334Z[ recovery-image] Aug 11 22:34:46.010 INFO O| Aug 11 22:34:46.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70752026-08-11T22:34:49.334Z[ recovery-image] Aug 11 22:34:46.010 INFO O| Aug 11 22:34:46.010 INFO STEP 601 (remove_files) COMPLETE
70762026-08-11T22:34:49.334Z[ recovery-image] Aug 11 22:34:46.010 INFO O| Aug 11 22:34:46.010 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-08-11T22:34:49.334Z[ recovery-image] Aug 11 22:34:46.019 INFO O| Aug 11 22:34:46.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70782026-08-11T22:34:49.335Z[ recovery-image] Aug 11 22:34:46.019 INFO O| Aug 11 22:34:46.019 INFO STEP 602 (remove_files) COMPLETE
70792026-08-11T22:34:49.335Z[ recovery-image] Aug 11 22:34:46.019 INFO O| Aug 11 22:34:46.019 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-08-11T22:34:49.335Z[ recovery-image] Aug 11 22:34:46.028 INFO O| Aug 11 22:34:46.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70812026-08-11T22:34:49.335Z[ recovery-image] Aug 11 22:34:46.028 INFO O| Aug 11 22:34:46.028 INFO STEP 603 (remove_files) COMPLETE
70822026-08-11T22:34:49.335Z[ recovery-image] Aug 11 22:34:46.028 INFO O| Aug 11 22:34:46.028 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-08-11T22:34:49.335Z[ recovery-image] Aug 11 22:34:46.037 INFO O| Aug 11 22:34:46.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70842026-08-11T22:34:49.335Z[ recovery-image] Aug 11 22:34:46.038 INFO O| Aug 11 22:34:46.038 INFO STEP 604 (remove_files) COMPLETE
70852026-08-11T22:34:49.335Z[ recovery-image] Aug 11 22:34:46.038 INFO O| Aug 11 22:34:46.038 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-08-11T22:34:49.335Z[ recovery-image] Aug 11 22:34:46.046 INFO O| Aug 11 22:34:46.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70872026-08-11T22:34:49.335Z[ recovery-image] Aug 11 22:34:46.046 INFO O| Aug 11 22:34:46.046 INFO STEP 605 (remove_files) COMPLETE
70882026-08-11T22:34:49.335Z[ recovery-image] Aug 11 22:34:46.046 INFO O| Aug 11 22:34:46.046 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-08-11T22:34:49.335Z[ recovery-image] Aug 11 22:34:46.055 INFO O| Aug 11 22:34:46.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70902026-08-11T22:34:49.335Z[ recovery-image] Aug 11 22:34:46.055 INFO O| Aug 11 22:34:46.055 INFO STEP 606 (remove_files) COMPLETE
70912026-08-11T22:34:49.335Z[ recovery-image] Aug 11 22:34:46.055 INFO O| Aug 11 22:34:46.055 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-08-11T22:34:49.335Z[ recovery-image] Aug 11 22:34:46.066 INFO O| Aug 11 22:34:46.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70932026-08-11T22:34:49.335Z[ recovery-image] Aug 11 22:34:46.066 INFO O| Aug 11 22:34:46.066 INFO STEP 607 (remove_files) COMPLETE
70942026-08-11T22:34:49.335Z[ recovery-image] Aug 11 22:34:46.066 INFO O| Aug 11 22:34:46.066 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-08-11T22:34:49.336Z[ recovery-image] Aug 11 22:34:46.075 INFO O| Aug 11 22:34:46.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
70962026-08-11T22:34:49.336Z[ recovery-image] Aug 11 22:34:46.075 INFO O| Aug 11 22:34:46.075 INFO STEP 608 (remove_files) COMPLETE
70972026-08-11T22:34:49.336Z[ recovery-image] Aug 11 22:34:46.075 INFO O| Aug 11 22:34:46.075 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-08-11T22:34:49.336Z[ recovery-image] Aug 11 22:34:46.085 INFO O| Aug 11 22:34:46.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
70992026-08-11T22:34:49.337Z[ recovery-image] Aug 11 22:34:46.085 INFO O| Aug 11 22:34:46.085 INFO STEP 609 (remove_files) COMPLETE
71002026-08-11T22:34:49.337Z[ recovery-image] Aug 11 22:34:46.085 INFO O| Aug 11 22:34:46.085 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-11T22:34:49.337Z[ recovery-image] Aug 11 22:34:46.096 INFO O| Aug 11 22:34:46.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71022026-08-11T22:34:49.337Z[ recovery-image] Aug 11 22:34:46.096 INFO O| Aug 11 22:34:46.096 INFO STEP 610 (remove_files) COMPLETE
71032026-08-11T22:34:49.337Z[ recovery-image] Aug 11 22:34:46.096 INFO O| Aug 11 22:34:46.096 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-11T22:34:49.337Z[ recovery-image] Aug 11 22:34:46.106 INFO O| Aug 11 22:34:46.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71052026-08-11T22:34:49.337Z[ recovery-image] Aug 11 22:34:46.106 INFO O| Aug 11 22:34:46.106 INFO STEP 611 (remove_files) COMPLETE
71062026-08-11T22:34:49.337Z[ recovery-image] Aug 11 22:34:46.106 INFO O| Aug 11 22:34:46.106 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-11T22:34:49.337Z[ recovery-image] Aug 11 22:34:46.118 INFO O| Aug 11 22:34:46.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71082026-08-11T22:34:49.337Z[ recovery-image] Aug 11 22:34:46.118 INFO O| Aug 11 22:34:46.118 INFO STEP 612 (remove_files) COMPLETE
71092026-08-11T22:34:49.338Z[ recovery-image] Aug 11 22:34:46.118 INFO O| Aug 11 22:34:46.118 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-11T22:34:49.338Z[ recovery-image] Aug 11 22:34:46.129 INFO O| Aug 11 22:34:46.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71112026-08-11T22:34:49.338Z[ recovery-image] Aug 11 22:34:46.129 INFO O| Aug 11 22:34:46.129 INFO STEP 613 (remove_files) COMPLETE
71122026-08-11T22:34:49.338Z[ recovery-image] Aug 11 22:34:46.129 INFO O| Aug 11 22:34:46.129 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-11T22:34:49.338Z[ recovery-image] Aug 11 22:34:46.140 INFO O| Aug 11 22:34:46.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71142026-08-11T22:34:49.338Z[ recovery-image] Aug 11 22:34:46.140 INFO O| Aug 11 22:34:46.140 INFO STEP 614 (remove_files) COMPLETE
71152026-08-11T22:34:49.338Z[ recovery-image] Aug 11 22:34:46.140 INFO O| Aug 11 22:34:46.140 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-11T22:34:49.338Z[ recovery-image] Aug 11 22:34:46.150 INFO O| Aug 11 22:34:46.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71172026-08-11T22:34:49.338Z[ recovery-image] Aug 11 22:34:46.150 INFO O| Aug 11 22:34:46.150 INFO STEP 615 (remove_files) COMPLETE
71182026-08-11T22:34:49.338Z[ recovery-image] Aug 11 22:34:46.150 INFO O| Aug 11 22:34:46.150 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-11T22:34:49.338Z[ recovery-image] Aug 11 22:34:46.161 INFO O| Aug 11 22:34:46.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71202026-08-11T22:34:49.338Z[ recovery-image] Aug 11 22:34:46.161 INFO O| Aug 11 22:34:46.161 INFO STEP 616 (remove_files) COMPLETE
71212026-08-11T22:34:49.338Z[ recovery-image] Aug 11 22:34:46.161 INFO O| Aug 11 22:34:46.161 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-11T22:34:49.338Z[ recovery-image] Aug 11 22:34:46.170 INFO O| Aug 11 22:34:46.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71232026-08-11T22:34:49.338Z[ recovery-image] Aug 11 22:34:46.170 INFO O| Aug 11 22:34:46.170 INFO STEP 617 (remove_files) COMPLETE
71242026-08-11T22:34:49.338Z[ recovery-image] Aug 11 22:34:46.170 INFO O| Aug 11 22:34:46.170 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-11T22:34:49.338Z[ recovery-image] Aug 11 22:34:46.179 INFO O| Aug 11 22:34:46.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71262026-08-11T22:34:49.338Z[ recovery-image] Aug 11 22:34:46.180 INFO O| Aug 11 22:34:46.180 INFO STEP 618 (remove_files) COMPLETE
71272026-08-11T22:34:49.338Z[ recovery-image] Aug 11 22:34:46.180 INFO O| Aug 11 22:34:46.180 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-11T22:34:49.338Z[ recovery-image] Aug 11 22:34:46.189 INFO O| Aug 11 22:34:46.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71292026-08-11T22:34:49.339Z[ recovery-image] Aug 11 22:34:46.189 INFO O| Aug 11 22:34:46.189 INFO STEP 619 (remove_files) COMPLETE
71302026-08-11T22:34:49.339Z[ recovery-image] Aug 11 22:34:46.189 INFO O| Aug 11 22:34:46.189 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-11T22:34:49.339Z[ recovery-image] Aug 11 22:34:46.199 INFO O| Aug 11 22:34:46.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71322026-08-11T22:34:49.339Z[ recovery-image] Aug 11 22:34:46.199 INFO O| Aug 11 22:34:46.199 INFO STEP 620 (remove_files) COMPLETE
71332026-08-11T22:34:49.339Z[ recovery-image] Aug 11 22:34:46.199 INFO O| Aug 11 22:34:46.199 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-11T22:34:49.339Z[ recovery-image] Aug 11 22:34:46.209 INFO O| Aug 11 22:34:46.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71352026-08-11T22:34:49.339Z[ recovery-image] Aug 11 22:34:46.209 INFO O| Aug 11 22:34:46.209 INFO STEP 621 (remove_files) COMPLETE
71362026-08-11T22:34:49.339Z[ recovery-image] Aug 11 22:34:46.209 INFO O| Aug 11 22:34:46.209 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-11T22:34:49.339Z[ recovery-image] Aug 11 22:34:46.218 INFO O| Aug 11 22:34:46.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71382026-08-11T22:34:49.339Z[ recovery-image] Aug 11 22:34:46.218 INFO O| Aug 11 22:34:46.218 INFO STEP 622 (remove_files) COMPLETE
71392026-08-11T22:34:49.339Z[ recovery-image] Aug 11 22:34:46.218 INFO O| Aug 11 22:34:46.218 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-08-11T22:34:49.339Z[ recovery-image] Aug 11 22:34:46.227 INFO O| Aug 11 22:34:46.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71412026-08-11T22:34:49.339Z[ recovery-image] Aug 11 22:34:46.228 INFO O| Aug 11 22:34:46.227 INFO STEP 623 (remove_files) COMPLETE
71422026-08-11T22:34:49.339Z[ recovery-image] Aug 11 22:34:46.229 INFO O| Aug 11 22:34:46.227 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-08-11T22:34:49.340Z[ recovery-image] Aug 11 22:34:46.239 INFO O| Aug 11 22:34:46.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71442026-08-11T22:34:49.340Z[ recovery-image] Aug 11 22:34:46.239 INFO O| Aug 11 22:34:46.238 INFO STEP 624 (remove_files) COMPLETE
71452026-08-11T22:34:49.340Z[ recovery-image] Aug 11 22:34:46.239 INFO O| Aug 11 22:34:46.238 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-08-11T22:34:49.340Z[ recovery-image] Aug 11 22:34:46.250 INFO O| Aug 11 22:34:46.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71472026-08-11T22:34:49.340Z[ recovery-image] Aug 11 22:34:46.250 INFO O| Aug 11 22:34:46.250 INFO STEP 625 (remove_files) COMPLETE
71482026-08-11T22:34:49.340Z[ recovery-image] Aug 11 22:34:46.250 INFO O| Aug 11 22:34:46.250 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-08-11T22:34:49.340Z[ recovery-image] Aug 11 22:34:46.261 INFO O| Aug 11 22:34:46.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71502026-08-11T22:34:49.340Z[ recovery-image] Aug 11 22:34:46.261 INFO O| Aug 11 22:34:46.261 INFO STEP 626 (remove_files) COMPLETE
71512026-08-11T22:34:49.340Z[ recovery-image] Aug 11 22:34:46.261 INFO O| Aug 11 22:34:46.261 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-08-11T22:34:49.340Z[ recovery-image] Aug 11 22:34:46.270 INFO O| Aug 11 22:34:46.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71532026-08-11T22:34:49.340Z[ recovery-image] Aug 11 22:34:46.270 INFO O| Aug 11 22:34:46.270 INFO STEP 627 (remove_files) COMPLETE
71542026-08-11T22:34:49.340Z[ recovery-image] Aug 11 22:34:46.270 INFO O| Aug 11 22:34:46.270 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-08-11T22:34:49.340Z[ recovery-image] Aug 11 22:34:46.280 INFO O| Aug 11 22:34:46.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71562026-08-11T22:34:49.340Z[ recovery-image] Aug 11 22:34:46.280 INFO O| Aug 11 22:34:46.280 INFO STEP 628 (remove_files) COMPLETE
71572026-08-11T22:34:49.340Z[ recovery-image] Aug 11 22:34:46.280 INFO O| Aug 11 22:34:46.280 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-08-11T22:34:49.340Z[ recovery-image] Aug 11 22:34:46.293 INFO O| Aug 11 22:34:46.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71592026-08-11T22:34:49.340Z[ recovery-image] Aug 11 22:34:46.293 INFO O| Aug 11 22:34:46.292 INFO STEP 629 (remove_files) COMPLETE
71602026-08-11T22:34:49.340Z[ recovery-image] Aug 11 22:34:46.293 INFO O| Aug 11 22:34:46.292 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-08-11T22:34:49.340Z[ recovery-image] Aug 11 22:34:46.302 INFO O| Aug 11 22:34:46.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71622026-08-11T22:34:49.340Z[ recovery-image] Aug 11 22:34:46.302 INFO O| Aug 11 22:34:46.302 INFO STEP 630 (remove_files) COMPLETE
71632026-08-11T22:34:49.341Z[ recovery-image] Aug 11 22:34:46.302 INFO O| Aug 11 22:34:46.302 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-08-11T22:34:49.341Z[ recovery-image] Aug 11 22:34:46.311 INFO O| Aug 11 22:34:46.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71652026-08-11T22:34:49.341Z[ recovery-image] Aug 11 22:34:46.311 INFO O| Aug 11 22:34:46.311 INFO STEP 631 (remove_files) COMPLETE
71662026-08-11T22:34:49.341Z[ recovery-image] Aug 11 22:34:46.311 INFO O| Aug 11 22:34:46.311 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-08-11T22:34:49.341Z[ recovery-image] Aug 11 22:34:46.320 INFO O| Aug 11 22:34:46.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71682026-08-11T22:34:49.341Z[ recovery-image] Aug 11 22:34:46.320 INFO O| Aug 11 22:34:46.320 INFO STEP 632 (remove_files) COMPLETE
71692026-08-11T22:34:49.341Z[ recovery-image] Aug 11 22:34:46.320 INFO O| Aug 11 22:34:46.320 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-08-11T22:34:49.348Z[ recovery-image] Aug 11 22:34:46.331 INFO O| Aug 11 22:34:46.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71712026-08-11T22:34:49.348Z[ recovery-image] Aug 11 22:34:46.331 INFO O| Aug 11 22:34:46.331 INFO STEP 633 (remove_files) COMPLETE
71722026-08-11T22:34:49.348Z[ recovery-image] Aug 11 22:34:46.331 INFO O| Aug 11 22:34:46.331 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-08-11T22:34:49.348Z[ recovery-image] Aug 11 22:34:46.342 INFO O| Aug 11 22:34:46.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71742026-08-11T22:34:49.348Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.342 INFO STEP 634 (remove_files) COMPLETE
71752026-08-11T22:34:49.348Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.342 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-08-11T22:34:49.348Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71772026-08-11T22:34:49.348Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.352 INFO STEP 635 (remove_files) COMPLETE
71782026-08-11T22:34:49.348Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.352 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-08-11T22:34:49.349Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71802026-08-11T22:34:49.349Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.362 INFO STEP 636 (remove_files) COMPLETE
71812026-08-11T22:34:49.349Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.362 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-08-11T22:34:49.349Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71832026-08-11T22:34:49.349Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.370 INFO STEP 637 (remove_files) COMPLETE
71842026-08-11T22:34:49.349Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.370 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-08-11T22:34:49.349Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71862026-08-11T22:34:49.349Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.380 INFO STEP 638 (remove_files) COMPLETE
71872026-08-11T22:34:49.349Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.380 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-08-11T22:34:49.350Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71892026-08-11T22:34:49.350Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.389 INFO STEP 639 (remove_files) COMPLETE
71902026-08-11T22:34:49.350Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.389 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-08-11T22:34:49.350Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71922026-08-11T22:34:49.350Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.399 INFO STEP 640 (remove_files) COMPLETE
71932026-08-11T22:34:49.350Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.399 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-08-11T22:34:49.350Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
71952026-08-11T22:34:49.350Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.409 INFO STEP 641 (remove_files) COMPLETE
71962026-08-11T22:34:49.350Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.409 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-08-11T22:34:49.350Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
71982026-08-11T22:34:49.351Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.418 INFO STEP 642 (remove_files) COMPLETE
71992026-08-11T22:34:49.351Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.418 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-08-11T22:34:49.351Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72012026-08-11T22:34:49.351Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.427 INFO STEP 643 (remove_files) COMPLETE
72022026-08-11T22:34:49.351Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.427 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-08-11T22:34:49.351Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72042026-08-11T22:34:49.351Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.439 INFO STEP 644 (remove_files) COMPLETE
72052026-08-11T22:34:49.351Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.439 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-08-11T22:34:49.351Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72072026-08-11T22:34:49.351Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.449 INFO STEP 645 (remove_files) COMPLETE
72082026-08-11T22:34:49.351Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.449 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-08-11T22:34:49.351Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72102026-08-11T22:34:49.351Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.459 INFO STEP 646 (remove_files) COMPLETE
72112026-08-11T22:34:49.351Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.459 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-08-11T22:34:49.351Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72132026-08-11T22:34:49.351Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.468 INFO STEP 647 (remove_files) COMPLETE
72142026-08-11T22:34:49.351Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.468 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-08-11T22:34:49.351Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72162026-08-11T22:34:49.351Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.480 INFO STEP 648 (remove_files) COMPLETE
72172026-08-11T22:34:49.352Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.480 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-08-11T22:34:49.352Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72192026-08-11T22:34:49.352Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.490 INFO STEP 649 (remove_files) COMPLETE
72202026-08-11T22:34:49.352Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.490 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-08-11T22:34:49.352Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72222026-08-11T22:34:49.352Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.498 INFO STEP 650 (remove_files) COMPLETE
72232026-08-11T22:34:49.352Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.498 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-08-11T22:34:49.352Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72252026-08-11T22:34:49.353Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.508 INFO STEP 651 (remove_files) COMPLETE
72262026-08-11T22:34:49.353Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.508 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-08-11T22:34:49.353Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72282026-08-11T22:34:49.353Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.518 INFO STEP 652 (remove_files) COMPLETE
72292026-08-11T22:34:49.353Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.518 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-08-11T22:34:49.353Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72312026-08-11T22:34:49.353Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.527 INFO STEP 653 (remove_files) COMPLETE
72322026-08-11T22:34:49.353Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.527 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-08-11T22:34:49.354Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72342026-08-11T22:34:49.354Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.536 INFO STEP 654 (remove_files) COMPLETE
72352026-08-11T22:34:49.354Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.536 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-08-11T22:34:49.354Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72372026-08-11T22:34:49.354Z[ recovery-image] Aug 11 22:34:48.288 INFO O| Aug 11 22:34:46.544 INFO STEP 655 (remove_files) COMPLETE
72382026-08-11T22:34:49.354Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.544 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-08-11T22:34:49.354Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72402026-08-11T22:34:49.354Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.553 INFO STEP 656 (remove_files) COMPLETE
72412026-08-11T22:34:49.354Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.553 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-08-11T22:34:49.354Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72432026-08-11T22:34:49.354Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.562 INFO STEP 657 (remove_files) COMPLETE
72442026-08-11T22:34:49.354Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.562 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-08-11T22:34:49.354Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72462026-08-11T22:34:49.354Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.572 INFO STEP 658 (remove_files) COMPLETE
72472026-08-11T22:34:49.354Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.572 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-08-11T22:34:49.355Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72492026-08-11T22:34:49.355Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.581 INFO STEP 659 (remove_files) COMPLETE
72502026-08-11T22:34:49.355Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.581 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-08-11T22:34:49.355Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72522026-08-11T22:34:49.355Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.590 INFO STEP 660 (remove_files) COMPLETE
72532026-08-11T22:34:49.355Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.590 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-08-11T22:34:49.355Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72552026-08-11T22:34:49.355Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.601 INFO STEP 661 (remove_files) COMPLETE
72562026-08-11T22:34:49.355Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.601 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-08-11T22:34:49.355Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72582026-08-11T22:34:49.355Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.610 INFO STEP 662 (remove_files) COMPLETE
72592026-08-11T22:34:49.355Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.610 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-08-11T22:34:49.356Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72612026-08-11T22:34:49.356Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.618 INFO STEP 663 (remove_files) COMPLETE
72622026-08-11T22:34:49.356Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.618 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-08-11T22:34:49.357Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72642026-08-11T22:34:49.357Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.627 INFO STEP 664 (remove_files) COMPLETE
72652026-08-11T22:34:49.357Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.627 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-08-11T22:34:49.357Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72672026-08-11T22:34:49.357Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.636 INFO STEP 665 (remove_files) COMPLETE
72682026-08-11T22:34:49.357Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.636 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-08-11T22:34:49.357Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72702026-08-11T22:34:49.363Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.647 INFO STEP 666 (remove_files) COMPLETE
72712026-08-11T22:34:49.363Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.647 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-08-11T22:34:49.363Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72732026-08-11T22:34:49.363Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.656 INFO STEP 667 (remove_files) COMPLETE
72742026-08-11T22:34:49.363Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.656 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-08-11T22:34:49.363Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72762026-08-11T22:34:49.363Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.665 INFO STEP 668 (remove_files) COMPLETE
72772026-08-11T22:34:49.363Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.665 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-08-11T22:34:49.363Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72792026-08-11T22:34:49.363Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.674 INFO STEP 669 (remove_files) COMPLETE
72802026-08-11T22:34:49.363Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.674 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-08-11T22:34:49.363Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72822026-08-11T22:34:49.363Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.683 INFO STEP 670 (remove_files) COMPLETE
72832026-08-11T22:34:49.363Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.683 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-08-11T22:34:49.363Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72852026-08-11T22:34:49.363Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.693 INFO STEP 671 (remove_files) COMPLETE
72862026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.693 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72882026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.703 INFO STEP 672 (remove_files) COMPLETE
72892026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.703 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72912026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.713 INFO STEP 673 (remove_files) COMPLETE
72922026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.713 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
72942026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.723 INFO STEP 674 (remove_files) COMPLETE
72952026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.723 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
72972026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.733 INFO STEP 675 (remove_files) COMPLETE
72982026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.733 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73002026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.331 INFO O| Aug 11 22:34:46.744 INFO STEP 676 (remove_files) COMPLETE
73012026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.744 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73032026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.754 INFO STEP 677 (remove_files) COMPLETE
73042026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.754 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73062026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.765 INFO STEP 678 (remove_files) COMPLETE
73072026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.765 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-08-11T22:34:49.364Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73092026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.776 INFO STEP 679 (remove_files) COMPLETE
73102026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.776 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73122026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.790 INFO STEP 680 (remove_files) COMPLETE
73132026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.790 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73152026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.800 INFO STEP 681 (remove_files) COMPLETE
73162026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.800 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73182026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.810 INFO STEP 682 (remove_files) COMPLETE
73192026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.810 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73212026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.820 INFO STEP 683 (remove_files) COMPLETE
73222026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.820 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73242026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.831 INFO STEP 684 (remove_files) COMPLETE
73252026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.831 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73272026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.841 INFO STEP 685 (remove_files) COMPLETE
73282026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.841 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73302026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.851 INFO STEP 686 (remove_files) COMPLETE
73312026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.851 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73332026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.861 INFO STEP 687 (remove_files) COMPLETE
73342026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.861 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-08-11T22:34:49.365Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:46.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73362026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.288 INFO STEP 688 (remove_files) COMPLETE
73372026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.288 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73392026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.299 INFO STEP 689 (remove_files) COMPLETE
73402026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.299 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73422026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.308 INFO STEP 690 (remove_files) COMPLETE
73432026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.308 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73452026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.317 INFO STEP 691 (remove_files) COMPLETE
73462026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.317 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73482026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.326 INFO STEP 692 (remove_files) COMPLETE
73492026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.326 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73512026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.335 INFO STEP 693 (remove_files) COMPLETE
73522026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.335 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73542026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.344 INFO STEP 694 (remove_files) COMPLETE
73552026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.344 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73572026-08-11T22:34:49.366Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.353 INFO STEP 695 (remove_files) COMPLETE
73582026-08-11T22:34:49.367Z[ recovery-image] Aug 11 22:34:48.356 INFO O| Aug 11 22:34:48.353 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-08-11T22:34:49.367Z[ recovery-image] Aug 11 22:34:48.364 INFO O| Aug 11 22:34:48.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73602026-08-11T22:34:49.367Z[ recovery-image] Aug 11 22:34:48.364 INFO O| Aug 11 22:34:48.364 INFO STEP 696 (remove_files) COMPLETE
73612026-08-11T22:34:49.367Z[ recovery-image] Aug 11 22:34:48.364 INFO O| Aug 11 22:34:48.364 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-08-11T22:34:49.367Z[ recovery-image] Aug 11 22:34:48.374 INFO O| Aug 11 22:34:48.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73632026-08-11T22:34:49.367Z[ recovery-image] Aug 11 22:34:48.374 INFO O| Aug 11 22:34:48.374 INFO STEP 697 (remove_files) COMPLETE
73642026-08-11T22:34:49.367Z[ recovery-image] Aug 11 22:34:48.374 INFO O| Aug 11 22:34:48.374 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-08-11T22:34:49.367Z[ recovery-image] Aug 11 22:34:48.385 INFO O| Aug 11 22:34:48.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73662026-08-11T22:34:49.367Z[ recovery-image] Aug 11 22:34:48.385 INFO O| Aug 11 22:34:48.385 INFO STEP 698 (remove_files) COMPLETE
73672026-08-11T22:34:49.368Z[ recovery-image] Aug 11 22:34:48.385 INFO O| Aug 11 22:34:48.385 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-08-11T22:34:49.368Z[ recovery-image] Aug 11 22:34:48.395 INFO O| Aug 11 22:34:48.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73692026-08-11T22:34:49.368Z[ recovery-image] Aug 11 22:34:48.395 INFO O| Aug 11 22:34:48.395 INFO STEP 699 (remove_files) COMPLETE
73702026-08-11T22:34:49.373Z[ recovery-image] Aug 11 22:34:48.395 INFO O| Aug 11 22:34:48.395 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-08-11T22:34:49.373Z[ recovery-image] Aug 11 22:34:48.406 INFO O| Aug 11 22:34:48.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73722026-08-11T22:34:49.373Z[ recovery-image] Aug 11 22:34:48.406 INFO O| Aug 11 22:34:48.406 INFO STEP 700 (remove_files) COMPLETE
73732026-08-11T22:34:49.373Z[ recovery-image] Aug 11 22:34:48.406 INFO O| Aug 11 22:34:48.406 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-08-11T22:34:49.373Z[ recovery-image] Aug 11 22:34:48.416 INFO O| Aug 11 22:34:48.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73752026-08-11T22:34:49.373Z[ recovery-image] Aug 11 22:34:48.417 INFO O| Aug 11 22:34:48.416 INFO STEP 701 (remove_files) COMPLETE
73762026-08-11T22:34:49.374Z[ recovery-image] Aug 11 22:34:48.417 INFO O| Aug 11 22:34:48.417 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-08-11T22:34:49.374Z[ recovery-image] Aug 11 22:34:48.426 INFO O| Aug 11 22:34:48.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73782026-08-11T22:34:49.374Z[ recovery-image] Aug 11 22:34:48.426 INFO O| Aug 11 22:34:48.426 INFO STEP 702 (remove_files) COMPLETE
73792026-08-11T22:34:49.374Z[ recovery-image] Aug 11 22:34:48.426 INFO O| Aug 11 22:34:48.426 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-08-11T22:34:49.374Z[ recovery-image] Aug 11 22:34:48.436 INFO O| Aug 11 22:34:48.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73812026-08-11T22:34:49.374Z[ recovery-image] Aug 11 22:34:48.436 INFO O| Aug 11 22:34:48.436 INFO STEP 703 (remove_files) COMPLETE
73822026-08-11T22:34:49.375Z[ recovery-image] Aug 11 22:34:48.436 INFO O| Aug 11 22:34:48.436 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-08-11T22:34:49.375Z[ recovery-image] Aug 11 22:34:48.445 INFO O| Aug 11 22:34:48.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73842026-08-11T22:34:49.375Z[ recovery-image] Aug 11 22:34:48.445 INFO O| Aug 11 22:34:48.445 INFO STEP 704 (remove_files) COMPLETE
73852026-08-11T22:34:49.375Z[ recovery-image] Aug 11 22:34:48.445 INFO O| Aug 11 22:34:48.445 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-08-11T22:34:49.375Z[ recovery-image] Aug 11 22:34:48.454 INFO O| Aug 11 22:34:48.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73872026-08-11T22:34:49.375Z[ recovery-image] Aug 11 22:34:48.454 INFO O| Aug 11 22:34:48.454 INFO STEP 705 (remove_files) COMPLETE
73882026-08-11T22:34:49.375Z[ recovery-image] Aug 11 22:34:48.454 INFO O| Aug 11 22:34:48.454 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-08-11T22:34:49.375Z[ recovery-image] Aug 11 22:34:48.463 INFO O| Aug 11 22:34:48.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73902026-08-11T22:34:49.376Z[ recovery-image] Aug 11 22:34:48.463 INFO O| Aug 11 22:34:48.463 INFO STEP 706 (remove_files) COMPLETE
73912026-08-11T22:34:49.376Z[ recovery-image] Aug 11 22:34:48.463 INFO O| Aug 11 22:34:48.463 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-08-11T22:34:49.376Z[ recovery-image] Aug 11 22:34:48.472 INFO O| Aug 11 22:34:48.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
73932026-08-11T22:34:49.376Z[ recovery-image] Aug 11 22:34:48.472 INFO O| Aug 11 22:34:48.472 INFO STEP 707 (remove_files) COMPLETE
73942026-08-11T22:34:49.376Z[ recovery-image] Aug 11 22:34:48.472 INFO O| Aug 11 22:34:48.472 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-08-11T22:34:49.376Z[ recovery-image] Aug 11 22:34:48.481 INFO O| Aug 11 22:34:48.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
73962026-08-11T22:34:49.376Z[ recovery-image] Aug 11 22:34:48.481 INFO O| Aug 11 22:34:48.481 INFO STEP 708 (remove_files) COMPLETE
73972026-08-11T22:34:49.376Z[ recovery-image] Aug 11 22:34:48.481 INFO O| Aug 11 22:34:48.481 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-08-11T22:34:49.376Z[ recovery-image] Aug 11 22:34:48.491 INFO O| Aug 11 22:34:48.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
73992026-08-11T22:34:49.376Z[ recovery-image] Aug 11 22:34:48.491 INFO O| Aug 11 22:34:48.491 INFO STEP 709 (remove_files) COMPLETE
74002026-08-11T22:34:49.376Z[ recovery-image] Aug 11 22:34:48.491 INFO O| Aug 11 22:34:48.491 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-08-11T22:34:49.381Z[ recovery-image] Aug 11 22:34:48.500 INFO O| Aug 11 22:34:48.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74022026-08-11T22:34:49.381Z[ recovery-image] Aug 11 22:34:48.501 INFO O| Aug 11 22:34:48.501 INFO STEP 710 (remove_files) COMPLETE
74032026-08-11T22:34:49.381Z[ recovery-image] Aug 11 22:34:48.501 INFO O| Aug 11 22:34:48.501 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-08-11T22:34:49.389Z[ recovery-image] Aug 11 22:34:48.511 INFO O| Aug 11 22:34:48.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74052026-08-11T22:34:49.389Z[ recovery-image] Aug 11 22:34:48.511 INFO O| Aug 11 22:34:48.511 INFO STEP 711 (remove_files) COMPLETE
74062026-08-11T22:34:49.389Z[ recovery-image] Aug 11 22:34:48.511 INFO O| Aug 11 22:34:48.511 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-08-11T22:34:49.442Z[ recovery-image] Aug 11 22:34:48.520 INFO O| Aug 11 22:34:48.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74082026-08-11T22:34:49.442Z[ recovery-image] Aug 11 22:34:48.520 INFO O| Aug 11 22:34:48.520 INFO STEP 712 (remove_files) COMPLETE
74092026-08-11T22:34:49.442Z[ recovery-image] Aug 11 22:34:48.520 INFO O| Aug 11 22:34:48.520 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-08-11T22:34:49.458Z[ recovery-image] Aug 11 22:34:48.530 INFO O| Aug 11 22:34:48.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74112026-08-11T22:34:49.458Z[ recovery-image] Aug 11 22:34:48.530 INFO O| Aug 11 22:34:48.530 INFO STEP 713 (remove_files) COMPLETE
74122026-08-11T22:34:49.458Z[ recovery-image] Aug 11 22:34:48.530 INFO O| Aug 11 22:34:48.530 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-08-11T22:34:49.458Z[ recovery-image] Aug 11 22:34:48.539 INFO O| Aug 11 22:34:48.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74142026-08-11T22:34:49.458Z[ recovery-image] Aug 11 22:34:48.539 INFO O| Aug 11 22:34:48.539 INFO STEP 714 (remove_files) COMPLETE
74152026-08-11T22:34:49.459Z[ recovery-image] Aug 11 22:34:48.539 INFO O| Aug 11 22:34:48.539 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-08-11T22:34:49.459Z[ recovery-image] Aug 11 22:34:48.548 INFO O| Aug 11 22:34:48.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74172026-08-11T22:34:49.459Z[ recovery-image] Aug 11 22:34:48.548 INFO O| Aug 11 22:34:48.548 INFO STEP 715 (remove_files) COMPLETE
74182026-08-11T22:34:49.459Z[ recovery-image] Aug 11 22:34:48.548 INFO O| Aug 11 22:34:48.548 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-08-11T22:34:49.459Z[ recovery-image] Aug 11 22:34:48.558 INFO O| Aug 11 22:34:48.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74202026-08-11T22:34:49.459Z[ recovery-image] Aug 11 22:34:48.559 INFO O| Aug 11 22:34:48.559 INFO STEP 716 (remove_files) COMPLETE
74212026-08-11T22:34:49.459Z[ recovery-image] Aug 11 22:34:48.559 INFO O| Aug 11 22:34:48.559 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-08-11T22:34:49.459Z[ recovery-image] Aug 11 22:34:48.568 INFO O| Aug 11 22:34:48.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74232026-08-11T22:34:49.490Z[ recovery-image] Aug 11 22:34:48.569 INFO O| Aug 11 22:34:48.569 INFO STEP 717 (remove_files) COMPLETE
74242026-08-11T22:34:49.490Z[ recovery-image] Aug 11 22:34:48.569 INFO O| Aug 11 22:34:48.569 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-08-11T22:34:49.490Z[ recovery-image] Aug 11 22:34:48.579 INFO O| Aug 11 22:34:48.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74262026-08-11T22:34:49.490Z[ recovery-image] Aug 11 22:34:48.579 INFO O| Aug 11 22:34:48.579 INFO STEP 718 (remove_files) COMPLETE
74272026-08-11T22:34:49.491Z[ recovery-image] Aug 11 22:34:48.579 INFO O| Aug 11 22:34:48.579 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-08-11T22:34:49.491Z[ recovery-image] Aug 11 22:34:48.589 INFO O| Aug 11 22:34:48.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74292026-08-11T22:34:49.491Z[ recovery-image] Aug 11 22:34:48.589 INFO O| Aug 11 22:34:48.589 INFO STEP 719 (remove_files) COMPLETE
74302026-08-11T22:34:49.491Z[ recovery-image] Aug 11 22:34:48.589 INFO O| Aug 11 22:34:48.589 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-08-11T22:34:49.531Z[ recovery-image] Aug 11 22:34:48.598 INFO O| Aug 11 22:34:48.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74322026-08-11T22:34:49.532Z[ recovery-image] Aug 11 22:34:48.598 INFO O| Aug 11 22:34:48.598 INFO STEP 720 (remove_files) COMPLETE
74332026-08-11T22:34:49.532Z[ recovery-image] Aug 11 22:34:48.598 INFO O| Aug 11 22:34:48.598 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-08-11T22:34:49.532Z[ recovery-image] Aug 11 22:34:48.608 INFO O| Aug 11 22:34:48.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74352026-08-11T22:34:49.532Z[ recovery-image] Aug 11 22:34:48.608 INFO O| Aug 11 22:34:48.608 INFO STEP 721 (remove_files) COMPLETE
74362026-08-11T22:34:49.532Z[ recovery-image] Aug 11 22:34:48.608 INFO O| Aug 11 22:34:48.608 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-08-11T22:34:49.532Z[ recovery-image] Aug 11 22:34:48.618 INFO O| Aug 11 22:34:48.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74382026-08-11T22:34:49.532Z[ recovery-image] Aug 11 22:34:48.618 INFO O| Aug 11 22:34:48.618 INFO STEP 722 (remove_files) COMPLETE
74392026-08-11T22:34:49.532Z[ recovery-image] Aug 11 22:34:48.618 INFO O| Aug 11 22:34:48.618 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-08-11T22:34:49.545Z[ recovery-image] Aug 11 22:34:48.627 INFO O| Aug 11 22:34:48.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74412026-08-11T22:34:49.545Z[ recovery-image] Aug 11 22:34:48.627 INFO O| Aug 11 22:34:48.627 INFO STEP 723 (remove_files) COMPLETE
74422026-08-11T22:34:49.545Z[ recovery-image] Aug 11 22:34:48.627 INFO O| Aug 11 22:34:48.627 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-08-11T22:34:49.545Z[ recovery-image] Aug 11 22:34:48.636 INFO O| Aug 11 22:34:48.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74442026-08-11T22:34:49.545Z[ recovery-image] Aug 11 22:34:48.636 INFO O| Aug 11 22:34:48.636 INFO STEP 724 (remove_files) COMPLETE
74452026-08-11T22:34:49.545Z[ recovery-image] Aug 11 22:34:48.636 INFO O| Aug 11 22:34:48.636 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-08-11T22:34:49.545Z[ recovery-image] Aug 11 22:34:48.645 INFO O| Aug 11 22:34:48.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74472026-08-11T22:34:49.545Z[ recovery-image] Aug 11 22:34:48.645 INFO O| Aug 11 22:34:48.645 INFO STEP 725 (remove_files) COMPLETE
74482026-08-11T22:34:49.545Z[ recovery-image] Aug 11 22:34:48.645 INFO O| Aug 11 22:34:48.645 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-08-11T22:34:49.545Z[ recovery-image] Aug 11 22:34:48.655 INFO O| Aug 11 22:34:48.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74502026-08-11T22:34:49.545Z[ recovery-image] Aug 11 22:34:48.655 INFO O| Aug 11 22:34:48.655 INFO STEP 726 (remove_files) COMPLETE
74512026-08-11T22:34:49.548Z[ recovery-image] Aug 11 22:34:48.655 INFO O| Aug 11 22:34:48.655 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-08-11T22:34:49.554Z[ recovery-image] Aug 11 22:34:48.664 INFO O| Aug 11 22:34:48.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74532026-08-11T22:34:49.554Z[ recovery-image] Aug 11 22:34:48.664 INFO O| Aug 11 22:34:48.664 INFO STEP 727 (remove_files) COMPLETE
74542026-08-11T22:34:49.554Z[ recovery-image] Aug 11 22:34:48.664 INFO O| Aug 11 22:34:48.664 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-08-11T22:34:49.558Z[ recovery-image] Aug 11 22:34:48.674 INFO O| Aug 11 22:34:48.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74562026-08-11T22:34:49.558Z[ recovery-image] Aug 11 22:34:48.675 INFO O| Aug 11 22:34:48.675 INFO STEP 728 (remove_files) COMPLETE
74572026-08-11T22:34:49.558Z[ recovery-image] Aug 11 22:34:48.675 INFO O| Aug 11 22:34:48.675 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-08-11T22:34:49.564Z[ recovery-image] Aug 11 22:34:48.684 INFO O| Aug 11 22:34:48.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74592026-08-11T22:34:49.564Z[ recovery-image] Aug 11 22:34:48.684 INFO O| Aug 11 22:34:48.684 INFO STEP 729 (remove_files) COMPLETE
74602026-08-11T22:34:49.564Z[ recovery-image] Aug 11 22:34:48.684 INFO O| Aug 11 22:34:48.684 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-08-11T22:34:49.587Z[ recovery-image] Aug 11 22:34:48.695 INFO O| Aug 11 22:34:48.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74622026-08-11T22:34:49.587Z[ recovery-image] Aug 11 22:34:48.695 INFO O| Aug 11 22:34:48.695 INFO STEP 730 (remove_files) COMPLETE
74632026-08-11T22:34:49.587Z[ recovery-image] Aug 11 22:34:48.695 INFO O| Aug 11 22:34:48.695 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-08-11T22:34:49.588Z[ recovery-image] Aug 11 22:34:48.704 INFO O| Aug 11 22:34:48.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74652026-08-11T22:34:49.588Z[ recovery-image] Aug 11 22:34:48.704 INFO O| Aug 11 22:34:48.704 INFO STEP 731 (remove_files) COMPLETE
74662026-08-11T22:34:49.588Z[ recovery-image] Aug 11 22:34:48.705 INFO O| Aug 11 22:34:48.704 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-08-11T22:34:49.595Z[ recovery-image] Aug 11 22:34:48.714 INFO O| Aug 11 22:34:48.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74682026-08-11T22:34:49.595Z[ recovery-image] Aug 11 22:34:48.714 INFO O| Aug 11 22:34:48.714 INFO STEP 732 (remove_files) COMPLETE
74692026-08-11T22:34:49.603Z[ recovery-image] Aug 11 22:34:48.714 INFO O| Aug 11 22:34:48.714 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-08-11T22:34:49.603Z[ recovery-image] Aug 11 22:34:48.723 INFO O| Aug 11 22:34:48.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74712026-08-11T22:34:49.603Z[ recovery-image] Aug 11 22:34:48.723 INFO O| Aug 11 22:34:48.723 INFO STEP 733 (remove_files) COMPLETE
74722026-08-11T22:34:49.603Z[ recovery-image] Aug 11 22:34:48.723 INFO O| Aug 11 22:34:48.723 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-08-11T22:34:49.615Z[ recovery-image] Aug 11 22:34:48.731 INFO O| Aug 11 22:34:48.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74742026-08-11T22:34:49.615Z[ recovery-image] Aug 11 22:34:48.732 INFO O| Aug 11 22:34:48.732 INFO STEP 734 (remove_files) COMPLETE
74752026-08-11T22:34:49.615Z[ recovery-image] Aug 11 22:34:48.732 INFO O| Aug 11 22:34:48.732 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-08-11T22:34:49.619Z[ recovery-image] Aug 11 22:34:48.740 INFO O| Aug 11 22:34:48.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74772026-08-11T22:34:49.620Z[ recovery-image] Aug 11 22:34:48.740 INFO O| Aug 11 22:34:48.740 INFO STEP 735 (remove_files) COMPLETE
74782026-08-11T22:34:49.620Z[ recovery-image] Aug 11 22:34:48.740 INFO O| Aug 11 22:34:48.740 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-08-11T22:34:49.628Z[ recovery-image] Aug 11 22:34:48.749 INFO O| Aug 11 22:34:48.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74802026-08-11T22:34:49.628Z[ recovery-image] Aug 11 22:34:48.749 INFO O| Aug 11 22:34:48.749 INFO STEP 736 (remove_files) COMPLETE
74812026-08-11T22:34:49.628Z[ recovery-image] Aug 11 22:34:48.749 INFO O| Aug 11 22:34:48.749 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-08-11T22:34:49.638Z[ recovery-image] Aug 11 22:34:48.758 INFO O| Aug 11 22:34:48.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74832026-08-11T22:34:49.638Z[ recovery-image] Aug 11 22:34:48.758 INFO O| Aug 11 22:34:48.758 INFO STEP 737 (remove_files) COMPLETE
74842026-08-11T22:34:49.638Z[ recovery-image] Aug 11 22:34:48.758 INFO O| Aug 11 22:34:48.758 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-08-11T22:34:49.645Z[ recovery-image] Aug 11 22:34:48.766 INFO O| Aug 11 22:34:48.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74862026-08-11T22:34:49.645Z[ recovery-image] Aug 11 22:34:48.766 INFO O| Aug 11 22:34:48.766 INFO STEP 738 (remove_files) COMPLETE
74872026-08-11T22:34:49.645Z[ recovery-image] Aug 11 22:34:48.766 INFO O| Aug 11 22:34:48.766 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-08-11T22:34:49.655Z[ recovery-image] Aug 11 22:34:48.775 INFO O| Aug 11 22:34:48.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74892026-08-11T22:34:49.655Z[ recovery-image] Aug 11 22:34:48.776 INFO O| Aug 11 22:34:48.776 INFO STEP 739 (remove_files) COMPLETE
74902026-08-11T22:34:49.655Z[ recovery-image] Aug 11 22:34:48.776 INFO O| Aug 11 22:34:48.776 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-08-11T22:34:49.670Z[ recovery-image] Aug 11 22:34:48.784 INFO O| Aug 11 22:34:48.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
74922026-08-11T22:34:49.670Z[ recovery-image] Aug 11 22:34:48.784 INFO O| Aug 11 22:34:48.784 INFO STEP 740 (remove_files) COMPLETE
74932026-08-11T22:34:49.670Z[ recovery-image] Aug 11 22:34:48.784 INFO O| Aug 11 22:34:48.784 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-08-11T22:34:49.675Z[ recovery-image] Aug 11 22:34:48.793 INFO O| Aug 11 22:34:48.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
74952026-08-11T22:34:49.675Z[ recovery-image] Aug 11 22:34:48.793 INFO O| Aug 11 22:34:48.793 INFO STEP 741 (remove_files) COMPLETE
74962026-08-11T22:34:49.675Z[ recovery-image] Aug 11 22:34:48.793 INFO O| Aug 11 22:34:48.793 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-08-11T22:34:49.681Z[ recovery-image] Aug 11 22:34:48.802 INFO O| Aug 11 22:34:48.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
74982026-08-11T22:34:49.681Z[ recovery-image] Aug 11 22:34:48.802 INFO O| Aug 11 22:34:48.802 INFO STEP 742 (remove_files) COMPLETE
74992026-08-11T22:34:49.686Z[ recovery-image] Aug 11 22:34:48.802 INFO O| Aug 11 22:34:48.802 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-08-11T22:34:49.691Z[ recovery-image] Aug 11 22:34:48.811 INFO O| Aug 11 22:34:48.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75012026-08-11T22:34:49.691Z[ recovery-image] Aug 11 22:34:48.811 INFO O| Aug 11 22:34:48.811 INFO STEP 743 (remove_files) COMPLETE
75022026-08-11T22:34:49.691Z[ recovery-image] Aug 11 22:34:48.811 INFO O| Aug 11 22:34:48.811 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-08-11T22:34:49.711Z[ recovery-image] Aug 11 22:34:48.822 INFO O| Aug 11 22:34:48.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75042026-08-11T22:34:49.711Z[ recovery-image] Aug 11 22:34:48.822 INFO O| Aug 11 22:34:48.822 INFO STEP 744 (remove_files) COMPLETE
75052026-08-11T22:34:49.716Z[ recovery-image] Aug 11 22:34:48.822 INFO O| Aug 11 22:34:48.822 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-08-11T22:34:49.716Z[ recovery-image] Aug 11 22:34:48.831 INFO O| Aug 11 22:34:48.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75072026-08-11T22:34:49.716Z[ recovery-image] Aug 11 22:34:48.831 INFO O| Aug 11 22:34:48.831 INFO STEP 745 (remove_files) COMPLETE
75082026-08-11T22:34:49.716Z[ recovery-image] Aug 11 22:34:48.831 INFO O| Aug 11 22:34:48.831 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-08-11T22:34:49.721Z[ recovery-image] Aug 11 22:34:48.841 INFO O| Aug 11 22:34:48.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75102026-08-11T22:34:49.721Z[ recovery-image] Aug 11 22:34:48.841 INFO O| Aug 11 22:34:48.841 INFO STEP 746 (remove_files) COMPLETE
75112026-08-11T22:34:49.721Z[ recovery-image] Aug 11 22:34:48.841 INFO O| Aug 11 22:34:48.841 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-08-11T22:34:49.730Z[ recovery-image] Aug 11 22:34:48.850 INFO O| Aug 11 22:34:48.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75132026-08-11T22:34:49.730Z[ recovery-image] Aug 11 22:34:48.850 INFO O| Aug 11 22:34:48.850 INFO STEP 747 (remove_files) COMPLETE
75142026-08-11T22:34:49.730Z[ recovery-image] Aug 11 22:34:48.850 INFO O| Aug 11 22:34:48.850 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-08-11T22:34:49.738Z[ recovery-image] Aug 11 22:34:48.859 INFO O| Aug 11 22:34:48.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75162026-08-11T22:34:49.739Z[ recovery-image] Aug 11 22:34:48.859 INFO O| Aug 11 22:34:48.859 INFO STEP 748 (remove_files) COMPLETE
75172026-08-11T22:34:49.739Z[ recovery-image] Aug 11 22:34:48.859 INFO O| Aug 11 22:34:48.859 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-08-11T22:34:49.748Z[ recovery-image] Aug 11 22:34:48.869 INFO O| Aug 11 22:34:48.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75192026-08-11T22:34:49.748Z[ recovery-image] Aug 11 22:34:48.869 INFO O| Aug 11 22:34:48.869 INFO STEP 749 (remove_files) COMPLETE
75202026-08-11T22:34:49.748Z[ recovery-image] Aug 11 22:34:48.869 INFO O| Aug 11 22:34:48.869 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-08-11T22:34:49.758Z[ recovery-image] Aug 11 22:34:48.879 INFO O| Aug 11 22:34:48.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75222026-08-11T22:34:49.758Z[ recovery-image] Aug 11 22:34:48.879 INFO O| Aug 11 22:34:48.879 INFO STEP 750 (remove_files) COMPLETE
75232026-08-11T22:34:49.758Z[ recovery-image] Aug 11 22:34:48.879 INFO O| Aug 11 22:34:48.879 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-08-11T22:34:49.768Z[ recovery-image] Aug 11 22:34:48.889 INFO O| Aug 11 22:34:48.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75252026-08-11T22:34:49.768Z[ recovery-image] Aug 11 22:34:48.889 INFO O| Aug 11 22:34:48.889 INFO STEP 751 (remove_files) COMPLETE
75262026-08-11T22:34:49.768Z[ recovery-image] Aug 11 22:34:48.889 INFO O| Aug 11 22:34:48.889 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-08-11T22:34:49.776Z[ recovery-image] Aug 11 22:34:48.897 INFO O| Aug 11 22:34:48.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75282026-08-11T22:34:49.776Z[ recovery-image] Aug 11 22:34:48.897 INFO O| Aug 11 22:34:48.897 INFO STEP 752 (remove_files) COMPLETE
75292026-08-11T22:34:49.776Z[ recovery-image] Aug 11 22:34:48.897 INFO O| Aug 11 22:34:48.897 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-08-11T22:34:49.793Z[ recovery-image] Aug 11 22:34:48.905 INFO O| Aug 11 22:34:48.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75312026-08-11T22:34:49.793Z[ recovery-image] Aug 11 22:34:48.905 INFO O| Aug 11 22:34:48.905 INFO STEP 753 (remove_files) COMPLETE
75322026-08-11T22:34:49.794Z[ recovery-image] Aug 11 22:34:48.905 INFO O| Aug 11 22:34:48.905 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-08-11T22:34:49.797Z[ recovery-image] Aug 11 22:34:48.913 INFO O| Aug 11 22:34:48.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75342026-08-11T22:34:49.797Z[ recovery-image] Aug 11 22:34:48.914 INFO O| Aug 11 22:34:48.914 INFO STEP 754 (remove_files) COMPLETE
75352026-08-11T22:34:49.797Z[ recovery-image] Aug 11 22:34:48.914 INFO O| Aug 11 22:34:48.914 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-08-11T22:34:49.802Z[ recovery-image] Aug 11 22:34:48.922 INFO O| Aug 11 22:34:48.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75372026-08-11T22:34:49.802Z[ recovery-image] Aug 11 22:34:48.922 INFO O| Aug 11 22:34:48.922 INFO STEP 755 (remove_files) COMPLETE
75382026-08-11T22:34:49.802Z[ recovery-image] Aug 11 22:34:48.922 INFO O| Aug 11 22:34:48.922 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-08-11T22:34:49.810Z[ recovery-image] Aug 11 22:34:48.931 INFO O| Aug 11 22:34:48.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75402026-08-11T22:34:49.810Z[ recovery-image] Aug 11 22:34:48.931 INFO O| Aug 11 22:34:48.931 INFO STEP 756 (remove_files) COMPLETE
75412026-08-11T22:34:49.810Z[ recovery-image] Aug 11 22:34:48.931 INFO O| Aug 11 22:34:48.931 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-08-11T22:34:49.820Z[ recovery-image] Aug 11 22:34:48.941 INFO O| Aug 11 22:34:48.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75432026-08-11T22:34:49.820Z[ recovery-image] Aug 11 22:34:48.941 INFO O| Aug 11 22:34:48.941 INFO STEP 757 (remove_files) COMPLETE
75442026-08-11T22:34:49.820Z[ recovery-image] Aug 11 22:34:48.941 INFO O| Aug 11 22:34:48.941 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-08-11T22:34:49.830Z[ recovery-image] Aug 11 22:34:48.951 INFO O| Aug 11 22:34:48.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75462026-08-11T22:34:49.834Z[ recovery-image] Aug 11 22:34:48.951 INFO O| Aug 11 22:34:48.951 INFO STEP 758 (remove_files) COMPLETE
75472026-08-11T22:34:49.834Z[ recovery-image] Aug 11 22:34:48.951 INFO O| Aug 11 22:34:48.951 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-08-11T22:34:49.838Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
75492026-08-11T22:34:49.841Z[ recovery-image] Aug 11 22:34:48.961 INFO O| Aug 11 22:34:48.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75502026-08-11T22:34:49.841Z[ recovery-image] Aug 11 22:34:48.961 INFO O| Aug 11 22:34:48.961 INFO STEP 759 (remove_files) COMPLETE
75512026-08-11T22:34:49.841Z[ recovery-image] Aug 11 22:34:48.961 INFO O| Aug 11 22:34:48.961 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-08-11T22:34:49.851Z[ recovery-image] Aug 11 22:34:48.971 INFO O| Aug 11 22:34:48.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75532026-08-11T22:34:49.854Z[ recovery-image] Aug 11 22:34:48.972 INFO O| Aug 11 22:34:48.972 INFO STEP 760 (remove_files) COMPLETE
75542026-08-11T22:34:49.854Z[ recovery-image] Aug 11 22:34:48.972 INFO O| Aug 11 22:34:48.972 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-11T22:34:49.861Z[ recovery-image] Aug 11 22:34:48.982 INFO O| Aug 11 22:34:48.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75562026-08-11T22:34:49.861Z[ recovery-image] Aug 11 22:34:48.982 INFO O| Aug 11 22:34:48.982 INFO STEP 761 (remove_files) COMPLETE
75572026-08-11T22:34:49.861Z[ recovery-image] Aug 11 22:34:48.982 INFO O| Aug 11 22:34:48.982 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-11T22:34:49.871Z[ recovery-image] Aug 11 22:34:48.992 INFO O| Aug 11 22:34:48.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75592026-08-11T22:34:49.871Z[ recovery-image] Aug 11 22:34:48.992 INFO O| Aug 11 22:34:48.992 INFO STEP 762 (remove_files) COMPLETE
75602026-08-11T22:34:49.875Z[ recovery-image] Aug 11 22:34:48.992 INFO O| Aug 11 22:34:48.992 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-11T22:34:49.881Z[ recovery-image] Aug 11 22:34:49.002 INFO O| Aug 11 22:34:49.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75622026-08-11T22:34:49.882Z[ recovery-image] Aug 11 22:34:49.002 INFO O| Aug 11 22:34:49.002 INFO STEP 763 (remove_files) COMPLETE
75632026-08-11T22:34:49.882Z[ recovery-image] Aug 11 22:34:49.002 INFO O| Aug 11 22:34:49.002 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-11T22:34:49.892Z[ recovery-image] Aug 11 22:34:49.012 INFO O| Aug 11 22:34:49.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75652026-08-11T22:34:49.892Z[ recovery-image] Aug 11 22:34:49.012 INFO O| Aug 11 22:34:49.012 INFO STEP 764 (remove_files) COMPLETE
75662026-08-11T22:34:49.892Z[ recovery-image] Aug 11 22:34:49.012 INFO O| Aug 11 22:34:49.012 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-08-11T22:34:49.902Z[ recovery-image] Aug 11 22:34:49.022 INFO O| Aug 11 22:34:49.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75682026-08-11T22:34:49.902Z[ recovery-image] Aug 11 22:34:49.022 INFO O| Aug 11 22:34:49.022 INFO STEP 765 (remove_files) COMPLETE
75692026-08-11T22:34:49.902Z[ recovery-image] Aug 11 22:34:49.022 INFO O| Aug 11 22:34:49.022 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-11T22:34:49.910Z[ recovery-image] Aug 11 22:34:49.031 INFO O| Aug 11 22:34:49.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75712026-08-11T22:34:49.910Z[ recovery-image] Aug 11 22:34:49.031 INFO O| Aug 11 22:34:49.031 INFO STEP 766 (remove_files) COMPLETE
75722026-08-11T22:34:49.910Z[ recovery-image] Aug 11 22:34:49.031 INFO O| Aug 11 22:34:49.031 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-11T22:34:49.918Z[ recovery-image] Aug 11 22:34:49.039 INFO O| Aug 11 22:34:49.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75742026-08-11T22:34:49.918Z[ recovery-image] Aug 11 22:34:49.039 INFO O| Aug 11 22:34:49.039 INFO STEP 767 (remove_files) COMPLETE
75752026-08-11T22:34:49.918Z[ recovery-image] Aug 11 22:34:49.039 INFO O| Aug 11 22:34:49.039 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-08-11T22:34:49.926Z[ recovery-image] Aug 11 22:34:49.047 INFO O| Aug 11 22:34:49.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75772026-08-11T22:34:49.926Z[ recovery-image] Aug 11 22:34:49.047 INFO O| Aug 11 22:34:49.047 INFO STEP 768 (remove_files) COMPLETE
75782026-08-11T22:34:49.926Z[ recovery-image] Aug 11 22:34:49.047 INFO O| Aug 11 22:34:49.047 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-08-11T22:34:49.940Z[ recovery-image] Aug 11 22:34:49.061 INFO O| Aug 11 22:34:49.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75802026-08-11T22:34:49.940Z[ recovery-image] Aug 11 22:34:49.061 INFO O| Aug 11 22:34:49.061 INFO STEP 769 (remove_files) COMPLETE
75812026-08-11T22:34:49.940Z[ recovery-image] Aug 11 22:34:49.061 INFO O| Aug 11 22:34:49.061 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-08-11T22:34:49.952Z[ recovery-image] Aug 11 22:34:49.072 INFO O| Aug 11 22:34:49.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75832026-08-11T22:34:49.952Z[ recovery-image] Aug 11 22:34:49.072 INFO O| Aug 11 22:34:49.072 INFO STEP 770 (remove_files) COMPLETE
75842026-08-11T22:34:49.952Z[ recovery-image] Aug 11 22:34:49.072 INFO O| Aug 11 22:34:49.072 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-08-11T22:34:49.962Z[ recovery-image] Aug 11 22:34:49.082 INFO O| Aug 11 22:34:49.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75862026-08-11T22:34:49.962Z[ recovery-image] Aug 11 22:34:49.082 INFO O| Aug 11 22:34:49.082 INFO STEP 771 (remove_files) COMPLETE
75872026-08-11T22:34:49.967Z[ recovery-image] Aug 11 22:34:49.082 INFO O| Aug 11 22:34:49.082 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-11T22:34:49.974Z[ recovery-image] Aug 11 22:34:49.094 INFO O| Aug 11 22:34:49.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75892026-08-11T22:34:49.978Z[ recovery-image] Aug 11 22:34:49.094 INFO O| Aug 11 22:34:49.094 INFO STEP 772 (remove_files) COMPLETE
75902026-08-11T22:34:49.978Z[ recovery-image] Aug 11 22:34:49.094 INFO O| Aug 11 22:34:49.094 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-11T22:34:50.021Z[ recovery-image] Aug 11 22:34:49.108 INFO O| Aug 11 22:34:49.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75922026-08-11T22:34:50.021Z[ recovery-image] Aug 11 22:34:49.108 INFO O| Aug 11 22:34:49.108 INFO STEP 773 (remove_files) COMPLETE
75932026-08-11T22:34:50.021Z[ recovery-image] Aug 11 22:34:49.108 INFO O| Aug 11 22:34:49.108 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-11T22:34:50.021Z[ recovery-image] Aug 11 22:34:49.118 INFO O| Aug 11 22:34:49.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
75952026-08-11T22:34:50.021Z[ recovery-image] Aug 11 22:34:49.118 INFO O| Aug 11 22:34:49.118 INFO STEP 774 (remove_files) COMPLETE
75962026-08-11T22:34:50.024Z[ recovery-image] Aug 11 22:34:49.118 INFO O| Aug 11 22:34:49.118 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-11T22:34:50.024Z[ recovery-image] Aug 11 22:34:49.129 INFO O| Aug 11 22:34:49.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
75982026-08-11T22:34:50.024Z[ recovery-image] Aug 11 22:34:49.129 INFO O| Aug 11 22:34:49.129 INFO STEP 775 (remove_files) COMPLETE
75992026-08-11T22:34:50.024Z[ recovery-image] Aug 11 22:34:49.129 INFO O| Aug 11 22:34:49.129 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-08-11T22:34:50.024Z[ recovery-image] Aug 11 22:34:49.139 INFO O| Aug 11 22:34:49.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76012026-08-11T22:34:50.024Z[ recovery-image] Aug 11 22:34:49.139 INFO O| Aug 11 22:34:49.139 INFO STEP 776 (remove_files) COMPLETE
76022026-08-11T22:34:50.024Z[ recovery-image] Aug 11 22:34:49.139 INFO O| Aug 11 22:34:49.139 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-08-11T22:34:50.028Z[ recovery-image] Aug 11 22:34:49.148 INFO O| Aug 11 22:34:49.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76042026-08-11T22:34:50.028Z[ recovery-image] Aug 11 22:34:49.148 INFO O| Aug 11 22:34:49.148 INFO STEP 777 (remove_files) COMPLETE
76052026-08-11T22:34:50.028Z[ recovery-image] Aug 11 22:34:49.148 INFO O| Aug 11 22:34:49.148 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-08-11T22:34:50.042Z[ recovery-image] Aug 11 22:34:49.163 INFO O| Aug 11 22:34:49.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76072026-08-11T22:34:50.042Z[ recovery-image] Aug 11 22:34:49.163 INFO O| Aug 11 22:34:49.163 INFO STEP 778 (remove_files) COMPLETE
76082026-08-11T22:34:50.042Z[ recovery-image] Aug 11 22:34:49.163 INFO O| Aug 11 22:34:49.163 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-08-11T22:34:50.054Z[ recovery-image] Aug 11 22:34:49.174 INFO O| Aug 11 22:34:49.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76102026-08-11T22:34:50.054Z[ recovery-image] Aug 11 22:34:49.174 INFO O| Aug 11 22:34:49.174 INFO STEP 779 (remove_files) COMPLETE
76112026-08-11T22:34:50.054Z[ recovery-image] Aug 11 22:34:49.174 INFO O| Aug 11 22:34:49.174 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-08-11T22:34:50.063Z[ recovery-image] Aug 11 22:34:49.184 INFO O| Aug 11 22:34:49.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76132026-08-11T22:34:50.063Z[ recovery-image] Aug 11 22:34:49.184 INFO O| Aug 11 22:34:49.184 INFO STEP 780 (remove_files) COMPLETE
76142026-08-11T22:34:50.063Z[ recovery-image] Aug 11 22:34:49.184 INFO O| Aug 11 22:34:49.184 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-08-11T22:34:50.072Z[ recovery-image] Aug 11 22:34:49.193 INFO O| Aug 11 22:34:49.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76162026-08-11T22:34:50.073Z[ recovery-image] Aug 11 22:34:49.193 INFO O| Aug 11 22:34:49.193 INFO STEP 781 (remove_files) COMPLETE
76172026-08-11T22:34:50.074Z[ recovery-image] Aug 11 22:34:49.193 INFO O| Aug 11 22:34:49.193 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-08-11T22:34:50.082Z[ recovery-image] Aug 11 22:34:49.202 INFO O| Aug 11 22:34:49.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76192026-08-11T22:34:50.082Z[ recovery-image] Aug 11 22:34:49.203 INFO O| Aug 11 22:34:49.202 INFO STEP 782 (remove_files) COMPLETE
76202026-08-11T22:34:50.082Z[ recovery-image] Aug 11 22:34:49.203 INFO O| Aug 11 22:34:49.203 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-08-11T22:34:50.092Z[ recovery-image] Aug 11 22:34:49.213 INFO O| Aug 11 22:34:49.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76222026-08-11T22:34:50.092Z[ recovery-image] Aug 11 22:34:49.213 INFO O| Aug 11 22:34:49.213 INFO STEP 783 (remove_files) COMPLETE
76232026-08-11T22:34:50.092Z[ recovery-image] Aug 11 22:34:49.213 INFO O| Aug 11 22:34:49.213 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-08-11T22:34:50.103Z[ recovery-image] Aug 11 22:34:49.223 INFO O| Aug 11 22:34:49.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76252026-08-11T22:34:50.103Z[ recovery-image] Aug 11 22:34:49.223 INFO O| Aug 11 22:34:49.223 INFO STEP 784 (remove_files) COMPLETE
76262026-08-11T22:34:50.103Z[ recovery-image] Aug 11 22:34:49.223 INFO O| Aug 11 22:34:49.223 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-08-11T22:34:50.113Z[ recovery-image] Aug 11 22:34:49.234 INFO O| Aug 11 22:34:49.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76282026-08-11T22:34:50.117Z[ recovery-image] Aug 11 22:34:49.234 INFO O| Aug 11 22:34:49.234 INFO STEP 785 (remove_files) COMPLETE
76292026-08-11T22:34:50.117Z[ recovery-image] Aug 11 22:34:49.234 INFO O| Aug 11 22:34:49.234 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-08-11T22:34:50.122Z[ recovery-image] Aug 11 22:34:49.243 INFO O| Aug 11 22:34:49.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76312026-08-11T22:34:50.122Z[ recovery-image] Aug 11 22:34:49.243 INFO O| Aug 11 22:34:49.243 INFO STEP 786 (remove_files) COMPLETE
76322026-08-11T22:34:50.127Z[ recovery-image] Aug 11 22:34:49.243 INFO O| Aug 11 22:34:49.243 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-08-11T22:34:50.130Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
76342026-08-11T22:34:50.134Z[ recovery-image] Aug 11 22:34:49.252 INFO O| Aug 11 22:34:49.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76352026-08-11T22:34:50.134Z[ recovery-image] Aug 11 22:34:49.252 INFO O| Aug 11 22:34:49.252 INFO STEP 787 (remove_files) COMPLETE
76362026-08-11T22:34:50.134Z[ recovery-image] Aug 11 22:34:49.252 INFO O| Aug 11 22:34:49.252 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-08-11T22:34:50.141Z[ recovery-image] Aug 11 22:34:49.262 INFO O| Aug 11 22:34:49.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76382026-08-11T22:34:50.141Z[ recovery-image] Aug 11 22:34:49.262 INFO O| Aug 11 22:34:49.262 INFO STEP 788 (remove_files) COMPLETE
76392026-08-11T22:34:50.141Z[ recovery-image] Aug 11 22:34:49.262 INFO O| Aug 11 22:34:49.262 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-08-11T22:34:50.150Z[ recovery-image] Aug 11 22:34:49.271 INFO O| Aug 11 22:34:49.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76412026-08-11T22:34:50.150Z[ recovery-image] Aug 11 22:34:49.271 INFO O| Aug 11 22:34:49.271 INFO STEP 789 (remove_files) COMPLETE
76422026-08-11T22:34:50.150Z[ recovery-image] Aug 11 22:34:49.271 INFO O| Aug 11 22:34:49.271 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-08-11T22:34:50.162Z[ recovery-image] Aug 11 22:34:49.283 INFO O| Aug 11 22:34:49.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76442026-08-11T22:34:50.162Z[ recovery-image] Aug 11 22:34:49.283 INFO O| Aug 11 22:34:49.283 INFO STEP 790 (remove_files) COMPLETE
76452026-08-11T22:34:50.162Z[ recovery-image] Aug 11 22:34:49.283 INFO O| Aug 11 22:34:49.283 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-08-11T22:34:50.172Z[ recovery-image] Aug 11 22:34:49.293 INFO O| Aug 11 22:34:49.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76472026-08-11T22:34:50.176Z[ recovery-image] Aug 11 22:34:49.293 INFO O| Aug 11 22:34:49.293 INFO STEP 791 (remove_files) COMPLETE
76482026-08-11T22:34:50.176Z[ recovery-image] Aug 11 22:34:49.293 INFO O| Aug 11 22:34:49.293 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-08-11T22:34:50.181Z[ recovery-image] Aug 11 22:34:49.302 INFO O| Aug 11 22:34:49.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76502026-08-11T22:34:50.181Z[ recovery-image] Aug 11 22:34:49.302 INFO O| Aug 11 22:34:49.302 INFO STEP 792 (remove_files) COMPLETE
76512026-08-11T22:34:50.181Z[ recovery-image] Aug 11 22:34:49.302 INFO O| Aug 11 22:34:49.302 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-08-11T22:34:50.192Z[ recovery-image] Aug 11 22:34:49.313 INFO O| Aug 11 22:34:49.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76532026-08-11T22:34:50.192Z[ recovery-image] Aug 11 22:34:49.313 INFO O| Aug 11 22:34:49.313 INFO STEP 793 (remove_files) COMPLETE
76542026-08-11T22:34:50.192Z[ recovery-image] Aug 11 22:34:49.313 INFO O| Aug 11 22:34:49.313 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-08-11T22:34:50.202Z[ recovery-image] Aug 11 22:34:49.323 INFO O| Aug 11 22:34:49.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76562026-08-11T22:34:50.203Z[ recovery-image] Aug 11 22:34:49.323 INFO O| Aug 11 22:34:49.323 INFO STEP 794 (remove_files) COMPLETE
76572026-08-11T22:34:50.203Z[ recovery-image] Aug 11 22:34:49.323 INFO O| Aug 11 22:34:49.323 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-08-11T22:34:50.212Z[ recovery-image] Aug 11 22:34:49.333 INFO O| Aug 11 22:34:49.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76592026-08-11T22:34:50.212Z[ recovery-image] Aug 11 22:34:49.333 INFO O| Aug 11 22:34:49.333 INFO STEP 795 (remove_files) COMPLETE
76602026-08-11T22:34:50.215Z[ recovery-image] Aug 11 22:34:49.333 INFO O| Aug 11 22:34:49.333 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-08-11T22:34:50.223Z[ recovery-image] Aug 11 22:34:49.342 INFO O| Aug 11 22:34:49.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76622026-08-11T22:34:50.223Z[ recovery-image] Aug 11 22:34:49.342 INFO O| Aug 11 22:34:49.342 INFO STEP 796 (remove_files) COMPLETE
76632026-08-11T22:34:50.223Z[ recovery-image] Aug 11 22:34:49.342 INFO O| Aug 11 22:34:49.342 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-08-11T22:34:50.231Z[ recovery-image] Aug 11 22:34:49.352 INFO O| Aug 11 22:34:49.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76652026-08-11T22:34:50.231Z[ recovery-image] Aug 11 22:34:49.352 INFO O| Aug 11 22:34:49.352 INFO STEP 797 (remove_files) COMPLETE
76662026-08-11T22:34:50.234Z[ recovery-image] Aug 11 22:34:49.352 INFO O| Aug 11 22:34:49.352 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-08-11T22:34:50.238Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
76682026-08-11T22:34:50.241Z[ recovery-image] Aug 11 22:34:49.361 INFO O| Aug 11 22:34:49.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76692026-08-11T22:34:50.241Z[ recovery-image] Aug 11 22:34:49.361 INFO O| Aug 11 22:34:49.361 INFO STEP 798 (remove_files) COMPLETE
76702026-08-11T22:34:50.241Z[ recovery-image] Aug 11 22:34:49.361 INFO O| Aug 11 22:34:49.361 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-11T22:34:50.251Z[ recovery-image] Aug 11 22:34:49.371 INFO O| Aug 11 22:34:49.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76722026-08-11T22:34:50.251Z[ recovery-image] Aug 11 22:34:49.371 INFO O| Aug 11 22:34:49.371 INFO STEP 799 (remove_files) COMPLETE
76732026-08-11T22:34:50.251Z[ recovery-image] Aug 11 22:34:49.371 INFO O| Aug 11 22:34:49.371 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-11T22:34:50.261Z[ recovery-image] Aug 11 22:34:49.381 INFO O| Aug 11 22:34:49.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76752026-08-11T22:34:50.265Z[ recovery-image] Aug 11 22:34:49.382 INFO O| Aug 11 22:34:49.382 INFO STEP 800 (remove_files) COMPLETE
76762026-08-11T22:34:50.265Z[ recovery-image] Aug 11 22:34:49.382 INFO O| Aug 11 22:34:49.382 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-11T22:34:50.272Z[ recovery-image] Aug 11 22:34:49.392 INFO O| Aug 11 22:34:49.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76782026-08-11T22:34:50.272Z[ recovery-image] Aug 11 22:34:49.392 INFO O| Aug 11 22:34:49.392 INFO STEP 801 (remove_files) COMPLETE
76792026-08-11T22:34:50.276Z[ recovery-image] Aug 11 22:34:49.392 INFO O| Aug 11 22:34:49.392 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-11T22:34:50.281Z[ recovery-image] Aug 11 22:34:49.402 INFO O| Aug 11 22:34:49.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76812026-08-11T22:34:50.282Z[ recovery-image] Aug 11 22:34:49.403 INFO O| Aug 11 22:34:49.403 INFO STEP 802 (remove_files) COMPLETE
76822026-08-11T22:34:50.286Z[ recovery-image] Aug 11 22:34:49.403 INFO O| Aug 11 22:34:49.403 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-11T22:34:50.292Z[ recovery-image] Aug 11 22:34:49.413 INFO O| Aug 11 22:34:49.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76842026-08-11T22:34:50.292Z[ recovery-image] Aug 11 22:34:49.413 INFO O| Aug 11 22:34:49.413 INFO STEP 803 (remove_files) COMPLETE
76852026-08-11T22:34:50.296Z[ recovery-image] Aug 11 22:34:49.413 INFO O| Aug 11 22:34:49.413 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-11T22:34:50.303Z[ recovery-image] Aug 11 22:34:49.424 INFO O| Aug 11 22:34:49.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76872026-08-11T22:34:50.311Z[ recovery-image] Aug 11 22:34:49.424 INFO O| Aug 11 22:34:49.424 INFO STEP 804 (remove_files) COMPLETE
76882026-08-11T22:34:50.311Z[ recovery-image] Aug 11 22:34:49.424 INFO O| Aug 11 22:34:49.424 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-11T22:34:50.315Z[ recovery-image] Aug 11 22:34:49.436 INFO O| Aug 11 22:34:49.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76902026-08-11T22:34:50.315Z[ recovery-image] Aug 11 22:34:49.436 INFO O| Aug 11 22:34:49.436 INFO STEP 805 (remove_files) COMPLETE
76912026-08-11T22:34:50.315Z[ recovery-image] Aug 11 22:34:49.436 INFO O| Aug 11 22:34:49.436 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-11T22:34:50.326Z[ recovery-image] Aug 11 22:34:49.447 INFO O| Aug 11 22:34:49.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
76932026-08-11T22:34:50.330Z[ recovery-image] Aug 11 22:34:49.447 INFO O| Aug 11 22:34:49.447 INFO STEP 806 (remove_files) COMPLETE
76942026-08-11T22:34:50.330Z[ recovery-image] Aug 11 22:34:49.447 INFO O| Aug 11 22:34:49.447 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-11T22:34:50.337Z[ recovery-image] Aug 11 22:34:49.458 INFO O| Aug 11 22:34:49.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
76962026-08-11T22:34:50.337Z[ recovery-image] Aug 11 22:34:49.458 INFO O| Aug 11 22:34:49.458 INFO STEP 807 (remove_files) COMPLETE
76972026-08-11T22:34:50.342Z[ recovery-image] Aug 11 22:34:49.458 INFO O| Aug 11 22:34:49.458 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-11T22:34:50.347Z[ recovery-image] Aug 11 22:34:49.468 INFO O| Aug 11 22:34:49.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
76992026-08-11T22:34:50.347Z[ recovery-image] Aug 11 22:34:49.468 INFO O| Aug 11 22:34:49.468 INFO STEP 808 (remove_files) COMPLETE
77002026-08-11T22:34:50.347Z[ recovery-image] Aug 11 22:34:49.468 INFO O| Aug 11 22:34:49.468 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-11T22:34:50.358Z[ recovery-image] Aug 11 22:34:49.479 INFO O| Aug 11 22:34:49.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77022026-08-11T22:34:50.358Z[ recovery-image] Aug 11 22:34:49.479 INFO O| Aug 11 22:34:49.479 INFO STEP 809 (remove_files) COMPLETE
77032026-08-11T22:34:50.362Z[ recovery-image] Aug 11 22:34:49.479 INFO O| Aug 11 22:34:49.479 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-08-11T22:34:50.371Z[ recovery-image] Aug 11 22:34:49.490 INFO O| Aug 11 22:34:49.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77052026-08-11T22:34:50.371Z[ recovery-image] Aug 11 22:34:49.490 INFO O| Aug 11 22:34:49.490 INFO STEP 810 (remove_files) COMPLETE
77062026-08-11T22:34:50.371Z[ recovery-image] Aug 11 22:34:49.490 INFO O| Aug 11 22:34:49.490 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-08-11T22:34:50.379Z[ recovery-image] Aug 11 22:34:49.500 INFO O| Aug 11 22:34:49.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77082026-08-11T22:34:50.380Z[ recovery-image] Aug 11 22:34:49.500 INFO O| Aug 11 22:34:49.500 INFO STEP 811 (remove_files) COMPLETE
77092026-08-11T22:34:50.380Z[ recovery-image] Aug 11 22:34:49.500 INFO O| Aug 11 22:34:49.500 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-08-11T22:34:50.394Z[ recovery-image] Aug 11 22:34:49.514 INFO O| Aug 11 22:34:49.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77112026-08-11T22:34:50.394Z[ recovery-image] Aug 11 22:34:49.514 INFO O| Aug 11 22:34:49.514 INFO STEP 812 (remove_files) COMPLETE
77122026-08-11T22:34:50.394Z[ recovery-image] Aug 11 22:34:49.514 INFO O| Aug 11 22:34:49.514 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-08-11T22:34:50.403Z[ recovery-image] Aug 11 22:34:49.524 INFO O| Aug 11 22:34:49.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77142026-08-11T22:34:50.404Z[ recovery-image] Aug 11 22:34:49.525 INFO O| Aug 11 22:34:49.525 INFO STEP 813 (remove_files) COMPLETE
77152026-08-11T22:34:50.404Z[ recovery-image] Aug 11 22:34:49.525 INFO O| Aug 11 22:34:49.525 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-11T22:34:50.414Z[ recovery-image] Aug 11 22:34:49.535 INFO O| Aug 11 22:34:49.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77172026-08-11T22:34:50.414Z[ recovery-image] Aug 11 22:34:49.535 INFO O| Aug 11 22:34:49.535 INFO STEP 814 (remove_files) COMPLETE
77182026-08-11T22:34:50.418Z[ recovery-image] Aug 11 22:34:49.535 INFO O| Aug 11 22:34:49.535 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-11T22:34:50.427Z[ recovery-image] Aug 11 22:34:49.544 INFO O| Aug 11 22:34:49.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77202026-08-11T22:34:50.428Z[ recovery-image] Aug 11 22:34:49.544 INFO O| Aug 11 22:34:49.544 INFO STEP 815 (remove_files) COMPLETE
77212026-08-11T22:34:50.428Z[ recovery-image] Aug 11 22:34:49.544 INFO O| Aug 11 22:34:49.544 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-08-11T22:34:50.432Z[ recovery-image] Aug 11 22:34:49.553 INFO O| Aug 11 22:34:49.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77232026-08-11T22:34:50.432Z[ recovery-image] Aug 11 22:34:49.553 INFO O| Aug 11 22:34:49.553 INFO STEP 816 (remove_files) COMPLETE
77242026-08-11T22:34:50.432Z[ recovery-image] Aug 11 22:34:49.553 INFO O| Aug 11 22:34:49.553 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-08-11T22:34:50.437Z[verify-libraries] Compiling yansi v1.0.1
77262026-08-11T22:34:50.441Z[ recovery-image] Aug 11 22:34:49.560 INFO O| Aug 11 22:34:49.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77272026-08-11T22:34:50.441Z[ recovery-image] Aug 11 22:34:49.561 INFO O| Aug 11 22:34:49.561 INFO STEP 817 (remove_files) COMPLETE
77282026-08-11T22:34:50.441Z[ recovery-image] Aug 11 22:34:49.561 INFO O| Aug 11 22:34:49.561 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-08-11T22:34:50.453Z[ recovery-image] Aug 11 22:34:49.574 INFO O| Aug 11 22:34:49.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77302026-08-11T22:34:50.453Z[ recovery-image] Aug 11 22:34:49.574 INFO O| Aug 11 22:34:49.574 INFO STEP 818 (remove_files) COMPLETE
77312026-08-11T22:34:50.453Z[ recovery-image] Aug 11 22:34:49.574 INFO O| Aug 11 22:34:49.574 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-08-11T22:34:50.463Z[ recovery-image] Aug 11 22:34:49.584 INFO O| Aug 11 22:34:49.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77332026-08-11T22:34:50.463Z[ recovery-image] Aug 11 22:34:49.584 INFO O| Aug 11 22:34:49.584 INFO STEP 819 (remove_files) COMPLETE
77342026-08-11T22:34:50.466Z[ recovery-image] Aug 11 22:34:49.584 INFO O| Aug 11 22:34:49.584 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-08-11T22:34:50.475Z[ recovery-image] Aug 11 22:34:49.594 INFO O| Aug 11 22:34:49.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77362026-08-11T22:34:50.479Z[ recovery-image] Aug 11 22:34:49.594 INFO O| Aug 11 22:34:49.594 INFO STEP 820 (remove_files) COMPLETE
77372026-08-11T22:34:50.479Z[ recovery-image] Aug 11 22:34:49.594 INFO O| Aug 11 22:34:49.594 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-08-11T22:34:50.483Z[ recovery-image] Aug 11 22:34:49.604 INFO O| Aug 11 22:34:49.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77392026-08-11T22:34:50.483Z[ recovery-image] Aug 11 22:34:49.604 INFO O| Aug 11 22:34:49.604 INFO STEP 821 (remove_files) COMPLETE
77402026-08-11T22:34:50.483Z[ recovery-image] Aug 11 22:34:49.604 INFO O| Aug 11 22:34:49.604 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-08-11T22:34:50.491Z[ recovery-image] Aug 11 22:34:49.612 INFO O| Aug 11 22:34:49.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77422026-08-11T22:34:50.491Z[ recovery-image] Aug 11 22:34:49.612 INFO O| Aug 11 22:34:49.612 INFO STEP 822 (remove_files) COMPLETE
77432026-08-11T22:34:50.491Z[ recovery-image] Aug 11 22:34:49.612 INFO O| Aug 11 22:34:49.612 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-08-11T22:34:50.830Z[ recovery-image] Aug 11 22:34:49.623 INFO O| Aug 11 22:34:49.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77452026-08-11T22:34:50.830Z[ recovery-image] Aug 11 22:34:49.623 INFO O| Aug 11 22:34:49.623 INFO STEP 823 (remove_files) COMPLETE
77462026-08-11T22:34:50.830Z[ recovery-image] Aug 11 22:34:49.623 INFO O| Aug 11 22:34:49.623 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-08-11T22:34:50.830Z[ recovery-image] Aug 11 22:34:49.632 INFO O| Aug 11 22:34:49.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77482026-08-11T22:34:50.831Z[ recovery-image] Aug 11 22:34:49.633 INFO O| Aug 11 22:34:49.633 INFO STEP 824 (remove_files) COMPLETE
77492026-08-11T22:34:50.831Z[ recovery-image] Aug 11 22:34:49.633 INFO O| Aug 11 22:34:49.633 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-08-11T22:34:50.832Z[ recovery-image] Aug 11 22:34:49.643 INFO O| Aug 11 22:34:49.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77512026-08-11T22:34:50.832Z[ recovery-image] Aug 11 22:34:49.643 INFO O| Aug 11 22:34:49.643 INFO STEP 825 (remove_files) COMPLETE
77522026-08-11T22:34:50.832Z[ recovery-image] Aug 11 22:34:49.643 INFO O| Aug 11 22:34:49.643 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-08-11T22:34:50.832Z[ recovery-image] Aug 11 22:34:49.652 INFO O| Aug 11 22:34:49.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77542026-08-11T22:34:50.832Z[ recovery-image] Aug 11 22:34:49.652 INFO O| Aug 11 22:34:49.652 INFO STEP 826 (remove_files) COMPLETE
77552026-08-11T22:34:50.832Z[ recovery-image] Aug 11 22:34:49.652 INFO O| Aug 11 22:34:49.652 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-08-11T22:34:50.832Z[ recovery-image] Aug 11 22:34:49.663 INFO O| Aug 11 22:34:49.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77572026-08-11T22:34:50.832Z[ recovery-image] Aug 11 22:34:49.663 INFO O| Aug 11 22:34:49.663 INFO STEP 827 (remove_files) COMPLETE
77582026-08-11T22:34:50.832Z[ recovery-image] Aug 11 22:34:49.663 INFO O| Aug 11 22:34:49.663 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-08-11T22:34:50.832Z[ recovery-image] Aug 11 22:34:49.674 INFO O| Aug 11 22:34:49.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77602026-08-11T22:34:50.832Z[ recovery-image] Aug 11 22:34:49.674 INFO O| Aug 11 22:34:49.674 INFO STEP 828 (remove_files) COMPLETE
77612026-08-11T22:34:50.832Z[ recovery-image] Aug 11 22:34:49.674 INFO O| Aug 11 22:34:49.674 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-08-11T22:34:50.832Z[ recovery-image] Aug 11 22:34:49.684 INFO O| Aug 11 22:34:49.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77632026-08-11T22:34:50.832Z[ recovery-image] Aug 11 22:34:49.684 INFO O| Aug 11 22:34:49.684 INFO STEP 829 (remove_files) COMPLETE
77642026-08-11T22:34:50.832Z[ recovery-image] Aug 11 22:34:49.684 INFO O| Aug 11 22:34:49.684 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-08-11T22:34:50.832Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
77662026-08-11T22:34:50.832Z[ recovery-image] Aug 11 22:34:49.698 INFO O| Aug 11 22:34:49.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77672026-08-11T22:34:50.832Z[ recovery-image] Aug 11 22:34:49.698 INFO O| Aug 11 22:34:49.698 INFO STEP 830 (remove_files) COMPLETE
77682026-08-11T22:34:50.832Z[ recovery-image] Aug 11 22:34:49.698 INFO O| Aug 11 22:34:49.698 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-08-11T22:34:50.832Z[ recovery-image] Aug 11 22:34:49.708 INFO O| Aug 11 22:34:49.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77702026-08-11T22:34:50.833Z[ recovery-image] Aug 11 22:34:49.708 INFO O| Aug 11 22:34:49.708 INFO STEP 831 (remove_files) COMPLETE
77712026-08-11T22:34:50.833Z[ recovery-image] Aug 11 22:34:49.708 INFO O| Aug 11 22:34:49.708 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-08-11T22:34:50.833Z[ recovery-image] Aug 11 22:34:49.715 INFO O| Aug 11 22:34:49.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77732026-08-11T22:34:50.833Z[ recovery-image] Aug 11 22:34:49.715 INFO O| Aug 11 22:34:49.715 INFO STEP 832 (remove_files) COMPLETE
77742026-08-11T22:34:50.833Z[ recovery-image] Aug 11 22:34:49.715 INFO O| Aug 11 22:34:49.715 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-08-11T22:34:50.833Z[ recovery-image] Aug 11 22:34:49.724 INFO O| Aug 11 22:34:49.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77762026-08-11T22:34:50.833Z[ recovery-image] Aug 11 22:34:49.724 INFO O| Aug 11 22:34:49.724 INFO STEP 833 (remove_files) COMPLETE
77772026-08-11T22:34:50.833Z[ recovery-image] Aug 11 22:34:49.724 INFO O| Aug 11 22:34:49.724 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-08-11T22:34:50.833Z[ recovery-image] Aug 11 22:34:49.734 INFO O| Aug 11 22:34:49.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77792026-08-11T22:34:50.833Z[ recovery-image] Aug 11 22:34:49.734 INFO O| Aug 11 22:34:49.734 INFO STEP 834 (remove_files) COMPLETE
77802026-08-11T22:34:50.834Z[ recovery-image] Aug 11 22:34:49.734 INFO O| Aug 11 22:34:49.734 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-08-11T22:34:50.834Z[ recovery-image] Aug 11 22:34:49.743 INFO O| Aug 11 22:34:49.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77822026-08-11T22:34:50.834Z[ recovery-image] Aug 11 22:34:49.743 INFO O| Aug 11 22:34:49.743 INFO STEP 835 (remove_files) COMPLETE
77832026-08-11T22:34:50.834Z[ recovery-image] Aug 11 22:34:49.743 INFO O| Aug 11 22:34:49.743 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-08-11T22:34:50.834Z[ recovery-image] Aug 11 22:34:49.752 INFO O| Aug 11 22:34:49.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77852026-08-11T22:34:50.834Z[ recovery-image] Aug 11 22:34:49.752 INFO O| Aug 11 22:34:49.752 INFO STEP 836 (remove_files) COMPLETE
77862026-08-11T22:34:50.834Z[ recovery-image] Aug 11 22:34:49.752 INFO O| Aug 11 22:34:49.752 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-08-11T22:34:50.834Z[ recovery-image] Aug 11 22:34:49.760 INFO O| Aug 11 22:34:49.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77882026-08-11T22:34:50.834Z[ recovery-image] Aug 11 22:34:49.760 INFO O| Aug 11 22:34:49.760 INFO STEP 837 (remove_files) COMPLETE
77892026-08-11T22:34:50.834Z[ recovery-image] Aug 11 22:34:49.760 INFO O| Aug 11 22:34:49.760 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-08-11T22:34:50.834Z[ recovery-image] Aug 11 22:34:49.771 INFO O| Aug 11 22:34:49.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77912026-08-11T22:34:50.834Z[ recovery-image] Aug 11 22:34:49.771 INFO O| Aug 11 22:34:49.771 INFO STEP 838 (remove_files) COMPLETE
77922026-08-11T22:34:50.834Z[ recovery-image] Aug 11 22:34:49.771 INFO O| Aug 11 22:34:49.771 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-08-11T22:34:50.834Z[ recovery-image] Aug 11 22:34:49.782 INFO O| Aug 11 22:34:49.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
77942026-08-11T22:34:50.834Z[ recovery-image] Aug 11 22:34:49.782 INFO O| Aug 11 22:34:49.782 INFO STEP 839 (remove_files) COMPLETE
77952026-08-11T22:34:50.834Z[ recovery-image] Aug 11 22:34:49.782 INFO O| Aug 11 22:34:49.782 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-08-11T22:34:50.834Z[ recovery-image] Aug 11 22:34:49.792 INFO O| Aug 11 22:34:49.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
77972026-08-11T22:34:50.834Z[ recovery-image] Aug 11 22:34:49.792 INFO O| Aug 11 22:34:49.792 INFO STEP 840 (remove_files) COMPLETE
77982026-08-11T22:34:50.834Z[ recovery-image] Aug 11 22:34:49.792 INFO O| Aug 11 22:34:49.792 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-08-11T22:34:50.834Z[ recovery-image] Aug 11 22:34:49.802 INFO O| Aug 11 22:34:49.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78002026-08-11T22:34:50.835Z[ recovery-image] Aug 11 22:34:49.802 INFO O| Aug 11 22:34:49.802 INFO STEP 841 (remove_files) COMPLETE
78012026-08-11T22:34:50.835Z[ recovery-image] Aug 11 22:34:49.802 INFO O| Aug 11 22:34:49.802 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-08-11T22:34:50.835Z[ recovery-image] Aug 11 22:34:49.813 INFO O| Aug 11 22:34:49.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78032026-08-11T22:34:50.835Z[ recovery-image] Aug 11 22:34:49.813 INFO O| Aug 11 22:34:49.813 INFO STEP 842 (remove_files) COMPLETE
78042026-08-11T22:34:50.835Z[ recovery-image] Aug 11 22:34:49.813 INFO O| Aug 11 22:34:49.813 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-08-11T22:34:50.835Z[ recovery-image] Aug 11 22:34:49.823 INFO O| Aug 11 22:34:49.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78062026-08-11T22:34:50.835Z[ recovery-image] Aug 11 22:34:49.823 INFO O| Aug 11 22:34:49.823 INFO STEP 843 (remove_files) COMPLETE
78072026-08-11T22:34:50.835Z[ recovery-image] Aug 11 22:34:49.823 INFO O| Aug 11 22:34:49.823 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-08-11T22:34:50.835Z[ recovery-image] Aug 11 22:34:49.833 INFO O| Aug 11 22:34:49.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78092026-08-11T22:34:50.835Z[ recovery-image] Aug 11 22:34:49.833 INFO O| Aug 11 22:34:49.833 INFO STEP 844 (remove_files) COMPLETE
78102026-08-11T22:34:50.835Z[ recovery-image] Aug 11 22:34:49.833 INFO O| Aug 11 22:34:49.833 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-08-11T22:34:50.835Z[ recovery-image] Aug 11 22:34:49.843 INFO O| Aug 11 22:34:49.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78122026-08-11T22:34:50.835Z[ recovery-image] Aug 11 22:34:49.844 INFO O| Aug 11 22:34:49.844 INFO STEP 845 (remove_files) COMPLETE
78132026-08-11T22:34:50.835Z[ recovery-image] Aug 11 22:34:49.844 INFO O| Aug 11 22:34:49.844 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-08-11T22:34:50.835Z[ recovery-image] Aug 11 22:34:49.855 INFO O| Aug 11 22:34:49.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78152026-08-11T22:34:50.835Z[ recovery-image] Aug 11 22:34:49.855 INFO O| Aug 11 22:34:49.855 INFO STEP 846 (remove_files) COMPLETE
78162026-08-11T22:34:50.835Z[ recovery-image] Aug 11 22:34:49.855 INFO O| Aug 11 22:34:49.855 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-08-11T22:34:50.835Z[ recovery-image] Aug 11 22:34:49.865 INFO O| Aug 11 22:34:49.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78182026-08-11T22:34:50.836Z[ recovery-image] Aug 11 22:34:49.865 INFO O| Aug 11 22:34:49.865 INFO STEP 847 (remove_files) COMPLETE
78192026-08-11T22:34:50.836Z[ recovery-image] Aug 11 22:34:49.865 INFO O| Aug 11 22:34:49.865 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-08-11T22:34:50.836Z[ recovery-image] Aug 11 22:34:49.875 INFO O| Aug 11 22:34:49.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78212026-08-11T22:34:50.836Z[ recovery-image] Aug 11 22:34:49.876 INFO O| Aug 11 22:34:49.876 INFO STEP 848 (remove_files) COMPLETE
78222026-08-11T22:34:50.836Z[ recovery-image] Aug 11 22:34:49.876 INFO O| Aug 11 22:34:49.876 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-08-11T22:34:50.836Z[ recovery-image] Aug 11 22:34:49.885 INFO O| Aug 11 22:34:49.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78242026-08-11T22:34:50.836Z[ recovery-image] Aug 11 22:34:49.885 INFO O| Aug 11 22:34:49.885 INFO STEP 849 (remove_files) COMPLETE
78252026-08-11T22:34:50.837Z[ recovery-image] Aug 11 22:34:49.885 INFO O| Aug 11 22:34:49.885 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-08-11T22:34:50.837Z[ recovery-image] Aug 11 22:34:49.894 INFO O| Aug 11 22:34:49.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78272026-08-11T22:34:50.837Z[ recovery-image] Aug 11 22:34:49.894 INFO O| Aug 11 22:34:49.894 INFO STEP 850 (remove_files) COMPLETE
78282026-08-11T22:34:50.837Z[ recovery-image] Aug 11 22:34:49.894 INFO O| Aug 11 22:34:49.894 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-08-11T22:34:50.837Z[ recovery-image] Aug 11 22:34:49.903 INFO O| Aug 11 22:34:49.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78302026-08-11T22:34:50.837Z[ recovery-image] Aug 11 22:34:49.903 INFO O| Aug 11 22:34:49.903 INFO STEP 851 (remove_files) COMPLETE
78312026-08-11T22:34:50.837Z[ recovery-image] Aug 11 22:34:49.903 INFO O| Aug 11 22:34:49.903 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-08-11T22:34:50.837Z[ recovery-image] Aug 11 22:34:49.912 INFO O| Aug 11 22:34:49.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78332026-08-11T22:34:50.837Z[ recovery-image] Aug 11 22:34:49.912 INFO O| Aug 11 22:34:49.912 INFO STEP 852 (remove_files) COMPLETE
78342026-08-11T22:34:50.837Z[ recovery-image] Aug 11 22:34:49.912 INFO O| Aug 11 22:34:49.912 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-08-11T22:34:50.837Z[verify-libraries] Compiling pretty_assertions v1.4.1
78362026-08-11T22:34:50.837Z[ recovery-image] Aug 11 22:34:49.925 INFO O| Aug 11 22:34:49.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78372026-08-11T22:34:50.837Z[ recovery-image] Aug 11 22:34:49.925 INFO O| Aug 11 22:34:49.925 INFO STEP 853 (remove_files) COMPLETE
78382026-08-11T22:34:50.837Z[ recovery-image] Aug 11 22:34:49.925 INFO O| Aug 11 22:34:49.925 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-08-11T22:34:50.846Z[ recovery-image] Aug 11 22:34:49.934 INFO O| Aug 11 22:34:49.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78402026-08-11T22:34:50.846Z[ recovery-image] Aug 11 22:34:49.934 INFO O| Aug 11 22:34:49.934 INFO STEP 854 (remove_files) COMPLETE
78412026-08-11T22:34:50.846Z[ recovery-image] Aug 11 22:34:49.934 INFO O| Aug 11 22:34:49.934 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-08-11T22:34:50.846Z[ recovery-image] Aug 11 22:34:49.945 INFO O| Aug 11 22:34:49.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78432026-08-11T22:34:50.846Z[ recovery-image] Aug 11 22:34:49.945 INFO O| Aug 11 22:34:49.945 INFO STEP 855 (remove_files) COMPLETE
78442026-08-11T22:34:50.847Z[ recovery-image] Aug 11 22:34:49.945 INFO O| Aug 11 22:34:49.945 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-08-11T22:34:50.847Z[ recovery-image] Aug 11 22:34:49.955 INFO O| Aug 11 22:34:49.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78462026-08-11T22:34:50.847Z[ recovery-image] Aug 11 22:34:49.955 INFO O| Aug 11 22:34:49.955 INFO STEP 856 (remove_files) COMPLETE
78472026-08-11T22:34:50.847Z[ recovery-image] Aug 11 22:34:49.955 INFO O| Aug 11 22:34:49.955 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-08-11T22:34:50.847Z[ recovery-image] Aug 11 22:34:49.965 INFO O| Aug 11 22:34:49.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78492026-08-11T22:34:50.847Z[ recovery-image] Aug 11 22:34:49.965 INFO O| Aug 11 22:34:49.965 INFO STEP 857 (remove_files) COMPLETE
78502026-08-11T22:34:50.847Z[ recovery-image] Aug 11 22:34:49.965 INFO O| Aug 11 22:34:49.965 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-08-11T22:34:50.855Z[ recovery-image] Aug 11 22:34:49.975 INFO O| Aug 11 22:34:49.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78522026-08-11T22:34:50.858Z[ recovery-image] Aug 11 22:34:49.975 INFO O| Aug 11 22:34:49.975 INFO STEP 858 (remove_files) COMPLETE
78532026-08-11T22:34:50.858Z[ recovery-image] Aug 11 22:34:49.975 INFO O| Aug 11 22:34:49.975 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-08-11T22:34:50.864Z[ recovery-image] Aug 11 22:34:49.985 INFO O| Aug 11 22:34:49.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78552026-08-11T22:34:50.864Z[ recovery-image] Aug 11 22:34:49.985 INFO O| Aug 11 22:34:49.985 INFO STEP 859 (remove_files) COMPLETE
78562026-08-11T22:34:50.868Z[ recovery-image] Aug 11 22:34:49.985 INFO O| Aug 11 22:34:49.985 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-08-11T22:34:50.875Z[ recovery-image] Aug 11 22:34:49.995 INFO O| Aug 11 22:34:49.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78582026-08-11T22:34:50.875Z[ recovery-image] Aug 11 22:34:49.995 INFO O| Aug 11 22:34:49.995 INFO STEP 860 (remove_files) COMPLETE
78592026-08-11T22:34:50.875Z[ recovery-image] Aug 11 22:34:49.995 INFO O| Aug 11 22:34:49.995 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-08-11T22:34:50.884Z[ recovery-image] Aug 11 22:34:50.005 INFO O| Aug 11 22:34:50.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78612026-08-11T22:34:50.884Z[ recovery-image] Aug 11 22:34:50.005 INFO O| Aug 11 22:34:50.005 INFO STEP 861 (remove_files) COMPLETE
78622026-08-11T22:34:50.884Z[ recovery-image] Aug 11 22:34:50.005 INFO O| Aug 11 22:34:50.005 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-08-11T22:34:50.894Z[ recovery-image] Aug 11 22:34:50.014 INFO O| Aug 11 22:34:50.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78642026-08-11T22:34:50.894Z[ recovery-image] Aug 11 22:34:50.015 INFO O| Aug 11 22:34:50.014 INFO STEP 862 (remove_files) COMPLETE
78652026-08-11T22:34:50.894Z[ recovery-image] Aug 11 22:34:50.015 INFO O| Aug 11 22:34:50.014 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-08-11T22:34:50.904Z[ recovery-image] Aug 11 22:34:50.025 INFO O| Aug 11 22:34:50.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78672026-08-11T22:34:50.905Z[ recovery-image] Aug 11 22:34:50.025 INFO O| Aug 11 22:34:50.024 INFO STEP 863 (remove_files) COMPLETE
78682026-08-11T22:34:50.905Z[ recovery-image] Aug 11 22:34:50.025 INFO O| Aug 11 22:34:50.024 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-08-11T22:34:50.914Z[ recovery-image] Aug 11 22:34:50.035 INFO O| Aug 11 22:34:50.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78702026-08-11T22:34:50.914Z[ recovery-image] Aug 11 22:34:50.035 INFO O| Aug 11 22:34:50.035 INFO STEP 864 (remove_files) COMPLETE
78712026-08-11T22:34:50.914Z[ recovery-image] Aug 11 22:34:50.035 INFO O| Aug 11 22:34:50.035 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-08-11T22:34:50.925Z[ recovery-image] Aug 11 22:34:50.045 INFO O| Aug 11 22:34:50.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78732026-08-11T22:34:50.925Z[ recovery-image] Aug 11 22:34:50.045 INFO O| Aug 11 22:34:50.045 INFO STEP 865 (remove_files) COMPLETE
78742026-08-11T22:34:50.931Z[ recovery-image] Aug 11 22:34:50.045 INFO O| Aug 11 22:34:50.045 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-08-11T22:34:50.935Z[ recovery-image] Aug 11 22:34:50.055 INFO O| Aug 11 22:34:50.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78762026-08-11T22:34:50.935Z[ recovery-image] Aug 11 22:34:50.055 INFO O| Aug 11 22:34:50.055 INFO STEP 866 (remove_files) COMPLETE
78772026-08-11T22:34:50.935Z[ recovery-image] Aug 11 22:34:50.055 INFO O| Aug 11 22:34:50.055 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-08-11T22:34:50.946Z[ recovery-image] Aug 11 22:34:50.066 INFO O| Aug 11 22:34:50.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78792026-08-11T22:34:50.946Z[ recovery-image] Aug 11 22:34:50.066 INFO O| Aug 11 22:34:50.066 INFO STEP 867 (remove_files) COMPLETE
78802026-08-11T22:34:50.950Z[ recovery-image] Aug 11 22:34:50.066 INFO O| Aug 11 22:34:50.066 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-08-11T22:34:50.956Z[ recovery-image] Aug 11 22:34:50.077 INFO O| Aug 11 22:34:50.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78822026-08-11T22:34:50.957Z[ recovery-image] Aug 11 22:34:50.077 INFO O| Aug 11 22:34:50.077 INFO STEP 868 (remove_files) COMPLETE
78832026-08-11T22:34:50.957Z[ recovery-image] Aug 11 22:34:50.077 INFO O| Aug 11 22:34:50.077 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-08-11T22:34:50.966Z[ recovery-image] Aug 11 22:34:50.087 INFO O| Aug 11 22:34:50.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78852026-08-11T22:34:50.966Z[ recovery-image] Aug 11 22:34:50.087 INFO O| Aug 11 22:34:50.087 INFO STEP 869 (remove_files) COMPLETE
78862026-08-11T22:34:50.966Z[ recovery-image] Aug 11 22:34:50.087 INFO O| Aug 11 22:34:50.087 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-08-11T22:34:50.976Z[ recovery-image] Aug 11 22:34:50.097 INFO O| Aug 11 22:34:50.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78882026-08-11T22:34:50.976Z[ recovery-image] Aug 11 22:34:50.097 INFO O| Aug 11 22:34:50.097 INFO STEP 870 (remove_files) COMPLETE
78892026-08-11T22:34:50.976Z[ recovery-image] Aug 11 22:34:50.097 INFO O| Aug 11 22:34:50.097 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-08-11T22:34:50.986Z[ recovery-image] Aug 11 22:34:50.107 INFO O| Aug 11 22:34:50.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78912026-08-11T22:34:50.987Z[ recovery-image] Aug 11 22:34:50.107 INFO O| Aug 11 22:34:50.107 INFO STEP 871 (remove_files) COMPLETE
78922026-08-11T22:34:50.987Z[ recovery-image] Aug 11 22:34:50.107 INFO O| Aug 11 22:34:50.107 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-08-11T22:34:50.990Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
78942026-08-11T22:34:50.996Z[ recovery-image] Aug 11 22:34:50.117 INFO O| Aug 11 22:34:50.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78952026-08-11T22:34:50.997Z[ recovery-image] Aug 11 22:34:50.117 INFO O| Aug 11 22:34:50.117 INFO STEP 872 (remove_files) COMPLETE
78962026-08-11T22:34:50.997Z[ recovery-image] Aug 11 22:34:50.117 INFO O| Aug 11 22:34:50.117 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-11T22:34:51.012Z[ recovery-image] Aug 11 22:34:50.129 INFO O| Aug 11 22:34:50.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
78982026-08-11T22:34:51.012Z[ recovery-image] Aug 11 22:34:50.130 INFO O| Aug 11 22:34:50.129 INFO STEP 873 (remove_files) COMPLETE
78992026-08-11T22:34:51.012Z[ recovery-image] Aug 11 22:34:50.130 INFO O| Aug 11 22:34:50.129 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-11T22:34:51.019Z[ recovery-image] Aug 11 22:34:50.140 INFO O| Aug 11 22:34:50.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79012026-08-11T22:34:51.019Z[ recovery-image] Aug 11 22:34:50.140 INFO O| Aug 11 22:34:50.140 INFO STEP 874 (remove_files) COMPLETE
79022026-08-11T22:34:51.022Z[ recovery-image] Aug 11 22:34:50.140 INFO O| Aug 11 22:34:50.140 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-11T22:34:51.028Z[ recovery-image] Aug 11 22:34:50.149 INFO O| Aug 11 22:34:50.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79042026-08-11T22:34:51.028Z[ recovery-image] Aug 11 22:34:50.149 INFO O| Aug 11 22:34:50.149 INFO STEP 875 (remove_files) COMPLETE
79052026-08-11T22:34:51.032Z[ recovery-image] Aug 11 22:34:50.149 INFO O| Aug 11 22:34:50.149 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-11T22:34:51.039Z[ recovery-image] Aug 11 22:34:50.160 INFO O| Aug 11 22:34:50.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79072026-08-11T22:34:51.039Z[ recovery-image] Aug 11 22:34:50.160 INFO O| Aug 11 22:34:50.160 INFO STEP 876 (remove_files) COMPLETE
79082026-08-11T22:34:51.043Z[ recovery-image] Aug 11 22:34:50.160 INFO O| Aug 11 22:34:50.160 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-11T22:34:51.049Z[ recovery-image] Aug 11 22:34:50.170 INFO O| Aug 11 22:34:50.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79102026-08-11T22:34:51.049Z[ recovery-image] Aug 11 22:34:50.170 INFO O| Aug 11 22:34:50.170 INFO STEP 877 (remove_files) COMPLETE
79112026-08-11T22:34:51.052Z[ recovery-image] Aug 11 22:34:50.170 INFO O| Aug 11 22:34:50.170 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-11T22:34:51.058Z[ recovery-image] Aug 11 22:34:50.179 INFO O| Aug 11 22:34:50.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79132026-08-11T22:34:51.058Z[ recovery-image] Aug 11 22:34:50.179 INFO O| Aug 11 22:34:50.179 INFO STEP 878 (remove_files) COMPLETE
79142026-08-11T22:34:51.058Z[ recovery-image] Aug 11 22:34:50.179 INFO O| Aug 11 22:34:50.179 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-11T22:34:51.070Z[ recovery-image] Aug 11 22:34:50.191 INFO O| Aug 11 22:34:50.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79162026-08-11T22:34:51.070Z[ recovery-image] Aug 11 22:34:50.191 INFO O| Aug 11 22:34:50.191 INFO STEP 879 (remove_files) COMPLETE
79172026-08-11T22:34:51.074Z[ recovery-image] Aug 11 22:34:50.191 INFO O| Aug 11 22:34:50.191 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-11T22:34:51.080Z[ recovery-image] Aug 11 22:34:50.201 INFO O| Aug 11 22:34:50.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79192026-08-11T22:34:51.081Z[ recovery-image] Aug 11 22:34:50.201 INFO O| Aug 11 22:34:50.201 INFO STEP 880 (remove_files) COMPLETE
79202026-08-11T22:34:51.085Z[ recovery-image] Aug 11 22:34:50.201 INFO O| Aug 11 22:34:50.201 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-11T22:34:51.092Z[ recovery-image] Aug 11 22:34:50.212 INFO O| Aug 11 22:34:50.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79222026-08-11T22:34:51.092Z[ recovery-image] Aug 11 22:34:50.212 INFO O| Aug 11 22:34:50.212 INFO STEP 881 (remove_files) COMPLETE
79232026-08-11T22:34:51.093Z[ recovery-image] Aug 11 22:34:50.212 INFO O| Aug 11 22:34:50.212 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-11T22:34:51.101Z[ recovery-image] Aug 11 22:34:50.222 INFO O| Aug 11 22:34:50.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79252026-08-11T22:34:51.102Z[ recovery-image] Aug 11 22:34:50.222 INFO O| Aug 11 22:34:50.222 INFO STEP 882 (remove_files) COMPLETE
79262026-08-11T22:34:51.102Z[ recovery-image] Aug 11 22:34:50.222 INFO O| Aug 11 22:34:50.222 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-08-11T22:34:51.111Z[ recovery-image] Aug 11 22:34:50.232 INFO O| Aug 11 22:34:50.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79282026-08-11T22:34:51.117Z[ recovery-image] Aug 11 22:34:50.234 INFO O| Aug 11 22:34:50.234 INFO STEP 883 (remove_files) COMPLETE
79292026-08-11T22:34:51.117Z[ recovery-image] Aug 11 22:34:50.234 INFO O| Aug 11 22:34:50.234 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-08-11T22:34:51.123Z[ recovery-image] Aug 11 22:34:50.244 INFO O| Aug 11 22:34:50.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79312026-08-11T22:34:51.123Z[ recovery-image] Aug 11 22:34:50.244 INFO O| Aug 11 22:34:50.244 INFO STEP 884 (remove_files) COMPLETE
79322026-08-11T22:34:51.123Z[ recovery-image] Aug 11 22:34:50.244 INFO O| Aug 11 22:34:50.244 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-08-11T22:34:51.133Z[ recovery-image] Aug 11 22:34:50.254 INFO O| Aug 11 22:34:50.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79342026-08-11T22:34:51.134Z[ recovery-image] Aug 11 22:34:50.254 INFO O| Aug 11 22:34:50.254 INFO STEP 885 (remove_files) COMPLETE
79352026-08-11T22:34:51.138Z[ recovery-image] Aug 11 22:34:50.254 INFO O| Aug 11 22:34:50.254 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-08-11T22:34:51.142Z[ recovery-image] Aug 11 22:34:50.263 INFO O| Aug 11 22:34:50.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79372026-08-11T22:34:51.142Z[ recovery-image] Aug 11 22:34:50.263 INFO O| Aug 11 22:34:50.263 INFO STEP 886 (remove_files) COMPLETE
79382026-08-11T22:34:51.146Z[ recovery-image] Aug 11 22:34:50.263 INFO O| Aug 11 22:34:50.263 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-08-11T22:34:51.152Z[ recovery-image] Aug 11 22:34:50.273 INFO O| Aug 11 22:34:50.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79402026-08-11T22:34:51.152Z[ recovery-image] Aug 11 22:34:50.273 INFO O| Aug 11 22:34:50.273 INFO STEP 887 (remove_files) COMPLETE
79412026-08-11T22:34:51.158Z[ recovery-image] Aug 11 22:34:50.273 INFO O| Aug 11 22:34:50.273 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-08-11T22:34:51.162Z[ recovery-image] Aug 11 22:34:50.283 INFO O| Aug 11 22:34:50.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79432026-08-11T22:34:51.162Z[ recovery-image] Aug 11 22:34:50.283 INFO O| Aug 11 22:34:50.283 INFO STEP 888 (remove_files) COMPLETE
79442026-08-11T22:34:51.165Z[ recovery-image] Aug 11 22:34:50.283 INFO O| Aug 11 22:34:50.283 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-08-11T22:34:51.172Z[ recovery-image] Aug 11 22:34:50.293 INFO O| Aug 11 22:34:50.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79462026-08-11T22:34:51.172Z[ recovery-image] Aug 11 22:34:50.293 INFO O| Aug 11 22:34:50.293 INFO STEP 889 (remove_files) COMPLETE
79472026-08-11T22:34:51.172Z[ recovery-image] Aug 11 22:34:50.293 INFO O| Aug 11 22:34:50.293 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-08-11T22:34:51.195Z[ recovery-image] Aug 11 22:34:50.302 INFO O| Aug 11 22:34:50.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79492026-08-11T22:34:51.195Z[ recovery-image] Aug 11 22:34:50.302 INFO O| Aug 11 22:34:50.302 INFO STEP 890 (remove_files) COMPLETE
79502026-08-11T22:34:51.196Z[ recovery-image] Aug 11 22:34:50.302 INFO O| Aug 11 22:34:50.302 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-08-11T22:34:51.200Z[ recovery-image] Aug 11 22:34:50.311 INFO O| Aug 11 22:34:50.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79522026-08-11T22:34:51.200Z[ recovery-image] Aug 11 22:34:50.312 INFO O| Aug 11 22:34:50.311 INFO STEP 891 (remove_files) COMPLETE
79532026-08-11T22:34:51.200Z[ recovery-image] Aug 11 22:34:50.312 INFO O| Aug 11 22:34:50.312 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-08-11T22:34:51.201Z[ recovery-image] Aug 11 22:34:50.319 INFO O| Aug 11 22:34:50.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79552026-08-11T22:34:51.201Z[ recovery-image] Aug 11 22:34:50.320 INFO O| Aug 11 22:34:50.320 INFO STEP 892 (remove_files) COMPLETE
79562026-08-11T22:34:51.201Z[ recovery-image] Aug 11 22:34:50.320 INFO O| Aug 11 22:34:50.320 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-08-11T22:34:51.208Z[ recovery-image] Aug 11 22:34:50.328 INFO O| Aug 11 22:34:50.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79582026-08-11T22:34:51.208Z[ recovery-image] Aug 11 22:34:50.328 INFO O| Aug 11 22:34:50.328 INFO STEP 893 (remove_files) COMPLETE
79592026-08-11T22:34:51.208Z[ recovery-image] Aug 11 22:34:50.328 INFO O| Aug 11 22:34:50.328 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-08-11T22:34:51.216Z[ recovery-image] Aug 11 22:34:50.337 INFO O| Aug 11 22:34:50.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79612026-08-11T22:34:51.216Z[ recovery-image] Aug 11 22:34:50.337 INFO O| Aug 11 22:34:50.337 INFO STEP 894 (remove_files) COMPLETE
79622026-08-11T22:34:51.216Z[ recovery-image] Aug 11 22:34:50.337 INFO O| Aug 11 22:34:50.337 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-08-11T22:34:51.255Z[ recovery-image] Aug 11 22:34:50.375 INFO O| Aug 11 22:34:50.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79642026-08-11T22:34:51.255Z[ recovery-image] Aug 11 22:34:50.375 INFO O| Aug 11 22:34:50.375 INFO STEP 895 (remove_files) COMPLETE
79652026-08-11T22:34:51.255Z[ recovery-image] Aug 11 22:34:50.375 INFO O| Aug 11 22:34:50.375 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-08-11T22:34:51.264Z[ recovery-image] Aug 11 22:34:50.385 INFO O| Aug 11 22:34:50.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79672026-08-11T22:34:51.264Z[ recovery-image] Aug 11 22:34:50.385 INFO O| Aug 11 22:34:50.385 INFO STEP 896 (remove_files) COMPLETE
79682026-08-11T22:34:51.264Z[ recovery-image] Aug 11 22:34:50.385 INFO O| Aug 11 22:34:50.385 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-08-11T22:34:51.273Z[ recovery-image] Aug 11 22:34:50.394 INFO O| Aug 11 22:34:50.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79702026-08-11T22:34:51.273Z[ recovery-image] Aug 11 22:34:50.394 INFO O| Aug 11 22:34:50.394 INFO STEP 897 (remove_files) COMPLETE
79712026-08-11T22:34:51.273Z[ recovery-image] Aug 11 22:34:50.394 INFO O| Aug 11 22:34:50.394 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-08-11T22:34:51.282Z[ recovery-image] Aug 11 22:34:50.403 INFO O| Aug 11 22:34:50.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79732026-08-11T22:34:51.282Z[ recovery-image] Aug 11 22:34:50.403 INFO O| Aug 11 22:34:50.403 INFO STEP 898 (remove_files) COMPLETE
79742026-08-11T22:34:51.283Z[ recovery-image] Aug 11 22:34:50.403 INFO O| Aug 11 22:34:50.403 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-08-11T22:34:51.290Z[ recovery-image] Aug 11 22:34:50.411 INFO O| Aug 11 22:34:50.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79762026-08-11T22:34:51.291Z[ recovery-image] Aug 11 22:34:50.411 INFO O| Aug 11 22:34:50.411 INFO STEP 899 (remove_files) COMPLETE
79772026-08-11T22:34:51.294Z[ recovery-image] Aug 11 22:34:50.411 INFO O| Aug 11 22:34:50.411 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-08-11T22:34:51.299Z[ recovery-image] Aug 11 22:34:50.420 INFO O| Aug 11 22:34:50.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79792026-08-11T22:34:51.299Z[ recovery-image] Aug 11 22:34:50.420 INFO O| Aug 11 22:34:50.420 INFO STEP 900 (remove_files) COMPLETE
79802026-08-11T22:34:51.299Z[ recovery-image] Aug 11 22:34:50.420 INFO O| Aug 11 22:34:50.420 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-08-11T22:34:51.308Z[ recovery-image] Aug 11 22:34:50.428 INFO O| Aug 11 22:34:50.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79822026-08-11T22:34:51.308Z[ recovery-image] Aug 11 22:34:50.428 INFO O| Aug 11 22:34:50.428 INFO STEP 901 (remove_files) COMPLETE
79832026-08-11T22:34:51.308Z[ recovery-image] Aug 11 22:34:50.428 INFO O| Aug 11 22:34:50.428 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-08-11T22:34:51.316Z[ recovery-image] Aug 11 22:34:50.436 INFO O| Aug 11 22:34:50.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79852026-08-11T22:34:51.316Z[ recovery-image] Aug 11 22:34:50.437 INFO O| Aug 11 22:34:50.437 INFO STEP 902 (remove_files) COMPLETE
79862026-08-11T22:34:51.316Z[ recovery-image] Aug 11 22:34:50.437 INFO O| Aug 11 22:34:50.437 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-08-11T22:34:51.327Z[ recovery-image] Aug 11 22:34:50.448 INFO O| Aug 11 22:34:50.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79882026-08-11T22:34:51.327Z[ recovery-image] Aug 11 22:34:50.448 INFO O| Aug 11 22:34:50.448 INFO STEP 903 (remove_files) COMPLETE
79892026-08-11T22:34:51.328Z[ recovery-image] Aug 11 22:34:50.448 INFO O| Aug 11 22:34:50.448 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-08-11T22:34:51.335Z[ recovery-image] Aug 11 22:34:50.456 INFO O| Aug 11 22:34:50.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79912026-08-11T22:34:51.336Z[ recovery-image] Aug 11 22:34:50.457 INFO O| Aug 11 22:34:50.457 INFO STEP 904 (remove_files) COMPLETE
79922026-08-11T22:34:51.336Z[ recovery-image] Aug 11 22:34:50.457 INFO O| Aug 11 22:34:50.457 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-08-11T22:34:51.347Z[ recovery-image] Aug 11 22:34:50.468 INFO O| Aug 11 22:34:50.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
79942026-08-11T22:34:51.347Z[ recovery-image] Aug 11 22:34:50.468 INFO O| Aug 11 22:34:50.468 INFO STEP 905 (remove_files) COMPLETE
79952026-08-11T22:34:51.347Z[ recovery-image] Aug 11 22:34:50.468 INFO O| Aug 11 22:34:50.468 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-08-11T22:34:51.357Z[ recovery-image] Aug 11 22:34:50.478 INFO O| Aug 11 22:34:50.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
79972026-08-11T22:34:51.357Z[ recovery-image] Aug 11 22:34:50.478 INFO O| Aug 11 22:34:50.478 INFO STEP 906 (remove_files) COMPLETE
79982026-08-11T22:34:51.357Z[ recovery-image] Aug 11 22:34:50.478 INFO O| Aug 11 22:34:50.478 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-08-11T22:34:51.366Z[ recovery-image] Aug 11 22:34:50.487 INFO O| Aug 11 22:34:50.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80002026-08-11T22:34:51.366Z[ recovery-image] Aug 11 22:34:50.487 INFO O| Aug 11 22:34:50.487 INFO STEP 907 (remove_files) COMPLETE
80012026-08-11T22:34:51.372Z[ recovery-image] Aug 11 22:34:50.487 INFO O| Aug 11 22:34:50.487 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-08-11T22:34:51.376Z[ recovery-image] Aug 11 22:34:50.496 INFO O| Aug 11 22:34:50.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80032026-08-11T22:34:51.377Z[ recovery-image] Aug 11 22:34:50.497 INFO O| Aug 11 22:34:50.497 INFO STEP 908 (remove_files) COMPLETE
80042026-08-11T22:34:51.377Z[ recovery-image] Aug 11 22:34:50.497 INFO O| Aug 11 22:34:50.497 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-08-11T22:34:51.385Z[ recovery-image] Aug 11 22:34:50.506 INFO O| Aug 11 22:34:50.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80062026-08-11T22:34:51.385Z[ recovery-image] Aug 11 22:34:50.506 INFO O| Aug 11 22:34:50.506 INFO STEP 909 (remove_files) COMPLETE
80072026-08-11T22:34:51.386Z[ recovery-image] Aug 11 22:34:50.506 INFO O| Aug 11 22:34:50.506 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-08-11T22:34:51.395Z[ recovery-image] Aug 11 22:34:50.516 INFO O| Aug 11 22:34:50.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80092026-08-11T22:34:51.395Z[ recovery-image] Aug 11 22:34:50.516 INFO O| Aug 11 22:34:50.516 INFO STEP 910 (remove_files) COMPLETE
80102026-08-11T22:34:51.396Z[ recovery-image] Aug 11 22:34:50.516 INFO O| Aug 11 22:34:50.516 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-08-11T22:34:51.406Z[ recovery-image] Aug 11 22:34:50.526 INFO O| Aug 11 22:34:50.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80122026-08-11T22:34:51.406Z[ recovery-image] Aug 11 22:34:50.526 INFO O| Aug 11 22:34:50.526 INFO STEP 911 (remove_files) COMPLETE
80132026-08-11T22:34:51.406Z[ recovery-image] Aug 11 22:34:50.526 INFO O| Aug 11 22:34:50.526 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-08-11T22:34:51.416Z[ recovery-image] Aug 11 22:34:50.537 INFO O| Aug 11 22:34:50.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80152026-08-11T22:34:51.416Z[ recovery-image] Aug 11 22:34:50.537 INFO O| Aug 11 22:34:50.537 INFO STEP 912 (remove_files) COMPLETE
80162026-08-11T22:34:51.416Z[ recovery-image] Aug 11 22:34:50.537 INFO O| Aug 11 22:34:50.537 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-08-11T22:34:51.427Z[ recovery-image] Aug 11 22:34:50.547 INFO O| Aug 11 22:34:50.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80182026-08-11T22:34:51.428Z[ recovery-image] Aug 11 22:34:50.548 INFO O| Aug 11 22:34:50.548 INFO STEP 913 (remove_files) COMPLETE
80192026-08-11T22:34:51.428Z[ recovery-image] Aug 11 22:34:50.548 INFO O| Aug 11 22:34:50.548 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-08-11T22:34:51.436Z[ recovery-image] Aug 11 22:34:50.557 INFO O| Aug 11 22:34:50.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80212026-08-11T22:34:51.436Z[ recovery-image] Aug 11 22:34:50.557 INFO O| Aug 11 22:34:50.557 INFO STEP 914 (remove_files) COMPLETE
80222026-08-11T22:34:51.439Z[ recovery-image] Aug 11 22:34:50.557 INFO O| Aug 11 22:34:50.557 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-08-11T22:34:51.445Z[ recovery-image] Aug 11 22:34:50.566 INFO O| Aug 11 22:34:50.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80242026-08-11T22:34:51.445Z[ recovery-image] Aug 11 22:34:50.566 INFO O| Aug 11 22:34:50.566 INFO STEP 915 (remove_files) COMPLETE
80252026-08-11T22:34:51.445Z[ recovery-image] Aug 11 22:34:50.566 INFO O| Aug 11 22:34:50.566 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-08-11T22:34:51.456Z[ recovery-image] Aug 11 22:34:50.577 INFO O| Aug 11 22:34:50.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80272026-08-11T22:34:51.456Z[ recovery-image] Aug 11 22:34:50.577 INFO O| Aug 11 22:34:50.577 INFO STEP 916 (remove_files) COMPLETE
80282026-08-11T22:34:51.456Z[ recovery-image] Aug 11 22:34:50.577 INFO O| Aug 11 22:34:50.577 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-08-11T22:34:51.467Z[ recovery-image] Aug 11 22:34:50.588 INFO O| Aug 11 22:34:50.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80302026-08-11T22:34:51.467Z[ recovery-image] Aug 11 22:34:50.588 INFO O| Aug 11 22:34:50.588 INFO STEP 917 (remove_files) COMPLETE
80312026-08-11T22:34:51.467Z[ recovery-image] Aug 11 22:34:50.588 INFO O| Aug 11 22:34:50.588 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-08-11T22:34:51.477Z[ recovery-image] Aug 11 22:34:50.598 INFO O| Aug 11 22:34:50.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80332026-08-11T22:34:51.477Z[ recovery-image] Aug 11 22:34:50.598 INFO O| Aug 11 22:34:50.598 INFO STEP 918 (remove_files) COMPLETE
80342026-08-11T22:34:51.477Z[ recovery-image] Aug 11 22:34:50.598 INFO O| Aug 11 22:34:50.598 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-08-11T22:34:51.488Z[ recovery-image] Aug 11 22:34:50.607 INFO O| Aug 11 22:34:50.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80362026-08-11T22:34:51.488Z[ recovery-image] Aug 11 22:34:50.607 INFO O| Aug 11 22:34:50.607 INFO STEP 919 (remove_files) COMPLETE
80372026-08-11T22:34:51.488Z[ recovery-image] Aug 11 22:34:50.607 INFO O| Aug 11 22:34:50.607 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-08-11T22:34:51.495Z[ recovery-image] Aug 11 22:34:50.616 INFO O| Aug 11 22:34:50.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80392026-08-11T22:34:51.495Z[ recovery-image] Aug 11 22:34:50.616 INFO O| Aug 11 22:34:50.616 INFO STEP 920 (remove_files) COMPLETE
80402026-08-11T22:34:51.495Z[ recovery-image] Aug 11 22:34:50.616 INFO O| Aug 11 22:34:50.616 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-08-11T22:34:51.503Z[ recovery-image] Aug 11 22:34:50.624 INFO O| Aug 11 22:34:50.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80422026-08-11T22:34:51.503Z[ recovery-image] Aug 11 22:34:50.624 INFO O| Aug 11 22:34:50.624 INFO STEP 921 (remove_files) COMPLETE
80432026-08-11T22:34:51.503Z[ recovery-image] Aug 11 22:34:50.624 INFO O| Aug 11 22:34:50.624 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-08-11T22:34:51.511Z[ recovery-image] Aug 11 22:34:50.632 INFO O| Aug 11 22:34:50.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80452026-08-11T22:34:51.511Z[ recovery-image] Aug 11 22:34:50.632 INFO O| Aug 11 22:34:50.632 INFO STEP 922 (remove_files) COMPLETE
80462026-08-11T22:34:51.512Z[ recovery-image] Aug 11 22:34:50.632 INFO O| Aug 11 22:34:50.632 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-08-11T22:34:51.520Z[ recovery-image] Aug 11 22:34:50.640 INFO O| Aug 11 22:34:50.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80482026-08-11T22:34:51.520Z[ recovery-image] Aug 11 22:34:50.641 INFO O| Aug 11 22:34:50.641 INFO STEP 923 (remove_files) COMPLETE
80492026-08-11T22:34:51.520Z[ recovery-image] Aug 11 22:34:50.641 INFO O| Aug 11 22:34:50.641 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-08-11T22:34:51.528Z[ recovery-image] Aug 11 22:34:50.649 INFO O| Aug 11 22:34:50.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80512026-08-11T22:34:51.529Z[ recovery-image] Aug 11 22:34:50.649 INFO O| Aug 11 22:34:50.649 INFO STEP 924 (remove_files) COMPLETE
80522026-08-11T22:34:51.529Z[ recovery-image] Aug 11 22:34:50.649 INFO O| Aug 11 22:34:50.649 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-08-11T22:34:51.538Z[ recovery-image] Aug 11 22:34:50.659 INFO O| Aug 11 22:34:50.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80542026-08-11T22:34:51.538Z[ recovery-image] Aug 11 22:34:50.659 INFO O| Aug 11 22:34:50.659 INFO STEP 925 (remove_files) COMPLETE
80552026-08-11T22:34:51.538Z[ recovery-image] Aug 11 22:34:50.659 INFO O| Aug 11 22:34:50.659 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-08-11T22:34:51.554Z[ recovery-image] Aug 11 22:34:50.671 INFO O| Aug 11 22:34:50.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80572026-08-11T22:34:51.554Z[ recovery-image] Aug 11 22:34:50.672 INFO O| Aug 11 22:34:50.672 INFO STEP 926 (remove_files) COMPLETE
80582026-08-11T22:34:51.554Z[ recovery-image] Aug 11 22:34:50.672 INFO O| Aug 11 22:34:50.672 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-08-11T22:34:51.563Z[ recovery-image] Aug 11 22:34:50.682 INFO O| Aug 11 22:34:50.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80602026-08-11T22:34:51.563Z[ recovery-image] Aug 11 22:34:50.682 INFO O| Aug 11 22:34:50.682 INFO STEP 927 (remove_files) COMPLETE
80612026-08-11T22:34:51.563Z[ recovery-image] Aug 11 22:34:50.682 INFO O| Aug 11 22:34:50.682 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-08-11T22:34:51.573Z[ recovery-image] Aug 11 22:34:50.693 INFO O| Aug 11 22:34:50.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80632026-08-11T22:34:51.574Z[ recovery-image] Aug 11 22:34:50.693 INFO O| Aug 11 22:34:50.693 INFO STEP 928 (remove_files) COMPLETE
80642026-08-11T22:34:51.574Z[ recovery-image] Aug 11 22:34:50.693 INFO O| Aug 11 22:34:50.693 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-08-11T22:34:51.583Z[ recovery-image] Aug 11 22:34:50.704 INFO O| Aug 11 22:34:50.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80662026-08-11T22:34:51.583Z[ recovery-image] Aug 11 22:34:50.704 INFO O| Aug 11 22:34:50.704 INFO STEP 929 (remove_files) COMPLETE
80672026-08-11T22:34:51.583Z[ recovery-image] Aug 11 22:34:50.704 INFO O| Aug 11 22:34:50.704 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-08-11T22:34:51.594Z[ recovery-image] Aug 11 22:34:50.714 INFO O| Aug 11 22:34:50.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80692026-08-11T22:34:51.594Z[ recovery-image] Aug 11 22:34:50.715 INFO O| Aug 11 22:34:50.714 INFO STEP 930 (remove_files) COMPLETE
80702026-08-11T22:34:51.599Z[ recovery-image] Aug 11 22:34:50.715 INFO O| Aug 11 22:34:50.715 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-08-11T22:34:51.604Z[ recovery-image] Aug 11 22:34:50.725 INFO O| Aug 11 22:34:50.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80722026-08-11T22:34:51.604Z[ recovery-image] Aug 11 22:34:50.725 INFO O| Aug 11 22:34:50.725 INFO STEP 931 (remove_files) COMPLETE
80732026-08-11T22:34:51.608Z[ recovery-image] Aug 11 22:34:50.725 INFO O| Aug 11 22:34:50.725 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-08-11T22:34:51.626Z[ recovery-image] Aug 11 22:34:50.736 INFO O| Aug 11 22:34:50.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80752026-08-11T22:34:51.632Z[ recovery-image] Aug 11 22:34:50.737 INFO O| Aug 11 22:34:50.737 INFO STEP 932 (remove_files) COMPLETE
80762026-08-11T22:34:51.632Z[ recovery-image] Aug 11 22:34:50.737 INFO O| Aug 11 22:34:50.737 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-08-11T22:34:51.632Z[ recovery-image] Aug 11 22:34:50.747 INFO O| Aug 11 22:34:50.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80782026-08-11T22:34:51.632Z[ recovery-image] Aug 11 22:34:50.747 INFO O| Aug 11 22:34:50.747 INFO STEP 933 (remove_files) COMPLETE
80792026-08-11T22:34:51.632Z[ recovery-image] Aug 11 22:34:50.747 INFO O| Aug 11 22:34:50.747 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-08-11T22:34:51.641Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
80812026-08-11T22:34:51.641Z[ recovery-image] Aug 11 22:34:50.756 INFO O| Aug 11 22:34:50.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80822026-08-11T22:34:51.641Z[ recovery-image] Aug 11 22:34:50.756 INFO O| Aug 11 22:34:50.756 INFO STEP 934 (remove_files) COMPLETE
80832026-08-11T22:34:51.641Z[ recovery-image] Aug 11 22:34:50.756 INFO O| Aug 11 22:34:50.756 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-08-11T22:34:51.667Z[ recovery-image] Aug 11 22:34:50.765 INFO O| Aug 11 22:34:50.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80852026-08-11T22:34:51.667Z[ recovery-image] Aug 11 22:34:50.766 INFO O| Aug 11 22:34:50.766 INFO STEP 935 (remove_files) COMPLETE
80862026-08-11T22:34:51.668Z[ recovery-image] Aug 11 22:34:50.766 INFO O| Aug 11 22:34:50.766 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-08-11T22:34:51.668Z[ recovery-image] Aug 11 22:34:50.775 INFO O| Aug 11 22:34:50.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80882026-08-11T22:34:51.668Z[ recovery-image] Aug 11 22:34:50.776 INFO O| Aug 11 22:34:50.776 INFO STEP 936 (remove_files) COMPLETE
80892026-08-11T22:34:51.668Z[ recovery-image] Aug 11 22:34:50.776 INFO O| Aug 11 22:34:50.776 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-08-11T22:34:51.676Z[ recovery-image] Aug 11 22:34:50.785 INFO O| Aug 11 22:34:50.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80912026-08-11T22:34:51.676Z[ recovery-image] Aug 11 22:34:50.785 INFO O| Aug 11 22:34:50.785 INFO STEP 937 (remove_files) COMPLETE
80922026-08-11T22:34:51.676Z[ recovery-image] Aug 11 22:34:50.785 INFO O| Aug 11 22:34:50.785 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-08-11T22:34:51.676Z[ recovery-image] Aug 11 22:34:50.794 INFO O| Aug 11 22:34:50.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
80942026-08-11T22:34:51.676Z[ recovery-image] Aug 11 22:34:50.794 INFO O| Aug 11 22:34:50.794 INFO STEP 938 (remove_files) COMPLETE
80952026-08-11T22:34:51.676Z[ recovery-image] Aug 11 22:34:50.794 INFO O| Aug 11 22:34:50.794 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-08-11T22:34:51.703Z[ recovery-image] Aug 11 22:34:50.804 INFO O| Aug 11 22:34:50.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
80972026-08-11T22:34:51.726Z[ recovery-image] Aug 11 22:34:50.804 INFO O| Aug 11 22:34:50.804 INFO STEP 939 (remove_files) COMPLETE
80982026-08-11T22:34:51.726Z[ recovery-image] Aug 11 22:34:50.804 INFO O| Aug 11 22:34:50.804 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-08-11T22:34:51.726Z[ recovery-image] Aug 11 22:34:50.812 INFO O| Aug 11 22:34:50.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81002026-08-11T22:34:51.726Z[ recovery-image] Aug 11 22:34:50.812 INFO O| Aug 11 22:34:50.812 INFO STEP 940 (remove_files) COMPLETE
81012026-08-11T22:34:51.726Z[ recovery-image] Aug 11 22:34:50.812 INFO O| Aug 11 22:34:50.812 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-08-11T22:34:51.726Z[ recovery-image] Aug 11 22:34:50.821 INFO O| Aug 11 22:34:50.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81032026-08-11T22:34:51.726Z[ recovery-image] Aug 11 22:34:50.822 INFO O| Aug 11 22:34:50.821 INFO STEP 941 (remove_files) COMPLETE
81042026-08-11T22:34:51.726Z[ recovery-image] Aug 11 22:34:50.822 INFO O| Aug 11 22:34:50.822 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-08-11T22:34:51.726Z[ recovery-image] Aug 11 22:34:50.830 INFO O| Aug 11 22:34:50.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81062026-08-11T22:34:51.726Z[ recovery-image] Aug 11 22:34:50.830 INFO O| Aug 11 22:34:50.830 INFO STEP 942 (remove_files) COMPLETE
81072026-08-11T22:34:51.726Z[ recovery-image] Aug 11 22:34:50.830 INFO O| Aug 11 22:34:50.830 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-08-11T22:34:51.737Z[ recovery-image] Aug 11 22:34:50.840 INFO O| Aug 11 22:34:50.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81092026-08-11T22:34:51.737Z[ recovery-image] Aug 11 22:34:50.840 INFO O| Aug 11 22:34:50.840 INFO STEP 943 (remove_files) COMPLETE
81102026-08-11T22:34:51.737Z[ recovery-image] Aug 11 22:34:50.840 INFO O| Aug 11 22:34:50.840 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-08-11T22:34:51.737Z[ recovery-image] Aug 11 22:34:50.850 INFO O| Aug 11 22:34:50.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81122026-08-11T22:34:51.737Z[ recovery-image] Aug 11 22:34:50.850 INFO O| Aug 11 22:34:50.850 INFO STEP 944 (remove_files) COMPLETE
81132026-08-11T22:34:51.737Z[ recovery-image] Aug 11 22:34:50.850 INFO O| Aug 11 22:34:50.850 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-08-11T22:34:51.743Z[ recovery-image] Aug 11 22:34:50.859 INFO O| Aug 11 22:34:50.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81152026-08-11T22:34:51.745Z[ recovery-image] Aug 11 22:34:50.859 INFO O| Aug 11 22:34:50.859 INFO STEP 945 (remove_files) COMPLETE
81162026-08-11T22:34:51.745Z[ recovery-image] Aug 11 22:34:50.859 INFO O| Aug 11 22:34:50.859 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-08-11T22:34:51.751Z[ recovery-image] Aug 11 22:34:50.867 INFO O| Aug 11 22:34:50.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81182026-08-11T22:34:51.751Z[ recovery-image] Aug 11 22:34:50.867 INFO O| Aug 11 22:34:50.867 INFO STEP 946 (remove_files) COMPLETE
81192026-08-11T22:34:51.751Z[ recovery-image] Aug 11 22:34:50.867 INFO O| Aug 11 22:34:50.867 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-08-11T22:34:51.757Z[ recovery-image] Aug 11 22:34:50.876 INFO O| Aug 11 22:34:50.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81212026-08-11T22:34:51.757Z[ recovery-image] Aug 11 22:34:50.876 INFO O| Aug 11 22:34:50.876 INFO STEP 947 (remove_files) COMPLETE
81222026-08-11T22:34:51.758Z[ recovery-image] Aug 11 22:34:50.876 INFO O| Aug 11 22:34:50.876 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-08-11T22:34:51.773Z[ recovery-image] Aug 11 22:34:50.887 INFO O| Aug 11 22:34:50.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81242026-08-11T22:34:51.773Z[ recovery-image] Aug 11 22:34:50.887 INFO O| Aug 11 22:34:50.887 INFO STEP 948 (remove_files) COMPLETE
81252026-08-11T22:34:51.773Z[ recovery-image] Aug 11 22:34:50.887 INFO O| Aug 11 22:34:50.887 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-08-11T22:34:51.783Z[ recovery-image] Aug 11 22:34:50.897 INFO O| Aug 11 22:34:50.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81272026-08-11T22:34:51.783Z[ recovery-image] Aug 11 22:34:50.897 INFO O| Aug 11 22:34:50.897 INFO STEP 949 (remove_files) COMPLETE
81282026-08-11T22:34:51.783Z[ recovery-image] Aug 11 22:34:50.897 INFO O| Aug 11 22:34:50.897 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-08-11T22:34:51.790Z[ recovery-image] Aug 11 22:34:50.907 INFO O| Aug 11 22:34:50.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81302026-08-11T22:34:51.790Z[ recovery-image] Aug 11 22:34:50.907 INFO O| Aug 11 22:34:50.907 INFO STEP 950 (remove_files) COMPLETE
81312026-08-11T22:34:51.790Z[ recovery-image] Aug 11 22:34:50.907 INFO O| Aug 11 22:34:50.907 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-08-11T22:34:51.800Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
81332026-08-11T22:34:51.800Z[ recovery-image] Aug 11 22:34:50.917 INFO O| Aug 11 22:34:50.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81342026-08-11T22:34:51.800Z[ recovery-image] Aug 11 22:34:50.917 INFO O| Aug 11 22:34:50.917 INFO STEP 951 (remove_files) COMPLETE
81352026-08-11T22:34:51.800Z[ recovery-image] Aug 11 22:34:50.917 INFO O| Aug 11 22:34:50.917 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-11T22:34:51.830Z[ recovery-image] Aug 11 22:34:50.928 INFO O| Aug 11 22:34:50.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81372026-08-11T22:34:51.830Z[ recovery-image] Aug 11 22:34:50.928 INFO O| Aug 11 22:34:50.928 INFO STEP 952 (remove_files) COMPLETE
81382026-08-11T22:34:51.830Z[ recovery-image] Aug 11 22:34:50.928 INFO O| Aug 11 22:34:50.928 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-11T22:34:51.830Z[ recovery-image] Aug 11 22:34:50.938 INFO O| Aug 11 22:34:50.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81402026-08-11T22:34:51.830Z[ recovery-image] Aug 11 22:34:50.939 INFO O| Aug 11 22:34:50.939 INFO STEP 953 (remove_files) COMPLETE
81412026-08-11T22:34:51.830Z[ recovery-image] Aug 11 22:34:50.939 INFO O| Aug 11 22:34:50.939 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-08-11T22:34:51.839Z[ recovery-image] Aug 11 22:34:50.949 INFO O| Aug 11 22:34:50.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81432026-08-11T22:34:51.839Z[ recovery-image] Aug 11 22:34:50.949 INFO O| Aug 11 22:34:50.949 INFO STEP 954 (remove_files) COMPLETE
81442026-08-11T22:34:51.839Z[ recovery-image] Aug 11 22:34:50.949 INFO O| Aug 11 22:34:50.949 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-08-11T22:34:51.844Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
81462026-08-11T22:34:51.844Z[ recovery-image] Aug 11 22:34:50.960 INFO O| Aug 11 22:34:50.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81472026-08-11T22:34:51.844Z[ recovery-image] Aug 11 22:34:50.960 INFO O| Aug 11 22:34:50.960 INFO STEP 955 (remove_files) COMPLETE
81482026-08-11T22:34:51.844Z[ recovery-image] Aug 11 22:34:50.960 INFO O| Aug 11 22:34:50.960 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-08-11T22:34:51.855Z[ recovery-image] Aug 11 22:34:50.970 INFO O| Aug 11 22:34:50.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81502026-08-11T22:34:51.855Z[ recovery-image] Aug 11 22:34:50.970 INFO O| Aug 11 22:34:50.970 INFO STEP 956 (remove_files) COMPLETE
81512026-08-11T22:34:51.855Z[ recovery-image] Aug 11 22:34:50.970 INFO O| Aug 11 22:34:50.970 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-08-11T22:34:51.863Z[ recovery-image] Aug 11 22:34:50.981 INFO O| Aug 11 22:34:50.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81532026-08-11T22:34:51.864Z[ recovery-image] Aug 11 22:34:50.981 INFO O| Aug 11 22:34:50.981 INFO STEP 957 (remove_files) COMPLETE
81542026-08-11T22:34:51.864Z[ recovery-image] Aug 11 22:34:50.981 INFO O| Aug 11 22:34:50.981 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-08-11T22:34:51.872Z[ recovery-image] Aug 11 22:34:50.993 INFO O| Aug 11 22:34:50.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81562026-08-11T22:34:51.873Z[ recovery-image] Aug 11 22:34:50.993 INFO O| Aug 11 22:34:50.993 INFO STEP 958 (remove_files) COMPLETE
81572026-08-11T22:34:51.873Z[ recovery-image] Aug 11 22:34:50.993 INFO O| Aug 11 22:34:50.993 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-08-11T22:34:51.882Z[ recovery-image] Aug 11 22:34:51.003 INFO O| Aug 11 22:34:51.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81592026-08-11T22:34:51.882Z[ recovery-image] Aug 11 22:34:51.003 INFO O| Aug 11 22:34:51.003 INFO STEP 959 (remove_files) COMPLETE
81602026-08-11T22:34:51.883Z[ recovery-image] Aug 11 22:34:51.003 INFO O| Aug 11 22:34:51.003 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-08-11T22:34:51.893Z[ recovery-image] Aug 11 22:34:51.013 INFO O| Aug 11 22:34:51.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81622026-08-11T22:34:51.893Z[ recovery-image] Aug 11 22:34:51.013 INFO O| Aug 11 22:34:51.013 INFO STEP 960 (remove_files) COMPLETE
81632026-08-11T22:34:51.897Z[ recovery-image] Aug 11 22:34:51.013 INFO O| Aug 11 22:34:51.013 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-08-11T22:34:51.901Z[ recovery-image] Aug 11 22:34:51.022 INFO O| Aug 11 22:34:51.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81652026-08-11T22:34:51.901Z[ recovery-image] Aug 11 22:34:51.022 INFO O| Aug 11 22:34:51.022 INFO STEP 961 (remove_files) COMPLETE
81662026-08-11T22:34:51.902Z[ recovery-image] Aug 11 22:34:51.022 INFO O| Aug 11 22:34:51.022 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-08-11T22:34:51.910Z[ recovery-image] Aug 11 22:34:51.031 INFO O| Aug 11 22:34:51.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81682026-08-11T22:34:51.910Z[ recovery-image] Aug 11 22:34:51.031 INFO O| Aug 11 22:34:51.031 INFO STEP 962 (remove_files) COMPLETE
81692026-08-11T22:34:51.910Z[ recovery-image] Aug 11 22:34:51.031 INFO O| Aug 11 22:34:51.031 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-08-11T22:34:51.920Z[ recovery-image] Aug 11 22:34:51.041 INFO O| Aug 11 22:34:51.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81712026-08-11T22:34:51.921Z[ recovery-image] Aug 11 22:34:51.041 INFO O| Aug 11 22:34:51.041 INFO STEP 963 (remove_files) COMPLETE
81722026-08-11T22:34:51.921Z[ recovery-image] Aug 11 22:34:51.041 INFO O| Aug 11 22:34:51.041 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-08-11T22:34:51.930Z[ recovery-image] Aug 11 22:34:51.051 INFO O| Aug 11 22:34:51.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81742026-08-11T22:34:51.930Z[ recovery-image] Aug 11 22:34:51.051 INFO O| Aug 11 22:34:51.051 INFO STEP 964 (remove_files) COMPLETE
81752026-08-11T22:34:51.930Z[ recovery-image] Aug 11 22:34:51.051 INFO O| Aug 11 22:34:51.051 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-08-11T22:34:51.938Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
81772026-08-11T22:34:51.941Z[ recovery-image] Aug 11 22:34:51.061 INFO O| Aug 11 22:34:51.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81782026-08-11T22:34:51.941Z[ recovery-image] Aug 11 22:34:51.061 INFO O| Aug 11 22:34:51.061 INFO STEP 965 (remove_files) COMPLETE
81792026-08-11T22:34:51.941Z[ recovery-image] Aug 11 22:34:51.061 INFO O| Aug 11 22:34:51.061 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-11T22:34:51.954Z[ recovery-image] Aug 11 22:34:51.073 INFO O| Aug 11 22:34:51.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81812026-08-11T22:34:51.954Z[ recovery-image] Aug 11 22:34:51.073 INFO O| Aug 11 22:34:51.071 INFO STEP 966 (remove_files) COMPLETE
81822026-08-11T22:34:51.954Z[ recovery-image] Aug 11 22:34:51.073 INFO O| Aug 11 22:34:51.071 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-11T22:34:51.963Z[ recovery-image] Aug 11 22:34:51.084 INFO O| Aug 11 22:34:51.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81842026-08-11T22:34:51.963Z[ recovery-image] Aug 11 22:34:51.084 INFO O| Aug 11 22:34:51.084 INFO STEP 967 (remove_files) COMPLETE
81852026-08-11T22:34:51.967Z[ recovery-image] Aug 11 22:34:51.084 INFO O| Aug 11 22:34:51.084 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-11T22:34:51.976Z[ recovery-image] Aug 11 22:34:51.096 INFO O| Aug 11 22:34:51.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81872026-08-11T22:34:51.976Z[ recovery-image] Aug 11 22:34:51.097 INFO O| Aug 11 22:34:51.093 INFO STEP 968 (remove_files) COMPLETE
81882026-08-11T22:34:51.976Z[ recovery-image] Aug 11 22:34:51.097 INFO O| Aug 11 22:34:51.093 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-11T22:34:51.981Z[ recovery-image] Aug 11 22:34:51.102 INFO O| Aug 11 22:34:51.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81902026-08-11T22:34:51.981Z[ recovery-image] Aug 11 22:34:51.102 INFO O| Aug 11 22:34:51.102 INFO STEP 969 (remove_files) COMPLETE
81912026-08-11T22:34:51.987Z[ recovery-image] Aug 11 22:34:51.102 INFO O| Aug 11 22:34:51.102 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-11T22:34:51.990Z[ recovery-image] Aug 11 22:34:51.111 INFO O| Aug 11 22:34:51.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81932026-08-11T22:34:51.991Z[ recovery-image] Aug 11 22:34:51.111 INFO O| Aug 11 22:34:51.111 INFO STEP 970 (remove_files) COMPLETE
81942026-08-11T22:34:51.991Z[ recovery-image] Aug 11 22:34:51.111 INFO O| Aug 11 22:34:51.111 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-11T22:34:52.000Z[ recovery-image] Aug 11 22:34:51.121 INFO O| Aug 11 22:34:51.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81962026-08-11T22:34:52.001Z[ recovery-image] Aug 11 22:34:51.121 INFO O| Aug 11 22:34:51.121 INFO STEP 971 (remove_files) COMPLETE
81972026-08-11T22:34:52.001Z[ recovery-image] Aug 11 22:34:51.121 INFO O| Aug 11 22:34:51.121 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-11T22:34:52.011Z[ recovery-image] Aug 11 22:34:51.130 INFO O| Aug 11 22:34:51.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
81992026-08-11T22:34:52.012Z[ recovery-image] Aug 11 22:34:51.130 INFO O| Aug 11 22:34:51.130 INFO STEP 972 (remove_files) COMPLETE
82002026-08-11T22:34:52.012Z[ recovery-image] Aug 11 22:34:51.130 INFO O| Aug 11 22:34:51.130 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-08-11T22:34:52.018Z[ recovery-image] Aug 11 22:34:51.139 INFO O| Aug 11 22:34:51.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82022026-08-11T22:34:52.018Z[ recovery-image] Aug 11 22:34:51.139 INFO O| Aug 11 22:34:51.139 INFO STEP 973 (remove_files) COMPLETE
82032026-08-11T22:34:52.018Z[ recovery-image] Aug 11 22:34:51.139 INFO O| Aug 11 22:34:51.139 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-08-11T22:34:52.027Z[ recovery-image] Aug 11 22:34:51.148 INFO O| Aug 11 22:34:51.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82052026-08-11T22:34:52.027Z[ recovery-image] Aug 11 22:34:51.148 INFO O| Aug 11 22:34:51.148 INFO STEP 974 (remove_files) COMPLETE
82062026-08-11T22:34:52.034Z[ recovery-image] Aug 11 22:34:51.148 INFO O| Aug 11 22:34:51.148 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-08-11T22:34:52.038Z[ recovery-image] Aug 11 22:34:51.156 INFO O| Aug 11 22:34:51.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82082026-08-11T22:34:52.038Z[ recovery-image] Aug 11 22:34:51.156 INFO O| Aug 11 22:34:51.156 INFO STEP 975 (remove_files) COMPLETE
82092026-08-11T22:34:52.038Z[ recovery-image] Aug 11 22:34:51.156 INFO O| Aug 11 22:34:51.156 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-08-11T22:34:52.045Z[ recovery-image] Aug 11 22:34:51.166 INFO O| Aug 11 22:34:51.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82112026-08-11T22:34:52.045Z[ recovery-image] Aug 11 22:34:51.166 INFO O| Aug 11 22:34:51.166 INFO STEP 976 (remove_files) COMPLETE
82122026-08-11T22:34:52.049Z[ recovery-image] Aug 11 22:34:51.166 INFO O| Aug 11 22:34:51.166 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-08-11T22:34:52.056Z[ recovery-image] Aug 11 22:34:51.175 INFO O| Aug 11 22:34:51.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82142026-08-11T22:34:52.056Z[ recovery-image] Aug 11 22:34:51.175 INFO O| Aug 11 22:34:51.175 INFO STEP 977 (remove_files) COMPLETE
82152026-08-11T22:34:52.056Z[ recovery-image] Aug 11 22:34:51.175 INFO O| Aug 11 22:34:51.175 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-08-11T22:34:52.064Z[ recovery-image] Aug 11 22:34:51.185 INFO O| Aug 11 22:34:51.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82172026-08-11T22:34:52.064Z[ recovery-image] Aug 11 22:34:51.185 INFO O| Aug 11 22:34:51.185 INFO STEP 978 (remove_files) COMPLETE
82182026-08-11T22:34:52.064Z[ recovery-image] Aug 11 22:34:51.185 INFO O| Aug 11 22:34:51.185 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-08-11T22:34:52.080Z[ recovery-image] Aug 11 22:34:51.196 INFO O| Aug 11 22:34:51.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82202026-08-11T22:34:52.080Z[ recovery-image] Aug 11 22:34:51.196 INFO O| Aug 11 22:34:51.196 INFO STEP 979 (remove_files) COMPLETE
82212026-08-11T22:34:52.091Z[ recovery-image] Aug 11 22:34:51.196 INFO O| Aug 11 22:34:51.196 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-08-11T22:34:52.091Z[ recovery-image] Aug 11 22:34:51.206 INFO O| Aug 11 22:34:51.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82232026-08-11T22:34:52.091Z[ recovery-image] Aug 11 22:34:51.206 INFO O| Aug 11 22:34:51.206 INFO STEP 980 (remove_files) COMPLETE
82242026-08-11T22:34:52.091Z[ recovery-image] Aug 11 22:34:51.206 INFO O| Aug 11 22:34:51.206 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-08-11T22:34:52.103Z[ recovery-image] Aug 11 22:34:51.216 INFO O| Aug 11 22:34:51.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82262026-08-11T22:34:52.103Z[ recovery-image] Aug 11 22:34:51.216 INFO O| Aug 11 22:34:51.216 INFO STEP 981 (remove_files) COMPLETE
82272026-08-11T22:34:52.103Z[ recovery-image] Aug 11 22:34:51.216 INFO O| Aug 11 22:34:51.216 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-08-11T22:34:52.109Z[ recovery-image] Aug 11 22:34:51.226 INFO O| Aug 11 22:34:51.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82292026-08-11T22:34:52.109Z[ recovery-image] Aug 11 22:34:51.226 INFO O| Aug 11 22:34:51.226 INFO STEP 982 (remove_files) COMPLETE
82302026-08-11T22:34:52.109Z[ recovery-image] Aug 11 22:34:51.226 INFO O| Aug 11 22:34:51.226 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-08-11T22:34:52.117Z[ recovery-image] Aug 11 22:34:51.238 INFO O| Aug 11 22:34:51.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82322026-08-11T22:34:52.117Z[ recovery-image] Aug 11 22:34:51.238 INFO O| Aug 11 22:34:51.238 INFO STEP 983 (remove_files) COMPLETE
82332026-08-11T22:34:52.117Z[ recovery-image] Aug 11 22:34:51.238 INFO O| Aug 11 22:34:51.238 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-08-11T22:34:52.136Z[ recovery-image] Aug 11 22:34:51.249 INFO O| Aug 11 22:34:51.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82352026-08-11T22:34:52.136Z[ recovery-image] Aug 11 22:34:51.249 INFO O| Aug 11 22:34:51.249 INFO STEP 984 (remove_files) COMPLETE
82362026-08-11T22:34:52.136Z[ recovery-image] Aug 11 22:34:51.249 INFO O| Aug 11 22:34:51.249 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-08-11T22:34:52.148Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
82382026-08-11T22:34:52.148Z[ recovery-image] Aug 11 22:34:51.260 INFO O| Aug 11 22:34:51.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82392026-08-11T22:34:52.148Z[ recovery-image] Aug 11 22:34:51.260 INFO O| Aug 11 22:34:51.260 INFO STEP 985 (remove_files) COMPLETE
82402026-08-11T22:34:52.148Z[ recovery-image] Aug 11 22:34:51.260 INFO O| Aug 11 22:34:51.260 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-11T22:34:52.160Z[ recovery-image] Aug 11 22:34:51.269 INFO O| Aug 11 22:34:51.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82422026-08-11T22:34:52.160Z[ recovery-image] Aug 11 22:34:51.269 INFO O| Aug 11 22:34:51.269 INFO STEP 986 (remove_files) COMPLETE
82432026-08-11T22:34:52.160Z[ recovery-image] Aug 11 22:34:51.269 INFO O| Aug 11 22:34:51.269 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-11T22:34:52.160Z[ recovery-image] Aug 11 22:34:51.277 INFO O| Aug 11 22:34:51.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82452026-08-11T22:34:52.160Z[ recovery-image] Aug 11 22:34:51.277 INFO O| Aug 11 22:34:51.277 INFO STEP 987 (remove_files) COMPLETE
82462026-08-11T22:34:52.160Z[ recovery-image] Aug 11 22:34:51.277 INFO O| Aug 11 22:34:51.277 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-11T22:34:52.174Z[ recovery-image] Aug 11 22:34:51.286 INFO O| Aug 11 22:34:51.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82482026-08-11T22:34:52.175Z[ recovery-image] Aug 11 22:34:51.286 INFO O| Aug 11 22:34:51.286 INFO STEP 988 (remove_files) COMPLETE
82492026-08-11T22:34:52.175Z[ recovery-image] Aug 11 22:34:51.286 INFO O| Aug 11 22:34:51.286 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-11T22:34:52.190Z[ recovery-image] Aug 11 22:34:51.294 INFO O| Aug 11 22:34:51.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82512026-08-11T22:34:52.190Z[ recovery-image] Aug 11 22:34:51.294 INFO O| Aug 11 22:34:51.294 INFO STEP 989 (remove_files) COMPLETE
82522026-08-11T22:34:52.190Z[ recovery-image] Aug 11 22:34:51.294 INFO O| Aug 11 22:34:51.294 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-11T22:34:52.190Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
82542026-08-11T22:34:52.191Z[ recovery-image] Aug 11 22:34:51.305 INFO O| Aug 11 22:34:51.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82552026-08-11T22:34:52.191Z[ recovery-image] Aug 11 22:34:51.305 INFO O| Aug 11 22:34:51.305 INFO STEP 990 (remove_files) COMPLETE
82562026-08-11T22:34:52.193Z[ recovery-image] Aug 11 22:34:51.305 INFO O| Aug 11 22:34:51.305 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-08-11T22:34:52.202Z[ recovery-image] Aug 11 22:34:51.314 INFO O| Aug 11 22:34:51.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82582026-08-11T22:34:52.202Z[ recovery-image] Aug 11 22:34:51.314 INFO O| Aug 11 22:34:51.314 INFO STEP 991 (remove_files) COMPLETE
82592026-08-11T22:34:52.202Z[ recovery-image] Aug 11 22:34:51.314 INFO O| Aug 11 22:34:51.314 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-08-11T22:34:52.221Z[ recovery-image] Aug 11 22:34:51.324 INFO O| Aug 11 22:34:51.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82612026-08-11T22:34:52.221Z[ recovery-image] Aug 11 22:34:51.324 INFO O| Aug 11 22:34:51.324 INFO STEP 992 (remove_files) COMPLETE
82622026-08-11T22:34:52.221Z[ recovery-image] Aug 11 22:34:51.324 INFO O| Aug 11 22:34:51.324 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-08-11T22:34:52.247Z[ recovery-image] Aug 11 22:34:51.333 INFO O| Aug 11 22:34:51.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82642026-08-11T22:34:52.247Z[ recovery-image] Aug 11 22:34:51.333 INFO O| Aug 11 22:34:51.333 INFO STEP 993 (remove_files) COMPLETE
82652026-08-11T22:34:52.247Z[ recovery-image] Aug 11 22:34:51.333 INFO O| Aug 11 22:34:51.333 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-08-11T22:34:52.247Z[ recovery-image] Aug 11 22:34:51.344 INFO O| Aug 11 22:34:51.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82672026-08-11T22:34:52.247Z[ recovery-image] Aug 11 22:34:51.344 INFO O| Aug 11 22:34:51.344 INFO STEP 994 (remove_files) COMPLETE
82682026-08-11T22:34:52.247Z[ recovery-image] Aug 11 22:34:51.344 INFO O| Aug 11 22:34:51.344 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-08-11T22:34:52.274Z[ recovery-image] Aug 11 22:34:51.354 INFO O| Aug 11 22:34:51.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82702026-08-11T22:34:52.274Z[ recovery-image] Aug 11 22:34:51.354 INFO O| Aug 11 22:34:51.354 INFO STEP 995 (remove_files) COMPLETE
82712026-08-11T22:34:52.274Z[ recovery-image] Aug 11 22:34:51.354 INFO O| Aug 11 22:34:51.354 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-08-11T22:34:52.274Z[ recovery-image] Aug 11 22:34:51.364 INFO O| Aug 11 22:34:51.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82732026-08-11T22:34:52.274Z[ recovery-image] Aug 11 22:34:51.364 INFO O| Aug 11 22:34:51.364 INFO STEP 996 (remove_files) COMPLETE
82742026-08-11T22:34:52.275Z[ recovery-image] Aug 11 22:34:51.364 INFO O| Aug 11 22:34:51.364 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-08-11T22:34:52.275Z[ recovery-image] Aug 11 22:34:51.373 INFO O| Aug 11 22:34:51.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82762026-08-11T22:34:52.275Z[ recovery-image] Aug 11 22:34:51.373 INFO O| Aug 11 22:34:51.373 INFO STEP 997 (remove_files) COMPLETE
82772026-08-11T22:34:52.275Z[ recovery-image] Aug 11 22:34:51.373 INFO O| Aug 11 22:34:51.373 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-08-11T22:34:52.287Z[ recovery-image] Aug 11 22:34:51.382 INFO O| Aug 11 22:34:51.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82792026-08-11T22:34:52.287Z[ recovery-image] Aug 11 22:34:51.382 INFO O| Aug 11 22:34:51.382 INFO STEP 998 (remove_files) COMPLETE
82802026-08-11T22:34:52.287Z[ recovery-image] Aug 11 22:34:51.382 INFO O| Aug 11 22:34:51.382 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-08-11T22:34:52.291Z[ recovery-image] Aug 11 22:34:51.393 INFO O| Aug 11 22:34:51.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82822026-08-11T22:34:52.291Z[ recovery-image] Aug 11 22:34:51.393 INFO O| Aug 11 22:34:51.393 INFO STEP 999 (remove_files) COMPLETE
82832026-08-11T22:34:52.292Z[ recovery-image] Aug 11 22:34:51.393 INFO O| Aug 11 22:34:51.393 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-08-11T22:34:52.292Z[ recovery-image] Aug 11 22:34:51.401 INFO O| Aug 11 22:34:51.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82852026-08-11T22:34:52.292Z[ recovery-image] Aug 11 22:34:51.402 INFO O| Aug 11 22:34:51.401 INFO STEP 1000 (remove_files) COMPLETE
82862026-08-11T22:34:52.292Z[ recovery-image] Aug 11 22:34:51.402 INFO O| Aug 11 22:34:51.402 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-08-11T22:34:52.300Z[ recovery-image] Aug 11 22:34:51.411 INFO O| Aug 11 22:34:51.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82882026-08-11T22:34:52.301Z[ recovery-image] Aug 11 22:34:51.411 INFO O| Aug 11 22:34:51.411 INFO STEP 1001 (remove_files) COMPLETE
82892026-08-11T22:34:52.301Z[ recovery-image] Aug 11 22:34:51.411 INFO O| Aug 11 22:34:51.411 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-08-11T22:34:52.301Z[ recovery-image] Aug 11 22:34:51.421 INFO O| Aug 11 22:34:51.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82912026-08-11T22:34:52.301Z[ recovery-image] Aug 11 22:34:51.421 INFO O| Aug 11 22:34:51.421 INFO STEP 1002 (remove_files) COMPLETE
82922026-08-11T22:34:52.301Z[ recovery-image] Aug 11 22:34:51.421 INFO O| Aug 11 22:34:51.421 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-08-11T22:34:52.311Z[ recovery-image] Aug 11 22:34:51.431 INFO O| Aug 11 22:34:51.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82942026-08-11T22:34:52.716Z[ recovery-image] Aug 11 22:34:51.432 INFO O| Aug 11 22:34:51.432 INFO STEP 1003 (remove_files) COMPLETE
82952026-08-11T22:34:52.716Z[ recovery-image] Aug 11 22:34:51.432 INFO O| Aug 11 22:34:51.432 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-08-11T22:34:52.827Z[ recovery-image] Aug 11 22:34:51.442 INFO O| Aug 11 22:34:51.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82972026-08-11T22:34:52.827Z[ recovery-image] Aug 11 22:34:51.442 INFO O| Aug 11 22:34:51.442 INFO STEP 1004 (remove_files) COMPLETE
82982026-08-11T22:34:52.827Z[ recovery-image] Aug 11 22:34:51.442 INFO O| Aug 11 22:34:51.442 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-08-11T22:34:52.827Z[ recovery-image] Aug 11 22:34:51.450 INFO O| Aug 11 22:34:51.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83002026-08-11T22:34:52.827Z[ recovery-image] Aug 11 22:34:51.450 INFO O| Aug 11 22:34:51.450 INFO STEP 1005 (remove_files) COMPLETE
83012026-08-11T22:34:52.827Z[ recovery-image] Aug 11 22:34:51.450 INFO O| Aug 11 22:34:51.450 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-08-11T22:34:52.827Z[ recovery-image] Aug 11 22:34:51.458 INFO O| Aug 11 22:34:51.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83032026-08-11T22:34:52.828Z[ recovery-image] Aug 11 22:34:51.458 INFO O| Aug 11 22:34:51.458 INFO STEP 1006 (remove_files) COMPLETE
83042026-08-11T22:34:52.828Z[ recovery-image] Aug 11 22:34:51.458 INFO O| Aug 11 22:34:51.458 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-11T22:34:52.828Z[ recovery-image] Aug 11 22:34:51.467 INFO O| Aug 11 22:34:51.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83062026-08-11T22:34:52.835Z[ recovery-image] Aug 11 22:34:51.467 INFO O| Aug 11 22:34:51.467 INFO STEP 1007 (remove_files) COMPLETE
83072026-08-11T22:34:52.836Z[ recovery-image] Aug 11 22:34:51.467 INFO O| Aug 11 22:34:51.467 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-11T22:34:52.836Z[ recovery-image] Aug 11 22:34:51.478 INFO O| Aug 11 22:34:51.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83092026-08-11T22:34:52.836Z[ recovery-image] Aug 11 22:34:51.478 INFO O| Aug 11 22:34:51.478 INFO STEP 1008 (remove_files) COMPLETE
83102026-08-11T22:34:52.836Z[ recovery-image] Aug 11 22:34:51.478 INFO O| Aug 11 22:34:51.478 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-11T22:34:52.836Z[ recovery-image] Aug 11 22:34:51.488 INFO O| Aug 11 22:34:51.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83122026-08-11T22:34:52.836Z[ recovery-image] Aug 11 22:34:51.488 INFO O| Aug 11 22:34:51.487 INFO STEP 1009 (remove_files) COMPLETE
83132026-08-11T22:34:52.836Z[ recovery-image] Aug 11 22:34:51.488 INFO O| Aug 11 22:34:51.487 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-11T22:34:52.836Z[ recovery-image] Aug 11 22:34:51.496 INFO O| Aug 11 22:34:51.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83152026-08-11T22:34:52.836Z[ recovery-image] Aug 11 22:34:51.496 INFO O| Aug 11 22:34:51.496 INFO STEP 1010 (remove_files) COMPLETE
83162026-08-11T22:34:52.836Z[ recovery-image] Aug 11 22:34:51.496 INFO O| Aug 11 22:34:51.496 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-11T22:34:52.836Z[ recovery-image] Aug 11 22:34:51.505 INFO O| Aug 11 22:34:51.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83182026-08-11T22:34:52.836Z[ recovery-image] Aug 11 22:34:51.505 INFO O| Aug 11 22:34:51.505 INFO STEP 1011 (remove_files) COMPLETE
83192026-08-11T22:34:52.836Z[ recovery-image] Aug 11 22:34:51.505 INFO O| Aug 11 22:34:51.505 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-11T22:34:52.836Z[ recovery-image] Aug 11 22:34:51.514 INFO O| Aug 11 22:34:51.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83212026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.514 INFO O| Aug 11 22:34:51.514 INFO STEP 1012 (remove_files) COMPLETE
83222026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.514 INFO O| Aug 11 22:34:51.514 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.523 INFO O| Aug 11 22:34:51.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83242026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.523 INFO O| Aug 11 22:34:51.523 INFO STEP 1013 (remove_files) COMPLETE
83252026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.523 INFO O| Aug 11 22:34:51.523 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.534 INFO O| Aug 11 22:34:51.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83272026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.534 INFO O| Aug 11 22:34:51.534 INFO STEP 1014 (remove_files) COMPLETE
83282026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.534 INFO O| Aug 11 22:34:51.534 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.543 INFO O| Aug 11 22:34:51.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83302026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.543 INFO O| Aug 11 22:34:51.543 INFO STEP 1015 (remove_files) COMPLETE
83312026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.543 INFO O| Aug 11 22:34:51.543 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.553 INFO O| Aug 11 22:34:51.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83332026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.553 INFO O| Aug 11 22:34:51.553 INFO STEP 1016 (remove_files) COMPLETE
83342026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.553 INFO O| Aug 11 22:34:51.553 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-11T22:34:52.837Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
83362026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.562 INFO O| Aug 11 22:34:51.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83372026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.562 INFO O| Aug 11 22:34:51.562 INFO STEP 1017 (remove_files) COMPLETE
83382026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.562 INFO O| Aug 11 22:34:51.562 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.572 INFO O| Aug 11 22:34:51.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83402026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.572 INFO O| Aug 11 22:34:51.572 INFO STEP 1018 (remove_files) COMPLETE
83412026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.572 INFO O| Aug 11 22:34:51.572 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.582 INFO O| Aug 11 22:34:51.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83432026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.582 INFO O| Aug 11 22:34:51.582 INFO STEP 1019 (remove_files) COMPLETE
83442026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.582 INFO O| Aug 11 22:34:51.582 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-08-11T22:34:52.837Z[ recovery-image] Aug 11 22:34:51.592 INFO O| Aug 11 22:34:51.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83462026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.592 INFO O| Aug 11 22:34:51.592 INFO STEP 1020 (remove_files) COMPLETE
83472026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.592 INFO O| Aug 11 22:34:51.592 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.602 INFO O| Aug 11 22:34:51.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83492026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.602 INFO O| Aug 11 22:34:51.602 INFO STEP 1021 (remove_files) COMPLETE
83502026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.602 INFO O| Aug 11 22:34:51.602 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.612 INFO O| Aug 11 22:34:51.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83522026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.612 INFO O| Aug 11 22:34:51.612 INFO STEP 1022 (remove_files) COMPLETE
83532026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.612 INFO O| Aug 11 22:34:51.612 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.621 INFO O| Aug 11 22:34:51.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83552026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.621 INFO O| Aug 11 22:34:51.621 INFO STEP 1023 (remove_files) COMPLETE
83562026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.621 INFO O| Aug 11 22:34:51.621 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.630 INFO O| Aug 11 22:34:51.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83582026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.630 INFO O| Aug 11 22:34:51.630 INFO STEP 1024 (remove_files) COMPLETE
83592026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.630 INFO O| Aug 11 22:34:51.630 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-08-11T22:34:52.838Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
83612026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.640 INFO O| Aug 11 22:34:51.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83622026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.640 INFO O| Aug 11 22:34:51.640 INFO STEP 1025 (remove_files) COMPLETE
83632026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.640 INFO O| Aug 11 22:34:51.640 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.650 INFO O| Aug 11 22:34:51.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83652026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.650 INFO O| Aug 11 22:34:51.650 INFO STEP 1026 (remove_files) COMPLETE
83662026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.650 INFO O| Aug 11 22:34:51.650 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.661 INFO O| Aug 11 22:34:51.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83682026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.661 INFO O| Aug 11 22:34:51.661 INFO STEP 1027 (remove_files) COMPLETE
83692026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.661 INFO O| Aug 11 22:34:51.661 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.671 INFO O| Aug 11 22:34:51.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83712026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.671 INFO O| Aug 11 22:34:51.671 INFO STEP 1028 (remove_files) COMPLETE
83722026-08-11T22:34:52.838Z[ recovery-image] Aug 11 22:34:51.671 INFO O| Aug 11 22:34:51.671 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-08-11T22:34:52.839Z[ recovery-image] Aug 11 22:34:51.681 INFO O| Aug 11 22:34:51.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83742026-08-11T22:34:52.839Z[ recovery-image] Aug 11 22:34:51.681 INFO O| Aug 11 22:34:51.681 INFO STEP 1029 (remove_files) COMPLETE
83752026-08-11T22:34:52.839Z[ recovery-image] Aug 11 22:34:51.681 INFO O| Aug 11 22:34:51.681 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-08-11T22:34:52.839Z[ recovery-image] Aug 11 22:34:51.692 INFO O| Aug 11 22:34:51.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83772026-08-11T22:34:52.839Z[ recovery-image] Aug 11 22:34:51.692 INFO O| Aug 11 22:34:51.692 INFO STEP 1030 (remove_files) COMPLETE
83782026-08-11T22:34:52.839Z[ recovery-image] Aug 11 22:34:51.692 INFO O| Aug 11 22:34:51.692 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-08-11T22:34:52.839Z[ recovery-image] Aug 11 22:34:51.702 INFO O| Aug 11 22:34:51.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83802026-08-11T22:34:52.839Z[ recovery-image] Aug 11 22:34:51.702 INFO O| Aug 11 22:34:51.702 INFO STEP 1031 (remove_files) COMPLETE
83812026-08-11T22:34:52.839Z[ recovery-image] Aug 11 22:34:51.702 INFO O| Aug 11 22:34:51.702 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-08-11T22:34:52.839Z[ recovery-image] Aug 11 22:34:51.714 INFO O| Aug 11 22:34:51.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83832026-08-11T22:34:52.839Z[ recovery-image] Aug 11 22:34:51.714 INFO O| Aug 11 22:34:51.714 INFO STEP 1032 (remove_files) COMPLETE
83842026-08-11T22:34:52.839Z[ recovery-image] Aug 11 22:34:51.714 INFO O| Aug 11 22:34:51.714 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-08-11T22:34:52.840Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
83862026-08-11T22:34:52.841Z[ recovery-image] Aug 11 22:34:51.727 INFO O| Aug 11 22:34:51.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83872026-08-11T22:34:52.841Z[ recovery-image] Aug 11 22:34:51.727 INFO O| Aug 11 22:34:51.727 INFO STEP 1033 (remove_files) COMPLETE
83882026-08-11T22:34:52.841Z[ recovery-image] Aug 11 22:34:51.727 INFO O| Aug 11 22:34:51.727 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-08-11T22:34:52.841Z[ recovery-image] Aug 11 22:34:51.737 INFO O| Aug 11 22:34:51.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83902026-08-11T22:34:52.841Z[ recovery-image] Aug 11 22:34:51.737 INFO O| Aug 11 22:34:51.737 INFO STEP 1034 (remove_files) COMPLETE
83912026-08-11T22:34:52.841Z[ recovery-image] Aug 11 22:34:51.737 INFO O| Aug 11 22:34:51.737 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-08-11T22:34:52.841Z[ recovery-image] Aug 11 22:34:51.746 INFO O| Aug 11 22:34:51.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83932026-08-11T22:34:52.841Z[ recovery-image] Aug 11 22:34:51.746 INFO O| Aug 11 22:34:51.746 INFO STEP 1035 (remove_files) COMPLETE
83942026-08-11T22:34:52.841Z[ recovery-image] Aug 11 22:34:51.746 INFO O| Aug 11 22:34:51.746 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-08-11T22:34:52.841Z[ recovery-image] Aug 11 22:34:51.756 INFO O| Aug 11 22:34:51.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83962026-08-11T22:34:52.862Z[ recovery-image] Aug 11 22:34:51.756 INFO O| Aug 11 22:34:51.756 INFO STEP 1036 (remove_files) COMPLETE
83972026-08-11T22:34:52.862Z[ recovery-image] Aug 11 22:34:51.756 INFO O| Aug 11 22:34:51.756 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-08-11T22:34:52.863Z[ recovery-image] Aug 11 22:34:51.766 INFO O| Aug 11 22:34:51.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83992026-08-11T22:34:52.863Z[ recovery-image] Aug 11 22:34:51.766 INFO O| Aug 11 22:34:51.766 INFO STEP 1037 (remove_files) COMPLETE
84002026-08-11T22:34:52.863Z[ recovery-image] Aug 11 22:34:51.766 INFO O| Aug 11 22:34:51.766 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-08-11T22:34:52.863Z[ recovery-image] Aug 11 22:34:51.776 INFO O| Aug 11 22:34:51.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84022026-08-11T22:34:52.863Z[ recovery-image] Aug 11 22:34:51.776 INFO O| Aug 11 22:34:51.776 INFO STEP 1038 (remove_files) COMPLETE
84032026-08-11T22:34:52.863Z[ recovery-image] Aug 11 22:34:51.776 INFO O| Aug 11 22:34:51.776 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-08-11T22:34:52.863Z[ recovery-image] Aug 11 22:34:51.786 INFO O| Aug 11 22:34:51.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84052026-08-11T22:34:52.863Z[ recovery-image] Aug 11 22:34:51.786 INFO O| Aug 11 22:34:51.786 INFO STEP 1039 (remove_files) COMPLETE
84062026-08-11T22:34:52.863Z[ recovery-image] Aug 11 22:34:51.786 INFO O| Aug 11 22:34:51.786 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-08-11T22:34:52.863Z[ recovery-image] Aug 11 22:34:51.795 INFO O| Aug 11 22:34:51.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84082026-08-11T22:34:52.863Z[ recovery-image] Aug 11 22:34:51.795 INFO O| Aug 11 22:34:51.795 INFO STEP 1040 (remove_files) COMPLETE
84092026-08-11T22:34:52.863Z[ recovery-image] Aug 11 22:34:51.795 INFO O| Aug 11 22:34:51.795 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-08-11T22:34:52.863Z[ recovery-image] Aug 11 22:34:51.805 INFO O| Aug 11 22:34:51.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84112026-08-11T22:34:52.863Z[ recovery-image] Aug 11 22:34:51.805 INFO O| Aug 11 22:34:51.805 INFO STEP 1041 (remove_files) COMPLETE
84122026-08-11T22:34:52.863Z[ recovery-image] Aug 11 22:34:51.805 INFO O| Aug 11 22:34:51.805 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-08-11T22:34:52.863Z[ recovery-image] Aug 11 22:34:51.815 INFO O| Aug 11 22:34:51.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84142026-08-11T22:34:52.863Z[ recovery-image] Aug 11 22:34:51.815 INFO O| Aug 11 22:34:51.815 INFO STEP 1042 (remove_files) COMPLETE
84152026-08-11T22:34:52.863Z[ recovery-image] Aug 11 22:34:51.815 INFO O| Aug 11 22:34:51.815 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-08-11T22:34:52.864Z[ recovery-image] Aug 11 22:34:51.825 INFO O| Aug 11 22:34:51.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84172026-08-11T22:34:52.864Z[ recovery-image] Aug 11 22:34:51.825 INFO O| Aug 11 22:34:51.825 INFO STEP 1043 (remove_files) COMPLETE
84182026-08-11T22:34:52.864Z[ recovery-image] Aug 11 22:34:51.825 INFO O| Aug 11 22:34:51.825 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-08-11T22:34:52.864Z[ recovery-image] Aug 11 22:34:51.834 INFO O| Aug 11 22:34:51.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84202026-08-11T22:34:52.864Z[ recovery-image] Aug 11 22:34:51.834 INFO O| Aug 11 22:34:51.834 INFO STEP 1044 (remove_files) COMPLETE
84212026-08-11T22:34:52.864Z[ recovery-image] Aug 11 22:34:51.834 INFO O| Aug 11 22:34:51.834 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-08-11T22:34:52.865Z[ recovery-image] Aug 11 22:34:51.843 INFO O| Aug 11 22:34:51.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84232026-08-11T22:34:52.865Z[ recovery-image] Aug 11 22:34:51.843 INFO O| Aug 11 22:34:51.843 INFO STEP 1045 (remove_files) COMPLETE
84242026-08-11T22:34:52.865Z[ recovery-image] Aug 11 22:34:51.843 INFO O| Aug 11 22:34:51.843 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-08-11T22:34:52.865Z[ recovery-image] Aug 11 22:34:51.852 INFO O| Aug 11 22:34:51.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84262026-08-11T22:34:52.865Z[ recovery-image] Aug 11 22:34:51.852 INFO O| Aug 11 22:34:51.852 INFO STEP 1046 (remove_files) COMPLETE
84272026-08-11T22:34:52.865Z[ recovery-image] Aug 11 22:34:51.852 INFO O| Aug 11 22:34:51.852 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-08-11T22:34:52.865Z[ recovery-image] Aug 11 22:34:51.860 INFO O| Aug 11 22:34:51.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84292026-08-11T22:34:52.865Z[ recovery-image] Aug 11 22:34:51.860 INFO O| Aug 11 22:34:51.860 INFO STEP 1047 (remove_files) COMPLETE
84302026-08-11T22:34:52.866Z[ recovery-image] Aug 11 22:34:51.860 INFO O| Aug 11 22:34:51.860 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-08-11T22:34:52.871Z[ recovery-image] Aug 11 22:34:51.869 INFO O| Aug 11 22:34:51.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84322026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.869 INFO O| Aug 11 22:34:51.869 INFO STEP 1048 (remove_files) COMPLETE
84332026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.869 INFO O| Aug 11 22:34:51.869 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.878 INFO O| Aug 11 22:34:51.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84352026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.878 INFO O| Aug 11 22:34:51.878 INFO STEP 1049 (remove_files) COMPLETE
84362026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.878 INFO O| Aug 11 22:34:51.878 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.886 INFO O| Aug 11 22:34:51.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84382026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.887 INFO O| Aug 11 22:34:51.887 INFO STEP 1050 (remove_files) COMPLETE
84392026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.887 INFO O| Aug 11 22:34:51.887 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.898 INFO O| Aug 11 22:34:51.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84412026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.898 INFO O| Aug 11 22:34:51.895 INFO STEP 1051 (remove_files) COMPLETE
84422026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.898 INFO O| Aug 11 22:34:51.895 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.903 INFO O| Aug 11 22:34:51.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84442026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.903 INFO O| Aug 11 22:34:51.903 INFO STEP 1052 (remove_files) COMPLETE
84452026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.903 INFO O| Aug 11 22:34:51.903 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.911 INFO O| Aug 11 22:34:51.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84472026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.911 INFO O| Aug 11 22:34:51.911 INFO STEP 1053 (remove_files) COMPLETE
84482026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.911 INFO O| Aug 11 22:34:51.911 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.918 INFO O| Aug 11 22:34:51.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84502026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.918 INFO O| Aug 11 22:34:51.918 INFO STEP 1054 (remove_files) COMPLETE
84512026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.919 INFO O| Aug 11 22:34:51.918 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.926 INFO O| Aug 11 22:34:51.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84532026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.926 INFO O| Aug 11 22:34:51.926 INFO STEP 1055 (remove_files) COMPLETE
84542026-08-11T22:34:52.872Z[ recovery-image] Aug 11 22:34:51.926 INFO O| Aug 11 22:34:51.926 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-08-11T22:34:52.873Z[ recovery-image] Aug 11 22:34:51.935 INFO O| Aug 11 22:34:51.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84562026-08-11T22:34:52.873Z[ recovery-image] Aug 11 22:34:51.935 INFO O| Aug 11 22:34:51.935 INFO STEP 1056 (remove_files) COMPLETE
84572026-08-11T22:34:52.873Z[ recovery-image] Aug 11 22:34:51.935 INFO O| Aug 11 22:34:51.935 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-08-11T22:34:52.873Z[ recovery-image] Aug 11 22:34:51.944 INFO O| Aug 11 22:34:51.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84592026-08-11T22:34:52.873Z[ recovery-image] Aug 11 22:34:51.944 INFO O| Aug 11 22:34:51.944 INFO STEP 1057 (remove_files) COMPLETE
84602026-08-11T22:34:52.873Z[ recovery-image] Aug 11 22:34:51.944 INFO O| Aug 11 22:34:51.944 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-11T22:34:52.873Z[ recovery-image] Aug 11 22:34:51.953 INFO O| Aug 11 22:34:51.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84622026-08-11T22:34:52.873Z[ recovery-image] Aug 11 22:34:51.953 INFO O| Aug 11 22:34:51.953 INFO STEP 1058 (remove_files) COMPLETE
84632026-08-11T22:34:52.873Z[ recovery-image] Aug 11 22:34:51.953 INFO O| Aug 11 22:34:51.953 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-08-11T22:34:52.873Z[ recovery-image] Aug 11 22:34:51.962 INFO O| Aug 11 22:34:51.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84652026-08-11T22:34:52.873Z[ recovery-image] Aug 11 22:34:51.962 INFO O| Aug 11 22:34:51.962 INFO STEP 1059 (remove_files) COMPLETE
84662026-08-11T22:34:52.873Z[ recovery-image] Aug 11 22:34:51.962 INFO O| Aug 11 22:34:51.962 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-11T22:34:52.873Z[ recovery-image] Aug 11 22:34:51.972 INFO O| Aug 11 22:34:51.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84682026-08-11T22:34:52.873Z[ recovery-image] Aug 11 22:34:51.972 INFO O| Aug 11 22:34:51.972 INFO STEP 1060 (remove_files) COMPLETE
84692026-08-11T22:34:52.873Z[ recovery-image] Aug 11 22:34:51.972 INFO O| Aug 11 22:34:51.972 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-08-11T22:34:52.986Z[ recovery-image] Aug 11 22:34:51.981 INFO O| Aug 11 22:34:51.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84712026-08-11T22:34:52.986Z[ recovery-image] Aug 11 22:34:51.982 INFO O| Aug 11 22:34:51.981 INFO STEP 1061 (remove_files) COMPLETE
84722026-08-11T22:34:52.986Z[ recovery-image] Aug 11 22:34:51.982 INFO O| Aug 11 22:34:51.981 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-08-11T22:34:52.991Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
84742026-08-11T22:34:52.991Z[ recovery-image] Aug 11 22:34:51.992 INFO O| Aug 11 22:34:51.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84752026-08-11T22:34:52.991Z[ recovery-image] Aug 11 22:34:51.992 INFO O| Aug 11 22:34:51.992 INFO STEP 1062 (remove_files) COMPLETE
84762026-08-11T22:34:52.991Z[ recovery-image] Aug 11 22:34:51.992 INFO O| Aug 11 22:34:51.992 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-08-11T22:34:52.991Z[ recovery-image] Aug 11 22:34:52.004 INFO O| Aug 11 22:34:52.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84782026-08-11T22:34:52.992Z[ recovery-image] Aug 11 22:34:52.004 INFO O| Aug 11 22:34:52.004 INFO STEP 1063 (remove_files) COMPLETE
84792026-08-11T22:34:52.992Z[ recovery-image] Aug 11 22:34:52.004 INFO O| Aug 11 22:34:52.004 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-08-11T22:34:52.992Z[ recovery-image] Aug 11 22:34:52.014 INFO O| Aug 11 22:34:52.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84812026-08-11T22:34:52.992Z[ recovery-image] Aug 11 22:34:52.014 INFO O| Aug 11 22:34:52.014 INFO STEP 1064 (remove_files) COMPLETE
84822026-08-11T22:34:52.992Z[ recovery-image] Aug 11 22:34:52.014 INFO O| Aug 11 22:34:52.014 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-08-11T22:34:53.009Z[ recovery-image] Aug 11 22:34:52.023 INFO O| Aug 11 22:34:52.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84842026-08-11T22:34:53.010Z[ recovery-image] Aug 11 22:34:52.023 INFO O| Aug 11 22:34:52.023 INFO STEP 1065 (remove_files) COMPLETE
84852026-08-11T22:34:53.010Z[ recovery-image] Aug 11 22:34:52.023 INFO O| Aug 11 22:34:52.023 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-08-11T22:34:53.010Z[ recovery-image] Aug 11 22:34:52.032 INFO O| Aug 11 22:34:52.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84872026-08-11T22:34:53.010Z[ recovery-image] Aug 11 22:34:52.033 INFO O| Aug 11 22:34:52.033 INFO STEP 1066 (remove_files) COMPLETE
84882026-08-11T22:34:53.010Z[ recovery-image] Aug 11 22:34:52.033 INFO O| Aug 11 22:34:52.033 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-08-11T22:34:53.010Z[ recovery-image] Aug 11 22:34:52.041 INFO O| Aug 11 22:34:52.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84902026-08-11T22:34:53.010Z[ recovery-image] Aug 11 22:34:52.041 INFO O| Aug 11 22:34:52.041 INFO STEP 1067 (remove_files) COMPLETE
84912026-08-11T22:34:53.010Z[ recovery-image] Aug 11 22:34:52.041 INFO O| Aug 11 22:34:52.041 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-08-11T22:34:53.010Z[ recovery-image] Aug 11 22:34:52.050 INFO O| Aug 11 22:34:52.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84932026-08-11T22:34:53.010Z[ recovery-image] Aug 11 22:34:52.050 INFO O| Aug 11 22:34:52.050 INFO STEP 1068 (remove_files) COMPLETE
84942026-08-11T22:34:53.010Z[ recovery-image] Aug 11 22:34:52.050 INFO O| Aug 11 22:34:52.050 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-08-11T22:34:53.010Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
84962026-08-11T22:34:53.010Z[ recovery-image] Aug 11 22:34:52.065 INFO O| Aug 11 22:34:52.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84972026-08-11T22:34:53.010Z[ recovery-image] Aug 11 22:34:52.065 INFO O| Aug 11 22:34:52.065 INFO STEP 1069 (remove_files) COMPLETE
84982026-08-11T22:34:53.010Z[ recovery-image] Aug 11 22:34:52.065 INFO O| Aug 11 22:34:52.065 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-11T22:34:53.010Z[ recovery-image] Aug 11 22:34:52.075 INFO O| Aug 11 22:34:52.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85002026-08-11T22:34:53.010Z[ recovery-image] Aug 11 22:34:52.075 INFO O| Aug 11 22:34:52.075 INFO STEP 1070 (remove_files) COMPLETE
85012026-08-11T22:34:53.010Z[ recovery-image] Aug 11 22:34:52.075 INFO O| Aug 11 22:34:52.075 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-11T22:34:53.011Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
85032026-08-11T22:34:53.011Z[ recovery-image] Aug 11 22:34:52.084 INFO O| Aug 11 22:34:52.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85042026-08-11T22:34:53.011Z[ recovery-image] Aug 11 22:34:52.084 INFO O| Aug 11 22:34:52.084 INFO STEP 1071 (remove_files) COMPLETE
85052026-08-11T22:34:53.011Z[ recovery-image] Aug 11 22:34:52.084 INFO O| Aug 11 22:34:52.084 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-08-11T22:34:53.011Z[ recovery-image] Aug 11 22:34:52.094 INFO O| Aug 11 22:34:52.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85072026-08-11T22:34:53.011Z[ recovery-image] Aug 11 22:34:52.094 INFO O| Aug 11 22:34:52.094 INFO STEP 1072 (remove_files) COMPLETE
85082026-08-11T22:34:53.011Z[ recovery-image] Aug 11 22:34:52.094 INFO O| Aug 11 22:34:52.094 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-08-11T22:34:53.011Z[ recovery-image] Aug 11 22:34:52.104 INFO O| Aug 11 22:34:52.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85102026-08-11T22:34:53.011Z[ recovery-image] Aug 11 22:34:52.104 INFO O| Aug 11 22:34:52.104 INFO STEP 1073 (remove_files) COMPLETE
85112026-08-11T22:34:53.011Z[ recovery-image] Aug 11 22:34:52.104 INFO O| Aug 11 22:34:52.104 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-08-11T22:34:53.011Z[ recovery-image] Aug 11 22:34:52.114 INFO O| Aug 11 22:34:52.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85132026-08-11T22:34:53.011Z[ recovery-image] Aug 11 22:34:52.114 INFO O| Aug 11 22:34:52.114 INFO STEP 1074 (remove_files) COMPLETE
85142026-08-11T22:34:53.011Z[ recovery-image] Aug 11 22:34:52.114 INFO O| Aug 11 22:34:52.114 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-08-11T22:34:53.012Z[ recovery-image] Aug 11 22:34:52.126 INFO O| Aug 11 22:34:52.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85162026-08-11T22:34:53.012Z[ recovery-image] Aug 11 22:34:52.126 INFO O| Aug 11 22:34:52.125 INFO STEP 1075 (remove_files) COMPLETE
85172026-08-11T22:34:53.012Z[ recovery-image] Aug 11 22:34:52.126 INFO O| Aug 11 22:34:52.125 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-08-11T22:34:53.018Z[ recovery-image] Aug 11 22:34:52.135 INFO O| Aug 11 22:34:52.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85192026-08-11T22:34:53.018Z[ recovery-image] Aug 11 22:34:52.135 INFO O| Aug 11 22:34:52.135 INFO STEP 1076 (remove_files) COMPLETE
85202026-08-11T22:34:53.018Z[ recovery-image] Aug 11 22:34:52.135 INFO O| Aug 11 22:34:52.135 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-08-11T22:34:53.024Z[ recovery-image] Aug 11 22:34:52.143 INFO O| Aug 11 22:34:52.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85222026-08-11T22:34:53.024Z[ recovery-image] Aug 11 22:34:52.143 INFO O| Aug 11 22:34:52.143 INFO STEP 1077 (remove_files) COMPLETE
85232026-08-11T22:34:53.025Z[ recovery-image] Aug 11 22:34:52.143 INFO O| Aug 11 22:34:52.143 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-08-11T22:34:53.030Z[ recovery-image] Aug 11 22:34:52.151 INFO O| Aug 11 22:34:52.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85252026-08-11T22:34:53.030Z[ recovery-image] Aug 11 22:34:52.151 INFO O| Aug 11 22:34:52.151 INFO STEP 1078 (remove_files) COMPLETE
85262026-08-11T22:34:53.031Z[ recovery-image] Aug 11 22:34:52.151 INFO O| Aug 11 22:34:52.151 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-08-11T22:34:53.038Z[ recovery-image] Aug 11 22:34:52.159 INFO O| Aug 11 22:34:52.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85282026-08-11T22:34:53.038Z[ recovery-image] Aug 11 22:34:52.159 INFO O| Aug 11 22:34:52.159 INFO STEP 1079 (remove_files) COMPLETE
85292026-08-11T22:34:53.038Z[ recovery-image] Aug 11 22:34:52.159 INFO O| Aug 11 22:34:52.159 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-08-11T22:34:53.046Z[ recovery-image] Aug 11 22:34:52.167 INFO O| Aug 11 22:34:52.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85312026-08-11T22:34:53.046Z[ recovery-image] Aug 11 22:34:52.167 INFO O| Aug 11 22:34:52.167 INFO STEP 1080 (remove_files) COMPLETE
85322026-08-11T22:34:53.047Z[ recovery-image] Aug 11 22:34:52.167 INFO O| Aug 11 22:34:52.167 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.175 INFO O| Aug 11 22:34:52.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85342026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.175 INFO O| Aug 11 22:34:52.175 INFO STEP 1081 (remove_files) COMPLETE
85352026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.175 INFO O| Aug 11 22:34:52.175 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.184 INFO O| Aug 11 22:34:52.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85372026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.184 INFO O| Aug 11 22:34:52.184 INFO STEP 1082 (remove_files) COMPLETE
85382026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.184 INFO O| Aug 11 22:34:52.184 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.194 INFO O| Aug 11 22:34:52.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85402026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.194 INFO O| Aug 11 22:34:52.194 INFO STEP 1083 (remove_files) COMPLETE
85412026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.194 INFO O| Aug 11 22:34:52.194 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.204 INFO O| Aug 11 22:34:52.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85432026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.204 INFO O| Aug 11 22:34:52.204 INFO STEP 1084 (remove_files) COMPLETE
85442026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.204 INFO O| Aug 11 22:34:52.204 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.216 INFO O| Aug 11 22:34:52.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85462026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.216 INFO O| Aug 11 22:34:52.214 INFO STEP 1085 (remove_files) COMPLETE
85472026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.216 INFO O| Aug 11 22:34:52.214 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.225 INFO O| Aug 11 22:34:52.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85492026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.225 INFO O| Aug 11 22:34:52.225 INFO STEP 1086 (remove_files) COMPLETE
85502026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.225 INFO O| Aug 11 22:34:52.225 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.233 INFO O| Aug 11 22:34:52.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85522026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.233 INFO O| Aug 11 22:34:52.233 INFO STEP 1087 (remove_files) COMPLETE
85532026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.233 INFO O| Aug 11 22:34:52.233 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.242 INFO O| Aug 11 22:34:52.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85552026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.242 INFO O| Aug 11 22:34:52.242 INFO STEP 1088 (remove_files) COMPLETE
85562026-08-11T22:34:53.579Z[ recovery-image] Aug 11 22:34:52.242 INFO O| Aug 11 22:34:52.242 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-08-11T22:34:53.580Z[ recovery-image] Aug 11 22:34:52.252 INFO O| Aug 11 22:34:52.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85582026-08-11T22:34:53.580Z[ recovery-image] Aug 11 22:34:52.252 INFO O| Aug 11 22:34:52.252 INFO STEP 1089 (remove_files) COMPLETE
85592026-08-11T22:34:53.580Z[ recovery-image] Aug 11 22:34:52.252 INFO O| Aug 11 22:34:52.252 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-08-11T22:34:53.580Z[ recovery-image] Aug 11 22:34:52.260 INFO O| Aug 11 22:34:52.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85612026-08-11T22:34:53.580Z[ recovery-image] Aug 11 22:34:52.260 INFO O| Aug 11 22:34:52.260 INFO STEP 1090 (remove_files) COMPLETE
85622026-08-11T22:34:53.580Z[ recovery-image] Aug 11 22:34:52.260 INFO O| Aug 11 22:34:52.260 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-08-11T22:34:53.580Z[verify-libraries] Compiling drift v0.2.0
85642026-08-11T22:34:53.580Z[ recovery-image] Aug 11 22:34:52.268 INFO O| Aug 11 22:34:52.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85652026-08-11T22:34:53.580Z[ recovery-image] Aug 11 22:34:52.268 INFO O| Aug 11 22:34:52.268 INFO STEP 1091 (remove_files) COMPLETE
85662026-08-11T22:34:53.580Z[ recovery-image] Aug 11 22:34:52.268 INFO O| Aug 11 22:34:52.268 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-08-11T22:34:53.580Z[ recovery-image] Aug 11 22:34:52.276 INFO O| Aug 11 22:34:52.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85682026-08-11T22:34:53.580Z[ recovery-image] Aug 11 22:34:52.276 INFO O| Aug 11 22:34:52.276 INFO STEP 1092 (remove_files) COMPLETE
85692026-08-11T22:34:53.580Z[ recovery-image] Aug 11 22:34:52.276 INFO O| Aug 11 22:34:52.276 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-08-11T22:34:53.580Z[ recovery-image] Aug 11 22:34:52.287 INFO O| Aug 11 22:34:52.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85712026-08-11T22:34:53.580Z[ recovery-image] Aug 11 22:34:52.287 INFO O| Aug 11 22:34:52.287 INFO STEP 1093 (remove_files) COMPLETE
85722026-08-11T22:34:53.580Z[ recovery-image] Aug 11 22:34:52.287 INFO O| Aug 11 22:34:52.287 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-08-11T22:34:53.580Z[ recovery-image] Aug 11 22:34:52.297 INFO O| Aug 11 22:34:52.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85742026-08-11T22:34:53.580Z[ recovery-image] Aug 11 22:34:52.297 INFO O| Aug 11 22:34:52.297 INFO STEP 1094 (remove_files) COMPLETE
85752026-08-11T22:34:53.581Z[ recovery-image] Aug 11 22:34:52.297 INFO O| Aug 11 22:34:52.297 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-08-11T22:34:53.581Z[ recovery-image] Aug 11 22:34:52.306 INFO O| Aug 11 22:34:52.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85772026-08-11T22:34:53.581Z[ recovery-image] Aug 11 22:34:52.306 INFO O| Aug 11 22:34:52.306 INFO STEP 1095 (remove_files) COMPLETE
85782026-08-11T22:34:53.581Z[ recovery-image] Aug 11 22:34:52.306 INFO O| Aug 11 22:34:52.306 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-08-11T22:34:53.582Z[ recovery-image] Aug 11 22:34:52.314 INFO O| Aug 11 22:34:52.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85802026-08-11T22:34:53.582Z[ recovery-image] Aug 11 22:34:52.314 INFO O| Aug 11 22:34:52.314 INFO STEP 1096 (remove_files) COMPLETE
85812026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.314 INFO O| Aug 11 22:34:52.314 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.322 INFO O| Aug 11 22:34:52.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85832026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.322 INFO O| Aug 11 22:34:52.322 INFO STEP 1097 (remove_files) COMPLETE
85842026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.322 INFO O| Aug 11 22:34:52.322 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.330 INFO O| Aug 11 22:34:52.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85862026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.330 INFO O| Aug 11 22:34:52.330 INFO STEP 1098 (remove_files) COMPLETE
85872026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.330 INFO O| Aug 11 22:34:52.330 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.338 INFO O| Aug 11 22:34:52.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85892026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.338 INFO O| Aug 11 22:34:52.338 INFO STEP 1099 (remove_files) COMPLETE
85902026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.338 INFO O| Aug 11 22:34:52.338 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.346 INFO O| Aug 11 22:34:52.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85922026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.346 INFO O| Aug 11 22:34:52.346 INFO STEP 1100 (remove_files) COMPLETE
85932026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.346 INFO O| Aug 11 22:34:52.346 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.354 INFO O| Aug 11 22:34:52.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85952026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.355 INFO O| Aug 11 22:34:52.354 INFO STEP 1101 (remove_files) COMPLETE
85962026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.355 INFO O| Aug 11 22:34:52.355 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.363 INFO O| Aug 11 22:34:52.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85982026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.363 INFO O| Aug 11 22:34:52.363 INFO STEP 1102 (remove_files) COMPLETE
85992026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.363 INFO O| Aug 11 22:34:52.363 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.372 INFO O| Aug 11 22:34:52.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86012026-08-11T22:34:53.583Z[ recovery-image] Aug 11 22:34:52.373 INFO O| Aug 11 22:34:52.372 INFO STEP 1103 (remove_files) COMPLETE
86022026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.373 INFO O| Aug 11 22:34:52.372 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.382 INFO O| Aug 11 22:34:52.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86042026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.382 INFO O| Aug 11 22:34:52.382 INFO STEP 1104 (remove_files) COMPLETE
86052026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.382 INFO O| Aug 11 22:34:52.382 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.392 INFO O| Aug 11 22:34:52.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86072026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.392 INFO O| Aug 11 22:34:52.392 INFO STEP 1105 (remove_files) COMPLETE
86082026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.392 INFO O| Aug 11 22:34:52.392 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.402 INFO O| Aug 11 22:34:52.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86102026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.402 INFO O| Aug 11 22:34:52.402 INFO STEP 1106 (remove_files) COMPLETE
86112026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.402 INFO O| Aug 11 22:34:52.402 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-08-11T22:34:53.584Z[verify-libraries] Compiling uzers v0.12.2
86132026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.412 INFO O| Aug 11 22:34:52.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86142026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.412 INFO O| Aug 11 22:34:52.412 INFO STEP 1107 (remove_files) COMPLETE
86152026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.412 INFO O| Aug 11 22:34:52.412 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.422 INFO O| Aug 11 22:34:52.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86172026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.422 INFO O| Aug 11 22:34:52.422 INFO STEP 1108 (remove_files) COMPLETE
86182026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.422 INFO O| Aug 11 22:34:52.422 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.433 INFO O| Aug 11 22:34:52.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86202026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.433 INFO O| Aug 11 22:34:52.433 INFO STEP 1109 (remove_files) COMPLETE
86212026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.433 INFO O| Aug 11 22:34:52.433 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.444 INFO O| Aug 11 22:34:52.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86232026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.444 INFO O| Aug 11 22:34:52.444 INFO STEP 1110 (remove_files) COMPLETE
86242026-08-11T22:34:53.584Z[ recovery-image] Aug 11 22:34:52.444 INFO O| Aug 11 22:34:52.444 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-08-11T22:34:53.588Z[ recovery-image] Aug 11 22:34:52.455 INFO O| Aug 11 22:34:52.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86262026-08-11T22:34:53.588Z[ recovery-image] Aug 11 22:34:52.455 INFO O| Aug 11 22:34:52.455 INFO STEP 1111 (remove_files) COMPLETE
86272026-08-11T22:34:53.588Z[ recovery-image] Aug 11 22:34:52.455 INFO O| Aug 11 22:34:52.455 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-08-11T22:34:53.588Z[ recovery-image] Aug 11 22:34:52.465 INFO O| Aug 11 22:34:52.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86292026-08-11T22:34:53.588Z[ recovery-image] Aug 11 22:34:52.465 INFO O| Aug 11 22:34:52.465 INFO STEP 1112 (remove_files) COMPLETE
86302026-08-11T22:34:53.588Z[ recovery-image] Aug 11 22:34:52.465 INFO O| Aug 11 22:34:52.465 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-08-11T22:34:53.588Z[ recovery-image] Aug 11 22:34:52.475 INFO O| Aug 11 22:34:52.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86322026-08-11T22:34:53.588Z[ recovery-image] Aug 11 22:34:52.475 INFO O| Aug 11 22:34:52.475 INFO STEP 1113 (remove_files) COMPLETE
86332026-08-11T22:34:53.633Z[ recovery-image] Aug 11 22:34:52.475 INFO O| Aug 11 22:34:52.475 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-08-11T22:34:53.633Z[ recovery-image] Aug 11 22:34:52.485 INFO O| Aug 11 22:34:52.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86352026-08-11T22:34:53.633Z[ recovery-image] Aug 11 22:34:52.485 INFO O| Aug 11 22:34:52.485 INFO STEP 1114 (remove_files) COMPLETE
86362026-08-11T22:34:53.633Z[ recovery-image] Aug 11 22:34:52.485 INFO O| Aug 11 22:34:52.485 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-08-11T22:34:53.633Z[ recovery-image] Aug 11 22:34:52.497 INFO O| Aug 11 22:34:52.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86382026-08-11T22:34:53.633Z[ recovery-image] Aug 11 22:34:52.498 INFO O| Aug 11 22:34:52.498 INFO STEP 1115 (remove_files) COMPLETE
86392026-08-11T22:34:53.633Z[ recovery-image] Aug 11 22:34:52.498 INFO O| Aug 11 22:34:52.498 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-08-11T22:34:53.633Z[ recovery-image] Aug 11 22:34:52.507 INFO O| Aug 11 22:34:52.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86412026-08-11T22:34:53.633Z[ recovery-image] Aug 11 22:34:52.507 INFO O| Aug 11 22:34:52.507 INFO STEP 1116 (remove_files) COMPLETE
86422026-08-11T22:34:53.633Z[ recovery-image] Aug 11 22:34:52.507 INFO O| Aug 11 22:34:52.507 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-08-11T22:34:53.633Z[ recovery-image] Aug 11 22:34:52.520 INFO O| Aug 11 22:34:52.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86442026-08-11T22:34:53.634Z[ recovery-image] Aug 11 22:34:52.520 INFO O| Aug 11 22:34:52.520 INFO STEP 1117 (remove_files) COMPLETE
86452026-08-11T22:34:53.634Z[ recovery-image] Aug 11 22:34:52.520 INFO O| Aug 11 22:34:52.520 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86462026-08-11T22:34:53.634Z[ recovery-image] Aug 11 22:34:52.535 INFO O| Aug 11 22:34:52.535 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86472026-08-11T22:34:53.634Z[ recovery-image] Aug 11 22:34:52.535 INFO O| Aug 11 22:34:52.535 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86482026-08-11T22:34:54.111Z[verify-libraries] Compiling parse-size v1.1.0
86492026-08-11T22:34:54.336Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
86502026-08-11T22:34:54.449Z[ recovery-image] Aug 11 22:34:53.564 INFO O| Aug 11 22:34:53.563 INFO STEP 1118 (pack_tar) COMPLETE
86512026-08-11T22:34:54.449Z[ recovery-image] Aug 11 22:34:53.564 INFO O| Aug 11 22:34:53.564 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86522026-08-11T22:34:54.464Z[ recovery-image] Aug 11 22:34:53.564 INFO O| Aug 11 22:34:53.564 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86532026-08-11T22:34:54.564Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86542026-08-11T22:34:54.738Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86552026-08-11T22:34:54.927Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
86562026-08-11T22:34:55.514Z[ recovery-image] Aug 11 22:34:54.627 INFO O| Aug 11 22:34:54.627 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86572026-08-11T22:34:55.628Z[ recovery-image] Aug 11 22:34:54.743 INFO O| Aug 11 22:34:54.743 INFO completed processing sled/ramdisk-03-recovery-trim
86582026-08-11T22:34:55.641Z[ recovery-image] Aug 11 22:34:54.747 INFO image builder template: zfs-recovery...
86592026-08-11T22:34:55.641Z[ recovery-image] Aug 11 22:34:54.747 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/.tmpWfc2Q9/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
86602026-08-11T22:34:55.661Z[ recovery-image] Aug 11 22:34:54.775 INFO O| Aug 11 22:34:54.775 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86612026-08-11T22:34:55.688Z[ recovery-image] Aug 11 22:34:54.779 INFO O| Aug 11 22:34:54.779 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86622026-08-11T22:34:55.740Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
86632026-08-11T22:34:55.772Z[ recovery-image] Aug 11 22:34:54.887 INFO O| Aug 11 22:34:54.887 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86642026-08-11T22:34:55.848Z[ recovery-image] Aug 11 22:34:54.969 INFO O| Aug 11 22:34:54.968 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86652026-08-11T22:34:55.848Z[ recovery-image] Aug 11 22:34:54.969 INFO O| Aug 11 22:34:54.968 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86662026-08-11T22:34:55.870Z[ recovery-image] Aug 11 22:34:54.973 INFO O| Aug 11 22:34:54.973 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86672026-08-11T22:34:55.959Z[ recovery-image] Aug 11 22:34:55.075 INFO O| Aug 11 22:34:55.075 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86682026-08-11T22:34:56.019Z[ recovery-image] Aug 11 22:34:55.139 INFO O| Aug 11 22:34:55.139 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86692026-08-11T22:34:56.032Z[ recovery-image] Aug 11 22:34:55.149 INFO O| Aug 11 22:34:55.149 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86702026-08-11T22:34:56.041Z[ recovery-image] Aug 11 22:34:55.154 INFO O| Aug 11 22:34:55.154 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86712026-08-11T22:34:56.041Z[ recovery-image] Aug 11 22:34:55.155 INFO O| Aug 11 22:34:55.155 INFO no lofi found
86722026-08-11T22:34:56.041Z[ recovery-image] Aug 11 22:34:55.155 INFO O| Aug 11 22:34:55.155 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86732026-08-11T22:34:56.041Z[ recovery-image] Aug 11 22:34:55.155 INFO O| Aug 11 22:34:55.155 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86742026-08-11T22:34:56.216Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
86752026-08-11T22:34:56.550Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
86762026-08-11T22:34:56.846Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
86772026-08-11T22:35:02.079Z[ recovery-image] Aug 11 22:34:57.001 INFO O| Aug 11 22:34:57.001 INFO lofi device = /dev/dsk/c2t1d0p0
86782026-08-11T22:35:02.082Z[ recovery-image] Aug 11 22:34:57.001 INFO O| Aug 11 22:34:57.001 INFO pool device = /dev/dsk/c2t1d0p0
86792026-08-11T22:35:02.136Z[ recovery-image] Aug 11 22:34:57.001 INFO O| Aug 11 22:34:57.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"]
86802026-08-11T22:35:02.172Z[ recovery-image] Aug 11 22:34:57.157 INFO O| Aug 11 22:34:57.157 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86812026-08-11T22:35:02.172Z[ recovery-image] Aug 11 22:34:57.157 INFO O| Aug 11 22:34:57.157 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86822026-08-11T22:35:02.172Z[ recovery-image] Aug 11 22:34:57.185 INFO O| Aug 11 22:34:57.184 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86832026-08-11T22:35:02.172Z[ recovery-image] Aug 11 22:34:57.317 INFO O| Aug 11 22:34:57.317 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86842026-08-11T22:35:02.172Z[ recovery-image] Aug 11 22:34:57.351 INFO O| Aug 11 22:34:57.350 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86852026-08-11T22:35:02.172Z[ recovery-image] Aug 11 22:34:57.371 INFO O| Aug 11 22:34:57.371 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86862026-08-11T22:35:02.172Z[ recovery-image] Aug 11 22:34:57.387 INFO O| Aug 11 22:34:57.387 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86872026-08-11T22:35:02.172Z[ recovery-image] Aug 11 22:34:57.431 INFO O| Aug 11 22:34:57.431 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86882026-08-11T22:35:02.173Z[ recovery-image] Aug 11 22:34:57.431 INFO O| Aug 11 22:34:57.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86892026-08-11T22:35:02.173Z[ recovery-image] Aug 11 22:34:57.431 INFO O| Aug 11 22:34:57.431 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86902026-08-11T22:35:02.173Z[ recovery-image] Aug 11 22:34:57.444 INFO O| Aug 11 22:34:57.444 INFO boot environment UUID: 1b3a4a7c-e81f-4f5d-bb9e-08c9fc453535
86912026-08-11T22:35:02.173Z[ recovery-image] Aug 11 22:34:57.444 INFO O| Aug 11 22:34:57.444 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 1b3a4a7c-e81f-4f5d-bb9e-08c9fc453535
86922026-08-11T22:35:02.173Z[ recovery-image] Aug 11 22:34:57.464 INFO O| Aug 11 22:34:57.464 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86932026-08-11T22:35:02.173Z[ recovery-image] Aug 11 22:34:57.483 INFO O| Aug 11 22:34:57.482 INFO STEP 0 (create_be) COMPLETE
86942026-08-11T22:35:02.173Z[ recovery-image] Aug 11 22:34:57.483 INFO O| Aug 11 22:34:57.483 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86952026-08-11T22:35:02.173Z[ recovery-image] Aug 11 22:34:57.497 INFO O| Aug 11 22:34:57.497 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"]
86962026-08-11T22:35:02.173Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
86972026-08-11T22:35:02.173Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
86982026-08-11T22:35:02.173Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
86992026-08-11T22:35:02.173Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87002026-08-11T22:35:02.173Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87012026-08-11T22:35:02.173Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87022026-08-11T22:35:02.173Z[verify-libraries] Compiling multimap v0.10.1
87032026-08-11T22:35:02.173Z[verify-libraries] Compiling termios v0.3.3
87042026-08-11T22:35:02.173Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87052026-08-11T22:35:02.173Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87062026-08-11T22:35:06.152Z[verify-libraries] Compiling polar-core v0.27.3
87072026-08-11T22:35:07.398Z[ recovery-image] Aug 11 22:35:06.516 INFO O| Aug 11 22:35:06.516 INFO STEP 1 (unpack_tar) COMPLETE
87082026-08-11T22:35:07.398Z[ recovery-image] Aug 11 22:35:06.516 INFO O| Aug 11 22:35:06.516 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87092026-08-11T22:35:07.413Z[ recovery-image] Aug 11 22:35:06.525 INFO O| Aug 11 22:35:06.525 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87102026-08-11T22:35:08.750Z[ recovery-image] Aug 11 22:35:07.871 INFO O| Aug 11 22:35:07.871 INFO STEP 2 (devfsadm) COMPLETE
87112026-08-11T22:35:08.750Z[ recovery-image] Aug 11 22:35:07.871 INFO O| Aug 11 22:35:07.871 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87122026-08-11T22:35:08.761Z[ recovery-image] Aug 11 22:35:07.882 INFO O| Aug 11 22:35:07.882 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87132026-08-11T22:35:08.762Z[ recovery-image] Aug 11 22:35:07.882 INFO O| Aug 11 22:35:07.882 INFO STEP 3 (ensure_dir) COMPLETE
87142026-08-11T22:35:08.765Z[ recovery-image] Aug 11 22:35:07.882 INFO O| Aug 11 22:35:07.882 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87152026-08-11T22:35:08.770Z[ recovery-image] Aug 11 22:35:07.891 INFO O| Aug 11 22:35:07.891 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87162026-08-11T22:35:08.770Z[ recovery-image] Aug 11 22:35:07.891 INFO O| Aug 11 22:35:07.891 INFO STEP 4 (ensure_dir) COMPLETE
87172026-08-11T22:35:08.773Z[ recovery-image] Aug 11 22:35:07.891 INFO O| Aug 11 22:35:07.891 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87182026-08-11T22:35:08.779Z[ recovery-image] Aug 11 22:35:07.900 INFO O| Aug 11 22:35:07.900 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87192026-08-11T22:35:08.779Z[ recovery-image] Aug 11 22:35:07.900 INFO O| Aug 11 22:35:07.900 INFO STEP 5 (ensure_dir) COMPLETE
87202026-08-11T22:35:08.831Z[ recovery-image] Aug 11 22:35:07.900 INFO O| Aug 11 22:35:07.900 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87212026-08-11T22:35:08.837Z[ recovery-image] Aug 11 22:35:07.911 INFO O| Aug 11 22:35:07.911 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87222026-08-11T22:35:08.838Z[ recovery-image] Aug 11 22:35:07.911 INFO O| Aug 11 22:35:07.911 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87232026-08-11T22:35:08.838Z[ recovery-image] Aug 11 22:35:07.911 INFO O| Aug 11 22:35:07.911 INFO STEP 6 (ensure_dir) COMPLETE
87242026-08-11T22:35:08.838Z[ recovery-image] Aug 11 22:35:07.911 INFO O| Aug 11 22:35:07.911 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87252026-08-11T22:35:08.863Z[ recovery-image] Aug 11 22:35:07.984 INFO O| Aug 11 22:35:07.984 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87262026-08-11T22:35:08.863Z[ recovery-image] Aug 11 22:35:07.984 INFO O| Aug 11 22:35:07.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87272026-08-11T22:35:08.866Z[ recovery-image] Aug 11 22:35:07.984 INFO O| Aug 11 22:35:07.984 INFO STEP 7 (ensure_dir) COMPLETE
87282026-08-11T22:35:08.866Z[ recovery-image] Aug 11 22:35:07.984 INFO O| Aug 11 22:35:07.984 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87292026-08-11T22:35:08.873Z[ recovery-image] Aug 11 22:35:07.994 INFO O| Aug 11 22:35:07.994 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87302026-08-11T22:35:08.876Z[ recovery-image] Aug 11 22:35:07.995 INFO O| Aug 11 22:35:07.995 INFO STEP 8 (remove_files) COMPLETE
87312026-08-11T22:35:08.876Z[ recovery-image] Aug 11 22:35:07.995 INFO O| Aug 11 22:35:07.995 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87322026-08-11T22:35:08.912Z[ recovery-image] Aug 11 22:35:08.033 INFO O| Aug 11 22:35:08.033 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87332026-08-11T22:35:08.917Z[ recovery-image] Aug 11 22:35:08.034 INFO O| Aug 11 22:35:08.034 INFO STEP 9 (remove_files) COMPLETE
87342026-08-11T22:35:08.917Z[ recovery-image] Aug 11 22:35:08.034 INFO O| Aug 11 22:35:08.034 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87352026-08-11T22:35:08.923Z[ recovery-image] Aug 11 22:35:08.044 INFO O| Aug 11 22:35:08.044 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87362026-08-11T22:35:08.928Z[ recovery-image] Aug 11 22:35:08.045 INFO O| Aug 11 22:35:08.045 INFO STEP 10 (remove_files) COMPLETE
87372026-08-11T22:35:08.928Z[ recovery-image] Aug 11 22:35:08.045 INFO O| Aug 11 22:35:08.045 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87382026-08-11T22:35:08.934Z[ recovery-image] Aug 11 22:35:08.055 INFO O| Aug 11 22:35:08.055 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87392026-08-11T22:35:08.934Z[ recovery-image] Aug 11 22:35:08.055 INFO O| Aug 11 22:35:08.055 INFO STEP 11 (remove_files) COMPLETE
87402026-08-11T22:35:08.937Z[ recovery-image] Aug 11 22:35:08.055 INFO O| Aug 11 22:35:08.055 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87412026-08-11T22:35:08.944Z[ recovery-image] Aug 11 22:35:08.065 INFO O| Aug 11 22:35:08.065 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87422026-08-11T22:35:08.944Z[ recovery-image] Aug 11 22:35:08.065 INFO O| Aug 11 22:35:08.065 INFO STEP 12 (remove_files) COMPLETE
87432026-08-11T22:35:08.947Z[ recovery-image] Aug 11 22:35:08.065 INFO O| Aug 11 22:35:08.065 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87442026-08-11T22:35:08.954Z[ recovery-image] Aug 11 22:35:08.075 INFO O| Aug 11 22:35:08.075 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87452026-08-11T22:35:08.954Z[ recovery-image] Aug 11 22:35:08.075 INFO O| Aug 11 22:35:08.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87462026-08-11T22:35:08.954Z[ recovery-image] Aug 11 22:35:08.075 INFO O| Aug 11 22:35:08.075 INFO STEP 13 (ensure_dir) COMPLETE
87472026-08-11T22:35:08.961Z[ recovery-image] Aug 11 22:35:08.075 INFO O| Aug 11 22:35:08.075 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87482026-08-11T22:35:08.964Z[ recovery-image] Aug 11 22:35:08.085 INFO O| Aug 11 22:35:08.085 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87492026-08-11T22:35:08.964Z[ recovery-image] Aug 11 22:35:08.085 INFO O| Aug 11 22:35:08.085 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87502026-08-11T22:35:08.967Z[ recovery-image] Aug 11 22:35:08.085 INFO O| Aug 11 22:35:08.085 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87512026-08-11T22:35:08.967Z[ recovery-image] Aug 11 22:35:08.085 INFO O| Aug 11 22:35:08.085 INFO STEP 14 (ensure_dir) COMPLETE
87522026-08-11T22:35:08.967Z[ recovery-image] Aug 11 22:35:08.085 INFO O| Aug 11 22:35:08.085 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87532026-08-11T22:35:08.974Z[ recovery-image] Aug 11 22:35:08.095 INFO O| Aug 11 22:35:08.095 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87542026-08-11T22:35:08.974Z[ recovery-image] Aug 11 22:35:08.095 INFO O| Aug 11 22:35:08.095 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87552026-08-11T22:35:08.974Z[ recovery-image] Aug 11 22:35:08.095 INFO O| Aug 11 22:35:08.095 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87562026-08-11T22:35:08.974Z[ recovery-image] Aug 11 22:35:08.095 INFO O| Aug 11 22:35:08.095 INFO STEP 15 (ensure_dir) COMPLETE
87572026-08-11T22:35:08.978Z[ recovery-image] Aug 11 22:35:08.095 INFO O| Aug 11 22:35:08.095 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87582026-08-11T22:35:08.985Z[ recovery-image] Aug 11 22:35:08.106 INFO O| Aug 11 22:35:08.106 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87592026-08-11T22:35:08.985Z[ recovery-image] Aug 11 22:35:08.106 INFO O| Aug 11 22:35:08.106 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87602026-08-11T22:35:08.985Z[ recovery-image] Aug 11 22:35:08.106 INFO O| Aug 11 22:35:08.106 INFO STEP 16 (ensure_dir) COMPLETE
87612026-08-11T22:35:08.989Z[ recovery-image] Aug 11 22:35:08.106 INFO O| Aug 11 22:35:08.106 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87622026-08-11T22:35:08.997Z[ recovery-image] Aug 11 22:35:08.117 INFO O| Aug 11 22:35:08.117 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87632026-08-11T22:35:08.997Z[ recovery-image] Aug 11 22:35:08.117 INFO O| Aug 11 22:35:08.117 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87642026-08-11T22:35:08.997Z[ recovery-image] Aug 11 22:35:08.117 INFO O| Aug 11 22:35:08.117 INFO STEP 17 (ensure_dir) COMPLETE
87652026-08-11T22:35:09.001Z[ recovery-image] Aug 11 22:35:08.117 INFO O| Aug 11 22:35:08.117 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87662026-08-11T22:35:09.009Z[ recovery-image] Aug 11 22:35:08.129 INFO O| Aug 11 22:35:08.129 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87672026-08-11T22:35:09.009Z[ recovery-image] Aug 11 22:35:08.129 INFO O| Aug 11 22:35:08.129 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87682026-08-11T22:35:09.012Z[ recovery-image] Aug 11 22:35:08.129 INFO O| Aug 11 22:35:08.129 INFO ok!
87692026-08-11T22:35:09.012Z[ recovery-image] Aug 11 22:35:08.129 INFO O| Aug 11 22:35:08.129 INFO STEP 18 (ensure_symlink) COMPLETE
87702026-08-11T22:35:09.012Z[ recovery-image] Aug 11 22:35:08.129 INFO O| Aug 11 22:35:08.129 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87712026-08-11T22:35:09.019Z[ recovery-image] Aug 11 22:35:08.139 INFO O| Aug 11 22:35:08.139 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87722026-08-11T22:35:09.019Z[ recovery-image] Aug 11 22:35:08.139 INFO O| Aug 11 22:35:08.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87732026-08-11T22:35:09.022Z[ recovery-image] Aug 11 22:35:08.139 INFO O| Aug 11 22:35:08.139 INFO ok!
87742026-08-11T22:35:09.022Z[ recovery-image] Aug 11 22:35:08.139 INFO O| Aug 11 22:35:08.139 INFO STEP 19 (ensure_file) COMPLETE
87752026-08-11T22:35:09.023Z[ recovery-image] Aug 11 22:35:08.139 INFO O| Aug 11 22:35:08.139 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87762026-08-11T22:35:09.029Z[ recovery-image] Aug 11 22:35:08.149 INFO O| Aug 11 22:35:08.149 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87772026-08-11T22:35:09.029Z[ recovery-image] Aug 11 22:35:08.150 INFO O| Aug 11 22:35:08.149 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87782026-08-11T22:35:09.032Z[ recovery-image] Aug 11 22:35:08.150 INFO O| Aug 11 22:35:08.150 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87792026-08-11T22:35:09.032Z[ recovery-image] Aug 11 22:35:08.150 INFO O| Aug 11 22:35:08.150 INFO ok!
87802026-08-11T22:35:09.032Z[ recovery-image] Aug 11 22:35:08.150 INFO O| Aug 11 22:35:08.150 INFO STEP 20 (ensure_symlink) COMPLETE
87812026-08-11T22:35:09.032Z[ recovery-image] Aug 11 22:35:08.150 INFO O| Aug 11 22:35:08.150 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87822026-08-11T22:35:09.038Z[ recovery-image] Aug 11 22:35:08.159 INFO O| Aug 11 22:35:08.159 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87832026-08-11T22:35:09.038Z[ recovery-image] Aug 11 22:35:08.159 INFO O| Aug 11 22:35:08.159 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87842026-08-11T22:35:09.038Z[ recovery-image] Aug 11 22:35:08.159 INFO O| Aug 11 22:35:08.159 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
87852026-08-11T22:35:09.038Z[ recovery-image] Aug 11 22:35:08.159 INFO O| Aug 11 22:35:08.159 INFO ok!
87862026-08-11T22:35:09.038Z[ recovery-image] Aug 11 22:35:08.159 INFO O| Aug 11 22:35:08.159 INFO STEP 21 (ensure_symlink) COMPLETE
87872026-08-11T22:35:09.042Z[ recovery-image] Aug 11 22:35:08.159 INFO O| Aug 11 22:35:08.159 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87882026-08-11T22:35:09.049Z[ recovery-image] Aug 11 22:35:08.170 INFO O| Aug 11 22:35:08.170 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
87892026-08-11T22:35:09.049Z[ recovery-image] Aug 11 22:35:08.170 INFO O| Aug 11 22:35:08.170 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87902026-08-11T22:35:09.053Z[ recovery-image] Aug 11 22:35:08.170 INFO O| Aug 11 22:35:08.170 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
87912026-08-11T22:35:09.053Z[ recovery-image] Aug 11 22:35:08.170 INFO O| Aug 11 22:35:08.170 INFO ok!
87922026-08-11T22:35:09.053Z[ recovery-image] Aug 11 22:35:08.170 INFO O| Aug 11 22:35:08.170 INFO STEP 22 (ensure_symlink) COMPLETE
87932026-08-11T22:35:09.053Z[ recovery-image] Aug 11 22:35:08.170 INFO O| Aug 11 22:35:08.170 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87942026-08-11T22:35:09.059Z[ recovery-image] Aug 11 22:35:08.180 INFO O| Aug 11 22:35:08.180 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
87952026-08-11T22:35:09.059Z[ recovery-image] Aug 11 22:35:08.180 INFO O| Aug 11 22:35:08.180 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87962026-08-11T22:35:09.059Z[ recovery-image] Aug 11 22:35:08.180 INFO O| Aug 11 22:35:08.180 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
87972026-08-11T22:35:09.062Z[ recovery-image] Aug 11 22:35:08.180 INFO O| Aug 11 22:35:08.180 INFO ok!
87982026-08-11T22:35:09.062Z[ recovery-image] Aug 11 22:35:08.180 INFO O| Aug 11 22:35:08.180 INFO STEP 23 (ensure_symlink) COMPLETE
87992026-08-11T22:35:09.062Z[ recovery-image] Aug 11 22:35:08.180 INFO O| Aug 11 22:35:08.180 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88002026-08-11T22:35:09.072Z[ recovery-image] Aug 11 22:35:08.192 INFO O| Aug 11 22:35:08.192 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88012026-08-11T22:35:09.072Z[ recovery-image] Aug 11 22:35:08.192 INFO O| Aug 11 22:35:08.192 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 ...
88022026-08-11T22:35:09.072Z[ recovery-image] Aug 11 22:35:08.192 INFO O| Aug 11 22:35:08.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88032026-08-11T22:35:09.075Z[ recovery-image] Aug 11 22:35:08.192 INFO O| Aug 11 22:35:08.192 INFO ok!
88042026-08-11T22:35:09.075Z[ recovery-image] Aug 11 22:35:08.192 INFO O| Aug 11 22:35:08.192 INFO STEP 24 (ensure_file) COMPLETE
88052026-08-11T22:35:09.075Z[ recovery-image] Aug 11 22:35:08.192 INFO O| Aug 11 22:35:08.192 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88062026-08-11T22:35:09.081Z[ recovery-image] Aug 11 22:35:08.202 INFO O| Aug 11 22:35:08.202 INFO updating shadow file
88072026-08-11T22:35:09.081Z[ recovery-image] Aug 11 22:35:08.202 INFO O| Aug 11 22:35:08.202 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88082026-08-11T22:35:09.081Z[ recovery-image] Aug 11 22:35:08.202 INFO O| Aug 11 22:35:08.202 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88092026-08-11T22:35:09.084Z[ recovery-image] Aug 11 22:35:08.202 INFO O| Aug 11 22:35:08.202 INFO STEP 25 (shadow) COMPLETE
88102026-08-11T22:35:09.084Z[ recovery-image] Aug 11 22:35:08.202 INFO O| Aug 11 22:35:08.202 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88112026-08-11T22:35:09.093Z[ recovery-image] Aug 11 22:35:08.214 INFO O| Aug 11 22:35:08.214 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88122026-08-11T22:35:09.093Z[ recovery-image] Aug 11 22:35:08.214 INFO O| Aug 11 22:35:08.214 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88132026-08-11T22:35:09.093Z[ recovery-image] Aug 11 22:35:08.214 INFO O| Aug 11 22:35:08.214 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88142026-08-11T22:35:09.097Z[ recovery-image] Aug 11 22:35:08.214 INFO O| Aug 11 22:35:08.214 INFO ok!
88152026-08-11T22:35:09.097Z[ recovery-image] Aug 11 22:35:08.214 INFO O| Aug 11 22:35:08.214 INFO STEP 26 (ensure_file) COMPLETE
88162026-08-11T22:35:09.097Z[ recovery-image] Aug 11 22:35:08.214 INFO O| Aug 11 22:35:08.214 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88172026-08-11T22:35:09.104Z[ recovery-image] Aug 11 22:35:08.225 INFO O| Aug 11 22:35:08.225 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88182026-08-11T22:35:09.104Z[ recovery-image] Aug 11 22:35:08.225 INFO O| Aug 11 22:35:08.225 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88192026-08-11T22:35:09.104Z[ recovery-image] Aug 11 22:35:08.225 INFO O| Aug 11 22:35:08.225 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88202026-08-11T22:35:09.107Z[ recovery-image] Aug 11 22:35:08.225 INFO O| Aug 11 22:35:08.225 INFO ok!
88212026-08-11T22:35:09.107Z[ recovery-image] Aug 11 22:35:08.225 INFO O| Aug 11 22:35:08.225 INFO STEP 27 (ensure_file) COMPLETE
88222026-08-11T22:35:09.107Z[ recovery-image] Aug 11 22:35:08.225 INFO O| Aug 11 22:35:08.225 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88232026-08-11T22:35:09.115Z[ recovery-image] Aug 11 22:35:08.235 INFO O| Aug 11 22:35:08.235 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88242026-08-11T22:35:09.115Z[ recovery-image] Aug 11 22:35:08.235 INFO O| Aug 11 22:35:08.235 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88252026-08-11T22:35:09.116Z[ recovery-image] Aug 11 22:35:08.235 INFO O| Aug 11 22:35:08.235 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88262026-08-11T22:35:09.116Z[ recovery-image] Aug 11 22:35:08.235 INFO O| Aug 11 22:35:08.235 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88272026-08-11T22:35:09.116Z[ recovery-image] Aug 11 22:35:08.235 INFO O| Aug 11 22:35:08.235 INFO ok!
88282026-08-11T22:35:09.116Z[ recovery-image] Aug 11 22:35:08.235 INFO O| Aug 11 22:35:08.235 INFO STEP 28 (ensure_file) COMPLETE
88292026-08-11T22:35:09.116Z[ recovery-image] Aug 11 22:35:08.235 INFO O| Aug 11 22:35:08.235 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88302026-08-11T22:35:09.124Z[ recovery-image] Aug 11 22:35:08.245 INFO O| Aug 11 22:35:08.245 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88312026-08-11T22:35:09.124Z[ recovery-image] Aug 11 22:35:08.245 INFO O| Aug 11 22:35:08.245 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88322026-08-11T22:35:09.124Z[ recovery-image] Aug 11 22:35:08.245 INFO O| Aug 11 22:35:08.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88332026-08-11T22:35:09.129Z[ recovery-image] Aug 11 22:35:08.245 INFO O| Aug 11 22:35:08.245 INFO ok!
88342026-08-11T22:35:09.129Z[ recovery-image] Aug 11 22:35:08.245 INFO O| Aug 11 22:35:08.245 INFO STEP 29 (ensure_file) COMPLETE
88352026-08-11T22:35:09.129Z[ recovery-image] Aug 11 22:35:08.245 INFO O| Aug 11 22:35:08.245 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88362026-08-11T22:35:09.135Z[ recovery-image] Aug 11 22:35:08.256 INFO O| Aug 11 22:35:08.256 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88372026-08-11T22:35:09.135Z[ recovery-image] Aug 11 22:35:08.256 INFO O| Aug 11 22:35:08.256 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88382026-08-11T22:35:09.135Z[ recovery-image] Aug 11 22:35:08.256 INFO O| Aug 11 22:35:08.256 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88392026-08-11T22:35:09.138Z[ recovery-image] Aug 11 22:35:08.256 INFO O| Aug 11 22:35:08.256 INFO STEP 30 (ensure_dir) COMPLETE
88402026-08-11T22:35:09.138Z[ recovery-image] Aug 11 22:35:08.256 INFO O| Aug 11 22:35:08.256 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88412026-08-11T22:35:09.147Z[ recovery-image] Aug 11 22:35:08.267 INFO O| Aug 11 22:35:08.267 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88422026-08-11T22:35:09.147Z[ recovery-image] Aug 11 22:35:08.267 INFO O| Aug 11 22:35:08.267 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 ...
88432026-08-11T22:35:09.147Z[ recovery-image] Aug 11 22:35:08.267 INFO O| Aug 11 22:35:08.267 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
88442026-08-11T22:35:09.150Z[ recovery-image] Aug 11 22:35:08.267 INFO O| Aug 11 22:35:08.267 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88452026-08-11T22:35:09.150Z[ recovery-image] Aug 11 22:35:08.267 INFO O| Aug 11 22:35:08.267 INFO ok!
88462026-08-11T22:35:09.150Z[ recovery-image] Aug 11 22:35:08.267 INFO O| Aug 11 22:35:08.267 INFO STEP 31 (ensure_file) COMPLETE
88472026-08-11T22:35:09.150Z[ recovery-image] Aug 11 22:35:08.267 INFO O| Aug 11 22:35:08.267 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88482026-08-11T22:35:09.156Z[ recovery-image] Aug 11 22:35:08.278 INFO O| Aug 11 22:35:08.278 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88492026-08-11T22:35:09.156Z[ recovery-image] Aug 11 22:35:08.278 INFO O| Aug 11 22:35:08.278 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88502026-08-11T22:35:09.157Z[ recovery-image] Aug 11 22:35:08.278 INFO O| Aug 11 22:35:08.278 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88512026-08-11T22:35:09.157Z[ recovery-image] Aug 11 22:35:08.278 INFO O| Aug 11 22:35:08.278 INFO STEP 32 (ensure_dir) COMPLETE
88522026-08-11T22:35:09.161Z[ recovery-image] Aug 11 22:35:08.278 INFO O| Aug 11 22:35:08.278 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88532026-08-11T22:35:09.179Z[ recovery-image] Aug 11 22:35:08.300 INFO O| Aug 11 22:35:08.287 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88542026-08-11T22:35:09.179Z[ recovery-image] Aug 11 22:35:08.300 INFO O| Aug 11 22:35:08.287 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 ...
88552026-08-11T22:35:09.182Z[ recovery-image] Aug 11 22:35:08.300 INFO O| Aug 11 22:35:08.287 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
88562026-08-11T22:35:09.183Z[ recovery-image] Aug 11 22:35:08.300 INFO O| Aug 11 22:35:08.287 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88572026-08-11T22:35:09.183Z[ recovery-image] Aug 11 22:35:08.300 INFO O| Aug 11 22:35:08.287 INFO ok!
88582026-08-11T22:35:09.183Z[ recovery-image] Aug 11 22:35:08.300 INFO O| Aug 11 22:35:08.287 INFO STEP 33 (ensure_file) COMPLETE
88592026-08-11T22:35:09.183Z[ recovery-image] Aug 11 22:35:08.300 INFO O| Aug 11 22:35:08.287 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88602026-08-11T22:35:09.183Z[ recovery-image] Aug 11 22:35:08.300 INFO O| Aug 11 22:35:08.296 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88612026-08-11T22:35:09.183Z[ recovery-image] Aug 11 22:35:08.300 INFO O| Aug 11 22:35:08.296 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88622026-08-11T22:35:09.183Z[ recovery-image] Aug 11 22:35:08.300 INFO O| Aug 11 22:35:08.296 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88632026-08-11T22:35:09.183Z[ recovery-image] Aug 11 22:35:08.300 INFO O| Aug 11 22:35:08.296 INFO ok!
88642026-08-11T22:35:09.183Z[ recovery-image] Aug 11 22:35:08.300 INFO O| Aug 11 22:35:08.296 INFO STEP 34 (ensure_file) COMPLETE
88652026-08-11T22:35:09.183Z[ recovery-image] Aug 11 22:35:08.300 INFO O| Aug 11 22:35:08.296 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88662026-08-11T22:35:09.187Z[ recovery-image] Aug 11 22:35:08.305 INFO O| Aug 11 22:35:08.305 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88672026-08-11T22:35:09.187Z[ recovery-image] Aug 11 22:35:08.306 INFO O| Aug 11 22:35:08.305 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88682026-08-11T22:35:09.187Z[ recovery-image] Aug 11 22:35:08.306 INFO O| Aug 11 22:35:08.306 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88692026-08-11T22:35:09.187Z[ recovery-image] Aug 11 22:35:08.306 INFO O| Aug 11 22:35:08.306 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88702026-08-11T22:35:09.187Z[ recovery-image] Aug 11 22:35:08.306 INFO O| Aug 11 22:35:08.306 INFO ok!
88712026-08-11T22:35:09.187Z[ recovery-image] Aug 11 22:35:08.306 INFO O| Aug 11 22:35:08.306 INFO STEP 35 (ensure_file) COMPLETE
88722026-08-11T22:35:09.187Z[ recovery-image] Aug 11 22:35:08.306 INFO O| Aug 11 22:35:08.306 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88732026-08-11T22:35:09.199Z[ recovery-image] Aug 11 22:35:08.317 INFO O| Aug 11 22:35:08.317 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88742026-08-11T22:35:09.199Z[ recovery-image] Aug 11 22:35:08.317 INFO O| Aug 11 22:35:08.317 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88752026-08-11T22:35:09.202Z[ recovery-image] Aug 11 22:35:08.317 INFO O| Aug 11 22:35:08.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88762026-08-11T22:35:09.202Z[ recovery-image] Aug 11 22:35:08.317 INFO O| Aug 11 22:35:08.317 INFO ok!
88772026-08-11T22:35:09.202Z[ recovery-image] Aug 11 22:35:08.317 INFO O| Aug 11 22:35:08.317 INFO STEP 36 (ensure_file) COMPLETE
88782026-08-11T22:35:09.202Z[ recovery-image] Aug 11 22:35:08.317 INFO O| Aug 11 22:35:08.317 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88792026-08-11T22:35:09.209Z[ recovery-image] Aug 11 22:35:08.328 INFO O| Aug 11 22:35:08.328 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88802026-08-11T22:35:09.209Z[ recovery-image] Aug 11 22:35:08.328 INFO O| Aug 11 22:35:08.328 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88812026-08-11T22:35:09.209Z[ recovery-image] Aug 11 22:35:08.328 INFO O| Aug 11 22:35:08.328 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88822026-08-11T22:35:09.213Z[ recovery-image] Aug 11 22:35:08.328 INFO O| Aug 11 22:35:08.328 INFO ok!
88832026-08-11T22:35:09.213Z[ recovery-image] Aug 11 22:35:08.328 INFO O| Aug 11 22:35:08.328 INFO STEP 37 (ensure_file) COMPLETE
88842026-08-11T22:35:09.213Z[ recovery-image] Aug 11 22:35:08.328 INFO O| Aug 11 22:35:08.328 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88852026-08-11T22:35:09.218Z[ recovery-image] Aug 11 22:35:08.339 INFO O| Aug 11 22:35:08.339 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
88862026-08-11T22:35:09.219Z[ recovery-image] Aug 11 22:35:08.339 INFO O| Aug 11 22:35:08.339 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
88872026-08-11T22:35:09.219Z[ recovery-image] Aug 11 22:35:08.339 INFO O| Aug 11 22:35:08.339 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88882026-08-11T22:35:09.219Z[ recovery-image] Aug 11 22:35:08.339 INFO O| Aug 11 22:35:08.339 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88892026-08-11T22:35:09.219Z[ recovery-image] Aug 11 22:35:08.339 INFO O| Aug 11 22:35:08.339 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88902026-08-11T22:35:09.223Z[ recovery-image] Aug 11 22:35:08.339 INFO O| Aug 11 22:35:08.339 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88912026-08-11T22:35:09.223Z[ recovery-image] Aug 11 22:35:08.339 INFO O| Aug 11 22:35:08.339 INFO ok!
88922026-08-11T22:35:09.223Z[ recovery-image] Aug 11 22:35:08.339 INFO O| Aug 11 22:35:08.339 INFO STEP 38 (ensure_file) COMPLETE
88932026-08-11T22:35:09.223Z[ recovery-image] Aug 11 22:35:08.339 INFO O| Aug 11 22:35:08.339 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88942026-08-11T22:35:09.229Z[ recovery-image] Aug 11 22:35:08.351 INFO O| Aug 11 22:35:08.349 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88952026-08-11T22:35:09.229Z[ recovery-image] Aug 11 22:35:08.351 INFO O| Aug 11 22:35:08.349 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88962026-08-11T22:35:09.229Z[ recovery-image] Aug 11 22:35:08.351 INFO O| Aug 11 22:35:08.349 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88972026-08-11T22:35:09.233Z[ recovery-image] Aug 11 22:35:08.351 INFO O| Aug 11 22:35:08.349 INFO STEP 39 (ensure_dir) COMPLETE
88982026-08-11T22:35:09.233Z[ recovery-image] Aug 11 22:35:08.351 INFO O| Aug 11 22:35:08.349 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88992026-08-11T22:35:09.239Z[ recovery-image] Aug 11 22:35:08.360 INFO O| Aug 11 22:35:08.360 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
89002026-08-11T22:35:09.239Z[ recovery-image] Aug 11 22:35:08.360 INFO O| Aug 11 22:35:08.360 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 ...
89012026-08-11T22:35:09.242Z[ recovery-image] Aug 11 22:35:08.360 INFO O| Aug 11 22:35:08.360 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
89022026-08-11T22:35:09.242Z[ recovery-image] Aug 11 22:35:08.360 INFO O| Aug 11 22:35:08.360 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
89032026-08-11T22:35:09.242Z[ recovery-image] Aug 11 22:35:08.361 INFO O| Aug 11 22:35:08.360 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
89042026-08-11T22:35:09.242Z[ recovery-image] Aug 11 22:35:08.361 INFO O| Aug 11 22:35:08.361 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
89052026-08-11T22:35:09.242Z[ recovery-image] Aug 11 22:35:08.361 INFO O| Aug 11 22:35:08.361 INFO ok!
89062026-08-11T22:35:09.242Z[ recovery-image] Aug 11 22:35:08.361 INFO O| Aug 11 22:35:08.361 INFO STEP 40 (ensure_file) COMPLETE
89072026-08-11T22:35:09.242Z[ recovery-image] Aug 11 22:35:08.361 INFO O| Aug 11 22:35:08.361 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89082026-08-11T22:35:09.251Z[ recovery-image] Aug 11 22:35:08.372 INFO O| Aug 11 22:35:08.372 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89092026-08-11T22:35:09.251Z[ recovery-image] Aug 11 22:35:08.372 INFO O| Aug 11 22:35:08.372 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 ...
89102026-08-11T22:35:09.251Z[ recovery-image] Aug 11 22:35:08.372 INFO O| Aug 11 22:35:08.372 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89112026-08-11T22:35:09.260Z[ recovery-image] Aug 11 22:35:08.372 INFO O| Aug 11 22:35:08.372 INFO ok!
89122026-08-11T22:35:09.260Z[ recovery-image] Aug 11 22:35:08.372 INFO O| Aug 11 22:35:08.372 INFO STEP 41 (ensure_symlink) COMPLETE
89132026-08-11T22:35:09.260Z[ recovery-image] Aug 11 22:35:08.372 INFO O| Aug 11 22:35:08.372 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89142026-08-11T22:35:09.266Z[ recovery-image] Aug 11 22:35:08.383 INFO O| Aug 11 22:35:08.383 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89152026-08-11T22:35:09.266Z[ recovery-image] Aug 11 22:35:08.383 INFO O| Aug 11 22:35:08.383 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89162026-08-11T22:35:09.266Z[ recovery-image] Aug 11 22:35:08.383 INFO O| Aug 11 22:35:08.383 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89172026-08-11T22:35:09.266Z[ recovery-image] Aug 11 22:35:08.383 INFO O| Aug 11 22:35:08.383 INFO ok!
89182026-08-11T22:35:09.266Z[ recovery-image] Aug 11 22:35:08.383 INFO O| Aug 11 22:35:08.383 INFO STEP 42 (ensure_symlink) COMPLETE
89192026-08-11T22:35:09.266Z[ recovery-image] Aug 11 22:35:08.383 INFO O| Aug 11 22:35:08.383 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89202026-08-11T22:35:09.273Z[ recovery-image] Aug 11 22:35:08.393 INFO O| Aug 11 22:35:08.393 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89212026-08-11T22:35:09.273Z[ recovery-image] Aug 11 22:35:08.393 INFO O| Aug 11 22:35:08.393 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89222026-08-11T22:35:09.273Z[ recovery-image] Aug 11 22:35:08.394 INFO O| Aug 11 22:35:08.393 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89232026-08-11T22:35:09.273Z[ recovery-image] Aug 11 22:35:08.394 INFO O| Aug 11 22:35:08.394 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89242026-08-11T22:35:09.273Z[ recovery-image] Aug 11 22:35:08.394 INFO O| Aug 11 22:35:08.394 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89252026-08-11T22:35:09.273Z[ recovery-image] Aug 11 22:35:08.394 INFO O| Aug 11 22:35:08.394 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89262026-08-11T22:35:09.273Z[ recovery-image] Aug 11 22:35:08.394 INFO O| Aug 11 22:35:08.394 INFO ok!
89272026-08-11T22:35:09.276Z[ recovery-image] Aug 11 22:35:08.394 INFO O| Aug 11 22:35:08.394 INFO STEP 43 (ensure_file) COMPLETE
89282026-08-11T22:35:09.276Z[ recovery-image] Aug 11 22:35:08.394 INFO O| Aug 11 22:35:08.394 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89292026-08-11T22:35:09.282Z[ recovery-image] Aug 11 22:35:08.404 INFO O| Aug 11 22:35:08.404 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89302026-08-11T22:35:09.282Z[ recovery-image] Aug 11 22:35:08.404 INFO O| Aug 11 22:35:08.404 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 ...
89312026-08-11T22:35:09.283Z[ recovery-image] Aug 11 22:35:08.404 INFO O| Aug 11 22:35:08.404 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
89322026-08-11T22:35:09.286Z[ recovery-image] Aug 11 22:35:08.404 INFO O| Aug 11 22:35:08.404 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89332026-08-11T22:35:09.286Z[ recovery-image] Aug 11 22:35:08.404 INFO O| Aug 11 22:35:08.404 INFO ok!
89342026-08-11T22:35:09.286Z[ recovery-image] Aug 11 22:35:08.404 INFO O| Aug 11 22:35:08.404 INFO STEP 44 (ensure_file) COMPLETE
89352026-08-11T22:35:09.286Z[ recovery-image] Aug 11 22:35:08.404 INFO O| Aug 11 22:35:08.404 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89362026-08-11T22:35:09.293Z[ recovery-image] Aug 11 22:35:08.414 INFO O| Aug 11 22:35:08.414 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89372026-08-11T22:35:09.293Z[ recovery-image] Aug 11 22:35:08.414 INFO O| Aug 11 22:35:08.414 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89382026-08-11T22:35:09.293Z[ recovery-image] Aug 11 22:35:08.414 INFO O| Aug 11 22:35:08.414 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89392026-08-11T22:35:09.296Z[ recovery-image] Aug 11 22:35:08.414 INFO O| Aug 11 22:35:08.414 INFO ok!
89402026-08-11T22:35:09.296Z[ recovery-image] Aug 11 22:35:08.414 INFO O| Aug 11 22:35:08.414 INFO STEP 45 (ensure_file) COMPLETE
89412026-08-11T22:35:09.296Z[ recovery-image] Aug 11 22:35:08.414 INFO O| Aug 11 22:35:08.414 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89422026-08-11T22:35:09.302Z[ recovery-image] Aug 11 22:35:08.424 INFO O| Aug 11 22:35:08.423 INFO updating shadow file
89432026-08-11T22:35:09.302Z[ recovery-image] Aug 11 22:35:08.424 INFO O| Aug 11 22:35:08.424 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89442026-08-11T22:35:09.302Z[ recovery-image] Aug 11 22:35:08.424 INFO O| Aug 11 22:35:08.424 INFO STEP 46 (shadow) COMPLETE
89452026-08-11T22:35:09.307Z[ recovery-image] Aug 11 22:35:08.424 INFO O| Aug 11 22:35:08.424 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89462026-08-11T22:35:09.312Z[ recovery-image] Aug 11 22:35:08.433 INFO O| Aug 11 22:35:08.433 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89472026-08-11T22:35:09.312Z[ recovery-image] Aug 11 22:35:08.433 INFO O| Aug 11 22:35:08.433 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89482026-08-11T22:35:09.312Z[ recovery-image] Aug 11 22:35:08.434 INFO O| Aug 11 22:35:08.433 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89492026-08-11T22:35:09.315Z[ recovery-image] Aug 11 22:35:08.434 INFO O| Aug 11 22:35:08.434 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89502026-08-11T22:35:09.316Z[ recovery-image] Aug 11 22:35:08.434 INFO O| Aug 11 22:35:08.434 INFO ok!
89512026-08-11T22:35:09.316Z[ recovery-image] Aug 11 22:35:08.434 INFO O| Aug 11 22:35:08.434 INFO STEP 47 (ensure_file) COMPLETE
89522026-08-11T22:35:09.316Z[ recovery-image] Aug 11 22:35:08.434 INFO O| Aug 11 22:35:08.434 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89532026-08-11T22:35:09.323Z[ recovery-image] Aug 11 22:35:08.444 INFO O| Aug 11 22:35:08.444 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89542026-08-11T22:35:09.323Z[ recovery-image] Aug 11 22:35:08.444 INFO O| Aug 11 22:35:08.444 INFO STEP 48 (ensure_dir) COMPLETE
89552026-08-11T22:35:09.323Z[ recovery-image] Aug 11 22:35:08.444 INFO O| Aug 11 22:35:08.444 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89562026-08-11T22:35:09.333Z[ recovery-image] Aug 11 22:35:08.454 INFO O| Aug 11 22:35:08.454 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89572026-08-11T22:35:09.334Z[ recovery-image] Aug 11 22:35:08.454 INFO O| Aug 11 22:35:08.454 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89582026-08-11T22:35:09.334Z[ recovery-image] Aug 11 22:35:08.454 INFO O| Aug 11 22:35:08.454 INFO STEP 49 (ensure_dir) COMPLETE
89592026-08-11T22:35:09.338Z[ recovery-image] Aug 11 22:35:08.454 INFO O| Aug 11 22:35:08.454 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89602026-08-11T22:35:09.345Z[ recovery-image] Aug 11 22:35:08.465 INFO O| Aug 11 22:35:08.464 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89612026-08-11T22:35:09.345Z[ recovery-image] Aug 11 22:35:08.465 INFO O| Aug 11 22:35:08.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89622026-08-11T22:35:09.345Z[ recovery-image] Aug 11 22:35:08.465 INFO O| Aug 11 22:35:08.465 INFO STEP 50 (ensure_dir) COMPLETE
89632026-08-11T22:35:09.348Z[ recovery-image] Aug 11 22:35:08.465 INFO O| Aug 11 22:35:08.465 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89642026-08-11T22:35:09.389Z[ recovery-image] Aug 11 22:35:08.474 INFO O| Aug 11 22:35:08.474 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89652026-08-11T22:35:09.393Z[ recovery-image] Aug 11 22:35:08.474 INFO O| Aug 11 22:35:08.474 INFO copying /tmp/.tmpWfc2Q9/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89662026-08-11T22:35:09.491Z[ recovery-image] Aug 11 22:35:08.612 INFO O| Aug 11 22:35:08.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89672026-08-11T22:35:09.491Z[ recovery-image] Aug 11 22:35:08.612 INFO O| Aug 11 22:35:08.612 INFO ok!
89682026-08-11T22:35:09.495Z[ recovery-image] Aug 11 22:35:08.612 INFO O| Aug 11 22:35:08.612 INFO STEP 51 (ensure_file) COMPLETE
89692026-08-11T22:35:09.495Z[ recovery-image] Aug 11 22:35:08.612 INFO O| Aug 11 22:35:08.612 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89702026-08-11T22:35:09.506Z[ recovery-image] Aug 11 22:35:08.628 INFO O| Aug 11 22:35:08.627 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89712026-08-11T22:35:09.507Z[ recovery-image] Aug 11 22:35:08.628 INFO O| Aug 11 22:35:08.628 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89722026-08-11T22:35:09.511Z[ recovery-image] Aug 11 22:35:08.628 INFO O| Aug 11 22:35:08.628 INFO STEP 52 (ensure_dir) COMPLETE
89732026-08-11T22:35:09.511Z[ recovery-image] Aug 11 22:35:08.628 INFO O| Aug 11 22:35:08.628 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89742026-08-11T22:35:09.528Z[ recovery-image] Aug 11 22:35:08.649 INFO O| Aug 11 22:35:08.649 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89752026-08-11T22:35:09.528Z[ recovery-image] Aug 11 22:35:08.649 INFO O| Aug 11 22:35:08.649 INFO copying /tmp/.tmpWfc2Q9/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89762026-08-11T22:35:09.533Z[ recovery-image] Aug 11 22:35:08.649 INFO O| Aug 11 22:35:08.649 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89772026-08-11T22:35:09.533Z[ recovery-image] Aug 11 22:35:08.649 INFO O| Aug 11 22:35:08.649 INFO ok!
89782026-08-11T22:35:09.533Z[ recovery-image] Aug 11 22:35:08.649 INFO O| Aug 11 22:35:08.649 INFO STEP 53 (ensure_file) COMPLETE
89792026-08-11T22:35:09.533Z[ recovery-image] Aug 11 22:35:08.649 INFO O| Aug 11 22:35:08.649 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89802026-08-11T22:35:09.539Z[ recovery-image] Aug 11 22:35:08.660 INFO O| Aug 11 22:35:08.660 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89812026-08-11T22:35:09.539Z[ recovery-image] Aug 11 22:35:08.660 INFO O| Aug 11 22:35:08.660 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89822026-08-11T22:35:09.542Z[ recovery-image] Aug 11 22:35:08.660 INFO O| Aug 11 22:35:08.660 INFO STEP 54 (ensure_dir) COMPLETE
89832026-08-11T22:35:09.542Z[ recovery-image] Aug 11 22:35:08.660 INFO O| Aug 11 22:35:08.660 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89842026-08-11T22:35:09.549Z[ recovery-image] Aug 11 22:35:08.670 INFO O| Aug 11 22:35:08.670 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
89852026-08-11T22:35:09.549Z[ recovery-image] Aug 11 22:35:08.670 INFO O| Aug 11 22:35:08.670 INFO copying /tmp/.tmpWfc2Q9/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
89862026-08-11T22:35:11.586Z[ recovery-image] Aug 11 22:35:10.707 INFO O| Aug 11 22:35:10.707 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
89872026-08-11T22:35:11.586Z[ recovery-image] Aug 11 22:35:10.707 INFO O| Aug 11 22:35:10.707 INFO ok!
89882026-08-11T22:35:11.586Z[ recovery-image] Aug 11 22:35:10.707 INFO O| Aug 11 22:35:10.707 INFO STEP 55 (ensure_file) COMPLETE
89892026-08-11T22:35:11.589Z[ recovery-image] Aug 11 22:35:10.707 INFO O| Aug 11 22:35:10.707 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89902026-08-11T22:35:11.599Z[ recovery-image] Aug 11 22:35:10.720 INFO O| Aug 11 22:35:10.719 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
89912026-08-11T22:35:11.599Z[ recovery-image] Aug 11 22:35:10.720 INFO O| Aug 11 22:35:10.720 INFO copying /tmp/.tmpWfc2Q9/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
89922026-08-11T22:35:13.600Z[ recovery-image] Aug 11 22:35:12.721 INFO O| Aug 11 22:35:12.721 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
89932026-08-11T22:35:13.600Z[ recovery-image] Aug 11 22:35:12.722 INFO O| Aug 11 22:35:12.721 INFO ok!
89942026-08-11T22:35:13.600Z[ recovery-image] Aug 11 22:35:12.722 INFO O| Aug 11 22:35:12.721 INFO STEP 56 (ensure_file) COMPLETE
89952026-08-11T22:35:13.604Z[ recovery-image] Aug 11 22:35:12.722 INFO O| Aug 11 22:35:12.721 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89962026-08-11T22:35:13.612Z[ recovery-image] Aug 11 22:35:12.733 INFO O| Aug 11 22:35:12.733 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
89972026-08-11T22:35:13.613Z[ recovery-image] Aug 11 22:35:12.734 INFO O| Aug 11 22:35:12.733 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
89982026-08-11T22:35:13.616Z[ recovery-image] Aug 11 22:35:12.734 INFO O| Aug 11 22:35:12.734 INFO STEP 57 (ensure_dir) COMPLETE
89992026-08-11T22:35:13.616Z[ recovery-image] Aug 11 22:35:12.734 INFO O| Aug 11 22:35:12.734 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90002026-08-11T22:35:13.624Z[ recovery-image] Aug 11 22:35:12.745 INFO O| Aug 11 22:35:12.745 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90012026-08-11T22:35:13.624Z[ recovery-image] Aug 11 22:35:12.745 INFO O| Aug 11 22:35:12.745 INFO copying /tmp/.tmpWfc2Q9/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 ...
90022026-08-11T22:35:13.624Z[ recovery-image] Aug 11 22:35:12.745 INFO O| Aug 11 22:35:12.745 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
90032026-08-11T22:35:13.628Z[ recovery-image] Aug 11 22:35:12.745 INFO O| Aug 11 22:35:12.745 INFO ok!
90042026-08-11T22:35:13.628Z[ recovery-image] Aug 11 22:35:12.745 INFO O| Aug 11 22:35:12.745 INFO STEP 58 (ensure_file) COMPLETE
90052026-08-11T22:35:13.628Z[ recovery-image] Aug 11 22:35:12.745 INFO O| Aug 11 22:35:12.745 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90062026-08-11T22:35:13.636Z[ recovery-image] Aug 11 22:35:12.756 INFO O| Aug 11 22:35:12.756 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90072026-08-11T22:35:13.636Z[ recovery-image] Aug 11 22:35:12.756 INFO O| Aug 11 22:35:12.756 INFO copying /tmp/.tmpWfc2Q9/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 ...
90082026-08-11T22:35:13.640Z[ recovery-image] Aug 11 22:35:12.756 INFO O| Aug 11 22:35:12.756 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
90092026-08-11T22:35:13.640Z[ recovery-image] Aug 11 22:35:12.756 INFO O| Aug 11 22:35:12.756 INFO ok!
90102026-08-11T22:35:13.640Z[ recovery-image] Aug 11 22:35:12.756 INFO O| Aug 11 22:35:12.756 INFO STEP 59 (ensure_file) COMPLETE
90112026-08-11T22:35:13.640Z[ recovery-image] Aug 11 22:35:12.756 INFO O| Aug 11 22:35:12.756 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90122026-08-11T22:35:13.646Z[ recovery-image] Aug 11 22:35:12.767 INFO O| Aug 11 22:35:12.767 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90132026-08-11T22:35:13.646Z[ recovery-image] Aug 11 22:35:12.767 INFO O| Aug 11 22:35:12.767 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90142026-08-11T22:35:13.646Z[ recovery-image] Aug 11 22:35:12.767 INFO O| Aug 11 22:35:12.767 INFO STEP 60 (ensure_dir) COMPLETE
90152026-08-11T22:35:13.649Z[ recovery-image] Aug 11 22:35:12.767 INFO O| Aug 11 22:35:12.767 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90162026-08-11T22:35:13.656Z[ recovery-image] Aug 11 22:35:12.777 INFO O| Aug 11 22:35:12.777 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90172026-08-11T22:35:13.656Z[ recovery-image] Aug 11 22:35:12.777 INFO O| Aug 11 22:35:12.777 INFO copying /tmp/.tmpWfc2Q9/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 ...
90182026-08-11T22:35:13.656Z[ recovery-image] Aug 11 22:35:12.778 INFO O| Aug 11 22:35:12.777 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90192026-08-11T22:35:13.656Z[ recovery-image] Aug 11 22:35:12.778 INFO O| Aug 11 22:35:12.778 INFO ok!
90202026-08-11T22:35:13.661Z[ recovery-image] Aug 11 22:35:12.778 INFO O| Aug 11 22:35:12.778 INFO STEP 61 (ensure_file) COMPLETE
90212026-08-11T22:35:13.661Z[ recovery-image] Aug 11 22:35:12.778 INFO O| Aug 11 22:35:12.778 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90222026-08-11T22:35:13.667Z[ recovery-image] Aug 11 22:35:12.788 INFO O| Aug 11 22:35:12.788 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90232026-08-11T22:35:13.667Z[ recovery-image] Aug 11 22:35:12.788 INFO O| Aug 11 22:35:12.788 INFO copying /tmp/.tmpWfc2Q9/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 ...
90242026-08-11T22:35:13.667Z[ recovery-image] Aug 11 22:35:12.788 INFO O| Aug 11 22:35:12.788 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
90252026-08-11T22:35:13.668Z[ recovery-image] Aug 11 22:35:12.788 INFO O| Aug 11 22:35:12.788 INFO ok!
90262026-08-11T22:35:13.672Z[ recovery-image] Aug 11 22:35:12.788 INFO O| Aug 11 22:35:12.788 INFO STEP 62 (ensure_file) COMPLETE
90272026-08-11T22:35:13.672Z[ recovery-image] Aug 11 22:35:12.788 INFO O| Aug 11 22:35:12.788 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90282026-08-11T22:35:13.677Z[ recovery-image] Aug 11 22:35:12.798 INFO O| Aug 11 22:35:12.798 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90292026-08-11T22:35:13.677Z[ recovery-image] Aug 11 22:35:12.798 INFO O| Aug 11 22:35:12.798 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90302026-08-11T22:35:13.677Z[ recovery-image] Aug 11 22:35:12.798 INFO O| Aug 11 22:35:12.798 INFO STEP 63 (ensure_dir) COMPLETE
90312026-08-11T22:35:13.680Z[ recovery-image] Aug 11 22:35:12.798 INFO O| Aug 11 22:35:12.798 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90322026-08-11T22:35:13.689Z[ recovery-image] Aug 11 22:35:12.810 INFO O| Aug 11 22:35:12.810 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90332026-08-11T22:35:13.689Z[ recovery-image] Aug 11 22:35:12.810 INFO O| Aug 11 22:35:12.810 INFO copying /tmp/.tmpWfc2Q9/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 ...
90342026-08-11T22:35:13.693Z[ recovery-image] Aug 11 22:35:12.810 INFO O| Aug 11 22:35:12.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90352026-08-11T22:35:13.693Z[ recovery-image] Aug 11 22:35:12.810 INFO O| Aug 11 22:35:12.810 INFO ok!
90362026-08-11T22:35:13.693Z[ recovery-image] Aug 11 22:35:12.810 INFO O| Aug 11 22:35:12.810 INFO STEP 64 (ensure_file) COMPLETE
90372026-08-11T22:35:13.693Z[ recovery-image] Aug 11 22:35:12.810 INFO O| Aug 11 22:35:12.810 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90382026-08-11T22:35:13.701Z[ recovery-image] Aug 11 22:35:12.821 INFO O| Aug 11 22:35:12.821 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90392026-08-11T22:35:13.701Z[ recovery-image] Aug 11 22:35:12.821 INFO O| Aug 11 22:35:12.821 INFO copying /tmp/.tmpWfc2Q9/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90402026-08-11T22:35:13.701Z[ recovery-image] Aug 11 22:35:12.821 INFO O| Aug 11 22:35:12.821 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90412026-08-11T22:35:13.701Z[ recovery-image] Aug 11 22:35:12.821 INFO O| Aug 11 22:35:12.821 INFO ok!
90422026-08-11T22:35:13.701Z[ recovery-image] Aug 11 22:35:12.821 INFO O| Aug 11 22:35:12.821 INFO STEP 65 (ensure_file) COMPLETE
90432026-08-11T22:35:13.705Z[ recovery-image] Aug 11 22:35:12.821 INFO O| Aug 11 22:35:12.821 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90442026-08-11T22:35:13.712Z[ recovery-image] Aug 11 22:35:12.833 INFO O| Aug 11 22:35:12.833 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90452026-08-11T22:35:13.712Z[ recovery-image] Aug 11 22:35:12.834 INFO O| Aug 11 22:35:12.833 INFO STEP 66 (ensure_dir) COMPLETE
90462026-08-11T22:35:13.716Z[ recovery-image] Aug 11 22:35:12.834 INFO O| Aug 11 22:35:12.833 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90472026-08-11T22:35:13.724Z[ recovery-image] Aug 11 22:35:12.845 INFO O| Aug 11 22:35:12.845 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90482026-08-11T22:35:13.724Z[ recovery-image] Aug 11 22:35:12.845 INFO O| Aug 11 22:35:12.845 INFO STEP 67 (ensure_dir) COMPLETE
90492026-08-11T22:35:13.724Z[ recovery-image] Aug 11 22:35:12.845 INFO O| Aug 11 22:35:12.845 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90502026-08-11T22:35:13.755Z[ recovery-image] Aug 11 22:35:12.875 INFO O| Aug 11 22:35:12.875 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90512026-08-11T22:35:13.755Z[ recovery-image] Aug 11 22:35:12.875 INFO O| Aug 11 22:35:12.875 INFO STEP 68 (ensure_dir) COMPLETE
90522026-08-11T22:35:13.758Z[ recovery-image] Aug 11 22:35:12.875 INFO O| Aug 11 22:35:12.875 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90532026-08-11T22:35:13.767Z[ recovery-image] Aug 11 22:35:12.886 INFO O| Aug 11 22:35:12.886 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90542026-08-11T22:35:13.767Z[ recovery-image] Aug 11 22:35:12.886 INFO O| Aug 11 22:35:12.886 INFO STEP 69 (ensure_dir) COMPLETE
90552026-08-11T22:35:13.767Z[ recovery-image] Aug 11 22:35:12.886 INFO O| Aug 11 22:35:12.886 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90562026-08-11T22:35:13.776Z[ recovery-image] Aug 11 22:35:12.897 INFO O| Aug 11 22:35:12.897 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90572026-08-11T22:35:13.776Z[ recovery-image] Aug 11 22:35:12.897 INFO O| Aug 11 22:35:12.897 INFO copying /tmp/.tmpWfc2Q9/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90582026-08-11T22:35:13.776Z[ recovery-image] Aug 11 22:35:12.897 INFO O| Aug 11 22:35:12.897 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90592026-08-11T22:35:13.779Z[ recovery-image] Aug 11 22:35:12.897 INFO O| Aug 11 22:35:12.897 INFO ok!
90602026-08-11T22:35:13.779Z[ recovery-image] Aug 11 22:35:12.897 INFO O| Aug 11 22:35:12.897 INFO STEP 70 (ensure_file) COMPLETE
90612026-08-11T22:35:13.779Z[ recovery-image] Aug 11 22:35:12.897 INFO O| Aug 11 22:35:12.897 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90622026-08-11T22:35:13.787Z[ recovery-image] Aug 11 22:35:12.908 INFO O| Aug 11 22:35:12.908 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
90632026-08-11T22:35:13.792Z[ recovery-image] Aug 11 22:35:12.908 INFO O| Aug 11 22:35:12.908 INFO STEP 71 (remove_files) COMPLETE
90642026-08-11T22:35:13.792Z[ recovery-image] Aug 11 22:35:12.908 INFO O| Aug 11 22:35:12.908 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90652026-08-11T22:35:13.798Z[ recovery-image] Aug 11 22:35:12.919 INFO O| Aug 11 22:35:12.919 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
90662026-08-11T22:35:13.798Z[ recovery-image] Aug 11 22:35:12.919 INFO O| Aug 11 22:35:12.919 INFO STEP 72 (remove_files) COMPLETE
90672026-08-11T22:35:13.801Z[ recovery-image] Aug 11 22:35:12.919 INFO O| Aug 11 22:35:12.919 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90682026-08-11T22:35:13.809Z[ recovery-image] Aug 11 22:35:12.930 INFO O| Aug 11 22:35:12.930 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
90692026-08-11T22:35:13.809Z[ recovery-image] Aug 11 22:35:12.930 INFO O| Aug 11 22:35:12.930 INFO STEP 73 (remove_files) COMPLETE
90702026-08-11T22:35:13.809Z[ recovery-image] Aug 11 22:35:12.930 INFO O| Aug 11 22:35:12.930 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90712026-08-11T22:35:13.820Z[ recovery-image] Aug 11 22:35:12.941 INFO O| Aug 11 22:35:12.941 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
90722026-08-11T22:35:13.820Z[ recovery-image] Aug 11 22:35:12.941 INFO O| Aug 11 22:35:12.941 INFO STEP 74 (remove_files) COMPLETE
90732026-08-11T22:35:13.824Z[ recovery-image] Aug 11 22:35:12.941 INFO O| Aug 11 22:35:12.941 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90742026-08-11T22:35:13.831Z[ recovery-image] Aug 11 22:35:12.952 INFO O| Aug 11 22:35:12.951 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90752026-08-11T22:35:13.831Z[ recovery-image] Aug 11 22:35:12.952 INFO O| Aug 11 22:35:12.952 INFO STEP 75 (remove_files) COMPLETE
90762026-08-11T22:35:13.834Z[ recovery-image] Aug 11 22:35:12.952 INFO O| Aug 11 22:35:12.952 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90772026-08-11T22:35:13.842Z[ recovery-image] Aug 11 22:35:12.963 INFO O| Aug 11 22:35:12.963 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
90782026-08-11T22:35:13.846Z[ recovery-image] Aug 11 22:35:12.963 INFO O| Aug 11 22:35:12.963 INFO STEP 76 (remove_files) COMPLETE
90792026-08-11T22:35:13.846Z[ recovery-image] Aug 11 22:35:12.963 INFO O| Aug 11 22:35:12.963 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90802026-08-11T22:35:13.853Z[ recovery-image] Aug 11 22:35:12.974 INFO O| Aug 11 22:35:12.974 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
90812026-08-11T22:35:13.853Z[ recovery-image] Aug 11 22:35:12.974 INFO O| Aug 11 22:35:12.974 INFO STEP 77 (remove_files) COMPLETE
90822026-08-11T22:35:13.853Z[ recovery-image] Aug 11 22:35:12.974 INFO O| Aug 11 22:35:12.974 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90832026-08-11T22:35:13.864Z[ recovery-image] Aug 11 22:35:12.984 INFO O| Aug 11 22:35:12.984 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
90842026-08-11T22:35:13.864Z[ recovery-image] Aug 11 22:35:12.984 INFO O| Aug 11 22:35:12.984 INFO STEP 78 (remove_files) COMPLETE
90852026-08-11T22:35:13.864Z[ recovery-image] Aug 11 22:35:12.984 INFO O| Aug 11 22:35:12.984 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90862026-08-11T22:35:13.874Z[ recovery-image] Aug 11 22:35:12.995 INFO O| Aug 11 22:35:12.994 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
90872026-08-11T22:35:13.874Z[ recovery-image] Aug 11 22:35:12.995 INFO O| Aug 11 22:35:12.995 INFO STEP 79 (remove_files) COMPLETE
90882026-08-11T22:35:13.878Z[ recovery-image] Aug 11 22:35:12.995 INFO O| Aug 11 22:35:12.995 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90892026-08-11T22:35:13.884Z[ recovery-image] Aug 11 22:35:13.005 INFO O| Aug 11 22:35:13.005 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
90902026-08-11T22:35:13.884Z[ recovery-image] Aug 11 22:35:13.005 INFO O| Aug 11 22:35:13.005 INFO STEP 80 (remove_files) COMPLETE
90912026-08-11T22:35:13.884Z[ recovery-image] Aug 11 22:35:13.005 INFO O| Aug 11 22:35:13.005 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90922026-08-11T22:35:13.897Z[ recovery-image] Aug 11 22:35:13.016 INFO O| Aug 11 22:35:13.016 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
90932026-08-11T22:35:13.897Z[ recovery-image] Aug 11 22:35:13.016 INFO O| Aug 11 22:35:13.016 INFO STEP 81 (remove_files) COMPLETE
90942026-08-11T22:35:13.897Z[ recovery-image] Aug 11 22:35:13.016 INFO O| Aug 11 22:35:13.016 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90952026-08-11T22:35:13.907Z[ recovery-image] Aug 11 22:35:13.028 INFO O| Aug 11 22:35:13.028 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
90962026-08-11T22:35:13.907Z[ recovery-image] Aug 11 22:35:13.028 INFO O| Aug 11 22:35:13.028 INFO STEP 82 (remove_files) COMPLETE
90972026-08-11T22:35:13.907Z[ recovery-image] Aug 11 22:35:13.028 INFO O| Aug 11 22:35:13.028 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90982026-08-11T22:35:13.920Z[ recovery-image] Aug 11 22:35:13.041 INFO O| Aug 11 22:35:13.041 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
90992026-08-11T22:35:13.920Z[ recovery-image] Aug 11 22:35:13.041 INFO O| Aug 11 22:35:13.041 INFO STEP 83 (remove_files) COMPLETE
91002026-08-11T22:35:13.923Z[ recovery-image] Aug 11 22:35:13.041 INFO O| Aug 11 22:35:13.041 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91012026-08-11T22:35:13.933Z[ recovery-image] Aug 11 22:35:13.053 INFO O| Aug 11 22:35:13.053 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91022026-08-11T22:35:13.933Z[ recovery-image] Aug 11 22:35:13.053 INFO O| Aug 11 22:35:13.053 INFO STEP 84 (remove_files) COMPLETE
91032026-08-11T22:35:13.937Z[ recovery-image] Aug 11 22:35:13.053 INFO O| Aug 11 22:35:13.053 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91042026-08-11T22:35:13.995Z[ recovery-image] Aug 11 22:35:13.101 INFO O| Aug 11 22:35:13.101 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91052026-08-11T22:35:13.995Z[ recovery-image] Aug 11 22:35:13.101 INFO O| Aug 11 22:35:13.101 INFO STEP 85 (remove_files) COMPLETE
91062026-08-11T22:35:13.995Z[ recovery-image] Aug 11 22:35:13.101 INFO O| Aug 11 22:35:13.101 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91072026-08-11T22:35:14.005Z[ recovery-image] Aug 11 22:35:13.126 INFO O| Aug 11 22:35:13.126 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91082026-08-11T22:35:14.005Z[ recovery-image] Aug 11 22:35:13.126 INFO O| Aug 11 22:35:13.126 INFO STEP 86 (remove_files) COMPLETE
91092026-08-11T22:35:14.005Z[ recovery-image] Aug 11 22:35:13.126 INFO O| Aug 11 22:35:13.126 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91102026-08-11T22:35:14.022Z[ recovery-image] Aug 11 22:35:13.143 INFO O| Aug 11 22:35:13.136 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91112026-08-11T22:35:14.023Z[ recovery-image] Aug 11 22:35:13.143 INFO O| Aug 11 22:35:13.136 INFO STEP 87 (remove_files) COMPLETE
91122026-08-11T22:35:14.023Z[ recovery-image] Aug 11 22:35:13.143 INFO O| Aug 11 22:35:13.136 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91132026-08-11T22:35:14.026Z[ recovery-image] Aug 11 22:35:13.145 INFO O| Aug 11 22:35:13.145 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91142026-08-11T22:35:14.026Z[ recovery-image] Aug 11 22:35:13.145 INFO O| Aug 11 22:35:13.145 INFO STEP 88 (remove_files) COMPLETE
91152026-08-11T22:35:14.026Z[ recovery-image] Aug 11 22:35:13.145 INFO O| Aug 11 22:35:13.145 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91162026-08-11T22:35:14.032Z[ recovery-image] Aug 11 22:35:13.153 INFO O| Aug 11 22:35:13.153 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91172026-08-11T22:35:14.032Z[ recovery-image] Aug 11 22:35:13.153 INFO O| Aug 11 22:35:13.153 INFO STEP 89 (remove_files) COMPLETE
91182026-08-11T22:35:14.032Z[ recovery-image] Aug 11 22:35:13.153 INFO O| Aug 11 22:35:13.153 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91192026-08-11T22:35:14.047Z[ recovery-image] Aug 11 22:35:13.168 INFO O| Aug 11 22:35:13.168 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91202026-08-11T22:35:14.047Z[ recovery-image] Aug 11 22:35:13.168 INFO O| Aug 11 22:35:13.168 INFO STEP 90 (remove_files) COMPLETE
91212026-08-11T22:35:14.047Z[ recovery-image] Aug 11 22:35:13.168 INFO O| Aug 11 22:35:13.168 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91222026-08-11T22:35:14.058Z[ recovery-image] Aug 11 22:35:13.180 INFO O| Aug 11 22:35:13.180 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91232026-08-11T22:35:14.059Z[ recovery-image] Aug 11 22:35:13.180 INFO O| Aug 11 22:35:13.180 INFO STEP 91 (remove_files) COMPLETE
91242026-08-11T22:35:14.059Z[ recovery-image] Aug 11 22:35:13.180 INFO O| Aug 11 22:35:13.180 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91252026-08-11T22:35:14.067Z[ recovery-image] Aug 11 22:35:13.188 INFO O| Aug 11 22:35:13.188 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91262026-08-11T22:35:14.067Z[ recovery-image] Aug 11 22:35:13.189 INFO O| Aug 11 22:35:13.188 INFO STEP 92 (remove_files) COMPLETE
91272026-08-11T22:35:14.131Z[ recovery-image] Aug 11 22:35:13.189 INFO O| Aug 11 22:35:13.188 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91282026-08-11T22:35:14.137Z[ recovery-image] Aug 11 22:35:13.197 INFO O| Aug 11 22:35:13.197 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91292026-08-11T22:35:14.137Z[ recovery-image] Aug 11 22:35:13.197 INFO O| Aug 11 22:35:13.197 INFO STEP 93 (remove_files) COMPLETE
91302026-08-11T22:35:14.137Z[ recovery-image] Aug 11 22:35:13.197 INFO O| Aug 11 22:35:13.197 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91312026-08-11T22:35:14.137Z[ recovery-image] Aug 11 22:35:13.206 INFO O| Aug 11 22:35:13.206 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91322026-08-11T22:35:14.137Z[ recovery-image] Aug 11 22:35:13.206 INFO O| Aug 11 22:35:13.206 INFO STEP 94 (remove_files) COMPLETE
91332026-08-11T22:35:14.137Z[ recovery-image] Aug 11 22:35:13.206 INFO O| Aug 11 22:35:13.206 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91342026-08-11T22:35:14.137Z[ recovery-image] Aug 11 22:35:13.216 INFO O| Aug 11 22:35:13.215 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91352026-08-11T22:35:14.137Z[ recovery-image] Aug 11 22:35:13.216 INFO O| Aug 11 22:35:13.216 INFO STEP 95 (remove_files) COMPLETE
91362026-08-11T22:35:14.137Z[ recovery-image] Aug 11 22:35:13.216 INFO O| Aug 11 22:35:13.216 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91372026-08-11T22:35:14.137Z[ recovery-image] Aug 11 22:35:13.226 INFO O| Aug 11 22:35:13.226 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91382026-08-11T22:35:14.137Z[ recovery-image] Aug 11 22:35:13.226 INFO O| Aug 11 22:35:13.226 INFO STEP 96 (remove_files) COMPLETE
91392026-08-11T22:35:14.137Z[ recovery-image] Aug 11 22:35:13.226 INFO O| Aug 11 22:35:13.226 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91402026-08-11T22:35:14.137Z[ recovery-image] Aug 11 22:35:13.236 INFO O| Aug 11 22:35:13.236 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91412026-08-11T22:35:14.137Z[ recovery-image] Aug 11 22:35:13.236 INFO O| Aug 11 22:35:13.236 INFO STEP 97 (remove_files) COMPLETE
91422026-08-11T22:35:14.137Z[ recovery-image] Aug 11 22:35:13.236 INFO O| Aug 11 22:35:13.236 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91432026-08-11T22:35:14.137Z[ recovery-image] Aug 11 22:35:13.247 INFO O| Aug 11 22:35:13.247 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91442026-08-11T22:35:14.137Z[ recovery-image] Aug 11 22:35:13.247 INFO O| Aug 11 22:35:13.247 INFO STEP 98 (remove_files) COMPLETE
91452026-08-11T22:35:14.137Z[ recovery-image] Aug 11 22:35:13.247 INFO O| Aug 11 22:35:13.247 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91462026-08-11T22:35:14.141Z[ recovery-image] Aug 11 22:35:13.259 INFO O| Aug 11 22:35:13.259 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91472026-08-11T22:35:14.141Z[ recovery-image] Aug 11 22:35:13.259 INFO O| Aug 11 22:35:13.259 INFO STEP 99 (remove_files) COMPLETE
91482026-08-11T22:35:14.141Z[ recovery-image] Aug 11 22:35:13.259 INFO O| Aug 11 22:35:13.259 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91492026-08-11T22:35:14.156Z[ recovery-image] Aug 11 22:35:13.277 INFO O| Aug 11 22:35:13.276 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91502026-08-11T22:35:14.156Z[ recovery-image] Aug 11 22:35:13.277 INFO O| Aug 11 22:35:13.277 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
91512026-08-11T22:35:15.429Z[ host-image] Aug 11 22:35:14.550 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24189:20260811T192955Z
91522026-08-11T22:35:15.429Z[ host-image] Aug 11 22:35:14.550 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24189:20260811T192955Z
91532026-08-11T22:35:15.434Z[ host-image] Aug 11 22:35:14.550 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
91542026-08-11T22:35:15.434Z[ host-image] Aug 11 22:35:14.550 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
91552026-08-11T22:35:15.434Z[ host-image] Aug 11 22:35:14.550 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
91562026-08-11T22:35:15.434Z[ host-image] Aug 11 22:35:14.550 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
91572026-08-11T22:35:15.434Z[ host-image] Aug 11 22:35:14.550 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
91582026-08-11T22:35:15.434Z[ host-image] Aug 11 22:35:14.550 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
91592026-08-11T22:35:15.434Z[ host-image] Aug 11 22:35:14.551 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260811T222122Z
91602026-08-11T22:35:15.434Z[ host-image] Aug 11 22:35:14.551 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
91612026-08-11T22:35:15.434Z[ host-image] Aug 11 22:35:14.551 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
91622026-08-11T22:35:15.434Z[ host-image] Aug 11 22:35:14.551 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24189:20260811T192956Z
91632026-08-11T22:35:15.434Z[ host-image] Aug 11 22:35:14.551 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24189:20260811T192956Z
91642026-08-11T22:35:15.434Z[ host-image] Aug 11 22:35:14.552 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24189:20260811T192956Z
91652026-08-11T22:35:15.434Z[ host-image] Aug 11 22:35:14.552 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24189:20260811T192956Z
91662026-08-11T22:35:15.434Z[ host-image] Aug 11 22:35:14.552 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
91672026-08-11T22:35:15.434Z[ host-image] Aug 11 22:35:14.552 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24189:20260811T192956Z
91682026-08-11T22:35:15.434Z[ host-image] Aug 11 22:35:14.552 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24189:20260811T192956Z
91692026-08-11T22:35:15.436Z[ host-image] Aug 11 22:35:14.552 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24189:20260811T192956Z
91702026-08-11T22:35:15.436Z[ host-image] Aug 11 22:35:14.552 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24189:20260811T192956Z
91712026-08-11T22:35:15.436Z[ host-image] Aug 11 22:35:14.552 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24189:20260811T192957Z
91722026-08-11T22:35:15.436Z[ host-image] Aug 11 22:35:14.552 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24189:20260811T192957Z
91732026-08-11T22:35:15.436Z[ host-image] Aug 11 22:35:14.552 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24189:20260811T192957Z
91742026-08-11T22:35:15.436Z[ host-image] Aug 11 22:35:14.553 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24189:20260811T192957Z
91752026-08-11T22:35:15.436Z[ host-image] Aug 11 22:35:14.553 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24189:20260811T192957Z
91762026-08-11T22:35:15.436Z[ host-image] Aug 11 22:35:14.553 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24189:20260811T192957Z
91772026-08-11T22:35:15.436Z[ host-image] Aug 11 22:35:14.553 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24189:20260811T192957Z
91782026-08-11T22:35:15.436Z[ host-image] Aug 11 22:35:14.553 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24189:20260811T192958Z
91792026-08-11T22:35:15.436Z[ host-image] Aug 11 22:35:14.553 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24189:20260811T192958Z
91802026-08-11T22:35:15.436Z[ host-image] Aug 11 22:35:14.553 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24189:20260811T192959Z
91812026-08-11T22:35:15.436Z[ host-image] Aug 11 22:35:14.553 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24189:20260811T192959Z
91822026-08-11T22:35:15.436Z[ host-image] Aug 11 22:35:14.553 INFO O| install = pkg://helios/driver/network/opte@0.41.504-3.0:20260725T001627Z
91832026-08-11T22:35:15.436Z[ host-image] Aug 11 22:35:14.553 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24189:20260811T193000Z
91842026-08-11T22:35:15.436Z[ host-image] Aug 11 22:35:14.553 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24189:20260811T193000Z
91852026-08-11T22:35:15.436Z[ host-image] Aug 11 22:35:14.553 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24189:20260811T193001Z
91862026-08-11T22:35:15.437Z[ host-image] Aug 11 22:35:14.553 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24189:20260811T193001Z
91872026-08-11T22:35:15.437Z[ host-image] Aug 11 22:35:14.553 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24189:20260811T193001Z
91882026-08-11T22:35:15.437Z[ host-image] Aug 11 22:35:14.553 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24189:20260811T193002Z
91892026-08-11T22:35:15.437Z[ host-image] Aug 11 22:35:14.553 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24189:20260811T193002Z
91902026-08-11T22:35:15.442Z[ host-image] Aug 11 22:35:14.563 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
91912026-08-11T22:35:15.442Z[ host-image] Aug 11 22:35:14.563 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24189:20260811T193002Z
91922026-08-11T22:35:15.445Z[ host-image] Aug 11 22:35:14.563 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
91932026-08-11T22:35:15.445Z[ host-image] Aug 11 22:35:14.563 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
91942026-08-11T22:35:15.445Z[ host-image] Aug 11 22:35:14.563 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
91952026-08-11T22:35:15.445Z[ host-image] Aug 11 22:35:14.563 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
91962026-08-11T22:35:15.445Z[ host-image] Aug 11 22:35:14.563 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24189:20260811T193002Z
91972026-08-11T22:35:15.445Z[ host-image] Aug 11 22:35:14.563 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
91982026-08-11T22:35:15.445Z[ host-image] Aug 11 22:35:14.564 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
91992026-08-11T22:35:15.445Z[ host-image] Aug 11 22:35:14.564 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92002026-08-11T22:35:15.445Z[ host-image] Aug 11 22:35:14.564 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92012026-08-11T22:35:15.449Z[ host-image] Aug 11 22:35:14.567 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92022026-08-11T22:35:15.449Z[ host-image] Aug 11 22:35:14.567 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92032026-08-11T22:35:15.449Z[ host-image] Aug 11 22:35:14.567 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92042026-08-11T22:35:15.449Z[ host-image] Aug 11 22:35:14.568 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92052026-08-11T22:35:15.449Z[ host-image] Aug 11 22:35:14.568 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92062026-08-11T22:35:15.449Z[ host-image] Aug 11 22:35:14.568 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92072026-08-11T22:35:15.460Z[ host-image] Aug 11 22:35:14.580 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92082026-08-11T22:35:15.460Z[ host-image] Aug 11 22:35:14.580 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92092026-08-11T22:35:15.460Z[ host-image] Aug 11 22:35:14.580 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92102026-08-11T22:35:15.463Z[ host-image] Aug 11 22:35:14.581 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24189:20260811T193003Z
92112026-08-11T22:35:15.463Z[ host-image] Aug 11 22:35:14.581 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24189:20260811T193005Z
92122026-08-11T22:35:15.463Z[ host-image] Aug 11 22:35:14.581 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92132026-08-11T22:35:15.463Z[ host-image] Aug 11 22:35:14.581 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24189:20260811T193006Z
92142026-08-11T22:35:15.463Z[ host-image] Aug 11 22:35:14.581 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92152026-08-11T22:35:15.463Z[ host-image] Aug 11 22:35:14.581 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92162026-08-11T22:35:15.463Z[ host-image] Aug 11 22:35:14.581 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92172026-08-11T22:35:15.463Z[ host-image] Aug 11 22:35:14.581 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92182026-08-11T22:35:15.463Z[ host-image] Aug 11 22:35:14.581 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24189:20260811T193006Z
92192026-08-11T22:35:15.463Z[ host-image] Aug 11 22:35:14.582 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92202026-08-11T22:35:15.463Z[ host-image] Aug 11 22:35:14.583 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92212026-08-11T22:35:15.463Z[ host-image] Aug 11 22:35:14.583 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92222026-08-11T22:35:15.463Z[ host-image] Aug 11 22:35:14.583 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92232026-08-11T22:35:15.463Z[ host-image] Aug 11 22:35:14.583 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24189:20260811T193006Z
92242026-08-11T22:35:15.463Z[ host-image] Aug 11 22:35:14.583 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92252026-08-11T22:35:15.467Z[ host-image] Aug 11 22:35:14.587 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92262026-08-11T22:35:15.467Z[ host-image] Aug 11 22:35:14.587 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24189:20260811T193006Z
92272026-08-11T22:35:15.467Z[ host-image] Aug 11 22:35:14.588 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24189:20260811T193006Z
92282026-08-11T22:35:15.467Z[ host-image] Aug 11 22:35:14.588 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24189:20260811T193006Z
92292026-08-11T22:35:15.467Z[ host-image] Aug 11 22:35:14.588 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92302026-08-11T22:35:15.467Z[ host-image] Aug 11 22:35:14.588 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24189:20260811T193007Z
92312026-08-11T22:35:15.477Z[ host-image] Aug 11 22:35:14.588 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24189:20260811T193007Z
92322026-08-11T22:35:15.480Z[ host-image] Aug 11 22:35:14.588 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24189:20260811T193007Z
92332026-08-11T22:35:15.480Z[ host-image] Aug 11 22:35:14.588 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24189:20260811T193007Z
92342026-08-11T22:35:15.480Z[ host-image] Aug 11 22:35:14.589 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92352026-08-11T22:35:15.480Z[ host-image] Aug 11 22:35:14.589 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24189:20260811T193007Z
92362026-08-11T22:35:15.482Z[ host-image] Aug 11 22:35:14.590 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24189:20260811T193008Z
92372026-08-11T22:35:15.482Z[ host-image] Aug 11 22:35:14.590 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92382026-08-11T22:35:15.482Z[ host-image] Aug 11 22:35:14.590 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24189:20260811T193008Z
92392026-08-11T22:35:15.482Z[ host-image] Aug 11 22:35:14.590 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24189:20260811T193008Z
92402026-08-11T22:35:15.482Z[ host-image] Aug 11 22:35:14.590 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24189:20260811T193008Z
92412026-08-11T22:35:15.482Z[ host-image] Aug 11 22:35:14.590 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24189:20260811T193008Z
92422026-08-11T22:35:15.482Z[ host-image] Aug 11 22:35:14.592 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24189:20260811T193008Z
92432026-08-11T22:35:15.482Z[ host-image] Aug 11 22:35:14.592 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92442026-08-11T22:35:15.482Z[ host-image] Aug 11 22:35:14.592 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24189:20260811T193008Z
92452026-08-11T22:35:15.482Z[ host-image] Aug 11 22:35:14.592 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24189:20260811T193008Z
92462026-08-11T22:35:15.482Z[ host-image] Aug 11 22:35:14.593 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24189:20260811T193008Z
92472026-08-11T22:35:15.482Z[ host-image] Aug 11 22:35:14.593 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24189:20260811T193008Z
92482026-08-11T22:35:15.482Z[ host-image] Aug 11 22:35:14.593 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24189:20260811T193008Z
92492026-08-11T22:35:15.482Z[ host-image] Aug 11 22:35:14.594 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24189:20260811T193008Z
92502026-08-11T22:35:15.482Z[ host-image] Aug 11 22:35:14.594 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24189:20260811T193008Z
92512026-08-11T22:35:15.482Z[ host-image] Aug 11 22:35:14.594 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24189:20260811T193009Z
92522026-08-11T22:35:15.482Z[ host-image] Aug 11 22:35:14.597 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24189:20260811T193009Z
92532026-08-11T22:35:15.483Z[ host-image] Aug 11 22:35:14.597 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24189:20260811T193009Z
92542026-08-11T22:35:15.483Z[ host-image] Aug 11 22:35:14.597 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24189:20260811T193009Z
92552026-08-11T22:35:15.483Z[ host-image] Aug 11 22:35:14.597 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24189:20260811T193009Z
92562026-08-11T22:35:15.483Z[ host-image] Aug 11 22:35:14.597 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24189:20260811T193009Z
92572026-08-11T22:35:15.487Z[ host-image] Aug 11 22:35:14.603 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24189:20260811T193011Z
92582026-08-11T22:35:15.487Z[ host-image] Aug 11 22:35:14.603 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24189:20260811T193009Z
92592026-08-11T22:35:15.487Z[ host-image] Aug 11 22:35:14.603 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24189:20260811T193009Z
92602026-08-11T22:35:15.487Z[ host-image] Aug 11 22:35:14.604 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
92612026-08-11T22:35:15.487Z[ host-image] Aug 11 22:35:14.604 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
92622026-08-11T22:35:15.491Z[ host-image] Aug 11 22:35:14.613 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24189:20260811T193009Z
92632026-08-11T22:35:15.492Z[ host-image] Aug 11 22:35:14.613 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
92642026-08-11T22:35:15.495Z[ host-image] Aug 11 22:35:14.613 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24189:20260811T193010Z
92652026-08-11T22:35:15.497Z[ host-image] Aug 11 22:35:14.613 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24189:20260811T193010Z
92662026-08-11T22:35:15.497Z[ host-image] Aug 11 22:35:14.613 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24189:20260811T193010Z
92672026-08-11T22:35:15.497Z[ host-image] Aug 11 22:35:14.613 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
92682026-08-11T22:35:15.497Z[ host-image] Aug 11 22:35:14.613 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
92692026-08-11T22:35:15.497Z[ host-image] Aug 11 22:35:14.613 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24189:20260811T193010Z
92702026-08-11T22:35:15.497Z[ host-image] Aug 11 22:35:14.613 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24189:20260811T193010Z
92712026-08-11T22:35:15.497Z[ host-image] Aug 11 22:35:14.613 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24189:20260811T193010Z
92722026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.614 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24189:20260811T193010Z
92732026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.614 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24189:20260811T193011Z
92742026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.614 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24189:20260811T193011Z
92752026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.614 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
92762026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.614 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24189:20260811T193011Z
92772026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.615 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24189:20260811T193011Z
92782026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.615 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24189:20260811T193011Z
92792026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.615 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24189:20260811T193012Z
92802026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.615 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24189:20260811T193011Z
92812026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.615 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24189:20260811T193011Z
92822026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.615 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
92832026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.615 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
92842026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.615 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24189:20260811T193013Z
92852026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.615 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24189:20260811T193013Z
92862026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.615 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
92872026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.615 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
92882026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.615 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
92892026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.615 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
92902026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.615 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
92912026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.616 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
92922026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.616 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
92932026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.617 INFO O| tempdir @ "/tmp/.tmp23viZN/tmp"
92942026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.617 INFO O| image root @ "/tmp/.tmp23viZN/tmp/root"
92952026-08-11T22:35:15.501Z[ host-image] Aug 11 22:35:14.617 INFO O| creating image...
92962026-08-11T22:35:15.762Z[verify-libraries] Compiling oso v0.27.3
92972026-08-11T22:35:16.331Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
92982026-08-11T22:35:17.564Z[ recovery-image] Aug 11 22:35:16.685 INFO O| Aug 11 22:35:16.685 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92992026-08-11T22:35:17.577Z[ recovery-image] Aug 11 22:35:16.695 INFO O| Aug 11 22:35:16.695 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
93002026-08-11T22:35:17.580Z[ recovery-image] Aug 11 22:35:16.698 INFO O| Aug 11 22:35:16.698 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "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"}
93012026-08-11T22:35:17.652Z[ host-image] Aug 11 22:35:16.773 INFO O| copying publishers...
93022026-08-11T22:35:17.674Z[ recovery-image] Aug 11 22:35:16.795 INFO O| Aug 11 22:35:16.795 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
93032026-08-11T22:35:17.742Z[ recovery-image] Aug 11 22:35:16.862 INFO O| Aug 11 22:35:16.862 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
93042026-08-11T22:35:17.811Z[ recovery-image] Aug 11 22:35:16.932 INFO O| Aug 11 22:35:16.932 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
93052026-08-11T22:35:17.811Z[ recovery-image] Aug 11 22:35:16.932 INFO O| Aug 11 22:35:16.932 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 ...
93062026-08-11T22:35:17.815Z[ recovery-image] Aug 11 22:35:16.933 INFO O| Aug 11 22:35:16.933 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
93072026-08-11T22:35:17.815Z[ recovery-image] Aug 11 22:35:16.933 INFO O| Aug 11 22:35:16.933 INFO ok!
93082026-08-11T22:35:17.815Z[ recovery-image] Aug 11 22:35:16.933 INFO O| Aug 11 22:35:16.933 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
93092026-08-11T22:35:17.815Z[ recovery-image] Aug 11 22:35:16.933 INFO O| Aug 11 22:35:16.933 INFO STEP 100 (seed_smf) COMPLETE
93102026-08-11T22:35:17.815Z[ recovery-image] Aug 11 22:35:16.933 INFO O| Aug 11 22:35:16.933 INFO steps complete; finalising image!
93112026-08-11T22:35:17.815Z[ recovery-image] Aug 11 22:35:16.933 INFO O| Aug 11 22:35:16.933 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
93122026-08-11T22:35:17.871Z[ recovery-image] Aug 11 22:35:16.992 INFO O| Aug 11 22:35:16.992 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Aug 11 22:35:16 2026)
93132026-08-11T22:35:18.078Z[ recovery-image] Aug 11 22:35:17.198 INFO O| Aug 11 22:35:17.198 INFO trim TEMPORARY-sled-zfs-recovery: (40% trimmed, started at Tue Aug 11 22:35:16 2026)
93142026-08-11T22:35:18.285Z[ recovery-image] Aug 11 22:35:17.406 INFO O| Aug 11 22:35:17.406 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 11 22:35:16 2026)
93152026-08-11T22:35:18.495Z[ recovery-image] Aug 11 22:35:17.613 INFO O| Aug 11 22:35:17.613 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 11 22:35:16 2026)
93162026-08-11T22:35:18.698Z[ recovery-image] Aug 11 22:35:17.819 INFO O| Aug 11 22:35:17.819 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 11 22:35:16 2026)
93172026-08-11T22:35:18.908Z[ recovery-image] Aug 11 22:35:18.027 INFO O| Aug 11 22:35:18.027 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Tue Aug 11 22:35:16 2026)
93182026-08-11T22:35:19.109Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93192026-08-11T22:35:19.128Z[ recovery-image] Aug 11 22:35:18.249 INFO O| Aug 11 22:35:18.249 INFO temporary pool has 495M used, 1.27G avail, 1.00x compressratio
93202026-08-11T22:35:19.128Z[ recovery-image] Aug 11 22:35:18.249 INFO O| Aug 11 22:35:18.249 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93212026-08-11T22:35:19.603Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93222026-08-11T22:35:19.945Z[ recovery-image] Aug 11 22:35:19.066 INFO O| Aug 11 22:35:19.066 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
93232026-08-11T22:35:19.945Z[ recovery-image] Aug 11 22:35:19.066 INFO O| Aug 11 22:35:19.066 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93242026-08-11T22:35:20.886Z[ host-image] Aug 11 22:35:20.007 INFO O| adding properties...
93252026-08-11T22:35:21.898Z[ host-image] Aug 11 22:35:21.013 INFO O| installing packages...
93262026-08-11T22:35:22.485Z[ recovery-image] Aug 11 22:35:21.605 INFO O| Aug 11 22:35:21.605 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93272026-08-11T22:35:22.485Z[ recovery-image] Aug 11 22:35:21.605 INFO O| Aug 11 22:35:21.605 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93282026-08-11T22:35:22.489Z[ recovery-image] Aug 11 22:35:21.605 INFO O| Aug 11 22:35:21.605 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93292026-08-11T22:35:22.490Z[ recovery-image] Aug 11 22:35:21.605 INFO O| Aug 11 22:35:21.605 INFO completed processing sled/zfs-recovery
93302026-08-11T22:35:22.490Z[ recovery-image] Aug 11 22:35:21.605 INFO O| Aug 11 22:35:21.605 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93312026-08-11T22:35:23.443Z[ recovery-image] Aug 11 22:35:22.563 INFO O| Aug 11 22:35:22.563 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93322026-08-11T22:35:23.529Z[ recovery-image] Aug 11 22:35:22.649 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
93332026-08-11T22:35:23.529Z[ recovery-image] Aug 11 22:35:22.649 INFO expanded image name: "recovery 0d88189/${os_short_commit} 2026-08-11 22:21" -> "recovery 0d88189/aaf8e74 2026-08-11 22:21"
93342026-08-11T22:35:23.532Z[ recovery-image] Aug 11 22:35:22.650 INFO output artefacts stored in: "/work/os-recovery"
93352026-08-11T22:35:23.532Z[ recovery-image] Aug 11 22:35:22.650 INFO collecting git info from project "amd-host-image-builder"...
93362026-08-11T22:35:23.573Z[ recovery-image] Aug 11 22:35:22.692 INFO collecting git info from project "dmar-report"...
93372026-08-11T22:35:23.582Z[ recovery-image] Aug 11 22:35:22.703 INFO collecting git info from project "chelsio-t6-roms"...
93382026-08-11T22:35:23.600Z[ recovery-image] Aug 11 22:35:22.721 INFO collecting git info from project "phbl"...
93392026-08-11T22:35:23.608Z[ recovery-image] Aug 11 22:35:22.729 INFO collecting git info from project "bootserver"...
93402026-08-11T22:35:23.635Z[ recovery-image] Aug 11 22:35:22.756 INFO collecting git info from project "pinprick"...
93412026-08-11T22:35:23.644Z[ recovery-image] Aug 11 22:35:22.765 INFO collecting git info from project "pilot"...
93422026-08-11T22:35:23.685Z[ recovery-image] Aug 11 22:35:22.806 INFO collecting git info from project "amd-firmware"...
93432026-08-11T22:35:24.152Z[ recovery-image] Aug 11 22:35:23.273 INFO collecting git info from project "image-builder"...
93442026-08-11T22:35:24.159Z[ recovery-image] Aug 11 22:35:23.280 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93452026-08-11T22:35:24.716Z[ recovery-image] Aug 11 22:35:23.837 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93462026-08-11T22:35:25.170Z[ recovery-image] Aug 11 22:35:24.290 INFO creating Oxide boot image...
93472026-08-11T22:35:25.170Z[ recovery-image] Aug 11 22:35:24.290 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 0d88189/aaf8e74 2026-08-11 22:21", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93482026-08-11T22:35:28.261Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93492026-08-11T22:35:31.888Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93502026-08-11T22:35:33.171Z[ host-image] Aug 11 22:35:32.292 INFO O| seeding SMF database...
93512026-08-11T22:35:33.694Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93522026-08-11T22:35:35.070Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93532026-08-11T22:35:35.375Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
93542026-08-11T22:35:35.485Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
93552026-08-11T22:35:38.112Z[ host-image] Aug 11 22:35:37.232 INFO O| configuring SMF profile...
93562026-08-11T22:35:38.112Z[ host-image] Aug 11 22:35:37.232 INFO O| modifying shadow(5)...
93572026-08-11T22:35:38.115Z[ host-image] Aug 11 22:35:37.233 INFO O| loading user and group database...
93582026-08-11T22:35:38.115Z[ host-image] Aug 11 22:35:37.233 INFO O| loading facet selections...
93592026-08-11T22:35:38.498Z[ host-image] Aug 11 22:35:37.618 INFO O| devel -> true
93602026-08-11T22:35:38.498Z[ host-image] Aug 11 22:35:37.618 INFO O| doc.man -> true
93612026-08-11T22:35:38.498Z[ host-image] Aug 11 22:35:37.618 INFO O| version-lock.shell/ksh93 -> true
93622026-08-11T22:35:38.498Z[ host-image] Aug 11 22:35:37.618 INFO O| version-lock.system/data/hardware-registry -> true
93632026-08-11T22:35:38.498Z[ host-image] Aug 11 22:35:37.618 INFO O| version-lock.system/data/zoneinfo -> true
93642026-08-11T22:35:38.498Z[ host-image] Aug 11 22:35:37.618 INFO O| version-lock.system/microcode/amd -> true
93652026-08-11T22:35:38.498Z[ host-image] Aug 11 22:35:37.618 INFO O| version-lock.system/microcode/intel -> true
93662026-08-11T22:35:38.498Z[ host-image] Aug 11 22:35:37.618 INFO O| version-lock.system/microcode/oxide -> true
93672026-08-11T22:35:38.498Z[ host-image] Aug 11 22:35:37.618 INFO O| assessing packaged files...
93682026-08-11T22:35:39.227Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
93692026-08-11T22:35:40.441Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
93702026-08-11T22:35:40.647Z[ host-image] Aug 11 22:35:39.768 INFO O| creating archive...
93712026-08-11T22:35:40.675Z[ host-image] Aug 11 22:35:39.791 INFO O| missing from packaging:
93722026-08-11T22:35:40.676Z[ host-image] Aug 11 22:35:39.791 INFO O| "etc/.pwd.lock"
93732026-08-11T22:35:40.676Z[ host-image] Aug 11 22:35:39.791 INFO O| "etc/bash"
93742026-08-11T22:35:40.680Z[ host-image] Aug 11 22:35:39.795 INFO O| "etc/svc/profile/generic.xml"
93752026-08-11T22:35:40.687Z[ host-image] Aug 11 22:35:39.796 INFO O| "etc/svc/profile/inetd_services.xml"
93762026-08-11T22:35:40.687Z[ host-image] Aug 11 22:35:39.796 INFO O| "etc/svc/profile/name_service.xml"
93772026-08-11T22:35:40.690Z[ host-image] Aug 11 22:35:39.796 INFO O| "etc/svc/profile/platform.xml"
93782026-08-11T22:35:40.690Z[ host-image] Aug 11 22:35:39.796 INFO O| "etc/svc/profile/platform_omicron1.xml"
93792026-08-11T22:35:40.691Z[ host-image] Aug 11 22:35:39.796 INFO O| "etc/svc/repository.db"
93802026-08-11T22:35:40.691Z[ host-image] Aug 11 22:35:39.802 INFO O| "opt/ooce/share"
93812026-08-11T22:35:40.691Z[ host-image] Aug 11 22:35:39.802 INFO O| "opt/ooce/share/man"
93822026-08-11T22:35:40.691Z[ host-image] Aug 11 22:35:39.803 INFO O| "opt/ooce/share/man/man1"
93832026-08-11T22:35:40.695Z[ host-image] Aug 11 22:35:39.812 INFO O| finishing archive...
93842026-08-11T22:35:41.731Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
93852026-08-11T22:35:43.306Z[ host-image] Aug 11 22:35:42.427 INFO O| creating gzonly manifest...
93862026-08-11T22:35:43.314Z[ host-image] Aug 11 22:35:42.435 INFO O| ok
93872026-08-11T22:35:43.475Z[ host-image] Aug 11 22:35:42.596 INFO image builder template: ramdisk-02-trim...
93882026-08-11T22:35:43.475Z[ host-image] Aug 11 22:35:42.596 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/.tmpWfc2Q9/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
93892026-08-11T22:35:43.499Z[ host-image] Aug 11 22:35:42.619 INFO O| Aug 11 22:35:42.619 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93902026-08-11T22:35:43.503Z[ host-image] Aug 11 22:35:42.624 INFO O| Aug 11 22:35:42.624 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93912026-08-11T22:35:45.443Z[ host-image] Aug 11 22:35:44.564 INFO O| Aug 11 22:35:44.563 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
93922026-08-11T22:35:46.445Z[ host-image] Aug 11 22:35:45.563 INFO O| Aug 11 22:35:45.563 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
93932026-08-11T22:35:46.445Z[ host-image] Aug 11 22:35:45.563 INFO O| Aug 11 22:35:45.563 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
93942026-08-11T22:35:46.449Z[ host-image] Aug 11 22:35:45.569 INFO O| Aug 11 22:35:45.569 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93952026-08-11T22:35:46.454Z[ host-image] Aug 11 22:35:45.574 INFO O| Aug 11 22:35:45.574 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
93962026-08-11T22:35:46.458Z[ host-image] Aug 11 22:35:45.579 INFO O| Aug 11 22:35:45.579 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
93972026-08-11T22:35:50.107Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
93982026-08-11T22:35:50.568Z[ host-image] Aug 11 22:35:49.689 INFO O| Aug 11 22:35:49.689 INFO rolled back to input snapshot; work may begin
93992026-08-11T22:35:50.568Z[ host-image] Aug 11 22:35:49.689 INFO O| Aug 11 22:35:49.689 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94002026-08-11T22:35:50.572Z[ host-image] Aug 11 22:35:49.693 INFO O| Aug 11 22:35:49.693 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94012026-08-11T22:35:50.579Z[ host-image] Aug 11 22:35:49.700 INFO O| Aug 11 22:35:49.700 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94022026-08-11T22:35:50.619Z[ host-image] Aug 11 22:35:49.739 INFO O| Aug 11 22:35:49.739 INFO STEP 0 (remove_files) COMPLETE
94032026-08-11T22:35:50.619Z[ host-image] Aug 11 22:35:49.739 INFO O| Aug 11 22:35:49.739 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94042026-08-11T22:35:50.628Z[ host-image] Aug 11 22:35:49.749 INFO O| Aug 11 22:35:49.749 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94052026-08-11T22:35:50.632Z[ host-image] Aug 11 22:35:49.750 INFO O| Aug 11 22:35:49.750 INFO STEP 1 (remove_files) COMPLETE
94062026-08-11T22:35:50.632Z[ host-image] Aug 11 22:35:49.750 INFO O| Aug 11 22:35:49.750 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94072026-08-11T22:35:50.638Z[ host-image] Aug 11 22:35:49.759 INFO O| Aug 11 22:35:49.759 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94082026-08-11T22:35:50.650Z[ host-image] Aug 11 22:35:49.771 INFO O| Aug 11 22:35:49.771 INFO STEP 2 (remove_files) COMPLETE
94092026-08-11T22:35:50.650Z[ host-image] Aug 11 22:35:49.771 INFO O| Aug 11 22:35:49.771 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94102026-08-11T22:35:50.658Z[ host-image] Aug 11 22:35:49.779 INFO O| Aug 11 22:35:49.779 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94112026-08-11T22:35:50.662Z[ host-image] Aug 11 22:35:49.780 INFO O| Aug 11 22:35:49.780 INFO STEP 3 (remove_files) COMPLETE
94122026-08-11T22:35:50.662Z[ host-image] Aug 11 22:35:49.780 INFO O| Aug 11 22:35:49.780 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94132026-08-11T22:35:50.667Z[ host-image] Aug 11 22:35:49.787 INFO O| Aug 11 22:35:49.787 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94142026-08-11T22:35:50.670Z[ host-image] Aug 11 22:35:49.789 INFO O| Aug 11 22:35:49.789 INFO STEP 4 (remove_files) COMPLETE
94152026-08-11T22:35:50.670Z[ host-image] Aug 11 22:35:49.789 INFO O| Aug 11 22:35:49.789 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94162026-08-11T22:35:50.678Z[ host-image] Aug 11 22:35:49.799 INFO O| Aug 11 22:35:49.799 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94172026-08-11T22:35:50.682Z[ host-image] Aug 11 22:35:49.801 INFO O| Aug 11 22:35:49.801 INFO STEP 5 (remove_files) COMPLETE
94182026-08-11T22:35:50.682Z[ host-image] Aug 11 22:35:49.801 INFO O| Aug 11 22:35:49.801 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94192026-08-11T22:35:50.688Z[ host-image] Aug 11 22:35:49.809 INFO O| Aug 11 22:35:49.809 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94202026-08-11T22:35:50.697Z[ host-image] Aug 11 22:35:49.818 INFO O| Aug 11 22:35:49.818 INFO STEP 6 (remove_files) COMPLETE
94212026-08-11T22:35:50.697Z[ host-image] Aug 11 22:35:49.818 INFO O| Aug 11 22:35:49.818 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94222026-08-11T22:35:50.701Z[ host-image] Aug 11 22:35:49.818 INFO O| Aug 11 22:35:49.818 INFO skip step because feature "heliosv2" is not enabled
94232026-08-11T22:35:50.701Z[ host-image] Aug 11 22:35:49.818 INFO O| Aug 11 22:35:49.818 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94242026-08-11T22:35:50.706Z[ host-image] Aug 11 22:35:49.827 INFO O| Aug 11 22:35:49.827 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94252026-08-11T22:35:50.718Z[ host-image] Aug 11 22:35:49.837 INFO O| Aug 11 22:35:49.837 INFO STEP 8 (remove_files) COMPLETE
94262026-08-11T22:35:50.718Z[ host-image] Aug 11 22:35:49.837 INFO O| Aug 11 22:35:49.837 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94272026-08-11T22:35:50.725Z[ host-image] Aug 11 22:35:49.846 INFO O| Aug 11 22:35:49.846 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94282026-08-11T22:35:50.789Z[ host-image] Aug 11 22:35:49.910 INFO O| Aug 11 22:35:49.910 INFO STEP 9 (remove_files) COMPLETE
94292026-08-11T22:35:50.789Z[ host-image] Aug 11 22:35:49.910 INFO O| Aug 11 22:35:49.910 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94302026-08-11T22:35:50.798Z[ host-image] Aug 11 22:35:49.919 INFO O| Aug 11 22:35:49.919 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94312026-08-11T22:35:50.869Z[ host-image] Aug 11 22:35:49.990 INFO O| Aug 11 22:35:49.989 INFO STEP 10 (remove_files) COMPLETE
94322026-08-11T22:35:50.869Z[ host-image] Aug 11 22:35:49.990 INFO O| Aug 11 22:35:49.989 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94332026-08-11T22:35:50.877Z[ host-image] Aug 11 22:35:49.998 INFO O| Aug 11 22:35:49.998 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94342026-08-11T22:35:50.883Z[ host-image] Aug 11 22:35:50.001 INFO O| Aug 11 22:35:50.001 INFO STEP 11 (remove_files) COMPLETE
94352026-08-11T22:35:50.883Z[ host-image] Aug 11 22:35:50.001 INFO O| Aug 11 22:35:50.001 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94362026-08-11T22:35:50.891Z[ host-image] Aug 11 22:35:50.011 INFO O| Aug 11 22:35:50.011 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94372026-08-11T22:35:50.895Z[ host-image] Aug 11 22:35:50.012 INFO O| Aug 11 22:35:50.012 INFO STEP 12 (remove_files) COMPLETE
94382026-08-11T22:35:50.895Z[ host-image] Aug 11 22:35:50.012 INFO O| Aug 11 22:35:50.012 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94392026-08-11T22:35:50.901Z[ host-image] Aug 11 22:35:50.022 INFO O| Aug 11 22:35:50.022 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94402026-08-11T22:35:50.905Z[ host-image] Aug 11 22:35:50.023 INFO O| Aug 11 22:35:50.023 INFO STEP 13 (remove_files) COMPLETE
94412026-08-11T22:35:50.905Z[ host-image] Aug 11 22:35:50.023 INFO O| Aug 11 22:35:50.023 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94422026-08-11T22:35:50.923Z[ host-image] Aug 11 22:35:50.043 INFO O| Aug 11 22:35:50.043 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94432026-08-11T22:35:50.923Z[ host-image] Aug 11 22:35:50.043 INFO O| Aug 11 22:35:50.043 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94442026-08-11T22:35:50.926Z[ host-image] Aug 11 22:35:50.043 INFO O| Aug 11 22:35:50.043 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94452026-08-11T22:35:50.927Z[ host-image] Aug 11 22:35:50.043 INFO O| Aug 11 22:35:50.043 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94462026-08-11T22:35:50.927Z[ host-image] Aug 11 22:35:50.043 INFO O| Aug 11 22:35:50.043 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94472026-08-11T22:35:50.927Z[ host-image] Aug 11 22:35:50.044 INFO O| Aug 11 22:35:50.044 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94482026-08-11T22:35:50.927Z[ host-image] Aug 11 22:35:50.044 INFO O| Aug 11 22:35:50.044 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94492026-08-11T22:35:50.928Z[ host-image] Aug 11 22:35:50.044 INFO O| Aug 11 22:35:50.044 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94502026-08-11T22:35:50.928Z[ host-image] Aug 11 22:35:50.044 INFO O| Aug 11 22:35:50.044 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94512026-08-11T22:35:50.928Z[ host-image] Aug 11 22:35:50.044 INFO O| Aug 11 22:35:50.044 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94522026-08-11T22:35:50.928Z[ host-image] Aug 11 22:35:50.044 INFO O| Aug 11 22:35:50.044 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94532026-08-11T22:35:50.928Z[ host-image] Aug 11 22:35:50.044 INFO O| Aug 11 22:35:50.044 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94542026-08-11T22:35:50.928Z[ host-image] Aug 11 22:35:50.044 INFO O| Aug 11 22:35:50.044 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94552026-08-11T22:35:50.928Z[ host-image] Aug 11 22:35:50.044 INFO O| Aug 11 22:35:50.044 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94562026-08-11T22:35:50.928Z[ host-image] Aug 11 22:35:50.044 INFO O| Aug 11 22:35:50.044 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94572026-08-11T22:35:50.928Z[ host-image] Aug 11 22:35:50.044 INFO O| Aug 11 22:35:50.044 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94582026-08-11T22:35:50.928Z[ host-image] Aug 11 22:35:50.045 INFO O| Aug 11 22:35:50.045 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94592026-08-11T22:35:50.929Z[ host-image] Aug 11 22:35:50.045 INFO O| Aug 11 22:35:50.045 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94602026-08-11T22:35:50.963Z[ host-image] Aug 11 22:35:50.084 INFO O| Aug 11 22:35:50.084 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94612026-08-11T22:35:50.971Z[ host-image] Aug 11 22:35:50.091 INFO O| Aug 11 22:35:50.091 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94622026-08-11T22:35:51.158Z[ host-image] Aug 11 22:35:50.278 INFO O| Aug 11 22:35:50.278 INFO STEP 14 (remove_files) COMPLETE
94632026-08-11T22:35:51.158Z[ host-image] Aug 11 22:35:50.278 INFO O| Aug 11 22:35:50.278 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94642026-08-11T22:35:51.166Z[ host-image] Aug 11 22:35:50.287 INFO O| Aug 11 22:35:50.287 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94652026-08-11T22:35:51.170Z[ host-image] Aug 11 22:35:50.288 INFO O| Aug 11 22:35:50.288 INFO STEP 15 (remove_files) COMPLETE
94662026-08-11T22:35:51.170Z[ host-image] Aug 11 22:35:50.288 INFO O| Aug 11 22:35:50.288 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94672026-08-11T22:35:51.216Z[ host-image] Aug 11 22:35:50.296 INFO O| Aug 11 22:35:50.296 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94682026-08-11T22:35:51.216Z[ host-image] Aug 11 22:35:50.302 INFO O| Aug 11 22:35:50.302 INFO STEP 16 (remove_files) COMPLETE
94692026-08-11T22:35:51.216Z[ host-image] Aug 11 22:35:50.302 INFO O| Aug 11 22:35:50.302 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94702026-08-11T22:35:51.216Z[ host-image] Aug 11 22:35:50.311 INFO O| Aug 11 22:35:50.311 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94712026-08-11T22:35:51.216Z[ host-image] Aug 11 22:35:50.311 INFO O| Aug 11 22:35:50.311 INFO STEP 17 (remove_files) COMPLETE
94722026-08-11T22:35:51.216Z[ host-image] Aug 11 22:35:50.311 INFO O| Aug 11 22:35:50.311 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94732026-08-11T22:35:51.216Z[ host-image] Aug 11 22:35:50.319 INFO O| Aug 11 22:35:50.319 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94742026-08-11T22:35:51.216Z[ host-image] Aug 11 22:35:50.320 INFO O| Aug 11 22:35:50.320 INFO STEP 18 (remove_files) COMPLETE
94752026-08-11T22:35:51.216Z[ host-image] Aug 11 22:35:50.320 INFO O| Aug 11 22:35:50.320 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94762026-08-11T22:35:51.216Z[ host-image] Aug 11 22:35:50.327 INFO O| Aug 11 22:35:50.327 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94772026-08-11T22:35:51.216Z[ host-image] Aug 11 22:35:50.327 INFO O| Aug 11 22:35:50.327 INFO STEP 19 (remove_files) COMPLETE
94782026-08-11T22:35:51.216Z[ host-image] Aug 11 22:35:50.327 INFO O| Aug 11 22:35:50.327 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94792026-08-11T22:35:51.220Z[ host-image] Aug 11 22:35:50.337 INFO O| Aug 11 22:35:50.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94802026-08-11T22:35:51.221Z[ host-image] Aug 11 22:35:50.337 INFO O| Aug 11 22:35:50.337 INFO STEP 20 (remove_files) COMPLETE
94812026-08-11T22:35:51.221Z[ host-image] Aug 11 22:35:50.337 INFO O| Aug 11 22:35:50.337 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94822026-08-11T22:35:51.225Z[ host-image] Aug 11 22:35:50.345 INFO O| Aug 11 22:35:50.345 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
94832026-08-11T22:35:51.225Z[ host-image] Aug 11 22:35:50.345 INFO O| Aug 11 22:35:50.345 INFO STEP 21 (remove_files) COMPLETE
94842026-08-11T22:35:51.225Z[ host-image] Aug 11 22:35:50.345 INFO O| Aug 11 22:35:50.345 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94852026-08-11T22:35:51.233Z[ host-image] Aug 11 22:35:50.354 INFO O| Aug 11 22:35:50.354 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
94862026-08-11T22:35:51.233Z[ host-image] Aug 11 22:35:50.354 INFO O| Aug 11 22:35:50.354 INFO STEP 22 (remove_files) COMPLETE
94872026-08-11T22:35:51.234Z[ host-image] Aug 11 22:35:50.354 INFO O| Aug 11 22:35:50.354 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94882026-08-11T22:35:51.242Z[ host-image] Aug 11 22:35:50.363 INFO O| Aug 11 22:35:50.363 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
94892026-08-11T22:35:51.242Z[ host-image] Aug 11 22:35:50.363 INFO O| Aug 11 22:35:50.363 INFO STEP 23 (remove_files) COMPLETE
94902026-08-11T22:35:51.246Z[ host-image] Aug 11 22:35:50.363 INFO O| Aug 11 22:35:50.363 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94912026-08-11T22:35:51.251Z[ host-image] Aug 11 22:35:50.372 INFO O| Aug 11 22:35:50.372 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
94922026-08-11T22:35:51.255Z[ host-image] Aug 11 22:35:50.372 INFO O| Aug 11 22:35:50.372 INFO STEP 24 (remove_files) COMPLETE
94932026-08-11T22:35:51.255Z[ host-image] Aug 11 22:35:50.372 INFO O| Aug 11 22:35:50.372 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94942026-08-11T22:35:51.259Z[ host-image] Aug 11 22:35:50.380 INFO O| Aug 11 22:35:50.380 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
94952026-08-11T22:35:51.262Z[ host-image] Aug 11 22:35:50.380 INFO O| Aug 11 22:35:50.380 INFO STEP 25 (remove_files) COMPLETE
94962026-08-11T22:35:51.262Z[ host-image] Aug 11 22:35:50.380 INFO O| Aug 11 22:35:50.380 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-08-11T22:35:51.268Z[ host-image] Aug 11 22:35:50.389 INFO O| Aug 11 22:35:50.389 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
94982026-08-11T22:35:51.272Z[ host-image] Aug 11 22:35:50.389 INFO O| Aug 11 22:35:50.389 INFO STEP 26 (remove_files) COMPLETE
94992026-08-11T22:35:51.272Z[ host-image] Aug 11 22:35:50.389 INFO O| Aug 11 22:35:50.389 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-08-11T22:35:51.279Z[ host-image] Aug 11 22:35:50.398 INFO O| Aug 11 22:35:50.398 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95012026-08-11T22:35:51.283Z[ host-image] Aug 11 22:35:50.398 INFO O| Aug 11 22:35:50.398 INFO STEP 27 (remove_files) COMPLETE
95022026-08-11T22:35:51.283Z[ host-image] Aug 11 22:35:50.398 INFO O| Aug 11 22:35:50.398 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-08-11T22:35:51.287Z[ host-image] Aug 11 22:35:50.406 INFO O| Aug 11 22:35:50.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95042026-08-11T22:35:51.287Z[ host-image] Aug 11 22:35:50.406 INFO O| Aug 11 22:35:50.406 INFO STEP 28 (remove_files) COMPLETE
95052026-08-11T22:35:51.287Z[ host-image] Aug 11 22:35:50.406 INFO O| Aug 11 22:35:50.406 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95062026-08-11T22:35:51.293Z[ host-image] Aug 11 22:35:50.414 INFO O| Aug 11 22:35:50.414 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95072026-08-11T22:35:51.297Z[ host-image] Aug 11 22:35:50.414 INFO O| Aug 11 22:35:50.414 INFO STEP 29 (remove_files) COMPLETE
95082026-08-11T22:35:51.297Z[ host-image] Aug 11 22:35:50.414 INFO O| Aug 11 22:35:50.414 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95092026-08-11T22:35:51.301Z[ host-image] Aug 11 22:35:50.422 INFO O| Aug 11 22:35:50.422 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95102026-08-11T22:35:51.302Z[ host-image] Aug 11 22:35:50.422 INFO O| Aug 11 22:35:50.422 INFO STEP 30 (remove_files) COMPLETE
95112026-08-11T22:35:51.305Z[ host-image] Aug 11 22:35:50.422 INFO O| Aug 11 22:35:50.422 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-08-11T22:35:51.310Z[ host-image] Aug 11 22:35:50.430 INFO O| Aug 11 22:35:50.430 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95132026-08-11T22:35:51.310Z[ host-image] Aug 11 22:35:50.430 INFO O| Aug 11 22:35:50.430 INFO STEP 31 (remove_files) COMPLETE
95142026-08-11T22:35:51.310Z[ host-image] Aug 11 22:35:50.430 INFO O| Aug 11 22:35:50.430 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-08-11T22:35:51.318Z[ host-image] Aug 11 22:35:50.438 INFO O| Aug 11 22:35:50.438 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95162026-08-11T22:35:51.318Z[ host-image] Aug 11 22:35:50.438 INFO O| Aug 11 22:35:50.438 INFO STEP 32 (remove_files) COMPLETE
95172026-08-11T22:35:51.318Z[ host-image] Aug 11 22:35:50.438 INFO O| Aug 11 22:35:50.438 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95182026-08-11T22:35:51.326Z[ host-image] Aug 11 22:35:50.447 INFO O| Aug 11 22:35:50.447 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95192026-08-11T22:35:51.326Z[ host-image] Aug 11 22:35:50.447 INFO O| Aug 11 22:35:50.447 INFO STEP 33 (remove_files) COMPLETE
95202026-08-11T22:35:51.330Z[ host-image] Aug 11 22:35:50.447 INFO O| Aug 11 22:35:50.447 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95212026-08-11T22:35:51.334Z[ host-image] Aug 11 22:35:50.455 INFO O| Aug 11 22:35:50.455 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95222026-08-11T22:35:51.334Z[ host-image] Aug 11 22:35:50.455 INFO O| Aug 11 22:35:50.455 INFO STEP 34 (remove_files) COMPLETE
95232026-08-11T22:35:51.334Z[ host-image] Aug 11 22:35:50.455 INFO O| Aug 11 22:35:50.455 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-08-11T22:35:51.344Z[ host-image] Aug 11 22:35:50.465 INFO O| Aug 11 22:35:50.465 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95252026-08-11T22:35:51.346Z[ host-image] Aug 11 22:35:50.465 INFO O| Aug 11 22:35:50.465 INFO STEP 35 (remove_files) COMPLETE
95262026-08-11T22:35:51.350Z[ host-image] Aug 11 22:35:50.465 INFO O| Aug 11 22:35:50.465 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-08-11T22:35:51.353Z[ host-image] Aug 11 22:35:50.473 INFO O| Aug 11 22:35:50.473 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95282026-08-11T22:35:51.353Z[ host-image] Aug 11 22:35:50.473 INFO O| Aug 11 22:35:50.473 INFO STEP 36 (remove_files) COMPLETE
95292026-08-11T22:35:51.353Z[ host-image] Aug 11 22:35:50.473 INFO O| Aug 11 22:35:50.473 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95302026-08-11T22:35:51.360Z[ host-image] Aug 11 22:35:50.481 INFO O| Aug 11 22:35:50.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95312026-08-11T22:35:51.360Z[ host-image] Aug 11 22:35:50.481 INFO O| Aug 11 22:35:50.481 INFO STEP 37 (remove_files) COMPLETE
95322026-08-11T22:35:51.363Z[ host-image] Aug 11 22:35:50.481 INFO O| Aug 11 22:35:50.481 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95332026-08-11T22:35:51.369Z[ host-image] Aug 11 22:35:50.490 INFO O| Aug 11 22:35:50.490 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95342026-08-11T22:35:51.369Z[ host-image] Aug 11 22:35:50.490 INFO O| Aug 11 22:35:50.490 INFO STEP 38 (remove_files) COMPLETE
95352026-08-11T22:35:51.373Z[ host-image] Aug 11 22:35:50.490 INFO O| Aug 11 22:35:50.490 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95362026-08-11T22:35:51.378Z[ host-image] Aug 11 22:35:50.498 INFO O| Aug 11 22:35:50.498 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95372026-08-11T22:35:51.378Z[ host-image] Aug 11 22:35:50.499 INFO O| Aug 11 22:35:50.499 INFO STEP 39 (remove_files) COMPLETE
95382026-08-11T22:35:51.382Z[ host-image] Aug 11 22:35:50.499 INFO O| Aug 11 22:35:50.499 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95392026-08-11T22:35:51.386Z[ host-image] Aug 11 22:35:50.507 INFO O| Aug 11 22:35:50.507 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95402026-08-11T22:35:51.386Z[ host-image] Aug 11 22:35:50.507 INFO O| Aug 11 22:35:50.507 INFO STEP 40 (remove_files) COMPLETE
95412026-08-11T22:35:51.391Z[ host-image] Aug 11 22:35:50.507 INFO O| Aug 11 22:35:50.507 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95422026-08-11T22:35:51.396Z[ host-image] Aug 11 22:35:50.516 INFO O| Aug 11 22:35:50.516 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95432026-08-11T22:35:51.396Z[ host-image] Aug 11 22:35:50.516 INFO O| Aug 11 22:35:50.516 INFO STEP 41 (remove_files) COMPLETE
95442026-08-11T22:35:51.396Z[ host-image] Aug 11 22:35:50.516 INFO O| Aug 11 22:35:50.516 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95452026-08-11T22:35:51.404Z[ host-image] Aug 11 22:35:50.524 INFO O| Aug 11 22:35:50.524 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95462026-08-11T22:35:51.404Z[ host-image] Aug 11 22:35:50.524 INFO O| Aug 11 22:35:50.524 INFO STEP 42 (remove_files) COMPLETE
95472026-08-11T22:35:51.407Z[ host-image] Aug 11 22:35:50.524 INFO O| Aug 11 22:35:50.524 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-08-11T22:35:51.411Z[ host-image] Aug 11 22:35:50.531 INFO O| Aug 11 22:35:50.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95492026-08-11T22:35:51.411Z[ host-image] Aug 11 22:35:50.531 INFO O| Aug 11 22:35:50.531 INFO STEP 43 (remove_files) COMPLETE
95502026-08-11T22:35:51.411Z[ host-image] Aug 11 22:35:50.531 INFO O| Aug 11 22:35:50.531 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95512026-08-11T22:35:51.417Z[ host-image] Aug 11 22:35:50.537 INFO O| Aug 11 22:35:50.537 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95522026-08-11T22:35:51.417Z[ host-image] Aug 11 22:35:50.537 INFO O| Aug 11 22:35:50.537 INFO STEP 44 (remove_files) COMPLETE
95532026-08-11T22:35:51.421Z[ host-image] Aug 11 22:35:50.537 INFO O| Aug 11 22:35:50.537 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-08-11T22:35:51.424Z[ host-image] Aug 11 22:35:50.543 INFO O| Aug 11 22:35:50.543 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95552026-08-11T22:35:51.425Z[ host-image] Aug 11 22:35:50.543 INFO O| Aug 11 22:35:50.543 INFO STEP 45 (remove_files) COMPLETE
95562026-08-11T22:35:51.425Z[ host-image] Aug 11 22:35:50.543 INFO O| Aug 11 22:35:50.543 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-08-11T22:35:51.429Z[ host-image] Aug 11 22:35:50.550 INFO O| Aug 11 22:35:50.550 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95582026-08-11T22:35:51.430Z[ host-image] Aug 11 22:35:50.550 INFO O| Aug 11 22:35:50.550 INFO STEP 46 (remove_files) COMPLETE
95592026-08-11T22:35:51.434Z[ host-image] Aug 11 22:35:50.550 INFO O| Aug 11 22:35:50.550 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-08-11T22:35:51.438Z[ host-image] Aug 11 22:35:50.559 INFO O| Aug 11 22:35:50.559 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95612026-08-11T22:35:51.438Z[ host-image] Aug 11 22:35:50.559 INFO O| Aug 11 22:35:50.559 INFO STEP 47 (remove_files) COMPLETE
95622026-08-11T22:35:51.442Z[ host-image] Aug 11 22:35:50.559 INFO O| Aug 11 22:35:50.559 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-08-11T22:35:51.446Z[ host-image] Aug 11 22:35:50.567 INFO O| Aug 11 22:35:50.567 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95642026-08-11T22:35:51.449Z[ host-image] Aug 11 22:35:50.567 INFO O| Aug 11 22:35:50.567 INFO STEP 48 (remove_files) COMPLETE
95652026-08-11T22:35:51.450Z[ host-image] Aug 11 22:35:50.567 INFO O| Aug 11 22:35:50.567 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-08-11T22:35:51.453Z[ host-image] Aug 11 22:35:50.573 INFO O| Aug 11 22:35:50.573 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95672026-08-11T22:35:51.453Z[ host-image] Aug 11 22:35:50.573 INFO O| Aug 11 22:35:50.573 INFO STEP 49 (remove_files) COMPLETE
95682026-08-11T22:35:51.453Z[ host-image] Aug 11 22:35:50.573 INFO O| Aug 11 22:35:50.573 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-08-11T22:35:51.459Z[ host-image] Aug 11 22:35:50.580 INFO O| Aug 11 22:35:50.580 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95702026-08-11T22:35:51.463Z[ host-image] Aug 11 22:35:50.580 INFO O| Aug 11 22:35:50.580 INFO STEP 50 (remove_files) COMPLETE
95712026-08-11T22:35:51.463Z[ host-image] Aug 11 22:35:50.580 INFO O| Aug 11 22:35:50.580 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-08-11T22:35:51.468Z[ host-image] Aug 11 22:35:50.589 INFO O| Aug 11 22:35:50.589 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95732026-08-11T22:35:51.468Z[ host-image] Aug 11 22:35:50.589 INFO O| Aug 11 22:35:50.589 INFO STEP 51 (remove_files) COMPLETE
95742026-08-11T22:35:51.468Z[ host-image] Aug 11 22:35:50.589 INFO O| Aug 11 22:35:50.589 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-08-11T22:35:51.475Z[ host-image] Aug 11 22:35:50.596 INFO O| Aug 11 22:35:50.596 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95762026-08-11T22:35:51.478Z[ host-image] Aug 11 22:35:50.596 INFO O| Aug 11 22:35:50.596 INFO STEP 52 (remove_files) COMPLETE
95772026-08-11T22:35:51.478Z[ host-image] Aug 11 22:35:50.596 INFO O| Aug 11 22:35:50.596 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-08-11T22:35:51.483Z[ host-image] Aug 11 22:35:50.604 INFO O| Aug 11 22:35:50.604 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95792026-08-11T22:35:51.483Z[ host-image] Aug 11 22:35:50.604 INFO O| Aug 11 22:35:50.604 INFO STEP 53 (remove_files) COMPLETE
95802026-08-11T22:35:51.483Z[ host-image] Aug 11 22:35:50.604 INFO O| Aug 11 22:35:50.604 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-08-11T22:35:51.490Z[ host-image] Aug 11 22:35:50.611 INFO O| Aug 11 22:35:50.611 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
95822026-08-11T22:35:51.490Z[ host-image] Aug 11 22:35:50.611 INFO O| Aug 11 22:35:50.611 INFO STEP 54 (remove_files) COMPLETE
95832026-08-11T22:35:51.494Z[ host-image] Aug 11 22:35:50.611 INFO O| Aug 11 22:35:50.611 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-08-11T22:35:51.500Z[ host-image] Aug 11 22:35:50.621 INFO O| Aug 11 22:35:50.621 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
95852026-08-11T22:35:51.500Z[ host-image] Aug 11 22:35:50.621 INFO O| Aug 11 22:35:50.621 INFO STEP 55 (remove_files) COMPLETE
95862026-08-11T22:35:51.504Z[ host-image] Aug 11 22:35:50.621 INFO O| Aug 11 22:35:50.621 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-08-11T22:35:51.509Z[ host-image] Aug 11 22:35:50.630 INFO O| Aug 11 22:35:50.630 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
95882026-08-11T22:35:51.509Z[ host-image] Aug 11 22:35:50.630 INFO O| Aug 11 22:35:50.630 INFO STEP 56 (remove_files) COMPLETE
95892026-08-11T22:35:51.513Z[ host-image] Aug 11 22:35:50.630 INFO O| Aug 11 22:35:50.630 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-08-11T22:35:51.517Z[ host-image] Aug 11 22:35:50.638 INFO O| Aug 11 22:35:50.638 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
95912026-08-11T22:35:51.521Z[ host-image] Aug 11 22:35:50.638 INFO O| Aug 11 22:35:50.638 INFO STEP 57 (remove_files) COMPLETE
95922026-08-11T22:35:51.521Z[ host-image] Aug 11 22:35:50.638 INFO O| Aug 11 22:35:50.638 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-08-11T22:35:51.526Z[ host-image] Aug 11 22:35:50.647 INFO O| Aug 11 22:35:50.647 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
95942026-08-11T22:35:51.530Z[ host-image] Aug 11 22:35:50.647 INFO O| Aug 11 22:35:50.647 INFO STEP 58 (remove_files) COMPLETE
95952026-08-11T22:35:51.530Z[ host-image] Aug 11 22:35:50.647 INFO O| Aug 11 22:35:50.647 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-08-11T22:35:51.534Z[ host-image] Aug 11 22:35:50.654 INFO O| Aug 11 22:35:50.654 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
95972026-08-11T22:35:51.534Z[ host-image] Aug 11 22:35:50.654 INFO O| Aug 11 22:35:50.654 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
95982026-08-11T22:35:51.534Z[ host-image] Aug 11 22:35:50.654 INFO O| Aug 11 22:35:50.654 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95992026-08-11T22:35:51.534Z[ host-image] Aug 11 22:35:50.654 INFO O| Aug 11 22:35:50.654 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96002026-08-11T22:35:51.534Z[ host-image] Aug 11 22:35:50.654 INFO O| Aug 11 22:35:50.654 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96012026-08-11T22:35:51.534Z[ host-image] Aug 11 22:35:50.654 INFO O| Aug 11 22:35:50.654 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96022026-08-11T22:35:51.535Z[ host-image] Aug 11 22:35:50.654 INFO O| Aug 11 22:35:50.654 INFO ok!
96032026-08-11T22:35:51.536Z[ host-image] Aug 11 22:35:50.654 INFO O| Aug 11 22:35:50.654 INFO STEP 59 (ensure_file) COMPLETE
96042026-08-11T22:35:51.536Z[ host-image] Aug 11 22:35:50.654 INFO O| Aug 11 22:35:50.654 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-08-11T22:35:51.539Z[ host-image] Aug 11 22:35:50.660 INFO O| Aug 11 22:35:50.660 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96062026-08-11T22:35:51.540Z[ host-image] Aug 11 22:35:50.660 INFO O| Aug 11 22:35:50.660 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96072026-08-11T22:35:51.540Z[ host-image] Aug 11 22:35:50.660 INFO O| Aug 11 22:35:50.660 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96082026-08-11T22:35:51.540Z[ host-image] Aug 11 22:35:50.660 INFO O| Aug 11 22:35:50.660 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96092026-08-11T22:35:51.540Z[ host-image] Aug 11 22:35:50.660 INFO O| Aug 11 22:35:50.660 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96102026-08-11T22:35:51.540Z[ host-image] Aug 11 22:35:50.660 INFO O| Aug 11 22:35:50.660 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96112026-08-11T22:35:51.541Z[ host-image] Aug 11 22:35:50.660 INFO O| Aug 11 22:35:50.660 INFO ok!
96122026-08-11T22:35:51.541Z[ host-image] Aug 11 22:35:50.660 INFO O| Aug 11 22:35:50.660 INFO STEP 60 (ensure_file) COMPLETE
96132026-08-11T22:35:51.541Z[ host-image] Aug 11 22:35:50.660 INFO O| Aug 11 22:35:50.660 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96142026-08-11T22:35:51.545Z[ host-image] Aug 11 22:35:50.666 INFO O| Aug 11 22:35:50.666 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96152026-08-11T22:35:51.545Z[ host-image] Aug 11 22:35:50.666 INFO O| Aug 11 22:35:50.666 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96162026-08-11T22:35:51.548Z[ host-image] Aug 11 22:35:50.666 INFO O| Aug 11 22:35:50.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96172026-08-11T22:35:51.549Z[ host-image] Aug 11 22:35:50.666 INFO O| Aug 11 22:35:50.666 INFO ok!
96182026-08-11T22:35:51.549Z[ host-image] Aug 11 22:35:50.666 INFO O| Aug 11 22:35:50.666 INFO STEP 61 (ensure_file) COMPLETE
96192026-08-11T22:35:51.549Z[ host-image] Aug 11 22:35:50.666 INFO O| Aug 11 22:35:50.666 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96202026-08-11T22:35:51.553Z[ host-image] Aug 11 22:35:50.673 INFO O| Aug 11 22:35:50.673 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96212026-08-11T22:35:51.553Z[ host-image] Aug 11 22:35:50.673 INFO O| Aug 11 22:35:50.673 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96222026-08-11T22:35:51.553Z[ host-image] Aug 11 22:35:50.673 INFO O| Aug 11 22:35:50.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96232026-08-11T22:35:51.553Z[ host-image] Aug 11 22:35:50.673 INFO O| Aug 11 22:35:50.673 INFO ok!
96242026-08-11T22:35:51.553Z[ host-image] Aug 11 22:35:50.673 INFO O| Aug 11 22:35:50.673 INFO STEP 62 (ensure_file) COMPLETE
96252026-08-11T22:35:51.553Z[ host-image] Aug 11 22:35:50.673 INFO O| Aug 11 22:35:50.673 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96262026-08-11T22:35:51.559Z[ host-image] Aug 11 22:35:50.679 INFO O| Aug 11 22:35:50.679 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96272026-08-11T22:35:51.560Z[ host-image] Aug 11 22:35:50.679 INFO O| Aug 11 22:35:50.679 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96282026-08-11T22:35:51.563Z[ host-image] Aug 11 22:35:50.679 INFO O| Aug 11 22:35:50.679 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96292026-08-11T22:35:51.563Z[ host-image] Aug 11 22:35:50.679 INFO O| Aug 11 22:35:50.679 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96302026-08-11T22:35:51.563Z[ host-image] Aug 11 22:35:50.679 INFO O| Aug 11 22:35:50.679 INFO ok!
96312026-08-11T22:35:51.564Z[ host-image] Aug 11 22:35:50.679 INFO O| Aug 11 22:35:50.679 INFO STEP 63 (ensure_file) COMPLETE
96322026-08-11T22:35:51.564Z[ host-image] Aug 11 22:35:50.679 INFO O| Aug 11 22:35:50.679 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-08-11T22:35:51.567Z[ host-image] Aug 11 22:35:50.686 INFO O| Aug 11 22:35:50.686 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96342026-08-11T22:35:51.567Z[ host-image] Aug 11 22:35:50.686 INFO O| Aug 11 22:35:50.686 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96352026-08-11T22:35:51.567Z[ host-image] Aug 11 22:35:50.686 INFO O| Aug 11 22:35:50.686 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96362026-08-11T22:35:51.567Z[ host-image] Aug 11 22:35:50.686 INFO O| Aug 11 22:35:50.686 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96372026-08-11T22:35:51.567Z[ host-image] Aug 11 22:35:50.686 INFO O| Aug 11 22:35:50.686 INFO ok!
96382026-08-11T22:35:51.567Z[ host-image] Aug 11 22:35:50.686 INFO O| Aug 11 22:35:50.686 INFO STEP 64 (ensure_file) COMPLETE
96392026-08-11T22:35:51.567Z[ host-image] Aug 11 22:35:50.686 INFO O| Aug 11 22:35:50.686 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96402026-08-11T22:35:51.571Z[ host-image] Aug 11 22:35:50.692 INFO O| Aug 11 22:35:50.692 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96412026-08-11T22:35:51.572Z[ host-image] Aug 11 22:35:50.692 INFO O| Aug 11 22:35:50.692 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96422026-08-11T22:35:51.575Z[ host-image] Aug 11 22:35:50.692 INFO O| Aug 11 22:35:50.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96432026-08-11T22:35:51.575Z[ host-image] Aug 11 22:35:50.692 INFO O| Aug 11 22:35:50.692 INFO ok!
96442026-08-11T22:35:51.575Z[ host-image] Aug 11 22:35:50.692 INFO O| Aug 11 22:35:50.692 INFO STEP 65 (assemble_files) COMPLETE
96452026-08-11T22:35:51.576Z[ host-image] Aug 11 22:35:50.692 INFO O| Aug 11 22:35:50.692 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96462026-08-11T22:35:51.580Z[ host-image] Aug 11 22:35:50.699 INFO O| Aug 11 22:35:50.699 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96472026-08-11T22:35:51.580Z[ host-image] Aug 11 22:35:50.699 INFO O| Aug 11 22:35:50.699 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96482026-08-11T22:35:51.580Z[ host-image] Aug 11 22:35:50.699 INFO O| Aug 11 22:35:50.699 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96492026-08-11T22:35:51.580Z[ host-image] Aug 11 22:35:50.699 INFO O| Aug 11 22:35:50.699 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96502026-08-11T22:35:51.580Z[ host-image] Aug 11 22:35:50.699 INFO O| Aug 11 22:35:50.699 INFO ok!
96512026-08-11T22:35:51.580Z[ host-image] Aug 11 22:35:50.699 INFO O| Aug 11 22:35:50.699 INFO STEP 66 (ensure_file) COMPLETE
96522026-08-11T22:35:51.580Z[ host-image] Aug 11 22:35:50.699 INFO O| Aug 11 22:35:50.699 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96532026-08-11T22:35:51.584Z[ host-image] Aug 11 22:35:50.705 INFO O| Aug 11 22:35:50.705 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96542026-08-11T22:35:51.588Z[ host-image] Aug 11 22:35:50.705 INFO O| Aug 11 22:35:50.705 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96552026-08-11T22:35:51.588Z[ host-image] Aug 11 22:35:50.705 INFO O| Aug 11 22:35:50.705 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96562026-08-11T22:35:51.588Z[ host-image] Aug 11 22:35:50.705 INFO O| Aug 11 22:35:50.705 INFO STEP 67 (ensure_dir) COMPLETE
96572026-08-11T22:35:51.588Z[ host-image] Aug 11 22:35:50.705 INFO O| Aug 11 22:35:50.705 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96582026-08-11T22:35:51.595Z[ host-image] Aug 11 22:35:50.715 INFO O| Aug 11 22:35:50.715 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96592026-08-11T22:35:51.595Z[ host-image] Aug 11 22:35:50.715 INFO O| Aug 11 22:35:50.715 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 ...
96602026-08-11T22:35:51.600Z[ host-image] Aug 11 22:35:50.721 INFO O| Aug 11 22:35:50.721 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
96612026-08-11T22:35:51.600Z[ host-image] Aug 11 22:35:50.721 INFO O| Aug 11 22:35:50.721 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96622026-08-11T22:35:51.600Z[ host-image] Aug 11 22:35:50.721 INFO O| Aug 11 22:35:50.721 INFO ok!
96632026-08-11T22:35:51.603Z[ host-image] Aug 11 22:35:50.721 INFO O| Aug 11 22:35:50.721 INFO STEP 68 (ensure_file) COMPLETE
96642026-08-11T22:35:51.603Z[ host-image] Aug 11 22:35:50.721 INFO O| Aug 11 22:35:50.721 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96652026-08-11T22:35:51.609Z[ host-image] Aug 11 22:35:50.730 INFO O| Aug 11 22:35:50.730 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96662026-08-11T22:35:51.610Z[ host-image] Aug 11 22:35:50.730 INFO O| Aug 11 22:35:50.730 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 ...
96672026-08-11T22:35:51.613Z[ host-image] Aug 11 22:35:50.730 INFO O| Aug 11 22:35:50.730 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
96682026-08-11T22:35:51.613Z[ host-image] Aug 11 22:35:50.730 INFO O| Aug 11 22:35:50.730 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96692026-08-11T22:35:51.613Z[ host-image] Aug 11 22:35:50.730 INFO O| Aug 11 22:35:50.730 INFO ok!
96702026-08-11T22:35:51.613Z[ host-image] Aug 11 22:35:50.730 INFO O| Aug 11 22:35:50.730 INFO STEP 69 (ensure_file) COMPLETE
96712026-08-11T22:35:51.613Z[ host-image] Aug 11 22:35:50.730 INFO O| Aug 11 22:35:50.730 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96722026-08-11T22:35:51.620Z[ host-image] Aug 11 22:35:50.741 INFO O| Aug 11 22:35:50.741 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96732026-08-11T22:35:51.620Z[ host-image] Aug 11 22:35:50.741 INFO O| Aug 11 22:35:50.741 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96742026-08-11T22:35:53.224Z[ host-image] Aug 11 22:35:52.345 INFO O| Aug 11 22:35:52.345 INFO STEP 70 (pack_tar) COMPLETE
96752026-08-11T22:35:53.224Z[ host-image] Aug 11 22:35:52.345 INFO O| Aug 11 22:35:52.345 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96762026-08-11T22:35:53.229Z[ host-image] Aug 11 22:35:52.345 INFO O| Aug 11 22:35:52.345 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96772026-08-11T22:35:53.547Z[ host-image] Aug 11 22:35:52.667 INFO O| Aug 11 22:35:52.667 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96782026-08-11T22:35:53.699Z[ host-image] Aug 11 22:35:52.748 INFO O| Aug 11 22:35:52.748 INFO completed processing sled/ramdisk-02-trim
96792026-08-11T22:35:53.703Z[ host-image] Aug 11 22:35:52.750 INFO image builder template: zfs...
96802026-08-11T22:35:53.703Z[ host-image] Aug 11 22:35:52.750 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/.tmpWfc2Q9/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
96812026-08-11T22:35:53.703Z[ host-image] Aug 11 22:35:52.762 INFO O| Aug 11 22:35:52.762 INFO skip include "stress" because feature "stress" is not enabled
96822026-08-11T22:35:53.703Z[ host-image] Aug 11 22:35:52.762 INFO O| Aug 11 22:35:52.762 INFO skip include "stress" because feature "compliance" is not enabled
96832026-08-11T22:35:53.703Z[ host-image] Aug 11 22:35:52.792 INFO O| Aug 11 22:35:52.792 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96842026-08-11T22:35:53.703Z[ host-image] Aug 11 22:35:52.796 INFO O| Aug 11 22:35:52.796 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96852026-08-11T22:35:53.824Z[ host-image] Aug 11 22:35:52.923 INFO O| Aug 11 22:35:52.923 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
96862026-08-11T22:35:53.935Z[ host-image] Aug 11 22:35:53.044 INFO O| Aug 11 22:35:53.044 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
96872026-08-11T22:35:53.935Z[ host-image] Aug 11 22:35:53.044 INFO O| Aug 11 22:35:53.044 INFO work dataset: rpool/images/build/host/work/sled/zfs
96882026-08-11T22:35:53.940Z[ host-image] Aug 11 22:35:53.048 INFO O| Aug 11 22:35:53.048 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
96892026-08-11T22:35:54.058Z[ host-image] Aug 11 22:35:53.176 INFO O| Aug 11 22:35:53.176 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
96902026-08-11T22:35:54.114Z[ host-image] Aug 11 22:35:53.235 INFO O| Aug 11 22:35:53.235 INFO DESTROY POOL: TEMPORARY-sled-zfs
96912026-08-11T22:35:54.124Z[ host-image] Aug 11 22:35:53.245 INFO O| Aug 11 22:35:53.245 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
96922026-08-11T22:35:54.156Z[ host-image] Aug 11 22:35:53.250 INFO O| Aug 11 22:35:53.250 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
96932026-08-11T22:35:54.156Z[ host-image] Aug 11 22:35:53.250 INFO O| Aug 11 22:35:53.250 INFO no lofi found
96942026-08-11T22:35:54.156Z[ host-image] Aug 11 22:35:53.250 INFO O| Aug 11 22:35:53.250 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
96952026-08-11T22:35:54.156Z[ host-image] Aug 11 22:35:53.250 INFO O| Aug 11 22:35:53.250 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
96962026-08-11T22:35:55.349Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
96972026-08-11T22:35:55.881Z[ host-image] Aug 11 22:35:55.001 INFO O| Aug 11 22:35:55.001 INFO lofi device = /dev/dsk/c2t1d0p0
96982026-08-11T22:35:55.881Z[ host-image] Aug 11 22:35:55.001 INFO O| Aug 11 22:35:55.001 INFO pool device = /dev/dsk/c2t1d0p0
96992026-08-11T22:35:55.881Z[ host-image] Aug 11 22:35:55.001 INFO O| Aug 11 22:35:55.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"]
97002026-08-11T22:35:55.968Z[ host-image] Aug 11 22:35:55.088 INFO O| Aug 11 22:35:55.088 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97012026-08-11T22:35:55.969Z[ host-image] Aug 11 22:35:55.088 INFO O| Aug 11 22:35:55.088 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97022026-08-11T22:35:55.988Z[ host-image] Aug 11 22:35:55.107 INFO O| Aug 11 22:35:55.107 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97032026-08-11T22:35:56.041Z[ host-image] Aug 11 22:35:55.159 INFO O| Aug 11 22:35:55.159 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97042026-08-11T22:35:56.071Z[ host-image] Aug 11 22:35:55.189 INFO O| Aug 11 22:35:55.189 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97052026-08-11T22:35:56.088Z[ host-image] Aug 11 22:35:55.205 INFO O| Aug 11 22:35:55.205 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97062026-08-11T22:35:56.098Z[ host-image] Aug 11 22:35:55.217 INFO O| Aug 11 22:35:55.217 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97072026-08-11T22:35:56.137Z[ host-image] Aug 11 22:35:55.256 INFO O| Aug 11 22:35:55.256 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97082026-08-11T22:35:56.137Z[ host-image] Aug 11 22:35:55.256 INFO O| Aug 11 22:35:55.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97092026-08-11T22:35:56.137Z[ host-image] Aug 11 22:35:55.256 INFO O| Aug 11 22:35:55.256 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97102026-08-11T22:35:56.145Z[ host-image] Aug 11 22:35:55.265 INFO O| Aug 11 22:35:55.265 INFO boot environment UUID: 1a657c9d-11f4-45a5-ab5f-49abc49d2a3c
97112026-08-11T22:35:56.145Z[ host-image] Aug 11 22:35:55.265 INFO O| Aug 11 22:35:55.265 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 1a657c9d-11f4-45a5-ab5f-49abc49d2a3c
97122026-08-11T22:35:56.158Z[ host-image] Aug 11 22:35:55.278 INFO O| Aug 11 22:35:55.278 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97132026-08-11T22:35:56.175Z[ host-image] Aug 11 22:35:55.291 INFO O| Aug 11 22:35:55.291 INFO STEP 0 (create_be) COMPLETE
97142026-08-11T22:35:56.175Z[ host-image] Aug 11 22:35:55.291 INFO O| Aug 11 22:35:55.291 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97152026-08-11T22:35:56.188Z[ host-image] Aug 11 22:35:55.307 INFO O| Aug 11 22:35:55.307 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97162026-08-11T22:36:06.219Z[ host-image] Aug 11 22:36:05.339 INFO O| Aug 11 22:36:05.339 INFO STEP 1 (unpack_tar) COMPLETE
97172026-08-11T22:36:06.219Z[ host-image] Aug 11 22:36:05.339 INFO O| Aug 11 22:36:05.339 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97182026-08-11T22:36:06.230Z[ host-image] Aug 11 22:36:05.350 INFO O| Aug 11 22:36:05.350 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97192026-08-11T22:36:06.569Z[ host-image] Aug 11 22:36:05.689 INFO O| Aug 11 22:36:05.689 INFO STEP 2 (devfsadm) COMPLETE
97202026-08-11T22:36:06.569Z[ host-image] Aug 11 22:36:05.689 INFO O| Aug 11 22:36:05.689 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97212026-08-11T22:36:06.577Z[ host-image] Aug 11 22:36:05.698 INFO O| Aug 11 22:36:05.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97222026-08-11T22:36:06.581Z[ host-image] Aug 11 22:36:05.698 INFO O| Aug 11 22:36:05.698 INFO STEP 3 (ensure_dir) COMPLETE
97232026-08-11T22:36:06.581Z[ host-image] Aug 11 22:36:05.698 INFO O| Aug 11 22:36:05.698 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97242026-08-11T22:36:06.585Z[ host-image] Aug 11 22:36:05.706 INFO O| Aug 11 22:36:05.706 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97252026-08-11T22:36:06.589Z[ host-image] Aug 11 22:36:05.706 INFO O| Aug 11 22:36:05.706 INFO STEP 4 (ensure_dir) COMPLETE
97262026-08-11T22:36:06.589Z[ host-image] Aug 11 22:36:05.706 INFO O| Aug 11 22:36:05.706 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97272026-08-11T22:36:06.593Z[ host-image] Aug 11 22:36:05.714 INFO O| Aug 11 22:36:05.714 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97282026-08-11T22:36:06.595Z[ host-image] Aug 11 22:36:05.714 INFO O| Aug 11 22:36:05.714 INFO STEP 5 (ensure_dir) COMPLETE
97292026-08-11T22:36:06.599Z[ host-image] Aug 11 22:36:05.714 INFO O| Aug 11 22:36:05.714 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97302026-08-11T22:36:06.603Z[ host-image] Aug 11 22:36:05.721 INFO O| Aug 11 22:36:05.721 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97312026-08-11T22:36:06.603Z[ host-image] Aug 11 22:36:05.721 INFO O| Aug 11 22:36:05.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97322026-08-11T22:36:06.603Z[ host-image] Aug 11 22:36:05.721 INFO O| Aug 11 22:36:05.721 INFO STEP 6 (ensure_dir) COMPLETE
97332026-08-11T22:36:06.603Z[ host-image] Aug 11 22:36:05.721 INFO O| Aug 11 22:36:05.721 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97342026-08-11T22:36:06.608Z[ host-image] Aug 11 22:36:05.729 INFO O| Aug 11 22:36:05.729 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97352026-08-11T22:36:06.608Z[ host-image] Aug 11 22:36:05.729 INFO O| Aug 11 22:36:05.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97362026-08-11T22:36:06.611Z[ host-image] Aug 11 22:36:05.729 INFO O| Aug 11 22:36:05.729 INFO STEP 7 (ensure_dir) COMPLETE
97372026-08-11T22:36:06.611Z[ host-image] Aug 11 22:36:05.729 INFO O| Aug 11 22:36:05.729 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97382026-08-11T22:36:06.615Z[ host-image] Aug 11 22:36:05.736 INFO O| Aug 11 22:36:05.736 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97392026-08-11T22:36:06.619Z[ host-image] Aug 11 22:36:05.737 INFO O| Aug 11 22:36:05.737 INFO STEP 8 (remove_files) COMPLETE
97402026-08-11T22:36:06.619Z[ host-image] Aug 11 22:36:05.737 INFO O| Aug 11 22:36:05.737 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97412026-08-11T22:36:06.623Z[ host-image] Aug 11 22:36:05.743 INFO O| Aug 11 22:36:05.743 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97422026-08-11T22:36:06.626Z[ host-image] Aug 11 22:36:05.744 INFO O| Aug 11 22:36:05.744 INFO STEP 9 (remove_files) COMPLETE
97432026-08-11T22:36:06.627Z[ host-image] Aug 11 22:36:05.744 INFO O| Aug 11 22:36:05.744 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97442026-08-11T22:36:06.630Z[ host-image] Aug 11 22:36:05.751 INFO O| Aug 11 22:36:05.751 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97452026-08-11T22:36:06.634Z[ host-image] Aug 11 22:36:05.752 INFO O| Aug 11 22:36:05.752 INFO STEP 10 (remove_files) COMPLETE
97462026-08-11T22:36:06.634Z[ host-image] Aug 11 22:36:05.752 INFO O| Aug 11 22:36:05.752 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97472026-08-11T22:36:06.642Z[ host-image] Aug 11 22:36:05.763 INFO O| Aug 11 22:36:05.763 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97482026-08-11T22:36:06.642Z[ host-image] Aug 11 22:36:05.763 INFO O| Aug 11 22:36:05.763 INFO STEP 11 (remove_files) COMPLETE
97492026-08-11T22:36:06.642Z[ host-image] Aug 11 22:36:05.763 INFO O| Aug 11 22:36:05.763 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97502026-08-11T22:36:06.651Z[ host-image] Aug 11 22:36:05.772 INFO O| Aug 11 22:36:05.772 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97512026-08-11T22:36:06.651Z[ host-image] Aug 11 22:36:05.772 INFO O| Aug 11 22:36:05.772 INFO STEP 12 (remove_files) COMPLETE
97522026-08-11T22:36:06.655Z[ host-image] Aug 11 22:36:05.772 INFO O| Aug 11 22:36:05.772 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97532026-08-11T22:36:06.661Z[ host-image] Aug 11 22:36:05.782 INFO O| Aug 11 22:36:05.782 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97542026-08-11T22:36:06.661Z[ host-image] Aug 11 22:36:05.782 INFO O| Aug 11 22:36:05.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97552026-08-11T22:36:06.665Z[ host-image] Aug 11 22:36:05.782 INFO O| Aug 11 22:36:05.782 INFO STEP 13 (ensure_dir) COMPLETE
97562026-08-11T22:36:06.665Z[ host-image] Aug 11 22:36:05.782 INFO O| Aug 11 22:36:05.782 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97572026-08-11T22:36:06.670Z[ host-image] Aug 11 22:36:05.790 INFO O| Aug 11 22:36:05.790 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97582026-08-11T22:36:06.670Z[ host-image] Aug 11 22:36:05.791 INFO O| Aug 11 22:36:05.790 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97592026-08-11T22:36:06.673Z[ host-image] Aug 11 22:36:05.791 INFO O| Aug 11 22:36:05.791 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97602026-08-11T22:36:06.673Z[ host-image] Aug 11 22:36:05.791 INFO O| Aug 11 22:36:05.791 INFO STEP 14 (ensure_dir) COMPLETE
97612026-08-11T22:36:06.673Z[ host-image] Aug 11 22:36:05.791 INFO O| Aug 11 22:36:05.791 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97622026-08-11T22:36:06.679Z[ host-image] Aug 11 22:36:05.799 INFO O| Aug 11 22:36:05.799 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97632026-08-11T22:36:06.679Z[ host-image] Aug 11 22:36:05.800 INFO O| Aug 11 22:36:05.799 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97642026-08-11T22:36:06.679Z[ host-image] Aug 11 22:36:05.800 INFO O| Aug 11 22:36:05.799 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97652026-08-11T22:36:06.679Z[ host-image] Aug 11 22:36:05.800 INFO O| Aug 11 22:36:05.799 INFO STEP 15 (ensure_dir) COMPLETE
97662026-08-11T22:36:06.682Z[ host-image] Aug 11 22:36:05.800 INFO O| Aug 11 22:36:05.799 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97672026-08-11T22:36:06.687Z[ host-image] Aug 11 22:36:05.808 INFO O| Aug 11 22:36:05.808 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97682026-08-11T22:36:06.691Z[ host-image] Aug 11 22:36:05.808 INFO O| Aug 11 22:36:05.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97692026-08-11T22:36:06.691Z[ host-image] Aug 11 22:36:05.808 INFO O| Aug 11 22:36:05.808 INFO STEP 16 (ensure_dir) COMPLETE
97702026-08-11T22:36:06.691Z[ host-image] Aug 11 22:36:05.808 INFO O| Aug 11 22:36:05.808 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97712026-08-11T22:36:06.697Z[ host-image] Aug 11 22:36:05.818 INFO O| Aug 11 22:36:05.818 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97722026-08-11T22:36:06.701Z[ host-image] Aug 11 22:36:05.818 INFO O| Aug 11 22:36:05.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97732026-08-11T22:36:06.701Z[ host-image] Aug 11 22:36:05.818 INFO O| Aug 11 22:36:05.818 INFO STEP 17 (ensure_dir) COMPLETE
97742026-08-11T22:36:06.702Z[ host-image] Aug 11 22:36:05.818 INFO O| Aug 11 22:36:05.818 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97752026-08-11T22:36:06.706Z[ host-image] Aug 11 22:36:05.827 INFO O| Aug 11 22:36:05.827 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97762026-08-11T22:36:06.706Z[ host-image] Aug 11 22:36:05.827 INFO O| Aug 11 22:36:05.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97772026-08-11T22:36:06.710Z[ host-image] Aug 11 22:36:05.827 INFO O| Aug 11 22:36:05.827 INFO ok!
97782026-08-11T22:36:06.710Z[ host-image] Aug 11 22:36:05.827 INFO O| Aug 11 22:36:05.827 INFO STEP 18 (ensure_symlink) COMPLETE
97792026-08-11T22:36:06.710Z[ host-image] Aug 11 22:36:05.827 INFO O| Aug 11 22:36:05.827 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97802026-08-11T22:36:06.715Z[ host-image] Aug 11 22:36:05.836 INFO O| Aug 11 22:36:05.836 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97812026-08-11T22:36:06.719Z[ host-image] Aug 11 22:36:05.836 INFO O| Aug 11 22:36:05.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
97822026-08-11T22:36:06.719Z[ host-image] Aug 11 22:36:05.836 INFO O| Aug 11 22:36:05.836 INFO ok!
97832026-08-11T22:36:06.719Z[ host-image] Aug 11 22:36:05.836 INFO O| Aug 11 22:36:05.836 INFO STEP 19 (ensure_file) COMPLETE
97842026-08-11T22:36:06.719Z[ host-image] Aug 11 22:36:05.836 INFO O| Aug 11 22:36:05.836 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97852026-08-11T22:36:06.725Z[ host-image] Aug 11 22:36:05.844 INFO O| Aug 11 22:36:05.844 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
97862026-08-11T22:36:06.725Z[ host-image] Aug 11 22:36:05.844 INFO O| Aug 11 22:36:05.844 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
97872026-08-11T22:36:06.729Z[ host-image] Aug 11 22:36:05.844 INFO O| Aug 11 22:36:05.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
97882026-08-11T22:36:06.729Z[ host-image] Aug 11 22:36:05.844 INFO O| Aug 11 22:36:05.844 INFO ok!
97892026-08-11T22:36:06.730Z[ host-image] Aug 11 22:36:05.844 INFO O| Aug 11 22:36:05.844 INFO STEP 20 (ensure_symlink) COMPLETE
97902026-08-11T22:36:06.730Z[ host-image] Aug 11 22:36:05.844 INFO O| Aug 11 22:36:05.844 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97912026-08-11T22:36:06.733Z[ host-image] Aug 11 22:36:05.852 INFO O| Aug 11 22:36:05.852 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
97922026-08-11T22:36:06.734Z[ host-image] Aug 11 22:36:05.852 INFO O| Aug 11 22:36:05.852 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
97932026-08-11T22:36:06.734Z[ host-image] Aug 11 22:36:05.852 INFO O| Aug 11 22:36:05.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
97942026-08-11T22:36:06.735Z[ host-image] Aug 11 22:36:05.852 INFO O| Aug 11 22:36:05.852 INFO ok!
97952026-08-11T22:36:06.735Z[ host-image] Aug 11 22:36:05.852 INFO O| Aug 11 22:36:05.852 INFO STEP 21 (ensure_symlink) COMPLETE
97962026-08-11T22:36:06.735Z[ host-image] Aug 11 22:36:05.852 INFO O| Aug 11 22:36:05.852 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97972026-08-11T22:36:06.742Z[ host-image] Aug 11 22:36:05.862 INFO O| Aug 11 22:36:05.862 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
97982026-08-11T22:36:06.742Z[ host-image] Aug 11 22:36:05.862 INFO O| Aug 11 22:36:05.862 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
97992026-08-11T22:36:06.745Z[ host-image] Aug 11 22:36:05.862 INFO O| Aug 11 22:36:05.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98002026-08-11T22:36:06.745Z[ host-image] Aug 11 22:36:05.862 INFO O| Aug 11 22:36:05.862 INFO ok!
98012026-08-11T22:36:06.745Z[ host-image] Aug 11 22:36:05.862 INFO O| Aug 11 22:36:05.862 INFO STEP 22 (ensure_symlink) COMPLETE
98022026-08-11T22:36:06.745Z[ host-image] Aug 11 22:36:05.862 INFO O| Aug 11 22:36:05.862 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98032026-08-11T22:36:06.750Z[ host-image] Aug 11 22:36:05.871 INFO O| Aug 11 22:36:05.871 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98042026-08-11T22:36:06.750Z[ host-image] Aug 11 22:36:05.871 INFO O| Aug 11 22:36:05.871 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98052026-08-11T22:36:06.754Z[ host-image] Aug 11 22:36:05.871 INFO O| Aug 11 22:36:05.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98062026-08-11T22:36:06.754Z[ host-image] Aug 11 22:36:05.871 INFO O| Aug 11 22:36:05.871 INFO ok!
98072026-08-11T22:36:06.754Z[ host-image] Aug 11 22:36:05.871 INFO O| Aug 11 22:36:05.871 INFO STEP 23 (ensure_symlink) COMPLETE
98082026-08-11T22:36:06.754Z[ host-image] Aug 11 22:36:05.871 INFO O| Aug 11 22:36:05.871 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98092026-08-11T22:36:06.760Z[ host-image] Aug 11 22:36:05.881 INFO O| Aug 11 22:36:05.881 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98102026-08-11T22:36:06.760Z[ host-image] Aug 11 22:36:05.881 INFO O| Aug 11 22:36:05.881 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98112026-08-11T22:36:06.761Z[ host-image] Aug 11 22:36:05.881 INFO O| Aug 11 22:36:05.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98122026-08-11T22:36:06.764Z[ host-image] Aug 11 22:36:05.881 INFO O| Aug 11 22:36:05.881 INFO ok!
98132026-08-11T22:36:06.764Z[ host-image] Aug 11 22:36:05.881 INFO O| Aug 11 22:36:05.881 INFO STEP 24 (ensure_file) COMPLETE
98142026-08-11T22:36:06.764Z[ host-image] Aug 11 22:36:05.881 INFO O| Aug 11 22:36:05.881 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98152026-08-11T22:36:06.768Z[ host-image] Aug 11 22:36:05.889 INFO O| Aug 11 22:36:05.889 INFO updating shadow file
98162026-08-11T22:36:06.772Z[ host-image] Aug 11 22:36:05.889 INFO O| Aug 11 22:36:05.889 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98172026-08-11T22:36:06.772Z[ host-image] Aug 11 22:36:05.889 INFO O| Aug 11 22:36:05.889 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98182026-08-11T22:36:06.772Z[ host-image] Aug 11 22:36:05.889 INFO O| Aug 11 22:36:05.889 INFO STEP 25 (shadow) COMPLETE
98192026-08-11T22:36:06.772Z[ host-image] Aug 11 22:36:05.889 INFO O| Aug 11 22:36:05.889 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98202026-08-11T22:36:06.776Z[ host-image] Aug 11 22:36:05.897 INFO O| Aug 11 22:36:05.897 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98212026-08-11T22:36:06.776Z[ host-image] Aug 11 22:36:05.897 INFO O| Aug 11 22:36:05.897 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98222026-08-11T22:36:06.776Z[ host-image] Aug 11 22:36:05.897 INFO O| Aug 11 22:36:05.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98232026-08-11T22:36:06.776Z[ host-image] Aug 11 22:36:05.897 INFO O| Aug 11 22:36:05.897 INFO ok!
98242026-08-11T22:36:06.776Z[ host-image] Aug 11 22:36:05.897 INFO O| Aug 11 22:36:05.897 INFO STEP 26 (ensure_file) COMPLETE
98252026-08-11T22:36:06.777Z[ host-image] Aug 11 22:36:05.897 INFO O| Aug 11 22:36:05.897 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98262026-08-11T22:36:06.785Z[ host-image] Aug 11 22:36:05.906 INFO O| Aug 11 22:36:05.906 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98272026-08-11T22:36:06.785Z[ host-image] Aug 11 22:36:05.906 INFO O| Aug 11 22:36:05.906 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98282026-08-11T22:36:06.785Z[ host-image] Aug 11 22:36:05.906 INFO O| Aug 11 22:36:05.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98292026-08-11T22:36:06.785Z[ host-image] Aug 11 22:36:05.906 INFO O| Aug 11 22:36:05.906 INFO ok!
98302026-08-11T22:36:06.789Z[ host-image] Aug 11 22:36:05.906 INFO O| Aug 11 22:36:05.906 INFO STEP 27 (ensure_file) COMPLETE
98312026-08-11T22:36:06.789Z[ host-image] Aug 11 22:36:05.906 INFO O| Aug 11 22:36:05.906 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98322026-08-11T22:36:06.795Z[ host-image] Aug 11 22:36:05.915 INFO O| Aug 11 22:36:05.915 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98332026-08-11T22:36:06.795Z[ host-image] Aug 11 22:36:05.915 INFO O| Aug 11 22:36:05.915 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98342026-08-11T22:36:06.798Z[ host-image] Aug 11 22:36:05.915 INFO O| Aug 11 22:36:05.915 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98352026-08-11T22:36:06.798Z[ host-image] Aug 11 22:36:05.915 INFO O| Aug 11 22:36:05.915 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98362026-08-11T22:36:06.799Z[ host-image] Aug 11 22:36:05.915 INFO O| Aug 11 22:36:05.915 INFO ok!
98372026-08-11T22:36:06.799Z[ host-image] Aug 11 22:36:05.915 INFO O| Aug 11 22:36:05.915 INFO STEP 28 (ensure_file) COMPLETE
98382026-08-11T22:36:06.799Z[ host-image] Aug 11 22:36:05.915 INFO O| Aug 11 22:36:05.915 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98392026-08-11T22:36:06.802Z[ host-image] Aug 11 22:36:05.923 INFO O| Aug 11 22:36:05.923 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98402026-08-11T22:36:06.802Z[ host-image] Aug 11 22:36:05.923 INFO O| Aug 11 22:36:05.923 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98412026-08-11T22:36:06.803Z[ host-image] Aug 11 22:36:05.923 INFO O| Aug 11 22:36:05.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98422026-08-11T22:36:06.803Z[ host-image] Aug 11 22:36:05.923 INFO O| Aug 11 22:36:05.923 INFO ok!
98432026-08-11T22:36:06.806Z[ host-image] Aug 11 22:36:05.923 INFO O| Aug 11 22:36:05.923 INFO STEP 29 (ensure_file) COMPLETE
98442026-08-11T22:36:06.806Z[ host-image] Aug 11 22:36:05.923 INFO O| Aug 11 22:36:05.923 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98452026-08-11T22:36:06.811Z[ host-image] Aug 11 22:36:05.932 INFO O| Aug 11 22:36:05.932 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98462026-08-11T22:36:06.815Z[ host-image] Aug 11 22:36:05.932 INFO O| Aug 11 22:36:05.932 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98472026-08-11T22:36:06.815Z[ host-image] Aug 11 22:36:05.932 INFO O| Aug 11 22:36:05.932 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98482026-08-11T22:36:06.816Z[ host-image] Aug 11 22:36:05.932 INFO O| Aug 11 22:36:05.932 INFO STEP 30 (ensure_dir) COMPLETE
98492026-08-11T22:36:06.816Z[ host-image] Aug 11 22:36:05.932 INFO O| Aug 11 22:36:05.932 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98502026-08-11T22:36:06.820Z[ host-image] Aug 11 22:36:05.941 INFO O| Aug 11 22:36:05.941 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98512026-08-11T22:36:06.820Z[ host-image] Aug 11 22:36:05.941 INFO O| Aug 11 22:36:05.941 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98522026-08-11T22:36:06.824Z[ host-image] Aug 11 22:36:05.941 INFO O| Aug 11 22:36:05.941 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98532026-08-11T22:36:06.824Z[ host-image] Aug 11 22:36:05.941 INFO O| Aug 11 22:36:05.941 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98542026-08-11T22:36:06.824Z[ host-image] Aug 11 22:36:05.941 INFO O| Aug 11 22:36:05.941 INFO ok!
98552026-08-11T22:36:06.824Z[ host-image] Aug 11 22:36:05.941 INFO O| Aug 11 22:36:05.941 INFO STEP 31 (ensure_file) COMPLETE
98562026-08-11T22:36:06.825Z[ host-image] Aug 11 22:36:05.941 INFO O| Aug 11 22:36:05.941 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98572026-08-11T22:36:06.829Z[ host-image] Aug 11 22:36:05.950 INFO O| Aug 11 22:36:05.950 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98582026-08-11T22:36:06.829Z[ host-image] Aug 11 22:36:05.950 INFO O| Aug 11 22:36:05.950 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98592026-08-11T22:36:06.832Z[ host-image] Aug 11 22:36:05.950 INFO O| Aug 11 22:36:05.950 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98602026-08-11T22:36:06.833Z[ host-image] Aug 11 22:36:05.950 INFO O| Aug 11 22:36:05.950 INFO STEP 32 (ensure_dir) COMPLETE
98612026-08-11T22:36:06.833Z[ host-image] Aug 11 22:36:05.950 INFO O| Aug 11 22:36:05.950 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98622026-08-11T22:36:06.837Z[ host-image] Aug 11 22:36:05.958 INFO O| Aug 11 22:36:05.958 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98632026-08-11T22:36:06.837Z[ host-image] Aug 11 22:36:05.958 INFO O| Aug 11 22:36:05.958 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 ...
98642026-08-11T22:36:06.838Z[ host-image] Aug 11 22:36:05.958 INFO O| Aug 11 22:36:05.958 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
98652026-08-11T22:36:06.838Z[ host-image] Aug 11 22:36:05.958 INFO O| Aug 11 22:36:05.958 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98662026-08-11T22:36:06.838Z[ host-image] Aug 11 22:36:05.958 INFO O| Aug 11 22:36:05.958 INFO ok!
98672026-08-11T22:36:06.838Z[ host-image] Aug 11 22:36:05.958 INFO O| Aug 11 22:36:05.958 INFO STEP 33 (ensure_file) COMPLETE
98682026-08-11T22:36:06.838Z[ host-image] Aug 11 22:36:05.958 INFO O| Aug 11 22:36:05.958 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98692026-08-11T22:36:06.846Z[ host-image] Aug 11 22:36:05.966 INFO O| Aug 11 22:36:05.966 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98702026-08-11T22:36:06.846Z[ host-image] Aug 11 22:36:05.966 INFO O| Aug 11 22:36:05.966 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98712026-08-11T22:36:06.846Z[ host-image] Aug 11 22:36:05.967 INFO O| Aug 11 22:36:05.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98722026-08-11T22:36:06.846Z[ host-image] Aug 11 22:36:05.967 INFO O| Aug 11 22:36:05.967 INFO ok!
98732026-08-11T22:36:06.850Z[ host-image] Aug 11 22:36:05.967 INFO O| Aug 11 22:36:05.967 INFO STEP 34 (ensure_file) COMPLETE
98742026-08-11T22:36:06.850Z[ host-image] Aug 11 22:36:05.967 INFO O| Aug 11 22:36:05.967 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98752026-08-11T22:36:06.854Z[ host-image] Aug 11 22:36:05.975 INFO O| Aug 11 22:36:05.975 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98762026-08-11T22:36:06.858Z[ host-image] Aug 11 22:36:05.975 INFO O| Aug 11 22:36:05.975 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98772026-08-11T22:36:06.858Z[ host-image] Aug 11 22:36:05.975 INFO O| Aug 11 22:36:05.975 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98782026-08-11T22:36:06.858Z[ host-image] Aug 11 22:36:05.975 INFO O| Aug 11 22:36:05.975 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98792026-08-11T22:36:06.858Z[ host-image] Aug 11 22:36:05.975 INFO O| Aug 11 22:36:05.975 INFO ok!
98802026-08-11T22:36:06.858Z[ host-image] Aug 11 22:36:05.975 INFO O| Aug 11 22:36:05.975 INFO STEP 35 (ensure_file) COMPLETE
98812026-08-11T22:36:06.859Z[ host-image] Aug 11 22:36:05.975 INFO O| Aug 11 22:36:05.975 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98822026-08-11T22:36:06.863Z[ host-image] Aug 11 22:36:05.984 INFO O| Aug 11 22:36:05.984 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
98832026-08-11T22:36:06.863Z[ host-image] Aug 11 22:36:05.984 INFO O| Aug 11 22:36:05.984 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
98842026-08-11T22:36:06.867Z[ host-image] Aug 11 22:36:05.984 INFO O| Aug 11 22:36:05.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
98852026-08-11T22:36:06.867Z[ host-image] Aug 11 22:36:05.984 INFO O| Aug 11 22:36:05.984 INFO ok!
98862026-08-11T22:36:06.867Z[ host-image] Aug 11 22:36:05.984 INFO O| Aug 11 22:36:05.984 INFO STEP 36 (ensure_file) COMPLETE
98872026-08-11T22:36:06.867Z[ host-image] Aug 11 22:36:05.984 INFO O| Aug 11 22:36:05.984 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98882026-08-11T22:36:06.873Z[ host-image] Aug 11 22:36:05.993 INFO O| Aug 11 22:36:05.993 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
98892026-08-11T22:36:06.873Z[ host-image] Aug 11 22:36:05.994 INFO O| Aug 11 22:36:05.993 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
98902026-08-11T22:36:06.877Z[ host-image] Aug 11 22:36:05.994 INFO O| Aug 11 22:36:05.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
98912026-08-11T22:36:06.877Z[ host-image] Aug 11 22:36:05.994 INFO O| Aug 11 22:36:05.994 INFO ok!
98922026-08-11T22:36:06.877Z[ host-image] Aug 11 22:36:05.994 INFO O| Aug 11 22:36:05.994 INFO STEP 37 (ensure_file) COMPLETE
98932026-08-11T22:36:06.877Z[ host-image] Aug 11 22:36:05.994 INFO O| Aug 11 22:36:05.994 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98942026-08-11T22:36:06.881Z[ host-image] Aug 11 22:36:06.002 INFO O| Aug 11 22:36:06.002 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
98952026-08-11T22:36:06.881Z[ host-image] Aug 11 22:36:06.002 INFO O| Aug 11 22:36:06.002 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
98962026-08-11T22:36:06.881Z[ host-image] Aug 11 22:36:06.002 INFO O| Aug 11 22:36:06.002 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98972026-08-11T22:36:06.884Z[ host-image] Aug 11 22:36:06.002 INFO O| Aug 11 22:36:06.002 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98982026-08-11T22:36:06.885Z[ host-image] Aug 11 22:36:06.002 INFO O| Aug 11 22:36:06.002 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98992026-08-11T22:36:06.885Z[ host-image] Aug 11 22:36:06.002 INFO O| Aug 11 22:36:06.002 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99002026-08-11T22:36:06.885Z[ host-image] Aug 11 22:36:06.002 INFO O| Aug 11 22:36:06.002 INFO ok!
99012026-08-11T22:36:06.885Z[ host-image] Aug 11 22:36:06.002 INFO O| Aug 11 22:36:06.002 INFO STEP 38 (ensure_file) COMPLETE
99022026-08-11T22:36:06.885Z[ host-image] Aug 11 22:36:06.002 INFO O| Aug 11 22:36:06.002 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99032026-08-11T22:36:06.890Z[ host-image] Aug 11 22:36:06.011 INFO O| Aug 11 22:36:06.011 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99042026-08-11T22:36:06.890Z[ host-image] Aug 11 22:36:06.011 INFO O| Aug 11 22:36:06.011 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99052026-08-11T22:36:06.897Z[ host-image] Aug 11 22:36:06.011 INFO O| Aug 11 22:36:06.011 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99062026-08-11T22:36:06.897Z[ host-image] Aug 11 22:36:06.011 INFO O| Aug 11 22:36:06.011 INFO STEP 39 (ensure_dir) COMPLETE
99072026-08-11T22:36:06.897Z[ host-image] Aug 11 22:36:06.011 INFO O| Aug 11 22:36:06.011 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99082026-08-11T22:36:06.901Z[ host-image] Aug 11 22:36:06.019 INFO O| Aug 11 22:36:06.019 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
99092026-08-11T22:36:06.901Z[ host-image] Aug 11 22:36:06.019 INFO O| Aug 11 22:36:06.019 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 ...
99102026-08-11T22:36:06.901Z[ host-image] Aug 11 22:36:06.019 INFO O| Aug 11 22:36:06.019 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
99112026-08-11T22:36:06.901Z[ host-image] Aug 11 22:36:06.019 INFO O| Aug 11 22:36:06.019 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
99122026-08-11T22:36:06.901Z[ host-image] Aug 11 22:36:06.019 INFO O| Aug 11 22:36:06.019 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
99132026-08-11T22:36:06.901Z[ host-image] Aug 11 22:36:06.019 INFO O| Aug 11 22:36:06.019 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
99142026-08-11T22:36:06.901Z[ host-image] Aug 11 22:36:06.019 INFO O| Aug 11 22:36:06.019 INFO ok!
99152026-08-11T22:36:06.901Z[ host-image] Aug 11 22:36:06.019 INFO O| Aug 11 22:36:06.019 INFO STEP 40 (ensure_file) COMPLETE
99162026-08-11T22:36:06.902Z[ host-image] Aug 11 22:36:06.019 INFO O| Aug 11 22:36:06.019 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99172026-08-11T22:36:06.908Z[ host-image] Aug 11 22:36:06.027 INFO O| Aug 11 22:36:06.027 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99182026-08-11T22:36:06.909Z[ host-image] Aug 11 22:36:06.027 INFO O| Aug 11 22:36:06.027 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 ...
99192026-08-11T22:36:06.912Z[ host-image] Aug 11 22:36:06.027 INFO O| Aug 11 22:36:06.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99202026-08-11T22:36:06.913Z[ host-image] Aug 11 22:36:06.027 INFO O| Aug 11 22:36:06.027 INFO ok!
99212026-08-11T22:36:06.913Z[ host-image] Aug 11 22:36:06.027 INFO O| Aug 11 22:36:06.027 INFO STEP 41 (ensure_symlink) COMPLETE
99222026-08-11T22:36:06.913Z[ host-image] Aug 11 22:36:06.027 INFO O| Aug 11 22:36:06.027 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99232026-08-11T22:36:06.916Z[ host-image] Aug 11 22:36:06.035 INFO O| Aug 11 22:36:06.035 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99242026-08-11T22:36:06.916Z[ host-image] Aug 11 22:36:06.035 INFO O| Aug 11 22:36:06.035 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99252026-08-11T22:36:06.917Z[ host-image] Aug 11 22:36:06.035 INFO O| Aug 11 22:36:06.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99262026-08-11T22:36:06.917Z[ host-image] Aug 11 22:36:06.035 INFO O| Aug 11 22:36:06.035 INFO ok!
99272026-08-11T22:36:06.917Z[ host-image] Aug 11 22:36:06.035 INFO O| Aug 11 22:36:06.035 INFO STEP 42 (ensure_symlink) COMPLETE
99282026-08-11T22:36:06.917Z[ host-image] Aug 11 22:36:06.035 INFO O| Aug 11 22:36:06.035 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99292026-08-11T22:36:06.923Z[ host-image] Aug 11 22:36:06.044 INFO O| Aug 11 22:36:06.044 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99302026-08-11T22:36:06.923Z[ host-image] Aug 11 22:36:06.044 INFO O| Aug 11 22:36:06.044 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99312026-08-11T22:36:06.927Z[ host-image] Aug 11 22:36:06.044 INFO O| Aug 11 22:36:06.044 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99322026-08-11T22:36:06.927Z[ host-image] Aug 11 22:36:06.044 INFO O| Aug 11 22:36:06.044 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99332026-08-11T22:36:06.928Z[ host-image] Aug 11 22:36:06.044 INFO O| Aug 11 22:36:06.044 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99342026-08-11T22:36:06.928Z[ host-image] Aug 11 22:36:06.044 INFO O| Aug 11 22:36:06.044 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99352026-08-11T22:36:06.928Z[ host-image] Aug 11 22:36:06.044 INFO O| Aug 11 22:36:06.044 INFO ok!
99362026-08-11T22:36:06.928Z[ host-image] Aug 11 22:36:06.044 INFO O| Aug 11 22:36:06.044 INFO STEP 43 (ensure_file) COMPLETE
99372026-08-11T22:36:06.928Z[ host-image] Aug 11 22:36:06.044 INFO O| Aug 11 22:36:06.044 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99382026-08-11T22:36:06.933Z[ host-image] Aug 11 22:36:06.053 INFO O| Aug 11 22:36:06.053 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99392026-08-11T22:36:06.933Z[ host-image] Aug 11 22:36:06.053 INFO O| Aug 11 22:36:06.053 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 ...
99402026-08-11T22:36:06.933Z[ host-image] Aug 11 22:36:06.053 INFO O| Aug 11 22:36:06.053 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
99412026-08-11T22:36:06.936Z[ host-image] Aug 11 22:36:06.053 INFO O| Aug 11 22:36:06.053 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99422026-08-11T22:36:06.936Z[ host-image] Aug 11 22:36:06.053 INFO O| Aug 11 22:36:06.053 INFO ok!
99432026-08-11T22:36:06.936Z[ host-image] Aug 11 22:36:06.053 INFO O| Aug 11 22:36:06.053 INFO STEP 44 (ensure_file) COMPLETE
99442026-08-11T22:36:06.936Z[ host-image] Aug 11 22:36:06.053 INFO O| Aug 11 22:36:06.053 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99452026-08-11T22:36:06.940Z[ host-image] Aug 11 22:36:06.061 INFO O| Aug 11 22:36:06.061 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99462026-08-11T22:36:06.940Z[ host-image] Aug 11 22:36:06.061 INFO O| Aug 11 22:36:06.061 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99472026-08-11T22:36:06.940Z[ host-image] Aug 11 22:36:06.061 INFO O| Aug 11 22:36:06.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99482026-08-11T22:36:06.944Z[ host-image] Aug 11 22:36:06.061 INFO O| Aug 11 22:36:06.061 INFO ok!
99492026-08-11T22:36:06.944Z[ host-image] Aug 11 22:36:06.061 INFO O| Aug 11 22:36:06.061 INFO STEP 45 (ensure_file) COMPLETE
99502026-08-11T22:36:06.945Z[ host-image] Aug 11 22:36:06.061 INFO O| Aug 11 22:36:06.061 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99512026-08-11T22:36:06.948Z[ host-image] Aug 11 22:36:06.067 INFO O| Aug 11 22:36:06.067 INFO updating shadow file
99522026-08-11T22:36:06.948Z[ host-image] Aug 11 22:36:06.067 INFO O| Aug 11 22:36:06.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99532026-08-11T22:36:06.948Z[ host-image] Aug 11 22:36:06.067 INFO O| Aug 11 22:36:06.067 INFO STEP 46 (shadow) COMPLETE
99542026-08-11T22:36:06.948Z[ host-image] Aug 11 22:36:06.067 INFO O| Aug 11 22:36:06.067 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99552026-08-11T22:36:06.953Z[ host-image] Aug 11 22:36:06.074 INFO O| Aug 11 22:36:06.074 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99562026-08-11T22:36:06.953Z[ host-image] Aug 11 22:36:06.074 INFO O| Aug 11 22:36:06.074 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99572026-08-11T22:36:06.953Z[ host-image] Aug 11 22:36:06.074 INFO O| Aug 11 22:36:06.074 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99582026-08-11T22:36:06.957Z[ host-image] Aug 11 22:36:06.074 INFO O| Aug 11 22:36:06.074 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99592026-08-11T22:36:06.957Z[ host-image] Aug 11 22:36:06.074 INFO O| Aug 11 22:36:06.074 INFO ok!
99602026-08-11T22:36:06.957Z[ host-image] Aug 11 22:36:06.074 INFO O| Aug 11 22:36:06.074 INFO STEP 47 (ensure_file) COMPLETE
99612026-08-11T22:36:06.957Z[ host-image] Aug 11 22:36:06.074 INFO O| Aug 11 22:36:06.074 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99622026-08-11T22:36:06.957Z[ host-image] Aug 11 22:36:06.074 INFO O| Aug 11 22:36:06.074 INFO skip step because feature "mfg" is not enabled
99632026-08-11T22:36:06.957Z[ host-image] Aug 11 22:36:06.074 INFO O| Aug 11 22:36:06.074 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99642026-08-11T22:36:06.958Z[ host-image] Aug 11 22:36:06.074 INFO O| Aug 11 22:36:06.074 INFO skip step because feature "mfg" is not enabled
99652026-08-11T22:36:06.958Z[ host-image] Aug 11 22:36:06.074 INFO O| Aug 11 22:36:06.074 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99662026-08-11T22:36:06.965Z[ host-image] Aug 11 22:36:06.085 INFO O| Aug 11 22:36:06.085 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99672026-08-11T22:36:06.965Z[ host-image] Aug 11 22:36:06.085 INFO O| Aug 11 22:36:06.085 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99682026-08-11T22:36:06.988Z[ host-image] Aug 11 22:36:06.109 INFO O| Aug 11 22:36:06.109 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99692026-08-11T22:36:06.988Z[ host-image] Aug 11 22:36:06.109 INFO O| Aug 11 22:36:06.109 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99702026-08-11T22:36:06.992Z[ host-image] Aug 11 22:36:06.109 INFO O| Aug 11 22:36:06.109 INFO ok!
99712026-08-11T22:36:06.992Z[ host-image] Aug 11 22:36:06.109 INFO O| Aug 11 22:36:06.109 INFO STEP 50 (ensure_file) COMPLETE
99722026-08-11T22:36:06.992Z[ host-image] Aug 11 22:36:06.109 INFO O| Aug 11 22:36:06.109 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99732026-08-11T22:36:06.992Z[ host-image] Aug 11 22:36:06.109 INFO O| Aug 11 22:36:06.109 INFO skip step because feature "compliance" is not enabled
99742026-08-11T22:36:06.992Z[ host-image] Aug 11 22:36:06.109 INFO O| Aug 11 22:36:06.109 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99752026-08-11T22:36:06.998Z[ host-image] Aug 11 22:36:06.119 INFO O| Aug 11 22:36:06.118 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99762026-08-11T22:36:06.998Z[ host-image] Aug 11 22:36:06.119 INFO O| Aug 11 22:36:06.118 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99772026-08-11T22:36:06.998Z[ host-image] Aug 11 22:36:06.119 INFO O| Aug 11 22:36:06.119 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99782026-08-11T22:36:07.002Z[ host-image] Aug 11 22:36:06.119 INFO O| Aug 11 22:36:06.119 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99792026-08-11T22:36:07.002Z[ host-image] Aug 11 22:36:06.119 INFO O| Aug 11 22:36:06.119 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99802026-08-11T22:36:07.003Z[ host-image] Aug 11 22:36:06.119 INFO O| Aug 11 22:36:06.119 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99812026-08-11T22:36:07.003Z[ host-image] Aug 11 22:36:06.119 INFO O| Aug 11 22:36:06.119 INFO ok!
99822026-08-11T22:36:07.003Z[ host-image] Aug 11 22:36:06.119 INFO O| Aug 11 22:36:06.119 INFO STEP 52 (ensure_file) COMPLETE
99832026-08-11T22:36:07.003Z[ host-image] Aug 11 22:36:06.119 INFO O| Aug 11 22:36:06.119 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99842026-08-11T22:36:07.008Z[ host-image] Aug 11 22:36:06.129 INFO O| Aug 11 22:36:06.129 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
99852026-08-11T22:36:07.009Z[ host-image] Aug 11 22:36:06.129 INFO O| Aug 11 22:36:06.129 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 ...
99862026-08-11T22:36:07.012Z[ host-image] Aug 11 22:36:06.129 INFO O| Aug 11 22:36:06.129 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
99872026-08-11T22:36:07.012Z[ host-image] Aug 11 22:36:06.129 INFO O| Aug 11 22:36:06.129 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
99882026-08-11T22:36:07.012Z[ host-image] Aug 11 22:36:06.129 INFO O| Aug 11 22:36:06.129 INFO ok!
99892026-08-11T22:36:07.012Z[ host-image] Aug 11 22:36:06.129 INFO O| Aug 11 22:36:06.129 INFO STEP 53 (ensure_file) COMPLETE
99902026-08-11T22:36:07.012Z[ host-image] Aug 11 22:36:06.129 INFO O| Aug 11 22:36:06.129 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99912026-08-11T22:36:07.016Z[ host-image] Aug 11 22:36:06.137 INFO O| Aug 11 22:36:06.137 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
99922026-08-11T22:36:07.020Z[ host-image] Aug 11 22:36:06.137 INFO O| Aug 11 22:36:06.137 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 ...
99932026-08-11T22:36:07.020Z[ host-image] Aug 11 22:36:06.137 INFO O| Aug 11 22:36:06.137 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99942026-08-11T22:36:07.020Z[ host-image] Aug 11 22:36:06.137 INFO O| Aug 11 22:36:06.137 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99952026-08-11T22:36:07.020Z[ host-image] Aug 11 22:36:06.137 INFO O| Aug 11 22:36:06.137 INFO ok!
99962026-08-11T22:36:07.020Z[ host-image] Aug 11 22:36:06.137 INFO O| Aug 11 22:36:06.137 INFO STEP 54 (ensure_file) COMPLETE
99972026-08-11T22:36:07.020Z[ host-image] Aug 11 22:36:06.137 INFO O| Aug 11 22:36:06.137 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99982026-08-11T22:36:07.024Z[ host-image] Aug 11 22:36:06.145 INFO O| Aug 11 22:36:06.145 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
99992026-08-11T22:36:07.024Z[ host-image] Aug 11 22:36:06.145 INFO O| Aug 11 22:36:06.145 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 ...
100002026-08-11T22:36:07.024Z[ host-image] Aug 11 22:36:06.145 INFO O| Aug 11 22:36:06.145 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
100012026-08-11T22:36:07.028Z[ host-image] Aug 11 22:36:06.145 INFO O| Aug 11 22:36:06.145 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100022026-08-11T22:36:07.028Z[ host-image] Aug 11 22:36:06.145 INFO O| Aug 11 22:36:06.145 INFO ok!
100032026-08-11T22:36:07.028Z[ host-image] Aug 11 22:36:06.145 INFO O| Aug 11 22:36:06.145 INFO STEP 55 (ensure_file) COMPLETE
100042026-08-11T22:36:07.028Z[ host-image] Aug 11 22:36:06.145 INFO O| Aug 11 22:36:06.145 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100052026-08-11T22:36:07.033Z[ host-image] Aug 11 22:36:06.153 INFO O| Aug 11 22:36:06.153 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100062026-08-11T22:36:07.034Z[ host-image] Aug 11 22:36:06.153 INFO O| Aug 11 22:36:06.153 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 ...
100072026-08-11T22:36:07.038Z[ host-image] Aug 11 22:36:06.153 INFO O| Aug 11 22:36:06.153 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100082026-08-11T22:36:07.038Z[ host-image] Aug 11 22:36:06.153 INFO O| Aug 11 22:36:06.153 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100092026-08-11T22:36:07.038Z[ host-image] Aug 11 22:36:06.153 INFO O| Aug 11 22:36:06.153 INFO ok!
100102026-08-11T22:36:07.038Z[ host-image] Aug 11 22:36:06.153 INFO O| Aug 11 22:36:06.153 INFO STEP 56 (ensure_file) COMPLETE
100112026-08-11T22:36:07.038Z[ host-image] Aug 11 22:36:06.153 INFO O| Aug 11 22:36:06.153 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100122026-08-11T22:36:07.042Z[ host-image] Aug 11 22:36:06.162 INFO O| Aug 11 22:36:06.161 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100132026-08-11T22:36:07.042Z[ host-image] Aug 11 22:36:06.162 INFO O| Aug 11 22:36:06.161 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 ...
100142026-08-11T22:36:07.042Z[ host-image] Aug 11 22:36:06.162 INFO O| Aug 11 22:36:06.162 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
100152026-08-11T22:36:07.042Z[ host-image] Aug 11 22:36:06.162 INFO O| Aug 11 22:36:06.162 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100162026-08-11T22:36:07.042Z[ host-image] Aug 11 22:36:06.162 INFO O| Aug 11 22:36:06.162 INFO ok!
100172026-08-11T22:36:07.042Z[ host-image] Aug 11 22:36:06.162 INFO O| Aug 11 22:36:06.162 INFO STEP 57 (ensure_file) COMPLETE
100182026-08-11T22:36:07.042Z[ host-image] Aug 11 22:36:06.162 INFO O| Aug 11 22:36:06.162 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100192026-08-11T22:36:07.049Z[ host-image] Aug 11 22:36:06.170 INFO O| Aug 11 22:36:06.170 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100202026-08-11T22:36:07.050Z[ host-image] Aug 11 22:36:06.170 INFO O| Aug 11 22:36:06.170 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 ...
100212026-08-11T22:36:07.053Z[ host-image] Aug 11 22:36:06.170 INFO O| Aug 11 22:36:06.170 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100222026-08-11T22:36:07.053Z[ host-image] Aug 11 22:36:06.170 INFO O| Aug 11 22:36:06.170 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100232026-08-11T22:36:07.053Z[ host-image] Aug 11 22:36:06.170 INFO O| Aug 11 22:36:06.170 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100242026-08-11T22:36:07.054Z[ host-image] Aug 11 22:36:06.170 INFO O| Aug 11 22:36:06.170 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100252026-08-11T22:36:07.054Z[ host-image] Aug 11 22:36:06.170 INFO O| Aug 11 22:36:06.170 INFO ok!
100262026-08-11T22:36:07.054Z[ host-image] Aug 11 22:36:06.170 INFO O| Aug 11 22:36:06.170 INFO STEP 58 (ensure_file) COMPLETE
100272026-08-11T22:36:07.054Z[ host-image] Aug 11 22:36:06.170 INFO O| Aug 11 22:36:06.170 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100282026-08-11T22:36:07.058Z[ host-image] Aug 11 22:36:06.178 INFO O| Aug 11 22:36:06.178 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100292026-08-11T22:36:07.058Z[ host-image] Aug 11 22:36:06.178 INFO O| Aug 11 22:36:06.178 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 ...
100302026-08-11T22:36:07.058Z[ host-image] Aug 11 22:36:06.178 INFO O| Aug 11 22:36:06.178 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
100312026-08-11T22:36:07.058Z[ host-image] Aug 11 22:36:06.178 INFO O| Aug 11 22:36:06.178 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100322026-08-11T22:36:07.061Z[ host-image] Aug 11 22:36:06.178 INFO O| Aug 11 22:36:06.178 INFO ok!
100332026-08-11T22:36:07.061Z[ host-image] Aug 11 22:36:06.178 INFO O| Aug 11 22:36:06.178 INFO STEP 59 (ensure_file) COMPLETE
100342026-08-11T22:36:07.061Z[ host-image] Aug 11 22:36:06.178 INFO O| Aug 11 22:36:06.178 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100352026-08-11T22:36:07.067Z[ host-image] Aug 11 22:36:06.187 INFO O| Aug 11 22:36:06.187 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100362026-08-11T22:36:07.067Z[ host-image] Aug 11 22:36:06.187 INFO O| Aug 11 22:36:06.187 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100372026-08-11T22:36:07.067Z[ host-image] Aug 11 22:36:06.187 INFO O| Aug 11 22:36:06.187 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100382026-08-11T22:36:07.067Z[ host-image] Aug 11 22:36:06.187 INFO O| Aug 11 22:36:06.187 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100392026-08-11T22:36:07.067Z[ host-image] Aug 11 22:36:06.187 INFO O| Aug 11 22:36:06.187 INFO ok!
100402026-08-11T22:36:07.067Z[ host-image] Aug 11 22:36:06.187 INFO O| Aug 11 22:36:06.187 INFO STEP 60 (ensure_file) COMPLETE
100412026-08-11T22:36:07.067Z[ host-image] Aug 11 22:36:06.187 INFO O| Aug 11 22:36:06.187 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100422026-08-11T22:36:07.073Z[ host-image] Aug 11 22:36:06.194 INFO O| Aug 11 22:36:06.194 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100432026-08-11T22:36:07.073Z[ host-image] Aug 11 22:36:06.194 INFO O| Aug 11 22:36:06.194 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 ...
100442026-08-11T22:36:07.077Z[ host-image] Aug 11 22:36:06.194 INFO O| Aug 11 22:36:06.194 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
100452026-08-11T22:36:07.077Z[ host-image] Aug 11 22:36:06.194 INFO O| Aug 11 22:36:06.194 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100462026-08-11T22:36:07.077Z[ host-image] Aug 11 22:36:06.194 INFO O| Aug 11 22:36:06.194 INFO ok!
100472026-08-11T22:36:07.077Z[ host-image] Aug 11 22:36:06.194 INFO O| Aug 11 22:36:06.194 INFO STEP 61 (ensure_file) COMPLETE
100482026-08-11T22:36:07.077Z[ host-image] Aug 11 22:36:06.194 INFO O| Aug 11 22:36:06.194 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100492026-08-11T22:36:07.082Z[ host-image] Aug 11 22:36:06.203 INFO O| Aug 11 22:36:06.203 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100502026-08-11T22:36:07.082Z[ host-image] Aug 11 22:36:06.203 INFO O| Aug 11 22:36:06.203 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100512026-08-11T22:36:07.086Z[ host-image] Aug 11 22:36:06.203 INFO O| Aug 11 22:36:06.203 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100522026-08-11T22:36:07.086Z[ host-image] Aug 11 22:36:06.203 INFO O| Aug 11 22:36:06.203 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100532026-08-11T22:36:07.086Z[ host-image] Aug 11 22:36:06.203 INFO O| Aug 11 22:36:06.203 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100542026-08-11T22:36:07.086Z[ host-image] Aug 11 22:36:06.203 INFO O| Aug 11 22:36:06.203 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100552026-08-11T22:36:07.086Z[ host-image] Aug 11 22:36:06.203 INFO O| Aug 11 22:36:06.203 INFO ok!
100562026-08-11T22:36:07.086Z[ host-image] Aug 11 22:36:06.203 INFO O| Aug 11 22:36:06.203 INFO STEP 62 (ensure_file) COMPLETE
100572026-08-11T22:36:07.086Z[ host-image] Aug 11 22:36:06.203 INFO O| Aug 11 22:36:06.203 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100582026-08-11T22:36:07.090Z[ host-image] Aug 11 22:36:06.211 INFO O| Aug 11 22:36:06.211 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100592026-08-11T22:36:07.091Z[ host-image] Aug 11 22:36:06.211 INFO O| Aug 11 22:36:06.211 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 ...
100602026-08-11T22:36:07.094Z[ host-image] Aug 11 22:36:06.211 INFO O| Aug 11 22:36:06.211 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
100612026-08-11T22:36:07.094Z[ host-image] Aug 11 22:36:06.211 INFO O| Aug 11 22:36:06.211 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100622026-08-11T22:36:07.095Z[ host-image] Aug 11 22:36:06.211 INFO O| Aug 11 22:36:06.211 INFO ok!
100632026-08-11T22:36:07.095Z[ host-image] Aug 11 22:36:06.211 INFO O| Aug 11 22:36:06.211 INFO STEP 63 (ensure_file) COMPLETE
100642026-08-11T22:36:07.095Z[ host-image] Aug 11 22:36:06.211 INFO O| Aug 11 22:36:06.211 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100652026-08-11T22:36:07.099Z[ host-image] Aug 11 22:36:06.219 INFO O| Aug 11 22:36:06.219 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100662026-08-11T22:36:07.099Z[ host-image] Aug 11 22:36:06.219 INFO O| Aug 11 22:36:06.219 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 ...
100672026-08-11T22:36:07.099Z[ host-image] Aug 11 22:36:06.219 INFO O| Aug 11 22:36:06.219 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
100682026-08-11T22:36:07.099Z[ host-image] Aug 11 22:36:06.219 INFO O| Aug 11 22:36:06.219 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100692026-08-11T22:36:07.099Z[ host-image] Aug 11 22:36:06.219 INFO O| Aug 11 22:36:06.219 INFO ok!
100702026-08-11T22:36:07.099Z[ host-image] Aug 11 22:36:06.219 INFO O| Aug 11 22:36:06.219 INFO STEP 64 (ensure_file) COMPLETE
100712026-08-11T22:36:07.099Z[ host-image] Aug 11 22:36:06.219 INFO O| Aug 11 22:36:06.219 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100722026-08-11T22:36:07.108Z[ host-image] Aug 11 22:36:06.228 INFO O| Aug 11 22:36:06.227 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100732026-08-11T22:36:07.112Z[ host-image] Aug 11 22:36:06.228 INFO O| Aug 11 22:36:06.228 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 ...
100742026-08-11T22:36:07.112Z[ host-image] Aug 11 22:36:06.228 INFO O| Aug 11 22:36:06.228 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
100752026-08-11T22:36:07.112Z[ host-image] Aug 11 22:36:06.228 INFO O| Aug 11 22:36:06.228 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100762026-08-11T22:36:07.112Z[ host-image] Aug 11 22:36:06.228 INFO O| Aug 11 22:36:06.228 INFO ok!
100772026-08-11T22:36:07.112Z[ host-image] Aug 11 22:36:06.228 INFO O| Aug 11 22:36:06.228 INFO STEP 65 (ensure_file) COMPLETE
100782026-08-11T22:36:07.112Z[ host-image] Aug 11 22:36:06.228 INFO O| Aug 11 22:36:06.228 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100792026-08-11T22:36:07.112Z[ host-image] Aug 11 22:36:06.228 INFO O| Aug 11 22:36:06.228 INFO skip step because feature "mbist" is not enabled
100802026-08-11T22:36:07.113Z[ host-image] Aug 11 22:36:06.228 INFO O| Aug 11 22:36:06.228 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100812026-08-11T22:36:07.116Z[ host-image] Aug 11 22:36:06.235 INFO O| Aug 11 22:36:06.235 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
100822026-08-11T22:36:07.116Z[ host-image] Aug 11 22:36:06.235 INFO O| Aug 11 22:36:06.235 INFO STEP 67 (ensure_dir) COMPLETE
100832026-08-11T22:36:07.116Z[ host-image] Aug 11 22:36:06.235 INFO O| Aug 11 22:36:06.235 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100842026-08-11T22:36:07.123Z[ host-image] Aug 11 22:36:06.244 INFO O| Aug 11 22:36:06.244 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100852026-08-11T22:36:07.123Z[ host-image] Aug 11 22:36:06.244 INFO O| Aug 11 22:36:06.244 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100862026-08-11T22:36:07.127Z[ host-image] Aug 11 22:36:06.244 INFO O| Aug 11 22:36:06.244 INFO STEP 68 (ensure_dir) COMPLETE
100872026-08-11T22:36:07.127Z[ host-image] Aug 11 22:36:06.244 INFO O| Aug 11 22:36:06.244 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100882026-08-11T22:36:07.130Z[ host-image] Aug 11 22:36:06.251 INFO O| Aug 11 22:36:06.251 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100892026-08-11T22:36:07.135Z[ host-image] Aug 11 22:36:06.251 INFO O| Aug 11 22:36:06.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100902026-08-11T22:36:07.135Z[ host-image] Aug 11 22:36:06.251 INFO O| Aug 11 22:36:06.251 INFO STEP 69 (ensure_dir) COMPLETE
100912026-08-11T22:36:07.135Z[ host-image] Aug 11 22:36:06.252 INFO O| Aug 11 22:36:06.251 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100922026-08-11T22:36:07.139Z[ host-image] Aug 11 22:36:06.260 INFO O| Aug 11 22:36:06.260 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
100932026-08-11T22:36:07.139Z[ host-image] Aug 11 22:36:06.260 INFO O| Aug 11 22:36:06.260 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
100942026-08-11T22:36:07.499Z[ host-image] Aug 11 22:36:06.619 INFO O| Aug 11 22:36:06.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
100952026-08-11T22:36:07.499Z[ host-image] Aug 11 22:36:06.619 INFO O| Aug 11 22:36:06.619 INFO ok!
100962026-08-11T22:36:07.499Z[ host-image] Aug 11 22:36:06.619 INFO O| Aug 11 22:36:06.619 INFO STEP 70 (ensure_file) COMPLETE
100972026-08-11T22:36:07.502Z[ host-image] Aug 11 22:36:06.619 INFO O| Aug 11 22:36:06.619 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100982026-08-11T22:36:07.508Z[ host-image] Aug 11 22:36:06.628 INFO O| Aug 11 22:36:06.628 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
100992026-08-11T22:36:07.508Z[ host-image] Aug 11 22:36:06.628 INFO O| Aug 11 22:36:06.628 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101002026-08-11T22:36:08.101Z[ host-image] Aug 11 22:36:07.221 INFO O| Aug 11 22:36:07.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101012026-08-11T22:36:08.101Z[ host-image] Aug 11 22:36:07.221 INFO O| Aug 11 22:36:07.221 INFO ok!
101022026-08-11T22:36:08.101Z[ host-image] Aug 11 22:36:07.221 INFO O| Aug 11 22:36:07.221 INFO STEP 71 (ensure_file) COMPLETE
101032026-08-11T22:36:08.106Z[ host-image] Aug 11 22:36:07.221 INFO O| Aug 11 22:36:07.221 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101042026-08-11T22:36:08.111Z[ host-image] Aug 11 22:36:07.232 INFO O| Aug 11 22:36:07.232 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101052026-08-11T22:36:08.112Z[ host-image] Aug 11 22:36:07.232 INFO O| Aug 11 22:36:07.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101062026-08-11T22:36:08.115Z[ host-image] Aug 11 22:36:07.232 INFO O| Aug 11 22:36:07.232 INFO STEP 72 (ensure_dir) COMPLETE
101072026-08-11T22:36:08.115Z[ host-image] Aug 11 22:36:07.232 INFO O| Aug 11 22:36:07.232 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101082026-08-11T22:36:08.121Z[ host-image] Aug 11 22:36:07.240 INFO O| Aug 11 22:36:07.240 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101092026-08-11T22:36:08.125Z[ host-image] Aug 11 22:36:07.240 INFO O| Aug 11 22:36:07.240 INFO copying /tmp/.tmpWfc2Q9/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 ...
101102026-08-11T22:36:08.125Z[ host-image] Aug 11 22:36:07.240 INFO O| Aug 11 22:36:07.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101112026-08-11T22:36:08.125Z[ host-image] Aug 11 22:36:07.240 INFO O| Aug 11 22:36:07.240 INFO ok!
101122026-08-11T22:36:08.125Z[ host-image] Aug 11 22:36:07.240 INFO O| Aug 11 22:36:07.240 INFO STEP 73 (ensure_file) COMPLETE
101132026-08-11T22:36:08.125Z[ host-image] Aug 11 22:36:07.240 INFO O| Aug 11 22:36:07.240 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101142026-08-11T22:36:08.128Z[ host-image] Aug 11 22:36:07.248 INFO O| Aug 11 22:36:07.248 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101152026-08-11T22:36:08.128Z[ host-image] Aug 11 22:36:07.248 INFO O| Aug 11 22:36:07.248 INFO copying /tmp/.tmpWfc2Q9/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 ...
101162026-08-11T22:36:08.128Z[ host-image] Aug 11 22:36:07.248 INFO O| Aug 11 22:36:07.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101172026-08-11T22:36:08.128Z[ host-image] Aug 11 22:36:07.248 INFO O| Aug 11 22:36:07.248 INFO ok!
101182026-08-11T22:36:08.128Z[ host-image] Aug 11 22:36:07.248 INFO O| Aug 11 22:36:07.248 INFO STEP 74 (ensure_file) COMPLETE
101192026-08-11T22:36:08.128Z[ host-image] Aug 11 22:36:07.248 INFO O| Aug 11 22:36:07.248 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101202026-08-11T22:36:08.134Z[ host-image] Aug 11 22:36:07.254 INFO O| Aug 11 22:36:07.254 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101212026-08-11T22:36:08.137Z[ host-image] Aug 11 22:36:07.255 INFO O| Aug 11 22:36:07.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101222026-08-11T22:36:08.137Z[ host-image] Aug 11 22:36:07.255 INFO O| Aug 11 22:36:07.255 INFO STEP 75 (ensure_dir) COMPLETE
101232026-08-11T22:36:08.137Z[ host-image] Aug 11 22:36:07.255 INFO O| Aug 11 22:36:07.255 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101242026-08-11T22:36:08.141Z[ host-image] Aug 11 22:36:07.261 INFO O| Aug 11 22:36:07.261 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101252026-08-11T22:36:08.141Z[ host-image] Aug 11 22:36:07.261 INFO O| Aug 11 22:36:07.261 INFO copying /tmp/.tmpWfc2Q9/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 ...
101262026-08-11T22:36:08.141Z[ host-image] Aug 11 22:36:07.261 INFO O| Aug 11 22:36:07.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101272026-08-11T22:36:08.141Z[ host-image] Aug 11 22:36:07.261 INFO O| Aug 11 22:36:07.261 INFO ok!
101282026-08-11T22:36:08.141Z[ host-image] Aug 11 22:36:07.261 INFO O| Aug 11 22:36:07.261 INFO STEP 76 (ensure_file) COMPLETE
101292026-08-11T22:36:08.142Z[ host-image] Aug 11 22:36:07.261 INFO O| Aug 11 22:36:07.261 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101302026-08-11T22:36:08.151Z[ host-image] Aug 11 22:36:07.271 INFO O| Aug 11 22:36:07.271 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101312026-08-11T22:36:08.151Z[ host-image] Aug 11 22:36:07.271 INFO O| Aug 11 22:36:07.271 INFO copying /tmp/.tmpWfc2Q9/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 ...
101322026-08-11T22:36:08.155Z[ host-image] Aug 11 22:36:07.271 INFO O| Aug 11 22:36:07.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101332026-08-11T22:36:08.155Z[ host-image] Aug 11 22:36:07.272 INFO O| Aug 11 22:36:07.271 INFO ok!
101342026-08-11T22:36:08.155Z[ host-image] Aug 11 22:36:07.272 INFO O| Aug 11 22:36:07.271 INFO STEP 77 (ensure_file) COMPLETE
101352026-08-11T22:36:08.155Z[ host-image] Aug 11 22:36:07.272 INFO O| Aug 11 22:36:07.272 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101362026-08-11T22:36:08.160Z[ host-image] Aug 11 22:36:07.279 INFO O| Aug 11 22:36:07.279 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101372026-08-11T22:36:08.160Z[ host-image] Aug 11 22:36:07.279 INFO O| Aug 11 22:36:07.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101382026-08-11T22:36:08.160Z[ host-image] Aug 11 22:36:07.279 INFO O| Aug 11 22:36:07.279 INFO STEP 78 (ensure_dir) COMPLETE
101392026-08-11T22:36:08.161Z[ host-image] Aug 11 22:36:07.279 INFO O| Aug 11 22:36:07.279 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101402026-08-11T22:36:08.164Z[ host-image] Aug 11 22:36:07.285 INFO O| Aug 11 22:36:07.285 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101412026-08-11T22:36:08.164Z[ host-image] Aug 11 22:36:07.285 INFO O| Aug 11 22:36:07.285 INFO copying /tmp/.tmpWfc2Q9/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 ...
101422026-08-11T22:36:08.165Z[ host-image] Aug 11 22:36:07.285 INFO O| Aug 11 22:36:07.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101432026-08-11T22:36:08.165Z[ host-image] Aug 11 22:36:07.285 INFO O| Aug 11 22:36:07.285 INFO ok!
101442026-08-11T22:36:08.169Z[ host-image] Aug 11 22:36:07.285 INFO O| Aug 11 22:36:07.285 INFO STEP 79 (ensure_file) COMPLETE
101452026-08-11T22:36:08.170Z[ host-image] Aug 11 22:36:07.285 INFO O| Aug 11 22:36:07.285 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101462026-08-11T22:36:08.173Z[ host-image] Aug 11 22:36:07.294 INFO O| Aug 11 22:36:07.294 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101472026-08-11T22:36:08.173Z[ host-image] Aug 11 22:36:07.294 INFO O| Aug 11 22:36:07.294 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101482026-08-11T22:36:08.173Z[ host-image] Aug 11 22:36:07.294 INFO O| Aug 11 22:36:07.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101492026-08-11T22:36:08.174Z[ host-image] Aug 11 22:36:07.294 INFO O| Aug 11 22:36:07.294 INFO ok!
101502026-08-11T22:36:08.174Z[ host-image] Aug 11 22:36:07.294 INFO O| Aug 11 22:36:07.294 INFO STEP 80 (ensure_file) COMPLETE
101512026-08-11T22:36:08.174Z[ host-image] Aug 11 22:36:07.294 INFO O| Aug 11 22:36:07.294 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101522026-08-11T22:36:08.182Z[ host-image] Aug 11 22:36:07.303 INFO O| Aug 11 22:36:07.303 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101532026-08-11T22:36:08.182Z[ host-image] Aug 11 22:36:07.303 INFO O| Aug 11 22:36:07.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101542026-08-11T22:36:08.186Z[ host-image] Aug 11 22:36:07.303 INFO O| Aug 11 22:36:07.303 INFO STEP 81 (ensure_dir) COMPLETE
101552026-08-11T22:36:08.186Z[ host-image] Aug 11 22:36:07.303 INFO O| Aug 11 22:36:07.303 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101562026-08-11T22:36:08.191Z[ host-image] Aug 11 22:36:07.312 INFO O| Aug 11 22:36:07.312 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101572026-08-11T22:36:08.191Z[ host-image] Aug 11 22:36:07.312 INFO O| Aug 11 22:36:07.312 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101582026-08-11T22:36:08.748Z[ host-image] Aug 11 22:36:07.869 INFO O| Aug 11 22:36:07.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101592026-08-11T22:36:08.749Z[ host-image] Aug 11 22:36:07.869 INFO O| Aug 11 22:36:07.869 INFO ok!
101602026-08-11T22:36:08.749Z[ host-image] Aug 11 22:36:07.869 INFO O| Aug 11 22:36:07.869 INFO STEP 82 (ensure_file) COMPLETE
101612026-08-11T22:36:08.753Z[ host-image] Aug 11 22:36:07.869 INFO O| Aug 11 22:36:07.869 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101622026-08-11T22:36:08.758Z[ host-image] Aug 11 22:36:07.879 INFO O| Aug 11 22:36:07.879 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101632026-08-11T22:36:08.758Z[ host-image] Aug 11 22:36:07.879 INFO O| Aug 11 22:36:07.879 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101642026-08-11T22:36:09.062Z[ host-image] Aug 11 22:36:08.182 INFO O| Aug 11 22:36:08.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101652026-08-11T22:36:09.063Z[ host-image] Aug 11 22:36:08.182 INFO O| Aug 11 22:36:08.182 INFO ok!
101662026-08-11T22:36:09.069Z[ host-image] Aug 11 22:36:08.182 INFO O| Aug 11 22:36:08.182 INFO STEP 83 (ensure_file) COMPLETE
101672026-08-11T22:36:09.069Z[ host-image] Aug 11 22:36:08.182 INFO O| Aug 11 22:36:08.182 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101682026-08-11T22:36:09.072Z[ host-image] Aug 11 22:36:08.193 INFO O| Aug 11 22:36:08.193 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101692026-08-11T22:36:09.073Z[ host-image] Aug 11 22:36:08.193 INFO O| Aug 11 22:36:08.193 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101702026-08-11T22:36:09.881Z[ recovery-image] Aug 11 22:36:09.001 INFO O| ok, image written!
101712026-08-11T22:36:09.881Z[ recovery-image] Aug 11 22:36:09.001 INFO O| ok, boot_image_csum file written!
101722026-08-11T22:36:09.885Z[ recovery-image] Aug 11 22:36:09.003 INFO creating boot archive (CPIO)...
101732026-08-11T22:36:09.885Z[ recovery-image] Aug 11 22:36:09.003 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
101742026-08-11T22:36:09.889Z[ recovery-image] Aug 11 22:36:09.009 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
101752026-08-11T22:36:09.889Z[ recovery-image] Aug 11 22:36:09.009 INFO E| + outfile=/work/os-recovery/cpio
101762026-08-11T22:36:09.889Z[ recovery-image] Aug 11 22:36:09.009 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
101772026-08-11T22:36:09.893Z[ recovery-image] Aug 11 22:36:09.011 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
101782026-08-11T22:36:09.893Z[ recovery-image] Aug 11 22:36:09.011 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
101792026-08-11T22:36:09.938Z[ recovery-image] Aug 11 22:36:09.058 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
101802026-08-11T22:36:09.938Z[ recovery-image] Aug 11 22:36:09.058 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
101812026-08-11T22:36:09.944Z[ recovery-image] Aug 11 22:36:09.064 INFO creating compressed cpio/unix for dev loaders...
101822026-08-11T22:36:09.944Z[ recovery-image] Aug 11 22:36:09.064 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
101832026-08-11T22:36:10.201Z[ recovery-image] Aug 11 22:36:09.321 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
101842026-08-11T22:36:10.676Z[ host-image] Aug 11 22:36:09.784 INFO O| Aug 11 22:36:09.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
101852026-08-11T22:36:10.676Z[ host-image] Aug 11 22:36:09.784 INFO O| Aug 11 22:36:09.784 INFO ok!
101862026-08-11T22:36:10.690Z[ host-image] Aug 11 22:36:09.784 INFO O| Aug 11 22:36:09.784 INFO STEP 84 (ensure_file) COMPLETE
101872026-08-11T22:36:10.690Z[ host-image] Aug 11 22:36:09.784 INFO O| Aug 11 22:36:09.784 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101882026-08-11T22:36:10.690Z[ host-image] Aug 11 22:36:09.793 INFO O| Aug 11 22:36:09.793 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101892026-08-11T22:36:10.690Z[ host-image] Aug 11 22:36:09.793 INFO O| Aug 11 22:36:09.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101902026-08-11T22:36:10.690Z[ host-image] Aug 11 22:36:09.793 INFO O| Aug 11 22:36:09.793 INFO STEP 85 (ensure_dir) COMPLETE
101912026-08-11T22:36:10.690Z[ host-image] Aug 11 22:36:09.793 INFO O| Aug 11 22:36:09.793 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101922026-08-11T22:36:10.690Z[ host-image] Aug 11 22:36:09.801 INFO O| Aug 11 22:36:09.801 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
101932026-08-11T22:36:10.690Z[ host-image] Aug 11 22:36:09.801 INFO O| Aug 11 22:36:09.801 INFO copying /tmp/.tmpWfc2Q9/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 ...
101942026-08-11T22:36:10.707Z[ host-image] Aug 11 22:36:09.801 INFO O| Aug 11 22:36:09.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
101952026-08-11T22:36:10.707Z[ host-image] Aug 11 22:36:09.801 INFO O| Aug 11 22:36:09.801 INFO ok!
101962026-08-11T22:36:10.707Z[ host-image] Aug 11 22:36:09.801 INFO O| Aug 11 22:36:09.801 INFO STEP 86 (ensure_file) COMPLETE
101972026-08-11T22:36:10.707Z[ host-image] Aug 11 22:36:09.801 INFO O| Aug 11 22:36:09.801 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101982026-08-11T22:36:10.707Z[ host-image] Aug 11 22:36:09.808 INFO O| Aug 11 22:36:09.808 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
101992026-08-11T22:36:10.707Z[ host-image] Aug 11 22:36:09.808 INFO O| Aug 11 22:36:09.808 INFO copying /tmp/.tmpWfc2Q9/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 ...
102002026-08-11T22:36:10.707Z[ host-image] Aug 11 22:36:09.808 INFO O| Aug 11 22:36:09.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102012026-08-11T22:36:10.707Z[ host-image] Aug 11 22:36:09.808 INFO O| Aug 11 22:36:09.808 INFO ok!
102022026-08-11T22:36:10.707Z[ host-image] Aug 11 22:36:09.808 INFO O| Aug 11 22:36:09.808 INFO STEP 87 (ensure_file) COMPLETE
102032026-08-11T22:36:10.708Z[ host-image] Aug 11 22:36:09.808 INFO O| Aug 11 22:36:09.808 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102042026-08-11T22:36:10.708Z[ host-image] Aug 11 22:36:09.814 INFO O| Aug 11 22:36:09.814 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102052026-08-11T22:36:10.708Z[ host-image] Aug 11 22:36:09.814 INFO O| Aug 11 22:36:09.814 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102062026-08-11T22:36:10.708Z[ host-image] Aug 11 22:36:09.814 INFO O| Aug 11 22:36:09.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102072026-08-11T22:36:10.708Z[ host-image] Aug 11 22:36:09.814 INFO O| Aug 11 22:36:09.814 INFO ok!
102082026-08-11T22:36:10.708Z[ host-image] Aug 11 22:36:09.814 INFO O| Aug 11 22:36:09.814 INFO STEP 88 (ensure_file) COMPLETE
102092026-08-11T22:36:10.708Z[ host-image] Aug 11 22:36:09.814 INFO O| Aug 11 22:36:09.814 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102102026-08-11T22:36:10.711Z[ host-image] Aug 11 22:36:09.824 INFO O| Aug 11 22:36:09.824 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102112026-08-11T22:36:10.712Z[ host-image] Aug 11 22:36:09.824 INFO O| Aug 11 22:36:09.824 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102122026-08-11T22:36:10.712Z[ host-image] Aug 11 22:36:09.824 INFO O| Aug 11 22:36:09.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102132026-08-11T22:36:10.712Z[ host-image] Aug 11 22:36:09.824 INFO O| Aug 11 22:36:09.824 INFO ok!
102142026-08-11T22:36:10.712Z[ host-image] Aug 11 22:36:09.824 INFO O| Aug 11 22:36:09.824 INFO STEP 89 (ensure_file) COMPLETE
102152026-08-11T22:36:10.712Z[ host-image] Aug 11 22:36:09.824 INFO O| Aug 11 22:36:09.824 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102162026-08-11T22:36:10.716Z[ host-image] Aug 11 22:36:09.835 INFO O| Aug 11 22:36:09.835 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102172026-08-11T22:36:10.717Z[ host-image] Aug 11 22:36:09.835 INFO O| Aug 11 22:36:09.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102182026-08-11T22:36:10.717Z[ host-image] Aug 11 22:36:09.835 INFO O| Aug 11 22:36:09.835 INFO STEP 90 (ensure_dir) COMPLETE
102192026-08-11T22:36:10.717Z[ host-image] Aug 11 22:36:09.835 INFO O| Aug 11 22:36:09.835 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102202026-08-11T22:36:10.739Z[ host-image] Aug 11 22:36:09.845 INFO O| Aug 11 22:36:09.845 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102212026-08-11T22:36:10.740Z[ host-image] Aug 11 22:36:09.845 INFO O| Aug 11 22:36:09.845 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102222026-08-11T22:36:10.744Z[ host-image] Aug 11 22:36:09.847 INFO O| Aug 11 22:36:09.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102232026-08-11T22:36:10.744Z[ host-image] Aug 11 22:36:09.848 INFO O| Aug 11 22:36:09.847 INFO ok!
102242026-08-11T22:36:10.744Z[ host-image] Aug 11 22:36:09.848 INFO O| Aug 11 22:36:09.847 INFO STEP 91 (ensure_file) COMPLETE
102252026-08-11T22:36:10.744Z[ host-image] Aug 11 22:36:09.848 INFO O| Aug 11 22:36:09.847 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102262026-08-11T22:36:10.744Z[ host-image] Aug 11 22:36:09.856 INFO O| Aug 11 22:36:09.856 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102272026-08-11T22:36:10.744Z[ host-image] Aug 11 22:36:09.856 INFO O| Aug 11 22:36:09.856 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102282026-08-11T22:36:10.744Z[ host-image] Aug 11 22:36:09.856 INFO O| Aug 11 22:36:09.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102292026-08-11T22:36:10.744Z[ host-image] Aug 11 22:36:09.856 INFO O| Aug 11 22:36:09.856 INFO ok!
102302026-08-11T22:36:10.744Z[ host-image] Aug 11 22:36:09.856 INFO O| Aug 11 22:36:09.856 INFO STEP 92 (ensure_file) COMPLETE
102312026-08-11T22:36:10.744Z[ host-image] Aug 11 22:36:09.856 INFO O| Aug 11 22:36:09.856 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102322026-08-11T22:36:10.744Z[ host-image] Aug 11 22:36:09.863 INFO O| Aug 11 22:36:09.863 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102332026-08-11T22:36:10.744Z[ host-image] Aug 11 22:36:09.863 INFO O| Aug 11 22:36:09.863 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102342026-08-11T22:36:11.409Z[ host-image] Aug 11 22:36:10.530 INFO O| Aug 11 22:36:10.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102352026-08-11T22:36:11.409Z[ host-image] Aug 11 22:36:10.530 INFO O| Aug 11 22:36:10.530 INFO ok!
102362026-08-11T22:36:11.414Z[ host-image] Aug 11 22:36:10.530 INFO O| Aug 11 22:36:10.530 INFO STEP 93 (ensure_file) COMPLETE
102372026-08-11T22:36:11.414Z[ host-image] Aug 11 22:36:10.530 INFO O| Aug 11 22:36:10.530 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102382026-08-11T22:36:11.420Z[ host-image] Aug 11 22:36:10.540 INFO O| Aug 11 22:36:10.540 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102392026-08-11T22:36:11.420Z[ host-image] Aug 11 22:36:10.540 INFO O| Aug 11 22:36:10.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102402026-08-11T22:36:11.423Z[ host-image] Aug 11 22:36:10.540 INFO O| Aug 11 22:36:10.540 INFO STEP 94 (ensure_dir) COMPLETE
102412026-08-11T22:36:11.423Z[ host-image] Aug 11 22:36:10.540 INFO O| Aug 11 22:36:10.540 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102422026-08-11T22:36:11.427Z[ host-image] Aug 11 22:36:10.548 INFO O| Aug 11 22:36:10.547 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102432026-08-11T22:36:11.427Z[ host-image] Aug 11 22:36:10.548 INFO O| Aug 11 22:36:10.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102442026-08-11T22:36:11.427Z[ host-image] Aug 11 22:36:10.548 INFO O| Aug 11 22:36:10.548 INFO STEP 95 (ensure_dir) COMPLETE
102452026-08-11T22:36:11.427Z[ host-image] Aug 11 22:36:10.548 INFO O| Aug 11 22:36:10.548 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102462026-08-11T22:36:11.433Z[ host-image] Aug 11 22:36:10.554 INFO O| Aug 11 22:36:10.554 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102472026-08-11T22:36:11.434Z[ host-image] Aug 11 22:36:10.554 INFO O| Aug 11 22:36:10.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102482026-08-11T22:36:11.438Z[ host-image] Aug 11 22:36:10.554 INFO O| Aug 11 22:36:10.554 INFO STEP 96 (ensure_dir) COMPLETE
102492026-08-11T22:36:11.438Z[ host-image] Aug 11 22:36:10.554 INFO O| Aug 11 22:36:10.554 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102502026-08-11T22:36:11.444Z[ host-image] Aug 11 22:36:10.564 INFO O| Aug 11 22:36:10.564 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102512026-08-11T22:36:11.444Z[ host-image] Aug 11 22:36:10.564 INFO O| Aug 11 22:36:10.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102522026-08-11T22:36:11.444Z[ host-image] Aug 11 22:36:10.564 INFO O| Aug 11 22:36:10.564 INFO STEP 97 (ensure_dir) COMPLETE
102532026-08-11T22:36:11.448Z[ host-image] Aug 11 22:36:10.564 INFO O| Aug 11 22:36:10.564 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102542026-08-11T22:36:11.453Z[ host-image] Aug 11 22:36:10.573 INFO O| Aug 11 22:36:10.573 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102552026-08-11T22:36:11.453Z[ host-image] Aug 11 22:36:10.573 INFO O| Aug 11 22:36:10.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102562026-08-11T22:36:11.456Z[ host-image] Aug 11 22:36:10.573 INFO O| Aug 11 22:36:10.573 INFO STEP 98 (ensure_dir) COMPLETE
102572026-08-11T22:36:11.456Z[ host-image] Aug 11 22:36:10.573 INFO O| Aug 11 22:36:10.573 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-08-11T22:36:11.462Z[ host-image] Aug 11 22:36:10.582 INFO O| Aug 11 22:36:10.582 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102592026-08-11T22:36:11.462Z[ host-image] Aug 11 22:36:10.583 INFO O| Aug 11 22:36:10.582 INFO copying /tmp/.tmpWfc2Q9/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 ...
102602026-08-11T22:36:11.466Z[ host-image] Aug 11 22:36:10.583 INFO O| Aug 11 22:36:10.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102612026-08-11T22:36:11.466Z[ host-image] Aug 11 22:36:10.583 INFO O| Aug 11 22:36:10.583 INFO ok!
102622026-08-11T22:36:11.466Z[ host-image] Aug 11 22:36:10.583 INFO O| Aug 11 22:36:10.583 INFO STEP 99 (ensure_file) COMPLETE
102632026-08-11T22:36:11.466Z[ host-image] Aug 11 22:36:10.583 INFO O| Aug 11 22:36:10.583 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-08-11T22:36:11.470Z[ host-image] Aug 11 22:36:10.591 INFO O| Aug 11 22:36:10.591 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102652026-08-11T22:36:11.470Z[ host-image] Aug 11 22:36:10.591 INFO O| Aug 11 22:36:10.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102662026-08-11T22:36:11.470Z[ host-image] Aug 11 22:36:10.591 INFO O| Aug 11 22:36:10.591 INFO STEP 100 (ensure_dir) COMPLETE
102672026-08-11T22:36:11.470Z[ host-image] Aug 11 22:36:10.591 INFO O| Aug 11 22:36:10.591 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102682026-08-11T22:36:11.480Z[ host-image] Aug 11 22:36:10.598 INFO O| Aug 11 22:36:10.598 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102692026-08-11T22:36:11.480Z[ host-image] Aug 11 22:36:10.598 INFO O| Aug 11 22:36:10.598 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102702026-08-11T22:36:11.487Z[ host-image] Aug 11 22:36:10.608 INFO O| Aug 11 22:36:10.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102712026-08-11T22:36:11.487Z[ host-image] Aug 11 22:36:10.608 INFO O| Aug 11 22:36:10.608 INFO ok!
102722026-08-11T22:36:11.490Z[ host-image] Aug 11 22:36:10.608 INFO O| Aug 11 22:36:10.608 INFO STEP 101 (ensure_file) COMPLETE
102732026-08-11T22:36:11.490Z[ host-image] Aug 11 22:36:10.608 INFO O| Aug 11 22:36:10.608 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102742026-08-11T22:36:11.494Z[ host-image] Aug 11 22:36:10.615 INFO O| Aug 11 22:36:10.615 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102752026-08-11T22:36:11.494Z[ host-image] Aug 11 22:36:10.615 INFO O| Aug 11 22:36:10.615 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102762026-08-11T22:36:11.499Z[ host-image] Aug 11 22:36:10.615 INFO O| Aug 11 22:36:10.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102772026-08-11T22:36:11.499Z[ host-image] Aug 11 22:36:10.615 INFO O| Aug 11 22:36:10.615 INFO ok!
102782026-08-11T22:36:11.499Z[ host-image] Aug 11 22:36:10.615 INFO O| Aug 11 22:36:10.615 INFO STEP 102 (ensure_file) COMPLETE
102792026-08-11T22:36:11.499Z[ host-image] Aug 11 22:36:10.615 INFO O| Aug 11 22:36:10.615 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102802026-08-11T22:36:11.504Z[ host-image] Aug 11 22:36:10.622 INFO O| Aug 11 22:36:10.622 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102812026-08-11T22:36:11.504Z[ host-image] Aug 11 22:36:10.622 INFO O| Aug 11 22:36:10.622 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
102822026-08-11T22:36:11.802Z[ host-image] Aug 11 22:36:10.918 INFO O| Aug 11 22:36:10.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
102832026-08-11T22:36:11.802Z[ host-image] Aug 11 22:36:10.919 INFO O| Aug 11 22:36:10.918 INFO ok!
102842026-08-11T22:36:11.802Z[ host-image] Aug 11 22:36:10.919 INFO O| Aug 11 22:36:10.918 INFO STEP 103 (ensure_file) COMPLETE
102852026-08-11T22:36:11.802Z[ host-image] Aug 11 22:36:10.919 INFO O| Aug 11 22:36:10.918 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102862026-08-11T22:36:11.821Z[ host-image] Aug 11 22:36:10.930 INFO O| Aug 11 22:36:10.930 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
102872026-08-11T22:36:11.829Z[ host-image] Aug 11 22:36:10.930 INFO O| Aug 11 22:36:10.930 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
102882026-08-11T22:36:11.829Z[ host-image] Aug 11 22:36:10.930 INFO O| Aug 11 22:36:10.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
102892026-08-11T22:36:11.829Z[ host-image] Aug 11 22:36:10.930 INFO O| Aug 11 22:36:10.930 INFO ok!
102902026-08-11T22:36:11.829Z[ host-image] Aug 11 22:36:10.930 INFO O| Aug 11 22:36:10.930 INFO STEP 104 (ensure_file) COMPLETE
102912026-08-11T22:36:11.829Z[ host-image] Aug 11 22:36:10.930 INFO O| Aug 11 22:36:10.930 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102922026-08-11T22:36:11.829Z[ host-image] Aug 11 22:36:10.940 INFO O| Aug 11 22:36:10.940 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102932026-08-11T22:36:11.829Z[ host-image] Aug 11 22:36:10.940 INFO O| Aug 11 22:36:10.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102942026-08-11T22:36:11.829Z[ host-image] Aug 11 22:36:10.940 INFO O| Aug 11 22:36:10.940 INFO STEP 105 (ensure_dir) COMPLETE
102952026-08-11T22:36:11.829Z[ host-image] Aug 11 22:36:10.940 INFO O| Aug 11 22:36:10.940 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102962026-08-11T22:36:11.847Z[ host-image] Aug 11 22:36:10.949 INFO O| Aug 11 22:36:10.949 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
102972026-08-11T22:36:11.847Z[ host-image] Aug 11 22:36:10.949 INFO O| Aug 11 22:36:10.949 INFO copying /tmp/.tmpWfc2Q9/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 ...
102982026-08-11T22:36:11.847Z[ host-image] Aug 11 22:36:10.960 INFO O| Aug 11 22:36:10.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
102992026-08-11T22:36:11.847Z[ host-image] Aug 11 22:36:10.960 INFO O| Aug 11 22:36:10.960 INFO ok!
103002026-08-11T22:36:11.847Z[ host-image] Aug 11 22:36:10.960 INFO O| Aug 11 22:36:10.960 INFO STEP 106 (ensure_file) COMPLETE
103012026-08-11T22:36:11.847Z[ host-image] Aug 11 22:36:10.960 INFO O| Aug 11 22:36:10.960 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103022026-08-11T22:36:11.864Z[ host-image] Aug 11 22:36:10.969 INFO O| Aug 11 22:36:10.969 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103032026-08-11T22:36:11.864Z[ host-image] Aug 11 22:36:10.969 INFO O| Aug 11 22:36:10.969 INFO copying /tmp/.tmpWfc2Q9/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 ...
103042026-08-11T22:36:11.864Z[ host-image] Aug 11 22:36:10.969 INFO O| Aug 11 22:36:10.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103052026-08-11T22:36:11.865Z[ host-image] Aug 11 22:36:10.969 INFO O| Aug 11 22:36:10.969 INFO ok!
103062026-08-11T22:36:11.865Z[ host-image] Aug 11 22:36:10.969 INFO O| Aug 11 22:36:10.969 INFO STEP 107 (ensure_file) COMPLETE
103072026-08-11T22:36:11.865Z[ host-image] Aug 11 22:36:10.969 INFO O| Aug 11 22:36:10.969 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103082026-08-11T22:36:11.865Z[ host-image] Aug 11 22:36:10.977 INFO O| Aug 11 22:36:10.977 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103092026-08-11T22:36:11.865Z[ host-image] Aug 11 22:36:10.977 INFO O| Aug 11 22:36:10.977 INFO copying /tmp/.tmpWfc2Q9/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 ...
103102026-08-11T22:36:11.865Z[ host-image] Aug 11 22:36:10.977 INFO O| Aug 11 22:36:10.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103112026-08-11T22:36:11.865Z[ host-image] Aug 11 22:36:10.977 INFO O| Aug 11 22:36:10.977 INFO ok!
103122026-08-11T22:36:11.865Z[ host-image] Aug 11 22:36:10.977 INFO O| Aug 11 22:36:10.977 INFO STEP 108 (ensure_file) COMPLETE
103132026-08-11T22:36:11.865Z[ host-image] Aug 11 22:36:10.977 INFO O| Aug 11 22:36:10.977 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103142026-08-11T22:36:11.878Z[ host-image] Aug 11 22:36:10.986 INFO O| Aug 11 22:36:10.986 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103152026-08-11T22:36:11.878Z[ host-image] Aug 11 22:36:10.986 INFO O| Aug 11 22:36:10.986 INFO copying /tmp/.tmpWfc2Q9/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 ...
103162026-08-11T22:36:11.878Z[ host-image] Aug 11 22:36:10.986 INFO O| Aug 11 22:36:10.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103172026-08-11T22:36:11.878Z[ host-image] Aug 11 22:36:10.986 INFO O| Aug 11 22:36:10.986 INFO ok!
103182026-08-11T22:36:11.878Z[ host-image] Aug 11 22:36:10.986 INFO O| Aug 11 22:36:10.986 INFO STEP 109 (ensure_file) COMPLETE
103192026-08-11T22:36:11.878Z[ host-image] Aug 11 22:36:10.986 INFO O| Aug 11 22:36:10.986 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103202026-08-11T22:36:11.878Z[ host-image] Aug 11 22:36:10.995 INFO O| Aug 11 22:36:10.995 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103212026-08-11T22:36:11.878Z[ host-image] Aug 11 22:36:10.995 INFO O| Aug 11 22:36:10.995 INFO copying /tmp/.tmpWfc2Q9/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 ...
103222026-08-11T22:36:11.878Z[ host-image] Aug 11 22:36:10.995 INFO O| Aug 11 22:36:10.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103232026-08-11T22:36:11.878Z[ host-image] Aug 11 22:36:10.995 INFO O| Aug 11 22:36:10.995 INFO ok!
103242026-08-11T22:36:11.878Z[ host-image] Aug 11 22:36:10.995 INFO O| Aug 11 22:36:10.995 INFO STEP 110 (ensure_file) COMPLETE
103252026-08-11T22:36:11.879Z[ host-image] Aug 11 22:36:10.995 INFO O| Aug 11 22:36:10.995 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103262026-08-11T22:36:11.906Z[ host-image] Aug 11 22:36:11.002 INFO O| Aug 11 22:36:11.002 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103272026-08-11T22:36:11.906Z[ host-image] Aug 11 22:36:11.002 INFO O| Aug 11 22:36:11.002 INFO copying /tmp/.tmpWfc2Q9/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 ...
103282026-08-11T22:36:11.906Z[ host-image] Aug 11 22:36:11.002 INFO O| Aug 11 22:36:11.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103292026-08-11T22:36:11.907Z[ host-image] Aug 11 22:36:11.003 INFO O| Aug 11 22:36:11.002 INFO ok!
103302026-08-11T22:36:11.907Z[ host-image] Aug 11 22:36:11.003 INFO O| Aug 11 22:36:11.002 INFO STEP 111 (ensure_file) COMPLETE
103312026-08-11T22:36:11.907Z[ host-image] Aug 11 22:36:11.003 INFO O| Aug 11 22:36:11.002 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103322026-08-11T22:36:11.907Z[ host-image] Aug 11 22:36:11.011 INFO O| Aug 11 22:36:11.011 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103332026-08-11T22:36:11.907Z[ host-image] Aug 11 22:36:11.011 INFO O| Aug 11 22:36:11.011 INFO copying /tmp/.tmpWfc2Q9/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 ...
103342026-08-11T22:36:11.907Z[ host-image] Aug 11 22:36:11.011 INFO O| Aug 11 22:36:11.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103352026-08-11T22:36:11.907Z[ host-image] Aug 11 22:36:11.011 INFO O| Aug 11 22:36:11.011 INFO ok!
103362026-08-11T22:36:11.908Z[ host-image] Aug 11 22:36:11.011 INFO O| Aug 11 22:36:11.011 INFO STEP 112 (ensure_file) COMPLETE
103372026-08-11T22:36:11.908Z[ host-image] Aug 11 22:36:11.011 INFO O| Aug 11 22:36:11.011 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103382026-08-11T22:36:11.926Z[ host-image] Aug 11 22:36:11.020 INFO O| Aug 11 22:36:11.019 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103392026-08-11T22:36:11.927Z[ host-image] Aug 11 22:36:11.020 INFO O| Aug 11 22:36:11.020 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103402026-08-11T22:36:11.927Z[ host-image] Aug 11 22:36:11.020 INFO O| Aug 11 22:36:11.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103412026-08-11T22:36:11.927Z[ host-image] Aug 11 22:36:11.020 INFO O| Aug 11 22:36:11.020 INFO ok!
103422026-08-11T22:36:11.927Z[ host-image] Aug 11 22:36:11.020 INFO O| Aug 11 22:36:11.020 INFO STEP 113 (ensure_file) COMPLETE
103432026-08-11T22:36:11.927Z[ host-image] Aug 11 22:36:11.020 INFO O| Aug 11 22:36:11.020 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103442026-08-11T22:36:11.927Z[ host-image] Aug 11 22:36:11.028 INFO O| Aug 11 22:36:11.028 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103452026-08-11T22:36:11.927Z[ host-image] Aug 11 22:36:11.028 INFO O| Aug 11 22:36:11.028 INFO copying /tmp/.tmpWfc2Q9/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 ...
103462026-08-11T22:36:11.927Z[ host-image] Aug 11 22:36:11.028 INFO O| Aug 11 22:36:11.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103472026-08-11T22:36:11.927Z[ host-image] Aug 11 22:36:11.028 INFO O| Aug 11 22:36:11.028 INFO ok!
103482026-08-11T22:36:11.927Z[ host-image] Aug 11 22:36:11.028 INFO O| Aug 11 22:36:11.028 INFO STEP 114 (ensure_file) COMPLETE
103492026-08-11T22:36:11.927Z[ host-image] Aug 11 22:36:11.028 INFO O| Aug 11 22:36:11.028 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103502026-08-11T22:36:11.927Z[ host-image] Aug 11 22:36:11.036 INFO O| Aug 11 22:36:11.036 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103512026-08-11T22:36:11.927Z[ host-image] Aug 11 22:36:11.036 INFO O| Aug 11 22:36:11.036 INFO copying /tmp/.tmpWfc2Q9/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 ...
103522026-08-11T22:36:11.927Z[ host-image] Aug 11 22:36:11.036 INFO O| Aug 11 22:36:11.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103532026-08-11T22:36:11.927Z[ host-image] Aug 11 22:36:11.036 INFO O| Aug 11 22:36:11.036 INFO ok!
103542026-08-11T22:36:11.927Z[ host-image] Aug 11 22:36:11.036 INFO O| Aug 11 22:36:11.036 INFO STEP 115 (ensure_file) COMPLETE
103552026-08-11T22:36:11.927Z[ host-image] Aug 11 22:36:11.036 INFO O| Aug 11 22:36:11.036 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103562026-08-11T22:36:11.927Z[ host-image] Aug 11 22:36:11.043 INFO O| Aug 11 22:36:11.043 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103572026-08-11T22:36:11.927Z[ host-image] Aug 11 22:36:11.043 INFO O| Aug 11 22:36:11.043 INFO copying /tmp/.tmpWfc2Q9/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 ...
103582026-08-11T22:36:11.928Z[ host-image] Aug 11 22:36:11.043 INFO O| Aug 11 22:36:11.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103592026-08-11T22:36:11.944Z[ host-image] Aug 11 22:36:11.043 INFO O| Aug 11 22:36:11.043 INFO ok!
103602026-08-11T22:36:11.944Z[ host-image] Aug 11 22:36:11.043 INFO O| Aug 11 22:36:11.043 INFO STEP 116 (ensure_file) COMPLETE
103612026-08-11T22:36:11.944Z[ host-image] Aug 11 22:36:11.043 INFO O| Aug 11 22:36:11.043 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103622026-08-11T22:36:11.944Z[ host-image] Aug 11 22:36:11.050 INFO O| Aug 11 22:36:11.050 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103632026-08-11T22:36:11.944Z[ host-image] Aug 11 22:36:11.050 INFO O| Aug 11 22:36:11.050 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103642026-08-11T22:36:11.944Z[ host-image] Aug 11 22:36:11.050 INFO O| Aug 11 22:36:11.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103652026-08-11T22:36:11.944Z[ host-image] Aug 11 22:36:11.050 INFO O| Aug 11 22:36:11.050 INFO ok!
103662026-08-11T22:36:11.944Z[ host-image] Aug 11 22:36:11.050 INFO O| Aug 11 22:36:11.050 INFO STEP 117 (ensure_file) COMPLETE
103672026-08-11T22:36:11.944Z[ host-image] Aug 11 22:36:11.050 INFO O| Aug 11 22:36:11.050 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103682026-08-11T22:36:11.982Z[ host-image] Aug 11 22:36:11.057 INFO O| Aug 11 22:36:11.057 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103692026-08-11T22:36:11.982Z[ host-image] Aug 11 22:36:11.057 INFO O| Aug 11 22:36:11.057 INFO copying /tmp/.tmpWfc2Q9/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 ...
103702026-08-11T22:36:11.982Z[ host-image] Aug 11 22:36:11.057 INFO O| Aug 11 22:36:11.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103712026-08-11T22:36:11.982Z[ host-image] Aug 11 22:36:11.057 INFO O| Aug 11 22:36:11.057 INFO ok!
103722026-08-11T22:36:11.982Z[ host-image] Aug 11 22:36:11.057 INFO O| Aug 11 22:36:11.057 INFO STEP 118 (ensure_file) COMPLETE
103732026-08-11T22:36:11.982Z[ host-image] Aug 11 22:36:11.057 INFO O| Aug 11 22:36:11.057 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103742026-08-11T22:36:11.982Z[ host-image] Aug 11 22:36:11.066 INFO O| Aug 11 22:36:11.066 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103752026-08-11T22:36:11.982Z[ host-image] Aug 11 22:36:11.066 INFO O| Aug 11 22:36:11.066 INFO copying /tmp/.tmpWfc2Q9/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 ...
103762026-08-11T22:36:11.982Z[ host-image] Aug 11 22:36:11.066 INFO O| Aug 11 22:36:11.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103772026-08-11T22:36:11.982Z[ host-image] Aug 11 22:36:11.066 INFO O| Aug 11 22:36:11.066 INFO ok!
103782026-08-11T22:36:11.982Z[ host-image] Aug 11 22:36:11.066 INFO O| Aug 11 22:36:11.066 INFO STEP 119 (ensure_file) COMPLETE
103792026-08-11T22:36:11.982Z[ host-image] Aug 11 22:36:11.066 INFO O| Aug 11 22:36:11.066 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103802026-08-11T22:36:11.982Z[ host-image] Aug 11 22:36:11.072 INFO O| Aug 11 22:36:11.072 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103812026-08-11T22:36:11.982Z[ host-image] Aug 11 22:36:11.072 INFO O| Aug 11 22:36:11.072 INFO copying /tmp/.tmpWfc2Q9/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 ...
103822026-08-11T22:36:11.982Z[ host-image] Aug 11 22:36:11.072 INFO O| Aug 11 22:36:11.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
103832026-08-11T22:36:11.982Z[ host-image] Aug 11 22:36:11.072 INFO O| Aug 11 22:36:11.072 INFO ok!
103842026-08-11T22:36:11.982Z[ host-image] Aug 11 22:36:11.072 INFO O| Aug 11 22:36:11.072 INFO STEP 120 (ensure_file) COMPLETE
103852026-08-11T22:36:11.983Z[ host-image] Aug 11 22:36:11.072 INFO O| Aug 11 22:36:11.072 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103862026-08-11T22:36:11.983Z[ host-image] Aug 11 22:36:11.079 INFO O| Aug 11 22:36:11.079 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
103872026-08-11T22:36:11.983Z[ host-image] Aug 11 22:36:11.079 INFO O| Aug 11 22:36:11.079 INFO copying /tmp/.tmpWfc2Q9/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 ...
103882026-08-11T22:36:11.983Z[ host-image] Aug 11 22:36:11.079 INFO O| Aug 11 22:36:11.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
103892026-08-11T22:36:11.983Z[ host-image] Aug 11 22:36:11.079 INFO O| Aug 11 22:36:11.079 INFO ok!
103902026-08-11T22:36:11.983Z[ host-image] Aug 11 22:36:11.079 INFO O| Aug 11 22:36:11.079 INFO STEP 121 (ensure_file) COMPLETE
103912026-08-11T22:36:11.983Z[ host-image] Aug 11 22:36:11.079 INFO O| Aug 11 22:36:11.079 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103922026-08-11T22:36:11.983Z[ host-image] Aug 11 22:36:11.086 INFO O| Aug 11 22:36:11.086 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
103932026-08-11T22:36:11.983Z[ host-image] Aug 11 22:36:11.086 INFO O| Aug 11 22:36:11.086 INFO copying /tmp/.tmpWfc2Q9/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 ...
103942026-08-11T22:36:11.984Z[ host-image] Aug 11 22:36:11.086 INFO O| Aug 11 22:36:11.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
103952026-08-11T22:36:11.984Z[ host-image] Aug 11 22:36:11.086 INFO O| Aug 11 22:36:11.086 INFO ok!
103962026-08-11T22:36:11.984Z[ host-image] Aug 11 22:36:11.086 INFO O| Aug 11 22:36:11.086 INFO STEP 122 (ensure_file) COMPLETE
103972026-08-11T22:36:11.984Z[ host-image] Aug 11 22:36:11.086 INFO O| Aug 11 22:36:11.086 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103982026-08-11T22:36:11.984Z[ host-image] Aug 11 22:36:11.094 INFO O| Aug 11 22:36:11.094 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
103992026-08-11T22:36:11.984Z[ host-image] Aug 11 22:36:11.094 INFO O| Aug 11 22:36:11.094 INFO copying /tmp/.tmpWfc2Q9/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 ...
104002026-08-11T22:36:11.984Z[ host-image] Aug 11 22:36:11.094 INFO O| Aug 11 22:36:11.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104012026-08-11T22:36:11.984Z[ host-image] Aug 11 22:36:11.094 INFO O| Aug 11 22:36:11.094 INFO ok!
104022026-08-11T22:36:11.984Z[ host-image] Aug 11 22:36:11.094 INFO O| Aug 11 22:36:11.094 INFO STEP 123 (ensure_file) COMPLETE
104032026-08-11T22:36:11.985Z[ host-image] Aug 11 22:36:11.094 INFO O| Aug 11 22:36:11.094 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104042026-08-11T22:36:12.006Z[ host-image] Aug 11 22:36:11.102 INFO O| Aug 11 22:36:11.102 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104052026-08-11T22:36:12.006Z[ host-image] Aug 11 22:36:11.102 INFO O| Aug 11 22:36:11.102 INFO copying /tmp/.tmpWfc2Q9/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 ...
104062026-08-11T22:36:12.006Z[ host-image] Aug 11 22:36:11.103 INFO O| Aug 11 22:36:11.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104072026-08-11T22:36:12.006Z[ host-image] Aug 11 22:36:11.103 INFO O| Aug 11 22:36:11.103 INFO ok!
104082026-08-11T22:36:12.006Z[ host-image] Aug 11 22:36:11.103 INFO O| Aug 11 22:36:11.103 INFO STEP 124 (ensure_file) COMPLETE
104092026-08-11T22:36:12.007Z[ host-image] Aug 11 22:36:11.103 INFO O| Aug 11 22:36:11.103 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104102026-08-11T22:36:12.007Z[ host-image] Aug 11 22:36:11.110 INFO O| Aug 11 22:36:11.110 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104112026-08-11T22:36:12.007Z[ host-image] Aug 11 22:36:11.110 INFO O| Aug 11 22:36:11.110 INFO copying /tmp/.tmpWfc2Q9/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 ...
104122026-08-11T22:36:12.007Z[ host-image] Aug 11 22:36:11.110 INFO O| Aug 11 22:36:11.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104132026-08-11T22:36:12.007Z[ host-image] Aug 11 22:36:11.110 INFO O| Aug 11 22:36:11.110 INFO ok!
104142026-08-11T22:36:12.007Z[ host-image] Aug 11 22:36:11.110 INFO O| Aug 11 22:36:11.110 INFO STEP 125 (ensure_file) COMPLETE
104152026-08-11T22:36:12.007Z[ host-image] Aug 11 22:36:11.111 INFO O| Aug 11 22:36:11.110 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104162026-08-11T22:36:12.007Z[ host-image] Aug 11 22:36:11.119 INFO O| Aug 11 22:36:11.118 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104172026-08-11T22:36:12.007Z[ host-image] Aug 11 22:36:11.119 INFO O| Aug 11 22:36:11.119 INFO copying /tmp/.tmpWfc2Q9/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 ...
104182026-08-11T22:36:12.008Z[ host-image] Aug 11 22:36:11.119 INFO O| Aug 11 22:36:11.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104192026-08-11T22:36:12.008Z[ host-image] Aug 11 22:36:11.119 INFO O| Aug 11 22:36:11.119 INFO ok!
104202026-08-11T22:36:12.008Z[ host-image] Aug 11 22:36:11.119 INFO O| Aug 11 22:36:11.119 INFO STEP 126 (ensure_file) COMPLETE
104212026-08-11T22:36:12.008Z[ host-image] Aug 11 22:36:11.119 INFO O| Aug 11 22:36:11.119 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104222026-08-11T22:36:12.027Z[ host-image] Aug 11 22:36:11.127 INFO O| Aug 11 22:36:11.127 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104232026-08-11T22:36:12.027Z[ host-image] Aug 11 22:36:11.127 INFO O| Aug 11 22:36:11.127 INFO copying /tmp/.tmpWfc2Q9/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 ...
104242026-08-11T22:36:12.028Z[ host-image] Aug 11 22:36:11.127 INFO O| Aug 11 22:36:11.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104252026-08-11T22:36:12.028Z[ host-image] Aug 11 22:36:11.127 INFO O| Aug 11 22:36:11.127 INFO ok!
104262026-08-11T22:36:12.028Z[ host-image] Aug 11 22:36:11.127 INFO O| Aug 11 22:36:11.127 INFO STEP 127 (ensure_file) COMPLETE
104272026-08-11T22:36:12.028Z[ host-image] Aug 11 22:36:11.127 INFO O| Aug 11 22:36:11.127 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104282026-08-11T22:36:12.059Z[ host-image] Aug 11 22:36:11.134 INFO O| Aug 11 22:36:11.134 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104292026-08-11T22:36:12.060Z[ host-image] Aug 11 22:36:11.134 INFO O| Aug 11 22:36:11.134 INFO copying /tmp/.tmpWfc2Q9/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 ...
104302026-08-11T22:36:12.060Z[ host-image] Aug 11 22:36:11.134 INFO O| Aug 11 22:36:11.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104312026-08-11T22:36:12.060Z[ host-image] Aug 11 22:36:11.134 INFO O| Aug 11 22:36:11.134 INFO ok!
104322026-08-11T22:36:12.060Z[ host-image] Aug 11 22:36:11.134 INFO O| Aug 11 22:36:11.134 INFO STEP 128 (ensure_file) COMPLETE
104332026-08-11T22:36:12.060Z[ host-image] Aug 11 22:36:11.134 INFO O| Aug 11 22:36:11.134 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104342026-08-11T22:36:12.060Z[ host-image] Aug 11 22:36:11.141 INFO O| Aug 11 22:36:11.141 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104352026-08-11T22:36:12.060Z[ host-image] Aug 11 22:36:11.141 INFO O| Aug 11 22:36:11.141 INFO copying /tmp/.tmpWfc2Q9/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 ...
104362026-08-11T22:36:12.060Z[ host-image] Aug 11 22:36:11.141 INFO O| Aug 11 22:36:11.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104372026-08-11T22:36:12.060Z[ host-image] Aug 11 22:36:11.141 INFO O| Aug 11 22:36:11.141 INFO ok!
104382026-08-11T22:36:12.060Z[ host-image] Aug 11 22:36:11.141 INFO O| Aug 11 22:36:11.141 INFO STEP 129 (ensure_file) COMPLETE
104392026-08-11T22:36:12.060Z[ host-image] Aug 11 22:36:11.141 INFO O| Aug 11 22:36:11.141 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104402026-08-11T22:36:12.060Z[ host-image] Aug 11 22:36:11.149 INFO O| Aug 11 22:36:11.149 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104412026-08-11T22:36:12.061Z[ host-image] Aug 11 22:36:11.149 INFO O| Aug 11 22:36:11.149 INFO copying /tmp/.tmpWfc2Q9/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 ...
104422026-08-11T22:36:12.061Z[ host-image] Aug 11 22:36:11.149 INFO O| Aug 11 22:36:11.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104432026-08-11T22:36:12.061Z[ host-image] Aug 11 22:36:11.149 INFO O| Aug 11 22:36:11.149 INFO ok!
104442026-08-11T22:36:12.061Z[ host-image] Aug 11 22:36:11.149 INFO O| Aug 11 22:36:11.149 INFO STEP 130 (ensure_file) COMPLETE
104452026-08-11T22:36:12.063Z[ host-image] Aug 11 22:36:11.149 INFO O| Aug 11 22:36:11.149 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104462026-08-11T22:36:12.071Z[ host-image] Aug 11 22:36:11.158 INFO O| Aug 11 22:36:11.158 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104472026-08-11T22:36:12.071Z[ host-image] Aug 11 22:36:11.158 INFO O| Aug 11 22:36:11.158 INFO copying /tmp/.tmpWfc2Q9/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 ...
104482026-08-11T22:36:12.071Z[ host-image] Aug 11 22:36:11.158 INFO O| Aug 11 22:36:11.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104492026-08-11T22:36:12.071Z[ host-image] Aug 11 22:36:11.158 INFO O| Aug 11 22:36:11.158 INFO ok!
104502026-08-11T22:36:12.071Z[ host-image] Aug 11 22:36:11.158 INFO O| Aug 11 22:36:11.158 INFO STEP 131 (ensure_file) COMPLETE
104512026-08-11T22:36:12.071Z[ host-image] Aug 11 22:36:11.158 INFO O| Aug 11 22:36:11.158 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104522026-08-11T22:36:12.071Z[ host-image] Aug 11 22:36:11.165 INFO O| Aug 11 22:36:11.165 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104532026-08-11T22:36:12.071Z[ host-image] Aug 11 22:36:11.165 INFO O| Aug 11 22:36:11.165 INFO copying /tmp/.tmpWfc2Q9/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 ...
104542026-08-11T22:36:12.071Z[ host-image] Aug 11 22:36:11.165 INFO O| Aug 11 22:36:11.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104552026-08-11T22:36:12.071Z[ host-image] Aug 11 22:36:11.165 INFO O| Aug 11 22:36:11.165 INFO ok!
104562026-08-11T22:36:12.071Z[ host-image] Aug 11 22:36:11.165 INFO O| Aug 11 22:36:11.165 INFO STEP 132 (ensure_file) COMPLETE
104572026-08-11T22:36:12.071Z[ host-image] Aug 11 22:36:11.165 INFO O| Aug 11 22:36:11.165 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104582026-08-11T22:36:12.071Z[ host-image] Aug 11 22:36:11.171 INFO O| Aug 11 22:36:11.171 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104592026-08-11T22:36:12.071Z[ host-image] Aug 11 22:36:11.171 INFO O| Aug 11 22:36:11.171 INFO copying /tmp/.tmpWfc2Q9/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 ...
104602026-08-11T22:36:12.071Z[ host-image] Aug 11 22:36:11.171 INFO O| Aug 11 22:36:11.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104612026-08-11T22:36:12.071Z[ host-image] Aug 11 22:36:11.171 INFO O| Aug 11 22:36:11.171 INFO ok!
104622026-08-11T22:36:12.071Z[ host-image] Aug 11 22:36:11.171 INFO O| Aug 11 22:36:11.171 INFO STEP 133 (ensure_file) COMPLETE
104632026-08-11T22:36:12.071Z[ host-image] Aug 11 22:36:11.171 INFO O| Aug 11 22:36:11.171 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104642026-08-11T22:36:12.071Z[ host-image] Aug 11 22:36:11.178 INFO O| Aug 11 22:36:11.178 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104652026-08-11T22:36:12.072Z[ host-image] Aug 11 22:36:11.178 INFO O| Aug 11 22:36:11.178 INFO copying /tmp/.tmpWfc2Q9/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 ...
104662026-08-11T22:36:12.072Z[ host-image] Aug 11 22:36:11.178 INFO O| Aug 11 22:36:11.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104672026-08-11T22:36:12.072Z[ host-image] Aug 11 22:36:11.178 INFO O| Aug 11 22:36:11.178 INFO ok!
104682026-08-11T22:36:12.072Z[ host-image] Aug 11 22:36:11.178 INFO O| Aug 11 22:36:11.178 INFO STEP 134 (ensure_file) COMPLETE
104692026-08-11T22:36:12.072Z[ host-image] Aug 11 22:36:11.178 INFO O| Aug 11 22:36:11.178 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104702026-08-11T22:36:12.072Z[ host-image] Aug 11 22:36:11.184 INFO O| Aug 11 22:36:11.184 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104712026-08-11T22:36:12.072Z[ host-image] Aug 11 22:36:11.184 INFO O| Aug 11 22:36:11.184 INFO copying /tmp/.tmpWfc2Q9/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 ...
104722026-08-11T22:36:12.072Z[ host-image] Aug 11 22:36:11.184 INFO O| Aug 11 22:36:11.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104732026-08-11T22:36:12.072Z[ host-image] Aug 11 22:36:11.184 INFO O| Aug 11 22:36:11.184 INFO ok!
104742026-08-11T22:36:12.072Z[ host-image] Aug 11 22:36:11.184 INFO O| Aug 11 22:36:11.184 INFO STEP 135 (ensure_file) COMPLETE
104752026-08-11T22:36:12.072Z[ host-image] Aug 11 22:36:11.184 INFO O| Aug 11 22:36:11.184 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104762026-08-11T22:36:12.087Z[ host-image] Aug 11 22:36:11.193 INFO O| Aug 11 22:36:11.193 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104772026-08-11T22:36:12.087Z[ host-image] Aug 11 22:36:11.193 INFO O| Aug 11 22:36:11.193 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104782026-08-11T22:36:12.087Z[ host-image] Aug 11 22:36:11.193 INFO O| Aug 11 22:36:11.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104792026-08-11T22:36:12.087Z[ host-image] Aug 11 22:36:11.193 INFO O| Aug 11 22:36:11.193 INFO ok!
104802026-08-11T22:36:12.087Z[ host-image] Aug 11 22:36:11.193 INFO O| Aug 11 22:36:11.193 INFO STEP 136 (ensure_file) COMPLETE
104812026-08-11T22:36:12.087Z[ host-image] Aug 11 22:36:11.193 INFO O| Aug 11 22:36:11.193 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104822026-08-11T22:36:12.098Z[ host-image] Aug 11 22:36:11.202 INFO O| Aug 11 22:36:11.202 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
104832026-08-11T22:36:12.098Z[ host-image] Aug 11 22:36:11.202 INFO O| Aug 11 22:36:11.202 INFO copying /tmp/.tmpWfc2Q9/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 ...
104842026-08-11T22:36:12.098Z[ host-image] Aug 11 22:36:11.202 INFO O| Aug 11 22:36:11.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
104852026-08-11T22:36:12.098Z[ host-image] Aug 11 22:36:11.202 INFO O| Aug 11 22:36:11.202 INFO ok!
104862026-08-11T22:36:12.098Z[ host-image] Aug 11 22:36:11.202 INFO O| Aug 11 22:36:11.202 INFO STEP 137 (ensure_file) COMPLETE
104872026-08-11T22:36:12.098Z[ host-image] Aug 11 22:36:11.202 INFO O| Aug 11 22:36:11.202 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104882026-08-11T22:36:12.098Z[ host-image] Aug 11 22:36:11.211 INFO O| Aug 11 22:36:11.210 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
104892026-08-11T22:36:12.098Z[ host-image] Aug 11 22:36:11.211 INFO O| Aug 11 22:36:11.211 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
104902026-08-11T22:36:12.098Z[ host-image] Aug 11 22:36:11.211 INFO O| Aug 11 22:36:11.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
104912026-08-11T22:36:12.099Z[ host-image] Aug 11 22:36:11.211 INFO O| Aug 11 22:36:11.211 INFO ok!
104922026-08-11T22:36:12.099Z[ host-image] Aug 11 22:36:11.211 INFO O| Aug 11 22:36:11.211 INFO STEP 138 (ensure_file) COMPLETE
104932026-08-11T22:36:12.099Z[ host-image] Aug 11 22:36:11.211 INFO O| Aug 11 22:36:11.211 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104942026-08-11T22:36:12.121Z[ host-image] Aug 11 22:36:11.218 INFO O| Aug 11 22:36:11.218 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
104952026-08-11T22:36:12.121Z[ host-image] Aug 11 22:36:11.218 INFO O| Aug 11 22:36:11.218 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
104962026-08-11T22:36:14.279Z[ recovery-image] Aug 11 22:36:13.396 INFO creating reset image...
104972026-08-11T22:36:14.279Z[ recovery-image] Aug 11 22:36:13.396 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")
104982026-08-11T22:36:14.564Z[ recovery-image] Aug 11 22:36:13.679 INFO E| Updating crates.io index
104992026-08-11T22:36:14.685Z[ recovery-image] Aug 11 22:36:13.800 INFO E| Downloading crates ...
105002026-08-11T22:36:14.735Z[ recovery-image] Aug 11 22:36:13.854 INFO E| Downloaded shared_thread v0.2.0
105012026-08-11T22:36:14.747Z[ recovery-image] Aug 11 22:36:13.857 INFO E| Downloaded colorchoice v1.0.5
105022026-08-11T22:36:14.762Z[ recovery-image] Aug 11 22:36:13.861 INFO E| Downloaded duct v1.1.1
105032026-08-11T22:36:14.762Z[ recovery-image] Aug 11 22:36:13.863 INFO E| Downloaded os_pipe v1.2.3
105042026-08-11T22:36:14.762Z[ recovery-image] Aug 11 22:36:13.864 INFO E| Downloaded shared_child v1.1.1
105052026-08-11T22:36:14.762Z[ recovery-image] Aug 11 22:36:13.865 INFO E| Downloaded sigchld v0.2.4
105062026-08-11T22:36:14.762Z[ recovery-image] Aug 11 22:36:13.865 INFO E| Downloaded clap_lex v1.1.0
105072026-08-11T22:36:14.794Z[ recovery-image] Aug 11 22:36:13.909 INFO E| Compiling libc v0.2.186
105082026-08-11T22:36:14.794Z[ recovery-image] Aug 11 22:36:13.909 INFO E| Compiling proc-macro2 v1.0.106
105092026-08-11T22:36:14.801Z[ recovery-image] Aug 11 22:36:13.910 INFO E| Compiling signal-hook v0.3.18
105102026-08-11T22:36:14.801Z[ recovery-image] Aug 11 22:36:13.910 INFO E| Compiling unicode-ident v1.0.24
105112026-08-11T22:36:14.801Z[ recovery-image] Aug 11 22:36:13.910 INFO E| Compiling quote v1.0.45
105122026-08-11T22:36:14.801Z[ recovery-image] Aug 11 22:36:13.910 INFO E| Compiling utf8parse v0.2.2
105132026-08-11T22:36:14.802Z[ recovery-image] Aug 11 22:36:13.910 INFO E| Compiling colorchoice v1.0.5
105142026-08-11T22:36:14.802Z[ recovery-image] Aug 11 22:36:13.910 INFO E| Compiling anstyle-query v1.1.5
105152026-08-11T22:36:14.802Z[ recovery-image] Aug 11 22:36:13.910 INFO E| Compiling anstyle v1.0.14
105162026-08-11T22:36:14.802Z[ recovery-image] Aug 11 22:36:13.910 INFO E| Compiling is_terminal_polyfill v1.70.2
105172026-08-11T22:36:14.802Z[ recovery-image] Aug 11 22:36:13.910 INFO E| Compiling strsim v0.11.1
105182026-08-11T22:36:14.802Z[ recovery-image] Aug 11 22:36:13.910 INFO E| Compiling heck v0.5.0
105192026-08-11T22:36:14.810Z[ recovery-image] Aug 11 22:36:13.923 INFO E| Compiling clap_lex v1.1.0
105202026-08-11T22:36:14.810Z[ recovery-image] Aug 11 22:36:13.923 INFO E| Compiling shared_thread v0.2.0
105212026-08-11T22:36:14.945Z[ recovery-image] Aug 11 22:36:14.061 INFO E| Compiling anstyle-parse v1.0.0
105222026-08-11T22:36:15.146Z[ recovery-image] Aug 11 22:36:14.258 INFO E| Compiling anstream v1.0.0
105232026-08-11T22:36:15.424Z[ recovery-image] Aug 11 22:36:14.507 INFO E| Compiling clap_builder v4.6.0
105242026-08-11T22:36:15.741Z[ recovery-image] Aug 11 22:36:14.842 INFO E| Compiling errno v0.3.14
105252026-08-11T22:36:15.741Z[ recovery-image] Aug 11 22:36:14.842 INFO E| Compiling os_pipe v1.2.3
105262026-08-11T22:36:15.860Z[ recovery-image] Aug 11 22:36:14.976 INFO E| Compiling signal-hook-registry v1.4.8
105272026-08-11T22:36:16.134Z[ recovery-image] Aug 11 22:36:15.251 INFO E| Compiling syn v2.0.117
105282026-08-11T22:36:16.171Z[ recovery-image] Aug 11 22:36:15.290 INFO E| Compiling sigchld v0.2.4
105292026-08-11T22:36:16.280Z[ recovery-image] Aug 11 22:36:15.398 INFO E| Compiling shared_child v1.1.1
105302026-08-11T22:36:16.421Z[ recovery-image] Aug 11 22:36:15.534 INFO E| Compiling duct v1.1.1
105312026-08-11T22:36:18.502Z[ recovery-image] Aug 11 22:36:17.612 INFO E| Compiling clap_derive v4.6.1
105322026-08-11T22:36:20.072Z[ host-image] Aug 11 22:36:19.184 INFO O| Aug 11 22:36:19.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105332026-08-11T22:36:20.072Z[ host-image] Aug 11 22:36:19.184 INFO O| Aug 11 22:36:19.184 INFO ok!
105342026-08-11T22:36:20.113Z[ host-image] Aug 11 22:36:19.184 INFO O| Aug 11 22:36:19.184 INFO STEP 139 (ensure_file) COMPLETE
105352026-08-11T22:36:20.113Z[ host-image] Aug 11 22:36:19.184 INFO O| Aug 11 22:36:19.184 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105362026-08-11T22:36:20.113Z[ recovery-image] Aug 11 22:36:19.184 INFO E| Compiling clap v4.6.1
105372026-08-11T22:36:20.113Z[ host-image] Aug 11 22:36:19.193 INFO O| Aug 11 22:36:19.193 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105382026-08-11T22:36:20.114Z[ host-image] Aug 11 22:36:19.193 INFO O| Aug 11 22:36:19.193 INFO STEP 140 (ensure_dir) COMPLETE
105392026-08-11T22:36:20.114Z[ host-image] Aug 11 22:36:19.193 INFO O| Aug 11 22:36:19.193 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105402026-08-11T22:36:20.114Z[ host-image] Aug 11 22:36:19.199 INFO O| Aug 11 22:36:19.199 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105412026-08-11T22:36:20.114Z[ host-image] Aug 11 22:36:19.199 INFO O| Aug 11 22:36:19.199 INFO STEP 141 (ensure_dir) COMPLETE
105422026-08-11T22:36:20.114Z[ host-image] Aug 11 22:36:19.199 INFO O| Aug 11 22:36:19.199 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105432026-08-11T22:36:20.130Z[ host-image] Aug 11 22:36:19.206 INFO O| Aug 11 22:36:19.206 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105442026-08-11T22:36:20.130Z[ host-image] Aug 11 22:36:19.206 INFO O| Aug 11 22:36:19.206 INFO STEP 142 (ensure_dir) COMPLETE
105452026-08-11T22:36:20.131Z[ host-image] Aug 11 22:36:19.206 INFO O| Aug 11 22:36:19.206 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105462026-08-11T22:36:20.131Z[ host-image] Aug 11 22:36:19.212 INFO O| Aug 11 22:36:19.212 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105472026-08-11T22:36:20.131Z[ host-image] Aug 11 22:36:19.212 INFO O| Aug 11 22:36:19.212 INFO STEP 143 (ensure_dir) COMPLETE
105482026-08-11T22:36:20.131Z[ host-image] Aug 11 22:36:19.212 INFO O| Aug 11 22:36:19.212 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105492026-08-11T22:36:20.131Z[ host-image] Aug 11 22:36:19.218 INFO O| Aug 11 22:36:19.218 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105502026-08-11T22:36:20.131Z[ host-image] Aug 11 22:36:19.218 INFO O| Aug 11 22:36:19.218 INFO copying /tmp/.tmpWfc2Q9/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 ...
105512026-08-11T22:36:20.140Z[ recovery-image] Aug 11 22:36:19.254 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
105522026-08-11T22:36:20.155Z[ host-image] Aug 11 22:36:19.262 INFO O| Aug 11 22:36:19.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105532026-08-11T22:36:20.155Z[ host-image] Aug 11 22:36:19.262 INFO O| Aug 11 22:36:19.262 INFO ok!
105542026-08-11T22:36:20.155Z[ host-image] Aug 11 22:36:19.262 INFO O| Aug 11 22:36:19.262 INFO STEP 144 (ensure_file) COMPLETE
105552026-08-11T22:36:20.155Z[ host-image] Aug 11 22:36:19.262 INFO O| Aug 11 22:36:19.262 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105562026-08-11T22:36:20.168Z[ host-image] Aug 11 22:36:19.269 INFO O| Aug 11 22:36:19.269 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105572026-08-11T22:36:20.168Z[ host-image] Aug 11 22:36:19.270 INFO O| Aug 11 22:36:19.269 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105582026-08-11T22:36:20.168Z[ host-image] Aug 11 22:36:19.270 INFO O| Aug 11 22:36:19.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105592026-08-11T22:36:20.168Z[ host-image] Aug 11 22:36:19.270 INFO O| Aug 11 22:36:19.270 INFO STEP 145 (ensure_dir) COMPLETE
105602026-08-11T22:36:20.168Z[ host-image] Aug 11 22:36:19.270 INFO O| Aug 11 22:36:19.270 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105612026-08-11T22:36:20.168Z[ host-image] Aug 11 22:36:19.276 INFO O| Aug 11 22:36:19.276 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105622026-08-11T22:36:20.169Z[ host-image] Aug 11 22:36:19.276 INFO O| Aug 11 22:36:19.276 INFO copying /tmp/.tmpWfc2Q9/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105632026-08-11T22:36:20.169Z[ host-image] Aug 11 22:36:19.276 INFO O| Aug 11 22:36:19.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105642026-08-11T22:36:20.169Z[ host-image] Aug 11 22:36:19.276 INFO O| Aug 11 22:36:19.276 INFO ok!
105652026-08-11T22:36:20.169Z[ host-image] Aug 11 22:36:19.276 INFO O| Aug 11 22:36:19.276 INFO STEP 146 (ensure_file) COMPLETE
105662026-08-11T22:36:20.169Z[ host-image] Aug 11 22:36:19.276 INFO O| Aug 11 22:36:19.276 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105672026-08-11T22:36:20.176Z[ host-image] Aug 11 22:36:19.282 INFO O| Aug 11 22:36:19.282 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105682026-08-11T22:36:20.177Z[ host-image] Aug 11 22:36:19.282 INFO O| Aug 11 22:36:19.282 INFO STEP 147 (remove_files) COMPLETE
105692026-08-11T22:36:20.177Z[ host-image] Aug 11 22:36:19.282 INFO O| Aug 11 22:36:19.282 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105702026-08-11T22:36:20.177Z[ host-image] Aug 11 22:36:19.288 INFO O| Aug 11 22:36:19.288 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105712026-08-11T22:36:20.177Z[ host-image] Aug 11 22:36:19.288 INFO O| Aug 11 22:36:19.288 INFO STEP 148 (remove_files) COMPLETE
105722026-08-11T22:36:20.177Z[ host-image] Aug 11 22:36:19.288 INFO O| Aug 11 22:36:19.288 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105732026-08-11T22:36:20.191Z[ host-image] Aug 11 22:36:19.296 INFO O| Aug 11 22:36:19.296 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105742026-08-11T22:36:20.191Z[ host-image] Aug 11 22:36:19.297 INFO O| Aug 11 22:36:19.297 INFO STEP 149 (remove_files) COMPLETE
105752026-08-11T22:36:20.192Z[ host-image] Aug 11 22:36:19.297 INFO O| Aug 11 22:36:19.297 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105762026-08-11T22:36:20.215Z[ host-image] Aug 11 22:36:19.303 INFO O| Aug 11 22:36:19.303 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105772026-08-11T22:36:20.215Z[ host-image] Aug 11 22:36:19.303 INFO O| Aug 11 22:36:19.303 INFO STEP 150 (remove_files) COMPLETE
105782026-08-11T22:36:20.215Z[ host-image] Aug 11 22:36:19.303 INFO O| Aug 11 22:36:19.303 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105792026-08-11T22:36:20.215Z[ host-image] Aug 11 22:36:19.309 INFO O| Aug 11 22:36:19.309 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105802026-08-11T22:36:20.215Z[ host-image] Aug 11 22:36:19.309 INFO O| Aug 11 22:36:19.309 INFO STEP 151 (remove_files) COMPLETE
105812026-08-11T22:36:20.215Z[ host-image] Aug 11 22:36:19.309 INFO O| Aug 11 22:36:19.309 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105822026-08-11T22:36:20.215Z[ host-image] Aug 11 22:36:19.315 INFO O| Aug 11 22:36:19.315 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105832026-08-11T22:36:20.216Z[ host-image] Aug 11 22:36:19.315 INFO O| Aug 11 22:36:19.315 INFO STEP 152 (remove_files) COMPLETE
105842026-08-11T22:36:20.216Z[ host-image] Aug 11 22:36:19.315 INFO O| Aug 11 22:36:19.315 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105852026-08-11T22:36:20.226Z[ host-image] Aug 11 22:36:19.321 INFO O| Aug 11 22:36:19.321 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105862026-08-11T22:36:20.226Z[ host-image] Aug 11 22:36:19.321 INFO O| Aug 11 22:36:19.321 INFO STEP 153 (remove_files) COMPLETE
105872026-08-11T22:36:20.227Z[ host-image] Aug 11 22:36:19.321 INFO O| Aug 11 22:36:19.321 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105882026-08-11T22:36:20.227Z[ host-image] Aug 11 22:36:19.329 INFO O| Aug 11 22:36:19.329 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
105892026-08-11T22:36:20.227Z[ host-image] Aug 11 22:36:19.329 INFO O| Aug 11 22:36:19.329 INFO STEP 154 (remove_files) COMPLETE
105902026-08-11T22:36:20.227Z[ host-image] Aug 11 22:36:19.329 INFO O| Aug 11 22:36:19.329 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105912026-08-11T22:36:20.227Z[ host-image] Aug 11 22:36:19.336 INFO O| Aug 11 22:36:19.336 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
105922026-08-11T22:36:20.227Z[ host-image] Aug 11 22:36:19.336 INFO O| Aug 11 22:36:19.336 INFO STEP 155 (remove_files) COMPLETE
105932026-08-11T22:36:20.227Z[ host-image] Aug 11 22:36:19.336 INFO O| Aug 11 22:36:19.336 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105942026-08-11T22:36:20.251Z[ host-image] Aug 11 22:36:19.342 INFO O| Aug 11 22:36:19.342 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
105952026-08-11T22:36:20.251Z[ host-image] Aug 11 22:36:19.342 INFO O| Aug 11 22:36:19.342 INFO STEP 156 (remove_files) COMPLETE
105962026-08-11T22:36:20.251Z[ host-image] Aug 11 22:36:19.342 INFO O| Aug 11 22:36:19.342 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105972026-08-11T22:36:20.251Z[ host-image] Aug 11 22:36:19.349 INFO O| Aug 11 22:36:19.349 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
105982026-08-11T22:36:20.251Z[ host-image] Aug 11 22:36:19.349 INFO O| Aug 11 22:36:19.349 INFO STEP 157 (remove_files) COMPLETE
105992026-08-11T22:36:20.251Z[ host-image] Aug 11 22:36:19.349 INFO O| Aug 11 22:36:19.349 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106002026-08-11T22:36:20.251Z[ host-image] Aug 11 22:36:19.355 INFO O| Aug 11 22:36:19.355 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106012026-08-11T22:36:20.252Z[ host-image] Aug 11 22:36:19.355 INFO O| Aug 11 22:36:19.355 INFO STEP 158 (remove_files) COMPLETE
106022026-08-11T22:36:20.252Z[ host-image] Aug 11 22:36:19.355 INFO O| Aug 11 22:36:19.355 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106032026-08-11T22:36:20.267Z[ host-image] Aug 11 22:36:19.363 INFO O| Aug 11 22:36:19.362 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106042026-08-11T22:36:20.267Z[ host-image] Aug 11 22:36:19.363 INFO O| Aug 11 22:36:19.363 INFO STEP 159 (remove_files) COMPLETE
106052026-08-11T22:36:20.267Z[ host-image] Aug 11 22:36:19.363 INFO O| Aug 11 22:36:19.363 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106062026-08-11T22:36:20.267Z[ host-image] Aug 11 22:36:19.369 INFO O| Aug 11 22:36:19.369 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106072026-08-11T22:36:20.267Z[ host-image] Aug 11 22:36:19.369 INFO O| Aug 11 22:36:19.369 INFO STEP 160 (remove_files) COMPLETE
106082026-08-11T22:36:20.267Z[ host-image] Aug 11 22:36:19.369 INFO O| Aug 11 22:36:19.369 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106092026-08-11T22:36:20.267Z[ host-image] Aug 11 22:36:19.375 INFO O| Aug 11 22:36:19.375 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106102026-08-11T22:36:20.267Z[ host-image] Aug 11 22:36:19.375 INFO O| Aug 11 22:36:19.375 INFO STEP 161 (remove_files) COMPLETE
106112026-08-11T22:36:20.268Z[ host-image] Aug 11 22:36:19.376 INFO O| Aug 11 22:36:19.375 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106122026-08-11T22:36:20.275Z[ host-image] Aug 11 22:36:19.383 INFO O| Aug 11 22:36:19.383 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106132026-08-11T22:36:20.275Z[ host-image] Aug 11 22:36:19.383 INFO O| Aug 11 22:36:19.383 INFO STEP 162 (remove_files) COMPLETE
106142026-08-11T22:36:20.275Z[ host-image] Aug 11 22:36:19.383 INFO O| Aug 11 22:36:19.383 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106152026-08-11T22:36:20.275Z[ host-image] Aug 11 22:36:19.388 INFO O| Aug 11 22:36:19.388 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106162026-08-11T22:36:20.276Z[ host-image] Aug 11 22:36:19.388 INFO O| Aug 11 22:36:19.388 INFO STEP 163 (remove_files) COMPLETE
106172026-08-11T22:36:20.276Z[ host-image] Aug 11 22:36:19.388 INFO O| Aug 11 22:36:19.388 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106182026-08-11T22:36:20.285Z[ host-image] Aug 11 22:36:19.394 INFO O| Aug 11 22:36:19.394 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106192026-08-11T22:36:20.285Z[ host-image] Aug 11 22:36:19.394 INFO O| Aug 11 22:36:19.394 INFO STEP 164 (remove_files) COMPLETE
106202026-08-11T22:36:20.285Z[ host-image] Aug 11 22:36:19.394 INFO O| Aug 11 22:36:19.394 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106212026-08-11T22:36:20.285Z[ host-image] Aug 11 22:36:19.401 INFO O| Aug 11 22:36:19.401 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106222026-08-11T22:36:20.286Z[ host-image] Aug 11 22:36:19.401 INFO O| Aug 11 22:36:19.401 INFO STEP 165 (remove_files) COMPLETE
106232026-08-11T22:36:20.286Z[ host-image] Aug 11 22:36:19.401 INFO O| Aug 11 22:36:19.401 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106242026-08-11T22:36:20.304Z[ host-image] Aug 11 22:36:19.407 INFO O| Aug 11 22:36:19.407 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106252026-08-11T22:36:20.304Z[ host-image] Aug 11 22:36:19.407 INFO O| Aug 11 22:36:19.407 INFO STEP 166 (remove_files) COMPLETE
106262026-08-11T22:36:20.304Z[ host-image] Aug 11 22:36:19.407 INFO O| Aug 11 22:36:19.407 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106272026-08-11T22:36:20.316Z[ host-image] Aug 11 22:36:19.414 INFO O| Aug 11 22:36:19.414 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106282026-08-11T22:36:20.317Z[ host-image] Aug 11 22:36:19.414 INFO O| Aug 11 22:36:19.414 INFO STEP 167 (remove_files) COMPLETE
106292026-08-11T22:36:20.318Z[ host-image] Aug 11 22:36:19.414 INFO O| Aug 11 22:36:19.414 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106302026-08-11T22:36:20.318Z[ host-image] Aug 11 22:36:19.421 INFO O| Aug 11 22:36:19.421 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106312026-08-11T22:36:20.318Z[ host-image] Aug 11 22:36:19.421 INFO O| Aug 11 22:36:19.421 INFO STEP 168 (remove_files) COMPLETE
106322026-08-11T22:36:20.318Z[ host-image] Aug 11 22:36:19.421 INFO O| Aug 11 22:36:19.421 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106332026-08-11T22:36:20.318Z[ host-image] Aug 11 22:36:19.427 INFO O| Aug 11 22:36:19.427 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106342026-08-11T22:36:20.318Z[ host-image] Aug 11 22:36:19.427 INFO O| Aug 11 22:36:19.427 INFO STEP 169 (remove_files) COMPLETE
106352026-08-11T22:36:20.318Z[ host-image] Aug 11 22:36:19.427 INFO O| Aug 11 22:36:19.427 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106362026-08-11T22:36:20.325Z[ host-image] Aug 11 22:36:19.434 INFO O| Aug 11 22:36:19.434 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106372026-08-11T22:36:20.325Z[ host-image] Aug 11 22:36:19.434 INFO O| Aug 11 22:36:19.434 INFO STEP 170 (remove_files) COMPLETE
106382026-08-11T22:36:20.325Z[ host-image] Aug 11 22:36:19.434 INFO O| Aug 11 22:36:19.434 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106392026-08-11T22:36:20.325Z[ host-image] Aug 11 22:36:19.440 INFO O| Aug 11 22:36:19.440 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106402026-08-11T22:36:20.325Z[ host-image] Aug 11 22:36:19.440 INFO O| Aug 11 22:36:19.440 INFO STEP 171 (remove_files) COMPLETE
106412026-08-11T22:36:20.325Z[ host-image] Aug 11 22:36:19.440 INFO O| Aug 11 22:36:19.440 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106422026-08-11T22:36:20.341Z[ host-image] Aug 11 22:36:19.446 INFO O| Aug 11 22:36:19.446 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106432026-08-11T22:36:20.341Z[ host-image] Aug 11 22:36:19.446 INFO O| Aug 11 22:36:19.446 INFO STEP 172 (remove_files) COMPLETE
106442026-08-11T22:36:20.341Z[ host-image] Aug 11 22:36:19.446 INFO O| Aug 11 22:36:19.446 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106452026-08-11T22:36:20.371Z[ host-image] Aug 11 22:36:19.452 INFO O| Aug 11 22:36:19.452 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106462026-08-11T22:36:20.371Z[ host-image] Aug 11 22:36:19.452 INFO O| Aug 11 22:36:19.452 INFO STEP 173 (remove_files) COMPLETE
106472026-08-11T22:36:20.371Z[ host-image] Aug 11 22:36:19.452 INFO O| Aug 11 22:36:19.452 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106482026-08-11T22:36:20.371Z[ host-image] Aug 11 22:36:19.459 INFO O| Aug 11 22:36:19.459 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106492026-08-11T22:36:20.371Z[ host-image] Aug 11 22:36:19.459 INFO O| Aug 11 22:36:19.459 INFO STEP 174 (remove_files) COMPLETE
106502026-08-11T22:36:20.371Z[ host-image] Aug 11 22:36:19.459 INFO O| Aug 11 22:36:19.459 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106512026-08-11T22:36:20.371Z[ host-image] Aug 11 22:36:19.465 INFO O| Aug 11 22:36:19.465 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106522026-08-11T22:36:20.371Z[ host-image] Aug 11 22:36:19.465 INFO O| Aug 11 22:36:19.465 INFO STEP 175 (remove_files) COMPLETE
106532026-08-11T22:36:20.371Z[ host-image] Aug 11 22:36:19.465 INFO O| Aug 11 22:36:19.465 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106542026-08-11T22:36:20.382Z[ host-image] Aug 11 22:36:19.475 INFO O| Aug 11 22:36:19.475 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106552026-08-11T22:36:20.382Z[ host-image] Aug 11 22:36:19.475 INFO O| Aug 11 22:36:19.475 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
106562026-08-11T22:36:20.916Z[ recovery-image] Aug 11 22:36:20.032 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s
106572026-08-11T22:36:20.932Z[ recovery-image] Aug 11 22:36:20.038 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106582026-08-11T22:36:21.104Z[ recovery-image] Aug 11 22:36:20.218 INFO E| Downloading crates ...
106592026-08-11T22:36:21.146Z[ recovery-image] Aug 11 22:36:20.261 INFO E| Downloaded log v0.4.32
106602026-08-11T22:36:21.155Z[ recovery-image] Aug 11 22:36:20.263 INFO E| Downloaded bit_field v0.10.3
106612026-08-11T22:36:21.155Z[ recovery-image] Aug 11 22:36:20.269 INFO E| Downloaded cpio_reader v0.1.2
106622026-08-11T22:36:21.155Z[ recovery-image] Aug 11 22:36:20.272 INFO E| Downloaded bitstruct v0.1.1
106632026-08-11T22:36:21.163Z[ recovery-image] Aug 11 22:36:20.278 INFO E| Downloaded bitstruct_derive v0.1.0
106642026-08-11T22:36:21.172Z[ recovery-image] Aug 11 22:36:20.290 INFO E| Downloaded bitflags v2.13.0
106652026-08-11T22:36:21.179Z[ recovery-image] Aug 11 22:36:20.296 INFO E| Downloaded miniz_oxide v0.9.1
106662026-08-11T22:36:21.194Z[ recovery-image] Aug 11 22:36:20.298 INFO E| Downloaded raw-cpuid v10.7.0
106672026-08-11T22:36:21.204Z[ recovery-image] Aug 11 22:36:20.309 INFO E| Downloaded goblin v0.10.7
106682026-08-11T22:36:21.313Z[ recovery-image] Aug 11 22:36:20.426 INFO E| Downloaded x86 v0.52.0
106692026-08-11T22:36:21.341Z[ recovery-image] Aug 11 22:36:20.458 INFO E| Updating crates.io index
106702026-08-11T22:36:21.386Z[ recovery-image] Aug 11 22:36:20.504 INFO E| Downloading crates ...
106712026-08-11T22:36:21.412Z[ recovery-image] Aug 11 22:36:20.524 INFO E| Downloaded hashbrown v0.17.1
106722026-08-11T22:36:21.422Z[ recovery-image] Aug 11 22:36:20.528 INFO E| Downloaded rustc-literal-escaper v0.0.7
106732026-08-11T22:36:21.449Z[ recovery-image] Aug 11 22:36:20.567 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)
106742026-08-11T22:36:21.449Z[ recovery-image] Aug 11 22:36:20.567 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)
106752026-08-11T22:36:21.449Z[ recovery-image] Aug 11 22:36:20.567 INFO E| Compiling proc-macro2 v1.0.106
106762026-08-11T22:36:21.449Z[ recovery-image] Aug 11 22:36:20.567 INFO E| Compiling quote v1.0.45
106772026-08-11T22:36:21.462Z[ recovery-image] Aug 11 22:36:20.567 INFO E| Compiling unicode-ident v1.0.24
106782026-08-11T22:36:21.462Z[ recovery-image] Aug 11 22:36:20.567 INFO E| Compiling syn v1.0.109
106792026-08-11T22:36:21.462Z[ recovery-image] Aug 11 22:36:20.567 INFO E| Compiling x86 v0.52.0
106802026-08-11T22:36:21.462Z[ recovery-image] Aug 11 22:36:20.567 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106812026-08-11T22:36:21.462Z[ recovery-image] Aug 11 22:36:20.567 INFO E| Compiling seq-macro v0.3.6
106822026-08-11T22:36:22.363Z[ recovery-image] Aug 11 22:36:21.471 INFO E| Compiling syn v2.0.117
106832026-08-11T22:36:23.640Z[ recovery-image] Aug 11 22:36:22.757 INFO E| Compiling scroll_derive v0.13.1
106842026-08-11T22:36:24.635Z[ recovery-image] Aug 11 22:36:23.747 INFO E| Compiling bitstruct_derive v0.1.0
106852026-08-11T22:36:26.292Z[ host-image] Aug 11 22:36:25.401 INFO O| Aug 11 22:36:25.401 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
106862026-08-11T22:36:26.292Z[ host-image] Aug 11 22:36:25.401 INFO O| Aug 11 22:36:25.401 INFO E| svccfg: Loaded 80 smf(7) service descriptions
106872026-08-11T22:36:26.300Z[ host-image] Aug 11 22:36:25.414 INFO O| Aug 11 22:36:25.414 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], 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"}
106882026-08-11T22:36:26.396Z[ host-image] Aug 11 22:36:25.511 INFO O| Aug 11 22:36:25.511 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
106892026-08-11T22:36:26.448Z[ host-image] Aug 11 22:36:25.566 INFO O| Aug 11 22:36:25.566 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
106902026-08-11T22:36:26.511Z[ host-image] Aug 11 22:36:25.630 INFO O| Aug 11 22:36:25.630 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
106912026-08-11T22:36:26.512Z[ host-image] Aug 11 22:36:25.630 INFO O| Aug 11 22:36:25.630 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
106922026-08-11T22:36:26.536Z[ host-image] Aug 11 22:36:25.632 INFO O| Aug 11 22:36:25.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
106932026-08-11T22:36:26.537Z[ host-image] Aug 11 22:36:25.632 INFO O| Aug 11 22:36:25.632 INFO ok!
106942026-08-11T22:36:26.537Z[ host-image] Aug 11 22:36:25.632 INFO O| Aug 11 22:36:25.632 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
106952026-08-11T22:36:26.537Z[ host-image] Aug 11 22:36:25.632 INFO O| Aug 11 22:36:25.632 INFO STEP 176 (seed_smf) COMPLETE
106962026-08-11T22:36:26.537Z[ host-image] Aug 11 22:36:25.632 INFO O| Aug 11 22:36:25.632 INFO steps complete; finalising image!
106972026-08-11T22:36:26.537Z[ host-image] Aug 11 22:36:25.632 INFO O| Aug 11 22:36:25.632 INFO TRIM POOL: TEMPORARY-sled-zfs
106982026-08-11T22:36:26.591Z[ host-image] Aug 11 22:36:25.710 INFO O| Aug 11 22:36:25.710 INFO trim TEMPORARY-sled-zfs: (5% trimmed, started at Tue Aug 11 22:36:25 2026)
106992026-08-11T22:36:26.812Z[ host-image] Aug 11 22:36:25.923 INFO O| Aug 11 22:36:25.923 INFO temporary pool has 906M used, 118M avail, 1.81x compressratio
107002026-08-11T22:36:26.812Z[ host-image] Aug 11 22:36:25.923 INFO O| Aug 11 22:36:25.923 INFO EXPORT POOL: TEMPORARY-sled-zfs
107012026-08-11T22:36:27.149Z[ host-image] Aug 11 22:36:26.260 INFO O| Aug 11 22:36:26.260 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107022026-08-11T22:36:27.150Z[ host-image] Aug 11 22:36:26.260 INFO O| Aug 11 22:36:26.260 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107032026-08-11T22:36:27.947Z[ host-image] Aug 11 22:36:27.061 INFO O| Aug 11 22:36:27.061 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107042026-08-11T22:36:27.948Z[ host-image] Aug 11 22:36:27.061 INFO O| Aug 11 22:36:27.061 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107052026-08-11T22:36:27.948Z[ host-image] Aug 11 22:36:27.061 INFO O| Aug 11 22:36:27.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107062026-08-11T22:36:27.957Z[ host-image] Aug 11 22:36:27.061 INFO O| Aug 11 22:36:27.061 INFO completed processing sled/zfs
107072026-08-11T22:36:27.957Z[ host-image] Aug 11 22:36:27.061 INFO O| Aug 11 22:36:27.061 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107082026-08-11T22:36:33.680Z[ recovery-image] Aug 11 22:36:32.788 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)
107092026-08-11T22:36:35.724Z[ recovery-image] Aug 11 22:36:34.841 INFO E| Compiling bitflags v1.3.2
107102026-08-11T22:36:35.724Z[ recovery-image] Aug 11 22:36:34.841 INFO E| Compiling bitflags v2.13.0
107112026-08-11T22:36:35.724Z[ recovery-image] Aug 11 22:36:34.841 INFO E| Compiling adler2 v2.0.1
107122026-08-11T22:36:35.724Z[ recovery-image] Aug 11 22:36:34.841 INFO E| Compiling bit_field v0.10.3
107132026-08-11T22:36:35.725Z[ recovery-image] Aug 11 22:36:34.841 INFO E| Compiling log v0.4.32
107142026-08-11T22:36:35.732Z[ recovery-image] Aug 11 22:36:34.841 INFO E| Compiling plain v0.2.3
107152026-08-11T22:36:35.732Z[ recovery-image] Aug 11 22:36:34.841 INFO E| Compiling scroll v0.13.0
107162026-08-11T22:36:35.732Z[ recovery-image] Aug 11 22:36:34.841 INFO E| Compiling bitstruct v0.1.1
107172026-08-11T22:36:35.732Z[ recovery-image] Aug 11 22:36:34.842 INFO E| Compiling static_assertions v1.1.0
107182026-08-11T22:36:35.774Z[ recovery-image] Aug 11 22:36:34.893 INFO E| Compiling raw-cpuid v10.7.0
107192026-08-11T22:36:35.855Z[ recovery-image] Aug 11 22:36:34.944 INFO E| Compiling miniz_oxide v0.9.1
107202026-08-11T22:36:35.893Z[ recovery-image] Aug 11 22:36:35.002 INFO E| Compiling cpio_reader v0.1.2
107212026-08-11T22:36:35.938Z[ recovery-image] Aug 11 22:36:35.055 INFO E| Compiling goblin v0.10.7
107222026-08-11T22:36:38.738Z[ recovery-image] Aug 11 22:36:37.845 INFO E| Finished `release` profile [optimized] target(s) in 17.79s
107232026-08-11T22:36:38.755Z[ recovery-image] Aug 11 22:36:37.863 INFO building ROM for gimlet
107242026-08-11T22:36:38.756Z[ recovery-image] Aug 11 22:36:37.863 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")
107252026-08-11T22:36:38.830Z[ recovery-image] Aug 11 22:36:37.937 INFO E| Downloading crates ...
107262026-08-11T22:36:38.879Z[ recovery-image] Aug 11 22:36:37.982 INFO E| Downloaded is_terminal_polyfill v1.70.1
107272026-08-11T22:36:39.304Z[ recovery-image] Aug 11 22:36:37.985 INFO E| Downloaded os_pipe v1.2.1
107282026-08-11T22:36:39.304Z[ recovery-image] Aug 11 22:36:37.992 INFO E| Downloaded anstream v0.6.18
107292026-08-11T22:36:39.304Z[ recovery-image] Aug 11 22:36:37.999 INFO E| Downloaded toml_datetime v0.6.9
107302026-08-11T22:36:39.304Z[ recovery-image] Aug 11 22:36:38.000 INFO E| Downloaded clap_lex v0.7.4
107312026-08-11T22:36:39.304Z[ recovery-image] Aug 11 22:36:38.001 INFO E| Downloaded shared_child v1.0.1
107322026-08-11T22:36:39.304Z[ recovery-image] Aug 11 22:36:38.002 INFO E| Downloaded anstyle-query v1.1.2
107332026-08-11T22:36:39.304Z[ recovery-image] Aug 11 22:36:38.003 INFO E| Downloaded anstyle v1.0.10
107342026-08-11T22:36:39.311Z[ recovery-image] Aug 11 22:36:38.007 INFO E| Downloaded serde_spanned v0.6.8
107352026-08-11T22:36:39.311Z[ recovery-image] Aug 11 22:36:38.009 INFO E| Downloaded colorchoice v1.0.3
107362026-08-11T22:36:39.311Z[ recovery-image] Aug 11 22:36:38.016 INFO E| Downloaded duct v0.13.7
107372026-08-11T22:36:39.311Z[ recovery-image] Aug 11 22:36:38.020 INFO E| Downloaded anstyle-parse v0.2.6
107382026-08-11T22:36:39.311Z[ recovery-image] Aug 11 22:36:38.023 INFO E| Downloaded toml_write v0.1.1
107392026-08-11T22:36:39.311Z[ recovery-image] Aug 11 22:36:38.024 INFO E| Downloaded clap_derive v4.5.32
107402026-08-11T22:36:39.311Z[ recovery-image] Aug 11 22:36:38.030 INFO E| Downloaded clap v4.5.37
107412026-08-11T22:36:39.311Z[ recovery-image] Aug 11 22:36:38.037 INFO E| Downloaded toml v0.8.22
107422026-08-11T22:36:39.311Z[ recovery-image] Aug 11 22:36:38.056 INFO E| Downloaded cc v1.2.20
107432026-08-11T22:36:39.311Z[ recovery-image] Aug 11 22:36:38.057 INFO E| Downloaded clap_builder v4.5.37
107442026-08-11T22:36:39.311Z[ recovery-image] Aug 11 22:36:38.061 INFO E| Downloaded toml_edit v0.22.26
107452026-08-11T22:36:39.313Z[ recovery-image] Aug 11 22:36:38.079 INFO E| Downloaded winnow v0.7.7
107462026-08-11T22:36:39.313Z[ recovery-image] Aug 11 22:36:38.095 INFO E| Compiling libc v0.2.172
107472026-08-11T22:36:39.313Z[ recovery-image] Aug 11 22:36:38.095 INFO E| Compiling utf8parse v0.2.2
107482026-08-11T22:36:39.313Z[ recovery-image] Aug 11 22:36:38.095 INFO E| Compiling shlex v1.3.0
107492026-08-11T22:36:39.314Z[ recovery-image] Aug 11 22:36:38.095 INFO E| Compiling anstyle-query v1.1.2
107502026-08-11T22:36:39.314Z[ recovery-image] Aug 11 22:36:38.095 INFO E| Compiling equivalent v1.0.2
107512026-08-11T22:36:39.314Z[ recovery-image] Aug 11 22:36:38.095 INFO E| Compiling hashbrown v0.15.2
107522026-08-11T22:36:39.314Z[ recovery-image] Aug 11 22:36:38.095 INFO E| Compiling is_terminal_polyfill v1.70.1
107532026-08-11T22:36:39.314Z[ recovery-image] Aug 11 22:36:38.095 INFO E| Compiling once_cell v1.21.3
107542026-08-11T22:36:39.314Z[ recovery-image] Aug 11 22:36:38.113 INFO E| Compiling colorchoice v1.0.3
107552026-08-11T22:36:39.314Z[ recovery-image] Aug 11 22:36:38.113 INFO E| Compiling anstyle v1.0.10
107562026-08-11T22:36:39.314Z[ recovery-image] Aug 11 22:36:38.113 INFO E| Compiling clap_lex v0.7.4
107572026-08-11T22:36:39.314Z[ recovery-image] Aug 11 22:36:38.113 INFO E| Compiling toml_write v0.1.1
107582026-08-11T22:36:39.314Z[ recovery-image] Aug 11 22:36:38.113 INFO E| Compiling winnow v0.7.7
107592026-08-11T22:36:39.314Z[ recovery-image] Aug 11 22:36:38.139 INFO E| Compiling anyhow v1.0.98
107602026-08-11T22:36:39.314Z[ recovery-image] Aug 11 22:36:38.147 INFO E| Compiling strsim v0.11.1
107612026-08-11T22:36:39.314Z[ recovery-image] Aug 11 22:36:38.151 INFO E| Compiling syn v2.0.101
107622026-08-11T22:36:39.314Z[ recovery-image] Aug 11 22:36:38.227 INFO E| Compiling anstyle-parse v0.2.6
107632026-08-11T22:36:39.314Z[ recovery-image] Aug 11 22:36:38.258 INFO E| Compiling cc v1.2.20
107642026-08-11T22:36:39.314Z[ recovery-image] Aug 11 22:36:38.373 INFO E| Compiling anstream v0.6.18
107652026-08-11T22:36:39.450Z[ recovery-image] Aug 11 22:36:38.567 INFO E| Compiling clap_builder v4.5.37
107662026-08-11T22:36:39.469Z[ recovery-image] Aug 11 22:36:38.588 INFO E| Compiling indexmap v2.9.0
107672026-08-11T22:36:39.618Z[ recovery-image] Aug 11 22:36:38.736 INFO E| Compiling os_pipe v1.2.1
107682026-08-11T22:36:39.618Z[ recovery-image] Aug 11 22:36:38.736 INFO E| Compiling shared_child v1.0.1
107692026-08-11T22:36:39.733Z[ recovery-image] Aug 11 22:36:38.849 INFO E| Compiling duct v0.13.7
107702026-08-11T22:36:40.191Z[ recovery-image] Aug 11 22:36:39.303 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
107712026-08-11T22:36:41.016Z[ recovery-image] Aug 11 22:36:40.135 INFO E| Compiling serde_derive v1.0.219
107722026-08-11T22:36:41.016Z[ recovery-image] Aug 11 22:36:40.135 INFO E| Compiling clap_derive v4.5.32
107732026-08-11T22:36:42.247Z[ recovery-image] Aug 11 22:36:41.362 INFO E| Compiling clap v4.5.37
107742026-08-11T22:36:42.846Z[ recovery-image] Aug 11 22:36:41.961 INFO E| Compiling serde v1.0.219
107752026-08-11T22:36:43.052Z[ host-image] Aug 11 22:36:42.166 INFO O| Aug 11 22:36:42.165 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107762026-08-11T22:36:43.096Z[ host-image] Aug 11 22:36:42.213 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
107772026-08-11T22:36:43.096Z[ host-image] Aug 11 22:36:42.213 INFO expanded image name: "ci 0d88189/${os_short_commit} 2026-08-11 22:21" -> "ci 0d88189/aaf8e74 2026-08-11 22:21"
107782026-08-11T22:36:43.110Z[ host-image] Aug 11 22:36:42.214 INFO output artefacts stored in: "/work/os-host"
107792026-08-11T22:36:43.111Z[ host-image] Aug 11 22:36:42.214 INFO collecting git info from project "amd-host-image-builder"...
107802026-08-11T22:36:43.111Z[ host-image] Aug 11 22:36:42.220 INFO collecting git info from project "dmar-report"...
107812026-08-11T22:36:43.120Z[ host-image] Aug 11 22:36:42.224 INFO collecting git info from project "chelsio-t6-roms"...
107822026-08-11T22:36:43.120Z[ host-image] Aug 11 22:36:42.227 INFO collecting git info from project "phbl"...
107832026-08-11T22:36:43.125Z[ host-image] Aug 11 22:36:42.231 INFO collecting git info from project "bootserver"...
107842026-08-11T22:36:43.142Z[ host-image] Aug 11 22:36:42.235 INFO collecting git info from project "pinprick"...
107852026-08-11T22:36:43.142Z[ host-image] Aug 11 22:36:42.239 INFO collecting git info from project "pilot"...
107862026-08-11T22:36:43.142Z[ host-image] Aug 11 22:36:42.243 INFO collecting git info from project "amd-firmware"...
107872026-08-11T22:36:43.155Z[ host-image] Aug 11 22:36:42.253 INFO collecting git info from project "image-builder"...
107882026-08-11T22:36:43.155Z[ host-image] Aug 11 22:36:42.257 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
107892026-08-11T22:36:43.437Z[ host-image] Aug 11 22:36:42.555 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
107902026-08-11T22:36:43.818Z[ host-image] Aug 11 22:36:42.837 INFO creating Oxide boot image...
107912026-08-11T22:36:43.818Z[ host-image] Aug 11 22:36:42.837 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 0d88189/aaf8e74 2026-08-11 22:21", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
107922026-08-11T22:36:44.503Z[ host-image] Aug 11 22:36:43.622 INFO O| ok, image written!
107932026-08-11T22:36:44.503Z[ host-image] Aug 11 22:36:43.622 INFO O| ok, boot_image_csum file written!
107942026-08-11T22:36:44.523Z[ host-image] Aug 11 22:36:43.625 INFO creating boot archive (CPIO)...
107952026-08-11T22:36:44.523Z[ host-image] Aug 11 22:36:43.625 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
107962026-08-11T22:36:44.523Z[ host-image] Aug 11 22:36:43.629 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
107972026-08-11T22:36:44.523Z[ host-image] Aug 11 22:36:43.629 INFO E| + outfile=/work/os-host/cpio
107982026-08-11T22:36:44.523Z[ host-image] Aug 11 22:36:43.629 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
107992026-08-11T22:36:44.523Z[ host-image] Aug 11 22:36:43.631 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108002026-08-11T22:36:44.523Z[ host-image] Aug 11 22:36:43.631 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108012026-08-11T22:36:44.553Z[ host-image] Aug 11 22:36:43.659 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108022026-08-11T22:36:44.553Z[ host-image] Aug 11 22:36:43.659 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108032026-08-11T22:36:44.572Z[ host-image] Aug 11 22:36:43.667 INFO creating compressed cpio/unix for dev loaders...
108042026-08-11T22:36:44.572Z[ host-image] Aug 11 22:36:43.667 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
108052026-08-11T22:36:44.637Z[ recovery-image] Aug 11 22:36:43.742 INFO E| Compiling serde_spanned v0.6.8
108062026-08-11T22:36:44.637Z[ recovery-image] Aug 11 22:36:43.742 INFO E| Compiling toml_datetime v0.6.9
108072026-08-11T22:36:44.785Z[ host-image] Aug 11 22:36:43.898 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108082026-08-11T22:36:44.799Z[ recovery-image] Aug 11 22:36:43.910 INFO E| Compiling toml_edit v0.22.26
108092026-08-11T22:36:46.242Z[ recovery-image] Aug 11 22:36:45.361 INFO E| Compiling toml v0.8.22
108102026-08-11T22:36:48.209Z[ host-image] Aug 11 22:36:47.330 INFO creating reset image...
108112026-08-11T22:36:48.210Z[ host-image] Aug 11 22:36:47.330 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")
108122026-08-11T22:36:48.287Z[ host-image] Aug 11 22:36:47.404 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
108132026-08-11T22:36:48.301Z[ host-image] Aug 11 22:36:47.405 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108142026-08-11T22:36:48.576Z[ host-image] Aug 11 22:36:47.694 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)
108152026-08-11T22:36:48.576Z[ host-image] Aug 11 22:36:47.694 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)
108162026-08-11T22:36:48.584Z[ host-image] Aug 11 22:36:47.694 INFO E| Compiling proc-macro2 v1.0.106
108172026-08-11T22:36:48.591Z[ host-image] Aug 11 22:36:47.694 INFO E| Compiling quote v1.0.45
108182026-08-11T22:36:48.591Z[ host-image] Aug 11 22:36:47.694 INFO E| Compiling unicode-ident v1.0.24
108192026-08-11T22:36:48.592Z[ host-image] Aug 11 22:36:47.694 INFO E| Compiling syn v1.0.109
108202026-08-11T22:36:48.592Z[ host-image] Aug 11 22:36:47.694 INFO E| Compiling x86 v0.52.0
108212026-08-11T22:36:48.592Z[ host-image] Aug 11 22:36:47.694 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108222026-08-11T22:36:48.592Z[ host-image] Aug 11 22:36:47.694 INFO E| Compiling seq-macro v0.3.6
108232026-08-11T22:36:48.901Z[ recovery-image] Aug 11 22:36:48.010 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.11s
108242026-08-11T22:36:48.916Z[ recovery-image] Aug 11 22:36:48.020 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`
108252026-08-11T22:36:48.932Z[ recovery-image] Aug 11 22:36:48.041 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108262026-08-11T22:36:49.007Z[ recovery-image] Aug 11 22:36:48.127 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
108272026-08-11T22:36:49.016Z[ recovery-image] Aug 11 22:36:48.131 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`
108282026-08-11T22:36:49.171Z[ recovery-image] Aug 11 22:36:48.283 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108292026-08-11T22:36:49.171Z[ recovery-image] Aug 11 22:36:48.283 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108302026-08-11T22:36:49.171Z[ recovery-image] Aug 11 22:36:48.283 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108312026-08-11T22:36:49.192Z[ recovery-image] Aug 11 22:36:48.283 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108322026-08-11T22:36:49.192Z[ recovery-image] Aug 11 22:36:48.283 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108332026-08-11T22:36:49.192Z[ recovery-image] Aug 11 22:36:48.283 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108342026-08-11T22:36:49.192Z[ recovery-image] Aug 11 22:36:48.283 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108352026-08-11T22:36:49.192Z[ recovery-image] Aug 11 22:36:48.283 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108362026-08-11T22:36:49.192Z[ recovery-image] Aug 11 22:36:48.283 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108372026-08-11T22:36:49.192Z[ recovery-image] Aug 11 22:36:48.283 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108382026-08-11T22:36:49.192Z[ recovery-image] Aug 11 22:36:48.283 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108392026-08-11T22:36:49.192Z[ recovery-image] Aug 11 22:36:48.283 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108402026-08-11T22:36:49.192Z[ recovery-image] Aug 11 22:36:48.283 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108412026-08-11T22:36:49.193Z[ recovery-image] Aug 11 22:36:48.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108422026-08-11T22:36:49.202Z[ recovery-image] Aug 11 22:36:48.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108432026-08-11T22:36:49.202Z[ recovery-image] Aug 11 22:36:48.284 INFO O| Info: ABL version: 0x100f5010
108442026-08-11T22:36:49.202Z[ recovery-image] Aug 11 22:36:48.284 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108452026-08-11T22:36:49.202Z[ recovery-image] Aug 11 22:36:48.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108462026-08-11T22:36:49.202Z[ recovery-image] Aug 11 22:36:48.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108472026-08-11T22:36:49.202Z[ recovery-image] Aug 11 22:36:48.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108482026-08-11T22:36:49.202Z[ recovery-image] Aug 11 22:36:48.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108492026-08-11T22:36:49.202Z[ recovery-image] Aug 11 22:36:48.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108502026-08-11T22:36:49.202Z[ recovery-image] Aug 11 22:36:48.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108512026-08-11T22:36:49.202Z[ recovery-image] Aug 11 22:36:48.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108522026-08-11T22:36:49.202Z[ recovery-image] Aug 11 22:36:48.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108532026-08-11T22:36:49.202Z[ recovery-image] Aug 11 22:36:48.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108542026-08-11T22:36:49.202Z[ recovery-image] Aug 11 22:36:48.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108552026-08-11T22:36:49.202Z[ recovery-image] Aug 11 22:36:48.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108562026-08-11T22:36:49.202Z[ recovery-image] Aug 11 22:36:48.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108572026-08-11T22:36:49.207Z[ recovery-image] Aug 11 22:36:48.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108582026-08-11T22:36:49.207Z[ recovery-image] Aug 11 22:36:48.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108592026-08-11T22:36:49.207Z[ recovery-image] Aug 11 22:36:48.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108602026-08-11T22:36:49.207Z[ recovery-image] Aug 11 22:36:48.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108612026-08-11T22:36:49.207Z[ recovery-image] Aug 11 22:36:48.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108622026-08-11T22:36:49.207Z[ recovery-image] Aug 11 22:36:48.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108632026-08-11T22:36:49.218Z[ recovery-image] Aug 11 22:36:48.324 INFO building ROM for cosmo
108642026-08-11T22:36:49.218Z[ recovery-image] Aug 11 22:36:48.324 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")
108652026-08-11T22:36:49.313Z[ recovery-image] Aug 11 22:36:48.433 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108662026-08-11T22:36:49.321Z[ recovery-image] Aug 11 22:36:48.436 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`
108672026-08-11T22:36:49.339Z[ recovery-image] Aug 11 22:36:48.456 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108682026-08-11T22:36:49.416Z[ recovery-image] Aug 11 22:36:48.536 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108692026-08-11T22:36:49.429Z[ recovery-image] Aug 11 22:36:48.541 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`
108702026-08-11T22:36:49.614Z[ host-image] Aug 11 22:36:48.734 INFO E| Compiling syn v2.0.117
108712026-08-11T22:36:49.669Z[ recovery-image] Aug 11 22:36:48.782 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108722026-08-11T22:36:49.675Z[ recovery-image] Aug 11 22:36:48.782 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108732026-08-11T22:36:49.675Z[ recovery-image] Aug 11 22:36:48.782 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108742026-08-11T22:36:49.690Z[ recovery-image] Aug 11 22:36:48.782 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108752026-08-11T22:36:49.690Z[ recovery-image] Aug 11 22:36:48.782 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108762026-08-11T22:36:49.690Z[ recovery-image] Aug 11 22:36:48.782 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108772026-08-11T22:36:49.690Z[ recovery-image] Aug 11 22:36:48.782 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108782026-08-11T22:36:49.690Z[ recovery-image] Aug 11 22:36:48.782 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108792026-08-11T22:36:49.690Z[ recovery-image] Aug 11 22:36:48.782 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108802026-08-11T22:36:49.690Z[ recovery-image] Aug 11 22:36:48.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108812026-08-11T22:36:49.690Z[ recovery-image] Aug 11 22:36:48.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108822026-08-11T22:36:49.690Z[ recovery-image] Aug 11 22:36:48.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108832026-08-11T22:36:49.690Z[ recovery-image] Aug 11 22:36:48.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108842026-08-11T22:36:49.690Z[ recovery-image] Aug 11 22:36:48.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108852026-08-11T22:36:49.698Z[ recovery-image] Aug 11 22:36:48.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108862026-08-11T22:36:49.698Z[ recovery-image] Aug 11 22:36:48.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108872026-08-11T22:36:49.698Z[ recovery-image] Aug 11 22:36:48.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108882026-08-11T22:36:49.698Z[ recovery-image] Aug 11 22:36:48.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108892026-08-11T22:36:49.698Z[ recovery-image] Aug 11 22:36:48.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108902026-08-11T22:36:49.699Z[ recovery-image] Aug 11 22:36:48.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108912026-08-11T22:36:49.699Z[ recovery-image] Aug 11 22:36:48.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108922026-08-11T22:36:49.699Z[ recovery-image] Aug 11 22:36:48.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108932026-08-11T22:36:49.699Z[ recovery-image] Aug 11 22:36:48.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108942026-08-11T22:36:49.699Z[ recovery-image] Aug 11 22:36:48.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108952026-08-11T22:36:49.699Z[ recovery-image] Aug 11 22:36:48.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108962026-08-11T22:36:49.699Z[ recovery-image] Aug 11 22:36:48.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108972026-08-11T22:36:49.699Z[ recovery-image] Aug 11 22:36:48.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108982026-08-11T22:36:49.699Z[ recovery-image] Aug 11 22:36:48.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108992026-08-11T22:36:49.699Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109002026-08-11T22:36:49.699Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109012026-08-11T22:36:49.699Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109022026-08-11T22:36:49.699Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109032026-08-11T22:36:49.699Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109042026-08-11T22:36:49.699Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109052026-08-11T22:36:49.699Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109062026-08-11T22:36:49.699Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109072026-08-11T22:36:49.699Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109082026-08-11T22:36:49.699Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109092026-08-11T22:36:49.699Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109102026-08-11T22:36:49.708Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109112026-08-11T22:36:49.708Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109122026-08-11T22:36:49.708Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109132026-08-11T22:36:49.708Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109142026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109152026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109162026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109172026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109182026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109192026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109202026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109212026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109222026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109232026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109242026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.785 INFO O| Info: ABL version: 0x100af010
109252026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.785 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109262026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.785 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109272026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109282026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109292026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109302026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109312026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109322026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109332026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109342026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109352026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109362026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109372026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109382026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109392026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109402026-08-11T22:36:49.712Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109412026-08-11T22:36:49.713Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109422026-08-11T22:36:49.713Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109432026-08-11T22:36:49.715Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109442026-08-11T22:36:49.715Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109452026-08-11T22:36:49.715Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109462026-08-11T22:36:49.715Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109472026-08-11T22:36:49.715Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109482026-08-11T22:36:49.715Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109492026-08-11T22:36:49.716Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109502026-08-11T22:36:49.716Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109512026-08-11T22:36:49.716Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109522026-08-11T22:36:49.716Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109532026-08-11T22:36:49.716Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109542026-08-11T22:36:49.716Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109552026-08-11T22:36:49.716Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109562026-08-11T22:36:49.716Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109572026-08-11T22:36:49.721Z[ recovery-image] Aug 11 22:36:48.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109582026-08-11T22:36:49.747Z[ recovery-image] Aug 11 22:36:48.825 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109592026-08-11T22:36:49.747Z[ recovery-image] Aug 11 22:36:48.825 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109602026-08-11T22:36:49.747Z[ recovery-image] Aug 11 22:36:48.825 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109612026-08-11T22:36:50.886Z[ recovery-image] Aug 11 22:36:50.005 INFO image complete! materials are in "/work/os-recovery"
109622026-08-11T22:36:50.899Z[ recovery-image]
109632026-08-11T22:36:50.899Z[ recovery-image] real 3:17.720063172
109642026-08-11T22:36:50.899Z[ recovery-image] user 2:34.755226135
109652026-08-11T22:36:50.909Z[ recovery-image] sys 37.394969697
109662026-08-11T22:36:50.909Z[ recovery-image] trap 0.131037576
109672026-08-11T22:36:50.909Z[ recovery-image] tflt 0.825856325
109682026-08-11T22:36:50.909Z[ recovery-image] dflt 0.767284880
109692026-08-11T22:36:50.909Z[ recovery-image] kflt 0.000217680
109702026-08-11T22:36:50.909Z[ recovery-image] lock 7:48.330986454
109712026-08-11T22:36:50.909Z[ recovery-image] slp 17:20.748862298
109722026-08-11T22:36:50.909Z[ recovery-image] lat 29.978494226
109732026-08-11T22:36:50.909Z[ recovery-image] stop 6.377413458
109742026-08-11T22:36:50.909ZAug 11 22:36:50.010 INFO [recovery-image] process exited with exit status: 0 (197.725489832s)
109752026-08-11T22:36:50.909ZAug 11 22:36:50.010 INFO [tuf-v2-recovery] running task
109762026-08-11T22:36:50.909ZAug 11 22:36:50.011 INFO [tuf-v2-recovery] task succeeded (941.532µs)
109772026-08-11T22:36:51.116Z[ host-image] Aug 11 22:36:50.221 INFO E| Compiling scroll_derive v0.13.1
109782026-08-11T22:36:52.333Z[ host-image] Aug 11 22:36:51.369 INFO E| Compiling bitstruct_derive v0.1.0
109792026-08-11T22:37:03.764Z[ host-image] Aug 11 22:37:00.659 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)
109802026-08-11T22:37:03.971Z[ host-image] Aug 11 22:37:02.858 INFO E| Compiling bitflags v1.3.2
109812026-08-11T22:37:03.971Z[ host-image] Aug 11 22:37:02.858 INFO E| Compiling scroll v0.13.0
109822026-08-11T22:37:03.971Z[ host-image] Aug 11 22:37:02.858 INFO E| Compiling adler2 v2.0.1
109832026-08-11T22:37:03.971Z[ host-image] Aug 11 22:37:02.858 INFO E| Compiling log v0.4.32
109842026-08-11T22:37:03.971Z[ host-image] Aug 11 22:37:02.858 INFO E| Compiling bitflags v2.13.0
109852026-08-11T22:37:03.971Z[ host-image] Aug 11 22:37:02.858 INFO E| Compiling bit_field v0.10.3
109862026-08-11T22:37:03.971Z[ host-image] Aug 11 22:37:02.858 INFO E| Compiling plain v0.2.3
109872026-08-11T22:37:03.971Z[ host-image] Aug 11 22:37:02.858 INFO E| Compiling bitstruct v0.1.1
109882026-08-11T22:37:03.971Z[ host-image] Aug 11 22:37:02.858 INFO E| Compiling static_assertions v1.1.0
109892026-08-11T22:37:03.971Z[ host-image] Aug 11 22:37:02.909 INFO E| Compiling raw-cpuid v10.7.0
109902026-08-11T22:37:03.971Z[ host-image] Aug 11 22:37:02.954 INFO E| Compiling miniz_oxide v0.9.1
109912026-08-11T22:37:03.971Z[ host-image] Aug 11 22:37:03.013 INFO E| Compiling cpio_reader v0.1.2
109922026-08-11T22:37:04.162Z[ host-image] Aug 11 22:37:03.081 INFO E| Compiling goblin v0.10.7
109932026-08-11T22:37:06.902Z[ host-image] Aug 11 22:37:06.020 INFO E| Finished `release` profile [optimized] target(s) in 18.60s
109942026-08-11T22:37:06.916Z[ host-image] Aug 11 22:37:06.036 INFO building ROM for gimlet
109952026-08-11T22:37:06.916Z[ host-image] Aug 11 22:37:06.036 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")
109962026-08-11T22:37:07.015Z[ host-image] Aug 11 22:37:06.135 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109972026-08-11T22:37:07.024Z[ host-image] Aug 11 22:37:06.137 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`
109982026-08-11T22:37:07.037Z[ host-image] Aug 11 22:37:06.148 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109992026-08-11T22:37:07.102Z[ host-image] Aug 11 22:37:06.220 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110002026-08-11T22:37:07.113Z[ host-image] Aug 11 22:37:06.223 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`
110012026-08-11T22:37:07.218Z[ host-image] Aug 11 22:37:06.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110022026-08-11T22:37:07.218Z[ host-image] Aug 11 22:37:06.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110032026-08-11T22:37:07.218Z[ host-image] Aug 11 22:37:06.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110042026-08-11T22:37:07.233Z[ host-image] Aug 11 22:37:06.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110052026-08-11T22:37:07.233Z[ host-image] Aug 11 22:37:06.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110062026-08-11T22:37:07.233Z[ host-image] Aug 11 22:37:06.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110072026-08-11T22:37:07.233Z[ host-image] Aug 11 22:37:06.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110082026-08-11T22:37:07.233Z[ host-image] Aug 11 22:37:06.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110092026-08-11T22:37:07.233Z[ host-image] Aug 11 22:37:06.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110102026-08-11T22:37:07.233Z[ host-image] Aug 11 22:37:06.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110112026-08-11T22:37:07.233Z[ host-image] Aug 11 22:37:06.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110122026-08-11T22:37:07.233Z[ host-image] Aug 11 22:37:06.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110132026-08-11T22:37:07.233Z[ host-image] Aug 11 22:37:06.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110142026-08-11T22:37:07.233Z[ host-image] Aug 11 22:37:06.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110152026-08-11T22:37:07.241Z[ host-image] Aug 11 22:37:06.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110162026-08-11T22:37:07.241Z[ host-image] Aug 11 22:37:06.339 INFO O| Info: ABL version: 0x100f5010
110172026-08-11T22:37:07.241Z[ host-image] Aug 11 22:37:06.339 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110182026-08-11T22:37:07.241Z[ host-image] Aug 11 22:37:06.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110192026-08-11T22:37:07.241Z[ host-image] Aug 11 22:37:06.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110202026-08-11T22:37:07.242Z[ host-image] Aug 11 22:37:06.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110212026-08-11T22:37:07.242Z[ host-image] Aug 11 22:37:06.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110222026-08-11T22:37:07.242Z[ host-image] Aug 11 22:37:06.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110232026-08-11T22:37:07.242Z[ host-image] Aug 11 22:37:06.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110242026-08-11T22:37:07.242Z[ host-image] Aug 11 22:37:06.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110252026-08-11T22:37:07.242Z[ host-image] Aug 11 22:37:06.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110262026-08-11T22:37:07.242Z[ host-image] Aug 11 22:37:06.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110272026-08-11T22:37:07.242Z[ host-image] Aug 11 22:37:06.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110282026-08-11T22:37:07.242Z[ host-image] Aug 11 22:37:06.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110292026-08-11T22:37:07.242Z[ host-image] Aug 11 22:37:06.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110302026-08-11T22:37:07.251Z[ host-image] Aug 11 22:37:06.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110312026-08-11T22:37:07.251Z[ host-image] Aug 11 22:37:06.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110322026-08-11T22:37:07.251Z[ host-image] Aug 11 22:37:06.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110332026-08-11T22:37:07.251Z[ host-image] Aug 11 22:37:06.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110342026-08-11T22:37:07.251Z[ host-image] Aug 11 22:37:06.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110352026-08-11T22:37:07.251Z[ host-image] Aug 11 22:37:06.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110362026-08-11T22:37:07.268Z[ host-image] Aug 11 22:37:06.374 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110372026-08-11T22:37:07.269Z[ host-image] Aug 11 22:37:06.374 INFO building ROM for cosmo
110382026-08-11T22:37:07.269Z[ host-image] Aug 11 22:37:06.374 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")
110392026-08-11T22:37:07.342Z[ host-image] Aug 11 22:37:06.462 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110402026-08-11T22:37:07.351Z[ host-image] Aug 11 22:37:06.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/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`
110412026-08-11T22:37:07.391Z[ host-image] Aug 11 22:37:06.475 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110422026-08-11T22:37:07.430Z[ host-image] Aug 11 22:37:06.547 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110432026-08-11T22:37:07.437Z[ host-image] Aug 11 22:37:06.551 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`
110442026-08-11T22:37:07.679Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110452026-08-11T22:37:07.679Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110462026-08-11T22:37:07.717Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110472026-08-11T22:37:07.718Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110482026-08-11T22:37:07.718Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110492026-08-11T22:37:07.718Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110502026-08-11T22:37:07.746Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110512026-08-11T22:37:07.747Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110522026-08-11T22:37:07.747Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110532026-08-11T22:37:07.747Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110542026-08-11T22:37:07.747Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110552026-08-11T22:37:07.747Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110562026-08-11T22:37:07.747Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110572026-08-11T22:37:07.747Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110582026-08-11T22:37:07.747Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110592026-08-11T22:37:07.747Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110602026-08-11T22:37:07.747Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110612026-08-11T22:37:07.747Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110622026-08-11T22:37:07.747Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110632026-08-11T22:37:07.747Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110642026-08-11T22:37:07.756Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110652026-08-11T22:37:07.756Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110662026-08-11T22:37:07.756Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110672026-08-11T22:37:07.756Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110682026-08-11T22:37:07.756Z[ host-image] Aug 11 22:37:06.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110692026-08-11T22:37:07.756Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110702026-08-11T22:37:07.756Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110712026-08-11T22:37:07.756Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110722026-08-11T22:37:07.756Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110732026-08-11T22:37:07.756Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110742026-08-11T22:37:07.756Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110752026-08-11T22:37:07.756Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110762026-08-11T22:37:07.756Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110772026-08-11T22:37:07.756Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110782026-08-11T22:37:07.756Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110792026-08-11T22:37:07.756Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110802026-08-11T22:37:07.757Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110812026-08-11T22:37:07.757Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110822026-08-11T22:37:07.757Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110832026-08-11T22:37:07.757Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110842026-08-11T22:37:07.757Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110852026-08-11T22:37:07.757Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110862026-08-11T22:37:07.757Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110872026-08-11T22:37:07.757Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110882026-08-11T22:37:07.757Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110892026-08-11T22:37:07.757Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110902026-08-11T22:37:07.757Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110912026-08-11T22:37:07.757Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110922026-08-11T22:37:07.757Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110932026-08-11T22:37:07.765Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110942026-08-11T22:37:07.766Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110952026-08-11T22:37:07.766Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110962026-08-11T22:37:07.776Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110972026-08-11T22:37:07.776Z[ host-image] Aug 11 22:37:06.761 INFO O| Info: ABL version: 0x100af010
110982026-08-11T22:37:07.776Z[ host-image] Aug 11 22:37:06.761 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110992026-08-11T22:37:07.776Z[ host-image] Aug 11 22:37:06.761 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111002026-08-11T22:37:07.776Z[ host-image] Aug 11 22:37:06.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111012026-08-11T22:37:07.776Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111022026-08-11T22:37:07.777Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111032026-08-11T22:37:07.777Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111042026-08-11T22:37:07.777Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111052026-08-11T22:37:07.777Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111062026-08-11T22:37:07.777Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111072026-08-11T22:37:07.777Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111082026-08-11T22:37:07.784Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111092026-08-11T22:37:07.784Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111102026-08-11T22:37:07.784Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111112026-08-11T22:37:07.784Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111122026-08-11T22:37:07.784Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111132026-08-11T22:37:07.784Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111142026-08-11T22:37:07.784Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111152026-08-11T22:37:07.784Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111162026-08-11T22:37:07.784Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111172026-08-11T22:37:07.784Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111182026-08-11T22:37:07.784Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111192026-08-11T22:37:07.784Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111202026-08-11T22:37:07.784Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111212026-08-11T22:37:07.784Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111222026-08-11T22:37:07.800Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111232026-08-11T22:37:07.800Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111242026-08-11T22:37:07.800Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111252026-08-11T22:37:07.800Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111262026-08-11T22:37:07.800Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111272026-08-11T22:37:07.801Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111282026-08-11T22:37:07.801Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111292026-08-11T22:37:07.801Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111302026-08-11T22:37:07.801Z[ host-image] Aug 11 22:37:06.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111312026-08-11T22:37:07.801Z[ host-image] Aug 11 22:37:06.796 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111322026-08-11T22:37:07.801Z[ host-image] Aug 11 22:37:06.796 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111332026-08-11T22:37:19.159Z[ host-image] Aug 11 22:37:18.220 INFO image complete! materials are in "/work/os-host"
111342026-08-11T22:37:19.167Z[ host-image]
111352026-08-11T22:37:19.167Z[ host-image] real 3:55.157118161
111362026-08-11T22:37:19.167Z[ host-image] user 2:47.535349812
111372026-08-11T22:37:19.167Z[ host-image] sys 36.965835393
111382026-08-11T22:37:19.167Z[ host-image] trap 0.148578078
111392026-08-11T22:37:19.167Z[ host-image] tflt 0.328995133
111402026-08-11T22:37:19.167Z[ host-image] dflt 0.221367849
111412026-08-11T22:37:19.167Z[ host-image] kflt 0.006719482
111422026-08-11T22:37:19.167Z[ host-image] lock 4:44.889598151
111432026-08-11T22:37:19.167ZAug 11 22:37:18.224 INFO [host-image] process exited with exit status: 0 (235.162684982s)
111442026-08-11T22:37:19.167Z[ host-image] slp 19:53.296830191
111452026-08-11T22:37:19.167Z[ host-image] lat 24.092552735
111462026-08-11T22:37:19.167Z[ host-image] stop 1.583418195
111472026-08-11T22:37:19.168ZAug 11 22:37:18.224 INFO [tuf-v2-host] running task
111482026-08-11T22:37:19.168ZAug 11 22:37:18.224 INFO [tuf-repo] running task
111492026-08-11T22:37:19.168ZAug 11 22:37:18.225 INFO [tuf-v2-host] task succeeded (704.752µs)
111502026-08-11T22:37:19.168ZAug 11 22:37:18.225 INFO [tuf-v2-repo] running task
111512026-08-11T22:37:40.359ZAug 11 22:37:39.479 INFO [tuf-v2-repo] task succeeded (21.253473281s)
111522026-08-11T22:37:40.389ZAug 11 22:37:39.509 INFO assembling repository in `/tmp/tufaceousNj5Iwm`, component: OmicronRepoAssembler
111532026-08-11T22:37:49.058ZAug 11 22:37:48.178 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111542026-08-11T22:37:49.298ZAug 11 22:37:48.417 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111552026-08-11T22:37:51.599ZAug 11 22:37:50.719 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111562026-08-11T22:37:51.651ZAug 11 22:37:50.771 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111572026-08-11T22:37:51.711ZAug 11 22:37:50.831 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111582026-08-11T22:37:51.775ZAug 11 22:37:50.893 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111592026-08-11T22:37:51.828ZAug 11 22:37:50.948 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111602026-08-11T22:37:51.876ZAug 11 22:37:50.996 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111612026-08-11T22:37:51.924ZAug 11 22:37:51.045 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111622026-08-11T22:38:02.299ZAug 11 22:38:01.417 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
111632026-08-11T22:38:02.303ZAug 11 22:38:01.423 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
111642026-08-11T22:38:02.326ZAug 11 22:38:01.446 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
111652026-08-11T22:38:02.382ZAug 11 22:38:01.501 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111662026-08-11T22:38:02.448ZAug 11 22:38:01.568 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111672026-08-11T22:38:02.513ZAug 11 22:38:01.633 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
111682026-08-11T22:38:02.577ZAug 11 22:38:01.697 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
111692026-08-11T22:38:02.583ZAug 11 22:38:01.703 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
111702026-08-11T22:38:02.607ZAug 11 22:38:01.727 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
111712026-08-11T22:38:04.311ZAug 11 22:38:03.431 INFO [tuf-repo] task succeeded (45.206328656s)
111722026-08-11T22:40:36.098Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 59s
111732026-08-11T22:40:38.757ZAug 11 22:40:37.877 INFO [verify-libraries] process exited with exit status: 0 (425.849935939s)
111742026-08-11T22:40:38.757ZAug 11 22:40:37.877 INFO all jobs completed in 1160.103405758s
111752026-08-11T22:40:40.023Zprocess exited: duration 1410580 ms, exit code 0
 
111762026-08-11T22:40:40.037Zfound 41 output files
111772026-08-11T22:40:40.038Zuploading: /work/manifest.toml (17334 bytes)
111782026-08-11T22:40:41.051Zuploaded: /work/manifest.toml
111792026-08-11T22:40:41.051Zuploading: /work/repo.zip (3272489092 bytes)
111802026-08-11T22:41:37.121Zuploaded: /work/repo.zip
111812026-08-11T22:41:37.121Zuploading: /work/repo.zip.sha256.txt (65 bytes)
111822026-08-11T22:41:38.175Zuploaded: /work/repo.zip.sha256.txt
111832026-08-11T22:41:38.175Zuploading: /work/helios.json (647 bytes)
111842026-08-11T22:41:39.199Zuploaded: /work/helios.json
111852026-08-11T22:41:39.199Zuploading: /work/incorporation.p5m (113590 bytes)
111862026-08-11T22:41:40.218Zuploaded: /work/incorporation.p5m
111872026-08-11T22:41:40.219Zuploading: /work/incorporation.p5p (133120 bytes)
111882026-08-11T22:41:41.241Zuploaded: /work/incorporation.p5p
111892026-08-11T22:41:41.248Zuploading: /work/helios-incorp.log (522 bytes)
111902026-08-11T22:41:42.267Zuploaded: /work/helios-incorp.log
111912026-08-11T22:41:42.267Zuploading: /work/helios-setup.log (56907 bytes)
111922026-08-11T22:41:43.282Zuploaded: /work/helios-setup.log
111932026-08-11T22:41:43.282Zuploading: /work/host-image.log (233349 bytes)
111942026-08-11T22:41:44.304Zuploaded: /work/host-image.log
111952026-08-11T22:41:44.304Zuploading: /work/host-package.log (33129 bytes)
111962026-08-11T22:41:45.335Zuploaded: /work/host-package.log
111972026-08-11T22:41:45.335Zuploading: /work/host-target.log (101 bytes)
111982026-08-11T22:41:46.384Zuploaded: /work/host-target.log
111992026-08-11T22:41:46.384Zuploading: /work/incorp-create.log (0 bytes)
112002026-08-11T22:41:47.394Zuploaded: /work/incorp-create.log
112012026-08-11T22:41:47.394Zuploading: /work/incorp-fmt.log (0 bytes)
112022026-08-11T22:41:48.402Zuploaded: /work/incorp-fmt.log
112032026-08-11T22:41:48.402Zuploading: /work/incorp-pkgsend.log (108 bytes)
112042026-08-11T22:41:49.418Zuploaded: /work/incorp-pkgsend.log
112052026-08-11T22:41:49.424Zuploading: /work/incorp-publisher.log (0 bytes)
112062026-08-11T22:41:50.446Zuploaded: /work/incorp-publisher.log
112072026-08-11T22:41:50.446Zuploading: /work/omicron-package.log (10114 bytes)
112082026-08-11T22:41:51.461Zuploaded: /work/omicron-package.log
112092026-08-11T22:41:51.461Zuploading: /work/recovery-image.log (589439 bytes)
112102026-08-11T22:41:52.486Zuploaded: /work/recovery-image.log
112112026-08-11T22:41:52.486Zuploading: /work/recovery-package.log (321 bytes)
112122026-08-11T22:41:53.506Zuploaded: /work/recovery-package.log
112132026-08-11T22:41:53.506Zuploading: /work/recovery-target.log (98 bytes)
112142026-08-11T22:41:54.523Zuploaded: /work/recovery-target.log
112152026-08-11T22:41:54.523Zuploading: /work/stamp-clickhouse.log (117 bytes)
112162026-08-11T22:41:55.538Zuploaded: /work/stamp-clickhouse.log
112172026-08-11T22:41:55.538Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112182026-08-11T22:41:56.560Zuploaded: /work/stamp-clickhouse_keeper.log
112192026-08-11T22:41:56.560Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112202026-08-11T22:41:57.590Zuploaded: /work/stamp-clickhouse_server.log
112212026-08-11T22:41:57.590Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112222026-08-11T22:41:58.608Zuploaded: /work/stamp-cockroachdb.log
112232026-08-11T22:41:58.608Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112242026-08-11T22:41:59.628Zuploaded: /work/stamp-crucible-pantry-zone.log
112252026-08-11T22:41:59.628Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112262026-08-11T22:42:02.739Zuploaded: /work/stamp-crucible-utils.log
112272026-08-11T22:42:02.739Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112282026-08-11T22:42:03.769Zuploaded: /work/stamp-crucible-zone.log
112292026-08-11T22:42:03.769Zuploading: /work/stamp-external-dns.log (119 bytes)
112302026-08-11T22:42:04.782Zuploaded: /work/stamp-external-dns.log
112312026-08-11T22:42:04.782Zuploading: /work/stamp-installinator.log (103 bytes)
112322026-08-11T22:42:05.792Zuploaded: /work/stamp-installinator.log
112332026-08-11T22:42:05.793Zuploading: /work/stamp-internal-dns.log (119 bytes)
112342026-08-11T22:42:06.803Zuploaded: /work/stamp-internal-dns.log
112352026-08-11T22:42:06.803Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112362026-08-11T22:42:07.816Zuploaded: /work/stamp-mg-ddm-gz.log
112372026-08-11T22:42:07.816Zuploading: /work/stamp-nexus.log (112 bytes)
112382026-08-11T22:42:08.825Zuploaded: /work/stamp-nexus.log
112392026-08-11T22:42:08.826Zuploading: /work/stamp-ntp.log (110 bytes)
112402026-08-11T22:42:09.837Zuploaded: /work/stamp-ntp.log
112412026-08-11T22:42:09.837Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112422026-08-11T22:42:10.846Zuploaded: /work/stamp-omicron-sled-agent.log
112432026-08-11T22:42:10.846Zuploading: /work/stamp-overlay.log (114 bytes)
112442026-08-11T22:42:11.858Zuploaded: /work/stamp-overlay.log
112452026-08-11T22:42:11.858Zuploading: /work/stamp-oximeter.log (115 bytes)
112462026-08-11T22:42:12.868Zuploaded: /work/stamp-oximeter.log
112472026-08-11T22:42:12.868Zuploading: /work/stamp-oxlog.log (109 bytes)
112482026-08-11T22:42:13.878Zuploaded: /work/stamp-oxlog.log
112492026-08-11T22:42:13.878Zuploading: /work/stamp-probe.log (112 bytes)
112502026-08-11T22:42:14.889Zuploaded: /work/stamp-probe.log
112512026-08-11T22:42:14.889Zuploading: /work/stamp-propolis-server.log (122 bytes)
112522026-08-11T22:42:15.900Zuploaded: /work/stamp-propolis-server.log
112532026-08-11T22:42:15.900Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
112542026-08-11T22:42:16.910Zuploaded: /work/stamp-pumpkind-gz.log
112552026-08-11T22:42:16.910Zuploading: /work/stamp-switch-asic.log (118 bytes)
112562026-08-11T22:42:17.920Zuploaded: /work/stamp-switch-asic.log
112572026-08-11T22:42:17.920Zuploading: /work/verify-libraries.log (49730 bytes)
112582026-08-11T22:42:18.935Zuploaded: /work/verify-libraries.log