01KYNMVFCG30JQ3JNNKBWDRNKD: 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: 01KYNMWA46GRT3G8M5FPQKSBAC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-29T00:38:26.980Zjob assigned to worker 01KYNMWK4SM57QYWAX78PFBD4H [factory aws, i-0ee2a5a1302cebbe1] (queued for 53 s)
 
22026-07-29T00:38:33.740Zstarting task 0: "setup"
32026-07-29T00:38:33.745Z++ uname -s
42026-07-29T00:38:33.749Z+ kern=SunOS
52026-07-29T00:38:33.749Z+ build_user=build
62026-07-29T00:38:33.749Z+ build_uid=12345
72026-07-29T00:38:33.749Z+ work_dir=/work
82026-07-29T00:38:33.749Z+ input_dir=/input
92026-07-29T00:38:33.749Z+ [[ 0 == 12345 ]]
102026-07-29T00:38:33.749Z+ case "$kern" in
112026-07-29T00:38:33.749Z+ groupadd -g 12345 build
122026-07-29T00:38:33.773Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-29T00:38:35.756Z+ zfs create -o mountpoint=/work rpool/work
142026-07-29T00:38:35.914Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-29T00:38:35.917Z+ home_fs=zfs
162026-07-29T00:38:35.917Z+ [[ zfs == autofs ]]
172026-07-29T00:38:35.917Z+ mkdir -p /home/build
182026-07-29T00:38:35.920Z+ chown build:build /home/build /work
192026-07-29T00:38:36.920Z+ chmod 0700 /home/build /work
202026-07-29T00:38:36.923Zprocess exited: duration 3185 ms, exit code 0
 
212026-07-29T00:38:36.928Zstarting task 1: "rust-toolchain"
222026-07-29T00:38:36.934Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-29T00:38:36.934Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-29T00:38:36.934Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-29T00:38:36.934Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-29T00:38:36.934Z * rust toolchain channel = "1.97.1"
272026-07-29T00:38:36.937Z * rust toolchain profile = "default"
282026-07-29T00:38:36.937Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-29T00:38:36.937Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-29T00:38:36.997Zinfo: downloading installer
312026-07-29T00:38:38.348Zwarn: It looks like you have an existing rustup settings file at:
322026-07-29T00:38:38.348Zwarn: /home/build/.rustup/settings.toml
332026-07-29T00:38:38.348Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-29T00:38:38.348Zwarn: instead of the one inferred from the default host triple.
352026-07-29T00:38:38.354Zinfo: profile set to default
362026-07-29T00:38:38.354Zinfo: default host triple is x86_64-unknown-illumos
372026-07-29T00:38:38.357Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-29T00:38:38.486Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-29T00:38:38.489Zinfo: downloading 6 components
402026-07-29T00:38:52.738Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-29T00:38:52.738Z
422026-07-29T00:38:52.768Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-29T00:38:52.768Z
442026-07-29T00:38:52.768Z
452026-07-29T00:38:52.768ZRust is installed now. Great!
462026-07-29T00:38:52.768Z
472026-07-29T00:38:52.768ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-29T00:38:52.768Zenvironment variable. This has not been done automatically.
492026-07-29T00:38:52.768Z
502026-07-29T00:38:52.768ZTo configure your current shell, you need to source
512026-07-29T00:38:52.768Zthe corresponding env file under $HOME/.cargo.
522026-07-29T00:38:52.768Z
532026-07-29T00:38:52.768ZThis is usually done by running one of the following (note the leading DOT):
542026-07-29T00:38:52.768Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-29T00:38:52.768Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-29T00:38:52.768Zsource "~/.cargo/env.nu" # For nushell
572026-07-29T00:38:52.768Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-29T00:38:52.769Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-29T00:38:52.769Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-29T00:38:52.772Zwarn: no default linker (`cc`) was found in your PATH
612026-07-29T00:38:52.772Zwarn: many Rust crates require a system C toolchain to build
622026-07-29T00:38:52.878Z+ rustup --version
632026-07-29T00:38:52.884Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-29T00:38:52.887Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-29T00:38:52.905Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-29T00:38:52.908Z+ cargo --version
672026-07-29T00:38:52.916Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-29T00:38:52.919Z+ rustc --version
692026-07-29T00:38:52.939Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-29T00:38:52.942Zprocess exited: duration 16013 ms, exit code 0
 
712026-07-29T00:38:52.947Zstarting task 2: "authentication"
722026-07-29T00:38:52.965Zprocess exited: duration 17 ms, exit code 0
 
732026-07-29T00:38:52.971Zstarting task 3: "clone repository"
742026-07-29T00:38:52.975Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-29T00:38:52.978Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-29T00:38:53.011ZCloning into '/work/oxidecomputer/omicron'...
772026-07-29T00:39:02.590Z+ cd /work/oxidecomputer/omicron
782026-07-29T00:39:02.590Z+ git fetch origin 84e182fda794489ad2b97fdfb9aa7a0e00319b9c
792026-07-29T00:39:02.887ZFrom https://github.com/oxidecomputer/omicron
802026-07-29T00:39:02.887Z * branch 84e182fda794489ad2b97fdfb9aa7a0e00319b9c -> FETCH_HEAD
812026-07-29T00:39:02.902Z+ [[ -n eliza/external-client ]]
822026-07-29T00:39:02.905Z++ git branch --show-current
832026-07-29T00:39:02.907Z+ current=main
842026-07-29T00:39:02.907Z+ [[ main != eliza/external-client ]]
852026-07-29T00:39:02.907Z+ git branch -f eliza/external-client 84e182fda794489ad2b97fdfb9aa7a0e00319b9c
862026-07-29T00:39:02.910Z+ git checkout -f eliza/external-client
872026-07-29T00:39:03.162ZSwitched to branch 'eliza/external-client'
882026-07-29T00:39:03.165Z+ git reset --hard 84e182fda794489ad2b97fdfb9aa7a0e00319b9c
892026-07-29T00:39:03.183ZHEAD is now at 84e182fda Update nexus/src/app/external_client.rs
902026-07-29T00:39:03.186Zprocess exited: duration 10213 ms, exit code 0
 
912026-07-29T00:39:03.192Zstarting task 4: "build"
922026-07-29T00:39:03.197Z+ source .github/buildomat/ci-env.sh
932026-07-29T00:39:03.200Z++ export CARGO_TERM_COLOR=always
942026-07-29T00:39:03.200Z++ CARGO_TERM_COLOR=always
952026-07-29T00:39:03.200Z+++ uname -s
962026-07-29T00:39:03.200Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-29T00:39:03.200Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-29T00:39:03.203Z+ cargo --version
992026-07-29T00:39:03.212Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-07-29T00:39:03.215Z+ rustc --version
1012026-07-29T00:39:03.236Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-07-29T00:39:03.239Z+ cargo tree --locked
1032026-07-29T00:39:03.416Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-07-29T00:39:03.694Z Updating crates.io index
1052026-07-29T00:39:03.697Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-07-29T00:39:03.921Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-07-29T00:39:04.210Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-07-29T00:39:05.050Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-07-29T00:39:05.529Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-07-29T00:39:07.093Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-07-29T00:39:07.903Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-07-29T00:39:08.167Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-07-29T00:39:08.511Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-07-29T00:39:09.917Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-07-29T00:39:10.180Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-07-29T00:39:10.494Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1172026-07-29T00:39:10.767Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-07-29T00:39:11.182Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1192026-07-29T00:39:11.670Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-07-29T00:39:11.893Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-07-29T00:39:12.126Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-07-29T00:39:12.378Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-07-29T00:39:12.687Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1242026-07-29T00:39:12.930Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1252026-07-29T00:39:13.161Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1262026-07-29T00:39:13.389Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1272026-07-29T00:39:13.727Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1282026-07-29T00:39:14.027Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-07-29T00:39:14.246Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-07-29T00:39:14.623Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-07-29T00:39:14.855Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1322026-07-29T00:39:15.220Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332026-07-29T00:39:15.715Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342026-07-29T00:39:15.945Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1352026-07-29T00:39:16.162Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-07-29T00:39:16.480Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1372026-07-29T00:39:16.874Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1382026-07-29T00:39:17.263Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1392026-07-29T00:39:17.536Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-07-29T00:39:17.822Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-07-29T00:39:18.051Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-07-29T00:39:18.555Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432026-07-29T00:39:18.792Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442026-07-29T00:39:19.043Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452026-07-29T00:39:19.293Z Updating git repository `https://github.com/illumos/smf-rs`
1462026-07-29T00:39:22.350Z Downloading crates ...
1472026-07-29T00:39:22.397Z Downloaded compression-core v0.4.31
1482026-07-29T00:39:22.416Z Downloaded colorchoice v1.0.4
1492026-07-29T00:39:22.420Z Downloaded cobs v0.3.0
1502026-07-29T00:39:22.426Z Downloaded cpufeatures v0.3.0
1512026-07-29T00:39:22.426Z Downloaded crunchy v0.2.4
1522026-07-29T00:39:22.426Z Downloaded hash32 v0.2.1
1532026-07-29T00:39:22.437Z Downloaded group v0.13.0
1542026-07-29T00:39:22.449Z Downloaded guppy-workspace-hack v0.1.0
1552026-07-29T00:39:22.449Z Downloaded convert_case v0.4.0
1562026-07-29T00:39:22.449Z Downloaded guppy v0.17.25
1572026-07-29T00:39:22.449Z Downloaded clap_lex v1.0.0
1582026-07-29T00:39:22.449Z Downloaded cpufeatures v0.2.17
1592026-07-29T00:39:22.449Z Downloaded crc v3.4.0
1602026-07-29T00:39:22.449Z Downloaded ipnet v2.11.0
1612026-07-29T00:39:22.449Z Downloaded indexmap v1.9.3
1622026-07-29T00:39:22.454Z Downloaded heck v0.5.0
1632026-07-29T00:39:22.454Z Downloaded derive_more-impl v2.1.1
1642026-07-29T00:39:22.454Z Downloaded group v0.14.0
1652026-07-29T00:39:22.454Z Downloaded cstr-argument v0.1.2
1662026-07-29T00:39:22.454Z Downloaded ciborium-io v0.2.2
1672026-07-29T00:39:22.454Z Downloaded ciborium-ll v0.2.2
1682026-07-29T00:39:22.460Z Downloaded crc8 v0.1.1
1692026-07-29T00:39:22.460Z Downloaded hickory-resolver v0.25.2
1702026-07-29T00:39:22.460Z Downloaded darling_macro v0.21.3
1712026-07-29T00:39:22.460Z Downloaded crc-catalog v2.4.0
1722026-07-29T00:39:22.460Z Downloaded constant_time_eq v0.3.1
1732026-07-29T00:39:22.475Z Downloaded hickory-resolver v0.24.4
1742026-07-29T00:39:22.486Z Downloaded httpdate v1.0.3
1752026-07-29T00:39:22.486Z Downloaded hmac v0.12.1
1762026-07-29T00:39:22.486Z Downloaded hostname v0.4.2
1772026-07-29T00:39:22.486Z Downloaded cpubits v0.1.1
1782026-07-29T00:39:22.486Z Downloaded crypto-common v0.1.7
1792026-07-29T00:39:22.486Z Downloaded hashbrown v0.12.3
1802026-07-29T00:39:22.486Z Downloaded home v0.5.12
1812026-07-29T00:39:22.486Z Downloaded highway v1.3.0
1822026-07-29T00:39:22.490Z Downloaded http-range v0.1.5
1832026-07-29T00:39:22.490Z Downloaded colored v2.2.0
1842026-07-29T00:39:22.491Z Downloaded compression-codecs v0.4.37
1852026-07-29T00:39:22.491Z Downloaded hex v0.4.3
1862026-07-29T00:39:22.491Z Downloaded colored v3.1.1
1872026-07-29T00:39:22.525Z Downloaded hex-literal v1.1.0
1882026-07-29T00:39:22.525Z Downloaded hostname v0.3.1
1892026-07-29T00:39:22.526Z Downloaded darling_macro v0.23.0
1902026-07-29T00:39:22.526Z Downloaded darling_macro v0.13.4
1912026-07-29T00:39:22.526Z Downloaded defmt v0.3.100
1922026-07-29T00:39:22.526Z Downloaded inout v0.1.4
1932026-07-29T00:39:22.526Z Downloaded curve25519-dalek-derive v0.1.1
1942026-07-29T00:39:22.526Z Downloaded heck v0.4.1
1952026-07-29T00:39:22.526Z Downloaded inout v0.2.2
1962026-07-29T00:39:22.526Z Downloaded darling_macro v0.20.11
1972026-07-29T00:39:22.553Z Downloaded hash32 v0.3.1
1982026-07-29T00:39:22.553Z Downloaded defmt-parser v1.0.0
1992026-07-29T00:39:22.553Z Downloaded http-body v1.0.1
2002026-07-29T00:39:22.553Z Downloaded hyper-tls v0.6.0
2012026-07-29T00:39:22.553Z Downloaded is_ci v1.2.0
2022026-07-29T00:39:22.553Z Downloaded is_terminal_polyfill v1.70.2
2032026-07-29T00:39:22.553Z Downloaded crucible-workspace-hack v0.1.0
2042026-07-29T00:39:22.563Z Downloaded headers-core v0.3.0
2052026-07-29T00:39:22.563Z Downloaded hex-literal v0.4.1
2062026-07-29T00:39:22.563Z Downloaded ident_case v1.0.1
2072026-07-29T00:39:22.563Z Downloaded illumos-nvpair-sys v0.2.0
2082026-07-29T00:39:22.563Z Downloaded is-terminal v0.4.17
2092026-07-29T00:39:22.563Z Downloaded hubpack_derive v0.1.1
2102026-07-29T00:39:22.563Z Downloaded internet-checksum v0.2.1
2112026-07-29T00:39:22.563Z Downloaded concurrent-queue v2.5.0
2122026-07-29T00:39:22.563Z Downloaded cipher v0.4.4
2132026-07-29T00:39:22.563Z Downloaded constant_time_eq v0.4.2
2142026-07-29T00:39:22.563Z Downloaded globwalk v0.9.1
2152026-07-29T00:39:22.563Z Downloaded corncobs v0.1.4
2162026-07-29T00:39:22.563Z Downloaded criterion-plot v0.6.0
2172026-07-29T00:39:22.563Z Downloaded derive_builder_macro v0.20.2
2182026-07-29T00:39:22.564Z Downloaded instant v0.1.13
2192026-07-29T00:39:22.564Z Downloaded idna_adapter v1.2.1
2202026-07-29T00:39:22.564Z Downloaded cmake v0.1.57
2212026-07-29T00:39:22.564Z Downloaded ctutils v0.4.2
2222026-07-29T00:39:22.564Z Downloaded delegate v0.13.5
2232026-07-29T00:39:22.564Z Downloaded async-stream-impl v0.3.6
2242026-07-29T00:39:22.573Z Downloaded illumos-nvpair v0.3.0
2252026-07-29T00:39:22.573Z Downloaded cmov v0.5.4
2262026-07-29T00:39:22.573Z Downloaded convert_case v0.10.0
2272026-07-29T00:39:22.574Z Downloaded ctr v0.10.1
2282026-07-29T00:39:22.574Z Downloaded defmt v1.0.1
2292026-07-29T00:39:22.574Z Downloaded deranged v0.5.8
2302026-07-29T00:39:22.586Z Downloaded ciborium v0.2.2
2312026-07-29T00:39:22.586Z Downloaded hubpack v0.1.2
2322026-07-29T00:39:22.586Z Downloaded crossbeam-epoch v0.9.18
2332026-07-29T00:39:22.586Z Downloaded arrayref v0.3.9
2342026-07-29T00:39:22.586Z Downloaded atty v0.2.14
2352026-07-29T00:39:22.589Z Downloaded block-buffer v0.12.1
2362026-07-29T00:39:22.589Z Downloaded httptest v0.16.4
2372026-07-29T00:39:22.590Z Downloaded indoc v2.0.7
2382026-07-29T00:39:22.590Z Downloaded cfg_aliases v0.1.1
2392026-07-29T00:39:22.590Z Downloaded backtrace-ext v0.2.1
2402026-07-29T00:39:22.590Z Downloaded debug-ignore v1.0.5
2412026-07-29T00:39:22.590Z Downloaded path-slash v0.1.5
2422026-07-29T00:39:22.604Z Downloaded openssl-probe v0.1.6
2432026-07-29T00:39:22.604Z Downloaded packed_struct_codegen v0.10.1
2442026-07-29T00:39:22.604Z Downloaded openssl-probe v0.2.1
2452026-07-29T00:39:22.616Z Downloaded git-stub-vcs v0.1.0
2462026-07-29T00:39:22.616Z Downloaded pathdiff v0.2.3
2472026-07-29T00:39:22.616Z Downloaded plotters-svg v0.3.7
2482026-07-29T00:39:22.616Z Downloaded derive-ex v0.1.8
2492026-07-29T00:39:22.616Z Downloaded cipher v0.5.2
2502026-07-29T00:39:22.616Z Downloaded indent_write v2.2.0
2512026-07-29T00:39:22.634Z Downloaded ingot v0.2.1
2522026-07-29T00:39:22.634Z Downloaded indoc v1.0.9
2532026-07-29T00:39:22.634Z Downloaded crypto-common v0.2.2
2542026-07-29T00:39:22.634Z Downloaded http-body-util v0.1.3
2552026-07-29T00:39:22.634Z Downloaded ipnetwork v0.21.1
2562026-07-29T00:39:22.634Z Downloaded humantime v2.3.0
2572026-07-29T00:39:22.634Z Downloaded aead v0.6.1
2582026-07-29T00:39:22.634Z Downloaded csv-core v0.1.13
2592026-07-29T00:39:22.635Z Downloaded daft-derive v0.1.7
2602026-07-29T00:39:22.664Z Downloaded ingot-types v0.2.0
2612026-07-29T00:39:22.664Z Downloaded derive_builder_core v0.20.2
2622026-07-29T00:39:22.665Z Downloaded impl-trait-for-tuples v0.2.3
2632026-07-29T00:39:22.665Z Downloaded daft v0.1.7
2642026-07-29T00:39:22.665Z Downloaded darling v0.13.4
2652026-07-29T00:39:22.665Z Downloaded anstyle v1.0.14
2662026-07-29T00:39:22.665Z Downloaded anstream v1.0.0
2672026-07-29T00:39:22.671Z Downloaded hyper-staticfile v0.10.1
2682026-07-29T00:39:22.671Z Downloaded httparse v1.10.1
2692026-07-29T00:39:22.671Z Downloaded proc-macro-error-attr2 v2.0.0
2702026-07-29T00:39:22.671Z Downloaded instability v0.3.11
2712026-07-29T00:39:22.671Z Downloaded bit-vec v0.8.0
2722026-07-29T00:39:22.671Z Downloaded console v0.15.11
2732026-07-29T00:39:22.671Z Downloaded cookie v0.18.1
2742026-07-29T00:39:22.671Z Downloaded const_format_proc_macros v0.2.34
2752026-07-29T00:39:22.671Z Downloaded cookie_store v0.22.1
2762026-07-29T00:39:22.671Z Downloaded data-encoding v2.10.0
2772026-07-29T00:39:22.671Z Downloaded const-oid v0.9.6
2782026-07-29T00:39:22.671Z Downloaded crc32fast v1.5.0
2792026-07-29T00:39:22.671Z Downloaded assert_cmd v2.1.2
2802026-07-29T00:39:22.671Z Downloaded der_derive v0.7.3
2812026-07-29T00:39:22.671Z Downloaded derive_builder v0.20.2
2822026-07-29T00:39:22.690Z Downloaded hickory-client v0.25.2
2832026-07-29T00:39:22.690Z Downloaded clang-sys v1.8.1
2842026-07-29T00:39:22.690Z Downloaded crossbeam-utils v0.8.21
2852026-07-29T00:39:22.690Z Downloaded predicates-tree v1.0.13
2862026-07-29T00:39:22.690Z Downloaded crossbeam-deque v0.8.6
2872026-07-29T00:39:22.690Z Downloaded darling v0.20.11
2882026-07-29T00:39:22.690Z Downloaded addr2line v0.25.1
2892026-07-29T00:39:22.690Z Downloaded compact_str v0.8.1
2902026-07-29T00:39:22.690Z Downloaded hmac v0.13.0
2912026-07-29T00:39:22.691Z Downloaded chumsky v0.9.3
2922026-07-29T00:39:22.691Z Downloaded bs58 v0.5.1
2932026-07-29T00:39:22.691Z Downloaded proc-macro-crate v1.3.1
2942026-07-29T00:39:22.691Z Downloaded buf-list v1.1.2
2952026-07-29T00:39:22.691Z Downloaded bitflags v1.3.2
2962026-07-29T00:39:22.691Z Downloaded cassowary v0.3.0
2972026-07-29T00:39:22.691Z Downloaded radium v0.7.0
2982026-07-29T00:39:22.691Z Downloaded rtoolbox v0.0.3
2992026-07-29T00:39:22.691Z Downloaded recursive v0.1.1
3002026-07-29T00:39:22.691Z Downloaded camino-tempfile-ext v0.3.3
3012026-07-29T00:39:22.691Z Downloaded rand_xorshift v0.4.0
3022026-07-29T00:39:22.691Z Downloaded sapling-renderdag v0.1.0
3032026-07-29T00:39:22.691Z Downloaded secrecy v0.10.3
3042026-07-29T00:39:22.691Z Downloaded semver v0.1.20
3052026-07-29T00:39:22.691Z Downloaded phf v0.13.1
3062026-07-29T00:39:22.691Z Downloaded serde_repr v0.1.20
3072026-07-29T00:39:22.691Z Downloaded rustc_version v0.1.7
3082026-07-29T00:39:22.691Z Downloaded sha1 v0.11.0
3092026-07-29T00:39:22.708Z Downloaded datatest-stable v0.3.3
3102026-07-29T00:39:22.708Z Downloaded defmt-macros v1.0.1
3112026-07-29T00:39:22.708Z Downloaded iana-time-zone v0.1.65
3122026-07-29T00:39:22.708Z Downloaded ppv-lite86 v0.2.21
3132026-07-29T00:39:22.708Z Downloaded console v0.16.2
3142026-07-29T00:39:22.708Z Downloaded darling v0.23.0
3152026-07-29T00:39:22.708Z Downloaded half v1.8.3
3162026-07-29T00:39:22.708Z Downloaded ingot-macros v0.2.0
3172026-07-29T00:39:22.708Z Downloaded clap_derive v4.6.1
3182026-07-29T00:39:22.708Z Downloaded darling v0.21.3
3192026-07-29T00:39:22.708Z Downloaded hyper-rustls v0.27.7
3202026-07-29T00:39:22.708Z Downloaded path-tree v0.8.3
3212026-07-29T00:39:22.708Z Downloaded clap v4.6.1
3222026-07-29T00:39:22.720Z Downloaded const-oid v0.10.2
3232026-07-29T00:39:22.720Z Downloaded crc-any v2.5.0
3242026-07-29T00:39:22.720Z Downloaded similar-asserts v1.7.0
3252026-07-29T00:39:22.723Z Downloaded critical-section v1.2.0
3262026-07-29T00:39:22.723Z Downloaded polyval v0.7.1
3272026-07-29T00:39:22.723Z Downloaded structmeta-derive v0.3.0
3282026-07-29T00:39:22.723Z Downloaded progenitor v0.14.0
3292026-07-29T00:39:22.723Z Downloaded shell-words v1.1.1
3302026-07-29T00:39:22.748Z Downloaded slog-envlogger v2.2.0
3312026-07-29T00:39:22.748Z Downloaded autocfg v1.5.0
3322026-07-29T00:39:22.748Z Downloaded oxide-update-engine v0.1.2
3332026-07-29T00:39:22.753Z Downloaded half v2.7.1
3342026-07-29T00:39:22.753Z Downloaded blake2 v0.10.6
3352026-07-29T00:39:22.753Z Downloaded rustversion v1.0.22
3362026-07-29T00:39:22.753Z Downloaded rusty-fork v0.3.1
3372026-07-29T00:39:22.753Z Downloaded terminal_size v0.4.3
3382026-07-29T00:39:22.753Z Downloaded testing_table v0.3.0
3392026-07-29T00:39:22.754Z Downloaded rand_chacha v0.3.1
3402026-07-29T00:39:22.754Z Downloaded supports-unicode v2.1.0
3412026-07-29T00:39:22.754Z Downloaded sync-ptr v0.1.4
3422026-07-29T00:39:22.754Z Downloaded tokio-test v0.4.5
3432026-07-29T00:39:22.754Z Downloaded toml_datetime v0.6.11
3442026-07-29T00:39:22.754Z Downloaded packed_struct v0.10.1
3452026-07-29T00:39:22.754Z Downloaded parking_lot_core v0.9.12
3462026-07-29T00:39:22.754Z Downloaded partial-io v0.5.4
3472026-07-29T00:39:22.754Z Downloaded rand_chacha v0.9.0
3482026-07-29T00:39:22.754Z Downloaded sec1 v0.7.3
3492026-07-29T00:39:22.754Z Downloaded serde_path_to_error v0.1.20
3502026-07-29T00:39:22.768Z Downloaded port-file v0.1.0
3512026-07-29T00:39:22.768Z Downloaded rustls-native-certs v0.8.3
3522026-07-29T00:39:22.768Z Downloaded scroll v0.13.0
3532026-07-29T00:39:22.768Z Downloaded signature v3.0.0
3542026-07-29T00:39:22.768Z Downloaded tower-layer v0.3.3
3552026-07-29T00:39:22.774Z Downloaded darling_core v0.13.4
3562026-07-29T00:39:22.786Z Downloaded untrusted v0.7.1
3572026-07-29T00:39:22.787Z Downloaded derive-where v1.6.0
3582026-07-29T00:39:22.787Z Downloaded utf8_iter v1.0.4
3592026-07-29T00:39:22.787Z Downloaded derive_more v0.99.20
3602026-07-29T00:39:22.787Z Downloaded pest_derive v2.8.6
3612026-07-29T00:39:22.793Z Downloaded usdt-attr-macro v0.5.0
3622026-07-29T00:39:22.793Z Downloaded waitgroup v0.1.2
3632026-07-29T00:39:22.793Z Downloaded want v0.3.1
3642026-07-29T00:39:22.794Z Downloaded usdt v0.6.0
3652026-07-29T00:39:22.794Z Downloaded hybrid-array v0.4.13
3662026-07-29T00:39:22.794Z Downloaded icu_properties v2.1.2
3672026-07-29T00:39:22.794Z Downloaded dirs-next v2.0.0
3682026-07-29T00:39:22.794Z Downloaded dof v0.3.0
3692026-07-29T00:39:22.808Z Downloaded document-features v0.2.12
3702026-07-29T00:39:22.808Z Downloaded const_format v0.2.35
3712026-07-29T00:39:22.829Z Downloaded heapless v0.8.0
3722026-07-29T00:39:22.829Z Downloaded headers v0.4.1
3732026-07-29T00:39:22.829Z Downloaded slog-term v2.9.2
3742026-07-29T00:39:22.829Z Downloaded strum_macros v0.26.4
3752026-07-29T00:39:22.829Z Downloaded difflib v0.4.0
3762026-07-29T00:39:22.829Z Downloaded dunce v1.0.5
3772026-07-29T00:39:22.829Z Downloaded icu_normalizer v2.1.1
3782026-07-29T00:39:22.829Z Downloaded embedded-io v0.6.1
3792026-07-29T00:39:22.849Z Downloaded string_cache v0.8.9
3802026-07-29T00:39:22.849Z Downloaded enum-as-inner v0.6.1
3812026-07-29T00:39:22.849Z Downloaded equivalent v1.0.2
3822026-07-29T00:39:22.849Z Downloaded foreign-types-shared v0.3.1
3832026-07-29T00:39:22.849Z Downloaded float-cmp v0.10.0
3842026-07-29T00:39:22.849Z Downloaded futures-io v0.3.32
3852026-07-29T00:39:22.849Z Downloaded heapless v0.7.17
3862026-07-29T00:39:22.849Z Downloaded icu_normalizer_data v2.1.1
3872026-07-29T00:39:22.849Z Downloaded smallvec v0.6.14
3882026-07-29T00:39:22.850Z Downloaded support-bundle-viewer v0.1.2
3892026-07-29T00:39:22.850Z Downloaded target-lexicon v0.13.3
3902026-07-29T00:39:22.850Z Downloaded foreign-types-shared v0.1.1
3912026-07-29T00:39:22.850Z Downloaded keccak v0.1.6
3922026-07-29T00:39:22.850Z Downloaded tinystr v0.8.2
3932026-07-29T00:39:22.850Z Downloaded thiserror-no-std v2.0.2
3942026-07-29T00:39:22.850Z Downloaded tls_codec_derive v0.4.2
3952026-07-29T00:39:22.863Z Downloaded event-listener-strategy v0.5.4
3962026-07-29T00:39:22.863Z Downloaded float-ord v0.3.2
3972026-07-29T00:39:22.863Z Downloaded foreign-types-macros v0.2.3
3982026-07-29T00:39:22.863Z Downloaded ghash v0.6.0
3992026-07-29T00:39:22.863Z Downloaded icu_provider v2.1.1
4002026-07-29T00:39:22.864Z Downloaded ignore v0.4.25
4012026-07-29T00:39:22.864Z Downloaded lazy_static v1.5.0
4022026-07-29T00:39:22.864Z Downloaded indicatif v0.18.4
4032026-07-29T00:39:22.864Z Downloaded snafu-derive v0.8.9
4042026-07-29T00:39:22.864Z Downloaded zone v0.3.1
4052026-07-29T00:39:22.864Z Downloaded match_cfg v0.1.0
4062026-07-29T00:39:22.864Z Downloaded newline-converter v0.3.0
4072026-07-29T00:39:22.864Z Downloaded md5 v0.8.0
4082026-07-29T00:39:22.864Z Downloaded nibble_vec v0.1.0
4092026-07-29T00:39:22.864Z Downloaded num-derive v0.4.2
4102026-07-29T00:39:22.874Z Downloaded darling_core v0.21.3
4112026-07-29T00:39:22.874Z Downloaded num-iter v0.1.45
4122026-07-29T00:39:22.874Z Downloaded darling_core v0.20.11
4132026-07-29T00:39:22.885Z Downloaded ascii-canvas v3.0.0
4142026-07-29T00:39:22.885Z Downloaded pkcs5 v0.8.1
4152026-07-29T00:39:22.885Z Downloaded async-stream v0.3.6
4162026-07-29T00:39:22.885Z Downloaded pin-project v1.1.11
4172026-07-29T00:39:22.915Z Downloaded either v1.15.0
4182026-07-29T00:39:22.916Z Downloaded pkcs1 v0.8.0-rc.4
4192026-07-29T00:39:22.916Z Downloaded progenitor-impl v0.14.0
4202026-07-29T00:39:22.916Z Downloaded vsss-rs v3.3.4
4212026-07-29T00:39:22.916Z Downloaded zerofrom v0.1.6
4222026-07-29T00:39:22.916Z Downloaded lru v0.12.5
4232026-07-29T00:39:22.916Z Downloaded ff v0.14.0
4242026-07-29T00:39:22.916Z Downloaded base16ct v1.0.0
4252026-07-29T00:39:22.916Z Downloaded bit-set v0.5.3
4262026-07-29T00:39:22.916Z Downloaded miette-derive v5.10.0
4272026-07-29T00:39:22.916Z Downloaded normalize-line-endings v0.3.0
4282026-07-29T00:39:22.916Z Downloaded tempfile v3.25.0
4292026-07-29T00:39:22.916Z Downloaded crossbeam-channel v0.5.15
4302026-07-29T00:39:22.916Z Downloaded cargo-platform v0.3.2
4312026-07-29T00:39:22.916Z Downloaded cfg-if v1.0.4
4322026-07-29T00:39:22.916Z Downloaded chacha20poly1305 v0.10.1
4332026-07-29T00:39:22.929Z Downloaded walkdir v2.5.0
4342026-07-29T00:39:22.930Z Downloaded zstd-safe v7.2.4
4352026-07-29T00:39:22.930Z Downloaded dyn-clone v1.0.20
4362026-07-29T00:39:22.930Z Downloaded yasna v0.5.2
4372026-07-29T00:39:22.930Z Downloaded base16ct v0.2.0
4382026-07-29T00:39:22.930Z Downloaded oso-derive v0.27.3
4392026-07-29T00:39:22.930Z Downloaded parking v2.2.1
4402026-07-29T00:39:22.930Z Downloaded bitfield-macros v0.19.4
4412026-07-29T00:39:22.930Z Downloaded plain v0.2.3
4422026-07-29T00:39:22.944Z Downloaded icu_collections v2.1.1
4432026-07-29T00:39:22.944Z Downloaded libsw v3.5.0
4442026-07-29T00:39:22.968Z Downloaded icu_locale_core v2.1.1
4452026-07-29T00:39:22.968Z Downloaded arc-swap v1.8.2
4462026-07-29T00:39:22.968Z Downloaded tls_codec v0.4.2
4472026-07-29T00:39:22.968Z Downloaded tui-tree-widget v0.23.1
4482026-07-29T00:39:22.968Z Downloaded linkme-impl v0.3.35
4492026-07-29T00:39:22.968Z Downloaded num-rational v0.4.2
4502026-07-29T00:39:22.968Z Downloaded anstyle-parse v1.0.0
4512026-07-29T00:39:22.968Z Downloaded arrayvec v0.7.6
4522026-07-29T00:39:22.968Z Downloaded block-padding v0.4.2
4532026-07-29T00:39:22.973Z Downloaded progenitor-macro v0.13.0
4542026-07-29T00:39:22.973Z Downloaded progenitor-macro v0.14.0
4552026-07-29T00:39:22.973Z Downloaded prettyplease v0.2.37
4562026-07-29T00:39:22.973Z Downloaded parse-display v0.10.0
4572026-07-29T00:39:22.973Z Downloaded parse-size v1.1.0
4582026-07-29T00:39:22.973Z Downloaded internal-russh-num-bigint v0.5.0
4592026-07-29T00:39:22.973Z Downloaded serde_core v1.0.228
4602026-07-29T00:39:22.973Z Downloaded der v0.7.10
4612026-07-29T00:39:22.974Z Downloaded darling_core v0.23.0
4622026-07-29T00:39:22.974Z Downloaded progenitor-impl v0.13.0
4632026-07-29T00:39:22.974Z Downloaded socket2 v0.5.10
4642026-07-29T00:39:22.974Z Downloaded derive_more v2.1.1
4652026-07-29T00:39:22.980Z Downloaded rustc_version v0.4.1
4662026-07-29T00:39:22.980Z Downloaded ff v0.13.1
4672026-07-29T00:39:22.980Z Downloaded futures-timer v3.0.3
4682026-07-29T00:39:22.980Z Downloaded http v1.4.2
4692026-07-29T00:39:22.980Z Downloaded russh-cryptovec v0.62.0
4702026-07-29T00:39:22.987Z Downloaded trybuild v1.0.116
4712026-07-29T00:39:22.988Z Downloaded scroll_derive v0.12.1
4722026-07-29T00:39:22.988Z Downloaded writeable v0.6.2
4732026-07-29T00:39:22.988Z Downloaded seq-macro v0.3.6
4742026-07-29T00:39:22.991Z Downloaded vergen v9.1.0
4752026-07-29T00:39:23.034Z Downloaded ref-cast-impl v1.0.25
4762026-07-29T00:39:23.158Z Downloaded ref-cast v1.0.25
4772026-07-29T00:39:23.158Z Downloaded serde_plain v1.0.2
4782026-07-29T00:39:23.158Z Downloaded siphasher v1.0.2
4792026-07-29T00:39:23.158Z Downloaded tap v1.0.1
4802026-07-29T00:39:23.158Z Downloaded serde_yaml v0.9.34+deprecated
4812026-07-29T00:39:23.158Z Downloaded slog v2.8.2
4822026-07-29T00:39:23.158Z Downloaded pkg-config v0.3.32
4832026-07-29T00:39:23.158Z Downloaded primefield v0.14.0
4842026-07-29T00:39:23.158Z Downloaded rustc-hash v2.1.1
4852026-07-29T00:39:23.158Z Downloaded signature v2.2.0
4862026-07-29T00:39:23.159Z Downloaded backtrace v0.3.76
4872026-07-29T00:39:23.159Z Downloaded byteorder v1.5.0
4882026-07-29T00:39:23.159Z Downloaded proc-macro-error v1.0.4
4892026-07-29T00:39:23.159Z Downloaded num-integer v0.1.46
4902026-07-29T00:39:23.159Z Downloaded rand_core v0.9.5
4912026-07-29T00:39:23.159Z Downloaded test-strategy v0.4.5
4922026-07-29T00:39:23.202Z Downloaded indexmap v2.14.0
4932026-07-29T00:39:23.202Z Downloaded typify v0.6.2
4942026-07-29T00:39:23.202Z Downloaded event-listener v5.4.1
4952026-07-29T00:39:23.202Z Downloaded hickory-server v0.25.2
4962026-07-29T00:39:23.202Z Downloaded knuffel-derive v3.2.0
4972026-07-29T00:39:23.202Z Downloaded bytecount v0.6.9
4982026-07-29T00:39:23.202Z Downloaded rand_seeder v0.4.0
4992026-07-29T00:39:23.202Z Downloaded structmeta v0.3.0
5002026-07-29T00:39:23.203Z Downloaded password-hash v0.5.0
5012026-07-29T00:39:23.203Z Downloaded slog-bunyan v2.5.0
5022026-07-29T00:39:23.203Z Downloaded sqlparser_derive v0.5.0
5032026-07-29T00:39:23.203Z Downloaded swrite v0.1.0
5042026-07-29T00:39:23.203Z Downloaded try-lock v0.2.5
5052026-07-29T00:39:23.203Z Downloaded typify-macro v0.6.2
5062026-07-29T00:39:23.203Z Downloaded tabled_derive v0.11.0
5072026-07-29T00:39:23.203Z Downloaded thread-id v5.1.0
5082026-07-29T00:39:23.203Z Downloaded scroll v0.12.0
5092026-07-29T00:39:23.203Z Downloaded parse-display-derive v0.10.0
5102026-07-29T00:39:23.203Z Downloaded phf v0.12.1
5112026-07-29T00:39:23.203Z Downloaded p256 v0.14.0
5122026-07-29T00:39:23.203Z Downloaded crypto-bigint v0.5.5
5132026-07-29T00:39:23.203Z Downloaded usdt-macro v0.5.0
5142026-07-29T00:39:23.203Z Downloaded schemars v1.2.1
5152026-07-29T00:39:23.203Z Downloaded toml_edit v0.23.10+spec-1.0.0
5162026-07-29T00:39:23.203Z Downloaded postgres-protocol v0.6.10
5172026-07-29T00:39:23.203Z Downloaded progenitor v0.13.0
5182026-07-29T00:39:23.203Z Downloaded chacha20 v0.10.0
5192026-07-29T00:39:23.203Z Downloaded tinyvec_macros v0.1.1
5202026-07-29T00:39:23.203Z Downloaded wnaf v0.14.0
5212026-07-29T00:39:23.203Z Downloaded yoke-derive v0.8.1
5222026-07-29T00:39:23.203Z Downloaded dof v0.4.0
5232026-07-29T00:39:23.203Z Downloaded embedded-io v0.4.0
5242026-07-29T00:39:23.203Z Downloaded module-lattice v0.2.3
5252026-07-29T00:39:23.203Z Downloaded universal-hash v0.6.1
5262026-07-29T00:39:23.203Z Downloaded async-compression v0.4.41
5272026-07-29T00:39:23.203Z Downloaded pin-project-internal v1.1.11
5282026-07-29T00:39:23.204Z Downloaded slog-stdlog v4.1.1
5292026-07-29T00:39:23.204Z Downloaded fixedbitset v0.4.2
5302026-07-29T00:39:23.204Z Downloaded rpassword v7.5.4
5312026-07-29T00:39:23.204Z Downloaded criterion v0.7.0
5322026-07-29T00:39:23.204Z Downloaded hashbrown v0.13.2
5332026-07-29T00:39:23.204Z Downloaded strum_macros v0.27.2
5342026-07-29T00:39:23.204Z Downloaded dropshot_endpoint v0.17.1
5352026-07-29T00:39:23.204Z Downloaded pkcs8 v0.11.0
5362026-07-29T00:39:23.204Z Downloaded hyper-util v0.1.20
5372026-07-29T00:39:23.204Z Downloaded aead v0.5.2
5382026-07-29T00:39:23.204Z Downloaded zerofrom-derive v0.1.6
5392026-07-29T00:39:23.204Z Downloaded dtrace-parser v0.2.0
5402026-07-29T00:39:23.204Z Downloaded quinn-udp v0.5.14
5412026-07-29T00:39:23.204Z Downloaded termios v0.3.3
5422026-07-29T00:39:23.204Z Downloaded foreign-types v0.5.0
5432026-07-29T00:39:23.204Z Downloaded cc v1.2.56
5442026-07-29T00:39:23.204Z Downloaded itertools v0.10.5
5452026-07-29T00:39:23.204Z Downloaded blake2 v0.11.0-rc.6
5462026-07-29T00:39:23.204Z Downloaded steno v0.4.1
5472026-07-29T00:39:23.204Z Downloaded qorb v0.4.1
5482026-07-29T00:39:23.204Z Downloaded thiserror v2.0.18
5492026-07-29T00:39:23.204Z Downloaded futures-task v0.3.32
5502026-07-29T00:39:23.204Z Downloaded git-stub v1.0.0
5512026-07-29T00:39:23.204Z Downloaded generic-array v1.4.3
5522026-07-29T00:39:23.204Z Downloaded getrandom v0.4.1
5532026-07-29T00:39:23.204Z Downloaded cancel-safe-futures v0.1.5
5542026-07-29T00:39:23.204Z Downloaded oxide-update-engine-display v0.1.2
5552026-07-29T00:39:23.204Z Downloaded sqlformat v0.3.5
5562026-07-29T00:39:23.205Z Downloaded hkdf v0.13.0
5572026-07-29T00:39:23.205Z Downloaded stringprep v0.1.5
5582026-07-29T00:39:23.205Z Downloaded foreign-types v0.3.2
5592026-07-29T00:39:23.205Z Downloaded vergen-git2 v9.1.0
5602026-07-29T00:39:23.205Z Downloaded futures-sink v0.3.32
5612026-07-29T00:39:23.205Z Downloaded linked-hash-map v0.5.6
5622026-07-29T00:39:23.205Z Downloaded der v0.8.0
5632026-07-29T00:39:23.205Z Downloaded libbz2-rs-sys v0.2.2
5642026-07-29T00:39:23.205Z Downloaded semver v1.0.28
5652026-07-29T00:39:23.205Z Downloaded toml_edit v0.22.27
5662026-07-29T00:39:23.205Z Downloaded postcard v1.1.3
5672026-07-29T00:39:23.205Z Downloaded uzers v0.12.2
5682026-07-29T00:39:23.205Z Downloaded serde_with_macros v1.5.2
5692026-07-29T00:39:23.205Z Downloaded num-derive v0.3.3
5702026-07-29T00:39:23.205Z Downloaded adler2 v2.0.1
5712026-07-29T00:39:23.205Z Downloaded log v0.4.29
5722026-07-29T00:39:23.285Z Downloaded ed25519 v2.2.3
5732026-07-29T00:39:23.285Z Downloaded fallible-iterator v0.2.0
5742026-07-29T00:39:23.285Z Downloaded lzss v0.8.2
5752026-07-29T00:39:23.285Z Downloaded maybe-uninit v2.0.0
5762026-07-29T00:39:23.285Z Downloaded hashbrown v0.14.5
5772026-07-29T00:39:23.285Z Downloaded crossterm v0.28.1
5782026-07-29T00:39:23.285Z Downloaded zip v0.6.6
5792026-07-29T00:39:23.285Z Downloaded digest v0.11.3
5802026-07-29T00:39:23.286Z Downloaded tokio-tungstenite v0.21.0
5812026-07-29T00:39:23.286Z Downloaded nested v0.1.1
5822026-07-29T00:39:23.286Z Downloaded array-init v0.0.4
5832026-07-29T00:39:23.286Z Downloaded assert-json-diff v2.0.2
5842026-07-29T00:39:23.286Z Downloaded assert_matches v1.5.0
5852026-07-29T00:39:23.286Z Downloaded num_enum_derive v0.5.11
5862026-07-29T00:39:23.286Z Downloaded hashbrown v0.16.1
5872026-07-29T00:39:23.286Z Downloaded thiserror v1.0.69
5882026-07-29T00:39:23.286Z Downloaded hashbrown v0.15.5
5892026-07-29T00:39:23.286Z Downloaded toml_parser v1.1.2+spec-1.1.0
5902026-07-29T00:39:23.286Z Downloaded serde_tokenstream v0.2.3
5912026-07-29T00:39:23.286Z Downloaded zstd v0.13.3
5922026-07-29T00:39:23.286Z Downloaded unicode-properties v0.1.4
5932026-07-29T00:39:23.286Z Downloaded sha2 v0.11.0
5942026-07-29T00:39:23.286Z Downloaded libefi-sys v0.1.0
5952026-07-29T00:39:23.286Z Downloaded wyz v0.5.1
5962026-07-29T00:39:23.286Z Downloaded rsa v0.10.0-rc.18
5972026-07-29T00:39:23.286Z Downloaded plotters-backend v0.3.7
5982026-07-29T00:39:23.286Z Downloaded progenitor-client v0.14.0
5992026-07-29T00:39:23.286Z Downloaded term v0.7.0
6002026-07-29T00:39:23.286Z Downloaded keccak v0.2.0
6012026-07-29T00:39:23.286Z Downloaded predicates-core v1.0.10
6022026-07-29T00:39:23.286Z Downloaded serde_with v1.14.0
6032026-07-29T00:39:23.286Z Downloaded p384 v0.14.0
6042026-07-29T00:39:23.286Z Downloaded displaydoc v0.2.5
6052026-07-29T00:39:23.287Z Downloaded newtype_derive v0.1.6
6062026-07-29T00:39:23.287Z Downloaded jobserver v0.1.34
6072026-07-29T00:39:23.287Z Downloaded scopeguard v1.2.0
6082026-07-29T00:39:23.287Z Downloaded scroll_derive v0.13.1
6092026-07-29T00:39:23.287Z Downloaded sha1 v0.10.6
6102026-07-29T00:39:23.287Z Downloaded signal-hook v0.3.18
6112026-07-29T00:39:23.287Z Downloaded spin v0.9.8
6122026-07-29T00:39:23.287Z Downloaded subprocess v0.2.15
6132026-07-29T00:39:23.287Z Downloaded ar_archive_writer v0.5.1
6142026-07-29T00:39:23.287Z Downloaded linear-map v1.2.0
6152026-07-29T00:39:23.287Z Downloaded blowfish v0.10.0
6162026-07-29T00:39:23.287Z Downloaded signal-hook-mio v0.2.5
6172026-07-29T00:39:23.287Z Downloaded strsim v0.11.1
6182026-07-29T00:39:23.287Z Downloaded owo-colors v3.5.0
6192026-07-29T00:39:23.287Z Downloaded strsim v0.10.0
6202026-07-29T00:39:23.287Z Downloaded iri-string v0.7.10
6212026-07-29T00:39:23.308Z Downloaded itertools v0.12.1
6222026-07-29T00:39:23.308Z Downloaded take_mut v0.2.2
6232026-07-29T00:39:23.308Z Downloaded thiserror-impl-no-std v2.0.2
6242026-07-29T00:39:23.308Z Downloaded peg-macros v0.8.5
6252026-07-29T00:39:23.308Z Downloaded supports-hyperlinks v2.1.0
6262026-07-29T00:39:23.308Z Downloaded hashbrown v0.17.0
6272026-07-29T00:39:23.315Z Downloaded rand v0.10.1
6282026-07-29T00:39:23.315Z Downloaded bit-vec v0.6.3
6292026-07-29T00:39:23.315Z Downloaded bitfield v0.19.4
6302026-07-29T00:39:23.315Z Downloaded cexpr v0.6.0
6312026-07-29T00:39:23.315Z Downloaded password-hash v0.6.1
6322026-07-29T00:39:23.315Z Downloaded cbc v0.2.1
6332026-07-29T00:39:23.315Z Downloaded proc-macro-error2 v2.0.1
6342026-07-29T00:39:23.315Z Downloaded tower-service v0.3.3
6352026-07-29T00:39:23.315Z Downloaded unicode-linebreak v0.1.5
6362026-07-29T00:39:23.315Z Downloaded zerocopy-derive v0.7.35
6372026-07-29T00:39:23.316Z Downloaded des v0.9.0
6382026-07-29T00:39:23.323Z Downloaded unicode-xid v0.2.6
6392026-07-29T00:39:23.326Z Downloaded uuid v1.23.4
6402026-07-29T00:39:23.326Z Downloaded memmap2 v0.9.10
6412026-07-29T00:39:23.331Z Downloaded typenum v1.20.1
6422026-07-29T00:39:23.334Z Downloaded dirs-sys-next v0.1.2
6432026-07-29T00:39:23.334Z Downloaded futures-channel v0.3.32
6442026-07-29T00:39:23.334Z Downloaded r2d2 v0.8.10
6452026-07-29T00:39:23.334Z Downloaded relative-path v1.9.3
6462026-07-29T00:39:23.334Z Downloaded simd-adler32 v0.3.8
6472026-07-29T00:39:23.341Z Downloaded elliptic-curve v0.13.8
6482026-07-29T00:39:23.341Z Downloaded elliptic-curve v0.14.1
6492026-07-29T00:39:23.346Z Downloaded pest_meta v2.8.6
6502026-07-29T00:39:23.346Z Downloaded tinyvec v1.10.0
6512026-07-29T00:39:23.346Z Downloaded toml v0.8.23
6522026-07-29T00:39:23.346Z Downloaded itertools v0.14.0
6532026-07-29T00:39:23.346Z Downloaded backon v1.6.0
6542026-07-29T00:39:23.353Z Downloaded itertools v0.13.0
6552026-07-29T00:39:23.357Z Downloaded oxnet v0.1.6
6562026-07-29T00:39:23.357Z Downloaded rustc-demangle v0.1.27
6572026-07-29T00:39:23.357Z Downloaded zone_cfg_derive v0.3.1
6582026-07-29T00:39:23.357Z Downloaded digest-io v0.1.0
6592026-07-29T00:39:23.358Z Downloaded dsl_auto_type v0.2.0
6602026-07-29T00:39:23.358Z Downloaded form_urlencoded v1.2.2
6612026-07-29T00:39:23.358Z Downloaded futures-macro v0.3.32
6622026-07-29T00:39:23.358Z Downloaded hyper v1.10.1
6632026-07-29T00:39:23.366Z Downloaded quinn v0.11.9
6642026-07-29T00:39:23.366Z Downloaded slog-async v2.8.0
6652026-07-29T00:39:23.366Z Downloaded idna v1.1.0
6662026-07-29T00:39:23.371Z Downloaded rustls-pemfile v2.2.0
6672026-07-29T00:39:23.371Z Downloaded slog-dtrace v0.3.0
6682026-07-29T00:39:23.371Z Downloaded termcolor v1.4.1
6692026-07-29T00:39:23.371Z Downloaded managed v0.8.0
6702026-07-29T00:39:23.371Z Downloaded memmap v0.7.0
6712026-07-29T00:39:23.371Z Downloaded spki v0.7.3
6722026-07-29T00:39:23.371Z Downloaded multimap v0.10.1
6732026-07-29T00:39:23.371Z Downloaded funty v2.0.0
6742026-07-29T00:39:23.372Z Downloaded newtype-uuid-macros v0.1.0
6752026-07-29T00:39:23.372Z Downloaded zerocopy-derive v0.8.40
6762026-07-29T00:39:23.383Z Downloaded progenitor-extras v0.2.0
6772026-07-29T00:39:23.387Z Downloaded nonempty v0.12.0
6782026-07-29T00:39:23.388Z Downloaded olpc-cjson v0.1.4
6792026-07-29T00:39:23.392Z Downloaded anyhow v1.0.102
6802026-07-29T00:39:23.392Z Downloaded bzip2 v0.4.4
6812026-07-29T00:39:23.392Z Downloaded bzip2 v0.6.1
6822026-07-29T00:39:23.392Z Downloaded synstructure v0.13.2
6832026-07-29T00:39:23.396Z Downloaded toml_writer v1.1.1+spec-1.1.0
6842026-07-29T00:39:23.396Z Downloaded samael v0.0.19
6852026-07-29T00:39:23.402Z Downloaded time-macros v0.2.27
6862026-07-29T00:39:23.402Z Downloaded tiny-keccak v2.0.2
6872026-07-29T00:39:23.402Z Downloaded bcrypt-pbkdf v0.11.0
6882026-07-29T00:39:23.402Z Downloaded usdt-impl v0.6.0
6892026-07-29T00:39:23.485Z Downloaded block-buffer v0.10.4
6902026-07-29T00:39:23.500Z Downloaded cast v0.3.0
6912026-07-29T00:39:23.500Z Downloaded cfg_aliases v0.2.1
6922026-07-29T00:39:23.500Z Downloaded pem-rfc7468 v1.0.0
6932026-07-29T00:39:23.500Z Downloaded vergen-gitcl v1.0.8
6942026-07-29T00:39:23.500Z Downloaded vergen-lib v0.1.6
6952026-07-29T00:39:23.500Z Downloaded ed25519 v3.0.0
6962026-07-29T00:39:23.500Z Downloaded whoami v2.1.0
6972026-07-29T00:39:23.500Z Downloaded opaque-debug v0.3.1
6982026-07-29T00:39:23.500Z Downloaded hkdf v0.12.4
6992026-07-29T00:39:23.501Z Downloaded env_logger v0.11.9
7002026-07-29T00:39:23.501Z Downloaded crossterm v0.29.0
7012026-07-29T00:39:23.501Z Downloaded pkcs8 v0.10.2
7022026-07-29T00:39:23.501Z Downloaded phf_shared v0.13.1
7032026-07-29T00:39:23.501Z Downloaded toml_edit v0.19.15
7042026-07-29T00:39:23.501Z Downloaded proc-macro-crate v3.4.0
7052026-07-29T00:39:23.501Z Downloaded miette v5.10.0
7062026-07-29T00:39:23.501Z Downloaded rand_pcg v0.10.2
7072026-07-29T00:39:23.501Z Downloaded filetime v0.2.27
7082026-07-29T00:39:23.501Z Downloaded serde_cbor v0.11.2
7092026-07-29T00:39:23.501Z Downloaded rustls-pki-types v1.14.0
7102026-07-29T00:39:23.501Z Downloaded glob v0.3.3
7112026-07-29T00:39:23.501Z Downloaded libscf-sys v1.1.0
7122026-07-29T00:39:23.501Z Downloaded rustls-webpki v0.103.13
7132026-07-29T00:39:23.501Z Downloaded lock_api v0.4.14
7142026-07-29T00:39:23.501Z Downloaded serde_bytes v0.11.19
7152026-07-29T00:39:23.501Z Downloaded anes v0.1.6
7162026-07-29T00:39:23.501Z Downloaded clap_builder v4.6.0
7172026-07-29T00:39:23.501Z Downloaded quick-error v1.2.3
7182026-07-29T00:39:23.501Z Downloaded rayon-core v1.13.0
7192026-07-29T00:39:23.501Z Downloaded term v1.2.1
7202026-07-29T00:39:23.502Z Downloaded unsafe-libyaml v0.2.11
7212026-07-29T00:39:23.502Z Downloaded supports-color v2.1.0
7222026-07-29T00:39:23.502Z Downloaded tabled_derive v0.7.0
7232026-07-29T00:39:23.502Z Downloaded num_enum v0.7.6
7242026-07-29T00:39:23.502Z Downloaded nu-ansi-term v0.50.3
7252026-07-29T00:39:23.502Z Downloaded rcgen v0.12.1
7262026-07-29T00:39:23.502Z Downloaded tower-http v0.6.8
7272026-07-29T00:39:23.502Z Downloaded miniz_oxide v0.8.9
7282026-07-29T00:39:23.509Z Downloaded async-trait v0.1.89
7292026-07-29T00:39:23.509Z Downloaded bcs v0.1.6
7302026-07-29T00:39:23.509Z Downloaded backoff v0.4.0
7312026-07-29T00:39:23.509Z Downloaded strum v0.27.2
7322026-07-29T00:39:23.509Z Downloaded flume v0.11.1
7332026-07-29T00:39:23.510Z Downloaded unicode-truncate v1.1.0
7342026-07-29T00:39:23.510Z Downloaded papergrid v0.17.0
7352026-07-29T00:39:23.510Z Downloaded icu_properties_data v2.1.2
7362026-07-29T00:39:23.517Z Downloaded untrusted v0.9.0
7372026-07-29T00:39:23.521Z Downloaded trait-variant v0.1.2
7382026-07-29T00:39:23.521Z Downloaded usdt-macro v0.6.0
7392026-07-29T00:39:23.521Z Downloaded utf-8 v0.7.6
7402026-07-29T00:39:23.521Z Downloaded h2 v0.4.15
7412026-07-29T00:39:23.524Z Downloaded goblin v0.8.2
7422026-07-29T00:39:23.526Z Downloaded paste v1.0.15
7432026-07-29T00:39:23.530Z Downloaded tokio-stream v0.1.18
7442026-07-29T00:39:23.534Z Downloaded prefix-trie v0.7.0
7452026-07-29T00:39:23.537Z Downloaded dtrace-parser v0.3.0
7462026-07-29T00:39:23.537Z Downloaded pin-project-lite v0.2.17
7472026-07-29T00:39:23.542Z Downloaded fd-lock v4.0.4
7482026-07-29T00:39:23.542Z Downloaded pem v3.0.6
7492026-07-29T00:39:23.545Z Downloaded fastrand v2.3.0
7502026-07-29T00:39:23.545Z Downloaded kem v0.3.0
7512026-07-29T00:39:23.545Z Downloaded toml v1.1.2+spec-1.1.0
7522026-07-29T00:39:23.552Z Downloaded tungstenite v0.21.0
7532026-07-29T00:39:23.555Z Downloaded ucd-trie v0.1.7
7542026-07-29T00:39:23.558Z Downloaded sha2 v0.10.9
7552026-07-29T00:39:23.558Z Downloaded lru-cache v0.1.2
7562026-07-29T00:39:23.558Z Downloaded nodrop v0.1.14
7572026-07-29T00:39:23.558Z Downloaded resolv-conf v0.7.6
7582026-07-29T00:39:23.563Z Downloaded memoffset v0.9.1
7592026-07-29T00:39:23.563Z Downloaded num v0.4.3
7602026-07-29T00:39:23.563Z Downloaded socket2 v0.6.3
7612026-07-29T00:39:23.563Z Downloaded md-5 v0.10.6
7622026-07-29T00:39:23.566Z Downloaded atomicwrites v0.4.4
7632026-07-29T00:39:23.566Z Downloaded ron v0.8.1
7642026-07-29T00:39:23.570Z Downloaded serdect v0.4.3
7652026-07-29T00:39:23.570Z Downloaded static_assertions v1.1.0
7662026-07-29T00:39:23.570Z Downloaded minimal-lexical v0.2.1
7672026-07-29T00:39:23.573Z Downloaded serde-hex v0.1.0
7682026-07-29T00:39:23.574Z Downloaded smf v0.2.3
7692026-07-29T00:39:23.574Z Downloaded schemars v0.8.22
7702026-07-29T00:39:23.577Z Downloaded async-bb8-diesel v0.2.1
7712026-07-29T00:39:23.581Z Downloaded ssh-cipher v0.3.0
7722026-07-29T00:39:23.581Z Downloaded bb8 v0.8.6
7732026-07-29T00:39:23.584Z Downloaded phf_shared v0.11.3
7742026-07-29T00:39:23.584Z Downloaded tokio-tungstenite v0.23.1
7752026-07-29T00:39:23.588Z Downloaded percent-encoding v2.3.2
7762026-07-29T00:39:23.588Z Downloaded regex v1.12.3
7772026-07-29T00:39:23.630Z Downloaded ssh-key v0.7.0-rc.11
7782026-07-29T00:39:23.630Z Downloaded num-bigint-dig v0.8.6
7792026-07-29T00:39:23.630Z Downloaded base64 v0.21.7
7802026-07-29T00:39:23.630Z Downloaded thiserror-impl v1.0.69
7812026-07-29T00:39:23.630Z Downloaded whoami v1.6.1
7822026-07-29T00:39:23.630Z Downloaded pretty-hex v0.4.1
7832026-07-29T00:39:23.630Z Downloaded psl-types v2.0.11
7842026-07-29T00:39:23.631Z Downloaded ena v0.14.4
7852026-07-29T00:39:23.631Z Downloaded rfc6979 v0.6.0
7862026-07-29T00:39:23.631Z Downloaded same-file v1.0.6
7872026-07-29T00:39:23.631Z Downloaded serde-big-array v0.5.1
7882026-07-29T00:39:23.631Z Downloaded stable_deref_trait v1.2.1
7892026-07-29T00:39:23.631Z Downloaded oxide-tokio-rt v0.1.4
7902026-07-29T00:39:23.631Z Downloaded pest_generator v2.8.6
7912026-07-29T00:39:23.631Z Downloaded digest v0.10.7
7922026-07-29T00:39:23.631Z Downloaded zmij v1.0.21
7932026-07-29T00:39:23.631Z Downloaded typed-path v0.9.3
7942026-07-29T00:39:23.631Z Downloaded zopfli v0.8.3
7952026-07-29T00:39:23.631Z Downloaded serde_spanned v0.6.9
7962026-07-29T00:39:23.631Z Downloaded aho-corasick v1.1.4
7972026-07-29T00:39:23.644Z Downloaded pkcs1 v0.7.5
7982026-07-29T00:39:23.644Z Downloaded thread-id v4.2.2
7992026-07-29T00:39:23.644Z Downloaded toml_write v0.1.2
8002026-07-29T00:39:23.647Z Downloaded find-msvc-tools v0.1.9
8012026-07-29T00:39:23.647Z Downloaded anstyle-parse v0.2.7
8022026-07-29T00:39:23.647Z Downloaded fixedbitset v0.5.7
8032026-07-29T00:39:23.648Z Downloaded allocator-api2 v0.2.21
8042026-07-29T00:39:23.651Z Downloaded unarray v0.1.4
8052026-07-29T00:39:23.651Z Downloaded usdt-attr-macro v0.6.0
8062026-07-29T00:39:23.651Z Downloaded utf8parse v0.2.2
8072026-07-29T00:39:23.655Z Downloaded zeroize_derive v1.5.0
8082026-07-29T00:39:23.663Z Downloaded iddqd v0.4.2
8092026-07-29T00:39:23.667Z Downloaded expectorate v1.2.0
8102026-07-29T00:39:23.670Z Downloaded downcast-rs v2.0.2
8112026-07-29T00:39:23.670Z Downloaded endian-type v0.1.2
8122026-07-29T00:39:23.675Z Downloaded papergrid v0.11.0
8132026-07-29T00:39:23.679Z Downloaded byte-wrapper v0.1.0
8142026-07-29T00:39:23.679Z Downloaded cargo_metadata v0.23.1
8152026-07-29T00:39:23.679Z Downloaded psm v0.1.30
8162026-07-29T00:39:23.682Z Downloaded kstat-rs v0.2.4
8172026-07-29T00:39:23.685Z Downloaded dropshot-api-manager-types v0.7.2
8182026-07-29T00:39:23.685Z Downloaded fxhash v0.2.1
8192026-07-29T00:39:23.689Z Downloaded parking_lot_core v0.8.6
8202026-07-29T00:39:23.692Z Downloaded mime v0.3.17
8212026-07-29T00:39:23.696Z Downloaded slog-json v2.6.1
8222026-07-29T00:39:23.701Z Downloaded rstest v0.25.0
8232026-07-29T00:39:23.704Z Downloaded unicode-normalization v0.1.25
8242026-07-29T00:39:23.708Z Downloaded shlex v1.3.0
8252026-07-29T00:39:23.708Z Downloaded peg-runtime v0.8.5
8262026-07-29T00:39:23.708Z Downloaded anstyle-query v1.1.5
8272026-07-29T00:39:23.712Z Downloaded async-object-pool v0.2.0
8282026-07-29T00:39:23.712Z Downloaded scrypt v0.12.0
8292026-07-29T00:39:23.712Z Downloaded potential_utf v0.1.4
8302026-07-29T00:39:23.712Z Downloaded once_cell v1.21.3
8312026-07-29T00:39:23.715Z Downloaded serde_with_macros v3.21.0
8322026-07-29T00:39:23.715Z Downloaded thiserror-impl v2.0.18
8332026-07-29T00:39:23.719Z Downloaded zerocopy v0.6.6
8342026-07-29T00:39:23.724Z Downloaded crypto-primes v0.7.2
8352026-07-29T00:39:23.724Z Downloaded diff v0.1.13
8362026-07-29T00:39:23.951Z Downloaded url v2.5.8
8372026-07-29T00:39:23.952Z Downloaded yansi v1.0.1
8382026-07-29T00:39:23.952Z Downloaded xshell v0.2.7
8392026-07-29T00:39:23.952Z Downloaded rfc6979 v0.4.0
8402026-07-29T00:39:23.952Z Downloaded serde_spanned v1.1.1
8412026-07-29T00:39:23.952Z Downloaded serde_urlencoded v0.7.1
8422026-07-29T00:39:23.952Z Downloaded tokio-rustls v0.26.4
8432026-07-29T00:39:23.952Z Downloaded fancy-regex v0.14.0
8442026-07-29T00:39:23.952Z Downloaded tungstenite v0.23.0
8452026-07-29T00:39:24.070Z Downloaded sponge-cursor v0.1.0
8462026-07-29T00:39:24.070Z Downloaded target-triple v1.0.0
8472026-07-29T00:39:24.070Z Downloaded usdt v0.5.0
8482026-07-29T00:39:24.070Z Downloaded fs_extra v1.3.0
8492026-07-29T00:39:24.070Z Downloaded snafu v0.8.9
8502026-07-29T00:39:24.070Z Downloaded async-lock v3.4.2
8512026-07-29T00:39:24.070Z Downloaded salsa20 v0.11.0
8522026-07-29T00:39:24.070Z Downloaded ryu v1.0.23
8532026-07-29T00:39:24.070Z Downloaded secrecy v0.8.0
8542026-07-29T00:39:24.070Z Downloaded strum v0.26.3
8552026-07-29T00:39:24.070Z Downloaded libsw-core v0.3.2
8562026-07-29T00:39:24.070Z Downloaded libtest-mimic v0.8.1
8572026-07-29T00:39:24.070Z Downloaded stacker v0.1.23
8582026-07-29T00:39:24.070Z Downloaded mime_guess v2.0.5
8592026-07-29T00:39:24.070Z Downloaded base64ct v1.8.3
8602026-07-29T00:39:24.070Z Downloaded topological-sort v0.2.2
8612026-07-29T00:39:24.070Z Downloaded time-core v0.1.8
8622026-07-29T00:39:24.070Z Downloaded xattr v1.6.1
8632026-07-29T00:39:24.071Z Downloaded spki v0.8.0
8642026-07-29T00:39:24.071Z Downloaded diesel_table_macro_syntax v0.3.0
8652026-07-29T00:39:24.071Z Downloaded flagset v0.4.7
8662026-07-29T00:39:24.071Z Downloaded itoa v1.0.17
8672026-07-29T00:39:24.071Z Downloaded owo-colors v4.3.0
8682026-07-29T00:39:24.071Z Downloaded lru-slab v0.1.2
8692026-07-29T00:39:24.071Z Downloaded bit-set v0.8.0
8702026-07-29T00:39:24.071Z Downloaded textwrap v0.15.2
8712026-07-29T00:39:24.071Z Downloaded primeorder v0.13.6
8722026-07-29T00:39:24.071Z Downloaded foldhash v0.1.5
8732026-07-29T00:39:24.071Z Downloaded postgres-types v0.2.12
8742026-07-29T00:39:24.071Z Downloaded predicates v3.1.4
8752026-07-29T00:39:24.071Z Downloaded erased-serde v0.3.31
8762026-07-29T00:39:24.071Z Downloaded goblin v0.10.5
8772026-07-29T00:39:24.071Z Downloaded pem-rfc7468 v0.7.0
8782026-07-29T00:39:24.071Z Downloaded zerovec-derive v0.11.2
8792026-07-29T00:39:24.071Z Downloaded proc-macro-error-attr v1.0.4
8802026-07-29T00:39:24.071Z Downloaded jiff-static v0.2.21
8812026-07-29T00:39:24.071Z Downloaded target-spec v3.5.7
8822026-07-29T00:39:24.071Z Downloaded zerotrie v0.2.3
8832026-07-29T00:39:24.071Z Downloaded phf_shared v0.12.1
8842026-07-29T00:39:24.071Z Downloaded scheduled-thread-pool v0.2.7
8852026-07-29T00:39:24.071Z Downloaded flate2 v1.1.9
8862026-07-29T00:39:24.071Z Downloaded supports-color v3.0.2
8872026-07-29T00:39:24.071Z Downloaded void v1.0.2
8882026-07-29T00:39:24.071Z Downloaded slog-scope v4.4.1
8892026-07-29T00:39:24.071Z Downloaded tagptr v0.2.0
8902026-07-29T00:39:24.071Z Downloaded zerocopy v0.7.35
8912026-07-29T00:39:24.072Z Downloaded similar v2.7.0
8922026-07-29T00:39:24.072Z Downloaded fs-err v3.3.0
8932026-07-29T00:39:24.072Z Downloaded strum_macros v0.24.3
8942026-07-29T00:39:24.072Z Downloaded libloading v0.8.9
8952026-07-29T00:39:24.072Z Downloaded multer v3.1.0
8962026-07-29T00:39:24.072Z Downloaded num-conv v0.2.0
8972026-07-29T00:39:24.072Z Downloaded maplit v1.0.2
8982026-07-29T00:39:24.072Z Downloaded chrono v0.4.45
8992026-07-29T00:39:24.072Z Downloaded version_check v0.9.5
9002026-07-29T00:39:24.072Z Downloaded tinytemplate v1.2.1
9012026-07-29T00:39:24.072Z Downloaded enum_dispatch v0.3.13
9022026-07-29T00:39:24.072Z Downloaded num-complex v0.4.6
9032026-07-29T00:39:24.072Z Downloaded newtype-uuid v1.3.2
9042026-07-29T00:39:24.072Z Downloaded approx v0.5.1
9052026-07-29T00:39:24.072Z Downloaded x509-cert v0.2.5
9062026-07-29T00:39:24.072Z Downloaded textwrap v0.16.2
9072026-07-29T00:39:24.072Z Downloaded chacha20 v0.9.1
9082026-07-29T00:39:24.072Z Downloaded getrandom v0.2.17
9092026-07-29T00:39:24.072Z Downloaded openssl-macros v0.1.1
9102026-07-29T00:39:24.073Z Downloaded subtle v2.6.1
9112026-07-29T00:39:24.073Z Downloaded sync_wrapper v1.0.2
9122026-07-29T00:39:24.073Z Downloaded pbkdf2 v0.13.0
9132026-07-29T00:39:24.073Z Downloaded publicsuffix v2.3.0
9142026-07-29T00:39:24.073Z Downloaded progenitor-client v0.13.0
9152026-07-29T00:39:24.073Z Downloaded fatfs v0.3.6
9162026-07-29T00:39:24.073Z Downloaded poly1305 v0.8.0
9172026-07-29T00:39:24.073Z Downloaded signal-hook-registry v1.4.8
9182026-07-29T00:39:24.073Z Downloaded quinn-proto v0.11.16
9192026-07-29T00:39:24.073Z Downloaded atomic-waker v1.1.2
9202026-07-29T00:39:24.073Z Downloaded escape8259 v0.5.3
9212026-07-29T00:39:24.073Z Downloaded mio v1.2.0
9222026-07-29T00:39:24.073Z Downloaded rstest_macros v0.25.0
9232026-07-29T00:39:24.073Z Downloaded salty v0.3.0
9242026-07-29T00:39:24.073Z Downloaded knuffel v3.2.0
9252026-07-29T00:39:24.073Z Downloaded fs-err v2.11.0
9262026-07-29T00:39:24.073Z Downloaded linkme v0.3.35
9272026-07-29T00:39:24.073Z Downloaded nanorand v0.7.0
9282026-07-29T00:39:24.073Z Downloaded argon2 v0.5.3
9292026-07-29T00:39:24.073Z Downloaded nom v7.1.3
9302026-07-29T00:39:24.073Z Downloaded memchr v2.8.0
9312026-07-29T00:39:24.073Z Downloaded argon2 v0.6.0-rc.8
9322026-07-29T00:39:24.073Z Downloaded tracing-attributes v0.1.31
9332026-07-29T00:39:24.073Z Downloaded powerfmt v0.2.0
9342026-07-29T00:39:24.073Z Downloaded termtree v0.5.1
9352026-07-29T00:39:24.073Z Downloaded aes-gcm v0.11.0
9362026-07-29T00:39:24.087Z Downloaded aes v0.9.1
9372026-07-29T00:39:24.087Z Downloaded thread_local v1.1.9
9382026-07-29T00:39:24.087Z Downloaded tracing-core v0.1.36
9392026-07-29T00:39:24.087Z Downloaded sha3 v0.12.0
9402026-07-29T00:39:24.087Z Downloaded tar v0.4.46
9412026-07-29T00:39:24.087Z Downloaded tokio-dtrace v0.1.1
9422026-07-29T00:39:24.087Z Downloaded universal-hash v0.5.1
9432026-07-29T00:39:24.087Z Downloaded wait-timeout v0.2.1
9442026-07-29T00:39:24.087Z Downloaded russh-util v0.52.0
9452026-07-29T00:39:24.087Z Downloaded display-error-chain v0.2.2
9462026-07-29T00:39:24.087Z Downloaded num_threads v0.1.7
9472026-07-29T00:39:24.087Z Downloaded oso v0.27.3
9482026-07-29T00:39:24.087Z Downloaded globset v0.4.18
9492026-07-29T00:39:24.087Z Downloaded ecdsa v0.16.9
9502026-07-29T00:39:24.087Z Downloaded openssl-sys v0.9.115
9512026-07-29T00:39:24.087Z Downloaded native-tls v0.2.18
9522026-07-29T00:39:24.087Z Downloaded quote v1.0.45
9532026-07-29T00:39:24.087Z Downloaded tabled v0.20.0
9542026-07-29T00:39:24.087Z Downloaded serde_derive_internals v0.29.1
9552026-07-29T00:39:24.088Z Downloaded slab v0.4.12
9562026-07-29T00:39:24.088Z Downloaded itertools v0.15.0
9572026-07-29T00:39:24.088Z Downloaded plotters v0.3.7
9582026-07-29T00:39:24.088Z Downloaded bitfield-struct v0.6.2
9592026-07-29T00:39:24.088Z Downloaded bindgen v0.71.1
9602026-07-29T00:39:24.088Z Downloaded futures v0.3.32
9612026-07-29T00:39:24.088Z Downloaded sec1 v0.8.1
9622026-07-29T00:39:24.088Z Downloaded rand_distr v0.5.1
9632026-07-29T00:39:24.088Z Downloaded tabwriter v1.4.1
9642026-07-29T00:39:24.088Z Downloaded macaddr v1.0.1
9652026-07-29T00:39:24.088Z Downloaded base64 v0.22.1
9662026-07-29T00:39:24.088Z Downloaded reqwest v0.12.28
9672026-07-29T00:39:24.088Z Downloaded zerovec v0.11.5
9682026-07-29T00:39:24.088Z Downloaded stringmetrics v2.2.2
9692026-07-29T00:39:24.088Z Downloaded ml-kem v0.3.2
9702026-07-29T00:39:24.088Z Downloaded gethostname v0.5.0
9712026-07-29T00:39:24.088Z Downloaded recursive-proc-macro-impl v0.1.1
9722026-07-29T00:39:24.088Z Downloaded env_filter v1.0.0
9732026-07-29T00:39:24.088Z Downloaded generic-array v0.14.7
9742026-07-29T00:39:24.088Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9752026-07-29T00:39:24.088Z Downloaded cfg-expr v0.20.6
9762026-07-29T00:39:24.088Z Downloaded diesel-dtrace v0.5.0
9772026-07-29T00:39:24.088Z Downloaded futures-executor v0.3.32
9782026-07-29T00:39:24.088Z Downloaded parking_lot v0.11.2
9792026-07-29T00:39:24.089Z Downloaded strip-ansi-escapes v0.2.1
9802026-07-29T00:39:24.089Z Downloaded unit-prefix v0.5.2
9812026-07-29T00:39:24.089Z Downloaded errno v0.3.14
9822026-07-29T00:39:24.089Z Downloaded fnv v1.0.7
9832026-07-29T00:39:24.089Z Downloaded serde_derive v1.0.228
9842026-07-29T00:39:24.089Z Downloaded sigpipe v0.1.3
9852026-07-29T00:39:24.089Z Downloaded ed25519-dalek v3.0.0
9862026-07-29T00:39:24.089Z Downloaded rand_core v0.10.0
9872026-07-29T00:39:24.089Z Downloaded winnow v0.5.40
9882026-07-29T00:39:24.089Z Downloaded nom v8.0.0
9892026-07-29T00:39:24.089Z Downloaded parking_lot v0.12.5
9902026-07-29T00:39:24.099Z Downloaded serde_regex v1.1.0
9912026-07-29T00:39:24.099Z Downloaded twox-hash v2.1.2
9922026-07-29T00:39:24.099Z Downloaded vte v0.14.1
9932026-07-29T00:39:24.099Z Downloaded castaway v0.2.4
9942026-07-29T00:39:24.099Z Downloaded signal-hook-tokio v0.3.1
9952026-07-29T00:39:24.100Z Downloaded smawk v0.3.2
9962026-07-29T00:39:24.100Z Downloaded precomputed-hash v0.1.1
9972026-07-29T00:39:24.100Z Downloaded futures-core v0.3.32
9982026-07-29T00:39:24.100Z Downloaded unicase v2.9.0
9992026-07-29T00:39:24.100Z Downloaded yoke v0.8.1
10002026-07-29T00:39:24.104Z Downloaded russh v0.62.4
10012026-07-29T00:39:24.104Z Downloaded async-recursion v1.1.1
10022026-07-29T00:39:24.104Z Downloaded new_debug_unreachable v1.0.6
10032026-07-29T00:39:24.105Z Downloaded schemars_derive v0.8.22
10042026-07-29T00:39:24.105Z Downloaded camino v1.2.2
10052026-07-29T00:39:24.108Z Downloaded rust-argon2 v2.1.0
10062026-07-29T00:39:24.110Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10072026-07-29T00:39:24.110Z Downloaded lalrpop-util v0.19.12
10082026-07-29T00:39:24.114Z Downloaded serde_json v1.0.151
10092026-07-29T00:39:24.118Z Downloaded tokio-macros v2.7.0
10102026-07-29T00:39:24.127Z Downloaded litemap v0.8.1
10112026-07-29T00:39:24.130Z Downloaded rand_core v0.6.4
10122026-07-29T00:39:24.139Z Downloaded peg v0.8.5
10132026-07-29T00:39:24.142Z Downloaded zeroize v1.9.0
10142026-07-29T00:39:24.146Z Downloaded bumpalo v3.20.2
10152026-07-29T00:39:24.149Z Downloaded terminal_size v0.1.17
10162026-07-29T00:39:24.149Z Downloaded xshell-macros v0.2.7
10172026-07-29T00:39:24.149Z Downloaded unicode-ident v1.0.24
10182026-07-29T00:39:24.160Z Downloaded zlib-rs v0.6.2
10192026-07-29T00:39:24.165Z Downloaded unicode_categories v0.1.1
10202026-07-29T00:39:24.169Z Downloaded bitflags v2.11.0
10212026-07-29T00:39:24.173Z Downloaded blake2b_simd v1.0.4
10222026-07-29T00:39:24.173Z Downloaded poly1305 v0.9.0
10232026-07-29T00:39:24.173Z Downloaded primeorder v0.14.0
10242026-07-29T00:39:24.176Z Downloaded num_enum v0.5.11
10252026-07-29T00:39:24.176Z Downloaded num_enum_derive v0.7.6
10262026-07-29T00:39:24.179Z Downloaded rustyline v14.0.0
10272026-07-29T00:39:24.179Z Downloaded tokio-util v0.7.18
10282026-07-29T00:39:24.184Z Downloaded time v0.3.47
10292026-07-29T00:39:24.190Z Downloaded drift v0.2.0
10302026-07-29T00:39:24.974Z Downloaded rand v0.8.6
10312026-07-29T00:39:24.974Z Downloaded usdt-impl v0.5.0
10322026-07-29T00:39:24.974Z Downloaded phc v0.6.1
10332026-07-29T00:39:24.974Z Downloaded rustls-platform-verifier v0.6.2
10342026-07-29T00:39:24.974Z Downloaded toml v0.7.8
10352026-07-29T00:39:24.974Z Downloaded bytes v1.11.1
10362026-07-29T00:39:24.974Z Downloaded num-traits v0.2.19
10372026-07-29T00:39:24.974Z Downloaded anstream v0.6.21
10382026-07-29T00:39:24.974Z Downloaded rand v0.9.2
10392026-07-29T00:39:24.974Z Downloaded foldhash v0.2.0
10402026-07-29T00:39:24.974Z Downloaded tokio-native-tls v0.3.1
10412026-07-29T00:39:24.974Z Downloaded vergen-lib v9.1.0
10422026-07-29T00:39:24.974Z Downloaded nix v0.27.1
10432026-07-29T00:39:24.974Z Downloaded schemars v0.9.0
10442026-07-29T00:39:24.974Z Downloaded oxide-update-engine-types v0.1.2
10452026-07-29T00:39:24.974Z Downloaded smallvec v1.15.1
10462026-07-29T00:39:24.974Z Downloaded zip v4.6.1
10472026-07-29T00:39:24.974Z Downloaded ecdsa v0.17.0
10482026-07-29T00:39:24.974Z Downloaded futures-util v0.3.32
10492026-07-29T00:39:24.974Z Downloaded camino-tempfile v1.4.1
10502026-07-29T00:39:24.974Z Downloaded tokio-postgres v0.7.16
10512026-07-29T00:39:24.974Z Downloaded getrandom v0.3.4
10522026-07-29T00:39:24.974Z Downloaded omicron-zone-package v0.12.3
10532026-07-29T00:39:24.974Z Downloaded vcpkg v0.2.15
10542026-07-29T00:39:24.975Z Downloaded unicode-bidi v0.3.18
10552026-07-29T00:39:24.975Z Downloaded tabled v0.15.0
10562026-07-29T00:39:24.975Z Downloaded oorandom v11.1.5
10572026-07-29T00:39:24.975Z Downloaded ahash v0.8.12
10582026-07-29T00:39:24.975Z Downloaded proc-macro2 v1.0.106
10592026-07-29T00:39:24.975Z Downloaded ssh-encoding v0.3.0
10602026-07-29T00:39:24.975Z Downloaded libxml v0.3.3
10612026-07-29T00:39:24.975Z Downloaded libm v0.2.16
10622026-07-29T00:39:24.975Z Downloaded rayon v1.11.0
10632026-07-29T00:39:24.975Z Downloaded aws-lc-rs v1.16.3
10642026-07-29T00:39:24.975Z Downloaded winnow v1.0.3
10652026-07-29T00:39:24.975Z Downloaded moka v0.12.13
10662026-07-29T00:39:24.975Z Downloaded proptest v1.10.0
10672026-07-29T00:39:24.975Z Downloaded dropshot-api-manager v0.7.2
10682026-07-29T00:39:24.975Z Downloaded petname v2.0.2
10692026-07-29T00:39:24.975Z Downloaded serde v1.0.228
10702026-07-29T00:39:24.975Z Downloaded p521 v0.14.0
10712026-07-29T00:39:24.975Z Downloaded num-bigint v0.4.6
10722026-07-29T00:39:24.975Z Downloaded hickory-proto v0.24.4
10732026-07-29T00:39:24.975Z Downloaded litrs v1.0.0
10742026-07-29T00:39:24.976Z Downloaded winnow v0.6.26
10752026-07-29T00:39:24.976Z Downloaded tower v0.5.3
10762026-07-29T00:39:24.976Z Downloaded pretty_assertions v1.4.1
10772026-07-29T00:39:24.976Z Downloaded openssl v0.10.79
10782026-07-29T00:39:24.976Z Downloaded ed25519-dalek v2.2.0
10792026-07-29T00:39:24.976Z Downloaded lalrpop v0.19.12
10802026-07-29T00:39:24.976Z Downloaded curve25519-dalek v4.1.3
10812026-07-29T00:39:24.976Z Downloaded crypto-bigint v0.7.5
10822026-07-29T00:39:24.976Z Downloaded rsa v0.9.10
10832026-07-29T00:39:24.976Z Downloaded unicode-width v0.1.14
10842026-07-29T00:39:24.976Z Downloaded unicode-width v0.2.0
10852026-07-29T00:39:24.976Z Downloaded rawzip v0.4.4
10862026-07-29T00:39:24.976Z Downloaded unicode-segmentation v1.12.0
10872026-07-29T00:39:24.976Z Downloaded tough v0.22.0
10882026-07-29T00:39:24.976Z Downloaded reedline v0.40.0
10892026-07-29T00:39:24.976Z Downloaded diesel_derives v2.3.7
10902026-07-29T00:39:24.976Z Downloaded smoltcp v0.9.1
10912026-07-29T00:39:24.976Z Downloaded p384 v0.13.1
10922026-07-29T00:39:24.976Z Downloaded git2 v0.20.4
10932026-07-29T00:39:24.976Z Downloaded hickory-proto v0.25.2
10942026-07-29T00:39:24.976Z Downloaded blake3 v1.8.5
10952026-07-29T00:39:24.976Z Downloaded serde_with v3.21.0
10962026-07-29T00:39:24.976Z Downloaded gimli v0.32.3
10972026-07-29T00:39:24.976Z Downloaded reqwest v0.13.2
10982026-07-29T00:39:24.976Z Downloaded radix_trie v0.2.1
10992026-07-29T00:39:24.976Z Downloaded sqlparser v0.61.0
11002026-07-29T00:39:24.976Z Downloaded bstr v1.12.1
11012026-07-29T00:39:24.977Z Downloaded quick-xml v0.37.5
11022026-07-29T00:39:24.977Z Downloaded pest v2.8.6
11032026-07-29T00:39:24.977Z Downloaded portable-atomic v1.13.1
11042026-07-29T00:39:24.977Z Downloaded curve25519-dalek v5.0.0
11052026-07-29T00:39:24.977Z Downloaded regress v0.10.5
11062026-07-29T00:39:24.977Z Downloaded object v0.30.4
11072026-07-29T00:39:24.977Z Downloaded openapiv3 v2.2.0
11082026-07-29T00:39:24.977Z Downloaded syn v1.0.109
11092026-07-29T00:39:24.977Z Downloaded winnow v0.7.14
11102026-07-29T00:39:24.977Z Downloaded bitvec v1.0.1
11112026-07-29T00:39:24.977Z Downloaded regress v0.11.1
11122026-07-29T00:39:24.977Z Downloaded polar-core v0.27.3
11132026-07-29T00:39:24.977Z Downloaded object v0.37.3
11142026-07-29T00:39:24.977Z Downloaded smoltcp v0.11.0
11152026-07-29T00:39:24.977Z Downloaded rustix v0.38.44
11162026-07-29T00:39:24.977Z Downloaded syn v2.0.117
11172026-07-29T00:39:24.977Z Downloaded rustls v0.23.41
11182026-07-29T00:39:24.977Z Downloaded nix v0.28.0
11192026-07-29T00:39:25.015Z Downloaded ratatui v0.29.0
11202026-07-29T00:39:25.015Z Downloaded regex-syntax v0.6.29
11212026-07-29T00:39:25.015Z Downloaded zerocopy v0.8.40
11222026-07-29T00:39:25.016Z Downloaded nix v0.31.2
11232026-07-29T00:39:25.016Z Downloaded diesel v2.3.7
11242026-07-29T00:39:25.016Z Downloaded typify-impl v0.6.2
11252026-07-29T00:39:25.016Z Downloaded tracing v0.1.44
11262026-07-29T00:39:25.016Z Downloaded sled v0.34.7
11272026-07-29T00:39:25.016Z Downloaded dropshot v0.17.1
11282026-07-29T00:39:25.016Z Downloaded regex-syntax v0.8.10
11292026-07-29T00:39:25.016Z Downloaded rustix v1.1.3
11302026-07-29T00:39:25.016Z Downloaded zerocopy-derive v0.6.6
11312026-07-29T00:39:25.016Z Downloaded petgraph v0.8.3
11322026-07-29T00:39:25.016Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11332026-07-29T00:39:25.016Z Downloaded sha3 v0.11.0
11342026-07-29T00:39:25.016Z Downloaded petgraph v0.6.5
11352026-07-29T00:39:25.016Z Downloaded regex-automata v0.4.14
11362026-07-29T00:39:25.016Z Downloaded chrono-tz v0.10.4
11372026-07-29T00:39:25.016Z Downloaded bzip2-sys v0.1.13+1.0.8
11382026-07-29T00:39:25.016Z Downloaded sha3 v0.10.8
11392026-07-29T00:39:25.021Z Downloaded libc v0.2.185
11402026-07-29T00:39:25.021Z Downloaded csv v1.4.0
11412026-07-29T00:39:25.021Z Downloaded tokio v1.52.1
11422026-07-29T00:39:25.038Z Downloaded libz-sys v1.1.24
11432026-07-29T00:39:25.050Z Downloaded jiff v0.2.21
11442026-07-29T00:39:25.118Z Downloaded encoding_rs v0.8.35
11452026-07-29T00:39:25.129Z Downloaded ring v0.17.14
11462026-07-29T00:39:25.153Z Downloaded httpmock v0.8.3
11472026-07-29T00:39:25.166Z Downloaded libgit2-sys v0.18.3+1.9.2
11482026-07-29T00:39:25.738Z Downloaded aws-lc-sys v0.40.0
11492026-07-29T00:39:26.157Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11502026-07-29T00:39:32.628Z Startup: Refreshing catalog 'helios' ... Done
11512026-07-29T00:39:32.680Z Startup: Caching catalogs ... Done
11522026-07-29T00:39:33.412ZPlanning: Solver setup ... Done (1.124s)
11532026-07-29T00:39:33.446ZPlanning: Running solver ... Done (0.044s)
11542026-07-29T00:39:33.487ZPlanning: Finding local manifests ... Done (0.003s)
11552026-07-29T00:39:33.507ZPlanning: Fetching manifests: 0/2 0% complete
11562026-07-29T00:39:33.507ZPlanning: Fetching manifests: 2/2 100% complete
11572026-07-29T00:39:33.553ZPlanning: Package planning ... Done (0.014s)
11582026-07-29T00:39:33.553ZPlanning: Merging actions ... Done (0.002s)
11592026-07-29T00:39:33.732ZPlanning: Checking for conflicting actions ... Done (0.207s)
11602026-07-29T00:39:33.748ZPlanning: Consolidating action changes ... Done (0.001s)
11612026-07-29T00:39:34.569ZPlanning: Evaluating mediators ... Done (0.853s)
11622026-07-29T00:39:34.590ZPlanning: Planning completed in 2.36 seconds
11632026-07-29T00:39:34.604Z Packages to install: 2
11642026-07-29T00:39:34.604Z Estimated space available: 155.74 GB
11652026-07-29T00:39:34.604ZEstimated space to be consumed: 55.05 MB
11662026-07-29T00:39:34.604Z Create boot environment: No
11672026-07-29T00:39:34.604ZCreate backup boot environment: No
11682026-07-29T00:39:34.604Z Rebuild boot archive: No
11692026-07-29T00:39:34.604Z
11702026-07-29T00:39:34.604ZChanged packages:
11712026-07-29T00:39:34.604Zhelios
11722026-07-29T00:39:34.604Z developer/build-essential
11732026-07-29T00:39:34.604Z None -> 11-3.0
11742026-07-29T00:39:34.604Z library/libxmlsec1
11752026-07-29T00:39:34.604Z None -> 1.2.35-3.0
11762026-07-29T00:39:34.613Z
11772026-07-29T00:39:34.613ZDownload: 0/214 items 0.0/1.3MB 0% complete
11782026-07-29T00:39:34.680ZDownload: Completed 1.28 MB in 0.07 seconds (18.2M/s)
11792026-07-29T00:39:34.764Z Actions: 1/268 actions (Installing new actions)
11802026-07-29T00:39:34.808Z Actions: Completed 268 actions in 0.04 seconds.
11812026-07-29T00:39:34.840ZFinalize: Updating package state database ... Done (0.024s)
11822026-07-29T00:39:34.848ZFinalize: Updating package cache ... Done (0.000s)
11832026-07-29T00:39:34.891ZFinalize: Updating image state ... Done (0.058s)
11842026-07-29T00:39:37.475ZFinalize: Creating fast lookup database ... Done (2.551s)
11852026-07-29T00:39:37.541ZFinalize: Reading search index ... Done (0.012s)
11862026-07-29T00:39:37.545ZFinalize: Updating search index ... Done (0.000s)
11872026-07-29T00:39:37.649ZFinalize: Updating package cache ... Done (0.000s)
11882026-07-29T00:39:38.061ZPlanning: Evaluating mediator changes ... Done
11892026-07-29T00:39:38.129ZPlanning: Checking for conflicting actions ... Done
11902026-07-29T00:39:38.156ZPlanning: Consolidating action changes ... Done
11912026-07-29T00:39:38.338ZPlanning: Evaluating mediators ... Done
11922026-07-29T00:39:38.840ZPlanning: Planning completed in 0.27 seconds
11932026-07-29T00:39:38.840Z Mediators to change: 2
11942026-07-29T00:39:38.840Z Create boot environment: No
11952026-07-29T00:39:38.840ZCreate backup boot environment: No
11962026-07-29T00:39:38.840ZFinalize: Updating package state database ... Done
11972026-07-29T00:39:38.840ZFinalize: Updating package cache ... Done
11982026-07-29T00:39:38.841ZFinalize: Updating image state ... Done
11992026-07-29T00:39:40.435ZFinalize: Creating fast lookup database ... Done
12002026-07-29T00:39:40.468ZFinalize: Reading search index ... Done
12012026-07-29T00:39:40.468ZFinalize: Updating search index ... Done
12022026-07-29T00:39:40.505ZFinalize: Updating package cache ... Done
12032026-07-29T00:39:40.820ZPlanning: Evaluating mediator changes ... Done
12042026-07-29T00:39:40.883ZPlanning: Checking for conflicting actions ... Done
12052026-07-29T00:39:40.893ZPlanning: Consolidating action changes ... Done
12062026-07-29T00:39:41.051ZPlanning: Evaluating mediators ... Done
12072026-07-29T00:39:41.071ZPlanning: Planning completed in 0.27 seconds
12082026-07-29T00:39:41.071Z Mediators to change: 1
12092026-07-29T00:39:41.071Z Create boot environment: No
12102026-07-29T00:39:41.071ZCreate backup boot environment: No
12112026-07-29T00:39:41.103ZFinalize: Updating package state database ... Done
12122026-07-29T00:39:41.103ZFinalize: Updating package cache ... Done
12132026-07-29T00:39:41.128ZFinalize: Updating image state ... Done
12142026-07-29T00:39:43.094ZFinalize: Creating fast lookup database ... Done
12152026-07-29T00:39:43.150ZFinalize: Reading search index ... Done
12162026-07-29T00:39:43.165ZFinalize: Updating search index ... Done
12172026-07-29T00:39:43.236ZFinalize: Updating package cache ... Done
12182026-07-29T00:39:43.531ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12192026-07-29T00:39:43.531Zapache system 2.4 system
12202026-07-29T00:39:43.531Zclang system 15 system
12212026-07-29T00:39:43.532Zcsh system system illumos
12222026-07-29T00:39:43.532Zctags system system illumos
12232026-07-29T00:39:43.532Zfile vendor vendor darwinsys
12242026-07-29T00:39:43.532Zfile system system illumos
12252026-07-29T00:39:43.532Zgcc vendor 14 vendor
12262026-07-29T00:39:43.532Zgcc system 13 system
12272026-07-29T00:39:43.532Zgcc system 10 system
12282026-07-29T00:39:43.532Zgo system 1.25 system
12292026-07-29T00:39:43.532Zllvm system 15 system
12302026-07-29T00:39:43.532Zmariadb system 11.4 system
12312026-07-29T00:39:43.532Zmta vendor vendor dma
12322026-07-29T00:39:43.532Zopenjdk system 17 system
12332026-07-29T00:39:43.532Zopenjdk system 11 system
12342026-07-29T00:39:43.532Zopenssl vendor 3 vendor
12352026-07-29T00:39:43.532Zperl system 5.40 system
12362026-07-29T00:39:43.532Zpostgresql system 18 system
12372026-07-29T00:39:43.532Zpostgresql system 17 system
12382026-07-29T00:39:43.532Zpython vendor 3 vendor
12392026-07-29T00:39:43.532Zpython system 2 system
12402026-07-29T00:39:43.533Zpython3 vendor 3.13 vendor
12412026-07-29T00:39:43.533Zruby system 3.4 system
12422026-07-29T00:39:43.533Zruby system 3.0 system
12432026-07-29T00:39:43.533Zwords vendor vendor american-english
12442026-07-29T00:39:43.533Zwords system system australian-english
12452026-07-29T00:39:43.533Zwords system system british-english
12462026-07-29T00:39:43.533Zwords system system canadian-english
12472026-07-29T00:39:43.533Zwords system system french
12482026-07-29T00:39:43.533Zwords system system italian
12492026-07-29T00:39:43.533Zwords system system ngerman
12502026-07-29T00:39:43.533Zwords system system ogerman
12512026-07-29T00:39:43.533Zwords system system spanish
12522026-07-29T00:39:43.779ZPUBLISHER TYPE STATUS P LOCATION
12532026-07-29T00:39:43.780Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12542026-07-29T00:39:44.175ZFMRI IFO
12552026-07-29T00:39:44.175Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12562026-07-29T00:39:44.175Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12572026-07-29T00:39:44.175Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12582026-07-29T00:39:44.175Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12592026-07-29T00:39:44.175Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12602026-07-29T00:39:44.175Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12612026-07-29T00:39:44.175Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12622026-07-29T00:39:44.175Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12632026-07-29T00:39:44.175Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12642026-07-29T00:39:44.792Z Downloading crates ...
12652026-07-29T00:39:44.895Z Downloaded cargo_toml v0.21.0
12662026-07-29T00:39:44.969Z Compiling proc-macro2 v1.0.106
12672026-07-29T00:39:44.969Z Compiling unicode-ident v1.0.24
12682026-07-29T00:39:44.969Z Compiling quote v1.0.45
12692026-07-29T00:39:44.969Z Compiling serde_core v1.0.228
12702026-07-29T00:39:44.969Z Compiling libc v0.2.185
12712026-07-29T00:39:45.064Z Compiling version_check v0.9.5
12722026-07-29T00:39:45.064Z Compiling memchr v2.8.0
12732026-07-29T00:39:45.064Z Compiling serde v1.0.228
12742026-07-29T00:39:45.064Z Compiling zmij v1.0.21
12752026-07-29T00:39:45.064Z Compiling thiserror v1.0.69
12762026-07-29T00:39:45.064Z Compiling itoa v1.0.17
12772026-07-29T00:39:45.064Z Compiling ucd-trie v0.1.7
12782026-07-29T00:39:45.064Z Compiling rustix v1.1.3
12792026-07-29T00:39:45.064Z Compiling byteorder v1.5.0
12802026-07-29T00:39:45.197Z Compiling bitflags v2.11.0
12812026-07-29T00:39:45.294Z Compiling serde_json v1.0.151
12822026-07-29T00:39:45.381Z Compiling proc-macro-error-attr v1.0.4
12832026-07-29T00:39:45.391Z Compiling pest v2.8.6
12842026-07-29T00:39:46.118Z Compiling usdt-impl v0.5.0
12852026-07-29T00:39:46.348Z Compiling syn v1.0.109
12862026-07-29T00:39:46.348Z Compiling camino v1.2.2
12872026-07-29T00:39:46.348Z Compiling proc-macro-error v1.0.4
12882026-07-29T00:39:46.348Z Compiling getrandom v0.4.1
12892026-07-29T00:39:46.348Z Compiling hashbrown v0.17.0
12902026-07-29T00:39:46.348Z Compiling log v0.4.29
12912026-07-29T00:39:46.348Z Compiling plain v0.2.3
12922026-07-29T00:39:46.348Z Compiling equivalent v1.0.2
12932026-07-29T00:39:46.349Z Compiling utf8parse v0.2.2
12942026-07-29T00:39:46.349Z Compiling winnow v0.7.14
12952026-07-29T00:39:46.349Z Compiling anstyle-query v1.1.5
12962026-07-29T00:39:46.349Z Compiling thiserror v2.0.18
12972026-07-29T00:39:46.349Z Compiling anstyle-parse v1.0.0
12982026-07-29T00:39:46.349Z Compiling colorchoice v1.0.4
12992026-07-29T00:39:46.349Z Compiling toml_write v0.1.2
13002026-07-29T00:39:46.349Z Compiling errno v0.3.14
13012026-07-29T00:39:46.349Z Compiling thread-id v4.2.2
13022026-07-29T00:39:46.349Z Compiling cfg-if v1.0.4
13032026-07-29T00:39:46.349Z Compiling autocfg v1.5.0
13042026-07-29T00:39:46.349Z Compiling anstyle v1.0.14
13052026-07-29T00:39:46.349Z Compiling is_terminal_polyfill v1.70.2
13062026-07-29T00:39:46.349Z Compiling pretty-hex v0.4.1
13072026-07-29T00:39:46.349Z Compiling fnv v1.0.7
13082026-07-29T00:39:46.349Z Compiling unicode-width v0.1.14
13092026-07-29T00:39:46.395Z Compiling indexmap v2.14.0
13102026-07-29T00:39:46.395Z Compiling anstream v1.0.0
13112026-07-29T00:39:46.395Z Compiling anyhow v1.0.102
13122026-07-29T00:39:46.396Z Compiling fastrand v2.3.0
13132026-07-29T00:39:46.396Z Compiling bytecount v0.6.9
13142026-07-29T00:39:46.396Z Compiling heck v0.4.1
13152026-07-29T00:39:46.523Z Compiling syn v2.0.117
13162026-07-29T00:39:46.539Z Compiling fs-err v3.3.0
13172026-07-29T00:39:46.539Z Compiling once_cell v1.21.3
13182026-07-29T00:39:46.539Z Compiling pest_meta v2.8.6
13192026-07-29T00:39:46.581Z Compiling heck v0.5.0
13202026-07-29T00:39:46.592Z Compiling strsim v0.11.1
13212026-07-29T00:39:46.603Z Compiling clap_lex v1.0.0
13222026-07-29T00:39:46.744Z Compiling papergrid v0.11.0
13232026-07-29T00:39:46.765Z Compiling memmap v0.7.0
13242026-07-29T00:39:46.841Z Compiling smawk v0.3.2
13252026-07-29T00:39:46.845Z Compiling unicode-width v0.2.0
13262026-07-29T00:39:46.853Z Compiling unicode-linebreak v0.1.5
13272026-07-29T00:39:46.966Z Compiling swrite v0.1.0
13282026-07-29T00:39:46.971Z Compiling terminal_size v0.4.3
13292026-07-29T00:39:46.984Z Compiling tempfile v3.25.0
13302026-07-29T00:39:47.061Z Compiling clap_builder v4.6.0
13312026-07-29T00:39:47.069Z Compiling textwrap v0.16.2
13322026-07-29T00:39:47.322Z Compiling cargo-platform v0.3.2
13332026-07-29T00:39:47.338Z Compiling semver v1.0.28
13342026-07-29T00:39:47.599Z Compiling camino-tempfile v1.4.1
13352026-07-29T00:39:47.911Z Compiling tabled_derive v0.7.0
13362026-07-29T00:39:48.591Z Compiling tabled v0.15.0
13372026-07-29T00:39:48.634Z Compiling pest_generator v2.8.6
13382026-07-29T00:39:49.136Z Compiling serde_derive v1.0.228
13392026-07-29T00:39:49.136Z Compiling thiserror-impl v1.0.69
13402026-07-29T00:39:49.149Z Compiling zerocopy-derive v0.7.35
13412026-07-29T00:39:49.150Z Compiling scroll_derive v0.12.1
13422026-07-29T00:39:49.150Z Compiling thiserror-impl v2.0.18
13432026-07-29T00:39:49.150Z Compiling clap_derive v4.6.1
13442026-07-29T00:39:49.168Z Compiling pest_derive v2.8.6
13452026-07-29T00:39:49.741Z Compiling scroll v0.12.0
13462026-07-29T00:39:49.826Z Compiling zerocopy v0.7.35
13472026-07-29T00:39:49.954Z Compiling goblin v0.8.2
13482026-07-29T00:39:50.118Z Compiling dtrace-parser v0.2.0
13492026-07-29T00:39:50.421Z Compiling clap v4.6.1
13502026-07-29T00:39:51.490Z Compiling dof v0.3.0
13512026-07-29T00:39:51.490Z Compiling serde_tokenstream v0.2.3
13522026-07-29T00:39:51.510Z Compiling toml_datetime v0.6.11
13532026-07-29T00:39:51.511Z Compiling serde_spanned v0.6.9
13542026-07-29T00:39:51.515Z Compiling cargo_metadata v0.23.1
13552026-07-29T00:39:51.515Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13562026-07-29T00:39:51.515Z Compiling macaddr v1.0.1
13572026-07-29T00:39:51.696Z Compiling toml_edit v0.22.27
13582026-07-29T00:39:52.150Z Compiling usdt-attr-macro v0.5.0
13592026-07-29T00:39:52.155Z Compiling usdt-macro v0.5.0
13602026-07-29T00:39:52.784Z Compiling usdt v0.5.0
13612026-07-29T00:39:52.962Z Compiling toml v0.8.23
13622026-07-29T00:39:53.320Z Compiling cargo_toml v0.21.0
13632026-07-29T00:39:54.595Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13642026-07-29T00:39:56.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.33s
13652026-07-29T00:39:56.678Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13662026-07-29T00:39:57.448Z Compiling libc v0.2.185
13672026-07-29T00:39:57.448Z Compiling serde_core v1.0.228
13682026-07-29T00:39:57.448Z Compiling serde v1.0.228
13692026-07-29T00:39:57.483Z Compiling log v0.4.29
13702026-07-29T00:39:57.483Z Compiling smallvec v1.15.1
13712026-07-29T00:39:57.483Z Compiling find-msvc-tools v0.1.9
13722026-07-29T00:39:57.483Z Compiling shlex v1.3.0
13732026-07-29T00:39:57.484Z Compiling subtle v2.6.1
13742026-07-29T00:39:57.618Z Compiling stable_deref_trait v1.2.1
13752026-07-29T00:39:57.627Z Compiling scopeguard v1.2.0
13762026-07-29T00:39:57.628Z Compiling typenum v1.20.1
13772026-07-29T00:39:57.628Z Compiling serde_json v1.0.151
13782026-07-29T00:39:57.628Z Compiling zerocopy v0.8.40
13792026-07-29T00:39:57.654Z Compiling portable-atomic v1.13.1
13802026-07-29T00:39:57.666Z Compiling syn v2.0.117
13812026-07-29T00:39:57.681Z Compiling parking_lot_core v0.9.12
13822026-07-29T00:39:57.780Z Compiling lock_api v0.4.14
13832026-07-29T00:39:57.792Z Compiling pin-project-lite v0.2.17
13842026-07-29T00:39:57.792Z Compiling libm v0.2.16
13852026-07-29T00:39:57.792Z Compiling getrandom v0.4.1
13862026-07-29T00:39:57.805Z Compiling critical-section v1.2.0
13872026-07-29T00:39:57.805Z Compiling pkg-config v0.3.32
13882026-07-29T00:39:57.868Z Compiling num-traits v0.2.19
13892026-07-29T00:39:57.923Z Compiling futures-core v0.3.32
13902026-07-29T00:39:57.940Z Compiling rand_core v0.10.0
13912026-07-29T00:39:57.944Z Compiling generic-array v0.14.7
13922026-07-29T00:39:57.993Z Compiling const-oid v0.9.6
13932026-07-29T00:39:58.004Z Compiling litemap v0.8.1
13942026-07-29T00:39:58.056Z Compiling writeable v0.6.2
13952026-07-29T00:39:58.115Z Compiling percent-encoding v2.3.2
13962026-07-29T00:39:58.115Z Compiling icu_normalizer_data v2.1.1
13972026-07-29T00:39:58.156Z Compiling icu_properties_data v2.1.2
13982026-07-29T00:39:58.244Z Compiling futures-sink v0.3.32
13992026-07-29T00:39:58.244Z Compiling slab v0.4.12
14002026-07-29T00:39:58.279Z Compiling futures-io v0.3.32
14012026-07-29T00:39:58.352Z Compiling futures-task v0.3.32
14022026-07-29T00:39:58.391Z Compiling futures-channel v0.3.32
14032026-07-29T00:39:58.391Z Compiling utf8_iter v1.0.4
14042026-07-29T00:39:58.407Z Compiling form_urlencoded v1.2.2
14052026-07-29T00:39:58.438Z Compiling rustversion v1.0.22
14062026-07-29T00:39:58.457Z Compiling getrandom v0.3.4
14072026-07-29T00:39:58.516Z Compiling jobserver v0.1.34
14082026-07-29T00:39:58.531Z Compiling errno v0.3.14
14092026-07-29T00:39:58.547Z Compiling getrandom v0.2.17
14102026-07-29T00:39:58.568Z Compiling mio v1.2.0
14112026-07-29T00:39:58.581Z Compiling socket2 v0.6.3
14122026-07-29T00:39:58.610Z Compiling ident_case v1.0.1
14132026-07-29T00:39:58.614Z Compiling rustix v1.1.3
14142026-07-29T00:39:58.673Z Compiling rand_core v0.6.4
14152026-07-29T00:39:58.792Z Compiling cc v1.2.56
14162026-07-29T00:39:58.908Z Compiling once_cell v1.21.3
14172026-07-29T00:39:58.908Z Compiling signal-hook-registry v1.4.8
14182026-07-29T00:39:58.908Z Compiling parking_lot v0.12.5
14192026-07-29T00:39:58.940Z Compiling fs_extra v1.3.0
14202026-07-29T00:39:58.941Z Compiling iana-time-zone v0.1.65
14212026-07-29T00:39:58.941Z Compiling dunce v1.0.5
14222026-07-29T00:39:59.006Z Compiling regex-syntax v0.8.10
14232026-07-29T00:39:59.072Z Compiling base64 v0.22.1
14242026-07-29T00:39:59.072Z Compiling base64ct v1.8.3
14252026-07-29T00:39:59.098Z Compiling vcpkg v0.2.15
14262026-07-29T00:39:59.098Z Compiling tracing-core v0.1.36
14272026-07-29T00:39:59.098Z Compiling aws-lc-rs v1.16.3
14282026-07-29T00:39:59.134Z Compiling flagset v0.4.7
14292026-07-29T00:39:59.205Z Compiling cmov v0.5.4
14302026-07-29T00:39:59.342Z Compiling pem-rfc7468 v0.7.0
14312026-07-29T00:39:59.414Z Compiling rand_core v0.9.5
14322026-07-29T00:39:59.414Z Compiling httparse v1.10.1
14332026-07-29T00:39:59.415Z Compiling tinyvec_macros v0.1.1
14342026-07-29T00:39:59.415Z Compiling schemars v0.8.22
14352026-07-29T00:39:59.457Z Compiling dyn-clone v1.0.20
14362026-07-29T00:39:59.457Z Compiling openssl-probe v0.2.1
14372026-07-29T00:39:59.457Z Compiling tinyvec v1.10.0
14382026-07-29T00:39:59.457Z Compiling ctutils v0.4.2
14392026-07-29T00:39:59.524Z Compiling cmake v0.1.57
14402026-07-29T00:39:59.548Z Compiling aho-corasick v1.1.4
14412026-07-29T00:39:59.594Z Compiling tower-service v0.3.3
14422026-07-29T00:39:59.648Z Compiling try-lock v0.2.5
14432026-07-29T00:39:59.695Z Compiling untrusted v0.7.1
14442026-07-29T00:39:59.695Z Compiling tower-layer v0.3.3
14452026-07-29T00:39:59.695Z Compiling atomic-waker v1.1.2
14462026-07-29T00:39:59.695Z Compiling foreign-types-shared v0.1.1
14472026-07-29T00:39:59.706Z Compiling rustls v0.23.41
14482026-07-29T00:39:59.739Z Compiling want v0.3.1
14492026-07-29T00:39:59.758Z Compiling bitflags v2.11.0
14502026-07-29T00:39:59.775Z Compiling semver v1.0.28
14512026-07-29T00:39:59.775Z Compiling indexmap v2.14.0
14522026-07-29T00:39:59.798Z Compiling uuid v1.23.4
14532026-07-29T00:39:59.832Z Compiling untrusted v0.9.0
14542026-07-29T00:39:59.854Z Compiling openssl v0.10.79
14552026-07-29T00:39:59.886Z Compiling cpufeatures v0.2.17
14562026-07-29T00:39:59.902Z Compiling httpdate v1.0.3
14572026-07-29T00:39:59.928Z Compiling unicode-normalization v0.1.25
14582026-07-29T00:39:59.956Z Compiling foreign-types v0.3.2
14592026-07-29T00:39:59.970Z Compiling rustc_version v0.4.1
14602026-07-29T00:39:59.993Z Compiling spin v0.9.8
14612026-07-29T00:40:00.034Z Compiling native-tls v0.2.18
14622026-07-29T00:40:00.072Z Compiling num-conv v0.2.0
14632026-07-29T00:40:00.095Z Compiling crc32fast v1.5.0
14642026-07-29T00:40:00.119Z Compiling powerfmt v0.2.0
14652026-07-29T00:40:00.163Z Compiling time-core v0.1.8
14662026-07-29T00:40:00.220Z Compiling wait-timeout v0.2.1
14672026-07-29T00:40:00.238Z Compiling sync_wrapper v1.0.2
14682026-07-29T00:40:00.273Z Compiling syn v1.0.109
14692026-07-29T00:40:00.389Z Compiling deranged v0.5.8
14702026-07-29T00:40:00.455Z Compiling time-macros v0.2.27
14712026-07-29T00:40:00.456Z Compiling quick-error v1.2.3
14722026-07-29T00:40:00.456Z Compiling aws-lc-sys v0.40.0
14732026-07-29T00:40:00.456Z Compiling openssl-sys v0.9.115
14742026-07-29T00:40:00.456Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14752026-07-29T00:40:00.503Z Compiling usdt-impl v0.6.0
14762026-07-29T00:40:00.503Z Compiling regex-automata v0.4.14
14772026-07-29T00:40:00.530Z Compiling siphasher v1.0.2
14782026-07-29T00:40:00.531Z Compiling synstructure v0.13.2
14792026-07-29T00:40:00.531Z Compiling serde_derive_internals v0.29.1
14802026-07-29T00:40:00.640Z Compiling pest_generator v2.8.6
14812026-07-29T00:40:00.676Z Compiling darling_core v0.20.11
14822026-07-29T00:40:00.739Z Compiling bit-vec v0.8.0
14832026-07-29T00:40:00.883Z Compiling tempfile v3.25.0
14842026-07-29T00:40:00.966Z Compiling crossbeam-utils v0.8.21
14852026-07-29T00:40:01.209Z Compiling num_threads v0.1.7
14862026-07-29T00:40:01.246Z Compiling simd-adler32 v0.3.8
14872026-07-29T00:40:01.304Z Compiling rusty-fork v0.3.1
14882026-07-29T00:40:01.352Z Compiling bit-set v0.8.0
14892026-07-29T00:40:01.376Z Compiling darling_core v0.23.0
14902026-07-29T00:40:01.376Z Compiling bzip2-sys v0.1.13+1.0.8
14912026-07-29T00:40:01.376Z Compiling heapless v0.7.17
14922026-07-29T00:40:01.397Z Compiling slog v2.8.2
14932026-07-29T00:40:01.439Z Compiling time v0.3.47
14942026-07-29T00:40:01.468Z Compiling rand_xorshift v0.4.0
14952026-07-29T00:40:01.468Z Compiling thread-id v5.1.0
14962026-07-29T00:40:01.486Z Compiling cookie v0.18.1
14972026-07-29T00:40:01.554Z Compiling adler2 v2.0.1
14982026-07-29T00:40:01.574Z Compiling iri-string v0.7.10
14992026-07-29T00:40:01.627Z Compiling zstd-safe v7.2.4
15002026-07-29T00:40:01.627Z Compiling anyhow v1.0.102
15012026-07-29T00:40:01.667Z Compiling ryu v1.0.23
15022026-07-29T00:40:01.668Z Compiling signal-hook v0.3.18
15032026-07-29T00:40:01.668Z Compiling allocator-api2 v0.2.21
15042026-07-29T00:40:01.693Z Compiling unicode-properties v0.1.4
15052026-07-29T00:40:01.702Z Compiling paste v1.0.15
15062026-07-29T00:40:01.705Z Compiling unarray v0.1.4
15072026-07-29T00:40:01.806Z Compiling unicode-bidi v0.3.18
15082026-07-29T00:40:01.881Z Compiling miniz_oxide v0.8.9
15092026-07-29T00:40:02.045Z Compiling camino v1.2.2
15102026-07-29T00:40:02.090Z Compiling curve25519-dalek v4.1.3
15112026-07-29T00:40:02.186Z Compiling stringprep v0.1.5
15122026-07-29T00:40:02.318Z Compiling serde_derive v1.0.228
15132026-07-29T00:40:02.361Z Compiling zeroize_derive v1.5.0
15142026-07-29T00:40:02.430Z Compiling zerofrom-derive v0.1.6
15152026-07-29T00:40:02.447Z Compiling yoke-derive v0.8.1
15162026-07-29T00:40:02.474Z Compiling zerovec-derive v0.11.2
15172026-07-29T00:40:02.489Z Compiling displaydoc v0.2.5
15182026-07-29T00:40:02.636Z Compiling zerocopy-derive v0.8.40
15192026-07-29T00:40:02.652Z Compiling tokio-macros v2.7.0
15202026-07-29T00:40:03.036Z Compiling futures-macro v0.3.32
15212026-07-29T00:40:03.076Z Compiling zeroize v1.9.0
15222026-07-29T00:40:03.087Z Compiling der_derive v0.7.3
15232026-07-29T00:40:03.134Z Compiling tracing-attributes v0.1.31
15242026-07-29T00:40:03.381Z Compiling thiserror-impl v2.0.18
15252026-07-29T00:40:03.461Z Compiling rustls-pki-types v1.14.0
15262026-07-29T00:40:03.681Z Compiling schemars_derive v0.8.22
15272026-07-29T00:40:03.732Z Compiling hybrid-array v0.4.13
15282026-07-29T00:40:03.912Z Compiling zerofrom v0.1.6
15292026-07-29T00:40:03.941Z Compiling block-buffer v0.10.4
15302026-07-29T00:40:03.961Z Compiling crypto-common v0.1.7
15312026-07-29T00:40:03.961Z Compiling futures-util v0.3.32
15322026-07-29T00:40:03.961Z Compiling scroll_derive v0.13.1
15332026-07-29T00:40:04.051Z Compiling yoke v0.8.1
15342026-07-29T00:40:04.109Z Compiling digest v0.10.7
15352026-07-29T00:40:04.125Z Compiling pest_derive v2.8.6
15362026-07-29T00:40:04.155Z Compiling der v0.7.10
15372026-07-29T00:40:04.310Z Compiling zerovec v0.11.5
15382026-07-29T00:40:04.413Z Compiling zerotrie v0.2.3
15392026-07-29T00:40:04.511Z Compiling tracing v0.1.44
15402026-07-29T00:40:04.529Z Compiling darling_macro v0.20.11
15412026-07-29T00:40:04.613Z Compiling openssl-macros v0.1.1
15422026-07-29T00:40:04.751Z Compiling hmac v0.12.1
15432026-07-29T00:40:04.781Z Compiling sha2 v0.10.9
15442026-07-29T00:40:04.781Z Compiling tinystr v0.8.2
15452026-07-29T00:40:04.809Z Compiling potential_utf v0.1.4
15462026-07-29T00:40:04.819Z Compiling thiserror v2.0.18
15472026-07-29T00:40:04.819Z Compiling scroll v0.13.0
15482026-07-29T00:40:04.868Z Compiling scroll_derive v0.12.1
15492026-07-29T00:40:04.944Z Compiling icu_locale_core v2.1.1
15502026-07-29T00:40:04.975Z Compiling icu_collections v2.1.1
15512026-07-29T00:40:05.004Z Compiling dtrace-parser v0.3.0
15522026-07-29T00:40:05.004Z Compiling thiserror-impl v1.0.69
15532026-07-29T00:40:05.061Z Compiling spki v0.7.3
15542026-07-29T00:40:05.118Z Compiling darling v0.20.11
15552026-07-29T00:40:05.135Z Compiling goblin v0.10.5
15562026-07-29T00:40:05.309Z Compiling pkcs8 v0.10.2
15572026-07-29T00:40:05.445Z Compiling derive_builder_core v0.20.2
15582026-07-29T00:40:05.496Z Compiling block-buffer v0.12.1
15592026-07-29T00:40:05.583Z Compiling icu_provider v2.1.1
15602026-07-29T00:40:05.620Z Compiling scroll v0.12.0
15612026-07-29T00:40:05.718Z Compiling block-padding v0.4.2
15622026-07-29T00:40:05.744Z Compiling crypto-common v0.2.2
15632026-07-29T00:40:05.865Z Compiling bytes v1.11.1
15642026-07-29T00:40:05.898Z Compiling icu_normalizer v2.1.1
15652026-07-29T00:40:05.931Z Compiling icu_properties v2.1.2
15662026-07-29T00:40:05.931Z Compiling chrono v0.4.45
15672026-07-29T00:40:05.971Z Compiling ipnet v2.11.0
15682026-07-29T00:40:05.989Z Compiling erased-serde v0.3.31
15692026-07-29T00:40:06.081Z Compiling hex v0.4.3
15702026-07-29T00:40:06.329Z Compiling tokio v1.52.1
15712026-07-29T00:40:06.381Z Compiling http v1.4.2
15722026-07-29T00:40:06.510Z Compiling thiserror v1.0.69
15732026-07-29T00:40:06.510Z Compiling derive_builder_macro v0.20.2
15742026-07-29T00:40:06.632Z Compiling serde_tokenstream v0.2.3
15752026-07-29T00:40:06.632Z Compiling toml_datetime v0.6.11
15762026-07-29T00:40:06.632Z Compiling serde_urlencoded v0.7.1
15772026-07-29T00:40:06.632Z Compiling serde_spanned v0.6.9
15782026-07-29T00:40:06.633Z Compiling signature v2.2.0
15792026-07-29T00:40:06.659Z Compiling md-5 v0.10.6
15802026-07-29T00:40:06.776Z Compiling darling_macro v0.23.0
15812026-07-29T00:40:06.807Z Compiling rustls-native-certs v0.8.3
15822026-07-29T00:40:06.807Z Compiling bstr v1.12.1
15832026-07-29T00:40:06.807Z Compiling idna_adapter v1.2.1
15842026-07-29T00:40:06.843Z Compiling pin-project-internal v1.1.11
15852026-07-29T00:40:06.893Z Compiling idna v1.1.0
15862026-07-29T00:40:06.941Z Compiling async-trait v0.1.89
15872026-07-29T00:40:07.060Z Compiling http-body v1.0.1
15882026-07-29T00:40:07.098Z Compiling zerocopy-derive v0.7.35
15892026-07-29T00:40:07.209Z Compiling ppv-lite86 v0.2.21
15902026-07-29T00:40:07.522Z Compiling url v2.5.8
15912026-07-29T00:40:07.559Z Compiling http-body-util v0.1.3
15922026-07-29T00:40:07.559Z Compiling vergen-lib v9.1.0
15932026-07-29T00:40:07.559Z Compiling num-integer v0.1.46
15942026-07-29T00:40:07.559Z Compiling rand_chacha v0.9.0
15952026-07-29T00:40:07.559Z Compiling rand_chacha v0.3.1
15962026-07-29T00:40:07.559Z Compiling hash32 v0.2.1
15972026-07-29T00:40:07.591Z Compiling encoding_rs v0.8.35
15982026-07-29T00:40:07.591Z Compiling memoffset v0.9.1
15992026-07-29T00:40:07.620Z Compiling rustix v0.38.44
16002026-07-29T00:40:07.746Z Compiling rand v0.9.2
16012026-07-29T00:40:07.834Z Compiling ref-cast v1.0.25
16022026-07-29T00:40:08.006Z Compiling dof v0.4.0
16032026-07-29T00:40:08.070Z Compiling litrs v1.0.0
16042026-07-29T00:40:08.071Z Compiling num-bigint-dig v0.8.6
16052026-07-29T00:40:08.071Z Compiling fallible-iterator v0.2.0
16062026-07-29T00:40:08.126Z Compiling psl-types v2.0.11
16072026-07-29T00:40:08.151Z Compiling zlib-rs v0.6.2
16082026-07-29T00:40:08.178Z Compiling smoltcp v0.9.1
16092026-07-29T00:40:08.402Z Compiling mime v0.3.17
16102026-07-29T00:40:08.402Z Compiling cfg_aliases v0.2.1
16112026-07-29T00:40:08.470Z Compiling publicsuffix v2.3.0
16122026-07-29T00:40:08.470Z Compiling proptest v1.10.0
16132026-07-29T00:40:08.470Z Compiling nix v0.31.2
16142026-07-29T00:40:08.470Z Compiling postgres-protocol v0.6.10
16152026-07-29T00:40:08.547Z Compiling pin-project v1.1.11
16162026-07-29T00:40:08.568Z Compiling zerocopy v0.7.35
16172026-07-29T00:40:08.607Z Compiling ipnetwork v0.21.1
16182026-07-29T00:40:08.646Z Compiling document-features v0.2.12
16192026-07-29T00:40:08.667Z Compiling rand v0.8.6
16202026-07-29T00:40:08.815Z Compiling num-iter v0.1.45
16212026-07-29T00:40:09.001Z Compiling oxnet v0.1.6
16222026-07-29T00:40:09.019Z Compiling darling v0.23.0
16232026-07-29T00:40:09.052Z Compiling derive_builder v0.20.2
16242026-07-29T00:40:09.183Z Compiling futures-executor v0.3.32
16252026-07-29T00:40:09.195Z Compiling hubpack_derive v0.1.1
16262026-07-29T00:40:09.195Z Compiling inout v0.2.2
16272026-07-29T00:40:09.195Z Compiling goblin v0.8.2
16282026-07-29T00:40:09.195Z Compiling regex v1.12.3
16292026-07-29T00:40:09.435Z Compiling snafu-derive v0.8.9
16302026-07-29T00:40:09.435Z Compiling daft-derive v0.1.7
16312026-07-29T00:40:09.447Z Compiling strum_macros v0.27.2
16322026-07-29T00:40:09.447Z Compiling curve25519-dalek-derive v0.1.1
16332026-07-29T00:40:09.494Z Compiling ref-cast-impl v1.0.25
16342026-07-29T00:40:09.672Z Compiling terminal_size v0.4.3
16352026-07-29T00:40:09.689Z Compiling phf_shared v0.13.1
16362026-07-29T00:40:09.790Z Compiling lazy_static v1.5.0
16372026-07-29T00:40:09.835Z Compiling anstyle-parse v0.2.7
16382026-07-29T00:40:09.850Z Compiling cargo-platform v0.3.2
16392026-07-29T00:40:09.863Z Compiling vergen v9.1.0
16402026-07-29T00:40:09.895Z Compiling ff v0.13.1
16412026-07-29T00:40:09.939Z Compiling fs-err v3.3.0
16422026-07-29T00:40:10.032Z Compiling ahash v0.8.12
16432026-07-29T00:40:10.044Z Compiling foldhash v0.1.5
16442026-07-29T00:40:10.044Z Compiling unicode-segmentation v1.12.0
16452026-07-29T00:40:10.068Z Compiling same-file v1.0.6
16462026-07-29T00:40:10.085Z Compiling object v0.37.3
16472026-07-29T00:40:10.129Z Compiling foldhash v0.2.0
16482026-07-29T00:40:10.146Z Compiling bitflags v1.3.2
16492026-07-29T00:40:10.174Z Compiling tokio-util v0.7.18
16502026-07-29T00:40:10.199Z Compiling tower v0.5.3
16512026-07-29T00:40:10.241Z Compiling tokio-native-tls v0.3.1
16522026-07-29T00:40:10.247Z Compiling bumpalo v3.20.2
16532026-07-29T00:40:10.260Z Compiling base16ct v0.2.0
16542026-07-29T00:40:10.268Z Compiling libbz2-rs-sys v0.2.2
16552026-07-29T00:40:10.369Z Compiling winnow v0.5.40
16562026-07-29T00:40:10.384Z Compiling managed v0.8.0
16572026-07-29T00:40:10.415Z Compiling sec1 v0.7.3
16582026-07-29T00:40:10.449Z Compiling zopfli v0.8.3
16592026-07-29T00:40:10.513Z Compiling hashbrown v0.16.1
16602026-07-29T00:40:10.586Z Compiling tower-http v0.6.8
16612026-07-29T00:40:10.669Z Compiling walkdir v2.5.0
16622026-07-29T00:40:10.731Z Compiling bzip2 v0.6.1
16632026-07-29T00:40:10.945Z Compiling h2 v0.4.15
16642026-07-29T00:40:10.967Z Compiling newtype-uuid v1.3.2
16652026-07-29T00:40:10.998Z Compiling hashbrown v0.15.5
16662026-07-29T00:40:11.176Z Compiling flate2 v1.1.9
16672026-07-29T00:40:11.201Z Compiling clap_builder v4.6.0
16682026-07-29T00:40:11.224Z Compiling daft v0.1.7
16692026-07-29T00:40:11.467Z Compiling snafu v0.8.9
16702026-07-29T00:40:11.717Z Compiling cargo_metadata v0.23.1
16712026-07-29T00:40:11.717Z Compiling strum v0.27.2
16722026-07-29T00:40:11.717Z Compiling dof v0.3.0
16732026-07-29T00:40:11.717Z Compiling group v0.13.0
16742026-07-29T00:40:11.740Z Compiling anstream v0.6.21
16752026-07-29T00:40:11.740Z Compiling phf v0.13.1
16762026-07-29T00:40:11.740Z Compiling signal-hook-mio v0.2.5
16772026-07-29T00:40:11.864Z Compiling toml_edit v0.19.15
16782026-07-29T00:40:11.864Z Compiling hubpack v0.1.2
16792026-07-29T00:40:11.908Z Compiling cookie_store v0.22.1
16802026-07-29T00:40:11.908Z Compiling usdt-attr-macro v0.6.0
16812026-07-29T00:40:11.908Z Compiling usdt-macro v0.6.0
16822026-07-29T00:40:11.990Z Compiling cipher v0.5.2
16832026-07-29T00:40:12.043Z Compiling bzip2 v0.4.4
16842026-07-29T00:40:12.165Z Compiling futures v0.3.32
16852026-07-29T00:40:12.197Z Compiling serde_with_macros v3.21.0
16862026-07-29T00:40:12.248Z Compiling postgres-types v0.2.12
16872026-07-29T00:40:12.392Z Compiling zstd v0.13.3
16882026-07-29T00:40:12.442Z Compiling globset v0.4.18
16892026-07-29T00:40:12.664Z Compiling ed25519 v2.2.3
16902026-07-29T00:40:12.695Z Compiling dtrace-parser v0.2.0
16912026-07-29T00:40:12.719Z Compiling olpc-cjson v0.1.4
16922026-07-29T00:40:12.759Z Compiling serde-big-array v0.5.1
16932026-07-29T00:40:12.809Z Compiling serde_plain v1.0.2
16942026-07-29T00:40:12.844Z Compiling pkcs1 v0.7.5
16952026-07-29T00:40:12.999Z Compiling hkdf v0.12.4
16962026-07-29T00:40:13.027Z Compiling crypto-bigint v0.5.5
16972026-07-29T00:40:13.027Z Compiling async-recursion v1.1.1
16982026-07-29T00:40:13.172Z Compiling serde_repr v0.1.20
16992026-07-29T00:40:13.196Z Compiling enum-as-inner v0.6.1
17002026-07-29T00:40:13.385Z Compiling strum_macros v0.26.4
17012026-07-29T00:40:13.524Z Compiling clap_derive v4.6.1
17022026-07-29T00:40:13.663Z Compiling phf_shared v0.11.3
17032026-07-29T00:40:13.663Z Compiling float-cmp v0.10.0
17042026-07-29T00:40:13.772Z Compiling pem v3.0.6
17052026-07-29T00:40:13.772Z Compiling memmap2 v0.9.10
17062026-07-29T00:40:13.772Z Compiling thread-id v4.2.2
17072026-07-29T00:40:13.915Z Compiling env_filter v1.0.0
17082026-07-29T00:40:13.915Z Compiling predicates-core v1.0.10
17092026-07-29T00:40:13.915Z Compiling normalize-line-endings v0.3.0
17102026-07-29T00:40:14.044Z Compiling new_debug_unreachable v1.0.6
17112026-07-29T00:40:14.044Z Compiling whoami v2.1.0
17122026-07-29T00:40:14.044Z Compiling fixedbitset v0.5.7
17132026-07-29T00:40:14.044Z Compiling static_assertions v1.1.0
17142026-07-29T00:40:14.044Z Compiling data-encoding v2.10.0
17152026-07-29T00:40:14.157Z Compiling typed-path v0.9.3
17162026-07-29T00:40:14.158Z Compiling const-oid v0.10.2
17172026-07-29T00:40:14.158Z Compiling fixedbitset v0.4.2
17182026-07-29T00:40:14.258Z Compiling hyper v1.10.1
17192026-07-29T00:40:14.334Z Compiling jiff v0.2.21
17202026-07-29T00:40:14.334Z Compiling cpufeatures v0.3.0
17212026-07-29T00:40:14.334Z Compiling keccak v0.1.6
17222026-07-29T00:40:14.334Z Compiling winnow v1.0.3
17232026-07-29T00:40:14.334Z Compiling difflib v0.4.0
17242026-07-29T00:40:14.357Z Compiling precomputed-hash v0.1.1
17252026-07-29T00:40:14.458Z Compiling either v1.15.0
17262026-07-29T00:40:14.536Z Compiling toml_edit v0.22.27
17272026-07-29T00:40:14.710Z Compiling itertools v0.13.0
17282026-07-29T00:40:14.871Z Compiling toml_parser v1.1.2+spec-1.1.0
17292026-07-29T00:40:14.871Z Compiling predicates v3.1.4
17302026-07-29T00:40:14.967Z Compiling string_cache v0.8.9
17312026-07-29T00:40:15.038Z Compiling sha3 v0.10.8
17322026-07-29T00:40:15.110Z Compiling strum v0.26.3
17332026-07-29T00:40:15.163Z Compiling chacha20 v0.10.0
17342026-07-29T00:40:15.191Z Compiling hickory-proto v0.25.2
17352026-07-29T00:40:15.222Z Compiling petgraph v0.6.5
17362026-07-29T00:40:15.278Z Compiling digest v0.11.3
17372026-07-29T00:40:15.293Z Compiling petgraph v0.8.3
17382026-07-29T00:40:15.293Z Compiling clap v4.6.1
17392026-07-29T00:40:15.381Z Compiling tokio-postgres v0.7.16
17402026-07-29T00:40:15.432Z Compiling hyper-util v0.1.20
17412026-07-29T00:40:15.432Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17422026-07-29T00:40:15.583Z Compiling elliptic-curve v0.13.8
17432026-07-29T00:40:15.602Z Compiling env_logger v0.11.9
17442026-07-29T00:40:15.602Z Compiling usdt v0.6.0
17452026-07-29T00:40:15.858Z Compiling usdt-impl v0.5.0
17462026-07-29T00:40:15.878Z Compiling serde_with v3.21.0
17472026-07-29T00:40:15.878Z Compiling crossterm v0.28.1
17482026-07-29T00:40:15.939Z Compiling toml v0.7.8
17492026-07-29T00:40:16.013Z Compiling rsa v0.9.10
17502026-07-29T00:40:16.499Z Compiling ed25519-dalek v2.2.0
17512026-07-29T00:40:16.764Z Compiling hyper-tls v0.6.0
17522026-07-29T00:40:17.016Z Compiling reqwest v0.12.28
17532026-07-29T00:40:17.045Z Compiling zip v4.6.1
17542026-07-29T00:40:17.164Z Compiling zip v0.6.6
17552026-07-29T00:40:17.209Z Compiling iddqd v0.4.2
17562026-07-29T00:40:17.381Z Compiling tokio-stream v0.1.18
17572026-07-29T00:40:17.734Z Compiling heck v0.4.1
17582026-07-29T00:40:17.764Z Compiling similar v2.7.0
17592026-07-29T00:40:17.774Z Compiling buf-list v1.1.2
17602026-07-29T00:40:17.792Z Compiling byte-wrapper v0.1.0
17612026-07-29T00:40:17.792Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17622026-07-29T00:40:17.965Z Compiling openapiv3 v2.2.0
17632026-07-29T00:40:18.001Z Compiling x509-cert v0.2.5
17642026-07-29T00:40:18.084Z Compiling crossbeam-epoch v0.9.18
17652026-07-29T00:40:18.113Z Compiling peg-runtime v0.8.5
17662026-07-29T00:40:18.179Z Compiling lalrpop-util v0.19.12
17672026-07-29T00:40:18.233Z Compiling thread_local v1.1.9
17682026-07-29T00:40:18.289Z Compiling slog-async v2.8.0
17692026-07-29T00:40:18.396Z Compiling crossbeam-channel v0.5.15
17702026-07-29T00:40:18.439Z Compiling filetime v0.2.27
17712026-07-29T00:40:18.465Z Compiling is-terminal v0.4.17
17722026-07-29T00:40:18.487Z Compiling term v1.2.1
17732026-07-29T00:40:18.617Z Compiling take_mut v0.2.2
17742026-07-29T00:40:18.726Z Compiling xattr v1.6.1
17752026-07-29T00:40:18.726Z Compiling camino-tempfile v1.4.1
17762026-07-29T00:40:18.799Z Compiling slog-term v2.9.2
17772026-07-29T00:40:18.907Z Compiling tar v0.4.46
17782026-07-29T00:40:36.612Z Compiling rustls-webpki v0.103.13
17792026-07-29T00:40:39.313Z Compiling tokio-rustls v0.26.4
17802026-07-29T00:40:39.314Z Compiling rustls-platform-verifier v0.6.2
17812026-07-29T00:40:39.334Z Compiling tough v0.22.0
17822026-07-29T00:40:39.446Z Compiling hyper-rustls v0.27.7
17832026-07-29T00:40:39.694Z Compiling reqwest v0.13.2
17842026-07-29T00:40:41.812Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852026-07-29T00:40:42.010Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862026-07-29T00:40:44.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.17s
17872026-07-29T00:40:45.054Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17882026-07-29T00:40:45.079ZJul 29 00:40:44.256 INFO Starting download, target: Clickhouse
17892026-07-29T00:40:45.079ZJul 29 00:40:44.256 INFO Starting download, target: Cockroach
17902026-07-29T00:40:45.079ZJul 29 00:40:44.256 INFO Starting download, target: Console
17912026-07-29T00:40:45.079ZJul 29 00:40:44.256 INFO Starting download, target: DendriteStub
17922026-07-29T00:40:45.099ZJul 29 00:40:44.256 INFO Starting download, target: MaghemiteMgd
17932026-07-29T00:40:45.099ZJul 29 00:40:44.256 INFO Starting download, target: MaghemiteDdmd
17942026-07-29T00:40:45.099ZJul 29 00:40:44.256 INFO Starting download, target: TransceiverControl
17952026-07-29T00:40:45.099ZJul 29 00:40:44.257 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17962026-07-29T00:40:45.099ZJul 29 00:40:44.257 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17972026-07-29T00:40:45.099ZJul 29 00:40:44.257 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17982026-07-29T00:40:45.099ZJul 29 00:40:44.257 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17992026-07-29T00:40:45.099ZJul 29 00:40:44.257 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18002026-07-29T00:40:45.100ZJul 29 00:40:44.257 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18012026-07-29T00:40:45.100ZJul 29 00:40:44.257 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18022026-07-29T00:40:47.378ZJul 29 00:40:46.058 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18032026-07-29T00:40:47.433ZJul 29 00:40:46.184 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18042026-07-29T00:40:47.433ZJul 29 00:40:46.313 INFO Download complete, target: Console
18052026-07-29T00:40:47.819ZJul 29 00:40:46.887 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18062026-07-29T00:40:48.039ZJul 29 00:40:47.105 INFO Download complete, target: TransceiverControl
18072026-07-29T00:40:53.976ZJul 29 00:40:52.917 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18082026-07-29T00:40:54.237ZJul 29 00:40:53.019 INFO Checking that binary works, target: Clickhouse
18092026-07-29T00:40:54.237ZJul 29 00:40:53.130 INFO Download complete, target: Clickhouse
18102026-07-29T00:40:55.534ZJul 29 00:40:54.658 INFO Download complete, target: MaghemiteDdmd
18112026-07-29T00:40:57.375ZJul 29 00:40:56.552 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18122026-07-29T00:40:58.176ZJul 29 00:40:57.256 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18132026-07-29T00:40:59.841ZJul 29 00:40:58.971 INFO Download complete, target: DendriteStub
18142026-07-29T00:41:00.620ZJul 29 00:40:59.799 INFO Download complete, target: MaghemiteMgd
18152026-07-29T00:41:05.497ZJul 29 00:41:04.623 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18162026-07-29T00:41:05.497ZJul 29 00:41:04.623 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18172026-07-29T00:41:10.046ZJul 29 00:41:09.225 INFO Checking that binary works, target: Cockroach
18182026-07-29T00:41:10.170ZJul 29 00:41:09.349 INFO Download complete, target: Cockroach
18192026-07-29T00:41:10.175ZAll prerequisites installed successfully
18202026-07-29T00:41:10.179Z
18212026-07-29T00:41:10.179Zreal 1:44.017518282
18222026-07-29T00:41:10.179Zuser 6:34.019971903
18232026-07-29T00:41:10.179Zsys 1:35.228495675
18242026-07-29T00:41:10.179Ztrap 0.217215534
18252026-07-29T00:41:10.179Ztflt 1.000534472
18262026-07-29T00:41:10.179Zdflt 1.750193291
18272026-07-29T00:41:10.179Zkflt 0.026754543
18282026-07-29T00:41:10.179Zlock 30:28.666409623
18292026-07-29T00:41:10.179Zslp 18:08.561347099
18302026-07-29T00:41:10.179Zlat 21.147669307
18312026-07-29T00:41:10.179Zstop 2:36.514157647
18322026-07-29T00:41:10.179Z+ source ./tools/include/force-git-over-https.sh
18332026-07-29T00:41:10.179Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18342026-07-29T00:41:10.179Z++ (( i = 0 ))
18352026-07-29T00:41:10.180Z++ (( i < 5 ))
18362026-07-29T00:41:10.180Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18372026-07-29T00:41:10.183Z++ (( i++ ))
18382026-07-29T00:41:10.183Z++ (( i < 5 ))
18392026-07-29T00:41:10.183Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18402026-07-29T00:41:10.188Z++ (( i++ ))
18412026-07-29T00:41:10.188Z++ (( i < 5 ))
18422026-07-29T00:41:10.188Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18432026-07-29T00:41:10.188Z++ (( i++ ))
18442026-07-29T00:41:10.188Z++ (( i < 5 ))
18452026-07-29T00:41:10.188Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18462026-07-29T00:41:10.192Z++ (( i++ ))
18472026-07-29T00:41:10.192Z++ (( i < 5 ))
18482026-07-29T00:41:10.192Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18492026-07-29T00:41:10.192Z++ (( i++ ))
18502026-07-29T00:41:10.192Z++ (( i < 5 ))
18512026-07-29T00:41:10.192Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18522026-07-29T00:41:10.192Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18532026-07-29T00:41:10.192Z+ rc=0
18542026-07-29T00:41:10.192Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18552026-07-29T00:41:14.524Z+ case $rc in
18562026-07-29T00:41:14.524Z+ pfexec zfs create -p rpool/images/build/host
18572026-07-29T00:41:14.636Z+ pfexec zfs create -p rpool/images/build/recovery
18582026-07-29T00:41:14.681Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18592026-07-29T00:41:15.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18602026-07-29T00:41:15.153Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18612026-07-29T00:41:16.013Z Compiling proc-macro2 v1.0.106
18622026-07-29T00:41:16.013Z Compiling quote v1.0.45
18632026-07-29T00:41:16.013Z Compiling unicode-ident v1.0.24
18642026-07-29T00:41:16.018Z Compiling libc v0.2.185
18652026-07-29T00:41:16.018Z Compiling serde_core v1.0.228
18662026-07-29T00:41:16.018Z Compiling serde v1.0.228
18672026-07-29T00:41:16.018Z Compiling cfg-if v1.0.4
18682026-07-29T00:41:16.018Z Compiling shlex v1.3.0
18692026-07-29T00:41:16.018Z Compiling find-msvc-tools v0.1.9
18702026-07-29T00:41:16.018Z Compiling version_check v0.9.5
18712026-07-29T00:41:16.143Z Compiling autocfg v1.5.0
18722026-07-29T00:41:16.148Z Compiling zmij v1.0.21
18732026-07-29T00:41:16.148Z Compiling memchr v2.8.0
18742026-07-29T00:41:16.148Z Compiling zerocopy v0.8.40
18752026-07-29T00:41:16.148Z Compiling serde_json v1.0.151
18762026-07-29T00:41:16.282Z Compiling portable-atomic v1.13.1
18772026-07-29T00:41:16.368Z Compiling getrandom v0.4.1
18782026-07-29T00:41:16.368Z Compiling libm v0.2.16
18792026-07-29T00:41:16.458Z Compiling parking_lot_core v0.9.12
18802026-07-29T00:41:16.542Z Compiling icu_properties_data v2.1.2
18812026-07-29T00:41:16.653Z Compiling num-traits v0.2.19
18822026-07-29T00:41:16.658Z Compiling icu_normalizer_data v2.1.1
18832026-07-29T00:41:16.713Z Compiling smallvec v1.15.1
18842026-07-29T00:41:16.718Z Compiling generic-array v0.14.7
18852026-07-29T00:41:16.732Z Compiling pkg-config v0.3.32
18862026-07-29T00:41:16.738Z Compiling log v0.4.29
18872026-07-29T00:41:16.779Z Compiling itoa v1.0.17
18882026-07-29T00:41:16.825Z Compiling subtle v2.6.1
18892026-07-29T00:41:16.878Z Compiling getrandom v0.3.4
18902026-07-29T00:41:16.965Z Compiling scopeguard v1.2.0
18912026-07-29T00:41:16.979Z Compiling rustix v1.1.3
18922026-07-29T00:41:17.040Z Compiling stable_deref_trait v1.2.1
18932026-07-29T00:41:17.056Z Compiling lock_api v0.4.14
18942026-07-29T00:41:17.106Z Compiling typenum v1.20.1
18952026-07-29T00:41:17.110Z Compiling heck v0.5.0
18962026-07-29T00:41:17.152Z Compiling critical-section v1.2.0
18972026-07-29T00:41:17.232Z Compiling jobserver v0.1.34
18982026-07-29T00:41:17.316Z Compiling errno v0.3.14
18992026-07-29T00:41:17.329Z Compiling dunce v1.0.5
19002026-07-29T00:41:17.347Z Compiling fs_extra v1.3.0
19012026-07-29T00:41:17.351Z Compiling rand_core v0.10.0
19022026-07-29T00:41:17.417Z Compiling syn v2.0.117
19032026-07-29T00:41:17.431Z Compiling thiserror v2.0.18
19042026-07-29T00:41:17.448Z Compiling cc v1.2.56
19052026-07-29T00:41:17.539Z Compiling pin-project-lite v0.2.17
19062026-07-29T00:41:17.603Z Compiling once_cell v1.21.3
19072026-07-29T00:41:17.621Z Compiling percent-encoding v2.3.2
19082026-07-29T00:41:17.643Z Compiling litemap v0.8.1
19092026-07-29T00:41:17.660Z Compiling rustversion v1.0.22
19102026-07-29T00:41:17.673Z Compiling writeable v0.6.2
19112026-07-29T00:41:17.753Z Compiling getrandom v0.2.17
19122026-07-29T00:41:17.783Z Compiling schemars v0.8.22
19132026-07-29T00:41:17.889Z Compiling aws-lc-rs v1.16.3
19142026-07-29T00:41:17.918Z Compiling rand_core v0.6.4
19152026-07-29T00:41:17.922Z Compiling equivalent v1.0.2
19162026-07-29T00:41:17.956Z Compiling futures-core v0.3.32
19172026-07-29T00:41:18.020Z Compiling signal-hook-registry v1.4.8
19182026-07-29T00:41:18.038Z Compiling httparse v1.10.1
19192026-07-29T00:41:18.085Z Compiling mio v1.2.0
19202026-07-29T00:41:18.199Z Compiling const-oid v0.9.6
19212026-07-29T00:41:18.226Z Compiling cmake v0.1.57
19222026-07-29T00:41:18.239Z Compiling parking_lot v0.12.5
19232026-07-29T00:41:18.460Z Compiling bitflags v2.11.0
19242026-07-29T00:41:18.520Z Compiling semver v1.0.28
19252026-07-29T00:41:18.584Z Compiling crc32fast v1.5.0
19262026-07-29T00:41:18.604Z Compiling vcpkg v0.2.15
19272026-07-29T00:41:18.661Z Compiling utf8_iter v1.0.4
19282026-07-29T00:41:18.792Z Compiling aws-lc-sys v0.40.0
19292026-07-29T00:41:18.901Z Compiling form_urlencoded v1.2.2
19302026-07-29T00:41:18.918Z Compiling socket2 v0.6.3
19312026-07-29T00:41:19.077Z Compiling hashbrown v0.17.0
19322026-07-29T00:41:19.171Z Compiling openssl-sys v0.9.115
19332026-07-29T00:41:19.266Z Compiling fnv v1.0.7
19342026-07-29T00:41:19.463Z Compiling rustls v0.23.41
19352026-07-29T00:41:19.523Z Compiling futures-sink v0.3.32
19362026-07-29T00:41:19.632Z Compiling futures-channel v0.3.32
19372026-07-29T00:41:19.684Z Compiling slab v0.4.12
19382026-07-29T00:41:19.713Z Compiling indexmap v2.14.0
19392026-07-29T00:41:19.730Z Compiling futures-task v0.3.32
19402026-07-29T00:41:19.733Z Compiling futures-io v0.3.32
19412026-07-29T00:41:19.780Z Compiling byteorder v1.5.0
19422026-07-29T00:41:19.885Z Compiling strsim v0.11.1
19432026-07-29T00:41:19.929Z Compiling iana-time-zone v0.1.65
19442026-07-29T00:41:19.952Z Compiling rustc_version v0.4.1
19452026-07-29T00:41:19.984Z Compiling ucd-trie v0.1.7
19462026-07-29T00:41:20.002Z Compiling base64 v0.22.1
19472026-07-29T00:41:20.051Z Compiling syn v1.0.109
19482026-07-29T00:41:20.055Z Compiling thiserror v1.0.69
19492026-07-29T00:41:20.236Z Compiling synstructure v0.13.2
19502026-07-29T00:41:20.254Z Compiling serde_derive_internals v0.29.1
19512026-07-29T00:41:20.272Z Compiling pest v2.8.6
19522026-07-29T00:41:20.362Z Compiling ident_case v1.0.1
19532026-07-29T00:41:20.402Z Compiling time-core v0.1.8
19542026-07-29T00:41:20.457Z Compiling openssl v0.10.79
19552026-07-29T00:41:20.460Z Compiling num-conv v0.2.0
19562026-07-29T00:41:20.541Z Compiling uuid v1.23.4
19572026-07-29T00:41:20.561Z Compiling bzip2-sys v0.1.13+1.0.8
19582026-07-29T00:41:20.667Z Compiling regex-syntax v0.8.10
19592026-07-29T00:41:20.680Z Compiling time-macros v0.2.27
19602026-07-29T00:41:20.701Z Compiling paste v1.0.15
19612026-07-29T00:41:20.741Z Compiling native-tls v0.2.18
19622026-07-29T00:41:20.876Z Compiling fastrand v2.3.0
19632026-07-29T00:41:21.050Z Compiling rand_core v0.9.5
19642026-07-29T00:41:21.094Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19652026-07-29T00:41:21.241Z Compiling slog v2.8.2
19662026-07-29T00:41:21.283Z Compiling base64ct v1.8.3
19672026-07-29T00:41:21.283Z Compiling dyn-clone v1.0.20
19682026-07-29T00:41:21.299Z Compiling num-bigint-dig v0.8.6
19692026-07-29T00:41:21.358Z Compiling crossbeam-utils v0.8.21
19702026-07-29T00:41:21.381Z Compiling pest_meta v2.8.6
19712026-07-29T00:41:21.423Z Compiling camino v1.2.2
19722026-07-29T00:41:21.522Z Compiling ahash v0.8.12
19732026-07-29T00:41:21.538Z Compiling flagset v0.4.7
19742026-07-29T00:41:21.558Z Compiling serde_derive v1.0.228
19752026-07-29T00:41:21.619Z Compiling zeroize_derive v1.5.0
19762026-07-29T00:41:21.644Z Compiling zerofrom-derive v0.1.6
19772026-07-29T00:41:21.651Z Compiling yoke-derive v0.8.1
19782026-07-29T00:41:21.660Z Compiling zerocopy-derive v0.8.40
19792026-07-29T00:41:21.677Z Compiling zerovec-derive v0.11.2
19802026-07-29T00:41:21.739Z Compiling displaydoc v0.2.5
19812026-07-29T00:41:21.759Z Compiling tokio-macros v2.7.0
19822026-07-29T00:41:21.759Z Compiling futures-macro v0.3.32
19832026-07-29T00:41:21.760Z Compiling thiserror-impl v2.0.18
19842026-07-29T00:41:21.904Z Compiling der_derive v0.7.3
19852026-07-29T00:41:22.236Z Compiling zeroize v1.9.0
19862026-07-29T00:41:22.525Z Compiling tracing-attributes v0.1.31
19872026-07-29T00:41:22.541Z Compiling schemars_derive v0.8.22
19882026-07-29T00:41:22.654Z Compiling futures-util v0.3.32
19892026-07-29T00:41:22.754Z Compiling thiserror-impl v1.0.69
19902026-07-29T00:41:22.811Z Compiling zerofrom v0.1.6
19912026-07-29T00:41:22.887Z Compiling pest_generator v2.8.6
19922026-07-29T00:41:22.969Z Compiling yoke v0.8.1
19932026-07-29T00:41:22.998Z Compiling openssl-macros v0.1.1
19942026-07-29T00:41:23.171Z Compiling zerovec v0.11.5
19952026-07-29T00:41:23.204Z Compiling zerotrie v0.2.3
19962026-07-29T00:41:23.545Z Compiling crypto-common v0.1.7
19972026-07-29T00:41:23.619Z Compiling block-buffer v0.10.4
19982026-07-29T00:41:23.666Z Compiling tinystr v0.8.2
19992026-07-29T00:41:23.748Z Compiling potential_utf v0.1.4
20002026-07-29T00:41:23.783Z Compiling digest v0.10.7
20012026-07-29T00:41:23.833Z Compiling pest_derive v2.8.6
20022026-07-29T00:41:23.875Z Compiling icu_locale_core v2.1.1
20032026-07-29T00:41:23.901Z Compiling icu_collections v2.1.1
20042026-07-29T00:41:23.967Z Compiling scroll_derive v0.13.1
20052026-07-29T00:41:24.058Z Compiling pem-rfc7468 v0.7.0
20062026-07-29T00:41:24.323Z Compiling der v0.7.10
20072026-07-29T00:41:24.428Z Compiling rustls-pki-types v1.14.0
20082026-07-29T00:41:24.439Z Compiling clap_derive v4.6.1
20092026-07-29T00:41:24.738Z Compiling icu_provider v2.1.1
20102026-07-29T00:41:24.822Z Compiling daft-derive v0.1.7
20112026-07-29T00:41:24.855Z Compiling bytes v1.11.1
20122026-07-29T00:41:24.989Z Compiling chrono v0.4.45
20132026-07-29T00:41:25.058Z Compiling icu_normalizer v2.1.1
20142026-07-29T00:41:25.129Z Compiling icu_properties v2.1.2
20152026-07-29T00:41:25.400Z Compiling tokio v1.52.1
20162026-07-29T00:41:25.559Z Compiling http v1.4.2
20172026-07-29T00:41:26.252Z Compiling idna_adapter v1.2.1
20182026-07-29T00:41:26.277Z Compiling ppv-lite86 v0.2.21
20192026-07-29T00:41:26.344Z Compiling idna v1.1.0
20202026-07-29T00:41:26.476Z Compiling tempfile v3.25.0
20212026-07-29T00:41:26.633Z Compiling rand_chacha v0.9.0
20222026-07-29T00:41:26.703Z Compiling url v2.5.8
20232026-07-29T00:41:26.792Z Compiling tracing-core v0.1.36
20242026-07-29T00:41:27.087Z Compiling cookie v0.18.1
20252026-07-29T00:41:27.225Z Compiling utf8parse v0.2.2
20262026-07-29T00:41:27.263Z Compiling plain v0.2.3
20272026-07-29T00:41:27.388Z Compiling tracing v0.1.44
20282026-07-29T00:41:27.445Z Compiling rand v0.9.2
20292026-07-29T00:41:27.801Z Compiling http-body v1.0.1
20302026-07-29T00:41:27.821Z Compiling spki v0.7.3
20312026-07-29T00:41:27.841Z Compiling hex v0.4.3
20322026-07-29T00:41:27.841Z Compiling async-trait v0.1.89
20332026-07-29T00:41:27.981Z Compiling spin v0.9.8
20342026-07-29T00:41:27.995Z Compiling aho-corasick v1.1.4
20352026-07-29T00:41:28.158Z Compiling simd-adler32 v0.3.8
20362026-07-29T00:41:28.200Z Compiling anstyle v1.0.14
20372026-07-29T00:41:28.230Z Compiling cpufeatures v0.2.17
20382026-07-29T00:41:28.320Z Compiling atomic-waker v1.1.2
20392026-07-29T00:41:28.577Z Compiling try-lock v0.2.5
20402026-07-29T00:41:28.652Z Compiling anstyle-query v1.1.5
20412026-07-29T00:41:28.683Z Compiling zstd-safe v7.2.4
20422026-07-29T00:41:28.711Z Compiling usdt-impl v0.6.0
20432026-07-29T00:41:28.769Z Compiling is_terminal_polyfill v1.70.2
20442026-07-29T00:41:28.782Z Compiling cmov v0.5.4
20452026-07-29T00:41:28.846Z Compiling regex-automata v0.4.14
20462026-07-29T00:41:28.887Z Compiling pretty-hex v0.4.1
20472026-07-29T00:41:28.906Z Compiling tinyvec_macros v0.1.1
20482026-07-29T00:41:28.945Z Compiling colorchoice v1.0.4
20492026-07-29T00:41:28.969Z Compiling openssl-probe v0.2.1
20502026-07-29T00:41:28.974Z Compiling adler2 v2.0.1
20512026-07-29T00:41:29.010Z Compiling tower-service v0.3.3
20522026-07-29T00:41:29.047Z Compiling untrusted v0.7.1
20532026-07-29T00:41:29.090Z Compiling tower-layer v0.3.3
20542026-07-29T00:41:29.129Z Compiling miniz_oxide v0.8.9
20552026-07-29T00:41:29.150Z Compiling ctutils v0.4.2
20562026-07-29T00:41:29.170Z Compiling tinyvec v1.10.0
20572026-07-29T00:41:29.209Z Compiling want v0.3.1
20582026-07-29T00:41:29.307Z Compiling sha2 v0.10.9
20592026-07-29T00:41:29.396Z Compiling tokio-util v0.7.18
20602026-07-29T00:41:29.418Z Compiling pkcs8 v0.10.2
20612026-07-29T00:41:29.433Z Compiling serde_tokenstream v0.2.3
20622026-07-29T00:41:29.437Z Compiling scroll v0.13.0
20632026-07-29T00:41:29.473Z Compiling ipnet v2.11.0
20642026-07-29T00:41:29.496Z Compiling scroll_derive v0.12.1
20652026-07-29T00:41:29.560Z Compiling pin-project-internal v1.1.11
20662026-07-29T00:41:29.841Z Compiling heapless v0.7.17
20672026-07-29T00:41:30.080Z Compiling httpdate v1.0.3
20682026-07-29T00:41:30.249Z Compiling rustix v0.38.44
20692026-07-29T00:41:30.391Z Compiling signal-hook v0.3.18
20702026-07-29T00:41:30.402Z Compiling anyhow v1.0.102
20712026-07-29T00:41:30.500Z Compiling zlib-rs v0.6.2
20722026-07-29T00:41:30.540Z Compiling untrusted v0.9.0
20732026-07-29T00:41:30.570Z Compiling h2 v0.4.15
20742026-07-29T00:41:30.602Z Compiling litrs v1.0.0
20752026-07-29T00:41:30.728Z Compiling goblin v0.10.5
20762026-07-29T00:41:30.745Z Compiling hybrid-array v0.4.13
20772026-07-29T00:41:30.823Z Compiling anstyle-parse v1.0.0
20782026-07-29T00:41:31.066Z Compiling strum_macros v0.26.4
20792026-07-29T00:41:31.106Z Compiling document-features v0.2.12
20802026-07-29T00:41:31.438Z Compiling darling_core v0.23.0
20812026-07-29T00:41:31.454Z Compiling darling_core v0.20.11
20822026-07-29T00:41:31.546Z Compiling wait-timeout v0.2.1
20832026-07-29T00:41:31.667Z Compiling bit-vec v0.8.0
20842026-07-29T00:41:31.953Z Compiling quick-error v1.2.3
20852026-07-29T00:41:31.993Z Compiling powerfmt v0.2.0
20862026-07-29T00:41:31.993Z Compiling foreign-types-shared v0.1.1
20872026-07-29T00:41:32.080Z Compiling rusty-fork v0.3.1
20882026-07-29T00:41:32.098Z Compiling foreign-types v0.3.2
20892026-07-29T00:41:32.147Z Compiling bit-set v0.8.0
20902026-07-29T00:41:32.180Z Compiling deranged v0.5.8
20912026-07-29T00:41:32.295Z Compiling anstream v1.0.0
20922026-07-29T00:41:32.351Z Compiling unicode-normalization v0.1.25
20932026-07-29T00:41:32.685Z Compiling flate2 v1.1.9
20942026-07-29T00:41:32.689Z Compiling rand_chacha v0.3.1
20952026-07-29T00:41:32.823Z Compiling serde_spanned v0.6.9
20962026-07-29T00:41:32.847Z Compiling toml_datetime v0.6.11
20972026-07-29T00:41:32.862Z Compiling dtrace-parser v0.3.0
20982026-07-29T00:41:32.936Z Compiling zerocopy-derive v0.7.35
20992026-07-29T00:41:33.031Z Compiling snafu-derive v0.8.9
21002026-07-29T00:41:33.243Z Compiling rand_xorshift v0.4.0
21012026-07-29T00:41:33.263Z Compiling terminal_size v0.4.3
21022026-07-29T00:41:33.352Z Compiling curve25519-dalek v4.1.3
21032026-07-29T00:41:33.433Z Compiling darling_macro v0.20.11
21042026-07-29T00:41:33.505Z Compiling thread-id v5.1.0
21052026-07-29T00:41:33.528Z Compiling dof v0.4.0
21062026-07-29T00:41:33.549Z Compiling memoffset v0.9.1
21072026-07-29T00:41:33.620Z Compiling ref-cast v1.0.25
21082026-07-29T00:41:33.653Z Compiling darling_macro v0.23.0
21092026-07-29T00:41:33.690Z Compiling unarray v0.1.4
21102026-07-29T00:41:33.780Z Compiling hyper v1.10.1
21112026-07-29T00:41:33.797Z Compiling clap_lex v1.0.0
21122026-07-29T00:41:33.841Z Compiling num_threads v0.1.7
21132026-07-29T00:41:33.914Z Compiling smoltcp v0.9.1
21142026-07-29T00:41:34.126Z Compiling time v0.3.47
21152026-07-29T00:41:34.202Z Compiling darling v0.23.0
21162026-07-29T00:41:34.206Z Compiling clap_builder v4.6.0
21172026-07-29T00:41:34.278Z Compiling darling v0.20.11
21182026-07-29T00:41:34.540Z Compiling proptest v1.10.0
21192026-07-29T00:41:34.635Z Compiling rand v0.8.6
21202026-07-29T00:41:34.799Z Compiling ipnetwork v0.21.1
21212026-07-29T00:41:34.821Z Compiling http-body-util v0.1.3
21222026-07-29T00:41:34.886Z Compiling erased-serde v0.3.31
21232026-07-29T00:41:34.907Z Compiling hmac v0.12.1
21242026-07-29T00:41:35.096Z Compiling hyper-util v0.1.20
21252026-07-29T00:41:35.137Z Compiling signature v2.2.0
21262026-07-29T00:41:35.377Z Compiling sync_wrapper v1.0.2
21272026-07-29T00:41:35.401Z Compiling num-integer v0.1.46
21282026-07-29T00:41:35.645Z Compiling encoding_rs v0.8.35
21292026-07-29T00:41:36.441Z Compiling ryu v1.0.23
21302026-07-29T00:41:36.609Z Compiling cfg_aliases v0.2.1
21312026-07-29T00:41:36.851Z Compiling mime v0.3.17
21322026-07-29T00:41:36.954Z Compiling siphasher v1.0.2
21332026-07-29T00:41:37.012Z Compiling newtype-uuid v1.3.2
21342026-07-29T00:41:37.365Z Compiling nix v0.31.2
21352026-07-29T00:41:37.381Z Compiling serde_urlencoded v0.7.1
21362026-07-29T00:41:37.681Z Compiling clap v4.6.1
21372026-07-29T00:41:37.749Z Compiling num-iter v0.1.45
21382026-07-29T00:41:37.781Z Compiling tower v0.5.3
21392026-07-29T00:41:38.153Z Compiling oxnet v0.1.6
21402026-07-29T00:41:38.397Z Compiling derive_builder_core v0.20.2
21412026-07-29T00:41:38.414Z Compiling serde_with_macros v3.21.0
21422026-07-29T00:41:38.417Z Compiling regex v1.12.3
21432026-07-29T00:41:38.753Z Compiling lazy_static v1.5.0
21442026-07-29T00:41:38.753Z Compiling anstyle-parse v0.2.7
21452026-07-29T00:41:38.800Z Compiling hubpack_derive v0.1.1
21462026-07-29T00:41:38.905Z Compiling ref-cast-impl v1.0.25
21472026-07-29T00:41:38.920Z Compiling async-recursion v1.1.1
21482026-07-29T00:41:38.945Z Compiling curve25519-dalek-derive v0.1.1
21492026-07-29T00:41:39.053Z Compiling strum_macros v0.27.2
21502026-07-29T00:41:39.450Z Compiling fs-err v3.3.0
21512026-07-29T00:41:39.453Z Compiling usdt-impl v0.5.0
21522026-07-29T00:41:39.534Z Compiling iri-string v0.7.10
21532026-07-29T00:41:39.561Z Compiling unicode-bidi v0.3.18
21542026-07-29T00:41:39.832Z Compiling winnow v0.5.40
21552026-07-29T00:41:39.864Z Compiling object v0.37.3
21562026-07-29T00:41:39.918Z Compiling unicode-properties v0.1.4
21572026-07-29T00:41:39.993Z Compiling allocator-api2 v0.2.21
21582026-07-29T00:41:40.135Z Compiling stringprep v0.1.5
21592026-07-29T00:41:40.774Z Compiling derive_builder_macro v0.20.2
21602026-07-29T00:41:40.871Z Compiling tower-http v0.6.8
21612026-07-29T00:41:41.108Z Compiling anstream v0.6.21
21622026-07-29T00:41:41.309Z Compiling daft v0.1.7
21632026-07-29T00:41:41.565Z Compiling toml_edit v0.19.15
21642026-07-29T00:41:41.623Z Compiling tokio-native-tls v0.3.1
21652026-07-29T00:41:41.637Z Compiling usdt-attr-macro v0.6.0
21662026-07-29T00:41:41.640Z Compiling usdt-macro v0.6.0
21672026-07-29T00:41:42.058Z Compiling block-buffer v0.12.1
21682026-07-29T00:41:42.102Z Compiling crypto-common v0.2.2
21692026-07-29T00:41:42.189Z Compiling block-padding v0.4.2
21702026-07-29T00:41:42.358Z Compiling bstr v1.12.1
21712026-07-29T00:41:42.451Z Compiling scroll v0.12.0
21722026-07-29T00:41:42.486Z Compiling pkcs1 v0.7.5
21732026-07-29T00:41:42.528Z Compiling rustls-native-certs v0.8.3
21742026-07-29T00:41:42.887Z Compiling md-5 v0.10.6
21752026-07-29T00:41:43.048Z Compiling hash32 v0.2.1
21762026-07-29T00:41:43.065Z Compiling vergen-lib v9.1.0
21772026-07-29T00:41:43.068Z Compiling env_filter v1.0.0
21782026-07-29T00:41:43.218Z Compiling psl-types v2.0.11
21792026-07-29T00:41:43.339Z Compiling fallible-iterator v0.2.0
21802026-07-29T00:41:43.360Z Compiling radium v0.7.0
21812026-07-29T00:41:43.401Z Compiling publicsuffix v2.3.0
21822026-07-29T00:41:43.458Z Compiling env_logger v0.11.9
21832026-07-29T00:41:43.644Z Compiling postgres-protocol v0.6.10
21842026-07-29T00:41:43.663Z Compiling toml v0.7.8
21852026-07-29T00:41:44.044Z Compiling rsa v0.9.10
21862026-07-29T00:41:44.086Z Compiling goblin v0.8.2
21872026-07-29T00:41:44.439Z Compiling inout v0.2.2
21882026-07-29T00:41:44.542Z Compiling bzip2 v0.4.4
21892026-07-29T00:41:44.572Z Compiling hyper-tls v0.6.0
21902026-07-29T00:41:44.663Z Compiling derive_builder v0.20.2
21912026-07-29T00:41:44.690Z Compiling phf_shared v0.13.1
21922026-07-29T00:41:44.829Z Compiling zerocopy v0.7.35
21932026-07-29T00:41:44.946Z Compiling pin-project v1.1.11
21942026-07-29T00:41:44.981Z Compiling x509-cert v0.2.5
21952026-07-29T00:41:44.997Z Compiling futures-executor v0.3.32
21962026-07-29T00:41:45.081Z Compiling serde_repr v0.1.20
21972026-07-29T00:41:45.100Z Compiling enum-as-inner v0.6.1
21982026-07-29T00:41:45.140Z Compiling ff v0.13.1
21992026-07-29T00:41:45.155Z Compiling vergen v9.1.0
22002026-07-29T00:41:45.299Z Compiling cargo-platform v0.3.2
22012026-07-29T00:41:45.545Z Compiling cpufeatures v0.3.0
22022026-07-29T00:41:45.572Z Compiling managed v0.8.0
22032026-07-29T00:41:45.631Z Compiling foldhash v0.2.0
22042026-07-29T00:41:45.647Z Compiling bitflags v1.3.2
22052026-07-29T00:41:45.650Z Compiling foldhash v0.1.5
22062026-07-29T00:41:45.676Z Compiling bumpalo v3.20.2
22072026-07-29T00:41:45.679Z Compiling libbz2-rs-sys v0.2.2
22082026-07-29T00:41:45.761Z Compiling maybe-uninit v2.0.0
22092026-07-29T00:41:45.807Z Compiling same-file v1.0.6
22102026-07-29T00:41:45.834Z Compiling unicode-segmentation v1.12.0
22112026-07-29T00:41:45.857Z Compiling tap v1.0.1
22122026-07-29T00:41:45.945Z Compiling base16ct v0.2.0
22132026-07-29T00:41:45.979Z Compiling wyz v0.5.1
22142026-07-29T00:41:45.995Z Compiling walkdir v2.5.0
22152026-07-29T00:41:46.093Z Compiling sec1 v0.7.3
22162026-07-29T00:41:46.135Z Compiling bzip2 v0.6.1
22172026-07-29T00:41:46.211Z Compiling zopfli v0.8.3
22182026-07-29T00:41:46.269Z Compiling hashbrown v0.16.1
22192026-07-29T00:41:46.286Z Compiling hashbrown v0.15.5
22202026-07-29T00:41:46.373Z Compiling dof v0.3.0
22212026-07-29T00:41:46.778Z Compiling cargo_metadata v0.23.1
22222026-07-29T00:41:46.866Z Compiling group v0.13.0
22232026-07-29T00:41:46.880Z Compiling futures v0.3.32
22242026-07-29T00:41:47.484Z Compiling snafu v0.8.9
22252026-07-29T00:41:47.758Z Compiling phf v0.13.1
22262026-07-29T00:41:47.935Z Compiling reqwest v0.12.28
22272026-07-29T00:41:47.988Z Compiling zip v0.6.6
22282026-07-29T00:41:48.013Z Compiling zstd v0.13.3
22292026-07-29T00:41:48.219Z Compiling cipher v0.5.2
22302026-07-29T00:41:48.242Z Compiling signal-hook-mio v0.2.5
22312026-07-29T00:41:48.257Z Compiling cookie_store v0.22.1
22322026-07-29T00:41:48.277Z Compiling postgres-types v0.2.12
22332026-07-29T00:41:48.509Z Compiling ed25519 v2.2.3
22342026-07-29T00:41:48.524Z Compiling globset v0.4.18
22352026-07-29T00:41:48.592Z Compiling strum v0.27.2
22362026-07-29T00:41:48.629Z Compiling dtrace-parser v0.2.0
22372026-07-29T00:41:48.773Z Compiling hubpack v0.1.2
22382026-07-29T00:41:48.828Z Compiling phf_shared v0.11.3
22392026-07-29T00:41:48.850Z Compiling hkdf v0.12.4
22402026-07-29T00:41:48.863Z Compiling olpc-cjson v0.1.4
22412026-07-29T00:41:49.025Z Compiling pem v3.0.6
22422026-07-29T00:41:49.119Z Compiling serde_plain v1.0.2
22432026-07-29T00:41:49.151Z Compiling serde-big-array v0.5.1
22442026-07-29T00:41:49.237Z Compiling crypto-bigint v0.5.5
22452026-07-29T00:41:49.342Z Compiling float-cmp v0.10.0
22462026-07-29T00:41:49.346Z Compiling memmap2 v0.9.10
22472026-07-29T00:41:49.346Z Compiling thread-id v4.2.2
22482026-07-29T00:41:49.511Z Compiling difflib v0.4.0
22492026-07-29T00:41:49.526Z Compiling keccak v0.1.6
22502026-07-29T00:41:49.551Z Compiling either v1.15.0
22512026-07-29T00:41:49.599Z Compiling new_debug_unreachable v1.0.6
22522026-07-29T00:41:49.616Z Compiling fixedbitset v0.4.2
22532026-07-29T00:41:49.662Z Compiling data-encoding v2.10.0
22542026-07-29T00:41:49.690Z Compiling funty v2.0.0
22552026-07-29T00:41:49.805Z Compiling typed-path v0.9.3
22562026-07-29T00:41:49.839Z Compiling jiff v0.2.21
22572026-07-29T00:41:49.842Z Compiling fixedbitset v0.5.7
22582026-07-29T00:41:49.842Z Compiling normalize-line-endings v0.3.0
22592026-07-29T00:41:49.966Z Compiling const-oid v0.10.2
22602026-07-29T00:41:49.997Z Compiling packed_struct v0.10.1
22612026-07-29T00:41:50.139Z Compiling winnow v0.7.14
22622026-07-29T00:41:50.164Z Compiling static_assertions v1.1.0
22632026-07-29T00:41:50.193Z Compiling whoami v2.1.0
22642026-07-29T00:41:50.209Z Compiling winnow v1.0.3
22652026-07-29T00:41:50.254Z Compiling precomputed-hash v0.1.1
22662026-07-29T00:41:50.338Z Compiling predicates-core v1.0.10
22672026-07-29T00:41:50.360Z Compiling toml_write v0.1.2
22682026-07-29T00:41:50.406Z Compiling string_cache v0.8.9
22692026-07-29T00:41:50.524Z Compiling toml_parser v1.1.2+spec-1.1.0
22702026-07-29T00:41:50.546Z Compiling predicates v3.1.4
22712026-07-29T00:41:50.574Z Compiling digest v0.11.3
22722026-07-29T00:41:50.588Z Compiling tokio-postgres v0.7.16
22732026-07-29T00:41:50.627Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22742026-07-29T00:41:50.641Z Compiling elliptic-curve v0.13.8
22752026-07-29T00:41:50.871Z Compiling petgraph v0.8.3
22762026-07-29T00:41:51.006Z Compiling bitvec v1.0.1
22772026-07-29T00:41:51.022Z Compiling hickory-proto v0.25.2
22782026-07-29T00:41:51.025Z Compiling chacha20 v0.10.0
22792026-07-29T00:41:51.053Z Compiling petgraph v0.6.5
22802026-07-29T00:41:51.068Z Compiling itertools v0.13.0
22812026-07-29T00:41:51.090Z Compiling sha3 v0.10.8
22822026-07-29T00:41:51.352Z Compiling usdt v0.6.0
22832026-07-29T00:41:51.614Z Compiling toml_edit v0.22.27
22842026-07-29T00:41:52.521Z Compiling zip v4.6.1
22852026-07-29T00:41:52.548Z Compiling ed25519-dalek v2.2.0
22862026-07-29T00:41:52.793Z Compiling crossterm v0.28.1
22872026-07-29T00:41:52.809Z Compiling iddqd v0.4.2
22882026-07-29T00:41:53.198Z Compiling crossbeam-epoch v0.9.18
22892026-07-29T00:41:53.237Z Compiling heck v0.4.1
22902026-07-29T00:41:53.352Z Compiling similar v2.7.0
22912026-07-29T00:41:53.410Z Compiling serde_with v3.21.0
22922026-07-29T00:41:53.428Z Compiling byte-wrapper v0.1.0
22932026-07-29T00:41:53.471Z Compiling strum v0.26.3
22942026-07-29T00:41:53.534Z Compiling tokio-stream v0.1.18
22952026-07-29T00:41:53.628Z Compiling buf-list v1.1.2
22962026-07-29T00:41:53.754Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22972026-07-29T00:41:53.858Z Compiling openapiv3 v2.2.0
22982026-07-29T00:41:53.945Z Compiling packed_struct_codegen v0.10.1
22992026-07-29T00:41:54.018Z Compiling bitfield-macros v0.19.4
23002026-07-29T00:41:54.034Z Compiling structmeta-derive v0.3.0
23012026-07-29T00:41:54.063Z Compiling zerocopy-derive v0.6.6
23022026-07-29T00:41:54.089Z Compiling indexmap v1.9.3
23032026-07-29T00:41:54.105Z Compiling crc-catalog v2.4.0
23042026-07-29T00:41:54.213Z Compiling peg-runtime v0.8.5
23052026-07-29T00:41:54.447Z Compiling lalrpop-util v0.19.12
23062026-07-29T00:41:54.466Z Compiling nodrop v0.1.14
23072026-07-29T00:41:54.672Z Compiling array-init v0.0.4
23082026-07-29T00:41:54.748Z Compiling bitfield v0.19.4
23092026-07-29T00:41:54.836Z Compiling crc v3.4.0
23102026-07-29T00:41:54.851Z Compiling zerocopy v0.6.6
23112026-07-29T00:41:55.050Z Compiling smallvec v0.6.14
23122026-07-29T00:41:55.053Z Compiling structmeta v0.3.0
23132026-07-29T00:41:55.294Z Compiling hashbrown v0.12.3
23142026-07-29T00:41:55.314Z Compiling base64 v0.21.7
23152026-07-29T00:41:55.595Z Compiling ron v0.8.1
23162026-07-29T00:41:55.618Z Compiling serde-hex v0.1.0
23172026-07-29T00:41:55.632Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23182026-07-29T00:41:56.345Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23192026-07-29T00:41:56.560Z Compiling hashbrown v0.13.2
23202026-07-29T00:41:57.825Z Compiling crc-any v2.5.0
23212026-07-29T00:41:59.902Z Compiling object v0.30.4
23222026-07-29T00:42:00.306Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23232026-07-29T00:42:00.948Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23242026-07-29T00:42:01.276Z Compiling filetime v0.2.27
23252026-07-29T00:42:01.768Z Compiling path-slash v0.1.5
23262026-07-29T00:42:01.854Z Compiling xattr v1.6.1
23272026-07-29T00:42:02.064Z Compiling tar v0.4.46
23282026-07-29T00:42:05.205Z Compiling derive-ex v0.1.8
23292026-07-29T00:42:09.369Z Compiling test-strategy v0.4.5
23302026-07-29T00:42:11.108Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23312026-07-29T00:42:11.677Z Compiling multer v3.1.0
23322026-07-29T00:42:11.685Z Compiling thread_local v1.1.9
23332026-07-29T00:42:11.879Z Compiling rayon-core v1.13.0
23342026-07-29T00:42:11.896Z Compiling compression-core v0.4.31
23352026-07-29T00:42:11.930Z Compiling slog-async v2.8.0
23362026-07-29T00:42:12.016Z Compiling rustls-webpki v0.103.13
23372026-07-29T00:42:12.085Z Compiling match_cfg v0.1.0
23382026-07-29T00:42:12.124Z Compiling compression-codecs v0.4.37
23392026-07-29T00:42:12.203Z Compiling hostname v0.3.1
23402026-07-29T00:42:12.288Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23412026-07-29T00:42:12.291Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23422026-07-29T00:42:12.348Z Compiling atomicwrites v0.4.4
23432026-07-29T00:42:12.368Z Compiling camino-tempfile v1.4.1
23442026-07-29T00:42:12.388Z Compiling crossbeam-channel v0.5.15
23452026-07-29T00:42:12.670Z Compiling slog-json v2.6.1
23462026-07-29T00:42:12.801Z Compiling half v2.7.1
23472026-07-29T00:42:12.888Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23482026-07-29T00:42:12.938Z Compiling async-stream-impl v0.3.6
23492026-07-29T00:42:12.953Z Compiling serde_path_to_error v0.1.20
23502026-07-29T00:42:13.077Z Compiling serde_spanned v1.1.1
23512026-07-29T00:42:13.173Z Compiling toml_datetime v1.1.1+spec-1.1.0
23522026-07-29T00:42:13.234Z Compiling is-terminal v0.4.17
23532026-07-29T00:42:13.253Z Compiling fs-err v2.11.0
23542026-07-29T00:42:13.323Z Compiling dropshot v0.17.1
23552026-07-29T00:42:13.357Z Compiling take_mut v0.2.2
23562026-07-29T00:42:13.429Z Compiling term v1.2.1
23572026-07-29T00:42:13.474Z Compiling toml_writer v1.1.1+spec-1.1.0
23582026-07-29T00:42:13.493Z Compiling debug-ignore v1.0.5
23592026-07-29T00:42:13.544Z Compiling ciborium-io v0.2.2
23602026-07-29T00:42:13.615Z Compiling async-stream v0.3.6
23612026-07-29T00:42:13.631Z Compiling ciborium-ll v0.2.2
23622026-07-29T00:42:13.712Z Compiling toml v1.1.2+spec-1.1.0
23632026-07-29T00:42:13.728Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23642026-07-29T00:42:13.765Z Compiling slog-term v2.9.2
23652026-07-29T00:42:13.781Z Compiling slog-bunyan v2.5.0
23662026-07-29T00:42:13.896Z Compiling async-compression v0.4.41
23672026-07-29T00:42:13.962Z Compiling crossbeam-deque v0.8.6
23682026-07-29T00:42:13.967Z Compiling parse-display-derive v0.10.0
23692026-07-29T00:42:13.979Z Compiling sha1 v0.11.0
23702026-07-29T00:42:14.094Z Compiling newtype-uuid-macros v0.1.0
23712026-07-29T00:42:14.155Z Compiling dropshot_endpoint v0.17.1
23722026-07-29T00:42:14.387Z Compiling waitgroup v0.1.2
23732026-07-29T00:42:14.437Z Compiling rustls-pemfile v2.2.0
23742026-07-29T00:42:14.569Z Compiling backon v1.6.0
23752026-07-29T00:42:14.746Z Compiling blake3 v1.8.5
23762026-07-29T00:42:14.749Z Compiling hostname v0.4.2
23772026-07-29T00:42:14.845Z Compiling instant v0.1.13
23782026-07-29T00:42:14.849Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23792026-07-29T00:42:14.945Z Compiling backoff v0.4.0
23802026-07-29T00:42:14.986Z Compiling ciborium v0.2.2
23812026-07-29T00:42:15.052Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
23822026-07-29T00:42:15.189Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23832026-07-29T00:42:15.233Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23842026-07-29T00:42:15.397Z Compiling toml v0.8.23
23852026-07-29T00:42:15.437Z Compiling parse-display v0.10.0
23862026-07-29T00:42:15.495Z Compiling tokio-rustls v0.26.4
23872026-07-29T00:42:15.641Z Compiling rustls-platform-verifier v0.6.2
23882026-07-29T00:42:15.782Z Compiling hyper-rustls v0.27.7
23892026-07-29T00:42:15.798Z Compiling tough v0.22.0
23902026-07-29T00:42:15.867Z Compiling regress v0.10.5
23912026-07-29T00:42:15.870Z Compiling itertools v0.14.0
23922026-07-29T00:42:16.188Z Compiling reqwest v0.13.2
23932026-07-29T00:42:16.193Z Compiling macaddr v1.0.1
23942026-07-29T00:42:16.404Z Compiling humantime v2.3.0
23952026-07-29T00:42:16.493Z Compiling parse-size v1.1.0
23962026-07-29T00:42:16.705Z Compiling constant_time_eq v0.4.2
23972026-07-29T00:42:16.793Z Compiling arrayvec v0.7.6
23982026-07-29T00:42:16.867Z Compiling arrayref v0.3.9
23992026-07-29T00:42:16.931Z Compiling indent_write v2.2.0
24002026-07-29T00:42:16.963Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
24012026-07-29T00:42:17.094Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24022026-07-29T00:42:17.108Z Compiling sha2 v0.11.0
24032026-07-29T00:42:17.336Z Compiling digest-io v0.1.0
24042026-07-29T00:42:17.417Z Compiling rawzip v0.4.4
24052026-07-29T00:42:17.501Z Compiling topological-sort v0.2.2
24062026-07-29T00:42:17.669Z Compiling display-error-chain v0.2.2
24072026-07-29T00:42:17.687Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24082026-07-29T00:42:17.838Z Compiling shell-words v1.1.1
24092026-07-29T00:42:19.256Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24102026-07-29T00:42:19.555Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24112026-07-29T00:42:27.206Z Compiling progenitor-client v0.14.0
24122026-07-29T00:42:27.206Z Compiling omicron-zone-package v0.12.3
24132026-07-29T00:42:27.452Z Compiling progenitor-extras v0.2.0
24142026-07-29T00:42:27.704Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24152026-07-29T00:42:27.753Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24162026-07-29T00:42:27.815Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24172026-07-29T00:42:27.884Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
24182026-07-29T00:42:29.151Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24192026-07-29T00:42:33.086Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24202026-07-29T00:42:36.069Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24212026-07-29T00:42:48.158Z Finished `release` profile [optimized] target(s) in 1m 32s
24222026-07-29T00:42:48.299Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24232026-07-29T00:42:48.356ZJul 29 00:42:47.533 DEBG changing working directory to /work/oxidecomputer/omicron
24242026-07-29T00:42:48.452ZJul 29 00:42:47.630 DEBG running: git rev-parse HEAD
24252026-07-29T00:42:48.455ZJul 29 00:42:47.633 DEBG process exited with exit status: 0 (2.46923ms)
24262026-07-29T00:42:48.455ZJul 29 00:42:47.633 INFO version: 22.0.0-0.ci+git84e182fda79
24272026-07-29T00:42:48.463ZJul 29 00:42:47.641 INFO cloning helios to /work/oxidecomputer/helios
24282026-07-29T00:42:48.463ZJul 29 00:42:47.641 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24292026-07-29T00:42:48.466ZCloning into '/work/oxidecomputer/helios'...
24302026-07-29T00:42:48.946ZJul 29 00:42:48.123 DEBG process exited with exit status: 0 (482.541689ms)
24312026-07-29T00:42:48.946ZJul 29 00:42:48.123 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24322026-07-29T00:42:48.949ZJul 29 00:42:48.126 DEBG process exited with exit status: 0 (2.53742ms)
24332026-07-29T00:42:48.950ZJul 29 00:42:48.126 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24342026-07-29T00:42:49.297ZJul 29 00:42:48.475 DEBG process exited with exit status: 0 (348.780699ms)
24352026-07-29T00:42:49.297ZJul 29 00:42:48.475 DEBG running: zfs list rpool/images/build/host
24362026-07-29T00:42:49.301ZNAME USED AVAIL REFER MOUNTPOINT
24372026-07-29T00:42:49.301Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24382026-07-29T00:42:49.304ZJul 29 00:42:48.479 DEBG process exited with exit status: 0 (4.4998ms)
24392026-07-29T00:42:49.304ZJul 29 00:42:48.479 DEBG running: zfs list rpool/images/build/recovery
24402026-07-29T00:42:49.307ZNAME USED AVAIL REFER MOUNTPOINT
24412026-07-29T00:42:49.307Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24422026-07-29T00:42:49.307ZJul 29 00:42:48.483 DEBG process exited with exit status: 0 (3.51622ms)
24432026-07-29T00:42:49.307ZJul 29 00:42:48.483 INFO console assets match pinned console commit (398e00c75e352effcfede8d950f99cac7b8e4311)
24442026-07-29T00:42:49.317ZJul 29 00:42:48.495 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026061000.0.0, but the current nexus API version is 2026072800.0.0; the console needs a client regen and tools/console_version needs a bump
24452026-07-29T00:42:49.320ZJul 29 00:42:48.495 INFO [hubris-production] running task
24462026-07-29T00:42:49.320ZJul 29 00:42:48.495 INFO [incorp-manifest] running task
24472026-07-29T00:42:49.320ZJul 29 00:42:48.495 INFO [hubris-staging] running task
24482026-07-29T00:42:49.320ZJul 29 00:42:48.496 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24492026-07-29T00:42:49.320ZJul 29 00:42:48.496 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24502026-07-29T00:42:49.320ZJul 29 00:42:48.497 INFO [incorp-create] running: pkgrepo create /work/incorporation
24512026-07-29T00:42:49.320ZJul 29 00:42:48.498 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
24522026-07-29T00:42:49.359Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24532026-07-29T00:42:49.427Z[ omicron-package] Blocking waiting for file lock on package cache
24542026-07-29T00:42:49.582ZJul 29 00:42:48.760 INFO [incorp-create] process exited with exit status: 0 (263.1296ms)
24552026-07-29T00:42:49.585ZJul 29 00:42:48.760 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24562026-07-29T00:42:49.811ZJul 29 00:42:48.989 INFO [incorp-publisher] process exited with exit status: 0 (228.944679ms)
24572026-07-29T00:42:50.229Z[ omicron-package] Blocking waiting for file lock on package cache
24582026-07-29T00:42:50.484ZJul 29 00:42:49.661 INFO [hubris-production] task succeeded (1.165313078s)
24592026-07-29T00:42:50.628ZJul 29 00:42:49.806 DEBG process exited with exit status: 0 (1.310942647s)
24602026-07-29T00:42:50.631ZJul 29 00:42:49.807 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24612026-07-29T00:42:51.424Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24622026-07-29T00:42:51.424Z[ omicron-package] Compiling itertools v0.15.0
24632026-07-29T00:42:51.427Z[ omicron-package] Compiling secrecy v0.10.3
24642026-07-29T00:42:51.427Z[ omicron-package] Compiling heapless v0.8.0
24652026-07-29T00:42:51.427Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24662026-07-29T00:42:51.427Z[ omicron-package] Compiling hash32 v0.3.1
24672026-07-29T00:42:51.427Z[ omicron-package] Compiling inout v0.1.4
24682026-07-29T00:42:51.427Z[ omicron-package] Compiling unicode-width v0.2.0
24692026-07-29T00:42:51.427Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24702026-07-29T00:42:51.427Z[ omicron-package] Compiling smoltcp v0.11.0
24712026-07-29T00:42:51.427Z[ omicron-package] Compiling cobs v0.3.0
24722026-07-29T00:42:51.427Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24732026-07-29T00:42:51.427Z[ omicron-package] Compiling universal-hash v0.5.1
24742026-07-29T00:42:51.427Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24752026-07-29T00:42:51.427Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24762026-07-29T00:42:51.427Z[ omicron-package] Compiling convert_case v0.4.0
24772026-07-29T00:42:52.112Z[ omicron-package] Compiling opaque-debug v0.3.1
24782026-07-29T00:42:52.361Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24792026-07-29T00:42:52.365Z[ omicron-package] Compiling poly1305 v0.8.0
24802026-07-29T00:42:52.365Z[ omicron-package] Compiling postcard v1.1.3
24812026-07-29T00:42:52.467ZJul 29 00:42:51.645 DEBG process exited with exit status: 0 (1.837910787s)
24822026-07-29T00:42:52.498ZJul 29 00:42:51.676 INFO [incorp-manifest] task succeeded (3.180776914s)
24832026-07-29T00:42:52.503ZJul 29 00:42:51.676 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24842026-07-29T00:42:52.554Z[ omicron-package] Compiling derive_more v0.99.20
24852026-07-29T00:42:52.557Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
24862026-07-29T00:42:52.664Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24872026-07-29T00:42:52.743ZJul 29 00:42:51.921 INFO [incorp-fmt] process exited with exit status: 0 (244.342609ms)
24882026-07-29T00:42:52.746ZJul 29 00:42:51.921 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24892026-07-29T00:42:52.947Z[ omicron-package] Compiling cipher v0.4.4
24902026-07-29T00:42:52.991Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24912026-07-29T00:42:52.995Z[ omicron-package] Compiling password-hash v0.5.0
24922026-07-29T00:42:52.995Z[ omicron-package] Compiling blake2 v0.10.6
24932026-07-29T00:42:52.995Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24942026-07-29T00:42:52.995Z[ omicron-package] Compiling aead v0.5.2
24952026-07-29T00:42:52.995Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24962026-07-29T00:42:53.033Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260729T004252Z
24972026-07-29T00:42:53.033Z[ incorp-pkgsend] PUBLISHED
24982026-07-29T00:42:53.043Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24992026-07-29T00:42:53.083ZJul 29 00:42:52.261 INFO [incorp-pkgsend] process exited with exit status: 0 (339.81389ms)
25002026-07-29T00:42:53.086ZJul 29 00:42:52.261 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25012026-07-29T00:42:53.286Z[ omicron-package] Compiling ingot-macros v0.2.0
25022026-07-29T00:42:53.332Z[ helios-incorp] Retrieving packages for publisher helios ...
25032026-07-29T00:42:53.336Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25042026-07-29T00:42:53.360Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25052026-07-29T00:42:53.360Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25062026-07-29T00:42:53.360Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25072026-07-29T00:42:53.366Z[ helios-incorp]
25082026-07-29T00:42:53.366Z[ helios-incorp] Archiving packages ...
25092026-07-29T00:42:53.377Z[ helios-incorp] Packages to add: 1
25102026-07-29T00:42:53.377Z[ helios-incorp] Files to retrieve: 0
25112026-07-29T00:42:53.380Z[ helios-incorp] Estimated transfer size: 0.00 B
25122026-07-29T00:42:53.380Z[ helios-incorp]
25132026-07-29T00:42:53.380Z[ helios-incorp] Packages to archive:
25142026-07-29T00:42:53.380Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260729T004252Z
25152026-07-29T00:42:53.380Z[ helios-incorp]
25162026-07-29T00:42:53.380Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25172026-07-29T00:42:53.380Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25182026-07-29T00:42:53.426Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25192026-07-29T00:42:53.430ZJul 29 00:42:52.608 INFO [helios-incorp] process exited with exit status: 0 (346.945359ms)
25202026-07-29T00:42:53.471Z[ omicron-package] Compiling chacha20 v0.9.1
25212026-07-29T00:42:53.575Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25222026-07-29T00:42:53.732Z[ omicron-package] Compiling proc-macro-error v1.0.4
25232026-07-29T00:42:53.735Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25242026-07-29T00:42:53.801Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25252026-07-29T00:42:53.804Z[ omicron-package] Compiling num_enum_derive v0.7.6
25262026-07-29T00:42:53.871Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25272026-07-29T00:42:53.909Z[ omicron-package] Compiling foreign-types v0.5.0
25282026-07-29T00:42:53.912Z[ omicron-package] Compiling num_enum_derive v0.5.11
25292026-07-29T00:42:53.915Z[ omicron-package] Compiling argon2 v0.5.3
25302026-07-29T00:42:53.918Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25312026-07-29T00:42:54.107Z[ omicron-package] Compiling vsss-rs v3.3.4
25322026-07-29T00:42:54.237Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25332026-07-29T00:42:54.248Z[ omicron-package] Compiling tabwriter v1.4.1
25342026-07-29T00:42:54.322Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25352026-07-29T00:42:54.322Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25362026-07-29T00:42:54.436Z[ omicron-package] Compiling cstr-argument v0.1.2
25372026-07-29T00:42:54.497Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25382026-07-29T00:42:54.639Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25392026-07-29T00:42:54.868Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25402026-07-29T00:42:54.902Z[ omicron-package] Compiling rayon v1.11.0
25412026-07-29T00:42:54.944Z[ omicron-package] Compiling rand v0.10.1
25422026-07-29T00:42:54.988Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25432026-07-29T00:42:55.004Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25442026-07-29T00:42:55.033Z[ omicron-package] Compiling libefi-sys v0.1.0
25452026-07-29T00:42:55.128Z[ omicron-package] Compiling num_enum v0.7.6
25462026-07-29T00:42:55.135Z[ omicron-package] Compiling num_enum v0.5.11
25472026-07-29T00:42:55.135Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25482026-07-29T00:42:55.135Z[ omicron-package] Compiling colored v3.1.1
25492026-07-29T00:42:55.176Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25502026-07-29T00:42:55.180Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25512026-07-29T00:42:55.278Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25522026-07-29T00:42:55.301Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25532026-07-29T00:42:55.405Z[ omicron-package] Compiling itertools v0.12.1
25542026-07-29T00:42:55.473Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25552026-07-29T00:42:55.556Z[ omicron-package] Compiling usdt-macro v0.5.0
25562026-07-29T00:42:55.595Z[ omicron-package] Compiling bitfield-struct v0.6.2
25572026-07-29T00:42:55.643Z[ omicron-package] Compiling num-derive v0.4.2
25582026-07-29T00:42:55.779Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25592026-07-29T00:42:55.922Z[ omicron-package] Compiling sigpipe v0.1.3
25602026-07-29T00:42:55.931Z[ omicron-package] Compiling memmap v0.7.0
25612026-07-29T00:42:55.989Z[ omicron-package] Compiling swrite v0.1.0
25622026-07-29T00:42:56.029Z[ omicron-package] Compiling glob v0.3.3
25632026-07-29T00:42:56.102Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25642026-07-29T00:42:56.179Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25652026-07-29T00:42:56.362Z[ omicron-package] Compiling ingot-types v0.2.0
25662026-07-29T00:42:56.420Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25672026-07-29T00:42:56.464Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25682026-07-29T00:42:56.521Z[ omicron-package] Compiling usdt v0.5.0
25692026-07-29T00:42:56.593Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25702026-07-29T00:42:56.675Z[ omicron-package] Compiling smf v0.2.3
25712026-07-29T00:42:56.770Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25722026-07-29T00:42:56.850Z[ omicron-package] Compiling ingot v0.2.1
25732026-07-29T00:42:56.891Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25742026-07-29T00:42:56.906Z[ omicron-package] Compiling whoami v1.6.1
25752026-07-29T00:42:56.951Z[ omicron-package] Compiling zone v0.3.1
25762026-07-29T00:42:56.974Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25772026-07-29T00:42:57.042Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25782026-07-29T00:42:57.102Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25792026-07-29T00:42:57.248Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25802026-07-29T00:42:57.362Z[ omicron-package] Compiling console v0.16.2
25812026-07-29T00:42:57.556Z[ omicron-package] Compiling gethostname v0.5.0
25822026-07-29T00:42:57.621Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25832026-07-29T00:42:57.649Z[ omicron-package] Compiling unit-prefix v0.5.2
25842026-07-29T00:42:57.685Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25852026-07-29T00:42:57.842Z[ omicron-package] Compiling indicatif v0.18.4
25862026-07-29T00:42:59.186Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25872026-07-29T00:43:00.516Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25882026-07-29T00:43:01.703Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25892026-07-29T00:43:03.764Z[ helios-setup] Jul 29 00:43:02.941 INFO helios repository root is: /work/oxidecomputer/helios
25902026-07-29T00:43:03.769Z[ helios-setup] Jul 29 00:43:02.943 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
25912026-07-29T00:43:03.769Z[ helios-setup] Jul 29 00:43:02.943 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25922026-07-29T00:43:03.769Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25932026-07-29T00:43:05.787ZJul 29 00:43:04.964 INFO [hubris-staging] task succeeded (16.468732467s)
25942026-07-29T00:43:06.918Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25952026-07-29T00:43:09.895Z[ helios-setup] Jul 29 00:43:09.072 INFO clone ok!, project: amd-firmware
25962026-07-29T00:43:09.898Z[ helios-setup] Jul 29 00:43:09.072 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25972026-07-29T00:43:09.898Z[ helios-setup] Jul 29 00:43:09.072 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
25982026-07-29T00:43:09.898Z[ helios-setup] Jul 29 00:43:09.072 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25992026-07-29T00:43:09.898Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26002026-07-29T00:43:10.127Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26012026-07-29T00:43:10.361Z[ helios-setup] Jul 29 00:43:09.539 INFO clone ok!, project: image-builder
26022026-07-29T00:43:10.361Z[ helios-setup] Jul 29 00:43:09.539 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
26032026-07-29T00:43:10.364Z[ helios-setup] Jul 29 00:43:09.539 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
26042026-07-29T00:43:10.364Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26052026-07-29T00:43:11.133Z[ helios-setup] Jul 29 00:43:10.311 INFO clone ok!, project: amd-host-image-builder
26062026-07-29T00:43:11.136Z[ helios-setup] Jul 29 00:43:10.311 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
26072026-07-29T00:43:11.136Z[ helios-setup] Jul 29 00:43:10.311 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26082026-07-29T00:43:11.136Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26092026-07-29T00:43:11.213Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26102026-07-29T00:43:11.882Z[ helios-setup] Jul 29 00:43:11.059 INFO clone ok!, project: chelsio-t6-roms
26112026-07-29T00:43:11.882Z[ helios-setup] Jul 29 00:43:11.060 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
26122026-07-29T00:43:11.884Z[ helios-setup] Jul 29 00:43:11.060 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26132026-07-29T00:43:11.884Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26142026-07-29T00:43:12.589Z[ helios-setup] Jul 29 00:43:11.767 INFO clone ok!, project: dmar-report
26152026-07-29T00:43:12.592Z[ helios-setup] Jul 29 00:43:11.767 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
26162026-07-29T00:43:12.592Z[ helios-setup] Jul 29 00:43:11.767 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26172026-07-29T00:43:12.592Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26182026-07-29T00:43:13.567Z[ helios-setup] Jul 29 00:43:12.744 INFO clone ok!, project: pilot
26192026-07-29T00:43:13.570Z[ helios-setup] Jul 29 00:43:12.744 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
26202026-07-29T00:43:13.570Z[ helios-setup] Jul 29 00:43:12.744 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26212026-07-29T00:43:13.570Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26222026-07-29T00:43:14.031Z[ helios-setup] Jul 29 00:43:13.208 INFO clone ok!, project: bootserver
26232026-07-29T00:43:14.031Z[ helios-setup] Jul 29 00:43:13.208 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
26242026-07-29T00:43:14.034Z[ helios-setup] Jul 29 00:43:13.208 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26252026-07-29T00:43:14.034Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26262026-07-29T00:43:14.435Z[ helios-setup] Jul 29 00:43:13.613 INFO clone ok!, project: phbl
26272026-07-29T00:43:14.438Z[ helios-setup] Jul 29 00:43:13.613 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
26282026-07-29T00:43:14.438Z[ helios-setup] Jul 29 00:43:13.613 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26292026-07-29T00:43:14.438Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26302026-07-29T00:43:14.849Z[ helios-setup] Jul 29 00:43:14.027 INFO clone ok!, project: pinprick
26312026-07-29T00:43:14.849Z[ helios-setup] Jul 29 00:43:14.027 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26322026-07-29T00:43:14.852Z[ helios-setup] Jul 29 00:43:14.027 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26332026-07-29T00:43:14.852Z[ helios-setup] Jul 29 00:43:14.027 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26342026-07-29T00:43:15.062Z[ helios-setup] Jul 29 00:43:14.238 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26352026-07-29T00:43:15.272Z[ helios-setup] Jul 29 00:43:14.450 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26362026-07-29T00:43:15.272Z[ helios-setup] Jul 29 00:43:14.450 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26372026-07-29T00:43:15.490Z[ helios-setup] Jul 29 00:43:14.666 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26382026-07-29T00:43:15.705Z[ helios-setup] Jul 29 00:43:14.883 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26392026-07-29T00:43:15.706Z[ helios-setup] Jul 29 00:43:14.883 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26402026-07-29T00:43:15.918Z[ helios-setup] Jul 29 00:43:15.095 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26412026-07-29T00:43:16.134Z[ helios-setup] Jul 29 00:43:15.304 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26422026-07-29T00:43:16.134Z[ helios-setup] Jul 29 00:43:15.305 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26432026-07-29T00:43:16.134Z[ helios-setup] Jul 29 00:43:15.305 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26442026-07-29T00:43:16.169Z[ helios-setup] Jul 29 00:43:15.305 INFO ok!
26452026-07-29T00:43:16.169Z[ helios-setup] Jul 29 00:43:15.305 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26462026-07-29T00:43:16.169Z[ helios-setup] Jul 29 00:43:15.305 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26472026-07-29T00:43:16.169Z[ helios-setup] Jul 29 00:43:15.305 INFO ok!
26482026-07-29T00:43:16.169Z[ helios-setup] Jul 29 00:43:15.305 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26492026-07-29T00:43:16.169Z[ helios-setup] Jul 29 00:43:15.305 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26502026-07-29T00:43:16.169Z[ helios-setup] Jul 29 00:43:15.305 INFO ok!
26512026-07-29T00:43:16.169Z[ helios-setup] Jul 29 00:43:15.305 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
26522026-07-29T00:43:16.169Z[ helios-setup] Jul 29 00:43:15.312 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
26532026-07-29T00:43:16.169Z[ helios-setup] Jul 29 00:43:15.312 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
26542026-07-29T00:43:16.169Z[ helios-setup] Jul 29 00:43:15.312 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
26552026-07-29T00:43:16.211Z[ helios-setup] Jul 29 00:43:15.388 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
26562026-07-29T00:43:16.468Z[ helios-setup] Jul 29 00:43:15.645 INFO E| From https://github.com/jclulow/rust-jmclib
26572026-07-29T00:43:16.468Z[ helios-setup] Jul 29 00:43:15.645 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
26582026-07-29T00:43:16.476Z[ helios-setup] Jul 29 00:43:15.654 INFO E| Updating crates.io index
26592026-07-29T00:43:16.521Z[ helios-setup] Jul 29 00:43:15.698 INFO E| Downloading crates ...
26602026-07-29T00:43:16.568Z[ helios-setup] Jul 29 00:43:15.745 INFO E| Downloaded errno v0.3.1
26612026-07-29T00:43:16.579Z[ helios-setup] Jul 29 00:43:15.757 INFO E| Downloaded ryu v1.0.15
26622026-07-29T00:43:16.583Z[ helios-setup] Jul 29 00:43:15.759 INFO E| Downloaded typenum v1.16.0
26632026-07-29T00:43:16.586Z[ helios-setup] Jul 29 00:43:15.760 INFO E| Downloaded block-buffer v0.9.0
26642026-07-29T00:43:16.590Z[ helios-setup] Jul 29 00:43:15.764 INFO E| Downloaded digest v0.9.0
26652026-07-29T00:43:16.590Z[ helios-setup] Jul 29 00:43:15.765 INFO E| Downloaded itoa v1.0.9
26662026-07-29T00:43:16.593Z[ helios-setup] Jul 29 00:43:15.768 INFO E| Downloaded libdevinfo-sys v1.0.0
26672026-07-29T00:43:16.593Z[ helios-setup] Jul 29 00:43:15.769 INFO E| Downloaded fastrand v2.0.0
26682026-07-29T00:43:16.598Z[ helios-setup] Jul 29 00:43:15.776 INFO E| Downloaded cpufeatures v0.2.9
26692026-07-29T00:43:16.605Z[ helios-setup] Jul 29 00:43:15.783 INFO E| Downloaded opaque-debug v0.3.0
26702026-07-29T00:43:16.609Z[ helios-setup] Jul 29 00:43:15.787 INFO E| Downloaded sha-1 v0.9.8
26712026-07-29T00:43:16.615Z[ helios-setup] Jul 29 00:43:15.792 INFO E| Downloaded glob v0.3.1
26722026-07-29T00:43:16.618Z[ helios-setup] Jul 29 00:43:15.792 INFO E| Downloaded unicode-width v0.1.10
26732026-07-29T00:43:16.621Z[ helios-setup] Jul 29 00:43:15.799 INFO E| Downloaded quote v1.0.31
26742026-07-29T00:43:16.624Z[ helios-setup] Jul 29 00:43:15.801 INFO E| Downloaded walkdir v2.3.3
26752026-07-29T00:43:16.628Z[ helios-setup] Jul 29 00:43:15.806 INFO E| Downloaded md-5 v0.9.1
26762026-07-29T00:43:16.631Z[ helios-setup] Jul 29 00:43:15.807 INFO E| Downloaded tempfile v3.7.0
26772026-07-29T00:43:16.635Z[ helios-setup] Jul 29 00:43:15.811 INFO E| Downloaded uuid v0.8.2
26782026-07-29T00:43:16.638Z[ helios-setup] Jul 29 00:43:15.813 INFO E| Downloaded proc-macro2 v1.0.66
26792026-07-29T00:43:16.638Z[ helios-setup] Jul 29 00:43:15.814 INFO E| Downloaded unicode-ident v1.0.11
26802026-07-29T00:43:16.642Z[ helios-setup] Jul 29 00:43:15.820 INFO E| Downloaded anyhow v1.0.72
26812026-07-29T00:43:16.645Z[ helios-setup] Jul 29 00:43:15.822 INFO E| Downloaded getrandom v0.2.10
26822026-07-29T00:43:16.659Z[ helios-setup] Jul 29 00:43:15.823 INFO E| Downloaded serde_derive v1.0.193
26832026-07-29T00:43:16.659Z[ helios-setup] Jul 29 00:43:15.825 INFO E| Downloaded bitflags v2.3.3
26842026-07-29T00:43:16.659Z[ helios-setup] Jul 29 00:43:15.826 INFO E| Downloaded once_cell v1.18.0
26852026-07-29T00:43:16.659Z[ helios-setup] Jul 29 00:43:15.827 INFO E| Downloaded toml v0.5.11
26862026-07-29T00:43:16.663Z[ helios-setup] Jul 29 00:43:15.830 INFO E| Downloaded serde_json v1.0.103
26872026-07-29T00:43:16.663Z[ helios-setup] Jul 29 00:43:15.837 INFO E| Downloaded serde v1.0.193
26882026-07-29T00:43:16.687Z[ helios-setup] Jul 29 00:43:15.865 INFO E| Downloaded syn v2.0.32
26892026-07-29T00:43:16.709Z[ helios-setup] Jul 29 00:43:15.886 INFO E| Downloaded rustix v0.38.4
26902026-07-29T00:43:16.731Z[ helios-setup] Jul 29 00:43:15.908 INFO E| Downloaded libc v0.2.147
26912026-07-29T00:43:16.780Z[ helios-setup] Jul 29 00:43:15.957 INFO E| Compiling libc v0.2.147
26922026-07-29T00:43:16.780Z[ helios-setup] Jul 29 00:43:15.957 INFO E| Compiling proc-macro2 v1.0.66
26932026-07-29T00:43:16.783Z[ helios-setup] Jul 29 00:43:15.957 INFO E| Compiling cfg-if v1.0.0
26942026-07-29T00:43:16.784Z[ helios-setup] Jul 29 00:43:15.957 INFO E| Compiling unicode-ident v1.0.11
26952026-07-29T00:43:16.784Z[ helios-setup] Jul 29 00:43:15.957 INFO E| Compiling version_check v0.9.4
26962026-07-29T00:43:16.784Z[ helios-setup] Jul 29 00:43:15.957 INFO E| Compiling typenum v1.16.0
26972026-07-29T00:43:16.784Z[ helios-setup] Jul 29 00:43:15.957 INFO E| Compiling serde v1.0.193
26982026-07-29T00:43:16.784Z[ helios-setup] Jul 29 00:43:15.957 INFO E| Compiling slog v2.7.0
26992026-07-29T00:43:16.784Z[ helios-setup] Jul 29 00:43:15.957 INFO E| Compiling num-conv v0.1.0
27002026-07-29T00:43:16.784Z[ helios-setup] Jul 29 00:43:15.957 INFO E| Compiling time-core v0.1.2
27012026-07-29T00:43:16.793Z[ helios-setup] Jul 29 00:43:15.970 INFO E| Compiling powerfmt v0.2.0
27022026-07-29T00:43:16.796Z[ helios-setup] Jul 29 00:43:15.971 INFO E| Compiling rustix v0.38.4
27032026-07-29T00:43:16.796Z[ helios-setup] Jul 29 00:43:15.971 INFO E| Compiling itoa v1.0.9
27042026-07-29T00:43:16.796Z[ helios-setup] Jul 29 00:43:15.971 INFO E| Compiling num_threads v0.1.6
27052026-07-29T00:43:16.796Z[ helios-setup] Jul 29 00:43:15.971 INFO E| Compiling bitflags v2.3.3
27062026-07-29T00:43:16.796Z[ helios-setup] Jul 29 00:43:15.971 INFO E| Compiling once_cell v1.18.0
27072026-07-29T00:43:16.859Z[ helios-setup] Jul 29 00:43:16.036 INFO E| Compiling fastrand v2.0.0
27082026-07-29T00:43:16.896Z[ helios-setup] Jul 29 00:43:16.073 INFO E| Compiling serde_json v1.0.103
27092026-07-29T00:43:16.938Z[ helios-setup] Jul 29 00:43:16.115 INFO E| Compiling anyhow v1.0.72
27102026-07-29T00:43:16.946Z[ helios-setup] Jul 29 00:43:16.124 INFO E| Compiling opaque-debug v0.3.0
27112026-07-29T00:43:16.946Z[ helios-setup] Jul 29 00:43:16.124 INFO E| Compiling time-macros v0.2.18
27122026-07-29T00:43:16.952Z[ helios-setup] Jul 29 00:43:16.127 INFO E| Compiling deranged v0.3.11
27132026-07-29T00:43:17.018Z[ helios-setup] Jul 29 00:43:16.195 INFO E| Compiling thread_local v1.1.7
27142026-07-29T00:43:17.026Z[ helios-setup] Jul 29 00:43:16.200 INFO E| Compiling ryu v1.0.15
27152026-07-29T00:43:17.051Z[ helios-setup] Jul 29 00:43:16.228 INFO E| Compiling unicode-width v0.1.10
27162026-07-29T00:43:17.055Z[ helios-setup] Jul 29 00:43:16.233 INFO E| Compiling same-file v1.0.6
27172026-07-29T00:43:17.113Z[ helios-setup] Jul 29 00:43:16.291 INFO E| Compiling generic-array v0.14.7
27182026-07-29T00:43:17.165Z[ helios-setup] Jul 29 00:43:16.342 INFO E| Compiling cpufeatures v0.2.9
27192026-07-29T00:43:17.168Z[ helios-setup] Jul 29 00:43:16.345 INFO E| Compiling walkdir v2.3.3
27202026-07-29T00:43:17.191Z[ helios-setup] Jul 29 00:43:16.368 INFO E| Compiling getopts v0.2.21
27212026-07-29T00:43:17.221Z[ helios-setup] Jul 29 00:43:16.396 INFO E| Compiling glob v0.3.1
27222026-07-29T00:43:17.234Z[ helios-setup] Jul 29 00:43:16.410 INFO E| Compiling libdevinfo-sys v1.0.0
27232026-07-29T00:43:17.501Z[ helios-setup] Jul 29 00:43:16.679 INFO E| Compiling quote v1.0.31
27242026-07-29T00:43:17.553Z[ helios-setup] Jul 29 00:43:16.731 INFO E| Compiling dirs-sys-next v0.1.2
27252026-07-29T00:43:17.554Z[ helios-setup] Jul 29 00:43:16.731 INFO E| Compiling errno v0.3.1
27262026-07-29T00:43:17.554Z[ helios-setup] Jul 29 00:43:16.731 INFO E| Compiling atty v0.2.14
27272026-07-29T00:43:17.557Z[ helios-setup] Jul 29 00:43:16.731 INFO E| Compiling getrandom v0.2.10
27282026-07-29T00:43:17.658Z[ helios-setup] Jul 29 00:43:16.836 INFO E| Compiling syn v2.0.32
27292026-07-29T00:43:17.677Z[ helios-setup] Jul 29 00:43:16.854 INFO E| Compiling dirs-next v2.0.0
27302026-07-29T00:43:17.742Z[ helios-setup] Jul 29 00:43:16.920 INFO E| Compiling term v0.7.0
27312026-07-29T00:43:17.782Z[ helios-setup] Jul 29 00:43:16.959 INFO E| Compiling time v0.3.36
27322026-07-29T00:43:18.100Z[ helios-setup] Jul 29 00:43:17.277 INFO E| Compiling block-buffer v0.9.0
27332026-07-29T00:43:18.100Z[ helios-setup] Jul 29 00:43:17.278 INFO E| Compiling digest v0.9.0
27342026-07-29T00:43:18.155Z[ helios-setup] Jul 29 00:43:17.332 INFO E| Compiling tempfile v3.7.0
27352026-07-29T00:43:18.194Z[ helios-setup] Jul 29 00:43:17.371 INFO E| Compiling sha-1 v0.9.8
27362026-07-29T00:43:18.194Z[ helios-setup] Jul 29 00:43:17.371 INFO E| Compiling md-5 v0.9.1
27372026-07-29T00:43:18.544Z[ helios-setup] Jul 29 00:43:17.722 INFO E| Compiling slog-term v2.9.0
27382026-07-29T00:43:19.009Z[ helios-setup] Jul 29 00:43:18.184 INFO E| Compiling serde_derive v1.0.193
27392026-07-29T00:43:21.255Z[ omicron-package] Finished `release` profile [optimized] target(s) in 31.93s
27402026-07-29T00:43:21.483Z[ omicron-package]
27412026-07-29T00:43:21.483Z[ omicron-package] real 32.102558826
27422026-07-29T00:43:21.486Z[ omicron-package] user 2:55.359646655
27432026-07-29T00:43:21.486Z[ omicron-package] sys 20.712241407
27442026-07-29T00:43:21.486Z[ omicron-package] trap 0.302587783
27452026-07-29T00:43:21.486Z[ omicron-package] tflt 0.571840969
27462026-07-29T00:43:21.486Z[ omicron-package] dflt 2.281860010
27472026-07-29T00:43:21.486Z[ omicron-package] kflt 0.000128120
27482026-07-29T00:43:21.486Z[ omicron-package] lock 8:06.151240697
27492026-07-29T00:43:21.486Z[ omicron-package] slp 4:15.413785552
27502026-07-29T00:43:21.486Z[ omicron-package] lat 34.085297539
27512026-07-29T00:43:21.486Z[ omicron-package] stop 1:18.094343696
27522026-07-29T00:43:21.486ZJul 29 00:43:20.660 INFO [omicron-package] process exited with exit status: 0 (32.162646756s)
27532026-07-29T00:43:21.486ZJul 29 00:43:20.661 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27542026-07-29T00:43:21.486ZJul 29 00:43:20.661 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27552026-07-29T00:43:21.493Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27562026-07-29T00:43:21.493Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27572026-07-29T00:43:21.496Z[ host-target] Created new build target 'host' and set it as active
27582026-07-29T00:43:21.496Z[ recovery-target] Created new build target 'recovery' and set it as active
27592026-07-29T00:43:21.499ZJul 29 00:43:20.674 INFO [recovery-target] process exited with exit status: 0 (13.00975ms)
27602026-07-29T00:43:21.499ZJul 29 00:43:20.674 INFO [host-target] process exited with exit status: 0 (12.5475ms)
27612026-07-29T00:43:21.499ZJul 29 00:43:20.674 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27622026-07-29T00:43:21.501Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27632026-07-29T00:43:22.473Z[ helios-setup] Jul 29 00:43:21.650 INFO E| Compiling toml v0.5.11
27642026-07-29T00:43:22.473Z[ helios-setup] Jul 29 00:43:21.650 INFO E| Compiling uuid v0.8.2
27652026-07-29T00:43:22.958Z[ host-package] Compiling heck v0.5.0
27662026-07-29T00:43:23.066Z[ helios-setup] Jul 29 00:43:22.244 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
27672026-07-29T00:43:23.164Z[ host-package] Compiling regress v0.11.1
27682026-07-29T00:43:23.184Z[ host-package] Compiling unsafe-libyaml v0.2.11
27692026-07-29T00:43:23.227Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27702026-07-29T00:43:23.258Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27712026-07-29T00:43:23.280Z[ host-package] Compiling derive-where v1.6.0
27722026-07-29T00:43:23.301Z[ host-package] Compiling bytecount v0.6.9
27732026-07-29T00:43:23.304Z[ host-package] Compiling atomicwrites v0.4.4
27742026-07-29T00:43:23.304Z[ host-package] Compiling is-terminal v0.4.17
27752026-07-29T00:43:23.304Z[ host-package] Compiling prettyplease v0.2.37
27762026-07-29T00:43:23.385Z[ host-package] Compiling console v0.15.11
27772026-07-29T00:43:23.385Z[ host-package] Compiling newline-converter v0.3.0
27782026-07-29T00:43:23.388Z[ host-package] Compiling slog-dtrace v0.3.0
27792026-07-29T00:43:23.388Z[ helios-setup] Jul 29 00:43:22.563 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
27802026-07-29T00:43:23.431Z[ host-package] Compiling resolv-conf v0.7.6
27812026-07-29T00:43:23.449Z[ host-package] Compiling num-rational v0.4.2
27822026-07-29T00:43:23.497Z[ host-package] Compiling num-complex v0.4.6
27832026-07-29T00:43:23.500Z[ host-package] Compiling thread_local v1.1.9
27842026-07-29T00:43:23.544Z[ host-package] Compiling unicode-width v0.1.14
27852026-07-29T00:43:23.565Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27862026-07-29T00:43:23.568Z[ host-package] Compiling match_cfg v0.1.0
27872026-07-29T00:43:23.658Z[ host-package] Compiling compression-core v0.4.31
27882026-07-29T00:43:23.746Z[ host-package] Compiling cancel-safe-futures v0.1.5
27892026-07-29T00:43:23.796Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27902026-07-29T00:43:23.880Z[ host-package] Compiling expectorate v1.2.0
27912026-07-29T00:43:23.912Z[ host-package] Compiling num v0.4.3
27922026-07-29T00:43:23.915Z[ host-package] Compiling compression-codecs v0.4.37
27932026-07-29T00:43:23.988Z[ host-package] Compiling hostname v0.3.1
27942026-07-29T00:43:24.035Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27952026-07-29T00:43:24.095Z[ host-package] Compiling multer v3.1.0
27962026-07-29T00:43:24.098Z[ host-package] Compiling slog-async v2.8.0
27972026-07-29T00:43:24.118Z[ host-package] Compiling crossbeam-channel v0.5.15
27982026-07-29T00:43:24.142Z[ host-package] Compiling slog-json v2.6.1
27992026-07-29T00:43:24.185Z[ host-package] Compiling serde_spanned v1.1.1
28002026-07-29T00:43:24.189Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28012026-07-29T00:43:24.229Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28022026-07-29T00:43:24.232Z[ host-package] Compiling float-ord v0.3.2
28032026-07-29T00:43:24.372Z[ host-package] Compiling take_mut v0.2.2
28042026-07-29T00:43:24.438Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28052026-07-29T00:43:24.468Z[ host-package] Compiling term v1.2.1
28062026-07-29T00:43:24.470Z[ host-package] Compiling linked-hash-map v0.5.6
28072026-07-29T00:43:24.470Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28082026-07-29T00:43:24.470Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28092026-07-29T00:43:24.557Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28102026-07-29T00:43:24.557Z[ host-package] Compiling slog-bunyan v2.5.0
28112026-07-29T00:43:24.665Z[ host-package] Compiling async-compression v0.4.41
28122026-07-29T00:43:24.804Z[ host-package] Compiling typify-impl v0.6.2
28132026-07-29T00:43:24.878Z[ host-package] Compiling slog-term v2.9.2
28142026-07-29T00:43:25.005Z[ host-package] Compiling lru-cache v0.1.2
28152026-07-29T00:43:25.116Z[ host-package] Compiling dropshot v0.17.1
28162026-07-29T00:43:25.163Z[ host-package] Compiling async-stream v0.3.6
28172026-07-29T00:43:25.166Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28182026-07-29T00:43:25.235Z[ host-package] Compiling sha1 v0.11.0
28192026-07-29T00:43:25.256Z[ host-package] Compiling progenitor-client v0.14.0
28202026-07-29T00:43:25.261Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
28212026-07-29T00:43:25.386Z[ host-package] Compiling waitgroup v0.1.2
28222026-07-29T00:43:25.390Z[ host-package] Compiling rustls-pemfile v2.2.0
28232026-07-29T00:43:25.479Z[ host-package] Compiling backon v1.6.0
28242026-07-29T00:43:25.510Z[ host-package] Compiling hostname v0.4.2
28252026-07-29T00:43:25.546Z[ host-package] Compiling serde_path_to_error v0.1.20
28262026-07-29T00:43:25.642Z[ host-package] Compiling instant v0.1.13
28272026-07-29T00:43:25.665Z[ host-package] Compiling debug-ignore v1.0.5
28282026-07-29T00:43:25.703Z[ host-package] Compiling minimal-lexical v0.2.1
28292026-07-29T00:43:25.727Z[ host-package] Compiling linear-map v1.2.0
28302026-07-29T00:43:25.800Z[ host-package] Compiling backoff v0.4.0
28312026-07-29T00:43:25.800Z[ host-package] Compiling progenitor-extras v0.2.0
28322026-07-29T00:43:25.809Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28332026-07-29T00:43:25.956Z[ host-package] Compiling nom v7.1.3
28342026-07-29T00:43:25.997Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28352026-07-29T00:43:26.059Z[ host-package] Compiling oxide-update-engine v0.1.2
28362026-07-29T00:43:26.137Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28372026-07-29T00:43:26.209Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28382026-07-29T00:43:26.266Z[ host-package] Compiling parse-display v0.10.0
28392026-07-29T00:43:26.402Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28402026-07-29T00:43:26.462Z[ host-package] Compiling hickory-proto v0.24.4
28412026-07-29T00:43:26.930Z[ host-package] Compiling regress v0.10.5
28422026-07-29T00:43:27.122Z[ host-package] Compiling itertools v0.14.0
28432026-07-29T00:43:27.312Z[ host-package] Compiling macaddr v1.0.1
28442026-07-29T00:43:27.530Z[ host-package] Compiling unicode-xid v0.2.6
28452026-07-29T00:43:27.536Z[ helios-setup] Jul 29 00:43:26.714 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
28462026-07-29T00:43:27.560Z[ helios-setup] Jul 29 00:43:26.737 INFO building project "image-builder" ok (11 seconds)
28472026-07-29T00:43:27.560Z[ helios-setup] Jul 29 00:43:26.737 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
28482026-07-29T00:43:27.595Z[ helios-setup] Jul 29 00:43:26.773 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')"
28492026-07-29T00:43:27.595Z[ helios-setup] Jul 29 00:43:26.773 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28502026-07-29T00:43:27.595Z[ helios-setup] Jul 29 00:43:26.773 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28512026-07-29T00:43:27.633Z[ host-package] Compiling humantime v2.3.0
28522026-07-29T00:43:27.822Z[ helios-setup] Jul 29 00:43:26.947 INFO E| Updating crates.io index
28532026-07-29T00:43:27.823Z[ helios-setup] Jul 29 00:43:26.948 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28542026-07-29T00:43:27.828Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28552026-07-29T00:43:27.855Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28562026-07-29T00:43:27.914Z[ host-package] Compiling convert_case v0.10.0
28572026-07-29T00:43:27.966Z[ host-package] Compiling owo-colors v4.3.0
28582026-07-29T00:43:28.131Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28592026-07-29T00:43:28.164Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28602026-07-29T00:43:28.168Z[ helios-setup] Jul 29 00:43:27.345 INFO E| From https://github.com/oxidecomputer/amd-apcb
28612026-07-29T00:43:28.168Z[ helios-setup] Jul 29 00:43:27.345 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
28622026-07-29T00:43:28.181Z[ helios-setup] Jul 29 00:43:27.358 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
28632026-07-29T00:43:28.223Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28642026-07-29T00:43:28.399Z[ host-package] Compiling derive_more-impl v2.1.1
28652026-07-29T00:43:28.449Z[ host-package] Compiling toml v0.8.23
28662026-07-29T00:43:28.452Z[ host-package] Compiling typify-macro v0.6.2
28672026-07-29T00:43:28.499Z[ helios-setup] Jul 29 00:43:27.676 INFO E| From https://github.com/oxidecomputer/amd-efs
28682026-07-29T00:43:28.499Z[ helios-setup] Jul 29 00:43:27.677 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
28692026-07-29T00:43:28.654Z[ helios-setup] Jul 29 00:43:27.831 INFO E| Downloading crates ...
28702026-07-29T00:43:28.704Z[ helios-setup] Jul 29 00:43:27.880 INFO E| Downloaded structopt-derive v0.4.18
28712026-07-29T00:43:28.709Z[ helios-setup] Jul 29 00:43:27.887 INFO E| Downloaded ansi_term v0.12.1
28722026-07-29T00:43:28.714Z[ helios-setup] Jul 29 00:43:27.892 INFO E| Downloaded pest_generator v2.8.0
28732026-07-29T00:43:28.718Z[ helios-setup] Jul 29 00:43:27.894 INFO E| Downloaded dyn-clone v1.0.19
28742026-07-29T00:43:28.732Z[ helios-setup] Jul 29 00:43:27.909 INFO E| Downloaded unic-char-property v0.9.0
28752026-07-29T00:43:28.736Z[ helios-setup] Jul 29 00:43:27.910 INFO E| Downloaded unic-ucd-ident v0.9.0
28762026-07-29T00:43:28.736Z[ helios-setup] Jul 29 00:43:27.911 INFO E| Downloaded unic-common v0.9.0
28772026-07-29T00:43:28.736Z[ helios-setup] Jul 29 00:43:27.912 INFO E| Downloaded heck v0.3.3
28782026-07-29T00:43:28.762Z[ helios-setup] Jul 29 00:43:27.940 INFO E| Downloaded unic-ucd-version v0.9.0
28792026-07-29T00:43:28.765Z[ helios-setup] Jul 29 00:43:27.941 INFO E| Downloaded four-cc v0.4.0
28802026-07-29T00:43:28.765Z[ helios-setup] Jul 29 00:43:27.941 INFO E| Downloaded vec_map v0.8.2
28812026-07-29T00:43:28.766Z[ helios-setup] Jul 29 00:43:27.942 INFO E| Downloaded parse_int v0.9.0
28822026-07-29T00:43:28.766Z[ helios-setup] Jul 29 00:43:27.943 INFO E| Downloaded strsim v0.8.0
28832026-07-29T00:43:28.769Z[ helios-setup] Jul 29 00:43:27.944 INFO E| Downloaded quote v1.0.40
28842026-07-29T00:43:28.769Z[ helios-setup] Jul 29 00:43:27.945 INFO E| Downloaded strum v0.27.1
28852026-07-29T00:43:28.769Z[ helios-setup] Jul 29 00:43:27.946 INFO E| Downloaded rustversion v1.0.20
28862026-07-29T00:43:28.772Z[ helios-setup] Jul 29 00:43:27.947 INFO E| Downloaded unic-char-range v0.9.0
28872026-07-29T00:43:28.772Z[ helios-setup] Jul 29 00:43:27.948 INFO E| Downloaded fletcher v1.0.0
28882026-07-29T00:43:28.772Z[ helios-setup] Jul 29 00:43:27.949 INFO E| Downloaded itoa v1.0.15
28892026-07-29T00:43:28.801Z[ helios-setup] Jul 29 00:43:27.979 INFO E| Downloaded modular-bitfield-impl v0.13.1
28902026-07-29T00:43:28.804Z[ helios-setup] Jul 29 00:43:27.980 INFO E| Downloaded thiserror-impl v2.0.12
28912026-07-29T00:43:28.804Z[ helios-setup] Jul 29 00:43:27.981 INFO E| Downloaded strum_macros v0.27.1
28922026-07-29T00:43:28.808Z[ helios-setup] Jul 29 00:43:27.982 INFO E| Downloaded bytesize v2.0.1
28932026-07-29T00:43:28.808Z[ helios-setup] Jul 29 00:43:27.983 INFO E| Downloaded autocfg v1.4.0
28942026-07-29T00:43:28.808Z[ helios-setup] Jul 29 00:43:27.985 INFO E| Downloaded ryu v1.0.20
28952026-07-29T00:43:28.811Z[ helios-setup] Jul 29 00:43:27.986 INFO E| Downloaded modular-bitfield v0.13.1
28962026-07-29T00:43:28.826Z[ helios-setup] Jul 29 00:43:28.003 INFO E| Downloaded modular-bitfield-impl v0.11.2
28972026-07-29T00:43:28.829Z[ helios-setup] Jul 29 00:43:28.004 INFO E| Downloaded textwrap v0.11.0
28982026-07-29T00:43:28.829Z[ helios-setup] Jul 29 00:43:28.006 INFO E| Downloaded thiserror v2.0.12
28992026-07-29T00:43:28.831Z[ helios-setup] Jul 29 00:43:28.009 INFO E| Downloaded pest_meta v2.8.0
29002026-07-29T00:43:28.834Z[ helios-setup] Jul 29 00:43:28.010 INFO E| Downloaded pest_derive v2.8.0
29012026-07-29T00:43:28.837Z[ helios-setup] Jul 29 00:43:28.012 INFO E| Downloaded proc-macro2 v1.0.95
29022026-07-29T00:43:28.837Z[ helios-setup] Jul 29 00:43:28.014 INFO E| Downloaded structopt v0.3.26
29032026-07-29T00:43:28.840Z[ helios-setup] Jul 29 00:43:28.018 INFO E| Downloaded modular-bitfield v0.11.2
29042026-07-29T00:43:28.848Z[ helios-setup] Jul 29 00:43:28.025 INFO E| Downloaded serde_derive v1.0.219
29052026-07-29T00:43:28.851Z[ helios-setup] Jul 29 00:43:28.026 INFO E| Downloaded unicode-ident v1.0.18
29062026-07-29T00:43:28.851Z[ helios-setup] Jul 29 00:43:28.028 INFO E| Downloaded log v0.4.27
29072026-07-29T00:43:28.854Z[ helios-setup] Jul 29 00:43:28.029 INFO E| Downloaded serde v1.0.219
29082026-07-29T00:43:28.854Z[ helios-setup] Jul 29 00:43:28.031 INFO E| Downloaded typenum v1.18.0
29092026-07-29T00:43:28.857Z[ helios-setup] Jul 29 00:43:28.033 INFO E| Downloaded memchr v2.7.4
29102026-07-29T00:43:28.859Z[ helios-setup] Jul 29 00:43:28.037 INFO E| Downloaded zerocopy-derive v0.8.25
29112026-07-29T00:43:28.878Z[ helios-setup] Jul 29 00:43:28.055 INFO E| Downloaded pest v2.8.0
29122026-07-29T00:43:28.886Z[ helios-setup] Jul 29 00:43:28.063 INFO E| Downloaded clap v2.34.0
29132026-07-29T00:43:28.903Z[ helios-setup] Jul 29 00:43:28.080 INFO E| Downloaded serde_json v1.0.140
29142026-07-29T00:43:28.909Z[ helios-setup] Jul 29 00:43:28.084 INFO E| Downloaded goblin v0.9.3
29152026-07-29T00:43:28.912Z[ helios-setup] Jul 29 00:43:28.088 INFO E| Downloaded zerocopy v0.8.25
29162026-07-29T00:43:28.926Z[ helios-setup] Jul 29 00:43:28.104 INFO E| Downloaded syn v2.0.101
29172026-07-29T00:43:28.934Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29182026-07-29T00:43:28.949Z[ helios-setup] Jul 29 00:43:28.125 INFO E| Downloaded libc v0.2.172
29192026-07-29T00:43:29.011Z[ helios-setup] Jul 29 00:43:28.188 INFO E| Compiling proc-macro2 v1.0.95
29202026-07-29T00:43:29.011Z[ helios-setup] Jul 29 00:43:28.188 INFO E| Compiling unicode-ident v1.0.18
29212026-07-29T00:43:29.016Z[ helios-setup] Jul 29 00:43:28.188 INFO E| Compiling memchr v2.7.4
29222026-07-29T00:43:29.016Z[ helios-setup] Jul 29 00:43:28.188 INFO E| Compiling autocfg v1.4.0
29232026-07-29T00:43:29.016Z[ helios-setup] Jul 29 00:43:28.188 INFO E| Compiling thiserror v2.0.12
29242026-07-29T00:43:29.016Z[ helios-setup] Jul 29 00:43:28.188 INFO E| Compiling syn v1.0.109
29252026-07-29T00:43:29.016Z[ helios-setup] Jul 29 00:43:28.188 INFO E| Compiling serde v1.0.219
29262026-07-29T00:43:29.016Z[ helios-setup] Jul 29 00:43:28.188 INFO E| Compiling version_check v0.9.5
29272026-07-29T00:43:29.016Z[ helios-setup] Jul 29 00:43:28.188 INFO E| Compiling serde_json v1.0.140
29282026-07-29T00:43:29.016Z[ helios-setup] Jul 29 00:43:28.188 INFO E| Compiling schemars v0.8.22
29292026-07-29T00:43:29.016Z[ helios-setup] Jul 29 00:43:28.188 INFO E| Compiling ryu v1.0.20
29302026-07-29T00:43:29.016Z[ helios-setup] Jul 29 00:43:28.188 INFO E| Compiling itoa v1.0.15
29312026-07-29T00:43:29.016Z[ helios-setup] Jul 29 00:43:28.188 INFO E| Compiling dyn-clone v1.0.19
29322026-07-29T00:43:29.016Z[ helios-setup] Jul 29 00:43:28.188 INFO E| Compiling zerocopy v0.8.25
29332026-07-29T00:43:29.016Z[ helios-setup] Jul 29 00:43:28.189 INFO E| Compiling rustversion v1.0.20
29342026-07-29T00:43:29.016Z[ helios-setup] Jul 29 00:43:28.189 INFO E| Compiling static_assertions v1.1.0
29352026-07-29T00:43:29.045Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29362026-07-29T00:43:29.082Z[ host-package] Compiling papergrid v0.11.0
29372026-07-29T00:43:29.168Z[ host-package] Compiling tabled_derive v0.7.0
29382026-07-29T00:43:29.249Z[ host-package] Compiling hickory-resolver v0.24.4
29392026-07-29T00:43:29.598Z[ host-package] Compiling derive_more v2.1.1
29402026-07-29T00:43:29.807Z[ host-package] Compiling termtree v0.5.1
29412026-07-29T00:43:29.949Z[ helios-setup] Jul 29 00:43:29.125 INFO E| Compiling ucd-trie v0.1.7
29422026-07-29T00:43:29.962Z[ host-package] Compiling crossterm v0.29.0
29432026-07-29T00:43:30.036Z[ helios-setup] Jul 29 00:43:29.213 INFO E| Compiling paste v1.0.15
29442026-07-29T00:43:30.062Z[ helios-setup] Jul 29 00:43:29.239 INFO E| Compiling libc v0.2.172
29452026-07-29T00:43:30.263Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29462026-07-29T00:43:30.293Z[ helios-setup] Jul 29 00:43:29.471 INFO E| Compiling once_cell v1.21.3
29472026-07-29T00:43:30.351Z[ helios-setup] Jul 29 00:43:29.528 INFO E| Compiling heck v0.5.0
29482026-07-29T00:43:30.379Z[ helios-setup] Jul 29 00:43:29.556 INFO E| Compiling unicode-width v0.1.14
29492026-07-29T00:43:30.400Z[ host-package] Compiling typify v0.6.2
29502026-07-29T00:43:30.414Z[ helios-setup] Jul 29 00:43:29.592 INFO E| Compiling unicode-segmentation v1.12.0
29512026-07-29T00:43:30.552Z[ helios-setup] Jul 29 00:43:29.729 INFO E| Compiling ansi_term v0.12.1
29522026-07-29T00:43:30.681Z[ helios-setup] Jul 29 00:43:29.858 INFO E| Compiling num-traits v0.2.19
29532026-07-29T00:43:30.703Z[ helios-setup] Jul 29 00:43:29.880 INFO E| Compiling memoffset v0.9.1
29542026-07-29T00:43:30.710Z[ helios-setup] Jul 29 00:43:29.886 INFO E| Compiling strum v0.27.1
29552026-07-29T00:43:30.858Z[ host-package] Compiling progenitor-impl v0.14.0
29562026-07-29T00:43:30.867Z[ helios-setup] Jul 29 00:43:30.044 INFO E| Compiling textwrap v0.11.0
29572026-07-29T00:43:30.919Z[ helios-setup] Jul 29 00:43:30.096 INFO E| Compiling vec_map v0.8.2
29582026-07-29T00:43:30.919Z[ helios-setup] Jul 29 00:43:30.096 INFO E| Compiling unic-char-range v0.9.0
29592026-07-29T00:43:30.919Z[ helios-setup] Jul 29 00:43:30.096 INFO E| Compiling byteorder v1.5.0
29602026-07-29T00:43:30.941Z[ helios-setup] Jul 29 00:43:30.118 INFO E| Compiling heck v0.3.3
29612026-07-29T00:43:30.953Z[ helios-setup] Jul 29 00:43:30.130 INFO E| Compiling proc-macro-error-attr v1.0.4
29622026-07-29T00:43:30.956Z[ host-package] Compiling tabled v0.15.0
29632026-07-29T00:43:31.073Z[ helios-setup] Jul 29 00:43:30.250 INFO E| Compiling proc-macro-error v1.0.4
29642026-07-29T00:43:31.123Z[ helios-setup] Jul 29 00:43:30.298 INFO E| Compiling atty v0.2.14
29652026-07-29T00:43:31.155Z[ helios-setup] Jul 29 00:43:30.317 INFO E| Compiling strsim v0.8.0
29662026-07-29T00:43:31.161Z[ helios-setup] Jul 29 00:43:30.318 INFO E| Compiling bitflags v1.3.2
29672026-07-29T00:43:31.162Z[ helios-setup] Jul 29 00:43:30.330 INFO E| Compiling unic-common v0.9.0
29682026-07-29T00:43:31.223Z[ helios-setup] Jul 29 00:43:30.401 INFO E| Compiling fletcher v1.0.0
29692026-07-29T00:43:31.233Z[ helios-setup] Jul 29 00:43:30.410 INFO E| Compiling unic-char-property v0.9.0
29702026-07-29T00:43:31.271Z[ helios-setup] Jul 29 00:43:30.444 INFO E| Compiling unic-ucd-version v0.9.0
29712026-07-29T00:43:31.271Z[ helios-setup] Jul 29 00:43:30.444 INFO E| Compiling log v0.4.27
29722026-07-29T00:43:31.302Z[ helios-setup] Jul 29 00:43:30.479 INFO E| Compiling lazy_static v1.5.0
29732026-07-29T00:43:31.384Z[ helios-setup] Jul 29 00:43:30.561 INFO E| Compiling clap v2.34.0
29742026-07-29T00:43:31.413Z[ helios-setup] Jul 29 00:43:30.590 INFO E| Compiling plain v0.2.3
29752026-07-29T00:43:31.477Z[ helios-setup] Jul 29 00:43:30.654 INFO E| Compiling unic-ucd-ident v0.9.0
29762026-07-29T00:43:31.494Z[ helios-setup] Jul 29 00:43:30.671 INFO E| Compiling bytesize v2.0.1
29772026-07-29T00:43:31.616Z[ host-package] Compiling qorb v0.4.1
29782026-07-29T00:43:31.725Z[ helios-setup] Jul 29 00:43:30.902 INFO E| Compiling quote v1.0.40
29792026-07-29T00:43:31.926Z[ host-package] Compiling phf_shared v0.12.1
29802026-07-29T00:43:31.953Z[ helios-setup] Jul 29 00:43:31.129 INFO E| Compiling syn v2.0.101
29812026-07-29T00:43:32.382Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29822026-07-29T00:43:32.481Z[ helios-setup] Jul 29 00:43:31.657 INFO E| Compiling parse_int v0.9.0
29832026-07-29T00:43:33.183Z[ host-package] Compiling csv-core v0.1.13
29842026-07-29T00:43:33.910Z[ host-package] Compiling vte v0.14.1
29852026-07-29T00:43:34.182Z[ host-package] Compiling progenitor-macro v0.14.0
29862026-07-29T00:43:34.232Z[ host-package] Compiling chrono-tz v0.10.4
29872026-07-29T00:43:34.318Z[ host-package] Compiling highway v1.3.0
29882026-07-29T00:43:34.754Z[ helios-setup] Jul 29 00:43:33.931 INFO E| Compiling serde_derive_internals v0.29.1
29892026-07-29T00:43:34.874Z[ helios-setup] Jul 29 00:43:34.051 INFO E| Compiling modular-bitfield-impl v0.11.2
29902026-07-29T00:43:34.875Z[ helios-setup] Jul 29 00:43:34.052 INFO E| Compiling structopt-derive v0.4.18
29912026-07-29T00:43:35.414Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29922026-07-29T00:43:35.531Z[ helios-setup] Jul 29 00:43:34.709 INFO E| Compiling thiserror-impl v2.0.12
29932026-07-29T00:43:35.531Z[ helios-setup] Jul 29 00:43:34.709 INFO E| Compiling serde_derive v1.0.219
29942026-07-29T00:43:35.531Z[ helios-setup] Jul 29 00:43:34.709 INFO E| Compiling zerocopy-derive v0.8.25
29952026-07-29T00:43:35.535Z[ helios-setup] Jul 29 00:43:34.709 INFO E| Compiling modular-bitfield-impl v0.13.1
29962026-07-29T00:43:35.535Z[ helios-setup] Jul 29 00:43:34.709 INFO E| Compiling num-derive v0.4.2
29972026-07-29T00:43:35.535Z[ helios-setup] Jul 29 00:43:34.709 INFO E| Compiling strum_macros v0.27.1
29982026-07-29T00:43:35.535Z[ helios-setup] Jul 29 00:43:34.709 INFO E| Compiling scroll_derive v0.12.1
29992026-07-29T00:43:35.972Z[ helios-setup] Jul 29 00:43:35.149 INFO E| Compiling schemars_derive v0.8.22
30002026-07-29T00:43:36.116Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30012026-07-29T00:43:36.479Z[ host-package] Compiling csv v1.4.0
30022026-07-29T00:43:36.528Z[ helios-setup] Jul 29 00:43:35.705 INFO E| Compiling modular-bitfield v0.11.2
30032026-07-29T00:43:36.532Z[ host-package] Compiling phf v0.12.1
30042026-07-29T00:43:36.734Z[ host-package] Compiling const_format_proc_macros v0.2.34
30052026-07-29T00:43:36.868Z[ helios-setup] Jul 29 00:43:36.045 INFO E| Compiling structopt v0.3.26
30062026-07-29T00:43:36.881Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30072026-07-29T00:43:37.061Z[ helios-setup] Jul 29 00:43:36.238 INFO E| Compiling scroll v0.12.0
30082026-07-29T00:43:37.106Z[ host-package] Compiling fd-lock v4.0.4
30092026-07-29T00:43:37.260Z[ host-package] Compiling peg-macros v0.8.5
30102026-07-29T00:43:37.356Z[ helios-setup] Jul 29 00:43:36.533 INFO E| Compiling goblin v0.9.3
30112026-07-29T00:43:37.490Z[ helios-setup] Jul 29 00:43:36.666 INFO E| Compiling modular-bitfield v0.13.1
30122026-07-29T00:43:37.969Z[ helios-setup] Jul 29 00:43:37.146 INFO E| Compiling pest v2.8.0
30132026-07-29T00:43:38.123Z[ host-package] Compiling nu-ansi-term v0.50.3
30142026-07-29T00:43:38.176Z[ host-package] Compiling const_format v0.2.35
30152026-07-29T00:43:38.383Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30162026-07-29T00:43:38.613Z[ host-package] Compiling reedline v0.40.0
30172026-07-29T00:43:38.828Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30182026-07-29T00:43:38.975Z[ host-package] Compiling peg v0.8.5
30192026-07-29T00:43:39.144Z[ helios-setup] Jul 29 00:43:38.321 INFO E| Compiling pest_meta v2.8.0
30202026-07-29T00:43:39.237Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30212026-07-29T00:43:39.804Z[ host-package] Compiling progenitor v0.14.0
30222026-07-29T00:43:39.981Z[ helios-setup] Jul 29 00:43:39.158 INFO E| Compiling pest_generator v2.8.0
30232026-07-29T00:43:40.076Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30242026-07-29T00:43:40.141Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30252026-07-29T00:43:40.144Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30262026-07-29T00:43:40.499Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30272026-07-29T00:43:41.094Z[ host-package] Compiling bcs v0.1.6
30282026-07-29T00:43:41.115Z[ helios-setup] Jul 29 00:43:40.291 INFO E| Compiling pest_derive v2.8.0
30292026-07-29T00:43:41.480Z[ host-package] Compiling nom v8.0.0
30302026-07-29T00:43:41.854Z[ host-package] Compiling semver v0.1.20
30312026-07-29T00:43:42.066Z[ helios-setup] Jul 29 00:43:41.243 INFO E| Compiling json5 v0.4.1
30322026-07-29T00:43:42.237Z[ host-package] Compiling rustc_version v0.1.7
30332026-07-29T00:43:42.686Z[ host-package] Compiling newtype_derive v0.1.6
30342026-07-29T00:43:42.762Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30352026-07-29T00:43:42.904Z[ helios-setup] Jul 29 00:43:42.080 INFO E| Compiling four-cc v0.4.0
30362026-07-29T00:43:42.904Z[ helios-setup] Jul 29 00:43:42.080 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
30372026-07-29T00:43:43.021Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30382026-07-29T00:43:43.060Z[ host-package] Compiling unicode-linebreak v0.1.5
30392026-07-29T00:43:43.064Z[ helios-setup] Jul 29 00:43:42.241 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
30402026-07-29T00:43:43.126Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30412026-07-29T00:43:43.371Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30422026-07-29T00:43:43.580Z[ host-package] Compiling smawk v0.3.2
30432026-07-29T00:43:43.942Z[ host-package] Compiling textwrap v0.16.2
30442026-07-29T00:43:44.181Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30452026-07-29T00:43:44.255Z[ host-package] Compiling steno v0.4.1
30462026-07-29T00:43:44.310Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30472026-07-29T00:43:44.496Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
30482026-07-29T00:43:44.666Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30492026-07-29T00:43:44.818Z[ host-package] Compiling sha1 v0.10.6
30502026-07-29T00:43:45.137Z[ host-package] Compiling utf-8 v0.7.6
30512026-07-29T00:43:45.174Z[ host-package] Compiling tagptr v0.2.0
30522026-07-29T00:43:45.378Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30532026-07-29T00:43:45.434Z[ host-package] Compiling moka v0.12.13
30542026-07-29T00:43:45.501Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30552026-07-29T00:43:45.649Z[ host-package] Compiling tungstenite v0.21.0
30562026-07-29T00:43:45.776Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30572026-07-29T00:43:45.919Z[ host-package] Compiling darling_core v0.21.3
30582026-07-29T00:43:46.308Z[ host-package] Compiling tokio-tungstenite v0.21.0
30592026-07-29T00:43:46.719Z[ host-package] Compiling hickory-resolver v0.25.2
30602026-07-29T00:43:46.832Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30612026-07-29T00:43:46.911Z[ host-package] Compiling num-derive v0.3.3
30622026-07-29T00:43:47.928Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30632026-07-29T00:43:48.000Z[ host-package] Compiling vergen-lib v0.1.6
30642026-07-29T00:43:48.181Z[ host-package] Compiling darling_macro v0.21.3
30652026-07-29T00:43:48.255Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
30662026-07-29T00:43:48.615Z[ host-package] Compiling diesel_derives v2.3.7
30672026-07-29T00:43:48.853Z[ host-package] Compiling darling v0.21.3
30682026-07-29T00:43:48.889Z[ host-package] Compiling proc-macro-error2 v2.0.1
30692026-07-29T00:43:49.004Z[ host-package] Compiling dsl_auto_type v0.2.0
30702026-07-29T00:43:49.098Z[ host-package] Compiling libscf-sys v1.1.0
30712026-07-29T00:43:49.368Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30722026-07-29T00:43:49.430Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30732026-07-29T00:43:49.636Z[ host-package] Compiling vergen-gitcl v1.0.8
30742026-07-29T00:43:49.890Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30752026-07-29T00:43:50.022Z[ host-package] Compiling dirs-sys-next v0.1.2
30762026-07-29T00:43:50.067Z[ host-package] Compiling crunchy v0.2.4
30772026-07-29T00:43:50.149Z[ host-package] Compiling maplit v1.0.2
30782026-07-29T00:43:50.204Z[ host-package] Compiling glob v0.3.3
30792026-07-29T00:43:50.275Z[ host-package] Compiling dirs-next v2.0.0
30802026-07-29T00:43:50.536Z[ host-package] Compiling r2d2 v0.8.10
30812026-07-29T00:43:50.557Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30822026-07-29T00:43:50.587Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30832026-07-29T00:43:50.655Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30842026-07-29T00:43:50.769Z[ host-package] Compiling clang-sys v1.8.1
30852026-07-29T00:43:50.840Z[ host-package] Compiling tabled_derive v0.11.0
30862026-07-29T00:43:51.294Z[ host-package] Compiling papergrid v0.17.0
30872026-07-29T00:43:51.625Z[ host-package] Compiling testing_table v0.3.0
30882026-07-29T00:43:51.844Z[ host-package] Compiling downcast-rs v2.0.2
30892026-07-29T00:43:51.928Z[ host-package] Compiling tiny-keccak v2.0.2
30902026-07-29T00:43:52.280Z[ host-package] Compiling term v0.7.0
30912026-07-29T00:43:52.334Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30922026-07-29T00:43:52.676Z[ host-package] Compiling tabled v0.20.0
30932026-07-29T00:43:52.828Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30942026-07-29T00:43:53.070Z[ host-package] Compiling bit-vec v0.6.3
30952026-07-29T00:43:53.187Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30962026-07-29T00:43:53.250Z[ host-package] Compiling ascii-canvas v3.0.0
30972026-07-29T00:43:53.339Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30982026-07-29T00:43:53.513Z[ host-package] Compiling bit-set v0.5.3
30992026-07-29T00:43:53.747Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31002026-07-29T00:43:53.789Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31012026-07-29T00:43:53.851Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31022026-07-29T00:43:53.872Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31032026-07-29T00:43:53.891Z[ host-package] Compiling itertools v0.10.5
31042026-07-29T00:43:54.105Z[ host-package] Compiling ena v0.14.4
31052026-07-29T00:43:54.147Z[ host-package] Compiling libloading v0.8.9
31062026-07-29T00:43:54.363Z[ host-package] Compiling regex-syntax v0.6.29
31072026-07-29T00:43:54.414Z[ host-package] Compiling diff v0.1.13
31082026-07-29T00:43:54.441Z[ host-package] Compiling bindgen v0.71.1
31092026-07-29T00:43:54.757Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31102026-07-29T00:43:54.875Z[ host-package] Compiling xshell-macros v0.2.7
31112026-07-29T00:43:55.048Z[ host-package] Compiling unicase v2.9.0
31122026-07-29T00:43:55.265Z[ host-package] Compiling diesel v2.3.7
31132026-07-29T00:43:55.353Z[ host-package] Compiling xshell v0.2.7
31142026-07-29T00:43:55.745Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31152026-07-29T00:43:55.923Z[ host-package] Compiling lalrpop v0.19.12
31162026-07-29T00:43:56.467Z[ host-package] Compiling cexpr v0.6.0
31172026-07-29T00:43:56.638Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31182026-07-29T00:43:56.888Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31192026-07-29T00:43:57.124Z[ host-package] Compiling crc8 v0.1.1
31202026-07-29T00:43:57.170Z[ host-package] Compiling rustc-hash v2.1.1
31212026-07-29T00:43:57.230Z[ helios-setup] Jul 29 00:43:56.407 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
31222026-07-29T00:43:57.304Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31232026-07-29T00:43:57.801Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31242026-07-29T00:43:57.866Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31252026-07-29T00:43:58.107Z[ host-package] Compiling headers-core v0.3.0
31262026-07-29T00:43:58.331Z[ host-package] Compiling libxml v0.3.3
31272026-07-29T00:43:58.390Z[ host-package] Compiling headers v0.4.1
31282026-07-29T00:43:58.555Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31292026-07-29T00:43:58.698Z[ host-package] Compiling strum_macros v0.24.3
31302026-07-29T00:43:58.854Z[ host-package] Compiling indoc v1.0.9
31312026-07-29T00:43:59.255Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31322026-07-29T00:43:59.466Z[ host-package] Compiling derive_builder v0.20.2
31332026-07-29T00:43:59.563Z[ host-package] Compiling quick-xml v0.37.5
31342026-07-29T00:43:59.700Z[ host-package] Compiling oso-derive v0.27.3
31352026-07-29T00:44:00.234Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31362026-07-29T00:44:00.313Z[ host-package] Compiling openssl-probe v0.1.6
31372026-07-29T00:44:00.439Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31382026-07-29T00:44:00.514Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31392026-07-29T00:44:00.744Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31402026-07-29T00:44:00.804Z[ host-package] Compiling bb8 v0.8.6
31412026-07-29T00:44:00.914Z[ helios-setup] Jul 29 00:44:00.087 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31422026-07-29T00:44:00.928Z[ host-package] Compiling trait-variant v0.1.2
31432026-07-29T00:44:00.951Z[ host-package] Compiling half v1.8.3
31442026-07-29T00:44:01.077Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31452026-07-29T00:44:01.211Z[ host-package] Compiling serde_cbor v0.11.2
31462026-07-29T00:44:01.289Z[ host-package] Compiling progenitor-impl v0.13.0
31472026-07-29T00:44:01.485Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31482026-07-29T00:44:01.570Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31492026-07-29T00:44:01.641Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31502026-07-29T00:44:02.289Z[ host-package] Compiling progenitor-client v0.13.0
31512026-07-29T00:44:02.354Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31522026-07-29T00:44:02.479Z[ host-package] Compiling samael v0.0.19
31532026-07-29T00:44:02.537Z[ host-package] Compiling nonempty v0.12.0
31542026-07-29T00:44:02.655Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31552026-07-29T00:44:02.740Z[ host-package] Compiling fxhash v0.2.1
31562026-07-29T00:44:02.796Z[ host-package] Compiling libz-sys v1.1.24
31572026-07-29T00:44:02.878Z[ host-package] Compiling salty v0.3.0
31582026-07-29T00:44:03.237Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31592026-07-29T00:44:03.290Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31602026-07-29T00:44:03.445Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31612026-07-29T00:44:03.675Z[ host-package] Compiling progenitor-macro v0.13.0
31622026-07-29T00:44:03.838Z[ host-package] Compiling kstat-rs v0.2.4
31632026-07-29T00:44:03.954Z[ host-package] Compiling polar-core v0.27.3
31642026-07-29T00:44:04.199Z[ host-package] Compiling arc-swap v1.8.2
31652026-07-29T00:44:04.625Z[ host-package] Compiling slog-scope v4.4.1
31662026-07-29T00:44:04.689Z[ host-package] Compiling mime_guess v2.0.5
31672026-07-29T00:44:05.055Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31682026-07-29T00:44:05.231Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31692026-07-29T00:44:05.589Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31702026-07-29T00:44:08.041Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31712026-07-29T00:44:08.398Z[ host-package] Compiling rfc6979 v0.4.0
31722026-07-29T00:44:08.449Z[ host-package] Compiling progenitor v0.13.0
31732026-07-29T00:44:08.652Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31742026-07-29T00:44:08.657Z[ host-package] Compiling nanorand v0.7.0
31752026-07-29T00:44:08.782Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31762026-07-29T00:44:09.207Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31772026-07-29T00:44:09.281Z[ host-package] Compiling parking_lot_core v0.8.6
31782026-07-29T00:44:09.839Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31792026-07-29T00:44:09.842Z[ host-package] Compiling flume v0.11.1
31802026-07-29T00:44:09.884Z[ host-package] Compiling ecdsa v0.16.9
31812026-07-29T00:44:10.400Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31822026-07-29T00:44:10.695Z[ host-package] Compiling slog-stdlog v4.1.1
31832026-07-29T00:44:11.199Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31842026-07-29T00:44:11.321Z[ host-package] Compiling primeorder v0.13.6
31852026-07-29T00:44:11.607Z[ host-package] Compiling git-stub v1.0.0
31862026-07-29T00:44:11.650Z[ host-package] Compiling atty v0.2.14
31872026-07-29T00:44:11.750Z[ host-package] Compiling strsim v0.10.0
31882026-07-29T00:44:11.805Z[ host-package] Compiling http-range v0.1.5
31892026-07-29T00:44:11.917Z[ host-package] Compiling instability v0.3.11
31902026-07-29T00:44:12.062Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
31912026-07-29T00:44:12.163Z[ host-package] Compiling darling_core v0.13.4
31922026-07-29T00:44:12.288Z[ helios-setup] Jul 29 00:44:11.464 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.65s
31932026-07-29T00:44:12.324Z[ helios-setup] Jul 29 00:44:11.500 INFO building project "amd-host-image-builder" ok (44 seconds)
31942026-07-29T00:44:12.324Z[ helios-setup] Jul 29 00:44:11.500 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
31952026-07-29T00:44:12.333Z[ helios-setup] Jul 29 00:44:11.510 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
31962026-07-29T00:44:12.333Z[ helios-setup] Jul 29 00:44:11.510 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
31972026-07-29T00:44:12.337Z[ helios-setup] Jul 29 00:44:11.510 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
31982026-07-29T00:44:12.354Z[ host-package] Compiling git-stub-vcs v0.1.0
31992026-07-29T00:44:12.378Z[ host-package] Compiling p384 v0.13.1
32002026-07-29T00:44:12.452Z[ host-package] Compiling slog-envlogger v2.2.0
32012026-07-29T00:44:12.532Z[ helios-setup] Jul 29 00:44:11.708 INFO E| Downloading crates ...
32022026-07-29T00:44:12.578Z[ helios-setup] Jul 29 00:44:11.754 INFO E| Downloaded anyhow v1.0.98
32032026-07-29T00:44:12.581Z[ helios-setup] Jul 29 00:44:11.757 INFO E| Downloaded time-core v0.1.4
32042026-07-29T00:44:12.585Z[ helios-setup] Jul 29 00:44:11.758 INFO E| Downloaded errno v0.3.12
32052026-07-29T00:44:12.596Z[ helios-setup] Jul 29 00:44:11.773 INFO E| Downloaded deranged v0.4.0
32062026-07-29T00:44:12.603Z[ helios-setup] Jul 29 00:44:11.780 INFO E| Downloaded time-macros v0.2.22
32072026-07-29T00:44:12.611Z[ helios-setup] Jul 29 00:44:11.788 INFO E| Downloaded serde_with_macros v3.12.0
32082026-07-29T00:44:12.615Z[ helios-setup] Jul 29 00:44:11.790 INFO E| Downloaded iana-time-zone v0.1.63
32092026-07-29T00:44:12.622Z[ helios-setup] Jul 29 00:44:11.799 INFO E| Downloaded bitflags v2.9.1
32102026-07-29T00:44:12.626Z[ helios-setup] Jul 29 00:44:11.803 INFO E| Downloaded getrandom v0.3.3
32112026-07-29T00:44:12.630Z[ helios-setup] Jul 29 00:44:11.807 INFO E| Downloaded hashbrown v0.15.3
32122026-07-29T00:44:12.635Z[ helios-setup] Jul 29 00:44:11.811 INFO E| Downloaded indexmap v2.9.0
32132026-07-29T00:44:12.638Z[ helios-setup] Jul 29 00:44:11.814 INFO E| Downloaded tempfile v3.20.0
32142026-07-29T00:44:12.643Z[ helios-setup] Jul 29 00:44:11.820 INFO E| Downloaded time v0.3.41
32152026-07-29T00:44:12.652Z[ helios-setup] Jul 29 00:44:11.828 INFO E| Downloaded serde_with v3.12.0
32162026-07-29T00:44:12.657Z[ helios-setup] Jul 29 00:44:11.833 INFO E| Downloaded chrono v0.4.41
32172026-07-29T00:44:12.679Z[ helios-setup] Jul 29 00:44:11.856 INFO E| Downloaded rustix v1.0.7
32182026-07-29T00:44:12.746Z[ helios-setup] Jul 29 00:44:11.923 INFO E| Compiling proc-macro2 v1.0.95
32192026-07-29T00:44:12.746Z[ helios-setup] Jul 29 00:44:11.923 INFO E| Compiling unicode-ident v1.0.18
32202026-07-29T00:44:12.746Z[ helios-setup] Jul 29 00:44:11.923 INFO E| Compiling libc v0.2.172
32212026-07-29T00:44:12.750Z[ helios-setup] Jul 29 00:44:11.923 INFO E| Compiling strsim v0.11.1
32222026-07-29T00:44:12.750Z[ helios-setup] Jul 29 00:44:11.923 INFO E| Compiling ident_case v1.0.1
32232026-07-29T00:44:12.750Z[ helios-setup] Jul 29 00:44:11.923 INFO E| Compiling fnv v1.0.7
32242026-07-29T00:44:12.750Z[ helios-setup] Jul 29 00:44:11.923 INFO E| Compiling serde v1.0.219
32252026-07-29T00:44:12.750Z[ helios-setup] Jul 29 00:44:11.923 INFO E| Compiling rustix v1.0.7
32262026-07-29T00:44:12.750Z[ helios-setup] Jul 29 00:44:11.923 INFO E| Compiling getrandom v0.3.3
32272026-07-29T00:44:12.750Z[ helios-setup] Jul 29 00:44:11.923 INFO E| Compiling serde_json v1.0.140
32282026-07-29T00:44:12.750Z[ helios-setup] Jul 29 00:44:11.923 INFO E| Compiling anyhow v1.0.98
32292026-07-29T00:44:12.750Z[ helios-setup] Jul 29 00:44:11.923 INFO E| Compiling bitflags v2.9.1
32302026-07-29T00:44:12.750Z[ helios-setup] Jul 29 00:44:11.923 INFO E| Compiling thiserror v2.0.12
32312026-07-29T00:44:12.750Z[ helios-setup] Jul 29 00:44:11.923 INFO E| Compiling cfg-if v1.0.0
32322026-07-29T00:44:12.750Z[ helios-setup] Jul 29 00:44:11.923 INFO E| Compiling ryu v1.0.20
32332026-07-29T00:44:12.750Z[ helios-setup] Jul 29 00:44:11.923 INFO E| Compiling itoa v1.0.15
32342026-07-29T00:44:12.926Z[ helios-setup] Jul 29 00:44:12.103 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
32352026-07-29T00:44:13.039Z[ helios-setup] Jul 29 00:44:12.215 INFO E| Compiling once_cell v1.21.3
32362026-07-29T00:44:13.195Z[ helios-setup] Jul 29 00:44:12.372 INFO E| Compiling memchr v2.7.4
32372026-07-29T00:44:13.207Z[ helios-setup] Jul 29 00:44:12.384 INFO E| Compiling fastrand v2.3.0
32382026-07-29T00:44:13.748Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32392026-07-29T00:44:14.038Z[ helios-setup] Jul 29 00:44:13.215 INFO E| Compiling errno v0.3.12
32402026-07-29T00:44:14.518Z[ helios-setup] Jul 29 00:44:13.695 INFO E| Compiling quote v1.0.40
32412026-07-29T00:44:14.558Z[ host-package] Compiling oso v0.27.3
32422026-07-29T00:44:14.679Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32432026-07-29T00:44:14.734Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32442026-07-29T00:44:14.771Z[ helios-setup] Jul 29 00:44:13.948 INFO E| Compiling syn v2.0.101
32452026-07-29T00:44:15.036Z[ helios-setup] Jul 29 00:44:14.213 INFO E| Compiling tempfile v3.20.0
32462026-07-29T00:44:17.198Z[ helios-setup] Jul 29 00:44:16.375 INFO E| Compiling darling_core v0.20.11
32472026-07-29T00:44:18.293Z[ helios-setup] Jul 29 00:44:17.469 INFO E| Compiling serde_derive v1.0.219
32482026-07-29T00:44:18.293Z[ helios-setup] Jul 29 00:44:17.469 INFO E| Compiling thiserror-impl v2.0.12
32492026-07-29T00:44:18.762Z[ host-package] Compiling diesel-dtrace v0.5.0
32502026-07-29T00:44:18.967Z[ host-package] Compiling async-bb8-diesel v0.2.1
32512026-07-29T00:44:19.166Z[ host-package] Compiling ignore v0.4.25
32522026-07-29T00:44:19.212Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32532026-07-29T00:44:19.239Z[ helios-setup] Jul 29 00:44:18.415 INFO E| Compiling darling_macro v0.20.11
32542026-07-29T00:44:19.365Z[ host-package] Compiling castaway v0.2.4
32552026-07-29T00:44:19.471Z[ host-package] Compiling vergen-git2 v9.1.0
32562026-07-29T00:44:19.579Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32572026-07-29T00:44:19.677Z[ host-package] Compiling indoc v2.0.7
32582026-07-29T00:44:19.850Z[ host-package] Compiling compact_str v0.8.1
32592026-07-29T00:44:19.923Z[ helios-setup] Jul 29 00:44:19.100 INFO E| Compiling darling v0.20.11
32602026-07-29T00:44:20.003Z[ host-package] Compiling darling_macro v0.13.4
32612026-07-29T00:44:20.015Z[ helios-setup] Jul 29 00:44:19.191 INFO E| Compiling serde_with_macros v3.12.0
32622026-07-29T00:44:20.613Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32632026-07-29T00:44:21.081Z[ host-package] Compiling globwalk v0.9.1
32642026-07-29T00:44:21.119Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32652026-07-29T00:44:21.123Z[ host-package] Compiling parking_lot v0.11.2
32662026-07-29T00:44:21.824Z[ host-package] Compiling hyper-staticfile v0.10.1
32672026-07-29T00:44:21.881Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32682026-07-29T00:44:21.965Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32692026-07-29T00:44:22.158Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32702026-07-29T00:44:22.252Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32712026-07-29T00:44:22.372Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32722026-07-29T00:44:22.680Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32732026-07-29T00:44:22.986Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32742026-07-29T00:44:23.022Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32752026-07-29T00:44:23.626Z[ helios-setup] Jul 29 00:44:22.802 INFO E| Compiling serde_with v3.12.0
32762026-07-29T00:44:24.784Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
32772026-07-29T00:44:25.118Z[ host-package] Compiling predicates-tree v1.0.13
32782026-07-29T00:44:25.450Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32792026-07-29T00:44:25.588Z[ host-package] Compiling unicode-truncate v1.1.0
32802026-07-29T00:44:25.810Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32812026-07-29T00:44:25.982Z[ host-package] Compiling lru v0.12.5
32822026-07-29T00:44:26.054Z[ host-package] Compiling prefix-trie v0.7.0
32832026-07-29T00:44:26.280Z[ host-package] Compiling rand_seeder v0.4.0
32842026-07-29T00:44:26.325Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32852026-07-29T00:44:26.368Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
32862026-07-29T00:44:26.668Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
32872026-07-29T00:44:26.701Z[ host-package] Compiling cassowary v0.3.0
32882026-07-29T00:44:26.701Z[ host-package] Compiling corncobs v0.1.4
32892026-07-29T00:44:26.917Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32902026-07-29T00:44:26.993Z[ host-package] Compiling hickory-server v0.25.2
32912026-07-29T00:44:27.217Z[ host-package] Compiling ratatui v0.29.0
32922026-07-29T00:44:27.255Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32932026-07-29T00:44:27.590Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32942026-07-29T00:44:27.769Z[ host-package] Compiling camino-tempfile-ext v0.3.3
32952026-07-29T00:44:27.806Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32962026-07-29T00:44:28.135Z[ helios-setup] Jul 29 00:44:27.311 INFO E| Finished `release` profile [optimized] target(s) in 15.78s
32972026-07-29T00:44:28.160Z[ helios-setup] Jul 29 00:44:27.336 INFO building project "dmar-report" ok (15 seconds)
32982026-07-29T00:44:28.160Z[ helios-setup] Jul 29 00:44:27.336 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
32992026-07-29T00:44:28.169Z[ helios-setup] Jul 29 00:44:27.346 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
33002026-07-29T00:44:28.170Z[ helios-setup] Jul 29 00:44:27.346 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
33012026-07-29T00:44:28.170Z[ helios-setup] Jul 29 00:44:27.346 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
33022026-07-29T00:44:28.284Z[ helios-setup] Jul 29 00:44:27.461 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
33032026-07-29T00:44:28.436Z[ host-package] Compiling sled v0.34.7
33042026-07-29T00:44:28.557Z[ helios-setup] Jul 29 00:44:27.733 INFO E| From https://github.com/jclulow/hiercmd
33052026-07-29T00:44:28.557Z[ helios-setup] Jul 29 00:44:27.733 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
33062026-07-29T00:44:28.569Z[ helios-setup] Jul 29 00:44:27.746 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
33072026-07-29T00:44:28.833Z[ helios-setup] Jul 29 00:44:28.009 INFO E| From https://github.com/oxidecomputer/network-interface
33082026-07-29T00:44:28.833Z[ helios-setup] Jul 29 00:44:28.009 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
33092026-07-29T00:44:28.845Z[ helios-setup] Jul 29 00:44:28.021 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
33102026-07-29T00:44:29.113Z[ helios-setup] Jul 29 00:44:28.289 INFO E| From https://github.com/oxidecomputer/boot-image-tools
33112026-07-29T00:44:29.113Z[ helios-setup] Jul 29 00:44:28.289 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
33122026-07-29T00:44:29.131Z[ helios-setup] Jul 29 00:44:28.308 INFO E| Updating crates.io index
33132026-07-29T00:44:29.190Z[ helios-setup] Jul 29 00:44:28.366 INFO E| Downloading crates ...
33142026-07-29T00:44:29.210Z[ host-package] Compiling darling v0.13.4
33152026-07-29T00:44:29.252Z[ helios-setup] Jul 29 00:44:28.429 INFO E| Downloaded anstyle v1.0.13
33162026-07-29T00:44:29.255Z[ helios-setup] Jul 29 00:44:28.431 INFO E| Downloaded flate2 v1.1.5
33172026-07-29T00:44:29.258Z[ helios-setup] Jul 29 00:44:28.435 INFO E| Downloaded futures-task v0.3.31
33182026-07-29T00:44:29.266Z[ helios-setup] Jul 29 00:44:28.442 INFO E| Downloaded futures v0.3.31
33192026-07-29T00:44:29.269Z[ helios-setup] Jul 29 00:44:28.446 INFO E| Downloaded bitfield-macros v0.19.3
33202026-07-29T00:44:29.272Z[ helios-setup] Jul 29 00:44:28.446 INFO E| Downloaded anstyle-query v1.1.4
33212026-07-29T00:44:29.272Z[ helios-setup] Jul 29 00:44:28.447 INFO E| Downloaded futures-core v0.3.31
33222026-07-29T00:44:29.272Z[ helios-setup] Jul 29 00:44:28.448 INFO E| Downloaded futures-sink v0.3.31
33232026-07-29T00:44:29.302Z[ helios-setup] Jul 29 00:44:28.479 INFO E| Downloaded bitfield v0.19.3
33242026-07-29T00:44:29.305Z[ helios-setup] Jul 29 00:44:28.480 INFO E| Downloaded futures-channel v0.3.31
33252026-07-29T00:44:29.305Z[ helios-setup] Jul 29 00:44:28.481 INFO E| Downloaded futures-macro v0.3.31
33262026-07-29T00:44:29.305Z[ helios-setup] Jul 29 00:44:28.482 INFO E| Downloaded bitflags v2.10.0
33272026-07-29T00:44:29.309Z[ helios-setup] Jul 29 00:44:28.484 INFO E| Downloaded toml_writer v1.0.4
33282026-07-29T00:44:29.328Z[ helios-setup] Jul 29 00:44:28.505 INFO E| Downloaded futures-executor v0.3.31
33292026-07-29T00:44:29.332Z[ helios-setup] Jul 29 00:44:28.506 INFO E| Downloaded crc v3.3.0
33302026-07-29T00:44:29.332Z[ helios-setup] Jul 29 00:44:28.507 INFO E| Downloaded pin-utils v0.1.0
33312026-07-29T00:44:29.332Z[ helios-setup] Jul 29 00:44:28.507 INFO E| Downloaded anyhow v1.0.100
33322026-07-29T00:44:29.335Z[ helios-setup] Jul 29 00:44:28.510 INFO E| Downloaded zeroize_derive v1.4.2
33332026-07-29T00:44:29.335Z[ helios-setup] Jul 29 00:44:28.511 INFO E| Downloaded base64ct v1.8.0
33342026-07-29T00:44:29.338Z[ helios-setup] Jul 29 00:44:28.512 INFO E| Downloaded find-msvc-tools v0.1.4
33352026-07-29T00:44:29.338Z[ helios-setup] Jul 29 00:44:28.513 INFO E| Downloaded env_filter v0.1.4
33362026-07-29T00:44:29.338Z[ helios-setup] Jul 29 00:44:28.514 INFO E| Downloaded futures-io v0.3.31
33372026-07-29T00:44:29.338Z[ helios-setup] Jul 29 00:44:28.515 INFO E| Downloaded slab v0.4.11
33382026-07-29T00:44:29.341Z[ helios-setup] Jul 29 00:44:28.515 INFO E| Downloaded libdevinfo-sys v1.1.0
33392026-07-29T00:44:29.341Z[ helios-setup] Jul 29 00:44:28.516 INFO E| Downloaded clap_lex v0.7.6
33402026-07-29T00:44:29.341Z[ helios-setup] Jul 29 00:44:28.517 INFO E| Downloaded toml_datetime v0.7.3
33412026-07-29T00:44:29.341Z[ helios-setup] Jul 29 00:44:28.518 INFO E| Downloaded deranged v0.5.5
33422026-07-29T00:44:29.345Z[ helios-setup] Jul 29 00:44:28.519 INFO E| Downloaded devinfo v0.1.0
33432026-07-29T00:44:29.345Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33442026-07-29T00:44:29.348Z[ helios-setup] Jul 29 00:44:28.525 INFO E| Downloaded serde_spanned v1.0.3
33452026-07-29T00:44:29.386Z[ helios-setup] Jul 29 00:44:28.562 INFO E| Downloaded simd-adler32 v0.3.7
33462026-07-29T00:44:29.389Z[ helios-setup] Jul 29 00:44:28.564 INFO E| Downloaded thiserror-impl v2.0.17
33472026-07-29T00:44:29.389Z[ helios-setup] Jul 29 00:44:28.565 INFO E| Downloaded time-core v0.1.6
33482026-07-29T00:44:29.389Z[ helios-setup] Jul 29 00:44:28.566 INFO E| Downloaded clap_derive v4.5.49
33492026-07-29T00:44:29.392Z[ helios-setup] Jul 29 00:44:28.568 INFO E| Downloaded pin-project-lite v0.2.16
33502026-07-29T00:44:29.395Z[ helios-setup] Jul 29 00:44:28.571 INFO E| Downloaded term v1.2.0
33512026-07-29T00:44:29.426Z[ helios-setup] Jul 29 00:44:28.602 INFO E| Downloaded thiserror v2.0.17
33522026-07-29T00:44:29.429Z[ helios-setup] Jul 29 00:44:28.606 INFO E| Downloaded clap v4.5.51
33532026-07-29T00:44:29.436Z[ helios-setup] Jul 29 00:44:28.612 INFO E| Downloaded env_logger v0.11.8
33542026-07-29T00:44:29.439Z[ helios-setup] Jul 29 00:44:28.614 INFO E| Downloaded num_enum v0.7.5
33552026-07-29T00:44:29.442Z[ helios-setup] Jul 29 00:44:28.617 INFO E| Downloaded zeroize v1.8.2
33562026-07-29T00:44:29.442Z[ helios-setup] Jul 29 00:44:28.618 INFO E| Downloaded signal-hook-registry v1.4.6
33572026-07-29T00:44:29.442Z[ helios-setup] Jul 29 00:44:28.619 INFO E| Downloaded num_enum_derive v0.7.5
33582026-07-29T00:44:29.445Z[ helios-setup] Jul 29 00:44:28.619 INFO E| Downloaded tokio-macros v2.6.0
33592026-07-29T00:44:29.445Z[ helios-setup] Jul 29 00:44:28.620 INFO E| Downloaded getopts v0.2.24
33602026-07-29T00:44:29.445Z[ helios-setup] Jul 29 00:44:28.621 INFO E| Downloaded quote v1.0.41
33612026-07-29T00:44:29.448Z[ helios-setup] Jul 29 00:44:28.623 INFO E| Downloaded generic-array v0.14.9
33622026-07-29T00:44:29.448Z[ helios-setup] Jul 29 00:44:28.624 INFO E| Downloaded bytes v1.10.1
33632026-07-29T00:44:29.451Z[ helios-setup] Jul 29 00:44:28.626 INFO E| Downloaded cc v1.2.44
33642026-07-29T00:44:29.454Z[ helios-setup] Jul 29 00:44:28.628 INFO E| Downloaded time-macros v0.2.24
33652026-07-29T00:44:29.457Z[ helios-setup] Jul 29 00:44:28.633 INFO E| Downloaded iana-time-zone v0.1.64
33662026-07-29T00:44:29.460Z[ helios-setup] Jul 29 00:44:28.635 INFO E| Downloaded unicode-ident v1.0.22
33672026-07-29T00:44:29.460Z[ helios-setup] Jul 29 00:44:28.636 INFO E| Downloaded getrandom v0.2.16
33682026-07-29T00:44:29.464Z[ helios-setup] Jul 29 00:44:28.641 INFO E| Downloaded socket2 v0.6.1
33692026-07-29T00:44:29.471Z[ helios-setup] Jul 29 00:44:28.647 INFO E| Downloaded toml_parser v1.0.4
33702026-07-29T00:44:29.474Z[ helios-setup] Jul 29 00:44:28.649 INFO E| Downloaded uuid v1.18.1
33712026-07-29T00:44:29.477Z[ helios-setup] Jul 29 00:44:28.652 INFO E| Downloaded log v0.4.28
33722026-07-29T00:44:29.477Z[ helios-setup] Jul 29 00:44:28.653 INFO E| Downloaded proc-macro2 v1.0.103
33732026-07-29T00:44:29.480Z[ helios-setup] Jul 29 00:44:28.656 INFO E| Downloaded toml v0.9.8
33742026-07-29T00:44:29.483Z[ helios-setup] Jul 29 00:44:28.659 INFO E| Downloaded toml_edit v0.23.7
33752026-07-29T00:44:29.485Z[ helios-setup] Jul 29 00:44:28.662 INFO E| Downloaded futures-util v0.3.31
33762026-07-29T00:44:29.505Z[ helios-setup] Jul 29 00:44:28.680 INFO E| Downloaded rand v0.8.5
33772026-07-29T00:44:29.518Z[ helios-setup] Jul 29 00:44:28.693 INFO E| Downloaded rsa v0.9.8
33782026-07-29T00:44:29.522Z[ helios-setup] Jul 29 00:44:28.698 INFO E| Downloaded zerocopy-derive v0.8.27
33792026-07-29T00:44:29.527Z[ helios-setup] Jul 29 00:44:28.703 INFO E| Downloaded typenum v1.19.0
33802026-07-29T00:44:29.530Z[ helios-setup] Jul 29 00:44:28.705 INFO E| Downloaded iddqd v0.3.14
33812026-07-29T00:44:29.533Z[ helios-setup] Jul 29 00:44:28.709 INFO E| Downloaded indexmap v2.12.0
33822026-07-29T00:44:29.536Z[ helios-setup] Jul 29 00:44:28.712 INFO E| Downloaded memchr v2.7.6
33832026-07-29T00:44:29.545Z[ helios-setup] Jul 29 00:44:28.722 INFO E| Downloaded mio v1.1.0
33842026-07-29T00:44:29.568Z[ helios-setup] Jul 29 00:44:28.743 INFO E| Downloaded num-bigint-dig v0.8.4
33852026-07-29T00:44:29.571Z[ helios-setup] Jul 29 00:44:28.747 INFO E| Downloaded hashbrown v0.16.0
33862026-07-29T00:44:29.575Z[ helios-setup] Jul 29 00:44:28.750 INFO E| Downloaded time v0.3.44
33872026-07-29T00:44:29.583Z[ helios-setup] Jul 29 00:44:28.758 INFO E| Downloaded clap_builder v4.5.51
33882026-07-29T00:44:29.586Z[ helios-setup] Jul 29 00:44:28.763 INFO E| Downloaded serde_json v1.0.145
33892026-07-29T00:44:29.609Z[ helios-setup] Jul 29 00:44:28.772 INFO E| Downloaded winnow v0.7.13
33902026-07-29T00:44:29.609Z[ helios-setup] Jul 29 00:44:28.779 INFO E| Downloaded libm v0.2.15
33912026-07-29T00:44:29.615Z[ helios-setup] Jul 29 00:44:28.791 INFO E| Downloaded unicode-width v0.2.2
33922026-07-29T00:44:29.634Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33932026-07-29T00:44:29.637Z[ helios-setup] Jul 29 00:44:28.811 INFO E| Downloaded zerocopy v0.8.27
33942026-07-29T00:44:29.658Z[ helios-setup] Jul 29 00:44:28.833 INFO E| Downloaded chrono v0.4.42
33952026-07-29T00:44:29.678Z[ helios-setup] Jul 29 00:44:28.854 INFO E| Downloaded syn v2.0.108
33962026-07-29T00:44:29.684Z[ helios-setup] Jul 29 00:44:28.861 INFO E| Downloaded rustix v1.1.2
33972026-07-29T00:44:29.729Z[ helios-setup] Jul 29 00:44:28.905 INFO E| Downloaded libc v0.2.177
33982026-07-29T00:44:29.743Z[ helios-setup] Jul 29 00:44:28.920 INFO E| Downloaded tokio v1.48.0
33992026-07-29T00:44:29.856Z[ helios-setup] Jul 29 00:44:29.033 INFO E| Compiling proc-macro2 v1.0.103
34002026-07-29T00:44:29.856Z[ helios-setup] Jul 29 00:44:29.033 INFO E| Compiling unicode-ident v1.0.22
34012026-07-29T00:44:29.860Z[ helios-setup] Jul 29 00:44:29.033 INFO E| Compiling quote v1.0.41
34022026-07-29T00:44:29.860Z[ helios-setup] Jul 29 00:44:29.033 INFO E| Compiling libc v0.2.177
34032026-07-29T00:44:29.860Z[ helios-setup] Jul 29 00:44:29.033 INFO E| Compiling serde_core v1.0.228
34042026-07-29T00:44:29.860Z[ helios-setup] Jul 29 00:44:29.033 INFO E| Compiling cfg-if v1.0.4
34052026-07-29T00:44:29.860Z[ helios-setup] Jul 29 00:44:29.033 INFO E| Compiling serde v1.0.228
34062026-07-29T00:44:29.860Z[ helios-setup] Jul 29 00:44:29.033 INFO E| Compiling version_check v0.9.5
34072026-07-29T00:44:29.860Z[ helios-setup] Jul 29 00:44:29.033 INFO E| Compiling autocfg v1.5.0
34082026-07-29T00:44:29.860Z[ helios-setup] Jul 29 00:44:29.033 INFO E| Compiling typenum v1.19.0
34092026-07-29T00:44:29.860Z[ helios-setup] Jul 29 00:44:29.033 INFO E| Compiling const-oid v0.9.6
34102026-07-29T00:44:29.860Z[ helios-setup] Jul 29 00:44:29.033 INFO E| Compiling libm v0.2.15
34112026-07-29T00:44:29.860Z[ helios-setup] Jul 29 00:44:29.033 INFO E| Compiling zerocopy v0.8.27
34122026-07-29T00:44:29.860Z[ helios-setup] Jul 29 00:44:29.033 INFO E| Compiling rustversion v1.0.22
34132026-07-29T00:44:29.860Z[ helios-setup] Jul 29 00:44:29.033 INFO E| Compiling smallvec v1.15.1
34142026-07-29T00:44:29.860Z[ helios-setup] Jul 29 00:44:29.033 INFO E| Compiling zeroize v1.8.2
34152026-07-29T00:44:29.866Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34162026-07-29T00:44:30.356Z[ helios-setup] Jul 29 00:44:29.318 INFO E| Compiling base64ct v1.8.0
34172026-07-29T00:44:33.066Z[ helios-setup] Jul 29 00:44:29.686 INFO E| Compiling equivalent v1.0.2
34182026-07-29T00:44:33.093Z[ helios-setup] Jul 29 00:44:29.722 INFO E| Compiling crc32fast v1.5.0
34192026-07-29T00:44:33.093Z[ helios-setup] Jul 29 00:44:29.722 INFO E| Compiling generic-array v0.14.9
34202026-07-29T00:44:33.093Z[ helios-setup] Jul 29 00:44:29.794 INFO E| Compiling memchr v2.7.6
34212026-07-29T00:44:33.093Z[ helios-setup] Jul 29 00:44:30.017 INFO E| Compiling num-traits v0.2.19
34222026-07-29T00:44:33.093Z[ helios-setup] Jul 29 00:44:30.018 INFO E| Compiling pem-rfc7468 v0.7.0
34232026-07-29T00:44:33.093Z[ helios-setup] Jul 29 00:44:30.102 INFO E| Compiling byteorder v1.5.0
34242026-07-29T00:44:33.093Z[ helios-setup] Jul 29 00:44:30.108 INFO E| Compiling rustix v1.1.2
34252026-07-29T00:44:33.093Z[ helios-setup] Jul 29 00:44:30.350 INFO E| Compiling flagset v0.4.7
34262026-07-29T00:44:33.093Z[ helios-setup] Jul 29 00:44:30.461 INFO E| Compiling hashbrown v0.16.0
34272026-07-29T00:44:33.093Z[ helios-setup] Jul 29 00:44:30.558 INFO E| Compiling getrandom v0.2.16
34282026-07-29T00:44:33.093Z[ helios-setup] Jul 29 00:44:30.657 INFO E| Compiling winnow v0.7.13
34292026-07-29T00:44:33.093Z[ helios-setup] Jul 29 00:44:30.688 INFO E| Compiling anyhow v1.0.100
34302026-07-29T00:44:33.093Z[ helios-setup] Jul 29 00:44:30.695 INFO E| Compiling utf8parse v0.2.2
34312026-07-29T00:44:33.093Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34322026-07-29T00:44:33.093Z[ helios-setup] Jul 29 00:44:30.797 INFO E| Compiling errno v0.3.14
34332026-07-29T00:44:33.093Z[ helios-setup] Jul 29 00:44:30.823 INFO E| Compiling allocator-api2 v0.2.21
34342026-07-29T00:44:33.093Z[ helios-setup] Jul 29 00:44:31.090 INFO E| Compiling rand_core v0.6.4
34352026-07-29T00:44:33.094Z[ helios-setup] Jul 29 00:44:31.107 INFO E| Compiling anstyle-parse v0.2.7
34362026-07-29T00:44:33.094Z[ helios-setup] Jul 29 00:44:31.160 INFO E| Compiling is_terminal_polyfill v1.70.2
34372026-07-29T00:44:33.094Z[ helios-setup] Jul 29 00:44:31.218 INFO E| Compiling cpufeatures v0.2.17
34382026-07-29T00:44:33.094Z[ helios-setup] Jul 29 00:44:31.306 INFO E| Compiling shlex v1.3.0
34392026-07-29T00:44:33.094Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34402026-07-29T00:44:33.094Z[ helios-setup] Jul 29 00:44:31.543 INFO E| Compiling indexmap v2.12.0
34412026-07-29T00:44:33.094Z[ helios-setup] Jul 29 00:44:31.657 INFO E| Compiling find-msvc-tools v0.1.4
34422026-07-29T00:44:33.094Z[ helios-setup] Jul 29 00:44:31.708 INFO E| Compiling anstyle v1.0.13
34432026-07-29T00:44:33.094Z[ helios-setup] Jul 29 00:44:31.751 INFO E| Compiling syn v1.0.109
34442026-07-29T00:44:33.094Z[ helios-setup] Jul 29 00:44:31.771 INFO E| Compiling toml_datetime v0.7.3
34452026-07-29T00:44:33.094Z[ helios-setup] Jul 29 00:44:31.936 INFO E| Compiling syn v2.0.108
34462026-07-29T00:44:33.094Z[ helios-setup] Jul 29 00:44:31.947 INFO E| Compiling anstyle-query v1.1.4
34472026-07-29T00:44:33.094Z[ helios-setup] Jul 29 00:44:32.021 INFO E| Compiling radium v0.7.0
34482026-07-29T00:44:33.094Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34492026-07-29T00:44:33.094Z[ helios-setup] Jul 29 00:44:32.096 INFO E| Compiling colorchoice v1.0.4
34502026-07-29T00:44:33.094Z[ helios-setup] Jul 29 00:44:32.126 INFO E| Compiling cc v1.2.44
34512026-07-29T00:44:33.099Z[ helios-setup] Jul 29 00:44:32.248 INFO E| Compiling anstream v0.6.21
34522026-07-29T00:44:33.099Z[ helios-setup] Jul 29 00:44:32.262 INFO E| Compiling slog v2.8.2
34532026-07-29T00:44:34.175Z[ host-package] Compiling secrecy v0.8.0
34542026-07-29T00:44:36.307Z[ helios-setup] Jul 29 00:44:32.437 INFO E| Compiling block-buffer v0.10.4
34552026-07-29T00:44:36.307Z[ helios-setup] Jul 29 00:44:32.534 INFO E| Compiling crypto-common v0.1.6
34562026-07-29T00:44:36.307Z[ helios-setup] Jul 29 00:44:32.591 INFO E| Compiling futures-core v0.3.31
34572026-07-29T00:44:36.307Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34582026-07-29T00:44:36.307Z[ helios-setup] Jul 29 00:44:32.936 INFO E| Compiling digest v0.10.7
34592026-07-29T00:44:36.307Z[ helios-setup] Jul 29 00:44:32.987 INFO E| Compiling futures-sink v0.3.31
34602026-07-29T00:44:36.307Z[ helios-setup] Jul 29 00:44:33.022 INFO E| Compiling parking_lot_core v0.9.12
34612026-07-29T00:44:36.307Z[ helios-setup] Jul 29 00:44:33.109 INFO E| Compiling maybe-uninit v2.0.0
34622026-07-29T00:44:36.307Z[ helios-setup] Jul 29 00:44:33.127 INFO E| Compiling unicode-width v0.2.2
34632026-07-29T00:44:36.307Z[ helios-setup] Jul 29 00:44:33.135 INFO E| Compiling pin-project-lite v0.2.16
34642026-07-29T00:44:36.307Z[ helios-setup] Jul 29 00:44:33.221 INFO E| Compiling tap v1.0.1
34652026-07-29T00:44:36.307Z[ helios-setup] Jul 29 00:44:33.227 INFO E| Compiling pkg-config v0.3.32
34662026-07-29T00:44:36.307Z[ helios-setup] Jul 29 00:44:33.238 INFO E| Compiling sha2 v0.10.9
34672026-07-29T00:44:36.307Z[ helios-setup] Jul 29 00:44:33.265 INFO E| Compiling num-integer v0.1.46
34682026-07-29T00:44:36.307Z[ helios-setup] Jul 29 00:44:33.300 INFO E| Compiling futures-channel v0.3.31
34692026-07-29T00:44:36.360Z[ helios-setup] Jul 29 00:44:33.376 INFO E| Compiling wyz v0.5.1
34702026-07-29T00:44:36.360Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34712026-07-29T00:44:36.360Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34722026-07-29T00:44:36.360Z[ helios-setup] Jul 29 00:44:33.649 INFO E| Compiling getopts v0.2.24
34732026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:33.669 INFO E| Compiling ahash v0.8.12
34742026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:33.700 INFO E| Compiling futures-task v0.3.31
34752026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:33.728 INFO E| Compiling slab v0.4.11
34762026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:33.736 INFO E| Compiling strsim v0.11.1
34772026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:33.736 INFO E| Compiling itoa v1.0.15
34782026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:33.814 INFO E| Compiling pin-utils v0.1.0
34792026-07-29T00:44:36.361Z[ host-package] Compiling serde_with_macros v1.5.2
34802026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:33.913 INFO E| Compiling powerfmt v0.2.0
34812026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:33.922 INFO E| Compiling bytes v1.10.1
34822026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:33.983 INFO E| Compiling toml_parser v1.0.4
34832026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:34.036 INFO E| Compiling funty v2.0.0
34842026-07-29T00:44:36.361Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34852026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:34.095 INFO E| Compiling getrandom v0.3.4
34862026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:34.110 INFO E| Compiling futures-io v0.3.31
34872026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:34.162 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
34882026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:34.291 INFO E| Compiling bitflags v2.10.0
34892026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:34.327 INFO E| Compiling num-bigint-dig v0.8.4
34902026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:34.395 INFO E| Compiling packed_struct v0.10.1
34912026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:34.409 INFO E| Compiling clap_lex v0.7.6
34922026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:34.570 INFO E| Compiling num-conv v0.1.0
34932026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:34.807 INFO E| Compiling toml_edit v0.23.7
34942026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:34.876 INFO E| Compiling heck v0.5.0
34952026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:34.941 INFO E| Compiling spin v0.9.8
34962026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:35.022 INFO E| Compiling scopeguard v1.2.0
34972026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:35.095 INFO E| Compiling thiserror v1.0.69
34982026-07-29T00:44:36.361Z[ helios-setup] Jul 29 00:44:35.128 INFO E| Compiling time-core v0.1.6
34992026-07-29T00:44:36.362Z[ helios-setup] Jul 29 00:44:35.162 INFO E| Compiling lazy_static v1.5.0
35002026-07-29T00:44:36.362Z[ helios-setup] Jul 29 00:44:35.210 INFO E| Compiling lock_api v0.4.14
35012026-07-29T00:44:36.362Z[ helios-setup] Jul 29 00:44:35.257 INFO E| Compiling bitvec v1.0.1
35022026-07-29T00:44:36.362Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35032026-07-29T00:44:36.372Z[ helios-setup] Jul 29 00:44:35.532 INFO E| Compiling time-macros v0.2.24
35042026-07-29T00:44:36.389Z[ helios-setup] Jul 29 00:44:35.565 INFO E| Compiling terminal_size v0.4.3
35052026-07-29T00:44:36.770Z[ helios-setup] Jul 29 00:44:35.655 INFO E| Compiling deranged v0.5.5
35062026-07-29T00:44:36.778Z[ helios-setup] Jul 29 00:44:35.692 INFO E| Compiling clap_builder v4.5.51
35072026-07-29T00:44:36.778Z[ helios-setup] Jul 29 00:44:35.787 INFO E| Compiling num-iter v0.1.45
35082026-07-29T00:44:36.779Z[ helios-setup] Jul 29 00:44:35.935 INFO E| Compiling indexmap v1.9.3
35092026-07-29T00:44:36.811Z[ helios-setup] Jul 29 00:44:35.982 INFO E| Compiling thiserror v2.0.17
35102026-07-29T00:44:36.814Z[ helios-setup] Jul 29 00:44:35.989 INFO E| Compiling crc-catalog v2.4.0
35112026-07-29T00:44:36.977Z[ helios-setup] Jul 29 00:44:36.125 INFO E| Compiling proc-macro-crate v3.4.0
35122026-07-29T00:44:36.983Z[ helios-setup] Jul 29 00:44:36.140 INFO E| Compiling serde_json v1.0.145
35132026-07-29T00:44:37.663Z[ helios-setup] Jul 29 00:44:36.408 INFO E| Compiling nodrop v0.1.14
35142026-07-29T00:44:37.673Z[ helios-setup] Jul 29 00:44:36.503 INFO E| Compiling log v0.4.28
35152026-07-29T00:44:37.673Z[ helios-setup] Jul 29 00:44:36.743 INFO E| Compiling iana-time-zone v0.1.64
35162026-07-29T00:44:37.673Z[ helios-setup] Jul 29 00:44:36.755 INFO E| Compiling adler2 v2.0.1
35172026-07-29T00:44:37.673Z[ helios-setup] Jul 29 00:44:36.769 INFO E| Compiling simd-adler32 v0.3.7
35182026-07-29T00:44:37.679Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35192026-07-29T00:44:37.810Z[ helios-setup] Jul 29 00:44:36.964 INFO E| Compiling once_cell v1.21.3
35202026-07-29T00:44:37.848Z[ helios-setup] Jul 29 00:44:37.025 INFO E| Compiling chrono v0.4.42
35212026-07-29T00:44:38.002Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35222026-07-29T00:44:38.011Z[ helios-setup] Jul 29 00:44:37.187 INFO E| Compiling miniz_oxide v0.8.9
35232026-07-29T00:44:38.038Z[ helios-setup] Jul 29 00:44:37.214 INFO E| Compiling env_filter v0.1.4
35242026-07-29T00:44:38.085Z[ helios-setup] Jul 29 00:44:37.261 INFO E| Compiling array-init v0.0.4
35252026-07-29T00:44:38.110Z[ helios-setup] Jul 29 00:44:37.282 INFO E| Compiling crc v3.3.0
35262026-07-29T00:44:38.118Z[ helios-setup] Jul 29 00:44:37.294 INFO E| Compiling parking_lot v0.12.5
35272026-07-29T00:44:38.125Z[ helios-setup] Jul 29 00:44:37.301 INFO E| Compiling smallvec v0.6.14
35282026-07-29T00:44:38.175Z[ host-package] Compiling git2 v0.20.4
35292026-07-29T00:44:38.692Z[ helios-setup] Jul 29 00:44:37.868 INFO E| Compiling serde_spanned v1.0.3
35302026-07-29T00:44:38.916Z[ helios-setup] Jul 29 00:44:38.092 INFO E| Compiling time v0.3.44
35312026-07-29T00:44:38.962Z[ helios-setup] Jul 29 00:44:38.136 INFO E| Compiling signature v2.2.0
35322026-07-29T00:44:39.080Z[ helios-setup] Jul 29 00:44:38.256 INFO E| Compiling signal-hook-registry v1.4.6
35332026-07-29T00:44:39.613Z[ helios-setup] Jul 29 00:44:38.789 INFO E| Compiling is-terminal v0.4.17
35342026-07-29T00:44:39.668Z[ helios-setup] Jul 29 00:44:38.844 INFO E| Compiling socket2 v0.6.1
35352026-07-29T00:44:39.671Z[ helios-setup] Jul 29 00:44:38.844 INFO E| Compiling mio v1.1.0
35362026-07-29T00:44:39.746Z[ helios-setup] Jul 29 00:44:38.920 INFO E| Compiling thread_local v1.1.9
35372026-07-29T00:44:39.823Z[ helios-setup] Jul 29 00:44:38.999 INFO E| Compiling winnow v0.5.40
35382026-07-29T00:44:39.908Z[ helios-setup] Jul 29 00:44:39.084 INFO E| Compiling term v1.2.0
35392026-07-29T00:44:39.943Z[ helios-setup] Jul 29 00:44:39.119 INFO E| Compiling serde_derive v1.0.228
35402026-07-29T00:44:40.053Z[ helios-setup] Jul 29 00:44:39.229 INFO E| Compiling zerocopy-derive v0.8.27
35412026-07-29T00:44:40.209Z[ helios-setup] Jul 29 00:44:39.385 INFO E| Compiling der_derive v0.7.3
35422026-07-29T00:44:40.446Z[ helios-setup] Jul 29 00:44:39.622 INFO E| Compiling futures-macro v0.3.31
35432026-07-29T00:44:40.458Z[ helios-setup] Jul 29 00:44:39.634 INFO E| Compiling packed_struct_codegen v0.10.1
35442026-07-29T00:44:40.568Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35452026-07-29T00:44:40.649Z[ helios-setup] Jul 29 00:44:39.824 INFO E| Compiling bitfield-macros v0.19.3
35462026-07-29T00:44:40.679Z[ helios-setup] Jul 29 00:44:39.855 INFO E| Compiling clap_derive v4.5.49
35472026-07-29T00:44:40.739Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35482026-07-29T00:44:40.791Z[ helios-setup] Jul 29 00:44:39.968 INFO E| Compiling num_enum_derive v0.7.5
35492026-07-29T00:44:40.927Z[ helios-setup] Jul 29 00:44:40.103 INFO E| Compiling zerocopy-derive v0.6.6
35502026-07-29T00:44:41.161Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35512026-07-29T00:44:41.368Z[ helios-setup] Jul 29 00:44:40.545 INFO E| Compiling thiserror-impl v1.0.69
35522026-07-29T00:44:41.399Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35532026-07-29T00:44:41.503Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35542026-07-29T00:44:42.190Z[ helios-setup] Jul 29 00:44:41.366 INFO E| Compiling futures-util v0.3.31
35552026-07-29T00:44:42.326Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35562026-07-29T00:44:42.333Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35572026-07-29T00:44:42.581Z[ helios-setup] Jul 29 00:44:41.757 INFO E| Compiling der v0.7.10
35582026-07-29T00:44:42.727Z[ helios-setup] Jul 29 00:44:41.903 INFO E| Compiling bitfield v0.19.3
35592026-07-29T00:44:42.930Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35602026-07-29T00:44:42.988Z[ helios-setup] Jul 29 00:44:42.165 INFO E| Compiling zerocopy v0.6.6
35612026-07-29T00:44:43.011Z[ helios-setup] Jul 29 00:44:42.188 INFO E| Compiling num_enum v0.7.5
35622026-07-29T00:44:43.069Z[ host-package] Compiling base64 v0.21.7
35632026-07-29T00:44:43.147Z[ host-package] Compiling void v1.0.2
35642026-07-29T00:44:43.156Z[ helios-setup] Jul 29 00:44:42.332 INFO E| Compiling thiserror-impl v2.0.17
35652026-07-29T00:44:43.174Z[ helios-setup] Jul 29 00:44:42.350 INFO E| Compiling tokio-macros v2.6.0
35662026-07-29T00:44:43.260Z[ helios-setup] Jul 29 00:44:42.437 INFO E| Compiling base64 v0.21.7
35672026-07-29T00:44:43.312Z[ helios-setup] Jul 29 00:44:42.488 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
35682026-07-29T00:44:43.470Z[ helios-setup] Jul 29 00:44:42.646 INFO E| Compiling hashbrown v0.12.3
35692026-07-29T00:44:43.518Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
35702026-07-29T00:44:43.645Z[ host-package] Compiling ron v0.8.1
35712026-07-29T00:44:43.754Z[ host-package] Compiling lzss v0.8.2
35722026-07-29T00:44:43.955Z[ helios-setup] Jul 29 00:44:43.131 INFO E| Compiling ryu v1.0.20
35732026-07-29T00:44:43.972Z[ helios-setup] Jul 29 00:44:43.148 INFO E| Compiling libdevinfo-sys v1.1.0
35742026-07-29T00:44:44.103Z[ helios-setup] Jul 29 00:44:43.279 INFO E| Compiling toml_writer v1.0.4
35752026-07-29T00:44:44.110Z[ helios-setup] Jul 29 00:44:43.286 INFO E| Compiling subtle v2.6.1
35762026-07-29T00:44:44.292Z[ helios-setup] Jul 29 00:44:43.468 INFO E| Compiling clap v4.5.51
35772026-07-29T00:44:44.322Z[ helios-setup] Jul 29 00:44:43.498 INFO E| Compiling devinfo v0.1.0
35782026-07-29T00:44:44.355Z[ helios-setup] Jul 29 00:44:43.531 INFO E| Compiling toml v0.9.8
35792026-07-29T00:44:44.401Z[ helios-setup] Jul 29 00:44:43.577 INFO E| Compiling spki v0.7.3
35802026-07-29T00:44:44.444Z[ helios-setup] Jul 29 00:44:43.620 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35812026-07-29T00:44:44.631Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35822026-07-29T00:44:44.661Z[ helios-setup] Jul 29 00:44:43.837 INFO E| Compiling bzip2 v0.4.4
35832026-07-29T00:44:44.780Z[ host-package] Compiling illumos-nvpair v0.3.0
35842026-07-29T00:44:44.811Z[ helios-setup] Jul 29 00:44:43.987 INFO E| Compiling pkcs8 v0.10.2
35852026-07-29T00:44:44.811Z[ helios-setup] Jul 29 00:44:43.987 INFO E| Compiling x509-cert v0.2.5
35862026-07-29T00:44:44.929Z[ helios-setup] Jul 29 00:44:44.105 INFO E| Compiling flate2 v1.1.5
35872026-07-29T00:44:44.936Z[ helios-setup] Jul 29 00:44:44.112 INFO E| Compiling uuid v1.18.1
35882026-07-29T00:44:44.962Z[ helios-setup] Jul 29 00:44:44.137 INFO E| Compiling tokio v1.48.0
35892026-07-29T00:44:45.158Z[ helios-setup] Jul 29 00:44:44.327 INFO E| Compiling pkcs1 v0.7.5
35902026-07-29T00:44:45.392Z[ host-package] Compiling serde_with v1.14.0
35912026-07-29T00:44:45.687Z[ helios-setup] Jul 29 00:44:44.863 INFO E| Compiling env_logger v0.11.8
35922026-07-29T00:44:45.927Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35932026-07-29T00:44:45.974Z[ helios-setup] Jul 29 00:44:45.150 INFO E| Compiling bitflags v1.3.2
35942026-07-29T00:44:46.065Z[ helios-setup] Jul 29 00:44:45.241 INFO E| Compiling crc-any v2.5.0
35952026-07-29T00:44:46.124Z[ helios-setup] Jul 29 00:44:45.300 INFO E| Compiling rustc-hash v2.1.1
35962026-07-29T00:44:46.278Z[ helios-setup] Jul 29 00:44:45.455 INFO E| Compiling foldhash v0.2.0
35972026-07-29T00:44:46.334Z[ helios-setup] Jul 29 00:44:45.509 INFO E| Compiling hex v0.4.3
35982026-07-29T00:44:46.412Z[ helios-setup] Jul 29 00:44:45.589 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
35992026-07-29T00:44:46.726Z[ helios-setup] Jul 29 00:44:45.902 INFO E| Compiling ppv-lite86 v0.2.21
36002026-07-29T00:44:46.915Z[ helios-setup] Jul 29 00:44:46.091 INFO E| Compiling erased-serde v0.3.31
36012026-07-29T00:44:46.918Z[ helios-setup] Jul 29 00:44:46.092 INFO E| Compiling toml_datetime v0.6.11
36022026-07-29T00:44:46.994Z[ helios-setup] Jul 29 00:44:46.171 INFO E| Compiling serde_spanned v0.6.9
36032026-07-29T00:44:47.228Z[ helios-setup] Jul 29 00:44:46.404 INFO E| Compiling futures-executor v0.3.31
36042026-07-29T00:44:47.322Z[ helios-setup] Jul 29 00:44:46.498 INFO E| Compiling rand_chacha v0.3.1
36052026-07-29T00:44:47.367Z[ helios-setup] Jul 29 00:44:46.544 INFO E| Compiling toml_edit v0.19.15
36062026-07-29T00:44:47.696Z[ helios-setup] Jul 29 00:44:46.872 INFO E| Compiling futures v0.3.31
36072026-07-29T00:44:47.703Z[ helios-setup] Jul 29 00:44:46.879 INFO E| Compiling hashbrown v0.13.2
36082026-07-29T00:44:47.745Z[ helios-setup] Jul 29 00:44:46.921 INFO E| Compiling serde-hex v0.1.0
36092026-07-29T00:44:47.781Z[ helios-setup] Jul 29 00:44:46.957 INFO E| Compiling ron v0.8.1
36102026-07-29T00:44:47.817Z[ helios-setup] Jul 29 00:44:46.993 INFO E| Compiling iddqd v0.3.14
36112026-07-29T00:44:48.207Z[ helios-setup] Jul 29 00:44:47.379 INFO E| Compiling rand v0.8.5
36122026-07-29T00:44:48.327Z[ helios-setup] Jul 29 00:44:47.504 INFO E| Compiling zip v0.6.6
36132026-07-29T00:44:48.429Z[ helios-setup] Jul 29 00:44:47.605 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
36142026-07-29T00:44:48.953Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
36152026-07-29T00:44:49.097Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36162026-07-29T00:44:49.275Z[ helios-setup] Jul 29 00:44:48.452 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
36172026-07-29T00:44:49.353Z[ helios-setup] Jul 29 00:44:48.530 INFO E| Compiling slog-term v2.9.2
36182026-07-29T00:44:49.367Z[ helios-setup] Jul 29 00:44:48.543 INFO E| Compiling object v0.30.4
36192026-07-29T00:44:49.367Z[ helios-setup] Jul 29 00:44:48.544 INFO E| Compiling path-slash v0.1.5
36202026-07-29T00:44:49.424Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36212026-07-29T00:44:49.663Z[ helios-setup] Jul 29 00:44:48.839 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36222026-07-29T00:44:50.452Z[ helios-setup] Jul 29 00:44:49.628 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
36232026-07-29T00:44:50.698Z[ helios-setup] Jul 29 00:44:49.874 INFO E| Compiling toml v0.7.8
36242026-07-29T00:44:52.188Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36252026-07-29T00:44:52.367Z[ helios-setup] Jul 29 00:44:51.543 INFO E| Compiling rsa v0.9.8
36262026-07-29T00:44:53.568Z[ helios-setup] Jul 29 00:44:52.744 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
36272026-07-29T00:44:53.607Z[ helios-setup] Jul 29 00:44:52.783 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
36282026-07-29T00:44:54.227Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
36292026-07-29T00:44:54.435Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36302026-07-29T00:44:56.078Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36312026-07-29T00:44:56.894Z[ host-package] Compiling tungstenite v0.23.0
36322026-07-29T00:44:57.202Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36332026-07-29T00:44:57.728Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36342026-07-29T00:44:59.326Z[ helios-setup] Jul 29 00:44:58.501 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
36352026-07-29T00:44:59.890Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36362026-07-29T00:45:00.048Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36372026-07-29T00:45:00.263Z[ host-package] Compiling nix v0.27.1
36382026-07-29T00:45:00.311Z[ host-package] Compiling twox-hash v2.1.2
36392026-07-29T00:45:00.434Z[ host-package] Compiling libsw-core v0.3.2
36402026-07-29T00:45:00.438Z[ host-package] Compiling serde_bytes v0.11.19
36412026-07-29T00:45:00.538Z[ helios-setup] Jul 29 00:44:59.714 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
36422026-07-29T00:45:00.726Z[ host-package] Compiling libsw v3.5.0
36432026-07-29T00:45:01.031Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36442026-07-29T00:45:01.062Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36452026-07-29T00:45:01.122Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36462026-07-29T00:45:02.517Z[ host-package] Compiling tokio-tungstenite v0.23.1
36472026-07-29T00:45:03.111Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36482026-07-29T00:45:03.294Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36492026-07-29T00:45:03.404Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36502026-07-29T00:45:04.724Z[ helios-setup] Jul 29 00:45:03.900 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
36512026-07-29T00:45:04.916Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36522026-07-29T00:45:04.982Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36532026-07-29T00:45:05.645Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36542026-07-29T00:45:05.802Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36552026-07-29T00:45:06.306Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36562026-07-29T00:45:06.350Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36572026-07-29T00:45:06.383Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36582026-07-29T00:45:06.439Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
36592026-07-29T00:45:06.756Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36602026-07-29T00:45:09.040Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36612026-07-29T00:45:09.115Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36622026-07-29T00:45:10.411Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36632026-07-29T00:45:13.366Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36642026-07-29T00:45:13.563Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36652026-07-29T00:45:13.658Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
36662026-07-29T00:45:14.756Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36672026-07-29T00:45:15.132Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36682026-07-29T00:45:15.235Z[ host-package] Compiling signal-hook-tokio v0.3.1
36692026-07-29T00:45:15.453Z[ host-package] Compiling fatfs v0.3.6
36702026-07-29T00:45:15.510Z[ host-package] Compiling yasna v0.5.2
36712026-07-29T00:45:15.622Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36722026-07-29T00:45:15.815Z[ host-package] Compiling is_ci v1.2.0
36732026-07-29T00:45:16.084Z[ host-package] Compiling seq-macro v0.3.6
36742026-07-29T00:45:16.666Z[ host-package] Compiling assert_matches v1.5.0
36752026-07-29T00:45:16.804Z[ host-package] Compiling rcgen v0.12.1
36762026-07-29T00:45:16.832Z[ helios-setup] Jul 29 00:45:16.008 INFO E| Finished `release` profile [optimized] target(s) in 48.64s
36772026-07-29T00:45:16.835Z[ host-package] Compiling supports-color v3.0.2
36782026-07-29T00:45:16.835Z[ helios-setup] Jul 29 00:45:16.010 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
36792026-07-29T00:45:16.835Z[ helios-setup] Jul 29 00:45:16.010 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36802026-07-29T00:45:16.865Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36812026-07-29T00:45:16.894Z[ helios-setup] Jul 29 00:45:16.069 INFO building project "pilot" ok (48 seconds)
36822026-07-29T00:45:16.894Z[ helios-setup] Jul 29 00:45:16.069 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
36832026-07-29T00:45:16.904Z[ helios-setup] Jul 29 00:45:16.080 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
36842026-07-29T00:45:16.904Z[ helios-setup] Jul 29 00:45:16.080 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
36852026-07-29T00:45:16.907Z[ helios-setup] Jul 29 00:45:16.080 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
36862026-07-29T00:45:17.024Z[ helios-setup] Jul 29 00:45:16.200 INFO E| Downloading crates ...
36872026-07-29T00:45:17.083Z[ helios-setup] Jul 29 00:45:16.259 INFO E| Downloaded anyhow v1.0.62
36882026-07-29T00:45:17.086Z[ helios-setup] Jul 29 00:45:16.261 INFO E| Downloaded typenum v1.15.0
36892026-07-29T00:45:17.090Z[ helios-setup] Jul 29 00:45:16.264 INFO E| Downloaded cpufeatures v0.2.5
36902026-07-29T00:45:17.090Z[ helios-setup] Jul 29 00:45:16.265 INFO E| Downloaded block-buffer v0.10.3
36912026-07-29T00:45:17.090Z[ helios-setup] Jul 29 00:45:16.266 INFO E| Downloaded sha2 v0.10.5
36922026-07-29T00:45:17.093Z[ helios-setup] Jul 29 00:45:16.268 INFO E| Downloaded generic-array v0.14.6
36932026-07-29T00:45:17.096Z[ helios-setup] Jul 29 00:45:16.271 INFO E| Downloaded digest v0.10.3
36942026-07-29T00:45:17.103Z[ helios-setup] Jul 29 00:45:16.279 INFO E| Downloaded bytes v1.2.1
36952026-07-29T00:45:17.106Z[ helios-setup] Jul 29 00:45:16.281 INFO E| Downloaded miniz_oxide v0.6.2
36962026-07-29T00:45:17.110Z[ helios-setup] Jul 29 00:45:16.283 INFO E| Downloaded flate2 v1.0.25
36972026-07-29T00:45:17.131Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36982026-07-29T00:45:17.153Z[ helios-setup] Jul 29 00:45:16.329 INFO E| Compiling version_check v0.9.4
36992026-07-29T00:45:17.153Z[ helios-setup] Jul 29 00:45:16.329 INFO E| Compiling typenum v1.15.0
37002026-07-29T00:45:17.156Z[ helios-setup] Jul 29 00:45:16.329 INFO E| Compiling crc32fast v1.3.2
37012026-07-29T00:45:17.156Z[ helios-setup] Jul 29 00:45:16.329 INFO E| Compiling cfg-if v1.0.0
37022026-07-29T00:45:17.156Z[ helios-setup] Jul 29 00:45:16.329 INFO E| Compiling adler v1.0.2
37032026-07-29T00:45:17.160Z[ helios-setup] Jul 29 00:45:16.337 INFO E| Compiling anyhow v1.0.62
37042026-07-29T00:45:17.164Z[ helios-setup] Jul 29 00:45:16.339 INFO E| Compiling cpufeatures v0.2.5
37052026-07-29T00:45:17.167Z[ helios-setup] Jul 29 00:45:16.339 INFO E| Compiling unicode-width v0.1.10
37062026-07-29T00:45:17.167Z[ helios-setup] Jul 29 00:45:16.340 INFO E| Compiling bytes v1.2.1
37072026-07-29T00:45:17.167Z[ helios-setup] Jul 29 00:45:16.340 INFO E| Compiling bitflags v1.3.2
37082026-07-29T00:45:17.289Z[ helios-setup] Jul 29 00:45:16.465 INFO E| Compiling miniz_oxide v0.6.2
37092026-07-29T00:45:17.299Z[ helios-setup] Jul 29 00:45:16.475 INFO E| Compiling getopts v0.2.21
37102026-07-29T00:45:17.507Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37112026-07-29T00:45:17.674Z[ helios-setup] Jul 29 00:45:16.850 INFO E| Compiling generic-array v0.14.6
37122026-07-29T00:45:17.703Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37132026-07-29T00:45:17.950Z[ helios-setup] Jul 29 00:45:17.126 INFO E| Compiling flate2 v1.0.25
37142026-07-29T00:45:18.441Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37152026-07-29T00:45:19.213Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37162026-07-29T00:45:19.396Z[ helios-setup] Jul 29 00:45:18.572 INFO E| Compiling block-buffer v0.10.3
37172026-07-29T00:45:19.396Z[ helios-setup] Jul 29 00:45:18.572 INFO E| Compiling crypto-common v0.1.6
37182026-07-29T00:45:19.514Z[ helios-setup] Jul 29 00:45:18.690 INFO E| Compiling digest v0.10.3
37192026-07-29T00:45:19.643Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37202026-07-29T00:45:19.704Z[ helios-setup] Jul 29 00:45:18.880 INFO E| Compiling sha2 v0.10.5
37212026-07-29T00:45:19.981Z[ host-package] Compiling port-file v0.1.0
37222026-07-29T00:45:19.987Z[ helios-setup] Jul 29 00:45:19.164 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
37232026-07-29T00:45:20.004Z[ host-package] Compiling subprocess v0.2.15
37242026-07-29T00:45:20.656Z[ host-package] Compiling rtoolbox v0.0.3
37252026-07-29T00:45:20.974Z[ host-package] Compiling rpassword v7.5.4
37262026-07-29T00:45:21.779Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37272026-07-29T00:45:22.292Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37282026-07-29T00:45:22.315Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37292026-07-29T00:45:22.492Z[ helios-setup] Jul 29 00:45:21.667 INFO E| Finished `release` profile [optimized] target(s) in 5.57s
37302026-07-29T00:45:22.505Z[ helios-setup] Jul 29 00:45:21.681 INFO building project "bootserver" ok (5 seconds)
37312026-07-29T00:45:22.505Z[ helios-setup] Jul 29 00:45:21.681 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
37322026-07-29T00:45:22.562Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37332026-07-29T00:45:24.173Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37342026-07-29T00:45:24.831Z[ host-package] Compiling tui-tree-widget v0.23.1
37352026-07-29T00:45:24.956Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37362026-07-29T00:45:25.142Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37372026-07-29T00:45:27.587Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37382026-07-29T00:45:27.732Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37392026-07-29T00:45:28.047Z[ host-package] Compiling uzers v0.12.2
37402026-07-29T00:45:29.248Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37412026-07-29T00:45:29.618Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37422026-07-29T00:45:30.861Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37432026-07-29T00:45:31.192Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37442026-07-29T00:45:31.802Z[ host-package] Compiling support-bundle-viewer v0.1.2
37452026-07-29T00:45:33.959Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37462026-07-29T00:45:34.261Z[ host-package] Compiling multimap v0.10.1
37472026-07-29T00:45:46.850Z[ helios-setup] Jul 29 00:45:46.025 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')"
37482026-07-29T00:45:46.850Z[ helios-setup] Jul 29 00:45:46.025 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37492026-07-29T00:45:46.859Z[ helios-setup] Jul 29 00:45:46.034 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
37502026-07-29T00:45:46.859Z[ helios-setup] Jul 29 00:45:46.034 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37512026-07-29T00:45:46.859Z[ helios-setup] Jul 29 00:45:46.034 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37522026-07-29T00:45:47.064Z[ helios-setup] Jul 29 00:45:46.240 INFO E| Downloading crates ...
37532026-07-29T00:45:47.117Z[ helios-setup] Jul 29 00:45:46.293 INFO E| Downloaded miniz_oxide v0.8.8
37542026-07-29T00:45:47.121Z[ helios-setup] Jul 29 00:45:46.295 INFO E| Downloaded adler2 v2.0.0
37552026-07-29T00:45:47.163Z[ helios-setup] Jul 29 00:45:46.339 INFO E| Compiling adler2 v2.0.0
37562026-07-29T00:45:47.263Z[ helios-setup] Jul 29 00:45:46.438 INFO E| Compiling miniz_oxide v0.8.8
37572026-07-29T00:45:48.386Z[ helios-setup] Jul 29 00:45:47.561 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
37582026-07-29T00:45:48.887Z[ helios-setup] Jul 29 00:45:48.063 INFO E| Finished `release` profile [optimized] target(s) in 2.01s
37592026-07-29T00:45:48.899Z[ helios-setup] Jul 29 00:45:48.074 INFO building project "pinprick" ok (2 seconds)
37602026-07-29T00:45:48.918Z[ helios-setup] rm -f helios-build
37612026-07-29T00:45:48.918Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37622026-07-29T00:45:48.918Z[ helios-setup]
37632026-07-29T00:45:48.918Z[ helios-setup] Setup complete! ./helios-build is now available.
37642026-07-29T00:45:48.918Z[ helios-setup]
37652026-07-29T00:45:48.918Z[ helios-setup]
37662026-07-29T00:45:48.918Z[ helios-setup] real 2:59.584815461
37672026-07-29T00:45:48.918Z[ helios-setup] user 7:06.395332188
37682026-07-29T00:45:48.918Z[ helios-setup] sys 1:19.884823027
37692026-07-29T00:45:48.918Z[ helios-setup] trap 0.578792254
37702026-07-29T00:45:48.918Z[ helios-setup] tflt 2.633534811
37712026-07-29T00:45:48.918Z[ helios-setup] dflt 7.757149732
37722026-07-29T00:45:48.919Z[ helios-setup] kflt 0.000424196
37732026-07-29T00:45:48.919Z[ helios-setup] lock 1:01:12.001619229
37742026-07-29T00:45:48.919Z[ helios-setup] slp 37:13.015330019
37752026-07-29T00:45:48.919Z[ helios-setup] lat 7:13.914514663
37762026-07-29T00:45:48.919Z[ helios-setup] stop 1:41.342846415
37772026-07-29T00:45:48.919ZJul 29 00:45:48.084 INFO [helios-setup] process exited with exit status: 0 (179.588043921s)
37782026-07-29T00:45:48.919ZJul 29 00:45:48.084 INFO [helios-record] running task
37792026-07-29T00:45:48.919ZJul 29 00:45:48.084 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37802026-07-29T00:45:48.922ZJul 29 00:45:48.097 DEBG process exited with exit status: 0 (12.87667ms)
37812026-07-29T00:45:48.922ZJul 29 00:45:48.097 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37822026-07-29T00:45:48.925ZJul 29 00:45:48.101 DEBG process exited with exit status: 0 (3.34001ms)
37832026-07-29T00:45:48.925ZJul 29 00:45:48.101 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37842026-07-29T00:45:48.929ZJul 29 00:45:48.104 DEBG process exited with exit status: 0 (3.18653ms)
37852026-07-29T00:45:48.929ZJul 29 00:45:48.104 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37862026-07-29T00:45:48.932ZJul 29 00:45:48.107 DEBG process exited with exit status: 0 (3.11943ms)
37872026-07-29T00:45:48.932ZJul 29 00:45:48.107 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37882026-07-29T00:45:48.935ZJul 29 00:45:48.110 DEBG process exited with exit status: 0 (3.12332ms)
37892026-07-29T00:45:48.935ZJul 29 00:45:48.110 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37902026-07-29T00:45:48.939ZJul 29 00:45:48.115 DEBG process exited with exit status: 0 (4.36267ms)
37912026-07-29T00:45:48.939ZJul 29 00:45:48.115 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37922026-07-29T00:45:48.942ZJul 29 00:45:48.118 DEBG process exited with exit status: 0 (3.24764ms)
37932026-07-29T00:45:48.942ZJul 29 00:45:48.118 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37942026-07-29T00:45:48.946ZJul 29 00:45:48.121 DEBG process exited with exit status: 0 (3.08571ms)
37952026-07-29T00:45:48.946ZJul 29 00:45:48.121 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37962026-07-29T00:45:48.949ZJul 29 00:45:48.124 DEBG process exited with exit status: 0 (3.03284ms)
37972026-07-29T00:45:48.950ZJul 29 00:45:48.124 INFO [helios-record] task succeeded (40.07871ms)
37982026-07-29T00:45:50.184Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37992026-07-29T00:45:51.807Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38002026-07-29T00:45:58.228Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38012026-07-29T00:45:58.394Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38022026-07-29T00:45:59.711Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38032026-07-29T00:54:10.876Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 49s
38042026-07-29T00:54:10.879Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38052026-07-29T00:54:10.879Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38062026-07-29T00:55:00.064ZJul 29 00:54:59.233 INFO [host-package] process exited with exit status: 0 (698.559274563s)
38072026-07-29T00:55:00.064ZJul 29 00:54:59.233 INFO [host-libraries] running task
38082026-07-29T00:55:00.064ZJul 29 00:54:59.233 INFO [host-stamp] running task
38092026-07-29T00:55:00.067ZJul 29 00:54:59.236 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 22.0.0-0.ci+git84e182fda79
38102026-07-29T00:55:00.067ZJul 29 00:54:59.236 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 22.0.0-0.ci+git84e182fda79
38112026-07-29T00:55:00.067ZJul 29 00:54:59.236 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 22.0.0-0.ci+git84e182fda79
38122026-07-29T00:55:00.067ZJul 29 00:54:59.236 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 22.0.0-0.ci+git84e182fda79
38132026-07-29T00:55:00.070ZJul 29 00:54:59.237 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 22.0.0-0.ci+git84e182fda79
38142026-07-29T00:55:00.070ZJul 29 00:54:59.237 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 22.0.0-0.ci+git84e182fda79
38152026-07-29T00:55:00.070ZJul 29 00:54:59.237 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 22.0.0-0.ci+git84e182fda79
38162026-07-29T00:55:00.071ZJul 29 00:54:59.237 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 22.0.0-0.ci+git84e182fda79
38172026-07-29T00:55:00.075Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38182026-07-29T00:55:00.076Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38192026-07-29T00:55:00.076Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38202026-07-29T00:55:00.079Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38212026-07-29T00:55:00.079Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38222026-07-29T00:55:00.079Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38232026-07-29T00:55:00.079Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38242026-07-29T00:55:00.079Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38252026-07-29T00:55:00.079Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38262026-07-29T00:55:00.082ZJul 29 00:54:59.249 INFO [stamp-overlay] process exited with exit status: 0 (13.93559ms)
38272026-07-29T00:55:00.085Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38282026-07-29T00:55:00.088ZJul 29 00:54:59.257 INFO [stamp-oxlog] process exited with exit status: 0 (20.5053ms)
38292026-07-29T00:55:00.110Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38302026-07-29T00:55:00.114ZJul 29 00:54:59.282 INFO [stamp-crucible-utils] process exited with exit status: 0 (45.26803ms)
38312026-07-29T00:55:00.124Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38322026-07-29T00:55:00.127ZJul 29 00:54:59.297 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (59.49834ms)
38332026-07-29T00:55:00.234Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38342026-07-29T00:55:00.237ZJul 29 00:54:59.407 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (171.04476ms)
38352026-07-29T00:55:00.531Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38362026-07-29T00:55:00.534ZJul 29 00:54:59.704 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (466.146259ms)
38372026-07-29T00:55:00.599Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38382026-07-29T00:55:00.602ZJul 29 00:54:59.771 INFO [stamp-propolis-server] process exited with exit status: 0 (534.968519ms)
38392026-07-29T00:55:01.759ZJul 29 00:55:00.927 INFO [host-libraries] task succeeded (1.694150856s)
38402026-07-29T00:55:01.762ZJul 29 00:55:00.927 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38412026-07-29T00:55:01.766Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38422026-07-29T00:55:02.730Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38432026-07-29T00:55:03.580Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38442026-07-29T00:55:07.300Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38452026-07-29T00:55:07.304ZJul 29 00:55:06.473 INFO [stamp-switch-asic] process exited with exit status: 0 (7.235599995s)
38462026-07-29T00:55:07.304ZJul 29 00:55:06.473 INFO [host-stamp] task succeeded (7.239803745s)
38472026-07-29T00:55:07.304ZJul 29 00:55:06.473 INFO [host-proto] running task
38482026-07-29T00:55:07.820ZJul 29 00:55:06.989 INFO [host-proto] task succeeded (516.129609ms)
38492026-07-29T00:55:07.820ZJul 29 00:55:06.989 INFO [host-profile] running task
38502026-07-29T00:55:07.823ZJul 29 00:55:06.989 INFO [host-profile] task succeeded (240.07µs)
38512026-07-29T00:55:07.823ZJul 29 00:55:06.989 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/.tmpv7Qs9L/proto/host/root -N 'ci 84e182f/${os_short_commit} 2026-07-29 00:42' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38522026-07-29T00:55:07.827Z[ host-image] Jul 29 00:55:06.996 INFO Checking files for board 'cosmo'
38532026-07-29T00:55:07.827Z[ host-image] Jul 29 00:55:06.996 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38542026-07-29T00:55:07.827Z[ host-image] Jul 29 00:55:06.996 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38552026-07-29T00:55:07.830Z[ host-image] Jul 29 00:55:06.996 INFO Checking files for board 'gimlet'
38562026-07-29T00:55:07.830Z[ host-image] Jul 29 00:55:06.996 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38572026-07-29T00:55:07.830Z[ host-image] Jul 29 00:55:06.996 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38582026-07-29T00:55:07.830Z[ host-image] Jul 29 00:55:06.996 INFO Checking files for board 'cosmo-mbist'
38592026-07-29T00:55:07.830Z[ host-image] Jul 29 00:55:06.996 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38602026-07-29T00:55:07.830Z[ host-image] Jul 29 00:55:06.996 INFO Checking files for board 'cosmo-mbist-noaggr'
38612026-07-29T00:55:07.830Z[ host-image] Jul 29 00:55:06.996 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38622026-07-29T00:55:07.835Z[ host-image] Jul 29 00:55:07.005 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpv7Qs9L/proto/host/root"
38632026-07-29T00:55:07.835Z[ host-image] Jul 29 00:55:07.005 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38642026-07-29T00:55:07.838Z[ host-image] Jul 29 00:55:07.005 INFO image builder template: ramdisk-01-os...
38652026-07-29T00:55:07.838Z[ host-image] Jul 29 00:55:07.005 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/.tmpv7Qs9L/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38662026-07-29T00:55:07.849Z[ host-image] Jul 29 00:55:07.018 INFO O| Jul 29 00:55:07.018 INFO CREATE DATASET: rpool/images/build/host/output
38672026-07-29T00:55:09.473Z[ host-image] Jul 29 00:55:08.642 INFO O| Jul 29 00:55:08.642 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38682026-07-29T00:55:09.476Z[ host-image] Jul 29 00:55:08.645 INFO O| Jul 29 00:55:08.645 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38692026-07-29T00:55:09.787Z[ host-image] Jul 29 00:55:08.956 INFO O| Jul 29 00:55:08.956 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38702026-07-29T00:55:09.833Z[ host-image] Jul 29 00:55:09.001 INFO O| Jul 29 00:55:09.001 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38712026-07-29T00:55:09.833Z[ host-image] Jul 29 00:55:09.002 INFO O| Jul 29 00:55:09.002 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38722026-07-29T00:55:09.836Z[ host-image] Jul 29 00:55:09.002 INFO O| Jul 29 00:55:09.002 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38732026-07-29T00:55:09.836Z[ host-image] Jul 29 00:55:09.002 INFO O| Jul 29 00:55:09.002 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38742026-07-29T00:55:09.839Z[ host-image] Jul 29 00:55:09.008 INFO O| Jul 29 00:55:09.008 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38752026-07-29T00:55:10.063Z[ host-image] Jul 29 00:55:09.232 INFO O| Jul 29 00:55:09.232 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38762026-07-29T00:55:10.071Z[ host-image] Jul 29 00:55:09.240 INFO O| Jul 29 00:55:09.240 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38772026-07-29T00:55:10.344Z[ host-image] Jul 29 00:55:09.513 INFO O| Jul 29 00:55:09.513 INFO O| Caching catalogs ... Done
38782026-07-29T00:55:10.410Z[ host-image] Jul 29 00:55:09.579 INFO O| Jul 29 00:55:09.579 INFO STEP 0 (pkg_image_create) COMPLETE
38792026-07-29T00:55:10.410Z[ host-image] Jul 29 00:55:09.579 INFO O| Jul 29 00:55:09.579 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38802026-07-29T00:55:10.417Z[ host-image] Jul 29 00:55:09.586 INFO O| Jul 29 00:55:09.586 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"]
38812026-07-29T00:55:10.660Z[ host-image] Jul 29 00:55:09.829 INFO O| Jul 29 00:55:09.828 INFO STEP 1 (pkg_set_publisher) COMPLETE
38822026-07-29T00:55:10.660Z[ host-image] Jul 29 00:55:09.829 INFO O| Jul 29 00:55:09.828 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38832026-07-29T00:55:10.660Z[ host-image] Jul 29 00:55:09.829 INFO O| Jul 29 00:55:09.829 INFO skip step because feature "publisher_1_name" is not enabled
38842026-07-29T00:55:10.664Z[ host-image] Jul 29 00:55:09.829 INFO O| Jul 29 00:55:09.829 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38852026-07-29T00:55:10.664Z[ host-image] Jul 29 00:55:09.829 INFO O| Jul 29 00:55:09.829 INFO skip step because feature "publisher_2_name" is not enabled
38862026-07-29T00:55:10.664Z[ host-image] Jul 29 00:55:09.829 INFO O| Jul 29 00:55:09.829 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38872026-07-29T00:55:10.664Z[ host-image] Jul 29 00:55:09.829 INFO O| Jul 29 00:55:09.829 INFO skip step because feature "publisher_3_name" is not enabled
38882026-07-29T00:55:10.664Z[ host-image] Jul 29 00:55:09.829 INFO O| Jul 29 00:55:09.829 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38892026-07-29T00:55:10.905Z[ host-image] Jul 29 00:55:10.072 INFO O| Jul 29 00:55:10.072 INFO variant opensolaris.zone is already global
38902026-07-29T00:55:10.906Z[ host-image] Jul 29 00:55:10.072 INFO O| Jul 29 00:55:10.072 INFO STEP 5 (pkg_change_variant) COMPLETE
38912026-07-29T00:55:10.910Z[ host-image] Jul 29 00:55:10.072 INFO O| Jul 29 00:55:10.072 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38922026-07-29T00:55:11.179Z[ host-image] Jul 29 00:55:10.348 INFO O| Jul 29 00:55:10.348 INFO variant opensolaris.imagetype is full; changing to partial
38932026-07-29T00:55:11.180Z[ host-image] Jul 29 00:55:10.348 INFO O| Jul 29 00:55:10.348 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38942026-07-29T00:55:12.359Z[ host-image] Jul 29 00:55:11.528 INFO O| Jul 29 00:55:11.528 INFO O| Startup: Refreshing catalog 'helios' ... Done
38952026-07-29T00:55:12.641Z[ host-image] Jul 29 00:55:11.810 INFO O| Jul 29 00:55:11.810 INFO O| Startup: Caching catalogs ... Done
38962026-07-29T00:55:12.651Z[ host-image] Jul 29 00:55:11.820 INFO O| Jul 29 00:55:11.820 INFO O| Planning: Planning completed in 0.00 seconds
38972026-07-29T00:55:12.655Z[ host-image] Jul 29 00:55:11.821 INFO O| Jul 29 00:55:11.821 INFO O| Planning: Consolidating action changes ... Done
38982026-07-29T00:55:12.655Z[ host-image] Jul 29 00:55:11.821 INFO O| Jul 29 00:55:11.821 INFO O| Planning: Evaluating mediators ... Done
38992026-07-29T00:55:12.655Z[ host-image] Jul 29 00:55:11.821 INFO O| Jul 29 00:55:11.821 INFO O| Planning: Planning completed in 0.00 seconds
39002026-07-29T00:55:12.655Z[ host-image] Jul 29 00:55:11.821 INFO O| Jul 29 00:55:11.821 INFO O| Variants/Facets to change: 1
39012026-07-29T00:55:12.661Z[ host-image] Jul 29 00:55:11.830 INFO O| Jul 29 00:55:11.830 INFO O| Finalize: Updating package state database ... Done
39022026-07-29T00:55:12.661Z[ host-image] Jul 29 00:55:11.830 INFO O| Jul 29 00:55:11.830 INFO O| Finalize: Updating package cache ... Done
39032026-07-29T00:55:12.704Z[ host-image] Jul 29 00:55:11.873 INFO O| Jul 29 00:55:11.873 INFO O| Finalize: Updating image state ... Done
39042026-07-29T00:55:12.712Z[ host-image] Jul 29 00:55:11.881 INFO O| Jul 29 00:55:11.881 INFO O| Finalize: Creating fast lookup database ... Done
39052026-07-29T00:55:12.716Z[ host-image] Jul 29 00:55:11.882 INFO O| Jul 29 00:55:11.882 INFO O| Finalize: Reading search index ... Done
39062026-07-29T00:55:12.716Z[ host-image] Jul 29 00:55:11.882 INFO O| Jul 29 00:55:11.882 INFO O| Finalize: Updating search index ... Done
39072026-07-29T00:55:12.716Z[ host-image] Jul 29 00:55:11.883 INFO O| Jul 29 00:55:11.883 INFO O| Finalize: Updating package cache ... Done
39082026-07-29T00:55:12.850Z[ host-image] Jul 29 00:55:12.019 INFO O| Jul 29 00:55:12.019 INFO STEP 6 (pkg_change_variant) COMPLETE
39092026-07-29T00:55:12.851Z[ host-image] Jul 29 00:55:12.019 INFO O| Jul 29 00:55:12.019 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39102026-07-29T00:55:12.851Z[ host-image] Jul 29 00:55:12.019 INFO O| Jul 29 00:55:12.019 INFO skip step because feature "debug_variant" is not enabled
39112026-07-29T00:55:12.851Z[ host-image] Jul 29 00:55:12.019 INFO O| Jul 29 00:55:12.019 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39122026-07-29T00:55:13.090Z[ host-image] Jul 29 00:55:12.259 INFO O| Jul 29 00:55:12.259 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39132026-07-29T00:55:14.180Z[ host-image] Jul 29 00:55:13.349 INFO O| Jul 29 00:55:13.349 INFO O| Startup: Refreshing catalog 'helios' ... Done
39142026-07-29T00:55:14.458Z[ host-image] Jul 29 00:55:13.625 INFO O| Jul 29 00:55:13.625 INFO O| Startup: Caching catalogs ... Done
39152026-07-29T00:55:14.468Z[ host-image] Jul 29 00:55:13.635 INFO O| Jul 29 00:55:13.635 INFO O| Planning: Planning completed in 0.00 seconds
39162026-07-29T00:55:14.472Z[ host-image] Jul 29 00:55:13.635 INFO O| Jul 29 00:55:13.635 INFO O| Planning: Consolidating action changes ... Done
39172026-07-29T00:55:14.472Z[ host-image] Jul 29 00:55:13.635 INFO O| Jul 29 00:55:13.635 INFO O| Planning: Evaluating mediators ... Done
39182026-07-29T00:55:14.472Z[ host-image] Jul 29 00:55:13.635 INFO O| Jul 29 00:55:13.635 INFO O| Planning: Planning completed in 0.00 seconds
39192026-07-29T00:55:14.472Z[ host-image] Jul 29 00:55:13.636 INFO O| Jul 29 00:55:13.636 INFO O| Variants/Facets to change: 1
39202026-07-29T00:55:14.475Z[ host-image] Jul 29 00:55:13.644 INFO O| Jul 29 00:55:13.644 INFO O| Finalize: Updating package state database ... Done
39212026-07-29T00:55:14.475Z[ host-image] Jul 29 00:55:13.644 INFO O| Jul 29 00:55:13.644 INFO O| Finalize: Updating package cache ... Done
39222026-07-29T00:55:14.517Z[ host-image] Jul 29 00:55:13.686 INFO O| Jul 29 00:55:13.686 INFO O| Finalize: Updating image state ... Done
39232026-07-29T00:55:14.523Z[ host-image] Jul 29 00:55:13.692 INFO O| Jul 29 00:55:13.692 INFO O| Finalize: Creating fast lookup database ... Done
39242026-07-29T00:55:14.526Z[ host-image] Jul 29 00:55:13.692 INFO O| Jul 29 00:55:13.692 INFO O| Finalize: Reading search index ... Done
39252026-07-29T00:55:14.526Z[ host-image] Jul 29 00:55:13.692 INFO O| Jul 29 00:55:13.692 INFO O| Finalize: Updating search index ... Done
39262026-07-29T00:55:14.526Z[ host-image] Jul 29 00:55:13.693 INFO O| Jul 29 00:55:13.693 INFO O| Finalize: Updating package cache ... Done
39272026-07-29T00:55:14.664Z[ host-image] Jul 29 00:55:13.833 INFO O| Jul 29 00:55:13.833 INFO STEP 8 (pkg_change_facet) COMPLETE
39282026-07-29T00:55:14.664Z[ host-image] Jul 29 00:55:13.833 INFO O| Jul 29 00:55:13.833 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39292026-07-29T00:55:14.664Z[ host-image] Jul 29 00:55:13.833 INFO O| Jul 29 00:55:13.833 INFO skip step because feature "recovery" is not enabled
39302026-07-29T00:55:14.667Z[ host-image] Jul 29 00:55:13.833 INFO O| Jul 29 00:55:13.833 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39312026-07-29T00:55:14.667Z[ host-image] Jul 29 00:55:13.833 INFO O| Jul 29 00:55:13.833 INFO skip step because feature "recovery" is not enabled
39322026-07-29T00:55:14.668Z[ host-image] Jul 29 00:55:13.833 INFO O| Jul 29 00:55:13.833 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39332026-07-29T00:55:14.673Z[ host-image] Jul 29 00:55:13.842 INFO O| Jul 29 00:55:13.841 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@22.0.0.0"]
39342026-07-29T00:55:15.346Z[recovery-package] Finished `release` profile [optimized] target(s) in 13.45s
39352026-07-29T00:55:15.780Z[ host-image] Jul 29 00:55:14.949 INFO O| Jul 29 00:55:14.949 INFO O| Startup: Refreshing catalog 'helios' ... Done
39362026-07-29T00:55:16.061Z[ host-image] Jul 29 00:55:15.228 INFO O| Jul 29 00:55:15.228 INFO O| Startup: Caching catalogs ... Done
39372026-07-29T00:55:16.757ZJul 29 00:55:15.926 INFO [recovery-package] process exited with exit status: 0 (14.99828166s)
39382026-07-29T00:55:16.757ZJul 29 00:55:15.926 INFO [recovery-libraries] running task
39392026-07-29T00:55:16.757ZJul 29 00:55:15.926 INFO [recovery-stamp] running task
39402026-07-29T00:55:16.760ZJul 29 00:55:15.926 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 22.0.0-0.ci+git84e182fda79
39412026-07-29T00:55:16.760ZJul 29 00:55:15.926 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 22.0.0-0.ci+git84e182fda79
39422026-07-29T00:55:16.764Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39432026-07-29T00:55:16.767Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39442026-07-29T00:55:16.824ZJul 29 00:55:15.993 INFO [recovery-libraries] task succeeded (67.00826ms)
39452026-07-29T00:55:16.828ZJul 29 00:55:15.993 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39462026-07-29T00:55:16.879Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39472026-07-29T00:55:16.883ZJul 29 00:55:16.052 INFO [stamp-installinator] process exited with exit status: 0 (125.33722ms)
39482026-07-29T00:55:16.930Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39492026-07-29T00:55:16.934ZJul 29 00:55:16.103 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (176.57794ms)
39502026-07-29T00:55:16.934ZJul 29 00:55:16.103 INFO [recovery-stamp] task succeeded (177.02606ms)
39512026-07-29T00:55:16.934ZJul 29 00:55:16.103 INFO [recovery-proto] running task
39522026-07-29T00:55:16.934ZJul 29 00:55:16.103 INFO [tuf-stamp] running task
39532026-07-29T00:55:16.937ZJul 29 00:55:16.103 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 22.0.0-0.ci+git84e182fda79
39542026-07-29T00:55:16.937ZJul 29 00:55:16.104 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 22.0.0-0.ci+git84e182fda79
39552026-07-29T00:55:16.937ZJul 29 00:55:16.104 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 22.0.0-0.ci+git84e182fda79
39562026-07-29T00:55:16.937ZJul 29 00:55:16.104 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 22.0.0-0.ci+git84e182fda79
39572026-07-29T00:55:16.937ZJul 29 00:55:16.105 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 22.0.0-0.ci+git84e182fda79
39582026-07-29T00:55:16.937ZJul 29 00:55:16.105 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 22.0.0-0.ci+git84e182fda79
39592026-07-29T00:55:16.937ZJul 29 00:55:16.105 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 22.0.0-0.ci+git84e182fda79
39602026-07-29T00:55:16.937ZJul 29 00:55:16.106 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 22.0.0-0.ci+git84e182fda79
39612026-07-29T00:55:16.937ZJul 29 00:55:16.106 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 22.0.0-0.ci+git84e182fda79
39622026-07-29T00:55:16.940ZJul 29 00:55:16.106 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 22.0.0-0.ci+git84e182fda79
39632026-07-29T00:55:16.940ZJul 29 00:55:16.106 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 22.0.0-0.ci+git84e182fda79
39642026-07-29T00:55:16.940ZJul 29 00:55:16.107 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 22.0.0-0.ci+git84e182fda79
39652026-07-29T00:55:16.943Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39662026-07-29T00:55:16.943Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39672026-07-29T00:55:16.943Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39682026-07-29T00:55:16.948Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39692026-07-29T00:55:16.948Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39702026-07-29T00:55:16.948Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39712026-07-29T00:55:16.948Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39722026-07-29T00:55:16.948Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39732026-07-29T00:55:16.948Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39742026-07-29T00:55:16.948Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39752026-07-29T00:55:16.948Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39762026-07-29T00:55:16.948Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39772026-07-29T00:55:16.992Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39782026-07-29T00:55:16.996ZJul 29 00:55:16.165 INFO [stamp-probe] process exited with exit status: 0 (58.239ms)
39792026-07-29T00:55:17.056ZJul 29 00:55:16.225 INFO [recovery-proto] task succeeded (122.09353ms)
39802026-07-29T00:55:17.059ZJul 29 00:55:16.225 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/.tmpv7Qs9L/proto/recovery/root -N 'recovery 84e182f/${os_short_commit} 2026-07-29 00:42' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
39812026-07-29T00:55:17.063Z[ recovery-image] Jul 29 00:55:16.232 INFO Checking files for board 'gimlet'
39822026-07-29T00:55:17.063Z[ recovery-image] Jul 29 00:55:16.232 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39832026-07-29T00:55:17.066Z[ recovery-image] Jul 29 00:55:16.232 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39842026-07-29T00:55:17.066Z[ recovery-image] Jul 29 00:55:16.232 INFO Checking files for board 'cosmo'
39852026-07-29T00:55:17.066Z[ recovery-image] Jul 29 00:55:16.232 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39862026-07-29T00:55:17.066Z[ recovery-image] Jul 29 00:55:16.232 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39872026-07-29T00:55:17.066Z[ recovery-image] Jul 29 00:55:16.232 INFO Checking files for board 'cosmo-mbist'
39882026-07-29T00:55:17.066Z[ recovery-image] Jul 29 00:55:16.232 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39892026-07-29T00:55:17.066Z[ recovery-image] Jul 29 00:55:16.232 INFO Checking files for board 'cosmo-mbist-noaggr'
39902026-07-29T00:55:17.066Z[ recovery-image] Jul 29 00:55:16.232 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39912026-07-29T00:55:17.073Z[ recovery-image] Jul 29 00:55:16.242 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpv7Qs9L/proto/recovery/root"
39922026-07-29T00:55:17.073Z[ recovery-image] Jul 29 00:55:16.242 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39932026-07-29T00:55:17.073Z[ recovery-image] Jul 29 00:55:16.242 INFO image builder template: ramdisk-01-os...
39942026-07-29T00:55:17.076Z[ recovery-image] Jul 29 00:55:16.242 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/.tmpv7Qs9L/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@22.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39952026-07-29T00:55:17.088Z[ recovery-image] Jul 29 00:55:16.258 INFO O| Jul 29 00:55:16.257 INFO CREATE DATASET: rpool/images/build/recovery/output
39962026-07-29T00:55:17.403Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
39972026-07-29T00:55:17.415Z[ host-image] Jul 29 00:55:16.584 INFO O| Jul 29 00:55:16.584 INFO O| Planning: Solver setup ... Done
39982026-07-29T00:55:17.430Z[verify-libraries] Running `target/debug/xtask verify-libraries`
39992026-07-29T00:55:17.485Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40002026-07-29T00:55:17.488ZJul 29 00:55:16.658 INFO [stamp-ntp] process exited with exit status: 0 (553.731519ms)
40012026-07-29T00:55:17.500Z[ host-image] Jul 29 00:55:16.669 INFO O| Jul 29 00:55:16.669 INFO O| Planning: Running solver ... Done
40022026-07-29T00:55:17.506Z[ recovery-image] Jul 29 00:55:16.675 INFO O| Jul 29 00:55:16.675 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40032026-07-29T00:55:17.510Z[ recovery-image] Jul 29 00:55:16.679 INFO O| Jul 29 00:55:16.679 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40042026-07-29T00:55:17.533Z[ host-image] Jul 29 00:55:16.702 INFO O| Jul 29 00:55:16.702 INFO O| Planning: Finding local manifests ... Done
40052026-07-29T00:55:17.553Z[ host-image] Jul 29 00:55:16.722 INFO O| Jul 29 00:55:16.722 INFO O| Planning: Fetching manifests: 0/130 0% complete
40062026-07-29T00:55:17.576Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40072026-07-29T00:55:17.579ZJul 29 00:55:16.748 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (643.849529ms)
40082026-07-29T00:55:17.702Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40092026-07-29T00:55:17.706ZJul 29 00:55:16.874 INFO [stamp-internal-dns] process exited with exit status: 0 (768.318588ms)
40102026-07-29T00:55:17.733Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40112026-07-29T00:55:17.736ZJul 29 00:55:16.905 INFO [stamp-external-dns] process exited with exit status: 0 (801.285518ms)
40122026-07-29T00:55:17.797Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40132026-07-29T00:55:17.803ZJul 29 00:55:16.972 INFO [stamp-crucible-zone] process exited with exit status: 0 (867.147338ms)
40142026-07-29T00:55:17.906Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40152026-07-29T00:55:17.909ZJul 29 00:55:17.078 INFO [stamp-oximeter] process exited with exit status: 0 (973.855118ms)
40162026-07-29T00:55:18.517Z[ recovery-image] Jul 29 00:55:17.685 INFO O| Jul 29 00:55:17.685 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40172026-07-29T00:55:19.133Z[ host-image] Jul 29 00:55:18.302 INFO O| Jul 29 00:55:18.302 INFO O| Planning: Fetching manifests: 130/130 100% complete
40182026-07-29T00:55:19.243Z[ recovery-image] Jul 29 00:55:18.412 INFO O| Jul 29 00:55:18.412 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40192026-07-29T00:55:19.243Z[ recovery-image] Jul 29 00:55:18.412 INFO O| Jul 29 00:55:18.412 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40202026-07-29T00:55:19.246Z[ recovery-image] Jul 29 00:55:18.412 INFO O| Jul 29 00:55:18.412 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40212026-07-29T00:55:19.246Z[ recovery-image] Jul 29 00:55:18.412 INFO O| Jul 29 00:55:18.412 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40222026-07-29T00:55:19.249Z[ recovery-image] Jul 29 00:55:18.417 INFO O| Jul 29 00:55:18.417 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40232026-07-29T00:55:19.479Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40242026-07-29T00:55:19.483ZJul 29 00:55:18.652 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.545270015s)
40252026-07-29T00:55:19.612Z[ host-image] Jul 29 00:55:18.781 INFO O| Jul 29 00:55:18.780 INFO O| Planning: Package planning ... Done
40262026-07-29T00:55:19.923Z[ host-image] Jul 29 00:55:19.091 INFO O| Jul 29 00:55:19.091 INFO O| Planning: Merging actions ... Done
40272026-07-29T00:55:20.029Z[ host-image] Jul 29 00:55:19.197 INFO O| Jul 29 00:55:19.197 INFO O| Planning: Checking for conflicting actions ... Done
40282026-07-29T00:55:20.132Z[ host-image] Jul 29 00:55:19.300 INFO O| Jul 29 00:55:19.300 INFO O| Planning: Consolidating action changes ... Done
40292026-07-29T00:55:20.432Z[ host-image] Jul 29 00:55:19.601 INFO O| Jul 29 00:55:19.601 INFO O| Planning: Evaluating mediators ... Done
40302026-07-29T00:55:21.499Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40312026-07-29T00:55:21.502ZJul 29 00:55:20.671 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.565094381s)
40322026-07-29T00:55:21.589Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40332026-07-29T00:55:21.592ZJul 29 00:55:20.761 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.654980001s)
40342026-07-29T00:55:21.685Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40352026-07-29T00:55:21.688ZJul 29 00:55:20.857 INFO [stamp-clickhouse] process exited with exit status: 0 (4.7517965s)
40362026-07-29T00:55:21.815Z[ host-image] Jul 29 00:55:20.984 INFO O| Jul 29 00:55:20.984 INFO O| Planning: Planning completed in 5.75 seconds
40372026-07-29T00:55:21.818Z[ host-image] Jul 29 00:55:20.986 INFO O| Jul 29 00:55:20.986 INFO O| Packages to install: 130
40382026-07-29T00:55:21.818Z[ host-image] Jul 29 00:55:20.986 INFO O| Jul 29 00:55:20.986 INFO O| Mediators to change: 5
40392026-07-29T00:55:21.818Z[ host-image] Jul 29 00:55:20.986 INFO O| Jul 29 00:55:20.986 INFO O| Services to change: 6
40402026-07-29T00:55:21.844Z[ host-image] Jul 29 00:55:21.012 INFO O| Jul 29 00:55:21.012 INFO O| Download: 0/23885 items 0.0/222.8MB 0% complete
40412026-07-29T00:55:21.920Z[verify-libraries] Compiling match_cfg v0.1.0
40422026-07-29T00:55:21.920Z[verify-libraries] Compiling slog-json v2.6.1
40432026-07-29T00:55:21.920Z[verify-libraries] Compiling debug-ignore v1.0.5
40442026-07-29T00:55:21.923Z[verify-libraries] Compiling progenitor-client v0.14.0
40452026-07-29T00:55:21.924Z[verify-libraries] Compiling structmeta-derive v0.3.0
40462026-07-29T00:55:21.924Z[verify-libraries] Compiling sha1 v0.11.0
40472026-07-29T00:55:21.924Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40482026-07-29T00:55:21.924Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40492026-07-29T00:55:22.248Z[verify-libraries] Compiling multer v3.1.0
40502026-07-29T00:55:22.249Z[verify-libraries] Compiling compression-core v0.4.31
40512026-07-29T00:55:22.252Z[verify-libraries] Compiling async-stream-impl v0.3.6
40522026-07-29T00:55:22.252Z[verify-libraries] Compiling serde_spanned v1.1.1
40532026-07-29T00:55:22.307Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40542026-07-29T00:55:22.311ZJul 29 00:55:21.480 INFO [stamp-nexus] process exited with exit status: 0 (5.377218069s)
40552026-07-29T00:55:22.311ZJul 29 00:55:21.480 INFO [tuf-stamp] task succeeded (5.377588699s)
40562026-07-29T00:55:22.311ZJul 29 00:55:21.480 INFO [tuf-v2-zones] running task
40572026-07-29T00:55:22.325Z[verify-libraries] Compiling hostname v0.3.1
40582026-07-29T00:55:22.325Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40592026-07-29T00:55:22.328Z[verify-libraries] Compiling dropshot v0.17.1
40602026-07-29T00:55:22.388Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40612026-07-29T00:55:22.410Z[verify-libraries] Compiling waitgroup v0.1.2
40622026-07-29T00:55:22.410Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40632026-07-29T00:55:22.455Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40642026-07-29T00:55:22.489Z[verify-libraries] Compiling slog-bunyan v2.5.0
40652026-07-29T00:55:22.503ZJul 29 00:55:21.672 INFO [tuf-v2-zones] task succeeded (191.3451ms)
40662026-07-29T00:55:22.515Z[verify-libraries] Compiling compression-codecs v0.4.37
40672026-07-29T00:55:22.515Z[verify-libraries] Compiling hostname v0.4.2
40682026-07-29T00:55:22.518Z[verify-libraries] Compiling itertools v0.14.0
40692026-07-29T00:55:22.597Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
40702026-07-29T00:55:22.600Z[verify-libraries] Compiling atomicwrites v0.4.4
40712026-07-29T00:55:22.600Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
40722026-07-29T00:55:22.679Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40732026-07-29T00:55:22.680Z[verify-libraries] Compiling macaddr v1.0.1
40742026-07-29T00:55:22.680Z[verify-libraries] Compiling regress v0.10.5
40752026-07-29T00:55:22.760Z[verify-libraries] Compiling async-compression v0.4.41
40762026-07-29T00:55:22.763Z[verify-libraries] Compiling instant v0.1.13
40772026-07-29T00:55:22.763Z[verify-libraries] Compiling backon v1.6.0
40782026-07-29T00:55:22.866Z[verify-libraries] Compiling humantime v2.3.0
40792026-07-29T00:55:22.892Z[verify-libraries] Compiling backoff v0.4.0
40802026-07-29T00:55:22.896Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40812026-07-29T00:55:22.941Z[verify-libraries] Compiling convert_case v0.4.0
40822026-07-29T00:55:22.979Z[verify-libraries] Compiling half v2.7.1
40832026-07-29T00:55:23.021Z[verify-libraries] Compiling async-stream v0.3.6
40842026-07-29T00:55:23.094Z[verify-libraries] Compiling progenitor-extras v0.2.0
40852026-07-29T00:55:23.132Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
40862026-07-29T00:55:23.180Z[verify-libraries] Compiling indent_write v2.2.0
40872026-07-29T00:55:23.211Z[verify-libraries] Compiling ciborium-io v0.2.2
40882026-07-29T00:55:23.232Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
40892026-07-29T00:55:23.235Z[verify-libraries] Compiling regress v0.11.1
40902026-07-29T00:55:23.273Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40912026-07-29T00:55:23.299Z[verify-libraries] Compiling secrecy v0.10.3
40922026-07-29T00:55:23.341Z[verify-libraries] Compiling ciborium-ll v0.2.2
40932026-07-29T00:55:23.362Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
40942026-07-29T00:55:23.366Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
40952026-07-29T00:55:23.408Z[verify-libraries] Compiling structmeta v0.3.0
40962026-07-29T00:55:23.409Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
40972026-07-29T00:55:23.451Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
40982026-07-29T00:55:23.454Z[verify-libraries] Compiling derive_more v0.99.20
40992026-07-29T00:55:23.514Z[verify-libraries] Compiling inout v0.1.4
41002026-07-29T00:55:23.539Z[verify-libraries] Compiling ciborium v0.2.2
41012026-07-29T00:55:23.622Z[verify-libraries] Compiling universal-hash v0.5.1
41022026-07-29T00:55:23.681Z[verify-libraries] Compiling derive-ex v0.1.8
41032026-07-29T00:55:23.712Z[verify-libraries] Compiling parse-display-derive v0.10.0
41042026-07-29T00:55:23.748Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
41052026-07-29T00:55:23.781Z[verify-libraries] Compiling cipher v0.4.4
41062026-07-29T00:55:23.811Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41072026-07-29T00:55:23.849Z[verify-libraries] Compiling opaque-debug v0.3.1
41082026-07-29T00:55:23.885Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41092026-07-29T00:55:23.957Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41102026-07-29T00:55:23.978Z[verify-libraries] Compiling poly1305 v0.8.0
41112026-07-29T00:55:24.002Z[verify-libraries] Compiling blake2 v0.10.6
41122026-07-29T00:55:24.040Z[verify-libraries] Compiling chacha20 v0.9.1
41132026-07-29T00:55:24.114Z[verify-libraries] Compiling aead v0.5.2
41142026-07-29T00:55:24.180Z[verify-libraries] Compiling password-hash v0.5.0
41152026-07-29T00:55:24.226Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41162026-07-29T00:55:24.378Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41172026-07-29T00:55:24.403Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41182026-07-29T00:55:24.472Z[verify-libraries] Compiling rayon-core v1.13.0
41192026-07-29T00:55:24.519Z[verify-libraries] Compiling argon2 v0.5.3
41202026-07-29T00:55:24.619Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41212026-07-29T00:55:24.684Z[verify-libraries] Compiling glob v0.3.3
41222026-07-29T00:55:24.708Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41232026-07-29T00:55:24.842Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41242026-07-29T00:55:24.925Z[verify-libraries] Compiling usdt-macro v0.5.0
41252026-07-29T00:55:25.175Z[verify-libraries] Compiling typify-impl v0.6.2
41262026-07-29T00:55:25.204Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41272026-07-29T00:55:25.207Z[ recovery-image] Jul 29 00:55:24.373 INFO O| Jul 29 00:55:24.373 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41282026-07-29T00:55:25.219Z[ recovery-image] Jul 29 00:55:24.388 INFO O| Jul 29 00:55:24.388 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41292026-07-29T00:55:25.323Z[verify-libraries] Compiling vsss-rs v3.3.4
41302026-07-29T00:55:25.534Z[verify-libraries] Compiling test-strategy v0.4.5
41312026-07-29T00:55:25.561Z[ recovery-image] Jul 29 00:55:24.728 INFO O| Jul 29 00:55:24.728 INFO O| Caching catalogs ... Done
41322026-07-29T00:55:25.602Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41332026-07-29T00:55:25.664Z[ recovery-image] Jul 29 00:55:24.831 INFO O| Jul 29 00:55:24.831 INFO STEP 0 (pkg_image_create) COMPLETE
41342026-07-29T00:55:25.664Z[ recovery-image] Jul 29 00:55:24.831 INFO O| Jul 29 00:55:24.831 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41352026-07-29T00:55:25.675Z[ recovery-image] Jul 29 00:55:24.842 INFO O| Jul 29 00:55:24.842 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"]
41362026-07-29T00:55:25.705Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41372026-07-29T00:55:25.767Z[verify-libraries] Compiling memmap v0.7.0
41382026-07-29T00:55:25.770Z[verify-libraries] Compiling parse-display v0.10.0
41392026-07-29T00:55:25.911Z[verify-libraries] Compiling itertools v0.15.0
41402026-07-29T00:55:25.998Z[verify-libraries] Compiling heapless v0.8.0
41412026-07-29T00:55:26.028Z[ recovery-image] Jul 29 00:55:25.197 INFO O| Jul 29 00:55:25.197 INFO STEP 1 (pkg_set_publisher) COMPLETE
41422026-07-29T00:55:26.028Z[ recovery-image] Jul 29 00:55:25.197 INFO O| Jul 29 00:55:25.197 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41432026-07-29T00:55:26.028Z[ recovery-image] Jul 29 00:55:25.197 INFO O| Jul 29 00:55:25.197 INFO skip step because feature "publisher_1_name" is not enabled
41442026-07-29T00:55:26.032Z[ recovery-image] Jul 29 00:55:25.197 INFO O| Jul 29 00:55:25.197 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41452026-07-29T00:55:26.032Z[ recovery-image] Jul 29 00:55:25.197 INFO O| Jul 29 00:55:25.197 INFO skip step because feature "publisher_2_name" is not enabled
41462026-07-29T00:55:26.032Z[ recovery-image] Jul 29 00:55:25.197 INFO O| Jul 29 00:55:25.197 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41472026-07-29T00:55:26.032Z[ recovery-image] Jul 29 00:55:25.197 INFO O| Jul 29 00:55:25.197 INFO skip step because feature "publisher_3_name" is not enabled
41482026-07-29T00:55:26.032Z[ recovery-image] Jul 29 00:55:25.197 INFO O| Jul 29 00:55:25.197 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41492026-07-29T00:55:26.035Z[verify-libraries] Compiling usdt v0.5.0
41502026-07-29T00:55:26.069Z[verify-libraries] Compiling proc-macro-error v1.0.4
41512026-07-29T00:55:26.155Z[verify-libraries] Compiling tabwriter v1.4.1
41522026-07-29T00:55:26.188Z[verify-libraries] Compiling hash32 v0.3.1
41532026-07-29T00:55:26.191Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41542026-07-29T00:55:26.294Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41552026-07-29T00:55:26.385Z[ recovery-image] Jul 29 00:55:25.553 INFO O| Jul 29 00:55:25.553 INFO variant opensolaris.zone is already global
41562026-07-29T00:55:26.385Z[ recovery-image] Jul 29 00:55:25.554 INFO O| Jul 29 00:55:25.553 INFO STEP 5 (pkg_change_variant) COMPLETE
41572026-07-29T00:55:26.385Z[ recovery-image] Jul 29 00:55:25.554 INFO O| Jul 29 00:55:25.553 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41582026-07-29T00:55:26.388Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41592026-07-29T00:55:26.426Z[verify-libraries] Compiling smoltcp v0.11.0
41602026-07-29T00:55:26.449Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41612026-07-29T00:55:26.496Z[verify-libraries] Compiling num_enum_derive v0.7.6
41622026-07-29T00:55:26.499Z[verify-libraries] Compiling toml v0.8.23
41632026-07-29T00:55:26.499Z[verify-libraries] Compiling cobs v0.3.0
41642026-07-29T00:55:26.499Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
41652026-07-29T00:55:26.672Z[verify-libraries] Compiling colored v3.1.1
41662026-07-29T00:55:26.724Z[ recovery-image] Jul 29 00:55:25.893 INFO O| Jul 29 00:55:25.893 INFO variant opensolaris.imagetype is full; changing to partial
41672026-07-29T00:55:26.724Z[ recovery-image] Jul 29 00:55:25.893 INFO O| Jul 29 00:55:25.893 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41682026-07-29T00:55:26.749Z[verify-libraries] Compiling rayon v1.11.0
41692026-07-29T00:55:26.782Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41702026-07-29T00:55:26.820Z[verify-libraries] Compiling postcard v1.1.3
41712026-07-29T00:55:26.848Z[ host-image] Jul 29 00:55:26.016 INFO O| Jul 29 00:55:26.016 INFO O| Download: 14304/23885 items 120.1/222.8MB 53% complete (24.2M/s)
41722026-07-29T00:55:26.955Z[verify-libraries] Compiling rand v0.10.1
41732026-07-29T00:55:26.990Z[verify-libraries] Compiling proc-macro-crate v1.3.1
41742026-07-29T00:55:27.031Z[verify-libraries] Compiling foreign-types-macros v0.2.3
41752026-07-29T00:55:27.092Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
41762026-07-29T00:55:27.226Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
41772026-07-29T00:55:27.267Z[verify-libraries] Compiling foreign-types-shared v0.3.1
41782026-07-29T00:55:27.288Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
41792026-07-29T00:55:27.377Z[verify-libraries] Compiling ingot-macros v0.2.0
41802026-07-29T00:55:27.452Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
41812026-07-29T00:55:27.534Z[verify-libraries] Compiling num-derive v0.4.2
41822026-07-29T00:55:27.598Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
41832026-07-29T00:55:27.600Z[verify-libraries] Compiling num_enum_derive v0.5.11
41842026-07-29T00:55:27.640Z[verify-libraries] Compiling cstr-argument v0.1.2
41852026-07-29T00:55:27.689Z[verify-libraries] Compiling num_enum v0.7.6
41862026-07-29T00:55:27.769Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
41872026-07-29T00:55:27.878Z[verify-libraries] Compiling foreign-types v0.5.0
41882026-07-29T00:55:27.938Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
41892026-07-29T00:55:27.966Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
41902026-07-29T00:55:28.022Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41912026-07-29T00:55:28.023Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
41922026-07-29T00:55:28.113Z[verify-libraries] Compiling sigpipe v0.1.3
41932026-07-29T00:55:28.117Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
41942026-07-29T00:55:28.215Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
41952026-07-29T00:55:28.261Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
41962026-07-29T00:55:28.339Z[ recovery-image] Jul 29 00:55:27.507 INFO O| Jul 29 00:55:27.507 INFO O| Startup: Refreshing catalog 'helios' ... Done
41972026-07-29T00:55:28.342Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41982026-07-29T00:55:28.398Z[verify-libraries] Compiling itertools v0.12.1
41992026-07-29T00:55:28.442Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42002026-07-29T00:55:28.481Z[verify-libraries] Compiling smf v0.2.3
42012026-07-29T00:55:28.576Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42022026-07-29T00:55:28.607Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42032026-07-29T00:55:28.775Z[verify-libraries] Compiling whoami v1.6.1
42042026-07-29T00:55:28.825Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42052026-07-29T00:55:28.859Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
42062026-07-29T00:55:28.923Z[verify-libraries] Compiling derive-where v1.6.0
42072026-07-29T00:55:28.929Z[ recovery-image] Jul 29 00:55:28.099 INFO O| Jul 29 00:55:28.098 INFO O| Startup: Caching catalogs ... Done
42082026-07-29T00:55:28.941Z[ recovery-image] Jul 29 00:55:28.110 INFO O| Jul 29 00:55:28.110 INFO O| Planning: Planning completed in 0.00 seconds
42092026-07-29T00:55:28.944Z[ recovery-image] Jul 29 00:55:28.111 INFO O| Jul 29 00:55:28.111 INFO O| Planning: Consolidating action changes ... Done
42102026-07-29T00:55:28.944Z[ recovery-image] Jul 29 00:55:28.111 INFO O| Jul 29 00:55:28.111 INFO O| Planning: Evaluating mediators ... Done
42112026-07-29T00:55:28.944Z[ recovery-image] Jul 29 00:55:28.111 INFO O| Jul 29 00:55:28.111 INFO O| Planning: Planning completed in 0.00 seconds
42122026-07-29T00:55:28.944Z[ recovery-image] Jul 29 00:55:28.111 INFO O| Jul 29 00:55:28.111 INFO O| Variants/Facets to change: 1
42132026-07-29T00:55:28.959Z[ recovery-image] Jul 29 00:55:28.128 INFO O| Jul 29 00:55:28.127 INFO O| Finalize: Updating package state database ... Done
42142026-07-29T00:55:28.959Z[ recovery-image] Jul 29 00:55:28.128 INFO O| Jul 29 00:55:28.128 INFO O| Finalize: Updating package cache ... Done
42152026-07-29T00:55:28.976Z[verify-libraries] Compiling num_enum v0.5.11
42162026-07-29T00:55:29.019Z[ recovery-image] Jul 29 00:55:28.188 INFO O| Jul 29 00:55:28.188 INFO O| Finalize: Updating image state ... Done
42172026-07-29T00:55:29.037Z[ recovery-image] Jul 29 00:55:28.206 INFO O| Jul 29 00:55:28.206 INFO O| Finalize: Creating fast lookup database ... Done
42182026-07-29T00:55:29.041Z[ recovery-image] Jul 29 00:55:28.207 INFO O| Jul 29 00:55:28.207 INFO O| Finalize: Reading search index ... Done
42192026-07-29T00:55:29.041Z[ recovery-image] Jul 29 00:55:28.207 INFO O| Jul 29 00:55:28.207 INFO O| Finalize: Updating search index ... Done
42202026-07-29T00:55:29.041Z[ recovery-image] Jul 29 00:55:28.207 INFO O| Jul 29 00:55:28.207 INFO O| Finalize: Updating package cache ... Done
42212026-07-29T00:55:29.088Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42222026-07-29T00:55:29.123Z[verify-libraries] Compiling gethostname v0.5.0
42232026-07-29T00:55:29.147Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42242026-07-29T00:55:29.176Z[verify-libraries] Compiling console v0.15.11
42252026-07-29T00:55:29.209Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42262026-07-29T00:55:29.212Z[verify-libraries] Compiling newline-converter v0.3.0
42272026-07-29T00:55:29.254Z[ recovery-image] Jul 29 00:55:28.422 INFO O| Jul 29 00:55:28.422 INFO STEP 6 (pkg_change_variant) COMPLETE
42282026-07-29T00:55:29.254Z[ recovery-image] Jul 29 00:55:28.422 INFO O| Jul 29 00:55:28.422 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42292026-07-29T00:55:29.254Z[ recovery-image] Jul 29 00:55:28.422 INFO O| Jul 29 00:55:28.422 INFO skip step because feature "debug_variant" is not enabled
42302026-07-29T00:55:29.257Z[ recovery-image] Jul 29 00:55:28.422 INFO O| Jul 29 00:55:28.422 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42312026-07-29T00:55:29.331Z[verify-libraries] Compiling resolv-conf v0.7.6
42322026-07-29T00:55:29.380Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42332026-07-29T00:55:29.489Z[verify-libraries] Compiling num-rational v0.4.2
42342026-07-29T00:55:29.522Z[verify-libraries] Compiling num-complex v0.4.6
42352026-07-29T00:55:29.578Z[ recovery-image] Jul 29 00:55:28.747 INFO O| Jul 29 00:55:28.747 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42362026-07-29T00:55:29.631Z[verify-libraries] Compiling expectorate v1.2.0
42372026-07-29T00:55:29.769Z[verify-libraries] Compiling zone v0.3.1
42382026-07-29T00:55:29.824Z[verify-libraries] Compiling slog-dtrace v0.3.0
42392026-07-29T00:55:29.854Z[verify-libraries] Compiling linear-map v1.2.0
42402026-07-29T00:55:29.875Z[verify-libraries] Compiling prettyplease v0.2.37
42412026-07-29T00:55:29.910Z[verify-libraries] Compiling float-ord v0.3.2
42422026-07-29T00:55:30.007Z[verify-libraries] Compiling num v0.4.3
42432026-07-29T00:55:30.079Z[verify-libraries] Compiling linked-hash-map v0.5.6
42442026-07-29T00:55:30.114Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42452026-07-29T00:55:30.150Z[verify-libraries] Compiling hickory-proto v0.24.4
42462026-07-29T00:55:30.153Z[verify-libraries] Compiling convert_case v0.10.0
42472026-07-29T00:55:30.153Z[verify-libraries] Compiling owo-colors v4.3.0
42482026-07-29T00:55:30.198Z[verify-libraries] Compiling minimal-lexical v0.2.1
42492026-07-29T00:55:30.203Z[verify-libraries] Compiling typify-macro v0.6.2
42502026-07-29T00:55:30.369Z[verify-libraries] Compiling lru-cache v0.1.2
42512026-07-29T00:55:30.477Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
42522026-07-29T00:55:30.589Z[verify-libraries] Compiling display-error-chain v0.2.2
42532026-07-29T00:55:30.631Z[verify-libraries] Compiling derive_more-impl v2.1.1
42542026-07-29T00:55:30.634Z[verify-libraries] Compiling nom v7.1.3
42552026-07-29T00:55:30.652Z[verify-libraries] Compiling unicode-xid v0.2.6
42562026-07-29T00:55:30.737Z[ host-image] Jul 29 00:55:29.906 INFO O| Jul 29 00:55:29.906 INFO O| Download: Completed 222.78 MB in 8.89 seconds (25.0M/s)
42572026-07-29T00:55:30.765Z[verify-libraries] Compiling tabled_derive v0.7.0
42582026-07-29T00:55:30.799Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42592026-07-29T00:55:30.841Z[verify-libraries] Compiling ingot-types v0.2.0
42602026-07-29T00:55:30.844Z[verify-libraries] Compiling fd-lock v4.0.4
42612026-07-29T00:55:30.880Z[verify-libraries] Compiling vte v0.14.1
42622026-07-29T00:55:30.946Z[ recovery-image] Jul 29 00:55:30.115 INFO O| Jul 29 00:55:30.115 INFO O| Startup: Refreshing catalog 'helios' ... Done
42632026-07-29T00:55:31.034Z[verify-libraries] Compiling nu-ansi-term v0.50.3
42642026-07-29T00:55:31.038Z[verify-libraries] Compiling stacker v0.1.23
42652026-07-29T00:55:31.089Z[ host-image] Jul 29 00:55:30.258 INFO O| Jul 29 00:55:30.258 INFO O| Actions: 1/54169 actions (Installing new actions)
42662026-07-29T00:55:31.179Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
42672026-07-29T00:55:31.266Z[ recovery-image] Jul 29 00:55:30.435 INFO O| Jul 29 00:55:30.434 INFO O| Startup: Caching catalogs ... Done
42682026-07-29T00:55:31.277Z[ recovery-image] Jul 29 00:55:30.446 INFO O| Jul 29 00:55:30.446 INFO O| Planning: Planning completed in 0.00 seconds
42692026-07-29T00:55:31.280Z[ recovery-image] Jul 29 00:55:30.447 INFO O| Jul 29 00:55:30.447 INFO O| Planning: Consolidating action changes ... Done
42702026-07-29T00:55:31.280Z[ recovery-image] Jul 29 00:55:30.447 INFO O| Jul 29 00:55:30.447 INFO O| Planning: Evaluating mediators ... Done
42712026-07-29T00:55:31.280Z[ recovery-image] Jul 29 00:55:30.447 INFO O| Jul 29 00:55:30.447 INFO O| Planning: Planning completed in 0.00 seconds
42722026-07-29T00:55:31.280Z[ recovery-image] Jul 29 00:55:30.447 INFO O| Jul 29 00:55:30.447 INFO O| Variants/Facets to change: 1
42732026-07-29T00:55:31.311Z[ recovery-image] Jul 29 00:55:30.480 INFO O| Jul 29 00:55:30.480 INFO O| Finalize: Updating package state database ... Done
42742026-07-29T00:55:31.311Z[ recovery-image] Jul 29 00:55:30.480 INFO O| Jul 29 00:55:30.480 INFO O| Finalize: Updating package cache ... Done
42752026-07-29T00:55:31.357Z[ recovery-image] Jul 29 00:55:30.526 INFO O| Jul 29 00:55:30.526 INFO O| Finalize: Updating image state ... Done
42762026-07-29T00:55:31.378Z[ recovery-image] Jul 29 00:55:30.547 INFO O| Jul 29 00:55:30.547 INFO O| Finalize: Creating fast lookup database ... Done
42772026-07-29T00:55:31.381Z[ recovery-image] Jul 29 00:55:30.547 INFO O| Jul 29 00:55:30.547 INFO O| Finalize: Reading search index ... Done
42782026-07-29T00:55:31.381Z[ recovery-image] Jul 29 00:55:30.547 INFO O| Jul 29 00:55:30.547 INFO O| Finalize: Updating search index ... Done
42792026-07-29T00:55:31.385Z[ recovery-image] Jul 29 00:55:30.551 INFO O| Jul 29 00:55:30.548 INFO O| Finalize: Updating package cache ... Done
42802026-07-29T00:55:31.387Z[verify-libraries] Compiling ingot v0.2.1
42812026-07-29T00:55:31.453Z[verify-libraries] Compiling reedline v0.40.0
42822026-07-29T00:55:31.536Z[verify-libraries] Compiling oxide-update-engine v0.1.2
42832026-07-29T00:55:31.539Z[verify-libraries] Compiling cfg_aliases v0.1.1
42842026-07-29T00:55:31.611Z[ recovery-image] Jul 29 00:55:30.780 INFO O| Jul 29 00:55:30.780 INFO STEP 8 (pkg_change_facet) COMPLETE
42852026-07-29T00:55:31.611Z[ recovery-image] Jul 29 00:55:30.780 INFO O| Jul 29 00:55:30.780 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42862026-07-29T00:55:31.646Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
42872026-07-29T00:55:31.649Z[verify-libraries] Compiling derive_more v2.1.1
42882026-07-29T00:55:31.768Z[verify-libraries] Compiling nix v0.28.0
42892026-07-29T00:55:31.791Z[verify-libraries] Compiling psm v0.1.30
42902026-07-29T00:55:31.791Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42912026-07-29T00:55:31.861Z[verify-libraries] Compiling crossterm v0.29.0
42922026-07-29T00:55:31.866Z[verify-libraries] Compiling semver v0.1.20
42932026-07-29T00:55:31.939Z[verify-libraries] Compiling tabled v0.15.0
42942026-07-29T00:55:31.939Z[verify-libraries] Compiling termtree v0.5.1
42952026-07-29T00:55:31.961Z[ recovery-image] Jul 29 00:55:31.130 INFO O| Jul 29 00:55:31.130 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42962026-07-29T00:55:32.016Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
42972026-07-29T00:55:32.207Z[verify-libraries] Compiling rustc_version v0.1.7
42982026-07-29T00:55:32.254Z[verify-libraries] Compiling phf_shared v0.12.1
42992026-07-29T00:55:32.274Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43002026-07-29T00:55:32.277Z[verify-libraries] Compiling nibble_vec v0.1.0
43012026-07-29T00:55:32.330Z[verify-libraries] Compiling hickory-resolver v0.24.4
43022026-07-29T00:55:32.333Z[verify-libraries] Compiling typify v0.6.2
43032026-07-29T00:55:32.488Z[verify-libraries] Compiling highway v1.3.0
43042026-07-29T00:55:32.553Z[verify-libraries] Compiling endian-type v0.1.2
43052026-07-29T00:55:32.604Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43062026-07-29T00:55:32.649Z[verify-libraries] Compiling progenitor-impl v0.14.0
43072026-07-29T00:55:32.727Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43082026-07-29T00:55:32.768Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43092026-07-29T00:55:32.771Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43102026-07-29T00:55:33.013Z[verify-libraries] Compiling chrono-tz v0.10.4
43112026-07-29T00:55:33.088Z[verify-libraries] Compiling newtype_derive v0.1.6
43122026-07-29T00:55:33.223Z[verify-libraries] Compiling recursive v0.1.1
43132026-07-29T00:55:33.260Z[verify-libraries] Compiling radix_trie v0.2.1
43142026-07-29T00:55:33.353Z[verify-libraries] Compiling phf v0.12.1
43152026-07-29T00:55:33.508Z[ recovery-image] Jul 29 00:55:32.677 INFO O| Jul 29 00:55:32.675 INFO O| Startup: Refreshing catalog 'helios' ... Done
43162026-07-29T00:55:33.544Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43172026-07-29T00:55:33.613Z[verify-libraries] Compiling qorb v0.4.1
43182026-07-29T00:55:33.719Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43192026-07-29T00:55:33.802Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43202026-07-29T00:55:33.824Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43212026-07-29T00:55:33.856Z[ recovery-image] Jul 29 00:55:33.025 INFO O| Jul 29 00:55:33.025 INFO O| Startup: Caching catalogs ... Done
43222026-07-29T00:55:33.867Z[ recovery-image] Jul 29 00:55:33.036 INFO O| Jul 29 00:55:33.036 INFO O| Planning: Planning completed in 0.00 seconds
43232026-07-29T00:55:33.870Z[ recovery-image] Jul 29 00:55:33.037 INFO O| Jul 29 00:55:33.037 INFO O| Planning: Consolidating action changes ... Done
43242026-07-29T00:55:33.870Z[ recovery-image] Jul 29 00:55:33.037 INFO O| Jul 29 00:55:33.037 INFO O| Planning: Evaluating mediators ... Done
43252026-07-29T00:55:33.870Z[ recovery-image] Jul 29 00:55:33.037 INFO O| Jul 29 00:55:33.037 INFO O| Planning: Planning completed in 0.00 seconds
43262026-07-29T00:55:33.871Z[ recovery-image] Jul 29 00:55:33.038 INFO O| Jul 29 00:55:33.038 INFO O| Variants/Facets to change: 1
43272026-07-29T00:55:33.893Z[ recovery-image] Jul 29 00:55:33.062 INFO O| Jul 29 00:55:33.062 INFO O| Finalize: Updating package state database ... Done
43282026-07-29T00:55:33.893Z[ recovery-image] Jul 29 00:55:33.062 INFO O| Jul 29 00:55:33.062 INFO O| Finalize: Updating package cache ... Done
43292026-07-29T00:55:33.943Z[ recovery-image] Jul 29 00:55:33.112 INFO O| Jul 29 00:55:33.112 INFO O| Finalize: Updating image state ... Done
43302026-07-29T00:55:33.954Z[ recovery-image] Jul 29 00:55:33.123 INFO O| Jul 29 00:55:33.123 INFO O| Finalize: Creating fast lookup database ... Done
43312026-07-29T00:55:33.957Z[ recovery-image] Jul 29 00:55:33.123 INFO O| Jul 29 00:55:33.123 INFO O| Finalize: Reading search index ... Done
43322026-07-29T00:55:33.957Z[ recovery-image] Jul 29 00:55:33.124 INFO O| Jul 29 00:55:33.124 INFO O| Finalize: Updating search index ... Done
43332026-07-29T00:55:33.957Z[ recovery-image] Jul 29 00:55:33.124 INFO O| Jul 29 00:55:33.124 INFO O| Finalize: Updating package cache ... Done
43342026-07-29T00:55:34.209Z[ recovery-image] Jul 29 00:55:33.377 INFO O| Jul 29 00:55:33.377 INFO STEP 9 (pkg_change_facet) COMPLETE
43352026-07-29T00:55:34.209Z[ recovery-image] Jul 29 00:55:33.378 INFO O| Jul 29 00:55:33.377 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43362026-07-29T00:55:34.235Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43372026-07-29T00:55:34.526Z[verify-libraries] Compiling peg-macros v0.8.5
43382026-07-29T00:55:34.546Z[ recovery-image] Jul 29 00:55:33.715 INFO O| Jul 29 00:55:33.715 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43392026-07-29T00:55:34.681Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43402026-07-29T00:55:34.806Z[verify-libraries] Compiling csv-core v0.1.13
43412026-07-29T00:55:34.861Z[verify-libraries] Compiling winnow v0.6.26
43422026-07-29T00:55:34.888Z[verify-libraries] Compiling home v0.5.12
43432026-07-29T00:55:34.927Z[verify-libraries] Compiling unicode_categories v0.1.1
43442026-07-29T00:55:35.159Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43452026-07-29T00:55:35.204Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43462026-07-29T00:55:35.207Z[verify-libraries] Compiling textwrap v0.16.2
43472026-07-29T00:55:35.281Z[verify-libraries] Compiling rustyline v14.0.0
43482026-07-29T00:55:35.284Z[verify-libraries] Compiling csv v1.4.0
43492026-07-29T00:55:35.404Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43502026-07-29T00:55:35.479Z[verify-libraries] Compiling const_format v0.2.35
43512026-07-29T00:55:35.581Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43522026-07-29T00:55:35.584Z[verify-libraries] Compiling progenitor-macro v0.14.0
43532026-07-29T00:55:35.701Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43542026-07-29T00:55:35.869Z[verify-libraries] Compiling sqlparser v0.61.0
43552026-07-29T00:55:35.934Z[ recovery-image] Jul 29 00:55:35.102 INFO O| Jul 29 00:55:35.102 INFO O| Startup: Refreshing catalog 'helios' ... Done
43562026-07-29T00:55:36.012Z[verify-libraries] Compiling bcs v0.1.6
43572026-07-29T00:55:36.089Z[ host-image] Jul 29 00:55:35.258 INFO O| Jul 29 00:55:35.258 INFO O| Actions: 21546/54169 actions (Installing new actions)
43582026-07-29T00:55:36.225Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43592026-07-29T00:55:36.258Z[verify-libraries] Compiling nom v8.0.0
43602026-07-29T00:55:36.347Z[verify-libraries] Compiling peg v0.8.5
43612026-07-29T00:55:36.454Z[verify-libraries] Compiling sqlformat v0.3.5
43622026-07-29T00:55:36.514Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43632026-07-29T00:55:36.529Z[ recovery-image] Jul 29 00:55:35.698 INFO O| Jul 29 00:55:35.697 INFO O| Startup: Caching catalogs ... Done
43642026-07-29T00:55:36.540Z[ recovery-image] Jul 29 00:55:35.709 INFO O| Jul 29 00:55:35.709 INFO O| Planning: Planning completed in 0.00 seconds
43652026-07-29T00:55:36.540Z[ recovery-image] Jul 29 00:55:35.709 INFO O| Jul 29 00:55:35.709 INFO O| Planning: Consolidating action changes ... Done
43662026-07-29T00:55:36.540Z[ recovery-image] Jul 29 00:55:35.709 INFO O| Jul 29 00:55:35.709 INFO O| Planning: Evaluating mediators ... Done
43672026-07-29T00:55:36.543Z[ recovery-image] Jul 29 00:55:35.710 INFO O| Jul 29 00:55:35.710 INFO O| Planning: Planning completed in 0.00 seconds
43682026-07-29T00:55:36.543Z[ recovery-image] Jul 29 00:55:35.710 INFO O| Jul 29 00:55:35.710 INFO O| Variants/Facets to change: 1
43692026-07-29T00:55:36.552Z[ recovery-image] Jul 29 00:55:35.721 INFO O| Jul 29 00:55:35.721 INFO O| Finalize: Updating package state database ... Done
43702026-07-29T00:55:36.552Z[ recovery-image] Jul 29 00:55:35.721 INFO O| Jul 29 00:55:35.721 INFO O| Finalize: Updating package cache ... Done
43712026-07-29T00:55:36.600Z[ recovery-image] Jul 29 00:55:35.769 INFO O| Jul 29 00:55:35.769 INFO O| Finalize: Updating image state ... Done
43722026-07-29T00:55:36.603Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43732026-07-29T00:55:36.614Z[ recovery-image] Jul 29 00:55:35.783 INFO O| Jul 29 00:55:35.782 INFO O| Finalize: Creating fast lookup database ... Done
43742026-07-29T00:55:36.617Z[ recovery-image] Jul 29 00:55:35.783 INFO O| Jul 29 00:55:35.783 INFO O| Finalize: Reading search index ... Done
43752026-07-29T00:55:36.617Z[ recovery-image] Jul 29 00:55:35.783 INFO O| Jul 29 00:55:35.783 INFO O| Finalize: Updating search index ... Done
43762026-07-29T00:55:36.617Z[ recovery-image] Jul 29 00:55:35.784 INFO O| Jul 29 00:55:35.784 INFO O| Finalize: Updating package cache ... Done
43772026-07-29T00:55:36.676Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43782026-07-29T00:55:36.731Z[verify-libraries] Compiling base64 v0.21.7
43792026-07-29T00:55:36.841Z[ recovery-image] Jul 29 00:55:36.010 INFO O| Jul 29 00:55:36.010 INFO STEP 10 (pkg_change_facet) COMPLETE
43802026-07-29T00:55:36.841Z[ recovery-image] Jul 29 00:55:36.010 INFO O| Jul 29 00:55:36.010 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43812026-07-29T00:55:36.852Z[ recovery-image] Jul 29 00:55:36.021 INFO O| Jul 29 00:55:36.021 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@22.0.0.0"]
43822026-07-29T00:55:36.904Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43832026-07-29T00:55:37.015Z[verify-libraries] Compiling steno v0.4.1
43842026-07-29T00:55:37.181Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43852026-07-29T00:55:37.263Z[verify-libraries] Compiling sha1 v0.10.6
43862026-07-29T00:55:37.350Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43872026-07-29T00:55:37.534Z[verify-libraries] Compiling tagptr v0.2.0
43882026-07-29T00:55:37.589Z[verify-libraries] Compiling utf-8 v0.7.6
43892026-07-29T00:55:37.591Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43902026-07-29T00:55:37.592Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
43912026-07-29T00:55:37.748Z[verify-libraries] Compiling radium v0.7.0
43922026-07-29T00:55:37.791Z[verify-libraries] Compiling ron v0.8.1
43932026-07-29T00:55:37.822Z[verify-libraries] Compiling maybe-uninit v2.0.0
43942026-07-29T00:55:37.825Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
43952026-07-29T00:55:37.866Z[verify-libraries] Compiling moka v0.12.13
43962026-07-29T00:55:37.869Z[verify-libraries] Compiling tungstenite v0.21.0
43972026-07-29T00:55:37.869Z[verify-libraries] Compiling tap v1.0.1
43982026-07-29T00:55:37.995Z[verify-libraries] Compiling zerocopy-derive v0.6.6
43992026-07-29T00:55:38.090Z[verify-libraries] Compiling wyz v0.5.1
44002026-07-29T00:55:38.175Z[verify-libraries] Compiling funty v2.0.0
44012026-07-29T00:55:38.350Z[verify-libraries] Compiling crc-catalog v2.4.0
44022026-07-29T00:55:38.416Z[ recovery-image] Jul 29 00:55:37.585 INFO O| Jul 29 00:55:37.585 INFO O| Startup: Refreshing catalog 'helios' ... Done
44032026-07-29T00:55:38.420Z[verify-libraries] Compiling packed_struct v0.10.1
44042026-07-29T00:55:38.497Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44052026-07-29T00:55:38.577Z[verify-libraries] Compiling bitvec v1.0.1
44062026-07-29T00:55:38.741Z[ recovery-image] Jul 29 00:55:37.905 INFO O| Jul 29 00:55:37.905 INFO O| Startup: Caching catalogs ... Done
44072026-07-29T00:55:38.761Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44082026-07-29T00:55:38.818Z[verify-libraries] Compiling hickory-resolver v0.25.2
44092026-07-29T00:55:38.841Z[verify-libraries] Compiling crc v3.4.0
44102026-07-29T00:55:38.893Z[verify-libraries] Compiling packed_struct_codegen v0.10.1
44112026-07-29T00:55:38.916Z[verify-libraries] Compiling bitfield-macros v0.19.4
44122026-07-29T00:55:38.919Z[verify-libraries] Compiling indexmap v1.9.3
44132026-07-29T00:55:38.931Z[ host-image] Jul 29 00:55:38.100 INFO O| Jul 29 00:55:38.099 INFO O| Actions: Completed 54169 actions in 7.84 seconds.
44142026-07-29T00:55:39.012Z[ host-image] Jul 29 00:55:38.180 INFO O| Jul 29 00:55:38.180 INFO O| Finalize: Updating package state database ... Done
44152026-07-29T00:55:39.012Z[ host-image] Jul 29 00:55:38.180 INFO O| Jul 29 00:55:38.180 INFO O| Finalize: Updating package cache ... Done
44162026-07-29T00:55:39.040Z[verify-libraries] Compiling zerocopy v0.6.6
44172026-07-29T00:55:39.114Z[ host-image] Jul 29 00:55:38.282 INFO O| Jul 29 00:55:38.282 INFO O| Finalize: Updating image state ... Done
44182026-07-29T00:55:39.118Z[verify-libraries] Compiling nodrop v0.1.14
44192026-07-29T00:55:39.186Z[verify-libraries] Compiling smallvec v0.6.14
44202026-07-29T00:55:39.299Z[verify-libraries] Compiling array-init v0.0.4
44212026-07-29T00:55:39.299Z[verify-libraries] Compiling hashbrown v0.12.3
44222026-07-29T00:55:39.504Z[verify-libraries] Compiling hashbrown v0.13.2
44232026-07-29T00:55:39.597Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
44242026-07-29T00:55:39.688Z[verify-libraries] Compiling crc-any v2.5.0
44252026-07-29T00:55:39.774Z[verify-libraries] Compiling serde-hex v0.1.0
44262026-07-29T00:55:39.900Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44272026-07-29T00:55:39.970Z[verify-libraries] Compiling bitfield v0.19.4
44282026-07-29T00:55:40.063Z[verify-libraries] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
44292026-07-29T00:55:40.084Z[ host-image] Jul 29 00:55:39.252 INFO O| Jul 29 00:55:39.252 INFO O| Finalize: Creating fast lookup database ... Done
44302026-07-29T00:55:40.113Z[ host-image] Jul 29 00:55:39.281 INFO O| Jul 29 00:55:39.281 INFO O| Finalize: Reading search index ... Done
44312026-07-29T00:55:40.126Z[verify-libraries] Compiling path-slash v0.1.5
44322026-07-29T00:55:40.175Z[ recovery-image] Jul 29 00:55:39.344 INFO O| Jul 29 00:55:39.344 INFO O| Planning: Solver setup ... Done
44332026-07-29T00:55:40.264Z[ recovery-image] Jul 29 00:55:39.433 INFO O| Jul 29 00:55:39.432 INFO O| Planning: Running solver ... Done
44342026-07-29T00:55:40.269Z[verify-libraries] Compiling libefi-sys v0.1.0
44352026-07-29T00:55:40.294Z[ recovery-image] Jul 29 00:55:39.463 INFO O| Jul 29 00:55:39.463 INFO O| Planning: Finding local manifests ... Done
44362026-07-29T00:55:40.324Z[ recovery-image] Jul 29 00:55:39.492 INFO O| Jul 29 00:55:39.492 INFO O| Planning: Fetching manifests: 0/130 0% complete
44372026-07-29T00:55:40.357Z[verify-libraries] Compiling bitfield-struct v0.6.2
44382026-07-29T00:55:40.398Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44392026-07-29T00:55:40.546Z[verify-libraries] Compiling object v0.30.4
44402026-07-29T00:55:40.699Z[verify-libraries] Compiling num-derive v0.3.3
44412026-07-29T00:55:40.890Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44422026-07-29T00:55:40.956Z[verify-libraries] Compiling xshell-macros v0.2.7
44432026-07-29T00:55:41.050Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44442026-07-29T00:55:41.106Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44452026-07-29T00:55:41.290Z[verify-libraries] Compiling progenitor v0.14.0
44462026-07-29T00:55:41.364Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44472026-07-29T00:55:41.364Z[verify-libraries] Compiling papergrid v0.17.0
44482026-07-29T00:55:41.480Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44492026-07-29T00:55:41.517Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
44502026-07-29T00:55:41.582Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44512026-07-29T00:55:41.666Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44522026-07-29T00:55:41.739Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
44532026-07-29T00:55:41.743Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44542026-07-29T00:55:41.856Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
44552026-07-29T00:55:41.897Z[verify-libraries] Compiling libscf-sys v1.1.0
44562026-07-29T00:55:42.035Z[verify-libraries] Compiling xshell v0.2.7
44572026-07-29T00:55:42.066Z[verify-libraries] Compiling testing_table v0.3.0
44582026-07-29T00:55:42.141Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44592026-07-29T00:55:42.276Z[verify-libraries] Compiling subprocess v0.2.15
44602026-07-29T00:55:42.329Z[verify-libraries] Compiling tabled_derive v0.11.0
44612026-07-29T00:55:42.332Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44622026-07-29T00:55:42.610Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44632026-07-29T00:55:42.670Z[verify-libraries] Compiling headers-core v0.3.0
44642026-07-29T00:55:42.861Z[verify-libraries] Compiling unicase v2.9.0
44652026-07-29T00:55:42.959Z[verify-libraries] Compiling headers v0.4.1
44662026-07-29T00:55:42.986Z[verify-libraries] Compiling darling_core v0.21.3
44672026-07-29T00:55:42.996Z[ host-image] Jul 29 00:55:42.164 INFO O| Jul 29 00:55:42.164 INFO O| Finalize: Building new search index ... Done
44682026-07-29T00:55:43.064Z[verify-libraries] Compiling maplit v1.0.2
44692026-07-29T00:55:43.148Z[verify-libraries] Compiling crc8 v0.1.1
44702026-07-29T00:55:43.168Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44712026-07-29T00:55:43.172Z[verify-libraries] Compiling yasna v0.5.2
44722026-07-29T00:55:43.290Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44732026-07-29T00:55:43.331Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
44742026-07-29T00:55:43.334Z[verify-libraries] Compiling vergen-lib v0.1.6
44752026-07-29T00:55:43.488Z[ host-image] Jul 29 00:55:42.655 INFO O| Jul 29 00:55:42.655 INFO O| Finalize: Updating package cache ... Done
44762026-07-29T00:55:43.512Z[verify-libraries] Compiling diesel_derives v2.3.7
44772026-07-29T00:55:43.669Z[verify-libraries] Compiling rcgen v0.12.1
44782026-07-29T00:55:43.698Z[ recovery-image] Jul 29 00:55:42.867 INFO O| Jul 29 00:55:42.867 INFO O| Planning: Fetching manifests: 130/130 100% complete
44792026-07-29T00:55:43.762Z[ host-image] Jul 29 00:55:42.931 INFO O| Jul 29 00:55:42.931 INFO STEP 11 (pkg_install) COMPLETE
44802026-07-29T00:55:43.762Z[ host-image] Jul 29 00:55:42.931 INFO O| Jul 29 00:55:42.931 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44812026-07-29T00:55:43.772Z[ host-image] Jul 29 00:55:42.941 INFO O| Jul 29 00:55:42.941 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"]
44822026-07-29T00:55:43.788Z[verify-libraries] Compiling tabled v0.20.0
44832026-07-29T00:55:43.848Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44842026-07-29T00:55:43.868Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44852026-07-29T00:55:43.909Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44862026-07-29T00:55:43.955Z[verify-libraries] Compiling port-file v0.1.0
44872026-07-29T00:55:44.009Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44882026-07-29T00:55:44.044Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44892026-07-29T00:55:44.202Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44902026-07-29T00:55:44.224Z[ recovery-image] Jul 29 00:55:43.393 INFO O| Jul 29 00:55:43.393 INFO O| Planning: Package planning ... Done
44912026-07-29T00:55:44.257Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44922026-07-29T00:55:44.315Z[verify-libraries] Compiling half v1.8.3
44932026-07-29T00:55:44.382Z[ recovery-image] Jul 29 00:55:43.549 INFO O| Jul 29 00:55:43.549 INFO O| Planning: Merging actions ... Done
44942026-07-29T00:55:44.419Z[verify-libraries] Compiling r2d2 v0.8.10
44952026-07-29T00:55:44.451Z[ recovery-image] Jul 29 00:55:43.620 INFO O| Jul 29 00:55:43.620 INFO O| Planning: Checking for conflicting actions ... Done
44962026-07-29T00:55:44.533Z[ recovery-image] Jul 29 00:55:43.702 INFO O| Jul 29 00:55:43.702 INFO O| Planning: Consolidating action changes ... Done
44972026-07-29T00:55:44.566Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44982026-07-29T00:55:44.631Z[verify-libraries] Compiling serde_cbor v0.11.2
44992026-07-29T00:55:44.691Z[verify-libraries] Compiling downcast-rs v2.0.2
45002026-07-29T00:55:44.694Z[verify-libraries] Compiling crunchy v0.2.4
45012026-07-29T00:55:44.699Z[ recovery-image] Jul 29 00:55:43.868 INFO O| Jul 29 00:55:43.868 INFO O| Planning: Evaluating mediators ... Done
45022026-07-29T00:55:44.777Z[verify-libraries] Compiling cpubits v0.1.1
45032026-07-29T00:55:44.811Z[verify-libraries] Compiling dirs-next v2.0.0
45042026-07-29T00:55:44.917Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45052026-07-29T00:55:44.918Z[verify-libraries] Compiling clang-sys v1.8.1
45062026-07-29T00:55:44.921Z[verify-libraries] Compiling tiny-keccak v2.0.2
45072026-07-29T00:55:44.941Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45082026-07-29T00:55:45.079Z[verify-libraries] Compiling term v0.7.0
45092026-07-29T00:55:45.219Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
45102026-07-29T00:55:45.463Z[ host-image] Jul 29 00:55:44.632 INFO O| Jul 29 00:55:44.631 INFO O| Startup: Refreshing catalog 'helios' ... Done
45112026-07-29T00:55:45.486Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45122026-07-29T00:55:45.546Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45132026-07-29T00:55:45.696Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45142026-07-29T00:55:45.790Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45152026-07-29T00:55:45.812Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45162026-07-29T00:55:45.846Z[verify-libraries] Compiling darling_macro v0.21.3
45172026-07-29T00:55:45.907Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45182026-07-29T00:55:45.910Z[verify-libraries] Compiling diff v0.1.13
45192026-07-29T00:55:46.195Z[ host-image] Jul 29 00:55:45.364 INFO O| Jul 29 00:55:45.363 INFO O| Startup: Caching catalogs ... Done
45202026-07-29T00:55:46.270Z[verify-libraries] Compiling bit-vec v0.6.3
45212026-07-29T00:55:46.287Z[ recovery-image] Jul 29 00:55:45.455 INFO O| Jul 29 00:55:45.455 INFO O| Planning: Planning completed in 7.53 seconds
45222026-07-29T00:55:46.290Z[ recovery-image] Jul 29 00:55:45.457 INFO O| Jul 29 00:55:45.457 INFO O| Packages to install: 130
45232026-07-29T00:55:46.290Z[ recovery-image] Jul 29 00:55:45.457 INFO O| Jul 29 00:55:45.457 INFO O| Mediators to change: 5
45242026-07-29T00:55:46.290Z[ recovery-image] Jul 29 00:55:45.457 INFO O| Jul 29 00:55:45.457 INFO O| Services to change: 5
45252026-07-29T00:55:46.316Z[ recovery-image] Jul 29 00:55:45.485 INFO O| Jul 29 00:55:45.485 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
45262026-07-29T00:55:46.554Z[verify-libraries] Compiling bit-set v0.5.3
45272026-07-29T00:55:46.604Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
45282026-07-29T00:55:46.637Z[ host-image] Jul 29 00:55:45.806 INFO O| Jul 29 00:55:45.805 INFO O| Planning: Solver setup ... Done
45292026-07-29T00:55:46.641Z[ host-image] Jul 29 00:55:45.810 INFO O| Jul 29 00:55:45.810 INFO O| Planning: Running solver ... Done
45302026-07-29T00:55:46.652Z[ host-image] Jul 29 00:55:45.821 INFO O| Jul 29 00:55:45.821 INFO O| Planning: Finding local manifests ... Done
45312026-07-29T00:55:46.694Z[ host-image] Jul 29 00:55:45.862 INFO O| Jul 29 00:55:45.862 INFO O| Planning: Fetching manifests: 0/6 0% complete
45322026-07-29T00:55:46.700Z[verify-libraries] Compiling darling v0.21.3
45332026-07-29T00:55:46.762Z[ host-image] Jul 29 00:55:45.931 INFO O| Jul 29 00:55:45.931 INFO O| Planning: Fetching manifests: 6/6 100% complete
45342026-07-29T00:55:46.783Z[verify-libraries] Compiling ascii-canvas v3.0.0
45352026-07-29T00:55:46.807Z[ host-image] Jul 29 00:55:45.976 INFO O| Jul 29 00:55:45.976 INFO O| Planning: Package planning ... Done
45362026-07-29T00:55:46.810Z[ host-image] Jul 29 00:55:45.978 INFO O| Jul 29 00:55:45.978 INFO O| Planning: Merging actions ... Done
45372026-07-29T00:55:46.820Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45382026-07-29T00:55:46.870Z[ host-image] Jul 29 00:55:46.039 INFO O| Jul 29 00:55:46.038 INFO O| Planning: Checking for conflicting actions ... Done
45392026-07-29T00:55:46.873Z[ host-image] Jul 29 00:55:46.040 INFO O| Jul 29 00:55:46.040 INFO O| Planning: Consolidating action changes ... Done
45402026-07-29T00:55:46.875Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45412026-07-29T00:55:46.875Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45422026-07-29T00:55:47.094Z[verify-libraries] Compiling itertools v0.10.5
45432026-07-29T00:55:47.170Z[ host-image] Jul 29 00:55:46.338 INFO O| Jul 29 00:55:46.338 INFO O| Planning: Evaluating mediators ... Done
45442026-07-29T00:55:47.170Z[verify-libraries] Compiling ena v0.14.4
45452026-07-29T00:55:47.173Z[ host-image] Jul 29 00:55:46.340 INFO O| Jul 29 00:55:46.340 INFO O| Planning: Planning completed in 0.96 seconds
45462026-07-29T00:55:47.174Z[ host-image] Jul 29 00:55:46.340 INFO O| Jul 29 00:55:46.340 INFO O| Packages to install: 6
45472026-07-29T00:55:47.174Z[ host-image] Jul 29 00:55:46.340 INFO O| Jul 29 00:55:46.340 INFO O| Services to change: 2
45482026-07-29T00:55:47.183Z[ host-image] Jul 29 00:55:46.352 INFO O| Jul 29 00:55:46.352 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
45492026-07-29T00:55:47.208Z[verify-libraries] Compiling libloading v0.8.9
45502026-07-29T00:55:47.385Z[ host-image] Jul 29 00:55:46.554 INFO O| Jul 29 00:55:46.554 INFO O| Download: Completed 1.75 MB in 0.20 seconds (8.6M/s)
45512026-07-29T00:55:47.410Z[verify-libraries] Compiling bindgen v0.71.1
45522026-07-29T00:55:47.429Z[ host-image] Jul 29 00:55:46.598 INFO O| Jul 29 00:55:46.598 INFO O| Actions: 1/390 actions (Installing new actions)
45532026-07-29T00:55:47.449Z[verify-libraries] Compiling regex-syntax v0.6.29
45542026-07-29T00:55:47.624Z[ host-image] Jul 29 00:55:46.792 INFO O| Jul 29 00:55:46.792 INFO O| Actions: Completed 390 actions in 0.19 seconds.
45552026-07-29T00:55:47.654Z[ host-image] Jul 29 00:55:46.822 INFO O| Jul 29 00:55:46.822 INFO O| Finalize: Updating package state database ... Done
45562026-07-29T00:55:47.654Z[ host-image] Jul 29 00:55:46.822 INFO O| Jul 29 00:55:46.822 INFO O| Finalize: Updating package cache ... Done
45572026-07-29T00:55:47.723Z[ host-image] Jul 29 00:55:46.891 INFO O| Jul 29 00:55:46.891 INFO O| Finalize: Updating image state ... Done
45582026-07-29T00:55:47.812Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45592026-07-29T00:55:47.920Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45602026-07-29T00:55:48.027Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45612026-07-29T00:55:48.239Z[verify-libraries] Compiling cexpr v0.6.0
45622026-07-29T00:55:48.465Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45632026-07-29T00:55:48.698Z[verify-libraries] Compiling rustc-hash v2.1.1
45642026-07-29T00:55:48.726Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45652026-07-29T00:55:48.821Z[ host-image] Jul 29 00:55:47.990 INFO O| Jul 29 00:55:47.990 INFO O| Finalize: Creating fast lookup database ... Done
45662026-07-29T00:55:48.863Z[ host-image] Jul 29 00:55:48.031 INFO O| Jul 29 00:55:48.027 INFO O| Finalize: Reading search index ... Done
45672026-07-29T00:55:48.863Z[ host-image] Jul 29 00:55:48.031 INFO O| Jul 29 00:55:48.027 INFO O| Finalize: Updating search index ... Done
45682026-07-29T00:55:48.875Z[ host-image] Jul 29 00:55:48.043 INFO O| Jul 29 00:55:48.043 INFO O| Finalize: Updating package cache ... Done
45692026-07-29T00:55:48.887Z[verify-libraries] Compiling libxml v0.3.3
45702026-07-29T00:55:48.913Z[verify-libraries] Compiling arc-swap v1.8.2
45712026-07-29T00:55:49.047Z[verify-libraries] Compiling lalrpop v0.19.12
45722026-07-29T00:55:49.078Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45732026-07-29T00:55:49.131Z[ host-image] Jul 29 00:55:48.299 INFO O| Jul 29 00:55:48.299 INFO STEP 12 (pkg_install) COMPLETE
45742026-07-29T00:55:49.131Z[ host-image] Jul 29 00:55:48.299 INFO O| Jul 29 00:55:48.299 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45752026-07-29T00:55:49.140Z[ host-image] Jul 29 00:55:48.309 INFO O| Jul 29 00:55:48.308 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
45762026-07-29T00:55:49.232Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45772026-07-29T00:55:49.769Z[verify-libraries] Compiling slog-scope v4.4.1
45782026-07-29T00:55:49.887Z[verify-libraries] Compiling progenitor-impl v0.13.0
45792026-07-29T00:55:49.921Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45802026-07-29T00:55:50.031Z[verify-libraries] Compiling strum_macros v0.24.3
45812026-07-29T00:55:50.122Z[verify-libraries] Compiling hmac v0.13.0
45822026-07-29T00:55:50.451Z[verify-libraries] Compiling universal-hash v0.6.1
45832026-07-29T00:55:50.527Z[verify-libraries] Compiling fxhash v0.2.1
45842026-07-29T00:55:50.733Z[verify-libraries] Compiling fs-err v2.11.0
45852026-07-29T00:55:50.754Z[verify-libraries] Compiling indoc v1.0.9
45862026-07-29T00:55:50.822Z[verify-libraries] Compiling slog-stdlog v4.1.1
45872026-07-29T00:55:50.918Z[ host-image] Jul 29 00:55:50.087 INFO O| Jul 29 00:55:50.086 INFO O| Startup: Refreshing catalog 'helios' ... Done
45882026-07-29T00:55:50.992Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45892026-07-29T00:55:51.268Z[ host-image] Jul 29 00:55:50.436 INFO O| Jul 29 00:55:50.435 INFO O| Startup: Caching catalogs ... Done
45902026-07-29T00:55:51.317Z[ recovery-image] Jul 29 00:55:50.486 INFO O| Jul 29 00:55:50.486 INFO O| Download: 9890/16682 items 103.4/200.0MB 51% complete (20.8M/s)
45912026-07-29T00:55:51.389Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45922026-07-29T00:55:51.598Z[ host-image] Jul 29 00:55:50.766 INFO O| Jul 29 00:55:50.766 INFO O| Planning: Solver setup ... Done
45932026-07-29T00:55:51.603Z[ host-image] Jul 29 00:55:50.772 INFO O| Jul 29 00:55:50.772 INFO O| Planning: Running solver ... Done
45942026-07-29T00:55:51.614Z[ host-image] Jul 29 00:55:50.783 INFO O| Jul 29 00:55:50.783 INFO O| Planning: Finding local manifests ... Done
45952026-07-29T00:55:51.639Z[ host-image] Jul 29 00:55:50.807 INFO O| Jul 29 00:55:50.807 INFO O| Planning: Fetching manifests: 0/6 0% complete
45962026-07-29T00:55:51.740Z[ host-image] Jul 29 00:55:50.909 INFO O| Jul 29 00:55:50.909 INFO O| Planning: Fetching manifests: 6/6 100% complete
45972026-07-29T00:55:51.771Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45982026-07-29T00:55:51.784Z[ host-image] Jul 29 00:55:50.953 INFO O| Jul 29 00:55:50.953 INFO O| Planning: Package planning ... Done
45992026-07-29T00:55:51.792Z[ host-image] Jul 29 00:55:50.961 INFO O| Jul 29 00:55:50.961 INFO O| Planning: Merging actions ... Done
46002026-07-29T00:55:51.795Z[verify-libraries] Compiling progenitor-client v0.13.0
46012026-07-29T00:55:51.846Z[ host-image] Jul 29 00:55:51.015 INFO O| Jul 29 00:55:51.015 INFO O| Planning: Checking for conflicting actions ... Done
46022026-07-29T00:55:51.849Z[ host-image] Jul 29 00:55:51.018 INFO O| Jul 29 00:55:51.018 INFO O| Planning: Consolidating action changes ... Done
46032026-07-29T00:55:52.035Z[verify-libraries] Compiling sha2 v0.11.0
46042026-07-29T00:55:52.081Z[ host-image] Jul 29 00:55:51.249 INFO O| Jul 29 00:55:51.249 INFO O| Planning: Evaluating mediators ... Done
46052026-07-29T00:55:52.084Z[ host-image] Jul 29 00:55:51.252 INFO O| Jul 29 00:55:51.252 INFO O| Planning: Planning completed in 0.80 seconds
46062026-07-29T00:55:52.086Z[ host-image] Jul 29 00:55:51.253 INFO O| Jul 29 00:55:51.253 INFO O| Packages to install: 6
46072026-07-29T00:55:52.086Z[ host-image] Jul 29 00:55:51.253 INFO O| Jul 29 00:55:51.253 INFO O| Mediators to change: 1
46082026-07-29T00:55:52.086Z[ host-image] Jul 29 00:55:51.253 INFO O| Jul 29 00:55:51.253 INFO O| Services to change: 1
46092026-07-29T00:55:52.097Z[ host-image] Jul 29 00:55:51.266 INFO O| Jul 29 00:55:51.266 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46102026-07-29T00:55:52.237Z[verify-libraries] Compiling oso-derive v0.27.3
46112026-07-29T00:55:52.284Z[verify-libraries] Compiling quick-xml v0.37.5
46122026-07-29T00:55:52.381Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46132026-07-29T00:55:52.405Z[verify-libraries] Compiling openssl-probe v0.1.6
46142026-07-29T00:55:52.536Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46152026-07-29T00:55:52.633Z[ host-image] Jul 29 00:55:51.801 INFO O| Jul 29 00:55:51.801 INFO O| Download: Completed 7.84 MB in 0.54 seconds (14.7M/s)
46162026-07-29T00:55:52.676Z[ host-image] Jul 29 00:55:51.845 INFO O| Jul 29 00:55:51.845 INFO O| Actions: 1/1366 actions (Installing new actions)
46172026-07-29T00:55:52.826Z[verify-libraries] Compiling slog-envlogger v2.2.0
46182026-07-29T00:55:52.939Z[verify-libraries] Compiling polyval v0.7.1
46192026-07-29T00:55:52.946Z[ host-image] Jul 29 00:55:52.114 INFO O| Jul 29 00:55:52.114 INFO O| Actions: Completed 1366 actions in 0.27 seconds.
46202026-07-29T00:55:52.977Z[ host-image] Jul 29 00:55:52.146 INFO O| Jul 29 00:55:52.146 INFO O| Finalize: Updating package state database ... Done
46212026-07-29T00:55:52.977Z[ host-image] Jul 29 00:55:52.146 INFO O| Jul 29 00:55:52.146 INFO O| Finalize: Updating package cache ... Done
46222026-07-29T00:55:53.050Z[ host-image] Jul 29 00:55:52.218 INFO O| Jul 29 00:55:52.218 INFO O| Finalize: Updating image state ... Done
46232026-07-29T00:55:53.070Z[verify-libraries] Compiling der v0.8.0
46242026-07-29T00:55:53.118Z[verify-libraries] Compiling progenitor-macro v0.13.0
46252026-07-29T00:55:53.213Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
46262026-07-29T00:55:53.352Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46272026-07-29T00:55:53.651Z[verify-libraries] Compiling diesel v2.3.7
46282026-07-29T00:55:53.888Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46292026-07-29T00:55:53.891Z[verify-libraries] Compiling git-stub v1.0.0
46302026-07-29T00:55:53.950Z[verify-libraries] Compiling kstat-rs v0.2.4
46312026-07-29T00:55:54.012Z[ host-image] Jul 29 00:55:53.181 INFO O| Jul 29 00:55:53.181 INFO O| Finalize: Creating fast lookup database ... Done
46322026-07-29T00:55:54.040Z[verify-libraries] Compiling trait-variant v0.1.2
46332026-07-29T00:55:54.043Z[ host-image] Jul 29 00:55:53.209 INFO O| Jul 29 00:55:53.209 INFO O| Finalize: Reading search index ... Done
46342026-07-29T00:55:54.043Z[ host-image] Jul 29 00:55:53.209 INFO O| Jul 29 00:55:53.209 INFO O| Finalize: Updating search index ... Done
46352026-07-29T00:55:54.086Z[ host-image] Jul 29 00:55:53.254 INFO O| Jul 29 00:55:53.254 INFO O| Finalize: Updating package cache ... Done
46362026-07-29T00:55:54.135Z[verify-libraries] Compiling parse-size v1.1.0
46372026-07-29T00:55:54.311Z[ host-image] Jul 29 00:55:53.480 INFO O| Jul 29 00:55:53.480 INFO STEP 13 (pkg_install) COMPLETE
46382026-07-29T00:55:54.311Z[ host-image] Jul 29 00:55:53.480 INFO O| Jul 29 00:55:53.480 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46392026-07-29T00:55:54.323Z[ host-image] Jul 29 00:55:53.491 INFO O| Jul 29 00:55:53.491 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
46402026-07-29T00:55:54.326Z[verify-libraries] Compiling salty v0.3.0
46412026-07-29T00:55:54.368Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
46422026-07-29T00:55:54.371Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46432026-07-29T00:55:54.451Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46442026-07-29T00:55:54.609Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46452026-07-29T00:55:54.752Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46462026-07-29T00:55:54.774Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46472026-07-29T00:55:54.777Z[verify-libraries] Compiling ghash v0.6.0
46482026-07-29T00:55:54.797Z[verify-libraries] Compiling pbkdf2 v0.13.0
46492026-07-29T00:55:54.917Z[verify-libraries] Compiling aes v0.9.1
46502026-07-29T00:55:54.960Z[verify-libraries] Compiling crypto-bigint v0.7.5
46512026-07-29T00:55:55.011Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46522026-07-29T00:55:55.049Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46532026-07-29T00:55:55.235Z[verify-libraries] Compiling ctr v0.10.1
46542026-07-29T00:55:55.440Z[verify-libraries] Compiling aead v0.6.1
46552026-07-29T00:55:55.635Z[verify-libraries] Compiling bb8 v0.8.6
46562026-07-29T00:55:55.746Z[verify-libraries] Compiling parking_lot_core v0.8.6
46572026-07-29T00:55:55.754Z[ recovery-image] Jul 29 00:55:54.922 INFO O| Jul 29 00:55:54.922 INFO O| Download: Completed 199.95 MB in 9.44 seconds (21.1M/s)
46582026-07-29T00:55:55.831Z[verify-libraries] Compiling aes-gcm v0.11.0
46592026-07-29T00:55:55.898Z[ host-image] Jul 29 00:55:55.067 INFO O| Jul 29 00:55:55.067 INFO O| Startup: Refreshing catalog 'helios' ... Done
46602026-07-29T00:55:56.100Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46612026-07-29T00:55:56.150Z[ recovery-image] Jul 29 00:55:55.318 INFO O| Jul 29 00:55:55.318 INFO O| Actions: 1/27580 actions (Installing new actions)
46622026-07-29T00:55:56.200Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46632026-07-29T00:55:56.258Z[ host-image] Jul 29 00:55:55.426 INFO O| Jul 29 00:55:55.426 INFO O| Startup: Caching catalogs ... Done
46642026-07-29T00:55:56.361Z[verify-libraries] Compiling spki v0.8.0
46652026-07-29T00:55:56.424Z[verify-libraries] Compiling mime_guess v2.0.5
46662026-07-29T00:55:56.630Z[ host-image] Jul 29 00:55:55.791 INFO O| Jul 29 00:55:55.791 INFO O| Planning: Solver setup ... Done
46672026-07-29T00:55:56.630Z[ host-image] Jul 29 00:55:55.796 INFO O| Jul 29 00:55:55.796 INFO O| Planning: Running solver ... Done
46682026-07-29T00:55:56.638Z[ host-image] Jul 29 00:55:55.806 INFO O| Jul 29 00:55:55.806 INFO O| Planning: Finding local manifests ... Done
46692026-07-29T00:55:56.663Z[ host-image] Jul 29 00:55:55.832 INFO O| Jul 29 00:55:55.832 INFO O| Planning: Fetching manifests: 0/1 0% complete
46702026-07-29T00:55:56.668Z[ host-image] Jul 29 00:55:55.837 INFO O| Jul 29 00:55:55.837 INFO O| Planning: Fetching manifests: 1/1 100% complete
46712026-07-29T00:55:56.673Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
46722026-07-29T00:55:56.685Z[ host-image] Jul 29 00:55:55.853 INFO O| Jul 29 00:55:55.853 INFO O| Planning: Package planning ... Done
46732026-07-29T00:55:56.685Z[ host-image] Jul 29 00:55:55.853 INFO O| Jul 29 00:55:55.853 INFO O| Planning: Merging actions ... Done
46742026-07-29T00:55:56.725Z[ host-image] Jul 29 00:55:55.893 INFO O| Jul 29 00:55:55.893 INFO O| Planning: Checking for conflicting actions ... Done
46752026-07-29T00:55:56.728Z[ host-image] Jul 29 00:55:55.893 INFO O| Jul 29 00:55:55.893 INFO O| Planning: Consolidating action changes ... Done
46762026-07-29T00:55:56.849Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46772026-07-29T00:55:56.920Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46782026-07-29T00:55:56.923Z[verify-libraries] Compiling rfc6979 v0.4.0
46792026-07-29T00:55:56.939Z[ host-image] Jul 29 00:55:56.107 INFO O| Jul 29 00:55:56.107 INFO O| Planning: Evaluating mediators ... Done
46802026-07-29T00:55:56.939Z[ host-image] Jul 29 00:55:56.107 INFO O| Jul 29 00:55:56.107 INFO O| Planning: Planning completed in 0.67 seconds
46812026-07-29T00:55:56.943Z[ host-image] Jul 29 00:55:56.107 INFO O| Jul 29 00:55:56.107 INFO O| Packages to install: 1
46822026-07-29T00:55:56.961Z[ host-image] Jul 29 00:55:56.118 INFO O| Jul 29 00:55:56.117 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
46832026-07-29T00:55:57.107Z[verify-libraries] Compiling salsa20 v0.11.0
46842026-07-29T00:55:57.128Z[verify-libraries] Compiling nanorand v0.7.0
46852026-07-29T00:55:57.194Z[ host-image] Jul 29 00:55:56.362 INFO O| Jul 29 00:55:56.362 INFO O| Download: Completed 13.17 MB in 0.24 seconds (53.9M/s)
46862026-07-29T00:55:57.228Z[ host-image] Jul 29 00:55:56.396 INFO O| Jul 29 00:55:56.396 INFO O| Actions: 1/22 actions (Installing new actions)
46872026-07-29T00:55:57.239Z[verify-libraries] Compiling ecdsa v0.16.9
46882026-07-29T00:55:57.289Z[verify-libraries] Compiling scrypt v0.12.0
46892026-07-29T00:55:57.345Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46902026-07-29T00:55:57.500Z[verify-libraries] Compiling flume v0.11.1
46912026-07-29T00:55:57.514Z[ host-image] Jul 29 00:55:56.682 INFO O| Jul 29 00:55:56.682 INFO O| Actions: Completed 22 actions in 0.29 seconds.
46922026-07-29T00:55:57.540Z[ host-image] Jul 29 00:55:56.708 INFO O| Jul 29 00:55:56.708 INFO O| Finalize: Updating package state database ... Done
46932026-07-29T00:55:57.540Z[ host-image] Jul 29 00:55:56.708 INFO O| Jul 29 00:55:56.708 INFO O| Finalize: Updating package cache ... Done
46942026-07-29T00:55:57.609Z[ host-image] Jul 29 00:55:56.778 INFO O| Jul 29 00:55:56.777 INFO O| Finalize: Updating image state ... Done
46952026-07-29T00:55:57.679Z[verify-libraries] Compiling primeorder v0.13.6
46962026-07-29T00:55:57.957Z[verify-libraries] Compiling cbc v0.2.1
46972026-07-29T00:55:58.100Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
46982026-07-29T00:55:58.144Z[verify-libraries] Compiling atty v0.2.14
46992026-07-29T00:55:58.182Z[verify-libraries] Compiling http-range v0.1.5
47002026-07-29T00:55:58.259Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
47012026-07-29T00:55:58.300Z[verify-libraries] Compiling nonempty v0.12.0
47022026-07-29T00:55:58.337Z[verify-libraries] Compiling pkcs5 v0.8.1
47032026-07-29T00:55:58.516Z[verify-libraries] Compiling p384 v0.13.1
47042026-07-29T00:55:58.610Z[verify-libraries] Compiling parking_lot v0.11.2
47052026-07-29T00:55:58.619Z[ host-image] Jul 29 00:55:57.785 INFO O| Jul 29 00:55:57.785 INFO O| Finalize: Creating fast lookup database ... Done
47062026-07-29T00:55:58.645Z[ host-image] Jul 29 00:55:57.814 INFO O| Jul 29 00:55:57.814 INFO O| Finalize: Reading search index ... Done
47072026-07-29T00:55:58.646Z[ host-image] Jul 29 00:55:57.814 INFO O| Jul 29 00:55:57.814 INFO O| Finalize: Updating search index ... Done
47082026-07-29T00:55:58.662Z[ host-image] Jul 29 00:55:57.830 INFO O| Jul 29 00:55:57.830 INFO O| Finalize: Updating package cache ... Done
47092026-07-29T00:55:58.735Z[verify-libraries] Compiling progenitor v0.13.0
47102026-07-29T00:55:58.886Z[ host-image] Jul 29 00:55:58.054 INFO O| Jul 29 00:55:58.054 INFO STEP 14 (pkg_install) COMPLETE
47112026-07-29T00:55:58.886Z[ host-image] Jul 29 00:55:58.054 INFO O| Jul 29 00:55:58.054 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47122026-07-29T00:55:58.889Z[ host-image] Jul 29 00:55:58.054 INFO O| Jul 29 00:55:58.054 INFO skip step because feature "mbist" is not enabled
47132026-07-29T00:55:58.889Z[ host-image] Jul 29 00:55:58.054 INFO O| Jul 29 00:55:58.054 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47142026-07-29T00:55:58.889Z[ host-image] Jul 29 00:55:58.054 INFO O| Jul 29 00:55:58.054 INFO skip step because feature "mfg" is not enabled
47152026-07-29T00:55:58.889Z[ host-image] Jul 29 00:55:58.054 INFO O| Jul 29 00:55:58.054 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47162026-07-29T00:55:58.889Z[ host-image] Jul 29 00:55:58.054 INFO O| Jul 29 00:55:58.054 INFO skip step because feature "compliance" is not enabled
47172026-07-29T00:55:58.889Z[ host-image] Jul 29 00:55:58.054 INFO O| Jul 29 00:55:58.054 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47182026-07-29T00:55:58.890Z[ host-image] Jul 29 00:55:58.054 INFO O| Jul 29 00:55:58.054 INFO skip step because feature "stress" is not enabled
47192026-07-29T00:55:58.890Z[ host-image] Jul 29 00:55:58.054 INFO O| Jul 29 00:55:58.054 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47202026-07-29T00:55:58.890Z[ host-image] Jul 29 00:55:58.054 INFO O| Jul 29 00:55:58.054 INFO skip step because feature "compliance" is not enabled
47212026-07-29T00:55:58.890Z[ host-image] Jul 29 00:55:58.054 INFO O| Jul 29 00:55:58.054 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47222026-07-29T00:55:58.890Z[ host-image] Jul 29 00:55:58.054 INFO O| Jul 29 00:55:58.054 INFO skip step because feature "nfs" is not enabled
47232026-07-29T00:55:58.890Z[ host-image] Jul 29 00:55:58.054 INFO O| Jul 29 00:55:58.054 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
47242026-07-29T00:55:58.890Z[ host-image] Jul 29 00:55:58.054 INFO O| Jul 29 00:55:58.054 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47252026-07-29T00:55:58.982Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47262026-07-29T00:55:59.039Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47272026-07-29T00:55:59.065Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47282026-07-29T00:55:59.125Z[verify-libraries] Compiling prefix-trie v0.7.0
47292026-07-29T00:55:59.153Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47302026-07-29T00:55:59.292Z[verify-libraries] Compiling sled v0.34.7
47312026-07-29T00:55:59.320Z[verify-libraries] Compiling pkcs8 v0.11.0
47322026-07-29T00:55:59.394Z[ host-image] Jul 29 00:55:58.562 INFO O| Jul 29 00:55:58.562 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
47332026-07-29T00:55:59.594Z[ host-image] Jul 29 00:55:58.763 INFO O| Jul 29 00:55:58.762 INFO completed processing sled/ramdisk-01-os
47342026-07-29T00:55:59.597Z[ host-image] Jul 29 00:55:58.766 INFO omicron1 baseline generation...
47352026-07-29T00:55:59.597Z[ host-image] Jul 29 00:55:58.766 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
47362026-07-29T00:55:59.653Z[verify-libraries] Compiling hickory-server v0.25.2
47372026-07-29T00:55:59.747Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47382026-07-29T00:55:59.816Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47392026-07-29T00:55:59.838Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47402026-07-29T00:55:59.865Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
47412026-07-29T00:55:59.868Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47422026-07-29T00:55:59.988Z[ host-image] Jul 29 00:55:59.156 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24139:20260724T162317Z
47432026-07-29T00:56:00.201Z[verify-libraries] Compiling ignore v0.4.25
47442026-07-29T00:56:00.276Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
47452026-07-29T00:56:00.483Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47462026-07-29T00:56:00.685Z[verify-libraries] Compiling ff v0.14.0
47472026-07-29T00:56:00.908Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47482026-07-29T00:56:00.978Z[verify-libraries] Compiling corncobs v0.1.4
47492026-07-29T00:56:01.022Z[verify-libraries] Compiling globwalk v0.9.1
47502026-07-29T00:56:01.144Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47512026-07-29T00:56:01.151Z[ recovery-image] Jul 29 00:56:00.320 INFO O| Jul 29 00:56:00.320 INFO O| Actions: 20601/27580 actions (Installing new actions)
47522026-07-29T00:56:01.406Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47532026-07-29T00:56:01.409Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47542026-07-29T00:56:01.633Z[verify-libraries] Compiling predicates-tree v1.0.13
47552026-07-29T00:56:01.711Z[verify-libraries] Compiling libz-sys v1.1.24
47562026-07-29T00:56:01.743Z[verify-libraries] Compiling rand_seeder v0.4.0
47572026-07-29T00:56:01.946Z[verify-libraries] Compiling secrecy v0.8.0
47582026-07-29T00:56:01.975Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
47592026-07-29T00:56:02.039Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47602026-07-29T00:56:02.210Z[ recovery-image] Jul 29 00:56:01.379 INFO O| Jul 29 00:56:01.379 INFO O| Actions: Completed 27580 actions in 6.06 seconds.
47612026-07-29T00:56:02.269Z[ recovery-image] Jul 29 00:56:01.437 INFO O| Jul 29 00:56:01.437 INFO O| Finalize: Updating package state database ... Done
47622026-07-29T00:56:02.269Z[ recovery-image] Jul 29 00:56:01.437 INFO O| Jul 29 00:56:01.437 INFO O| Finalize: Updating package cache ... Done
47632026-07-29T00:56:02.292Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47642026-07-29T00:56:02.357Z[ recovery-image] Jul 29 00:56:01.525 INFO O| Jul 29 00:56:01.525 INFO O| Finalize: Updating image state ... Done
47652026-07-29T00:56:02.495Z[verify-libraries] Compiling group v0.14.0
47662026-07-29T00:56:02.553Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
47672026-07-29T00:56:02.725Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47682026-07-29T00:56:02.768Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47692026-07-29T00:56:02.881Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47702026-07-29T00:56:02.925Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47712026-07-29T00:56:03.084Z[ recovery-image] Jul 29 00:56:02.253 INFO O| Jul 29 00:56:02.251 INFO O| Finalize: Creating fast lookup database ... Done
47722026-07-29T00:56:03.100Z[ recovery-image] Jul 29 00:56:02.268 INFO O| Jul 29 00:56:02.268 INFO O| Finalize: Reading search index ... Done
47732026-07-29T00:56:03.256Z[verify-libraries] Compiling signature v3.0.0
47742026-07-29T00:56:03.313Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47752026-07-29T00:56:03.493Z[verify-libraries] Compiling base16ct v1.0.0
47762026-07-29T00:56:03.540Z[verify-libraries] Compiling instability v0.3.11
47772026-07-29T00:56:03.780Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47782026-07-29T00:56:03.785Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47792026-07-29T00:56:03.981Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47802026-07-29T00:56:04.039Z[verify-libraries] Compiling sec1 v0.8.1
47812026-07-29T00:56:04.114Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47822026-07-29T00:56:04.147Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47832026-07-29T00:56:04.582Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47842026-07-29T00:56:04.955Z[ recovery-image] Jul 29 00:56:04.123 INFO O| Jul 29 00:56:04.123 INFO O| Finalize: Building new search index ... Done
47852026-07-29T00:56:04.992Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47862026-07-29T00:56:05.121Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47872026-07-29T00:56:05.285Z[ recovery-image] Jul 29 00:56:04.453 INFO O| Jul 29 00:56:04.453 INFO O| Finalize: Updating package cache ... Done
47882026-07-29T00:56:05.597Z[ recovery-image] Jul 29 00:56:04.765 INFO O| Jul 29 00:56:04.765 INFO STEP 11 (pkg_install) COMPLETE
47892026-07-29T00:56:05.597Z[ recovery-image] Jul 29 00:56:04.765 INFO O| Jul 29 00:56:04.765 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47902026-07-29T00:56:05.601Z[ recovery-image] Jul 29 00:56:04.765 INFO O| Jul 29 00:56:04.765 INFO skip step because feature "recovery" is enabled
47912026-07-29T00:56:05.601Z[ recovery-image] Jul 29 00:56:04.765 INFO O| Jul 29 00:56:04.765 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47922026-07-29T00:56:05.601Z[ recovery-image] Jul 29 00:56:04.765 INFO O| Jul 29 00:56:04.765 INFO skip step because feature "omicron1" is not enabled
47932026-07-29T00:56:05.601Z[ recovery-image] Jul 29 00:56:04.765 INFO O| Jul 29 00:56:04.765 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47942026-07-29T00:56:05.608Z[ recovery-image] Jul 29 00:56:04.777 INFO O| Jul 29 00:56:04.777 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
47952026-07-29T00:56:05.657Z[verify-libraries] Compiling hkdf v0.13.0
47962026-07-29T00:56:05.768Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47972026-07-29T00:56:05.844Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47982026-07-29T00:56:05.895Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47992026-07-29T00:56:05.946Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
48002026-07-29T00:56:06.177Z[verify-libraries] Compiling castaway v0.2.4
48012026-07-29T00:56:06.225Z[verify-libraries] Compiling indoc v2.0.7
48022026-07-29T00:56:06.343Z[verify-libraries] Compiling compact_str v0.8.1
48032026-07-29T00:56:06.431Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48042026-07-29T00:56:06.773Z[verify-libraries] Compiling elliptic-curve v0.14.1
48052026-07-29T00:56:06.871Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48062026-07-29T00:56:07.087Z[ recovery-image] Jul 29 00:56:06.255 INFO O| Jul 29 00:56:06.255 INFO O| Startup: Refreshing catalog 'helios' ... Done
48072026-07-29T00:56:07.146Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48082026-07-29T00:56:07.289Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48092026-07-29T00:56:07.417Z[ recovery-image] Jul 29 00:56:06.585 INFO O| Jul 29 00:56:06.585 INFO O| Startup: Caching catalogs ... Done
48102026-07-29T00:56:07.517Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
48112026-07-29T00:56:07.582Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48122026-07-29T00:56:07.673Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48132026-07-29T00:56:07.743Z[ recovery-image] Jul 29 00:56:06.911 INFO O| Jul 29 00:56:06.911 INFO O| Planning: Solver setup ... Done
48142026-07-29T00:56:07.748Z[ recovery-image] Jul 29 00:56:06.917 INFO O| Jul 29 00:56:06.917 INFO O| Planning: Running solver ... Done
48152026-07-29T00:56:07.751Z[verify-libraries] Compiling unicode-truncate v1.1.0
48162026-07-29T00:56:07.758Z[ recovery-image] Jul 29 00:56:06.927 INFO O| Jul 29 00:56:06.927 INFO O| Planning: Finding local manifests ... Done
48172026-07-29T00:56:07.781Z[ recovery-image] Jul 29 00:56:06.949 INFO O| Jul 29 00:56:06.947 INFO O| Planning: Fetching manifests: 0/1 0% complete
48182026-07-29T00:56:07.790Z[ recovery-image] Jul 29 00:56:06.958 INFO O| Jul 29 00:56:06.958 INFO O| Planning: Fetching manifests: 1/1 100% complete
48192026-07-29T00:56:07.818Z[ recovery-image] Jul 29 00:56:06.977 INFO O| Jul 29 00:56:06.977 INFO O| Planning: Package planning ... Done
48202026-07-29T00:56:07.818Z[ recovery-image] Jul 29 00:56:06.977 INFO O| Jul 29 00:56:06.977 INFO O| Planning: Merging actions ... Done
48212026-07-29T00:56:07.830Z[ recovery-image] Jul 29 00:56:06.998 INFO O| Jul 29 00:56:06.998 INFO O| Planning: Checking for conflicting actions ... Done
48222026-07-29T00:56:07.834Z[ recovery-image] Jul 29 00:56:06.998 INFO O| Jul 29 00:56:06.998 INFO O| Planning: Consolidating action changes ... Done
48232026-07-29T00:56:07.871Z[verify-libraries] Compiling lru v0.12.5
48242026-07-29T00:56:07.923Z[ recovery-image] Jul 29 00:56:07.091 INFO O| Jul 29 00:56:07.091 INFO O| Planning: Evaluating mediators ... Done
48252026-07-29T00:56:07.926Z[ recovery-image] Jul 29 00:56:07.092 INFO O| Jul 29 00:56:07.092 INFO O| Planning: Planning completed in 0.49 seconds
48262026-07-29T00:56:07.926Z[ recovery-image] Jul 29 00:56:07.092 INFO O| Jul 29 00:56:07.092 INFO O| Packages to install: 1
48272026-07-29T00:56:07.946Z[ recovery-image] Jul 29 00:56:07.115 INFO O| Jul 29 00:56:07.115 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
48282026-07-29T00:56:07.956Z[verify-libraries] Compiling cassowary v0.3.0
48292026-07-29T00:56:08.016Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48302026-07-29T00:56:08.165Z[verify-libraries] Compiling wnaf v0.14.0
48312026-07-29T00:56:08.211Z[verify-libraries] Compiling primefield v0.14.0
48322026-07-29T00:56:08.389Z[verify-libraries] Compiling ratatui v0.29.0
48332026-07-29T00:56:08.415Z[verify-libraries] Compiling rfc6979 v0.6.0
48342026-07-29T00:56:08.418Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48352026-07-29T00:56:08.418Z[ recovery-image] Jul 29 00:56:07.584 INFO O| Jul 29 00:56:07.584 INFO O| Download: Completed 13.17 MB in 0.47 seconds (28.0M/s)
48362026-07-29T00:56:08.434Z[ recovery-image] Jul 29 00:56:07.603 INFO O| Jul 29 00:56:07.603 INFO O| Actions: 1/22 actions (Installing new actions)
48372026-07-29T00:56:08.492Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48382026-07-29T00:56:08.583Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48392026-07-29T00:56:08.586Z[verify-libraries] Compiling vergen-git2 v9.1.0
48402026-07-29T00:56:08.687Z[verify-libraries] Compiling is_ci v1.2.0
48412026-07-29T00:56:08.747Z[ recovery-image] Jul 29 00:56:07.916 INFO O| Jul 29 00:56:07.915 INFO O| Actions: Completed 22 actions in 0.31 seconds.
48422026-07-29T00:56:08.768Z[verify-libraries] Compiling strsim v0.10.0
48432026-07-29T00:56:08.780Z[ recovery-image] Jul 29 00:56:07.948 INFO O| Jul 29 00:56:07.948 INFO O| Finalize: Updating package state database ... Done
48442026-07-29T00:56:08.780Z[ recovery-image] Jul 29 00:56:07.948 INFO O| Jul 29 00:56:07.948 INFO O| Finalize: Updating package cache ... Done
48452026-07-29T00:56:08.860Z[verify-libraries] Compiling ecdsa v0.17.0
48462026-07-29T00:56:08.864Z[ recovery-image] Jul 29 00:56:08.032 INFO O| Jul 29 00:56:08.032 INFO O| Finalize: Updating image state ... Done
48472026-07-29T00:56:08.987Z[verify-libraries] Compiling supports-color v3.0.2
48482026-07-29T00:56:09.043Z[verify-libraries] Compiling darling_core v0.13.4
48492026-07-29T00:56:09.113Z[verify-libraries] Compiling primeorder v0.14.0
48502026-07-29T00:56:09.196Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48512026-07-29T00:56:09.265Z[verify-libraries] Compiling tungstenite v0.23.0
48522026-07-29T00:56:09.418Z[verify-libraries] Compiling console v0.16.2
48532026-07-29T00:56:09.617Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48542026-07-29T00:56:09.631Z[ recovery-image] Jul 29 00:56:08.799 INFO O| Jul 29 00:56:08.799 INFO O| Finalize: Creating fast lookup database ... Done
48552026-07-29T00:56:09.645Z[ recovery-image] Jul 29 00:56:08.813 INFO O| Jul 29 00:56:08.813 INFO O| Finalize: Reading search index ... Done
48562026-07-29T00:56:09.645Z[ recovery-image] Jul 29 00:56:08.813 INFO O| Jul 29 00:56:08.813 INFO O| Finalize: Updating search index ... Done
48572026-07-29T00:56:09.655Z[ recovery-image] Jul 29 00:56:08.824 INFO O| Jul 29 00:56:08.823 INFO O| Finalize: Updating package cache ... Done
48582026-07-29T00:56:09.873Z[ recovery-image] Jul 29 00:56:09.041 INFO O| Jul 29 00:56:09.041 INFO STEP 14 (pkg_install) COMPLETE
48592026-07-29T00:56:09.873Z[ recovery-image] Jul 29 00:56:09.041 INFO O| Jul 29 00:56:09.041 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48602026-07-29T00:56:09.873Z[ recovery-image] Jul 29 00:56:09.041 INFO O| Jul 29 00:56:09.041 INFO skip step because feature "mbist" is not enabled
48612026-07-29T00:56:09.876Z[ recovery-image] Jul 29 00:56:09.041 INFO O| Jul 29 00:56:09.041 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48622026-07-29T00:56:09.876Z[ recovery-image] Jul 29 00:56:09.041 INFO O| Jul 29 00:56:09.041 INFO skip step because feature "mfg" is not enabled
48632026-07-29T00:56:09.876Z[ recovery-image] Jul 29 00:56:09.041 INFO O| Jul 29 00:56:09.041 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48642026-07-29T00:56:09.876Z[ recovery-image] Jul 29 00:56:09.041 INFO O| Jul 29 00:56:09.041 INFO skip step because feature "compliance" is not enabled
48652026-07-29T00:56:09.876Z[ recovery-image] Jul 29 00:56:09.041 INFO O| Jul 29 00:56:09.041 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48662026-07-29T00:56:09.877Z[ recovery-image] Jul 29 00:56:09.041 INFO O| Jul 29 00:56:09.041 INFO skip step because feature "stress" is not enabled
48672026-07-29T00:56:09.877Z[ recovery-image] Jul 29 00:56:09.041 INFO O| Jul 29 00:56:09.041 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48682026-07-29T00:56:09.877Z[ recovery-image] Jul 29 00:56:09.041 INFO O| Jul 29 00:56:09.041 INFO skip step because feature "compliance" is not enabled
48692026-07-29T00:56:09.877Z[ recovery-image] Jul 29 00:56:09.041 INFO O| Jul 29 00:56:09.041 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48702026-07-29T00:56:09.877Z[ recovery-image] Jul 29 00:56:09.041 INFO O| Jul 29 00:56:09.041 INFO skip step because feature "nfs" is not enabled
48712026-07-29T00:56:09.877Z[ recovery-image] Jul 29 00:56:09.041 INFO O| Jul 29 00:56:09.041 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
48722026-07-29T00:56:09.877Z[ recovery-image] Jul 29 00:56:09.041 INFO O| Jul 29 00:56:09.041 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
48732026-07-29T00:56:09.918Z[verify-libraries] Compiling libsw-core v0.3.2
48742026-07-29T00:56:09.987Z[verify-libraries] Compiling void v1.0.2
48752026-07-29T00:56:09.990Z[ recovery-image] Jul 29 00:56:09.157 INFO O| Jul 29 00:56:09.157 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
48762026-07-29T00:56:10.079Z[ recovery-image] Jul 29 00:56:09.246 INFO O| Jul 29 00:56:09.246 INFO completed processing sled/ramdisk-01-os
48772026-07-29T00:56:10.082Z[ recovery-image] Jul 29 00:56:09.249 INFO image builder template: ramdisk-02-trim...
48782026-07-29T00:56:10.082Z[ recovery-image] Jul 29 00:56:09.249 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/.tmpv7Qs9L/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@22.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
48792026-07-29T00:56:10.085Z[verify-libraries] Compiling unit-prefix v0.5.2
48802026-07-29T00:56:10.104Z[ recovery-image] Jul 29 00:56:09.270 INFO O| Jul 29 00:56:09.269 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48812026-07-29T00:56:10.107Z[ recovery-image] Jul 29 00:56:09.274 INFO O| Jul 29 00:56:09.274 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48822026-07-29T00:56:10.137Z[verify-libraries] Compiling assert_matches v1.5.0
48832026-07-29T00:56:10.196Z[verify-libraries] Compiling lzss v0.8.2
48842026-07-29T00:56:10.230Z[ recovery-image] Jul 29 00:56:09.398 INFO O| Jul 29 00:56:09.398 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
48852026-07-29T00:56:10.246Z[verify-libraries] Compiling indicatif v0.18.4
48862026-07-29T00:56:10.272Z[verify-libraries] Compiling libsw v3.5.0
48872026-07-29T00:56:10.294Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48882026-07-29T00:56:10.328Z[ recovery-image] Jul 29 00:56:09.496 INFO O| Jul 29 00:56:09.496 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48892026-07-29T00:56:10.328Z[ recovery-image] Jul 29 00:56:09.496 INFO O| Jul 29 00:56:09.496 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48902026-07-29T00:56:10.332Z[verify-libraries] Compiling ssh-encoding v0.3.0
48912026-07-29T00:56:10.335Z[ recovery-image] Jul 29 00:56:09.501 INFO O| Jul 29 00:56:09.501 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48922026-07-29T00:56:10.338Z[ recovery-image] Jul 29 00:56:09.505 INFO O| Jul 29 00:56:09.504 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
48932026-07-29T00:56:10.341Z[ recovery-image] Jul 29 00:56:09.509 INFO O| Jul 29 00:56:09.509 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
48942026-07-29T00:56:10.478Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48952026-07-29T00:56:10.521Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48962026-07-29T00:56:10.698Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48972026-07-29T00:56:10.761Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48982026-07-29T00:56:10.817Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48992026-07-29T00:56:11.026Z[ recovery-image] Jul 29 00:56:10.194 INFO O| Jul 29 00:56:10.194 INFO rolled back to input snapshot; work may begin
49002026-07-29T00:56:11.026Z[ recovery-image] Jul 29 00:56:10.194 INFO O| Jul 29 00:56:10.194 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49012026-07-29T00:56:11.026Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
49022026-07-29T00:56:11.031Z[ recovery-image] Jul 29 00:56:10.199 INFO O| Jul 29 00:56:10.199 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49032026-07-29T00:56:11.042Z[ recovery-image] Jul 29 00:56:10.210 INFO O| Jul 29 00:56:10.210 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49042026-07-29T00:56:11.086Z[ recovery-image] Jul 29 00:56:10.254 INFO O| Jul 29 00:56:10.254 INFO STEP 0 (remove_files) COMPLETE
49052026-07-29T00:56:11.086Z[ recovery-image] Jul 29 00:56:10.254 INFO O| Jul 29 00:56:10.254 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49062026-07-29T00:56:11.096Z[ recovery-image] Jul 29 00:56:10.264 INFO O| Jul 29 00:56:10.264 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49072026-07-29T00:56:11.099Z[ recovery-image] Jul 29 00:56:10.265 INFO O| Jul 29 00:56:10.265 INFO STEP 1 (remove_files) COMPLETE
49082026-07-29T00:56:11.099Z[ recovery-image] Jul 29 00:56:10.265 INFO O| Jul 29 00:56:10.265 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49092026-07-29T00:56:11.106Z[ recovery-image] Jul 29 00:56:10.275 INFO O| Jul 29 00:56:10.275 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49102026-07-29T00:56:11.120Z[ recovery-image] Jul 29 00:56:10.288 INFO O| Jul 29 00:56:10.288 INFO STEP 2 (remove_files) COMPLETE
49112026-07-29T00:56:11.120Z[ recovery-image] Jul 29 00:56:10.288 INFO O| Jul 29 00:56:10.288 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49122026-07-29T00:56:11.130Z[ recovery-image] Jul 29 00:56:10.298 INFO O| Jul 29 00:56:10.298 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49132026-07-29T00:56:11.133Z[ recovery-image] Jul 29 00:56:10.299 INFO O| Jul 29 00:56:10.299 INFO STEP 3 (remove_files) COMPLETE
49142026-07-29T00:56:11.133Z[ recovery-image] Jul 29 00:56:10.299 INFO O| Jul 29 00:56:10.299 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49152026-07-29T00:56:11.141Z[ recovery-image] Jul 29 00:56:10.309 INFO O| Jul 29 00:56:10.309 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49162026-07-29T00:56:11.144Z[verify-libraries] Compiling diesel-dtrace v0.5.0
49172026-07-29T00:56:11.144Z[ recovery-image] Jul 29 00:56:10.312 INFO O| Jul 29 00:56:10.312 INFO STEP 4 (remove_files) COMPLETE
49182026-07-29T00:56:11.148Z[ recovery-image] Jul 29 00:56:10.312 INFO O| Jul 29 00:56:10.312 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49192026-07-29T00:56:11.155Z[ recovery-image] Jul 29 00:56:10.324 INFO O| Jul 29 00:56:10.324 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49202026-07-29T00:56:11.155Z[ recovery-image] Jul 29 00:56:10.324 INFO O| Jul 29 00:56:10.324 INFO STEP 5 (remove_files) COMPLETE
49212026-07-29T00:56:11.156Z[ recovery-image] Jul 29 00:56:10.324 INFO O| Jul 29 00:56:10.324 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49222026-07-29T00:56:11.166Z[ recovery-image] Jul 29 00:56:10.334 INFO O| Jul 29 00:56:10.334 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49232026-07-29T00:56:11.176Z[ recovery-image] Jul 29 00:56:10.344 INFO O| Jul 29 00:56:10.344 INFO STEP 6 (remove_files) COMPLETE
49242026-07-29T00:56:11.176Z[ recovery-image] Jul 29 00:56:10.344 INFO O| Jul 29 00:56:10.344 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49252026-07-29T00:56:11.176Z[ recovery-image] Jul 29 00:56:10.345 INFO O| Jul 29 00:56:10.344 INFO skip step because feature "heliosv2" is not enabled
49262026-07-29T00:56:11.176Z[ recovery-image] Jul 29 00:56:10.345 INFO O| Jul 29 00:56:10.344 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49272026-07-29T00:56:11.179Z[ recovery-image] Jul 29 00:56:10.345 INFO O| Jul 29 00:56:10.344 INFO skip step because feature "recovery" is enabled
49282026-07-29T00:56:11.179Z[ recovery-image] Jul 29 00:56:10.345 INFO O| Jul 29 00:56:10.344 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49292026-07-29T00:56:11.179Z[ recovery-image] Jul 29 00:56:10.345 INFO O| Jul 29 00:56:10.344 INFO skip step because feature "recovery" is enabled
49302026-07-29T00:56:11.179Z[ recovery-image] Jul 29 00:56:10.345 INFO O| Jul 29 00:56:10.344 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49312026-07-29T00:56:11.179Z[ recovery-image] Jul 29 00:56:10.345 INFO O| Jul 29 00:56:10.344 INFO skip step because feature "recovery" is enabled
49322026-07-29T00:56:11.179Z[ recovery-image] Jul 29 00:56:10.345 INFO O| Jul 29 00:56:10.344 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49332026-07-29T00:56:11.186Z[ recovery-image] Jul 29 00:56:10.355 INFO O| Jul 29 00:56:10.355 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
49342026-07-29T00:56:11.189Z[ recovery-image] Jul 29 00:56:10.357 INFO O| Jul 29 00:56:10.357 INFO STEP 11 (remove_files) COMPLETE
49352026-07-29T00:56:11.189Z[ recovery-image] Jul 29 00:56:10.357 INFO O| Jul 29 00:56:10.357 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49362026-07-29T00:56:11.200Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
49372026-07-29T00:56:11.203Z[ recovery-image] Jul 29 00:56:10.371 INFO O| Jul 29 00:56:10.371 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
49382026-07-29T00:56:11.203Z[ recovery-image] Jul 29 00:56:10.372 INFO O| Jul 29 00:56:10.372 INFO STEP 12 (remove_files) COMPLETE
49392026-07-29T00:56:11.203Z[ recovery-image] Jul 29 00:56:10.372 INFO O| Jul 29 00:56:10.372 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49402026-07-29T00:56:11.214Z[ recovery-image] Jul 29 00:56:10.382 INFO O| Jul 29 00:56:10.382 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
49412026-07-29T00:56:11.217Z[ recovery-image] Jul 29 00:56:10.383 INFO O| Jul 29 00:56:10.383 INFO STEP 13 (remove_files) COMPLETE
49422026-07-29T00:56:11.217Z[ recovery-image] Jul 29 00:56:10.383 INFO O| Jul 29 00:56:10.383 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49432026-07-29T00:56:11.237Z[verify-libraries] Compiling darling_macro v0.13.4
49442026-07-29T00:56:11.259Z[verify-libraries] Compiling nix v0.27.1
49452026-07-29T00:56:11.303Z[ recovery-image] Jul 29 00:56:10.472 INFO O| Jul 29 00:56:10.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
49462026-07-29T00:56:11.311Z[ recovery-image] Jul 29 00:56:10.479 INFO O| Jul 29 00:56:10.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
49472026-07-29T00:56:11.347Z[verify-libraries] Compiling colored v2.2.0
49482026-07-29T00:56:11.376Z[ recovery-image] Jul 29 00:56:10.545 INFO O| Jul 29 00:56:10.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
49492026-07-29T00:56:11.376Z[ recovery-image] Jul 29 00:56:10.545 INFO O| Jul 29 00:56:10.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
49502026-07-29T00:56:11.384Z[ recovery-image] Jul 29 00:56:10.553 INFO O| Jul 29 00:56:10.552 INFO STEP 14 (remove_files) COMPLETE
49512026-07-29T00:56:11.384Z[ recovery-image] Jul 29 00:56:10.553 INFO O| Jul 29 00:56:10.552 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49522026-07-29T00:56:11.395Z[ recovery-image] Jul 29 00:56:10.563 INFO O| Jul 29 00:56:10.563 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
49532026-07-29T00:56:11.404Z[ recovery-image] Jul 29 00:56:10.564 INFO O| Jul 29 00:56:10.564 INFO STEP 15 (remove_files) COMPLETE
49542026-07-29T00:56:11.413Z[ recovery-image] Jul 29 00:56:10.564 INFO O| Jul 29 00:56:10.564 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49552026-07-29T00:56:11.413Z[ recovery-image] Jul 29 00:56:10.574 INFO O| Jul 29 00:56:10.574 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
49562026-07-29T00:56:11.416Z[ recovery-image] Jul 29 00:56:10.579 INFO O| Jul 29 00:56:10.579 INFO STEP 16 (remove_files) COMPLETE
49572026-07-29T00:56:11.416Z[ recovery-image] Jul 29 00:56:10.579 INFO O| Jul 29 00:56:10.579 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49582026-07-29T00:56:11.420Z[ recovery-image] Jul 29 00:56:10.589 INFO O| Jul 29 00:56:10.589 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
49592026-07-29T00:56:11.423Z[ recovery-image] Jul 29 00:56:10.589 INFO O| Jul 29 00:56:10.589 INFO STEP 17 (remove_files) COMPLETE
49602026-07-29T00:56:11.423Z[ recovery-image] Jul 29 00:56:10.589 INFO O| Jul 29 00:56:10.589 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49612026-07-29T00:56:11.429Z[ recovery-image] Jul 29 00:56:10.598 INFO O| Jul 29 00:56:10.598 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
49622026-07-29T00:56:11.432Z[ recovery-image] Jul 29 00:56:10.599 INFO O| Jul 29 00:56:10.599 INFO STEP 18 (remove_files) COMPLETE
49632026-07-29T00:56:11.432Z[ recovery-image] Jul 29 00:56:10.599 INFO O| Jul 29 00:56:10.599 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49642026-07-29T00:56:11.439Z[ recovery-image] Jul 29 00:56:10.608 INFO O| Jul 29 00:56:10.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
49652026-07-29T00:56:11.440Z[ recovery-image] Jul 29 00:56:10.608 INFO O| Jul 29 00:56:10.608 INFO STEP 19 (remove_files) COMPLETE
49662026-07-29T00:56:11.442Z[ recovery-image] Jul 29 00:56:10.608 INFO O| Jul 29 00:56:10.608 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49672026-07-29T00:56:11.452Z[ recovery-image] Jul 29 00:56:10.621 INFO O| Jul 29 00:56:10.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
49682026-07-29T00:56:11.452Z[ recovery-image] Jul 29 00:56:10.621 INFO O| Jul 29 00:56:10.621 INFO STEP 20 (remove_files) COMPLETE
49692026-07-29T00:56:11.452Z[ recovery-image] Jul 29 00:56:10.621 INFO O| Jul 29 00:56:10.621 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49702026-07-29T00:56:11.469Z[ recovery-image] Jul 29 00:56:10.637 INFO O| Jul 29 00:56:10.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
49712026-07-29T00:56:11.469Z[ recovery-image] Jul 29 00:56:10.637 INFO O| Jul 29 00:56:10.637 INFO STEP 21 (remove_files) COMPLETE
49722026-07-29T00:56:11.469Z[ recovery-image] Jul 29 00:56:10.637 INFO O| Jul 29 00:56:10.637 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49732026-07-29T00:56:11.478Z[ recovery-image] Jul 29 00:56:10.646 INFO O| Jul 29 00:56:10.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
49742026-07-29T00:56:11.478Z[ recovery-image] Jul 29 00:56:10.647 INFO O| Jul 29 00:56:10.646 INFO STEP 22 (remove_files) COMPLETE
49752026-07-29T00:56:11.478Z[ recovery-image] Jul 29 00:56:10.647 INFO O| Jul 29 00:56:10.646 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49762026-07-29T00:56:11.487Z[ recovery-image] Jul 29 00:56:10.655 INFO O| Jul 29 00:56:10.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
49772026-07-29T00:56:11.487Z[ recovery-image] Jul 29 00:56:10.655 INFO O| Jul 29 00:56:10.655 INFO STEP 23 (remove_files) COMPLETE
49782026-07-29T00:56:11.487Z[ recovery-image] Jul 29 00:56:10.656 INFO O| Jul 29 00:56:10.655 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49792026-07-29T00:56:11.496Z[ recovery-image] Jul 29 00:56:10.665 INFO O| Jul 29 00:56:10.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
49802026-07-29T00:56:11.497Z[ recovery-image] Jul 29 00:56:10.665 INFO O| Jul 29 00:56:10.665 INFO STEP 24 (remove_files) COMPLETE
49812026-07-29T00:56:11.497Z[ recovery-image] Jul 29 00:56:10.665 INFO O| Jul 29 00:56:10.665 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49822026-07-29T00:56:11.509Z[ recovery-image] Jul 29 00:56:10.674 INFO O| Jul 29 00:56:10.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
49832026-07-29T00:56:11.509Z[ recovery-image] Jul 29 00:56:10.674 INFO O| Jul 29 00:56:10.674 INFO STEP 25 (remove_files) COMPLETE
49842026-07-29T00:56:11.509Z[ recovery-image] Jul 29 00:56:10.674 INFO O| Jul 29 00:56:10.674 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49852026-07-29T00:56:11.514Z[ recovery-image] Jul 29 00:56:10.683 INFO O| Jul 29 00:56:10.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
49862026-07-29T00:56:11.514Z[ recovery-image] Jul 29 00:56:10.683 INFO O| Jul 29 00:56:10.683 INFO STEP 26 (remove_files) COMPLETE
49872026-07-29T00:56:11.514Z[ recovery-image] Jul 29 00:56:10.683 INFO O| Jul 29 00:56:10.683 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49882026-07-29T00:56:11.523Z[ recovery-image] Jul 29 00:56:10.691 INFO O| Jul 29 00:56:10.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
49892026-07-29T00:56:11.523Z[ recovery-image] Jul 29 00:56:10.691 INFO O| Jul 29 00:56:10.691 INFO STEP 27 (remove_files) COMPLETE
49902026-07-29T00:56:11.523Z[ recovery-image] Jul 29 00:56:10.691 INFO O| Jul 29 00:56:10.691 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49912026-07-29T00:56:11.531Z[ recovery-image] Jul 29 00:56:10.699 INFO O| Jul 29 00:56:10.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
49922026-07-29T00:56:11.531Z[ recovery-image] Jul 29 00:56:10.699 INFO O| Jul 29 00:56:10.699 INFO STEP 28 (remove_files) COMPLETE
49932026-07-29T00:56:11.531Z[ recovery-image] Jul 29 00:56:10.699 INFO O| Jul 29 00:56:10.699 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49942026-07-29T00:56:11.539Z[ recovery-image] Jul 29 00:56:10.707 INFO O| Jul 29 00:56:10.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
49952026-07-29T00:56:11.539Z[ recovery-image] Jul 29 00:56:10.707 INFO O| Jul 29 00:56:10.707 INFO STEP 29 (remove_files) COMPLETE
49962026-07-29T00:56:11.539Z[ recovery-image] Jul 29 00:56:10.708 INFO O| Jul 29 00:56:10.707 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49972026-07-29T00:56:11.547Z[verify-libraries] Compiling blake3 v1.8.5
49982026-07-29T00:56:11.550Z[ recovery-image] Jul 29 00:56:10.717 INFO O| Jul 29 00:56:10.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
49992026-07-29T00:56:11.550Z[ recovery-image] Jul 29 00:56:10.717 INFO O| Jul 29 00:56:10.717 INFO STEP 30 (remove_files) COMPLETE
50002026-07-29T00:56:11.550Z[ recovery-image] Jul 29 00:56:10.717 INFO O| Jul 29 00:56:10.717 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50012026-07-29T00:56:11.557Z[ recovery-image] Jul 29 00:56:10.725 INFO O| Jul 29 00:56:10.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50022026-07-29T00:56:11.557Z[ recovery-image] Jul 29 00:56:10.725 INFO O| Jul 29 00:56:10.725 INFO STEP 31 (remove_files) COMPLETE
50032026-07-29T00:56:11.557Z[ recovery-image] Jul 29 00:56:10.725 INFO O| Jul 29 00:56:10.725 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50042026-07-29T00:56:11.565Z[ recovery-image] Jul 29 00:56:10.733 INFO O| Jul 29 00:56:10.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50052026-07-29T00:56:11.565Z[ recovery-image] Jul 29 00:56:10.733 INFO O| Jul 29 00:56:10.733 INFO STEP 32 (remove_files) COMPLETE
50062026-07-29T00:56:11.568Z[ recovery-image] Jul 29 00:56:10.733 INFO O| Jul 29 00:56:10.733 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50072026-07-29T00:56:11.573Z[ recovery-image] Jul 29 00:56:10.741 INFO O| Jul 29 00:56:10.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50082026-07-29T00:56:11.573Z[ recovery-image] Jul 29 00:56:10.742 INFO O| Jul 29 00:56:10.741 INFO STEP 33 (remove_files) COMPLETE
50092026-07-29T00:56:11.573Z[ recovery-image] Jul 29 00:56:10.742 INFO O| Jul 29 00:56:10.741 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50102026-07-29T00:56:11.581Z[ recovery-image] Jul 29 00:56:10.750 INFO O| Jul 29 00:56:10.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50112026-07-29T00:56:11.581Z[ recovery-image] Jul 29 00:56:10.750 INFO O| Jul 29 00:56:10.750 INFO STEP 34 (remove_files) COMPLETE
50122026-07-29T00:56:11.584Z[ recovery-image] Jul 29 00:56:10.750 INFO O| Jul 29 00:56:10.750 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50132026-07-29T00:56:11.590Z[ recovery-image] Jul 29 00:56:10.759 INFO O| Jul 29 00:56:10.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50142026-07-29T00:56:11.590Z[ recovery-image] Jul 29 00:56:10.759 INFO O| Jul 29 00:56:10.759 INFO STEP 35 (remove_files) COMPLETE
50152026-07-29T00:56:11.590Z[ recovery-image] Jul 29 00:56:10.759 INFO O| Jul 29 00:56:10.759 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50162026-07-29T00:56:11.598Z[ recovery-image] Jul 29 00:56:10.767 INFO O| Jul 29 00:56:10.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50172026-07-29T00:56:11.598Z[ recovery-image] Jul 29 00:56:10.767 INFO O| Jul 29 00:56:10.767 INFO STEP 36 (remove_files) COMPLETE
50182026-07-29T00:56:11.598Z[ recovery-image] Jul 29 00:56:10.767 INFO O| Jul 29 00:56:10.767 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50192026-07-29T00:56:11.606Z[ recovery-image] Jul 29 00:56:10.775 INFO O| Jul 29 00:56:10.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50202026-07-29T00:56:11.606Z[ recovery-image] Jul 29 00:56:10.775 INFO O| Jul 29 00:56:10.775 INFO STEP 37 (remove_files) COMPLETE
50212026-07-29T00:56:11.606Z[ recovery-image] Jul 29 00:56:10.775 INFO O| Jul 29 00:56:10.775 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50222026-07-29T00:56:11.615Z[ recovery-image] Jul 29 00:56:10.783 INFO O| Jul 29 00:56:10.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50232026-07-29T00:56:11.615Z[ recovery-image] Jul 29 00:56:10.783 INFO O| Jul 29 00:56:10.783 INFO STEP 38 (remove_files) COMPLETE
50242026-07-29T00:56:11.615Z[ recovery-image] Jul 29 00:56:10.783 INFO O| Jul 29 00:56:10.783 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50252026-07-29T00:56:11.653Z[ recovery-image] Jul 29 00:56:10.822 INFO O| Jul 29 00:56:10.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50262026-07-29T00:56:11.653Z[ recovery-image] Jul 29 00:56:10.822 INFO O| Jul 29 00:56:10.822 INFO STEP 39 (remove_files) COMPLETE
50272026-07-29T00:56:11.653Z[ recovery-image] Jul 29 00:56:10.822 INFO O| Jul 29 00:56:10.822 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50282026-07-29T00:56:11.679Z[ recovery-image] Jul 29 00:56:10.847 INFO O| Jul 29 00:56:10.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50292026-07-29T00:56:11.679Z[ recovery-image] Jul 29 00:56:10.847 INFO O| Jul 29 00:56:10.847 INFO STEP 40 (remove_files) COMPLETE
50302026-07-29T00:56:11.679Z[ recovery-image] Jul 29 00:56:10.847 INFO O| Jul 29 00:56:10.847 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50312026-07-29T00:56:11.688Z[ recovery-image] Jul 29 00:56:10.856 INFO O| Jul 29 00:56:10.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50322026-07-29T00:56:11.688Z[ recovery-image] Jul 29 00:56:10.856 INFO O| Jul 29 00:56:10.856 INFO STEP 41 (remove_files) COMPLETE
50332026-07-29T00:56:11.688Z[ recovery-image] Jul 29 00:56:10.856 INFO O| Jul 29 00:56:10.856 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50342026-07-29T00:56:11.697Z[ recovery-image] Jul 29 00:56:10.865 INFO O| Jul 29 00:56:10.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
50352026-07-29T00:56:11.697Z[ recovery-image] Jul 29 00:56:10.865 INFO O| Jul 29 00:56:10.865 INFO STEP 42 (remove_files) COMPLETE
50362026-07-29T00:56:11.700Z[ recovery-image] Jul 29 00:56:10.865 INFO O| Jul 29 00:56:10.865 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50372026-07-29T00:56:11.705Z[ recovery-image] Jul 29 00:56:10.874 INFO O| Jul 29 00:56:10.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
50382026-07-29T00:56:11.705Z[ recovery-image] Jul 29 00:56:10.874 INFO O| Jul 29 00:56:10.874 INFO STEP 43 (remove_files) COMPLETE
50392026-07-29T00:56:11.705Z[ recovery-image] Jul 29 00:56:10.874 INFO O| Jul 29 00:56:10.874 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50402026-07-29T00:56:11.714Z[ recovery-image] Jul 29 00:56:10.882 INFO O| Jul 29 00:56:10.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
50412026-07-29T00:56:11.714Z[ recovery-image] Jul 29 00:56:10.882 INFO O| Jul 29 00:56:10.882 INFO STEP 44 (remove_files) COMPLETE
50422026-07-29T00:56:11.717Z[ recovery-image] Jul 29 00:56:10.882 INFO O| Jul 29 00:56:10.882 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50432026-07-29T00:56:11.722Z[ recovery-image] Jul 29 00:56:10.891 INFO O| Jul 29 00:56:10.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
50442026-07-29T00:56:11.722Z[ recovery-image] Jul 29 00:56:10.891 INFO O| Jul 29 00:56:10.891 INFO STEP 45 (remove_files) COMPLETE
50452026-07-29T00:56:11.722Z[ recovery-image] Jul 29 00:56:10.891 INFO O| Jul 29 00:56:10.891 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50462026-07-29T00:56:11.731Z[ recovery-image] Jul 29 00:56:10.900 INFO O| Jul 29 00:56:10.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
50472026-07-29T00:56:11.731Z[ recovery-image] Jul 29 00:56:10.900 INFO O| Jul 29 00:56:10.900 INFO STEP 46 (remove_files) COMPLETE
50482026-07-29T00:56:11.734Z[ recovery-image] Jul 29 00:56:10.900 INFO O| Jul 29 00:56:10.900 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50492026-07-29T00:56:11.740Z[ recovery-image] Jul 29 00:56:10.909 INFO O| Jul 29 00:56:10.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
50502026-07-29T00:56:11.740Z[ recovery-image] Jul 29 00:56:10.909 INFO O| Jul 29 00:56:10.909 INFO STEP 47 (remove_files) COMPLETE
50512026-07-29T00:56:11.740Z[ recovery-image] Jul 29 00:56:10.909 INFO O| Jul 29 00:56:10.909 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50522026-07-29T00:56:11.750Z[ recovery-image] Jul 29 00:56:10.919 INFO O| Jul 29 00:56:10.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
50532026-07-29T00:56:11.750Z[ recovery-image] Jul 29 00:56:10.919 INFO O| Jul 29 00:56:10.917 INFO STEP 48 (remove_files) COMPLETE
50542026-07-29T00:56:11.750Z[ recovery-image] Jul 29 00:56:10.919 INFO O| Jul 29 00:56:10.917 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50552026-07-29T00:56:11.760Z[ recovery-image] Jul 29 00:56:10.928 INFO O| Jul 29 00:56:10.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
50562026-07-29T00:56:11.760Z[ recovery-image] Jul 29 00:56:10.929 INFO O| Jul 29 00:56:10.926 INFO STEP 49 (remove_files) COMPLETE
50572026-07-29T00:56:11.760Z[ recovery-image] Jul 29 00:56:10.929 INFO O| Jul 29 00:56:10.926 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50582026-07-29T00:56:11.766Z[ recovery-image] Jul 29 00:56:10.934 INFO O| Jul 29 00:56:10.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
50592026-07-29T00:56:11.766Z[ recovery-image] Jul 29 00:56:10.934 INFO O| Jul 29 00:56:10.934 INFO STEP 50 (remove_files) COMPLETE
50602026-07-29T00:56:11.769Z[ recovery-image] Jul 29 00:56:10.934 INFO O| Jul 29 00:56:10.934 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-07-29T00:56:11.773Z[ recovery-image] Jul 29 00:56:10.942 INFO O| Jul 29 00:56:10.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
50622026-07-29T00:56:11.773Z[ recovery-image] Jul 29 00:56:10.942 INFO O| Jul 29 00:56:10.942 INFO STEP 51 (remove_files) COMPLETE
50632026-07-29T00:56:11.773Z[ recovery-image] Jul 29 00:56:10.942 INFO O| Jul 29 00:56:10.942 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-07-29T00:56:11.781Z[ recovery-image] Jul 29 00:56:10.950 INFO O| Jul 29 00:56:10.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
50652026-07-29T00:56:11.781Z[ recovery-image] Jul 29 00:56:10.950 INFO O| Jul 29 00:56:10.950 INFO STEP 52 (remove_files) COMPLETE
50662026-07-29T00:56:11.781Z[ recovery-image] Jul 29 00:56:10.950 INFO O| Jul 29 00:56:10.950 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50672026-07-29T00:56:11.789Z[ recovery-image] Jul 29 00:56:10.957 INFO O| Jul 29 00:56:10.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
50682026-07-29T00:56:11.789Z[ recovery-image] Jul 29 00:56:10.957 INFO O| Jul 29 00:56:10.957 INFO STEP 53 (remove_files) COMPLETE
50692026-07-29T00:56:11.789Z[ recovery-image] Jul 29 00:56:10.957 INFO O| Jul 29 00:56:10.957 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-07-29T00:56:11.797Z[ recovery-image] Jul 29 00:56:10.965 INFO O| Jul 29 00:56:10.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
50712026-07-29T00:56:11.797Z[ recovery-image] Jul 29 00:56:10.966 INFO O| Jul 29 00:56:10.965 INFO STEP 54 (remove_files) COMPLETE
50722026-07-29T00:56:11.800Z[ recovery-image] Jul 29 00:56:10.966 INFO O| Jul 29 00:56:10.966 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50732026-07-29T00:56:11.800Z[verify-libraries] Compiling serde_bytes v0.11.19
50742026-07-29T00:56:11.812Z[ recovery-image] Jul 29 00:56:10.976 INFO O| Jul 29 00:56:10.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
50752026-07-29T00:56:11.812Z[ recovery-image] Jul 29 00:56:10.976 INFO O| Jul 29 00:56:10.976 INFO STEP 55 (remove_files) COMPLETE
50762026-07-29T00:56:11.812Z[ recovery-image] Jul 29 00:56:10.976 INFO O| Jul 29 00:56:10.976 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-07-29T00:56:11.829Z[ recovery-image] Jul 29 00:56:10.986 INFO O| Jul 29 00:56:10.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
50782026-07-29T00:56:11.829Z[ recovery-image] Jul 29 00:56:10.986 INFO O| Jul 29 00:56:10.986 INFO STEP 56 (remove_files) COMPLETE
50792026-07-29T00:56:11.829Z[ recovery-image] Jul 29 00:56:10.986 INFO O| Jul 29 00:56:10.986 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-07-29T00:56:11.829Z[ recovery-image] Jul 29 00:56:10.996 INFO O| Jul 29 00:56:10.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
50812026-07-29T00:56:11.829Z[ recovery-image] Jul 29 00:56:10.996 INFO O| Jul 29 00:56:10.996 INFO STEP 57 (remove_files) COMPLETE
50822026-07-29T00:56:11.829Z[ recovery-image] Jul 29 00:56:10.996 INFO O| Jul 29 00:56:10.996 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-07-29T00:56:11.839Z[ recovery-image] Jul 29 00:56:11.008 INFO O| Jul 29 00:56:11.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
50842026-07-29T00:56:11.840Z[ recovery-image] Jul 29 00:56:11.008 INFO O| Jul 29 00:56:11.008 INFO STEP 58 (remove_files) COMPLETE
50852026-07-29T00:56:11.840Z[ recovery-image] Jul 29 00:56:11.008 INFO O| Jul 29 00:56:11.008 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-07-29T00:56:11.849Z[ recovery-image] Jul 29 00:56:11.018 INFO O| Jul 29 00:56:11.018 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
50872026-07-29T00:56:11.850Z[ recovery-image] Jul 29 00:56:11.018 INFO O| Jul 29 00:56:11.018 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
50882026-07-29T00:56:11.853Z[ recovery-image] Jul 29 00:56:11.018 INFO O| Jul 29 00:56:11.018 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
50892026-07-29T00:56:11.853Z[ recovery-image] Jul 29 00:56:11.018 INFO O| Jul 29 00:56:11.018 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
50902026-07-29T00:56:11.853Z[ recovery-image] Jul 29 00:56:11.018 INFO O| Jul 29 00:56:11.018 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
50912026-07-29T00:56:11.853Z[ recovery-image] Jul 29 00:56:11.018 INFO O| Jul 29 00:56:11.018 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
50922026-07-29T00:56:11.853Z[ recovery-image] Jul 29 00:56:11.018 INFO O| Jul 29 00:56:11.018 INFO ok!
50932026-07-29T00:56:11.853Z[ recovery-image] Jul 29 00:56:11.018 INFO O| Jul 29 00:56:11.018 INFO STEP 59 (ensure_file) COMPLETE
50942026-07-29T00:56:11.853Z[ recovery-image] Jul 29 00:56:11.018 INFO O| Jul 29 00:56:11.018 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-07-29T00:56:11.853Z[verify-libraries] Compiling keccak v0.2.0
50962026-07-29T00:56:11.862Z[ recovery-image] Jul 29 00:56:11.031 INFO O| Jul 29 00:56:11.031 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
50972026-07-29T00:56:11.862Z[ recovery-image] Jul 29 00:56:11.031 INFO O| Jul 29 00:56:11.031 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
50982026-07-29T00:56:11.862Z[ recovery-image] Jul 29 00:56:11.031 INFO O| Jul 29 00:56:11.031 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
50992026-07-29T00:56:11.865Z[ recovery-image] Jul 29 00:56:11.031 INFO O| Jul 29 00:56:11.031 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51002026-07-29T00:56:11.865Z[ recovery-image] Jul 29 00:56:11.031 INFO O| Jul 29 00:56:11.031 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51012026-07-29T00:56:11.865Z[ recovery-image] Jul 29 00:56:11.031 INFO O| Jul 29 00:56:11.031 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51022026-07-29T00:56:11.865Z[ recovery-image] Jul 29 00:56:11.031 INFO O| Jul 29 00:56:11.031 INFO ok!
51032026-07-29T00:56:11.865Z[ recovery-image] Jul 29 00:56:11.031 INFO O| Jul 29 00:56:11.031 INFO STEP 60 (ensure_file) COMPLETE
51042026-07-29T00:56:11.865Z[ recovery-image] Jul 29 00:56:11.031 INFO O| Jul 29 00:56:11.031 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-07-29T00:56:11.872Z[ recovery-image] Jul 29 00:56:11.041 INFO O| Jul 29 00:56:11.041 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51062026-07-29T00:56:11.872Z[ recovery-image] Jul 29 00:56:11.041 INFO O| Jul 29 00:56:11.041 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51072026-07-29T00:56:11.873Z[ recovery-image] Jul 29 00:56:11.041 INFO O| Jul 29 00:56:11.041 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51082026-07-29T00:56:11.873Z[ recovery-image] Jul 29 00:56:11.041 INFO O| Jul 29 00:56:11.041 INFO ok!
51092026-07-29T00:56:11.880Z[ recovery-image] Jul 29 00:56:11.041 INFO O| Jul 29 00:56:11.041 INFO STEP 61 (ensure_file) COMPLETE
51102026-07-29T00:56:11.880Z[ recovery-image] Jul 29 00:56:11.041 INFO O| Jul 29 00:56:11.041 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-07-29T00:56:11.882Z[ recovery-image] Jul 29 00:56:11.051 INFO O| Jul 29 00:56:11.051 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51122026-07-29T00:56:11.885Z[ recovery-image] Jul 29 00:56:11.051 INFO O| Jul 29 00:56:11.051 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51132026-07-29T00:56:11.886Z[ recovery-image] Jul 29 00:56:11.051 INFO O| Jul 29 00:56:11.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51142026-07-29T00:56:11.886Z[ recovery-image] Jul 29 00:56:11.051 INFO O| Jul 29 00:56:11.051 INFO ok!
51152026-07-29T00:56:11.886Z[ recovery-image] Jul 29 00:56:11.051 INFO O| Jul 29 00:56:11.051 INFO STEP 62 (ensure_file) COMPLETE
51162026-07-29T00:56:11.886Z[ recovery-image] Jul 29 00:56:11.051 INFO O| Jul 29 00:56:11.051 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-07-29T00:56:11.894Z[ recovery-image] Jul 29 00:56:11.062 INFO O| Jul 29 00:56:11.062 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51182026-07-29T00:56:11.894Z[ recovery-image] Jul 29 00:56:11.062 INFO O| Jul 29 00:56:11.062 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51192026-07-29T00:56:11.897Z[ recovery-image] Jul 29 00:56:11.062 INFO O| Jul 29 00:56:11.062 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51202026-07-29T00:56:11.897Z[ recovery-image] Jul 29 00:56:11.062 INFO O| Jul 29 00:56:11.062 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51212026-07-29T00:56:11.897Z[ recovery-image] Jul 29 00:56:11.062 INFO O| Jul 29 00:56:11.062 INFO ok!
51222026-07-29T00:56:11.897Z[ recovery-image] Jul 29 00:56:11.062 INFO O| Jul 29 00:56:11.062 INFO STEP 63 (ensure_file) COMPLETE
51232026-07-29T00:56:11.897Z[ recovery-image] Jul 29 00:56:11.062 INFO O| Jul 29 00:56:11.062 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-07-29T00:56:11.904Z[ recovery-image] Jul 29 00:56:11.072 INFO O| Jul 29 00:56:11.072 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51252026-07-29T00:56:11.904Z[ recovery-image] Jul 29 00:56:11.072 INFO O| Jul 29 00:56:11.072 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51262026-07-29T00:56:11.904Z[ recovery-image] Jul 29 00:56:11.072 INFO O| Jul 29 00:56:11.072 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51272026-07-29T00:56:11.907Z[ recovery-image] Jul 29 00:56:11.072 INFO O| Jul 29 00:56:11.072 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51282026-07-29T00:56:11.907Z[ recovery-image] Jul 29 00:56:11.072 INFO O| Jul 29 00:56:11.072 INFO ok!
51292026-07-29T00:56:11.907Z[ recovery-image] Jul 29 00:56:11.072 INFO O| Jul 29 00:56:11.072 INFO STEP 64 (ensure_file) COMPLETE
51302026-07-29T00:56:11.907Z[ recovery-image] Jul 29 00:56:11.072 INFO O| Jul 29 00:56:11.072 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-07-29T00:56:11.914Z[ recovery-image] Jul 29 00:56:11.083 INFO O| Jul 29 00:56:11.083 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51322026-07-29T00:56:11.914Z[ recovery-image] Jul 29 00:56:11.083 INFO O| Jul 29 00:56:11.083 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51332026-07-29T00:56:11.915Z[ recovery-image] Jul 29 00:56:11.083 INFO O| Jul 29 00:56:11.083 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51342026-07-29T00:56:11.915Z[ recovery-image] Jul 29 00:56:11.083 INFO O| Jul 29 00:56:11.083 INFO ok!
51352026-07-29T00:56:11.918Z[ recovery-image] Jul 29 00:56:11.083 INFO O| Jul 29 00:56:11.083 INFO STEP 65 (assemble_files) COMPLETE
51362026-07-29T00:56:11.918Z[ recovery-image] Jul 29 00:56:11.083 INFO O| Jul 29 00:56:11.083 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-07-29T00:56:11.925Z[ recovery-image] Jul 29 00:56:11.093 INFO O| Jul 29 00:56:11.093 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
51382026-07-29T00:56:11.925Z[ recovery-image] Jul 29 00:56:11.093 INFO O| Jul 29 00:56:11.093 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
51392026-07-29T00:56:11.925Z[ recovery-image] Jul 29 00:56:11.093 INFO O| Jul 29 00:56:11.093 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51402026-07-29T00:56:11.925Z[ recovery-image] Jul 29 00:56:11.093 INFO O| Jul 29 00:56:11.093 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51412026-07-29T00:56:11.925Z[ recovery-image] Jul 29 00:56:11.093 INFO O| Jul 29 00:56:11.093 INFO ok!
51422026-07-29T00:56:11.928Z[ recovery-image] Jul 29 00:56:11.093 INFO O| Jul 29 00:56:11.093 INFO STEP 66 (ensure_file) COMPLETE
51432026-07-29T00:56:11.928Z[ recovery-image] Jul 29 00:56:11.093 INFO O| Jul 29 00:56:11.093 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-07-29T00:56:11.928Z[ recovery-image] Jul 29 00:56:11.093 INFO O| Jul 29 00:56:11.093 INFO skip step because feature "omicron1" is not enabled
51452026-07-29T00:56:11.928Z[ recovery-image] Jul 29 00:56:11.093 INFO O| Jul 29 00:56:11.093 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-07-29T00:56:11.928Z[ recovery-image] Jul 29 00:56:11.093 INFO O| Jul 29 00:56:11.093 INFO skip step because feature "omicron1" is not enabled
51472026-07-29T00:56:11.928Z[ recovery-image] Jul 29 00:56:11.093 INFO O| Jul 29 00:56:11.093 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-07-29T00:56:11.928Z[ recovery-image] Jul 29 00:56:11.093 INFO O| Jul 29 00:56:11.093 INFO skip step because feature "omicron1" is not enabled
51492026-07-29T00:56:11.928Z[ recovery-image] Jul 29 00:56:11.093 INFO O| Jul 29 00:56:11.093 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51502026-07-29T00:56:11.939Z[ recovery-image] Jul 29 00:56:11.107 INFO O| Jul 29 00:56:11.107 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
51512026-07-29T00:56:11.939Z[ recovery-image] Jul 29 00:56:11.107 INFO O| Jul 29 00:56:11.107 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
51522026-07-29T00:56:11.955Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
51532026-07-29T00:56:12.081Z[verify-libraries] Compiling shell-words v1.1.1
51542026-07-29T00:56:12.143Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
51552026-07-29T00:56:12.198Z[verify-libraries] Compiling darling v0.13.4
51562026-07-29T00:56:12.198Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
51572026-07-29T00:56:12.398Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
51582026-07-29T00:56:12.508Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
51592026-07-29T00:56:12.685Z[verify-libraries] Compiling ed25519 v3.0.0
51602026-07-29T00:56:12.844Z[verify-libraries] Compiling crypto-primes v0.7.2
51612026-07-29T00:56:12.937Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
51622026-07-29T00:56:13.186Z[verify-libraries] Compiling poly1305 v0.9.0
51632026-07-29T00:56:13.263Z[ recovery-image] Jul 29 00:56:12.431 INFO O| Jul 29 00:56:12.431 INFO STEP 70 (pack_tar) COMPLETE
51642026-07-29T00:56:13.263Z[ recovery-image] Jul 29 00:56:12.431 INFO O| Jul 29 00:56:12.431 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
51652026-07-29T00:56:13.263Z[ recovery-image] Jul 29 00:56:12.431 INFO O| Jul 29 00:56:12.431 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
51662026-07-29T00:56:13.539Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
51672026-07-29T00:56:13.682Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
51682026-07-29T00:56:13.710Z[ recovery-image] Jul 29 00:56:12.878 INFO O| Jul 29 00:56:12.878 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
51692026-07-29T00:56:13.814Z[ recovery-image] Jul 29 00:56:12.983 INFO O| Jul 29 00:56:12.982 INFO completed processing sled/ramdisk-02-trim
51702026-07-29T00:56:13.817Z[ recovery-image] Jul 29 00:56:12.984 INFO image builder template: ramdisk-03-recovery-trim...
51712026-07-29T00:56:13.817Z[ recovery-image] Jul 29 00:56:12.984 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/.tmpv7Qs9L/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@22.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
51722026-07-29T00:56:13.820Z[ recovery-image] Jul 29 00:56:12.989 INFO O| Jul 29 00:56:12.989 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
51732026-07-29T00:56:13.896Z[ recovery-image] Jul 29 00:56:13.064 INFO O| Jul 29 00:56:13.064 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
51742026-07-29T00:56:13.900Z[ recovery-image] Jul 29 00:56:13.068 INFO O| Jul 29 00:56:13.068 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
51752026-07-29T00:56:13.959Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
51762026-07-29T00:56:13.963Z[ recovery-image] Jul 29 00:56:13.129 INFO O| Jul 29 00:56:13.129 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
51772026-07-29T00:56:13.991Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
51782026-07-29T00:56:14.015Z[ recovery-image] Jul 29 00:56:13.183 INFO O| Jul 29 00:56:13.183 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
51792026-07-29T00:56:14.015Z[ recovery-image] Jul 29 00:56:13.183 INFO O| Jul 29 00:56:13.183 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
51802026-07-29T00:56:14.022Z[ recovery-image] Jul 29 00:56:13.190 INFO O| Jul 29 00:56:13.190 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
51812026-07-29T00:56:14.025Z[ recovery-image] Jul 29 00:56:13.193 INFO O| Jul 29 00:56:13.193 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
51822026-07-29T00:56:14.029Z[ recovery-image] Jul 29 00:56:13.198 INFO O| Jul 29 00:56:13.198 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
51832026-07-29T00:56:14.088Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
51842026-07-29T00:56:14.202Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
51852026-07-29T00:56:14.277Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
51862026-07-29T00:56:14.310Z[verify-libraries] Compiling blowfish v0.10.0
51872026-07-29T00:56:14.335Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
51882026-07-29T00:56:14.478Z[verify-libraries] Compiling petname v2.0.2
51892026-07-29T00:56:14.561Z[verify-libraries] Compiling arrayref v0.3.9
51902026-07-29T00:56:14.679Z[verify-libraries] Compiling arrayvec v0.7.6
51912026-07-29T00:56:14.689Z[ recovery-image] Jul 29 00:56:13.857 INFO O| Jul 29 00:56:13.857 INFO rolled back to input snapshot; work may begin
51922026-07-29T00:56:14.689Z[ recovery-image] Jul 29 00:56:13.857 INFO O| Jul 29 00:56:13.857 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
51932026-07-29T00:56:14.693Z[ recovery-image] Jul 29 00:56:13.862 INFO O| Jul 29 00:56:13.862 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51942026-07-29T00:56:14.704Z[ recovery-image] Jul 29 00:56:13.872 INFO O| Jul 29 00:56:13.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
51952026-07-29T00:56:14.713Z[verify-libraries] Compiling constant_time_eq v0.4.2
51962026-07-29T00:56:14.716Z[ recovery-image] Jul 29 00:56:13.881 INFO O| Jul 29 00:56:13.881 INFO STEP 0 (remove_files) COMPLETE
51972026-07-29T00:56:14.716Z[ recovery-image] Jul 29 00:56:13.881 INFO O| Jul 29 00:56:13.881 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51982026-07-29T00:56:14.727Z[ recovery-image] Jul 29 00:56:13.894 INFO O| Jul 29 00:56:13.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
51992026-07-29T00:56:14.731Z[ recovery-image] Jul 29 00:56:13.899 INFO O| Jul 29 00:56:13.899 INFO STEP 1 (remove_files) COMPLETE
52002026-07-29T00:56:14.731Z[ recovery-image] Jul 29 00:56:13.899 INFO O| Jul 29 00:56:13.899 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52012026-07-29T00:56:14.742Z[ recovery-image] Jul 29 00:56:13.910 INFO O| Jul 29 00:56:13.910 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52022026-07-29T00:56:14.745Z[ recovery-image] Jul 29 00:56:13.913 INFO O| Jul 29 00:56:13.913 INFO STEP 2 (remove_files) COMPLETE
52032026-07-29T00:56:14.745Z[ recovery-image] Jul 29 00:56:13.913 INFO O| Jul 29 00:56:13.913 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52042026-07-29T00:56:14.755Z[ recovery-image] Jul 29 00:56:13.924 INFO O| Jul 29 00:56:13.923 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52052026-07-29T00:56:14.807Z[ recovery-image] Jul 29 00:56:13.975 INFO O| Jul 29 00:56:13.975 INFO STEP 3 (remove_files) COMPLETE
52062026-07-29T00:56:14.807Z[ recovery-image] Jul 29 00:56:13.975 INFO O| Jul 29 00:56:13.975 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52072026-07-29T00:56:14.818Z[ recovery-image] Jul 29 00:56:13.986 INFO O| Jul 29 00:56:13.986 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52082026-07-29T00:56:14.821Z[ recovery-image] Jul 29 00:56:13.989 INFO O| Jul 29 00:56:13.989 INFO STEP 4 (remove_files) COMPLETE
52092026-07-29T00:56:14.821Z[ recovery-image] Jul 29 00:56:13.989 INFO O| Jul 29 00:56:13.989 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52102026-07-29T00:56:14.824Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
52112026-07-29T00:56:14.830Z[ recovery-image] Jul 29 00:56:13.998 INFO O| Jul 29 00:56:13.998 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52122026-07-29T00:56:14.870Z[ recovery-image] Jul 29 00:56:14.038 INFO O| Jul 29 00:56:14.038 INFO STEP 5 (remove_files) COMPLETE
52132026-07-29T00:56:14.870Z[ recovery-image] Jul 29 00:56:14.038 INFO O| Jul 29 00:56:14.038 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52142026-07-29T00:56:14.881Z[ recovery-image] Jul 29 00:56:14.049 INFO O| Jul 29 00:56:14.049 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52152026-07-29T00:56:14.896Z[ recovery-image] Jul 29 00:56:14.064 INFO O| Jul 29 00:56:14.064 INFO STEP 6 (remove_files) COMPLETE
52162026-07-29T00:56:14.896Z[ recovery-image] Jul 29 00:56:14.064 INFO O| Jul 29 00:56:14.064 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52172026-07-29T00:56:14.907Z[ recovery-image] Jul 29 00:56:14.075 INFO O| Jul 29 00:56:14.075 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52182026-07-29T00:56:14.911Z[ recovery-image] Jul 29 00:56:14.078 INFO O| Jul 29 00:56:14.078 INFO STEP 7 (remove_files) COMPLETE
52192026-07-29T00:56:14.911Z[ recovery-image] Jul 29 00:56:14.078 INFO O| Jul 29 00:56:14.078 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52202026-07-29T00:56:14.922Z[ recovery-image] Jul 29 00:56:14.091 INFO O| Jul 29 00:56:14.091 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52212026-07-29T00:56:14.929Z[ recovery-image] Jul 29 00:56:14.095 INFO O| Jul 29 00:56:14.095 INFO STEP 8 (remove_files) COMPLETE
52222026-07-29T00:56:14.929Z[ recovery-image] Jul 29 00:56:14.095 INFO O| Jul 29 00:56:14.095 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52232026-07-29T00:56:14.937Z[ recovery-image] Jul 29 00:56:14.105 INFO O| Jul 29 00:56:14.105 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52242026-07-29T00:56:14.941Z[ recovery-image] Jul 29 00:56:14.109 INFO O| Jul 29 00:56:14.109 INFO STEP 9 (remove_files) COMPLETE
52252026-07-29T00:56:14.941Z[ recovery-image] Jul 29 00:56:14.109 INFO O| Jul 29 00:56:14.109 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52262026-07-29T00:56:14.952Z[ recovery-image] Jul 29 00:56:14.120 INFO O| Jul 29 00:56:14.120 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52272026-07-29T00:56:14.952Z[ recovery-image] Jul 29 00:56:14.120 INFO O| Jul 29 00:56:14.120 INFO STEP 10 (remove_files) COMPLETE
52282026-07-29T00:56:14.957Z[ recovery-image] Jul 29 00:56:14.120 INFO O| Jul 29 00:56:14.120 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52292026-07-29T00:56:14.962Z[ recovery-image] Jul 29 00:56:14.131 INFO O| Jul 29 00:56:14.131 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52302026-07-29T00:56:14.965Z[ recovery-image] Jul 29 00:56:14.132 INFO O| Jul 29 00:56:14.132 INFO STEP 11 (remove_files) COMPLETE
52312026-07-29T00:56:14.965Z[ recovery-image] Jul 29 00:56:14.132 INFO O| Jul 29 00:56:14.132 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52322026-07-29T00:56:14.974Z[ recovery-image] Jul 29 00:56:14.142 INFO O| Jul 29 00:56:14.142 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52332026-07-29T00:56:15.028Z[ recovery-image] Jul 29 00:56:14.196 INFO O| Jul 29 00:56:14.196 INFO STEP 12 (remove_files) COMPLETE
52342026-07-29T00:56:15.028Z[ recovery-image] Jul 29 00:56:14.196 INFO O| Jul 29 00:56:14.196 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52352026-07-29T00:56:15.040Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
52362026-07-29T00:56:15.045Z[ recovery-image] Jul 29 00:56:14.213 INFO O| Jul 29 00:56:14.213 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52372026-07-29T00:56:15.048Z[ recovery-image] Jul 29 00:56:14.215 INFO O| Jul 29 00:56:14.215 INFO STEP 13 (remove_files) COMPLETE
52382026-07-29T00:56:15.048Z[ recovery-image] Jul 29 00:56:14.215 INFO O| Jul 29 00:56:14.215 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52392026-07-29T00:56:15.056Z[ recovery-image] Jul 29 00:56:14.225 INFO O| Jul 29 00:56:14.225 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52402026-07-29T00:56:15.060Z[ recovery-image] Jul 29 00:56:14.227 INFO O| Jul 29 00:56:14.227 INFO STEP 14 (remove_files) COMPLETE
52412026-07-29T00:56:15.060Z[ recovery-image] Jul 29 00:56:14.227 INFO O| Jul 29 00:56:14.227 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52422026-07-29T00:56:15.069Z[ recovery-image] Jul 29 00:56:14.237 INFO O| Jul 29 00:56:14.237 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52432026-07-29T00:56:15.069Z[ recovery-image] Jul 29 00:56:14.237 INFO O| Jul 29 00:56:14.237 INFO STEP 15 (remove_files) COMPLETE
52442026-07-29T00:56:15.072Z[ recovery-image] Jul 29 00:56:14.237 INFO O| Jul 29 00:56:14.237 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52452026-07-29T00:56:15.080Z[ recovery-image] Jul 29 00:56:14.248 INFO O| Jul 29 00:56:14.248 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52462026-07-29T00:56:15.106Z[ recovery-image] Jul 29 00:56:14.274 INFO O| Jul 29 00:56:14.274 INFO STEP 16 (remove_files) COMPLETE
52472026-07-29T00:56:15.106Z[ recovery-image] Jul 29 00:56:14.274 INFO O| Jul 29 00:56:14.274 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52482026-07-29T00:56:15.116Z[ recovery-image] Jul 29 00:56:14.284 INFO O| Jul 29 00:56:14.284 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
52492026-07-29T00:56:15.250Z[verify-libraries] Compiling rsa v0.10.0-rc.18
52502026-07-29T00:56:15.254Z[ recovery-image] Jul 29 00:56:14.419 INFO O| Jul 29 00:56:14.419 INFO STEP 17 (remove_files) COMPLETE
52512026-07-29T00:56:15.254Z[ recovery-image] Jul 29 00:56:14.419 INFO O| Jul 29 00:56:14.419 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52522026-07-29T00:56:15.277Z[ recovery-image] Jul 29 00:56:14.438 INFO O| Jul 29 00:56:14.438 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
52532026-07-29T00:56:15.277Z[ recovery-image] Jul 29 00:56:14.438 INFO O| Jul 29 00:56:14.438 INFO STEP 18 (remove_files) COMPLETE
52542026-07-29T00:56:15.277Z[ recovery-image] Jul 29 00:56:14.438 INFO O| Jul 29 00:56:14.438 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52552026-07-29T00:56:15.280Z[ recovery-image] Jul 29 00:56:14.447 INFO O| Jul 29 00:56:14.447 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
52562026-07-29T00:56:15.280Z[ recovery-image] Jul 29 00:56:14.447 INFO O| Jul 29 00:56:14.447 INFO STEP 19 (remove_files) COMPLETE
52572026-07-29T00:56:15.281Z[ recovery-image] Jul 29 00:56:14.447 INFO O| Jul 29 00:56:14.447 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52582026-07-29T00:56:15.288Z[ recovery-image] Jul 29 00:56:14.456 INFO O| Jul 29 00:56:14.456 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
52592026-07-29T00:56:15.319Z[verify-libraries] Compiling ed25519-dalek v3.0.0
52602026-07-29T00:56:15.415Z[ recovery-image] Jul 29 00:56:14.583 INFO O| Jul 29 00:56:14.583 INFO STEP 20 (remove_files) COMPLETE
52612026-07-29T00:56:15.415Z[ recovery-image] Jul 29 00:56:14.583 INFO O| Jul 29 00:56:14.583 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52622026-07-29T00:56:15.429Z[ recovery-image] Jul 29 00:56:14.597 INFO O| Jul 29 00:56:14.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
52632026-07-29T00:56:15.433Z[ recovery-image] Jul 29 00:56:14.599 INFO O| Jul 29 00:56:14.599 INFO STEP 21 (remove_files) COMPLETE
52642026-07-29T00:56:15.433Z[ recovery-image] Jul 29 00:56:14.599 INFO O| Jul 29 00:56:14.599 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52652026-07-29T00:56:15.440Z[ recovery-image] Jul 29 00:56:14.608 INFO O| Jul 29 00:56:14.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
52662026-07-29T00:56:15.443Z[verify-libraries] Compiling ssh-cipher v0.3.0
52672026-07-29T00:56:15.450Z[ recovery-image] Jul 29 00:56:14.619 INFO O| Jul 29 00:56:14.619 INFO STEP 22 (remove_files) COMPLETE
52682026-07-29T00:56:15.451Z[ recovery-image] Jul 29 00:56:14.619 INFO O| Jul 29 00:56:14.619 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52692026-07-29T00:56:15.462Z[ recovery-image] Jul 29 00:56:14.629 INFO O| Jul 29 00:56:14.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
52702026-07-29T00:56:15.465Z[ recovery-image] Jul 29 00:56:14.633 INFO O| Jul 29 00:56:14.633 INFO STEP 23 (remove_files) COMPLETE
52712026-07-29T00:56:15.465Z[ recovery-image] Jul 29 00:56:14.633 INFO O| Jul 29 00:56:14.633 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52722026-07-29T00:56:15.475Z[ recovery-image] Jul 29 00:56:14.643 INFO O| Jul 29 00:56:14.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
52732026-07-29T00:56:15.475Z[ recovery-image] Jul 29 00:56:14.643 INFO O| Jul 29 00:56:14.643 INFO STEP 24 (remove_files) COMPLETE
52742026-07-29T00:56:15.478Z[ recovery-image] Jul 29 00:56:14.643 INFO O| Jul 29 00:56:14.643 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52752026-07-29T00:56:15.487Z[ recovery-image] Jul 29 00:56:14.655 INFO O| Jul 29 00:56:14.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
52762026-07-29T00:56:15.488Z[ recovery-image] Jul 29 00:56:14.655 INFO O| Jul 29 00:56:14.655 INFO STEP 25 (remove_files) COMPLETE
52772026-07-29T00:56:15.490Z[ recovery-image] Jul 29 00:56:14.655 INFO O| Jul 29 00:56:14.655 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52782026-07-29T00:56:15.497Z[ recovery-image] Jul 29 00:56:14.665 INFO O| Jul 29 00:56:14.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
52792026-07-29T00:56:15.497Z[ recovery-image] Jul 29 00:56:14.665 INFO O| Jul 29 00:56:14.665 INFO STEP 26 (remove_files) COMPLETE
52802026-07-29T00:56:15.497Z[ recovery-image] Jul 29 00:56:14.665 INFO O| Jul 29 00:56:14.665 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52812026-07-29T00:56:15.506Z[ recovery-image] Jul 29 00:56:14.674 INFO O| Jul 29 00:56:14.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
52822026-07-29T00:56:15.506Z[ recovery-image] Jul 29 00:56:14.674 INFO O| Jul 29 00:56:14.674 INFO STEP 27 (remove_files) COMPLETE
52832026-07-29T00:56:15.506Z[ recovery-image] Jul 29 00:56:14.674 INFO O| Jul 29 00:56:14.674 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52842026-07-29T00:56:15.513Z[verify-libraries] Compiling serde_with_macros v1.5.2
52852026-07-29T00:56:15.524Z[ recovery-image] Jul 29 00:56:14.692 INFO O| Jul 29 00:56:14.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
52862026-07-29T00:56:15.524Z[ recovery-image] Jul 29 00:56:14.692 INFO O| Jul 29 00:56:14.692 INFO STEP 28 (remove_files) COMPLETE
52872026-07-29T00:56:15.524Z[ recovery-image] Jul 29 00:56:14.692 INFO O| Jul 29 00:56:14.692 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-07-29T00:56:15.550Z[ recovery-image] Jul 29 00:56:14.706 INFO O| Jul 29 00:56:14.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
52892026-07-29T00:56:15.550Z[ recovery-image] Jul 29 00:56:14.706 INFO O| Jul 29 00:56:14.706 INFO STEP 29 (remove_files) COMPLETE
52902026-07-29T00:56:15.550Z[ recovery-image] Jul 29 00:56:14.706 INFO O| Jul 29 00:56:14.706 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-07-29T00:56:15.550Z[ recovery-image] Jul 29 00:56:14.716 INFO O| Jul 29 00:56:14.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
52922026-07-29T00:56:15.550Z[ recovery-image] Jul 29 00:56:14.716 INFO O| Jul 29 00:56:14.716 INFO STEP 30 (remove_files) COMPLETE
52932026-07-29T00:56:15.550Z[ recovery-image] Jul 29 00:56:14.716 INFO O| Jul 29 00:56:14.716 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-07-29T00:56:15.557Z[ recovery-image] Jul 29 00:56:14.725 INFO O| Jul 29 00:56:14.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
52952026-07-29T00:56:15.557Z[ recovery-image] Jul 29 00:56:14.725 INFO O| Jul 29 00:56:14.725 INFO STEP 31 (remove_files) COMPLETE
52962026-07-29T00:56:15.557Z[ recovery-image] Jul 29 00:56:14.725 INFO O| Jul 29 00:56:14.725 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-07-29T00:56:15.561Z[verify-libraries] Compiling sha3 v0.11.0
52982026-07-29T00:56:15.566Z[ recovery-image] Jul 29 00:56:14.735 INFO O| Jul 29 00:56:14.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
52992026-07-29T00:56:15.587Z[ recovery-image] Jul 29 00:56:14.755 INFO O| Jul 29 00:56:14.755 INFO STEP 32 (remove_files) COMPLETE
53002026-07-29T00:56:15.587Z[ recovery-image] Jul 29 00:56:14.755 INFO O| Jul 29 00:56:14.755 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-07-29T00:56:15.617Z[ recovery-image] Jul 29 00:56:14.785 INFO O| Jul 29 00:56:14.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53022026-07-29T00:56:15.635Z[ recovery-image] Jul 29 00:56:14.803 INFO O| Jul 29 00:56:14.803 INFO STEP 33 (remove_files) COMPLETE
53032026-07-29T00:56:15.635Z[ recovery-image] Jul 29 00:56:14.803 INFO O| Jul 29 00:56:14.803 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-07-29T00:56:15.644Z[ recovery-image] Jul 29 00:56:14.813 INFO O| Jul 29 00:56:14.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53052026-07-29T00:56:15.673Z[ recovery-image] Jul 29 00:56:14.841 INFO O| Jul 29 00:56:14.835 INFO STEP 34 (remove_files) COMPLETE
53062026-07-29T00:56:15.673Z[ recovery-image] Jul 29 00:56:14.841 INFO O| Jul 29 00:56:14.835 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-07-29T00:56:15.697Z[ recovery-image] Jul 29 00:56:14.865 INFO O| Jul 29 00:56:14.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53082026-07-29T00:56:15.697Z[ recovery-image] Jul 29 00:56:14.865 INFO O| Jul 29 00:56:14.865 INFO STEP 35 (remove_files) COMPLETE
53092026-07-29T00:56:15.697Z[ recovery-image] Jul 29 00:56:14.865 INFO O| Jul 29 00:56:14.865 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-07-29T00:56:15.715Z[ recovery-image] Jul 29 00:56:14.874 INFO O| Jul 29 00:56:14.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53112026-07-29T00:56:15.715Z[ recovery-image] Jul 29 00:56:14.874 INFO O| Jul 29 00:56:14.874 INFO STEP 36 (remove_files) COMPLETE
53122026-07-29T00:56:15.715Z[ recovery-image] Jul 29 00:56:14.874 INFO O| Jul 29 00:56:14.874 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-07-29T00:56:15.715Z[ recovery-image] Jul 29 00:56:14.883 INFO O| Jul 29 00:56:14.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53142026-07-29T00:56:15.715Z[ recovery-image] Jul 29 00:56:14.883 INFO O| Jul 29 00:56:14.883 INFO STEP 37 (remove_files) COMPLETE
53152026-07-29T00:56:15.715Z[ recovery-image] Jul 29 00:56:14.883 INFO O| Jul 29 00:56:14.883 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-07-29T00:56:15.723Z[ recovery-image] Jul 29 00:56:14.892 INFO O| Jul 29 00:56:14.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53172026-07-29T00:56:15.724Z[ recovery-image] Jul 29 00:56:14.892 INFO O| Jul 29 00:56:14.892 INFO STEP 38 (remove_files) COMPLETE
53182026-07-29T00:56:15.724Z[ recovery-image] Jul 29 00:56:14.892 INFO O| Jul 29 00:56:14.892 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-07-29T00:56:15.732Z[ recovery-image] Jul 29 00:56:14.900 INFO O| Jul 29 00:56:14.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53202026-07-29T00:56:15.732Z[ recovery-image] Jul 29 00:56:14.900 INFO O| Jul 29 00:56:14.900 INFO STEP 39 (remove_files) COMPLETE
53212026-07-29T00:56:15.732Z[ recovery-image] Jul 29 00:56:14.900 INFO O| Jul 29 00:56:14.900 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-07-29T00:56:15.740Z[ recovery-image] Jul 29 00:56:14.908 INFO O| Jul 29 00:56:14.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53232026-07-29T00:56:15.740Z[ recovery-image] Jul 29 00:56:14.908 INFO O| Jul 29 00:56:14.908 INFO STEP 40 (remove_files) COMPLETE
53242026-07-29T00:56:15.740Z[ recovery-image] Jul 29 00:56:14.908 INFO O| Jul 29 00:56:14.908 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-07-29T00:56:15.748Z[ recovery-image] Jul 29 00:56:14.916 INFO O| Jul 29 00:56:14.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53262026-07-29T00:56:15.748Z[ recovery-image] Jul 29 00:56:14.916 INFO O| Jul 29 00:56:14.916 INFO STEP 41 (remove_files) COMPLETE
53272026-07-29T00:56:15.748Z[ recovery-image] Jul 29 00:56:14.916 INFO O| Jul 29 00:56:14.916 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-07-29T00:56:15.756Z[ recovery-image] Jul 29 00:56:14.924 INFO O| Jul 29 00:56:14.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53292026-07-29T00:56:15.756Z[ recovery-image] Jul 29 00:56:14.924 INFO O| Jul 29 00:56:14.924 INFO STEP 42 (remove_files) COMPLETE
53302026-07-29T00:56:15.756Z[ recovery-image] Jul 29 00:56:14.924 INFO O| Jul 29 00:56:14.924 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-07-29T00:56:15.764Z[ recovery-image] Jul 29 00:56:14.933 INFO O| Jul 29 00:56:14.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53322026-07-29T00:56:15.768Z[ recovery-image] Jul 29 00:56:14.937 INFO O| Jul 29 00:56:14.937 INFO STEP 43 (remove_files) COMPLETE
53332026-07-29T00:56:15.768Z[ recovery-image] Jul 29 00:56:14.937 INFO O| Jul 29 00:56:14.937 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-07-29T00:56:15.788Z[ recovery-image] Jul 29 00:56:14.956 INFO O| Jul 29 00:56:14.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53352026-07-29T00:56:15.789Z[ recovery-image] Jul 29 00:56:14.957 INFO O| Jul 29 00:56:14.957 INFO STEP 44 (remove_files) COMPLETE
53362026-07-29T00:56:15.792Z[ recovery-image] Jul 29 00:56:14.957 INFO O| Jul 29 00:56:14.957 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-07-29T00:56:15.797Z[ recovery-image] Jul 29 00:56:14.965 INFO O| Jul 29 00:56:14.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53382026-07-29T00:56:15.797Z[ recovery-image] Jul 29 00:56:14.966 INFO O| Jul 29 00:56:14.965 INFO STEP 45 (remove_files) COMPLETE
53392026-07-29T00:56:15.804Z[ recovery-image] Jul 29 00:56:14.966 INFO O| Jul 29 00:56:14.965 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-07-29T00:56:15.807Z[ recovery-image] Jul 29 00:56:14.974 INFO O| Jul 29 00:56:14.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53412026-07-29T00:56:15.807Z[ recovery-image] Jul 29 00:56:14.974 INFO O| Jul 29 00:56:14.974 INFO STEP 46 (remove_files) COMPLETE
53422026-07-29T00:56:15.807Z[ recovery-image] Jul 29 00:56:14.974 INFO O| Jul 29 00:56:14.974 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-07-29T00:56:15.824Z[ recovery-image] Jul 29 00:56:14.993 INFO O| Jul 29 00:56:14.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53442026-07-29T00:56:15.825Z[ recovery-image] Jul 29 00:56:14.993 INFO O| Jul 29 00:56:14.993 INFO STEP 47 (remove_files) COMPLETE
53452026-07-29T00:56:15.825Z[ recovery-image] Jul 29 00:56:14.993 INFO O| Jul 29 00:56:14.993 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-07-29T00:56:15.838Z[ recovery-image] Jul 29 00:56:15.006 INFO O| Jul 29 00:56:15.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53472026-07-29T00:56:15.838Z[ recovery-image] Jul 29 00:56:15.006 INFO O| Jul 29 00:56:15.006 INFO STEP 48 (remove_files) COMPLETE
53482026-07-29T00:56:15.838Z[ recovery-image] Jul 29 00:56:15.006 INFO O| Jul 29 00:56:15.006 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-07-29T00:56:15.848Z[ recovery-image] Jul 29 00:56:15.016 INFO O| Jul 29 00:56:15.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
53502026-07-29T00:56:15.848Z[ recovery-image] Jul 29 00:56:15.016 INFO O| Jul 29 00:56:15.016 INFO STEP 49 (remove_files) COMPLETE
53512026-07-29T00:56:15.851Z[ recovery-image] Jul 29 00:56:15.016 INFO O| Jul 29 00:56:15.016 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-07-29T00:56:15.857Z[ recovery-image] Jul 29 00:56:15.025 INFO O| Jul 29 00:56:15.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
53532026-07-29T00:56:15.857Z[ recovery-image] Jul 29 00:56:15.025 INFO O| Jul 29 00:56:15.025 INFO STEP 50 (remove_files) COMPLETE
53542026-07-29T00:56:15.857Z[ recovery-image] Jul 29 00:56:15.025 INFO O| Jul 29 00:56:15.025 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-07-29T00:56:15.866Z[ recovery-image] Jul 29 00:56:15.034 INFO O| Jul 29 00:56:15.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
53562026-07-29T00:56:15.869Z[ recovery-image] Jul 29 00:56:15.036 INFO O| Jul 29 00:56:15.036 INFO STEP 51 (remove_files) COMPLETE
53572026-07-29T00:56:15.869Z[ recovery-image] Jul 29 00:56:15.036 INFO O| Jul 29 00:56:15.036 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-07-29T00:56:15.878Z[ recovery-image] Jul 29 00:56:15.046 INFO O| Jul 29 00:56:15.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
53592026-07-29T00:56:15.878Z[ recovery-image] Jul 29 00:56:15.046 INFO O| Jul 29 00:56:15.046 INFO STEP 52 (remove_files) COMPLETE
53602026-07-29T00:56:15.878Z[ recovery-image] Jul 29 00:56:15.046 INFO O| Jul 29 00:56:15.046 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-07-29T00:56:15.888Z[ recovery-image] Jul 29 00:56:15.056 INFO O| Jul 29 00:56:15.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
53622026-07-29T00:56:15.892Z[ recovery-image] Jul 29 00:56:15.057 INFO O| Jul 29 00:56:15.057 INFO STEP 53 (remove_files) COMPLETE
53632026-07-29T00:56:15.892Z[ recovery-image] Jul 29 00:56:15.057 INFO O| Jul 29 00:56:15.057 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-07-29T00:56:15.900Z[ recovery-image] Jul 29 00:56:15.068 INFO O| Jul 29 00:56:15.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
53652026-07-29T00:56:15.900Z[ recovery-image] Jul 29 00:56:15.068 INFO O| Jul 29 00:56:15.068 INFO STEP 54 (remove_files) COMPLETE
53662026-07-29T00:56:15.900Z[ recovery-image] Jul 29 00:56:15.068 INFO O| Jul 29 00:56:15.068 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-07-29T00:56:15.910Z[ recovery-image] Jul 29 00:56:15.079 INFO O| Jul 29 00:56:15.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
53682026-07-29T00:56:15.910Z[ recovery-image] Jul 29 00:56:15.079 INFO O| Jul 29 00:56:15.079 INFO STEP 55 (remove_files) COMPLETE
53692026-07-29T00:56:15.910Z[ recovery-image] Jul 29 00:56:15.079 INFO O| Jul 29 00:56:15.079 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-07-29T00:56:15.920Z[ recovery-image] Jul 29 00:56:15.088 INFO O| Jul 29 00:56:15.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
53712026-07-29T00:56:15.924Z[ recovery-image] Jul 29 00:56:15.089 INFO O| Jul 29 00:56:15.089 INFO STEP 56 (remove_files) COMPLETE
53722026-07-29T00:56:15.924Z[ recovery-image] Jul 29 00:56:15.089 INFO O| Jul 29 00:56:15.089 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-07-29T00:56:15.928Z[verify-libraries] Compiling p521 v0.14.0
53742026-07-29T00:56:15.931Z[ recovery-image] Jul 29 00:56:15.100 INFO O| Jul 29 00:56:15.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
53752026-07-29T00:56:15.931Z[ recovery-image] Jul 29 00:56:15.100 INFO O| Jul 29 00:56:15.100 INFO STEP 57 (remove_files) COMPLETE
53762026-07-29T00:56:15.932Z[ recovery-image] Jul 29 00:56:15.100 INFO O| Jul 29 00:56:15.100 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-07-29T00:56:15.946Z[ recovery-image] Jul 29 00:56:15.110 INFO O| Jul 29 00:56:15.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
53782026-07-29T00:56:15.946Z[ recovery-image] Jul 29 00:56:15.110 INFO O| Jul 29 00:56:15.110 INFO STEP 58 (remove_files) COMPLETE
53792026-07-29T00:56:15.946Z[ recovery-image] Jul 29 00:56:15.110 INFO O| Jul 29 00:56:15.110 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-07-29T00:56:15.951Z[ recovery-image] Jul 29 00:56:15.119 INFO O| Jul 29 00:56:15.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
53812026-07-29T00:56:15.951Z[ recovery-image] Jul 29 00:56:15.119 INFO O| Jul 29 00:56:15.119 INFO STEP 59 (remove_files) COMPLETE
53822026-07-29T00:56:15.954Z[ recovery-image] Jul 29 00:56:15.119 INFO O| Jul 29 00:56:15.119 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-07-29T00:56:15.962Z[ recovery-image] Jul 29 00:56:15.130 INFO O| Jul 29 00:56:15.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
53842026-07-29T00:56:15.962Z[ recovery-image] Jul 29 00:56:15.130 INFO O| Jul 29 00:56:15.130 INFO STEP 60 (remove_files) COMPLETE
53852026-07-29T00:56:15.962Z[ recovery-image] Jul 29 00:56:15.130 INFO O| Jul 29 00:56:15.130 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-07-29T00:56:15.972Z[ recovery-image] Jul 29 00:56:15.140 INFO O| Jul 29 00:56:15.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
53872026-07-29T00:56:15.972Z[ recovery-image] Jul 29 00:56:15.140 INFO O| Jul 29 00:56:15.140 INFO STEP 61 (remove_files) COMPLETE
53882026-07-29T00:56:15.972Z[ recovery-image] Jul 29 00:56:15.140 INFO O| Jul 29 00:56:15.140 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-07-29T00:56:15.983Z[ recovery-image] Jul 29 00:56:15.151 INFO O| Jul 29 00:56:15.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
53902026-07-29T00:56:15.983Z[ recovery-image] Jul 29 00:56:15.151 INFO O| Jul 29 00:56:15.151 INFO STEP 62 (remove_files) COMPLETE
53912026-07-29T00:56:15.986Z[ recovery-image] Jul 29 00:56:15.151 INFO O| Jul 29 00:56:15.151 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-07-29T00:56:15.994Z[ recovery-image] Jul 29 00:56:15.162 INFO O| Jul 29 00:56:15.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
53932026-07-29T00:56:15.994Z[ recovery-image] Jul 29 00:56:15.162 INFO O| Jul 29 00:56:15.162 INFO STEP 63 (remove_files) COMPLETE
53942026-07-29T00:56:15.994Z[ recovery-image] Jul 29 00:56:15.162 INFO O| Jul 29 00:56:15.162 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-07-29T00:56:16.004Z[ recovery-image] Jul 29 00:56:15.172 INFO O| Jul 29 00:56:15.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
53962026-07-29T00:56:16.004Z[ recovery-image] Jul 29 00:56:15.172 INFO O| Jul 29 00:56:15.172 INFO STEP 64 (remove_files) COMPLETE
53972026-07-29T00:56:16.007Z[ recovery-image] Jul 29 00:56:15.172 INFO O| Jul 29 00:56:15.172 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-07-29T00:56:16.013Z[ recovery-image] Jul 29 00:56:15.181 INFO O| Jul 29 00:56:15.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
53992026-07-29T00:56:16.018Z[ recovery-image] Jul 29 00:56:15.182 INFO O| Jul 29 00:56:15.182 INFO STEP 65 (remove_files) COMPLETE
54002026-07-29T00:56:16.018Z[ recovery-image] Jul 29 00:56:15.182 INFO O| Jul 29 00:56:15.182 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-07-29T00:56:16.023Z[ recovery-image] Jul 29 00:56:15.192 INFO O| Jul 29 00:56:15.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54022026-07-29T00:56:16.023Z[ recovery-image] Jul 29 00:56:15.192 INFO O| Jul 29 00:56:15.192 INFO STEP 66 (remove_files) COMPLETE
54032026-07-29T00:56:16.029Z[ recovery-image] Jul 29 00:56:15.192 INFO O| Jul 29 00:56:15.192 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-07-29T00:56:16.044Z[ recovery-image] Jul 29 00:56:15.201 INFO O| Jul 29 00:56:15.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54052026-07-29T00:56:16.044Z[ recovery-image] Jul 29 00:56:15.201 INFO O| Jul 29 00:56:15.201 INFO STEP 67 (remove_files) COMPLETE
54062026-07-29T00:56:16.048Z[ recovery-image] Jul 29 00:56:15.201 INFO O| Jul 29 00:56:15.201 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-07-29T00:56:16.048Z[ recovery-image] Jul 29 00:56:15.212 INFO O| Jul 29 00:56:15.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54082026-07-29T00:56:16.048Z[ recovery-image] Jul 29 00:56:15.212 INFO O| Jul 29 00:56:15.212 INFO STEP 68 (remove_files) COMPLETE
54092026-07-29T00:56:16.048Z[ recovery-image] Jul 29 00:56:15.212 INFO O| Jul 29 00:56:15.212 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-07-29T00:56:16.054Z[ recovery-image] Jul 29 00:56:15.222 INFO O| Jul 29 00:56:15.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54112026-07-29T00:56:16.054Z[ recovery-image] Jul 29 00:56:15.222 INFO O| Jul 29 00:56:15.222 INFO STEP 69 (remove_files) COMPLETE
54122026-07-29T00:56:16.057Z[ recovery-image] Jul 29 00:56:15.222 INFO O| Jul 29 00:56:15.222 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-07-29T00:56:16.062Z[ recovery-image] Jul 29 00:56:15.231 INFO O| Jul 29 00:56:15.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54142026-07-29T00:56:16.062Z[ recovery-image] Jul 29 00:56:15.231 INFO O| Jul 29 00:56:15.231 INFO STEP 70 (remove_files) COMPLETE
54152026-07-29T00:56:16.065Z[ recovery-image] Jul 29 00:56:15.231 INFO O| Jul 29 00:56:15.231 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-07-29T00:56:16.071Z[ recovery-image] Jul 29 00:56:15.239 INFO O| Jul 29 00:56:15.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54172026-07-29T00:56:16.071Z[ recovery-image] Jul 29 00:56:15.239 INFO O| Jul 29 00:56:15.239 INFO STEP 71 (remove_files) COMPLETE
54182026-07-29T00:56:16.071Z[ recovery-image] Jul 29 00:56:15.239 INFO O| Jul 29 00:56:15.239 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-07-29T00:56:16.082Z[ recovery-image] Jul 29 00:56:15.248 INFO O| Jul 29 00:56:15.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54202026-07-29T00:56:16.082Z[ recovery-image] Jul 29 00:56:15.248 INFO O| Jul 29 00:56:15.248 INFO STEP 72 (remove_files) COMPLETE
54212026-07-29T00:56:16.085Z[ recovery-image] Jul 29 00:56:15.248 INFO O| Jul 29 00:56:15.248 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-07-29T00:56:16.094Z[ recovery-image] Jul 29 00:56:15.257 INFO O| Jul 29 00:56:15.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54232026-07-29T00:56:16.094Z[ recovery-image] Jul 29 00:56:15.257 INFO O| Jul 29 00:56:15.257 INFO STEP 73 (remove_files) COMPLETE
54242026-07-29T00:56:16.094Z[ recovery-image] Jul 29 00:56:15.257 INFO O| Jul 29 00:56:15.257 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-07-29T00:56:16.098Z[verify-libraries] Compiling p384 v0.14.0
54262026-07-29T00:56:16.102Z[ recovery-image] Jul 29 00:56:15.268 INFO O| Jul 29 00:56:15.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54272026-07-29T00:56:16.102Z[ recovery-image] Jul 29 00:56:15.268 INFO O| Jul 29 00:56:15.268 INFO STEP 74 (remove_files) COMPLETE
54282026-07-29T00:56:16.102Z[ recovery-image] Jul 29 00:56:15.268 INFO O| Jul 29 00:56:15.268 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-07-29T00:56:16.109Z[ recovery-image] Jul 29 00:56:15.278 INFO O| Jul 29 00:56:15.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54302026-07-29T00:56:16.113Z[ recovery-image] Jul 29 00:56:15.278 INFO O| Jul 29 00:56:15.278 INFO STEP 75 (remove_files) COMPLETE
54312026-07-29T00:56:16.113Z[ recovery-image] Jul 29 00:56:15.278 INFO O| Jul 29 00:56:15.278 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-07-29T00:56:16.121Z[ recovery-image] Jul 29 00:56:15.288 INFO O| Jul 29 00:56:15.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54332026-07-29T00:56:16.122Z[ recovery-image] Jul 29 00:56:15.288 INFO O| Jul 29 00:56:15.288 INFO STEP 76 (remove_files) COMPLETE
54342026-07-29T00:56:16.122Z[ recovery-image] Jul 29 00:56:15.288 INFO O| Jul 29 00:56:15.288 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-07-29T00:56:16.127Z[verify-libraries] Compiling p256 v0.14.0
54362026-07-29T00:56:16.130Z[ recovery-image] Jul 29 00:56:15.298 INFO O| Jul 29 00:56:15.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54372026-07-29T00:56:16.130Z[ recovery-image] Jul 29 00:56:15.298 INFO O| Jul 29 00:56:15.298 INFO STEP 77 (remove_files) COMPLETE
54382026-07-29T00:56:16.130Z[ recovery-image] Jul 29 00:56:15.298 INFO O| Jul 29 00:56:15.298 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-07-29T00:56:16.139Z[ recovery-image] Jul 29 00:56:15.308 INFO O| Jul 29 00:56:15.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54402026-07-29T00:56:16.140Z[ recovery-image] Jul 29 00:56:15.308 INFO O| Jul 29 00:56:15.308 INFO STEP 78 (remove_files) COMPLETE
54412026-07-29T00:56:16.140Z[ recovery-image] Jul 29 00:56:15.308 INFO O| Jul 29 00:56:15.308 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-07-29T00:56:16.149Z[ recovery-image] Jul 29 00:56:15.317 INFO O| Jul 29 00:56:15.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54432026-07-29T00:56:16.149Z[ recovery-image] Jul 29 00:56:15.317 INFO O| Jul 29 00:56:15.317 INFO STEP 79 (remove_files) COMPLETE
54442026-07-29T00:56:16.152Z[ recovery-image] Jul 29 00:56:15.317 INFO O| Jul 29 00:56:15.317 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-07-29T00:56:16.158Z[ recovery-image] Jul 29 00:56:15.327 INFO O| Jul 29 00:56:15.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54462026-07-29T00:56:16.161Z[ recovery-image] Jul 29 00:56:15.328 INFO O| Jul 29 00:56:15.328 INFO STEP 80 (remove_files) COMPLETE
54472026-07-29T00:56:16.161Z[ recovery-image] Jul 29 00:56:15.328 INFO O| Jul 29 00:56:15.328 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-07-29T00:56:16.169Z[ recovery-image] Jul 29 00:56:15.338 INFO O| Jul 29 00:56:15.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
54492026-07-29T00:56:16.169Z[ recovery-image] Jul 29 00:56:15.338 INFO O| Jul 29 00:56:15.338 INFO STEP 81 (remove_files) COMPLETE
54502026-07-29T00:56:16.172Z[ recovery-image] Jul 29 00:56:15.338 INFO O| Jul 29 00:56:15.338 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-07-29T00:56:16.179Z[ recovery-image] Jul 29 00:56:15.348 INFO O| Jul 29 00:56:15.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
54522026-07-29T00:56:16.179Z[ recovery-image] Jul 29 00:56:15.348 INFO O| Jul 29 00:56:15.348 INFO STEP 82 (remove_files) COMPLETE
54532026-07-29T00:56:16.182Z[ recovery-image] Jul 29 00:56:15.348 INFO O| Jul 29 00:56:15.348 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-07-29T00:56:16.185Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
54552026-07-29T00:56:16.188Z[ recovery-image] Jul 29 00:56:15.357 INFO O| Jul 29 00:56:15.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
54562026-07-29T00:56:16.188Z[ recovery-image] Jul 29 00:56:15.357 INFO O| Jul 29 00:56:15.357 INFO STEP 83 (remove_files) COMPLETE
54572026-07-29T00:56:16.191Z[ recovery-image] Jul 29 00:56:15.357 INFO O| Jul 29 00:56:15.357 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-07-29T00:56:16.205Z[ recovery-image] Jul 29 00:56:15.366 INFO O| Jul 29 00:56:15.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
54592026-07-29T00:56:16.205Z[ recovery-image] Jul 29 00:56:15.366 INFO O| Jul 29 00:56:15.366 INFO STEP 84 (remove_files) COMPLETE
54602026-07-29T00:56:16.205Z[ recovery-image] Jul 29 00:56:15.366 INFO O| Jul 29 00:56:15.366 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-07-29T00:56:16.209Z[ recovery-image] Jul 29 00:56:15.375 INFO O| Jul 29 00:56:15.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
54622026-07-29T00:56:16.209Z[ recovery-image] Jul 29 00:56:15.375 INFO O| Jul 29 00:56:15.375 INFO STEP 85 (remove_files) COMPLETE
54632026-07-29T00:56:16.209Z[ recovery-image] Jul 29 00:56:15.375 INFO O| Jul 29 00:56:15.375 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-07-29T00:56:16.220Z[ recovery-image] Jul 29 00:56:15.384 INFO O| Jul 29 00:56:15.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
54652026-07-29T00:56:16.220Z[ recovery-image] Jul 29 00:56:15.384 INFO O| Jul 29 00:56:15.384 INFO STEP 86 (remove_files) COMPLETE
54662026-07-29T00:56:16.220Z[ recovery-image] Jul 29 00:56:15.384 INFO O| Jul 29 00:56:15.384 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-07-29T00:56:16.226Z[ recovery-image] Jul 29 00:56:15.395 INFO O| Jul 29 00:56:15.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
54682026-07-29T00:56:16.226Z[ recovery-image] Jul 29 00:56:15.395 INFO O| Jul 29 00:56:15.395 INFO STEP 87 (remove_files) COMPLETE
54692026-07-29T00:56:16.229Z[ recovery-image] Jul 29 00:56:15.395 INFO O| Jul 29 00:56:15.395 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-07-29T00:56:16.229Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
54712026-07-29T00:56:16.229Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
54722026-07-29T00:56:16.235Z[ recovery-image] Jul 29 00:56:15.403 INFO O| Jul 29 00:56:15.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
54732026-07-29T00:56:16.235Z[ recovery-image] Jul 29 00:56:15.403 INFO O| Jul 29 00:56:15.403 INFO STEP 88 (remove_files) COMPLETE
54742026-07-29T00:56:16.237Z[ recovery-image] Jul 29 00:56:15.403 INFO O| Jul 29 00:56:15.403 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-07-29T00:56:16.243Z[ recovery-image] Jul 29 00:56:15.411 INFO O| Jul 29 00:56:15.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
54762026-07-29T00:56:16.246Z[ recovery-image] Jul 29 00:56:15.413 INFO O| Jul 29 00:56:15.413 INFO STEP 89 (remove_files) COMPLETE
54772026-07-29T00:56:16.246Z[ recovery-image] Jul 29 00:56:15.413 INFO O| Jul 29 00:56:15.413 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-07-29T00:56:16.254Z[ recovery-image] Jul 29 00:56:15.422 INFO O| Jul 29 00:56:15.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
54792026-07-29T00:56:16.254Z[ recovery-image] Jul 29 00:56:15.422 INFO O| Jul 29 00:56:15.422 INFO STEP 90 (remove_files) COMPLETE
54802026-07-29T00:56:16.257Z[ recovery-image] Jul 29 00:56:15.422 INFO O| Jul 29 00:56:15.422 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-07-29T00:56:16.262Z[ recovery-image] Jul 29 00:56:15.431 INFO O| Jul 29 00:56:15.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
54822026-07-29T00:56:16.262Z[ recovery-image] Jul 29 00:56:15.431 INFO O| Jul 29 00:56:15.431 INFO STEP 91 (remove_files) COMPLETE
54832026-07-29T00:56:16.265Z[ recovery-image] Jul 29 00:56:15.431 INFO O| Jul 29 00:56:15.431 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-07-29T00:56:16.270Z[ recovery-image] Jul 29 00:56:15.439 INFO O| Jul 29 00:56:15.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
54852026-07-29T00:56:16.271Z[ recovery-image] Jul 29 00:56:15.439 INFO O| Jul 29 00:56:15.439 INFO STEP 92 (remove_files) COMPLETE
54862026-07-29T00:56:16.273Z[ recovery-image] Jul 29 00:56:15.439 INFO O| Jul 29 00:56:15.439 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-07-29T00:56:16.280Z[ recovery-image] Jul 29 00:56:15.449 INFO O| Jul 29 00:56:15.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
54882026-07-29T00:56:16.280Z[ recovery-image] Jul 29 00:56:15.449 INFO O| Jul 29 00:56:15.449 INFO STEP 93 (remove_files) COMPLETE
54892026-07-29T00:56:16.280Z[ recovery-image] Jul 29 00:56:15.449 INFO O| Jul 29 00:56:15.449 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-07-29T00:56:16.291Z[ recovery-image] Jul 29 00:56:15.459 INFO O| Jul 29 00:56:15.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
54912026-07-29T00:56:16.294Z[ recovery-image] Jul 29 00:56:15.459 INFO O| Jul 29 00:56:15.459 INFO STEP 94 (remove_files) COMPLETE
54922026-07-29T00:56:16.294Z[ recovery-image] Jul 29 00:56:15.459 INFO O| Jul 29 00:56:15.459 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-07-29T00:56:16.301Z[ recovery-image] Jul 29 00:56:15.470 INFO O| Jul 29 00:56:15.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
54942026-07-29T00:56:16.301Z[ recovery-image] Jul 29 00:56:15.470 INFO O| Jul 29 00:56:15.470 INFO STEP 95 (remove_files) COMPLETE
54952026-07-29T00:56:16.304Z[ recovery-image] Jul 29 00:56:15.470 INFO O| Jul 29 00:56:15.470 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-07-29T00:56:16.311Z[ recovery-image] Jul 29 00:56:15.479 INFO O| Jul 29 00:56:15.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
54972026-07-29T00:56:16.311Z[ recovery-image] Jul 29 00:56:15.479 INFO O| Jul 29 00:56:15.479 INFO STEP 96 (remove_files) COMPLETE
54982026-07-29T00:56:16.311Z[ recovery-image] Jul 29 00:56:15.479 INFO O| Jul 29 00:56:15.479 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-07-29T00:56:16.320Z[ recovery-image] Jul 29 00:56:15.488 INFO O| Jul 29 00:56:15.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55002026-07-29T00:56:16.320Z[ recovery-image] Jul 29 00:56:15.488 INFO O| Jul 29 00:56:15.488 INFO STEP 97 (remove_files) COMPLETE
55012026-07-29T00:56:16.323Z[ recovery-image] Jul 29 00:56:15.488 INFO O| Jul 29 00:56:15.488 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-07-29T00:56:16.329Z[ recovery-image] Jul 29 00:56:15.497 INFO O| Jul 29 00:56:15.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55032026-07-29T00:56:16.329Z[ recovery-image] Jul 29 00:56:15.498 INFO O| Jul 29 00:56:15.498 INFO STEP 98 (remove_files) COMPLETE
55042026-07-29T00:56:16.332Z[ recovery-image] Jul 29 00:56:15.498 INFO O| Jul 29 00:56:15.498 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-07-29T00:56:16.338Z[ recovery-image] Jul 29 00:56:15.507 INFO O| Jul 29 00:56:15.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55062026-07-29T00:56:16.338Z[ recovery-image] Jul 29 00:56:15.507 INFO O| Jul 29 00:56:15.507 INFO STEP 99 (remove_files) COMPLETE
55072026-07-29T00:56:16.341Z[ recovery-image] Jul 29 00:56:15.507 INFO O| Jul 29 00:56:15.507 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-07-29T00:56:16.347Z[ recovery-image] Jul 29 00:56:15.516 INFO O| Jul 29 00:56:15.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55092026-07-29T00:56:16.347Z[ recovery-image] Jul 29 00:56:15.516 INFO O| Jul 29 00:56:15.516 INFO STEP 100 (remove_files) COMPLETE
55102026-07-29T00:56:16.347Z[ recovery-image] Jul 29 00:56:15.516 INFO O| Jul 29 00:56:15.516 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-07-29T00:56:16.356Z[ recovery-image] Jul 29 00:56:15.525 INFO O| Jul 29 00:56:15.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55122026-07-29T00:56:16.356Z[ recovery-image] Jul 29 00:56:15.525 INFO O| Jul 29 00:56:15.525 INFO STEP 101 (remove_files) COMPLETE
55132026-07-29T00:56:16.359Z[ recovery-image] Jul 29 00:56:15.525 INFO O| Jul 29 00:56:15.525 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-07-29T00:56:16.365Z[ recovery-image] Jul 29 00:56:15.534 INFO O| Jul 29 00:56:15.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55152026-07-29T00:56:16.365Z[ recovery-image] Jul 29 00:56:15.534 INFO O| Jul 29 00:56:15.534 INFO STEP 102 (remove_files) COMPLETE
55162026-07-29T00:56:16.368Z[ recovery-image] Jul 29 00:56:15.534 INFO O| Jul 29 00:56:15.534 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-07-29T00:56:16.393Z[ recovery-image] Jul 29 00:56:15.550 INFO O| Jul 29 00:56:15.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55182026-07-29T00:56:16.393Z[ recovery-image] Jul 29 00:56:15.550 INFO O| Jul 29 00:56:15.545 INFO STEP 103 (remove_files) COMPLETE
55192026-07-29T00:56:16.394Z[ recovery-image] Jul 29 00:56:15.550 INFO O| Jul 29 00:56:15.545 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-07-29T00:56:16.394Z[ recovery-image] Jul 29 00:56:15.556 INFO O| Jul 29 00:56:15.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55212026-07-29T00:56:16.394Z[ recovery-image] Jul 29 00:56:15.556 INFO O| Jul 29 00:56:15.556 INFO STEP 104 (remove_files) COMPLETE
55222026-07-29T00:56:16.394Z[ recovery-image] Jul 29 00:56:15.556 INFO O| Jul 29 00:56:15.556 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-07-29T00:56:16.397Z[ recovery-image] Jul 29 00:56:15.566 INFO O| Jul 29 00:56:15.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55242026-07-29T00:56:16.397Z[ recovery-image] Jul 29 00:56:15.566 INFO O| Jul 29 00:56:15.566 INFO STEP 105 (remove_files) COMPLETE
55252026-07-29T00:56:16.397Z[ recovery-image] Jul 29 00:56:15.566 INFO O| Jul 29 00:56:15.566 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-07-29T00:56:16.407Z[ recovery-image] Jul 29 00:56:15.575 INFO O| Jul 29 00:56:15.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55272026-07-29T00:56:16.407Z[ recovery-image] Jul 29 00:56:15.575 INFO O| Jul 29 00:56:15.575 INFO STEP 106 (remove_files) COMPLETE
55282026-07-29T00:56:16.410Z[ recovery-image] Jul 29 00:56:15.575 INFO O| Jul 29 00:56:15.575 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-07-29T00:56:16.415Z[ recovery-image] Jul 29 00:56:15.583 INFO O| Jul 29 00:56:15.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55302026-07-29T00:56:16.415Z[ recovery-image] Jul 29 00:56:15.583 INFO O| Jul 29 00:56:15.583 INFO STEP 107 (remove_files) COMPLETE
55312026-07-29T00:56:16.418Z[ recovery-image] Jul 29 00:56:15.583 INFO O| Jul 29 00:56:15.583 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-07-29T00:56:16.422Z[ recovery-image] Jul 29 00:56:15.591 INFO O| Jul 29 00:56:15.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55332026-07-29T00:56:16.422Z[ recovery-image] Jul 29 00:56:15.591 INFO O| Jul 29 00:56:15.591 INFO STEP 108 (remove_files) COMPLETE
55342026-07-29T00:56:16.422Z[ recovery-image] Jul 29 00:56:15.591 INFO O| Jul 29 00:56:15.591 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-07-29T00:56:16.430Z[ recovery-image] Jul 29 00:56:15.598 INFO O| Jul 29 00:56:15.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55362026-07-29T00:56:16.430Z[ recovery-image] Jul 29 00:56:15.598 INFO O| Jul 29 00:56:15.598 INFO STEP 109 (remove_files) COMPLETE
55372026-07-29T00:56:16.430Z[ recovery-image] Jul 29 00:56:15.598 INFO O| Jul 29 00:56:15.598 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-07-29T00:56:16.438Z[ recovery-image] Jul 29 00:56:15.607 INFO O| Jul 29 00:56:15.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55392026-07-29T00:56:16.438Z[ recovery-image] Jul 29 00:56:15.607 INFO O| Jul 29 00:56:15.607 INFO STEP 110 (remove_files) COMPLETE
55402026-07-29T00:56:16.441Z[ recovery-image] Jul 29 00:56:15.607 INFO O| Jul 29 00:56:15.607 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-07-29T00:56:16.446Z[ recovery-image] Jul 29 00:56:15.614 INFO O| Jul 29 00:56:15.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55422026-07-29T00:56:16.446Z[ recovery-image] Jul 29 00:56:15.614 INFO O| Jul 29 00:56:15.614 INFO STEP 111 (remove_files) COMPLETE
55432026-07-29T00:56:16.446Z[ recovery-image] Jul 29 00:56:15.614 INFO O| Jul 29 00:56:15.614 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-07-29T00:56:16.454Z[ recovery-image] Jul 29 00:56:15.622 INFO O| Jul 29 00:56:15.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55452026-07-29T00:56:16.454Z[ recovery-image] Jul 29 00:56:15.622 INFO O| Jul 29 00:56:15.622 INFO STEP 112 (remove_files) COMPLETE
55462026-07-29T00:56:16.457Z[ recovery-image] Jul 29 00:56:15.622 INFO O| Jul 29 00:56:15.622 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-07-29T00:56:16.462Z[ recovery-image] Jul 29 00:56:15.630 INFO O| Jul 29 00:56:15.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55482026-07-29T00:56:16.462Z[ recovery-image] Jul 29 00:56:15.631 INFO O| Jul 29 00:56:15.630 INFO STEP 113 (remove_files) COMPLETE
55492026-07-29T00:56:16.462Z[ recovery-image] Jul 29 00:56:15.631 INFO O| Jul 29 00:56:15.631 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-07-29T00:56:16.470Z[ recovery-image] Jul 29 00:56:15.639 INFO O| Jul 29 00:56:15.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55512026-07-29T00:56:16.470Z[ recovery-image] Jul 29 00:56:15.639 INFO O| Jul 29 00:56:15.639 INFO STEP 114 (remove_files) COMPLETE
55522026-07-29T00:56:16.470Z[ recovery-image] Jul 29 00:56:15.639 INFO O| Jul 29 00:56:15.639 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-07-29T00:56:16.480Z[ recovery-image] Jul 29 00:56:15.648 INFO O| Jul 29 00:56:15.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
55542026-07-29T00:56:16.480Z[ recovery-image] Jul 29 00:56:15.648 INFO O| Jul 29 00:56:15.648 INFO STEP 115 (remove_files) COMPLETE
55552026-07-29T00:56:16.482Z[ recovery-image] Jul 29 00:56:15.648 INFO O| Jul 29 00:56:15.648 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-07-29T00:56:16.489Z[ recovery-image] Jul 29 00:56:15.658 INFO O| Jul 29 00:56:15.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
55572026-07-29T00:56:16.489Z[ recovery-image] Jul 29 00:56:15.658 INFO O| Jul 29 00:56:15.658 INFO STEP 116 (remove_files) COMPLETE
55582026-07-29T00:56:16.489Z[ recovery-image] Jul 29 00:56:15.658 INFO O| Jul 29 00:56:15.658 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-07-29T00:56:16.499Z[ recovery-image] Jul 29 00:56:15.667 INFO O| Jul 29 00:56:15.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
55602026-07-29T00:56:16.499Z[ recovery-image] Jul 29 00:56:15.667 INFO O| Jul 29 00:56:15.667 INFO STEP 117 (remove_files) COMPLETE
55612026-07-29T00:56:16.502Z[ recovery-image] Jul 29 00:56:15.667 INFO O| Jul 29 00:56:15.667 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-07-29T00:56:16.511Z[ recovery-image] Jul 29 00:56:15.677 INFO O| Jul 29 00:56:15.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
55632026-07-29T00:56:16.511Z[ recovery-image] Jul 29 00:56:15.677 INFO O| Jul 29 00:56:15.677 INFO STEP 118 (remove_files) COMPLETE
55642026-07-29T00:56:16.511Z[ recovery-image] Jul 29 00:56:15.677 INFO O| Jul 29 00:56:15.677 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-07-29T00:56:16.518Z[ recovery-image] Jul 29 00:56:15.686 INFO O| Jul 29 00:56:15.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
55662026-07-29T00:56:16.518Z[ recovery-image] Jul 29 00:56:15.686 INFO O| Jul 29 00:56:15.686 INFO STEP 119 (remove_files) COMPLETE
55672026-07-29T00:56:16.518Z[ recovery-image] Jul 29 00:56:15.686 INFO O| Jul 29 00:56:15.686 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-07-29T00:56:16.526Z[ recovery-image] Jul 29 00:56:15.695 INFO O| Jul 29 00:56:15.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
55692026-07-29T00:56:16.526Z[ recovery-image] Jul 29 00:56:15.695 INFO O| Jul 29 00:56:15.695 INFO STEP 120 (remove_files) COMPLETE
55702026-07-29T00:56:16.529Z[ recovery-image] Jul 29 00:56:15.695 INFO O| Jul 29 00:56:15.695 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-07-29T00:56:16.535Z[ recovery-image] Jul 29 00:56:15.704 INFO O| Jul 29 00:56:15.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
55722026-07-29T00:56:16.538Z[ recovery-image] Jul 29 00:56:15.705 INFO O| Jul 29 00:56:15.705 INFO STEP 121 (remove_files) COMPLETE
55732026-07-29T00:56:16.538Z[ recovery-image] Jul 29 00:56:15.705 INFO O| Jul 29 00:56:15.705 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-07-29T00:56:16.545Z[ recovery-image] Jul 29 00:56:15.713 INFO O| Jul 29 00:56:15.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
55752026-07-29T00:56:16.545Z[ recovery-image] Jul 29 00:56:15.713 INFO O| Jul 29 00:56:15.713 INFO STEP 122 (remove_files) COMPLETE
55762026-07-29T00:56:16.549Z[ recovery-image] Jul 29 00:56:15.713 INFO O| Jul 29 00:56:15.713 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-07-29T00:56:16.549Z[verify-libraries] Compiling twox-hash v2.1.2
55782026-07-29T00:56:16.554Z[ recovery-image] Jul 29 00:56:15.723 INFO O| Jul 29 00:56:15.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
55792026-07-29T00:56:16.554Z[ recovery-image] Jul 29 00:56:15.723 INFO O| Jul 29 00:56:15.723 INFO STEP 123 (remove_files) COMPLETE
55802026-07-29T00:56:16.557Z[ recovery-image] Jul 29 00:56:15.723 INFO O| Jul 29 00:56:15.723 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-07-29T00:56:16.564Z[ recovery-image] Jul 29 00:56:15.732 INFO O| Jul 29 00:56:15.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
55822026-07-29T00:56:16.564Z[ recovery-image] Jul 29 00:56:15.732 INFO O| Jul 29 00:56:15.732 INFO STEP 124 (remove_files) COMPLETE
55832026-07-29T00:56:16.566Z[ recovery-image] Jul 29 00:56:15.732 INFO O| Jul 29 00:56:15.732 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-07-29T00:56:16.573Z[ recovery-image] Jul 29 00:56:15.742 INFO O| Jul 29 00:56:15.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
55852026-07-29T00:56:16.574Z[ recovery-image] Jul 29 00:56:15.742 INFO O| Jul 29 00:56:15.742 INFO STEP 125 (remove_files) COMPLETE
55862026-07-29T00:56:16.574Z[ recovery-image] Jul 29 00:56:15.742 INFO O| Jul 29 00:56:15.742 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-07-29T00:56:16.584Z[ recovery-image] Jul 29 00:56:15.751 INFO O| Jul 29 00:56:15.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
55882026-07-29T00:56:16.584Z[ recovery-image] Jul 29 00:56:15.751 INFO O| Jul 29 00:56:15.751 INFO STEP 126 (remove_files) COMPLETE
55892026-07-29T00:56:16.584Z[ recovery-image] Jul 29 00:56:15.751 INFO O| Jul 29 00:56:15.751 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-07-29T00:56:16.590Z[ recovery-image] Jul 29 00:56:15.759 INFO O| Jul 29 00:56:15.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
55912026-07-29T00:56:16.590Z[ recovery-image] Jul 29 00:56:15.759 INFO O| Jul 29 00:56:15.759 INFO STEP 127 (remove_files) COMPLETE
55922026-07-29T00:56:16.590Z[ recovery-image] Jul 29 00:56:15.759 INFO O| Jul 29 00:56:15.759 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-07-29T00:56:16.598Z[ recovery-image] Jul 29 00:56:15.767 INFO O| Jul 29 00:56:15.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
55942026-07-29T00:56:16.598Z[ recovery-image] Jul 29 00:56:15.767 INFO O| Jul 29 00:56:15.767 INFO STEP 128 (remove_files) COMPLETE
55952026-07-29T00:56:16.598Z[ recovery-image] Jul 29 00:56:15.767 INFO O| Jul 29 00:56:15.767 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-07-29T00:56:16.607Z[ recovery-image] Jul 29 00:56:15.775 INFO O| Jul 29 00:56:15.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
55972026-07-29T00:56:16.607Z[ recovery-image] Jul 29 00:56:15.776 INFO O| Jul 29 00:56:15.776 INFO STEP 129 (remove_files) COMPLETE
55982026-07-29T00:56:16.607Z[ recovery-image] Jul 29 00:56:15.776 INFO O| Jul 29 00:56:15.776 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-07-29T00:56:16.616Z[ recovery-image] Jul 29 00:56:15.785 INFO O| Jul 29 00:56:15.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56002026-07-29T00:56:16.616Z[ recovery-image] Jul 29 00:56:15.785 INFO O| Jul 29 00:56:15.785 INFO STEP 130 (remove_files) COMPLETE
56012026-07-29T00:56:16.616Z[ recovery-image] Jul 29 00:56:15.785 INFO O| Jul 29 00:56:15.785 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-07-29T00:56:16.625Z[ recovery-image] Jul 29 00:56:15.794 INFO O| Jul 29 00:56:15.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56032026-07-29T00:56:16.626Z[ recovery-image] Jul 29 00:56:15.794 INFO O| Jul 29 00:56:15.794 INFO STEP 131 (remove_files) COMPLETE
56042026-07-29T00:56:16.628Z[ recovery-image] Jul 29 00:56:15.794 INFO O| Jul 29 00:56:15.794 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-07-29T00:56:16.635Z[ recovery-image] Jul 29 00:56:15.804 INFO O| Jul 29 00:56:15.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56062026-07-29T00:56:16.635Z[ recovery-image] Jul 29 00:56:15.804 INFO O| Jul 29 00:56:15.804 INFO STEP 132 (remove_files) COMPLETE
56072026-07-29T00:56:16.635Z[ recovery-image] Jul 29 00:56:15.804 INFO O| Jul 29 00:56:15.804 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-07-29T00:56:16.645Z[ recovery-image] Jul 29 00:56:15.813 INFO O| Jul 29 00:56:15.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56092026-07-29T00:56:16.645Z[ recovery-image] Jul 29 00:56:15.813 INFO O| Jul 29 00:56:15.813 INFO STEP 133 (remove_files) COMPLETE
56102026-07-29T00:56:16.645Z[ recovery-image] Jul 29 00:56:15.813 INFO O| Jul 29 00:56:15.813 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-07-29T00:56:16.653Z[ recovery-image] Jul 29 00:56:15.822 INFO O| Jul 29 00:56:15.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56122026-07-29T00:56:16.659Z[ recovery-image] Jul 29 00:56:15.823 INFO O| Jul 29 00:56:15.823 INFO STEP 134 (remove_files) COMPLETE
56132026-07-29T00:56:16.659Z[ recovery-image] Jul 29 00:56:15.823 INFO O| Jul 29 00:56:15.823 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-07-29T00:56:16.663Z[ recovery-image] Jul 29 00:56:15.832 INFO O| Jul 29 00:56:15.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56152026-07-29T00:56:16.663Z[ recovery-image] Jul 29 00:56:15.832 INFO O| Jul 29 00:56:15.832 INFO STEP 135 (remove_files) COMPLETE
56162026-07-29T00:56:16.666Z[ recovery-image] Jul 29 00:56:15.832 INFO O| Jul 29 00:56:15.832 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-07-29T00:56:16.669Z[verify-libraries] Compiling kem v0.3.0
56182026-07-29T00:56:16.700Z[ recovery-image] Jul 29 00:56:15.842 INFO O| Jul 29 00:56:15.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56192026-07-29T00:56:16.700Z[ recovery-image] Jul 29 00:56:15.842 INFO O| Jul 29 00:56:15.842 INFO STEP 136 (remove_files) COMPLETE
56202026-07-29T00:56:16.700Z[ recovery-image] Jul 29 00:56:15.842 INFO O| Jul 29 00:56:15.842 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-07-29T00:56:16.703Z[ recovery-image] Jul 29 00:56:15.852 INFO O| Jul 29 00:56:15.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56222026-07-29T00:56:16.703Z[ recovery-image] Jul 29 00:56:15.852 INFO O| Jul 29 00:56:15.852 INFO STEP 137 (remove_files) COMPLETE
56232026-07-29T00:56:16.703Z[ recovery-image] Jul 29 00:56:15.852 INFO O| Jul 29 00:56:15.852 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-07-29T00:56:16.703Z[ recovery-image] Jul 29 00:56:15.861 INFO O| Jul 29 00:56:15.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56252026-07-29T00:56:16.703Z[ recovery-image] Jul 29 00:56:15.861 INFO O| Jul 29 00:56:15.861 INFO STEP 138 (remove_files) COMPLETE
56262026-07-29T00:56:16.703Z[ recovery-image] Jul 29 00:56:15.861 INFO O| Jul 29 00:56:15.861 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-07-29T00:56:16.710Z[ recovery-image] Jul 29 00:56:15.870 INFO O| Jul 29 00:56:15.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56282026-07-29T00:56:16.710Z[ recovery-image] Jul 29 00:56:15.870 INFO O| Jul 29 00:56:15.870 INFO STEP 139 (remove_files) COMPLETE
56292026-07-29T00:56:16.713Z[ recovery-image] Jul 29 00:56:15.870 INFO O| Jul 29 00:56:15.870 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-07-29T00:56:16.713Z[ recovery-image] Jul 29 00:56:15.879 INFO O| Jul 29 00:56:15.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56312026-07-29T00:56:16.713Z[ recovery-image] Jul 29 00:56:15.879 INFO O| Jul 29 00:56:15.879 INFO STEP 140 (remove_files) COMPLETE
56322026-07-29T00:56:16.713Z[ recovery-image] Jul 29 00:56:15.879 INFO O| Jul 29 00:56:15.879 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-07-29T00:56:16.723Z[ recovery-image] Jul 29 00:56:15.888 INFO O| Jul 29 00:56:15.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56342026-07-29T00:56:16.723Z[ recovery-image] Jul 29 00:56:15.888 INFO O| Jul 29 00:56:15.888 INFO STEP 141 (remove_files) COMPLETE
56352026-07-29T00:56:16.723Z[ recovery-image] Jul 29 00:56:15.888 INFO O| Jul 29 00:56:15.888 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-07-29T00:56:16.729Z[ recovery-image] Jul 29 00:56:15.897 INFO O| Jul 29 00:56:15.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56372026-07-29T00:56:16.729Z[ recovery-image] Jul 29 00:56:15.897 INFO O| Jul 29 00:56:15.897 INFO STEP 142 (remove_files) COMPLETE
56382026-07-29T00:56:16.732Z[ recovery-image] Jul 29 00:56:15.897 INFO O| Jul 29 00:56:15.897 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-07-29T00:56:16.737Z[ recovery-image] Jul 29 00:56:15.906 INFO O| Jul 29 00:56:15.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56402026-07-29T00:56:16.737Z[ recovery-image] Jul 29 00:56:15.906 INFO O| Jul 29 00:56:15.906 INFO STEP 143 (remove_files) COMPLETE
56412026-07-29T00:56:16.737Z[ recovery-image] Jul 29 00:56:15.906 INFO O| Jul 29 00:56:15.906 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-07-29T00:56:16.746Z[ recovery-image] Jul 29 00:56:15.914 INFO O| Jul 29 00:56:15.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56432026-07-29T00:56:16.746Z[ recovery-image] Jul 29 00:56:15.914 INFO O| Jul 29 00:56:15.914 INFO STEP 144 (remove_files) COMPLETE
56442026-07-29T00:56:16.749Z[ recovery-image] Jul 29 00:56:15.914 INFO O| Jul 29 00:56:15.914 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-07-29T00:56:16.755Z[ recovery-image] Jul 29 00:56:15.923 INFO O| Jul 29 00:56:15.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56462026-07-29T00:56:16.755Z[ recovery-image] Jul 29 00:56:15.923 INFO O| Jul 29 00:56:15.923 INFO STEP 145 (remove_files) COMPLETE
56472026-07-29T00:56:16.758Z[ recovery-image] Jul 29 00:56:15.923 INFO O| Jul 29 00:56:15.923 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-07-29T00:56:16.764Z[ recovery-image] Jul 29 00:56:15.933 INFO O| Jul 29 00:56:15.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56492026-07-29T00:56:16.768Z[ recovery-image] Jul 29 00:56:15.934 INFO O| Jul 29 00:56:15.934 INFO STEP 146 (remove_files) COMPLETE
56502026-07-29T00:56:16.768Z[ recovery-image] Jul 29 00:56:15.934 INFO O| Jul 29 00:56:15.934 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-07-29T00:56:16.776Z[ recovery-image] Jul 29 00:56:15.944 INFO O| Jul 29 00:56:15.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
56522026-07-29T00:56:16.776Z[ recovery-image] Jul 29 00:56:15.944 INFO O| Jul 29 00:56:15.944 INFO STEP 147 (remove_files) COMPLETE
56532026-07-29T00:56:16.776Z[ recovery-image] Jul 29 00:56:15.944 INFO O| Jul 29 00:56:15.944 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-07-29T00:56:16.784Z[ recovery-image] Jul 29 00:56:15.953 INFO O| Jul 29 00:56:15.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
56552026-07-29T00:56:16.785Z[ recovery-image] Jul 29 00:56:15.953 INFO O| Jul 29 00:56:15.953 INFO STEP 148 (remove_files) COMPLETE
56562026-07-29T00:56:16.785Z[ recovery-image] Jul 29 00:56:15.953 INFO O| Jul 29 00:56:15.953 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-07-29T00:56:16.792Z[ recovery-image] Jul 29 00:56:15.961 INFO O| Jul 29 00:56:15.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
56582026-07-29T00:56:16.792Z[ recovery-image] Jul 29 00:56:15.961 INFO O| Jul 29 00:56:15.961 INFO STEP 149 (remove_files) COMPLETE
56592026-07-29T00:56:16.797Z[ recovery-image] Jul 29 00:56:15.961 INFO O| Jul 29 00:56:15.961 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-07-29T00:56:16.801Z[ recovery-image] Jul 29 00:56:15.969 INFO O| Jul 29 00:56:15.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
56612026-07-29T00:56:16.801Z[ recovery-image] Jul 29 00:56:15.969 INFO O| Jul 29 00:56:15.969 INFO STEP 150 (remove_files) COMPLETE
56622026-07-29T00:56:16.804Z[ recovery-image] Jul 29 00:56:15.969 INFO O| Jul 29 00:56:15.969 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-07-29T00:56:16.809Z[ recovery-image] Jul 29 00:56:15.977 INFO O| Jul 29 00:56:15.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
56642026-07-29T00:56:16.809Z[ recovery-image] Jul 29 00:56:15.977 INFO O| Jul 29 00:56:15.977 INFO STEP 151 (remove_files) COMPLETE
56652026-07-29T00:56:16.812Z[ recovery-image] Jul 29 00:56:15.977 INFO O| Jul 29 00:56:15.977 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-07-29T00:56:16.817Z[ recovery-image] Jul 29 00:56:15.986 INFO O| Jul 29 00:56:15.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
56672026-07-29T00:56:16.817Z[ recovery-image] Jul 29 00:56:15.986 INFO O| Jul 29 00:56:15.986 INFO STEP 152 (remove_files) COMPLETE
56682026-07-29T00:56:16.820Z[ recovery-image] Jul 29 00:56:15.986 INFO O| Jul 29 00:56:15.986 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-07-29T00:56:16.827Z[ recovery-image] Jul 29 00:56:15.994 INFO O| Jul 29 00:56:15.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
56702026-07-29T00:56:16.827Z[ recovery-image] Jul 29 00:56:15.994 INFO O| Jul 29 00:56:15.994 INFO STEP 153 (remove_files) COMPLETE
56712026-07-29T00:56:16.830Z[ recovery-image] Jul 29 00:56:15.994 INFO O| Jul 29 00:56:15.994 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-07-29T00:56:16.835Z[ recovery-image] Jul 29 00:56:16.003 INFO O| Jul 29 00:56:16.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
56732026-07-29T00:56:16.835Z[ recovery-image] Jul 29 00:56:16.003 INFO O| Jul 29 00:56:16.003 INFO STEP 154 (remove_files) COMPLETE
56742026-07-29T00:56:16.838Z[ recovery-image] Jul 29 00:56:16.003 INFO O| Jul 29 00:56:16.003 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-07-29T00:56:16.843Z[ recovery-image] Jul 29 00:56:16.011 INFO O| Jul 29 00:56:16.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
56762026-07-29T00:56:16.843Z[ recovery-image] Jul 29 00:56:16.011 INFO O| Jul 29 00:56:16.011 INFO STEP 155 (remove_files) COMPLETE
56772026-07-29T00:56:16.847Z[ recovery-image] Jul 29 00:56:16.011 INFO O| Jul 29 00:56:16.011 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-07-29T00:56:16.851Z[ recovery-image] Jul 29 00:56:16.019 INFO O| Jul 29 00:56:16.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
56792026-07-29T00:56:16.851Z[ recovery-image] Jul 29 00:56:16.019 INFO O| Jul 29 00:56:16.019 INFO STEP 156 (remove_files) COMPLETE
56802026-07-29T00:56:16.851Z[ recovery-image] Jul 29 00:56:16.019 INFO O| Jul 29 00:56:16.019 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-07-29T00:56:16.858Z[verify-libraries] Compiling module-lattice v0.2.3
56822026-07-29T00:56:16.861Z[ recovery-image] Jul 29 00:56:16.028 INFO O| Jul 29 00:56:16.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
56832026-07-29T00:56:16.861Z[ recovery-image] Jul 29 00:56:16.028 INFO O| Jul 29 00:56:16.028 INFO STEP 157 (remove_files) COMPLETE
56842026-07-29T00:56:16.861Z[ recovery-image] Jul 29 00:56:16.028 INFO O| Jul 29 00:56:16.028 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-07-29T00:56:16.867Z[ recovery-image] Jul 29 00:56:16.036 INFO O| Jul 29 00:56:16.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
56862026-07-29T00:56:16.867Z[ recovery-image] Jul 29 00:56:16.036 INFO O| Jul 29 00:56:16.036 INFO STEP 158 (remove_files) COMPLETE
56872026-07-29T00:56:16.867Z[ recovery-image] Jul 29 00:56:16.036 INFO O| Jul 29 00:56:16.036 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-07-29T00:56:16.875Z[ recovery-image] Jul 29 00:56:16.043 INFO O| Jul 29 00:56:16.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
56892026-07-29T00:56:16.875Z[ recovery-image] Jul 29 00:56:16.043 INFO O| Jul 29 00:56:16.043 INFO STEP 159 (remove_files) COMPLETE
56902026-07-29T00:56:16.879Z[ recovery-image] Jul 29 00:56:16.043 INFO O| Jul 29 00:56:16.043 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-07-29T00:56:16.882Z[ recovery-image] Jul 29 00:56:16.051 INFO O| Jul 29 00:56:16.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
56922026-07-29T00:56:16.882Z[ recovery-image] Jul 29 00:56:16.051 INFO O| Jul 29 00:56:16.051 INFO STEP 160 (remove_files) COMPLETE
56932026-07-29T00:56:16.885Z[ recovery-image] Jul 29 00:56:16.051 INFO O| Jul 29 00:56:16.051 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-07-29T00:56:16.895Z[ recovery-image] Jul 29 00:56:16.064 INFO O| Jul 29 00:56:16.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
56952026-07-29T00:56:16.899Z[ recovery-image] Jul 29 00:56:16.064 INFO O| Jul 29 00:56:16.064 INFO STEP 161 (remove_files) COMPLETE
56962026-07-29T00:56:16.899Z[ recovery-image] Jul 29 00:56:16.064 INFO O| Jul 29 00:56:16.064 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-07-29T00:56:16.909Z[ recovery-image] Jul 29 00:56:16.077 INFO O| Jul 29 00:56:16.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
56982026-07-29T00:56:16.909Z[ recovery-image] Jul 29 00:56:16.077 INFO O| Jul 29 00:56:16.077 INFO STEP 162 (remove_files) COMPLETE
56992026-07-29T00:56:16.909Z[ recovery-image] Jul 29 00:56:16.077 INFO O| Jul 29 00:56:16.077 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-07-29T00:56:16.918Z[ recovery-image] Jul 29 00:56:16.086 INFO O| Jul 29 00:56:16.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57012026-07-29T00:56:16.918Z[ recovery-image] Jul 29 00:56:16.087 INFO O| Jul 29 00:56:16.086 INFO STEP 163 (remove_files) COMPLETE
57022026-07-29T00:56:16.918Z[ recovery-image] Jul 29 00:56:16.087 INFO O| Jul 29 00:56:16.086 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-07-29T00:56:16.927Z[ recovery-image] Jul 29 00:56:16.096 INFO O| Jul 29 00:56:16.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57042026-07-29T00:56:16.927Z[ recovery-image] Jul 29 00:56:16.096 INFO O| Jul 29 00:56:16.096 INFO STEP 164 (remove_files) COMPLETE
57052026-07-29T00:56:16.930Z[ recovery-image] Jul 29 00:56:16.096 INFO O| Jul 29 00:56:16.096 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-07-29T00:56:16.936Z[ recovery-image] Jul 29 00:56:16.105 INFO O| Jul 29 00:56:16.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57072026-07-29T00:56:16.939Z[ recovery-image] Jul 29 00:56:16.105 INFO O| Jul 29 00:56:16.105 INFO STEP 165 (remove_files) COMPLETE
57082026-07-29T00:56:16.939Z[ recovery-image] Jul 29 00:56:16.105 INFO O| Jul 29 00:56:16.105 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-07-29T00:56:16.946Z[ recovery-image] Jul 29 00:56:16.115 INFO O| Jul 29 00:56:16.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57102026-07-29T00:56:16.946Z[ recovery-image] Jul 29 00:56:16.115 INFO O| Jul 29 00:56:16.115 INFO STEP 166 (remove_files) COMPLETE
57112026-07-29T00:56:16.965Z[ recovery-image] Jul 29 00:56:16.115 INFO O| Jul 29 00:56:16.115 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-07-29T00:56:16.965Z[ recovery-image] Jul 29 00:56:16.124 INFO O| Jul 29 00:56:16.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57132026-07-29T00:56:16.965Z[ recovery-image] Jul 29 00:56:16.124 INFO O| Jul 29 00:56:16.124 INFO STEP 167 (remove_files) COMPLETE
57142026-07-29T00:56:16.965Z[ recovery-image] Jul 29 00:56:16.124 INFO O| Jul 29 00:56:16.124 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-07-29T00:56:16.968Z[ recovery-image] Jul 29 00:56:16.134 INFO O| Jul 29 00:56:16.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57162026-07-29T00:56:16.968Z[ recovery-image] Jul 29 00:56:16.134 INFO O| Jul 29 00:56:16.134 INFO STEP 168 (remove_files) COMPLETE
57172026-07-29T00:56:16.968Z[ recovery-image] Jul 29 00:56:16.134 INFO O| Jul 29 00:56:16.134 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-07-29T00:56:16.975Z[ recovery-image] Jul 29 00:56:16.143 INFO O| Jul 29 00:56:16.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57192026-07-29T00:56:16.975Z[ recovery-image] Jul 29 00:56:16.144 INFO O| Jul 29 00:56:16.144 INFO STEP 169 (remove_files) COMPLETE
57202026-07-29T00:56:16.978Z[ recovery-image] Jul 29 00:56:16.144 INFO O| Jul 29 00:56:16.144 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-07-29T00:56:16.985Z[ recovery-image] Jul 29 00:56:16.153 INFO O| Jul 29 00:56:16.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57222026-07-29T00:56:16.985Z[ recovery-image] Jul 29 00:56:16.153 INFO O| Jul 29 00:56:16.153 INFO STEP 170 (remove_files) COMPLETE
57232026-07-29T00:56:16.988Z[ recovery-image] Jul 29 00:56:16.153 INFO O| Jul 29 00:56:16.153 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-07-29T00:56:16.994Z[ recovery-image] Jul 29 00:56:16.162 INFO O| Jul 29 00:56:16.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57252026-07-29T00:56:16.994Z[ recovery-image] Jul 29 00:56:16.162 INFO O| Jul 29 00:56:16.162 INFO STEP 171 (remove_files) COMPLETE
57262026-07-29T00:56:16.997Z[ recovery-image] Jul 29 00:56:16.162 INFO O| Jul 29 00:56:16.162 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-07-29T00:56:17.003Z[ recovery-image] Jul 29 00:56:16.171 INFO O| Jul 29 00:56:16.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57282026-07-29T00:56:17.003Z[ recovery-image] Jul 29 00:56:16.171 INFO O| Jul 29 00:56:16.171 INFO STEP 172 (remove_files) COMPLETE
57292026-07-29T00:56:17.006Z[ recovery-image] Jul 29 00:56:16.171 INFO O| Jul 29 00:56:16.171 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-07-29T00:56:17.014Z[ recovery-image] Jul 29 00:56:16.182 INFO O| Jul 29 00:56:16.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57312026-07-29T00:56:17.017Z[ recovery-image] Jul 29 00:56:16.183 INFO O| Jul 29 00:56:16.183 INFO STEP 173 (remove_files) COMPLETE
57322026-07-29T00:56:17.017Z[ recovery-image] Jul 29 00:56:16.183 INFO O| Jul 29 00:56:16.183 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-07-29T00:56:17.020Z[verify-libraries] Compiling rtoolbox v0.0.3
57342026-07-29T00:56:17.024Z[ recovery-image] Jul 29 00:56:16.192 INFO O| Jul 29 00:56:16.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57352026-07-29T00:56:17.024Z[ recovery-image] Jul 29 00:56:16.192 INFO O| Jul 29 00:56:16.192 INFO STEP 174 (remove_files) COMPLETE
57362026-07-29T00:56:17.026Z[ recovery-image] Jul 29 00:56:16.192 INFO O| Jul 29 00:56:16.192 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-07-29T00:56:17.033Z[ recovery-image] Jul 29 00:56:16.201 INFO O| Jul 29 00:56:16.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57382026-07-29T00:56:17.035Z[ recovery-image] Jul 29 00:56:16.201 INFO O| Jul 29 00:56:16.201 INFO STEP 175 (remove_files) COMPLETE
57392026-07-29T00:56:17.035Z[ recovery-image] Jul 29 00:56:16.201 INFO O| Jul 29 00:56:16.201 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-07-29T00:56:17.044Z[ recovery-image] Jul 29 00:56:16.213 INFO O| Jul 29 00:56:16.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57412026-07-29T00:56:17.044Z[ recovery-image] Jul 29 00:56:16.213 INFO O| Jul 29 00:56:16.213 INFO STEP 176 (remove_files) COMPLETE
57422026-07-29T00:56:17.047Z[ recovery-image] Jul 29 00:56:16.213 INFO O| Jul 29 00:56:16.213 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-07-29T00:56:17.054Z[ recovery-image] Jul 29 00:56:16.222 INFO O| Jul 29 00:56:16.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57442026-07-29T00:56:17.054Z[ recovery-image] Jul 29 00:56:16.222 INFO O| Jul 29 00:56:16.222 INFO STEP 177 (remove_files) COMPLETE
57452026-07-29T00:56:17.054Z[ recovery-image] Jul 29 00:56:16.222 INFO O| Jul 29 00:56:16.222 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-07-29T00:56:17.062Z[ recovery-image] Jul 29 00:56:16.231 INFO O| Jul 29 00:56:16.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57472026-07-29T00:56:17.062Z[ recovery-image] Jul 29 00:56:16.231 INFO O| Jul 29 00:56:16.231 INFO STEP 178 (remove_files) COMPLETE
57482026-07-29T00:56:17.062Z[ recovery-image] Jul 29 00:56:16.231 INFO O| Jul 29 00:56:16.231 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-07-29T00:56:17.069Z[verify-libraries] Compiling sponge-cursor v0.1.0
57502026-07-29T00:56:17.074Z[ recovery-image] Jul 29 00:56:16.242 INFO O| Jul 29 00:56:16.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57512026-07-29T00:56:17.074Z[ recovery-image] Jul 29 00:56:16.242 INFO O| Jul 29 00:56:16.242 INFO STEP 179 (remove_files) COMPLETE
57522026-07-29T00:56:17.074Z[ recovery-image] Jul 29 00:56:16.242 INFO O| Jul 29 00:56:16.242 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-07-29T00:56:17.084Z[ recovery-image] Jul 29 00:56:16.252 INFO O| Jul 29 00:56:16.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57542026-07-29T00:56:17.084Z[ recovery-image] Jul 29 00:56:16.252 INFO O| Jul 29 00:56:16.252 INFO STEP 180 (remove_files) COMPLETE
57552026-07-29T00:56:17.084Z[ recovery-image] Jul 29 00:56:16.252 INFO O| Jul 29 00:56:16.252 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-07-29T00:56:17.093Z[ recovery-image] Jul 29 00:56:16.262 INFO O| Jul 29 00:56:16.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
57572026-07-29T00:56:17.094Z[ recovery-image] Jul 29 00:56:16.262 INFO O| Jul 29 00:56:16.262 INFO STEP 181 (remove_files) COMPLETE
57582026-07-29T00:56:17.094Z[ recovery-image] Jul 29 00:56:16.262 INFO O| Jul 29 00:56:16.262 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-07-29T00:56:17.102Z[ recovery-image] Jul 29 00:56:16.271 INFO O| Jul 29 00:56:16.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
57602026-07-29T00:56:17.102Z[ recovery-image] Jul 29 00:56:16.271 INFO O| Jul 29 00:56:16.271 INFO STEP 182 (remove_files) COMPLETE
57612026-07-29T00:56:17.102Z[ recovery-image] Jul 29 00:56:16.271 INFO O| Jul 29 00:56:16.271 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-07-29T00:56:17.111Z[ recovery-image] Jul 29 00:56:16.279 INFO O| Jul 29 00:56:16.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
57632026-07-29T00:56:17.111Z[ recovery-image] Jul 29 00:56:16.279 INFO O| Jul 29 00:56:16.279 INFO STEP 183 (remove_files) COMPLETE
57642026-07-29T00:56:17.111Z[ recovery-image] Jul 29 00:56:16.279 INFO O| Jul 29 00:56:16.279 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-07-29T00:56:17.119Z[ recovery-image] Jul 29 00:56:16.287 INFO O| Jul 29 00:56:16.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
57662026-07-29T00:56:17.122Z[ recovery-image] Jul 29 00:56:16.288 INFO O| Jul 29 00:56:16.288 INFO STEP 184 (remove_files) COMPLETE
57672026-07-29T00:56:17.122Z[ recovery-image] Jul 29 00:56:16.288 INFO O| Jul 29 00:56:16.288 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-07-29T00:56:17.129Z[ recovery-image] Jul 29 00:56:16.297 INFO O| Jul 29 00:56:16.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
57692026-07-29T00:56:17.129Z[ recovery-image] Jul 29 00:56:16.297 INFO O| Jul 29 00:56:16.297 INFO STEP 185 (remove_files) COMPLETE
57702026-07-29T00:56:17.132Z[ recovery-image] Jul 29 00:56:16.297 INFO O| Jul 29 00:56:16.297 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-07-29T00:56:17.139Z[ recovery-image] Jul 29 00:56:16.306 INFO O| Jul 29 00:56:16.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
57722026-07-29T00:56:17.139Z[ recovery-image] Jul 29 00:56:16.306 INFO O| Jul 29 00:56:16.306 INFO STEP 186 (remove_files) COMPLETE
57732026-07-29T00:56:17.142Z[ recovery-image] Jul 29 00:56:16.306 INFO O| Jul 29 00:56:16.306 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-07-29T00:56:17.145Z[ recovery-image] Jul 29 00:56:16.314 INFO O| Jul 29 00:56:16.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
57752026-07-29T00:56:17.145Z[ recovery-image] Jul 29 00:56:16.314 INFO O| Jul 29 00:56:16.314 INFO STEP 187 (remove_files) COMPLETE
57762026-07-29T00:56:17.145Z[ recovery-image] Jul 29 00:56:16.314 INFO O| Jul 29 00:56:16.314 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-07-29T00:56:17.155Z[ recovery-image] Jul 29 00:56:16.324 INFO O| Jul 29 00:56:16.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
57782026-07-29T00:56:17.155Z[ recovery-image] Jul 29 00:56:16.324 INFO O| Jul 29 00:56:16.324 INFO STEP 188 (remove_files) COMPLETE
57792026-07-29T00:56:17.158Z[ recovery-image] Jul 29 00:56:16.324 INFO O| Jul 29 00:56:16.324 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-07-29T00:56:17.163Z[ recovery-image] Jul 29 00:56:16.331 INFO O| Jul 29 00:56:16.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
57812026-07-29T00:56:17.163Z[ recovery-image] Jul 29 00:56:16.331 INFO O| Jul 29 00:56:16.331 INFO STEP 189 (remove_files) COMPLETE
57822026-07-29T00:56:17.163Z[ recovery-image] Jul 29 00:56:16.331 INFO O| Jul 29 00:56:16.331 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-07-29T00:56:17.170Z[ recovery-image] Jul 29 00:56:16.339 INFO O| Jul 29 00:56:16.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
57842026-07-29T00:56:17.170Z[ recovery-image] Jul 29 00:56:16.339 INFO O| Jul 29 00:56:16.339 INFO STEP 190 (remove_files) COMPLETE
57852026-07-29T00:56:17.171Z[ recovery-image] Jul 29 00:56:16.339 INFO O| Jul 29 00:56:16.339 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-07-29T00:56:17.181Z[ recovery-image] Jul 29 00:56:16.348 INFO O| Jul 29 00:56:16.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
57872026-07-29T00:56:17.181Z[ recovery-image] Jul 29 00:56:16.348 INFO O| Jul 29 00:56:16.348 INFO STEP 191 (remove_files) COMPLETE
57882026-07-29T00:56:17.181Z[ recovery-image] Jul 29 00:56:16.348 INFO O| Jul 29 00:56:16.348 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-07-29T00:56:17.188Z[verify-libraries] Compiling topological-sort v0.2.2
57902026-07-29T00:56:17.191Z[ recovery-image] Jul 29 00:56:16.357 INFO O| Jul 29 00:56:16.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
57912026-07-29T00:56:17.191Z[ recovery-image] Jul 29 00:56:16.357 INFO O| Jul 29 00:56:16.357 INFO STEP 192 (remove_files) COMPLETE
57922026-07-29T00:56:17.191Z[ recovery-image] Jul 29 00:56:16.357 INFO O| Jul 29 00:56:16.357 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-07-29T00:56:17.200Z[ recovery-image] Jul 29 00:56:16.368 INFO O| Jul 29 00:56:16.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
57942026-07-29T00:56:17.200Z[ recovery-image] Jul 29 00:56:16.368 INFO O| Jul 29 00:56:16.368 INFO STEP 193 (remove_files) COMPLETE
57952026-07-29T00:56:17.203Z[ recovery-image] Jul 29 00:56:16.368 INFO O| Jul 29 00:56:16.368 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-07-29T00:56:17.209Z[ recovery-image] Jul 29 00:56:16.377 INFO O| Jul 29 00:56:16.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
57972026-07-29T00:56:17.209Z[ recovery-image] Jul 29 00:56:16.377 INFO O| Jul 29 00:56:16.377 INFO STEP 194 (remove_files) COMPLETE
57982026-07-29T00:56:17.212Z[ recovery-image] Jul 29 00:56:16.377 INFO O| Jul 29 00:56:16.377 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-07-29T00:56:17.219Z[ recovery-image] Jul 29 00:56:16.388 INFO O| Jul 29 00:56:16.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58002026-07-29T00:56:17.222Z[ recovery-image] Jul 29 00:56:16.389 INFO O| Jul 29 00:56:16.389 INFO STEP 195 (remove_files) COMPLETE
58012026-07-29T00:56:17.222Z[ recovery-image] Jul 29 00:56:16.389 INFO O| Jul 29 00:56:16.389 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-07-29T00:56:17.233Z[ recovery-image] Jul 29 00:56:16.401 INFO O| Jul 29 00:56:16.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58032026-07-29T00:56:17.233Z[ recovery-image] Jul 29 00:56:16.401 INFO O| Jul 29 00:56:16.401 INFO STEP 196 (remove_files) COMPLETE
58042026-07-29T00:56:17.233Z[ recovery-image] Jul 29 00:56:16.401 INFO O| Jul 29 00:56:16.401 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-07-29T00:56:17.241Z[ recovery-image] Jul 29 00:56:16.410 INFO O| Jul 29 00:56:16.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58062026-07-29T00:56:17.241Z[ recovery-image] Jul 29 00:56:16.410 INFO O| Jul 29 00:56:16.410 INFO STEP 197 (remove_files) COMPLETE
58072026-07-29T00:56:17.241Z[ recovery-image] Jul 29 00:56:16.410 INFO O| Jul 29 00:56:16.410 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-07-29T00:56:17.249Z[ recovery-image] Jul 29 00:56:16.417 INFO O| Jul 29 00:56:16.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58092026-07-29T00:56:17.249Z[ recovery-image] Jul 29 00:56:16.417 INFO O| Jul 29 00:56:16.417 INFO STEP 198 (remove_files) COMPLETE
58102026-07-29T00:56:17.252Z[ recovery-image] Jul 29 00:56:16.417 INFO O| Jul 29 00:56:16.417 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-07-29T00:56:17.265Z[ recovery-image] Jul 29 00:56:16.433 INFO O| Jul 29 00:56:16.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58122026-07-29T00:56:17.265Z[ recovery-image] Jul 29 00:56:16.434 INFO O| Jul 29 00:56:16.434 INFO STEP 199 (remove_files) COMPLETE
58132026-07-29T00:56:17.265Z[ recovery-image] Jul 29 00:56:16.434 INFO O| Jul 29 00:56:16.434 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-07-29T00:56:17.276Z[ recovery-image] Jul 29 00:56:16.444 INFO O| Jul 29 00:56:16.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58152026-07-29T00:56:17.276Z[verify-libraries] Compiling sha3 v0.12.0
58162026-07-29T00:56:17.276Z[ recovery-image] Jul 29 00:56:16.444 INFO O| Jul 29 00:56:16.444 INFO STEP 200 (remove_files) COMPLETE
58172026-07-29T00:56:17.279Z[ recovery-image] Jul 29 00:56:16.444 INFO O| Jul 29 00:56:16.444 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-07-29T00:56:17.284Z[ recovery-image] Jul 29 00:56:16.453 INFO O| Jul 29 00:56:16.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58192026-07-29T00:56:17.284Z[ recovery-image] Jul 29 00:56:16.453 INFO O| Jul 29 00:56:16.453 INFO STEP 201 (remove_files) COMPLETE
58202026-07-29T00:56:17.287Z[ recovery-image] Jul 29 00:56:16.453 INFO O| Jul 29 00:56:16.453 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-07-29T00:56:17.293Z[ recovery-image] Jul 29 00:56:16.461 INFO O| Jul 29 00:56:16.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58222026-07-29T00:56:17.293Z[ recovery-image] Jul 29 00:56:16.461 INFO O| Jul 29 00:56:16.461 INFO STEP 202 (remove_files) COMPLETE
58232026-07-29T00:56:17.293Z[ recovery-image] Jul 29 00:56:16.461 INFO O| Jul 29 00:56:16.461 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-07-29T00:56:17.302Z[ recovery-image] Jul 29 00:56:16.470 INFO O| Jul 29 00:56:16.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58252026-07-29T00:56:17.302Z[ recovery-image] Jul 29 00:56:16.470 INFO O| Jul 29 00:56:16.470 INFO STEP 203 (remove_files) COMPLETE
58262026-07-29T00:56:17.302Z[ recovery-image] Jul 29 00:56:16.470 INFO O| Jul 29 00:56:16.470 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-07-29T00:56:17.310Z[ recovery-image] Jul 29 00:56:16.478 INFO O| Jul 29 00:56:16.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58282026-07-29T00:56:17.310Z[ recovery-image] Jul 29 00:56:16.478 INFO O| Jul 29 00:56:16.478 INFO STEP 204 (remove_files) COMPLETE
58292026-07-29T00:56:17.313Z[ recovery-image] Jul 29 00:56:16.478 INFO O| Jul 29 00:56:16.478 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-07-29T00:56:17.317Z[ recovery-image] Jul 29 00:56:16.486 INFO O| Jul 29 00:56:16.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58312026-07-29T00:56:17.317Z[ recovery-image] Jul 29 00:56:16.486 INFO O| Jul 29 00:56:16.486 INFO STEP 205 (remove_files) COMPLETE
58322026-07-29T00:56:17.317Z[ recovery-image] Jul 29 00:56:16.486 INFO O| Jul 29 00:56:16.486 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-07-29T00:56:17.322Z[verify-libraries] Compiling rpassword v7.5.4
58342026-07-29T00:56:17.325Z[ recovery-image] Jul 29 00:56:16.494 INFO O| Jul 29 00:56:16.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58352026-07-29T00:56:17.325Z[ recovery-image] Jul 29 00:56:16.494 INFO O| Jul 29 00:56:16.494 INFO STEP 206 (remove_files) COMPLETE
58362026-07-29T00:56:17.325Z[ recovery-image] Jul 29 00:56:16.494 INFO O| Jul 29 00:56:16.494 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-07-29T00:56:17.333Z[ recovery-image] Jul 29 00:56:16.501 INFO O| Jul 29 00:56:16.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58382026-07-29T00:56:17.333Z[ recovery-image] Jul 29 00:56:16.502 INFO O| Jul 29 00:56:16.501 INFO STEP 207 (remove_files) COMPLETE
58392026-07-29T00:56:17.333Z[ recovery-image] Jul 29 00:56:16.502 INFO O| Jul 29 00:56:16.501 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-07-29T00:56:17.341Z[ recovery-image] Jul 29 00:56:16.509 INFO O| Jul 29 00:56:16.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58412026-07-29T00:56:17.341Z[ recovery-image] Jul 29 00:56:16.509 INFO O| Jul 29 00:56:16.509 INFO STEP 208 (remove_files) COMPLETE
58422026-07-29T00:56:17.341Z[ recovery-image] Jul 29 00:56:16.509 INFO O| Jul 29 00:56:16.509 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-07-29T00:56:17.348Z[ recovery-image] Jul 29 00:56:16.516 INFO O| Jul 29 00:56:16.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58442026-07-29T00:56:17.348Z[ recovery-image] Jul 29 00:56:16.516 INFO O| Jul 29 00:56:16.516 INFO STEP 209 (remove_files) COMPLETE
58452026-07-29T00:56:17.348Z[ recovery-image] Jul 29 00:56:16.516 INFO O| Jul 29 00:56:16.516 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-07-29T00:56:17.355Z[ recovery-image] Jul 29 00:56:16.523 INFO O| Jul 29 00:56:16.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58472026-07-29T00:56:17.357Z[ recovery-image] Jul 29 00:56:16.523 INFO O| Jul 29 00:56:16.523 INFO STEP 210 (remove_files) COMPLETE
58482026-07-29T00:56:17.358Z[ recovery-image] Jul 29 00:56:16.523 INFO O| Jul 29 00:56:16.523 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-07-29T00:56:17.362Z[ recovery-image] Jul 29 00:56:16.530 INFO O| Jul 29 00:56:16.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58502026-07-29T00:56:17.362Z[ recovery-image] Jul 29 00:56:16.530 INFO O| Jul 29 00:56:16.530 INFO STEP 211 (remove_files) COMPLETE
58512026-07-29T00:56:17.365Z[ recovery-image] Jul 29 00:56:16.530 INFO O| Jul 29 00:56:16.530 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-07-29T00:56:17.369Z[ recovery-image] Jul 29 00:56:16.537 INFO O| Jul 29 00:56:16.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58532026-07-29T00:56:17.369Z[ recovery-image] Jul 29 00:56:16.537 INFO O| Jul 29 00:56:16.537 INFO STEP 212 (remove_files) COMPLETE
58542026-07-29T00:56:17.372Z[ recovery-image] Jul 29 00:56:16.537 INFO O| Jul 29 00:56:16.537 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-07-29T00:56:17.374Z[verify-libraries] Compiling omicron-zone-package v0.12.3
58562026-07-29T00:56:17.377Z[ recovery-image] Jul 29 00:56:16.544 INFO O| Jul 29 00:56:16.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
58572026-07-29T00:56:17.378Z[ recovery-image] Jul 29 00:56:16.544 INFO O| Jul 29 00:56:16.544 INFO STEP 213 (remove_files) COMPLETE
58582026-07-29T00:56:17.378Z[ recovery-image] Jul 29 00:56:16.544 INFO O| Jul 29 00:56:16.544 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-07-29T00:56:17.383Z[ recovery-image] Jul 29 00:56:16.551 INFO O| Jul 29 00:56:16.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
58602026-07-29T00:56:17.383Z[ recovery-image] Jul 29 00:56:16.551 INFO O| Jul 29 00:56:16.551 INFO STEP 214 (remove_files) COMPLETE
58612026-07-29T00:56:17.383Z[ recovery-image] Jul 29 00:56:16.551 INFO O| Jul 29 00:56:16.551 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-07-29T00:56:17.390Z[ recovery-image] Jul 29 00:56:16.559 INFO O| Jul 29 00:56:16.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
58632026-07-29T00:56:17.390Z[ recovery-image] Jul 29 00:56:16.559 INFO O| Jul 29 00:56:16.559 INFO STEP 215 (remove_files) COMPLETE
58642026-07-29T00:56:17.391Z[ recovery-image] Jul 29 00:56:16.559 INFO O| Jul 29 00:56:16.559 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-07-29T00:56:17.402Z[ recovery-image] Jul 29 00:56:16.570 INFO O| Jul 29 00:56:16.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
58662026-07-29T00:56:17.402Z[ recovery-image] Jul 29 00:56:16.570 INFO O| Jul 29 00:56:16.570 INFO STEP 216 (remove_files) COMPLETE
58672026-07-29T00:56:17.402Z[ recovery-image] Jul 29 00:56:16.570 INFO O| Jul 29 00:56:16.570 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-07-29T00:56:17.412Z[ recovery-image] Jul 29 00:56:16.580 INFO O| Jul 29 00:56:16.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
58692026-07-29T00:56:17.412Z[ recovery-image] Jul 29 00:56:16.580 INFO O| Jul 29 00:56:16.580 INFO STEP 217 (remove_files) COMPLETE
58702026-07-29T00:56:17.412Z[ recovery-image] Jul 29 00:56:16.580 INFO O| Jul 29 00:56:16.580 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-07-29T00:56:17.421Z[verify-libraries] Compiling ml-kem v0.3.2
58722026-07-29T00:56:17.424Z[ recovery-image] Jul 29 00:56:16.590 INFO O| Jul 29 00:56:16.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
58732026-07-29T00:56:17.424Z[ recovery-image] Jul 29 00:56:16.590 INFO O| Jul 29 00:56:16.590 INFO STEP 218 (remove_files) COMPLETE
58742026-07-29T00:56:17.424Z[ recovery-image] Jul 29 00:56:16.590 INFO O| Jul 29 00:56:16.590 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-07-29T00:56:17.430Z[ recovery-image] Jul 29 00:56:16.599 INFO O| Jul 29 00:56:16.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
58762026-07-29T00:56:17.430Z[ recovery-image] Jul 29 00:56:16.599 INFO O| Jul 29 00:56:16.599 INFO STEP 219 (remove_files) COMPLETE
58772026-07-29T00:56:17.433Z[ recovery-image] Jul 29 00:56:16.599 INFO O| Jul 29 00:56:16.599 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-07-29T00:56:17.439Z[ recovery-image] Jul 29 00:56:16.607 INFO O| Jul 29 00:56:16.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
58792026-07-29T00:56:17.439Z[ recovery-image] Jul 29 00:56:16.607 INFO O| Jul 29 00:56:16.607 INFO STEP 220 (remove_files) COMPLETE
58802026-07-29T00:56:17.441Z[ recovery-image] Jul 29 00:56:16.607 INFO O| Jul 29 00:56:16.607 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-07-29T00:56:17.447Z[ recovery-image] Jul 29 00:56:16.615 INFO O| Jul 29 00:56:16.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
58822026-07-29T00:56:17.447Z[ recovery-image] Jul 29 00:56:16.615 INFO O| Jul 29 00:56:16.615 INFO STEP 221 (remove_files) COMPLETE
58832026-07-29T00:56:17.447Z[ recovery-image] Jul 29 00:56:16.615 INFO O| Jul 29 00:56:16.615 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-07-29T00:56:17.454Z[ recovery-image] Jul 29 00:56:16.623 INFO O| Jul 29 00:56:16.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
58852026-07-29T00:56:17.454Z[ recovery-image] Jul 29 00:56:16.623 INFO O| Jul 29 00:56:16.623 INFO STEP 222 (remove_files) COMPLETE
58862026-07-29T00:56:17.454Z[ recovery-image] Jul 29 00:56:16.623 INFO O| Jul 29 00:56:16.623 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-07-29T00:56:17.462Z[ recovery-image] Jul 29 00:56:16.631 INFO O| Jul 29 00:56:16.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
58882026-07-29T00:56:17.462Z[ recovery-image] Jul 29 00:56:16.631 INFO O| Jul 29 00:56:16.631 INFO STEP 223 (remove_files) COMPLETE
58892026-07-29T00:56:17.462Z[ recovery-image] Jul 29 00:56:16.631 INFO O| Jul 29 00:56:16.631 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-07-29T00:56:17.470Z[ recovery-image] Jul 29 00:56:16.638 INFO O| Jul 29 00:56:16.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
58912026-07-29T00:56:17.470Z[ recovery-image] Jul 29 00:56:16.638 INFO O| Jul 29 00:56:16.638 INFO STEP 224 (remove_files) COMPLETE
58922026-07-29T00:56:17.470Z[ recovery-image] Jul 29 00:56:16.638 INFO O| Jul 29 00:56:16.638 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-07-29T00:56:17.478Z[ recovery-image] Jul 29 00:56:16.646 INFO O| Jul 29 00:56:16.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
58942026-07-29T00:56:17.478Z[ recovery-image] Jul 29 00:56:16.646 INFO O| Jul 29 00:56:16.646 INFO STEP 225 (remove_files) COMPLETE
58952026-07-29T00:56:17.478Z[ recovery-image] Jul 29 00:56:16.646 INFO O| Jul 29 00:56:16.646 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-07-29T00:56:17.485Z[ recovery-image] Jul 29 00:56:16.654 INFO O| Jul 29 00:56:16.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
58972026-07-29T00:56:17.485Z[ recovery-image] Jul 29 00:56:16.654 INFO O| Jul 29 00:56:16.654 INFO STEP 226 (remove_files) COMPLETE
58982026-07-29T00:56:17.485Z[ recovery-image] Jul 29 00:56:16.654 INFO O| Jul 29 00:56:16.654 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-07-29T00:56:17.494Z[ recovery-image] Jul 29 00:56:16.662 INFO O| Jul 29 00:56:16.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59002026-07-29T00:56:17.494Z[ recovery-image] Jul 29 00:56:16.662 INFO O| Jul 29 00:56:16.662 INFO STEP 227 (remove_files) COMPLETE
59012026-07-29T00:56:17.494Z[ recovery-image] Jul 29 00:56:16.662 INFO O| Jul 29 00:56:16.662 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-07-29T00:56:17.502Z[ recovery-image] Jul 29 00:56:16.671 INFO O| Jul 29 00:56:16.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59032026-07-29T00:56:17.502Z[ recovery-image] Jul 29 00:56:16.671 INFO O| Jul 29 00:56:16.671 INFO STEP 228 (remove_files) COMPLETE
59042026-07-29T00:56:17.502Z[ recovery-image] Jul 29 00:56:16.671 INFO O| Jul 29 00:56:16.671 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-07-29T00:56:17.512Z[ recovery-image] Jul 29 00:56:16.680 INFO O| Jul 29 00:56:16.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59062026-07-29T00:56:17.512Z[ recovery-image] Jul 29 00:56:16.680 INFO O| Jul 29 00:56:16.680 INFO STEP 229 (remove_files) COMPLETE
59072026-07-29T00:56:17.512Z[ recovery-image] Jul 29 00:56:16.680 INFO O| Jul 29 00:56:16.680 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-07-29T00:56:17.521Z[ recovery-image] Jul 29 00:56:16.689 INFO O| Jul 29 00:56:16.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59092026-07-29T00:56:17.521Z[ recovery-image] Jul 29 00:56:16.689 INFO O| Jul 29 00:56:16.689 INFO STEP 230 (remove_files) COMPLETE
59102026-07-29T00:56:17.521Z[ recovery-image] Jul 29 00:56:16.689 INFO O| Jul 29 00:56:16.689 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-07-29T00:56:17.531Z[ recovery-image] Jul 29 00:56:16.699 INFO O| Jul 29 00:56:16.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59122026-07-29T00:56:17.531Z[ recovery-image] Jul 29 00:56:16.699 INFO O| Jul 29 00:56:16.699 INFO STEP 231 (remove_files) COMPLETE
59132026-07-29T00:56:17.531Z[ recovery-image] Jul 29 00:56:16.699 INFO O| Jul 29 00:56:16.699 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-07-29T00:56:17.542Z[ recovery-image] Jul 29 00:56:16.709 INFO O| Jul 29 00:56:16.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59152026-07-29T00:56:17.542Z[ recovery-image] Jul 29 00:56:16.709 INFO O| Jul 29 00:56:16.709 INFO STEP 232 (remove_files) COMPLETE
59162026-07-29T00:56:17.542Z[ recovery-image] Jul 29 00:56:16.709 INFO O| Jul 29 00:56:16.709 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-07-29T00:56:17.548Z[verify-libraries] Compiling serde_with v1.14.0
59182026-07-29T00:56:17.551Z[ recovery-image] Jul 29 00:56:16.718 INFO O| Jul 29 00:56:16.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59192026-07-29T00:56:17.551Z[ recovery-image] Jul 29 00:56:16.718 INFO O| Jul 29 00:56:16.718 INFO STEP 233 (remove_files) COMPLETE
59202026-07-29T00:56:17.551Z[ recovery-image] Jul 29 00:56:16.718 INFO O| Jul 29 00:56:16.718 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-07-29T00:56:17.558Z[ recovery-image] Jul 29 00:56:16.727 INFO O| Jul 29 00:56:16.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59222026-07-29T00:56:17.558Z[ recovery-image] Jul 29 00:56:16.727 INFO O| Jul 29 00:56:16.727 INFO STEP 234 (remove_files) COMPLETE
59232026-07-29T00:56:17.561Z[ recovery-image] Jul 29 00:56:16.727 INFO O| Jul 29 00:56:16.727 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-07-29T00:56:17.567Z[ recovery-image] Jul 29 00:56:16.736 INFO O| Jul 29 00:56:16.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59252026-07-29T00:56:17.567Z[ recovery-image] Jul 29 00:56:16.736 INFO O| Jul 29 00:56:16.736 INFO STEP 235 (remove_files) COMPLETE
59262026-07-29T00:56:17.570Z[ recovery-image] Jul 29 00:56:16.736 INFO O| Jul 29 00:56:16.736 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-07-29T00:56:17.576Z[ recovery-image] Jul 29 00:56:16.745 INFO O| Jul 29 00:56:16.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59282026-07-29T00:56:17.579Z[ recovery-image] Jul 29 00:56:16.745 INFO O| Jul 29 00:56:16.745 INFO STEP 236 (remove_files) COMPLETE
59292026-07-29T00:56:17.579Z[ recovery-image] Jul 29 00:56:16.745 INFO O| Jul 29 00:56:16.745 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-07-29T00:56:17.584Z[ recovery-image] Jul 29 00:56:16.753 INFO O| Jul 29 00:56:16.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59312026-07-29T00:56:17.584Z[ recovery-image] Jul 29 00:56:16.753 INFO O| Jul 29 00:56:16.753 INFO STEP 237 (remove_files) COMPLETE
59322026-07-29T00:56:17.587Z[ recovery-image] Jul 29 00:56:16.753 INFO O| Jul 29 00:56:16.753 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-07-29T00:56:17.592Z[ recovery-image] Jul 29 00:56:16.761 INFO O| Jul 29 00:56:16.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59342026-07-29T00:56:17.595Z[ recovery-image] Jul 29 00:56:16.761 INFO O| Jul 29 00:56:16.761 INFO STEP 238 (remove_files) COMPLETE
59352026-07-29T00:56:17.595Z[ recovery-image] Jul 29 00:56:16.761 INFO O| Jul 29 00:56:16.761 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-07-29T00:56:17.603Z[ recovery-image] Jul 29 00:56:16.771 INFO O| Jul 29 00:56:16.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59372026-07-29T00:56:17.603Z[ recovery-image] Jul 29 00:56:16.772 INFO O| Jul 29 00:56:16.772 INFO STEP 239 (remove_files) COMPLETE
59382026-07-29T00:56:17.603Z[ recovery-image] Jul 29 00:56:16.772 INFO O| Jul 29 00:56:16.772 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-07-29T00:56:17.617Z[ recovery-image] Jul 29 00:56:16.785 INFO O| Jul 29 00:56:16.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59402026-07-29T00:56:17.617Z[ recovery-image] Jul 29 00:56:16.785 INFO O| Jul 29 00:56:16.785 INFO STEP 240 (remove_files) COMPLETE
59412026-07-29T00:56:17.620Z[ recovery-image] Jul 29 00:56:16.785 INFO O| Jul 29 00:56:16.785 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-07-29T00:56:17.626Z[ recovery-image] Jul 29 00:56:16.794 INFO O| Jul 29 00:56:16.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59432026-07-29T00:56:17.626Z[ recovery-image] Jul 29 00:56:16.794 INFO O| Jul 29 00:56:16.794 INFO STEP 241 (remove_files) COMPLETE
59442026-07-29T00:56:17.626Z[ recovery-image] Jul 29 00:56:16.794 INFO O| Jul 29 00:56:16.794 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-07-29T00:56:17.635Z[ recovery-image] Jul 29 00:56:16.803 INFO O| Jul 29 00:56:16.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59462026-07-29T00:56:17.635Z[ recovery-image] Jul 29 00:56:16.803 INFO O| Jul 29 00:56:16.803 INFO STEP 242 (remove_files) COMPLETE
59472026-07-29T00:56:17.638Z[ recovery-image] Jul 29 00:56:16.803 INFO O| Jul 29 00:56:16.803 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-07-29T00:56:17.645Z[ recovery-image] Jul 29 00:56:16.813 INFO O| Jul 29 00:56:16.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59492026-07-29T00:56:17.645Z[ recovery-image] Jul 29 00:56:16.813 INFO O| Jul 29 00:56:16.813 INFO STEP 243 (remove_files) COMPLETE
59502026-07-29T00:56:17.645Z[ recovery-image] Jul 29 00:56:16.813 INFO O| Jul 29 00:56:16.813 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-07-29T00:56:17.654Z[ recovery-image] Jul 29 00:56:16.823 INFO O| Jul 29 00:56:16.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59522026-07-29T00:56:17.655Z[ recovery-image] Jul 29 00:56:16.823 INFO O| Jul 29 00:56:16.823 INFO STEP 244 (remove_files) COMPLETE
59532026-07-29T00:56:17.655Z[ recovery-image] Jul 29 00:56:16.823 INFO O| Jul 29 00:56:16.823 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-07-29T00:56:17.663Z[ recovery-image] Jul 29 00:56:16.832 INFO O| Jul 29 00:56:16.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
59552026-07-29T00:56:17.664Z[ recovery-image] Jul 29 00:56:16.832 INFO O| Jul 29 00:56:16.832 INFO STEP 245 (remove_files) COMPLETE
59562026-07-29T00:56:17.664Z[ recovery-image] Jul 29 00:56:16.832 INFO O| Jul 29 00:56:16.832 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-07-29T00:56:17.671Z[ recovery-image] Jul 29 00:56:16.840 INFO O| Jul 29 00:56:16.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
59582026-07-29T00:56:17.672Z[ recovery-image] Jul 29 00:56:16.840 INFO O| Jul 29 00:56:16.840 INFO STEP 246 (remove_files) COMPLETE
59592026-07-29T00:56:17.672Z[ recovery-image] Jul 29 00:56:16.840 INFO O| Jul 29 00:56:16.840 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-07-29T00:56:17.680Z[ recovery-image] Jul 29 00:56:16.848 INFO O| Jul 29 00:56:16.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
59612026-07-29T00:56:17.680Z[ recovery-image] Jul 29 00:56:16.848 INFO O| Jul 29 00:56:16.848 INFO STEP 247 (remove_files) COMPLETE
59622026-07-29T00:56:17.680Z[ recovery-image] Jul 29 00:56:16.848 INFO O| Jul 29 00:56:16.848 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-07-29T00:56:17.688Z[ recovery-image] Jul 29 00:56:16.856 INFO O| Jul 29 00:56:16.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
59642026-07-29T00:56:17.688Z[ recovery-image] Jul 29 00:56:16.856 INFO O| Jul 29 00:56:16.856 INFO STEP 248 (remove_files) COMPLETE
59652026-07-29T00:56:17.688Z[ recovery-image] Jul 29 00:56:16.856 INFO O| Jul 29 00:56:16.856 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-07-29T00:56:17.697Z[ recovery-image] Jul 29 00:56:16.865 INFO O| Jul 29 00:56:16.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
59672026-07-29T00:56:17.697Z[ recovery-image] Jul 29 00:56:16.865 INFO O| Jul 29 00:56:16.865 INFO STEP 249 (remove_files) COMPLETE
59682026-07-29T00:56:17.697Z[ recovery-image] Jul 29 00:56:16.865 INFO O| Jul 29 00:56:16.865 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-07-29T00:56:17.705Z[ recovery-image] Jul 29 00:56:16.873 INFO O| Jul 29 00:56:16.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
59702026-07-29T00:56:17.708Z[ recovery-image] Jul 29 00:56:16.874 INFO O| Jul 29 00:56:16.874 INFO STEP 250 (remove_files) COMPLETE
59712026-07-29T00:56:17.708Z[ recovery-image] Jul 29 00:56:16.874 INFO O| Jul 29 00:56:16.874 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-07-29T00:56:17.714Z[ recovery-image] Jul 29 00:56:16.882 INFO O| Jul 29 00:56:16.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
59732026-07-29T00:56:17.716Z[ recovery-image] Jul 29 00:56:16.883 INFO O| Jul 29 00:56:16.883 INFO STEP 251 (remove_files) COMPLETE
59742026-07-29T00:56:17.717Z[ recovery-image] Jul 29 00:56:16.883 INFO O| Jul 29 00:56:16.883 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-07-29T00:56:17.723Z[ recovery-image] Jul 29 00:56:16.891 INFO O| Jul 29 00:56:16.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
59762026-07-29T00:56:17.723Z[ recovery-image] Jul 29 00:56:16.891 INFO O| Jul 29 00:56:16.891 INFO STEP 252 (remove_files) COMPLETE
59772026-07-29T00:56:17.723Z[ recovery-image] Jul 29 00:56:16.891 INFO O| Jul 29 00:56:16.891 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-07-29T00:56:17.731Z[ recovery-image] Jul 29 00:56:16.899 INFO O| Jul 29 00:56:16.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
59792026-07-29T00:56:17.731Z[ recovery-image] Jul 29 00:56:16.899 INFO O| Jul 29 00:56:16.899 INFO STEP 253 (remove_files) COMPLETE
59802026-07-29T00:56:17.731Z[ recovery-image] Jul 29 00:56:16.899 INFO O| Jul 29 00:56:16.899 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-07-29T00:56:17.759Z[ recovery-image] Jul 29 00:56:16.927 INFO O| Jul 29 00:56:16.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
59822026-07-29T00:56:17.759Z[ recovery-image] Jul 29 00:56:16.927 INFO O| Jul 29 00:56:16.927 INFO STEP 254 (remove_files) COMPLETE
59832026-07-29T00:56:17.759Z[ recovery-image] Jul 29 00:56:16.927 INFO O| Jul 29 00:56:16.927 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-07-29T00:56:17.769Z[ recovery-image] Jul 29 00:56:16.937 INFO O| Jul 29 00:56:16.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
59852026-07-29T00:56:17.769Z[ recovery-image] Jul 29 00:56:16.937 INFO O| Jul 29 00:56:16.937 INFO STEP 255 (remove_files) COMPLETE
59862026-07-29T00:56:17.769Z[ recovery-image] Jul 29 00:56:16.937 INFO O| Jul 29 00:56:16.937 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-07-29T00:56:17.778Z[ recovery-image] Jul 29 00:56:16.947 INFO O| Jul 29 00:56:16.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
59882026-07-29T00:56:17.778Z[ recovery-image] Jul 29 00:56:16.947 INFO O| Jul 29 00:56:16.947 INFO STEP 256 (remove_files) COMPLETE
59892026-07-29T00:56:17.778Z[ recovery-image] Jul 29 00:56:16.947 INFO O| Jul 29 00:56:16.947 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-07-29T00:56:17.789Z[ recovery-image] Jul 29 00:56:16.957 INFO O| Jul 29 00:56:16.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
59912026-07-29T00:56:17.789Z[ recovery-image] Jul 29 00:56:16.957 INFO O| Jul 29 00:56:16.957 INFO STEP 257 (remove_files) COMPLETE
59922026-07-29T00:56:17.791Z[ recovery-image] Jul 29 00:56:16.957 INFO O| Jul 29 00:56:16.957 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-07-29T00:56:17.797Z[ recovery-image] Jul 29 00:56:16.966 INFO O| Jul 29 00:56:16.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
59942026-07-29T00:56:17.797Z[ recovery-image] Jul 29 00:56:16.966 INFO O| Jul 29 00:56:16.966 INFO STEP 258 (remove_files) COMPLETE
59952026-07-29T00:56:17.800Z[ recovery-image] Jul 29 00:56:16.966 INFO O| Jul 29 00:56:16.966 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-07-29T00:56:17.807Z[ recovery-image] Jul 29 00:56:16.975 INFO O| Jul 29 00:56:16.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
59972026-07-29T00:56:17.809Z[ recovery-image] Jul 29 00:56:16.975 INFO O| Jul 29 00:56:16.975 INFO STEP 259 (remove_files) COMPLETE
59982026-07-29T00:56:17.810Z[ recovery-image] Jul 29 00:56:16.975 INFO O| Jul 29 00:56:16.975 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-07-29T00:56:17.816Z[ recovery-image] Jul 29 00:56:16.984 INFO O| Jul 29 00:56:16.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60002026-07-29T00:56:17.816Z[ recovery-image] Jul 29 00:56:16.984 INFO O| Jul 29 00:56:16.984 INFO STEP 260 (remove_files) COMPLETE
60012026-07-29T00:56:17.816Z[ recovery-image] Jul 29 00:56:16.984 INFO O| Jul 29 00:56:16.984 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-07-29T00:56:17.825Z[ recovery-image] Jul 29 00:56:16.993 INFO O| Jul 29 00:56:16.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60032026-07-29T00:56:17.825Z[ recovery-image] Jul 29 00:56:16.993 INFO O| Jul 29 00:56:16.993 INFO STEP 261 (remove_files) COMPLETE
60042026-07-29T00:56:17.825Z[ recovery-image] Jul 29 00:56:16.993 INFO O| Jul 29 00:56:16.993 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-07-29T00:56:17.833Z[ recovery-image] Jul 29 00:56:17.002 INFO O| Jul 29 00:56:17.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60062026-07-29T00:56:17.833Z[ recovery-image] Jul 29 00:56:17.002 INFO O| Jul 29 00:56:17.002 INFO STEP 262 (remove_files) COMPLETE
60072026-07-29T00:56:17.833Z[ recovery-image] Jul 29 00:56:17.002 INFO O| Jul 29 00:56:17.002 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-07-29T00:56:17.841Z[ recovery-image] Jul 29 00:56:17.010 INFO O| Jul 29 00:56:17.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60092026-07-29T00:56:17.844Z[ recovery-image] Jul 29 00:56:17.010 INFO O| Jul 29 00:56:17.010 INFO STEP 263 (remove_files) COMPLETE
60102026-07-29T00:56:17.844Z[ recovery-image] Jul 29 00:56:17.010 INFO O| Jul 29 00:56:17.010 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-07-29T00:56:17.851Z[ recovery-image] Jul 29 00:56:17.019 INFO O| Jul 29 00:56:17.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60122026-07-29T00:56:17.851Z[ recovery-image] Jul 29 00:56:17.019 INFO O| Jul 29 00:56:17.019 INFO STEP 264 (remove_files) COMPLETE
60132026-07-29T00:56:17.851Z[ recovery-image] Jul 29 00:56:17.019 INFO O| Jul 29 00:56:17.019 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-07-29T00:56:17.859Z[ recovery-image] Jul 29 00:56:17.028 INFO O| Jul 29 00:56:17.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60152026-07-29T00:56:17.859Z[ recovery-image] Jul 29 00:56:17.028 INFO O| Jul 29 00:56:17.028 INFO STEP 265 (remove_files) COMPLETE
60162026-07-29T00:56:17.862Z[ recovery-image] Jul 29 00:56:17.028 INFO O| Jul 29 00:56:17.028 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-07-29T00:56:17.867Z[ recovery-image] Jul 29 00:56:17.036 INFO O| Jul 29 00:56:17.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60182026-07-29T00:56:17.870Z[ recovery-image] Jul 29 00:56:17.036 INFO O| Jul 29 00:56:17.036 INFO STEP 266 (remove_files) COMPLETE
60192026-07-29T00:56:17.870Z[ recovery-image] Jul 29 00:56:17.037 INFO O| Jul 29 00:56:17.036 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-07-29T00:56:17.876Z[ recovery-image] Jul 29 00:56:17.045 INFO O| Jul 29 00:56:17.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60212026-07-29T00:56:17.879Z[ recovery-image] Jul 29 00:56:17.045 INFO O| Jul 29 00:56:17.045 INFO STEP 267 (remove_files) COMPLETE
60222026-07-29T00:56:17.879Z[ recovery-image] Jul 29 00:56:17.045 INFO O| Jul 29 00:56:17.045 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-07-29T00:56:17.887Z[ recovery-image] Jul 29 00:56:17.056 INFO O| Jul 29 00:56:17.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60242026-07-29T00:56:17.887Z[ recovery-image] Jul 29 00:56:17.056 INFO O| Jul 29 00:56:17.056 INFO STEP 268 (remove_files) COMPLETE
60252026-07-29T00:56:17.890Z[ recovery-image] Jul 29 00:56:17.056 INFO O| Jul 29 00:56:17.056 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-07-29T00:56:17.904Z[ recovery-image] Jul 29 00:56:17.072 INFO O| Jul 29 00:56:17.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60272026-07-29T00:56:17.904Z[ recovery-image] Jul 29 00:56:17.072 INFO O| Jul 29 00:56:17.072 INFO STEP 269 (remove_files) COMPLETE
60282026-07-29T00:56:17.907Z[ recovery-image] Jul 29 00:56:17.072 INFO O| Jul 29 00:56:17.072 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-07-29T00:56:17.912Z[ recovery-image] Jul 29 00:56:17.081 INFO O| Jul 29 00:56:17.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60302026-07-29T00:56:17.912Z[ recovery-image] Jul 29 00:56:17.081 INFO O| Jul 29 00:56:17.081 INFO STEP 270 (remove_files) COMPLETE
60312026-07-29T00:56:17.912Z[ recovery-image] Jul 29 00:56:17.081 INFO O| Jul 29 00:56:17.081 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-07-29T00:56:17.921Z[ recovery-image] Jul 29 00:56:17.089 INFO O| Jul 29 00:56:17.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60332026-07-29T00:56:17.921Z[ recovery-image] Jul 29 00:56:17.089 INFO O| Jul 29 00:56:17.089 INFO STEP 271 (remove_files) COMPLETE
60342026-07-29T00:56:17.924Z[ recovery-image] Jul 29 00:56:17.089 INFO O| Jul 29 00:56:17.089 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-07-29T00:56:17.930Z[ recovery-image] Jul 29 00:56:17.098 INFO O| Jul 29 00:56:17.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60362026-07-29T00:56:17.930Z[ recovery-image] Jul 29 00:56:17.098 INFO O| Jul 29 00:56:17.098 INFO STEP 272 (remove_files) COMPLETE
60372026-07-29T00:56:17.933Z[ recovery-image] Jul 29 00:56:17.098 INFO O| Jul 29 00:56:17.098 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-07-29T00:56:17.941Z[ recovery-image] Jul 29 00:56:17.109 INFO O| Jul 29 00:56:17.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60392026-07-29T00:56:17.941Z[ recovery-image] Jul 29 00:56:17.109 INFO O| Jul 29 00:56:17.109 INFO STEP 273 (remove_files) COMPLETE
60402026-07-29T00:56:17.944Z[ recovery-image] Jul 29 00:56:17.109 INFO O| Jul 29 00:56:17.109 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-07-29T00:56:17.951Z[ recovery-image] Jul 29 00:56:17.119 INFO O| Jul 29 00:56:17.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60422026-07-29T00:56:17.951Z[ recovery-image] Jul 29 00:56:17.119 INFO O| Jul 29 00:56:17.119 INFO STEP 274 (remove_files) COMPLETE
60432026-07-29T00:56:17.954Z[ recovery-image] Jul 29 00:56:17.119 INFO O| Jul 29 00:56:17.119 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-07-29T00:56:17.960Z[ recovery-image] Jul 29 00:56:17.129 INFO O| Jul 29 00:56:17.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60452026-07-29T00:56:17.960Z[ recovery-image] Jul 29 00:56:17.129 INFO O| Jul 29 00:56:17.129 INFO STEP 275 (remove_files) COMPLETE
60462026-07-29T00:56:17.960Z[ recovery-image] Jul 29 00:56:17.129 INFO O| Jul 29 00:56:17.129 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-07-29T00:56:17.969Z[verify-libraries] Compiling russh-cryptovec v0.62.0
60482026-07-29T00:56:17.972Z[ recovery-image] Jul 29 00:56:17.138 INFO O| Jul 29 00:56:17.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60492026-07-29T00:56:17.972Z[ recovery-image] Jul 29 00:56:17.138 INFO O| Jul 29 00:56:17.138 INFO STEP 276 (remove_files) COMPLETE
60502026-07-29T00:56:17.972Z[ recovery-image] Jul 29 00:56:17.138 INFO O| Jul 29 00:56:17.138 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-07-29T00:56:17.978Z[ recovery-image] Jul 29 00:56:17.147 INFO O| Jul 29 00:56:17.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60522026-07-29T00:56:17.979Z[ recovery-image] Jul 29 00:56:17.147 INFO O| Jul 29 00:56:17.147 INFO STEP 277 (remove_files) COMPLETE
60532026-07-29T00:56:17.981Z[ recovery-image] Jul 29 00:56:17.147 INFO O| Jul 29 00:56:17.147 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-07-29T00:56:17.988Z[ recovery-image] Jul 29 00:56:17.156 INFO O| Jul 29 00:56:17.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
60552026-07-29T00:56:17.988Z[ recovery-image] Jul 29 00:56:17.157 INFO O| Jul 29 00:56:17.156 INFO STEP 278 (remove_files) COMPLETE
60562026-07-29T00:56:17.991Z[ recovery-image] Jul 29 00:56:17.157 INFO O| Jul 29 00:56:17.156 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-07-29T00:56:17.997Z[ recovery-image] Jul 29 00:56:17.166 INFO O| Jul 29 00:56:17.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
60582026-07-29T00:56:17.998Z[ recovery-image] Jul 29 00:56:17.166 INFO O| Jul 29 00:56:17.166 INFO STEP 279 (remove_files) COMPLETE
60592026-07-29T00:56:18.001Z[ recovery-image] Jul 29 00:56:17.166 INFO O| Jul 29 00:56:17.166 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-07-29T00:56:18.007Z[ recovery-image] Jul 29 00:56:17.176 INFO O| Jul 29 00:56:17.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
60612026-07-29T00:56:18.007Z[ recovery-image] Jul 29 00:56:17.176 INFO O| Jul 29 00:56:17.176 INFO STEP 280 (remove_files) COMPLETE
60622026-07-29T00:56:18.010Z[ recovery-image] Jul 29 00:56:17.176 INFO O| Jul 29 00:56:17.176 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-07-29T00:56:18.016Z[ recovery-image] Jul 29 00:56:17.184 INFO O| Jul 29 00:56:17.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
60642026-07-29T00:56:18.019Z[ recovery-image] Jul 29 00:56:17.184 INFO O| Jul 29 00:56:17.184 INFO STEP 281 (remove_files) COMPLETE
60652026-07-29T00:56:18.019Z[ recovery-image] Jul 29 00:56:17.184 INFO O| Jul 29 00:56:17.184 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-07-29T00:56:18.025Z[ recovery-image] Jul 29 00:56:17.193 INFO O| Jul 29 00:56:17.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
60672026-07-29T00:56:18.025Z[ recovery-image] Jul 29 00:56:17.194 INFO O| Jul 29 00:56:17.193 INFO STEP 282 (remove_files) COMPLETE
60682026-07-29T00:56:18.028Z[ recovery-image] Jul 29 00:56:17.194 INFO O| Jul 29 00:56:17.193 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-07-29T00:56:18.034Z[ recovery-image] Jul 29 00:56:17.203 INFO O| Jul 29 00:56:17.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
60702026-07-29T00:56:18.034Z[ recovery-image] Jul 29 00:56:17.203 INFO O| Jul 29 00:56:17.203 INFO STEP 283 (remove_files) COMPLETE
60712026-07-29T00:56:18.037Z[ recovery-image] Jul 29 00:56:17.203 INFO O| Jul 29 00:56:17.203 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-07-29T00:56:18.045Z[ recovery-image] Jul 29 00:56:17.213 INFO O| Jul 29 00:56:17.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
60732026-07-29T00:56:18.045Z[ recovery-image] Jul 29 00:56:17.213 INFO O| Jul 29 00:56:17.213 INFO STEP 284 (remove_files) COMPLETE
60742026-07-29T00:56:18.047Z[ recovery-image] Jul 29 00:56:17.213 INFO O| Jul 29 00:56:17.213 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-07-29T00:56:18.055Z[ recovery-image] Jul 29 00:56:17.223 INFO O| Jul 29 00:56:17.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
60762026-07-29T00:56:18.055Z[ recovery-image] Jul 29 00:56:17.223 INFO O| Jul 29 00:56:17.223 INFO STEP 285 (remove_files) COMPLETE
60772026-07-29T00:56:18.057Z[ recovery-image] Jul 29 00:56:17.223 INFO O| Jul 29 00:56:17.223 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-07-29T00:56:18.065Z[ recovery-image] Jul 29 00:56:17.233 INFO O| Jul 29 00:56:17.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
60792026-07-29T00:56:18.065Z[ recovery-image] Jul 29 00:56:17.233 INFO O| Jul 29 00:56:17.233 INFO STEP 286 (remove_files) COMPLETE
60802026-07-29T00:56:18.065Z[ recovery-image] Jul 29 00:56:17.233 INFO O| Jul 29 00:56:17.233 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-07-29T00:56:18.075Z[ recovery-image] Jul 29 00:56:17.243 INFO O| Jul 29 00:56:17.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
60822026-07-29T00:56:18.075Z[ recovery-image] Jul 29 00:56:17.243 INFO O| Jul 29 00:56:17.243 INFO STEP 287 (remove_files) COMPLETE
60832026-07-29T00:56:18.075Z[ recovery-image] Jul 29 00:56:17.243 INFO O| Jul 29 00:56:17.243 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-07-29T00:56:18.084Z[ recovery-image] Jul 29 00:56:17.252 INFO O| Jul 29 00:56:17.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
60852026-07-29T00:56:18.084Z[ recovery-image] Jul 29 00:56:17.252 INFO O| Jul 29 00:56:17.252 INFO STEP 288 (remove_files) COMPLETE
60862026-07-29T00:56:18.087Z[ recovery-image] Jul 29 00:56:17.252 INFO O| Jul 29 00:56:17.252 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-07-29T00:56:18.093Z[ recovery-image] Jul 29 00:56:17.262 INFO O| Jul 29 00:56:17.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
60882026-07-29T00:56:18.093Z[ recovery-image] Jul 29 00:56:17.262 INFO O| Jul 29 00:56:17.262 INFO STEP 289 (remove_files) COMPLETE
60892026-07-29T00:56:18.096Z[ recovery-image] Jul 29 00:56:17.262 INFO O| Jul 29 00:56:17.262 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-07-29T00:56:18.102Z[ recovery-image] Jul 29 00:56:17.271 INFO O| Jul 29 00:56:17.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
60912026-07-29T00:56:18.102Z[ recovery-image] Jul 29 00:56:17.271 INFO O| Jul 29 00:56:17.271 INFO STEP 290 (remove_files) COMPLETE
60922026-07-29T00:56:18.105Z[ recovery-image] Jul 29 00:56:17.271 INFO O| Jul 29 00:56:17.271 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-07-29T00:56:18.124Z[ recovery-image] Jul 29 00:56:17.280 INFO O| Jul 29 00:56:17.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
60942026-07-29T00:56:18.124Z[ recovery-image] Jul 29 00:56:17.280 INFO O| Jul 29 00:56:17.280 INFO STEP 291 (remove_files) COMPLETE
60952026-07-29T00:56:18.127Z[ recovery-image] Jul 29 00:56:17.280 INFO O| Jul 29 00:56:17.280 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-07-29T00:56:18.127Z[ recovery-image] Jul 29 00:56:17.290 INFO O| Jul 29 00:56:17.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
60972026-07-29T00:56:18.127Z[ recovery-image] Jul 29 00:56:17.290 INFO O| Jul 29 00:56:17.290 INFO STEP 292 (remove_files) COMPLETE
60982026-07-29T00:56:18.127Z[ recovery-image] Jul 29 00:56:17.290 INFO O| Jul 29 00:56:17.290 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-07-29T00:56:18.131Z[ recovery-image] Jul 29 00:56:17.300 INFO O| Jul 29 00:56:17.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61002026-07-29T00:56:18.131Z[ recovery-image] Jul 29 00:56:17.300 INFO O| Jul 29 00:56:17.300 INFO STEP 293 (remove_files) COMPLETE
61012026-07-29T00:56:18.134Z[ recovery-image] Jul 29 00:56:17.300 INFO O| Jul 29 00:56:17.300 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-07-29T00:56:18.140Z[ recovery-image] Jul 29 00:56:17.308 INFO O| Jul 29 00:56:17.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61032026-07-29T00:56:18.140Z[ recovery-image] Jul 29 00:56:17.308 INFO O| Jul 29 00:56:17.308 INFO STEP 294 (remove_files) COMPLETE
61042026-07-29T00:56:18.143Z[ recovery-image] Jul 29 00:56:17.308 INFO O| Jul 29 00:56:17.308 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-07-29T00:56:18.149Z[ recovery-image] Jul 29 00:56:17.317 INFO O| Jul 29 00:56:17.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61062026-07-29T00:56:18.149Z[ recovery-image] Jul 29 00:56:17.318 INFO O| Jul 29 00:56:17.318 INFO STEP 295 (remove_files) COMPLETE
61072026-07-29T00:56:18.149Z[ recovery-image] Jul 29 00:56:17.318 INFO O| Jul 29 00:56:17.318 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-07-29T00:56:18.158Z[ recovery-image] Jul 29 00:56:17.327 INFO O| Jul 29 00:56:17.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61092026-07-29T00:56:18.158Z[ recovery-image] Jul 29 00:56:17.327 INFO O| Jul 29 00:56:17.327 INFO STEP 296 (remove_files) COMPLETE
61102026-07-29T00:56:18.161Z[ recovery-image] Jul 29 00:56:17.327 INFO O| Jul 29 00:56:17.327 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-07-29T00:56:18.168Z[ recovery-image] Jul 29 00:56:17.336 INFO O| Jul 29 00:56:17.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61122026-07-29T00:56:18.168Z[ recovery-image] Jul 29 00:56:17.336 INFO O| Jul 29 00:56:17.336 INFO STEP 297 (remove_files) COMPLETE
61132026-07-29T00:56:18.168Z[ recovery-image] Jul 29 00:56:17.336 INFO O| Jul 29 00:56:17.336 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-07-29T00:56:18.177Z[ recovery-image] Jul 29 00:56:17.346 INFO O| Jul 29 00:56:17.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61152026-07-29T00:56:18.177Z[ recovery-image] Jul 29 00:56:17.346 INFO O| Jul 29 00:56:17.346 INFO STEP 298 (remove_files) COMPLETE
61162026-07-29T00:56:18.177Z[ recovery-image] Jul 29 00:56:17.346 INFO O| Jul 29 00:56:17.346 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-07-29T00:56:18.189Z[ recovery-image] Jul 29 00:56:17.355 INFO O| Jul 29 00:56:17.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61182026-07-29T00:56:18.190Z[ recovery-image] Jul 29 00:56:17.355 INFO O| Jul 29 00:56:17.355 INFO STEP 299 (remove_files) COMPLETE
61192026-07-29T00:56:18.190Z[ recovery-image] Jul 29 00:56:17.355 INFO O| Jul 29 00:56:17.355 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-07-29T00:56:18.196Z[ recovery-image] Jul 29 00:56:17.364 INFO O| Jul 29 00:56:17.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61212026-07-29T00:56:18.196Z[ recovery-image] Jul 29 00:56:17.365 INFO O| Jul 29 00:56:17.365 INFO STEP 300 (remove_files) COMPLETE
61222026-07-29T00:56:18.203Z[ recovery-image] Jul 29 00:56:17.365 INFO O| Jul 29 00:56:17.365 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-07-29T00:56:18.218Z[ recovery-image] Jul 29 00:56:17.374 INFO O| Jul 29 00:56:17.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61242026-07-29T00:56:18.218Z[ recovery-image] Jul 29 00:56:17.374 INFO O| Jul 29 00:56:17.374 INFO STEP 301 (remove_files) COMPLETE
61252026-07-29T00:56:18.218Z[ recovery-image] Jul 29 00:56:17.374 INFO O| Jul 29 00:56:17.374 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-07-29T00:56:18.218Z[ recovery-image] Jul 29 00:56:17.383 INFO O| Jul 29 00:56:17.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61272026-07-29T00:56:18.218Z[ recovery-image] Jul 29 00:56:17.383 INFO O| Jul 29 00:56:17.383 INFO STEP 302 (remove_files) COMPLETE
61282026-07-29T00:56:18.218Z[ recovery-image] Jul 29 00:56:17.383 INFO O| Jul 29 00:56:17.383 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-07-29T00:56:18.224Z[ recovery-image] Jul 29 00:56:17.392 INFO O| Jul 29 00:56:17.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61302026-07-29T00:56:18.228Z[ recovery-image] Jul 29 00:56:17.393 INFO O| Jul 29 00:56:17.393 INFO STEP 303 (remove_files) COMPLETE
61312026-07-29T00:56:18.228Z[ recovery-image] Jul 29 00:56:17.393 INFO O| Jul 29 00:56:17.393 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-07-29T00:56:18.234Z[ recovery-image] Jul 29 00:56:17.402 INFO O| Jul 29 00:56:17.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61332026-07-29T00:56:18.234Z[ recovery-image] Jul 29 00:56:17.402 INFO O| Jul 29 00:56:17.402 INFO STEP 304 (remove_files) COMPLETE
61342026-07-29T00:56:18.237Z[ recovery-image] Jul 29 00:56:17.402 INFO O| Jul 29 00:56:17.402 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-07-29T00:56:18.237Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
61362026-07-29T00:56:18.243Z[ recovery-image] Jul 29 00:56:17.412 INFO O| Jul 29 00:56:17.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61372026-07-29T00:56:18.243Z[ recovery-image] Jul 29 00:56:17.412 INFO O| Jul 29 00:56:17.412 INFO STEP 305 (remove_files) COMPLETE
61382026-07-29T00:56:18.249Z[ recovery-image] Jul 29 00:56:17.412 INFO O| Jul 29 00:56:17.412 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-07-29T00:56:18.252Z[ recovery-image] Jul 29 00:56:17.420 INFO O| Jul 29 00:56:17.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61402026-07-29T00:56:18.252Z[ recovery-image] Jul 29 00:56:17.420 INFO O| Jul 29 00:56:17.420 INFO STEP 306 (remove_files) COMPLETE
61412026-07-29T00:56:18.252Z[ recovery-image] Jul 29 00:56:17.420 INFO O| Jul 29 00:56:17.420 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-07-29T00:56:18.261Z[ recovery-image] Jul 29 00:56:17.429 INFO O| Jul 29 00:56:17.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61432026-07-29T00:56:18.261Z[ recovery-image] Jul 29 00:56:17.429 INFO O| Jul 29 00:56:17.429 INFO STEP 307 (remove_files) COMPLETE
61442026-07-29T00:56:18.263Z[ recovery-image] Jul 29 00:56:17.429 INFO O| Jul 29 00:56:17.429 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-07-29T00:56:18.278Z[ recovery-image] Jul 29 00:56:17.439 INFO O| Jul 29 00:56:17.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61462026-07-29T00:56:18.278Z[ recovery-image] Jul 29 00:56:17.439 INFO O| Jul 29 00:56:17.439 INFO STEP 308 (remove_files) COMPLETE
61472026-07-29T00:56:18.278Z[ recovery-image] Jul 29 00:56:17.439 INFO O| Jul 29 00:56:17.439 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-07-29T00:56:18.285Z[ recovery-image] Jul 29 00:56:17.447 INFO O| Jul 29 00:56:17.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61492026-07-29T00:56:18.285Z[ recovery-image] Jul 29 00:56:17.447 INFO O| Jul 29 00:56:17.447 INFO STEP 309 (remove_files) COMPLETE
61502026-07-29T00:56:18.285Z[ recovery-image] Jul 29 00:56:17.447 INFO O| Jul 29 00:56:17.447 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-07-29T00:56:18.289Z[ recovery-image] Jul 29 00:56:17.455 INFO O| Jul 29 00:56:17.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61522026-07-29T00:56:18.289Z[ recovery-image] Jul 29 00:56:17.455 INFO O| Jul 29 00:56:17.455 INFO STEP 310 (remove_files) COMPLETE
61532026-07-29T00:56:18.289Z[ recovery-image] Jul 29 00:56:17.455 INFO O| Jul 29 00:56:17.455 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-07-29T00:56:18.300Z[ recovery-image] Jul 29 00:56:17.465 INFO O| Jul 29 00:56:17.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
61552026-07-29T00:56:18.300Z[ recovery-image] Jul 29 00:56:17.465 INFO O| Jul 29 00:56:17.465 INFO STEP 311 (remove_files) COMPLETE
61562026-07-29T00:56:18.300Z[ recovery-image] Jul 29 00:56:17.465 INFO O| Jul 29 00:56:17.465 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-07-29T00:56:18.306Z[ recovery-image] Jul 29 00:56:17.474 INFO O| Jul 29 00:56:17.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
61582026-07-29T00:56:18.306Z[ recovery-image] Jul 29 00:56:17.474 INFO O| Jul 29 00:56:17.474 INFO STEP 312 (remove_files) COMPLETE
61592026-07-29T00:56:18.308Z[ recovery-image] Jul 29 00:56:17.474 INFO O| Jul 29 00:56:17.474 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-07-29T00:56:18.313Z[ recovery-image] Jul 29 00:56:17.482 INFO O| Jul 29 00:56:17.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
61612026-07-29T00:56:18.313Z[ recovery-image] Jul 29 00:56:17.482 INFO O| Jul 29 00:56:17.482 INFO STEP 313 (remove_files) COMPLETE
61622026-07-29T00:56:18.316Z[ recovery-image] Jul 29 00:56:17.482 INFO O| Jul 29 00:56:17.482 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-07-29T00:56:18.321Z[ recovery-image] Jul 29 00:56:17.490 INFO O| Jul 29 00:56:17.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
61642026-07-29T00:56:18.321Z[ recovery-image] Jul 29 00:56:17.490 INFO O| Jul 29 00:56:17.490 INFO STEP 314 (remove_files) COMPLETE
61652026-07-29T00:56:18.324Z[ recovery-image] Jul 29 00:56:17.490 INFO O| Jul 29 00:56:17.490 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-07-29T00:56:18.330Z[ recovery-image] Jul 29 00:56:17.498 INFO O| Jul 29 00:56:17.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
61672026-07-29T00:56:18.330Z[ recovery-image] Jul 29 00:56:17.498 INFO O| Jul 29 00:56:17.498 INFO STEP 315 (remove_files) COMPLETE
61682026-07-29T00:56:18.336Z[ recovery-image] Jul 29 00:56:17.498 INFO O| Jul 29 00:56:17.498 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-07-29T00:56:18.342Z[ recovery-image] Jul 29 00:56:17.506 INFO O| Jul 29 00:56:17.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
61702026-07-29T00:56:18.342Z[ recovery-image] Jul 29 00:56:17.506 INFO O| Jul 29 00:56:17.506 INFO STEP 316 (remove_files) COMPLETE
61712026-07-29T00:56:18.342Z[ recovery-image] Jul 29 00:56:17.507 INFO O| Jul 29 00:56:17.506 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-07-29T00:56:18.347Z[ recovery-image] Jul 29 00:56:17.515 INFO O| Jul 29 00:56:17.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
61732026-07-29T00:56:18.347Z[ recovery-image] Jul 29 00:56:17.515 INFO O| Jul 29 00:56:17.515 INFO STEP 317 (remove_files) COMPLETE
61742026-07-29T00:56:18.350Z[ recovery-image] Jul 29 00:56:17.515 INFO O| Jul 29 00:56:17.515 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-07-29T00:56:18.355Z[ recovery-image] Jul 29 00:56:17.524 INFO O| Jul 29 00:56:17.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
61762026-07-29T00:56:18.355Z[ recovery-image] Jul 29 00:56:17.524 INFO O| Jul 29 00:56:17.524 INFO STEP 318 (remove_files) COMPLETE
61772026-07-29T00:56:18.355Z[ recovery-image] Jul 29 00:56:17.524 INFO O| Jul 29 00:56:17.524 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-07-29T00:56:18.364Z[ recovery-image] Jul 29 00:56:17.532 INFO O| Jul 29 00:56:17.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
61792026-07-29T00:56:18.364Z[ recovery-image] Jul 29 00:56:17.532 INFO O| Jul 29 00:56:17.532 INFO STEP 319 (remove_files) COMPLETE
61802026-07-29T00:56:18.366Z[ recovery-image] Jul 29 00:56:17.532 INFO O| Jul 29 00:56:17.532 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-07-29T00:56:18.372Z[ recovery-image] Jul 29 00:56:17.540 INFO O| Jul 29 00:56:17.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
61822026-07-29T00:56:18.372Z[ recovery-image] Jul 29 00:56:17.540 INFO O| Jul 29 00:56:17.540 INFO STEP 320 (remove_files) COMPLETE
61832026-07-29T00:56:18.374Z[ recovery-image] Jul 29 00:56:17.540 INFO O| Jul 29 00:56:17.540 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-07-29T00:56:18.379Z[ recovery-image] Jul 29 00:56:17.548 INFO O| Jul 29 00:56:17.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
61852026-07-29T00:56:18.379Z[ recovery-image] Jul 29 00:56:17.548 INFO O| Jul 29 00:56:17.548 INFO STEP 321 (remove_files) COMPLETE
61862026-07-29T00:56:18.383Z[ recovery-image] Jul 29 00:56:17.548 INFO O| Jul 29 00:56:17.548 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-07-29T00:56:18.397Z[ recovery-image] Jul 29 00:56:17.557 INFO O| Jul 29 00:56:17.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
61882026-07-29T00:56:18.397Z[ recovery-image] Jul 29 00:56:17.557 INFO O| Jul 29 00:56:17.557 INFO STEP 322 (remove_files) COMPLETE
61892026-07-29T00:56:18.400Z[ recovery-image] Jul 29 00:56:17.557 INFO O| Jul 29 00:56:17.557 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-07-29T00:56:18.400Z[ recovery-image] Jul 29 00:56:17.565 INFO O| Jul 29 00:56:17.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
61912026-07-29T00:56:18.400Z[ recovery-image] Jul 29 00:56:17.565 INFO O| Jul 29 00:56:17.565 INFO STEP 323 (remove_files) COMPLETE
61922026-07-29T00:56:18.400Z[ recovery-image] Jul 29 00:56:17.565 INFO O| Jul 29 00:56:17.565 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-07-29T00:56:18.404Z[ recovery-image] Jul 29 00:56:17.573 INFO O| Jul 29 00:56:17.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
61942026-07-29T00:56:18.404Z[ recovery-image] Jul 29 00:56:17.573 INFO O| Jul 29 00:56:17.573 INFO STEP 324 (remove_files) COMPLETE
61952026-07-29T00:56:18.407Z[ recovery-image] Jul 29 00:56:17.573 INFO O| Jul 29 00:56:17.573 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-07-29T00:56:18.412Z[ recovery-image] Jul 29 00:56:17.581 INFO O| Jul 29 00:56:17.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
61972026-07-29T00:56:18.412Z[ recovery-image] Jul 29 00:56:17.581 INFO O| Jul 29 00:56:17.581 INFO STEP 325 (remove_files) COMPLETE
61982026-07-29T00:56:18.415Z[ recovery-image] Jul 29 00:56:17.581 INFO O| Jul 29 00:56:17.581 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-07-29T00:56:18.419Z[ recovery-image] Jul 29 00:56:17.588 INFO O| Jul 29 00:56:17.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62002026-07-29T00:56:18.419Z[ recovery-image] Jul 29 00:56:17.588 INFO O| Jul 29 00:56:17.588 INFO STEP 326 (remove_files) COMPLETE
62012026-07-29T00:56:18.419Z[ recovery-image] Jul 29 00:56:17.588 INFO O| Jul 29 00:56:17.588 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-07-29T00:56:18.427Z[ recovery-image] Jul 29 00:56:17.595 INFO O| Jul 29 00:56:17.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62032026-07-29T00:56:18.427Z[ recovery-image] Jul 29 00:56:17.595 INFO O| Jul 29 00:56:17.595 INFO STEP 327 (remove_files) COMPLETE
62042026-07-29T00:56:18.427Z[ recovery-image] Jul 29 00:56:17.595 INFO O| Jul 29 00:56:17.595 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-07-29T00:56:18.434Z[ recovery-image] Jul 29 00:56:17.603 INFO O| Jul 29 00:56:17.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62062026-07-29T00:56:18.434Z[ recovery-image] Jul 29 00:56:17.603 INFO O| Jul 29 00:56:17.603 INFO STEP 328 (remove_files) COMPLETE
62072026-07-29T00:56:18.437Z[ recovery-image] Jul 29 00:56:17.603 INFO O| Jul 29 00:56:17.603 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-07-29T00:56:18.442Z[ recovery-image] Jul 29 00:56:17.611 INFO O| Jul 29 00:56:17.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62092026-07-29T00:56:18.442Z[ recovery-image] Jul 29 00:56:17.611 INFO O| Jul 29 00:56:17.611 INFO STEP 329 (remove_files) COMPLETE
62102026-07-29T00:56:18.442Z[ recovery-image] Jul 29 00:56:17.611 INFO O| Jul 29 00:56:17.611 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-07-29T00:56:18.449Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
62122026-07-29T00:56:18.452Z[ recovery-image] Jul 29 00:56:17.618 INFO O| Jul 29 00:56:17.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62132026-07-29T00:56:18.452Z[ recovery-image] Jul 29 00:56:17.618 INFO O| Jul 29 00:56:17.618 INFO STEP 330 (remove_files) COMPLETE
62142026-07-29T00:56:18.452Z[ recovery-image] Jul 29 00:56:17.618 INFO O| Jul 29 00:56:17.618 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-07-29T00:56:18.458Z[ recovery-image] Jul 29 00:56:17.626 INFO O| Jul 29 00:56:17.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62162026-07-29T00:56:18.458Z[ recovery-image] Jul 29 00:56:17.626 INFO O| Jul 29 00:56:17.626 INFO STEP 331 (remove_files) COMPLETE
62172026-07-29T00:56:18.461Z[ recovery-image] Jul 29 00:56:17.626 INFO O| Jul 29 00:56:17.626 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-07-29T00:56:18.467Z[ recovery-image] Jul 29 00:56:17.635 INFO O| Jul 29 00:56:17.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62192026-07-29T00:56:18.467Z[ recovery-image] Jul 29 00:56:17.635 INFO O| Jul 29 00:56:17.635 INFO STEP 332 (remove_files) COMPLETE
62202026-07-29T00:56:18.467Z[ recovery-image] Jul 29 00:56:17.635 INFO O| Jul 29 00:56:17.635 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-07-29T00:56:18.475Z[ recovery-image] Jul 29 00:56:17.643 INFO O| Jul 29 00:56:17.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62222026-07-29T00:56:18.475Z[ recovery-image] Jul 29 00:56:17.643 INFO O| Jul 29 00:56:17.643 INFO STEP 333 (remove_files) COMPLETE
62232026-07-29T00:56:18.478Z[ recovery-image] Jul 29 00:56:17.643 INFO O| Jul 29 00:56:17.643 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-07-29T00:56:18.483Z[ recovery-image] Jul 29 00:56:17.652 INFO O| Jul 29 00:56:17.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62252026-07-29T00:56:18.484Z[ recovery-image] Jul 29 00:56:17.652 INFO O| Jul 29 00:56:17.652 INFO STEP 334 (remove_files) COMPLETE
62262026-07-29T00:56:18.484Z[ recovery-image] Jul 29 00:56:17.652 INFO O| Jul 29 00:56:17.652 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-07-29T00:56:18.493Z[ recovery-image] Jul 29 00:56:17.661 INFO O| Jul 29 00:56:17.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62282026-07-29T00:56:18.493Z[ recovery-image] Jul 29 00:56:17.661 INFO O| Jul 29 00:56:17.661 INFO STEP 335 (remove_files) COMPLETE
62292026-07-29T00:56:18.496Z[ recovery-image] Jul 29 00:56:17.661 INFO O| Jul 29 00:56:17.661 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-07-29T00:56:18.502Z[ recovery-image] Jul 29 00:56:17.671 INFO O| Jul 29 00:56:17.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62312026-07-29T00:56:18.502Z[ recovery-image] Jul 29 00:56:17.671 INFO O| Jul 29 00:56:17.671 INFO STEP 336 (remove_files) COMPLETE
62322026-07-29T00:56:18.505Z[ recovery-image] Jul 29 00:56:17.671 INFO O| Jul 29 00:56:17.671 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-07-29T00:56:18.511Z[ recovery-image] Jul 29 00:56:17.679 INFO O| Jul 29 00:56:17.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62342026-07-29T00:56:18.514Z[ recovery-image] Jul 29 00:56:17.680 INFO O| Jul 29 00:56:17.680 INFO STEP 337 (remove_files) COMPLETE
62352026-07-29T00:56:18.514Z[ recovery-image] Jul 29 00:56:17.680 INFO O| Jul 29 00:56:17.680 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-07-29T00:56:18.520Z[ recovery-image] Jul 29 00:56:17.689 INFO O| Jul 29 00:56:17.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62372026-07-29T00:56:18.521Z[ recovery-image] Jul 29 00:56:17.689 INFO O| Jul 29 00:56:17.689 INFO STEP 338 (remove_files) COMPLETE
62382026-07-29T00:56:18.521Z[ recovery-image] Jul 29 00:56:17.689 INFO O| Jul 29 00:56:17.689 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-07-29T00:56:18.529Z[ recovery-image] Jul 29 00:56:17.697 INFO O| Jul 29 00:56:17.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62402026-07-29T00:56:18.529Z[ recovery-image] Jul 29 00:56:17.697 INFO O| Jul 29 00:56:17.697 INFO STEP 339 (remove_files) COMPLETE
62412026-07-29T00:56:18.529Z[ recovery-image] Jul 29 00:56:17.697 INFO O| Jul 29 00:56:17.697 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-07-29T00:56:18.538Z[ recovery-image] Jul 29 00:56:17.706 INFO O| Jul 29 00:56:17.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62432026-07-29T00:56:18.538Z[ recovery-image] Jul 29 00:56:17.706 INFO O| Jul 29 00:56:17.706 INFO STEP 340 (remove_files) COMPLETE
62442026-07-29T00:56:18.538Z[ recovery-image] Jul 29 00:56:17.706 INFO O| Jul 29 00:56:17.706 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-07-29T00:56:18.546Z[ recovery-image] Jul 29 00:56:17.714 INFO O| Jul 29 00:56:17.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62462026-07-29T00:56:18.546Z[ recovery-image] Jul 29 00:56:17.714 INFO O| Jul 29 00:56:17.714 INFO STEP 341 (remove_files) COMPLETE
62472026-07-29T00:56:18.550Z[ recovery-image] Jul 29 00:56:17.714 INFO O| Jul 29 00:56:17.714 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-07-29T00:56:18.554Z[ recovery-image] Jul 29 00:56:17.723 INFO O| Jul 29 00:56:17.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62492026-07-29T00:56:18.554Z[ recovery-image] Jul 29 00:56:17.723 INFO O| Jul 29 00:56:17.723 INFO STEP 342 (remove_files) COMPLETE
62502026-07-29T00:56:18.554Z[ recovery-image] Jul 29 00:56:17.723 INFO O| Jul 29 00:56:17.723 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-07-29T00:56:18.562Z[ recovery-image] Jul 29 00:56:17.730 INFO O| Jul 29 00:56:17.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62522026-07-29T00:56:18.562Z[ recovery-image] Jul 29 00:56:17.730 INFO O| Jul 29 00:56:17.730 INFO STEP 343 (remove_files) COMPLETE
62532026-07-29T00:56:18.562Z[ recovery-image] Jul 29 00:56:17.730 INFO O| Jul 29 00:56:17.730 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-07-29T00:56:18.570Z[ recovery-image] Jul 29 00:56:17.738 INFO O| Jul 29 00:56:17.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
62552026-07-29T00:56:18.570Z[ recovery-image] Jul 29 00:56:17.738 INFO O| Jul 29 00:56:17.738 INFO STEP 344 (remove_files) COMPLETE
62562026-07-29T00:56:18.570Z[ recovery-image] Jul 29 00:56:17.738 INFO O| Jul 29 00:56:17.738 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-07-29T00:56:18.578Z[ recovery-image] Jul 29 00:56:17.746 INFO O| Jul 29 00:56:17.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
62582026-07-29T00:56:18.578Z[ recovery-image] Jul 29 00:56:17.746 INFO O| Jul 29 00:56:17.746 INFO STEP 345 (remove_files) COMPLETE
62592026-07-29T00:56:18.581Z[ recovery-image] Jul 29 00:56:17.746 INFO O| Jul 29 00:56:17.746 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-07-29T00:56:18.593Z[ recovery-image] Jul 29 00:56:17.761 INFO O| Jul 29 00:56:17.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
62612026-07-29T00:56:18.593Z[ recovery-image] Jul 29 00:56:17.761 INFO O| Jul 29 00:56:17.761 INFO STEP 346 (remove_files) COMPLETE
62622026-07-29T00:56:18.593Z[ recovery-image] Jul 29 00:56:17.761 INFO O| Jul 29 00:56:17.761 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-07-29T00:56:18.602Z[ recovery-image] Jul 29 00:56:17.770 INFO O| Jul 29 00:56:17.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
62642026-07-29T00:56:18.602Z[ recovery-image] Jul 29 00:56:17.770 INFO O| Jul 29 00:56:17.770 INFO STEP 347 (remove_files) COMPLETE
62652026-07-29T00:56:18.602Z[ recovery-image] Jul 29 00:56:17.770 INFO O| Jul 29 00:56:17.770 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-07-29T00:56:18.609Z[ recovery-image] Jul 29 00:56:17.778 INFO O| Jul 29 00:56:17.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
62672026-07-29T00:56:18.610Z[ recovery-image] Jul 29 00:56:17.778 INFO O| Jul 29 00:56:17.778 INFO STEP 348 (remove_files) COMPLETE
62682026-07-29T00:56:18.610Z[ recovery-image] Jul 29 00:56:17.778 INFO O| Jul 29 00:56:17.778 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-07-29T00:56:18.617Z[ recovery-image] Jul 29 00:56:17.785 INFO O| Jul 29 00:56:17.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
62702026-07-29T00:56:18.617Z[ recovery-image] Jul 29 00:56:17.786 INFO O| Jul 29 00:56:17.786 INFO STEP 349 (remove_files) COMPLETE
62712026-07-29T00:56:18.620Z[ recovery-image] Jul 29 00:56:17.786 INFO O| Jul 29 00:56:17.786 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-07-29T00:56:18.625Z[ recovery-image] Jul 29 00:56:17.794 INFO O| Jul 29 00:56:17.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
62732026-07-29T00:56:18.626Z[ recovery-image] Jul 29 00:56:17.794 INFO O| Jul 29 00:56:17.794 INFO STEP 350 (remove_files) COMPLETE
62742026-07-29T00:56:18.629Z[ recovery-image] Jul 29 00:56:17.794 INFO O| Jul 29 00:56:17.794 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-07-29T00:56:18.634Z[ recovery-image] Jul 29 00:56:17.802 INFO O| Jul 29 00:56:17.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
62762026-07-29T00:56:18.634Z[ recovery-image] Jul 29 00:56:17.802 INFO O| Jul 29 00:56:17.802 INFO STEP 351 (remove_files) COMPLETE
62772026-07-29T00:56:18.634Z[ recovery-image] Jul 29 00:56:17.802 INFO O| Jul 29 00:56:17.802 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-07-29T00:56:18.642Z[ recovery-image] Jul 29 00:56:17.811 INFO O| Jul 29 00:56:17.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
62792026-07-29T00:56:18.642Z[ recovery-image] Jul 29 00:56:17.811 INFO O| Jul 29 00:56:17.811 INFO STEP 352 (remove_files) COMPLETE
62802026-07-29T00:56:18.645Z[ recovery-image] Jul 29 00:56:17.811 INFO O| Jul 29 00:56:17.811 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-07-29T00:56:18.651Z[ recovery-image] Jul 29 00:56:17.819 INFO O| Jul 29 00:56:17.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
62822026-07-29T00:56:18.651Z[ recovery-image] Jul 29 00:56:17.819 INFO O| Jul 29 00:56:17.819 INFO STEP 353 (remove_files) COMPLETE
62832026-07-29T00:56:18.651Z[ recovery-image] Jul 29 00:56:17.819 INFO O| Jul 29 00:56:17.819 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-07-29T00:56:18.659Z[ recovery-image] Jul 29 00:56:17.827 INFO O| Jul 29 00:56:17.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
62852026-07-29T00:56:18.659Z[ recovery-image] Jul 29 00:56:17.828 INFO O| Jul 29 00:56:17.828 INFO STEP 354 (remove_files) COMPLETE
62862026-07-29T00:56:18.659Z[ recovery-image] Jul 29 00:56:17.828 INFO O| Jul 29 00:56:17.828 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-07-29T00:56:18.668Z[ recovery-image] Jul 29 00:56:17.836 INFO O| Jul 29 00:56:17.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
62882026-07-29T00:56:18.668Z[ recovery-image] Jul 29 00:56:17.836 INFO O| Jul 29 00:56:17.836 INFO STEP 355 (remove_files) COMPLETE
62892026-07-29T00:56:18.668Z[ recovery-image] Jul 29 00:56:17.836 INFO O| Jul 29 00:56:17.836 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-07-29T00:56:18.677Z[ recovery-image] Jul 29 00:56:17.845 INFO O| Jul 29 00:56:17.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
62912026-07-29T00:56:18.677Z[ recovery-image] Jul 29 00:56:17.845 INFO O| Jul 29 00:56:17.845 INFO STEP 356 (remove_files) COMPLETE
62922026-07-29T00:56:18.681Z[ recovery-image] Jul 29 00:56:17.845 INFO O| Jul 29 00:56:17.845 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-07-29T00:56:18.685Z[ recovery-image] Jul 29 00:56:17.853 INFO O| Jul 29 00:56:17.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
62942026-07-29T00:56:18.685Z[ recovery-image] Jul 29 00:56:17.853 INFO O| Jul 29 00:56:17.853 INFO STEP 357 (remove_files) COMPLETE
62952026-07-29T00:56:18.688Z[ recovery-image] Jul 29 00:56:17.853 INFO O| Jul 29 00:56:17.853 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-07-29T00:56:18.694Z[ recovery-image] Jul 29 00:56:17.862 INFO O| Jul 29 00:56:17.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
62972026-07-29T00:56:18.694Z[ recovery-image] Jul 29 00:56:17.862 INFO O| Jul 29 00:56:17.862 INFO STEP 358 (remove_files) COMPLETE
62982026-07-29T00:56:18.694Z[ recovery-image] Jul 29 00:56:17.862 INFO O| Jul 29 00:56:17.862 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-07-29T00:56:18.703Z[ recovery-image] Jul 29 00:56:17.871 INFO O| Jul 29 00:56:17.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63002026-07-29T00:56:18.703Z[ recovery-image] Jul 29 00:56:17.871 INFO O| Jul 29 00:56:17.871 INFO STEP 359 (remove_files) COMPLETE
63012026-07-29T00:56:18.703Z[ recovery-image] Jul 29 00:56:17.871 INFO O| Jul 29 00:56:17.871 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-07-29T00:56:18.712Z[ recovery-image] Jul 29 00:56:17.880 INFO O| Jul 29 00:56:17.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63032026-07-29T00:56:18.714Z[ recovery-image] Jul 29 00:56:17.880 INFO O| Jul 29 00:56:17.880 INFO STEP 360 (remove_files) COMPLETE
63042026-07-29T00:56:18.715Z[ recovery-image] Jul 29 00:56:17.880 INFO O| Jul 29 00:56:17.880 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-07-29T00:56:18.721Z[ recovery-image] Jul 29 00:56:17.889 INFO O| Jul 29 00:56:17.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63062026-07-29T00:56:18.721Z[ recovery-image] Jul 29 00:56:17.889 INFO O| Jul 29 00:56:17.889 INFO STEP 361 (remove_files) COMPLETE
63072026-07-29T00:56:18.723Z[ recovery-image] Jul 29 00:56:17.889 INFO O| Jul 29 00:56:17.889 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-07-29T00:56:18.729Z[ recovery-image] Jul 29 00:56:17.898 INFO O| Jul 29 00:56:17.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63092026-07-29T00:56:18.730Z[ recovery-image] Jul 29 00:56:17.898 INFO O| Jul 29 00:56:17.898 INFO STEP 362 (remove_files) COMPLETE
63102026-07-29T00:56:18.730Z[ recovery-image] Jul 29 00:56:17.898 INFO O| Jul 29 00:56:17.898 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-07-29T00:56:18.739Z[ recovery-image] Jul 29 00:56:17.907 INFO O| Jul 29 00:56:17.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63122026-07-29T00:56:18.739Z[ recovery-image] Jul 29 00:56:17.907 INFO O| Jul 29 00:56:17.907 INFO STEP 363 (remove_files) COMPLETE
63132026-07-29T00:56:18.739Z[ recovery-image] Jul 29 00:56:17.907 INFO O| Jul 29 00:56:17.907 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-07-29T00:56:18.750Z[ recovery-image] Jul 29 00:56:17.918 INFO O| Jul 29 00:56:17.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63152026-07-29T00:56:18.750Z[ recovery-image] Jul 29 00:56:17.918 INFO O| Jul 29 00:56:17.918 INFO STEP 364 (remove_files) COMPLETE
63162026-07-29T00:56:18.758Z[ recovery-image] Jul 29 00:56:17.918 INFO O| Jul 29 00:56:17.918 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-07-29T00:56:18.762Z[ recovery-image] Jul 29 00:56:17.929 INFO O| Jul 29 00:56:17.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63182026-07-29T00:56:18.763Z[ recovery-image] Jul 29 00:56:17.929 INFO O| Jul 29 00:56:17.929 INFO STEP 365 (remove_files) COMPLETE
63192026-07-29T00:56:18.763Z[ recovery-image] Jul 29 00:56:17.929 INFO O| Jul 29 00:56:17.929 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-07-29T00:56:18.771Z[ recovery-image] Jul 29 00:56:17.939 INFO O| Jul 29 00:56:17.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63212026-07-29T00:56:18.771Z[ recovery-image] Jul 29 00:56:17.939 INFO O| Jul 29 00:56:17.939 INFO STEP 366 (remove_files) COMPLETE
63222026-07-29T00:56:18.771Z[ recovery-image] Jul 29 00:56:17.939 INFO O| Jul 29 00:56:17.939 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-07-29T00:56:18.781Z[ recovery-image] Jul 29 00:56:17.949 INFO O| Jul 29 00:56:17.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63242026-07-29T00:56:18.781Z[ recovery-image] Jul 29 00:56:17.949 INFO O| Jul 29 00:56:17.949 INFO STEP 367 (remove_files) COMPLETE
63252026-07-29T00:56:18.784Z[ recovery-image] Jul 29 00:56:17.949 INFO O| Jul 29 00:56:17.949 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-07-29T00:56:18.791Z[ recovery-image] Jul 29 00:56:17.959 INFO O| Jul 29 00:56:17.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63272026-07-29T00:56:18.791Z[ recovery-image] Jul 29 00:56:17.959 INFO O| Jul 29 00:56:17.959 INFO STEP 368 (remove_files) COMPLETE
63282026-07-29T00:56:18.794Z[ recovery-image] Jul 29 00:56:17.959 INFO O| Jul 29 00:56:17.959 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-07-29T00:56:18.800Z[ recovery-image] Jul 29 00:56:17.968 INFO O| Jul 29 00:56:17.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63302026-07-29T00:56:18.800Z[ recovery-image] Jul 29 00:56:17.968 INFO O| Jul 29 00:56:17.968 INFO STEP 369 (remove_files) COMPLETE
63312026-07-29T00:56:18.803Z[ recovery-image] Jul 29 00:56:17.968 INFO O| Jul 29 00:56:17.968 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-07-29T00:56:18.827Z[ recovery-image] Jul 29 00:56:17.977 INFO O| Jul 29 00:56:17.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63332026-07-29T00:56:18.827Z[ recovery-image] Jul 29 00:56:17.977 INFO O| Jul 29 00:56:17.977 INFO STEP 370 (remove_files) COMPLETE
63342026-07-29T00:56:18.827Z[ recovery-image] Jul 29 00:56:17.977 INFO O| Jul 29 00:56:17.977 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-07-29T00:56:18.827Z[ recovery-image] Jul 29 00:56:17.987 INFO O| Jul 29 00:56:17.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63362026-07-29T00:56:18.827Z[ recovery-image] Jul 29 00:56:17.987 INFO O| Jul 29 00:56:17.987 INFO STEP 371 (remove_files) COMPLETE
63372026-07-29T00:56:18.827Z[ recovery-image] Jul 29 00:56:17.987 INFO O| Jul 29 00:56:17.987 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-07-29T00:56:18.831Z[ recovery-image] Jul 29 00:56:17.996 INFO O| Jul 29 00:56:17.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63392026-07-29T00:56:18.831Z[ recovery-image] Jul 29 00:56:17.996 INFO O| Jul 29 00:56:17.996 INFO STEP 372 (remove_files) COMPLETE
63402026-07-29T00:56:18.832Z[ recovery-image] Jul 29 00:56:17.996 INFO O| Jul 29 00:56:17.996 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-07-29T00:56:18.839Z[ recovery-image] Jul 29 00:56:18.007 INFO O| Jul 29 00:56:18.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63422026-07-29T00:56:18.839Z[ recovery-image] Jul 29 00:56:18.007 INFO O| Jul 29 00:56:18.007 INFO STEP 373 (remove_files) COMPLETE
63432026-07-29T00:56:18.841Z[ recovery-image] Jul 29 00:56:18.007 INFO O| Jul 29 00:56:18.007 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-07-29T00:56:18.849Z[ recovery-image] Jul 29 00:56:18.017 INFO O| Jul 29 00:56:18.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63452026-07-29T00:56:18.849Z[ recovery-image] Jul 29 00:56:18.017 INFO O| Jul 29 00:56:18.017 INFO STEP 374 (remove_files) COMPLETE
63462026-07-29T00:56:18.852Z[ recovery-image] Jul 29 00:56:18.017 INFO O| Jul 29 00:56:18.017 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-07-29T00:56:18.858Z[ recovery-image] Jul 29 00:56:18.026 INFO O| Jul 29 00:56:18.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63482026-07-29T00:56:18.858Z[ recovery-image] Jul 29 00:56:18.026 INFO O| Jul 29 00:56:18.026 INFO STEP 375 (remove_files) COMPLETE
63492026-07-29T00:56:18.861Z[ recovery-image] Jul 29 00:56:18.026 INFO O| Jul 29 00:56:18.026 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-07-29T00:56:18.866Z[ recovery-image] Jul 29 00:56:18.034 INFO O| Jul 29 00:56:18.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63512026-07-29T00:56:18.866Z[ recovery-image] Jul 29 00:56:18.034 INFO O| Jul 29 00:56:18.034 INFO STEP 376 (remove_files) COMPLETE
63522026-07-29T00:56:18.869Z[ recovery-image] Jul 29 00:56:18.034 INFO O| Jul 29 00:56:18.034 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-07-29T00:56:18.874Z[ recovery-image] Jul 29 00:56:18.042 INFO O| Jul 29 00:56:18.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
63542026-07-29T00:56:18.874Z[ recovery-image] Jul 29 00:56:18.042 INFO O| Jul 29 00:56:18.042 INFO STEP 377 (remove_files) COMPLETE
63552026-07-29T00:56:18.877Z[ recovery-image] Jul 29 00:56:18.042 INFO O| Jul 29 00:56:18.042 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-07-29T00:56:18.885Z[ recovery-image] Jul 29 00:56:18.053 INFO O| Jul 29 00:56:18.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
63572026-07-29T00:56:18.885Z[ recovery-image] Jul 29 00:56:18.053 INFO O| Jul 29 00:56:18.053 INFO STEP 378 (remove_files) COMPLETE
63582026-07-29T00:56:18.885Z[ recovery-image] Jul 29 00:56:18.053 INFO O| Jul 29 00:56:18.053 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-07-29T00:56:18.888Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
63602026-07-29T00:56:18.896Z[ recovery-image] Jul 29 00:56:18.064 INFO O| Jul 29 00:56:18.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
63612026-07-29T00:56:18.896Z[ recovery-image] Jul 29 00:56:18.064 INFO O| Jul 29 00:56:18.064 INFO STEP 379 (remove_files) COMPLETE
63622026-07-29T00:56:18.899Z[ recovery-image] Jul 29 00:56:18.064 INFO O| Jul 29 00:56:18.064 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-07-29T00:56:18.911Z[ recovery-image] Jul 29 00:56:18.079 INFO O| Jul 29 00:56:18.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
63642026-07-29T00:56:18.911Z[ recovery-image] Jul 29 00:56:18.079 INFO O| Jul 29 00:56:18.079 INFO STEP 380 (remove_files) COMPLETE
63652026-07-29T00:56:18.913Z[ recovery-image] Jul 29 00:56:18.079 INFO O| Jul 29 00:56:18.079 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-07-29T00:56:18.924Z[ recovery-image] Jul 29 00:56:18.092 INFO O| Jul 29 00:56:18.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
63672026-07-29T00:56:18.924Z[ recovery-image] Jul 29 00:56:18.092 INFO O| Jul 29 00:56:18.092 INFO STEP 381 (remove_files) COMPLETE
63682026-07-29T00:56:18.924Z[ recovery-image] Jul 29 00:56:18.093 INFO O| Jul 29 00:56:18.092 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-07-29T00:56:18.935Z[ recovery-image] Jul 29 00:56:18.103 INFO O| Jul 29 00:56:18.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
63702026-07-29T00:56:18.935Z[ recovery-image] Jul 29 00:56:18.103 INFO O| Jul 29 00:56:18.103 INFO STEP 382 (remove_files) COMPLETE
63712026-07-29T00:56:18.935Z[ recovery-image] Jul 29 00:56:18.103 INFO O| Jul 29 00:56:18.103 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-07-29T00:56:18.945Z[ recovery-image] Jul 29 00:56:18.113 INFO O| Jul 29 00:56:18.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
63732026-07-29T00:56:18.950Z[ recovery-image] Jul 29 00:56:18.114 INFO O| Jul 29 00:56:18.114 INFO STEP 383 (remove_files) COMPLETE
63742026-07-29T00:56:18.950Z[ recovery-image] Jul 29 00:56:18.114 INFO O| Jul 29 00:56:18.114 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-07-29T00:56:18.955Z[ recovery-image] Jul 29 00:56:18.124 INFO O| Jul 29 00:56:18.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
63762026-07-29T00:56:18.955Z[ recovery-image] Jul 29 00:56:18.124 INFO O| Jul 29 00:56:18.124 INFO STEP 384 (remove_files) COMPLETE
63772026-07-29T00:56:18.958Z[ recovery-image] Jul 29 00:56:18.124 INFO O| Jul 29 00:56:18.124 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-07-29T00:56:18.965Z[ recovery-image] Jul 29 00:56:18.133 INFO O| Jul 29 00:56:18.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
63792026-07-29T00:56:18.965Z[ recovery-image] Jul 29 00:56:18.133 INFO O| Jul 29 00:56:18.133 INFO STEP 385 (remove_files) COMPLETE
63802026-07-29T00:56:18.965Z[ recovery-image] Jul 29 00:56:18.133 INFO O| Jul 29 00:56:18.133 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-07-29T00:56:18.974Z[ recovery-image] Jul 29 00:56:18.142 INFO O| Jul 29 00:56:18.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
63822026-07-29T00:56:18.974Z[ recovery-image] Jul 29 00:56:18.142 INFO O| Jul 29 00:56:18.142 INFO STEP 386 (remove_files) COMPLETE
63832026-07-29T00:56:18.974Z[ recovery-image] Jul 29 00:56:18.142 INFO O| Jul 29 00:56:18.142 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-07-29T00:56:18.983Z[ recovery-image] Jul 29 00:56:18.151 INFO O| Jul 29 00:56:18.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
63852026-07-29T00:56:18.983Z[ recovery-image] Jul 29 00:56:18.151 INFO O| Jul 29 00:56:18.151 INFO STEP 387 (remove_files) COMPLETE
63862026-07-29T00:56:18.983Z[ recovery-image] Jul 29 00:56:18.151 INFO O| Jul 29 00:56:18.151 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-07-29T00:56:18.992Z[ recovery-image] Jul 29 00:56:18.160 INFO O| Jul 29 00:56:18.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
63882026-07-29T00:56:18.992Z[ recovery-image] Jul 29 00:56:18.160 INFO O| Jul 29 00:56:18.160 INFO STEP 388 (remove_files) COMPLETE
63892026-07-29T00:56:18.992Z[ recovery-image] Jul 29 00:56:18.160 INFO O| Jul 29 00:56:18.160 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-07-29T00:56:19.001Z[ recovery-image] Jul 29 00:56:18.169 INFO O| Jul 29 00:56:18.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
63912026-07-29T00:56:19.001Z[ recovery-image] Jul 29 00:56:18.169 INFO O| Jul 29 00:56:18.169 INFO STEP 389 (remove_files) COMPLETE
63922026-07-29T00:56:19.001Z[ recovery-image] Jul 29 00:56:18.169 INFO O| Jul 29 00:56:18.169 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-07-29T00:56:19.010Z[ recovery-image] Jul 29 00:56:18.178 INFO O| Jul 29 00:56:18.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
63942026-07-29T00:56:19.010Z[ recovery-image] Jul 29 00:56:18.178 INFO O| Jul 29 00:56:18.178 INFO STEP 390 (remove_files) COMPLETE
63952026-07-29T00:56:19.010Z[ recovery-image] Jul 29 00:56:18.178 INFO O| Jul 29 00:56:18.178 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63962026-07-29T00:56:19.015Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
63972026-07-29T00:56:19.019Z[ recovery-image] Jul 29 00:56:18.187 INFO O| Jul 29 00:56:18.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
63982026-07-29T00:56:19.019Z[ recovery-image] Jul 29 00:56:18.187 INFO O| Jul 29 00:56:18.187 INFO STEP 391 (remove_files) COMPLETE
63992026-07-29T00:56:19.022Z[ recovery-image] Jul 29 00:56:18.187 INFO O| Jul 29 00:56:18.187 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-07-29T00:56:19.028Z[ recovery-image] Jul 29 00:56:18.196 INFO O| Jul 29 00:56:18.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64012026-07-29T00:56:19.028Z[ recovery-image] Jul 29 00:56:18.196 INFO O| Jul 29 00:56:18.196 INFO STEP 392 (remove_files) COMPLETE
64022026-07-29T00:56:19.028Z[ recovery-image] Jul 29 00:56:18.196 INFO O| Jul 29 00:56:18.196 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-07-29T00:56:19.037Z[ recovery-image] Jul 29 00:56:18.206 INFO O| Jul 29 00:56:18.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64042026-07-29T00:56:19.037Z[ recovery-image] Jul 29 00:56:18.206 INFO O| Jul 29 00:56:18.206 INFO STEP 393 (remove_files) COMPLETE
64052026-07-29T00:56:19.037Z[ recovery-image] Jul 29 00:56:18.206 INFO O| Jul 29 00:56:18.206 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-07-29T00:56:19.047Z[ recovery-image] Jul 29 00:56:18.215 INFO O| Jul 29 00:56:18.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64072026-07-29T00:56:19.047Z[ recovery-image] Jul 29 00:56:18.215 INFO O| Jul 29 00:56:18.215 INFO STEP 394 (remove_files) COMPLETE
64082026-07-29T00:56:19.047Z[ recovery-image] Jul 29 00:56:18.215 INFO O| Jul 29 00:56:18.215 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-07-29T00:56:19.056Z[ recovery-image] Jul 29 00:56:18.224 INFO O| Jul 29 00:56:18.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64102026-07-29T00:56:19.056Z[ recovery-image] Jul 29 00:56:18.224 INFO O| Jul 29 00:56:18.224 INFO STEP 395 (remove_files) COMPLETE
64112026-07-29T00:56:19.056Z[ recovery-image] Jul 29 00:56:18.224 INFO O| Jul 29 00:56:18.224 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-07-29T00:56:19.066Z[ recovery-image] Jul 29 00:56:18.234 INFO O| Jul 29 00:56:18.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64132026-07-29T00:56:19.066Z[ recovery-image] Jul 29 00:56:18.234 INFO O| Jul 29 00:56:18.234 INFO STEP 396 (remove_files) COMPLETE
64142026-07-29T00:56:19.066Z[ recovery-image] Jul 29 00:56:18.234 INFO O| Jul 29 00:56:18.234 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-07-29T00:56:19.075Z[ recovery-image] Jul 29 00:56:18.243 INFO O| Jul 29 00:56:18.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64162026-07-29T00:56:19.075Z[ recovery-image] Jul 29 00:56:18.243 INFO O| Jul 29 00:56:18.243 INFO STEP 397 (remove_files) COMPLETE
64172026-07-29T00:56:19.078Z[ recovery-image] Jul 29 00:56:18.243 INFO O| Jul 29 00:56:18.243 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-07-29T00:56:19.083Z[ recovery-image] Jul 29 00:56:18.252 INFO O| Jul 29 00:56:18.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64192026-07-29T00:56:19.083Z[ recovery-image] Jul 29 00:56:18.252 INFO O| Jul 29 00:56:18.252 INFO STEP 398 (remove_files) COMPLETE
64202026-07-29T00:56:19.083Z[ recovery-image] Jul 29 00:56:18.252 INFO O| Jul 29 00:56:18.252 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-07-29T00:56:19.093Z[ recovery-image] Jul 29 00:56:18.262 INFO O| Jul 29 00:56:18.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64222026-07-29T00:56:19.093Z[ recovery-image] Jul 29 00:56:18.262 INFO O| Jul 29 00:56:18.262 INFO STEP 399 (remove_files) COMPLETE
64232026-07-29T00:56:19.093Z[ recovery-image] Jul 29 00:56:18.262 INFO O| Jul 29 00:56:18.262 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-07-29T00:56:19.102Z[ recovery-image] Jul 29 00:56:18.270 INFO O| Jul 29 00:56:18.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64252026-07-29T00:56:19.102Z[ recovery-image] Jul 29 00:56:18.270 INFO O| Jul 29 00:56:18.270 INFO STEP 400 (remove_files) COMPLETE
64262026-07-29T00:56:19.102Z[ recovery-image] Jul 29 00:56:18.270 INFO O| Jul 29 00:56:18.270 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-07-29T00:56:19.111Z[ recovery-image] Jul 29 00:56:18.279 INFO O| Jul 29 00:56:18.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64282026-07-29T00:56:19.111Z[ recovery-image] Jul 29 00:56:18.279 INFO O| Jul 29 00:56:18.279 INFO STEP 401 (remove_files) COMPLETE
64292026-07-29T00:56:19.111Z[ recovery-image] Jul 29 00:56:18.279 INFO O| Jul 29 00:56:18.279 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-07-29T00:56:19.120Z[ recovery-image] Jul 29 00:56:18.288 INFO O| Jul 29 00:56:18.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64312026-07-29T00:56:19.120Z[ recovery-image] Jul 29 00:56:18.288 INFO O| Jul 29 00:56:18.288 INFO STEP 402 (remove_files) COMPLETE
64322026-07-29T00:56:19.122Z[ recovery-image] Jul 29 00:56:18.288 INFO O| Jul 29 00:56:18.288 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-07-29T00:56:19.129Z[ recovery-image] Jul 29 00:56:18.297 INFO O| Jul 29 00:56:18.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64342026-07-29T00:56:19.129Z[ recovery-image] Jul 29 00:56:18.297 INFO O| Jul 29 00:56:18.297 INFO STEP 403 (remove_files) COMPLETE
64352026-07-29T00:56:19.132Z[ recovery-image] Jul 29 00:56:18.297 INFO O| Jul 29 00:56:18.297 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-07-29T00:56:19.137Z[ recovery-image] Jul 29 00:56:18.306 INFO O| Jul 29 00:56:18.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64372026-07-29T00:56:19.137Z[ recovery-image] Jul 29 00:56:18.306 INFO O| Jul 29 00:56:18.306 INFO STEP 404 (remove_files) COMPLETE
64382026-07-29T00:56:19.137Z[ recovery-image] Jul 29 00:56:18.306 INFO O| Jul 29 00:56:18.306 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-07-29T00:56:19.146Z[ recovery-image] Jul 29 00:56:18.314 INFO O| Jul 29 00:56:18.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64402026-07-29T00:56:19.146Z[ recovery-image] Jul 29 00:56:18.314 INFO O| Jul 29 00:56:18.314 INFO STEP 405 (remove_files) COMPLETE
64412026-07-29T00:56:19.146Z[ recovery-image] Jul 29 00:56:18.314 INFO O| Jul 29 00:56:18.314 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-07-29T00:56:19.154Z[ recovery-image] Jul 29 00:56:18.322 INFO O| Jul 29 00:56:18.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64432026-07-29T00:56:19.154Z[ recovery-image] Jul 29 00:56:18.322 INFO O| Jul 29 00:56:18.322 INFO STEP 406 (remove_files) COMPLETE
64442026-07-29T00:56:19.154Z[ recovery-image] Jul 29 00:56:18.322 INFO O| Jul 29 00:56:18.322 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-07-29T00:56:19.163Z[ recovery-image] Jul 29 00:56:18.331 INFO O| Jul 29 00:56:18.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64462026-07-29T00:56:19.163Z[ recovery-image] Jul 29 00:56:18.331 INFO O| Jul 29 00:56:18.331 INFO STEP 407 (remove_files) COMPLETE
64472026-07-29T00:56:19.163Z[ recovery-image] Jul 29 00:56:18.331 INFO O| Jul 29 00:56:18.331 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-07-29T00:56:19.171Z[ recovery-image] Jul 29 00:56:18.340 INFO O| Jul 29 00:56:18.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64492026-07-29T00:56:19.171Z[ recovery-image] Jul 29 00:56:18.340 INFO O| Jul 29 00:56:18.340 INFO STEP 408 (remove_files) COMPLETE
64502026-07-29T00:56:19.174Z[ recovery-image] Jul 29 00:56:18.340 INFO O| Jul 29 00:56:18.340 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-07-29T00:56:19.180Z[ recovery-image] Jul 29 00:56:18.348 INFO O| Jul 29 00:56:18.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64522026-07-29T00:56:19.180Z[ recovery-image] Jul 29 00:56:18.348 INFO O| Jul 29 00:56:18.348 INFO STEP 409 (remove_files) COMPLETE
64532026-07-29T00:56:19.182Z[ recovery-image] Jul 29 00:56:18.348 INFO O| Jul 29 00:56:18.348 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-07-29T00:56:19.187Z[ recovery-image] Jul 29 00:56:18.356 INFO O| Jul 29 00:56:18.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
64552026-07-29T00:56:19.187Z[ recovery-image] Jul 29 00:56:18.356 INFO O| Jul 29 00:56:18.356 INFO STEP 410 (remove_files) COMPLETE
64562026-07-29T00:56:19.190Z[ recovery-image] Jul 29 00:56:18.356 INFO O| Jul 29 00:56:18.356 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-07-29T00:56:19.195Z[ recovery-image] Jul 29 00:56:18.364 INFO O| Jul 29 00:56:18.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
64582026-07-29T00:56:19.195Z[ recovery-image] Jul 29 00:56:18.364 INFO O| Jul 29 00:56:18.364 INFO STEP 411 (remove_files) COMPLETE
64592026-07-29T00:56:19.195Z[ recovery-image] Jul 29 00:56:18.364 INFO O| Jul 29 00:56:18.364 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-07-29T00:56:19.203Z[ recovery-image] Jul 29 00:56:18.372 INFO O| Jul 29 00:56:18.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
64612026-07-29T00:56:19.203Z[ recovery-image] Jul 29 00:56:18.372 INFO O| Jul 29 00:56:18.372 INFO STEP 412 (remove_files) COMPLETE
64622026-07-29T00:56:19.207Z[ recovery-image] Jul 29 00:56:18.372 INFO O| Jul 29 00:56:18.372 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-07-29T00:56:19.211Z[ recovery-image] Jul 29 00:56:18.380 INFO O| Jul 29 00:56:18.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
64642026-07-29T00:56:19.211Z[ recovery-image] Jul 29 00:56:18.380 INFO O| Jul 29 00:56:18.380 INFO STEP 413 (remove_files) COMPLETE
64652026-07-29T00:56:19.211Z[ recovery-image] Jul 29 00:56:18.380 INFO O| Jul 29 00:56:18.380 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-07-29T00:56:19.219Z[ recovery-image] Jul 29 00:56:18.388 INFO O| Jul 29 00:56:18.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
64672026-07-29T00:56:19.219Z[ recovery-image] Jul 29 00:56:18.388 INFO O| Jul 29 00:56:18.388 INFO STEP 414 (remove_files) COMPLETE
64682026-07-29T00:56:19.222Z[ recovery-image] Jul 29 00:56:18.388 INFO O| Jul 29 00:56:18.388 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-07-29T00:56:19.227Z[ recovery-image] Jul 29 00:56:18.396 INFO O| Jul 29 00:56:18.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
64702026-07-29T00:56:19.228Z[ recovery-image] Jul 29 00:56:18.396 INFO O| Jul 29 00:56:18.396 INFO STEP 415 (remove_files) COMPLETE
64712026-07-29T00:56:19.230Z[ recovery-image] Jul 29 00:56:18.396 INFO O| Jul 29 00:56:18.396 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-07-29T00:56:19.237Z[ recovery-image] Jul 29 00:56:18.406 INFO O| Jul 29 00:56:18.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
64732026-07-29T00:56:19.237Z[ recovery-image] Jul 29 00:56:18.406 INFO O| Jul 29 00:56:18.406 INFO STEP 416 (remove_files) COMPLETE
64742026-07-29T00:56:19.237Z[ recovery-image] Jul 29 00:56:18.406 INFO O| Jul 29 00:56:18.406 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-07-29T00:56:19.247Z[ recovery-image] Jul 29 00:56:18.415 INFO O| Jul 29 00:56:18.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
64762026-07-29T00:56:19.247Z[ recovery-image] Jul 29 00:56:18.415 INFO O| Jul 29 00:56:18.415 INFO STEP 417 (remove_files) COMPLETE
64772026-07-29T00:56:19.247Z[ recovery-image] Jul 29 00:56:18.415 INFO O| Jul 29 00:56:18.415 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-07-29T00:56:19.256Z[ recovery-image] Jul 29 00:56:18.425 INFO O| Jul 29 00:56:18.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
64792026-07-29T00:56:19.256Z[ recovery-image] Jul 29 00:56:18.425 INFO O| Jul 29 00:56:18.425 INFO STEP 418 (remove_files) COMPLETE
64802026-07-29T00:56:19.256Z[ recovery-image] Jul 29 00:56:18.425 INFO O| Jul 29 00:56:18.425 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-07-29T00:56:19.265Z[ recovery-image] Jul 29 00:56:18.434 INFO O| Jul 29 00:56:18.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
64822026-07-29T00:56:19.266Z[ recovery-image] Jul 29 00:56:18.434 INFO O| Jul 29 00:56:18.434 INFO STEP 419 (remove_files) COMPLETE
64832026-07-29T00:56:19.269Z[ recovery-image] Jul 29 00:56:18.434 INFO O| Jul 29 00:56:18.434 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-07-29T00:56:19.275Z[ recovery-image] Jul 29 00:56:18.443 INFO O| Jul 29 00:56:18.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
64852026-07-29T00:56:19.275Z[ recovery-image] Jul 29 00:56:18.443 INFO O| Jul 29 00:56:18.443 INFO STEP 420 (remove_files) COMPLETE
64862026-07-29T00:56:19.275Z[ recovery-image] Jul 29 00:56:18.443 INFO O| Jul 29 00:56:18.443 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-07-29T00:56:19.284Z[ recovery-image] Jul 29 00:56:18.452 INFO O| Jul 29 00:56:18.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
64882026-07-29T00:56:19.284Z[ recovery-image] Jul 29 00:56:18.452 INFO O| Jul 29 00:56:18.452 INFO STEP 421 (remove_files) COMPLETE
64892026-07-29T00:56:19.284Z[ recovery-image] Jul 29 00:56:18.452 INFO O| Jul 29 00:56:18.452 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-07-29T00:56:19.293Z[ recovery-image] Jul 29 00:56:18.462 INFO O| Jul 29 00:56:18.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
64912026-07-29T00:56:19.293Z[ recovery-image] Jul 29 00:56:18.462 INFO O| Jul 29 00:56:18.462 INFO STEP 422 (remove_files) COMPLETE
64922026-07-29T00:56:19.293Z[ recovery-image] Jul 29 00:56:18.462 INFO O| Jul 29 00:56:18.462 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-07-29T00:56:19.303Z[ recovery-image] Jul 29 00:56:18.472 INFO O| Jul 29 00:56:18.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
64942026-07-29T00:56:19.303Z[ recovery-image] Jul 29 00:56:18.472 INFO O| Jul 29 00:56:18.472 INFO STEP 423 (remove_files) COMPLETE
64952026-07-29T00:56:19.307Z[ recovery-image] Jul 29 00:56:18.472 INFO O| Jul 29 00:56:18.472 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-07-29T00:56:19.313Z[ recovery-image] Jul 29 00:56:18.481 INFO O| Jul 29 00:56:18.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
64972026-07-29T00:56:19.313Z[ recovery-image] Jul 29 00:56:18.481 INFO O| Jul 29 00:56:18.481 INFO STEP 424 (remove_files) COMPLETE
64982026-07-29T00:56:19.316Z[ recovery-image] Jul 29 00:56:18.481 INFO O| Jul 29 00:56:18.481 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-07-29T00:56:19.321Z[ recovery-image] Jul 29 00:56:18.489 INFO O| Jul 29 00:56:18.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65002026-07-29T00:56:19.321Z[ recovery-image] Jul 29 00:56:18.490 INFO O| Jul 29 00:56:18.490 INFO STEP 425 (remove_files) COMPLETE
65012026-07-29T00:56:19.321Z[ recovery-image] Jul 29 00:56:18.490 INFO O| Jul 29 00:56:18.490 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-07-29T00:56:19.329Z[ recovery-image] Jul 29 00:56:18.498 INFO O| Jul 29 00:56:18.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65032026-07-29T00:56:19.329Z[ recovery-image] Jul 29 00:56:18.498 INFO O| Jul 29 00:56:18.498 INFO STEP 426 (remove_files) COMPLETE
65042026-07-29T00:56:19.332Z[ recovery-image] Jul 29 00:56:18.498 INFO O| Jul 29 00:56:18.498 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-07-29T00:56:19.342Z[ recovery-image] Jul 29 00:56:18.507 INFO O| Jul 29 00:56:18.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65062026-07-29T00:56:19.342Z[ recovery-image] Jul 29 00:56:18.507 INFO O| Jul 29 00:56:18.507 INFO STEP 427 (remove_files) COMPLETE
65072026-07-29T00:56:19.342Z[ recovery-image] Jul 29 00:56:18.507 INFO O| Jul 29 00:56:18.507 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-07-29T00:56:19.347Z[ recovery-image] Jul 29 00:56:18.516 INFO O| Jul 29 00:56:18.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65092026-07-29T00:56:19.347Z[ recovery-image] Jul 29 00:56:18.516 INFO O| Jul 29 00:56:18.516 INFO STEP 428 (remove_files) COMPLETE
65102026-07-29T00:56:19.350Z[ recovery-image] Jul 29 00:56:18.516 INFO O| Jul 29 00:56:18.516 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-07-29T00:56:19.355Z[ recovery-image] Jul 29 00:56:18.524 INFO O| Jul 29 00:56:18.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65122026-07-29T00:56:19.356Z[ recovery-image] Jul 29 00:56:18.524 INFO O| Jul 29 00:56:18.524 INFO STEP 429 (remove_files) COMPLETE
65132026-07-29T00:56:19.358Z[ recovery-image] Jul 29 00:56:18.524 INFO O| Jul 29 00:56:18.524 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-07-29T00:56:19.364Z[ recovery-image] Jul 29 00:56:18.532 INFO O| Jul 29 00:56:18.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65152026-07-29T00:56:19.364Z[ recovery-image] Jul 29 00:56:18.532 INFO O| Jul 29 00:56:18.532 INFO STEP 430 (remove_files) COMPLETE
65162026-07-29T00:56:19.367Z[ recovery-image] Jul 29 00:56:18.532 INFO O| Jul 29 00:56:18.532 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-07-29T00:56:19.372Z[ recovery-image] Jul 29 00:56:18.541 INFO O| Jul 29 00:56:18.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65182026-07-29T00:56:19.376Z[ recovery-image] Jul 29 00:56:18.542 INFO O| Jul 29 00:56:18.542 INFO STEP 431 (remove_files) COMPLETE
65192026-07-29T00:56:19.376Z[ recovery-image] Jul 29 00:56:18.542 INFO O| Jul 29 00:56:18.542 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-07-29T00:56:19.382Z[ recovery-image] Jul 29 00:56:18.550 INFO O| Jul 29 00:56:18.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65212026-07-29T00:56:19.382Z[ recovery-image] Jul 29 00:56:18.550 INFO O| Jul 29 00:56:18.550 INFO STEP 432 (remove_files) COMPLETE
65222026-07-29T00:56:19.382Z[ recovery-image] Jul 29 00:56:18.550 INFO O| Jul 29 00:56:18.550 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-07-29T00:56:19.391Z[ recovery-image] Jul 29 00:56:18.560 INFO O| Jul 29 00:56:18.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65242026-07-29T00:56:19.394Z[ recovery-image] Jul 29 00:56:18.561 INFO O| Jul 29 00:56:18.561 INFO STEP 433 (remove_files) COMPLETE
65252026-07-29T00:56:19.394Z[ recovery-image] Jul 29 00:56:18.561 INFO O| Jul 29 00:56:18.561 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-07-29T00:56:19.401Z[ recovery-image] Jul 29 00:56:18.570 INFO O| Jul 29 00:56:18.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65272026-07-29T00:56:19.404Z[ recovery-image] Jul 29 00:56:18.570 INFO O| Jul 29 00:56:18.570 INFO STEP 434 (remove_files) COMPLETE
65282026-07-29T00:56:19.404Z[ recovery-image] Jul 29 00:56:18.570 INFO O| Jul 29 00:56:18.570 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-07-29T00:56:19.412Z[ recovery-image] Jul 29 00:56:18.579 INFO O| Jul 29 00:56:18.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65302026-07-29T00:56:19.412Z[ recovery-image] Jul 29 00:56:18.579 INFO O| Jul 29 00:56:18.579 INFO STEP 435 (remove_files) COMPLETE
65312026-07-29T00:56:19.412Z[ recovery-image] Jul 29 00:56:18.579 INFO O| Jul 29 00:56:18.579 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-07-29T00:56:19.420Z[ recovery-image] Jul 29 00:56:18.588 INFO O| Jul 29 00:56:18.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65332026-07-29T00:56:19.420Z[ recovery-image] Jul 29 00:56:18.588 INFO O| Jul 29 00:56:18.588 INFO STEP 436 (remove_files) COMPLETE
65342026-07-29T00:56:19.423Z[ recovery-image] Jul 29 00:56:18.588 INFO O| Jul 29 00:56:18.588 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-07-29T00:56:19.429Z[ recovery-image] Jul 29 00:56:18.597 INFO O| Jul 29 00:56:18.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65362026-07-29T00:56:19.432Z[ recovery-image] Jul 29 00:56:18.598 INFO O| Jul 29 00:56:18.598 INFO STEP 437 (remove_files) COMPLETE
65372026-07-29T00:56:19.432Z[ recovery-image] Jul 29 00:56:18.598 INFO O| Jul 29 00:56:18.598 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-07-29T00:56:19.439Z[ recovery-image] Jul 29 00:56:18.608 INFO O| Jul 29 00:56:18.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65392026-07-29T00:56:19.440Z[ recovery-image] Jul 29 00:56:18.608 INFO O| Jul 29 00:56:18.608 INFO STEP 438 (remove_files) COMPLETE
65402026-07-29T00:56:19.443Z[ recovery-image] Jul 29 00:56:18.608 INFO O| Jul 29 00:56:18.608 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-07-29T00:56:19.450Z[ recovery-image] Jul 29 00:56:18.618 INFO O| Jul 29 00:56:18.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65422026-07-29T00:56:19.450Z[ recovery-image] Jul 29 00:56:18.618 INFO O| Jul 29 00:56:18.618 INFO STEP 439 (remove_files) COMPLETE
65432026-07-29T00:56:19.453Z[ recovery-image] Jul 29 00:56:18.618 INFO O| Jul 29 00:56:18.618 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-07-29T00:56:19.459Z[ recovery-image] Jul 29 00:56:18.627 INFO O| Jul 29 00:56:18.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65452026-07-29T00:56:19.459Z[ recovery-image] Jul 29 00:56:18.628 INFO O| Jul 29 00:56:18.628 INFO STEP 440 (remove_files) COMPLETE
65462026-07-29T00:56:19.459Z[ recovery-image] Jul 29 00:56:18.628 INFO O| Jul 29 00:56:18.628 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-07-29T00:56:19.468Z[ recovery-image] Jul 29 00:56:18.636 INFO O| Jul 29 00:56:18.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65482026-07-29T00:56:19.468Z[ recovery-image] Jul 29 00:56:18.637 INFO O| Jul 29 00:56:18.637 INFO STEP 441 (remove_files) COMPLETE
65492026-07-29T00:56:19.468Z[ recovery-image] Jul 29 00:56:18.637 INFO O| Jul 29 00:56:18.637 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-07-29T00:56:19.477Z[ recovery-image] Jul 29 00:56:18.645 INFO O| Jul 29 00:56:18.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65512026-07-29T00:56:19.477Z[ recovery-image] Jul 29 00:56:18.645 INFO O| Jul 29 00:56:18.645 INFO STEP 442 (remove_files) COMPLETE
65522026-07-29T00:56:19.477Z[ recovery-image] Jul 29 00:56:18.645 INFO O| Jul 29 00:56:18.645 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-07-29T00:56:19.486Z[ recovery-image] Jul 29 00:56:18.654 INFO O| Jul 29 00:56:18.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
65542026-07-29T00:56:19.486Z[ recovery-image] Jul 29 00:56:18.655 INFO O| Jul 29 00:56:18.655 INFO STEP 443 (remove_files) COMPLETE
65552026-07-29T00:56:19.486Z[ recovery-image] Jul 29 00:56:18.655 INFO O| Jul 29 00:56:18.655 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-07-29T00:56:19.496Z[ recovery-image] Jul 29 00:56:18.664 INFO O| Jul 29 00:56:18.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
65572026-07-29T00:56:19.496Z[ recovery-image] Jul 29 00:56:18.665 INFO O| Jul 29 00:56:18.665 INFO STEP 444 (remove_files) COMPLETE
65582026-07-29T00:56:19.496Z[ recovery-image] Jul 29 00:56:18.665 INFO O| Jul 29 00:56:18.665 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-07-29T00:56:19.509Z[ recovery-image] Jul 29 00:56:18.677 INFO O| Jul 29 00:56:18.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
65602026-07-29T00:56:19.519Z[ recovery-image] Jul 29 00:56:18.688 INFO O| Jul 29 00:56:18.688 INFO STEP 445 (remove_files) COMPLETE
65612026-07-29T00:56:19.519Z[ recovery-image] Jul 29 00:56:18.688 INFO O| Jul 29 00:56:18.688 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-07-29T00:56:19.539Z[ recovery-image] Jul 29 00:56:18.707 INFO O| Jul 29 00:56:18.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
65632026-07-29T00:56:19.539Z[ recovery-image] Jul 29 00:56:18.707 INFO O| Jul 29 00:56:18.707 INFO STEP 446 (remove_files) COMPLETE
65642026-07-29T00:56:19.539Z[ recovery-image] Jul 29 00:56:18.707 INFO O| Jul 29 00:56:18.707 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-07-29T00:56:19.559Z[ recovery-image] Jul 29 00:56:18.727 INFO O| Jul 29 00:56:18.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
65662026-07-29T00:56:19.559Z[ recovery-image] Jul 29 00:56:18.727 INFO O| Jul 29 00:56:18.727 INFO STEP 447 (remove_files) COMPLETE
65672026-07-29T00:56:19.559Z[ recovery-image] Jul 29 00:56:18.727 INFO O| Jul 29 00:56:18.727 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-07-29T00:56:19.568Z[ recovery-image] Jul 29 00:56:18.736 INFO O| Jul 29 00:56:18.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
65692026-07-29T00:56:19.568Z[ recovery-image] Jul 29 00:56:18.736 INFO O| Jul 29 00:56:18.736 INFO STEP 448 (remove_files) COMPLETE
65702026-07-29T00:56:19.568Z[ recovery-image] Jul 29 00:56:18.736 INFO O| Jul 29 00:56:18.736 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-07-29T00:56:19.578Z[ recovery-image] Jul 29 00:56:18.746 INFO O| Jul 29 00:56:18.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
65722026-07-29T00:56:19.578Z[ recovery-image] Jul 29 00:56:18.746 INFO O| Jul 29 00:56:18.746 INFO STEP 449 (remove_files) COMPLETE
65732026-07-29T00:56:19.578Z[ recovery-image] Jul 29 00:56:18.746 INFO O| Jul 29 00:56:18.746 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-07-29T00:56:19.586Z[ recovery-image] Jul 29 00:56:18.755 INFO O| Jul 29 00:56:18.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
65752026-07-29T00:56:19.586Z[ recovery-image] Jul 29 00:56:18.755 INFO O| Jul 29 00:56:18.755 INFO STEP 450 (remove_files) COMPLETE
65762026-07-29T00:56:19.586Z[ recovery-image] Jul 29 00:56:18.755 INFO O| Jul 29 00:56:18.755 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-07-29T00:56:19.595Z[ recovery-image] Jul 29 00:56:18.763 INFO O| Jul 29 00:56:18.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
65782026-07-29T00:56:19.595Z[ recovery-image] Jul 29 00:56:18.763 INFO O| Jul 29 00:56:18.763 INFO STEP 451 (remove_files) COMPLETE
65792026-07-29T00:56:19.595Z[ recovery-image] Jul 29 00:56:18.763 INFO O| Jul 29 00:56:18.763 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-07-29T00:56:19.605Z[ recovery-image] Jul 29 00:56:18.773 INFO O| Jul 29 00:56:18.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
65812026-07-29T00:56:19.605Z[ recovery-image] Jul 29 00:56:18.773 INFO O| Jul 29 00:56:18.773 INFO STEP 452 (remove_files) COMPLETE
65822026-07-29T00:56:19.607Z[ recovery-image] Jul 29 00:56:18.773 INFO O| Jul 29 00:56:18.773 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-07-29T00:56:19.615Z[ recovery-image] Jul 29 00:56:18.783 INFO O| Jul 29 00:56:18.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
65842026-07-29T00:56:19.615Z[ recovery-image] Jul 29 00:56:18.783 INFO O| Jul 29 00:56:18.783 INFO STEP 453 (remove_files) COMPLETE
65852026-07-29T00:56:19.617Z[ recovery-image] Jul 29 00:56:18.783 INFO O| Jul 29 00:56:18.783 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-07-29T00:56:19.625Z[ recovery-image] Jul 29 00:56:18.793 INFO O| Jul 29 00:56:18.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
65872026-07-29T00:56:19.625Z[ recovery-image] Jul 29 00:56:18.793 INFO O| Jul 29 00:56:18.793 INFO STEP 454 (remove_files) COMPLETE
65882026-07-29T00:56:19.628Z[ recovery-image] Jul 29 00:56:18.793 INFO O| Jul 29 00:56:18.793 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-07-29T00:56:19.636Z[ recovery-image] Jul 29 00:56:18.804 INFO O| Jul 29 00:56:18.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
65902026-07-29T00:56:19.636Z[ recovery-image] Jul 29 00:56:18.804 INFO O| Jul 29 00:56:18.804 INFO STEP 455 (remove_files) COMPLETE
65912026-07-29T00:56:19.636Z[ recovery-image] Jul 29 00:56:18.804 INFO O| Jul 29 00:56:18.804 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-07-29T00:56:19.645Z[ recovery-image] Jul 29 00:56:18.813 INFO O| Jul 29 00:56:18.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
65932026-07-29T00:56:19.645Z[ recovery-image] Jul 29 00:56:18.813 INFO O| Jul 29 00:56:18.813 INFO STEP 456 (remove_files) COMPLETE
65942026-07-29T00:56:19.645Z[ recovery-image] Jul 29 00:56:18.813 INFO O| Jul 29 00:56:18.813 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-07-29T00:56:19.657Z[ recovery-image] Jul 29 00:56:18.825 INFO O| Jul 29 00:56:18.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
65962026-07-29T00:56:19.657Z[ recovery-image] Jul 29 00:56:18.825 INFO O| Jul 29 00:56:18.825 INFO STEP 457 (remove_files) COMPLETE
65972026-07-29T00:56:19.660Z[ recovery-image] Jul 29 00:56:18.825 INFO O| Jul 29 00:56:18.825 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-07-29T00:56:19.668Z[ recovery-image] Jul 29 00:56:18.837 INFO O| Jul 29 00:56:18.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
65992026-07-29T00:56:19.668Z[ recovery-image] Jul 29 00:56:18.837 INFO O| Jul 29 00:56:18.837 INFO STEP 458 (remove_files) COMPLETE
66002026-07-29T00:56:19.668Z[ recovery-image] Jul 29 00:56:18.837 INFO O| Jul 29 00:56:18.837 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-07-29T00:56:19.680Z[ recovery-image] Jul 29 00:56:18.848 INFO O| Jul 29 00:56:18.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66022026-07-29T00:56:19.680Z[ recovery-image] Jul 29 00:56:18.848 INFO O| Jul 29 00:56:18.848 INFO STEP 459 (remove_files) COMPLETE
66032026-07-29T00:56:19.680Z[ recovery-image] Jul 29 00:56:18.848 INFO O| Jul 29 00:56:18.848 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-07-29T00:56:19.691Z[ recovery-image] Jul 29 00:56:18.860 INFO O| Jul 29 00:56:18.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66052026-07-29T00:56:19.691Z[ recovery-image] Jul 29 00:56:18.860 INFO O| Jul 29 00:56:18.860 INFO STEP 460 (remove_files) COMPLETE
66062026-07-29T00:56:19.691Z[ recovery-image] Jul 29 00:56:18.860 INFO O| Jul 29 00:56:18.860 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-07-29T00:56:19.703Z[ recovery-image] Jul 29 00:56:18.871 INFO O| Jul 29 00:56:18.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66082026-07-29T00:56:19.703Z[ recovery-image] Jul 29 00:56:18.871 INFO O| Jul 29 00:56:18.871 INFO STEP 461 (remove_files) COMPLETE
66092026-07-29T00:56:19.706Z[ recovery-image] Jul 29 00:56:18.871 INFO O| Jul 29 00:56:18.871 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-07-29T00:56:19.714Z[ recovery-image] Jul 29 00:56:18.882 INFO O| Jul 29 00:56:18.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66112026-07-29T00:56:19.714Z[ recovery-image] Jul 29 00:56:18.882 INFO O| Jul 29 00:56:18.882 INFO STEP 462 (remove_files) COMPLETE
66122026-07-29T00:56:19.717Z[ recovery-image] Jul 29 00:56:18.882 INFO O| Jul 29 00:56:18.882 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-07-29T00:56:19.726Z[ recovery-image] Jul 29 00:56:18.893 INFO O| Jul 29 00:56:18.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66142026-07-29T00:56:19.726Z[ recovery-image] Jul 29 00:56:18.893 INFO O| Jul 29 00:56:18.893 INFO STEP 463 (remove_files) COMPLETE
66152026-07-29T00:56:19.726Z[ recovery-image] Jul 29 00:56:18.893 INFO O| Jul 29 00:56:18.893 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-07-29T00:56:19.735Z[ recovery-image] Jul 29 00:56:18.903 INFO O| Jul 29 00:56:18.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66172026-07-29T00:56:19.735Z[ recovery-image] Jul 29 00:56:18.903 INFO O| Jul 29 00:56:18.903 INFO STEP 464 (remove_files) COMPLETE
66182026-07-29T00:56:19.738Z[ recovery-image] Jul 29 00:56:18.903 INFO O| Jul 29 00:56:18.903 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-07-29T00:56:19.747Z[ recovery-image] Jul 29 00:56:18.915 INFO O| Jul 29 00:56:18.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66202026-07-29T00:56:19.747Z[ recovery-image] Jul 29 00:56:18.915 INFO O| Jul 29 00:56:18.915 INFO STEP 465 (remove_files) COMPLETE
66212026-07-29T00:56:19.747Z[ recovery-image] Jul 29 00:56:18.915 INFO O| Jul 29 00:56:18.915 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-07-29T00:56:19.758Z[ recovery-image] Jul 29 00:56:18.927 INFO O| Jul 29 00:56:18.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66232026-07-29T00:56:19.758Z[ recovery-image] Jul 29 00:56:18.927 INFO O| Jul 29 00:56:18.927 INFO STEP 466 (remove_files) COMPLETE
66242026-07-29T00:56:19.758Z[ recovery-image] Jul 29 00:56:18.927 INFO O| Jul 29 00:56:18.927 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-07-29T00:56:19.771Z[ recovery-image] Jul 29 00:56:18.939 INFO O| Jul 29 00:56:18.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66262026-07-29T00:56:19.771Z[ recovery-image] Jul 29 00:56:18.939 INFO O| Jul 29 00:56:18.939 INFO STEP 467 (remove_files) COMPLETE
66272026-07-29T00:56:19.771Z[ recovery-image] Jul 29 00:56:18.939 INFO O| Jul 29 00:56:18.939 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-07-29T00:56:19.781Z[ recovery-image] Jul 29 00:56:18.949 INFO O| Jul 29 00:56:18.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66292026-07-29T00:56:19.781Z[ recovery-image] Jul 29 00:56:18.949 INFO O| Jul 29 00:56:18.949 INFO STEP 468 (remove_files) COMPLETE
66302026-07-29T00:56:19.781Z[ recovery-image] Jul 29 00:56:18.950 INFO O| Jul 29 00:56:18.949 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-07-29T00:56:19.795Z[ recovery-image] Jul 29 00:56:18.961 INFO O| Jul 29 00:56:18.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66322026-07-29T00:56:19.795Z[ recovery-image] Jul 29 00:56:18.961 INFO O| Jul 29 00:56:18.961 INFO STEP 469 (remove_files) COMPLETE
66332026-07-29T00:56:19.795Z[ recovery-image] Jul 29 00:56:18.961 INFO O| Jul 29 00:56:18.961 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-07-29T00:56:19.805Z[ recovery-image] Jul 29 00:56:18.974 INFO O| Jul 29 00:56:18.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66352026-07-29T00:56:19.805Z[ recovery-image] Jul 29 00:56:18.974 INFO O| Jul 29 00:56:18.974 INFO STEP 470 (remove_files) COMPLETE
66362026-07-29T00:56:19.808Z[ recovery-image] Jul 29 00:56:18.974 INFO O| Jul 29 00:56:18.974 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-07-29T00:56:19.816Z[ recovery-image] Jul 29 00:56:18.984 INFO O| Jul 29 00:56:18.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66382026-07-29T00:56:19.819Z[ recovery-image] Jul 29 00:56:18.984 INFO O| Jul 29 00:56:18.984 INFO STEP 471 (remove_files) COMPLETE
66392026-07-29T00:56:19.819Z[ recovery-image] Jul 29 00:56:18.984 INFO O| Jul 29 00:56:18.984 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-07-29T00:56:19.825Z[ recovery-image] Jul 29 00:56:18.993 INFO O| Jul 29 00:56:18.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66412026-07-29T00:56:19.825Z[ recovery-image] Jul 29 00:56:18.993 INFO O| Jul 29 00:56:18.993 INFO STEP 472 (remove_files) COMPLETE
66422026-07-29T00:56:19.825Z[ recovery-image] Jul 29 00:56:18.994 INFO O| Jul 29 00:56:18.993 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-07-29T00:56:19.835Z[ recovery-image] Jul 29 00:56:19.003 INFO O| Jul 29 00:56:19.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66442026-07-29T00:56:19.835Z[ recovery-image] Jul 29 00:56:19.003 INFO O| Jul 29 00:56:19.003 INFO STEP 473 (remove_files) COMPLETE
66452026-07-29T00:56:19.838Z[ recovery-image] Jul 29 00:56:19.003 INFO O| Jul 29 00:56:19.003 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-07-29T00:56:19.845Z[ recovery-image] Jul 29 00:56:19.014 INFO O| Jul 29 00:56:19.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66472026-07-29T00:56:19.845Z[ recovery-image] Jul 29 00:56:19.014 INFO O| Jul 29 00:56:19.014 INFO STEP 474 (remove_files) COMPLETE
66482026-07-29T00:56:19.845Z[ recovery-image] Jul 29 00:56:19.014 INFO O| Jul 29 00:56:19.014 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-07-29T00:56:19.849Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
66502026-07-29T00:56:19.855Z[ recovery-image] Jul 29 00:56:19.023 INFO O| Jul 29 00:56:19.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66512026-07-29T00:56:19.855Z[ recovery-image] Jul 29 00:56:19.023 INFO O| Jul 29 00:56:19.023 INFO STEP 475 (remove_files) COMPLETE
66522026-07-29T00:56:19.855Z[ recovery-image] Jul 29 00:56:19.023 INFO O| Jul 29 00:56:19.023 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-07-29T00:56:19.864Z[ recovery-image] Jul 29 00:56:19.033 INFO O| Jul 29 00:56:19.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
66542026-07-29T00:56:19.864Z[ recovery-image] Jul 29 00:56:19.033 INFO O| Jul 29 00:56:19.033 INFO STEP 476 (remove_files) COMPLETE
66552026-07-29T00:56:19.864Z[ recovery-image] Jul 29 00:56:19.033 INFO O| Jul 29 00:56:19.033 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-07-29T00:56:19.873Z[ recovery-image] Jul 29 00:56:19.042 INFO O| Jul 29 00:56:19.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
66572026-07-29T00:56:19.873Z[ recovery-image] Jul 29 00:56:19.042 INFO O| Jul 29 00:56:19.042 INFO STEP 477 (remove_files) COMPLETE
66582026-07-29T00:56:19.873Z[ recovery-image] Jul 29 00:56:19.042 INFO O| Jul 29 00:56:19.042 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-07-29T00:56:19.882Z[ recovery-image] Jul 29 00:56:19.050 INFO O| Jul 29 00:56:19.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
66602026-07-29T00:56:19.882Z[ recovery-image] Jul 29 00:56:19.050 INFO O| Jul 29 00:56:19.050 INFO STEP 478 (remove_files) COMPLETE
66612026-07-29T00:56:19.882Z[ recovery-image] Jul 29 00:56:19.050 INFO O| Jul 29 00:56:19.050 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-07-29T00:56:19.892Z[ recovery-image] Jul 29 00:56:19.060 INFO O| Jul 29 00:56:19.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
66632026-07-29T00:56:19.892Z[ recovery-image] Jul 29 00:56:19.060 INFO O| Jul 29 00:56:19.060 INFO STEP 479 (remove_files) COMPLETE
66642026-07-29T00:56:19.892Z[ recovery-image] Jul 29 00:56:19.060 INFO O| Jul 29 00:56:19.060 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-07-29T00:56:19.903Z[ recovery-image] Jul 29 00:56:19.071 INFO O| Jul 29 00:56:19.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
66662026-07-29T00:56:19.903Z[ recovery-image] Jul 29 00:56:19.071 INFO O| Jul 29 00:56:19.071 INFO STEP 480 (remove_files) COMPLETE
66672026-07-29T00:56:19.903Z[ recovery-image] Jul 29 00:56:19.071 INFO O| Jul 29 00:56:19.071 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-07-29T00:56:19.914Z[ recovery-image] Jul 29 00:56:19.083 INFO O| Jul 29 00:56:19.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
66692026-07-29T00:56:19.914Z[ recovery-image] Jul 29 00:56:19.083 INFO O| Jul 29 00:56:19.083 INFO STEP 481 (remove_files) COMPLETE
66702026-07-29T00:56:19.914Z[ recovery-image] Jul 29 00:56:19.083 INFO O| Jul 29 00:56:19.083 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-07-29T00:56:19.925Z[ recovery-image] Jul 29 00:56:19.093 INFO O| Jul 29 00:56:19.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
66722026-07-29T00:56:19.925Z[ recovery-image] Jul 29 00:56:19.093 INFO O| Jul 29 00:56:19.093 INFO STEP 482 (remove_files) COMPLETE
66732026-07-29T00:56:19.928Z[ recovery-image] Jul 29 00:56:19.093 INFO O| Jul 29 00:56:19.093 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-07-29T00:56:19.935Z[ recovery-image] Jul 29 00:56:19.103 INFO O| Jul 29 00:56:19.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
66752026-07-29T00:56:19.935Z[ recovery-image] Jul 29 00:56:19.103 INFO O| Jul 29 00:56:19.103 INFO STEP 483 (remove_files) COMPLETE
66762026-07-29T00:56:19.938Z[ recovery-image] Jul 29 00:56:19.103 INFO O| Jul 29 00:56:19.103 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-07-29T00:56:19.946Z[ recovery-image] Jul 29 00:56:19.115 INFO O| Jul 29 00:56:19.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
66782026-07-29T00:56:19.946Z[ recovery-image] Jul 29 00:56:19.115 INFO O| Jul 29 00:56:19.115 INFO STEP 484 (remove_files) COMPLETE
66792026-07-29T00:56:19.950Z[ recovery-image] Jul 29 00:56:19.115 INFO O| Jul 29 00:56:19.115 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-07-29T00:56:19.957Z[ recovery-image] Jul 29 00:56:19.125 INFO O| Jul 29 00:56:19.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
66812026-07-29T00:56:19.957Z[ recovery-image] Jul 29 00:56:19.125 INFO O| Jul 29 00:56:19.125 INFO STEP 485 (remove_files) COMPLETE
66822026-07-29T00:56:19.957Z[ recovery-image] Jul 29 00:56:19.125 INFO O| Jul 29 00:56:19.125 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-07-29T00:56:19.966Z[ recovery-image] Jul 29 00:56:19.135 INFO O| Jul 29 00:56:19.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
66842026-07-29T00:56:19.966Z[ recovery-image] Jul 29 00:56:19.135 INFO O| Jul 29 00:56:19.135 INFO STEP 486 (remove_files) COMPLETE
66852026-07-29T00:56:19.966Z[ recovery-image] Jul 29 00:56:19.135 INFO O| Jul 29 00:56:19.135 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-07-29T00:56:19.991Z[ recovery-image] Jul 29 00:56:19.143 INFO O| Jul 29 00:56:19.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
66872026-07-29T00:56:19.991Z[ recovery-image] Jul 29 00:56:19.143 INFO O| Jul 29 00:56:19.143 INFO STEP 487 (remove_files) COMPLETE
66882026-07-29T00:56:19.991Z[ recovery-image] Jul 29 00:56:19.143 INFO O| Jul 29 00:56:19.143 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-07-29T00:56:19.991Z[ recovery-image] Jul 29 00:56:19.150 INFO O| Jul 29 00:56:19.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
66902026-07-29T00:56:19.991Z[ recovery-image] Jul 29 00:56:19.150 INFO O| Jul 29 00:56:19.150 INFO STEP 488 (remove_files) COMPLETE
66912026-07-29T00:56:19.992Z[ recovery-image] Jul 29 00:56:19.150 INFO O| Jul 29 00:56:19.150 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-07-29T00:56:19.992Z[ recovery-image] Jul 29 00:56:19.158 INFO O| Jul 29 00:56:19.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
66932026-07-29T00:56:19.992Z[ recovery-image] Jul 29 00:56:19.158 INFO O| Jul 29 00:56:19.158 INFO STEP 489 (remove_files) COMPLETE
66942026-07-29T00:56:19.992Z[ recovery-image] Jul 29 00:56:19.158 INFO O| Jul 29 00:56:19.158 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-07-29T00:56:19.999Z[ recovery-image] Jul 29 00:56:19.166 INFO O| Jul 29 00:56:19.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
66962026-07-29T00:56:19.999Z[ recovery-image] Jul 29 00:56:19.166 INFO O| Jul 29 00:56:19.166 INFO STEP 490 (remove_files) COMPLETE
66972026-07-29T00:56:19.999Z[ recovery-image] Jul 29 00:56:19.166 INFO O| Jul 29 00:56:19.166 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-07-29T00:56:20.005Z[ recovery-image] Jul 29 00:56:19.173 INFO O| Jul 29 00:56:19.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
66992026-07-29T00:56:20.005Z[ recovery-image] Jul 29 00:56:19.174 INFO O| Jul 29 00:56:19.174 INFO STEP 491 (remove_files) COMPLETE
67002026-07-29T00:56:20.005Z[ recovery-image] Jul 29 00:56:19.174 INFO O| Jul 29 00:56:19.174 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-07-29T00:56:20.013Z[ recovery-image] Jul 29 00:56:19.181 INFO O| Jul 29 00:56:19.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67022026-07-29T00:56:20.013Z[ recovery-image] Jul 29 00:56:19.182 INFO O| Jul 29 00:56:19.182 INFO STEP 492 (remove_files) COMPLETE
67032026-07-29T00:56:20.013Z[ recovery-image] Jul 29 00:56:19.182 INFO O| Jul 29 00:56:19.182 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-07-29T00:56:20.022Z[ recovery-image] Jul 29 00:56:19.190 INFO O| Jul 29 00:56:19.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67052026-07-29T00:56:20.022Z[ recovery-image] Jul 29 00:56:19.191 INFO O| Jul 29 00:56:19.190 INFO STEP 493 (remove_files) COMPLETE
67062026-07-29T00:56:20.026Z[ recovery-image] Jul 29 00:56:19.191 INFO O| Jul 29 00:56:19.191 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-07-29T00:56:20.032Z[ recovery-image] Jul 29 00:56:19.200 INFO O| Jul 29 00:56:19.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67082026-07-29T00:56:20.032Z[ recovery-image] Jul 29 00:56:19.200 INFO O| Jul 29 00:56:19.200 INFO STEP 494 (remove_files) COMPLETE
67092026-07-29T00:56:20.032Z[ recovery-image] Jul 29 00:56:19.200 INFO O| Jul 29 00:56:19.200 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-07-29T00:56:20.042Z[ recovery-image] Jul 29 00:56:19.210 INFO O| Jul 29 00:56:19.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67112026-07-29T00:56:20.042Z[ recovery-image] Jul 29 00:56:19.210 INFO O| Jul 29 00:56:19.210 INFO STEP 495 (remove_files) COMPLETE
67122026-07-29T00:56:20.042Z[ recovery-image] Jul 29 00:56:19.210 INFO O| Jul 29 00:56:19.210 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-07-29T00:56:20.073Z[ recovery-image] Jul 29 00:56:19.221 INFO O| Jul 29 00:56:19.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67142026-07-29T00:56:20.073Z[ recovery-image] Jul 29 00:56:19.221 INFO O| Jul 29 00:56:19.221 INFO STEP 496 (remove_files) COMPLETE
67152026-07-29T00:56:20.073Z[ recovery-image] Jul 29 00:56:19.221 INFO O| Jul 29 00:56:19.221 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-07-29T00:56:20.073Z[ recovery-image] Jul 29 00:56:19.232 INFO O| Jul 29 00:56:19.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67172026-07-29T00:56:20.073Z[ recovery-image] Jul 29 00:56:19.232 INFO O| Jul 29 00:56:19.232 INFO STEP 497 (remove_files) COMPLETE
67182026-07-29T00:56:20.073Z[ recovery-image] Jul 29 00:56:19.232 INFO O| Jul 29 00:56:19.232 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-07-29T00:56:20.076Z[ recovery-image] Jul 29 00:56:19.242 INFO O| Jul 29 00:56:19.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67202026-07-29T00:56:20.076Z[ recovery-image] Jul 29 00:56:19.242 INFO O| Jul 29 00:56:19.242 INFO STEP 498 (remove_files) COMPLETE
67212026-07-29T00:56:20.076Z[ recovery-image] Jul 29 00:56:19.242 INFO O| Jul 29 00:56:19.242 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-07-29T00:56:20.085Z[ recovery-image] Jul 29 00:56:19.253 INFO O| Jul 29 00:56:19.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67232026-07-29T00:56:20.085Z[ recovery-image] Jul 29 00:56:19.253 INFO O| Jul 29 00:56:19.253 INFO STEP 499 (remove_files) COMPLETE
67242026-07-29T00:56:20.085Z[ recovery-image] Jul 29 00:56:19.253 INFO O| Jul 29 00:56:19.253 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-07-29T00:56:20.095Z[ recovery-image] Jul 29 00:56:19.263 INFO O| Jul 29 00:56:19.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67262026-07-29T00:56:20.095Z[ recovery-image] Jul 29 00:56:19.263 INFO O| Jul 29 00:56:19.263 INFO STEP 500 (remove_files) COMPLETE
67272026-07-29T00:56:20.098Z[ recovery-image] Jul 29 00:56:19.263 INFO O| Jul 29 00:56:19.263 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-07-29T00:56:20.104Z[ recovery-image] Jul 29 00:56:19.273 INFO O| Jul 29 00:56:19.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67292026-07-29T00:56:20.104Z[ recovery-image] Jul 29 00:56:19.273 INFO O| Jul 29 00:56:19.273 INFO STEP 501 (remove_files) COMPLETE
67302026-07-29T00:56:20.104Z[ recovery-image] Jul 29 00:56:19.273 INFO O| Jul 29 00:56:19.273 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-07-29T00:56:20.114Z[ recovery-image] Jul 29 00:56:19.282 INFO O| Jul 29 00:56:19.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67322026-07-29T00:56:20.114Z[ recovery-image] Jul 29 00:56:19.282 INFO O| Jul 29 00:56:19.282 INFO STEP 502 (remove_files) COMPLETE
67332026-07-29T00:56:20.114Z[ recovery-image] Jul 29 00:56:19.282 INFO O| Jul 29 00:56:19.282 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-07-29T00:56:20.124Z[ recovery-image] Jul 29 00:56:19.292 INFO O| Jul 29 00:56:19.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67352026-07-29T00:56:20.127Z[ recovery-image] Jul 29 00:56:19.293 INFO O| Jul 29 00:56:19.293 INFO STEP 503 (remove_files) COMPLETE
67362026-07-29T00:56:20.127Z[ recovery-image] Jul 29 00:56:19.293 INFO O| Jul 29 00:56:19.293 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-07-29T00:56:20.136Z[ recovery-image] Jul 29 00:56:19.304 INFO O| Jul 29 00:56:19.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67382026-07-29T00:56:20.136Z[ recovery-image] Jul 29 00:56:19.304 INFO O| Jul 29 00:56:19.304 INFO STEP 504 (remove_files) COMPLETE
67392026-07-29T00:56:20.139Z[ recovery-image] Jul 29 00:56:19.304 INFO O| Jul 29 00:56:19.304 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-07-29T00:56:20.151Z[ recovery-image] Jul 29 00:56:19.315 INFO O| Jul 29 00:56:19.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67412026-07-29T00:56:20.151Z[ recovery-image] Jul 29 00:56:19.315 INFO O| Jul 29 00:56:19.315 INFO STEP 505 (remove_files) COMPLETE
67422026-07-29T00:56:20.151Z[ recovery-image] Jul 29 00:56:19.315 INFO O| Jul 29 00:56:19.315 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-07-29T00:56:20.162Z[ recovery-image] Jul 29 00:56:19.330 INFO O| Jul 29 00:56:19.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67442026-07-29T00:56:20.162Z[ recovery-image] Jul 29 00:56:19.330 INFO O| Jul 29 00:56:19.325 INFO STEP 506 (remove_files) COMPLETE
67452026-07-29T00:56:20.162Z[ recovery-image] Jul 29 00:56:19.330 INFO O| Jul 29 00:56:19.325 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-07-29T00:56:20.167Z[ recovery-image] Jul 29 00:56:19.335 INFO O| Jul 29 00:56:19.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67472026-07-29T00:56:20.167Z[ recovery-image] Jul 29 00:56:19.335 INFO O| Jul 29 00:56:19.335 INFO STEP 507 (remove_files) COMPLETE
67482026-07-29T00:56:20.167Z[ recovery-image] Jul 29 00:56:19.335 INFO O| Jul 29 00:56:19.335 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-07-29T00:56:20.176Z[ recovery-image] Jul 29 00:56:19.344 INFO O| Jul 29 00:56:19.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
67502026-07-29T00:56:20.176Z[ recovery-image] Jul 29 00:56:19.344 INFO O| Jul 29 00:56:19.344 INFO STEP 508 (remove_files) COMPLETE
67512026-07-29T00:56:20.176Z[ recovery-image] Jul 29 00:56:19.344 INFO O| Jul 29 00:56:19.344 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-07-29T00:56:20.186Z[ recovery-image] Jul 29 00:56:19.353 INFO O| Jul 29 00:56:19.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
67532026-07-29T00:56:20.186Z[ recovery-image] Jul 29 00:56:19.354 INFO O| Jul 29 00:56:19.354 INFO STEP 509 (remove_files) COMPLETE
67542026-07-29T00:56:20.186Z[ recovery-image] Jul 29 00:56:19.354 INFO O| Jul 29 00:56:19.354 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-07-29T00:56:20.194Z[ recovery-image] Jul 29 00:56:19.362 INFO O| Jul 29 00:56:19.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
67562026-07-29T00:56:20.194Z[ recovery-image] Jul 29 00:56:19.362 INFO O| Jul 29 00:56:19.362 INFO STEP 510 (remove_files) COMPLETE
67572026-07-29T00:56:20.194Z[ recovery-image] Jul 29 00:56:19.362 INFO O| Jul 29 00:56:19.362 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-07-29T00:56:20.202Z[ recovery-image] Jul 29 00:56:19.370 INFO O| Jul 29 00:56:19.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
67592026-07-29T00:56:20.202Z[ recovery-image] Jul 29 00:56:19.370 INFO O| Jul 29 00:56:19.370 INFO STEP 511 (remove_files) COMPLETE
67602026-07-29T00:56:20.202Z[ recovery-image] Jul 29 00:56:19.370 INFO O| Jul 29 00:56:19.370 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-07-29T00:56:20.210Z[ recovery-image] Jul 29 00:56:19.379 INFO O| Jul 29 00:56:19.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
67622026-07-29T00:56:20.210Z[ recovery-image] Jul 29 00:56:19.379 INFO O| Jul 29 00:56:19.379 INFO STEP 512 (remove_files) COMPLETE
67632026-07-29T00:56:20.210Z[ recovery-image] Jul 29 00:56:19.379 INFO O| Jul 29 00:56:19.379 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-07-29T00:56:20.214Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
67652026-07-29T00:56:20.218Z[ recovery-image] Jul 29 00:56:19.387 INFO O| Jul 29 00:56:19.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
67662026-07-29T00:56:20.236Z[ recovery-image] Jul 29 00:56:19.388 INFO O| Jul 29 00:56:19.388 INFO STEP 513 (remove_files) COMPLETE
67672026-07-29T00:56:20.236Z[ recovery-image] Jul 29 00:56:19.388 INFO O| Jul 29 00:56:19.388 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-07-29T00:56:20.236Z[ recovery-image] Jul 29 00:56:19.396 INFO O| Jul 29 00:56:19.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
67692026-07-29T00:56:20.236Z[ recovery-image] Jul 29 00:56:19.396 INFO O| Jul 29 00:56:19.396 INFO STEP 514 (remove_files) COMPLETE
67702026-07-29T00:56:20.236Z[ recovery-image] Jul 29 00:56:19.396 INFO O| Jul 29 00:56:19.396 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-07-29T00:56:20.239Z[ recovery-image] Jul 29 00:56:19.405 INFO O| Jul 29 00:56:19.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
67722026-07-29T00:56:20.239Z[ recovery-image] Jul 29 00:56:19.405 INFO O| Jul 29 00:56:19.405 INFO STEP 515 (remove_files) COMPLETE
67732026-07-29T00:56:20.239Z[ recovery-image] Jul 29 00:56:19.405 INFO O| Jul 29 00:56:19.405 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-07-29T00:56:20.245Z[ recovery-image] Jul 29 00:56:19.413 INFO O| Jul 29 00:56:19.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
67752026-07-29T00:56:20.245Z[ recovery-image] Jul 29 00:56:19.413 INFO O| Jul 29 00:56:19.413 INFO STEP 516 (remove_files) COMPLETE
67762026-07-29T00:56:20.245Z[ recovery-image] Jul 29 00:56:19.413 INFO O| Jul 29 00:56:19.413 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-07-29T00:56:20.254Z[ recovery-image] Jul 29 00:56:19.422 INFO O| Jul 29 00:56:19.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
67782026-07-29T00:56:20.254Z[ recovery-image] Jul 29 00:56:19.422 INFO O| Jul 29 00:56:19.422 INFO STEP 517 (remove_files) COMPLETE
67792026-07-29T00:56:20.254Z[ recovery-image] Jul 29 00:56:19.422 INFO O| Jul 29 00:56:19.422 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-07-29T00:56:20.263Z[ recovery-image] Jul 29 00:56:19.431 INFO O| Jul 29 00:56:19.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
67812026-07-29T00:56:20.263Z[ recovery-image] Jul 29 00:56:19.431 INFO O| Jul 29 00:56:19.431 INFO STEP 518 (remove_files) COMPLETE
67822026-07-29T00:56:20.263Z[ recovery-image] Jul 29 00:56:19.431 INFO O| Jul 29 00:56:19.431 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-07-29T00:56:20.272Z[ recovery-image] Jul 29 00:56:19.440 INFO O| Jul 29 00:56:19.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
67842026-07-29T00:56:20.272Z[ recovery-image] Jul 29 00:56:19.440 INFO O| Jul 29 00:56:19.440 INFO STEP 519 (remove_files) COMPLETE
67852026-07-29T00:56:20.272Z[ recovery-image] Jul 29 00:56:19.440 INFO O| Jul 29 00:56:19.440 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-07-29T00:56:20.280Z[ recovery-image] Jul 29 00:56:19.449 INFO O| Jul 29 00:56:19.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
67872026-07-29T00:56:20.281Z[ recovery-image] Jul 29 00:56:19.449 INFO O| Jul 29 00:56:19.449 INFO STEP 520 (remove_files) COMPLETE
67882026-07-29T00:56:20.281Z[ recovery-image] Jul 29 00:56:19.449 INFO O| Jul 29 00:56:19.449 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-07-29T00:56:20.289Z[ recovery-image] Jul 29 00:56:19.458 INFO O| Jul 29 00:56:19.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
67902026-07-29T00:56:20.290Z[ recovery-image] Jul 29 00:56:19.458 INFO O| Jul 29 00:56:19.458 INFO STEP 521 (remove_files) COMPLETE
67912026-07-29T00:56:20.290Z[ recovery-image] Jul 29 00:56:19.458 INFO O| Jul 29 00:56:19.458 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-07-29T00:56:20.298Z[ recovery-image] Jul 29 00:56:19.466 INFO O| Jul 29 00:56:19.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
67932026-07-29T00:56:20.298Z[ recovery-image] Jul 29 00:56:19.467 INFO O| Jul 29 00:56:19.467 INFO STEP 522 (remove_files) COMPLETE
67942026-07-29T00:56:20.298Z[ recovery-image] Jul 29 00:56:19.467 INFO O| Jul 29 00:56:19.467 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-07-29T00:56:20.307Z[ recovery-image] Jul 29 00:56:19.475 INFO O| Jul 29 00:56:19.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
67962026-07-29T00:56:20.307Z[ recovery-image] Jul 29 00:56:19.475 INFO O| Jul 29 00:56:19.475 INFO STEP 523 (remove_files) COMPLETE
67972026-07-29T00:56:20.307Z[ recovery-image] Jul 29 00:56:19.475 INFO O| Jul 29 00:56:19.475 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-07-29T00:56:20.316Z[ recovery-image] Jul 29 00:56:19.484 INFO O| Jul 29 00:56:19.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
67992026-07-29T00:56:20.317Z[ recovery-image] Jul 29 00:56:19.484 INFO O| Jul 29 00:56:19.484 INFO STEP 524 (remove_files) COMPLETE
68002026-07-29T00:56:20.317Z[ recovery-image] Jul 29 00:56:19.484 INFO O| Jul 29 00:56:19.484 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-07-29T00:56:20.325Z[ recovery-image] Jul 29 00:56:19.493 INFO O| Jul 29 00:56:19.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68022026-07-29T00:56:20.328Z[ recovery-image] Jul 29 00:56:19.494 INFO O| Jul 29 00:56:19.494 INFO STEP 525 (remove_files) COMPLETE
68032026-07-29T00:56:20.328Z[ recovery-image] Jul 29 00:56:19.494 INFO O| Jul 29 00:56:19.494 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-07-29T00:56:20.336Z[ recovery-image] Jul 29 00:56:19.504 INFO O| Jul 29 00:56:19.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68052026-07-29T00:56:20.336Z[ recovery-image] Jul 29 00:56:19.504 INFO O| Jul 29 00:56:19.504 INFO STEP 526 (remove_files) COMPLETE
68062026-07-29T00:56:20.338Z[ recovery-image] Jul 29 00:56:19.504 INFO O| Jul 29 00:56:19.504 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-07-29T00:56:20.344Z[ recovery-image] Jul 29 00:56:19.512 INFO O| Jul 29 00:56:19.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68082026-07-29T00:56:20.344Z[ recovery-image] Jul 29 00:56:19.513 INFO O| Jul 29 00:56:19.513 INFO STEP 527 (remove_files) COMPLETE
68092026-07-29T00:56:20.344Z[ recovery-image] Jul 29 00:56:19.513 INFO O| Jul 29 00:56:19.513 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-07-29T00:56:20.353Z[ recovery-image] Jul 29 00:56:19.521 INFO O| Jul 29 00:56:19.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68112026-07-29T00:56:20.353Z[ recovery-image] Jul 29 00:56:19.521 INFO O| Jul 29 00:56:19.521 INFO STEP 528 (remove_files) COMPLETE
68122026-07-29T00:56:20.353Z[ recovery-image] Jul 29 00:56:19.521 INFO O| Jul 29 00:56:19.521 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-07-29T00:56:20.361Z[ recovery-image] Jul 29 00:56:19.530 INFO O| Jul 29 00:56:19.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68142026-07-29T00:56:20.361Z[ recovery-image] Jul 29 00:56:19.530 INFO O| Jul 29 00:56:19.530 INFO STEP 529 (remove_files) COMPLETE
68152026-07-29T00:56:20.361Z[ recovery-image] Jul 29 00:56:19.530 INFO O| Jul 29 00:56:19.530 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-07-29T00:56:20.370Z[ recovery-image] Jul 29 00:56:19.538 INFO O| Jul 29 00:56:19.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68172026-07-29T00:56:20.370Z[ recovery-image] Jul 29 00:56:19.538 INFO O| Jul 29 00:56:19.538 INFO STEP 530 (remove_files) COMPLETE
68182026-07-29T00:56:20.370Z[ recovery-image] Jul 29 00:56:19.538 INFO O| Jul 29 00:56:19.538 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-07-29T00:56:20.378Z[ recovery-image] Jul 29 00:56:19.547 INFO O| Jul 29 00:56:19.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68202026-07-29T00:56:20.379Z[ recovery-image] Jul 29 00:56:19.547 INFO O| Jul 29 00:56:19.547 INFO STEP 531 (remove_files) COMPLETE
68212026-07-29T00:56:20.379Z[ recovery-image] Jul 29 00:56:19.547 INFO O| Jul 29 00:56:19.547 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-07-29T00:56:20.387Z[ recovery-image] Jul 29 00:56:19.556 INFO O| Jul 29 00:56:19.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68232026-07-29T00:56:20.390Z[ recovery-image] Jul 29 00:56:19.557 INFO O| Jul 29 00:56:19.557 INFO STEP 532 (remove_files) COMPLETE
68242026-07-29T00:56:20.390Z[ recovery-image] Jul 29 00:56:19.557 INFO O| Jul 29 00:56:19.557 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-07-29T00:56:20.398Z[ recovery-image] Jul 29 00:56:19.566 INFO O| Jul 29 00:56:19.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68262026-07-29T00:56:20.398Z[ recovery-image] Jul 29 00:56:19.566 INFO O| Jul 29 00:56:19.566 INFO STEP 533 (remove_files) COMPLETE
68272026-07-29T00:56:20.401Z[ recovery-image] Jul 29 00:56:19.566 INFO O| Jul 29 00:56:19.566 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-07-29T00:56:20.408Z[ recovery-image] Jul 29 00:56:19.576 INFO O| Jul 29 00:56:19.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68292026-07-29T00:56:20.408Z[ recovery-image] Jul 29 00:56:19.576 INFO O| Jul 29 00:56:19.576 INFO STEP 534 (remove_files) COMPLETE
68302026-07-29T00:56:20.408Z[ recovery-image] Jul 29 00:56:19.576 INFO O| Jul 29 00:56:19.576 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-07-29T00:56:20.418Z[ recovery-image] Jul 29 00:56:19.586 INFO O| Jul 29 00:56:19.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68322026-07-29T00:56:20.418Z[ recovery-image] Jul 29 00:56:19.586 INFO O| Jul 29 00:56:19.586 INFO STEP 535 (remove_files) COMPLETE
68332026-07-29T00:56:20.418Z[ recovery-image] Jul 29 00:56:19.586 INFO O| Jul 29 00:56:19.586 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-07-29T00:56:20.428Z[ recovery-image] Jul 29 00:56:19.596 INFO O| Jul 29 00:56:19.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68352026-07-29T00:56:20.428Z[ recovery-image] Jul 29 00:56:19.596 INFO O| Jul 29 00:56:19.596 INFO STEP 536 (remove_files) COMPLETE
68362026-07-29T00:56:20.428Z[ recovery-image] Jul 29 00:56:19.596 INFO O| Jul 29 00:56:19.596 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-07-29T00:56:20.442Z[ recovery-image] Jul 29 00:56:19.610 INFO O| Jul 29 00:56:19.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68382026-07-29T00:56:20.442Z[ recovery-image] Jul 29 00:56:19.610 INFO O| Jul 29 00:56:19.610 INFO STEP 537 (remove_files) COMPLETE
68392026-07-29T00:56:20.442Z[ recovery-image] Jul 29 00:56:19.610 INFO O| Jul 29 00:56:19.610 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-07-29T00:56:20.452Z[ recovery-image] Jul 29 00:56:19.620 INFO O| Jul 29 00:56:19.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68412026-07-29T00:56:20.452Z[ recovery-image] Jul 29 00:56:19.620 INFO O| Jul 29 00:56:19.620 INFO STEP 538 (remove_files) COMPLETE
68422026-07-29T00:56:20.452Z[ recovery-image] Jul 29 00:56:19.620 INFO O| Jul 29 00:56:19.620 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-07-29T00:56:20.461Z[ recovery-image] Jul 29 00:56:19.629 INFO O| Jul 29 00:56:19.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68442026-07-29T00:56:20.464Z[ recovery-image] Jul 29 00:56:19.630 INFO O| Jul 29 00:56:19.630 INFO STEP 539 (remove_files) COMPLETE
68452026-07-29T00:56:20.464Z[ recovery-image] Jul 29 00:56:19.630 INFO O| Jul 29 00:56:19.630 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-07-29T00:56:20.471Z[ recovery-image] Jul 29 00:56:19.639 INFO O| Jul 29 00:56:19.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68472026-07-29T00:56:20.471Z[ recovery-image] Jul 29 00:56:19.639 INFO O| Jul 29 00:56:19.639 INFO STEP 540 (remove_files) COMPLETE
68482026-07-29T00:56:20.474Z[ recovery-image] Jul 29 00:56:19.639 INFO O| Jul 29 00:56:19.639 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-07-29T00:56:20.480Z[ recovery-image] Jul 29 00:56:19.648 INFO O| Jul 29 00:56:19.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
68502026-07-29T00:56:20.480Z[ recovery-image] Jul 29 00:56:19.648 INFO O| Jul 29 00:56:19.648 INFO STEP 541 (remove_files) COMPLETE
68512026-07-29T00:56:20.480Z[ recovery-image] Jul 29 00:56:19.648 INFO O| Jul 29 00:56:19.648 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-07-29T00:56:20.483Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
68532026-07-29T00:56:20.489Z[ recovery-image] Jul 29 00:56:19.657 INFO O| Jul 29 00:56:19.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
68542026-07-29T00:56:20.489Z[ recovery-image] Jul 29 00:56:19.657 INFO O| Jul 29 00:56:19.657 INFO STEP 542 (remove_files) COMPLETE
68552026-07-29T00:56:20.492Z[ recovery-image] Jul 29 00:56:19.657 INFO O| Jul 29 00:56:19.657 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-07-29T00:56:20.498Z[ recovery-image] Jul 29 00:56:19.667 INFO O| Jul 29 00:56:19.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
68572026-07-29T00:56:20.498Z[ recovery-image] Jul 29 00:56:19.667 INFO O| Jul 29 00:56:19.667 INFO STEP 543 (remove_files) COMPLETE
68582026-07-29T00:56:20.498Z[ recovery-image] Jul 29 00:56:19.667 INFO O| Jul 29 00:56:19.667 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-07-29T00:56:20.509Z[ recovery-image] Jul 29 00:56:19.678 INFO O| Jul 29 00:56:19.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
68602026-07-29T00:56:20.509Z[ recovery-image] Jul 29 00:56:19.678 INFO O| Jul 29 00:56:19.678 INFO STEP 544 (remove_files) COMPLETE
68612026-07-29T00:56:20.510Z[ recovery-image] Jul 29 00:56:19.678 INFO O| Jul 29 00:56:19.678 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-07-29T00:56:20.519Z[ recovery-image] Jul 29 00:56:19.687 INFO O| Jul 29 00:56:19.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
68632026-07-29T00:56:20.519Z[ recovery-image] Jul 29 00:56:19.687 INFO O| Jul 29 00:56:19.687 INFO STEP 545 (remove_files) COMPLETE
68642026-07-29T00:56:20.519Z[ recovery-image] Jul 29 00:56:19.687 INFO O| Jul 29 00:56:19.687 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-07-29T00:56:20.528Z[ recovery-image] Jul 29 00:56:19.696 INFO O| Jul 29 00:56:19.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
68662026-07-29T00:56:20.531Z[ recovery-image] Jul 29 00:56:19.697 INFO O| Jul 29 00:56:19.697 INFO STEP 546 (remove_files) COMPLETE
68672026-07-29T00:56:20.531Z[ recovery-image] Jul 29 00:56:19.697 INFO O| Jul 29 00:56:19.697 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-07-29T00:56:20.537Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
68692026-07-29T00:56:20.548Z[ recovery-image] Jul 29 00:56:19.707 INFO O| Jul 29 00:56:19.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
68702026-07-29T00:56:20.548Z[ recovery-image] Jul 29 00:56:19.708 INFO O| Jul 29 00:56:19.707 INFO STEP 547 (remove_files) COMPLETE
68712026-07-29T00:56:20.548Z[ recovery-image] Jul 29 00:56:19.708 INFO O| Jul 29 00:56:19.707 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-07-29T00:56:20.551Z[ recovery-image] Jul 29 00:56:19.717 INFO O| Jul 29 00:56:19.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
68732026-07-29T00:56:20.551Z[ recovery-image] Jul 29 00:56:19.718 INFO O| Jul 29 00:56:19.717 INFO STEP 548 (remove_files) COMPLETE
68742026-07-29T00:56:20.551Z[ recovery-image] Jul 29 00:56:19.718 INFO O| Jul 29 00:56:19.717 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-07-29T00:56:20.558Z[ recovery-image] Jul 29 00:56:19.726 INFO O| Jul 29 00:56:19.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
68762026-07-29T00:56:20.558Z[ recovery-image] Jul 29 00:56:19.726 INFO O| Jul 29 00:56:19.726 INFO STEP 549 (remove_files) COMPLETE
68772026-07-29T00:56:20.558Z[ recovery-image] Jul 29 00:56:19.726 INFO O| Jul 29 00:56:19.726 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-07-29T00:56:20.566Z[ recovery-image] Jul 29 00:56:19.734 INFO O| Jul 29 00:56:19.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
68792026-07-29T00:56:20.566Z[ recovery-image] Jul 29 00:56:19.734 INFO O| Jul 29 00:56:19.734 INFO STEP 550 (remove_files) COMPLETE
68802026-07-29T00:56:20.566Z[ recovery-image] Jul 29 00:56:19.734 INFO O| Jul 29 00:56:19.734 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-07-29T00:56:20.576Z[ recovery-image] Jul 29 00:56:19.744 INFO O| Jul 29 00:56:19.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
68822026-07-29T00:56:20.576Z[ recovery-image] Jul 29 00:56:19.744 INFO O| Jul 29 00:56:19.744 INFO STEP 551 (remove_files) COMPLETE
68832026-07-29T00:56:20.576Z[ recovery-image] Jul 29 00:56:19.744 INFO O| Jul 29 00:56:19.744 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-07-29T00:56:20.584Z[ recovery-image] Jul 29 00:56:19.753 INFO O| Jul 29 00:56:19.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
68852026-07-29T00:56:20.584Z[ recovery-image] Jul 29 00:56:19.753 INFO O| Jul 29 00:56:19.753 INFO STEP 552 (remove_files) COMPLETE
68862026-07-29T00:56:20.584Z[ recovery-image] Jul 29 00:56:19.753 INFO O| Jul 29 00:56:19.753 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-07-29T00:56:20.592Z[ recovery-image] Jul 29 00:56:19.761 INFO O| Jul 29 00:56:19.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
68882026-07-29T00:56:20.592Z[ recovery-image] Jul 29 00:56:19.761 INFO O| Jul 29 00:56:19.761 INFO STEP 553 (remove_files) COMPLETE
68892026-07-29T00:56:20.592Z[ recovery-image] Jul 29 00:56:19.761 INFO O| Jul 29 00:56:19.761 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-07-29T00:56:20.601Z[ recovery-image] Jul 29 00:56:19.769 INFO O| Jul 29 00:56:19.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
68912026-07-29T00:56:20.601Z[ recovery-image] Jul 29 00:56:19.769 INFO O| Jul 29 00:56:19.769 INFO STEP 554 (remove_files) COMPLETE
68922026-07-29T00:56:20.601Z[ recovery-image] Jul 29 00:56:19.769 INFO O| Jul 29 00:56:19.769 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-07-29T00:56:20.609Z[ recovery-image] Jul 29 00:56:19.778 INFO O| Jul 29 00:56:19.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
68942026-07-29T00:56:20.609Z[ recovery-image] Jul 29 00:56:19.778 INFO O| Jul 29 00:56:19.778 INFO STEP 555 (remove_files) COMPLETE
68952026-07-29T00:56:20.609Z[ recovery-image] Jul 29 00:56:19.778 INFO O| Jul 29 00:56:19.778 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-07-29T00:56:20.617Z[ recovery-image] Jul 29 00:56:19.786 INFO O| Jul 29 00:56:19.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
68972026-07-29T00:56:20.618Z[ recovery-image] Jul 29 00:56:19.786 INFO O| Jul 29 00:56:19.786 INFO STEP 556 (remove_files) COMPLETE
68982026-07-29T00:56:20.618Z[ recovery-image] Jul 29 00:56:19.786 INFO O| Jul 29 00:56:19.786 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-07-29T00:56:20.626Z[ recovery-image] Jul 29 00:56:19.795 INFO O| Jul 29 00:56:19.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69002026-07-29T00:56:20.626Z[ recovery-image] Jul 29 00:56:19.795 INFO O| Jul 29 00:56:19.795 INFO STEP 557 (remove_files) COMPLETE
69012026-07-29T00:56:20.626Z[ recovery-image] Jul 29 00:56:19.795 INFO O| Jul 29 00:56:19.795 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-07-29T00:56:20.635Z[ recovery-image] Jul 29 00:56:19.804 INFO O| Jul 29 00:56:19.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69032026-07-29T00:56:20.635Z[ recovery-image] Jul 29 00:56:19.804 INFO O| Jul 29 00:56:19.804 INFO STEP 558 (remove_files) COMPLETE
69042026-07-29T00:56:20.635Z[ recovery-image] Jul 29 00:56:19.804 INFO O| Jul 29 00:56:19.804 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-07-29T00:56:20.644Z[ recovery-image] Jul 29 00:56:19.812 INFO O| Jul 29 00:56:19.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69062026-07-29T00:56:20.644Z[ recovery-image] Jul 29 00:56:19.812 INFO O| Jul 29 00:56:19.812 INFO STEP 559 (remove_files) COMPLETE
69072026-07-29T00:56:20.644Z[ recovery-image] Jul 29 00:56:19.812 INFO O| Jul 29 00:56:19.812 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-07-29T00:56:20.653Z[ recovery-image] Jul 29 00:56:19.822 INFO O| Jul 29 00:56:19.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69092026-07-29T00:56:20.653Z[ recovery-image] Jul 29 00:56:19.822 INFO O| Jul 29 00:56:19.822 INFO STEP 560 (remove_files) COMPLETE
69102026-07-29T00:56:20.653Z[ recovery-image] Jul 29 00:56:19.822 INFO O| Jul 29 00:56:19.822 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-07-29T00:56:20.663Z[ recovery-image] Jul 29 00:56:19.831 INFO O| Jul 29 00:56:19.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69122026-07-29T00:56:20.663Z[ recovery-image] Jul 29 00:56:19.831 INFO O| Jul 29 00:56:19.831 INFO STEP 561 (remove_files) COMPLETE
69132026-07-29T00:56:20.666Z[ recovery-image] Jul 29 00:56:19.831 INFO O| Jul 29 00:56:19.831 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-07-29T00:56:20.671Z[ recovery-image] Jul 29 00:56:19.840 INFO O| Jul 29 00:56:19.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69152026-07-29T00:56:20.671Z[ recovery-image] Jul 29 00:56:19.840 INFO O| Jul 29 00:56:19.840 INFO STEP 562 (remove_files) COMPLETE
69162026-07-29T00:56:20.671Z[ recovery-image] Jul 29 00:56:19.840 INFO O| Jul 29 00:56:19.840 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-07-29T00:56:20.680Z[ recovery-image] Jul 29 00:56:19.848 INFO O| Jul 29 00:56:19.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69182026-07-29T00:56:20.680Z[ recovery-image] Jul 29 00:56:19.848 INFO O| Jul 29 00:56:19.848 INFO STEP 563 (remove_files) COMPLETE
69192026-07-29T00:56:20.680Z[ recovery-image] Jul 29 00:56:19.848 INFO O| Jul 29 00:56:19.848 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-07-29T00:56:20.690Z[ recovery-image] Jul 29 00:56:19.858 INFO O| Jul 29 00:56:19.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69212026-07-29T00:56:20.690Z[ recovery-image] Jul 29 00:56:19.858 INFO O| Jul 29 00:56:19.858 INFO STEP 564 (remove_files) COMPLETE
69222026-07-29T00:56:20.690Z[ recovery-image] Jul 29 00:56:19.858 INFO O| Jul 29 00:56:19.858 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-07-29T00:56:20.700Z[ recovery-image] Jul 29 00:56:19.868 INFO O| Jul 29 00:56:19.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69242026-07-29T00:56:20.700Z[ recovery-image] Jul 29 00:56:19.868 INFO O| Jul 29 00:56:19.868 INFO STEP 565 (remove_files) COMPLETE
69252026-07-29T00:56:20.700Z[ recovery-image] Jul 29 00:56:19.868 INFO O| Jul 29 00:56:19.868 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-07-29T00:56:20.710Z[ recovery-image] Jul 29 00:56:19.878 INFO O| Jul 29 00:56:19.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69272026-07-29T00:56:20.710Z[ recovery-image] Jul 29 00:56:19.878 INFO O| Jul 29 00:56:19.878 INFO STEP 566 (remove_files) COMPLETE
69282026-07-29T00:56:20.713Z[ recovery-image] Jul 29 00:56:19.878 INFO O| Jul 29 00:56:19.878 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-07-29T00:56:20.720Z[ recovery-image] Jul 29 00:56:19.889 INFO O| Jul 29 00:56:19.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69302026-07-29T00:56:20.720Z[ recovery-image] Jul 29 00:56:19.889 INFO O| Jul 29 00:56:19.889 INFO STEP 567 (remove_files) COMPLETE
69312026-07-29T00:56:20.723Z[ recovery-image] Jul 29 00:56:19.889 INFO O| Jul 29 00:56:19.889 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-07-29T00:56:20.730Z[ recovery-image] Jul 29 00:56:19.899 INFO O| Jul 29 00:56:19.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69332026-07-29T00:56:20.733Z[ recovery-image] Jul 29 00:56:19.900 INFO O| Jul 29 00:56:19.900 INFO STEP 568 (remove_files) COMPLETE
69342026-07-29T00:56:20.733Z[ recovery-image] Jul 29 00:56:19.900 INFO O| Jul 29 00:56:19.900 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-07-29T00:56:20.740Z[ recovery-image] Jul 29 00:56:19.909 INFO O| Jul 29 00:56:19.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69362026-07-29T00:56:20.743Z[ recovery-image] Jul 29 00:56:19.910 INFO O| Jul 29 00:56:19.910 INFO STEP 569 (remove_files) COMPLETE
69372026-07-29T00:56:20.743Z[ recovery-image] Jul 29 00:56:19.910 INFO O| Jul 29 00:56:19.910 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-07-29T00:56:20.767Z[ recovery-image] Jul 29 00:56:19.936 INFO O| Jul 29 00:56:19.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69392026-07-29T00:56:20.767Z[ recovery-image] Jul 29 00:56:19.936 INFO O| Jul 29 00:56:19.936 INFO STEP 570 (remove_files) COMPLETE
69402026-07-29T00:56:20.767Z[ recovery-image] Jul 29 00:56:19.936 INFO O| Jul 29 00:56:19.936 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-07-29T00:56:20.776Z[ recovery-image] Jul 29 00:56:19.945 INFO O| Jul 29 00:56:19.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69422026-07-29T00:56:20.776Z[ recovery-image] Jul 29 00:56:19.945 INFO O| Jul 29 00:56:19.945 INFO STEP 571 (remove_files) COMPLETE
69432026-07-29T00:56:20.779Z[ recovery-image] Jul 29 00:56:19.945 INFO O| Jul 29 00:56:19.945 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-07-29T00:56:20.785Z[ recovery-image] Jul 29 00:56:19.953 INFO O| Jul 29 00:56:19.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69452026-07-29T00:56:20.785Z[ recovery-image] Jul 29 00:56:19.953 INFO O| Jul 29 00:56:19.953 INFO STEP 572 (remove_files) COMPLETE
69462026-07-29T00:56:20.788Z[ recovery-image] Jul 29 00:56:19.953 INFO O| Jul 29 00:56:19.953 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-07-29T00:56:20.794Z[ recovery-image] Jul 29 00:56:19.963 INFO O| Jul 29 00:56:19.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69482026-07-29T00:56:20.794Z[ recovery-image] Jul 29 00:56:19.963 INFO O| Jul 29 00:56:19.963 INFO STEP 573 (remove_files) COMPLETE
69492026-07-29T00:56:20.797Z[ recovery-image] Jul 29 00:56:19.963 INFO O| Jul 29 00:56:19.963 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-07-29T00:56:20.803Z[ recovery-image] Jul 29 00:56:19.972 INFO O| Jul 29 00:56:19.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69512026-07-29T00:56:20.803Z[ recovery-image] Jul 29 00:56:19.972 INFO O| Jul 29 00:56:19.972 INFO STEP 574 (remove_files) COMPLETE
69522026-07-29T00:56:20.806Z[ recovery-image] Jul 29 00:56:19.972 INFO O| Jul 29 00:56:19.972 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-07-29T00:56:20.812Z[ recovery-image] Jul 29 00:56:19.981 INFO O| Jul 29 00:56:19.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
69542026-07-29T00:56:20.812Z[ recovery-image] Jul 29 00:56:19.981 INFO O| Jul 29 00:56:19.981 INFO STEP 575 (remove_files) COMPLETE
69552026-07-29T00:56:20.815Z[ recovery-image] Jul 29 00:56:19.981 INFO O| Jul 29 00:56:19.981 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-07-29T00:56:20.822Z[ recovery-image] Jul 29 00:56:19.991 INFO O| Jul 29 00:56:19.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
69572026-07-29T00:56:20.822Z[ recovery-image] Jul 29 00:56:19.991 INFO O| Jul 29 00:56:19.991 INFO STEP 576 (remove_files) COMPLETE
69582026-07-29T00:56:20.822Z[ recovery-image] Jul 29 00:56:19.991 INFO O| Jul 29 00:56:19.991 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-07-29T00:56:20.833Z[ recovery-image] Jul 29 00:56:20.002 INFO O| Jul 29 00:56:20.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
69602026-07-29T00:56:20.833Z[ recovery-image] Jul 29 00:56:20.002 INFO O| Jul 29 00:56:20.002 INFO STEP 577 (remove_files) COMPLETE
69612026-07-29T00:56:20.833Z[ recovery-image] Jul 29 00:56:20.002 INFO O| Jul 29 00:56:20.002 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-07-29T00:56:20.844Z[ recovery-image] Jul 29 00:56:20.012 INFO O| Jul 29 00:56:20.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
69632026-07-29T00:56:20.844Z[ recovery-image] Jul 29 00:56:20.012 INFO O| Jul 29 00:56:20.012 INFO STEP 578 (remove_files) COMPLETE
69642026-07-29T00:56:20.844Z[ recovery-image] Jul 29 00:56:20.012 INFO O| Jul 29 00:56:20.012 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-07-29T00:56:20.854Z[ recovery-image] Jul 29 00:56:20.022 INFO O| Jul 29 00:56:20.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
69662026-07-29T00:56:20.854Z[ recovery-image] Jul 29 00:56:20.022 INFO O| Jul 29 00:56:20.022 INFO STEP 579 (remove_files) COMPLETE
69672026-07-29T00:56:20.854Z[ recovery-image] Jul 29 00:56:20.022 INFO O| Jul 29 00:56:20.022 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-07-29T00:56:20.863Z[ recovery-image] Jul 29 00:56:20.032 INFO O| Jul 29 00:56:20.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
69692026-07-29T00:56:20.863Z[ recovery-image] Jul 29 00:56:20.032 INFO O| Jul 29 00:56:20.032 INFO STEP 580 (remove_files) COMPLETE
69702026-07-29T00:56:20.863Z[ recovery-image] Jul 29 00:56:20.032 INFO O| Jul 29 00:56:20.032 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-07-29T00:56:20.874Z[ recovery-image] Jul 29 00:56:20.042 INFO O| Jul 29 00:56:20.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
69722026-07-29T00:56:20.874Z[ recovery-image] Jul 29 00:56:20.042 INFO O| Jul 29 00:56:20.042 INFO STEP 581 (remove_files) COMPLETE
69732026-07-29T00:56:20.874Z[ recovery-image] Jul 29 00:56:20.042 INFO O| Jul 29 00:56:20.042 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-07-29T00:56:20.883Z[ recovery-image] Jul 29 00:56:20.052 INFO O| Jul 29 00:56:20.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
69752026-07-29T00:56:20.883Z[ recovery-image] Jul 29 00:56:20.052 INFO O| Jul 29 00:56:20.052 INFO STEP 582 (remove_files) COMPLETE
69762026-07-29T00:56:20.883Z[ recovery-image] Jul 29 00:56:20.052 INFO O| Jul 29 00:56:20.052 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-07-29T00:56:20.912Z[ recovery-image] Jul 29 00:56:20.080 INFO O| Jul 29 00:56:20.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
69782026-07-29T00:56:20.915Z[ recovery-image] Jul 29 00:56:20.081 INFO O| Jul 29 00:56:20.081 INFO STEP 583 (remove_files) COMPLETE
69792026-07-29T00:56:20.915Z[ recovery-image] Jul 29 00:56:20.081 INFO O| Jul 29 00:56:20.081 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-07-29T00:56:20.923Z[ recovery-image] Jul 29 00:56:20.091 INFO O| Jul 29 00:56:20.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
69812026-07-29T00:56:20.923Z[ recovery-image] Jul 29 00:56:20.091 INFO O| Jul 29 00:56:20.091 INFO STEP 584 (remove_files) COMPLETE
69822026-07-29T00:56:20.923Z[ recovery-image] Jul 29 00:56:20.091 INFO O| Jul 29 00:56:20.091 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-07-29T00:56:20.934Z[ recovery-image] Jul 29 00:56:20.102 INFO O| Jul 29 00:56:20.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
69842026-07-29T00:56:20.934Z[ recovery-image] Jul 29 00:56:20.102 INFO O| Jul 29 00:56:20.102 INFO STEP 585 (remove_files) COMPLETE
69852026-07-29T00:56:20.934Z[ recovery-image] Jul 29 00:56:20.102 INFO O| Jul 29 00:56:20.102 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-07-29T00:56:20.944Z[ recovery-image] Jul 29 00:56:20.112 INFO O| Jul 29 00:56:20.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
69872026-07-29T00:56:20.944Z[ recovery-image] Jul 29 00:56:20.112 INFO O| Jul 29 00:56:20.112 INFO STEP 586 (remove_files) COMPLETE
69882026-07-29T00:56:20.947Z[ recovery-image] Jul 29 00:56:20.112 INFO O| Jul 29 00:56:20.112 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-07-29T00:56:20.953Z[ recovery-image] Jul 29 00:56:20.121 INFO O| Jul 29 00:56:20.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
69902026-07-29T00:56:20.953Z[ recovery-image] Jul 29 00:56:20.121 INFO O| Jul 29 00:56:20.121 INFO STEP 587 (remove_files) COMPLETE
69912026-07-29T00:56:20.956Z[ recovery-image] Jul 29 00:56:20.121 INFO O| Jul 29 00:56:20.121 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-07-29T00:56:20.962Z[ recovery-image] Jul 29 00:56:20.130 INFO O| Jul 29 00:56:20.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
69932026-07-29T00:56:20.962Z[ recovery-image] Jul 29 00:56:20.130 INFO O| Jul 29 00:56:20.130 INFO STEP 588 (remove_files) COMPLETE
69942026-07-29T00:56:20.965Z[ recovery-image] Jul 29 00:56:20.130 INFO O| Jul 29 00:56:20.130 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-07-29T00:56:20.971Z[ recovery-image] Jul 29 00:56:20.139 INFO O| Jul 29 00:56:20.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
69962026-07-29T00:56:20.971Z[ recovery-image] Jul 29 00:56:20.139 INFO O| Jul 29 00:56:20.139 INFO STEP 589 (remove_files) COMPLETE
69972026-07-29T00:56:20.974Z[ recovery-image] Jul 29 00:56:20.139 INFO O| Jul 29 00:56:20.139 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-07-29T00:56:20.981Z[ recovery-image] Jul 29 00:56:20.150 INFO O| Jul 29 00:56:20.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
69992026-07-29T00:56:20.981Z[ recovery-image] Jul 29 00:56:20.150 INFO O| Jul 29 00:56:20.150 INFO STEP 590 (remove_files) COMPLETE
70002026-07-29T00:56:20.984Z[ recovery-image] Jul 29 00:56:20.150 INFO O| Jul 29 00:56:20.150 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-07-29T00:56:20.991Z[ recovery-image] Jul 29 00:56:20.160 INFO O| Jul 29 00:56:20.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70022026-07-29T00:56:20.991Z[ recovery-image] Jul 29 00:56:20.160 INFO O| Jul 29 00:56:20.160 INFO STEP 591 (remove_files) COMPLETE
70032026-07-29T00:56:21.019Z[ recovery-image] Jul 29 00:56:20.160 INFO O| Jul 29 00:56:20.160 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-07-29T00:56:21.019Z[ recovery-image] Jul 29 00:56:20.170 INFO O| Jul 29 00:56:20.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70052026-07-29T00:56:21.020Z[ recovery-image] Jul 29 00:56:20.170 INFO O| Jul 29 00:56:20.170 INFO STEP 592 (remove_files) COMPLETE
70062026-07-29T00:56:21.020Z[ recovery-image] Jul 29 00:56:20.170 INFO O| Jul 29 00:56:20.170 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-07-29T00:56:21.020Z[ recovery-image] Jul 29 00:56:20.180 INFO O| Jul 29 00:56:20.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70082026-07-29T00:56:21.020Z[ recovery-image] Jul 29 00:56:20.180 INFO O| Jul 29 00:56:20.180 INFO STEP 593 (remove_files) COMPLETE
70092026-07-29T00:56:21.020Z[ recovery-image] Jul 29 00:56:20.180 INFO O| Jul 29 00:56:20.180 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-07-29T00:56:21.024Z[ recovery-image] Jul 29 00:56:20.189 INFO O| Jul 29 00:56:20.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70112026-07-29T00:56:21.024Z[ recovery-image] Jul 29 00:56:20.189 INFO O| Jul 29 00:56:20.189 INFO STEP 594 (remove_files) COMPLETE
70122026-07-29T00:56:21.024Z[ recovery-image] Jul 29 00:56:20.189 INFO O| Jul 29 00:56:20.189 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-07-29T00:56:21.029Z[ recovery-image] Jul 29 00:56:20.198 INFO O| Jul 29 00:56:20.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70142026-07-29T00:56:21.030Z[ recovery-image] Jul 29 00:56:20.198 INFO O| Jul 29 00:56:20.198 INFO STEP 595 (remove_files) COMPLETE
70152026-07-29T00:56:21.030Z[ recovery-image] Jul 29 00:56:20.198 INFO O| Jul 29 00:56:20.198 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-07-29T00:56:21.038Z[ recovery-image] Jul 29 00:56:20.207 INFO O| Jul 29 00:56:20.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70172026-07-29T00:56:21.038Z[ recovery-image] Jul 29 00:56:20.207 INFO O| Jul 29 00:56:20.207 INFO STEP 596 (remove_files) COMPLETE
70182026-07-29T00:56:21.038Z[ recovery-image] Jul 29 00:56:20.207 INFO O| Jul 29 00:56:20.207 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-07-29T00:56:21.047Z[ recovery-image] Jul 29 00:56:20.215 INFO O| Jul 29 00:56:20.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70202026-07-29T00:56:21.047Z[ recovery-image] Jul 29 00:56:20.215 INFO O| Jul 29 00:56:20.215 INFO STEP 597 (remove_files) COMPLETE
70212026-07-29T00:56:21.047Z[ recovery-image] Jul 29 00:56:20.215 INFO O| Jul 29 00:56:20.215 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-07-29T00:56:21.055Z[ recovery-image] Jul 29 00:56:20.223 INFO O| Jul 29 00:56:20.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70232026-07-29T00:56:21.055Z[ recovery-image] Jul 29 00:56:20.223 INFO O| Jul 29 00:56:20.223 INFO STEP 598 (remove_files) COMPLETE
70242026-07-29T00:56:21.055Z[ recovery-image] Jul 29 00:56:20.223 INFO O| Jul 29 00:56:20.223 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-07-29T00:56:21.063Z[ recovery-image] Jul 29 00:56:20.231 INFO O| Jul 29 00:56:20.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70262026-07-29T00:56:21.063Z[ recovery-image] Jul 29 00:56:20.231 INFO O| Jul 29 00:56:20.231 INFO STEP 599 (remove_files) COMPLETE
70272026-07-29T00:56:21.066Z[ recovery-image] Jul 29 00:56:20.231 INFO O| Jul 29 00:56:20.231 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-07-29T00:56:21.072Z[ recovery-image] Jul 29 00:56:20.241 INFO O| Jul 29 00:56:20.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70292026-07-29T00:56:21.075Z[ recovery-image] Jul 29 00:56:20.242 INFO O| Jul 29 00:56:20.242 INFO STEP 600 (remove_files) COMPLETE
70302026-07-29T00:56:21.075Z[ recovery-image] Jul 29 00:56:20.242 INFO O| Jul 29 00:56:20.242 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-07-29T00:56:21.084Z[ recovery-image] Jul 29 00:56:20.252 INFO O| Jul 29 00:56:20.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70322026-07-29T00:56:21.084Z[ recovery-image] Jul 29 00:56:20.252 INFO O| Jul 29 00:56:20.252 INFO STEP 601 (remove_files) COMPLETE
70332026-07-29T00:56:21.084Z[ recovery-image] Jul 29 00:56:20.252 INFO O| Jul 29 00:56:20.252 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-07-29T00:56:21.094Z[ recovery-image] Jul 29 00:56:20.262 INFO O| Jul 29 00:56:20.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70352026-07-29T00:56:21.094Z[ recovery-image] Jul 29 00:56:20.263 INFO O| Jul 29 00:56:20.263 INFO STEP 602 (remove_files) COMPLETE
70362026-07-29T00:56:21.094Z[ recovery-image] Jul 29 00:56:20.263 INFO O| Jul 29 00:56:20.263 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-07-29T00:56:21.103Z[ recovery-image] Jul 29 00:56:20.272 INFO O| Jul 29 00:56:20.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70382026-07-29T00:56:21.103Z[ recovery-image] Jul 29 00:56:20.272 INFO O| Jul 29 00:56:20.272 INFO STEP 603 (remove_files) COMPLETE
70392026-07-29T00:56:21.103Z[ recovery-image] Jul 29 00:56:20.272 INFO O| Jul 29 00:56:20.272 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-07-29T00:56:21.112Z[ recovery-image] Jul 29 00:56:20.281 INFO O| Jul 29 00:56:20.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70412026-07-29T00:56:21.112Z[ recovery-image] Jul 29 00:56:20.281 INFO O| Jul 29 00:56:20.281 INFO STEP 604 (remove_files) COMPLETE
70422026-07-29T00:56:21.115Z[ recovery-image] Jul 29 00:56:20.281 INFO O| Jul 29 00:56:20.281 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-07-29T00:56:21.120Z[ recovery-image] Jul 29 00:56:20.289 INFO O| Jul 29 00:56:20.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70442026-07-29T00:56:21.120Z[ recovery-image] Jul 29 00:56:20.289 INFO O| Jul 29 00:56:20.289 INFO STEP 605 (remove_files) COMPLETE
70452026-07-29T00:56:21.121Z[ recovery-image] Jul 29 00:56:20.289 INFO O| Jul 29 00:56:20.289 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-07-29T00:56:21.129Z[ recovery-image] Jul 29 00:56:20.298 INFO O| Jul 29 00:56:20.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70472026-07-29T00:56:21.129Z[ recovery-image] Jul 29 00:56:20.298 INFO O| Jul 29 00:56:20.298 INFO STEP 606 (remove_files) COMPLETE
70482026-07-29T00:56:21.129Z[ recovery-image] Jul 29 00:56:20.298 INFO O| Jul 29 00:56:20.298 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-07-29T00:56:21.140Z[ recovery-image] Jul 29 00:56:20.308 INFO O| Jul 29 00:56:20.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70502026-07-29T00:56:21.140Z[ recovery-image] Jul 29 00:56:20.308 INFO O| Jul 29 00:56:20.308 INFO STEP 607 (remove_files) COMPLETE
70512026-07-29T00:56:21.140Z[ recovery-image] Jul 29 00:56:20.308 INFO O| Jul 29 00:56:20.308 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-07-29T00:56:21.150Z[ recovery-image] Jul 29 00:56:20.318 INFO O| Jul 29 00:56:20.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
70532026-07-29T00:56:21.150Z[ recovery-image] Jul 29 00:56:20.318 INFO O| Jul 29 00:56:20.318 INFO STEP 608 (remove_files) COMPLETE
70542026-07-29T00:56:21.150Z[ recovery-image] Jul 29 00:56:20.318 INFO O| Jul 29 00:56:20.318 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-07-29T00:56:21.161Z[ recovery-image] Jul 29 00:56:20.329 INFO O| Jul 29 00:56:20.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
70562026-07-29T00:56:21.161Z[ recovery-image] Jul 29 00:56:20.329 INFO O| Jul 29 00:56:20.329 INFO STEP 609 (remove_files) COMPLETE
70572026-07-29T00:56:21.161Z[ recovery-image] Jul 29 00:56:20.329 INFO O| Jul 29 00:56:20.329 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-07-29T00:56:21.171Z[ recovery-image] Jul 29 00:56:20.339 INFO O| Jul 29 00:56:20.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
70592026-07-29T00:56:21.171Z[ recovery-image] Jul 29 00:56:20.339 INFO O| Jul 29 00:56:20.339 INFO STEP 610 (remove_files) COMPLETE
70602026-07-29T00:56:21.171Z[ recovery-image] Jul 29 00:56:20.339 INFO O| Jul 29 00:56:20.339 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-07-29T00:56:21.182Z[ recovery-image] Jul 29 00:56:20.349 INFO O| Jul 29 00:56:20.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
70622026-07-29T00:56:21.182Z[ recovery-image] Jul 29 00:56:20.349 INFO O| Jul 29 00:56:20.349 INFO STEP 611 (remove_files) COMPLETE
70632026-07-29T00:56:21.182Z[ recovery-image] Jul 29 00:56:20.349 INFO O| Jul 29 00:56:20.349 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-07-29T00:56:21.193Z[ recovery-image] Jul 29 00:56:20.361 INFO O| Jul 29 00:56:20.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
70652026-07-29T00:56:21.193Z[ recovery-image] Jul 29 00:56:20.361 INFO O| Jul 29 00:56:20.361 INFO STEP 612 (remove_files) COMPLETE
70662026-07-29T00:56:21.193Z[ recovery-image] Jul 29 00:56:20.361 INFO O| Jul 29 00:56:20.361 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-07-29T00:56:21.202Z[ recovery-image] Jul 29 00:56:20.370 INFO O| Jul 29 00:56:20.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
70682026-07-29T00:56:21.205Z[ recovery-image] Jul 29 00:56:20.370 INFO O| Jul 29 00:56:20.370 INFO STEP 613 (remove_files) COMPLETE
70692026-07-29T00:56:21.205Z[ recovery-image] Jul 29 00:56:20.370 INFO O| Jul 29 00:56:20.370 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-07-29T00:56:21.211Z[ recovery-image] Jul 29 00:56:20.379 INFO O| Jul 29 00:56:20.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
70712026-07-29T00:56:21.211Z[ recovery-image] Jul 29 00:56:20.379 INFO O| Jul 29 00:56:20.379 INFO STEP 614 (remove_files) COMPLETE
70722026-07-29T00:56:21.211Z[ recovery-image] Jul 29 00:56:20.379 INFO O| Jul 29 00:56:20.379 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-07-29T00:56:21.219Z[ recovery-image] Jul 29 00:56:20.388 INFO O| Jul 29 00:56:20.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
70742026-07-29T00:56:21.222Z[ recovery-image] Jul 29 00:56:20.388 INFO O| Jul 29 00:56:20.388 INFO STEP 615 (remove_files) COMPLETE
70752026-07-29T00:56:21.222Z[ recovery-image] Jul 29 00:56:20.388 INFO O| Jul 29 00:56:20.388 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-07-29T00:56:21.230Z[ recovery-image] Jul 29 00:56:20.398 INFO O| Jul 29 00:56:20.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
70772026-07-29T00:56:21.230Z[ recovery-image] Jul 29 00:56:20.398 INFO O| Jul 29 00:56:20.398 INFO STEP 616 (remove_files) COMPLETE
70782026-07-29T00:56:21.233Z[ recovery-image] Jul 29 00:56:20.398 INFO O| Jul 29 00:56:20.398 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-07-29T00:56:21.238Z[ recovery-image] Jul 29 00:56:20.407 INFO O| Jul 29 00:56:20.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
70802026-07-29T00:56:21.238Z[ recovery-image] Jul 29 00:56:20.407 INFO O| Jul 29 00:56:20.407 INFO STEP 617 (remove_files) COMPLETE
70812026-07-29T00:56:21.238Z[ recovery-image] Jul 29 00:56:20.407 INFO O| Jul 29 00:56:20.407 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-07-29T00:56:21.249Z[ recovery-image] Jul 29 00:56:20.417 INFO O| Jul 29 00:56:20.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
70832026-07-29T00:56:21.249Z[ recovery-image] Jul 29 00:56:20.418 INFO O| Jul 29 00:56:20.417 INFO STEP 618 (remove_files) COMPLETE
70842026-07-29T00:56:21.249Z[ recovery-image] Jul 29 00:56:20.418 INFO O| Jul 29 00:56:20.418 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-07-29T00:56:21.258Z[ recovery-image] Jul 29 00:56:20.426 INFO O| Jul 29 00:56:20.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
70862026-07-29T00:56:21.258Z[ recovery-image] Jul 29 00:56:20.426 INFO O| Jul 29 00:56:20.426 INFO STEP 619 (remove_files) COMPLETE
70872026-07-29T00:56:21.258Z[ recovery-image] Jul 29 00:56:20.426 INFO O| Jul 29 00:56:20.426 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-07-29T00:56:21.271Z[ recovery-image] Jul 29 00:56:20.437 INFO O| Jul 29 00:56:20.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
70892026-07-29T00:56:21.271Z[ recovery-image] Jul 29 00:56:20.437 INFO O| Jul 29 00:56:20.437 INFO STEP 620 (remove_files) COMPLETE
70902026-07-29T00:56:21.271Z[ recovery-image] Jul 29 00:56:20.437 INFO O| Jul 29 00:56:20.437 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-07-29T00:56:21.280Z[ recovery-image] Jul 29 00:56:20.448 INFO O| Jul 29 00:56:20.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
70922026-07-29T00:56:21.280Z[ recovery-image] Jul 29 00:56:20.448 INFO O| Jul 29 00:56:20.448 INFO STEP 621 (remove_files) COMPLETE
70932026-07-29T00:56:21.280Z[ recovery-image] Jul 29 00:56:20.448 INFO O| Jul 29 00:56:20.448 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-07-29T00:56:21.291Z[ recovery-image] Jul 29 00:56:20.459 INFO O| Jul 29 00:56:20.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
70952026-07-29T00:56:21.291Z[ recovery-image] Jul 29 00:56:20.459 INFO O| Jul 29 00:56:20.459 INFO STEP 622 (remove_files) COMPLETE
70962026-07-29T00:56:21.291Z[ recovery-image] Jul 29 00:56:20.459 INFO O| Jul 29 00:56:20.459 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-07-29T00:56:21.302Z[ recovery-image] Jul 29 00:56:20.470 INFO O| Jul 29 00:56:20.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
70982026-07-29T00:56:21.302Z[ recovery-image] Jul 29 00:56:20.470 INFO O| Jul 29 00:56:20.470 INFO STEP 623 (remove_files) COMPLETE
70992026-07-29T00:56:21.302Z[ recovery-image] Jul 29 00:56:20.470 INFO O| Jul 29 00:56:20.470 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-07-29T00:56:21.311Z[ recovery-image] Jul 29 00:56:20.480 INFO O| Jul 29 00:56:20.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71012026-07-29T00:56:21.314Z[ recovery-image] Jul 29 00:56:20.481 INFO O| Jul 29 00:56:20.480 INFO STEP 624 (remove_files) COMPLETE
71022026-07-29T00:56:21.314Z[ recovery-image] Jul 29 00:56:20.481 INFO O| Jul 29 00:56:20.480 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-07-29T00:56:21.322Z[ recovery-image] Jul 29 00:56:20.490 INFO O| Jul 29 00:56:20.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71042026-07-29T00:56:21.322Z[ recovery-image] Jul 29 00:56:20.490 INFO O| Jul 29 00:56:20.490 INFO STEP 625 (remove_files) COMPLETE
71052026-07-29T00:56:21.322Z[ recovery-image] Jul 29 00:56:20.490 INFO O| Jul 29 00:56:20.490 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-07-29T00:56:21.332Z[ recovery-image] Jul 29 00:56:20.500 INFO O| Jul 29 00:56:20.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71072026-07-29T00:56:21.332Z[ recovery-image] Jul 29 00:56:20.500 INFO O| Jul 29 00:56:20.500 INFO STEP 626 (remove_files) COMPLETE
71082026-07-29T00:56:21.332Z[ recovery-image] Jul 29 00:56:20.500 INFO O| Jul 29 00:56:20.500 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-07-29T00:56:21.341Z[ recovery-image] Jul 29 00:56:20.510 INFO O| Jul 29 00:56:20.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71102026-07-29T00:56:21.344Z[ recovery-image] Jul 29 00:56:20.510 INFO O| Jul 29 00:56:20.510 INFO STEP 627 (remove_files) COMPLETE
71112026-07-29T00:56:21.344Z[ recovery-image] Jul 29 00:56:20.510 INFO O| Jul 29 00:56:20.510 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-07-29T00:56:21.352Z[ recovery-image] Jul 29 00:56:20.520 INFO O| Jul 29 00:56:20.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71132026-07-29T00:56:21.352Z[ recovery-image] Jul 29 00:56:20.520 INFO O| Jul 29 00:56:20.520 INFO STEP 628 (remove_files) COMPLETE
71142026-07-29T00:56:21.352Z[ recovery-image] Jul 29 00:56:20.520 INFO O| Jul 29 00:56:20.520 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-07-29T00:56:21.367Z[ recovery-image] Jul 29 00:56:20.535 INFO O| Jul 29 00:56:20.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71162026-07-29T00:56:21.367Z[ recovery-image] Jul 29 00:56:20.535 INFO O| Jul 29 00:56:20.530 INFO STEP 629 (remove_files) COMPLETE
71172026-07-29T00:56:21.370Z[ recovery-image] Jul 29 00:56:20.535 INFO O| Jul 29 00:56:20.530 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-07-29T00:56:21.374Z[ recovery-image] Jul 29 00:56:20.539 INFO O| Jul 29 00:56:20.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71192026-07-29T00:56:21.374Z[ recovery-image] Jul 29 00:56:20.539 INFO O| Jul 29 00:56:20.539 INFO STEP 630 (remove_files) COMPLETE
71202026-07-29T00:56:21.374Z[ recovery-image] Jul 29 00:56:20.539 INFO O| Jul 29 00:56:20.539 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-07-29T00:56:21.379Z[ recovery-image] Jul 29 00:56:20.547 INFO O| Jul 29 00:56:20.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71222026-07-29T00:56:21.380Z[ recovery-image] Jul 29 00:56:20.547 INFO O| Jul 29 00:56:20.547 INFO STEP 631 (remove_files) COMPLETE
71232026-07-29T00:56:21.383Z[ recovery-image] Jul 29 00:56:20.547 INFO O| Jul 29 00:56:20.547 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-07-29T00:56:21.387Z[ recovery-image] Jul 29 00:56:20.556 INFO O| Jul 29 00:56:20.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71252026-07-29T00:56:21.387Z[ recovery-image] Jul 29 00:56:20.556 INFO O| Jul 29 00:56:20.556 INFO STEP 632 (remove_files) COMPLETE
71262026-07-29T00:56:21.390Z[ recovery-image] Jul 29 00:56:20.556 INFO O| Jul 29 00:56:20.556 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-07-29T00:56:21.397Z[ recovery-image] Jul 29 00:56:20.565 INFO O| Jul 29 00:56:20.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71282026-07-29T00:56:21.397Z[ recovery-image] Jul 29 00:56:20.565 INFO O| Jul 29 00:56:20.565 INFO STEP 633 (remove_files) COMPLETE
71292026-07-29T00:56:21.397Z[ recovery-image] Jul 29 00:56:20.565 INFO O| Jul 29 00:56:20.565 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-07-29T00:56:21.410Z[ recovery-image] Jul 29 00:56:20.574 INFO O| Jul 29 00:56:20.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71312026-07-29T00:56:21.410Z[ recovery-image] Jul 29 00:56:20.574 INFO O| Jul 29 00:56:20.574 INFO STEP 634 (remove_files) COMPLETE
71322026-07-29T00:56:21.410Z[ recovery-image] Jul 29 00:56:20.574 INFO O| Jul 29 00:56:20.574 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-07-29T00:56:21.415Z[ recovery-image] Jul 29 00:56:20.583 INFO O| Jul 29 00:56:20.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71342026-07-29T00:56:21.415Z[ recovery-image] Jul 29 00:56:20.583 INFO O| Jul 29 00:56:20.583 INFO STEP 635 (remove_files) COMPLETE
71352026-07-29T00:56:21.418Z[ recovery-image] Jul 29 00:56:20.583 INFO O| Jul 29 00:56:20.583 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-07-29T00:56:21.425Z[ recovery-image] Jul 29 00:56:20.593 INFO O| Jul 29 00:56:20.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71372026-07-29T00:56:21.425Z[ recovery-image] Jul 29 00:56:20.593 INFO O| Jul 29 00:56:20.593 INFO STEP 636 (remove_files) COMPLETE
71382026-07-29T00:56:21.428Z[ recovery-image] Jul 29 00:56:20.593 INFO O| Jul 29 00:56:20.593 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-07-29T00:56:21.431Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
71402026-07-29T00:56:21.434Z[ recovery-image] Jul 29 00:56:20.602 INFO O| Jul 29 00:56:20.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71412026-07-29T00:56:21.434Z[ recovery-image] Jul 29 00:56:20.602 INFO O| Jul 29 00:56:20.602 INFO STEP 637 (remove_files) COMPLETE
71422026-07-29T00:56:21.434Z[ recovery-image] Jul 29 00:56:20.602 INFO O| Jul 29 00:56:20.602 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-07-29T00:56:21.444Z[ recovery-image] Jul 29 00:56:20.613 INFO O| Jul 29 00:56:20.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71442026-07-29T00:56:21.444Z[ recovery-image] Jul 29 00:56:20.613 INFO O| Jul 29 00:56:20.613 INFO STEP 638 (remove_files) COMPLETE
71452026-07-29T00:56:21.444Z[ recovery-image] Jul 29 00:56:20.613 INFO O| Jul 29 00:56:20.613 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-07-29T00:56:21.452Z[ recovery-image] Jul 29 00:56:20.621 INFO O| Jul 29 00:56:20.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71472026-07-29T00:56:21.453Z[ recovery-image] Jul 29 00:56:20.621 INFO O| Jul 29 00:56:20.621 INFO STEP 639 (remove_files) COMPLETE
71482026-07-29T00:56:21.453Z[ recovery-image] Jul 29 00:56:20.621 INFO O| Jul 29 00:56:20.621 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-07-29T00:56:21.462Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
71502026-07-29T00:56:21.466Z[ recovery-image] Jul 29 00:56:20.632 INFO O| Jul 29 00:56:20.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71512026-07-29T00:56:21.466Z[ recovery-image] Jul 29 00:56:20.632 INFO O| Jul 29 00:56:20.632 INFO STEP 640 (remove_files) COMPLETE
71522026-07-29T00:56:21.466Z[ recovery-image] Jul 29 00:56:20.632 INFO O| Jul 29 00:56:20.632 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-07-29T00:56:21.475Z[ recovery-image] Jul 29 00:56:20.644 INFO O| Jul 29 00:56:20.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
71542026-07-29T00:56:21.476Z[ recovery-image] Jul 29 00:56:20.644 INFO O| Jul 29 00:56:20.644 INFO STEP 641 (remove_files) COMPLETE
71552026-07-29T00:56:21.476Z[ recovery-image] Jul 29 00:56:20.644 INFO O| Jul 29 00:56:20.644 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-07-29T00:56:21.486Z[ recovery-image] Jul 29 00:56:20.654 INFO O| Jul 29 00:56:20.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
71572026-07-29T00:56:21.486Z[ recovery-image] Jul 29 00:56:20.654 INFO O| Jul 29 00:56:20.654 INFO STEP 642 (remove_files) COMPLETE
71582026-07-29T00:56:21.489Z[ recovery-image] Jul 29 00:56:20.654 INFO O| Jul 29 00:56:20.654 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-07-29T00:56:21.496Z[ recovery-image] Jul 29 00:56:20.664 INFO O| Jul 29 00:56:20.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
71602026-07-29T00:56:21.496Z[ recovery-image] Jul 29 00:56:20.664 INFO O| Jul 29 00:56:20.664 INFO STEP 643 (remove_files) COMPLETE
71612026-07-29T00:56:21.498Z[ recovery-image] Jul 29 00:56:20.664 INFO O| Jul 29 00:56:20.664 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-07-29T00:56:21.508Z[ recovery-image] Jul 29 00:56:20.676 INFO O| Jul 29 00:56:20.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
71632026-07-29T00:56:21.508Z[ recovery-image] Jul 29 00:56:20.676 INFO O| Jul 29 00:56:20.676 INFO STEP 644 (remove_files) COMPLETE
71642026-07-29T00:56:21.508Z[ recovery-image] Jul 29 00:56:20.676 INFO O| Jul 29 00:56:20.676 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-07-29T00:56:21.519Z[ recovery-image] Jul 29 00:56:20.687 INFO O| Jul 29 00:56:20.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
71662026-07-29T00:56:21.519Z[ recovery-image] Jul 29 00:56:20.687 INFO O| Jul 29 00:56:20.687 INFO STEP 645 (remove_files) COMPLETE
71672026-07-29T00:56:21.519Z[ recovery-image] Jul 29 00:56:20.687 INFO O| Jul 29 00:56:20.687 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-07-29T00:56:21.529Z[ recovery-image] Jul 29 00:56:20.697 INFO O| Jul 29 00:56:20.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
71692026-07-29T00:56:21.529Z[ recovery-image] Jul 29 00:56:20.697 INFO O| Jul 29 00:56:20.697 INFO STEP 646 (remove_files) COMPLETE
71702026-07-29T00:56:21.529Z[ recovery-image] Jul 29 00:56:20.697 INFO O| Jul 29 00:56:20.697 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-07-29T00:56:21.538Z[ recovery-image] Jul 29 00:56:20.706 INFO O| Jul 29 00:56:20.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
71722026-07-29T00:56:21.538Z[ recovery-image] Jul 29 00:56:20.706 INFO O| Jul 29 00:56:20.706 INFO STEP 647 (remove_files) COMPLETE
71732026-07-29T00:56:21.541Z[ recovery-image] Jul 29 00:56:20.706 INFO O| Jul 29 00:56:20.706 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-07-29T00:56:21.546Z[ recovery-image] Jul 29 00:56:20.715 INFO O| Jul 29 00:56:20.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
71752026-07-29T00:56:21.546Z[ recovery-image] Jul 29 00:56:20.715 INFO O| Jul 29 00:56:20.715 INFO STEP 648 (remove_files) COMPLETE
71762026-07-29T00:56:21.549Z[ recovery-image] Jul 29 00:56:20.715 INFO O| Jul 29 00:56:20.715 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-07-29T00:56:21.556Z[ recovery-image] Jul 29 00:56:20.725 INFO O| Jul 29 00:56:20.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
71782026-07-29T00:56:21.556Z[ recovery-image] Jul 29 00:56:20.725 INFO O| Jul 29 00:56:20.725 INFO STEP 649 (remove_files) COMPLETE
71792026-07-29T00:56:21.556Z[ recovery-image] Jul 29 00:56:20.725 INFO O| Jul 29 00:56:20.725 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-07-29T00:56:21.567Z[ recovery-image] Jul 29 00:56:20.735 INFO O| Jul 29 00:56:20.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
71812026-07-29T00:56:21.567Z[ recovery-image] Jul 29 00:56:20.735 INFO O| Jul 29 00:56:20.735 INFO STEP 650 (remove_files) COMPLETE
71822026-07-29T00:56:21.570Z[ recovery-image] Jul 29 00:56:20.735 INFO O| Jul 29 00:56:20.735 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-07-29T00:56:21.577Z[ recovery-image] Jul 29 00:56:20.745 INFO O| Jul 29 00:56:20.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
71842026-07-29T00:56:21.577Z[ recovery-image] Jul 29 00:56:20.745 INFO O| Jul 29 00:56:20.745 INFO STEP 651 (remove_files) COMPLETE
71852026-07-29T00:56:21.580Z[ recovery-image] Jul 29 00:56:20.745 INFO O| Jul 29 00:56:20.745 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-07-29T00:56:21.586Z[ recovery-image] Jul 29 00:56:20.755 INFO O| Jul 29 00:56:20.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
71872026-07-29T00:56:21.586Z[ recovery-image] Jul 29 00:56:20.755 INFO O| Jul 29 00:56:20.755 INFO STEP 652 (remove_files) COMPLETE
71882026-07-29T00:56:21.586Z[ recovery-image] Jul 29 00:56:20.755 INFO O| Jul 29 00:56:20.755 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-07-29T00:56:21.596Z[ recovery-image] Jul 29 00:56:20.765 INFO O| Jul 29 00:56:20.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
71902026-07-29T00:56:21.596Z[ recovery-image] Jul 29 00:56:20.765 INFO O| Jul 29 00:56:20.765 INFO STEP 653 (remove_files) COMPLETE
71912026-07-29T00:56:21.596Z[ recovery-image] Jul 29 00:56:20.765 INFO O| Jul 29 00:56:20.765 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-07-29T00:56:21.606Z[ recovery-image] Jul 29 00:56:20.775 INFO O| Jul 29 00:56:20.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
71932026-07-29T00:56:21.606Z[ recovery-image] Jul 29 00:56:20.775 INFO O| Jul 29 00:56:20.775 INFO STEP 654 (remove_files) COMPLETE
71942026-07-29T00:56:21.609Z[ recovery-image] Jul 29 00:56:20.775 INFO O| Jul 29 00:56:20.775 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-07-29T00:56:21.616Z[ recovery-image] Jul 29 00:56:20.785 INFO O| Jul 29 00:56:20.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
71962026-07-29T00:56:21.619Z[ recovery-image] Jul 29 00:56:20.785 INFO O| Jul 29 00:56:20.785 INFO STEP 655 (remove_files) COMPLETE
71972026-07-29T00:56:21.619Z[ recovery-image] Jul 29 00:56:20.786 INFO O| Jul 29 00:56:20.785 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-07-29T00:56:21.627Z[ recovery-image] Jul 29 00:56:20.795 INFO O| Jul 29 00:56:20.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
71992026-07-29T00:56:21.627Z[ recovery-image] Jul 29 00:56:20.795 INFO O| Jul 29 00:56:20.795 INFO STEP 656 (remove_files) COMPLETE
72002026-07-29T00:56:21.627Z[ recovery-image] Jul 29 00:56:20.795 INFO O| Jul 29 00:56:20.795 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-07-29T00:56:21.637Z[ recovery-image] Jul 29 00:56:20.805 INFO O| Jul 29 00:56:20.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72022026-07-29T00:56:21.637Z[ recovery-image] Jul 29 00:56:20.805 INFO O| Jul 29 00:56:20.805 INFO STEP 657 (remove_files) COMPLETE
72032026-07-29T00:56:21.637Z[ recovery-image] Jul 29 00:56:20.805 INFO O| Jul 29 00:56:20.805 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-07-29T00:56:21.646Z[ recovery-image] Jul 29 00:56:20.815 INFO O| Jul 29 00:56:20.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72052026-07-29T00:56:21.647Z[ recovery-image] Jul 29 00:56:20.815 INFO O| Jul 29 00:56:20.815 INFO STEP 658 (remove_files) COMPLETE
72062026-07-29T00:56:21.647Z[ recovery-image] Jul 29 00:56:20.815 INFO O| Jul 29 00:56:20.815 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-07-29T00:56:21.657Z[ recovery-image] Jul 29 00:56:20.825 INFO O| Jul 29 00:56:20.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72082026-07-29T00:56:21.657Z[ recovery-image] Jul 29 00:56:20.825 INFO O| Jul 29 00:56:20.825 INFO STEP 659 (remove_files) COMPLETE
72092026-07-29T00:56:21.657Z[ recovery-image] Jul 29 00:56:20.825 INFO O| Jul 29 00:56:20.825 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-07-29T00:56:21.666Z[ recovery-image] Jul 29 00:56:20.834 INFO O| Jul 29 00:56:20.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72112026-07-29T00:56:21.666Z[ recovery-image] Jul 29 00:56:20.834 INFO O| Jul 29 00:56:20.834 INFO STEP 660 (remove_files) COMPLETE
72122026-07-29T00:56:21.666Z[ recovery-image] Jul 29 00:56:20.834 INFO O| Jul 29 00:56:20.834 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-07-29T00:56:21.677Z[ recovery-image] Jul 29 00:56:20.845 INFO O| Jul 29 00:56:20.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72142026-07-29T00:56:21.677Z[ recovery-image] Jul 29 00:56:20.845 INFO O| Jul 29 00:56:20.845 INFO STEP 661 (remove_files) COMPLETE
72152026-07-29T00:56:21.677Z[ recovery-image] Jul 29 00:56:20.845 INFO O| Jul 29 00:56:20.845 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-07-29T00:56:21.687Z[ recovery-image] Jul 29 00:56:20.855 INFO O| Jul 29 00:56:20.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72172026-07-29T00:56:21.689Z[ recovery-image] Jul 29 00:56:20.856 INFO O| Jul 29 00:56:20.856 INFO STEP 662 (remove_files) COMPLETE
72182026-07-29T00:56:21.690Z[ recovery-image] Jul 29 00:56:20.856 INFO O| Jul 29 00:56:20.856 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-07-29T00:56:21.697Z[ recovery-image] Jul 29 00:56:20.866 INFO O| Jul 29 00:56:20.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72202026-07-29T00:56:21.698Z[ recovery-image] Jul 29 00:56:20.866 INFO O| Jul 29 00:56:20.866 INFO STEP 663 (remove_files) COMPLETE
72212026-07-29T00:56:21.701Z[ recovery-image] Jul 29 00:56:20.866 INFO O| Jul 29 00:56:20.866 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-07-29T00:56:21.707Z[ recovery-image] Jul 29 00:56:20.875 INFO O| Jul 29 00:56:20.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72232026-07-29T00:56:21.710Z[ recovery-image] Jul 29 00:56:20.876 INFO O| Jul 29 00:56:20.875 INFO STEP 664 (remove_files) COMPLETE
72242026-07-29T00:56:21.710Z[ recovery-image] Jul 29 00:56:20.876 INFO O| Jul 29 00:56:20.875 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-07-29T00:56:21.716Z[ recovery-image] Jul 29 00:56:20.885 INFO O| Jul 29 00:56:20.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72262026-07-29T00:56:21.716Z[ recovery-image] Jul 29 00:56:20.885 INFO O| Jul 29 00:56:20.885 INFO STEP 665 (remove_files) COMPLETE
72272026-07-29T00:56:21.716Z[ recovery-image] Jul 29 00:56:20.885 INFO O| Jul 29 00:56:20.885 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-07-29T00:56:21.726Z[ recovery-image] Jul 29 00:56:20.894 INFO O| Jul 29 00:56:20.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72292026-07-29T00:56:21.726Z[ recovery-image] Jul 29 00:56:20.894 INFO O| Jul 29 00:56:20.894 INFO STEP 666 (remove_files) COMPLETE
72302026-07-29T00:56:21.726Z[ recovery-image] Jul 29 00:56:20.894 INFO O| Jul 29 00:56:20.894 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-07-29T00:56:21.736Z[ recovery-image] Jul 29 00:56:20.904 INFO O| Jul 29 00:56:20.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72322026-07-29T00:56:21.736Z[ recovery-image] Jul 29 00:56:20.905 INFO O| Jul 29 00:56:20.905 INFO STEP 667 (remove_files) COMPLETE
72332026-07-29T00:56:21.736Z[ recovery-image] Jul 29 00:56:20.905 INFO O| Jul 29 00:56:20.905 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-07-29T00:56:21.746Z[ recovery-image] Jul 29 00:56:20.914 INFO O| Jul 29 00:56:20.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72352026-07-29T00:56:21.746Z[ recovery-image] Jul 29 00:56:20.914 INFO O| Jul 29 00:56:20.914 INFO STEP 668 (remove_files) COMPLETE
72362026-07-29T00:56:21.746Z[ recovery-image] Jul 29 00:56:20.914 INFO O| Jul 29 00:56:20.914 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-07-29T00:56:21.755Z[ recovery-image] Jul 29 00:56:20.923 INFO O| Jul 29 00:56:20.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72382026-07-29T00:56:21.755Z[ recovery-image] Jul 29 00:56:20.923 INFO O| Jul 29 00:56:20.923 INFO STEP 669 (remove_files) COMPLETE
72392026-07-29T00:56:21.758Z[ recovery-image] Jul 29 00:56:20.923 INFO O| Jul 29 00:56:20.923 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-07-29T00:56:21.763Z[ recovery-image] Jul 29 00:56:20.932 INFO O| Jul 29 00:56:20.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72412026-07-29T00:56:21.763Z[ recovery-image] Jul 29 00:56:20.932 INFO O| Jul 29 00:56:20.932 INFO STEP 670 (remove_files) COMPLETE
72422026-07-29T00:56:21.763Z[ recovery-image] Jul 29 00:56:20.932 INFO O| Jul 29 00:56:20.932 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-07-29T00:56:21.772Z[ recovery-image] Jul 29 00:56:20.940 INFO O| Jul 29 00:56:20.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72442026-07-29T00:56:21.772Z[ recovery-image] Jul 29 00:56:20.940 INFO O| Jul 29 00:56:20.940 INFO STEP 671 (remove_files) COMPLETE
72452026-07-29T00:56:21.772Z[ recovery-image] Jul 29 00:56:20.940 INFO O| Jul 29 00:56:20.940 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-07-29T00:56:21.780Z[ recovery-image] Jul 29 00:56:20.948 INFO O| Jul 29 00:56:20.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72472026-07-29T00:56:21.780Z[ recovery-image] Jul 29 00:56:20.948 INFO O| Jul 29 00:56:20.948 INFO STEP 672 (remove_files) COMPLETE
72482026-07-29T00:56:21.783Z[ recovery-image] Jul 29 00:56:20.948 INFO O| Jul 29 00:56:20.948 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-07-29T00:56:21.788Z[ recovery-image] Jul 29 00:56:20.957 INFO O| Jul 29 00:56:20.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72502026-07-29T00:56:21.788Z[ recovery-image] Jul 29 00:56:20.957 INFO O| Jul 29 00:56:20.957 INFO STEP 673 (remove_files) COMPLETE
72512026-07-29T00:56:21.791Z[ recovery-image] Jul 29 00:56:20.957 INFO O| Jul 29 00:56:20.957 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-07-29T00:56:21.797Z[ recovery-image] Jul 29 00:56:20.965 INFO O| Jul 29 00:56:20.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
72532026-07-29T00:56:21.797Z[ recovery-image] Jul 29 00:56:20.965 INFO O| Jul 29 00:56:20.965 INFO STEP 674 (remove_files) COMPLETE
72542026-07-29T00:56:21.797Z[ recovery-image] Jul 29 00:56:20.965 INFO O| Jul 29 00:56:20.965 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-07-29T00:56:21.806Z[ recovery-image] Jul 29 00:56:20.974 INFO O| Jul 29 00:56:20.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
72562026-07-29T00:56:21.806Z[ recovery-image] Jul 29 00:56:20.974 INFO O| Jul 29 00:56:20.974 INFO STEP 675 (remove_files) COMPLETE
72572026-07-29T00:56:21.809Z[ recovery-image] Jul 29 00:56:20.974 INFO O| Jul 29 00:56:20.974 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-07-29T00:56:21.815Z[ recovery-image] Jul 29 00:56:20.983 INFO O| Jul 29 00:56:20.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
72592026-07-29T00:56:21.815Z[ recovery-image] Jul 29 00:56:20.983 INFO O| Jul 29 00:56:20.983 INFO STEP 676 (remove_files) COMPLETE
72602026-07-29T00:56:21.815Z[ recovery-image] Jul 29 00:56:20.983 INFO O| Jul 29 00:56:20.983 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-07-29T00:56:21.823Z[ recovery-image] Jul 29 00:56:20.991 INFO O| Jul 29 00:56:20.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
72622026-07-29T00:56:21.823Z[ recovery-image] Jul 29 00:56:20.991 INFO O| Jul 29 00:56:20.991 INFO STEP 677 (remove_files) COMPLETE
72632026-07-29T00:56:21.823Z[ recovery-image] Jul 29 00:56:20.991 INFO O| Jul 29 00:56:20.991 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-07-29T00:56:21.841Z[ recovery-image] Jul 29 00:56:21.000 INFO O| Jul 29 00:56:21.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
72652026-07-29T00:56:21.841Z[ recovery-image] Jul 29 00:56:21.000 INFO O| Jul 29 00:56:21.000 INFO STEP 678 (remove_files) COMPLETE
72662026-07-29T00:56:21.841Z[ recovery-image] Jul 29 00:56:21.000 INFO O| Jul 29 00:56:21.000 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-07-29T00:56:21.844Z[ recovery-image] Jul 29 00:56:21.008 INFO O| Jul 29 00:56:21.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
72682026-07-29T00:56:21.844Z[ recovery-image] Jul 29 00:56:21.009 INFO O| Jul 29 00:56:21.009 INFO STEP 679 (remove_files) COMPLETE
72692026-07-29T00:56:21.844Z[ recovery-image] Jul 29 00:56:21.009 INFO O| Jul 29 00:56:21.009 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-07-29T00:56:21.849Z[ recovery-image] Jul 29 00:56:21.018 INFO O| Jul 29 00:56:21.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
72712026-07-29T00:56:21.850Z[ recovery-image] Jul 29 00:56:21.018 INFO O| Jul 29 00:56:21.018 INFO STEP 680 (remove_files) COMPLETE
72722026-07-29T00:56:21.850Z[ recovery-image] Jul 29 00:56:21.018 INFO O| Jul 29 00:56:21.018 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-07-29T00:56:21.860Z[ recovery-image] Jul 29 00:56:21.028 INFO O| Jul 29 00:56:21.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
72742026-07-29T00:56:21.865Z[ recovery-image] Jul 29 00:56:21.029 INFO O| Jul 29 00:56:21.029 INFO STEP 681 (remove_files) COMPLETE
72752026-07-29T00:56:21.865Z[ recovery-image] Jul 29 00:56:21.029 INFO O| Jul 29 00:56:21.029 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-07-29T00:56:21.880Z[ recovery-image] Jul 29 00:56:21.049 INFO O| Jul 29 00:56:21.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
72772026-07-29T00:56:21.880Z[ recovery-image] Jul 29 00:56:21.049 INFO O| Jul 29 00:56:21.049 INFO STEP 682 (remove_files) COMPLETE
72782026-07-29T00:56:21.880Z[ recovery-image] Jul 29 00:56:21.049 INFO O| Jul 29 00:56:21.049 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-07-29T00:56:21.895Z[ recovery-image] Jul 29 00:56:21.063 INFO O| Jul 29 00:56:21.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
72802026-07-29T00:56:21.895Z[ recovery-image] Jul 29 00:56:21.063 INFO O| Jul 29 00:56:21.063 INFO STEP 683 (remove_files) COMPLETE
72812026-07-29T00:56:21.895Z[ recovery-image] Jul 29 00:56:21.063 INFO O| Jul 29 00:56:21.063 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-07-29T00:56:21.905Z[ recovery-image] Jul 29 00:56:21.073 INFO O| Jul 29 00:56:21.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
72832026-07-29T00:56:21.905Z[ recovery-image] Jul 29 00:56:21.073 INFO O| Jul 29 00:56:21.073 INFO STEP 684 (remove_files) COMPLETE
72842026-07-29T00:56:21.909Z[ recovery-image] Jul 29 00:56:21.073 INFO O| Jul 29 00:56:21.073 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-07-29T00:56:21.913Z[ recovery-image] Jul 29 00:56:21.081 INFO O| Jul 29 00:56:21.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
72862026-07-29T00:56:21.913Z[ recovery-image] Jul 29 00:56:21.081 INFO O| Jul 29 00:56:21.081 INFO STEP 685 (remove_files) COMPLETE
72872026-07-29T00:56:21.913Z[ recovery-image] Jul 29 00:56:21.081 INFO O| Jul 29 00:56:21.081 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-07-29T00:56:21.922Z[ recovery-image] Jul 29 00:56:21.091 INFO O| Jul 29 00:56:21.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
72892026-07-29T00:56:21.922Z[ recovery-image] Jul 29 00:56:21.091 INFO O| Jul 29 00:56:21.091 INFO STEP 686 (remove_files) COMPLETE
72902026-07-29T00:56:21.922Z[ recovery-image] Jul 29 00:56:21.091 INFO O| Jul 29 00:56:21.091 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-07-29T00:56:21.932Z[ recovery-image] Jul 29 00:56:21.100 INFO O| Jul 29 00:56:21.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
72922026-07-29T00:56:21.932Z[ recovery-image] Jul 29 00:56:21.100 INFO O| Jul 29 00:56:21.100 INFO STEP 687 (remove_files) COMPLETE
72932026-07-29T00:56:21.932Z[ recovery-image] Jul 29 00:56:21.100 INFO O| Jul 29 00:56:21.100 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-07-29T00:56:21.943Z[ recovery-image] Jul 29 00:56:21.111 INFO O| Jul 29 00:56:21.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
72952026-07-29T00:56:21.943Z[ recovery-image] Jul 29 00:56:21.111 INFO O| Jul 29 00:56:21.111 INFO STEP 688 (remove_files) COMPLETE
72962026-07-29T00:56:21.946Z[ recovery-image] Jul 29 00:56:21.111 INFO O| Jul 29 00:56:21.111 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-07-29T00:56:21.953Z[ recovery-image] Jul 29 00:56:21.121 INFO O| Jul 29 00:56:21.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
72982026-07-29T00:56:21.953Z[ recovery-image] Jul 29 00:56:21.122 INFO O| Jul 29 00:56:21.121 INFO STEP 689 (remove_files) COMPLETE
72992026-07-29T00:56:21.953Z[ recovery-image] Jul 29 00:56:21.122 INFO O| Jul 29 00:56:21.122 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-07-29T00:56:21.964Z[ recovery-image] Jul 29 00:56:21.132 INFO O| Jul 29 00:56:21.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73012026-07-29T00:56:21.964Z[ recovery-image] Jul 29 00:56:21.132 INFO O| Jul 29 00:56:21.132 INFO STEP 690 (remove_files) COMPLETE
73022026-07-29T00:56:21.964Z[ recovery-image] Jul 29 00:56:21.132 INFO O| Jul 29 00:56:21.132 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-07-29T00:56:21.976Z[ recovery-image] Jul 29 00:56:21.144 INFO O| Jul 29 00:56:21.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73042026-07-29T00:56:21.976Z[ recovery-image] Jul 29 00:56:21.144 INFO O| Jul 29 00:56:21.144 INFO STEP 691 (remove_files) COMPLETE
73052026-07-29T00:56:21.976Z[ recovery-image] Jul 29 00:56:21.144 INFO O| Jul 29 00:56:21.144 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-07-29T00:56:21.986Z[ recovery-image] Jul 29 00:56:21.155 INFO O| Jul 29 00:56:21.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73072026-07-29T00:56:21.986Z[ recovery-image] Jul 29 00:56:21.155 INFO O| Jul 29 00:56:21.155 INFO STEP 692 (remove_files) COMPLETE
73082026-07-29T00:56:21.989Z[ recovery-image] Jul 29 00:56:21.155 INFO O| Jul 29 00:56:21.155 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-07-29T00:56:21.996Z[ recovery-image] Jul 29 00:56:21.165 INFO O| Jul 29 00:56:21.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73102026-07-29T00:56:21.999Z[ recovery-image] Jul 29 00:56:21.165 INFO O| Jul 29 00:56:21.165 INFO STEP 693 (remove_files) COMPLETE
73112026-07-29T00:56:21.999Z[ recovery-image] Jul 29 00:56:21.165 INFO O| Jul 29 00:56:21.165 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-07-29T00:56:22.007Z[ recovery-image] Jul 29 00:56:21.175 INFO O| Jul 29 00:56:21.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73132026-07-29T00:56:22.009Z[ recovery-image] Jul 29 00:56:21.175 INFO O| Jul 29 00:56:21.175 INFO STEP 694 (remove_files) COMPLETE
73142026-07-29T00:56:22.010Z[ recovery-image] Jul 29 00:56:21.175 INFO O| Jul 29 00:56:21.175 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-07-29T00:56:22.016Z[ recovery-image] Jul 29 00:56:21.184 INFO O| Jul 29 00:56:21.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73162026-07-29T00:56:22.016Z[ recovery-image] Jul 29 00:56:21.184 INFO O| Jul 29 00:56:21.184 INFO STEP 695 (remove_files) COMPLETE
73172026-07-29T00:56:22.016Z[ recovery-image] Jul 29 00:56:21.184 INFO O| Jul 29 00:56:21.184 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-07-29T00:56:22.025Z[ recovery-image] Jul 29 00:56:21.194 INFO O| Jul 29 00:56:21.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73192026-07-29T00:56:22.025Z[ recovery-image] Jul 29 00:56:21.194 INFO O| Jul 29 00:56:21.194 INFO STEP 696 (remove_files) COMPLETE
73202026-07-29T00:56:22.026Z[ recovery-image] Jul 29 00:56:21.194 INFO O| Jul 29 00:56:21.194 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-07-29T00:56:22.036Z[ recovery-image] Jul 29 00:56:21.204 INFO O| Jul 29 00:56:21.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73222026-07-29T00:56:22.036Z[ recovery-image] Jul 29 00:56:21.204 INFO O| Jul 29 00:56:21.204 INFO STEP 697 (remove_files) COMPLETE
73232026-07-29T00:56:22.036Z[ recovery-image] Jul 29 00:56:21.204 INFO O| Jul 29 00:56:21.204 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-07-29T00:56:22.046Z[ recovery-image] Jul 29 00:56:21.214 INFO O| Jul 29 00:56:21.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73252026-07-29T00:56:22.046Z[ recovery-image] Jul 29 00:56:21.214 INFO O| Jul 29 00:56:21.214 INFO STEP 698 (remove_files) COMPLETE
73262026-07-29T00:56:22.046Z[ recovery-image] Jul 29 00:56:21.214 INFO O| Jul 29 00:56:21.214 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-07-29T00:56:22.059Z[ recovery-image] Jul 29 00:56:21.225 INFO O| Jul 29 00:56:21.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73282026-07-29T00:56:22.062Z[ recovery-image] Jul 29 00:56:21.225 INFO O| Jul 29 00:56:21.225 INFO STEP 699 (remove_files) COMPLETE
73292026-07-29T00:56:22.062Z[ recovery-image] Jul 29 00:56:21.225 INFO O| Jul 29 00:56:21.225 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-07-29T00:56:22.070Z[ recovery-image] Jul 29 00:56:21.236 INFO O| Jul 29 00:56:21.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73312026-07-29T00:56:22.070Z[ recovery-image] Jul 29 00:56:21.236 INFO O| Jul 29 00:56:21.236 INFO STEP 700 (remove_files) COMPLETE
73322026-07-29T00:56:22.070Z[ recovery-image] Jul 29 00:56:21.236 INFO O| Jul 29 00:56:21.236 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-07-29T00:56:22.078Z[ recovery-image] Jul 29 00:56:21.246 INFO O| Jul 29 00:56:21.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73342026-07-29T00:56:22.078Z[ recovery-image] Jul 29 00:56:21.246 INFO O| Jul 29 00:56:21.246 INFO STEP 701 (remove_files) COMPLETE
73352026-07-29T00:56:22.078Z[ recovery-image] Jul 29 00:56:21.246 INFO O| Jul 29 00:56:21.246 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-07-29T00:56:22.087Z[ recovery-image] Jul 29 00:56:21.255 INFO O| Jul 29 00:56:21.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73372026-07-29T00:56:22.087Z[ recovery-image] Jul 29 00:56:21.255 INFO O| Jul 29 00:56:21.255 INFO STEP 702 (remove_files) COMPLETE
73382026-07-29T00:56:22.087Z[ recovery-image] Jul 29 00:56:21.255 INFO O| Jul 29 00:56:21.255 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-07-29T00:56:22.097Z[ recovery-image] Jul 29 00:56:21.265 INFO O| Jul 29 00:56:21.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73402026-07-29T00:56:22.097Z[ recovery-image] Jul 29 00:56:21.265 INFO O| Jul 29 00:56:21.265 INFO STEP 703 (remove_files) COMPLETE
73412026-07-29T00:56:22.100Z[ recovery-image] Jul 29 00:56:21.265 INFO O| Jul 29 00:56:21.265 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-07-29T00:56:22.107Z[ recovery-image] Jul 29 00:56:21.275 INFO O| Jul 29 00:56:21.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73432026-07-29T00:56:22.107Z[ recovery-image] Jul 29 00:56:21.275 INFO O| Jul 29 00:56:21.275 INFO STEP 704 (remove_files) COMPLETE
73442026-07-29T00:56:22.107Z[ recovery-image] Jul 29 00:56:21.275 INFO O| Jul 29 00:56:21.275 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-07-29T00:56:22.117Z[ recovery-image] Jul 29 00:56:21.285 INFO O| Jul 29 00:56:21.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73462026-07-29T00:56:22.117Z[ recovery-image] Jul 29 00:56:21.285 INFO O| Jul 29 00:56:21.285 INFO STEP 705 (remove_files) COMPLETE
73472026-07-29T00:56:22.117Z[ recovery-image] Jul 29 00:56:21.285 INFO O| Jul 29 00:56:21.285 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-07-29T00:56:22.127Z[ recovery-image] Jul 29 00:56:21.296 INFO O| Jul 29 00:56:21.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73492026-07-29T00:56:22.128Z[ recovery-image] Jul 29 00:56:21.296 INFO O| Jul 29 00:56:21.296 INFO STEP 706 (remove_files) COMPLETE
73502026-07-29T00:56:22.128Z[ recovery-image] Jul 29 00:56:21.296 INFO O| Jul 29 00:56:21.296 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-07-29T00:56:22.139Z[ recovery-image] Jul 29 00:56:21.307 INFO O| Jul 29 00:56:21.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
73522026-07-29T00:56:22.139Z[ recovery-image] Jul 29 00:56:21.307 INFO O| Jul 29 00:56:21.307 INFO STEP 707 (remove_files) COMPLETE
73532026-07-29T00:56:22.139Z[ recovery-image] Jul 29 00:56:21.307 INFO O| Jul 29 00:56:21.307 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-07-29T00:56:22.149Z[ recovery-image] Jul 29 00:56:21.317 INFO O| Jul 29 00:56:21.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
73552026-07-29T00:56:22.149Z[ recovery-image] Jul 29 00:56:21.317 INFO O| Jul 29 00:56:21.317 INFO STEP 708 (remove_files) COMPLETE
73562026-07-29T00:56:22.149Z[ recovery-image] Jul 29 00:56:21.317 INFO O| Jul 29 00:56:21.317 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-07-29T00:56:22.157Z[ recovery-image] Jul 29 00:56:21.325 INFO O| Jul 29 00:56:21.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
73582026-07-29T00:56:22.157Z[ recovery-image] Jul 29 00:56:21.325 INFO O| Jul 29 00:56:21.325 INFO STEP 709 (remove_files) COMPLETE
73592026-07-29T00:56:22.157Z[ recovery-image] Jul 29 00:56:21.325 INFO O| Jul 29 00:56:21.325 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-07-29T00:56:22.168Z[ recovery-image] Jul 29 00:56:21.337 INFO O| Jul 29 00:56:21.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
73612026-07-29T00:56:22.168Z[ recovery-image] Jul 29 00:56:21.337 INFO O| Jul 29 00:56:21.337 INFO STEP 710 (remove_files) COMPLETE
73622026-07-29T00:56:22.168Z[ recovery-image] Jul 29 00:56:21.337 INFO O| Jul 29 00:56:21.337 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-07-29T00:56:22.179Z[ recovery-image] Jul 29 00:56:21.347 INFO O| Jul 29 00:56:21.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
73642026-07-29T00:56:22.183Z[ recovery-image] Jul 29 00:56:21.348 INFO O| Jul 29 00:56:21.348 INFO STEP 711 (remove_files) COMPLETE
73652026-07-29T00:56:22.183Z[ recovery-image] Jul 29 00:56:21.348 INFO O| Jul 29 00:56:21.348 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-07-29T00:56:22.189Z[ recovery-image] Jul 29 00:56:21.358 INFO O| Jul 29 00:56:21.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
73672026-07-29T00:56:22.189Z[ recovery-image] Jul 29 00:56:21.358 INFO O| Jul 29 00:56:21.358 INFO STEP 712 (remove_files) COMPLETE
73682026-07-29T00:56:22.189Z[ recovery-image] Jul 29 00:56:21.358 INFO O| Jul 29 00:56:21.358 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-07-29T00:56:22.202Z[ recovery-image] Jul 29 00:56:21.370 INFO O| Jul 29 00:56:21.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
73702026-07-29T00:56:22.202Z[ recovery-image] Jul 29 00:56:21.370 INFO O| Jul 29 00:56:21.370 INFO STEP 713 (remove_files) COMPLETE
73712026-07-29T00:56:22.202Z[ recovery-image] Jul 29 00:56:21.370 INFO O| Jul 29 00:56:21.370 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-07-29T00:56:22.214Z[ recovery-image] Jul 29 00:56:21.382 INFO O| Jul 29 00:56:21.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
73732026-07-29T00:56:22.214Z[ recovery-image] Jul 29 00:56:21.382 INFO O| Jul 29 00:56:21.382 INFO STEP 714 (remove_files) COMPLETE
73742026-07-29T00:56:22.214Z[ recovery-image] Jul 29 00:56:21.382 INFO O| Jul 29 00:56:21.382 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-07-29T00:56:22.225Z[ recovery-image] Jul 29 00:56:21.393 INFO O| Jul 29 00:56:21.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
73762026-07-29T00:56:22.225Z[ recovery-image] Jul 29 00:56:21.393 INFO O| Jul 29 00:56:21.393 INFO STEP 715 (remove_files) COMPLETE
73772026-07-29T00:56:22.228Z[ recovery-image] Jul 29 00:56:21.393 INFO O| Jul 29 00:56:21.393 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-07-29T00:56:22.235Z[ recovery-image] Jul 29 00:56:21.403 INFO O| Jul 29 00:56:21.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
73792026-07-29T00:56:22.235Z[ recovery-image] Jul 29 00:56:21.403 INFO O| Jul 29 00:56:21.403 INFO STEP 716 (remove_files) COMPLETE
73802026-07-29T00:56:22.235Z[ recovery-image] Jul 29 00:56:21.403 INFO O| Jul 29 00:56:21.403 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-07-29T00:56:22.246Z[ recovery-image] Jul 29 00:56:21.414 INFO O| Jul 29 00:56:21.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
73822026-07-29T00:56:22.249Z[ recovery-image] Jul 29 00:56:21.415 INFO O| Jul 29 00:56:21.415 INFO STEP 717 (remove_files) COMPLETE
73832026-07-29T00:56:22.249Z[ recovery-image] Jul 29 00:56:21.415 INFO O| Jul 29 00:56:21.415 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-07-29T00:56:22.258Z[ recovery-image] Jul 29 00:56:21.426 INFO O| Jul 29 00:56:21.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
73852026-07-29T00:56:22.258Z[ recovery-image] Jul 29 00:56:21.426 INFO O| Jul 29 00:56:21.426 INFO STEP 718 (remove_files) COMPLETE
73862026-07-29T00:56:22.258Z[ recovery-image] Jul 29 00:56:21.426 INFO O| Jul 29 00:56:21.426 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-07-29T00:56:22.269Z[ recovery-image] Jul 29 00:56:21.437 INFO O| Jul 29 00:56:21.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
73882026-07-29T00:56:22.269Z[ recovery-image] Jul 29 00:56:21.437 INFO O| Jul 29 00:56:21.437 INFO STEP 719 (remove_files) COMPLETE
73892026-07-29T00:56:22.269Z[ recovery-image] Jul 29 00:56:21.437 INFO O| Jul 29 00:56:21.437 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-07-29T00:56:22.278Z[ recovery-image] Jul 29 00:56:21.446 INFO O| Jul 29 00:56:21.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
73912026-07-29T00:56:22.278Z[ recovery-image] Jul 29 00:56:21.446 INFO O| Jul 29 00:56:21.446 INFO STEP 720 (remove_files) COMPLETE
73922026-07-29T00:56:22.278Z[ recovery-image] Jul 29 00:56:21.446 INFO O| Jul 29 00:56:21.446 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-07-29T00:56:22.281Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
73942026-07-29T00:56:22.288Z[ recovery-image] Jul 29 00:56:21.456 INFO O| Jul 29 00:56:21.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
73952026-07-29T00:56:22.288Z[ recovery-image] Jul 29 00:56:21.456 INFO O| Jul 29 00:56:21.456 INFO STEP 721 (remove_files) COMPLETE
73962026-07-29T00:56:22.291Z[ recovery-image] Jul 29 00:56:21.456 INFO O| Jul 29 00:56:21.456 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-07-29T00:56:22.298Z[ recovery-image] Jul 29 00:56:21.466 INFO O| Jul 29 00:56:21.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
73982026-07-29T00:56:22.298Z[ recovery-image] Jul 29 00:56:21.466 INFO O| Jul 29 00:56:21.466 INFO STEP 722 (remove_files) COMPLETE
73992026-07-29T00:56:22.300Z[ recovery-image] Jul 29 00:56:21.466 INFO O| Jul 29 00:56:21.466 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-07-29T00:56:22.308Z[ recovery-image] Jul 29 00:56:21.476 INFO O| Jul 29 00:56:21.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74012026-07-29T00:56:22.308Z[ recovery-image] Jul 29 00:56:21.476 INFO O| Jul 29 00:56:21.476 INFO STEP 723 (remove_files) COMPLETE
74022026-07-29T00:56:22.311Z[ recovery-image] Jul 29 00:56:21.476 INFO O| Jul 29 00:56:21.476 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-07-29T00:56:22.319Z[ recovery-image] Jul 29 00:56:21.487 INFO O| Jul 29 00:56:21.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74042026-07-29T00:56:22.319Z[ recovery-image] Jul 29 00:56:21.487 INFO O| Jul 29 00:56:21.487 INFO STEP 724 (remove_files) COMPLETE
74052026-07-29T00:56:22.319Z[ recovery-image] Jul 29 00:56:21.487 INFO O| Jul 29 00:56:21.487 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-07-29T00:56:22.330Z[ recovery-image] Jul 29 00:56:21.498 INFO O| Jul 29 00:56:21.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74072026-07-29T00:56:22.330Z[ recovery-image] Jul 29 00:56:21.498 INFO O| Jul 29 00:56:21.498 INFO STEP 725 (remove_files) COMPLETE
74082026-07-29T00:56:22.333Z[ recovery-image] Jul 29 00:56:21.498 INFO O| Jul 29 00:56:21.498 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-07-29T00:56:22.340Z[ recovery-image] Jul 29 00:56:21.509 INFO O| Jul 29 00:56:21.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74102026-07-29T00:56:22.341Z[ recovery-image] Jul 29 00:56:21.509 INFO O| Jul 29 00:56:21.509 INFO STEP 726 (remove_files) COMPLETE
74112026-07-29T00:56:22.341Z[ recovery-image] Jul 29 00:56:21.509 INFO O| Jul 29 00:56:21.509 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-07-29T00:56:22.352Z[ recovery-image] Jul 29 00:56:21.520 INFO O| Jul 29 00:56:21.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74132026-07-29T00:56:22.352Z[ recovery-image] Jul 29 00:56:21.520 INFO O| Jul 29 00:56:21.520 INFO STEP 727 (remove_files) COMPLETE
74142026-07-29T00:56:22.352Z[ recovery-image] Jul 29 00:56:21.520 INFO O| Jul 29 00:56:21.520 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-07-29T00:56:22.363Z[ recovery-image] Jul 29 00:56:21.531 INFO O| Jul 29 00:56:21.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74162026-07-29T00:56:22.363Z[ recovery-image] Jul 29 00:56:21.531 INFO O| Jul 29 00:56:21.531 INFO STEP 728 (remove_files) COMPLETE
74172026-07-29T00:56:22.363Z[ recovery-image] Jul 29 00:56:21.531 INFO O| Jul 29 00:56:21.531 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-07-29T00:56:22.374Z[ recovery-image] Jul 29 00:56:21.542 INFO O| Jul 29 00:56:21.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74192026-07-29T00:56:22.374Z[ recovery-image] Jul 29 00:56:21.542 INFO O| Jul 29 00:56:21.542 INFO STEP 729 (remove_files) COMPLETE
74202026-07-29T00:56:22.374Z[ recovery-image] Jul 29 00:56:21.542 INFO O| Jul 29 00:56:21.542 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-07-29T00:56:22.383Z[ recovery-image] Jul 29 00:56:21.551 INFO O| Jul 29 00:56:21.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74222026-07-29T00:56:22.383Z[ recovery-image] Jul 29 00:56:21.551 INFO O| Jul 29 00:56:21.551 INFO STEP 730 (remove_files) COMPLETE
74232026-07-29T00:56:22.383Z[ recovery-image] Jul 29 00:56:21.551 INFO O| Jul 29 00:56:21.551 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-07-29T00:56:22.392Z[ recovery-image] Jul 29 00:56:21.561 INFO O| Jul 29 00:56:21.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74252026-07-29T00:56:22.392Z[ recovery-image] Jul 29 00:56:21.561 INFO O| Jul 29 00:56:21.561 INFO STEP 731 (remove_files) COMPLETE
74262026-07-29T00:56:22.392Z[ recovery-image] Jul 29 00:56:21.561 INFO O| Jul 29 00:56:21.561 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-07-29T00:56:22.402Z[ recovery-image] Jul 29 00:56:21.570 INFO O| Jul 29 00:56:21.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74282026-07-29T00:56:22.402Z[ recovery-image] Jul 29 00:56:21.570 INFO O| Jul 29 00:56:21.570 INFO STEP 732 (remove_files) COMPLETE
74292026-07-29T00:56:22.405Z[ recovery-image] Jul 29 00:56:21.570 INFO O| Jul 29 00:56:21.570 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-07-29T00:56:22.410Z[ recovery-image] Jul 29 00:56:21.579 INFO O| Jul 29 00:56:21.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74312026-07-29T00:56:22.410Z[ recovery-image] Jul 29 00:56:21.579 INFO O| Jul 29 00:56:21.579 INFO STEP 733 (remove_files) COMPLETE
74322026-07-29T00:56:22.410Z[ recovery-image] Jul 29 00:56:21.579 INFO O| Jul 29 00:56:21.579 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-07-29T00:56:22.421Z[ recovery-image] Jul 29 00:56:21.589 INFO O| Jul 29 00:56:21.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74342026-07-29T00:56:22.421Z[ recovery-image] Jul 29 00:56:21.589 INFO O| Jul 29 00:56:21.589 INFO STEP 734 (remove_files) COMPLETE
74352026-07-29T00:56:22.424Z[ recovery-image] Jul 29 00:56:21.589 INFO O| Jul 29 00:56:21.589 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-07-29T00:56:22.431Z[ recovery-image] Jul 29 00:56:21.599 INFO O| Jul 29 00:56:21.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74372026-07-29T00:56:22.431Z[ recovery-image] Jul 29 00:56:21.599 INFO O| Jul 29 00:56:21.599 INFO STEP 735 (remove_files) COMPLETE
74382026-07-29T00:56:22.431Z[ recovery-image] Jul 29 00:56:21.599 INFO O| Jul 29 00:56:21.599 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-07-29T00:56:22.440Z[ recovery-image] Jul 29 00:56:21.608 INFO O| Jul 29 00:56:21.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74402026-07-29T00:56:22.440Z[ recovery-image] Jul 29 00:56:21.609 INFO O| Jul 29 00:56:21.609 INFO STEP 736 (remove_files) COMPLETE
74412026-07-29T00:56:22.440Z[ recovery-image] Jul 29 00:56:21.609 INFO O| Jul 29 00:56:21.609 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-07-29T00:56:22.451Z[ recovery-image] Jul 29 00:56:21.620 INFO O| Jul 29 00:56:21.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74432026-07-29T00:56:22.454Z[ recovery-image] Jul 29 00:56:21.620 INFO O| Jul 29 00:56:21.620 INFO STEP 737 (remove_files) COMPLETE
74442026-07-29T00:56:22.454Z[ recovery-image] Jul 29 00:56:21.620 INFO O| Jul 29 00:56:21.620 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-07-29T00:56:22.463Z[ recovery-image] Jul 29 00:56:21.632 INFO O| Jul 29 00:56:21.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74462026-07-29T00:56:22.463Z[ recovery-image] Jul 29 00:56:21.632 INFO O| Jul 29 00:56:21.632 INFO STEP 738 (remove_files) COMPLETE
74472026-07-29T00:56:22.463Z[ recovery-image] Jul 29 00:56:21.632 INFO O| Jul 29 00:56:21.632 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-07-29T00:56:22.474Z[ recovery-image] Jul 29 00:56:21.642 INFO O| Jul 29 00:56:21.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74492026-07-29T00:56:22.479Z[ recovery-image] Jul 29 00:56:21.644 INFO O| Jul 29 00:56:21.643 INFO STEP 739 (remove_files) COMPLETE
74502026-07-29T00:56:22.479Z[ recovery-image] Jul 29 00:56:21.644 INFO O| Jul 29 00:56:21.644 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-07-29T00:56:22.487Z[ recovery-image] Jul 29 00:56:21.655 INFO O| Jul 29 00:56:21.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
74522026-07-29T00:56:22.490Z[ recovery-image] Jul 29 00:56:21.656 INFO O| Jul 29 00:56:21.656 INFO STEP 740 (remove_files) COMPLETE
74532026-07-29T00:56:22.490Z[ recovery-image] Jul 29 00:56:21.656 INFO O| Jul 29 00:56:21.656 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-07-29T00:56:22.498Z[ recovery-image] Jul 29 00:56:21.667 INFO O| Jul 29 00:56:21.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
74552026-07-29T00:56:22.498Z[ recovery-image] Jul 29 00:56:21.667 INFO O| Jul 29 00:56:21.667 INFO STEP 741 (remove_files) COMPLETE
74562026-07-29T00:56:22.498Z[ recovery-image] Jul 29 00:56:21.667 INFO O| Jul 29 00:56:21.667 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-07-29T00:56:22.508Z[ recovery-image] Jul 29 00:56:21.677 INFO O| Jul 29 00:56:21.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
74582026-07-29T00:56:22.508Z[ recovery-image] Jul 29 00:56:21.677 INFO O| Jul 29 00:56:21.677 INFO STEP 742 (remove_files) COMPLETE
74592026-07-29T00:56:22.511Z[ recovery-image] Jul 29 00:56:21.677 INFO O| Jul 29 00:56:21.677 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-07-29T00:56:22.518Z[ recovery-image] Jul 29 00:56:21.686 INFO O| Jul 29 00:56:21.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
74612026-07-29T00:56:22.518Z[ recovery-image] Jul 29 00:56:21.686 INFO O| Jul 29 00:56:21.686 INFO STEP 743 (remove_files) COMPLETE
74622026-07-29T00:56:22.521Z[ recovery-image] Jul 29 00:56:21.686 INFO O| Jul 29 00:56:21.686 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-07-29T00:56:22.529Z[ recovery-image] Jul 29 00:56:21.695 INFO O| Jul 29 00:56:21.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
74642026-07-29T00:56:22.529Z[ recovery-image] Jul 29 00:56:21.695 INFO O| Jul 29 00:56:21.695 INFO STEP 744 (remove_files) COMPLETE
74652026-07-29T00:56:22.532Z[ recovery-image] Jul 29 00:56:21.695 INFO O| Jul 29 00:56:21.695 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-07-29T00:56:22.536Z[ recovery-image] Jul 29 00:56:21.705 INFO O| Jul 29 00:56:21.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
74672026-07-29T00:56:22.536Z[ recovery-image] Jul 29 00:56:21.705 INFO O| Jul 29 00:56:21.705 INFO STEP 745 (remove_files) COMPLETE
74682026-07-29T00:56:22.536Z[ recovery-image] Jul 29 00:56:21.705 INFO O| Jul 29 00:56:21.705 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-07-29T00:56:22.546Z[ recovery-image] Jul 29 00:56:21.714 INFO O| Jul 29 00:56:21.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
74702026-07-29T00:56:22.546Z[ recovery-image] Jul 29 00:56:21.714 INFO O| Jul 29 00:56:21.714 INFO STEP 746 (remove_files) COMPLETE
74712026-07-29T00:56:22.546Z[ recovery-image] Jul 29 00:56:21.714 INFO O| Jul 29 00:56:21.714 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-07-29T00:56:22.556Z[ recovery-image] Jul 29 00:56:21.725 INFO O| Jul 29 00:56:21.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
74732026-07-29T00:56:22.556Z[ recovery-image] Jul 29 00:56:21.725 INFO O| Jul 29 00:56:21.725 INFO STEP 747 (remove_files) COMPLETE
74742026-07-29T00:56:22.556Z[ recovery-image] Jul 29 00:56:21.725 INFO O| Jul 29 00:56:21.725 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-07-29T00:56:22.566Z[ recovery-image] Jul 29 00:56:21.735 INFO O| Jul 29 00:56:21.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
74762026-07-29T00:56:22.566Z[ recovery-image] Jul 29 00:56:21.735 INFO O| Jul 29 00:56:21.735 INFO STEP 748 (remove_files) COMPLETE
74772026-07-29T00:56:22.566Z[ recovery-image] Jul 29 00:56:21.735 INFO O| Jul 29 00:56:21.735 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-07-29T00:56:22.577Z[ recovery-image] Jul 29 00:56:21.745 INFO O| Jul 29 00:56:21.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
74792026-07-29T00:56:22.577Z[ recovery-image] Jul 29 00:56:21.745 INFO O| Jul 29 00:56:21.745 INFO STEP 749 (remove_files) COMPLETE
74802026-07-29T00:56:22.577Z[ recovery-image] Jul 29 00:56:21.745 INFO O| Jul 29 00:56:21.745 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-07-29T00:56:22.588Z[ recovery-image] Jul 29 00:56:21.756 INFO O| Jul 29 00:56:21.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
74822026-07-29T00:56:22.588Z[ recovery-image] Jul 29 00:56:21.756 INFO O| Jul 29 00:56:21.756 INFO STEP 750 (remove_files) COMPLETE
74832026-07-29T00:56:22.588Z[ recovery-image] Jul 29 00:56:21.756 INFO O| Jul 29 00:56:21.756 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-07-29T00:56:22.598Z[ recovery-image] Jul 29 00:56:21.767 INFO O| Jul 29 00:56:21.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
74852026-07-29T00:56:22.598Z[ recovery-image] Jul 29 00:56:21.767 INFO O| Jul 29 00:56:21.767 INFO STEP 751 (remove_files) COMPLETE
74862026-07-29T00:56:22.598Z[ recovery-image] Jul 29 00:56:21.767 INFO O| Jul 29 00:56:21.767 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-07-29T00:56:22.608Z[ recovery-image] Jul 29 00:56:21.776 INFO O| Jul 29 00:56:21.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
74882026-07-29T00:56:22.608Z[ recovery-image] Jul 29 00:56:21.776 INFO O| Jul 29 00:56:21.776 INFO STEP 752 (remove_files) COMPLETE
74892026-07-29T00:56:22.608Z[ recovery-image] Jul 29 00:56:21.776 INFO O| Jul 29 00:56:21.776 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-07-29T00:56:22.616Z[ recovery-image] Jul 29 00:56:21.785 INFO O| Jul 29 00:56:21.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
74912026-07-29T00:56:22.616Z[ recovery-image] Jul 29 00:56:21.785 INFO O| Jul 29 00:56:21.785 INFO STEP 753 (remove_files) COMPLETE
74922026-07-29T00:56:22.617Z[ recovery-image] Jul 29 00:56:21.785 INFO O| Jul 29 00:56:21.785 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-07-29T00:56:22.625Z[ recovery-image] Jul 29 00:56:21.793 INFO O| Jul 29 00:56:21.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
74942026-07-29T00:56:22.625Z[ recovery-image] Jul 29 00:56:21.793 INFO O| Jul 29 00:56:21.793 INFO STEP 754 (remove_files) COMPLETE
74952026-07-29T00:56:22.625Z[ recovery-image] Jul 29 00:56:21.793 INFO O| Jul 29 00:56:21.793 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-07-29T00:56:22.634Z[ recovery-image] Jul 29 00:56:21.802 INFO O| Jul 29 00:56:21.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
74972026-07-29T00:56:22.634Z[ recovery-image] Jul 29 00:56:21.802 INFO O| Jul 29 00:56:21.802 INFO STEP 755 (remove_files) COMPLETE
74982026-07-29T00:56:22.634Z[ recovery-image] Jul 29 00:56:21.802 INFO O| Jul 29 00:56:21.802 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-07-29T00:56:22.642Z[ recovery-image] Jul 29 00:56:21.811 INFO O| Jul 29 00:56:21.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75002026-07-29T00:56:22.642Z[ recovery-image] Jul 29 00:56:21.811 INFO O| Jul 29 00:56:21.811 INFO STEP 756 (remove_files) COMPLETE
75012026-07-29T00:56:22.642Z[ recovery-image] Jul 29 00:56:21.811 INFO O| Jul 29 00:56:21.811 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-07-29T00:56:22.650Z[ recovery-image] Jul 29 00:56:21.819 INFO O| Jul 29 00:56:21.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75032026-07-29T00:56:22.650Z[ recovery-image] Jul 29 00:56:21.819 INFO O| Jul 29 00:56:21.819 INFO STEP 757 (remove_files) COMPLETE
75042026-07-29T00:56:22.653Z[ recovery-image] Jul 29 00:56:21.819 INFO O| Jul 29 00:56:21.819 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-07-29T00:56:22.659Z[ recovery-image] Jul 29 00:56:21.827 INFO O| Jul 29 00:56:21.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75062026-07-29T00:56:22.659Z[ recovery-image] Jul 29 00:56:21.827 INFO O| Jul 29 00:56:21.827 INFO STEP 758 (remove_files) COMPLETE
75072026-07-29T00:56:22.659Z[ recovery-image] Jul 29 00:56:21.827 INFO O| Jul 29 00:56:21.827 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-07-29T00:56:22.666Z[ recovery-image] Jul 29 00:56:21.835 INFO O| Jul 29 00:56:21.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75092026-07-29T00:56:22.666Z[ recovery-image] Jul 29 00:56:21.835 INFO O| Jul 29 00:56:21.835 INFO STEP 759 (remove_files) COMPLETE
75102026-07-29T00:56:22.666Z[ recovery-image] Jul 29 00:56:21.835 INFO O| Jul 29 00:56:21.835 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-07-29T00:56:22.674Z[ recovery-image] Jul 29 00:56:21.842 INFO O| Jul 29 00:56:21.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75122026-07-29T00:56:22.674Z[ recovery-image] Jul 29 00:56:21.842 INFO O| Jul 29 00:56:21.842 INFO STEP 760 (remove_files) COMPLETE
75132026-07-29T00:56:22.677Z[ recovery-image] Jul 29 00:56:21.842 INFO O| Jul 29 00:56:21.842 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-07-29T00:56:22.682Z[ recovery-image] Jul 29 00:56:21.851 INFO O| Jul 29 00:56:21.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75152026-07-29T00:56:22.682Z[ recovery-image] Jul 29 00:56:21.851 INFO O| Jul 29 00:56:21.851 INFO STEP 761 (remove_files) COMPLETE
75162026-07-29T00:56:22.682Z[ recovery-image] Jul 29 00:56:21.851 INFO O| Jul 29 00:56:21.851 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-07-29T00:56:22.691Z[ recovery-image] Jul 29 00:56:21.859 INFO O| Jul 29 00:56:21.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75182026-07-29T00:56:22.691Z[ recovery-image] Jul 29 00:56:21.859 INFO O| Jul 29 00:56:21.859 INFO STEP 762 (remove_files) COMPLETE
75192026-07-29T00:56:22.691Z[ recovery-image] Jul 29 00:56:21.859 INFO O| Jul 29 00:56:21.859 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-07-29T00:56:22.700Z[ recovery-image] Jul 29 00:56:21.868 INFO O| Jul 29 00:56:21.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75212026-07-29T00:56:22.700Z[ recovery-image] Jul 29 00:56:21.868 INFO O| Jul 29 00:56:21.868 INFO STEP 763 (remove_files) COMPLETE
75222026-07-29T00:56:22.700Z[ recovery-image] Jul 29 00:56:21.868 INFO O| Jul 29 00:56:21.868 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-07-29T00:56:22.708Z[ recovery-image] Jul 29 00:56:21.876 INFO O| Jul 29 00:56:21.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75242026-07-29T00:56:22.708Z[ recovery-image] Jul 29 00:56:21.877 INFO O| Jul 29 00:56:21.876 INFO STEP 764 (remove_files) COMPLETE
75252026-07-29T00:56:22.708Z[ recovery-image] Jul 29 00:56:21.877 INFO O| Jul 29 00:56:21.876 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-07-29T00:56:22.716Z[ recovery-image] Jul 29 00:56:21.884 INFO O| Jul 29 00:56:21.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75272026-07-29T00:56:22.716Z[ recovery-image] Jul 29 00:56:21.884 INFO O| Jul 29 00:56:21.884 INFO STEP 765 (remove_files) COMPLETE
75282026-07-29T00:56:22.719Z[ recovery-image] Jul 29 00:56:21.884 INFO O| Jul 29 00:56:21.884 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-07-29T00:56:22.724Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
75302026-07-29T00:56:22.728Z[ recovery-image] Jul 29 00:56:21.896 INFO O| Jul 29 00:56:21.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75312026-07-29T00:56:22.728Z[ recovery-image] Jul 29 00:56:21.896 INFO O| Jul 29 00:56:21.896 INFO STEP 766 (remove_files) COMPLETE
75322026-07-29T00:56:22.728Z[ recovery-image] Jul 29 00:56:21.896 INFO O| Jul 29 00:56:21.896 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-07-29T00:56:22.737Z[ recovery-image] Jul 29 00:56:21.905 INFO O| Jul 29 00:56:21.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75342026-07-29T00:56:22.737Z[ recovery-image] Jul 29 00:56:21.905 INFO O| Jul 29 00:56:21.905 INFO STEP 767 (remove_files) COMPLETE
75352026-07-29T00:56:22.740Z[ recovery-image] Jul 29 00:56:21.905 INFO O| Jul 29 00:56:21.905 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-07-29T00:56:22.749Z[ recovery-image] Jul 29 00:56:21.917 INFO O| Jul 29 00:56:21.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75372026-07-29T00:56:22.752Z[ recovery-image] Jul 29 00:56:21.920 INFO O| Jul 29 00:56:21.920 INFO STEP 768 (remove_files) COMPLETE
75382026-07-29T00:56:22.752Z[ recovery-image] Jul 29 00:56:21.920 INFO O| Jul 29 00:56:21.920 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-07-29T00:56:22.763Z[ recovery-image] Jul 29 00:56:21.931 INFO O| Jul 29 00:56:21.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75402026-07-29T00:56:22.763Z[ recovery-image] Jul 29 00:56:21.931 INFO O| Jul 29 00:56:21.931 INFO STEP 769 (remove_files) COMPLETE
75412026-07-29T00:56:22.763Z[ recovery-image] Jul 29 00:56:21.931 INFO O| Jul 29 00:56:21.931 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-07-29T00:56:22.772Z[ recovery-image] Jul 29 00:56:21.941 INFO O| Jul 29 00:56:21.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75432026-07-29T00:56:22.772Z[ recovery-image] Jul 29 00:56:21.941 INFO O| Jul 29 00:56:21.941 INFO STEP 770 (remove_files) COMPLETE
75442026-07-29T00:56:22.772Z[ recovery-image] Jul 29 00:56:21.941 INFO O| Jul 29 00:56:21.941 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-07-29T00:56:22.782Z[ recovery-image] Jul 29 00:56:21.950 INFO O| Jul 29 00:56:21.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75462026-07-29T00:56:22.782Z[ recovery-image] Jul 29 00:56:21.950 INFO O| Jul 29 00:56:21.950 INFO STEP 771 (remove_files) COMPLETE
75472026-07-29T00:56:22.785Z[ recovery-image] Jul 29 00:56:21.950 INFO O| Jul 29 00:56:21.950 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-07-29T00:56:22.792Z[ recovery-image] Jul 29 00:56:21.960 INFO O| Jul 29 00:56:21.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75492026-07-29T00:56:22.792Z[ recovery-image] Jul 29 00:56:21.960 INFO O| Jul 29 00:56:21.960 INFO STEP 772 (remove_files) COMPLETE
75502026-07-29T00:56:22.810Z[ recovery-image] Jul 29 00:56:21.960 INFO O| Jul 29 00:56:21.960 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-07-29T00:56:22.810Z[ recovery-image] Jul 29 00:56:21.970 INFO O| Jul 29 00:56:21.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75522026-07-29T00:56:22.810Z[ recovery-image] Jul 29 00:56:21.970 INFO O| Jul 29 00:56:21.970 INFO STEP 773 (remove_files) COMPLETE
75532026-07-29T00:56:22.810Z[ recovery-image] Jul 29 00:56:21.970 INFO O| Jul 29 00:56:21.970 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-07-29T00:56:22.841Z[ recovery-image] Jul 29 00:56:21.979 INFO O| Jul 29 00:56:21.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
75552026-07-29T00:56:22.841Z[ recovery-image] Jul 29 00:56:21.979 INFO O| Jul 29 00:56:21.979 INFO STEP 774 (remove_files) COMPLETE
75562026-07-29T00:56:22.841Z[ recovery-image] Jul 29 00:56:21.979 INFO O| Jul 29 00:56:21.979 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-07-29T00:56:22.841Z[ recovery-image] Jul 29 00:56:21.989 INFO O| Jul 29 00:56:21.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
75582026-07-29T00:56:22.841Z[ recovery-image] Jul 29 00:56:21.989 INFO O| Jul 29 00:56:21.989 INFO STEP 775 (remove_files) COMPLETE
75592026-07-29T00:56:22.841Z[ recovery-image] Jul 29 00:56:21.989 INFO O| Jul 29 00:56:21.989 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-07-29T00:56:22.841Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
75612026-07-29T00:56:22.841Z[ recovery-image] Jul 29 00:56:21.999 INFO O| Jul 29 00:56:21.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
75622026-07-29T00:56:22.841Z[ recovery-image] Jul 29 00:56:21.999 INFO O| Jul 29 00:56:21.999 INFO STEP 776 (remove_files) COMPLETE
75632026-07-29T00:56:22.841Z[ recovery-image] Jul 29 00:56:21.999 INFO O| Jul 29 00:56:21.999 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-07-29T00:56:22.844Z[ recovery-image] Jul 29 00:56:22.011 INFO O| Jul 29 00:56:22.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
75652026-07-29T00:56:22.844Z[ recovery-image] Jul 29 00:56:22.012 INFO O| Jul 29 00:56:22.012 INFO STEP 777 (remove_files) COMPLETE
75662026-07-29T00:56:22.844Z[ recovery-image] Jul 29 00:56:22.012 INFO O| Jul 29 00:56:22.012 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-07-29T00:56:22.854Z[ recovery-image] Jul 29 00:56:22.023 INFO O| Jul 29 00:56:22.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
75682026-07-29T00:56:22.854Z[ recovery-image] Jul 29 00:56:22.023 INFO O| Jul 29 00:56:22.023 INFO STEP 778 (remove_files) COMPLETE
75692026-07-29T00:56:22.854Z[ recovery-image] Jul 29 00:56:22.023 INFO O| Jul 29 00:56:22.023 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-07-29T00:56:22.865Z[ recovery-image] Jul 29 00:56:22.033 INFO O| Jul 29 00:56:22.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
75712026-07-29T00:56:22.865Z[ recovery-image] Jul 29 00:56:22.033 INFO O| Jul 29 00:56:22.033 INFO STEP 779 (remove_files) COMPLETE
75722026-07-29T00:56:22.865Z[ recovery-image] Jul 29 00:56:22.033 INFO O| Jul 29 00:56:22.033 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-07-29T00:56:22.875Z[ recovery-image] Jul 29 00:56:22.044 INFO O| Jul 29 00:56:22.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
75742026-07-29T00:56:22.875Z[ recovery-image] Jul 29 00:56:22.044 INFO O| Jul 29 00:56:22.044 INFO STEP 780 (remove_files) COMPLETE
75752026-07-29T00:56:22.876Z[ recovery-image] Jul 29 00:56:22.044 INFO O| Jul 29 00:56:22.044 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-07-29T00:56:22.887Z[ recovery-image] Jul 29 00:56:22.055 INFO O| Jul 29 00:56:22.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
75772026-07-29T00:56:22.887Z[ recovery-image] Jul 29 00:56:22.055 INFO O| Jul 29 00:56:22.055 INFO STEP 781 (remove_files) COMPLETE
75782026-07-29T00:56:22.887Z[ recovery-image] Jul 29 00:56:22.055 INFO O| Jul 29 00:56:22.055 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-07-29T00:56:22.897Z[ recovery-image] Jul 29 00:56:22.065 INFO O| Jul 29 00:56:22.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
75802026-07-29T00:56:22.897Z[ recovery-image] Jul 29 00:56:22.066 INFO O| Jul 29 00:56:22.066 INFO STEP 782 (remove_files) COMPLETE
75812026-07-29T00:56:22.897Z[ recovery-image] Jul 29 00:56:22.066 INFO O| Jul 29 00:56:22.066 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-07-29T00:56:22.909Z[ recovery-image] Jul 29 00:56:22.077 INFO O| Jul 29 00:56:22.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
75832026-07-29T00:56:22.909Z[ recovery-image] Jul 29 00:56:22.077 INFO O| Jul 29 00:56:22.077 INFO STEP 783 (remove_files) COMPLETE
75842026-07-29T00:56:22.909Z[ recovery-image] Jul 29 00:56:22.077 INFO O| Jul 29 00:56:22.077 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-07-29T00:56:22.920Z[ recovery-image] Jul 29 00:56:22.088 INFO O| Jul 29 00:56:22.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
75862026-07-29T00:56:22.920Z[ recovery-image] Jul 29 00:56:22.088 INFO O| Jul 29 00:56:22.088 INFO STEP 784 (remove_files) COMPLETE
75872026-07-29T00:56:22.920Z[ recovery-image] Jul 29 00:56:22.088 INFO O| Jul 29 00:56:22.088 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-07-29T00:56:22.929Z[ recovery-image] Jul 29 00:56:22.097 INFO O| Jul 29 00:56:22.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
75892026-07-29T00:56:22.929Z[ recovery-image] Jul 29 00:56:22.097 INFO O| Jul 29 00:56:22.097 INFO STEP 785 (remove_files) COMPLETE
75902026-07-29T00:56:22.929Z[ recovery-image] Jul 29 00:56:22.097 INFO O| Jul 29 00:56:22.097 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-07-29T00:56:22.939Z[ recovery-image] Jul 29 00:56:22.107 INFO O| Jul 29 00:56:22.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
75922026-07-29T00:56:22.939Z[ recovery-image] Jul 29 00:56:22.107 INFO O| Jul 29 00:56:22.107 INFO STEP 786 (remove_files) COMPLETE
75932026-07-29T00:56:22.939Z[ recovery-image] Jul 29 00:56:22.107 INFO O| Jul 29 00:56:22.107 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-07-29T00:56:22.948Z[ recovery-image] Jul 29 00:56:22.116 INFO O| Jul 29 00:56:22.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
75952026-07-29T00:56:22.948Z[ recovery-image] Jul 29 00:56:22.116 INFO O| Jul 29 00:56:22.116 INFO STEP 787 (remove_files) COMPLETE
75962026-07-29T00:56:22.951Z[ recovery-image] Jul 29 00:56:22.116 INFO O| Jul 29 00:56:22.116 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-07-29T00:56:22.958Z[ recovery-image] Jul 29 00:56:22.126 INFO O| Jul 29 00:56:22.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
75982026-07-29T00:56:22.958Z[ recovery-image] Jul 29 00:56:22.126 INFO O| Jul 29 00:56:22.126 INFO STEP 788 (remove_files) COMPLETE
75992026-07-29T00:56:22.961Z[ recovery-image] Jul 29 00:56:22.126 INFO O| Jul 29 00:56:22.126 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-07-29T00:56:22.961Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
76012026-07-29T00:56:22.967Z[ recovery-image] Jul 29 00:56:22.135 INFO O| Jul 29 00:56:22.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76022026-07-29T00:56:22.967Z[ recovery-image] Jul 29 00:56:22.136 INFO O| Jul 29 00:56:22.135 INFO STEP 789 (remove_files) COMPLETE
76032026-07-29T00:56:22.967Z[ recovery-image] Jul 29 00:56:22.136 INFO O| Jul 29 00:56:22.136 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-07-29T00:56:22.976Z[ recovery-image] Jul 29 00:56:22.144 INFO O| Jul 29 00:56:22.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76052026-07-29T00:56:22.976Z[ recovery-image] Jul 29 00:56:22.144 INFO O| Jul 29 00:56:22.144 INFO STEP 790 (remove_files) COMPLETE
76062026-07-29T00:56:22.976Z[ recovery-image] Jul 29 00:56:22.144 INFO O| Jul 29 00:56:22.144 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-07-29T00:56:22.985Z[ recovery-image] Jul 29 00:56:22.154 INFO O| Jul 29 00:56:22.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76082026-07-29T00:56:22.986Z[ recovery-image] Jul 29 00:56:22.154 INFO O| Jul 29 00:56:22.154 INFO STEP 791 (remove_files) COMPLETE
76092026-07-29T00:56:22.986Z[ recovery-image] Jul 29 00:56:22.154 INFO O| Jul 29 00:56:22.154 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-07-29T00:56:22.995Z[ recovery-image] Jul 29 00:56:22.163 INFO O| Jul 29 00:56:22.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76112026-07-29T00:56:22.998Z[ recovery-image] Jul 29 00:56:22.164 INFO O| Jul 29 00:56:22.164 INFO STEP 792 (remove_files) COMPLETE
76122026-07-29T00:56:22.998Z[ recovery-image] Jul 29 00:56:22.164 INFO O| Jul 29 00:56:22.164 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-07-29T00:56:23.006Z[ recovery-image] Jul 29 00:56:22.174 INFO O| Jul 29 00:56:22.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76142026-07-29T00:56:23.006Z[ recovery-image] Jul 29 00:56:22.174 INFO O| Jul 29 00:56:22.174 INFO STEP 793 (remove_files) COMPLETE
76152026-07-29T00:56:23.009Z[ recovery-image] Jul 29 00:56:22.174 INFO O| Jul 29 00:56:22.174 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-07-29T00:56:23.014Z[ recovery-image] Jul 29 00:56:22.183 INFO O| Jul 29 00:56:22.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76172026-07-29T00:56:23.014Z[ recovery-image] Jul 29 00:56:22.183 INFO O| Jul 29 00:56:22.183 INFO STEP 794 (remove_files) COMPLETE
76182026-07-29T00:56:23.017Z[ recovery-image] Jul 29 00:56:22.183 INFO O| Jul 29 00:56:22.183 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-07-29T00:56:23.024Z[ recovery-image] Jul 29 00:56:22.192 INFO O| Jul 29 00:56:22.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76202026-07-29T00:56:23.024Z[ recovery-image] Jul 29 00:56:22.192 INFO O| Jul 29 00:56:22.192 INFO STEP 795 (remove_files) COMPLETE
76212026-07-29T00:56:23.024Z[ recovery-image] Jul 29 00:56:22.192 INFO O| Jul 29 00:56:22.192 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-07-29T00:56:23.034Z[ recovery-image] Jul 29 00:56:22.203 INFO O| Jul 29 00:56:22.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76232026-07-29T00:56:23.034Z[ recovery-image] Jul 29 00:56:22.203 INFO O| Jul 29 00:56:22.203 INFO STEP 796 (remove_files) COMPLETE
76242026-07-29T00:56:23.034Z[ recovery-image] Jul 29 00:56:22.203 INFO O| Jul 29 00:56:22.203 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-07-29T00:56:23.045Z[ recovery-image] Jul 29 00:56:22.213 INFO O| Jul 29 00:56:22.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76262026-07-29T00:56:23.045Z[ recovery-image] Jul 29 00:56:22.213 INFO O| Jul 29 00:56:22.213 INFO STEP 797 (remove_files) COMPLETE
76272026-07-29T00:56:23.048Z[ recovery-image] Jul 29 00:56:22.213 INFO O| Jul 29 00:56:22.213 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-07-29T00:56:23.055Z[ recovery-image] Jul 29 00:56:22.224 INFO O| Jul 29 00:56:22.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76292026-07-29T00:56:23.055Z[ recovery-image] Jul 29 00:56:22.224 INFO O| Jul 29 00:56:22.224 INFO STEP 798 (remove_files) COMPLETE
76302026-07-29T00:56:23.055Z[ recovery-image] Jul 29 00:56:22.224 INFO O| Jul 29 00:56:22.224 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-07-29T00:56:23.066Z[ recovery-image] Jul 29 00:56:22.234 INFO O| Jul 29 00:56:22.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76322026-07-29T00:56:23.066Z[ recovery-image] Jul 29 00:56:22.234 INFO O| Jul 29 00:56:22.234 INFO STEP 799 (remove_files) COMPLETE
76332026-07-29T00:56:23.069Z[ recovery-image] Jul 29 00:56:22.234 INFO O| Jul 29 00:56:22.234 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-07-29T00:56:23.078Z[ recovery-image] Jul 29 00:56:22.246 INFO O| Jul 29 00:56:22.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76352026-07-29T00:56:23.078Z[ recovery-image] Jul 29 00:56:22.246 INFO O| Jul 29 00:56:22.246 INFO STEP 800 (remove_files) COMPLETE
76362026-07-29T00:56:23.081Z[ recovery-image] Jul 29 00:56:22.246 INFO O| Jul 29 00:56:22.246 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-07-29T00:56:23.089Z[ recovery-image] Jul 29 00:56:22.257 INFO O| Jul 29 00:56:22.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76382026-07-29T00:56:23.089Z[ recovery-image] Jul 29 00:56:22.257 INFO O| Jul 29 00:56:22.257 INFO STEP 801 (remove_files) COMPLETE
76392026-07-29T00:56:23.092Z[ recovery-image] Jul 29 00:56:22.257 INFO O| Jul 29 00:56:22.257 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-07-29T00:56:23.099Z[ recovery-image] Jul 29 00:56:22.267 INFO O| Jul 29 00:56:22.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76412026-07-29T00:56:23.099Z[ recovery-image] Jul 29 00:56:22.267 INFO O| Jul 29 00:56:22.267 INFO STEP 802 (remove_files) COMPLETE
76422026-07-29T00:56:23.099Z[ recovery-image] Jul 29 00:56:22.267 INFO O| Jul 29 00:56:22.267 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-07-29T00:56:23.109Z[ recovery-image] Jul 29 00:56:22.277 INFO O| Jul 29 00:56:22.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76442026-07-29T00:56:23.109Z[ recovery-image] Jul 29 00:56:22.277 INFO O| Jul 29 00:56:22.277 INFO STEP 803 (remove_files) COMPLETE
76452026-07-29T00:56:23.109Z[ recovery-image] Jul 29 00:56:22.277 INFO O| Jul 29 00:56:22.277 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-07-29T00:56:23.119Z[ recovery-image] Jul 29 00:56:22.287 INFO O| Jul 29 00:56:22.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76472026-07-29T00:56:23.119Z[ recovery-image] Jul 29 00:56:22.287 INFO O| Jul 29 00:56:22.287 INFO STEP 804 (remove_files) COMPLETE
76482026-07-29T00:56:23.119Z[ recovery-image] Jul 29 00:56:22.287 INFO O| Jul 29 00:56:22.287 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-07-29T00:56:23.128Z[ recovery-image] Jul 29 00:56:22.296 INFO O| Jul 29 00:56:22.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76502026-07-29T00:56:23.128Z[ recovery-image] Jul 29 00:56:22.297 INFO O| Jul 29 00:56:22.296 INFO STEP 805 (remove_files) COMPLETE
76512026-07-29T00:56:23.128Z[ recovery-image] Jul 29 00:56:22.297 INFO O| Jul 29 00:56:22.297 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-07-29T00:56:23.140Z[ recovery-image] Jul 29 00:56:22.308 INFO O| Jul 29 00:56:22.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
76532026-07-29T00:56:23.140Z[ recovery-image] Jul 29 00:56:22.308 INFO O| Jul 29 00:56:22.308 INFO STEP 806 (remove_files) COMPLETE
76542026-07-29T00:56:23.140Z[ recovery-image] Jul 29 00:56:22.308 INFO O| Jul 29 00:56:22.308 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-07-29T00:56:23.149Z[ recovery-image] Jul 29 00:56:22.317 INFO O| Jul 29 00:56:22.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
76562026-07-29T00:56:23.149Z[ recovery-image] Jul 29 00:56:22.317 INFO O| Jul 29 00:56:22.317 INFO STEP 807 (remove_files) COMPLETE
76572026-07-29T00:56:23.149Z[ recovery-image] Jul 29 00:56:22.317 INFO O| Jul 29 00:56:22.317 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-07-29T00:56:23.158Z[ recovery-image] Jul 29 00:56:22.326 INFO O| Jul 29 00:56:22.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
76592026-07-29T00:56:23.158Z[ recovery-image] Jul 29 00:56:22.327 INFO O| Jul 29 00:56:22.327 INFO STEP 808 (remove_files) COMPLETE
76602026-07-29T00:56:23.158Z[ recovery-image] Jul 29 00:56:22.327 INFO O| Jul 29 00:56:22.327 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-07-29T00:56:23.170Z[ recovery-image] Jul 29 00:56:22.338 INFO O| Jul 29 00:56:22.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
76622026-07-29T00:56:23.170Z[ recovery-image] Jul 29 00:56:22.338 INFO O| Jul 29 00:56:22.338 INFO STEP 809 (remove_files) COMPLETE
76632026-07-29T00:56:23.170Z[ recovery-image] Jul 29 00:56:22.338 INFO O| Jul 29 00:56:22.338 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-07-29T00:56:23.179Z[ recovery-image] Jul 29 00:56:22.348 INFO O| Jul 29 00:56:22.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
76652026-07-29T00:56:23.180Z[ recovery-image] Jul 29 00:56:22.348 INFO O| Jul 29 00:56:22.348 INFO STEP 810 (remove_files) COMPLETE
76662026-07-29T00:56:23.182Z[ recovery-image] Jul 29 00:56:22.348 INFO O| Jul 29 00:56:22.348 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-07-29T00:56:23.188Z[ recovery-image] Jul 29 00:56:22.356 INFO O| Jul 29 00:56:22.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
76682026-07-29T00:56:23.188Z[ recovery-image] Jul 29 00:56:22.356 INFO O| Jul 29 00:56:22.356 INFO STEP 811 (remove_files) COMPLETE
76692026-07-29T00:56:23.188Z[ recovery-image] Jul 29 00:56:22.356 INFO O| Jul 29 00:56:22.356 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-07-29T00:56:23.196Z[ recovery-image] Jul 29 00:56:22.364 INFO O| Jul 29 00:56:22.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
76712026-07-29T00:56:23.196Z[ recovery-image] Jul 29 00:56:22.364 INFO O| Jul 29 00:56:22.364 INFO STEP 812 (remove_files) COMPLETE
76722026-07-29T00:56:23.196Z[ recovery-image] Jul 29 00:56:22.364 INFO O| Jul 29 00:56:22.364 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-07-29T00:56:23.204Z[ recovery-image] Jul 29 00:56:22.373 INFO O| Jul 29 00:56:22.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
76742026-07-29T00:56:23.205Z[ recovery-image] Jul 29 00:56:22.373 INFO O| Jul 29 00:56:22.373 INFO STEP 813 (remove_files) COMPLETE
76752026-07-29T00:56:23.205Z[ recovery-image] Jul 29 00:56:22.373 INFO O| Jul 29 00:56:22.373 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-07-29T00:56:23.213Z[ recovery-image] Jul 29 00:56:22.381 INFO O| Jul 29 00:56:22.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
76772026-07-29T00:56:23.213Z[ recovery-image] Jul 29 00:56:22.381 INFO O| Jul 29 00:56:22.381 INFO STEP 814 (remove_files) COMPLETE
76782026-07-29T00:56:23.213Z[ recovery-image] Jul 29 00:56:22.381 INFO O| Jul 29 00:56:22.381 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-07-29T00:56:23.221Z[ recovery-image] Jul 29 00:56:22.390 INFO O| Jul 29 00:56:22.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
76802026-07-29T00:56:23.221Z[ recovery-image] Jul 29 00:56:22.390 INFO O| Jul 29 00:56:22.390 INFO STEP 815 (remove_files) COMPLETE
76812026-07-29T00:56:23.225Z[ recovery-image] Jul 29 00:56:22.390 INFO O| Jul 29 00:56:22.390 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-07-29T00:56:23.230Z[ recovery-image] Jul 29 00:56:22.398 INFO O| Jul 29 00:56:22.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
76832026-07-29T00:56:23.230Z[ recovery-image] Jul 29 00:56:22.398 INFO O| Jul 29 00:56:22.398 INFO STEP 816 (remove_files) COMPLETE
76842026-07-29T00:56:23.233Z[ recovery-image] Jul 29 00:56:22.398 INFO O| Jul 29 00:56:22.398 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-07-29T00:56:23.239Z[ recovery-image] Jul 29 00:56:22.407 INFO O| Jul 29 00:56:22.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
76862026-07-29T00:56:23.239Z[ recovery-image] Jul 29 00:56:22.407 INFO O| Jul 29 00:56:22.407 INFO STEP 817 (remove_files) COMPLETE
76872026-07-29T00:56:23.239Z[ recovery-image] Jul 29 00:56:22.407 INFO O| Jul 29 00:56:22.407 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-07-29T00:56:23.247Z[ recovery-image] Jul 29 00:56:22.415 INFO O| Jul 29 00:56:22.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
76892026-07-29T00:56:23.247Z[ recovery-image] Jul 29 00:56:22.415 INFO O| Jul 29 00:56:22.415 INFO STEP 818 (remove_files) COMPLETE
76902026-07-29T00:56:23.247Z[ recovery-image] Jul 29 00:56:22.415 INFO O| Jul 29 00:56:22.415 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-07-29T00:56:23.257Z[ recovery-image] Jul 29 00:56:22.425 INFO O| Jul 29 00:56:22.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
76922026-07-29T00:56:23.257Z[ recovery-image] Jul 29 00:56:22.425 INFO O| Jul 29 00:56:22.425 INFO STEP 819 (remove_files) COMPLETE
76932026-07-29T00:56:23.257Z[ recovery-image] Jul 29 00:56:22.425 INFO O| Jul 29 00:56:22.425 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-07-29T00:56:23.267Z[ recovery-image] Jul 29 00:56:22.435 INFO O| Jul 29 00:56:22.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
76952026-07-29T00:56:23.267Z[ recovery-image] Jul 29 00:56:22.435 INFO O| Jul 29 00:56:22.435 INFO STEP 820 (remove_files) COMPLETE
76962026-07-29T00:56:23.268Z[ recovery-image] Jul 29 00:56:22.435 INFO O| Jul 29 00:56:22.435 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-07-29T00:56:23.278Z[ recovery-image] Jul 29 00:56:22.446 INFO O| Jul 29 00:56:22.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
76982026-07-29T00:56:23.278Z[ recovery-image] Jul 29 00:56:22.446 INFO O| Jul 29 00:56:22.446 INFO STEP 821 (remove_files) COMPLETE
76992026-07-29T00:56:23.278Z[ recovery-image] Jul 29 00:56:22.446 INFO O| Jul 29 00:56:22.446 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-07-29T00:56:23.289Z[ recovery-image] Jul 29 00:56:22.457 INFO O| Jul 29 00:56:22.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77012026-07-29T00:56:23.289Z[ recovery-image] Jul 29 00:56:22.457 INFO O| Jul 29 00:56:22.457 INFO STEP 822 (remove_files) COMPLETE
77022026-07-29T00:56:23.289Z[ recovery-image] Jul 29 00:56:22.457 INFO O| Jul 29 00:56:22.457 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-07-29T00:56:23.298Z[ recovery-image] Jul 29 00:56:22.466 INFO O| Jul 29 00:56:22.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77042026-07-29T00:56:23.298Z[ recovery-image] Jul 29 00:56:22.466 INFO O| Jul 29 00:56:22.466 INFO STEP 823 (remove_files) COMPLETE
77052026-07-29T00:56:23.298Z[ recovery-image] Jul 29 00:56:22.466 INFO O| Jul 29 00:56:22.466 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-07-29T00:56:23.309Z[ recovery-image] Jul 29 00:56:22.477 INFO O| Jul 29 00:56:22.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77072026-07-29T00:56:23.309Z[ recovery-image] Jul 29 00:56:22.477 INFO O| Jul 29 00:56:22.477 INFO STEP 824 (remove_files) COMPLETE
77082026-07-29T00:56:23.309Z[ recovery-image] Jul 29 00:56:22.477 INFO O| Jul 29 00:56:22.477 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-07-29T00:56:23.318Z[ recovery-image] Jul 29 00:56:22.486 INFO O| Jul 29 00:56:22.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77102026-07-29T00:56:23.318Z[ recovery-image] Jul 29 00:56:22.486 INFO O| Jul 29 00:56:22.486 INFO STEP 825 (remove_files) COMPLETE
77112026-07-29T00:56:23.318Z[ recovery-image] Jul 29 00:56:22.486 INFO O| Jul 29 00:56:22.486 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-07-29T00:56:23.328Z[ recovery-image] Jul 29 00:56:22.496 INFO O| Jul 29 00:56:22.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77132026-07-29T00:56:23.328Z[ recovery-image] Jul 29 00:56:22.496 INFO O| Jul 29 00:56:22.496 INFO STEP 826 (remove_files) COMPLETE
77142026-07-29T00:56:23.328Z[ recovery-image] Jul 29 00:56:22.496 INFO O| Jul 29 00:56:22.496 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-07-29T00:56:23.337Z[ recovery-image] Jul 29 00:56:22.505 INFO O| Jul 29 00:56:22.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77162026-07-29T00:56:23.337Z[ recovery-image] Jul 29 00:56:22.505 INFO O| Jul 29 00:56:22.505 INFO STEP 827 (remove_files) COMPLETE
77172026-07-29T00:56:23.337Z[ recovery-image] Jul 29 00:56:22.505 INFO O| Jul 29 00:56:22.505 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-07-29T00:56:23.346Z[ recovery-image] Jul 29 00:56:22.514 INFO O| Jul 29 00:56:22.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77192026-07-29T00:56:23.346Z[ recovery-image] Jul 29 00:56:22.514 INFO O| Jul 29 00:56:22.514 INFO STEP 828 (remove_files) COMPLETE
77202026-07-29T00:56:23.346Z[ recovery-image] Jul 29 00:56:22.514 INFO O| Jul 29 00:56:22.514 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-07-29T00:56:23.355Z[ recovery-image] Jul 29 00:56:22.523 INFO O| Jul 29 00:56:22.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77222026-07-29T00:56:23.355Z[ recovery-image] Jul 29 00:56:22.523 INFO O| Jul 29 00:56:22.523 INFO STEP 829 (remove_files) COMPLETE
77232026-07-29T00:56:23.355Z[ recovery-image] Jul 29 00:56:22.523 INFO O| Jul 29 00:56:22.523 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-07-29T00:56:23.365Z[ recovery-image] Jul 29 00:56:22.533 INFO O| Jul 29 00:56:22.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77252026-07-29T00:56:23.366Z[ recovery-image] Jul 29 00:56:22.533 INFO O| Jul 29 00:56:22.533 INFO STEP 830 (remove_files) COMPLETE
77262026-07-29T00:56:23.369Z[ recovery-image] Jul 29 00:56:22.533 INFO O| Jul 29 00:56:22.533 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-07-29T00:56:23.374Z[ recovery-image] Jul 29 00:56:22.542 INFO O| Jul 29 00:56:22.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77282026-07-29T00:56:23.374Z[ recovery-image] Jul 29 00:56:22.542 INFO O| Jul 29 00:56:22.542 INFO STEP 831 (remove_files) COMPLETE
77292026-07-29T00:56:23.374Z[ recovery-image] Jul 29 00:56:22.542 INFO O| Jul 29 00:56:22.542 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-07-29T00:56:23.383Z[ recovery-image] Jul 29 00:56:22.551 INFO O| Jul 29 00:56:22.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77312026-07-29T00:56:23.383Z[ recovery-image] Jul 29 00:56:22.551 INFO O| Jul 29 00:56:22.551 INFO STEP 832 (remove_files) COMPLETE
77322026-07-29T00:56:23.383Z[ recovery-image] Jul 29 00:56:22.551 INFO O| Jul 29 00:56:22.551 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-07-29T00:56:23.393Z[ recovery-image] Jul 29 00:56:22.561 INFO O| Jul 29 00:56:22.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77342026-07-29T00:56:23.393Z[ recovery-image] Jul 29 00:56:22.561 INFO O| Jul 29 00:56:22.561 INFO STEP 833 (remove_files) COMPLETE
77352026-07-29T00:56:23.393Z[ recovery-image] Jul 29 00:56:22.561 INFO O| Jul 29 00:56:22.561 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-07-29T00:56:23.403Z[ recovery-image] Jul 29 00:56:22.571 INFO O| Jul 29 00:56:22.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77372026-07-29T00:56:23.403Z[ recovery-image] Jul 29 00:56:22.571 INFO O| Jul 29 00:56:22.571 INFO STEP 834 (remove_files) COMPLETE
77382026-07-29T00:56:23.403Z[ recovery-image] Jul 29 00:56:22.571 INFO O| Jul 29 00:56:22.571 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-07-29T00:56:23.413Z[ recovery-image] Jul 29 00:56:22.581 INFO O| Jul 29 00:56:22.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77402026-07-29T00:56:23.413Z[ recovery-image] Jul 29 00:56:22.581 INFO O| Jul 29 00:56:22.581 INFO STEP 835 (remove_files) COMPLETE
77412026-07-29T00:56:23.413Z[ recovery-image] Jul 29 00:56:22.581 INFO O| Jul 29 00:56:22.581 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-07-29T00:56:23.421Z[ recovery-image] Jul 29 00:56:22.589 INFO O| Jul 29 00:56:22.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77432026-07-29T00:56:23.421Z[ recovery-image] Jul 29 00:56:22.589 INFO O| Jul 29 00:56:22.589 INFO STEP 836 (remove_files) COMPLETE
77442026-07-29T00:56:23.422Z[ recovery-image] Jul 29 00:56:22.589 INFO O| Jul 29 00:56:22.589 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-07-29T00:56:23.430Z[ recovery-image] Jul 29 00:56:22.598 INFO O| Jul 29 00:56:22.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77462026-07-29T00:56:23.430Z[ recovery-image] Jul 29 00:56:22.598 INFO O| Jul 29 00:56:22.598 INFO STEP 837 (remove_files) COMPLETE
77472026-07-29T00:56:23.430Z[ recovery-image] Jul 29 00:56:22.598 INFO O| Jul 29 00:56:22.598 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-07-29T00:56:23.439Z[ recovery-image] Jul 29 00:56:22.607 INFO O| Jul 29 00:56:22.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77492026-07-29T00:56:23.439Z[ recovery-image] Jul 29 00:56:22.607 INFO O| Jul 29 00:56:22.607 INFO STEP 838 (remove_files) COMPLETE
77502026-07-29T00:56:23.439Z[ recovery-image] Jul 29 00:56:22.607 INFO O| Jul 29 00:56:22.607 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-07-29T00:56:23.450Z[ recovery-image] Jul 29 00:56:22.619 INFO O| Jul 29 00:56:22.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
77522026-07-29T00:56:23.451Z[ recovery-image] Jul 29 00:56:22.619 INFO O| Jul 29 00:56:22.619 INFO STEP 839 (remove_files) COMPLETE
77532026-07-29T00:56:23.451Z[ recovery-image] Jul 29 00:56:22.619 INFO O| Jul 29 00:56:22.619 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-07-29T00:56:23.460Z[ recovery-image] Jul 29 00:56:22.628 INFO O| Jul 29 00:56:22.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
77552026-07-29T00:56:23.460Z[ recovery-image] Jul 29 00:56:22.628 INFO O| Jul 29 00:56:22.628 INFO STEP 840 (remove_files) COMPLETE
77562026-07-29T00:56:23.460Z[ recovery-image] Jul 29 00:56:22.628 INFO O| Jul 29 00:56:22.628 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-07-29T00:56:23.472Z[ recovery-image] Jul 29 00:56:22.640 INFO O| Jul 29 00:56:22.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
77582026-07-29T00:56:23.472Z[ recovery-image] Jul 29 00:56:22.640 INFO O| Jul 29 00:56:22.640 INFO STEP 841 (remove_files) COMPLETE
77592026-07-29T00:56:23.472Z[ recovery-image] Jul 29 00:56:22.640 INFO O| Jul 29 00:56:22.640 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-07-29T00:56:23.482Z[ recovery-image] Jul 29 00:56:22.650 INFO O| Jul 29 00:56:22.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
77612026-07-29T00:56:23.482Z[ recovery-image] Jul 29 00:56:22.650 INFO O| Jul 29 00:56:22.650 INFO STEP 842 (remove_files) COMPLETE
77622026-07-29T00:56:23.482Z[ recovery-image] Jul 29 00:56:22.650 INFO O| Jul 29 00:56:22.650 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-07-29T00:56:23.494Z[ recovery-image] Jul 29 00:56:22.662 INFO O| Jul 29 00:56:22.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
77642026-07-29T00:56:23.494Z[ recovery-image] Jul 29 00:56:22.662 INFO O| Jul 29 00:56:22.662 INFO STEP 843 (remove_files) COMPLETE
77652026-07-29T00:56:23.494Z[ recovery-image] Jul 29 00:56:22.662 INFO O| Jul 29 00:56:22.662 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-07-29T00:56:23.505Z[ recovery-image] Jul 29 00:56:22.673 INFO O| Jul 29 00:56:22.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
77672026-07-29T00:56:23.505Z[ recovery-image] Jul 29 00:56:22.673 INFO O| Jul 29 00:56:22.673 INFO STEP 844 (remove_files) COMPLETE
77682026-07-29T00:56:23.505Z[ recovery-image] Jul 29 00:56:22.673 INFO O| Jul 29 00:56:22.673 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-07-29T00:56:23.514Z[ recovery-image] Jul 29 00:56:22.682 INFO O| Jul 29 00:56:22.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
77702026-07-29T00:56:23.514Z[ recovery-image] Jul 29 00:56:22.682 INFO O| Jul 29 00:56:22.682 INFO STEP 845 (remove_files) COMPLETE
77712026-07-29T00:56:23.514Z[ recovery-image] Jul 29 00:56:22.682 INFO O| Jul 29 00:56:22.682 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-07-29T00:56:23.522Z[ recovery-image] Jul 29 00:56:22.690 INFO O| Jul 29 00:56:22.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
77732026-07-29T00:56:23.522Z[ recovery-image] Jul 29 00:56:22.690 INFO O| Jul 29 00:56:22.690 INFO STEP 846 (remove_files) COMPLETE
77742026-07-29T00:56:23.522Z[ recovery-image] Jul 29 00:56:22.690 INFO O| Jul 29 00:56:22.690 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-07-29T00:56:23.531Z[ recovery-image] Jul 29 00:56:22.699 INFO O| Jul 29 00:56:22.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
77762026-07-29T00:56:23.531Z[ recovery-image] Jul 29 00:56:22.699 INFO O| Jul 29 00:56:22.699 INFO STEP 847 (remove_files) COMPLETE
77772026-07-29T00:56:23.531Z[ recovery-image] Jul 29 00:56:22.699 INFO O| Jul 29 00:56:22.699 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-07-29T00:56:23.540Z[ recovery-image] Jul 29 00:56:22.708 INFO O| Jul 29 00:56:22.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
77792026-07-29T00:56:23.540Z[ recovery-image] Jul 29 00:56:22.708 INFO O| Jul 29 00:56:22.708 INFO STEP 848 (remove_files) COMPLETE
77802026-07-29T00:56:23.540Z[ recovery-image] Jul 29 00:56:22.708 INFO O| Jul 29 00:56:22.708 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-07-29T00:56:23.549Z[ recovery-image] Jul 29 00:56:22.717 INFO O| Jul 29 00:56:22.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
77822026-07-29T00:56:23.549Z[ recovery-image] Jul 29 00:56:22.717 INFO O| Jul 29 00:56:22.717 INFO STEP 849 (remove_files) COMPLETE
77832026-07-29T00:56:23.549Z[ recovery-image] Jul 29 00:56:22.717 INFO O| Jul 29 00:56:22.717 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-07-29T00:56:23.557Z[ recovery-image] Jul 29 00:56:22.725 INFO O| Jul 29 00:56:22.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
77852026-07-29T00:56:23.557Z[ recovery-image] Jul 29 00:56:22.725 INFO O| Jul 29 00:56:22.725 INFO STEP 850 (remove_files) COMPLETE
77862026-07-29T00:56:23.566Z[ recovery-image] Jul 29 00:56:22.725 INFO O| Jul 29 00:56:22.725 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-07-29T00:56:23.566Z[ recovery-image] Jul 29 00:56:22.733 INFO O| Jul 29 00:56:22.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
77882026-07-29T00:56:23.566Z[ recovery-image] Jul 29 00:56:22.733 INFO O| Jul 29 00:56:22.733 INFO STEP 851 (remove_files) COMPLETE
77892026-07-29T00:56:23.566Z[ recovery-image] Jul 29 00:56:22.733 INFO O| Jul 29 00:56:22.733 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-07-29T00:56:23.577Z[ recovery-image] Jul 29 00:56:22.745 INFO O| Jul 29 00:56:22.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
77912026-07-29T00:56:23.577Z[ recovery-image] Jul 29 00:56:22.745 INFO O| Jul 29 00:56:22.745 INFO STEP 852 (remove_files) COMPLETE
77922026-07-29T00:56:23.577Z[ recovery-image] Jul 29 00:56:22.745 INFO O| Jul 29 00:56:22.745 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-07-29T00:56:23.588Z[ recovery-image] Jul 29 00:56:22.756 INFO O| Jul 29 00:56:22.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
77942026-07-29T00:56:23.588Z[ recovery-image] Jul 29 00:56:22.756 INFO O| Jul 29 00:56:22.756 INFO STEP 853 (remove_files) COMPLETE
77952026-07-29T00:56:23.588Z[ recovery-image] Jul 29 00:56:22.756 INFO O| Jul 29 00:56:22.756 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-07-29T00:56:23.599Z[ recovery-image] Jul 29 00:56:22.767 INFO O| Jul 29 00:56:22.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
77972026-07-29T00:56:23.600Z[ recovery-image] Jul 29 00:56:22.767 INFO O| Jul 29 00:56:22.767 INFO STEP 854 (remove_files) COMPLETE
77982026-07-29T00:56:23.600Z[ recovery-image] Jul 29 00:56:22.767 INFO O| Jul 29 00:56:22.767 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-07-29T00:56:23.627Z[ recovery-image] Jul 29 00:56:22.778 INFO O| Jul 29 00:56:22.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78002026-07-29T00:56:23.627Z[ recovery-image] Jul 29 00:56:22.778 INFO O| Jul 29 00:56:22.778 INFO STEP 855 (remove_files) COMPLETE
78012026-07-29T00:56:23.627Z[ recovery-image] Jul 29 00:56:22.778 INFO O| Jul 29 00:56:22.778 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-07-29T00:56:23.627Z[ recovery-image] Jul 29 00:56:22.787 INFO O| Jul 29 00:56:22.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78032026-07-29T00:56:23.627Z[ recovery-image] Jul 29 00:56:22.787 INFO O| Jul 29 00:56:22.787 INFO STEP 856 (remove_files) COMPLETE
78042026-07-29T00:56:23.627Z[ recovery-image] Jul 29 00:56:22.787 INFO O| Jul 29 00:56:22.787 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-07-29T00:56:23.631Z[ recovery-image] Jul 29 00:56:22.798 INFO O| Jul 29 00:56:22.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78062026-07-29T00:56:23.631Z[ recovery-image] Jul 29 00:56:22.798 INFO O| Jul 29 00:56:22.798 INFO STEP 857 (remove_files) COMPLETE
78072026-07-29T00:56:23.631Z[ recovery-image] Jul 29 00:56:22.798 INFO O| Jul 29 00:56:22.798 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-07-29T00:56:23.641Z[ recovery-image] Jul 29 00:56:22.809 INFO O| Jul 29 00:56:22.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78092026-07-29T00:56:23.641Z[ recovery-image] Jul 29 00:56:22.809 INFO O| Jul 29 00:56:22.809 INFO STEP 858 (remove_files) COMPLETE
78102026-07-29T00:56:23.641Z[ recovery-image] Jul 29 00:56:22.809 INFO O| Jul 29 00:56:22.809 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-07-29T00:56:23.652Z[ recovery-image] Jul 29 00:56:22.819 INFO O| Jul 29 00:56:22.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78122026-07-29T00:56:23.652Z[ recovery-image] Jul 29 00:56:22.819 INFO O| Jul 29 00:56:22.819 INFO STEP 859 (remove_files) COMPLETE
78132026-07-29T00:56:23.652Z[ recovery-image] Jul 29 00:56:22.819 INFO O| Jul 29 00:56:22.819 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-07-29T00:56:23.662Z[ recovery-image] Jul 29 00:56:22.830 INFO O| Jul 29 00:56:22.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78152026-07-29T00:56:23.662Z[ recovery-image] Jul 29 00:56:22.830 INFO O| Jul 29 00:56:22.830 INFO STEP 860 (remove_files) COMPLETE
78162026-07-29T00:56:23.666Z[ recovery-image] Jul 29 00:56:22.830 INFO O| Jul 29 00:56:22.830 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-07-29T00:56:23.673Z[ recovery-image] Jul 29 00:56:22.840 INFO O| Jul 29 00:56:22.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78182026-07-29T00:56:23.673Z[ recovery-image] Jul 29 00:56:22.841 INFO O| Jul 29 00:56:22.841 INFO STEP 861 (remove_files) COMPLETE
78192026-07-29T00:56:23.673Z[ recovery-image] Jul 29 00:56:22.841 INFO O| Jul 29 00:56:22.841 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-07-29T00:56:23.679Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
78212026-07-29T00:56:23.683Z[ recovery-image] Jul 29 00:56:22.851 INFO O| Jul 29 00:56:22.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78222026-07-29T00:56:23.683Z[ recovery-image] Jul 29 00:56:22.851 INFO O| Jul 29 00:56:22.851 INFO STEP 862 (remove_files) COMPLETE
78232026-07-29T00:56:23.686Z[ recovery-image] Jul 29 00:56:22.851 INFO O| Jul 29 00:56:22.851 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-07-29T00:56:23.692Z[ recovery-image] Jul 29 00:56:22.860 INFO O| Jul 29 00:56:22.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78252026-07-29T00:56:23.692Z[ recovery-image] Jul 29 00:56:22.860 INFO O| Jul 29 00:56:22.860 INFO STEP 863 (remove_files) COMPLETE
78262026-07-29T00:56:23.692Z[ recovery-image] Jul 29 00:56:22.860 INFO O| Jul 29 00:56:22.860 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-07-29T00:56:23.702Z[ recovery-image] Jul 29 00:56:22.870 INFO O| Jul 29 00:56:22.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78282026-07-29T00:56:23.702Z[ recovery-image] Jul 29 00:56:22.870 INFO O| Jul 29 00:56:22.870 INFO STEP 864 (remove_files) COMPLETE
78292026-07-29T00:56:23.702Z[ recovery-image] Jul 29 00:56:22.870 INFO O| Jul 29 00:56:22.870 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-07-29T00:56:23.713Z[ recovery-image] Jul 29 00:56:22.880 INFO O| Jul 29 00:56:22.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78312026-07-29T00:56:23.713Z[ recovery-image] Jul 29 00:56:22.880 INFO O| Jul 29 00:56:22.880 INFO STEP 865 (remove_files) COMPLETE
78322026-07-29T00:56:23.713Z[ recovery-image] Jul 29 00:56:22.880 INFO O| Jul 29 00:56:22.880 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-07-29T00:56:23.722Z[ recovery-image] Jul 29 00:56:22.890 INFO O| Jul 29 00:56:22.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78342026-07-29T00:56:23.722Z[ recovery-image] Jul 29 00:56:22.890 INFO O| Jul 29 00:56:22.890 INFO STEP 866 (remove_files) COMPLETE
78352026-07-29T00:56:23.726Z[ recovery-image] Jul 29 00:56:22.890 INFO O| Jul 29 00:56:22.890 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-07-29T00:56:23.732Z[ recovery-image] Jul 29 00:56:22.899 INFO O| Jul 29 00:56:22.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78372026-07-29T00:56:23.732Z[ recovery-image] Jul 29 00:56:22.899 INFO O| Jul 29 00:56:22.899 INFO STEP 867 (remove_files) COMPLETE
78382026-07-29T00:56:23.732Z[ recovery-image] Jul 29 00:56:22.899 INFO O| Jul 29 00:56:22.899 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-07-29T00:56:23.740Z[ recovery-image] Jul 29 00:56:22.908 INFO O| Jul 29 00:56:22.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78402026-07-29T00:56:23.740Z[ recovery-image] Jul 29 00:56:22.908 INFO O| Jul 29 00:56:22.908 INFO STEP 868 (remove_files) COMPLETE
78412026-07-29T00:56:23.743Z[ recovery-image] Jul 29 00:56:22.908 INFO O| Jul 29 00:56:22.908 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-07-29T00:56:23.750Z[ recovery-image] Jul 29 00:56:22.918 INFO O| Jul 29 00:56:22.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78432026-07-29T00:56:23.750Z[ recovery-image] Jul 29 00:56:22.918 INFO O| Jul 29 00:56:22.918 INFO STEP 869 (remove_files) COMPLETE
78442026-07-29T00:56:23.750Z[ recovery-image] Jul 29 00:56:22.918 INFO O| Jul 29 00:56:22.918 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-07-29T00:56:23.761Z[ recovery-image] Jul 29 00:56:22.928 INFO O| Jul 29 00:56:22.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78462026-07-29T00:56:23.761Z[ recovery-image] Jul 29 00:56:22.929 INFO O| Jul 29 00:56:22.929 INFO STEP 870 (remove_files) COMPLETE
78472026-07-29T00:56:23.761Z[ recovery-image] Jul 29 00:56:22.929 INFO O| Jul 29 00:56:22.929 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-07-29T00:56:23.771Z[ recovery-image] Jul 29 00:56:22.939 INFO O| Jul 29 00:56:22.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78492026-07-29T00:56:23.772Z[ recovery-image] Jul 29 00:56:22.939 INFO O| Jul 29 00:56:22.939 INFO STEP 871 (remove_files) COMPLETE
78502026-07-29T00:56:23.775Z[ recovery-image] Jul 29 00:56:22.939 INFO O| Jul 29 00:56:22.939 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-07-29T00:56:23.781Z[ recovery-image] Jul 29 00:56:22.949 INFO O| Jul 29 00:56:22.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78522026-07-29T00:56:23.781Z[ recovery-image] Jul 29 00:56:22.949 INFO O| Jul 29 00:56:22.949 INFO STEP 872 (remove_files) COMPLETE
78532026-07-29T00:56:23.785Z[ recovery-image] Jul 29 00:56:22.949 INFO O| Jul 29 00:56:22.949 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-07-29T00:56:23.792Z[ recovery-image] Jul 29 00:56:22.960 INFO O| Jul 29 00:56:22.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
78552026-07-29T00:56:23.792Z[ recovery-image] Jul 29 00:56:22.960 INFO O| Jul 29 00:56:22.960 INFO STEP 873 (remove_files) COMPLETE
78562026-07-29T00:56:23.792Z[ recovery-image] Jul 29 00:56:22.960 INFO O| Jul 29 00:56:22.960 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-07-29T00:56:23.802Z[ recovery-image] Jul 29 00:56:22.970 INFO O| Jul 29 00:56:22.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
78582026-07-29T00:56:23.802Z[ recovery-image] Jul 29 00:56:22.970 INFO O| Jul 29 00:56:22.970 INFO STEP 874 (remove_files) COMPLETE
78592026-07-29T00:56:23.806Z[ recovery-image] Jul 29 00:56:22.970 INFO O| Jul 29 00:56:22.970 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-07-29T00:56:23.812Z[ recovery-image] Jul 29 00:56:22.980 INFO O| Jul 29 00:56:22.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
78612026-07-29T00:56:23.812Z[ recovery-image] Jul 29 00:56:22.980 INFO O| Jul 29 00:56:22.980 INFO STEP 875 (remove_files) COMPLETE
78622026-07-29T00:56:23.812Z[ recovery-image] Jul 29 00:56:22.980 INFO O| Jul 29 00:56:22.980 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-07-29T00:56:23.823Z[ recovery-image] Jul 29 00:56:22.990 INFO O| Jul 29 00:56:22.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
78642026-07-29T00:56:23.823Z[ recovery-image] Jul 29 00:56:22.990 INFO O| Jul 29 00:56:22.990 INFO STEP 876 (remove_files) COMPLETE
78652026-07-29T00:56:23.823Z[ recovery-image] Jul 29 00:56:22.990 INFO O| Jul 29 00:56:22.990 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-07-29T00:56:23.833Z[ recovery-image] Jul 29 00:56:23.001 INFO O| Jul 29 00:56:23.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
78672026-07-29T00:56:23.833Z[ recovery-image] Jul 29 00:56:23.001 INFO O| Jul 29 00:56:23.001 INFO STEP 877 (remove_files) COMPLETE
78682026-07-29T00:56:23.833Z[ recovery-image] Jul 29 00:56:23.001 INFO O| Jul 29 00:56:23.001 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-07-29T00:56:23.844Z[ recovery-image] Jul 29 00:56:23.011 INFO O| Jul 29 00:56:23.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
78702026-07-29T00:56:23.844Z[ recovery-image] Jul 29 00:56:23.011 INFO O| Jul 29 00:56:23.011 INFO STEP 878 (remove_files) COMPLETE
78712026-07-29T00:56:23.848Z[ recovery-image] Jul 29 00:56:23.011 INFO O| Jul 29 00:56:23.011 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-07-29T00:56:23.852Z[ recovery-image] Jul 29 00:56:23.020 INFO O| Jul 29 00:56:23.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
78732026-07-29T00:56:23.852Z[ recovery-image] Jul 29 00:56:23.020 INFO O| Jul 29 00:56:23.020 INFO STEP 879 (remove_files) COMPLETE
78742026-07-29T00:56:23.856Z[ recovery-image] Jul 29 00:56:23.020 INFO O| Jul 29 00:56:23.020 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-07-29T00:56:23.861Z[ recovery-image] Jul 29 00:56:23.029 INFO O| Jul 29 00:56:23.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
78762026-07-29T00:56:23.861Z[ recovery-image] Jul 29 00:56:23.029 INFO O| Jul 29 00:56:23.029 INFO STEP 880 (remove_files) COMPLETE
78772026-07-29T00:56:23.861Z[ recovery-image] Jul 29 00:56:23.029 INFO O| Jul 29 00:56:23.029 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-07-29T00:56:23.870Z[ recovery-image] Jul 29 00:56:23.038 INFO O| Jul 29 00:56:23.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
78792026-07-29T00:56:23.870Z[ recovery-image] Jul 29 00:56:23.038 INFO O| Jul 29 00:56:23.038 INFO STEP 881 (remove_files) COMPLETE
78802026-07-29T00:56:23.874Z[ recovery-image] Jul 29 00:56:23.038 INFO O| Jul 29 00:56:23.038 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-07-29T00:56:23.879Z[ recovery-image] Jul 29 00:56:23.047 INFO O| Jul 29 00:56:23.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
78822026-07-29T00:56:23.883Z[ recovery-image] Jul 29 00:56:23.047 INFO O| Jul 29 00:56:23.047 INFO STEP 882 (remove_files) COMPLETE
78832026-07-29T00:56:23.883Z[ recovery-image] Jul 29 00:56:23.047 INFO O| Jul 29 00:56:23.047 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-07-29T00:56:23.888Z[ recovery-image] Jul 29 00:56:23.056 INFO O| Jul 29 00:56:23.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
78852026-07-29T00:56:23.888Z[ recovery-image] Jul 29 00:56:23.056 INFO O| Jul 29 00:56:23.056 INFO STEP 883 (remove_files) COMPLETE
78862026-07-29T00:56:23.892Z[ recovery-image] Jul 29 00:56:23.056 INFO O| Jul 29 00:56:23.056 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-07-29T00:56:23.896Z[ recovery-image] Jul 29 00:56:23.064 INFO O| Jul 29 00:56:23.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
78882026-07-29T00:56:23.901Z[ recovery-image] Jul 29 00:56:23.064 INFO O| Jul 29 00:56:23.064 INFO STEP 884 (remove_files) COMPLETE
78892026-07-29T00:56:23.901Z[ recovery-image] Jul 29 00:56:23.065 INFO O| Jul 29 00:56:23.064 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-07-29T00:56:23.905Z[ recovery-image] Jul 29 00:56:23.073 INFO O| Jul 29 00:56:23.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
78912026-07-29T00:56:23.909Z[ recovery-image] Jul 29 00:56:23.073 INFO O| Jul 29 00:56:23.073 INFO STEP 885 (remove_files) COMPLETE
78922026-07-29T00:56:23.909Z[ recovery-image] Jul 29 00:56:23.073 INFO O| Jul 29 00:56:23.073 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-07-29T00:56:23.915Z[ recovery-image] Jul 29 00:56:23.082 INFO O| Jul 29 00:56:23.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
78942026-07-29T00:56:23.915Z[ recovery-image] Jul 29 00:56:23.082 INFO O| Jul 29 00:56:23.082 INFO STEP 886 (remove_files) COMPLETE
78952026-07-29T00:56:23.915Z[ recovery-image] Jul 29 00:56:23.082 INFO O| Jul 29 00:56:23.082 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-07-29T00:56:23.923Z[ recovery-image] Jul 29 00:56:23.090 INFO O| Jul 29 00:56:23.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
78972026-07-29T00:56:23.923Z[ recovery-image] Jul 29 00:56:23.090 INFO O| Jul 29 00:56:23.090 INFO STEP 887 (remove_files) COMPLETE
78982026-07-29T00:56:23.923Z[ recovery-image] Jul 29 00:56:23.090 INFO O| Jul 29 00:56:23.090 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-07-29T00:56:23.933Z[ recovery-image] Jul 29 00:56:23.100 INFO O| Jul 29 00:56:23.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79002026-07-29T00:56:23.933Z[ recovery-image] Jul 29 00:56:23.100 INFO O| Jul 29 00:56:23.100 INFO STEP 888 (remove_files) COMPLETE
79012026-07-29T00:56:23.933Z[ recovery-image] Jul 29 00:56:23.100 INFO O| Jul 29 00:56:23.100 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-07-29T00:56:23.942Z[ recovery-image] Jul 29 00:56:23.110 INFO O| Jul 29 00:56:23.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79032026-07-29T00:56:23.942Z[ recovery-image] Jul 29 00:56:23.110 INFO O| Jul 29 00:56:23.110 INFO STEP 889 (remove_files) COMPLETE
79042026-07-29T00:56:23.942Z[ recovery-image] Jul 29 00:56:23.110 INFO O| Jul 29 00:56:23.110 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-07-29T00:56:23.952Z[ recovery-image] Jul 29 00:56:23.120 INFO O| Jul 29 00:56:23.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79062026-07-29T00:56:23.952Z[ recovery-image] Jul 29 00:56:23.120 INFO O| Jul 29 00:56:23.120 INFO STEP 890 (remove_files) COMPLETE
79072026-07-29T00:56:23.952Z[ recovery-image] Jul 29 00:56:23.120 INFO O| Jul 29 00:56:23.120 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-07-29T00:56:23.962Z[ recovery-image] Jul 29 00:56:23.130 INFO O| Jul 29 00:56:23.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79092026-07-29T00:56:23.962Z[ recovery-image] Jul 29 00:56:23.130 INFO O| Jul 29 00:56:23.130 INFO STEP 891 (remove_files) COMPLETE
79102026-07-29T00:56:23.962Z[ recovery-image] Jul 29 00:56:23.130 INFO O| Jul 29 00:56:23.130 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-07-29T00:56:23.973Z[ recovery-image] Jul 29 00:56:23.141 INFO O| Jul 29 00:56:23.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79122026-07-29T00:56:23.973Z[ recovery-image] Jul 29 00:56:23.141 INFO O| Jul 29 00:56:23.141 INFO STEP 892 (remove_files) COMPLETE
79132026-07-29T00:56:23.977Z[ recovery-image] Jul 29 00:56:23.141 INFO O| Jul 29 00:56:23.141 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-07-29T00:56:23.982Z[ recovery-image] Jul 29 00:56:23.150 INFO O| Jul 29 00:56:23.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79152026-07-29T00:56:23.982Z[ recovery-image] Jul 29 00:56:23.150 INFO O| Jul 29 00:56:23.150 INFO STEP 893 (remove_files) COMPLETE
79162026-07-29T00:56:23.982Z[ recovery-image] Jul 29 00:56:23.150 INFO O| Jul 29 00:56:23.150 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-07-29T00:56:23.991Z[ recovery-image] Jul 29 00:56:23.158 INFO O| Jul 29 00:56:23.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79182026-07-29T00:56:23.991Z[ recovery-image] Jul 29 00:56:23.158 INFO O| Jul 29 00:56:23.158 INFO STEP 894 (remove_files) COMPLETE
79192026-07-29T00:56:23.995Z[ recovery-image] Jul 29 00:56:23.158 INFO O| Jul 29 00:56:23.158 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-07-29T00:56:24.000Z[ recovery-image] Jul 29 00:56:23.168 INFO O| Jul 29 00:56:23.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79212026-07-29T00:56:24.000Z[ recovery-image] Jul 29 00:56:23.168 INFO O| Jul 29 00:56:23.168 INFO STEP 895 (remove_files) COMPLETE
79222026-07-29T00:56:24.000Z[ recovery-image] Jul 29 00:56:23.168 INFO O| Jul 29 00:56:23.168 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-07-29T00:56:24.009Z[ recovery-image] Jul 29 00:56:23.177 INFO O| Jul 29 00:56:23.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79242026-07-29T00:56:24.013Z[ recovery-image] Jul 29 00:56:23.178 INFO O| Jul 29 00:56:23.178 INFO STEP 896 (remove_files) COMPLETE
79252026-07-29T00:56:24.013Z[ recovery-image] Jul 29 00:56:23.178 INFO O| Jul 29 00:56:23.178 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-07-29T00:56:24.020Z[ recovery-image] Jul 29 00:56:23.188 INFO O| Jul 29 00:56:23.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79272026-07-29T00:56:24.020Z[ recovery-image] Jul 29 00:56:23.188 INFO O| Jul 29 00:56:23.188 INFO STEP 897 (remove_files) COMPLETE
79282026-07-29T00:56:24.020Z[ recovery-image] Jul 29 00:56:23.188 INFO O| Jul 29 00:56:23.188 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-07-29T00:56:24.032Z[ recovery-image] Jul 29 00:56:23.199 INFO O| Jul 29 00:56:23.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79302026-07-29T00:56:24.032Z[ recovery-image] Jul 29 00:56:23.199 INFO O| Jul 29 00:56:23.199 INFO STEP 898 (remove_files) COMPLETE
79312026-07-29T00:56:24.036Z[ recovery-image] Jul 29 00:56:23.199 INFO O| Jul 29 00:56:23.199 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-07-29T00:56:24.041Z[ recovery-image] Jul 29 00:56:23.209 INFO O| Jul 29 00:56:23.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79332026-07-29T00:56:24.044Z[ recovery-image] Jul 29 00:56:23.209 INFO O| Jul 29 00:56:23.209 INFO STEP 899 (remove_files) COMPLETE
79342026-07-29T00:56:24.044Z[ recovery-image] Jul 29 00:56:23.209 INFO O| Jul 29 00:56:23.209 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-07-29T00:56:24.049Z[ recovery-image] Jul 29 00:56:23.217 INFO O| Jul 29 00:56:23.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79362026-07-29T00:56:24.056Z[ recovery-image] Jul 29 00:56:23.217 INFO O| Jul 29 00:56:23.217 INFO STEP 900 (remove_files) COMPLETE
79372026-07-29T00:56:24.056Z[ recovery-image] Jul 29 00:56:23.218 INFO O| Jul 29 00:56:23.217 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-07-29T00:56:24.060Z[ recovery-image] Jul 29 00:56:23.227 INFO O| Jul 29 00:56:23.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79392026-07-29T00:56:24.060Z[ recovery-image] Jul 29 00:56:23.227 INFO O| Jul 29 00:56:23.227 INFO STEP 901 (remove_files) COMPLETE
79402026-07-29T00:56:24.060Z[ recovery-image] Jul 29 00:56:23.227 INFO O| Jul 29 00:56:23.227 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-07-29T00:56:24.068Z[ recovery-image] Jul 29 00:56:23.236 INFO O| Jul 29 00:56:23.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79422026-07-29T00:56:24.068Z[ recovery-image] Jul 29 00:56:23.236 INFO O| Jul 29 00:56:23.236 INFO STEP 902 (remove_files) COMPLETE
79432026-07-29T00:56:24.069Z[ recovery-image] Jul 29 00:56:23.236 INFO O| Jul 29 00:56:23.236 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-07-29T00:56:24.079Z[ recovery-image] Jul 29 00:56:23.247 INFO O| Jul 29 00:56:23.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79452026-07-29T00:56:24.079Z[ recovery-image] Jul 29 00:56:23.247 INFO O| Jul 29 00:56:23.247 INFO STEP 903 (remove_files) COMPLETE
79462026-07-29T00:56:24.079Z[ recovery-image] Jul 29 00:56:23.247 INFO O| Jul 29 00:56:23.247 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-07-29T00:56:24.090Z[ recovery-image] Jul 29 00:56:23.257 INFO O| Jul 29 00:56:23.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79482026-07-29T00:56:24.090Z[ recovery-image] Jul 29 00:56:23.257 INFO O| Jul 29 00:56:23.257 INFO STEP 904 (remove_files) COMPLETE
79492026-07-29T00:56:24.094Z[ recovery-image] Jul 29 00:56:23.257 INFO O| Jul 29 00:56:23.257 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-07-29T00:56:24.101Z[ recovery-image] Jul 29 00:56:23.269 INFO O| Jul 29 00:56:23.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
79512026-07-29T00:56:24.101Z[ recovery-image] Jul 29 00:56:23.269 INFO O| Jul 29 00:56:23.269 INFO STEP 905 (remove_files) COMPLETE
79522026-07-29T00:56:24.101Z[ recovery-image] Jul 29 00:56:23.269 INFO O| Jul 29 00:56:23.269 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-07-29T00:56:24.109Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
79542026-07-29T00:56:24.113Z[ recovery-image] Jul 29 00:56:23.277 INFO O| Jul 29 00:56:23.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
79552026-07-29T00:56:24.113Z[ recovery-image] Jul 29 00:56:23.277 INFO O| Jul 29 00:56:23.277 INFO STEP 906 (remove_files) COMPLETE
79562026-07-29T00:56:24.113Z[ recovery-image] Jul 29 00:56:23.277 INFO O| Jul 29 00:56:23.277 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-07-29T00:56:24.118Z[ recovery-image] Jul 29 00:56:23.286 INFO O| Jul 29 00:56:23.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
79582026-07-29T00:56:24.119Z[ recovery-image] Jul 29 00:56:23.287 INFO O| Jul 29 00:56:23.286 INFO STEP 907 (remove_files) COMPLETE
79592026-07-29T00:56:24.119Z[ recovery-image] Jul 29 00:56:23.287 INFO O| Jul 29 00:56:23.286 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-07-29T00:56:24.128Z[ recovery-image] Jul 29 00:56:23.296 INFO O| Jul 29 00:56:23.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
79612026-07-29T00:56:24.128Z[ recovery-image] Jul 29 00:56:23.296 INFO O| Jul 29 00:56:23.296 INFO STEP 908 (remove_files) COMPLETE
79622026-07-29T00:56:24.131Z[ recovery-image] Jul 29 00:56:23.296 INFO O| Jul 29 00:56:23.296 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-07-29T00:56:24.139Z[ recovery-image] Jul 29 00:56:23.307 INFO O| Jul 29 00:56:23.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
79642026-07-29T00:56:24.139Z[ recovery-image] Jul 29 00:56:23.307 INFO O| Jul 29 00:56:23.307 INFO STEP 909 (remove_files) COMPLETE
79652026-07-29T00:56:24.139Z[ recovery-image] Jul 29 00:56:23.307 INFO O| Jul 29 00:56:23.307 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-07-29T00:56:24.150Z[ recovery-image] Jul 29 00:56:23.317 INFO O| Jul 29 00:56:23.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
79672026-07-29T00:56:24.150Z[ recovery-image] Jul 29 00:56:23.317 INFO O| Jul 29 00:56:23.317 INFO STEP 910 (remove_files) COMPLETE
79682026-07-29T00:56:24.150Z[ recovery-image] Jul 29 00:56:23.317 INFO O| Jul 29 00:56:23.317 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-07-29T00:56:24.193Z[ recovery-image] Jul 29 00:56:23.328 INFO O| Jul 29 00:56:23.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
79702026-07-29T00:56:24.193Z[ recovery-image] Jul 29 00:56:23.328 INFO O| Jul 29 00:56:23.328 INFO STEP 911 (remove_files) COMPLETE
79712026-07-29T00:56:24.193Z[ recovery-image] Jul 29 00:56:23.328 INFO O| Jul 29 00:56:23.328 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-07-29T00:56:24.193Z[ recovery-image] Jul 29 00:56:23.338 INFO O| Jul 29 00:56:23.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
79732026-07-29T00:56:24.193Z[ recovery-image] Jul 29 00:56:23.338 INFO O| Jul 29 00:56:23.338 INFO STEP 912 (remove_files) COMPLETE
79742026-07-29T00:56:24.193Z[ recovery-image] Jul 29 00:56:23.338 INFO O| Jul 29 00:56:23.338 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-07-29T00:56:24.193Z[ recovery-image] Jul 29 00:56:23.348 INFO O| Jul 29 00:56:23.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
79762026-07-29T00:56:24.193Z[ recovery-image] Jul 29 00:56:23.348 INFO O| Jul 29 00:56:23.348 INFO STEP 913 (remove_files) COMPLETE
79772026-07-29T00:56:24.193Z[ recovery-image] Jul 29 00:56:23.348 INFO O| Jul 29 00:56:23.348 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-07-29T00:56:24.193Z[ recovery-image] Jul 29 00:56:23.358 INFO O| Jul 29 00:56:23.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
79792026-07-29T00:56:24.193Z[ recovery-image] Jul 29 00:56:23.358 INFO O| Jul 29 00:56:23.358 INFO STEP 914 (remove_files) COMPLETE
79802026-07-29T00:56:24.193Z[ recovery-image] Jul 29 00:56:23.358 INFO O| Jul 29 00:56:23.358 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-07-29T00:56:24.200Z[ recovery-image] Jul 29 00:56:23.368 INFO O| Jul 29 00:56:23.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
79822026-07-29T00:56:24.200Z[ recovery-image] Jul 29 00:56:23.368 INFO O| Jul 29 00:56:23.368 INFO STEP 915 (remove_files) COMPLETE
79832026-07-29T00:56:24.200Z[ recovery-image] Jul 29 00:56:23.368 INFO O| Jul 29 00:56:23.368 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-07-29T00:56:24.210Z[ recovery-image] Jul 29 00:56:23.378 INFO O| Jul 29 00:56:23.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
79852026-07-29T00:56:24.210Z[ recovery-image] Jul 29 00:56:23.378 INFO O| Jul 29 00:56:23.378 INFO STEP 916 (remove_files) COMPLETE
79862026-07-29T00:56:24.210Z[ recovery-image] Jul 29 00:56:23.378 INFO O| Jul 29 00:56:23.378 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-07-29T00:56:24.219Z[ recovery-image] Jul 29 00:56:23.387 INFO O| Jul 29 00:56:23.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
79882026-07-29T00:56:24.220Z[ recovery-image] Jul 29 00:56:23.387 INFO O| Jul 29 00:56:23.387 INFO STEP 917 (remove_files) COMPLETE
79892026-07-29T00:56:24.223Z[ recovery-image] Jul 29 00:56:23.387 INFO O| Jul 29 00:56:23.387 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-07-29T00:56:24.229Z[ recovery-image] Jul 29 00:56:23.397 INFO O| Jul 29 00:56:23.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
79912026-07-29T00:56:24.229Z[ recovery-image] Jul 29 00:56:23.397 INFO O| Jul 29 00:56:23.397 INFO STEP 918 (remove_files) COMPLETE
79922026-07-29T00:56:24.229Z[ recovery-image] Jul 29 00:56:23.397 INFO O| Jul 29 00:56:23.397 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-07-29T00:56:24.240Z[ recovery-image] Jul 29 00:56:23.407 INFO O| Jul 29 00:56:23.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
79942026-07-29T00:56:24.240Z[ recovery-image] Jul 29 00:56:23.407 INFO O| Jul 29 00:56:23.407 INFO STEP 919 (remove_files) COMPLETE
79952026-07-29T00:56:24.243Z[ recovery-image] Jul 29 00:56:23.407 INFO O| Jul 29 00:56:23.407 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-07-29T00:56:24.250Z[ recovery-image] Jul 29 00:56:23.417 INFO O| Jul 29 00:56:23.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
79972026-07-29T00:56:24.253Z[ recovery-image] Jul 29 00:56:23.417 INFO O| Jul 29 00:56:23.417 INFO STEP 920 (remove_files) COMPLETE
79982026-07-29T00:56:24.253Z[ recovery-image] Jul 29 00:56:23.417 INFO O| Jul 29 00:56:23.417 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-07-29T00:56:24.260Z[ recovery-image] Jul 29 00:56:23.428 INFO O| Jul 29 00:56:23.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80002026-07-29T00:56:24.260Z[ recovery-image] Jul 29 00:56:23.428 INFO O| Jul 29 00:56:23.428 INFO STEP 921 (remove_files) COMPLETE
80012026-07-29T00:56:24.260Z[ recovery-image] Jul 29 00:56:23.428 INFO O| Jul 29 00:56:23.428 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-07-29T00:56:24.271Z[ recovery-image] Jul 29 00:56:23.439 INFO O| Jul 29 00:56:23.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80032026-07-29T00:56:24.271Z[ recovery-image] Jul 29 00:56:23.439 INFO O| Jul 29 00:56:23.439 INFO STEP 922 (remove_files) COMPLETE
80042026-07-29T00:56:24.271Z[ recovery-image] Jul 29 00:56:23.439 INFO O| Jul 29 00:56:23.439 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-07-29T00:56:24.282Z[ recovery-image] Jul 29 00:56:23.449 INFO O| Jul 29 00:56:23.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80062026-07-29T00:56:24.282Z[ recovery-image] Jul 29 00:56:23.449 INFO O| Jul 29 00:56:23.449 INFO STEP 923 (remove_files) COMPLETE
80072026-07-29T00:56:24.282Z[ recovery-image] Jul 29 00:56:23.449 INFO O| Jul 29 00:56:23.449 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-07-29T00:56:24.291Z[ recovery-image] Jul 29 00:56:23.459 INFO O| Jul 29 00:56:23.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80092026-07-29T00:56:24.291Z[ recovery-image] Jul 29 00:56:23.459 INFO O| Jul 29 00:56:23.459 INFO STEP 924 (remove_files) COMPLETE
80102026-07-29T00:56:24.291Z[ recovery-image] Jul 29 00:56:23.459 INFO O| Jul 29 00:56:23.459 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-07-29T00:56:24.302Z[ recovery-image] Jul 29 00:56:23.470 INFO O| Jul 29 00:56:23.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80122026-07-29T00:56:24.302Z[ recovery-image] Jul 29 00:56:23.470 INFO O| Jul 29 00:56:23.470 INFO STEP 925 (remove_files) COMPLETE
80132026-07-29T00:56:24.302Z[ recovery-image] Jul 29 00:56:23.470 INFO O| Jul 29 00:56:23.470 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-07-29T00:56:24.311Z[ recovery-image] Jul 29 00:56:23.479 INFO O| Jul 29 00:56:23.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80152026-07-29T00:56:24.311Z[ recovery-image] Jul 29 00:56:23.479 INFO O| Jul 29 00:56:23.479 INFO STEP 926 (remove_files) COMPLETE
80162026-07-29T00:56:24.311Z[ recovery-image] Jul 29 00:56:23.479 INFO O| Jul 29 00:56:23.479 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-07-29T00:56:24.319Z[ recovery-image] Jul 29 00:56:23.487 INFO O| Jul 29 00:56:23.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80182026-07-29T00:56:24.319Z[ recovery-image] Jul 29 00:56:23.487 INFO O| Jul 29 00:56:23.487 INFO STEP 927 (remove_files) COMPLETE
80192026-07-29T00:56:24.319Z[ recovery-image] Jul 29 00:56:23.487 INFO O| Jul 29 00:56:23.487 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-07-29T00:56:24.328Z[ recovery-image] Jul 29 00:56:23.496 INFO O| Jul 29 00:56:23.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80212026-07-29T00:56:24.328Z[ recovery-image] Jul 29 00:56:23.496 INFO O| Jul 29 00:56:23.496 INFO STEP 928 (remove_files) COMPLETE
80222026-07-29T00:56:24.332Z[ recovery-image] Jul 29 00:56:23.496 INFO O| Jul 29 00:56:23.496 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-07-29T00:56:24.337Z[ recovery-image] Jul 29 00:56:23.505 INFO O| Jul 29 00:56:23.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80242026-07-29T00:56:24.337Z[ recovery-image] Jul 29 00:56:23.505 INFO O| Jul 29 00:56:23.505 INFO STEP 929 (remove_files) COMPLETE
80252026-07-29T00:56:24.337Z[ recovery-image] Jul 29 00:56:23.505 INFO O| Jul 29 00:56:23.505 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-07-29T00:56:24.347Z[ recovery-image] Jul 29 00:56:23.515 INFO O| Jul 29 00:56:23.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80272026-07-29T00:56:24.347Z[ recovery-image] Jul 29 00:56:23.515 INFO O| Jul 29 00:56:23.515 INFO STEP 930 (remove_files) COMPLETE
80282026-07-29T00:56:24.347Z[ recovery-image] Jul 29 00:56:23.515 INFO O| Jul 29 00:56:23.515 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-07-29T00:56:24.357Z[ recovery-image] Jul 29 00:56:23.525 INFO O| Jul 29 00:56:23.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80302026-07-29T00:56:24.357Z[ recovery-image] Jul 29 00:56:23.525 INFO O| Jul 29 00:56:23.525 INFO STEP 931 (remove_files) COMPLETE
80312026-07-29T00:56:24.357Z[ recovery-image] Jul 29 00:56:23.525 INFO O| Jul 29 00:56:23.525 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-07-29T00:56:24.366Z[ recovery-image] Jul 29 00:56:23.534 INFO O| Jul 29 00:56:23.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80332026-07-29T00:56:24.370Z[ recovery-image] Jul 29 00:56:23.535 INFO O| Jul 29 00:56:23.535 INFO STEP 932 (remove_files) COMPLETE
80342026-07-29T00:56:24.371Z[ recovery-image] Jul 29 00:56:23.535 INFO O| Jul 29 00:56:23.535 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-07-29T00:56:24.377Z[ recovery-image] Jul 29 00:56:23.545 INFO O| Jul 29 00:56:23.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80362026-07-29T00:56:24.377Z[ recovery-image] Jul 29 00:56:23.545 INFO O| Jul 29 00:56:23.545 INFO STEP 933 (remove_files) COMPLETE
80372026-07-29T00:56:24.381Z[ recovery-image] Jul 29 00:56:23.545 INFO O| Jul 29 00:56:23.545 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-07-29T00:56:24.385Z[ recovery-image] Jul 29 00:56:23.553 INFO O| Jul 29 00:56:23.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80392026-07-29T00:56:24.390Z[ recovery-image] Jul 29 00:56:23.554 INFO O| Jul 29 00:56:23.554 INFO STEP 934 (remove_files) COMPLETE
80402026-07-29T00:56:24.391Z[ recovery-image] Jul 29 00:56:23.554 INFO O| Jul 29 00:56:23.554 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-07-29T00:56:24.396Z[ recovery-image] Jul 29 00:56:23.564 INFO O| Jul 29 00:56:23.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80422026-07-29T00:56:24.396Z[ recovery-image] Jul 29 00:56:23.564 INFO O| Jul 29 00:56:23.564 INFO STEP 935 (remove_files) COMPLETE
80432026-07-29T00:56:24.400Z[ recovery-image] Jul 29 00:56:23.564 INFO O| Jul 29 00:56:23.564 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-07-29T00:56:24.404Z[ recovery-image] Jul 29 00:56:23.572 INFO O| Jul 29 00:56:23.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80452026-07-29T00:56:24.405Z[ recovery-image] Jul 29 00:56:23.573 INFO O| Jul 29 00:56:23.573 INFO STEP 936 (remove_files) COMPLETE
80462026-07-29T00:56:24.408Z[ recovery-image] Jul 29 00:56:23.573 INFO O| Jul 29 00:56:23.573 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-07-29T00:56:24.415Z[ recovery-image] Jul 29 00:56:23.583 INFO O| Jul 29 00:56:23.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80482026-07-29T00:56:24.415Z[ recovery-image] Jul 29 00:56:23.583 INFO O| Jul 29 00:56:23.583 INFO STEP 937 (remove_files) COMPLETE
80492026-07-29T00:56:24.415Z[ recovery-image] Jul 29 00:56:23.583 INFO O| Jul 29 00:56:23.583 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-07-29T00:56:24.427Z[ recovery-image] Jul 29 00:56:23.594 INFO O| Jul 29 00:56:23.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
80512026-07-29T00:56:24.427Z[ recovery-image] Jul 29 00:56:23.594 INFO O| Jul 29 00:56:23.594 INFO STEP 938 (remove_files) COMPLETE
80522026-07-29T00:56:24.427Z[ recovery-image] Jul 29 00:56:23.594 INFO O| Jul 29 00:56:23.594 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-07-29T00:56:24.437Z[ recovery-image] Jul 29 00:56:23.605 INFO O| Jul 29 00:56:23.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
80542026-07-29T00:56:24.437Z[ recovery-image] Jul 29 00:56:23.605 INFO O| Jul 29 00:56:23.605 INFO STEP 939 (remove_files) COMPLETE
80552026-07-29T00:56:24.437Z[ recovery-image] Jul 29 00:56:23.605 INFO O| Jul 29 00:56:23.605 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-07-29T00:56:24.448Z[ recovery-image] Jul 29 00:56:23.616 INFO O| Jul 29 00:56:23.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
80572026-07-29T00:56:24.449Z[ recovery-image] Jul 29 00:56:23.616 INFO O| Jul 29 00:56:23.616 INFO STEP 940 (remove_files) COMPLETE
80582026-07-29T00:56:24.452Z[ recovery-image] Jul 29 00:56:23.616 INFO O| Jul 29 00:56:23.616 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-07-29T00:56:24.457Z[ recovery-image] Jul 29 00:56:23.625 INFO O| Jul 29 00:56:23.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
80602026-07-29T00:56:24.461Z[ recovery-image] Jul 29 00:56:23.626 INFO O| Jul 29 00:56:23.626 INFO STEP 941 (remove_files) COMPLETE
80612026-07-29T00:56:24.461Z[ recovery-image] Jul 29 00:56:23.626 INFO O| Jul 29 00:56:23.626 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-07-29T00:56:24.469Z[ recovery-image] Jul 29 00:56:23.636 INFO O| Jul 29 00:56:23.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
80632026-07-29T00:56:24.473Z[ recovery-image] Jul 29 00:56:23.636 INFO O| Jul 29 00:56:23.636 INFO STEP 942 (remove_files) COMPLETE
80642026-07-29T00:56:24.473Z[ recovery-image] Jul 29 00:56:23.636 INFO O| Jul 29 00:56:23.636 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-07-29T00:56:24.478Z[ recovery-image] Jul 29 00:56:23.646 INFO O| Jul 29 00:56:23.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
80662026-07-29T00:56:24.478Z[ recovery-image] Jul 29 00:56:23.646 INFO O| Jul 29 00:56:23.646 INFO STEP 943 (remove_files) COMPLETE
80672026-07-29T00:56:24.478Z[ recovery-image] Jul 29 00:56:23.646 INFO O| Jul 29 00:56:23.646 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-07-29T00:56:24.488Z[ recovery-image] Jul 29 00:56:23.656 INFO O| Jul 29 00:56:23.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
80692026-07-29T00:56:24.488Z[ recovery-image] Jul 29 00:56:23.656 INFO O| Jul 29 00:56:23.656 INFO STEP 944 (remove_files) COMPLETE
80702026-07-29T00:56:24.492Z[ recovery-image] Jul 29 00:56:23.656 INFO O| Jul 29 00:56:23.656 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-07-29T00:56:24.498Z[ recovery-image] Jul 29 00:56:23.666 INFO O| Jul 29 00:56:23.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
80722026-07-29T00:56:24.498Z[ recovery-image] Jul 29 00:56:23.666 INFO O| Jul 29 00:56:23.666 INFO STEP 945 (remove_files) COMPLETE
80732026-07-29T00:56:24.503Z[ recovery-image] Jul 29 00:56:23.666 INFO O| Jul 29 00:56:23.666 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-07-29T00:56:24.520Z[ recovery-image] Jul 29 00:56:23.682 INFO O| Jul 29 00:56:23.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
80752026-07-29T00:56:24.520Z[ recovery-image] Jul 29 00:56:23.682 INFO O| Jul 29 00:56:23.682 INFO STEP 946 (remove_files) COMPLETE
80762026-07-29T00:56:24.521Z[ recovery-image] Jul 29 00:56:23.682 INFO O| Jul 29 00:56:23.682 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-07-29T00:56:24.526Z[ recovery-image] Jul 29 00:56:23.694 INFO O| Jul 29 00:56:23.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
80782026-07-29T00:56:24.526Z[ recovery-image] Jul 29 00:56:23.694 INFO O| Jul 29 00:56:23.694 INFO STEP 947 (remove_files) COMPLETE
80792026-07-29T00:56:24.526Z[ recovery-image] Jul 29 00:56:23.694 INFO O| Jul 29 00:56:23.694 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-07-29T00:56:24.537Z[ recovery-image] Jul 29 00:56:23.704 INFO O| Jul 29 00:56:23.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
80812026-07-29T00:56:24.541Z[ recovery-image] Jul 29 00:56:23.705 INFO O| Jul 29 00:56:23.705 INFO STEP 948 (remove_files) COMPLETE
80822026-07-29T00:56:24.541Z[ recovery-image] Jul 29 00:56:23.705 INFO O| Jul 29 00:56:23.705 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-07-29T00:56:24.550Z[ recovery-image] Jul 29 00:56:23.717 INFO O| Jul 29 00:56:23.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
80842026-07-29T00:56:24.551Z[ recovery-image] Jul 29 00:56:23.717 INFO O| Jul 29 00:56:23.717 INFO STEP 949 (remove_files) COMPLETE
80852026-07-29T00:56:24.551Z[ recovery-image] Jul 29 00:56:23.717 INFO O| Jul 29 00:56:23.717 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-07-29T00:56:24.560Z[ recovery-image] Jul 29 00:56:23.728 INFO O| Jul 29 00:56:23.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
80872026-07-29T00:56:24.560Z[ recovery-image] Jul 29 00:56:23.728 INFO O| Jul 29 00:56:23.728 INFO STEP 950 (remove_files) COMPLETE
80882026-07-29T00:56:24.560Z[ recovery-image] Jul 29 00:56:23.728 INFO O| Jul 29 00:56:23.728 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-07-29T00:56:24.580Z[ recovery-image] Jul 29 00:56:23.748 INFO O| Jul 29 00:56:23.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
80902026-07-29T00:56:24.580Z[ recovery-image] Jul 29 00:56:23.748 INFO O| Jul 29 00:56:23.748 INFO STEP 951 (remove_files) COMPLETE
80912026-07-29T00:56:24.584Z[ recovery-image] Jul 29 00:56:23.748 INFO O| Jul 29 00:56:23.748 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-07-29T00:56:24.591Z[ recovery-image] Jul 29 00:56:23.759 INFO O| Jul 29 00:56:23.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
80932026-07-29T00:56:24.591Z[ recovery-image] Jul 29 00:56:23.759 INFO O| Jul 29 00:56:23.759 INFO STEP 952 (remove_files) COMPLETE
80942026-07-29T00:56:24.591Z[ recovery-image] Jul 29 00:56:23.759 INFO O| Jul 29 00:56:23.759 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-07-29T00:56:24.601Z[ recovery-image] Jul 29 00:56:23.769 INFO O| Jul 29 00:56:23.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
80962026-07-29T00:56:24.602Z[ recovery-image] Jul 29 00:56:23.769 INFO O| Jul 29 00:56:23.769 INFO STEP 953 (remove_files) COMPLETE
80972026-07-29T00:56:24.602Z[ recovery-image] Jul 29 00:56:23.769 INFO O| Jul 29 00:56:23.769 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-07-29T00:56:24.613Z[ recovery-image] Jul 29 00:56:23.780 INFO O| Jul 29 00:56:23.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
80992026-07-29T00:56:24.613Z[ recovery-image] Jul 29 00:56:23.780 INFO O| Jul 29 00:56:23.780 INFO STEP 954 (remove_files) COMPLETE
81002026-07-29T00:56:24.613Z[ recovery-image] Jul 29 00:56:23.780 INFO O| Jul 29 00:56:23.780 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-07-29T00:56:24.625Z[ recovery-image] Jul 29 00:56:23.792 INFO O| Jul 29 00:56:23.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81022026-07-29T00:56:24.625Z[ recovery-image] Jul 29 00:56:23.792 INFO O| Jul 29 00:56:23.792 INFO STEP 955 (remove_files) COMPLETE
81032026-07-29T00:56:24.625Z[ recovery-image] Jul 29 00:56:23.792 INFO O| Jul 29 00:56:23.792 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-07-29T00:56:24.636Z[ recovery-image] Jul 29 00:56:23.804 INFO O| Jul 29 00:56:23.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81052026-07-29T00:56:24.636Z[ recovery-image] Jul 29 00:56:23.804 INFO O| Jul 29 00:56:23.804 INFO STEP 956 (remove_files) COMPLETE
81062026-07-29T00:56:24.640Z[ recovery-image] Jul 29 00:56:23.804 INFO O| Jul 29 00:56:23.804 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-07-29T00:56:24.648Z[ recovery-image] Jul 29 00:56:23.815 INFO O| Jul 29 00:56:23.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81082026-07-29T00:56:24.648Z[ recovery-image] Jul 29 00:56:23.815 INFO O| Jul 29 00:56:23.815 INFO STEP 957 (remove_files) COMPLETE
81092026-07-29T00:56:24.648Z[ recovery-image] Jul 29 00:56:23.815 INFO O| Jul 29 00:56:23.815 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-07-29T00:56:24.660Z[ recovery-image] Jul 29 00:56:23.828 INFO O| Jul 29 00:56:23.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81112026-07-29T00:56:24.660Z[ recovery-image] Jul 29 00:56:23.828 INFO O| Jul 29 00:56:23.828 INFO STEP 958 (remove_files) COMPLETE
81122026-07-29T00:56:24.660Z[ recovery-image] Jul 29 00:56:23.828 INFO O| Jul 29 00:56:23.828 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-07-29T00:56:24.670Z[ recovery-image] Jul 29 00:56:23.838 INFO O| Jul 29 00:56:23.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81142026-07-29T00:56:24.670Z[ recovery-image] Jul 29 00:56:23.838 INFO O| Jul 29 00:56:23.838 INFO STEP 959 (remove_files) COMPLETE
81152026-07-29T00:56:24.670Z[ recovery-image] Jul 29 00:56:23.838 INFO O| Jul 29 00:56:23.838 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-07-29T00:56:24.681Z[ recovery-image] Jul 29 00:56:23.848 INFO O| Jul 29 00:56:23.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81172026-07-29T00:56:24.681Z[ recovery-image] Jul 29 00:56:23.849 INFO O| Jul 29 00:56:23.849 INFO STEP 960 (remove_files) COMPLETE
81182026-07-29T00:56:24.681Z[ recovery-image] Jul 29 00:56:23.849 INFO O| Jul 29 00:56:23.849 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-07-29T00:56:24.691Z[ recovery-image] Jul 29 00:56:23.858 INFO O| Jul 29 00:56:23.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81202026-07-29T00:56:24.691Z[ recovery-image] Jul 29 00:56:23.858 INFO O| Jul 29 00:56:23.858 INFO STEP 961 (remove_files) COMPLETE
81212026-07-29T00:56:24.691Z[ recovery-image] Jul 29 00:56:23.858 INFO O| Jul 29 00:56:23.858 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-07-29T00:56:24.701Z[ recovery-image] Jul 29 00:56:23.869 INFO O| Jul 29 00:56:23.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81232026-07-29T00:56:24.701Z[ recovery-image] Jul 29 00:56:23.869 INFO O| Jul 29 00:56:23.869 INFO STEP 962 (remove_files) COMPLETE
81242026-07-29T00:56:24.705Z[ recovery-image] Jul 29 00:56:23.869 INFO O| Jul 29 00:56:23.869 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-07-29T00:56:24.711Z[ recovery-image] Jul 29 00:56:23.879 INFO O| Jul 29 00:56:23.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81262026-07-29T00:56:24.711Z[ recovery-image] Jul 29 00:56:23.879 INFO O| Jul 29 00:56:23.879 INFO STEP 963 (remove_files) COMPLETE
81272026-07-29T00:56:24.711Z[ recovery-image] Jul 29 00:56:23.879 INFO O| Jul 29 00:56:23.879 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-07-29T00:56:24.721Z[ recovery-image] Jul 29 00:56:23.889 INFO O| Jul 29 00:56:23.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81292026-07-29T00:56:24.721Z[ recovery-image] Jul 29 00:56:23.889 INFO O| Jul 29 00:56:23.889 INFO STEP 964 (remove_files) COMPLETE
81302026-07-29T00:56:24.721Z[ recovery-image] Jul 29 00:56:23.889 INFO O| Jul 29 00:56:23.889 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-07-29T00:56:24.731Z[ recovery-image] Jul 29 00:56:23.898 INFO O| Jul 29 00:56:23.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81322026-07-29T00:56:24.731Z[ recovery-image] Jul 29 00:56:23.898 INFO O| Jul 29 00:56:23.898 INFO STEP 965 (remove_files) COMPLETE
81332026-07-29T00:56:24.731Z[ recovery-image] Jul 29 00:56:23.898 INFO O| Jul 29 00:56:23.898 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-07-29T00:56:24.742Z[ recovery-image] Jul 29 00:56:23.910 INFO O| Jul 29 00:56:23.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81352026-07-29T00:56:24.742Z[ recovery-image] Jul 29 00:56:23.910 INFO O| Jul 29 00:56:23.910 INFO STEP 966 (remove_files) COMPLETE
81362026-07-29T00:56:24.746Z[ recovery-image] Jul 29 00:56:23.910 INFO O| Jul 29 00:56:23.910 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-07-29T00:56:24.753Z[ recovery-image] Jul 29 00:56:23.921 INFO O| Jul 29 00:56:23.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81382026-07-29T00:56:24.753Z[ recovery-image] Jul 29 00:56:23.921 INFO O| Jul 29 00:56:23.921 INFO STEP 967 (remove_files) COMPLETE
81392026-07-29T00:56:24.753Z[ recovery-image] Jul 29 00:56:23.921 INFO O| Jul 29 00:56:23.921 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-07-29T00:56:24.765Z[ recovery-image] Jul 29 00:56:23.932 INFO O| Jul 29 00:56:23.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81412026-07-29T00:56:24.765Z[ recovery-image] Jul 29 00:56:23.932 INFO O| Jul 29 00:56:23.932 INFO STEP 968 (remove_files) COMPLETE
81422026-07-29T00:56:24.765Z[ recovery-image] Jul 29 00:56:23.932 INFO O| Jul 29 00:56:23.932 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-07-29T00:56:24.776Z[ recovery-image] Jul 29 00:56:23.943 INFO O| Jul 29 00:56:23.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81442026-07-29T00:56:24.776Z[ recovery-image] Jul 29 00:56:23.944 INFO O| Jul 29 00:56:23.944 INFO STEP 969 (remove_files) COMPLETE
81452026-07-29T00:56:24.776Z[ recovery-image] Jul 29 00:56:23.944 INFO O| Jul 29 00:56:23.944 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-07-29T00:56:24.787Z[ recovery-image] Jul 29 00:56:23.954 INFO O| Jul 29 00:56:23.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81472026-07-29T00:56:24.791Z[ recovery-image] Jul 29 00:56:23.955 INFO O| Jul 29 00:56:23.955 INFO STEP 970 (remove_files) COMPLETE
81482026-07-29T00:56:24.791Z[ recovery-image] Jul 29 00:56:23.955 INFO O| Jul 29 00:56:23.955 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-07-29T00:56:24.798Z[ recovery-image] Jul 29 00:56:23.966 INFO O| Jul 29 00:56:23.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81502026-07-29T00:56:24.799Z[ recovery-image] Jul 29 00:56:23.966 INFO O| Jul 29 00:56:23.966 INFO STEP 971 (remove_files) COMPLETE
81512026-07-29T00:56:24.802Z[ recovery-image] Jul 29 00:56:23.966 INFO O| Jul 29 00:56:23.966 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-07-29T00:56:24.810Z[ recovery-image] Jul 29 00:56:23.978 INFO O| Jul 29 00:56:23.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
81532026-07-29T00:56:24.810Z[ recovery-image] Jul 29 00:56:23.978 INFO O| Jul 29 00:56:23.978 INFO STEP 972 (remove_files) COMPLETE
81542026-07-29T00:56:24.814Z[ recovery-image] Jul 29 00:56:23.978 INFO O| Jul 29 00:56:23.978 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-07-29T00:56:24.823Z[ recovery-image] Jul 29 00:56:23.989 INFO O| Jul 29 00:56:23.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
81562026-07-29T00:56:24.823Z[ recovery-image] Jul 29 00:56:23.989 INFO O| Jul 29 00:56:23.989 INFO STEP 973 (remove_files) COMPLETE
81572026-07-29T00:56:24.823Z[ recovery-image] Jul 29 00:56:23.989 INFO O| Jul 29 00:56:23.989 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-07-29T00:56:24.832Z[ recovery-image] Jul 29 00:56:23.999 INFO O| Jul 29 00:56:23.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
81592026-07-29T00:56:24.832Z[ recovery-image] Jul 29 00:56:24.000 INFO O| Jul 29 00:56:24.000 INFO STEP 974 (remove_files) COMPLETE
81602026-07-29T00:56:24.832Z[ recovery-image] Jul 29 00:56:24.000 INFO O| Jul 29 00:56:24.000 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-07-29T00:56:24.843Z[ recovery-image] Jul 29 00:56:24.011 INFO O| Jul 29 00:56:24.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
81622026-07-29T00:56:24.843Z[ recovery-image] Jul 29 00:56:24.011 INFO O| Jul 29 00:56:24.011 INFO STEP 975 (remove_files) COMPLETE
81632026-07-29T00:56:24.847Z[ recovery-image] Jul 29 00:56:24.011 INFO O| Jul 29 00:56:24.011 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-07-29T00:56:24.853Z[ recovery-image] Jul 29 00:56:24.021 INFO O| Jul 29 00:56:24.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
81652026-07-29T00:56:24.853Z[ recovery-image] Jul 29 00:56:24.021 INFO O| Jul 29 00:56:24.021 INFO STEP 976 (remove_files) COMPLETE
81662026-07-29T00:56:24.853Z[ recovery-image] Jul 29 00:56:24.021 INFO O| Jul 29 00:56:24.021 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-07-29T00:56:24.862Z[ recovery-image] Jul 29 00:56:24.030 INFO O| Jul 29 00:56:24.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
81682026-07-29T00:56:24.862Z[ recovery-image] Jul 29 00:56:24.030 INFO O| Jul 29 00:56:24.030 INFO STEP 977 (remove_files) COMPLETE
81692026-07-29T00:56:24.862Z[ recovery-image] Jul 29 00:56:24.030 INFO O| Jul 29 00:56:24.030 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-07-29T00:56:24.872Z[ recovery-image] Jul 29 00:56:24.040 INFO O| Jul 29 00:56:24.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
81712026-07-29T00:56:24.872Z[ recovery-image] Jul 29 00:56:24.040 INFO O| Jul 29 00:56:24.040 INFO STEP 978 (remove_files) COMPLETE
81722026-07-29T00:56:24.876Z[ recovery-image] Jul 29 00:56:24.040 INFO O| Jul 29 00:56:24.040 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-07-29T00:56:24.881Z[ recovery-image] Jul 29 00:56:24.049 INFO O| Jul 29 00:56:24.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
81742026-07-29T00:56:24.882Z[ recovery-image] Jul 29 00:56:24.049 INFO O| Jul 29 00:56:24.049 INFO STEP 979 (remove_files) COMPLETE
81752026-07-29T00:56:24.886Z[ recovery-image] Jul 29 00:56:24.049 INFO O| Jul 29 00:56:24.049 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-07-29T00:56:24.890Z[ recovery-image] Jul 29 00:56:24.058 INFO O| Jul 29 00:56:24.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
81772026-07-29T00:56:24.890Z[ recovery-image] Jul 29 00:56:24.058 INFO O| Jul 29 00:56:24.058 INFO STEP 980 (remove_files) COMPLETE
81782026-07-29T00:56:24.890Z[ recovery-image] Jul 29 00:56:24.058 INFO O| Jul 29 00:56:24.058 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-07-29T00:56:24.903Z[ recovery-image] Jul 29 00:56:24.070 INFO O| Jul 29 00:56:24.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
81802026-07-29T00:56:24.907Z[ recovery-image] Jul 29 00:56:24.071 INFO O| Jul 29 00:56:24.070 INFO STEP 981 (remove_files) COMPLETE
81812026-07-29T00:56:24.907Z[ recovery-image] Jul 29 00:56:24.071 INFO O| Jul 29 00:56:24.070 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-07-29T00:56:24.915Z[ recovery-image] Jul 29 00:56:24.082 INFO O| Jul 29 00:56:24.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
81832026-07-29T00:56:24.915Z[ recovery-image] Jul 29 00:56:24.082 INFO O| Jul 29 00:56:24.082 INFO STEP 982 (remove_files) COMPLETE
81842026-07-29T00:56:24.915Z[ recovery-image] Jul 29 00:56:24.082 INFO O| Jul 29 00:56:24.082 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-07-29T00:56:24.925Z[ recovery-image] Jul 29 00:56:24.093 INFO O| Jul 29 00:56:24.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
81862026-07-29T00:56:24.925Z[ recovery-image] Jul 29 00:56:24.093 INFO O| Jul 29 00:56:24.093 INFO STEP 983 (remove_files) COMPLETE
81872026-07-29T00:56:24.929Z[ recovery-image] Jul 29 00:56:24.093 INFO O| Jul 29 00:56:24.093 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-07-29T00:56:24.935Z[ recovery-image] Jul 29 00:56:24.103 INFO O| Jul 29 00:56:24.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
81892026-07-29T00:56:24.935Z[ recovery-image] Jul 29 00:56:24.103 INFO O| Jul 29 00:56:24.103 INFO STEP 984 (remove_files) COMPLETE
81902026-07-29T00:56:24.935Z[ recovery-image] Jul 29 00:56:24.103 INFO O| Jul 29 00:56:24.103 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-07-29T00:56:24.946Z[ recovery-image] Jul 29 00:56:24.114 INFO O| Jul 29 00:56:24.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
81922026-07-29T00:56:24.946Z[ recovery-image] Jul 29 00:56:24.114 INFO O| Jul 29 00:56:24.114 INFO STEP 985 (remove_files) COMPLETE
81932026-07-29T00:56:24.947Z[ recovery-image] Jul 29 00:56:24.114 INFO O| Jul 29 00:56:24.114 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-07-29T00:56:24.956Z[ recovery-image] Jul 29 00:56:24.124 INFO O| Jul 29 00:56:24.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
81952026-07-29T00:56:24.956Z[ recovery-image] Jul 29 00:56:24.124 INFO O| Jul 29 00:56:24.124 INFO STEP 986 (remove_files) COMPLETE
81962026-07-29T00:56:24.956Z[ recovery-image] Jul 29 00:56:24.124 INFO O| Jul 29 00:56:24.124 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-07-29T00:56:24.968Z[ recovery-image] Jul 29 00:56:24.135 INFO O| Jul 29 00:56:24.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
81982026-07-29T00:56:24.968Z[ recovery-image] Jul 29 00:56:24.136 INFO O| Jul 29 00:56:24.136 INFO STEP 987 (remove_files) COMPLETE
81992026-07-29T00:56:24.968Z[ recovery-image] Jul 29 00:56:24.136 INFO O| Jul 29 00:56:24.136 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-07-29T00:56:24.979Z[ recovery-image] Jul 29 00:56:24.146 INFO O| Jul 29 00:56:24.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82012026-07-29T00:56:24.979Z[ recovery-image] Jul 29 00:56:24.146 INFO O| Jul 29 00:56:24.146 INFO STEP 988 (remove_files) COMPLETE
82022026-07-29T00:56:24.983Z[ recovery-image] Jul 29 00:56:24.146 INFO O| Jul 29 00:56:24.146 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-07-29T00:56:24.986Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
82042026-07-29T00:56:24.990Z[ recovery-image] Jul 29 00:56:24.158 INFO O| Jul 29 00:56:24.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82052026-07-29T00:56:24.990Z[ recovery-image] Jul 29 00:56:24.158 INFO O| Jul 29 00:56:24.158 INFO STEP 989 (remove_files) COMPLETE
82062026-07-29T00:56:24.990Z[ recovery-image] Jul 29 00:56:24.158 INFO O| Jul 29 00:56:24.158 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-07-29T00:56:25.002Z[ recovery-image] Jul 29 00:56:24.169 INFO O| Jul 29 00:56:24.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82082026-07-29T00:56:25.002Z[ recovery-image] Jul 29 00:56:24.169 INFO O| Jul 29 00:56:24.169 INFO STEP 990 (remove_files) COMPLETE
82092026-07-29T00:56:25.006Z[ recovery-image] Jul 29 00:56:24.169 INFO O| Jul 29 00:56:24.169 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-07-29T00:56:25.012Z[ recovery-image] Jul 29 00:56:24.179 INFO O| Jul 29 00:56:24.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82112026-07-29T00:56:25.012Z[ recovery-image] Jul 29 00:56:24.179 INFO O| Jul 29 00:56:24.179 INFO STEP 991 (remove_files) COMPLETE
82122026-07-29T00:56:25.015Z[ recovery-image] Jul 29 00:56:24.179 INFO O| Jul 29 00:56:24.179 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-07-29T00:56:25.023Z[ recovery-image] Jul 29 00:56:24.191 INFO O| Jul 29 00:56:24.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82142026-07-29T00:56:25.023Z[ recovery-image] Jul 29 00:56:24.191 INFO O| Jul 29 00:56:24.191 INFO STEP 992 (remove_files) COMPLETE
82152026-07-29T00:56:25.023Z[ recovery-image] Jul 29 00:56:24.191 INFO O| Jul 29 00:56:24.191 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-07-29T00:56:25.034Z[ recovery-image] Jul 29 00:56:24.201 INFO O| Jul 29 00:56:24.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82172026-07-29T00:56:25.034Z[ recovery-image] Jul 29 00:56:24.201 INFO O| Jul 29 00:56:24.201 INFO STEP 993 (remove_files) COMPLETE
82182026-07-29T00:56:25.038Z[ recovery-image] Jul 29 00:56:24.201 INFO O| Jul 29 00:56:24.201 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-07-29T00:56:25.045Z[ recovery-image] Jul 29 00:56:24.213 INFO O| Jul 29 00:56:24.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82202026-07-29T00:56:25.045Z[ recovery-image] Jul 29 00:56:24.213 INFO O| Jul 29 00:56:24.213 INFO STEP 994 (remove_files) COMPLETE
82212026-07-29T00:56:25.049Z[ recovery-image] Jul 29 00:56:24.213 INFO O| Jul 29 00:56:24.213 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-07-29T00:56:25.056Z[ recovery-image] Jul 29 00:56:24.224 INFO O| Jul 29 00:56:24.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82232026-07-29T00:56:25.056Z[ recovery-image] Jul 29 00:56:24.224 INFO O| Jul 29 00:56:24.224 INFO STEP 995 (remove_files) COMPLETE
82242026-07-29T00:56:25.056Z[ recovery-image] Jul 29 00:56:24.224 INFO O| Jul 29 00:56:24.224 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-07-29T00:56:25.067Z[ recovery-image] Jul 29 00:56:24.235 INFO O| Jul 29 00:56:24.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82262026-07-29T00:56:25.067Z[ recovery-image] Jul 29 00:56:24.235 INFO O| Jul 29 00:56:24.235 INFO STEP 996 (remove_files) COMPLETE
82272026-07-29T00:56:25.067Z[ recovery-image] Jul 29 00:56:24.235 INFO O| Jul 29 00:56:24.235 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-07-29T00:56:25.079Z[ recovery-image] Jul 29 00:56:24.246 INFO O| Jul 29 00:56:24.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82292026-07-29T00:56:25.079Z[ recovery-image] Jul 29 00:56:24.246 INFO O| Jul 29 00:56:24.246 INFO STEP 997 (remove_files) COMPLETE
82302026-07-29T00:56:25.079Z[ recovery-image] Jul 29 00:56:24.246 INFO O| Jul 29 00:56:24.246 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-07-29T00:56:25.115Z[ recovery-image] Jul 29 00:56:24.257 INFO O| Jul 29 00:56:24.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82322026-07-29T00:56:25.115Z[ recovery-image] Jul 29 00:56:24.257 INFO O| Jul 29 00:56:24.257 INFO STEP 998 (remove_files) COMPLETE
82332026-07-29T00:56:25.116Z[ recovery-image] Jul 29 00:56:24.257 INFO O| Jul 29 00:56:24.257 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-07-29T00:56:25.116Z[ recovery-image] Jul 29 00:56:24.266 INFO O| Jul 29 00:56:24.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82352026-07-29T00:56:25.116Z[ recovery-image] Jul 29 00:56:24.266 INFO O| Jul 29 00:56:24.266 INFO STEP 999 (remove_files) COMPLETE
82362026-07-29T00:56:25.116Z[ recovery-image] Jul 29 00:56:24.266 INFO O| Jul 29 00:56:24.266 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-07-29T00:56:25.116Z[ recovery-image] Jul 29 00:56:24.274 INFO O| Jul 29 00:56:24.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82382026-07-29T00:56:25.116Z[ recovery-image] Jul 29 00:56:24.274 INFO O| Jul 29 00:56:24.274 INFO STEP 1000 (remove_files) COMPLETE
82392026-07-29T00:56:25.116Z[ recovery-image] Jul 29 00:56:24.274 INFO O| Jul 29 00:56:24.274 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-07-29T00:56:25.116Z[ recovery-image] Jul 29 00:56:24.282 INFO O| Jul 29 00:56:24.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82412026-07-29T00:56:25.116Z[ recovery-image] Jul 29 00:56:24.282 INFO O| Jul 29 00:56:24.282 INFO STEP 1001 (remove_files) COMPLETE
82422026-07-29T00:56:25.116Z[ recovery-image] Jul 29 00:56:24.282 INFO O| Jul 29 00:56:24.282 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-07-29T00:56:25.123Z[ recovery-image] Jul 29 00:56:24.291 INFO O| Jul 29 00:56:24.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82442026-07-29T00:56:25.124Z[ recovery-image] Jul 29 00:56:24.291 INFO O| Jul 29 00:56:24.291 INFO STEP 1002 (remove_files) COMPLETE
82452026-07-29T00:56:25.128Z[ recovery-image] Jul 29 00:56:24.291 INFO O| Jul 29 00:56:24.291 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-07-29T00:56:25.135Z[ recovery-image] Jul 29 00:56:24.302 INFO O| Jul 29 00:56:24.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82472026-07-29T00:56:25.138Z[ recovery-image] Jul 29 00:56:24.303 INFO O| Jul 29 00:56:24.303 INFO STEP 1003 (remove_files) COMPLETE
82482026-07-29T00:56:25.139Z[ recovery-image] Jul 29 00:56:24.303 INFO O| Jul 29 00:56:24.303 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-07-29T00:56:25.146Z[ recovery-image] Jul 29 00:56:24.314 INFO O| Jul 29 00:56:24.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82502026-07-29T00:56:25.146Z[ recovery-image] Jul 29 00:56:24.314 INFO O| Jul 29 00:56:24.314 INFO STEP 1004 (remove_files) COMPLETE
82512026-07-29T00:56:25.146Z[ recovery-image] Jul 29 00:56:24.314 INFO O| Jul 29 00:56:24.314 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-07-29T00:56:25.158Z[ recovery-image] Jul 29 00:56:24.325 INFO O| Jul 29 00:56:24.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
82532026-07-29T00:56:25.158Z[ recovery-image] Jul 29 00:56:24.325 INFO O| Jul 29 00:56:24.325 INFO STEP 1005 (remove_files) COMPLETE
82542026-07-29T00:56:25.158Z[ recovery-image] Jul 29 00:56:24.325 INFO O| Jul 29 00:56:24.325 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-07-29T00:56:25.169Z[ recovery-image] Jul 29 00:56:24.337 INFO O| Jul 29 00:56:24.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
82562026-07-29T00:56:25.169Z[ recovery-image] Jul 29 00:56:24.337 INFO O| Jul 29 00:56:24.337 INFO STEP 1006 (remove_files) COMPLETE
82572026-07-29T00:56:25.173Z[ recovery-image] Jul 29 00:56:24.337 INFO O| Jul 29 00:56:24.337 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-07-29T00:56:25.180Z[ recovery-image] Jul 29 00:56:24.347 INFO O| Jul 29 00:56:24.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
82592026-07-29T00:56:25.180Z[ recovery-image] Jul 29 00:56:24.347 INFO O| Jul 29 00:56:24.347 INFO STEP 1007 (remove_files) COMPLETE
82602026-07-29T00:56:25.180Z[ recovery-image] Jul 29 00:56:24.347 INFO O| Jul 29 00:56:24.347 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-07-29T00:56:25.190Z[ recovery-image] Jul 29 00:56:24.357 INFO O| Jul 29 00:56:24.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
82622026-07-29T00:56:25.190Z[ recovery-image] Jul 29 00:56:24.357 INFO O| Jul 29 00:56:24.357 INFO STEP 1008 (remove_files) COMPLETE
82632026-07-29T00:56:25.190Z[ recovery-image] Jul 29 00:56:24.357 INFO O| Jul 29 00:56:24.357 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-07-29T00:56:25.200Z[ recovery-image] Jul 29 00:56:24.367 INFO O| Jul 29 00:56:24.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
82652026-07-29T00:56:25.200Z[ recovery-image] Jul 29 00:56:24.367 INFO O| Jul 29 00:56:24.367 INFO STEP 1009 (remove_files) COMPLETE
82662026-07-29T00:56:25.200Z[ recovery-image] Jul 29 00:56:24.367 INFO O| Jul 29 00:56:24.367 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-07-29T00:56:25.210Z[ recovery-image] Jul 29 00:56:24.377 INFO O| Jul 29 00:56:24.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
82682026-07-29T00:56:25.210Z[ recovery-image] Jul 29 00:56:24.377 INFO O| Jul 29 00:56:24.377 INFO STEP 1010 (remove_files) COMPLETE
82692026-07-29T00:56:25.214Z[ recovery-image] Jul 29 00:56:24.377 INFO O| Jul 29 00:56:24.377 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-07-29T00:56:25.220Z[ recovery-image] Jul 29 00:56:24.388 INFO O| Jul 29 00:56:24.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
82712026-07-29T00:56:25.220Z[ recovery-image] Jul 29 00:56:24.388 INFO O| Jul 29 00:56:24.388 INFO STEP 1011 (remove_files) COMPLETE
82722026-07-29T00:56:25.224Z[ recovery-image] Jul 29 00:56:24.388 INFO O| Jul 29 00:56:24.388 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-07-29T00:56:25.231Z[ recovery-image] Jul 29 00:56:24.399 INFO O| Jul 29 00:56:24.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
82742026-07-29T00:56:25.235Z[ recovery-image] Jul 29 00:56:24.399 INFO O| Jul 29 00:56:24.399 INFO STEP 1012 (remove_files) COMPLETE
82752026-07-29T00:56:25.235Z[ recovery-image] Jul 29 00:56:24.399 INFO O| Jul 29 00:56:24.399 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-07-29T00:56:25.242Z[ recovery-image] Jul 29 00:56:24.410 INFO O| Jul 29 00:56:24.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
82772026-07-29T00:56:25.242Z[ recovery-image] Jul 29 00:56:24.410 INFO O| Jul 29 00:56:24.410 INFO STEP 1013 (remove_files) COMPLETE
82782026-07-29T00:56:25.242Z[ recovery-image] Jul 29 00:56:24.410 INFO O| Jul 29 00:56:24.410 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-07-29T00:56:25.252Z[ recovery-image] Jul 29 00:56:24.420 INFO O| Jul 29 00:56:24.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
82802026-07-29T00:56:25.252Z[ recovery-image] Jul 29 00:56:24.420 INFO O| Jul 29 00:56:24.420 INFO STEP 1014 (remove_files) COMPLETE
82812026-07-29T00:56:25.252Z[ recovery-image] Jul 29 00:56:24.420 INFO O| Jul 29 00:56:24.420 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-07-29T00:56:25.262Z[ recovery-image] Jul 29 00:56:24.430 INFO O| Jul 29 00:56:24.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
82832026-07-29T00:56:25.262Z[ recovery-image] Jul 29 00:56:24.430 INFO O| Jul 29 00:56:24.430 INFO STEP 1015 (remove_files) COMPLETE
82842026-07-29T00:56:25.262Z[ recovery-image] Jul 29 00:56:24.430 INFO O| Jul 29 00:56:24.430 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82852026-07-29T00:56:25.273Z[ recovery-image] Jul 29 00:56:24.440 INFO O| Jul 29 00:56:24.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
82862026-07-29T00:56:25.273Z[ recovery-image] Jul 29 00:56:24.440 INFO O| Jul 29 00:56:24.440 INFO STEP 1016 (remove_files) COMPLETE
82872026-07-29T00:56:25.273Z[ recovery-image] Jul 29 00:56:24.440 INFO O| Jul 29 00:56:24.440 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82882026-07-29T00:56:25.277Z[verify-libraries] Compiling tui-tree-widget v0.23.1
82892026-07-29T00:56:25.283Z[ recovery-image] Jul 29 00:56:24.451 INFO O| Jul 29 00:56:24.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
82902026-07-29T00:56:25.284Z[ recovery-image] Jul 29 00:56:24.451 INFO O| Jul 29 00:56:24.451 INFO STEP 1017 (remove_files) COMPLETE
82912026-07-29T00:56:25.287Z[ recovery-image] Jul 29 00:56:24.451 INFO O| Jul 29 00:56:24.451 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-07-29T00:56:25.293Z[ recovery-image] Jul 29 00:56:24.461 INFO O| Jul 29 00:56:24.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
82932026-07-29T00:56:25.293Z[ recovery-image] Jul 29 00:56:24.461 INFO O| Jul 29 00:56:24.461 INFO STEP 1018 (remove_files) COMPLETE
82942026-07-29T00:56:25.297Z[ recovery-image] Jul 29 00:56:24.461 INFO O| Jul 29 00:56:24.461 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-07-29T00:56:25.305Z[ recovery-image] Jul 29 00:56:24.473 INFO O| Jul 29 00:56:24.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
82962026-07-29T00:56:25.305Z[ recovery-image] Jul 29 00:56:24.473 INFO O| Jul 29 00:56:24.473 INFO STEP 1019 (remove_files) COMPLETE
82972026-07-29T00:56:25.309Z[ recovery-image] Jul 29 00:56:24.473 INFO O| Jul 29 00:56:24.473 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-07-29T00:56:25.316Z[ recovery-image] Jul 29 00:56:24.484 INFO O| Jul 29 00:56:24.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
82992026-07-29T00:56:25.316Z[ recovery-image] Jul 29 00:56:24.484 INFO O| Jul 29 00:56:24.484 INFO STEP 1020 (remove_files) COMPLETE
83002026-07-29T00:56:25.316Z[ recovery-image] Jul 29 00:56:24.484 INFO O| Jul 29 00:56:24.484 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-07-29T00:56:25.327Z[ recovery-image] Jul 29 00:56:24.495 INFO O| Jul 29 00:56:24.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83022026-07-29T00:56:25.327Z[ recovery-image] Jul 29 00:56:24.495 INFO O| Jul 29 00:56:24.495 INFO STEP 1021 (remove_files) COMPLETE
83032026-07-29T00:56:25.327Z[ recovery-image] Jul 29 00:56:24.495 INFO O| Jul 29 00:56:24.495 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-07-29T00:56:25.338Z[ recovery-image] Jul 29 00:56:24.506 INFO O| Jul 29 00:56:24.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83052026-07-29T00:56:25.338Z[ recovery-image] Jul 29 00:56:24.506 INFO O| Jul 29 00:56:24.506 INFO STEP 1022 (remove_files) COMPLETE
83062026-07-29T00:56:25.338Z[ recovery-image] Jul 29 00:56:24.506 INFO O| Jul 29 00:56:24.506 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-07-29T00:56:25.349Z[ recovery-image] Jul 29 00:56:24.517 INFO O| Jul 29 00:56:24.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83082026-07-29T00:56:25.349Z[ recovery-image] Jul 29 00:56:24.517 INFO O| Jul 29 00:56:24.517 INFO STEP 1023 (remove_files) COMPLETE
83092026-07-29T00:56:25.350Z[ recovery-image] Jul 29 00:56:24.517 INFO O| Jul 29 00:56:24.517 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-07-29T00:56:25.360Z[ recovery-image] Jul 29 00:56:24.528 INFO O| Jul 29 00:56:24.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83112026-07-29T00:56:25.360Z[ recovery-image] Jul 29 00:56:24.528 INFO O| Jul 29 00:56:24.528 INFO STEP 1024 (remove_files) COMPLETE
83122026-07-29T00:56:25.361Z[ recovery-image] Jul 29 00:56:24.528 INFO O| Jul 29 00:56:24.528 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-07-29T00:56:25.371Z[ recovery-image] Jul 29 00:56:24.538 INFO O| Jul 29 00:56:24.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83142026-07-29T00:56:25.371Z[ recovery-image] Jul 29 00:56:24.538 INFO O| Jul 29 00:56:24.538 INFO STEP 1025 (remove_files) COMPLETE
83152026-07-29T00:56:25.371Z[ recovery-image] Jul 29 00:56:24.538 INFO O| Jul 29 00:56:24.538 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-07-29T00:56:25.381Z[ recovery-image] Jul 29 00:56:24.548 INFO O| Jul 29 00:56:24.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83172026-07-29T00:56:25.381Z[ recovery-image] Jul 29 00:56:24.548 INFO O| Jul 29 00:56:24.548 INFO STEP 1026 (remove_files) COMPLETE
83182026-07-29T00:56:25.381Z[ recovery-image] Jul 29 00:56:24.548 INFO O| Jul 29 00:56:24.548 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-07-29T00:56:25.392Z[ recovery-image] Jul 29 00:56:24.559 INFO O| Jul 29 00:56:24.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83202026-07-29T00:56:25.392Z[ recovery-image] Jul 29 00:56:24.559 INFO O| Jul 29 00:56:24.559 INFO STEP 1027 (remove_files) COMPLETE
83212026-07-29T00:56:25.396Z[ recovery-image] Jul 29 00:56:24.559 INFO O| Jul 29 00:56:24.559 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-07-29T00:56:25.402Z[ recovery-image] Jul 29 00:56:24.570 INFO O| Jul 29 00:56:24.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83232026-07-29T00:56:25.403Z[ recovery-image] Jul 29 00:56:24.570 INFO O| Jul 29 00:56:24.570 INFO STEP 1028 (remove_files) COMPLETE
83242026-07-29T00:56:25.403Z[ recovery-image] Jul 29 00:56:24.570 INFO O| Jul 29 00:56:24.570 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-07-29T00:56:25.413Z[ recovery-image] Jul 29 00:56:24.581 INFO O| Jul 29 00:56:24.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83262026-07-29T00:56:25.413Z[ recovery-image] Jul 29 00:56:24.581 INFO O| Jul 29 00:56:24.581 INFO STEP 1029 (remove_files) COMPLETE
83272026-07-29T00:56:25.417Z[ recovery-image] Jul 29 00:56:24.581 INFO O| Jul 29 00:56:24.581 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-07-29T00:56:25.423Z[ recovery-image] Jul 29 00:56:24.591 INFO O| Jul 29 00:56:24.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83292026-07-29T00:56:25.424Z[ recovery-image] Jul 29 00:56:24.591 INFO O| Jul 29 00:56:24.591 INFO STEP 1030 (remove_files) COMPLETE
83302026-07-29T00:56:25.424Z[ recovery-image] Jul 29 00:56:24.591 INFO O| Jul 29 00:56:24.591 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-07-29T00:56:25.434Z[ recovery-image] Jul 29 00:56:24.602 INFO O| Jul 29 00:56:24.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83322026-07-29T00:56:25.434Z[ recovery-image] Jul 29 00:56:24.602 INFO O| Jul 29 00:56:24.602 INFO STEP 1031 (remove_files) COMPLETE
83332026-07-29T00:56:25.434Z[ recovery-image] Jul 29 00:56:24.602 INFO O| Jul 29 00:56:24.602 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-07-29T00:56:25.445Z[ recovery-image] Jul 29 00:56:24.613 INFO O| Jul 29 00:56:24.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83352026-07-29T00:56:25.445Z[ recovery-image] Jul 29 00:56:24.613 INFO O| Jul 29 00:56:24.613 INFO STEP 1032 (remove_files) COMPLETE
83362026-07-29T00:56:25.445Z[ recovery-image] Jul 29 00:56:24.613 INFO O| Jul 29 00:56:24.613 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-07-29T00:56:25.454Z[ recovery-image] Jul 29 00:56:24.622 INFO O| Jul 29 00:56:24.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83382026-07-29T00:56:25.454Z[ recovery-image] Jul 29 00:56:24.622 INFO O| Jul 29 00:56:24.622 INFO STEP 1033 (remove_files) COMPLETE
83392026-07-29T00:56:25.454Z[ recovery-image] Jul 29 00:56:24.622 INFO O| Jul 29 00:56:24.622 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-07-29T00:56:25.464Z[ recovery-image] Jul 29 00:56:24.632 INFO O| Jul 29 00:56:24.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83412026-07-29T00:56:25.464Z[ recovery-image] Jul 29 00:56:24.632 INFO O| Jul 29 00:56:24.632 INFO STEP 1034 (remove_files) COMPLETE
83422026-07-29T00:56:25.464Z[ recovery-image] Jul 29 00:56:24.632 INFO O| Jul 29 00:56:24.632 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-07-29T00:56:25.473Z[ recovery-image] Jul 29 00:56:24.641 INFO O| Jul 29 00:56:24.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83442026-07-29T00:56:25.473Z[ recovery-image] Jul 29 00:56:24.641 INFO O| Jul 29 00:56:24.641 INFO STEP 1035 (remove_files) COMPLETE
83452026-07-29T00:56:25.473Z[ recovery-image] Jul 29 00:56:24.641 INFO O| Jul 29 00:56:24.641 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-07-29T00:56:25.482Z[ recovery-image] Jul 29 00:56:24.650 INFO O| Jul 29 00:56:24.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83472026-07-29T00:56:25.482Z[ recovery-image] Jul 29 00:56:24.650 INFO O| Jul 29 00:56:24.650 INFO STEP 1036 (remove_files) COMPLETE
83482026-07-29T00:56:25.482Z[ recovery-image] Jul 29 00:56:24.650 INFO O| Jul 29 00:56:24.650 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-07-29T00:56:25.493Z[ recovery-image] Jul 29 00:56:24.660 INFO O| Jul 29 00:56:24.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83502026-07-29T00:56:25.493Z[ recovery-image] Jul 29 00:56:24.660 INFO O| Jul 29 00:56:24.660 INFO STEP 1037 (remove_files) COMPLETE
83512026-07-29T00:56:25.493Z[ recovery-image] Jul 29 00:56:24.660 INFO O| Jul 29 00:56:24.660 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-07-29T00:56:25.503Z[ recovery-image] Jul 29 00:56:24.670 INFO O| Jul 29 00:56:24.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
83532026-07-29T00:56:25.503Z[ recovery-image] Jul 29 00:56:24.670 INFO O| Jul 29 00:56:24.670 INFO STEP 1038 (remove_files) COMPLETE
83542026-07-29T00:56:25.503Z[ recovery-image] Jul 29 00:56:24.670 INFO O| Jul 29 00:56:24.670 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-07-29T00:56:25.513Z[ recovery-image] Jul 29 00:56:24.681 INFO O| Jul 29 00:56:24.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
83562026-07-29T00:56:25.513Z[ recovery-image] Jul 29 00:56:24.681 INFO O| Jul 29 00:56:24.681 INFO STEP 1039 (remove_files) COMPLETE
83572026-07-29T00:56:25.517Z[ recovery-image] Jul 29 00:56:24.681 INFO O| Jul 29 00:56:24.681 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-07-29T00:56:25.524Z[ recovery-image] Jul 29 00:56:24.692 INFO O| Jul 29 00:56:24.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
83592026-07-29T00:56:25.524Z[ recovery-image] Jul 29 00:56:24.692 INFO O| Jul 29 00:56:24.692 INFO STEP 1040 (remove_files) COMPLETE
83602026-07-29T00:56:25.524Z[ recovery-image] Jul 29 00:56:24.692 INFO O| Jul 29 00:56:24.692 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-07-29T00:56:25.534Z[ recovery-image] Jul 29 00:56:24.701 INFO O| Jul 29 00:56:24.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
83622026-07-29T00:56:25.534Z[ recovery-image] Jul 29 00:56:24.702 INFO O| Jul 29 00:56:24.702 INFO STEP 1041 (remove_files) COMPLETE
83632026-07-29T00:56:25.538Z[ recovery-image] Jul 29 00:56:24.702 INFO O| Jul 29 00:56:24.702 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-07-29T00:56:25.542Z[ recovery-image] Jul 29 00:56:24.710 INFO O| Jul 29 00:56:24.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
83652026-07-29T00:56:25.543Z[ recovery-image] Jul 29 00:56:24.710 INFO O| Jul 29 00:56:24.710 INFO STEP 1042 (remove_files) COMPLETE
83662026-07-29T00:56:25.547Z[ recovery-image] Jul 29 00:56:24.710 INFO O| Jul 29 00:56:24.710 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-07-29T00:56:25.552Z[ recovery-image] Jul 29 00:56:24.720 INFO O| Jul 29 00:56:24.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
83682026-07-29T00:56:25.552Z[ recovery-image] Jul 29 00:56:24.720 INFO O| Jul 29 00:56:24.720 INFO STEP 1043 (remove_files) COMPLETE
83692026-07-29T00:56:25.556Z[ recovery-image] Jul 29 00:56:24.720 INFO O| Jul 29 00:56:24.720 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-07-29T00:56:25.556Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
83712026-07-29T00:56:25.561Z[ recovery-image] Jul 29 00:56:24.729 INFO O| Jul 29 00:56:24.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
83722026-07-29T00:56:25.564Z[ recovery-image] Jul 29 00:56:24.729 INFO O| Jul 29 00:56:24.729 INFO STEP 1044 (remove_files) COMPLETE
83732026-07-29T00:56:25.565Z[ recovery-image] Jul 29 00:56:24.729 INFO O| Jul 29 00:56:24.729 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-07-29T00:56:25.570Z[ recovery-image] Jul 29 00:56:24.737 INFO O| Jul 29 00:56:24.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
83752026-07-29T00:56:25.570Z[ recovery-image] Jul 29 00:56:24.738 INFO O| Jul 29 00:56:24.737 INFO STEP 1045 (remove_files) COMPLETE
83762026-07-29T00:56:25.574Z[ recovery-image] Jul 29 00:56:24.738 INFO O| Jul 29 00:56:24.737 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-07-29T00:56:25.579Z[ recovery-image] Jul 29 00:56:24.746 INFO O| Jul 29 00:56:24.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
83782026-07-29T00:56:25.580Z[ recovery-image] Jul 29 00:56:24.746 INFO O| Jul 29 00:56:24.746 INFO STEP 1046 (remove_files) COMPLETE
83792026-07-29T00:56:25.580Z[ recovery-image] Jul 29 00:56:24.746 INFO O| Jul 29 00:56:24.746 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-07-29T00:56:25.586Z[ recovery-image] Jul 29 00:56:24.754 INFO O| Jul 29 00:56:24.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
83812026-07-29T00:56:25.586Z[ recovery-image] Jul 29 00:56:24.754 INFO O| Jul 29 00:56:24.754 INFO STEP 1047 (remove_files) COMPLETE
83822026-07-29T00:56:25.590Z[ recovery-image] Jul 29 00:56:24.754 INFO O| Jul 29 00:56:24.754 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-07-29T00:56:25.595Z[ recovery-image] Jul 29 00:56:24.763 INFO O| Jul 29 00:56:24.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
83842026-07-29T00:56:25.595Z[ recovery-image] Jul 29 00:56:24.763 INFO O| Jul 29 00:56:24.763 INFO STEP 1048 (remove_files) COMPLETE
83852026-07-29T00:56:25.598Z[ recovery-image] Jul 29 00:56:24.763 INFO O| Jul 29 00:56:24.763 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-07-29T00:56:25.604Z[ recovery-image] Jul 29 00:56:24.772 INFO O| Jul 29 00:56:24.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
83872026-07-29T00:56:25.604Z[ recovery-image] Jul 29 00:56:24.772 INFO O| Jul 29 00:56:24.772 INFO STEP 1049 (remove_files) COMPLETE
83882026-07-29T00:56:25.604Z[ recovery-image] Jul 29 00:56:24.772 INFO O| Jul 29 00:56:24.772 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-07-29T00:56:25.614Z[ recovery-image] Jul 29 00:56:24.782 INFO O| Jul 29 00:56:24.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
83902026-07-29T00:56:25.614Z[ recovery-image] Jul 29 00:56:24.782 INFO O| Jul 29 00:56:24.782 INFO STEP 1050 (remove_files) COMPLETE
83912026-07-29T00:56:25.614Z[ recovery-image] Jul 29 00:56:24.782 INFO O| Jul 29 00:56:24.782 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-07-29T00:56:25.625Z[ recovery-image] Jul 29 00:56:24.793 INFO O| Jul 29 00:56:24.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
83932026-07-29T00:56:25.625Z[ recovery-image] Jul 29 00:56:24.793 INFO O| Jul 29 00:56:24.793 INFO STEP 1051 (remove_files) COMPLETE
83942026-07-29T00:56:25.629Z[ recovery-image] Jul 29 00:56:24.793 INFO O| Jul 29 00:56:24.793 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-07-29T00:56:25.636Z[ recovery-image] Jul 29 00:56:24.804 INFO O| Jul 29 00:56:24.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
83962026-07-29T00:56:25.636Z[ recovery-image] Jul 29 00:56:24.804 INFO O| Jul 29 00:56:24.804 INFO STEP 1052 (remove_files) COMPLETE
83972026-07-29T00:56:25.636Z[ recovery-image] Jul 29 00:56:24.804 INFO O| Jul 29 00:56:24.804 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-07-29T00:56:25.646Z[ recovery-image] Jul 29 00:56:24.814 INFO O| Jul 29 00:56:24.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
83992026-07-29T00:56:25.647Z[ recovery-image] Jul 29 00:56:24.815 INFO O| Jul 29 00:56:24.815 INFO STEP 1053 (remove_files) COMPLETE
84002026-07-29T00:56:25.650Z[ recovery-image] Jul 29 00:56:24.815 INFO O| Jul 29 00:56:24.815 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-07-29T00:56:25.654Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
84022026-07-29T00:56:25.657Z[ recovery-image] Jul 29 00:56:24.824 INFO O| Jul 29 00:56:24.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84032026-07-29T00:56:25.657Z[ recovery-image] Jul 29 00:56:24.824 INFO O| Jul 29 00:56:24.824 INFO STEP 1054 (remove_files) COMPLETE
84042026-07-29T00:56:25.657Z[ recovery-image] Jul 29 00:56:24.824 INFO O| Jul 29 00:56:24.824 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-07-29T00:56:25.666Z[ recovery-image] Jul 29 00:56:24.833 INFO O| Jul 29 00:56:24.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84062026-07-29T00:56:25.666Z[ recovery-image] Jul 29 00:56:24.833 INFO O| Jul 29 00:56:24.833 INFO STEP 1055 (remove_files) COMPLETE
84072026-07-29T00:56:25.666Z[ recovery-image] Jul 29 00:56:24.833 INFO O| Jul 29 00:56:24.833 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-07-29T00:56:25.676Z[ recovery-image] Jul 29 00:56:24.843 INFO O| Jul 29 00:56:24.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84092026-07-29T00:56:25.676Z[ recovery-image] Jul 29 00:56:24.843 INFO O| Jul 29 00:56:24.843 INFO STEP 1056 (remove_files) COMPLETE
84102026-07-29T00:56:25.676Z[ recovery-image] Jul 29 00:56:24.843 INFO O| Jul 29 00:56:24.843 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-07-29T00:56:25.686Z[ recovery-image] Jul 29 00:56:24.854 INFO O| Jul 29 00:56:24.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84122026-07-29T00:56:25.686Z[ recovery-image] Jul 29 00:56:24.854 INFO O| Jul 29 00:56:24.854 INFO STEP 1057 (remove_files) COMPLETE
84132026-07-29T00:56:25.686Z[ recovery-image] Jul 29 00:56:24.854 INFO O| Jul 29 00:56:24.854 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-07-29T00:56:25.696Z[ recovery-image] Jul 29 00:56:24.864 INFO O| Jul 29 00:56:24.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84152026-07-29T00:56:25.696Z[ recovery-image] Jul 29 00:56:24.865 INFO O| Jul 29 00:56:24.865 INFO STEP 1058 (remove_files) COMPLETE
84162026-07-29T00:56:25.696Z[ recovery-image] Jul 29 00:56:24.865 INFO O| Jul 29 00:56:24.865 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-07-29T00:56:25.707Z[ recovery-image] Jul 29 00:56:24.875 INFO O| Jul 29 00:56:24.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84182026-07-29T00:56:25.707Z[ recovery-image] Jul 29 00:56:24.875 INFO O| Jul 29 00:56:24.875 INFO STEP 1059 (remove_files) COMPLETE
84192026-07-29T00:56:25.707Z[ recovery-image] Jul 29 00:56:24.875 INFO O| Jul 29 00:56:24.875 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-07-29T00:56:25.718Z[ recovery-image] Jul 29 00:56:24.885 INFO O| Jul 29 00:56:24.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84212026-07-29T00:56:25.718Z[ recovery-image] Jul 29 00:56:24.886 INFO O| Jul 29 00:56:24.886 INFO STEP 1060 (remove_files) COMPLETE
84222026-07-29T00:56:25.718Z[ recovery-image] Jul 29 00:56:24.886 INFO O| Jul 29 00:56:24.886 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-07-29T00:56:25.728Z[ recovery-image] Jul 29 00:56:24.897 INFO O| Jul 29 00:56:24.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84242026-07-29T00:56:25.729Z[ recovery-image] Jul 29 00:56:24.897 INFO O| Jul 29 00:56:24.897 INFO STEP 1061 (remove_files) COMPLETE
84252026-07-29T00:56:25.729Z[ recovery-image] Jul 29 00:56:24.897 INFO O| Jul 29 00:56:24.897 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-07-29T00:56:25.741Z[ recovery-image] Jul 29 00:56:24.909 INFO O| Jul 29 00:56:24.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84272026-07-29T00:56:25.741Z[ recovery-image] Jul 29 00:56:24.909 INFO O| Jul 29 00:56:24.907 INFO STEP 1062 (remove_files) COMPLETE
84282026-07-29T00:56:25.744Z[ recovery-image] Jul 29 00:56:24.909 INFO O| Jul 29 00:56:24.907 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-07-29T00:56:25.751Z[ recovery-image] Jul 29 00:56:24.919 INFO O| Jul 29 00:56:24.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84302026-07-29T00:56:25.755Z[ recovery-image] Jul 29 00:56:24.920 INFO O| Jul 29 00:56:24.920 INFO STEP 1063 (remove_files) COMPLETE
84312026-07-29T00:56:25.755Z[ recovery-image] Jul 29 00:56:24.920 INFO O| Jul 29 00:56:24.920 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-07-29T00:56:25.764Z[ recovery-image] Jul 29 00:56:24.932 INFO O| Jul 29 00:56:24.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84332026-07-29T00:56:25.767Z[ recovery-image] Jul 29 00:56:24.932 INFO O| Jul 29 00:56:24.932 INFO STEP 1064 (remove_files) COMPLETE
84342026-07-29T00:56:25.767Z[ recovery-image] Jul 29 00:56:24.932 INFO O| Jul 29 00:56:24.932 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-07-29T00:56:25.775Z[ recovery-image] Jul 29 00:56:24.942 INFO O| Jul 29 00:56:24.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84362026-07-29T00:56:25.775Z[ recovery-image] Jul 29 00:56:24.943 INFO O| Jul 29 00:56:24.943 INFO STEP 1065 (remove_files) COMPLETE
84372026-07-29T00:56:25.775Z[ recovery-image] Jul 29 00:56:24.943 INFO O| Jul 29 00:56:24.943 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-07-29T00:56:25.784Z[ recovery-image] Jul 29 00:56:24.952 INFO O| Jul 29 00:56:24.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84392026-07-29T00:56:25.785Z[ recovery-image] Jul 29 00:56:24.952 INFO O| Jul 29 00:56:24.952 INFO STEP 1066 (remove_files) COMPLETE
84402026-07-29T00:56:25.785Z[ recovery-image] Jul 29 00:56:24.952 INFO O| Jul 29 00:56:24.952 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-07-29T00:56:25.794Z[ recovery-image] Jul 29 00:56:24.962 INFO O| Jul 29 00:56:24.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84422026-07-29T00:56:25.794Z[ recovery-image] Jul 29 00:56:24.962 INFO O| Jul 29 00:56:24.962 INFO STEP 1067 (remove_files) COMPLETE
84432026-07-29T00:56:25.794Z[ recovery-image] Jul 29 00:56:24.962 INFO O| Jul 29 00:56:24.962 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-07-29T00:56:25.805Z[ recovery-image] Jul 29 00:56:24.973 INFO O| Jul 29 00:56:24.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84452026-07-29T00:56:25.805Z[ recovery-image] Jul 29 00:56:24.973 INFO O| Jul 29 00:56:24.973 INFO STEP 1068 (remove_files) COMPLETE
84462026-07-29T00:56:25.805Z[ recovery-image] Jul 29 00:56:24.973 INFO O| Jul 29 00:56:24.973 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-07-29T00:56:25.821Z[ recovery-image] Jul 29 00:56:24.985 INFO O| Jul 29 00:56:24.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84482026-07-29T00:56:25.821Z[ recovery-image] Jul 29 00:56:24.985 INFO O| Jul 29 00:56:24.984 INFO STEP 1069 (remove_files) COMPLETE
84492026-07-29T00:56:25.821Z[ recovery-image] Jul 29 00:56:24.985 INFO O| Jul 29 00:56:24.984 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-07-29T00:56:25.825Z[ recovery-image] Jul 29 00:56:24.993 INFO O| Jul 29 00:56:24.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
84512026-07-29T00:56:25.825Z[ recovery-image] Jul 29 00:56:24.993 INFO O| Jul 29 00:56:24.993 INFO STEP 1070 (remove_files) COMPLETE
84522026-07-29T00:56:25.825Z[ recovery-image] Jul 29 00:56:24.993 INFO O| Jul 29 00:56:24.993 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-07-29T00:56:25.831Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
84542026-07-29T00:56:25.837Z[ recovery-image] Jul 29 00:56:25.005 INFO O| Jul 29 00:56:25.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
84552026-07-29T00:56:25.837Z[ recovery-image] Jul 29 00:56:25.005 INFO O| Jul 29 00:56:25.005 INFO STEP 1071 (remove_files) COMPLETE
84562026-07-29T00:56:25.837Z[ recovery-image] Jul 29 00:56:25.005 INFO O| Jul 29 00:56:25.005 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-07-29T00:56:25.848Z[ recovery-image] Jul 29 00:56:25.016 INFO O| Jul 29 00:56:25.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
84582026-07-29T00:56:25.848Z[ recovery-image] Jul 29 00:56:25.016 INFO O| Jul 29 00:56:25.016 INFO STEP 1072 (remove_files) COMPLETE
84592026-07-29T00:56:25.848Z[ recovery-image] Jul 29 00:56:25.016 INFO O| Jul 29 00:56:25.016 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-07-29T00:56:25.857Z[ recovery-image] Jul 29 00:56:25.025 INFO O| Jul 29 00:56:25.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
84612026-07-29T00:56:25.858Z[ recovery-image] Jul 29 00:56:25.025 INFO O| Jul 29 00:56:25.025 INFO STEP 1073 (remove_files) COMPLETE
84622026-07-29T00:56:25.858Z[ recovery-image] Jul 29 00:56:25.025 INFO O| Jul 29 00:56:25.025 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-07-29T00:56:25.869Z[ recovery-image] Jul 29 00:56:25.037 INFO O| Jul 29 00:56:25.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
84642026-07-29T00:56:25.869Z[ recovery-image] Jul 29 00:56:25.037 INFO O| Jul 29 00:56:25.037 INFO STEP 1074 (remove_files) COMPLETE
84652026-07-29T00:56:25.869Z[ recovery-image] Jul 29 00:56:25.037 INFO O| Jul 29 00:56:25.037 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-07-29T00:56:25.879Z[ recovery-image] Jul 29 00:56:25.047 INFO O| Jul 29 00:56:25.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
84672026-07-29T00:56:25.879Z[ recovery-image] Jul 29 00:56:25.047 INFO O| Jul 29 00:56:25.047 INFO STEP 1075 (remove_files) COMPLETE
84682026-07-29T00:56:25.879Z[ recovery-image] Jul 29 00:56:25.047 INFO O| Jul 29 00:56:25.047 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-07-29T00:56:25.890Z[ recovery-image] Jul 29 00:56:25.058 INFO O| Jul 29 00:56:25.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
84702026-07-29T00:56:25.890Z[ recovery-image] Jul 29 00:56:25.058 INFO O| Jul 29 00:56:25.058 INFO STEP 1076 (remove_files) COMPLETE
84712026-07-29T00:56:25.894Z[ recovery-image] Jul 29 00:56:25.058 INFO O| Jul 29 00:56:25.058 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-07-29T00:56:25.899Z[ recovery-image] Jul 29 00:56:25.068 INFO O| Jul 29 00:56:25.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
84732026-07-29T00:56:25.900Z[ recovery-image] Jul 29 00:56:25.068 INFO O| Jul 29 00:56:25.068 INFO STEP 1077 (remove_files) COMPLETE
84742026-07-29T00:56:25.903Z[ recovery-image] Jul 29 00:56:25.068 INFO O| Jul 29 00:56:25.068 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-07-29T00:56:25.908Z[ recovery-image] Jul 29 00:56:25.076 INFO O| Jul 29 00:56:25.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
84762026-07-29T00:56:25.911Z[ recovery-image] Jul 29 00:56:25.076 INFO O| Jul 29 00:56:25.076 INFO STEP 1078 (remove_files) COMPLETE
84772026-07-29T00:56:25.911Z[ recovery-image] Jul 29 00:56:25.076 INFO O| Jul 29 00:56:25.076 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-07-29T00:56:25.916Z[ recovery-image] Jul 29 00:56:25.084 INFO O| Jul 29 00:56:25.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
84792026-07-29T00:56:25.916Z[ recovery-image] Jul 29 00:56:25.084 INFO O| Jul 29 00:56:25.084 INFO STEP 1079 (remove_files) COMPLETE
84802026-07-29T00:56:25.916Z[ recovery-image] Jul 29 00:56:25.084 INFO O| Jul 29 00:56:25.084 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-07-29T00:56:25.920Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
84822026-07-29T00:56:25.925Z[ recovery-image] Jul 29 00:56:25.093 INFO O| Jul 29 00:56:25.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
84832026-07-29T00:56:25.925Z[ recovery-image] Jul 29 00:56:25.094 INFO O| Jul 29 00:56:25.094 INFO STEP 1080 (remove_files) COMPLETE
84842026-07-29T00:56:25.926Z[ recovery-image] Jul 29 00:56:25.094 INFO O| Jul 29 00:56:25.094 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-07-29T00:56:25.938Z[ recovery-image] Jul 29 00:56:25.106 INFO O| Jul 29 00:56:25.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
84862026-07-29T00:56:25.938Z[ recovery-image] Jul 29 00:56:25.106 INFO O| Jul 29 00:56:25.104 INFO STEP 1081 (remove_files) COMPLETE
84872026-07-29T00:56:25.938Z[ recovery-image] Jul 29 00:56:25.106 INFO O| Jul 29 00:56:25.104 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-07-29T00:56:25.947Z[ recovery-image] Jul 29 00:56:25.115 INFO O| Jul 29 00:56:25.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
84892026-07-29T00:56:25.947Z[ recovery-image] Jul 29 00:56:25.115 INFO O| Jul 29 00:56:25.115 INFO STEP 1082 (remove_files) COMPLETE
84902026-07-29T00:56:25.947Z[ recovery-image] Jul 29 00:56:25.115 INFO O| Jul 29 00:56:25.115 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-07-29T00:56:25.957Z[ recovery-image] Jul 29 00:56:25.125 INFO O| Jul 29 00:56:25.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
84922026-07-29T00:56:25.957Z[ recovery-image] Jul 29 00:56:25.125 INFO O| Jul 29 00:56:25.125 INFO STEP 1083 (remove_files) COMPLETE
84932026-07-29T00:56:25.961Z[ recovery-image] Jul 29 00:56:25.125 INFO O| Jul 29 00:56:25.125 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-07-29T00:56:25.968Z[ recovery-image] Jul 29 00:56:25.136 INFO O| Jul 29 00:56:25.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
84952026-07-29T00:56:25.968Z[ recovery-image] Jul 29 00:56:25.137 INFO O| Jul 29 00:56:25.137 INFO STEP 1084 (remove_files) COMPLETE
84962026-07-29T00:56:25.969Z[ recovery-image] Jul 29 00:56:25.137 INFO O| Jul 29 00:56:25.137 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-07-29T00:56:25.972Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
84982026-07-29T00:56:25.978Z[ recovery-image] Jul 29 00:56:25.147 INFO O| Jul 29 00:56:25.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
84992026-07-29T00:56:25.978Z[ recovery-image] Jul 29 00:56:25.147 INFO O| Jul 29 00:56:25.147 INFO STEP 1085 (remove_files) COMPLETE
85002026-07-29T00:56:25.979Z[ recovery-image] Jul 29 00:56:25.147 INFO O| Jul 29 00:56:25.147 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-07-29T00:56:25.990Z[ recovery-image] Jul 29 00:56:25.157 INFO O| Jul 29 00:56:25.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85022026-07-29T00:56:25.990Z[ recovery-image] Jul 29 00:56:25.158 INFO O| Jul 29 00:56:25.157 INFO STEP 1086 (remove_files) COMPLETE
85032026-07-29T00:56:25.990Z[ recovery-image] Jul 29 00:56:25.158 INFO O| Jul 29 00:56:25.157 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-07-29T00:56:26.000Z[ recovery-image] Jul 29 00:56:25.168 INFO O| Jul 29 00:56:25.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85052026-07-29T00:56:26.003Z[ recovery-image] Jul 29 00:56:25.168 INFO O| Jul 29 00:56:25.168 INFO STEP 1087 (remove_files) COMPLETE
85062026-07-29T00:56:26.003Z[ recovery-image] Jul 29 00:56:25.168 INFO O| Jul 29 00:56:25.168 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85072026-07-29T00:56:26.012Z[ recovery-image] Jul 29 00:56:25.180 INFO O| Jul 29 00:56:25.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85082026-07-29T00:56:26.016Z[ recovery-image] Jul 29 00:56:25.180 INFO O| Jul 29 00:56:25.180 INFO STEP 1088 (remove_files) COMPLETE
85092026-07-29T00:56:26.016Z[ recovery-image] Jul 29 00:56:25.180 INFO O| Jul 29 00:56:25.180 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-07-29T00:56:26.021Z[ recovery-image] Jul 29 00:56:25.190 INFO O| Jul 29 00:56:25.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85112026-07-29T00:56:26.022Z[ recovery-image] Jul 29 00:56:25.190 INFO O| Jul 29 00:56:25.190 INFO STEP 1089 (remove_files) COMPLETE
85122026-07-29T00:56:26.022Z[ recovery-image] Jul 29 00:56:25.190 INFO O| Jul 29 00:56:25.190 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-07-29T00:56:26.031Z[ recovery-image] Jul 29 00:56:25.199 INFO O| Jul 29 00:56:25.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85142026-07-29T00:56:26.031Z[ recovery-image] Jul 29 00:56:25.199 INFO O| Jul 29 00:56:25.199 INFO STEP 1090 (remove_files) COMPLETE
85152026-07-29T00:56:26.031Z[ recovery-image] Jul 29 00:56:25.199 INFO O| Jul 29 00:56:25.199 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-07-29T00:56:26.042Z[ recovery-image] Jul 29 00:56:25.210 INFO O| Jul 29 00:56:25.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85172026-07-29T00:56:26.042Z[ recovery-image] Jul 29 00:56:25.210 INFO O| Jul 29 00:56:25.210 INFO STEP 1091 (remove_files) COMPLETE
85182026-07-29T00:56:26.042Z[ recovery-image] Jul 29 00:56:25.210 INFO O| Jul 29 00:56:25.210 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-07-29T00:56:26.053Z[ recovery-image] Jul 29 00:56:25.221 INFO O| Jul 29 00:56:25.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85202026-07-29T00:56:26.053Z[ recovery-image] Jul 29 00:56:25.221 INFO O| Jul 29 00:56:25.221 INFO STEP 1092 (remove_files) COMPLETE
85212026-07-29T00:56:26.053Z[ recovery-image] Jul 29 00:56:25.221 INFO O| Jul 29 00:56:25.221 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-07-29T00:56:26.062Z[ recovery-image] Jul 29 00:56:25.230 INFO O| Jul 29 00:56:25.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85232026-07-29T00:56:26.062Z[ recovery-image] Jul 29 00:56:25.230 INFO O| Jul 29 00:56:25.230 INFO STEP 1093 (remove_files) COMPLETE
85242026-07-29T00:56:26.066Z[ recovery-image] Jul 29 00:56:25.230 INFO O| Jul 29 00:56:25.230 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-07-29T00:56:26.072Z[ recovery-image] Jul 29 00:56:25.240 INFO O| Jul 29 00:56:25.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85262026-07-29T00:56:26.072Z[ recovery-image] Jul 29 00:56:25.240 INFO O| Jul 29 00:56:25.240 INFO STEP 1094 (remove_files) COMPLETE
85272026-07-29T00:56:26.076Z[ recovery-image] Jul 29 00:56:25.240 INFO O| Jul 29 00:56:25.240 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-07-29T00:56:26.082Z[ recovery-image] Jul 29 00:56:25.250 INFO O| Jul 29 00:56:25.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85292026-07-29T00:56:26.082Z[ recovery-image] Jul 29 00:56:25.250 INFO O| Jul 29 00:56:25.250 INFO STEP 1095 (remove_files) COMPLETE
85302026-07-29T00:56:26.082Z[ recovery-image] Jul 29 00:56:25.250 INFO O| Jul 29 00:56:25.250 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-07-29T00:56:26.093Z[ recovery-image] Jul 29 00:56:25.261 INFO O| Jul 29 00:56:25.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85322026-07-29T00:56:26.093Z[ recovery-image] Jul 29 00:56:25.261 INFO O| Jul 29 00:56:25.261 INFO STEP 1096 (remove_files) COMPLETE
85332026-07-29T00:56:26.099Z[ recovery-image] Jul 29 00:56:25.261 INFO O| Jul 29 00:56:25.261 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-07-29T00:56:26.103Z[ recovery-image] Jul 29 00:56:25.271 INFO O| Jul 29 00:56:25.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85352026-07-29T00:56:26.103Z[ recovery-image] Jul 29 00:56:25.271 INFO O| Jul 29 00:56:25.271 INFO STEP 1097 (remove_files) COMPLETE
85362026-07-29T00:56:26.107Z[ recovery-image] Jul 29 00:56:25.271 INFO O| Jul 29 00:56:25.271 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-07-29T00:56:26.115Z[ recovery-image] Jul 29 00:56:25.283 INFO O| Jul 29 00:56:25.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85382026-07-29T00:56:26.115Z[ recovery-image] Jul 29 00:56:25.283 INFO O| Jul 29 00:56:25.283 INFO STEP 1098 (remove_files) COMPLETE
85392026-07-29T00:56:26.119Z[ recovery-image] Jul 29 00:56:25.283 INFO O| Jul 29 00:56:25.283 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-07-29T00:56:26.126Z[ recovery-image] Jul 29 00:56:25.294 INFO O| Jul 29 00:56:25.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85412026-07-29T00:56:26.126Z[ recovery-image] Jul 29 00:56:25.294 INFO O| Jul 29 00:56:25.294 INFO STEP 1099 (remove_files) COMPLETE
85422026-07-29T00:56:26.130Z[ recovery-image] Jul 29 00:56:25.294 INFO O| Jul 29 00:56:25.294 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-07-29T00:56:26.139Z[ recovery-image] Jul 29 00:56:25.305 INFO O| Jul 29 00:56:25.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85442026-07-29T00:56:26.139Z[ recovery-image] Jul 29 00:56:25.305 INFO O| Jul 29 00:56:25.305 INFO STEP 1100 (remove_files) COMPLETE
85452026-07-29T00:56:26.142Z[ recovery-image] Jul 29 00:56:25.305 INFO O| Jul 29 00:56:25.305 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-07-29T00:56:26.148Z[ recovery-image] Jul 29 00:56:25.316 INFO O| Jul 29 00:56:25.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85472026-07-29T00:56:26.148Z[ recovery-image] Jul 29 00:56:25.316 INFO O| Jul 29 00:56:25.316 INFO STEP 1101 (remove_files) COMPLETE
85482026-07-29T00:56:26.151Z[ recovery-image] Jul 29 00:56:25.316 INFO O| Jul 29 00:56:25.316 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-07-29T00:56:26.158Z[ recovery-image] Jul 29 00:56:25.326 INFO O| Jul 29 00:56:25.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85502026-07-29T00:56:26.158Z[ recovery-image] Jul 29 00:56:25.326 INFO O| Jul 29 00:56:25.326 INFO STEP 1102 (remove_files) COMPLETE
85512026-07-29T00:56:26.161Z[ recovery-image] Jul 29 00:56:25.326 INFO O| Jul 29 00:56:25.326 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-07-29T00:56:26.168Z[ recovery-image] Jul 29 00:56:25.336 INFO O| Jul 29 00:56:25.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
85532026-07-29T00:56:26.168Z[ recovery-image] Jul 29 00:56:25.336 INFO O| Jul 29 00:56:25.336 INFO STEP 1103 (remove_files) COMPLETE
85542026-07-29T00:56:26.168Z[ recovery-image] Jul 29 00:56:25.336 INFO O| Jul 29 00:56:25.336 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-07-29T00:56:26.178Z[ recovery-image] Jul 29 00:56:25.346 INFO O| Jul 29 00:56:25.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
85562026-07-29T00:56:26.179Z[ recovery-image] Jul 29 00:56:25.346 INFO O| Jul 29 00:56:25.346 INFO STEP 1104 (remove_files) COMPLETE
85572026-07-29T00:56:26.182Z[ recovery-image] Jul 29 00:56:25.346 INFO O| Jul 29 00:56:25.346 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-07-29T00:56:26.189Z[ recovery-image] Jul 29 00:56:25.357 INFO O| Jul 29 00:56:25.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
85592026-07-29T00:56:26.189Z[ recovery-image] Jul 29 00:56:25.357 INFO O| Jul 29 00:56:25.357 INFO STEP 1105 (remove_files) COMPLETE
85602026-07-29T00:56:26.189Z[ recovery-image] Jul 29 00:56:25.357 INFO O| Jul 29 00:56:25.357 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-07-29T00:56:26.200Z[ recovery-image] Jul 29 00:56:25.368 INFO O| Jul 29 00:56:25.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
85622026-07-29T00:56:26.200Z[ recovery-image] Jul 29 00:56:25.368 INFO O| Jul 29 00:56:25.368 INFO STEP 1106 (remove_files) COMPLETE
85632026-07-29T00:56:26.200Z[ recovery-image] Jul 29 00:56:25.368 INFO O| Jul 29 00:56:25.368 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-07-29T00:56:26.209Z[ recovery-image] Jul 29 00:56:25.377 INFO O| Jul 29 00:56:25.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
85652026-07-29T00:56:26.209Z[ recovery-image] Jul 29 00:56:25.377 INFO O| Jul 29 00:56:25.377 INFO STEP 1107 (remove_files) COMPLETE
85662026-07-29T00:56:26.213Z[ recovery-image] Jul 29 00:56:25.377 INFO O| Jul 29 00:56:25.377 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-07-29T00:56:26.218Z[ recovery-image] Jul 29 00:56:25.386 INFO O| Jul 29 00:56:25.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
85682026-07-29T00:56:26.218Z[ recovery-image] Jul 29 00:56:25.386 INFO O| Jul 29 00:56:25.386 INFO STEP 1108 (remove_files) COMPLETE
85692026-07-29T00:56:26.222Z[ recovery-image] Jul 29 00:56:25.386 INFO O| Jul 29 00:56:25.386 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-07-29T00:56:26.228Z[ recovery-image] Jul 29 00:56:25.396 INFO O| Jul 29 00:56:25.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
85712026-07-29T00:56:26.228Z[ recovery-image] Jul 29 00:56:25.396 INFO O| Jul 29 00:56:25.396 INFO STEP 1109 (remove_files) COMPLETE
85722026-07-29T00:56:26.231Z[ recovery-image] Jul 29 00:56:25.396 INFO O| Jul 29 00:56:25.396 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-07-29T00:56:26.236Z[ recovery-image] Jul 29 00:56:25.404 INFO O| Jul 29 00:56:25.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
85742026-07-29T00:56:26.236Z[ recovery-image] Jul 29 00:56:25.404 INFO O| Jul 29 00:56:25.404 INFO STEP 1110 (remove_files) COMPLETE
85752026-07-29T00:56:26.236Z[ recovery-image] Jul 29 00:56:25.404 INFO O| Jul 29 00:56:25.404 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-07-29T00:56:26.248Z[ recovery-image] Jul 29 00:56:25.416 INFO O| Jul 29 00:56:25.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
85772026-07-29T00:56:26.256Z[ recovery-image] Jul 29 00:56:25.416 INFO O| Jul 29 00:56:25.416 INFO STEP 1111 (remove_files) COMPLETE
85782026-07-29T00:56:26.256Z[ recovery-image] Jul 29 00:56:25.416 INFO O| Jul 29 00:56:25.416 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-07-29T00:56:26.260Z[ recovery-image] Jul 29 00:56:25.427 INFO O| Jul 29 00:56:25.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
85802026-07-29T00:56:26.260Z[ recovery-image] Jul 29 00:56:25.427 INFO O| Jul 29 00:56:25.427 INFO STEP 1112 (remove_files) COMPLETE
85812026-07-29T00:56:26.260Z[ recovery-image] Jul 29 00:56:25.427 INFO O| Jul 29 00:56:25.427 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-07-29T00:56:26.268Z[ recovery-image] Jul 29 00:56:25.436 INFO O| Jul 29 00:56:25.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
85832026-07-29T00:56:26.269Z[ recovery-image] Jul 29 00:56:25.437 INFO O| Jul 29 00:56:25.436 INFO STEP 1113 (remove_files) COMPLETE
85842026-07-29T00:56:26.269Z[ recovery-image] Jul 29 00:56:25.437 INFO O| Jul 29 00:56:25.437 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-07-29T00:56:26.278Z[ recovery-image] Jul 29 00:56:25.446 INFO O| Jul 29 00:56:25.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
85862026-07-29T00:56:26.278Z[ recovery-image] Jul 29 00:56:25.446 INFO O| Jul 29 00:56:25.446 INFO STEP 1114 (remove_files) COMPLETE
85872026-07-29T00:56:26.279Z[ recovery-image] Jul 29 00:56:25.446 INFO O| Jul 29 00:56:25.446 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-07-29T00:56:26.288Z[ recovery-image] Jul 29 00:56:25.456 INFO O| Jul 29 00:56:25.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
85892026-07-29T00:56:26.288Z[ recovery-image] Jul 29 00:56:25.456 INFO O| Jul 29 00:56:25.456 INFO STEP 1115 (remove_files) COMPLETE
85902026-07-29T00:56:26.288Z[ recovery-image] Jul 29 00:56:25.456 INFO O| Jul 29 00:56:25.456 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-07-29T00:56:26.298Z[ recovery-image] Jul 29 00:56:25.466 INFO O| Jul 29 00:56:25.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
85922026-07-29T00:56:26.298Z[ recovery-image] Jul 29 00:56:25.466 INFO O| Jul 29 00:56:25.466 INFO STEP 1116 (remove_files) COMPLETE
85932026-07-29T00:56:26.302Z[ recovery-image] Jul 29 00:56:25.466 INFO O| Jul 29 00:56:25.466 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-07-29T00:56:26.308Z[ recovery-image] Jul 29 00:56:25.476 INFO O| Jul 29 00:56:25.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
85952026-07-29T00:56:26.308Z[ recovery-image] Jul 29 00:56:25.476 INFO O| Jul 29 00:56:25.476 INFO STEP 1117 (remove_files) COMPLETE
85962026-07-29T00:56:26.308Z[ recovery-image] Jul 29 00:56:25.476 INFO O| Jul 29 00:56:25.476 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
85972026-07-29T00:56:26.323Z[ recovery-image] Jul 29 00:56:25.491 INFO O| Jul 29 00:56:25.491 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
85982026-07-29T00:56:26.323Z[ recovery-image] Jul 29 00:56:25.491 INFO O| Jul 29 00:56:25.491 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
85992026-07-29T00:56:26.562Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
86002026-07-29T00:56:26.798Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
86012026-07-29T00:56:26.860Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
86022026-07-29T00:56:27.087Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
86032026-07-29T00:56:27.121Z[ recovery-image] Jul 29 00:56:26.289 INFO O| Jul 29 00:56:26.289 INFO STEP 1118 (pack_tar) COMPLETE
86042026-07-29T00:56:27.121Z[ recovery-image] Jul 29 00:56:26.289 INFO O| Jul 29 00:56:26.289 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86052026-07-29T00:56:27.125Z[ recovery-image] Jul 29 00:56:26.289 INFO O| Jul 29 00:56:26.289 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86062026-07-29T00:56:27.199Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
86072026-07-29T00:56:27.317Z[verify-libraries] Compiling fatfs v0.3.6
86082026-07-29T00:56:27.354Z[verify-libraries] Compiling num-bigint v0.4.6
86092026-07-29T00:56:27.440Z[verify-libraries] Compiling generic-array v1.4.3
86102026-07-29T00:56:27.505Z[verify-libraries] Compiling russh-util v0.52.0
86112026-07-29T00:56:27.529Z[verify-libraries] Compiling enum_dispatch v0.3.13
86122026-07-29T00:56:27.551Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
86132026-07-29T00:56:27.555Z[verify-libraries] Compiling sapling-renderdag v0.1.0
86142026-07-29T00:56:27.700Z[verify-libraries] Compiling delegate v0.13.5
86152026-07-29T00:56:27.735Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
86162026-07-29T00:56:27.832Z[ recovery-image] Jul 29 00:56:27.000 INFO O| Jul 29 00:56:27.000 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86172026-07-29T00:56:27.972Z[ recovery-image] Jul 29 00:56:27.140 INFO O| Jul 29 00:56:27.140 INFO completed processing sled/ramdisk-03-recovery-trim
86182026-07-29T00:56:27.978Z[ recovery-image] Jul 29 00:56:27.144 INFO image builder template: zfs-recovery...
86192026-07-29T00:56:27.978Z[ recovery-image] Jul 29 00:56:27.144 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/.tmpv7Qs9L/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@22.0.0.0", "-n", "zfs-recovery"], pwd: None
86202026-07-29T00:56:27.993Z[verify-libraries] Compiling md5 v0.8.0
86212026-07-29T00:56:28.006Z[ recovery-image] Jul 29 00:56:27.171 INFO O| Jul 29 00:56:27.171 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86222026-07-29T00:56:28.012Z[ recovery-image] Jul 29 00:56:27.175 INFO O| Jul 29 00:56:27.175 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86232026-07-29T00:56:28.018Z[verify-libraries] Compiling seq-macro v0.3.6
86242026-07-29T00:56:28.148Z[verify-libraries] Compiling hex-literal v1.1.0
86252026-07-29T00:56:28.160Z[ recovery-image] Jul 29 00:56:27.328 INFO O| Jul 29 00:56:27.327 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86262026-07-29T00:56:28.287Z[verify-libraries] Compiling sync-ptr v0.1.4
86272026-07-29T00:56:28.309Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
86282026-07-29T00:56:28.323Z[ recovery-image] Jul 29 00:56:27.491 INFO O| Jul 29 00:56:27.490 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86292026-07-29T00:56:28.323Z[ recovery-image] Jul 29 00:56:27.491 INFO O| Jul 29 00:56:27.491 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86302026-07-29T00:56:28.327Z[ recovery-image] Jul 29 00:56:27.494 INFO O| Jul 29 00:56:27.494 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86312026-07-29T00:56:28.431Z[ recovery-image] Jul 29 00:56:27.598 INFO O| Jul 29 00:56:27.598 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86322026-07-29T00:56:28.435Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
86332026-07-29T00:56:28.457Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
86342026-07-29T00:56:28.503Z[ recovery-image] Jul 29 00:56:27.671 INFO O| Jul 29 00:56:27.671 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86352026-07-29T00:56:28.512Z[ recovery-image] Jul 29 00:56:27.680 INFO O| Jul 29 00:56:27.679 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86362026-07-29T00:56:28.517Z[ recovery-image] Jul 29 00:56:27.684 INFO O| Jul 29 00:56:27.684 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86372026-07-29T00:56:28.521Z[ recovery-image] Jul 29 00:56:27.685 INFO O| Jul 29 00:56:27.685 INFO no lofi found
86382026-07-29T00:56:28.521Z[ recovery-image] Jul 29 00:56:27.685 INFO O| Jul 29 00:56:27.685 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86392026-07-29T00:56:28.521Z[ recovery-image] Jul 29 00:56:27.685 INFO O| Jul 29 00:56:27.685 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86402026-07-29T00:56:28.732Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
86412026-07-29T00:56:28.792Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
86422026-07-29T00:56:29.000Z[verify-libraries] Compiling russh v0.62.4
86432026-07-29T00:56:29.728Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
86442026-07-29T00:56:29.829Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
86452026-07-29T00:56:30.833Z[ recovery-image] Jul 29 00:56:30.001 INFO O| Jul 29 00:56:30.001 INFO lofi device = /dev/dsk/c2t1d0p0
86462026-07-29T00:56:30.833Z[ recovery-image] Jul 29 00:56:30.001 INFO O| Jul 29 00:56:30.001 INFO pool device = /dev/dsk/c2t1d0p0
86472026-07-29T00:56:30.833Z[ recovery-image] Jul 29 00:56:30.001 INFO O| Jul 29 00:56:30.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"]
86482026-07-29T00:56:31.017Z[ recovery-image] Jul 29 00:56:30.180 INFO O| Jul 29 00:56:30.180 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86492026-07-29T00:56:31.017Z[ recovery-image] Jul 29 00:56:30.180 INFO O| Jul 29 00:56:30.180 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86502026-07-29T00:56:31.039Z[ recovery-image] Jul 29 00:56:30.207 INFO O| Jul 29 00:56:30.207 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86512026-07-29T00:56:31.155Z[ recovery-image] Jul 29 00:56:30.321 INFO O| Jul 29 00:56:30.319 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86522026-07-29T00:56:31.185Z[ recovery-image] Jul 29 00:56:30.353 INFO O| Jul 29 00:56:30.353 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86532026-07-29T00:56:31.208Z[ recovery-image] Jul 29 00:56:30.375 INFO O| Jul 29 00:56:30.375 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86542026-07-29T00:56:31.230Z[ recovery-image] Jul 29 00:56:30.394 INFO O| Jul 29 00:56:30.394 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86552026-07-29T00:56:31.269Z[ recovery-image] Jul 29 00:56:30.437 INFO O| Jul 29 00:56:30.437 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86562026-07-29T00:56:31.269Z[ recovery-image] Jul 29 00:56:30.437 INFO O| Jul 29 00:56:30.437 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86572026-07-29T00:56:31.269Z[ recovery-image] Jul 29 00:56:30.437 INFO O| Jul 29 00:56:30.437 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86582026-07-29T00:56:31.280Z[ recovery-image] Jul 29 00:56:30.448 INFO O| Jul 29 00:56:30.448 INFO boot environment UUID: 83c13c44-88aa-4a41-beff-72d254cc2424
86592026-07-29T00:56:31.280Z[ recovery-image] Jul 29 00:56:30.448 INFO O| Jul 29 00:56:30.448 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 83c13c44-88aa-4a41-beff-72d254cc2424
86602026-07-29T00:56:31.301Z[ recovery-image] Jul 29 00:56:30.467 INFO O| Jul 29 00:56:30.467 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86612026-07-29T00:56:31.318Z[ recovery-image] Jul 29 00:56:30.485 INFO O| Jul 29 00:56:30.485 INFO STEP 0 (create_be) COMPLETE
86622026-07-29T00:56:31.318Z[ recovery-image] Jul 29 00:56:30.485 INFO O| Jul 29 00:56:30.485 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86632026-07-29T00:56:31.333Z[ recovery-image] Jul 29 00:56:30.501 INFO O| Jul 29 00:56:30.501 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86642026-07-29T00:56:31.942Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
86652026-07-29T00:56:31.978Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
86662026-07-29T00:56:32.048Z[verify-libraries] Compiling socket2 v0.5.10
86672026-07-29T00:56:32.341Z[verify-libraries] Compiling internet-checksum v0.2.1
86682026-07-29T00:56:32.653Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
86692026-07-29T00:56:32.787Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
86702026-07-29T00:56:33.471Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
86712026-07-29T00:56:33.890Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86722026-07-29T00:56:35.380Z[verify-libraries] Compiling samael v0.0.19
86732026-07-29T00:56:35.408Z[verify-libraries] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
86742026-07-29T00:56:36.263Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86752026-07-29T00:56:36.299Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86762026-07-29T00:56:36.495Z[verify-libraries] Compiling git2 v0.20.4
86772026-07-29T00:56:36.802Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86782026-07-29T00:56:36.992Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86792026-07-29T00:56:37.147Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86802026-07-29T00:56:37.407Z[verify-libraries] Compiling yansi v1.0.1
86812026-07-29T00:56:37.770Z[verify-libraries] Compiling pretty_assertions v1.4.1
86822026-07-29T00:56:38.085Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
86832026-07-29T00:56:38.157Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86842026-07-29T00:56:38.546Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
86852026-07-29T00:56:38.605Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86862026-07-29T00:56:38.782Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
86872026-07-29T00:56:39.155Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86882026-07-29T00:56:39.292Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86892026-07-29T00:56:39.457Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
86902026-07-29T00:56:39.660Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86912026-07-29T00:56:39.996Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
86922026-07-29T00:56:40.057Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
86932026-07-29T00:56:40.224Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
86942026-07-29T00:56:40.365Z[ recovery-image] Jul 29 00:56:39.532 INFO O| Jul 29 00:56:39.532 INFO STEP 1 (unpack_tar) COMPLETE
86952026-07-29T00:56:40.365Z[ recovery-image] Jul 29 00:56:39.532 INFO O| Jul 29 00:56:39.532 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86962026-07-29T00:56:40.369Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
86972026-07-29T00:56:40.375Z[ recovery-image] Jul 29 00:56:39.543 INFO O| Jul 29 00:56:39.543 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86982026-07-29T00:56:40.429Z[verify-libraries] Compiling drift v0.2.0
86992026-07-29T00:56:40.550Z[verify-libraries] Compiling digest-io v0.1.0
87002026-07-29T00:56:40.605Z[verify-libraries] Compiling uzers v0.12.2
87012026-07-29T00:56:40.795Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
87022026-07-29T00:56:40.836Z[verify-libraries] Compiling rawzip v0.4.4
87032026-07-29T00:56:41.493Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87042026-07-29T00:56:41.617Z[ recovery-image] Jul 29 00:56:40.785 INFO O| Jul 29 00:56:40.785 INFO STEP 2 (devfsadm) COMPLETE
87052026-07-29T00:56:41.617Z[ recovery-image] Jul 29 00:56:40.785 INFO O| Jul 29 00:56:40.785 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87062026-07-29T00:56:41.629Z[ recovery-image] Jul 29 00:56:40.797 INFO O| Jul 29 00:56:40.796 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87072026-07-29T00:56:41.629Z[ recovery-image] Jul 29 00:56:40.797 INFO O| Jul 29 00:56:40.796 INFO STEP 3 (ensure_dir) COMPLETE
87082026-07-29T00:56:41.629Z[ recovery-image] Jul 29 00:56:40.797 INFO O| Jul 29 00:56:40.797 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87092026-07-29T00:56:41.639Z[ recovery-image] Jul 29 00:56:40.806 INFO O| Jul 29 00:56:40.806 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87102026-07-29T00:56:41.639Z[ recovery-image] Jul 29 00:56:40.806 INFO O| Jul 29 00:56:40.806 INFO STEP 4 (ensure_dir) COMPLETE
87112026-07-29T00:56:41.639Z[ recovery-image] Jul 29 00:56:40.806 INFO O| Jul 29 00:56:40.806 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87122026-07-29T00:56:41.648Z[ recovery-image] Jul 29 00:56:40.816 INFO O| Jul 29 00:56:40.816 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87132026-07-29T00:56:41.649Z[ recovery-image] Jul 29 00:56:40.816 INFO O| Jul 29 00:56:40.816 INFO STEP 5 (ensure_dir) COMPLETE
87142026-07-29T00:56:41.652Z[ recovery-image] Jul 29 00:56:40.816 INFO O| Jul 29 00:56:40.816 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87152026-07-29T00:56:41.658Z[ recovery-image] Jul 29 00:56:40.826 INFO O| Jul 29 00:56:40.826 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87162026-07-29T00:56:41.658Z[ recovery-image] Jul 29 00:56:40.826 INFO O| Jul 29 00:56:40.826 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87172026-07-29T00:56:41.658Z[ recovery-image] Jul 29 00:56:40.826 INFO O| Jul 29 00:56:40.826 INFO STEP 6 (ensure_dir) COMPLETE
87182026-07-29T00:56:41.662Z[ recovery-image] Jul 29 00:56:40.826 INFO O| Jul 29 00:56:40.826 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87192026-07-29T00:56:41.668Z[ recovery-image] Jul 29 00:56:40.836 INFO O| Jul 29 00:56:40.836 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87202026-07-29T00:56:41.668Z[ recovery-image] Jul 29 00:56:40.836 INFO O| Jul 29 00:56:40.836 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87212026-07-29T00:56:41.671Z[ recovery-image] Jul 29 00:56:40.836 INFO O| Jul 29 00:56:40.836 INFO STEP 7 (ensure_dir) COMPLETE
87222026-07-29T00:56:41.671Z[ recovery-image] Jul 29 00:56:40.836 INFO O| Jul 29 00:56:40.836 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87232026-07-29T00:56:41.678Z[ recovery-image] Jul 29 00:56:40.846 INFO O| Jul 29 00:56:40.846 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87242026-07-29T00:56:41.682Z[ recovery-image] Jul 29 00:56:40.847 INFO O| Jul 29 00:56:40.847 INFO STEP 8 (remove_files) COMPLETE
87252026-07-29T00:56:41.682Z[ recovery-image] Jul 29 00:56:40.847 INFO O| Jul 29 00:56:40.847 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87262026-07-29T00:56:41.690Z[ recovery-image] Jul 29 00:56:40.858 INFO O| Jul 29 00:56:40.858 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87272026-07-29T00:56:41.694Z[ recovery-image] Jul 29 00:56:40.858 INFO O| Jul 29 00:56:40.858 INFO STEP 9 (remove_files) COMPLETE
87282026-07-29T00:56:41.694Z[ recovery-image] Jul 29 00:56:40.858 INFO O| Jul 29 00:56:40.858 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87292026-07-29T00:56:41.701Z[ recovery-image] Jul 29 00:56:40.869 INFO O| Jul 29 00:56:40.868 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87302026-07-29T00:56:41.704Z[ recovery-image] Jul 29 00:56:40.869 INFO O| Jul 29 00:56:40.869 INFO STEP 10 (remove_files) COMPLETE
87312026-07-29T00:56:41.704Z[ recovery-image] Jul 29 00:56:40.869 INFO O| Jul 29 00:56:40.869 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87322026-07-29T00:56:41.712Z[ recovery-image] Jul 29 00:56:40.880 INFO O| Jul 29 00:56:40.880 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87332026-07-29T00:56:41.712Z[ recovery-image] Jul 29 00:56:40.880 INFO O| Jul 29 00:56:40.880 INFO STEP 11 (remove_files) COMPLETE
87342026-07-29T00:56:41.715Z[ recovery-image] Jul 29 00:56:40.880 INFO O| Jul 29 00:56:40.880 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87352026-07-29T00:56:41.720Z[ recovery-image] Jul 29 00:56:40.888 INFO O| Jul 29 00:56:40.888 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87362026-07-29T00:56:41.720Z[ recovery-image] Jul 29 00:56:40.888 INFO O| Jul 29 00:56:40.888 INFO STEP 12 (remove_files) COMPLETE
87372026-07-29T00:56:41.720Z[ recovery-image] Jul 29 00:56:40.888 INFO O| Jul 29 00:56:40.888 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87382026-07-29T00:56:41.730Z[ recovery-image] Jul 29 00:56:40.898 INFO O| Jul 29 00:56:40.898 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87392026-07-29T00:56:41.730Z[ recovery-image] Jul 29 00:56:40.898 INFO O| Jul 29 00:56:40.898 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87402026-07-29T00:56:41.730Z[ recovery-image] Jul 29 00:56:40.898 INFO O| Jul 29 00:56:40.898 INFO STEP 13 (ensure_dir) COMPLETE
87412026-07-29T00:56:41.734Z[ recovery-image] Jul 29 00:56:40.898 INFO O| Jul 29 00:56:40.898 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87422026-07-29T00:56:41.750Z[ recovery-image] Jul 29 00:56:40.918 INFO O| Jul 29 00:56:40.918 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87432026-07-29T00:56:41.750Z[ recovery-image] Jul 29 00:56:40.918 INFO O| Jul 29 00:56:40.918 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87442026-07-29T00:56:41.750Z[ recovery-image] Jul 29 00:56:40.918 INFO O| Jul 29 00:56:40.918 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87452026-07-29T00:56:41.754Z[ recovery-image] Jul 29 00:56:40.918 INFO O| Jul 29 00:56:40.918 INFO STEP 14 (ensure_dir) COMPLETE
87462026-07-29T00:56:41.754Z[ recovery-image] Jul 29 00:56:40.918 INFO O| Jul 29 00:56:40.918 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87472026-07-29T00:56:41.763Z[ recovery-image] Jul 29 00:56:40.930 INFO O| Jul 29 00:56:40.930 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87482026-07-29T00:56:41.763Z[ recovery-image] Jul 29 00:56:40.930 INFO O| Jul 29 00:56:40.930 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87492026-07-29T00:56:41.767Z[ recovery-image] Jul 29 00:56:40.930 INFO O| Jul 29 00:56:40.930 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87502026-07-29T00:56:41.767Z[ recovery-image] Jul 29 00:56:40.930 INFO O| Jul 29 00:56:40.930 INFO STEP 15 (ensure_dir) COMPLETE
87512026-07-29T00:56:41.767Z[ recovery-image] Jul 29 00:56:40.930 INFO O| Jul 29 00:56:40.930 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87522026-07-29T00:56:41.775Z[ recovery-image] Jul 29 00:56:40.943 INFO O| Jul 29 00:56:40.943 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87532026-07-29T00:56:41.775Z[ recovery-image] Jul 29 00:56:40.943 INFO O| Jul 29 00:56:40.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87542026-07-29T00:56:41.775Z[ recovery-image] Jul 29 00:56:40.943 INFO O| Jul 29 00:56:40.943 INFO STEP 16 (ensure_dir) COMPLETE
87552026-07-29T00:56:41.779Z[ recovery-image] Jul 29 00:56:40.943 INFO O| Jul 29 00:56:40.943 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87562026-07-29T00:56:41.779Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
87572026-07-29T00:56:41.786Z[ recovery-image] Jul 29 00:56:40.953 INFO O| Jul 29 00:56:40.953 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87582026-07-29T00:56:41.786Z[ recovery-image] Jul 29 00:56:40.953 INFO O| Jul 29 00:56:40.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87592026-07-29T00:56:41.790Z[ recovery-image] Jul 29 00:56:40.953 INFO O| Jul 29 00:56:40.953 INFO STEP 17 (ensure_dir) COMPLETE
87602026-07-29T00:56:41.790Z[ recovery-image] Jul 29 00:56:40.953 INFO O| Jul 29 00:56:40.953 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87612026-07-29T00:56:41.795Z[ recovery-image] Jul 29 00:56:40.962 INFO O| Jul 29 00:56:40.962 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87622026-07-29T00:56:41.795Z[ recovery-image] Jul 29 00:56:40.962 INFO O| Jul 29 00:56:40.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87632026-07-29T00:56:41.799Z[ recovery-image] Jul 29 00:56:40.962 INFO O| Jul 29 00:56:40.962 INFO ok!
87642026-07-29T00:56:41.799Z[ recovery-image] Jul 29 00:56:40.962 INFO O| Jul 29 00:56:40.962 INFO STEP 18 (ensure_symlink) COMPLETE
87652026-07-29T00:56:41.799Z[ recovery-image] Jul 29 00:56:40.962 INFO O| Jul 29 00:56:40.962 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87662026-07-29T00:56:41.804Z[ recovery-image] Jul 29 00:56:40.972 INFO O| Jul 29 00:56:40.972 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87672026-07-29T00:56:41.804Z[ recovery-image] Jul 29 00:56:40.972 INFO O| Jul 29 00:56:40.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87682026-07-29T00:56:41.808Z[ recovery-image] Jul 29 00:56:40.972 INFO O| Jul 29 00:56:40.972 INFO ok!
87692026-07-29T00:56:41.808Z[ recovery-image] Jul 29 00:56:40.972 INFO O| Jul 29 00:56:40.972 INFO STEP 19 (ensure_file) COMPLETE
87702026-07-29T00:56:41.808Z[ recovery-image] Jul 29 00:56:40.972 INFO O| Jul 29 00:56:40.972 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87712026-07-29T00:56:41.813Z[ recovery-image] Jul 29 00:56:40.981 INFO O| Jul 29 00:56:40.981 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87722026-07-29T00:56:41.813Z[ recovery-image] Jul 29 00:56:40.981 INFO O| Jul 29 00:56:40.981 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87732026-07-29T00:56:41.817Z[ recovery-image] Jul 29 00:56:40.981 INFO O| Jul 29 00:56:40.981 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87742026-07-29T00:56:41.817Z[ recovery-image] Jul 29 00:56:40.981 INFO O| Jul 29 00:56:40.981 INFO ok!
87752026-07-29T00:56:41.817Z[ recovery-image] Jul 29 00:56:40.981 INFO O| Jul 29 00:56:40.981 INFO STEP 20 (ensure_symlink) COMPLETE
87762026-07-29T00:56:41.817Z[ recovery-image] Jul 29 00:56:40.981 INFO O| Jul 29 00:56:40.981 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87772026-07-29T00:56:41.824Z[ recovery-image] Jul 29 00:56:40.991 INFO O| Jul 29 00:56:40.991 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87782026-07-29T00:56:41.824Z[ recovery-image] Jul 29 00:56:40.991 INFO O| Jul 29 00:56:40.991 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87792026-07-29T00:56:41.824Z[ recovery-image] Jul 29 00:56:40.991 INFO O| Jul 29 00:56:40.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
87802026-07-29T00:56:41.824Z[ recovery-image] Jul 29 00:56:40.991 INFO O| Jul 29 00:56:40.991 INFO ok!
87812026-07-29T00:56:41.824Z[ recovery-image] Jul 29 00:56:40.991 INFO O| Jul 29 00:56:40.991 INFO STEP 21 (ensure_symlink) COMPLETE
87822026-07-29T00:56:41.824Z[ recovery-image] Jul 29 00:56:40.991 INFO O| Jul 29 00:56:40.991 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87832026-07-29T00:56:41.833Z[ recovery-image] Jul 29 00:56:41.001 INFO O| Jul 29 00:56:41.000 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
87842026-07-29T00:56:41.833Z[ recovery-image] Jul 29 00:56:41.001 INFO O| Jul 29 00:56:41.001 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87852026-07-29T00:56:41.833Z[ recovery-image] Jul 29 00:56:41.001 INFO O| Jul 29 00:56:41.001 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
87862026-07-29T00:56:41.837Z[ recovery-image] Jul 29 00:56:41.001 INFO O| Jul 29 00:56:41.001 INFO ok!
87872026-07-29T00:56:41.837Z[ recovery-image] Jul 29 00:56:41.001 INFO O| Jul 29 00:56:41.001 INFO STEP 22 (ensure_symlink) COMPLETE
87882026-07-29T00:56:41.837Z[ recovery-image] Jul 29 00:56:41.001 INFO O| Jul 29 00:56:41.001 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87892026-07-29T00:56:41.844Z[ recovery-image] Jul 29 00:56:41.012 INFO O| Jul 29 00:56:41.012 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
87902026-07-29T00:56:41.845Z[ recovery-image] Jul 29 00:56:41.012 INFO O| Jul 29 00:56:41.012 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87912026-07-29T00:56:41.845Z[ recovery-image] Jul 29 00:56:41.012 INFO O| Jul 29 00:56:41.012 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
87922026-07-29T00:56:41.848Z[ recovery-image] Jul 29 00:56:41.012 INFO O| Jul 29 00:56:41.012 INFO ok!
87932026-07-29T00:56:41.848Z[ recovery-image] Jul 29 00:56:41.012 INFO O| Jul 29 00:56:41.012 INFO STEP 23 (ensure_symlink) COMPLETE
87942026-07-29T00:56:41.848Z[ recovery-image] Jul 29 00:56:41.012 INFO O| Jul 29 00:56:41.012 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87952026-07-29T00:56:41.855Z[ recovery-image] Jul 29 00:56:41.022 INFO O| Jul 29 00:56:41.022 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87962026-07-29T00:56:41.855Z[ recovery-image] Jul 29 00:56:41.022 INFO O| Jul 29 00:56:41.022 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 ...
87972026-07-29T00:56:41.855Z[ recovery-image] Jul 29 00:56:41.022 INFO O| Jul 29 00:56:41.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
87982026-07-29T00:56:41.855Z[ recovery-image] Jul 29 00:56:41.022 INFO O| Jul 29 00:56:41.022 INFO ok!
87992026-07-29T00:56:41.855Z[ recovery-image] Jul 29 00:56:41.022 INFO O| Jul 29 00:56:41.022 INFO STEP 24 (ensure_file) COMPLETE
88002026-07-29T00:56:41.855Z[ recovery-image] Jul 29 00:56:41.022 INFO O| Jul 29 00:56:41.022 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88012026-07-29T00:56:41.865Z[ recovery-image] Jul 29 00:56:41.032 INFO O| Jul 29 00:56:41.032 INFO updating shadow file
88022026-07-29T00:56:41.865Z[ recovery-image] Jul 29 00:56:41.032 INFO O| Jul 29 00:56:41.032 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88032026-07-29T00:56:41.865Z[ recovery-image] Jul 29 00:56:41.032 INFO O| Jul 29 00:56:41.032 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88042026-07-29T00:56:41.869Z[ recovery-image] Jul 29 00:56:41.032 INFO O| Jul 29 00:56:41.032 INFO STEP 25 (shadow) COMPLETE
88052026-07-29T00:56:41.869Z[ recovery-image] Jul 29 00:56:41.032 INFO O| Jul 29 00:56:41.032 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88062026-07-29T00:56:41.874Z[ recovery-image] Jul 29 00:56:41.042 INFO O| Jul 29 00:56:41.042 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88072026-07-29T00:56:41.874Z[ recovery-image] Jul 29 00:56:41.042 INFO O| Jul 29 00:56:41.042 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88082026-07-29T00:56:41.878Z[ recovery-image] Jul 29 00:56:41.042 INFO O| Jul 29 00:56:41.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88092026-07-29T00:56:41.878Z[ recovery-image] Jul 29 00:56:41.042 INFO O| Jul 29 00:56:41.042 INFO ok!
88102026-07-29T00:56:41.879Z[ recovery-image] Jul 29 00:56:41.042 INFO O| Jul 29 00:56:41.042 INFO STEP 26 (ensure_file) COMPLETE
88112026-07-29T00:56:41.879Z[ recovery-image] Jul 29 00:56:41.042 INFO O| Jul 29 00:56:41.042 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88122026-07-29T00:56:41.890Z[ recovery-image] Jul 29 00:56:41.053 INFO O| Jul 29 00:56:41.053 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88132026-07-29T00:56:41.890Z[ recovery-image] Jul 29 00:56:41.053 INFO O| Jul 29 00:56:41.053 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88142026-07-29T00:56:41.890Z[ recovery-image] Jul 29 00:56:41.053 INFO O| Jul 29 00:56:41.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88152026-07-29T00:56:41.890Z[ recovery-image] Jul 29 00:56:41.053 INFO O| Jul 29 00:56:41.053 INFO ok!
88162026-07-29T00:56:41.890Z[ recovery-image] Jul 29 00:56:41.053 INFO O| Jul 29 00:56:41.053 INFO STEP 27 (ensure_file) COMPLETE
88172026-07-29T00:56:41.890Z[ recovery-image] Jul 29 00:56:41.053 INFO O| Jul 29 00:56:41.053 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88182026-07-29T00:56:41.896Z[ recovery-image] Jul 29 00:56:41.064 INFO O| Jul 29 00:56:41.064 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88192026-07-29T00:56:41.896Z[ recovery-image] Jul 29 00:56:41.064 INFO O| Jul 29 00:56:41.064 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88202026-07-29T00:56:41.900Z[ recovery-image] Jul 29 00:56:41.064 INFO O| Jul 29 00:56:41.064 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88212026-07-29T00:56:41.900Z[ recovery-image] Jul 29 00:56:41.064 INFO O| Jul 29 00:56:41.064 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88222026-07-29T00:56:41.900Z[ recovery-image] Jul 29 00:56:41.064 INFO O| Jul 29 00:56:41.064 INFO ok!
88232026-07-29T00:56:41.900Z[ recovery-image] Jul 29 00:56:41.064 INFO O| Jul 29 00:56:41.064 INFO STEP 28 (ensure_file) COMPLETE
88242026-07-29T00:56:41.900Z[ recovery-image] Jul 29 00:56:41.064 INFO O| Jul 29 00:56:41.064 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88252026-07-29T00:56:41.908Z[ recovery-image] Jul 29 00:56:41.076 INFO O| Jul 29 00:56:41.074 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88262026-07-29T00:56:41.908Z[ recovery-image] Jul 29 00:56:41.076 INFO O| Jul 29 00:56:41.075 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88272026-07-29T00:56:41.912Z[ recovery-image] Jul 29 00:56:41.076 INFO O| Jul 29 00:56:41.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88282026-07-29T00:56:41.912Z[ recovery-image] Jul 29 00:56:41.076 INFO O| Jul 29 00:56:41.075 INFO ok!
88292026-07-29T00:56:41.912Z[ recovery-image] Jul 29 00:56:41.076 INFO O| Jul 29 00:56:41.075 INFO STEP 29 (ensure_file) COMPLETE
88302026-07-29T00:56:41.912Z[ recovery-image] Jul 29 00:56:41.076 INFO O| Jul 29 00:56:41.075 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88312026-07-29T00:56:41.918Z[ recovery-image] Jul 29 00:56:41.086 INFO O| Jul 29 00:56:41.086 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88322026-07-29T00:56:41.918Z[ recovery-image] Jul 29 00:56:41.086 INFO O| Jul 29 00:56:41.086 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88332026-07-29T00:56:41.918Z[ recovery-image] Jul 29 00:56:41.086 INFO O| Jul 29 00:56:41.086 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88342026-07-29T00:56:41.923Z[ recovery-image] Jul 29 00:56:41.086 INFO O| Jul 29 00:56:41.086 INFO STEP 30 (ensure_dir) COMPLETE
88352026-07-29T00:56:41.923Z[ recovery-image] Jul 29 00:56:41.086 INFO O| Jul 29 00:56:41.086 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88362026-07-29T00:56:41.930Z[ recovery-image] Jul 29 00:56:41.098 INFO O| Jul 29 00:56:41.098 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88372026-07-29T00:56:41.930Z[ recovery-image] Jul 29 00:56:41.098 INFO O| Jul 29 00:56:41.098 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 ...
88382026-07-29T00:56:41.930Z[ recovery-image] Jul 29 00:56:41.098 INFO O| Jul 29 00:56:41.098 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
88392026-07-29T00:56:41.934Z[ recovery-image] Jul 29 00:56:41.098 INFO O| Jul 29 00:56:41.098 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88402026-07-29T00:56:41.934Z[ recovery-image] Jul 29 00:56:41.098 INFO O| Jul 29 00:56:41.098 INFO ok!
88412026-07-29T00:56:41.934Z[ recovery-image] Jul 29 00:56:41.098 INFO O| Jul 29 00:56:41.098 INFO STEP 31 (ensure_file) COMPLETE
88422026-07-29T00:56:41.934Z[ recovery-image] Jul 29 00:56:41.098 INFO O| Jul 29 00:56:41.098 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88432026-07-29T00:56:41.942Z[ recovery-image] Jul 29 00:56:41.110 INFO O| Jul 29 00:56:41.110 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88442026-07-29T00:56:41.942Z[ recovery-image] Jul 29 00:56:41.110 INFO O| Jul 29 00:56:41.110 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88452026-07-29T00:56:41.942Z[ recovery-image] Jul 29 00:56:41.110 INFO O| Jul 29 00:56:41.110 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88462026-07-29T00:56:41.946Z[ recovery-image] Jul 29 00:56:41.110 INFO O| Jul 29 00:56:41.110 INFO STEP 32 (ensure_dir) COMPLETE
88472026-07-29T00:56:41.946Z[ recovery-image] Jul 29 00:56:41.110 INFO O| Jul 29 00:56:41.110 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88482026-07-29T00:56:41.952Z[ recovery-image] Jul 29 00:56:41.120 INFO O| Jul 29 00:56:41.120 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88492026-07-29T00:56:41.952Z[ recovery-image] Jul 29 00:56:41.120 INFO O| Jul 29 00:56:41.120 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 ...
88502026-07-29T00:56:41.952Z[ recovery-image] Jul 29 00:56:41.120 INFO O| Jul 29 00:56:41.120 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
88512026-07-29T00:56:41.956Z[ recovery-image] Jul 29 00:56:41.120 INFO O| Jul 29 00:56:41.120 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88522026-07-29T00:56:41.956Z[ recovery-image] Jul 29 00:56:41.120 INFO O| Jul 29 00:56:41.120 INFO ok!
88532026-07-29T00:56:41.956Z[ recovery-image] Jul 29 00:56:41.120 INFO O| Jul 29 00:56:41.120 INFO STEP 33 (ensure_file) COMPLETE
88542026-07-29T00:56:41.956Z[ recovery-image] Jul 29 00:56:41.120 INFO O| Jul 29 00:56:41.120 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88552026-07-29T00:56:41.963Z[ recovery-image] Jul 29 00:56:41.130 INFO O| Jul 29 00:56:41.130 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88562026-07-29T00:56:41.966Z[ recovery-image] Jul 29 00:56:41.131 INFO O| Jul 29 00:56:41.130 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88572026-07-29T00:56:41.967Z[ recovery-image] Jul 29 00:56:41.131 INFO O| Jul 29 00:56:41.131 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88582026-07-29T00:56:41.967Z[ recovery-image] Jul 29 00:56:41.131 INFO O| Jul 29 00:56:41.131 INFO ok!
88592026-07-29T00:56:41.967Z[ recovery-image] Jul 29 00:56:41.131 INFO O| Jul 29 00:56:41.131 INFO STEP 34 (ensure_file) COMPLETE
88602026-07-29T00:56:41.967Z[ recovery-image] Jul 29 00:56:41.131 INFO O| Jul 29 00:56:41.131 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88612026-07-29T00:56:41.973Z[ recovery-image] Jul 29 00:56:41.140 INFO O| Jul 29 00:56:41.140 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88622026-07-29T00:56:41.973Z[ recovery-image] Jul 29 00:56:41.140 INFO O| Jul 29 00:56:41.140 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88632026-07-29T00:56:41.973Z[ recovery-image] Jul 29 00:56:41.140 INFO O| Jul 29 00:56:41.140 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88642026-07-29T00:56:41.976Z[ recovery-image] Jul 29 00:56:41.140 INFO O| Jul 29 00:56:41.140 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88652026-07-29T00:56:41.977Z[ recovery-image] Jul 29 00:56:41.140 INFO O| Jul 29 00:56:41.140 INFO ok!
88662026-07-29T00:56:41.977Z[ recovery-image] Jul 29 00:56:41.140 INFO O| Jul 29 00:56:41.140 INFO STEP 35 (ensure_file) COMPLETE
88672026-07-29T00:56:41.977Z[ recovery-image] Jul 29 00:56:41.140 INFO O| Jul 29 00:56:41.140 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88682026-07-29T00:56:41.982Z[ recovery-image] Jul 29 00:56:41.150 INFO O| Jul 29 00:56:41.150 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88692026-07-29T00:56:41.982Z[ recovery-image] Jul 29 00:56:41.150 INFO O| Jul 29 00:56:41.150 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88702026-07-29T00:56:41.986Z[ recovery-image] Jul 29 00:56:41.150 INFO O| Jul 29 00:56:41.150 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88712026-07-29T00:56:41.986Z[ recovery-image] Jul 29 00:56:41.150 INFO O| Jul 29 00:56:41.150 INFO ok!
88722026-07-29T00:56:41.986Z[ recovery-image] Jul 29 00:56:41.150 INFO O| Jul 29 00:56:41.150 INFO STEP 36 (ensure_file) COMPLETE
88732026-07-29T00:56:41.986Z[ recovery-image] Jul 29 00:56:41.150 INFO O| Jul 29 00:56:41.150 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88742026-07-29T00:56:41.994Z[ recovery-image] Jul 29 00:56:41.162 INFO O| Jul 29 00:56:41.162 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88752026-07-29T00:56:41.994Z[ recovery-image] Jul 29 00:56:41.162 INFO O| Jul 29 00:56:41.162 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88762026-07-29T00:56:41.994Z[ recovery-image] Jul 29 00:56:41.162 INFO O| Jul 29 00:56:41.162 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88772026-07-29T00:56:41.998Z[ recovery-image] Jul 29 00:56:41.162 INFO O| Jul 29 00:56:41.162 INFO ok!
88782026-07-29T00:56:41.998Z[ recovery-image] Jul 29 00:56:41.162 INFO O| Jul 29 00:56:41.162 INFO STEP 37 (ensure_file) COMPLETE
88792026-07-29T00:56:41.998Z[ recovery-image] Jul 29 00:56:41.162 INFO O| Jul 29 00:56:41.162 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88802026-07-29T00:56:42.005Z[ recovery-image] Jul 29 00:56:41.172 INFO O| Jul 29 00:56:41.172 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
88812026-07-29T00:56:42.005Z[ recovery-image] Jul 29 00:56:41.172 INFO O| Jul 29 00:56:41.172 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
88822026-07-29T00:56:42.005Z[ recovery-image] Jul 29 00:56:41.172 INFO O| Jul 29 00:56:41.172 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88832026-07-29T00:56:42.005Z[ recovery-image] Jul 29 00:56:41.172 INFO O| Jul 29 00:56:41.172 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88842026-07-29T00:56:42.005Z[ recovery-image] Jul 29 00:56:41.172 INFO O| Jul 29 00:56:41.172 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88852026-07-29T00:56:42.009Z[ recovery-image] Jul 29 00:56:41.172 INFO O| Jul 29 00:56:41.172 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88862026-07-29T00:56:42.009Z[ recovery-image] Jul 29 00:56:41.172 INFO O| Jul 29 00:56:41.172 INFO ok!
88872026-07-29T00:56:42.009Z[ recovery-image] Jul 29 00:56:41.172 INFO O| Jul 29 00:56:41.172 INFO STEP 38 (ensure_file) COMPLETE
88882026-07-29T00:56:42.009Z[ recovery-image] Jul 29 00:56:41.172 INFO O| Jul 29 00:56:41.172 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88892026-07-29T00:56:42.015Z[ recovery-image] Jul 29 00:56:41.183 INFO O| Jul 29 00:56:41.183 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88902026-07-29T00:56:42.015Z[ recovery-image] Jul 29 00:56:41.183 INFO O| Jul 29 00:56:41.183 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88912026-07-29T00:56:42.015Z[ recovery-image] Jul 29 00:56:41.183 INFO O| Jul 29 00:56:41.183 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88922026-07-29T00:56:42.015Z[ recovery-image] Jul 29 00:56:41.183 INFO O| Jul 29 00:56:41.183 INFO STEP 39 (ensure_dir) COMPLETE
88932026-07-29T00:56:42.015Z[ recovery-image] Jul 29 00:56:41.183 INFO O| Jul 29 00:56:41.183 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88942026-07-29T00:56:42.026Z[ recovery-image] Jul 29 00:56:41.193 INFO O| Jul 29 00:56:41.193 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
88952026-07-29T00:56:42.026Z[ recovery-image] Jul 29 00:56:41.193 INFO O| Jul 29 00:56:41.193 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 ...
88962026-07-29T00:56:42.026Z[ recovery-image] Jul 29 00:56:41.194 INFO O| Jul 29 00:56:41.194 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
88972026-07-29T00:56:42.026Z[ recovery-image] Jul 29 00:56:41.194 INFO O| Jul 29 00:56:41.194 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
88982026-07-29T00:56:42.026Z[ recovery-image] Jul 29 00:56:41.194 INFO O| Jul 29 00:56:41.194 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
88992026-07-29T00:56:42.030Z[ recovery-image] Jul 29 00:56:41.194 INFO O| Jul 29 00:56:41.194 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
89002026-07-29T00:56:42.030Z[ recovery-image] Jul 29 00:56:41.194 INFO O| Jul 29 00:56:41.194 INFO ok!
89012026-07-29T00:56:42.030Z[ recovery-image] Jul 29 00:56:41.194 INFO O| Jul 29 00:56:41.194 INFO STEP 40 (ensure_file) COMPLETE
89022026-07-29T00:56:42.030Z[ recovery-image] Jul 29 00:56:41.194 INFO O| Jul 29 00:56:41.194 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89032026-07-29T00:56:42.036Z[ recovery-image] Jul 29 00:56:41.204 INFO O| Jul 29 00:56:41.204 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89042026-07-29T00:56:42.036Z[ recovery-image] Jul 29 00:56:41.204 INFO O| Jul 29 00:56:41.204 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 ...
89052026-07-29T00:56:42.040Z[ recovery-image] Jul 29 00:56:41.204 INFO O| Jul 29 00:56:41.204 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89062026-07-29T00:56:42.040Z[ recovery-image] Jul 29 00:56:41.204 INFO O| Jul 29 00:56:41.204 INFO ok!
89072026-07-29T00:56:42.040Z[ recovery-image] Jul 29 00:56:41.204 INFO O| Jul 29 00:56:41.204 INFO STEP 41 (ensure_symlink) COMPLETE
89082026-07-29T00:56:42.040Z[ recovery-image] Jul 29 00:56:41.204 INFO O| Jul 29 00:56:41.204 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89092026-07-29T00:56:42.046Z[ recovery-image] Jul 29 00:56:41.214 INFO O| Jul 29 00:56:41.213 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89102026-07-29T00:56:42.046Z[ recovery-image] Jul 29 00:56:41.214 INFO O| Jul 29 00:56:41.213 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89112026-07-29T00:56:42.050Z[ recovery-image] Jul 29 00:56:41.214 INFO O| Jul 29 00:56:41.214 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89122026-07-29T00:56:42.050Z[ recovery-image] Jul 29 00:56:41.214 INFO O| Jul 29 00:56:41.214 INFO ok!
89132026-07-29T00:56:42.050Z[ recovery-image] Jul 29 00:56:41.214 INFO O| Jul 29 00:56:41.214 INFO STEP 42 (ensure_symlink) COMPLETE
89142026-07-29T00:56:42.050Z[ recovery-image] Jul 29 00:56:41.214 INFO O| Jul 29 00:56:41.214 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89152026-07-29T00:56:42.055Z[ recovery-image] Jul 29 00:56:41.223 INFO O| Jul 29 00:56:41.223 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89162026-07-29T00:56:42.055Z[ recovery-image] Jul 29 00:56:41.223 INFO O| Jul 29 00:56:41.223 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89172026-07-29T00:56:42.059Z[ recovery-image] Jul 29 00:56:41.223 INFO O| Jul 29 00:56:41.223 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89182026-07-29T00:56:42.059Z[ recovery-image] Jul 29 00:56:41.223 INFO O| Jul 29 00:56:41.223 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89192026-07-29T00:56:42.059Z[ recovery-image] Jul 29 00:56:41.223 INFO O| Jul 29 00:56:41.223 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89202026-07-29T00:56:42.059Z[ recovery-image] Jul 29 00:56:41.223 INFO O| Jul 29 00:56:41.223 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89212026-07-29T00:56:42.059Z[ recovery-image] Jul 29 00:56:41.223 INFO O| Jul 29 00:56:41.223 INFO ok!
89222026-07-29T00:56:42.059Z[ recovery-image] Jul 29 00:56:41.223 INFO O| Jul 29 00:56:41.223 INFO STEP 43 (ensure_file) COMPLETE
89232026-07-29T00:56:42.059Z[ recovery-image] Jul 29 00:56:41.223 INFO O| Jul 29 00:56:41.223 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89242026-07-29T00:56:42.065Z[ recovery-image] Jul 29 00:56:41.233 INFO O| Jul 29 00:56:41.233 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89252026-07-29T00:56:42.065Z[ recovery-image] Jul 29 00:56:41.233 INFO O| Jul 29 00:56:41.233 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 ...
89262026-07-29T00:56:42.069Z[ recovery-image] Jul 29 00:56:41.233 INFO O| Jul 29 00:56:41.233 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
89272026-07-29T00:56:42.069Z[ recovery-image] Jul 29 00:56:41.233 INFO O| Jul 29 00:56:41.233 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89282026-07-29T00:56:42.069Z[ recovery-image] Jul 29 00:56:41.233 INFO O| Jul 29 00:56:41.233 INFO ok!
89292026-07-29T00:56:42.069Z[ recovery-image] Jul 29 00:56:41.233 INFO O| Jul 29 00:56:41.233 INFO STEP 44 (ensure_file) COMPLETE
89302026-07-29T00:56:42.069Z[ recovery-image] Jul 29 00:56:41.233 INFO O| Jul 29 00:56:41.233 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89312026-07-29T00:56:42.077Z[ recovery-image] Jul 29 00:56:41.245 INFO O| Jul 29 00:56:41.245 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89322026-07-29T00:56:42.077Z[ recovery-image] Jul 29 00:56:41.245 INFO O| Jul 29 00:56:41.245 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89332026-07-29T00:56:42.077Z[ recovery-image] Jul 29 00:56:41.245 INFO O| Jul 29 00:56:41.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89342026-07-29T00:56:42.081Z[ recovery-image] Jul 29 00:56:41.245 INFO O| Jul 29 00:56:41.245 INFO ok!
89352026-07-29T00:56:42.081Z[ recovery-image] Jul 29 00:56:41.245 INFO O| Jul 29 00:56:41.245 INFO STEP 45 (ensure_file) COMPLETE
89362026-07-29T00:56:42.081Z[ recovery-image] Jul 29 00:56:41.245 INFO O| Jul 29 00:56:41.245 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89372026-07-29T00:56:42.087Z[ recovery-image] Jul 29 00:56:41.255 INFO O| Jul 29 00:56:41.255 INFO updating shadow file
89382026-07-29T00:56:42.088Z[ recovery-image] Jul 29 00:56:41.255 INFO O| Jul 29 00:56:41.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89392026-07-29T00:56:42.088Z[ recovery-image] Jul 29 00:56:41.255 INFO O| Jul 29 00:56:41.255 INFO STEP 46 (shadow) COMPLETE
89402026-07-29T00:56:42.092Z[ recovery-image] Jul 29 00:56:41.255 INFO O| Jul 29 00:56:41.255 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89412026-07-29T00:56:42.097Z[ recovery-image] Jul 29 00:56:41.265 INFO O| Jul 29 00:56:41.265 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89422026-07-29T00:56:42.098Z[ recovery-image] Jul 29 00:56:41.265 INFO O| Jul 29 00:56:41.265 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89432026-07-29T00:56:42.101Z[ recovery-image] Jul 29 00:56:41.265 INFO O| Jul 29 00:56:41.265 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89442026-07-29T00:56:42.101Z[ recovery-image] Jul 29 00:56:41.265 INFO O| Jul 29 00:56:41.265 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89452026-07-29T00:56:42.101Z[ recovery-image] Jul 29 00:56:41.265 INFO O| Jul 29 00:56:41.265 INFO ok!
89462026-07-29T00:56:42.101Z[ recovery-image] Jul 29 00:56:41.265 INFO O| Jul 29 00:56:41.265 INFO STEP 47 (ensure_file) COMPLETE
89472026-07-29T00:56:42.101Z[ recovery-image] Jul 29 00:56:41.265 INFO O| Jul 29 00:56:41.265 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89482026-07-29T00:56:42.109Z[ recovery-image] Jul 29 00:56:41.277 INFO O| Jul 29 00:56:41.277 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89492026-07-29T00:56:42.109Z[ recovery-image] Jul 29 00:56:41.277 INFO O| Jul 29 00:56:41.277 INFO STEP 48 (ensure_dir) COMPLETE
89502026-07-29T00:56:42.109Z[ recovery-image] Jul 29 00:56:41.277 INFO O| Jul 29 00:56:41.277 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89512026-07-29T00:56:42.120Z[ recovery-image] Jul 29 00:56:41.288 INFO O| Jul 29 00:56:41.288 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89522026-07-29T00:56:42.120Z[ recovery-image] Jul 29 00:56:41.288 INFO O| Jul 29 00:56:41.288 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89532026-07-29T00:56:42.124Z[ recovery-image] Jul 29 00:56:41.288 INFO O| Jul 29 00:56:41.288 INFO STEP 49 (ensure_dir) COMPLETE
89542026-07-29T00:56:42.124Z[ recovery-image] Jul 29 00:56:41.288 INFO O| Jul 29 00:56:41.288 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89552026-07-29T00:56:42.130Z[ recovery-image] Jul 29 00:56:41.297 INFO O| Jul 29 00:56:41.297 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89562026-07-29T00:56:42.130Z[ recovery-image] Jul 29 00:56:41.298 INFO O| Jul 29 00:56:41.297 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89572026-07-29T00:56:42.134Z[ recovery-image] Jul 29 00:56:41.298 INFO O| Jul 29 00:56:41.297 INFO STEP 50 (ensure_dir) COMPLETE
89582026-07-29T00:56:42.134Z[ recovery-image] Jul 29 00:56:41.298 INFO O| Jul 29 00:56:41.298 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89592026-07-29T00:56:42.140Z[ recovery-image] Jul 29 00:56:41.308 INFO O| Jul 29 00:56:41.308 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89602026-07-29T00:56:42.140Z[ recovery-image] Jul 29 00:56:41.308 INFO O| Jul 29 00:56:41.308 INFO copying /tmp/.tmpv7Qs9L/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89612026-07-29T00:56:42.335Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
89622026-07-29T00:56:42.764Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
89632026-07-29T00:56:42.953Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
89642026-07-29T00:56:44.209Z[ recovery-image] Jul 29 00:56:43.376 INFO O| Jul 29 00:56:43.376 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89652026-07-29T00:56:44.209Z[ recovery-image] Jul 29 00:56:43.377 INFO O| Jul 29 00:56:43.376 INFO ok!
89662026-07-29T00:56:44.213Z[ recovery-image] Jul 29 00:56:43.377 INFO O| Jul 29 00:56:43.376 INFO STEP 51 (ensure_file) COMPLETE
89672026-07-29T00:56:44.213Z[ recovery-image] Jul 29 00:56:43.377 INFO O| Jul 29 00:56:43.376 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89682026-07-29T00:56:44.220Z[ recovery-image] Jul 29 00:56:43.387 INFO O| Jul 29 00:56:43.387 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89692026-07-29T00:56:44.220Z[ recovery-image] Jul 29 00:56:43.387 INFO O| Jul 29 00:56:43.387 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89702026-07-29T00:56:44.223Z[ recovery-image] Jul 29 00:56:43.387 INFO O| Jul 29 00:56:43.387 INFO STEP 52 (ensure_dir) COMPLETE
89712026-07-29T00:56:44.224Z[ recovery-image] Jul 29 00:56:43.387 INFO O| Jul 29 00:56:43.387 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89722026-07-29T00:56:44.230Z[ recovery-image] Jul 29 00:56:43.397 INFO O| Jul 29 00:56:43.397 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89732026-07-29T00:56:44.230Z[ recovery-image] Jul 29 00:56:43.397 INFO O| Jul 29 00:56:43.397 INFO copying /tmp/.tmpv7Qs9L/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89742026-07-29T00:56:44.230Z[ recovery-image] Jul 29 00:56:43.397 INFO O| Jul 29 00:56:43.397 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89752026-07-29T00:56:44.233Z[ recovery-image] Jul 29 00:56:43.397 INFO O| Jul 29 00:56:43.397 INFO ok!
89762026-07-29T00:56:44.233Z[ recovery-image] Jul 29 00:56:43.397 INFO O| Jul 29 00:56:43.397 INFO STEP 53 (ensure_file) COMPLETE
89772026-07-29T00:56:44.233Z[ recovery-image] Jul 29 00:56:43.397 INFO O| Jul 29 00:56:43.397 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89782026-07-29T00:56:44.241Z[ recovery-image] Jul 29 00:56:43.409 INFO O| Jul 29 00:56:43.409 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89792026-07-29T00:56:44.241Z[ recovery-image] Jul 29 00:56:43.409 INFO O| Jul 29 00:56:43.409 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89802026-07-29T00:56:44.241Z[ recovery-image] Jul 29 00:56:43.409 INFO O| Jul 29 00:56:43.409 INFO STEP 54 (ensure_dir) COMPLETE
89812026-07-29T00:56:44.245Z[ recovery-image] Jul 29 00:56:43.409 INFO O| Jul 29 00:56:43.409 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89822026-07-29T00:56:44.253Z[ recovery-image] Jul 29 00:56:43.420 INFO O| Jul 29 00:56:43.420 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
89832026-07-29T00:56:44.253Z[ recovery-image] Jul 29 00:56:43.420 INFO O| Jul 29 00:56:43.420 INFO copying /tmp/.tmpv7Qs9L/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
89842026-07-29T00:56:44.278Z[ recovery-image] Jul 29 00:56:43.446 INFO O| Jul 29 00:56:43.446 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
89852026-07-29T00:56:44.279Z[ recovery-image] Jul 29 00:56:43.446 INFO O| Jul 29 00:56:43.446 INFO ok!
89862026-07-29T00:56:44.279Z[ recovery-image] Jul 29 00:56:43.446 INFO O| Jul 29 00:56:43.446 INFO STEP 55 (ensure_file) COMPLETE
89872026-07-29T00:56:44.283Z[ recovery-image] Jul 29 00:56:43.446 INFO O| Jul 29 00:56:43.446 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89882026-07-29T00:56:44.289Z[ recovery-image] Jul 29 00:56:43.456 INFO O| Jul 29 00:56:43.456 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
89892026-07-29T00:56:44.292Z[ recovery-image] Jul 29 00:56:43.457 INFO O| Jul 29 00:56:43.456 INFO copying /tmp/.tmpv7Qs9L/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
89902026-07-29T00:56:44.699Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
89912026-07-29T00:56:44.943Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
89922026-07-29T00:56:45.407Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
89932026-07-29T00:56:46.267Z[ recovery-image] Jul 29 00:56:45.435 INFO O| Jul 29 00:56:45.435 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
89942026-07-29T00:56:46.267Z[ recovery-image] Jul 29 00:56:45.435 INFO O| Jul 29 00:56:45.435 INFO ok!
89952026-07-29T00:56:46.267Z[ recovery-image] Jul 29 00:56:45.435 INFO O| Jul 29 00:56:45.435 INFO STEP 56 (ensure_file) COMPLETE
89962026-07-29T00:56:46.272Z[ recovery-image] Jul 29 00:56:45.435 INFO O| Jul 29 00:56:45.435 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89972026-07-29T00:56:46.279Z[ recovery-image] Jul 29 00:56:45.447 INFO O| Jul 29 00:56:45.447 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
89982026-07-29T00:56:46.279Z[ recovery-image] Jul 29 00:56:45.447 INFO O| Jul 29 00:56:45.447 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
89992026-07-29T00:56:46.283Z[ recovery-image] Jul 29 00:56:45.447 INFO O| Jul 29 00:56:45.447 INFO STEP 57 (ensure_dir) COMPLETE
90002026-07-29T00:56:46.283Z[ recovery-image] Jul 29 00:56:45.447 INFO O| Jul 29 00:56:45.447 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90012026-07-29T00:56:46.283Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
90022026-07-29T00:56:46.289Z[ recovery-image] Jul 29 00:56:45.457 INFO O| Jul 29 00:56:45.457 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90032026-07-29T00:56:46.289Z[ recovery-image] Jul 29 00:56:45.457 INFO O| Jul 29 00:56:45.457 INFO copying /tmp/.tmpv7Qs9L/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 ...
90042026-07-29T00:56:46.293Z[ recovery-image] Jul 29 00:56:45.457 INFO O| Jul 29 00:56:45.457 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
90052026-07-29T00:56:46.293Z[ recovery-image] Jul 29 00:56:45.457 INFO O| Jul 29 00:56:45.457 INFO ok!
90062026-07-29T00:56:46.293Z[ recovery-image] Jul 29 00:56:45.457 INFO O| Jul 29 00:56:45.457 INFO STEP 58 (ensure_file) COMPLETE
90072026-07-29T00:56:46.293Z[ recovery-image] Jul 29 00:56:45.457 INFO O| Jul 29 00:56:45.457 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90082026-07-29T00:56:46.300Z[ recovery-image] Jul 29 00:56:45.466 INFO O| Jul 29 00:56:45.466 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90092026-07-29T00:56:46.301Z[ recovery-image] Jul 29 00:56:45.467 INFO O| Jul 29 00:56:45.466 INFO copying /tmp/.tmpv7Qs9L/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 ...
90102026-07-29T00:56:46.301Z[ recovery-image] Jul 29 00:56:45.467 INFO O| Jul 29 00:56:45.467 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
90112026-07-29T00:56:46.304Z[ recovery-image] Jul 29 00:56:45.467 INFO O| Jul 29 00:56:45.467 INFO ok!
90122026-07-29T00:56:46.304Z[ recovery-image] Jul 29 00:56:45.467 INFO O| Jul 29 00:56:45.467 INFO STEP 59 (ensure_file) COMPLETE
90132026-07-29T00:56:46.304Z[ recovery-image] Jul 29 00:56:45.467 INFO O| Jul 29 00:56:45.467 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90142026-07-29T00:56:46.308Z[ recovery-image] Jul 29 00:56:45.476 INFO O| Jul 29 00:56:45.476 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90152026-07-29T00:56:46.308Z[ recovery-image] Jul 29 00:56:45.476 INFO O| Jul 29 00:56:45.476 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90162026-07-29T00:56:46.312Z[ recovery-image] Jul 29 00:56:45.476 INFO O| Jul 29 00:56:45.476 INFO STEP 60 (ensure_dir) COMPLETE
90172026-07-29T00:56:46.312Z[ recovery-image] Jul 29 00:56:45.476 INFO O| Jul 29 00:56:45.476 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90182026-07-29T00:56:46.324Z[ recovery-image] Jul 29 00:56:45.488 INFO O| Jul 29 00:56:45.488 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90192026-07-29T00:56:46.324Z[ recovery-image] Jul 29 00:56:45.488 INFO O| Jul 29 00:56:45.488 INFO copying /tmp/.tmpv7Qs9L/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 ...
90202026-07-29T00:56:46.324Z[ recovery-image] Jul 29 00:56:45.488 INFO O| Jul 29 00:56:45.488 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90212026-07-29T00:56:46.324Z[ recovery-image] Jul 29 00:56:45.488 INFO O| Jul 29 00:56:45.488 INFO ok!
90222026-07-29T00:56:46.324Z[ recovery-image] Jul 29 00:56:45.488 INFO O| Jul 29 00:56:45.488 INFO STEP 61 (ensure_file) COMPLETE
90232026-07-29T00:56:46.324Z[ recovery-image] Jul 29 00:56:45.488 INFO O| Jul 29 00:56:45.488 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90242026-07-29T00:56:46.332Z[ recovery-image] Jul 29 00:56:45.500 INFO O| Jul 29 00:56:45.500 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90252026-07-29T00:56:46.332Z[ recovery-image] Jul 29 00:56:45.500 INFO O| Jul 29 00:56:45.500 INFO copying /tmp/.tmpv7Qs9L/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 ...
90262026-07-29T00:56:46.336Z[ recovery-image] Jul 29 00:56:45.500 INFO O| Jul 29 00:56:45.500 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
90272026-07-29T00:56:46.336Z[ recovery-image] Jul 29 00:56:45.500 INFO O| Jul 29 00:56:45.500 INFO ok!
90282026-07-29T00:56:46.336Z[ recovery-image] Jul 29 00:56:45.500 INFO O| Jul 29 00:56:45.500 INFO STEP 62 (ensure_file) COMPLETE
90292026-07-29T00:56:46.336Z[ recovery-image] Jul 29 00:56:45.500 INFO O| Jul 29 00:56:45.500 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90302026-07-29T00:56:46.340Z[ recovery-image] Jul 29 00:56:45.508 INFO O| Jul 29 00:56:45.508 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90312026-07-29T00:56:46.340Z[ recovery-image] Jul 29 00:56:45.508 INFO O| Jul 29 00:56:45.508 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90322026-07-29T00:56:46.340Z[ recovery-image] Jul 29 00:56:45.508 INFO O| Jul 29 00:56:45.508 INFO STEP 63 (ensure_dir) COMPLETE
90332026-07-29T00:56:46.344Z[ recovery-image] Jul 29 00:56:45.508 INFO O| Jul 29 00:56:45.508 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90342026-07-29T00:56:46.352Z[ recovery-image] Jul 29 00:56:45.520 INFO O| Jul 29 00:56:45.520 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90352026-07-29T00:56:46.352Z[ recovery-image] Jul 29 00:56:45.520 INFO O| Jul 29 00:56:45.520 INFO copying /tmp/.tmpv7Qs9L/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 ...
90362026-07-29T00:56:46.352Z[ recovery-image] Jul 29 00:56:45.520 INFO O| Jul 29 00:56:45.520 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90372026-07-29T00:56:46.356Z[ recovery-image] Jul 29 00:56:45.520 INFO O| Jul 29 00:56:45.520 INFO ok!
90382026-07-29T00:56:46.356Z[ recovery-image] Jul 29 00:56:45.520 INFO O| Jul 29 00:56:45.520 INFO STEP 64 (ensure_file) COMPLETE
90392026-07-29T00:56:46.356Z[ recovery-image] Jul 29 00:56:45.520 INFO O| Jul 29 00:56:45.520 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90402026-07-29T00:56:46.362Z[ recovery-image] Jul 29 00:56:45.529 INFO O| Jul 29 00:56:45.529 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90412026-07-29T00:56:46.362Z[ recovery-image] Jul 29 00:56:45.529 INFO O| Jul 29 00:56:45.529 INFO copying /tmp/.tmpv7Qs9L/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90422026-07-29T00:56:46.362Z[ recovery-image] Jul 29 00:56:45.529 INFO O| Jul 29 00:56:45.529 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90432026-07-29T00:56:46.365Z[ recovery-image] Jul 29 00:56:45.529 INFO O| Jul 29 00:56:45.529 INFO ok!
90442026-07-29T00:56:46.365Z[ recovery-image] Jul 29 00:56:45.529 INFO O| Jul 29 00:56:45.529 INFO STEP 65 (ensure_file) COMPLETE
90452026-07-29T00:56:46.365Z[ recovery-image] Jul 29 00:56:45.529 INFO O| Jul 29 00:56:45.529 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90462026-07-29T00:56:46.371Z[ recovery-image] Jul 29 00:56:45.539 INFO O| Jul 29 00:56:45.539 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90472026-07-29T00:56:46.371Z[ recovery-image] Jul 29 00:56:45.539 INFO O| Jul 29 00:56:45.539 INFO STEP 66 (ensure_dir) COMPLETE
90482026-07-29T00:56:46.375Z[ recovery-image] Jul 29 00:56:45.539 INFO O| Jul 29 00:56:45.539 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90492026-07-29T00:56:46.381Z[ recovery-image] Jul 29 00:56:45.548 INFO O| Jul 29 00:56:45.548 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90502026-07-29T00:56:46.381Z[ recovery-image] Jul 29 00:56:45.549 INFO O| Jul 29 00:56:45.548 INFO STEP 67 (ensure_dir) COMPLETE
90512026-07-29T00:56:46.381Z[ recovery-image] Jul 29 00:56:45.549 INFO O| Jul 29 00:56:45.548 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90522026-07-29T00:56:46.390Z[ recovery-image] Jul 29 00:56:45.558 INFO O| Jul 29 00:56:45.558 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90532026-07-29T00:56:46.390Z[ recovery-image] Jul 29 00:56:45.558 INFO O| Jul 29 00:56:45.558 INFO STEP 68 (ensure_dir) COMPLETE
90542026-07-29T00:56:46.390Z[ recovery-image] Jul 29 00:56:45.558 INFO O| Jul 29 00:56:45.558 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90552026-07-29T00:56:46.400Z[ recovery-image] Jul 29 00:56:45.567 INFO O| Jul 29 00:56:45.567 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90562026-07-29T00:56:46.400Z[ recovery-image] Jul 29 00:56:45.567 INFO O| Jul 29 00:56:45.567 INFO STEP 69 (ensure_dir) COMPLETE
90572026-07-29T00:56:46.400Z[ recovery-image] Jul 29 00:56:45.567 INFO O| Jul 29 00:56:45.567 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90582026-07-29T00:56:46.409Z[ recovery-image] Jul 29 00:56:45.577 INFO O| Jul 29 00:56:45.577 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90592026-07-29T00:56:46.409Z[ recovery-image] Jul 29 00:56:45.577 INFO O| Jul 29 00:56:45.577 INFO copying /tmp/.tmpv7Qs9L/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90602026-07-29T00:56:46.409Z[ recovery-image] Jul 29 00:56:45.577 INFO O| Jul 29 00:56:45.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90612026-07-29T00:56:46.413Z[ recovery-image] Jul 29 00:56:45.577 INFO O| Jul 29 00:56:45.577 INFO ok!
90622026-07-29T00:56:46.413Z[ recovery-image] Jul 29 00:56:45.577 INFO O| Jul 29 00:56:45.577 INFO STEP 70 (ensure_file) COMPLETE
90632026-07-29T00:56:46.413Z[ recovery-image] Jul 29 00:56:45.577 INFO O| Jul 29 00:56:45.577 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90642026-07-29T00:56:46.419Z[ recovery-image] Jul 29 00:56:45.587 INFO O| Jul 29 00:56:45.587 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
90652026-07-29T00:56:46.422Z[ recovery-image] Jul 29 00:56:45.587 INFO O| Jul 29 00:56:45.587 INFO STEP 71 (remove_files) COMPLETE
90662026-07-29T00:56:46.422Z[ recovery-image] Jul 29 00:56:45.587 INFO O| Jul 29 00:56:45.587 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90672026-07-29T00:56:46.430Z[ recovery-image] Jul 29 00:56:45.598 INFO O| Jul 29 00:56:45.597 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
90682026-07-29T00:56:46.430Z[ recovery-image] Jul 29 00:56:45.598 INFO O| Jul 29 00:56:45.598 INFO STEP 72 (remove_files) COMPLETE
90692026-07-29T00:56:46.433Z[ recovery-image] Jul 29 00:56:45.598 INFO O| Jul 29 00:56:45.598 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90702026-07-29T00:56:46.439Z[ recovery-image] Jul 29 00:56:45.607 INFO O| Jul 29 00:56:45.607 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
90712026-07-29T00:56:46.439Z[ recovery-image] Jul 29 00:56:45.607 INFO O| Jul 29 00:56:45.607 INFO STEP 73 (remove_files) COMPLETE
90722026-07-29T00:56:46.439Z[ recovery-image] Jul 29 00:56:45.607 INFO O| Jul 29 00:56:45.607 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90732026-07-29T00:56:46.448Z[ recovery-image] Jul 29 00:56:45.616 INFO O| Jul 29 00:56:45.616 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
90742026-07-29T00:56:46.448Z[ recovery-image] Jul 29 00:56:45.616 INFO O| Jul 29 00:56:45.616 INFO STEP 74 (remove_files) COMPLETE
90752026-07-29T00:56:46.452Z[ recovery-image] Jul 29 00:56:45.616 INFO O| Jul 29 00:56:45.616 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90762026-07-29T00:56:46.460Z[ recovery-image] Jul 29 00:56:45.626 INFO O| Jul 29 00:56:45.626 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90772026-07-29T00:56:46.460Z[ recovery-image] Jul 29 00:56:45.626 INFO O| Jul 29 00:56:45.626 INFO STEP 75 (remove_files) COMPLETE
90782026-07-29T00:56:46.460Z[ recovery-image] Jul 29 00:56:45.626 INFO O| Jul 29 00:56:45.626 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90792026-07-29T00:56:46.467Z[ recovery-image] Jul 29 00:56:45.635 INFO O| Jul 29 00:56:45.635 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
90802026-07-29T00:56:46.471Z[ recovery-image] Jul 29 00:56:45.635 INFO O| Jul 29 00:56:45.635 INFO STEP 76 (remove_files) COMPLETE
90812026-07-29T00:56:46.471Z[ recovery-image] Jul 29 00:56:45.635 INFO O| Jul 29 00:56:45.635 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90822026-07-29T00:56:46.476Z[ recovery-image] Jul 29 00:56:45.644 INFO O| Jul 29 00:56:45.644 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
90832026-07-29T00:56:46.476Z[ recovery-image] Jul 29 00:56:45.644 INFO O| Jul 29 00:56:45.644 INFO STEP 77 (remove_files) COMPLETE
90842026-07-29T00:56:46.477Z[ recovery-image] Jul 29 00:56:45.644 INFO O| Jul 29 00:56:45.644 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90852026-07-29T00:56:46.485Z[ recovery-image] Jul 29 00:56:45.653 INFO O| Jul 29 00:56:45.653 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
90862026-07-29T00:56:46.485Z[ recovery-image] Jul 29 00:56:45.653 INFO O| Jul 29 00:56:45.653 INFO STEP 78 (remove_files) COMPLETE
90872026-07-29T00:56:46.489Z[ recovery-image] Jul 29 00:56:45.653 INFO O| Jul 29 00:56:45.653 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90882026-07-29T00:56:46.495Z[ recovery-image] Jul 29 00:56:45.663 INFO O| Jul 29 00:56:45.663 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
90892026-07-29T00:56:46.495Z[ recovery-image] Jul 29 00:56:45.663 INFO O| Jul 29 00:56:45.663 INFO STEP 79 (remove_files) COMPLETE
90902026-07-29T00:56:46.495Z[ recovery-image] Jul 29 00:56:45.663 INFO O| Jul 29 00:56:45.663 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90912026-07-29T00:56:46.505Z[ recovery-image] Jul 29 00:56:45.672 INFO O| Jul 29 00:56:45.672 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
90922026-07-29T00:56:46.505Z[ recovery-image] Jul 29 00:56:45.672 INFO O| Jul 29 00:56:45.672 INFO STEP 80 (remove_files) COMPLETE
90932026-07-29T00:56:46.508Z[ recovery-image] Jul 29 00:56:45.672 INFO O| Jul 29 00:56:45.672 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90942026-07-29T00:56:46.514Z[ recovery-image] Jul 29 00:56:45.681 INFO O| Jul 29 00:56:45.681 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
90952026-07-29T00:56:46.514Z[ recovery-image] Jul 29 00:56:45.681 INFO O| Jul 29 00:56:45.681 INFO STEP 81 (remove_files) COMPLETE
90962026-07-29T00:56:46.514Z[ recovery-image] Jul 29 00:56:45.681 INFO O| Jul 29 00:56:45.681 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90972026-07-29T00:56:46.523Z[ recovery-image] Jul 29 00:56:45.691 INFO O| Jul 29 00:56:45.690 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
90982026-07-29T00:56:46.523Z[ recovery-image] Jul 29 00:56:45.691 INFO O| Jul 29 00:56:45.691 INFO STEP 82 (remove_files) COMPLETE
90992026-07-29T00:56:46.527Z[ recovery-image] Jul 29 00:56:45.691 INFO O| Jul 29 00:56:45.691 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91002026-07-29T00:56:46.534Z[ recovery-image] Jul 29 00:56:45.701 INFO O| Jul 29 00:56:45.701 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91012026-07-29T00:56:46.534Z[ recovery-image] Jul 29 00:56:45.701 INFO O| Jul 29 00:56:45.701 INFO STEP 83 (remove_files) COMPLETE
91022026-07-29T00:56:46.537Z[ recovery-image] Jul 29 00:56:45.701 INFO O| Jul 29 00:56:45.701 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91032026-07-29T00:56:46.544Z[ recovery-image] Jul 29 00:56:45.711 INFO O| Jul 29 00:56:45.711 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91042026-07-29T00:56:46.544Z[ recovery-image] Jul 29 00:56:45.711 INFO O| Jul 29 00:56:45.711 INFO STEP 84 (remove_files) COMPLETE
91052026-07-29T00:56:46.547Z[ recovery-image] Jul 29 00:56:45.711 INFO O| Jul 29 00:56:45.711 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91062026-07-29T00:56:46.554Z[ recovery-image] Jul 29 00:56:45.722 INFO O| Jul 29 00:56:45.722 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91072026-07-29T00:56:46.554Z[ recovery-image] Jul 29 00:56:45.722 INFO O| Jul 29 00:56:45.722 INFO STEP 85 (remove_files) COMPLETE
91082026-07-29T00:56:46.557Z[ recovery-image] Jul 29 00:56:45.722 INFO O| Jul 29 00:56:45.722 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91092026-07-29T00:56:46.564Z[ recovery-image] Jul 29 00:56:45.732 INFO O| Jul 29 00:56:45.732 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91102026-07-29T00:56:46.564Z[ recovery-image] Jul 29 00:56:45.732 INFO O| Jul 29 00:56:45.732 INFO STEP 86 (remove_files) COMPLETE
91112026-07-29T00:56:46.568Z[ recovery-image] Jul 29 00:56:45.732 INFO O| Jul 29 00:56:45.732 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91122026-07-29T00:56:46.574Z[ recovery-image] Jul 29 00:56:45.742 INFO O| Jul 29 00:56:45.742 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91132026-07-29T00:56:46.574Z[ recovery-image] Jul 29 00:56:45.742 INFO O| Jul 29 00:56:45.742 INFO STEP 87 (remove_files) COMPLETE
91142026-07-29T00:56:46.577Z[ recovery-image] Jul 29 00:56:45.742 INFO O| Jul 29 00:56:45.742 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91152026-07-29T00:56:46.584Z[ recovery-image] Jul 29 00:56:45.752 INFO O| Jul 29 00:56:45.752 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91162026-07-29T00:56:46.584Z[ recovery-image] Jul 29 00:56:45.752 INFO O| Jul 29 00:56:45.752 INFO STEP 88 (remove_files) COMPLETE
91172026-07-29T00:56:46.584Z[ recovery-image] Jul 29 00:56:45.752 INFO O| Jul 29 00:56:45.752 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91182026-07-29T00:56:46.594Z[ recovery-image] Jul 29 00:56:45.761 INFO O| Jul 29 00:56:45.761 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91192026-07-29T00:56:46.594Z[ recovery-image] Jul 29 00:56:45.761 INFO O| Jul 29 00:56:45.761 INFO STEP 89 (remove_files) COMPLETE
91202026-07-29T00:56:46.598Z[ recovery-image] Jul 29 00:56:45.761 INFO O| Jul 29 00:56:45.761 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91212026-07-29T00:56:46.603Z[ recovery-image] Jul 29 00:56:45.770 INFO O| Jul 29 00:56:45.770 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91222026-07-29T00:56:46.603Z[ recovery-image] Jul 29 00:56:45.770 INFO O| Jul 29 00:56:45.770 INFO STEP 90 (remove_files) COMPLETE
91232026-07-29T00:56:46.603Z[ recovery-image] Jul 29 00:56:45.770 INFO O| Jul 29 00:56:45.770 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91242026-07-29T00:56:46.612Z[ recovery-image] Jul 29 00:56:45.779 INFO O| Jul 29 00:56:45.779 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91252026-07-29T00:56:46.612Z[ recovery-image] Jul 29 00:56:45.779 INFO O| Jul 29 00:56:45.779 INFO STEP 91 (remove_files) COMPLETE
91262026-07-29T00:56:46.618Z[ recovery-image] Jul 29 00:56:45.779 INFO O| Jul 29 00:56:45.779 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91272026-07-29T00:56:46.623Z[ recovery-image] Jul 29 00:56:45.791 INFO O| Jul 29 00:56:45.791 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91282026-07-29T00:56:46.623Z[ recovery-image] Jul 29 00:56:45.791 INFO O| Jul 29 00:56:45.791 INFO STEP 92 (remove_files) COMPLETE
91292026-07-29T00:56:46.627Z[ recovery-image] Jul 29 00:56:45.791 INFO O| Jul 29 00:56:45.791 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91302026-07-29T00:56:46.635Z[ recovery-image] Jul 29 00:56:45.802 INFO O| Jul 29 00:56:45.802 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91312026-07-29T00:56:46.635Z[ recovery-image] Jul 29 00:56:45.802 INFO O| Jul 29 00:56:45.802 INFO STEP 93 (remove_files) COMPLETE
91322026-07-29T00:56:46.639Z[ recovery-image] Jul 29 00:56:45.802 INFO O| Jul 29 00:56:45.802 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91332026-07-29T00:56:46.646Z[ recovery-image] Jul 29 00:56:45.813 INFO O| Jul 29 00:56:45.813 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91342026-07-29T00:56:46.646Z[ recovery-image] Jul 29 00:56:45.814 INFO O| Jul 29 00:56:45.813 INFO STEP 94 (remove_files) COMPLETE
91352026-07-29T00:56:46.649Z[ recovery-image] Jul 29 00:56:45.814 INFO O| Jul 29 00:56:45.814 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91362026-07-29T00:56:46.658Z[ recovery-image] Jul 29 00:56:45.826 INFO O| Jul 29 00:56:45.826 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91372026-07-29T00:56:46.658Z[ recovery-image] Jul 29 00:56:45.826 INFO O| Jul 29 00:56:45.826 INFO STEP 95 (remove_files) COMPLETE
91382026-07-29T00:56:46.658Z[ recovery-image] Jul 29 00:56:45.826 INFO O| Jul 29 00:56:45.826 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91392026-07-29T00:56:46.670Z[ recovery-image] Jul 29 00:56:45.837 INFO O| Jul 29 00:56:45.837 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91402026-07-29T00:56:46.670Z[ recovery-image] Jul 29 00:56:45.837 INFO O| Jul 29 00:56:45.837 INFO STEP 96 (remove_files) COMPLETE
91412026-07-29T00:56:46.670Z[ recovery-image] Jul 29 00:56:45.837 INFO O| Jul 29 00:56:45.837 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91422026-07-29T00:56:46.679Z[ recovery-image] Jul 29 00:56:45.847 INFO O| Jul 29 00:56:45.847 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91432026-07-29T00:56:46.679Z[ recovery-image] Jul 29 00:56:45.847 INFO O| Jul 29 00:56:45.847 INFO STEP 97 (remove_files) COMPLETE
91442026-07-29T00:56:46.679Z[ recovery-image] Jul 29 00:56:45.847 INFO O| Jul 29 00:56:45.847 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91452026-07-29T00:56:46.687Z[ recovery-image] Jul 29 00:56:45.855 INFO O| Jul 29 00:56:45.855 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91462026-07-29T00:56:46.687Z[ recovery-image] Jul 29 00:56:45.855 INFO O| Jul 29 00:56:45.855 INFO STEP 98 (remove_files) COMPLETE
91472026-07-29T00:56:46.688Z[ recovery-image] Jul 29 00:56:45.855 INFO O| Jul 29 00:56:45.855 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91482026-07-29T00:56:46.699Z[ recovery-image] Jul 29 00:56:45.866 INFO O| Jul 29 00:56:45.866 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91492026-07-29T00:56:46.699Z[ recovery-image] Jul 29 00:56:45.866 INFO O| Jul 29 00:56:45.866 INFO STEP 99 (remove_files) COMPLETE
91502026-07-29T00:56:46.699Z[ recovery-image] Jul 29 00:56:45.866 INFO O| Jul 29 00:56:45.866 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91512026-07-29T00:56:46.712Z[ recovery-image] Jul 29 00:56:45.879 INFO O| Jul 29 00:56:45.879 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91522026-07-29T00:56:46.712Z[ recovery-image] Jul 29 00:56:45.879 INFO O| Jul 29 00:56:45.879 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", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
91532026-07-29T00:56:47.207Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
91542026-07-29T00:56:47.725Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
91552026-07-29T00:56:47.891Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
91562026-07-29T00:56:47.926Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
91572026-07-29T00:56:48.154Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
91582026-07-29T00:56:48.420Z[verify-libraries] Compiling multimap v0.10.1
91592026-07-29T00:56:48.452Z[verify-libraries] Compiling termios v0.3.3
91602026-07-29T00:56:48.646Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
91612026-07-29T00:56:48.756Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
91622026-07-29T00:56:49.028Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
91632026-07-29T00:56:52.876Z[ recovery-image] Jul 29 00:56:52.043 INFO O| Jul 29 00:56:52.043 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
91642026-07-29T00:56:52.876Z[ recovery-image] Jul 29 00:56:52.043 INFO O| Jul 29 00:56:52.043 INFO E| svccfg: Loaded 69 smf(7) service descriptions
91652026-07-29T00:56:52.891Z[ recovery-image] Jul 29 00:56:52.057 INFO O| Jul 29 00:56:52.057 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_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"}
91662026-07-29T00:56:52.990Z[ recovery-image] Jul 29 00:56:52.157 INFO O| Jul 29 00:56:52.157 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
91672026-07-29T00:56:53.050Z[ recovery-image] Jul 29 00:56:52.217 INFO O| Jul 29 00:56:52.217 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
91682026-07-29T00:56:53.114Z[ recovery-image] Jul 29 00:56:52.281 INFO O| Jul 29 00:56:52.281 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
91692026-07-29T00:56:53.114Z[ recovery-image] Jul 29 00:56:52.281 INFO O| Jul 29 00:56:52.281 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 ...
91702026-07-29T00:56:53.119Z[ recovery-image] Jul 29 00:56:52.283 INFO O| Jul 29 00:56:52.283 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
91712026-07-29T00:56:53.119Z[ recovery-image] Jul 29 00:56:52.283 INFO O| Jul 29 00:56:52.283 INFO ok!
91722026-07-29T00:56:53.119Z[ recovery-image] Jul 29 00:56:52.283 INFO O| Jul 29 00:56:52.283 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
91732026-07-29T00:56:53.119Z[ recovery-image] Jul 29 00:56:52.283 INFO O| Jul 29 00:56:52.283 INFO STEP 100 (seed_smf) COMPLETE
91742026-07-29T00:56:53.119Z[ recovery-image] Jul 29 00:56:52.283 INFO O| Jul 29 00:56:52.283 INFO steps complete; finalising image!
91752026-07-29T00:56:53.123Z[ recovery-image] Jul 29 00:56:52.283 INFO O| Jul 29 00:56:52.283 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
91762026-07-29T00:56:53.181Z[ recovery-image] Jul 29 00:56:52.348 INFO O| Jul 29 00:56:52.348 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Wed Jul 29 00:56:52 2026)
91772026-07-29T00:56:53.387Z[ recovery-image] Jul 29 00:56:52.554 INFO O| Jul 29 00:56:52.554 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Jul 29 00:56:52 2026)
91782026-07-29T00:56:53.592Z[ recovery-image] Jul 29 00:56:52.760 INFO O| Jul 29 00:56:52.760 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Jul 29 00:56:52 2026)
91792026-07-29T00:56:53.798Z[ recovery-image] Jul 29 00:56:52.966 INFO O| Jul 29 00:56:52.966 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Jul 29 00:56:52 2026)
91802026-07-29T00:56:54.004Z[ recovery-image] Jul 29 00:56:53.172 INFO O| Jul 29 00:56:53.172 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Jul 29 00:56:52 2026)
91812026-07-29T00:56:54.211Z[ recovery-image] Jul 29 00:56:53.378 INFO O| Jul 29 00:56:53.378 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Jul 29 00:56:52 2026)
91822026-07-29T00:56:54.424Z[ recovery-image] Jul 29 00:56:53.585 INFO O| Jul 29 00:56:53.584 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Jul 29 00:56:52 2026)
91832026-07-29T00:56:54.629Z[ recovery-image] Jul 29 00:56:53.791 INFO O| Jul 29 00:56:53.791 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Jul 29 00:56:52 2026)
91842026-07-29T00:56:54.741Z[ host-image] Jul 29 00:56:53.901 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24139:20260724T162332Z
91852026-07-29T00:56:54.741Z[ host-image] Jul 29 00:56:53.901 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24139:20260724T162332Z
91862026-07-29T00:56:54.741Z[ host-image] Jul 29 00:56:53.901 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
91872026-07-29T00:56:54.741Z[ host-image] Jul 29 00:56:53.901 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
91882026-07-29T00:56:54.741Z[ host-image] Jul 29 00:56:53.901 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
91892026-07-29T00:56:54.741Z[ host-image] Jul 29 00:56:53.901 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
91902026-07-29T00:56:54.741Z[ host-image] Jul 29 00:56:53.901 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
91912026-07-29T00:56:54.741Z[ host-image] Jul 29 00:56:53.901 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
91922026-07-29T00:56:54.741Z[ host-image] Jul 29 00:56:53.902 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0-3.0:20260729T004252Z
91932026-07-29T00:56:54.742Z[ host-image] Jul 29 00:56:53.902 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
91942026-07-29T00:56:54.742Z[ host-image] Jul 29 00:56:53.902 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
91952026-07-29T00:56:54.742Z[ host-image] Jul 29 00:56:53.902 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24139:20260724T162332Z
91962026-07-29T00:56:54.742Z[ host-image] Jul 29 00:56:53.903 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24139:20260724T162332Z
91972026-07-29T00:56:54.742Z[ host-image] Jul 29 00:56:53.903 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24139:20260724T162332Z
91982026-07-29T00:56:54.742Z[ host-image] Jul 29 00:56:53.903 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24139:20260724T162332Z
91992026-07-29T00:56:54.742Z[ host-image] Jul 29 00:56:53.903 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92002026-07-29T00:56:54.742Z[ host-image] Jul 29 00:56:53.903 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24139:20260724T162332Z
92012026-07-29T00:56:54.742Z[ host-image] Jul 29 00:56:53.903 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24139:20260724T162333Z
92022026-07-29T00:56:54.742Z[ host-image] Jul 29 00:56:53.903 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24139:20260724T162333Z
92032026-07-29T00:56:54.742Z[ host-image] Jul 29 00:56:53.903 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24139:20260724T162333Z
92042026-07-29T00:56:54.742Z[ host-image] Jul 29 00:56:53.903 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24139:20260724T162333Z
92052026-07-29T00:56:54.742Z[ host-image] Jul 29 00:56:53.903 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24139:20260724T162333Z
92062026-07-29T00:56:54.742Z[ host-image] Jul 29 00:56:53.904 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24139:20260724T162333Z
92072026-07-29T00:56:54.742Z[ host-image] Jul 29 00:56:53.904 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24139:20260724T162333Z
92082026-07-29T00:56:54.743Z[ host-image] Jul 29 00:56:53.904 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24139:20260724T162333Z
92092026-07-29T00:56:54.743Z[ host-image] Jul 29 00:56:53.904 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24139:20260724T162334Z
92102026-07-29T00:56:54.743Z[ host-image] Jul 29 00:56:53.904 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24139:20260724T162334Z
92112026-07-29T00:56:54.743Z[ host-image] Jul 29 00:56:53.904 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24139:20260724T162334Z
92122026-07-29T00:56:54.743Z[ host-image] Jul 29 00:56:53.904 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24139:20260724T162334Z
92132026-07-29T00:56:54.743Z[ host-image] Jul 29 00:56:53.904 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24139:20260724T162335Z
92142026-07-29T00:56:54.743Z[ host-image] Jul 29 00:56:53.904 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24139:20260724T162335Z
92152026-07-29T00:56:54.743Z[ host-image] Jul 29 00:56:53.904 INFO O| install = pkg://helios/driver/network/opte@0.41.504-3.0:20260725T001627Z
92162026-07-29T00:56:54.743Z[ host-image] Jul 29 00:56:53.904 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24139:20260724T162336Z
92172026-07-29T00:56:54.743Z[ host-image] Jul 29 00:56:53.904 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24139:20260724T162337Z
92182026-07-29T00:56:54.743Z[ host-image] Jul 29 00:56:53.904 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24139:20260724T162337Z
92192026-07-29T00:56:54.743Z[ host-image] Jul 29 00:56:53.904 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24139:20260724T162337Z
92202026-07-29T00:56:54.743Z[ host-image] Jul 29 00:56:53.904 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24139:20260724T162338Z
92212026-07-29T00:56:54.743Z[ host-image] Jul 29 00:56:53.904 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24139:20260724T162338Z
92222026-07-29T00:56:54.743Z[ host-image] Jul 29 00:56:53.904 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24139:20260724T162338Z
92232026-07-29T00:56:54.773Z[ host-image] Jul 29 00:56:53.907 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92242026-07-29T00:56:54.774Z[ host-image] Jul 29 00:56:53.907 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24139:20260724T162338Z
92252026-07-29T00:56:54.774Z[ host-image] Jul 29 00:56:53.907 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92262026-07-29T00:56:54.774Z[ host-image] Jul 29 00:56:53.907 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92272026-07-29T00:56:54.774Z[ host-image] Jul 29 00:56:53.908 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92282026-07-29T00:56:54.774Z[ host-image] Jul 29 00:56:53.908 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92292026-07-29T00:56:54.774Z[ host-image] Jul 29 00:56:53.908 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24139:20260724T162338Z
92302026-07-29T00:56:54.774Z[ host-image] Jul 29 00:56:53.908 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92312026-07-29T00:56:54.774Z[ host-image] Jul 29 00:56:53.908 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92322026-07-29T00:56:54.775Z[ host-image] Jul 29 00:56:53.908 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92332026-07-29T00:56:54.775Z[ host-image] Jul 29 00:56:53.908 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92342026-07-29T00:56:54.775Z[ host-image] Jul 29 00:56:53.912 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92352026-07-29T00:56:54.775Z[ host-image] Jul 29 00:56:53.912 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92362026-07-29T00:56:54.775Z[ host-image] Jul 29 00:56:53.912 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92372026-07-29T00:56:54.775Z[ host-image] Jul 29 00:56:53.912 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92382026-07-29T00:56:54.775Z[ host-image] Jul 29 00:56:53.912 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92392026-07-29T00:56:54.775Z[ host-image] Jul 29 00:56:53.912 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92402026-07-29T00:56:54.775Z[ host-image] Jul 29 00:56:53.925 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92412026-07-29T00:56:54.775Z[ host-image] Jul 29 00:56:53.925 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92422026-07-29T00:56:54.775Z[ host-image] Jul 29 00:56:53.925 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92432026-07-29T00:56:54.775Z[ host-image] Jul 29 00:56:53.925 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24139:20260724T162339Z
92442026-07-29T00:56:54.775Z[ host-image] Jul 29 00:56:53.925 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24139:20260724T162342Z
92452026-07-29T00:56:54.775Z[ host-image] Jul 29 00:56:53.925 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92462026-07-29T00:56:54.776Z[ host-image] Jul 29 00:56:53.925 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24139:20260724T162342Z
92472026-07-29T00:56:54.776Z[ host-image] Jul 29 00:56:53.925 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92482026-07-29T00:56:54.776Z[ host-image] Jul 29 00:56:53.925 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92492026-07-29T00:56:54.776Z[ host-image] Jul 29 00:56:53.925 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92502026-07-29T00:56:54.776Z[ host-image] Jul 29 00:56:53.925 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92512026-07-29T00:56:54.776Z[ host-image] Jul 29 00:56:53.925 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24139:20260724T162342Z
92522026-07-29T00:56:54.776Z[ host-image] Jul 29 00:56:53.925 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92532026-07-29T00:56:54.776Z[ host-image] Jul 29 00:56:53.926 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92542026-07-29T00:56:54.776Z[ host-image] Jul 29 00:56:53.926 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92552026-07-29T00:56:54.776Z[ host-image] Jul 29 00:56:53.926 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92562026-07-29T00:56:54.776Z[ host-image] Jul 29 00:56:53.927 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24139:20260724T162342Z
92572026-07-29T00:56:54.776Z[ host-image] Jul 29 00:56:53.927 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92582026-07-29T00:56:54.785Z[ host-image] Jul 29 00:56:53.930 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92592026-07-29T00:56:54.785Z[ host-image] Jul 29 00:56:53.931 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24139:20260724T162342Z
92602026-07-29T00:56:54.785Z[ host-image] Jul 29 00:56:53.931 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24139:20260724T162343Z
92612026-07-29T00:56:54.785Z[ host-image] Jul 29 00:56:53.931 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24139:20260724T162343Z
92622026-07-29T00:56:54.785Z[ host-image] Jul 29 00:56:53.931 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92632026-07-29T00:56:54.785Z[ host-image] Jul 29 00:56:53.931 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24139:20260724T162343Z
92642026-07-29T00:56:54.785Z[ host-image] Jul 29 00:56:53.932 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24139:20260724T162343Z
92652026-07-29T00:56:54.785Z[ host-image] Jul 29 00:56:53.932 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24139:20260724T162343Z
92662026-07-29T00:56:54.785Z[ host-image] Jul 29 00:56:53.932 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24139:20260724T162343Z
92672026-07-29T00:56:54.785Z[ host-image] Jul 29 00:56:53.933 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92682026-07-29T00:56:54.785Z[ host-image] Jul 29 00:56:53.933 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24139:20260724T162344Z
92692026-07-29T00:56:54.785Z[ host-image] Jul 29 00:56:53.933 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24139:20260724T162344Z
92702026-07-29T00:56:54.785Z[ host-image] Jul 29 00:56:53.933 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92712026-07-29T00:56:54.785Z[ host-image] Jul 29 00:56:53.933 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24139:20260724T162344Z
92722026-07-29T00:56:54.785Z[ host-image] Jul 29 00:56:53.933 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24139:20260724T162344Z
92732026-07-29T00:56:54.785Z[ host-image] Jul 29 00:56:53.933 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24139:20260724T162344Z
92742026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.933 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24139:20260724T162344Z
92752026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.936 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24139:20260724T162345Z
92762026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.936 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92772026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.936 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24139:20260724T162345Z
92782026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.936 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24139:20260724T162345Z
92792026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.937 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24139:20260724T162345Z
92802026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.937 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24139:20260724T162345Z
92812026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.937 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24139:20260724T162345Z
92822026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.937 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24139:20260724T162345Z
92832026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.937 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24139:20260724T162345Z
92842026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.937 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24139:20260724T162345Z
92852026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.941 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24139:20260724T162346Z
92862026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.941 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24139:20260724T162345Z
92872026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.941 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24139:20260724T162345Z
92882026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.942 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24139:20260724T162346Z
92892026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.942 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24139:20260724T162346Z
92902026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.948 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24139:20260724T162347Z
92912026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.948 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24139:20260724T162346Z
92922026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.948 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24139:20260724T162346Z
92932026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.948 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
92942026-07-29T00:56:54.786Z[ host-image] Jul 29 00:56:53.948 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
92952026-07-29T00:56:54.799Z[ host-image] Jul 29 00:56:53.957 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24139:20260724T162346Z
92962026-07-29T00:56:54.799Z[ host-image] Jul 29 00:56:53.957 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
92972026-07-29T00:56:54.799Z[ host-image] Jul 29 00:56:53.957 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24139:20260724T162346Z
92982026-07-29T00:56:54.800Z[ host-image] Jul 29 00:56:53.957 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24139:20260724T162346Z
92992026-07-29T00:56:54.800Z[ host-image] Jul 29 00:56:53.958 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24139:20260724T162346Z
93002026-07-29T00:56:54.800Z[ host-image] Jul 29 00:56:53.958 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93012026-07-29T00:56:54.800Z[ host-image] Jul 29 00:56:53.958 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93022026-07-29T00:56:54.800Z[ host-image] Jul 29 00:56:53.958 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24139:20260724T162347Z
93032026-07-29T00:56:54.800Z[ host-image] Jul 29 00:56:53.958 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24139:20260724T162347Z
93042026-07-29T00:56:54.800Z[ host-image] Jul 29 00:56:53.958 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24139:20260724T162347Z
93052026-07-29T00:56:54.800Z[ host-image] Jul 29 00:56:53.958 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24139:20260724T162347Z
93062026-07-29T00:56:54.800Z[ host-image] Jul 29 00:56:53.958 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24139:20260724T162347Z
93072026-07-29T00:56:54.800Z[ host-image] Jul 29 00:56:53.958 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24139:20260724T162347Z
93082026-07-29T00:56:54.800Z[ host-image] Jul 29 00:56:53.959 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93092026-07-29T00:56:54.800Z[ host-image] Jul 29 00:56:53.959 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24139:20260724T162348Z
93102026-07-29T00:56:54.800Z[ host-image] Jul 29 00:56:53.959 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24139:20260724T162348Z
93112026-07-29T00:56:54.800Z[ host-image] Jul 29 00:56:53.960 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24139:20260724T162348Z
93122026-07-29T00:56:54.801Z[ host-image] Jul 29 00:56:53.960 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24139:20260724T162348Z
93132026-07-29T00:56:54.801Z[ host-image] Jul 29 00:56:53.960 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24139:20260724T162348Z
93142026-07-29T00:56:54.801Z[ host-image] Jul 29 00:56:53.960 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24139:20260724T162348Z
93152026-07-29T00:56:54.801Z[ host-image] Jul 29 00:56:53.960 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93162026-07-29T00:56:54.801Z[ host-image] Jul 29 00:56:53.960 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93172026-07-29T00:56:54.801Z[ host-image] Jul 29 00:56:53.960 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24139:20260724T162349Z
93182026-07-29T00:56:54.801Z[ host-image] Jul 29 00:56:53.960 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24139:20260724T162350Z
93192026-07-29T00:56:54.801Z[ host-image] Jul 29 00:56:53.960 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93202026-07-29T00:56:54.801Z[ host-image] Jul 29 00:56:53.960 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93212026-07-29T00:56:54.801Z[ host-image] Jul 29 00:56:53.960 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93222026-07-29T00:56:54.801Z[ host-image] Jul 29 00:56:53.960 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93232026-07-29T00:56:54.801Z[ host-image] Jul 29 00:56:53.960 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93242026-07-29T00:56:54.801Z[ host-image] Jul 29 00:56:53.960 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93252026-07-29T00:56:54.809Z[ host-image] Jul 29 00:56:53.961 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93262026-07-29T00:56:54.810Z[ host-image] Jul 29 00:56:53.961 INFO O| tempdir @ "/tmp/.tmplr6Aib/tmp"
93272026-07-29T00:56:54.810Z[ host-image] Jul 29 00:56:53.961 INFO O| image root @ "/tmp/.tmplr6Aib/tmp/root"
93282026-07-29T00:56:54.810Z[ host-image] Jul 29 00:56:53.961 INFO O| creating image...
93292026-07-29T00:56:54.834Z[ recovery-image] Jul 29 00:56:53.997 INFO O| Jul 29 00:56:53.997 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Jul 29 00:56:52 2026)
93302026-07-29T00:56:55.039Z[ recovery-image] Jul 29 00:56:54.204 INFO O| Jul 29 00:56:54.204 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Jul 29 00:56:52 2026)
93312026-07-29T00:56:57.031Z[ recovery-image] Jul 29 00:56:56.198 INFO O| Jul 29 00:56:56.198 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Wed Jul 29 00:56:52 2026)
93322026-07-29T00:56:57.258Z[ recovery-image] Jul 29 00:56:56.422 INFO O| Jul 29 00:56:56.421 INFO temporary pool has 503M used, 1.26G avail, 1.00x compressratio
93332026-07-29T00:56:57.258Z[ recovery-image] Jul 29 00:56:56.422 INFO O| Jul 29 00:56:56.421 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93342026-07-29T00:56:57.296Z[verify-libraries] Compiling polar-core v0.27.3
93352026-07-29T00:56:59.260Z[ recovery-image] Jul 29 00:56:58.427 INFO O| Jul 29 00:56:58.427 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
93362026-07-29T00:56:59.260Z[ recovery-image] Jul 29 00:56:58.427 INFO O| Jul 29 00:56:58.427 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93372026-07-29T00:56:59.374Z[ host-image] Jul 29 00:56:58.541 INFO O| copying publishers...
93382026-07-29T00:57:01.768Z[ recovery-image] Jul 29 00:57:00.935 INFO O| Jul 29 00:57:00.935 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93392026-07-29T00:57:01.768Z[ recovery-image] Jul 29 00:57:00.935 INFO O| Jul 29 00:57:00.935 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93402026-07-29T00:57:01.773Z[ recovery-image] Jul 29 00:57:00.935 INFO O| Jul 29 00:57:00.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93412026-07-29T00:57:01.773Z[ recovery-image] Jul 29 00:57:00.935 INFO O| Jul 29 00:57:00.935 INFO completed processing sled/zfs-recovery
93422026-07-29T00:57:01.773Z[ recovery-image] Jul 29 00:57:00.935 INFO O| Jul 29 00:57:00.935 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93432026-07-29T00:57:03.383Z[ host-image] Jul 29 00:57:02.551 INFO O| adding properties...
93442026-07-29T00:57:04.058Z[ recovery-image] Jul 29 00:57:03.226 INFO O| Jul 29 00:57:03.225 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93452026-07-29T00:57:04.248Z[ recovery-image] Jul 29 00:57:03.416 INFO BUILD STRING "heads/stlouis-0-gd666143ce2\n"
93462026-07-29T00:57:04.248Z[ recovery-image] Jul 29 00:57:03.416 INFO expanded image name: "recovery 84e182f/${os_short_commit} 2026-07-29 00:42" -> "recovery 84e182f/d666143 2026-07-29 00:42"
93472026-07-29T00:57:04.248Z[ recovery-image] Jul 29 00:57:03.416 INFO output artefacts stored in: "/work/os-recovery"
93482026-07-29T00:57:04.252Z[ recovery-image] Jul 29 00:57:03.416 INFO collecting git info from project "amd-host-image-builder"...
93492026-07-29T00:57:04.292Z[ recovery-image] Jul 29 00:57:03.459 INFO collecting git info from project "bootserver"...
93502026-07-29T00:57:04.299Z[ recovery-image] Jul 29 00:57:03.466 INFO collecting git info from project "amd-firmware"...
93512026-07-29T00:57:04.720Z[ recovery-image] Jul 29 00:57:03.888 INFO collecting git info from project "image-builder"...
93522026-07-29T00:57:04.728Z[ recovery-image] Jul 29 00:57:03.896 INFO collecting git info from project "phbl"...
93532026-07-29T00:57:04.736Z[ recovery-image] Jul 29 00:57:03.903 INFO collecting git info from project "pilot"...
93542026-07-29T00:57:04.761Z[ host-image] Jul 29 00:57:03.928 INFO O| installing packages...
93552026-07-29T00:57:04.769Z[ recovery-image] Jul 29 00:57:03.936 INFO collecting git info from project "dmar-report"...
93562026-07-29T00:57:04.802Z[ recovery-image] Jul 29 00:57:03.969 INFO collecting git info from project "chelsio-t6-roms"...
93572026-07-29T00:57:04.823Z[ recovery-image] Jul 29 00:57:03.991 INFO collecting git info from project "pinprick"...
93582026-07-29T00:57:04.871Z[ recovery-image] Jul 29 00:57:04.038 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93592026-07-29T00:57:05.600Z[ recovery-image] Jul 29 00:57:04.767 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93602026-07-29T00:57:05.991Z[ recovery-image] Jul 29 00:57:05.159 INFO creating Oxide boot image...
93612026-07-29T00:57:05.991Z[ recovery-image] Jul 29 00:57:05.159 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 84e182f/d666143 2026-07-29 00:42", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93622026-07-29T00:57:06.129Z[verify-libraries] Compiling oso v0.27.3
93632026-07-29T00:57:06.153Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93642026-07-29T00:57:06.594Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93652026-07-29T00:57:13.824Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93662026-07-29T00:57:17.060Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93672026-07-29T00:57:18.680Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93682026-07-29T00:57:18.772Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93692026-07-29T00:57:19.375Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
93702026-07-29T00:57:19.593Z[ host-image] Jul 29 00:57:18.760 INFO O| seeding SMF database...
93712026-07-29T00:57:24.050Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
93722026-07-29T00:57:24.485Z[ host-image] Jul 29 00:57:23.652 INFO O| configuring SMF profile...
93732026-07-29T00:57:24.485Z[ host-image] Jul 29 00:57:23.652 INFO O| modifying shadow(5)...
93742026-07-29T00:57:24.489Z[ host-image] Jul 29 00:57:23.652 INFO O| loading user and group database...
93752026-07-29T00:57:24.489Z[ host-image] Jul 29 00:57:23.652 INFO O| loading facet selections...
93762026-07-29T00:57:24.852Z[ host-image] Jul 29 00:57:24.016 INFO O| devel -> true
93772026-07-29T00:57:24.852Z[ host-image] Jul 29 00:57:24.016 INFO O| doc.man -> true
93782026-07-29T00:57:24.852Z[ host-image] Jul 29 00:57:24.016 INFO O| version-lock.shell/ksh93 -> true
93792026-07-29T00:57:24.852Z[ host-image] Jul 29 00:57:24.016 INFO O| version-lock.system/data/hardware-registry -> true
93802026-07-29T00:57:24.852Z[ host-image] Jul 29 00:57:24.016 INFO O| version-lock.system/data/zoneinfo -> true
93812026-07-29T00:57:24.852Z[ host-image] Jul 29 00:57:24.016 INFO O| version-lock.system/microcode/amd -> true
93822026-07-29T00:57:24.852Z[ host-image] Jul 29 00:57:24.016 INFO O| version-lock.system/microcode/intel -> true
93832026-07-29T00:57:24.852Z[ host-image] Jul 29 00:57:24.016 INFO O| version-lock.system/microcode/oxide -> true
93842026-07-29T00:57:24.852Z[ host-image] Jul 29 00:57:24.016 INFO O| assessing packaged files...
93852026-07-29T00:57:25.215Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
93862026-07-29T00:57:25.613Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
93872026-07-29T00:57:27.052Z[ host-image] Jul 29 00:57:26.218 INFO O| creating archive...
93882026-07-29T00:57:27.074Z[ host-image] Jul 29 00:57:26.241 INFO O| missing from packaging:
93892026-07-29T00:57:27.074Z[ host-image] Jul 29 00:57:26.241 INFO O| "etc/.pwd.lock"
93902026-07-29T00:57:27.074Z[ host-image] Jul 29 00:57:26.241 INFO O| "etc/bash"
93912026-07-29T00:57:27.078Z[ host-image] Jul 29 00:57:26.245 INFO O| "etc/svc/profile/generic.xml"
93922026-07-29T00:57:27.078Z[ host-image] Jul 29 00:57:26.245 INFO O| "etc/svc/profile/inetd_services.xml"
93932026-07-29T00:57:27.081Z[ host-image] Jul 29 00:57:26.245 INFO O| "etc/svc/profile/name_service.xml"
93942026-07-29T00:57:27.081Z[ host-image] Jul 29 00:57:26.245 INFO O| "etc/svc/profile/platform.xml"
93952026-07-29T00:57:27.082Z[ host-image] Jul 29 00:57:26.245 INFO O| "etc/svc/profile/platform_omicron1.xml"
93962026-07-29T00:57:27.082Z[ host-image] Jul 29 00:57:26.245 INFO O| "etc/svc/repository.db"
93972026-07-29T00:57:27.085Z[ host-image] Jul 29 00:57:26.252 INFO O| "opt/ooce/share"
93982026-07-29T00:57:27.085Z[ host-image] Jul 29 00:57:26.252 INFO O| "opt/ooce/share/man"
93992026-07-29T00:57:27.085Z[ host-image] Jul 29 00:57:26.252 INFO O| "opt/ooce/share/man/man1"
94002026-07-29T00:57:27.094Z[ host-image] Jul 29 00:57:26.261 INFO O| finishing archive...
94012026-07-29T00:57:27.310Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94022026-07-29T00:57:29.910Z[ host-image] Jul 29 00:57:29.077 INFO O| creating gzonly manifest...
94032026-07-29T00:57:29.918Z[ host-image] Jul 29 00:57:29.086 INFO O| ok
94042026-07-29T00:57:30.313Z[ host-image] Jul 29 00:57:29.480 INFO image builder template: ramdisk-02-trim...
94052026-07-29T00:57:30.313Z[ host-image] Jul 29 00:57:29.480 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/.tmpv7Qs9L/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-02-trim"], pwd: None
94062026-07-29T00:57:30.334Z[ host-image] Jul 29 00:57:29.501 INFO O| Jul 29 00:57:29.500 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94072026-07-29T00:57:30.338Z[ host-image] Jul 29 00:57:29.504 INFO O| Jul 29 00:57:29.504 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94082026-07-29T00:57:33.780Z[ host-image] Jul 29 00:57:32.946 INFO O| Jul 29 00:57:32.946 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94092026-07-29T00:57:34.218Z[ host-image] Jul 29 00:57:33.385 INFO O| Jul 29 00:57:33.385 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94102026-07-29T00:57:34.218Z[ host-image] Jul 29 00:57:33.385 INFO O| Jul 29 00:57:33.385 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94112026-07-29T00:57:34.222Z[ host-image] Jul 29 00:57:33.389 INFO O| Jul 29 00:57:33.389 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94122026-07-29T00:57:34.225Z[ host-image] Jul 29 00:57:33.392 INFO O| Jul 29 00:57:33.392 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94132026-07-29T00:57:34.229Z[ host-image] Jul 29 00:57:33.396 INFO O| Jul 29 00:57:33.396 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94142026-07-29T00:57:34.540Z[ host-image] Jul 29 00:57:33.707 INFO O| Jul 29 00:57:33.707 INFO rolled back to input snapshot; work may begin
94152026-07-29T00:57:34.541Z[ host-image] Jul 29 00:57:33.707 INFO O| Jul 29 00:57:33.707 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94162026-07-29T00:57:34.544Z[ host-image] Jul 29 00:57:33.711 INFO O| Jul 29 00:57:33.711 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94172026-07-29T00:57:34.554Z[ host-image] Jul 29 00:57:33.720 INFO O| Jul 29 00:57:33.720 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94182026-07-29T00:57:34.593Z[ host-image] Jul 29 00:57:33.761 INFO O| Jul 29 00:57:33.760 INFO STEP 0 (remove_files) COMPLETE
94192026-07-29T00:57:34.594Z[ host-image] Jul 29 00:57:33.761 INFO O| Jul 29 00:57:33.760 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94202026-07-29T00:57:34.601Z[ host-image] Jul 29 00:57:33.768 INFO O| Jul 29 00:57:33.768 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94212026-07-29T00:57:34.605Z[ host-image] Jul 29 00:57:33.770 INFO O| Jul 29 00:57:33.770 INFO STEP 1 (remove_files) COMPLETE
94222026-07-29T00:57:34.605Z[ host-image] Jul 29 00:57:33.770 INFO O| Jul 29 00:57:33.770 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94232026-07-29T00:57:34.608Z[ host-image] Jul 29 00:57:33.776 INFO O| Jul 29 00:57:33.776 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94242026-07-29T00:57:34.621Z[ host-image] Jul 29 00:57:33.788 INFO O| Jul 29 00:57:33.788 INFO STEP 2 (remove_files) COMPLETE
94252026-07-29T00:57:34.625Z[ host-image] Jul 29 00:57:33.788 INFO O| Jul 29 00:57:33.788 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94262026-07-29T00:57:34.628Z[ host-image] Jul 29 00:57:33.795 INFO O| Jul 29 00:57:33.795 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94272026-07-29T00:57:34.631Z[ host-image] Jul 29 00:57:33.797 INFO O| Jul 29 00:57:33.797 INFO STEP 3 (remove_files) COMPLETE
94282026-07-29T00:57:34.632Z[ host-image] Jul 29 00:57:33.797 INFO O| Jul 29 00:57:33.797 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94292026-07-29T00:57:34.635Z[ host-image] Jul 29 00:57:33.802 INFO O| Jul 29 00:57:33.802 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94302026-07-29T00:57:34.639Z[ host-image] Jul 29 00:57:33.805 INFO O| Jul 29 00:57:33.805 INFO STEP 4 (remove_files) COMPLETE
94312026-07-29T00:57:34.639Z[ host-image] Jul 29 00:57:33.805 INFO O| Jul 29 00:57:33.805 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94322026-07-29T00:57:34.646Z[ host-image] Jul 29 00:57:33.813 INFO O| Jul 29 00:57:33.813 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94332026-07-29T00:57:34.649Z[ host-image] Jul 29 00:57:33.815 INFO O| Jul 29 00:57:33.815 INFO STEP 5 (remove_files) COMPLETE
94342026-07-29T00:57:34.649Z[ host-image] Jul 29 00:57:33.815 INFO O| Jul 29 00:57:33.815 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94352026-07-29T00:57:34.654Z[ host-image] Jul 29 00:57:33.821 INFO O| Jul 29 00:57:33.821 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94362026-07-29T00:57:34.663Z[ host-image] Jul 29 00:57:33.831 INFO O| Jul 29 00:57:33.831 INFO STEP 6 (remove_files) COMPLETE
94372026-07-29T00:57:34.663Z[ host-image] Jul 29 00:57:33.831 INFO O| Jul 29 00:57:33.831 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94382026-07-29T00:57:34.667Z[ host-image] Jul 29 00:57:33.831 INFO O| Jul 29 00:57:33.831 INFO skip step because feature "heliosv2" is not enabled
94392026-07-29T00:57:34.667Z[ host-image] Jul 29 00:57:33.831 INFO O| Jul 29 00:57:33.831 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94402026-07-29T00:57:34.671Z[ host-image] Jul 29 00:57:33.839 INFO O| Jul 29 00:57:33.839 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94412026-07-29T00:57:34.682Z[ host-image] Jul 29 00:57:33.849 INFO O| Jul 29 00:57:33.849 INFO STEP 8 (remove_files) COMPLETE
94422026-07-29T00:57:34.682Z[ host-image] Jul 29 00:57:33.849 INFO O| Jul 29 00:57:33.849 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94432026-07-29T00:57:34.691Z[ host-image] Jul 29 00:57:33.858 INFO O| Jul 29 00:57:33.858 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94442026-07-29T00:57:34.757Z[ host-image] Jul 29 00:57:33.924 INFO O| Jul 29 00:57:33.924 INFO STEP 9 (remove_files) COMPLETE
94452026-07-29T00:57:34.757Z[ host-image] Jul 29 00:57:33.924 INFO O| Jul 29 00:57:33.924 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94462026-07-29T00:57:34.766Z[ host-image] Jul 29 00:57:33.933 INFO O| Jul 29 00:57:33.933 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94472026-07-29T00:57:34.837Z[ host-image] Jul 29 00:57:34.004 INFO O| Jul 29 00:57:34.004 INFO STEP 10 (remove_files) COMPLETE
94482026-07-29T00:57:34.837Z[ host-image] Jul 29 00:57:34.004 INFO O| Jul 29 00:57:34.004 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94492026-07-29T00:57:34.848Z[ host-image] Jul 29 00:57:34.015 INFO O| Jul 29 00:57:34.015 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94502026-07-29T00:57:34.851Z[ host-image] Jul 29 00:57:34.018 INFO O| Jul 29 00:57:34.018 INFO STEP 11 (remove_files) COMPLETE
94512026-07-29T00:57:34.851Z[ host-image] Jul 29 00:57:34.018 INFO O| Jul 29 00:57:34.018 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94522026-07-29T00:57:34.860Z[ host-image] Jul 29 00:57:34.028 INFO O| Jul 29 00:57:34.028 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94532026-07-29T00:57:34.864Z[ host-image] Jul 29 00:57:34.028 INFO O| Jul 29 00:57:34.028 INFO STEP 12 (remove_files) COMPLETE
94542026-07-29T00:57:34.864Z[ host-image] Jul 29 00:57:34.028 INFO O| Jul 29 00:57:34.028 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94552026-07-29T00:57:34.869Z[ host-image] Jul 29 00:57:34.037 INFO O| Jul 29 00:57:34.036 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94562026-07-29T00:57:34.873Z[ host-image] Jul 29 00:57:34.038 INFO O| Jul 29 00:57:34.038 INFO STEP 13 (remove_files) COMPLETE
94572026-07-29T00:57:34.873Z[ host-image] Jul 29 00:57:34.038 INFO O| Jul 29 00:57:34.038 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94582026-07-29T00:57:34.885Z[ host-image] Jul 29 00:57:34.052 INFO O| Jul 29 00:57:34.052 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94592026-07-29T00:57:34.889Z[ host-image] Jul 29 00:57:34.052 INFO O| Jul 29 00:57:34.052 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94602026-07-29T00:57:34.892Z[ host-image] Jul 29 00:57:34.059 INFO O| Jul 29 00:57:34.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94612026-07-29T00:57:34.892Z[ host-image] Jul 29 00:57:34.059 INFO O| Jul 29 00:57:34.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94622026-07-29T00:57:34.892Z[ host-image] Jul 29 00:57:34.059 INFO O| Jul 29 00:57:34.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94632026-07-29T00:57:34.892Z[ host-image] Jul 29 00:57:34.059 INFO O| Jul 29 00:57:34.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94642026-07-29T00:57:34.892Z[ host-image] Jul 29 00:57:34.059 INFO O| Jul 29 00:57:34.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94652026-07-29T00:57:34.892Z[ host-image] Jul 29 00:57:34.059 INFO O| Jul 29 00:57:34.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94662026-07-29T00:57:34.892Z[ host-image] Jul 29 00:57:34.059 INFO O| Jul 29 00:57:34.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94672026-07-29T00:57:34.892Z[ host-image] Jul 29 00:57:34.059 INFO O| Jul 29 00:57:34.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94682026-07-29T00:57:34.892Z[ host-image] Jul 29 00:57:34.059 INFO O| Jul 29 00:57:34.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94692026-07-29T00:57:34.892Z[ host-image] Jul 29 00:57:34.059 INFO O| Jul 29 00:57:34.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94702026-07-29T00:57:34.892Z[ host-image] Jul 29 00:57:34.060 INFO O| Jul 29 00:57:34.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94712026-07-29T00:57:34.896Z[ host-image] Jul 29 00:57:34.060 INFO O| Jul 29 00:57:34.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94722026-07-29T00:57:34.896Z[ host-image] Jul 29 00:57:34.060 INFO O| Jul 29 00:57:34.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94732026-07-29T00:57:34.896Z[ host-image] Jul 29 00:57:34.060 INFO O| Jul 29 00:57:34.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94742026-07-29T00:57:34.896Z[ host-image] Jul 29 00:57:34.060 INFO O| Jul 29 00:57:34.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94752026-07-29T00:57:34.896Z[ host-image] Jul 29 00:57:34.060 INFO O| Jul 29 00:57:34.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94762026-07-29T00:57:35.081Z[ host-image] Jul 29 00:57:34.248 INFO O| Jul 29 00:57:34.248 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94772026-07-29T00:57:35.109Z[ host-image] Jul 29 00:57:34.277 INFO O| Jul 29 00:57:34.276 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94782026-07-29T00:57:35.118Z[ host-image] Jul 29 00:57:34.285 INFO O| Jul 29 00:57:34.285 INFO STEP 14 (remove_files) COMPLETE
94792026-07-29T00:57:35.118Z[ host-image] Jul 29 00:57:34.285 INFO O| Jul 29 00:57:34.285 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94802026-07-29T00:57:35.126Z[ host-image] Jul 29 00:57:34.293 INFO O| Jul 29 00:57:34.293 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94812026-07-29T00:57:35.129Z[ host-image] Jul 29 00:57:34.294 INFO O| Jul 29 00:57:34.294 INFO STEP 15 (remove_files) COMPLETE
94822026-07-29T00:57:35.129Z[ host-image] Jul 29 00:57:34.294 INFO O| Jul 29 00:57:34.294 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94832026-07-29T00:57:35.133Z[ host-image] Jul 29 00:57:34.300 INFO O| Jul 29 00:57:34.300 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94842026-07-29T00:57:35.138Z[ host-image] Jul 29 00:57:34.306 INFO O| Jul 29 00:57:34.306 INFO STEP 16 (remove_files) COMPLETE
94852026-07-29T00:57:35.138Z[ host-image] Jul 29 00:57:34.306 INFO O| Jul 29 00:57:34.306 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94862026-07-29T00:57:35.147Z[ host-image] Jul 29 00:57:34.315 INFO O| Jul 29 00:57:34.315 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94872026-07-29T00:57:35.151Z[ host-image] Jul 29 00:57:34.315 INFO O| Jul 29 00:57:34.315 INFO STEP 17 (remove_files) COMPLETE
94882026-07-29T00:57:35.151Z[ host-image] Jul 29 00:57:34.315 INFO O| Jul 29 00:57:34.315 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94892026-07-29T00:57:35.154Z[ host-image] Jul 29 00:57:34.321 INFO O| Jul 29 00:57:34.321 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94902026-07-29T00:57:35.158Z[ host-image] Jul 29 00:57:34.322 INFO O| Jul 29 00:57:34.322 INFO STEP 18 (remove_files) COMPLETE
94912026-07-29T00:57:35.158Z[ host-image] Jul 29 00:57:34.322 INFO O| Jul 29 00:57:34.322 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94922026-07-29T00:57:35.161Z[ host-image] Jul 29 00:57:34.327 INFO O| Jul 29 00:57:34.327 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94932026-07-29T00:57:35.161Z[ host-image] Jul 29 00:57:34.327 INFO O| Jul 29 00:57:34.327 INFO STEP 19 (remove_files) COMPLETE
94942026-07-29T00:57:35.161Z[ host-image] Jul 29 00:57:34.327 INFO O| Jul 29 00:57:34.327 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94952026-07-29T00:57:35.169Z[ host-image] Jul 29 00:57:34.336 INFO O| Jul 29 00:57:34.336 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94962026-07-29T00:57:35.172Z[ host-image] Jul 29 00:57:34.336 INFO O| Jul 29 00:57:34.336 INFO STEP 20 (remove_files) COMPLETE
94972026-07-29T00:57:35.172Z[ host-image] Jul 29 00:57:34.336 INFO O| Jul 29 00:57:34.336 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94982026-07-29T00:57:35.176Z[ host-image] Jul 29 00:57:34.343 INFO O| Jul 29 00:57:34.343 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
94992026-07-29T00:57:35.176Z[ host-image] Jul 29 00:57:34.343 INFO O| Jul 29 00:57:34.343 INFO STEP 21 (remove_files) COMPLETE
95002026-07-29T00:57:35.176Z[ host-image] Jul 29 00:57:34.343 INFO O| Jul 29 00:57:34.343 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95012026-07-29T00:57:35.182Z[ host-image] Jul 29 00:57:34.349 INFO O| Jul 29 00:57:34.349 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95022026-07-29T00:57:35.182Z[ host-image] Jul 29 00:57:34.349 INFO O| Jul 29 00:57:34.349 INFO STEP 22 (remove_files) COMPLETE
95032026-07-29T00:57:35.186Z[ host-image] Jul 29 00:57:34.349 INFO O| Jul 29 00:57:34.349 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95042026-07-29T00:57:35.189Z[ host-image] Jul 29 00:57:34.357 INFO O| Jul 29 00:57:34.357 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95052026-07-29T00:57:35.194Z[ host-image] Jul 29 00:57:34.357 INFO O| Jul 29 00:57:34.357 INFO STEP 23 (remove_files) COMPLETE
95062026-07-29T00:57:35.194Z[ host-image] Jul 29 00:57:34.357 INFO O| Jul 29 00:57:34.357 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95072026-07-29T00:57:35.197Z[ host-image] Jul 29 00:57:34.364 INFO O| Jul 29 00:57:34.364 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95082026-07-29T00:57:35.197Z[ host-image] Jul 29 00:57:34.364 INFO O| Jul 29 00:57:34.364 INFO STEP 24 (remove_files) COMPLETE
95092026-07-29T00:57:35.197Z[ host-image] Jul 29 00:57:34.364 INFO O| Jul 29 00:57:34.364 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95102026-07-29T00:57:35.202Z[ host-image] Jul 29 00:57:34.370 INFO O| Jul 29 00:57:34.370 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95112026-07-29T00:57:35.202Z[ host-image] Jul 29 00:57:34.370 INFO O| Jul 29 00:57:34.370 INFO STEP 25 (remove_files) COMPLETE
95122026-07-29T00:57:35.206Z[ host-image] Jul 29 00:57:34.370 INFO O| Jul 29 00:57:34.370 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95132026-07-29T00:57:35.209Z[ host-image] Jul 29 00:57:34.376 INFO O| Jul 29 00:57:34.376 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95142026-07-29T00:57:35.210Z[ host-image] Jul 29 00:57:34.376 INFO O| Jul 29 00:57:34.376 INFO STEP 26 (remove_files) COMPLETE
95152026-07-29T00:57:35.210Z[ host-image] Jul 29 00:57:34.376 INFO O| Jul 29 00:57:34.376 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95162026-07-29T00:57:35.217Z[ host-image] Jul 29 00:57:34.384 INFO O| Jul 29 00:57:34.384 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95172026-07-29T00:57:35.220Z[ host-image] Jul 29 00:57:34.384 INFO O| Jul 29 00:57:34.384 INFO STEP 27 (remove_files) COMPLETE
95182026-07-29T00:57:35.220Z[ host-image] Jul 29 00:57:34.384 INFO O| Jul 29 00:57:34.384 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95192026-07-29T00:57:35.224Z[ host-image] Jul 29 00:57:34.392 INFO O| Jul 29 00:57:34.392 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95202026-07-29T00:57:35.229Z[ host-image] Jul 29 00:57:34.392 INFO O| Jul 29 00:57:34.392 INFO STEP 28 (remove_files) COMPLETE
95212026-07-29T00:57:35.229Z[ host-image] Jul 29 00:57:34.392 INFO O| Jul 29 00:57:34.392 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95222026-07-29T00:57:35.232Z[ host-image] Jul 29 00:57:34.399 INFO O| Jul 29 00:57:34.399 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95232026-07-29T00:57:35.232Z[ host-image] Jul 29 00:57:34.399 INFO O| Jul 29 00:57:34.399 INFO STEP 29 (remove_files) COMPLETE
95242026-07-29T00:57:35.232Z[ host-image] Jul 29 00:57:34.399 INFO O| Jul 29 00:57:34.399 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95252026-07-29T00:57:35.238Z[ host-image] Jul 29 00:57:34.406 INFO O| Jul 29 00:57:34.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95262026-07-29T00:57:35.242Z[ host-image] Jul 29 00:57:34.406 INFO O| Jul 29 00:57:34.406 INFO STEP 30 (remove_files) COMPLETE
95272026-07-29T00:57:35.242Z[ host-image] Jul 29 00:57:34.406 INFO O| Jul 29 00:57:34.406 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95282026-07-29T00:57:35.246Z[ host-image] Jul 29 00:57:34.413 INFO O| Jul 29 00:57:34.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95292026-07-29T00:57:35.249Z[ host-image] Jul 29 00:57:34.413 INFO O| Jul 29 00:57:34.413 INFO STEP 31 (remove_files) COMPLETE
95302026-07-29T00:57:35.249Z[ host-image] Jul 29 00:57:34.413 INFO O| Jul 29 00:57:34.413 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95312026-07-29T00:57:35.253Z[ host-image] Jul 29 00:57:34.420 INFO O| Jul 29 00:57:34.420 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95322026-07-29T00:57:35.256Z[ host-image] Jul 29 00:57:34.420 INFO O| Jul 29 00:57:34.420 INFO STEP 32 (remove_files) COMPLETE
95332026-07-29T00:57:35.256Z[ host-image] Jul 29 00:57:34.420 INFO O| Jul 29 00:57:34.420 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95342026-07-29T00:57:35.260Z[ host-image] Jul 29 00:57:34.427 INFO O| Jul 29 00:57:34.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95352026-07-29T00:57:35.260Z[ host-image] Jul 29 00:57:34.427 INFO O| Jul 29 00:57:34.427 INFO STEP 33 (remove_files) COMPLETE
95362026-07-29T00:57:35.263Z[ host-image] Jul 29 00:57:34.427 INFO O| Jul 29 00:57:34.427 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95372026-07-29T00:57:35.266Z[ host-image] Jul 29 00:57:34.433 INFO O| Jul 29 00:57:34.433 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95382026-07-29T00:57:35.266Z[ host-image] Jul 29 00:57:34.433 INFO O| Jul 29 00:57:34.433 INFO STEP 34 (remove_files) COMPLETE
95392026-07-29T00:57:35.266Z[ host-image] Jul 29 00:57:34.433 INFO O| Jul 29 00:57:34.433 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95402026-07-29T00:57:35.272Z[ host-image] Jul 29 00:57:34.439 INFO O| Jul 29 00:57:34.439 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95412026-07-29T00:57:35.272Z[ host-image] Jul 29 00:57:34.440 INFO O| Jul 29 00:57:34.440 INFO STEP 35 (remove_files) COMPLETE
95422026-07-29T00:57:35.272Z[ host-image] Jul 29 00:57:34.440 INFO O| Jul 29 00:57:34.440 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95432026-07-29T00:57:35.278Z[ host-image] Jul 29 00:57:34.445 INFO O| Jul 29 00:57:34.445 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95442026-07-29T00:57:35.282Z[ host-image] Jul 29 00:57:34.445 INFO O| Jul 29 00:57:34.445 INFO STEP 36 (remove_files) COMPLETE
95452026-07-29T00:57:35.282Z[ host-image] Jul 29 00:57:34.445 INFO O| Jul 29 00:57:34.445 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95462026-07-29T00:57:35.286Z[ host-image] Jul 29 00:57:34.454 INFO O| Jul 29 00:57:34.454 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95472026-07-29T00:57:35.286Z[ host-image] Jul 29 00:57:34.454 INFO O| Jul 29 00:57:34.454 INFO STEP 37 (remove_files) COMPLETE
95482026-07-29T00:57:35.290Z[ host-image] Jul 29 00:57:34.454 INFO O| Jul 29 00:57:34.454 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95492026-07-29T00:57:35.294Z[ host-image] Jul 29 00:57:34.462 INFO O| Jul 29 00:57:34.462 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95502026-07-29T00:57:35.298Z[ host-image] Jul 29 00:57:34.462 INFO O| Jul 29 00:57:34.462 INFO STEP 38 (remove_files) COMPLETE
95512026-07-29T00:57:35.298Z[ host-image] Jul 29 00:57:34.462 INFO O| Jul 29 00:57:34.462 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-07-29T00:57:35.301Z[ host-image] Jul 29 00:57:34.469 INFO O| Jul 29 00:57:34.469 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95532026-07-29T00:57:35.302Z[ host-image] Jul 29 00:57:34.469 INFO O| Jul 29 00:57:34.469 INFO STEP 39 (remove_files) COMPLETE
95542026-07-29T00:57:35.305Z[ host-image] Jul 29 00:57:34.469 INFO O| Jul 29 00:57:34.469 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95552026-07-29T00:57:35.309Z[ host-image] Jul 29 00:57:34.477 INFO O| Jul 29 00:57:34.477 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95562026-07-29T00:57:35.309Z[ host-image] Jul 29 00:57:34.477 INFO O| Jul 29 00:57:34.477 INFO STEP 40 (remove_files) COMPLETE
95572026-07-29T00:57:35.313Z[ host-image] Jul 29 00:57:34.477 INFO O| Jul 29 00:57:34.477 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95582026-07-29T00:57:35.317Z[ host-image] Jul 29 00:57:34.484 INFO O| Jul 29 00:57:34.484 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95592026-07-29T00:57:35.317Z[ host-image] Jul 29 00:57:34.484 INFO O| Jul 29 00:57:34.484 INFO STEP 41 (remove_files) COMPLETE
95602026-07-29T00:57:35.320Z[ host-image] Jul 29 00:57:34.484 INFO O| Jul 29 00:57:34.484 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-07-29T00:57:35.325Z[ host-image] Jul 29 00:57:34.492 INFO O| Jul 29 00:57:34.492 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95622026-07-29T00:57:35.325Z[ host-image] Jul 29 00:57:34.492 INFO O| Jul 29 00:57:34.492 INFO STEP 42 (remove_files) COMPLETE
95632026-07-29T00:57:35.325Z[ host-image] Jul 29 00:57:34.492 INFO O| Jul 29 00:57:34.492 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-07-29T00:57:35.333Z[ host-image] Jul 29 00:57:34.500 INFO O| Jul 29 00:57:34.500 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95652026-07-29T00:57:35.333Z[ host-image] Jul 29 00:57:34.500 INFO O| Jul 29 00:57:34.500 INFO STEP 43 (remove_files) COMPLETE
95662026-07-29T00:57:35.336Z[ host-image] Jul 29 00:57:34.500 INFO O| Jul 29 00:57:34.500 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-07-29T00:57:35.341Z[ host-image] Jul 29 00:57:34.508 INFO O| Jul 29 00:57:34.508 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95682026-07-29T00:57:35.341Z[ host-image] Jul 29 00:57:34.508 INFO O| Jul 29 00:57:34.508 INFO STEP 44 (remove_files) COMPLETE
95692026-07-29T00:57:35.344Z[ host-image] Jul 29 00:57:34.508 INFO O| Jul 29 00:57:34.508 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-07-29T00:57:35.348Z[ host-image] Jul 29 00:57:34.515 INFO O| Jul 29 00:57:34.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95712026-07-29T00:57:35.348Z[ host-image] Jul 29 00:57:34.515 INFO O| Jul 29 00:57:34.515 INFO STEP 45 (remove_files) COMPLETE
95722026-07-29T00:57:35.351Z[ host-image] Jul 29 00:57:34.515 INFO O| Jul 29 00:57:34.515 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-07-29T00:57:35.355Z[ host-image] Jul 29 00:57:34.522 INFO O| Jul 29 00:57:34.522 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95742026-07-29T00:57:35.355Z[ host-image] Jul 29 00:57:34.522 INFO O| Jul 29 00:57:34.522 INFO STEP 46 (remove_files) COMPLETE
95752026-07-29T00:57:35.355Z[ host-image] Jul 29 00:57:34.522 INFO O| Jul 29 00:57:34.522 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-07-29T00:57:35.362Z[ host-image] Jul 29 00:57:34.530 INFO O| Jul 29 00:57:34.530 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95772026-07-29T00:57:35.362Z[ host-image] Jul 29 00:57:34.530 INFO O| Jul 29 00:57:34.530 INFO STEP 47 (remove_files) COMPLETE
95782026-07-29T00:57:35.362Z[ host-image] Jul 29 00:57:34.530 INFO O| Jul 29 00:57:34.530 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-07-29T00:57:35.369Z[ host-image] Jul 29 00:57:34.537 INFO O| Jul 29 00:57:34.537 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95802026-07-29T00:57:35.369Z[ host-image] Jul 29 00:57:34.537 INFO O| Jul 29 00:57:34.537 INFO STEP 48 (remove_files) COMPLETE
95812026-07-29T00:57:35.369Z[ host-image] Jul 29 00:57:34.537 INFO O| Jul 29 00:57:34.537 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-07-29T00:57:35.376Z[ host-image] Jul 29 00:57:34.543 INFO O| Jul 29 00:57:34.543 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95832026-07-29T00:57:35.376Z[ host-image] Jul 29 00:57:34.543 INFO O| Jul 29 00:57:34.543 INFO STEP 49 (remove_files) COMPLETE
95842026-07-29T00:57:35.379Z[ host-image] Jul 29 00:57:34.543 INFO O| Jul 29 00:57:34.543 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-07-29T00:57:35.383Z[ host-image] Jul 29 00:57:34.551 INFO O| Jul 29 00:57:34.551 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95862026-07-29T00:57:35.387Z[ host-image] Jul 29 00:57:34.551 INFO O| Jul 29 00:57:34.551 INFO STEP 50 (remove_files) COMPLETE
95872026-07-29T00:57:35.387Z[ host-image] Jul 29 00:57:34.551 INFO O| Jul 29 00:57:34.551 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-07-29T00:57:35.390Z[ host-image] Jul 29 00:57:34.557 INFO O| Jul 29 00:57:34.557 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95892026-07-29T00:57:35.390Z[ host-image] Jul 29 00:57:34.558 INFO O| Jul 29 00:57:34.557 INFO STEP 51 (remove_files) COMPLETE
95902026-07-29T00:57:35.390Z[ host-image] Jul 29 00:57:34.558 INFO O| Jul 29 00:57:34.557 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-07-29T00:57:35.396Z[ host-image] Jul 29 00:57:34.564 INFO O| Jul 29 00:57:34.564 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95922026-07-29T00:57:35.396Z[ host-image] Jul 29 00:57:34.564 INFO O| Jul 29 00:57:34.564 INFO STEP 52 (remove_files) COMPLETE
95932026-07-29T00:57:35.400Z[ host-image] Jul 29 00:57:34.564 INFO O| Jul 29 00:57:34.564 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-07-29T00:57:35.403Z[ host-image] Jul 29 00:57:34.569 INFO O| Jul 29 00:57:34.569 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95952026-07-29T00:57:35.403Z[ host-image] Jul 29 00:57:34.569 INFO O| Jul 29 00:57:34.569 INFO STEP 53 (remove_files) COMPLETE
95962026-07-29T00:57:35.403Z[ host-image] Jul 29 00:57:34.569 INFO O| Jul 29 00:57:34.569 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-07-29T00:57:35.412Z[ host-image] Jul 29 00:57:34.578 INFO O| Jul 29 00:57:34.577 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
95982026-07-29T00:57:35.412Z[ host-image] Jul 29 00:57:34.578 INFO O| Jul 29 00:57:34.578 INFO STEP 54 (remove_files) COMPLETE
95992026-07-29T00:57:35.415Z[ host-image] Jul 29 00:57:34.578 INFO O| Jul 29 00:57:34.578 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-07-29T00:57:35.415Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
96012026-07-29T00:57:35.418Z[ host-image] Jul 29 00:57:34.585 INFO O| Jul 29 00:57:34.585 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96022026-07-29T00:57:35.418Z[ host-image] Jul 29 00:57:34.585 INFO O| Jul 29 00:57:34.585 INFO STEP 55 (remove_files) COMPLETE
96032026-07-29T00:57:35.418Z[ host-image] Jul 29 00:57:34.585 INFO O| Jul 29 00:57:34.585 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-07-29T00:57:35.425Z[ host-image] Jul 29 00:57:34.593 INFO O| Jul 29 00:57:34.593 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96052026-07-29T00:57:35.425Z[ host-image] Jul 29 00:57:34.593 INFO O| Jul 29 00:57:34.593 INFO STEP 56 (remove_files) COMPLETE
96062026-07-29T00:57:35.425Z[ host-image] Jul 29 00:57:34.593 INFO O| Jul 29 00:57:34.593 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-07-29T00:57:35.431Z[ host-image] Jul 29 00:57:34.599 INFO O| Jul 29 00:57:34.599 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96082026-07-29T00:57:35.431Z[ host-image] Jul 29 00:57:34.599 INFO O| Jul 29 00:57:34.599 INFO STEP 57 (remove_files) COMPLETE
96092026-07-29T00:57:35.435Z[ host-image] Jul 29 00:57:34.599 INFO O| Jul 29 00:57:34.599 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-07-29T00:57:35.439Z[ host-image] Jul 29 00:57:34.604 INFO O| Jul 29 00:57:34.604 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96112026-07-29T00:57:35.439Z[ host-image] Jul 29 00:57:34.605 INFO O| Jul 29 00:57:34.605 INFO STEP 58 (remove_files) COMPLETE
96122026-07-29T00:57:35.439Z[ host-image] Jul 29 00:57:34.605 INFO O| Jul 29 00:57:34.605 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-07-29T00:57:35.443Z[ host-image] Jul 29 00:57:34.610 INFO O| Jul 29 00:57:34.610 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96142026-07-29T00:57:35.443Z[ host-image] Jul 29 00:57:34.610 INFO O| Jul 29 00:57:34.610 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96152026-07-29T00:57:35.446Z[ host-image] Jul 29 00:57:34.610 INFO O| Jul 29 00:57:34.610 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96162026-07-29T00:57:35.446Z[ host-image] Jul 29 00:57:34.610 INFO O| Jul 29 00:57:34.610 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96172026-07-29T00:57:35.446Z[ host-image] Jul 29 00:57:34.610 INFO O| Jul 29 00:57:34.610 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96182026-07-29T00:57:35.446Z[ host-image] Jul 29 00:57:34.610 INFO O| Jul 29 00:57:34.610 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96192026-07-29T00:57:35.447Z[ host-image] Jul 29 00:57:34.610 INFO O| Jul 29 00:57:34.610 INFO ok!
96202026-07-29T00:57:35.447Z[ host-image] Jul 29 00:57:34.610 INFO O| Jul 29 00:57:34.610 INFO STEP 59 (ensure_file) COMPLETE
96212026-07-29T00:57:35.447Z[ host-image] Jul 29 00:57:34.610 INFO O| Jul 29 00:57:34.610 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96222026-07-29T00:57:35.450Z[ host-image] Jul 29 00:57:34.618 INFO O| Jul 29 00:57:34.618 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96232026-07-29T00:57:35.450Z[ host-image] Jul 29 00:57:34.618 INFO O| Jul 29 00:57:34.618 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96242026-07-29T00:57:35.454Z[ host-image] Jul 29 00:57:34.618 INFO O| Jul 29 00:57:34.618 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96252026-07-29T00:57:35.454Z[ host-image] Jul 29 00:57:34.618 INFO O| Jul 29 00:57:34.618 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96262026-07-29T00:57:35.454Z[ host-image] Jul 29 00:57:34.618 INFO O| Jul 29 00:57:34.618 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96272026-07-29T00:57:35.454Z[ host-image] Jul 29 00:57:34.618 INFO O| Jul 29 00:57:34.618 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96282026-07-29T00:57:35.454Z[ host-image] Jul 29 00:57:34.618 INFO O| Jul 29 00:57:34.618 INFO ok!
96292026-07-29T00:57:35.454Z[ host-image] Jul 29 00:57:34.618 INFO O| Jul 29 00:57:34.618 INFO STEP 60 (ensure_file) COMPLETE
96302026-07-29T00:57:35.454Z[ host-image] Jul 29 00:57:34.618 INFO O| Jul 29 00:57:34.618 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96312026-07-29T00:57:35.458Z[ host-image] Jul 29 00:57:34.626 INFO O| Jul 29 00:57:34.625 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96322026-07-29T00:57:35.458Z[ host-image] Jul 29 00:57:34.626 INFO O| Jul 29 00:57:34.626 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96332026-07-29T00:57:35.458Z[ host-image] Jul 29 00:57:34.626 INFO O| Jul 29 00:57:34.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96342026-07-29T00:57:35.462Z[ host-image] Jul 29 00:57:34.626 INFO O| Jul 29 00:57:34.626 INFO ok!
96352026-07-29T00:57:35.462Z[ host-image] Jul 29 00:57:34.626 INFO O| Jul 29 00:57:34.626 INFO STEP 61 (ensure_file) COMPLETE
96362026-07-29T00:57:35.462Z[ host-image] Jul 29 00:57:34.626 INFO O| Jul 29 00:57:34.626 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96372026-07-29T00:57:35.465Z[ host-image] Jul 29 00:57:34.633 INFO O| Jul 29 00:57:34.633 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96382026-07-29T00:57:35.465Z[ host-image] Jul 29 00:57:34.633 INFO O| Jul 29 00:57:34.633 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96392026-07-29T00:57:35.469Z[ host-image] Jul 29 00:57:34.633 INFO O| Jul 29 00:57:34.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96402026-07-29T00:57:35.469Z[ host-image] Jul 29 00:57:34.633 INFO O| Jul 29 00:57:34.633 INFO ok!
96412026-07-29T00:57:35.469Z[ host-image] Jul 29 00:57:34.633 INFO O| Jul 29 00:57:34.633 INFO STEP 62 (ensure_file) COMPLETE
96422026-07-29T00:57:35.469Z[ host-image] Jul 29 00:57:34.633 INFO O| Jul 29 00:57:34.633 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96432026-07-29T00:57:35.472Z[ host-image] Jul 29 00:57:34.640 INFO O| Jul 29 00:57:34.640 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96442026-07-29T00:57:35.472Z[ host-image] Jul 29 00:57:34.640 INFO O| Jul 29 00:57:34.640 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96452026-07-29T00:57:35.476Z[ host-image] Jul 29 00:57:34.640 INFO O| Jul 29 00:57:34.640 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96462026-07-29T00:57:35.476Z[ host-image] Jul 29 00:57:34.640 INFO O| Jul 29 00:57:34.640 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96472026-07-29T00:57:35.476Z[ host-image] Jul 29 00:57:34.640 INFO O| Jul 29 00:57:34.640 INFO ok!
96482026-07-29T00:57:35.476Z[ host-image] Jul 29 00:57:34.640 INFO O| Jul 29 00:57:34.640 INFO STEP 63 (ensure_file) COMPLETE
96492026-07-29T00:57:35.476Z[ host-image] Jul 29 00:57:34.640 INFO O| Jul 29 00:57:34.640 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96502026-07-29T00:57:35.480Z[ host-image] Jul 29 00:57:34.646 INFO O| Jul 29 00:57:34.646 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96512026-07-29T00:57:35.480Z[ host-image] Jul 29 00:57:34.646 INFO O| Jul 29 00:57:34.646 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96522026-07-29T00:57:35.480Z[ host-image] Jul 29 00:57:34.646 INFO O| Jul 29 00:57:34.646 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96532026-07-29T00:57:35.480Z[ host-image] Jul 29 00:57:34.646 INFO O| Jul 29 00:57:34.646 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96542026-07-29T00:57:35.480Z[ host-image] Jul 29 00:57:34.646 INFO O| Jul 29 00:57:34.646 INFO ok!
96552026-07-29T00:57:35.480Z[ host-image] Jul 29 00:57:34.646 INFO O| Jul 29 00:57:34.646 INFO STEP 64 (ensure_file) COMPLETE
96562026-07-29T00:57:35.480Z[ host-image] Jul 29 00:57:34.646 INFO O| Jul 29 00:57:34.646 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-07-29T00:57:35.487Z[ host-image] Jul 29 00:57:34.654 INFO O| Jul 29 00:57:34.654 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96582026-07-29T00:57:35.487Z[ host-image] Jul 29 00:57:34.654 INFO O| Jul 29 00:57:34.654 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96592026-07-29T00:57:35.490Z[ host-image] Jul 29 00:57:34.654 INFO O| Jul 29 00:57:34.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96602026-07-29T00:57:35.490Z[ host-image] Jul 29 00:57:34.654 INFO O| Jul 29 00:57:34.654 INFO ok!
96612026-07-29T00:57:35.490Z[ host-image] Jul 29 00:57:34.654 INFO O| Jul 29 00:57:34.654 INFO STEP 65 (assemble_files) COMPLETE
96622026-07-29T00:57:35.490Z[ host-image] Jul 29 00:57:34.654 INFO O| Jul 29 00:57:34.654 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-07-29T00:57:35.524Z[ host-image] Jul 29 00:57:34.662 INFO O| Jul 29 00:57:34.661 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96642026-07-29T00:57:35.524Z[ host-image] Jul 29 00:57:34.662 INFO O| Jul 29 00:57:34.661 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96652026-07-29T00:57:35.524Z[ host-image] Jul 29 00:57:34.662 INFO O| Jul 29 00:57:34.662 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96662026-07-29T00:57:35.524Z[ host-image] Jul 29 00:57:34.662 INFO O| Jul 29 00:57:34.662 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96672026-07-29T00:57:35.524Z[ host-image] Jul 29 00:57:34.662 INFO O| Jul 29 00:57:34.662 INFO ok!
96682026-07-29T00:57:35.524Z[ host-image] Jul 29 00:57:34.662 INFO O| Jul 29 00:57:34.662 INFO STEP 66 (ensure_file) COMPLETE
96692026-07-29T00:57:35.524Z[ host-image] Jul 29 00:57:34.662 INFO O| Jul 29 00:57:34.662 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96702026-07-29T00:57:35.524Z[ host-image] Jul 29 00:57:34.669 INFO O| Jul 29 00:57:34.669 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96712026-07-29T00:57:35.524Z[ host-image] Jul 29 00:57:34.669 INFO O| Jul 29 00:57:34.669 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96722026-07-29T00:57:35.524Z[ host-image] Jul 29 00:57:34.669 INFO O| Jul 29 00:57:34.669 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96732026-07-29T00:57:35.524Z[ host-image] Jul 29 00:57:34.669 INFO O| Jul 29 00:57:34.669 INFO STEP 67 (ensure_dir) COMPLETE
96742026-07-29T00:57:35.524Z[ host-image] Jul 29 00:57:34.669 INFO O| Jul 29 00:57:34.669 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96752026-07-29T00:57:35.524Z[ host-image] Jul 29 00:57:34.676 INFO O| Jul 29 00:57:34.675 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96762026-07-29T00:57:35.524Z[ host-image] Jul 29 00:57:34.676 INFO O| Jul 29 00:57:34.676 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 ...
96772026-07-29T00:57:35.524Z[ host-image] Jul 29 00:57:34.681 INFO O| Jul 29 00:57:34.681 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
96782026-07-29T00:57:35.525Z[ host-image] Jul 29 00:57:34.681 INFO O| Jul 29 00:57:34.681 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96792026-07-29T00:57:35.525Z[ host-image] Jul 29 00:57:34.681 INFO O| Jul 29 00:57:34.681 INFO ok!
96802026-07-29T00:57:35.525Z[ host-image] Jul 29 00:57:34.681 INFO O| Jul 29 00:57:34.681 INFO STEP 68 (ensure_file) COMPLETE
96812026-07-29T00:57:35.525Z[ host-image] Jul 29 00:57:34.681 INFO O| Jul 29 00:57:34.681 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96822026-07-29T00:57:35.525Z[ host-image] Jul 29 00:57:34.688 INFO O| Jul 29 00:57:34.688 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96832026-07-29T00:57:35.525Z[ host-image] Jul 29 00:57:34.688 INFO O| Jul 29 00:57:34.688 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 ...
96842026-07-29T00:57:35.525Z[ host-image] Jul 29 00:57:34.688 INFO O| Jul 29 00:57:34.688 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
96852026-07-29T00:57:35.525Z[ host-image] Jul 29 00:57:34.688 INFO O| Jul 29 00:57:34.688 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96862026-07-29T00:57:35.525Z[ host-image] Jul 29 00:57:34.688 INFO O| Jul 29 00:57:34.688 INFO ok!
96872026-07-29T00:57:35.525Z[ host-image] Jul 29 00:57:34.688 INFO O| Jul 29 00:57:34.688 INFO STEP 69 (ensure_file) COMPLETE
96882026-07-29T00:57:35.525Z[ host-image] Jul 29 00:57:34.688 INFO O| Jul 29 00:57:34.688 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96892026-07-29T00:57:35.530Z[ host-image] Jul 29 00:57:34.698 INFO O| Jul 29 00:57:34.698 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96902026-07-29T00:57:35.530Z[ host-image] Jul 29 00:57:34.698 INFO O| Jul 29 00:57:34.698 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96912026-07-29T00:57:36.961Z[ host-image] Jul 29 00:57:36.128 INFO O| Jul 29 00:57:36.128 INFO STEP 70 (pack_tar) COMPLETE
96922026-07-29T00:57:36.961Z[ host-image] Jul 29 00:57:36.128 INFO O| Jul 29 00:57:36.128 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96932026-07-29T00:57:36.961Z[ host-image] Jul 29 00:57:36.128 INFO O| Jul 29 00:57:36.128 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96942026-07-29T00:57:37.396Z[ host-image] Jul 29 00:57:36.563 INFO O| Jul 29 00:57:36.563 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96952026-07-29T00:57:37.491Z[ host-image] Jul 29 00:57:36.658 INFO O| Jul 29 00:57:36.657 INFO completed processing sled/ramdisk-02-trim
96962026-07-29T00:57:37.495Z[ host-image] Jul 29 00:57:36.659 INFO image builder template: zfs...
96972026-07-29T00:57:37.495Z[ host-image] Jul 29 00:57:36.659 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/.tmpv7Qs9L/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.504", "-n", "zfs"], pwd: None
96982026-07-29T00:57:37.504Z[ host-image] Jul 29 00:57:36.671 INFO O| Jul 29 00:57:36.671 INFO skip include "stress" because feature "stress" is not enabled
96992026-07-29T00:57:37.504Z[ host-image] Jul 29 00:57:36.671 INFO O| Jul 29 00:57:36.671 INFO skip include "stress" because feature "compliance" is not enabled
97002026-07-29T00:57:37.530Z[ host-image] Jul 29 00:57:36.697 INFO O| Jul 29 00:57:36.697 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97012026-07-29T00:57:37.534Z[ host-image] Jul 29 00:57:36.700 INFO O| Jul 29 00:57:36.700 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97022026-07-29T00:57:37.598Z[ host-image] Jul 29 00:57:36.764 INFO O| Jul 29 00:57:36.764 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97032026-07-29T00:57:37.719Z[ host-image] Jul 29 00:57:36.886 INFO O| Jul 29 00:57:36.886 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97042026-07-29T00:57:37.719Z[ host-image] Jul 29 00:57:36.886 INFO O| Jul 29 00:57:36.886 INFO work dataset: rpool/images/build/host/work/sled/zfs
97052026-07-29T00:57:37.723Z[ host-image] Jul 29 00:57:36.889 INFO O| Jul 29 00:57:36.889 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97062026-07-29T00:57:37.870Z[ host-image] Jul 29 00:57:37.037 INFO O| Jul 29 00:57:37.037 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97072026-07-29T00:57:37.975Z[ host-image] Jul 29 00:57:37.142 INFO O| Jul 29 00:57:37.142 INFO DESTROY POOL: TEMPORARY-sled-zfs
97082026-07-29T00:57:37.982Z[ host-image] Jul 29 00:57:37.149 INFO O| Jul 29 00:57:37.149 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97092026-07-29T00:57:37.986Z[ host-image] Jul 29 00:57:37.153 INFO O| Jul 29 00:57:37.153 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97102026-07-29T00:57:37.986Z[ host-image] Jul 29 00:57:37.153 INFO O| Jul 29 00:57:37.153 INFO no lofi found
97112026-07-29T00:57:37.986Z[ host-image] Jul 29 00:57:37.153 INFO O| Jul 29 00:57:37.153 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97122026-07-29T00:57:37.986Z[ host-image] Jul 29 00:57:37.153 INFO O| Jul 29 00:57:37.153 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97132026-07-29T00:57:39.834Z[ host-image] Jul 29 00:57:39.001 INFO O| Jul 29 00:57:39.001 INFO lofi device = /dev/dsk/c2t1d0p0
97142026-07-29T00:57:39.834Z[ host-image] Jul 29 00:57:39.001 INFO O| Jul 29 00:57:39.001 INFO pool device = /dev/dsk/c2t1d0p0
97152026-07-29T00:57:39.834Z[ host-image] Jul 29 00:57:39.001 INFO O| Jul 29 00:57:39.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"]
97162026-07-29T00:57:39.948Z[ host-image] Jul 29 00:57:39.115 INFO O| Jul 29 00:57:39.114 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97172026-07-29T00:57:39.948Z[ host-image] Jul 29 00:57:39.115 INFO O| Jul 29 00:57:39.115 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97182026-07-29T00:57:39.968Z[ host-image] Jul 29 00:57:39.135 INFO O| Jul 29 00:57:39.135 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97192026-07-29T00:57:40.028Z[ host-image] Jul 29 00:57:39.195 INFO O| Jul 29 00:57:39.195 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97202026-07-29T00:57:40.061Z[ host-image] Jul 29 00:57:39.228 INFO O| Jul 29 00:57:39.228 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97212026-07-29T00:57:40.079Z[ host-image] Jul 29 00:57:39.246 INFO O| Jul 29 00:57:39.246 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97222026-07-29T00:57:40.093Z[ host-image] Jul 29 00:57:39.260 INFO O| Jul 29 00:57:39.260 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97232026-07-29T00:57:40.132Z[ host-image] Jul 29 00:57:39.299 INFO O| Jul 29 00:57:39.299 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97242026-07-29T00:57:40.132Z[ host-image] Jul 29 00:57:39.299 INFO O| Jul 29 00:57:39.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97252026-07-29T00:57:40.132Z[ host-image] Jul 29 00:57:39.299 INFO O| Jul 29 00:57:39.299 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97262026-07-29T00:57:40.144Z[ host-image] Jul 29 00:57:39.311 INFO O| Jul 29 00:57:39.310 INFO boot environment UUID: c780d777-4503-485e-8a52-e30115c174ed
97272026-07-29T00:57:40.144Z[ host-image] Jul 29 00:57:39.311 INFO O| Jul 29 00:57:39.310 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = c780d777-4503-485e-8a52-e30115c174ed
97282026-07-29T00:57:40.157Z[ host-image] Jul 29 00:57:39.324 INFO O| Jul 29 00:57:39.324 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97292026-07-29T00:57:40.171Z[ host-image] Jul 29 00:57:39.338 INFO O| Jul 29 00:57:39.338 INFO STEP 0 (create_be) COMPLETE
97302026-07-29T00:57:40.171Z[ host-image] Jul 29 00:57:39.338 INFO O| Jul 29 00:57:39.338 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97312026-07-29T00:57:40.187Z[ host-image] Jul 29 00:57:39.354 INFO O| Jul 29 00:57:39.354 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97322026-07-29T00:57:45.034Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97332026-07-29T00:57:50.515Z[ host-image] Jul 29 00:57:49.681 INFO O| Jul 29 00:57:49.681 INFO STEP 1 (unpack_tar) COMPLETE
97342026-07-29T00:57:50.515Z[ host-image] Jul 29 00:57:49.682 INFO O| Jul 29 00:57:49.681 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97352026-07-29T00:57:50.524Z[ host-image] Jul 29 00:57:49.691 INFO O| Jul 29 00:57:49.691 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97362026-07-29T00:57:50.828Z[ host-image] Jul 29 00:57:49.995 INFO O| Jul 29 00:57:49.995 INFO STEP 2 (devfsadm) COMPLETE
97372026-07-29T00:57:50.832Z[ host-image] Jul 29 00:57:49.995 INFO O| Jul 29 00:57:49.995 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97382026-07-29T00:57:50.838Z[ host-image] Jul 29 00:57:50.005 INFO O| Jul 29 00:57:50.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97392026-07-29T00:57:50.838Z[ host-image] Jul 29 00:57:50.005 INFO O| Jul 29 00:57:50.005 INFO STEP 3 (ensure_dir) COMPLETE
97402026-07-29T00:57:50.841Z[ host-image] Jul 29 00:57:50.005 INFO O| Jul 29 00:57:50.005 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97412026-07-29T00:57:50.849Z[ host-image] Jul 29 00:57:50.016 INFO O| Jul 29 00:57:50.016 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97422026-07-29T00:57:50.849Z[ host-image] Jul 29 00:57:50.016 INFO O| Jul 29 00:57:50.016 INFO STEP 4 (ensure_dir) COMPLETE
97432026-07-29T00:57:50.852Z[ host-image] Jul 29 00:57:50.016 INFO O| Jul 29 00:57:50.016 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97442026-07-29T00:57:50.859Z[ host-image] Jul 29 00:57:50.027 INFO O| Jul 29 00:57:50.026 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97452026-07-29T00:57:50.859Z[ host-image] Jul 29 00:57:50.027 INFO O| Jul 29 00:57:50.027 INFO STEP 5 (ensure_dir) COMPLETE
97462026-07-29T00:57:50.863Z[ host-image] Jul 29 00:57:50.027 INFO O| Jul 29 00:57:50.027 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97472026-07-29T00:57:50.869Z[ host-image] Jul 29 00:57:50.037 INFO O| Jul 29 00:57:50.037 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97482026-07-29T00:57:50.869Z[ host-image] Jul 29 00:57:50.037 INFO O| Jul 29 00:57:50.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97492026-07-29T00:57:50.869Z[ host-image] Jul 29 00:57:50.037 INFO O| Jul 29 00:57:50.037 INFO STEP 6 (ensure_dir) COMPLETE
97502026-07-29T00:57:50.873Z[ host-image] Jul 29 00:57:50.037 INFO O| Jul 29 00:57:50.037 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97512026-07-29T00:57:50.881Z[ host-image] Jul 29 00:57:50.048 INFO O| Jul 29 00:57:50.048 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97522026-07-29T00:57:50.881Z[ host-image] Jul 29 00:57:50.048 INFO O| Jul 29 00:57:50.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97532026-07-29T00:57:50.884Z[ host-image] Jul 29 00:57:50.048 INFO O| Jul 29 00:57:50.048 INFO STEP 7 (ensure_dir) COMPLETE
97542026-07-29T00:57:50.884Z[ host-image] Jul 29 00:57:50.048 INFO O| Jul 29 00:57:50.048 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97552026-07-29T00:57:50.891Z[ host-image] Jul 29 00:57:50.058 INFO O| Jul 29 00:57:50.058 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97562026-07-29T00:57:50.894Z[ host-image] Jul 29 00:57:50.059 INFO O| Jul 29 00:57:50.059 INFO STEP 8 (remove_files) COMPLETE
97572026-07-29T00:57:50.894Z[ host-image] Jul 29 00:57:50.059 INFO O| Jul 29 00:57:50.059 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97582026-07-29T00:57:50.901Z[ host-image] Jul 29 00:57:50.068 INFO O| Jul 29 00:57:50.068 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97592026-07-29T00:57:50.905Z[ host-image] Jul 29 00:57:50.069 INFO O| Jul 29 00:57:50.069 INFO STEP 9 (remove_files) COMPLETE
97602026-07-29T00:57:50.905Z[ host-image] Jul 29 00:57:50.069 INFO O| Jul 29 00:57:50.069 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97612026-07-29T00:57:50.911Z[ host-image] Jul 29 00:57:50.079 INFO O| Jul 29 00:57:50.079 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97622026-07-29T00:57:50.915Z[ host-image] Jul 29 00:57:50.079 INFO O| Jul 29 00:57:50.079 INFO STEP 10 (remove_files) COMPLETE
97632026-07-29T00:57:50.915Z[ host-image] Jul 29 00:57:50.079 INFO O| Jul 29 00:57:50.079 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97642026-07-29T00:57:50.921Z[ host-image] Jul 29 00:57:50.088 INFO O| Jul 29 00:57:50.088 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97652026-07-29T00:57:50.921Z[ host-image] Jul 29 00:57:50.088 INFO O| Jul 29 00:57:50.088 INFO STEP 11 (remove_files) COMPLETE
97662026-07-29T00:57:50.924Z[ host-image] Jul 29 00:57:50.088 INFO O| Jul 29 00:57:50.088 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97672026-07-29T00:57:50.932Z[ host-image] Jul 29 00:57:50.099 INFO O| Jul 29 00:57:50.099 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97682026-07-29T00:57:50.932Z[ host-image] Jul 29 00:57:50.099 INFO O| Jul 29 00:57:50.099 INFO STEP 12 (remove_files) COMPLETE
97692026-07-29T00:57:50.932Z[ host-image] Jul 29 00:57:50.099 INFO O| Jul 29 00:57:50.099 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97702026-07-29T00:57:50.942Z[ host-image] Jul 29 00:57:50.109 INFO O| Jul 29 00:57:50.109 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97712026-07-29T00:57:50.945Z[ host-image] Jul 29 00:57:50.109 INFO O| Jul 29 00:57:50.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97722026-07-29T00:57:50.946Z[ host-image] Jul 29 00:57:50.109 INFO O| Jul 29 00:57:50.109 INFO STEP 13 (ensure_dir) COMPLETE
97732026-07-29T00:57:50.946Z[ host-image] Jul 29 00:57:50.109 INFO O| Jul 29 00:57:50.109 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97742026-07-29T00:57:50.952Z[ host-image] Jul 29 00:57:50.119 INFO O| Jul 29 00:57:50.119 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97752026-07-29T00:57:50.952Z[ host-image] Jul 29 00:57:50.119 INFO O| Jul 29 00:57:50.119 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97762026-07-29T00:57:50.956Z[ host-image] Jul 29 00:57:50.119 INFO O| Jul 29 00:57:50.119 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97772026-07-29T00:57:50.956Z[ host-image] Jul 29 00:57:50.119 INFO O| Jul 29 00:57:50.119 INFO STEP 14 (ensure_dir) COMPLETE
97782026-07-29T00:57:50.956Z[ host-image] Jul 29 00:57:50.119 INFO O| Jul 29 00:57:50.119 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97792026-07-29T00:57:50.962Z[ host-image] Jul 29 00:57:50.129 INFO O| Jul 29 00:57:50.129 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97802026-07-29T00:57:50.962Z[ host-image] Jul 29 00:57:50.129 INFO O| Jul 29 00:57:50.129 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97812026-07-29T00:57:50.965Z[ host-image] Jul 29 00:57:50.129 INFO O| Jul 29 00:57:50.129 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97822026-07-29T00:57:50.965Z[ host-image] Jul 29 00:57:50.129 INFO O| Jul 29 00:57:50.129 INFO STEP 15 (ensure_dir) COMPLETE
97832026-07-29T00:57:50.965Z[ host-image] Jul 29 00:57:50.129 INFO O| Jul 29 00:57:50.129 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97842026-07-29T00:57:50.971Z[ host-image] Jul 29 00:57:50.138 INFO O| Jul 29 00:57:50.138 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97852026-07-29T00:57:50.974Z[ host-image] Jul 29 00:57:50.138 INFO O| Jul 29 00:57:50.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97862026-07-29T00:57:50.974Z[ host-image] Jul 29 00:57:50.138 INFO O| Jul 29 00:57:50.138 INFO STEP 16 (ensure_dir) COMPLETE
97872026-07-29T00:57:50.974Z[ host-image] Jul 29 00:57:50.138 INFO O| Jul 29 00:57:50.138 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97882026-07-29T00:57:50.979Z[ host-image] Jul 29 00:57:50.146 INFO O| Jul 29 00:57:50.146 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97892026-07-29T00:57:50.979Z[ host-image] Jul 29 00:57:50.146 INFO O| Jul 29 00:57:50.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97902026-07-29T00:57:50.979Z[ host-image] Jul 29 00:57:50.146 INFO O| Jul 29 00:57:50.146 INFO STEP 17 (ensure_dir) COMPLETE
97912026-07-29T00:57:50.982Z[ host-image] Jul 29 00:57:50.146 INFO O| Jul 29 00:57:50.146 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97922026-07-29T00:57:50.990Z[ host-image] Jul 29 00:57:50.156 INFO O| Jul 29 00:57:50.156 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97932026-07-29T00:57:50.990Z[ host-image] Jul 29 00:57:50.156 INFO O| Jul 29 00:57:50.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97942026-07-29T00:57:50.990Z[ host-image] Jul 29 00:57:50.156 INFO O| Jul 29 00:57:50.156 INFO ok!
97952026-07-29T00:57:50.993Z[ host-image] Jul 29 00:57:50.156 INFO O| Jul 29 00:57:50.156 INFO STEP 18 (ensure_symlink) COMPLETE
97962026-07-29T00:57:50.993Z[ host-image] Jul 29 00:57:50.156 INFO O| Jul 29 00:57:50.156 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97972026-07-29T00:57:50.997Z[ host-image] Jul 29 00:57:50.163 INFO O| Jul 29 00:57:50.163 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97982026-07-29T00:57:50.997Z[ host-image] Jul 29 00:57:50.163 INFO O| Jul 29 00:57:50.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
97992026-07-29T00:57:50.997Z[ host-image] Jul 29 00:57:50.163 INFO O| Jul 29 00:57:50.163 INFO ok!
98002026-07-29T00:57:50.997Z[ host-image] Jul 29 00:57:50.164 INFO O| Jul 29 00:57:50.163 INFO STEP 19 (ensure_file) COMPLETE
98012026-07-29T00:57:50.997Z[ host-image] Jul 29 00:57:50.164 INFO O| Jul 29 00:57:50.163 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98022026-07-29T00:57:51.005Z[ host-image] Jul 29 00:57:50.173 INFO O| Jul 29 00:57:50.173 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98032026-07-29T00:57:51.006Z[ host-image] Jul 29 00:57:50.173 INFO O| Jul 29 00:57:50.173 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98042026-07-29T00:57:51.009Z[ host-image] Jul 29 00:57:50.173 INFO O| Jul 29 00:57:50.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98052026-07-29T00:57:51.009Z[ host-image] Jul 29 00:57:50.173 INFO O| Jul 29 00:57:50.173 INFO ok!
98062026-07-29T00:57:51.009Z[ host-image] Jul 29 00:57:50.173 INFO O| Jul 29 00:57:50.173 INFO STEP 20 (ensure_symlink) COMPLETE
98072026-07-29T00:57:51.009Z[ host-image] Jul 29 00:57:50.173 INFO O| Jul 29 00:57:50.173 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98082026-07-29T00:57:51.014Z[ host-image] Jul 29 00:57:50.181 INFO O| Jul 29 00:57:50.181 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98092026-07-29T00:57:51.014Z[ host-image] Jul 29 00:57:50.181 INFO O| Jul 29 00:57:50.181 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98102026-07-29T00:57:51.017Z[ host-image] Jul 29 00:57:50.181 INFO O| Jul 29 00:57:50.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98112026-07-29T00:57:51.017Z[ host-image] Jul 29 00:57:50.181 INFO O| Jul 29 00:57:50.181 INFO ok!
98122026-07-29T00:57:51.017Z[ host-image] Jul 29 00:57:50.181 INFO O| Jul 29 00:57:50.181 INFO STEP 21 (ensure_symlink) COMPLETE
98132026-07-29T00:57:51.017Z[ host-image] Jul 29 00:57:50.181 INFO O| Jul 29 00:57:50.181 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98142026-07-29T00:57:51.024Z[ host-image] Jul 29 00:57:50.191 INFO O| Jul 29 00:57:50.191 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98152026-07-29T00:57:51.024Z[ host-image] Jul 29 00:57:50.191 INFO O| Jul 29 00:57:50.191 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98162026-07-29T00:57:51.024Z[ host-image] Jul 29 00:57:50.191 INFO O| Jul 29 00:57:50.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98172026-07-29T00:57:51.028Z[ host-image] Jul 29 00:57:50.191 INFO O| Jul 29 00:57:50.191 INFO ok!
98182026-07-29T00:57:51.028Z[ host-image] Jul 29 00:57:50.192 INFO O| Jul 29 00:57:50.191 INFO STEP 22 (ensure_symlink) COMPLETE
98192026-07-29T00:57:51.028Z[ host-image] Jul 29 00:57:50.192 INFO O| Jul 29 00:57:50.191 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98202026-07-29T00:57:51.033Z[ host-image] Jul 29 00:57:50.200 INFO O| Jul 29 00:57:50.200 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98212026-07-29T00:57:51.033Z[ host-image] Jul 29 00:57:50.200 INFO O| Jul 29 00:57:50.200 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98222026-07-29T00:57:51.037Z[ host-image] Jul 29 00:57:50.201 INFO O| Jul 29 00:57:50.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98232026-07-29T00:57:51.037Z[ host-image] Jul 29 00:57:50.201 INFO O| Jul 29 00:57:50.200 INFO ok!
98242026-07-29T00:57:51.037Z[ host-image] Jul 29 00:57:50.201 INFO O| Jul 29 00:57:50.201 INFO STEP 23 (ensure_symlink) COMPLETE
98252026-07-29T00:57:51.037Z[ host-image] Jul 29 00:57:50.201 INFO O| Jul 29 00:57:50.201 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98262026-07-29T00:57:51.042Z[ host-image] Jul 29 00:57:50.209 INFO O| Jul 29 00:57:50.209 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98272026-07-29T00:57:51.045Z[ host-image] Jul 29 00:57:50.209 INFO O| Jul 29 00:57:50.209 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98282026-07-29T00:57:51.045Z[ host-image] Jul 29 00:57:50.209 INFO O| Jul 29 00:57:50.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98292026-07-29T00:57:51.045Z[ host-image] Jul 29 00:57:50.209 INFO O| Jul 29 00:57:50.209 INFO ok!
98302026-07-29T00:57:51.045Z[ host-image] Jul 29 00:57:50.209 INFO O| Jul 29 00:57:50.209 INFO STEP 24 (ensure_file) COMPLETE
98312026-07-29T00:57:51.045Z[ host-image] Jul 29 00:57:50.209 INFO O| Jul 29 00:57:50.209 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98322026-07-29T00:57:51.051Z[ host-image] Jul 29 00:57:50.218 INFO O| Jul 29 00:57:50.218 INFO updating shadow file
98332026-07-29T00:57:51.054Z[ host-image] Jul 29 00:57:50.218 INFO O| Jul 29 00:57:50.218 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98342026-07-29T00:57:51.054Z[ host-image] Jul 29 00:57:50.218 INFO O| Jul 29 00:57:50.218 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98352026-07-29T00:57:51.054Z[ host-image] Jul 29 00:57:50.218 INFO O| Jul 29 00:57:50.218 INFO STEP 25 (shadow) COMPLETE
98362026-07-29T00:57:51.054Z[ host-image] Jul 29 00:57:50.218 INFO O| Jul 29 00:57:50.218 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98372026-07-29T00:57:51.059Z[ host-image] Jul 29 00:57:50.226 INFO O| Jul 29 00:57:50.226 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98382026-07-29T00:57:51.059Z[ host-image] Jul 29 00:57:50.226 INFO O| Jul 29 00:57:50.226 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98392026-07-29T00:57:51.062Z[ host-image] Jul 29 00:57:50.226 INFO O| Jul 29 00:57:50.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98402026-07-29T00:57:51.063Z[ host-image] Jul 29 00:57:50.226 INFO O| Jul 29 00:57:50.226 INFO ok!
98412026-07-29T00:57:51.063Z[ host-image] Jul 29 00:57:50.226 INFO O| Jul 29 00:57:50.226 INFO STEP 26 (ensure_file) COMPLETE
98422026-07-29T00:57:51.063Z[ host-image] Jul 29 00:57:50.226 INFO O| Jul 29 00:57:50.226 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98432026-07-29T00:57:51.069Z[ host-image] Jul 29 00:57:50.236 INFO O| Jul 29 00:57:50.236 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98442026-07-29T00:57:51.069Z[ host-image] Jul 29 00:57:50.236 INFO O| Jul 29 00:57:50.236 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98452026-07-29T00:57:51.072Z[ host-image] Jul 29 00:57:50.236 INFO O| Jul 29 00:57:50.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98462026-07-29T00:57:51.072Z[ host-image] Jul 29 00:57:50.236 INFO O| Jul 29 00:57:50.236 INFO ok!
98472026-07-29T00:57:51.072Z[ host-image] Jul 29 00:57:50.236 INFO O| Jul 29 00:57:50.236 INFO STEP 27 (ensure_file) COMPLETE
98482026-07-29T00:57:51.072Z[ host-image] Jul 29 00:57:50.236 INFO O| Jul 29 00:57:50.236 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98492026-07-29T00:57:51.077Z[ host-image] Jul 29 00:57:50.244 INFO O| Jul 29 00:57:50.244 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98502026-07-29T00:57:51.077Z[ host-image] Jul 29 00:57:50.244 INFO O| Jul 29 00:57:50.244 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98512026-07-29T00:57:51.080Z[ host-image] Jul 29 00:57:50.244 INFO O| Jul 29 00:57:50.244 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98522026-07-29T00:57:51.080Z[ host-image] Jul 29 00:57:50.244 INFO O| Jul 29 00:57:50.244 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98532026-07-29T00:57:51.080Z[ host-image] Jul 29 00:57:50.244 INFO O| Jul 29 00:57:50.244 INFO ok!
98542026-07-29T00:57:51.080Z[ host-image] Jul 29 00:57:50.244 INFO O| Jul 29 00:57:50.244 INFO STEP 28 (ensure_file) COMPLETE
98552026-07-29T00:57:51.080Z[ host-image] Jul 29 00:57:50.244 INFO O| Jul 29 00:57:50.244 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98562026-07-29T00:57:51.086Z[ host-image] Jul 29 00:57:50.253 INFO O| Jul 29 00:57:50.253 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98572026-07-29T00:57:51.086Z[ host-image] Jul 29 00:57:50.253 INFO O| Jul 29 00:57:50.253 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98582026-07-29T00:57:51.089Z[ host-image] Jul 29 00:57:50.253 INFO O| Jul 29 00:57:50.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98592026-07-29T00:57:51.089Z[ host-image] Jul 29 00:57:50.253 INFO O| Jul 29 00:57:50.253 INFO ok!
98602026-07-29T00:57:51.089Z[ host-image] Jul 29 00:57:50.253 INFO O| Jul 29 00:57:50.253 INFO STEP 29 (ensure_file) COMPLETE
98612026-07-29T00:57:51.089Z[ host-image] Jul 29 00:57:50.253 INFO O| Jul 29 00:57:50.253 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98622026-07-29T00:57:51.095Z[ host-image] Jul 29 00:57:50.262 INFO O| Jul 29 00:57:50.262 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98632026-07-29T00:57:51.098Z[ host-image] Jul 29 00:57:50.262 INFO O| Jul 29 00:57:50.262 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98642026-07-29T00:57:51.098Z[ host-image] Jul 29 00:57:50.262 INFO O| Jul 29 00:57:50.262 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98652026-07-29T00:57:51.098Z[ host-image] Jul 29 00:57:50.262 INFO O| Jul 29 00:57:50.262 INFO STEP 30 (ensure_dir) COMPLETE
98662026-07-29T00:57:51.098Z[ host-image] Jul 29 00:57:50.262 INFO O| Jul 29 00:57:50.262 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98672026-07-29T00:57:51.103Z[ host-image] Jul 29 00:57:50.271 INFO O| Jul 29 00:57:50.271 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98682026-07-29T00:57:51.103Z[ host-image] Jul 29 00:57:50.271 INFO O| Jul 29 00:57:50.271 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98692026-07-29T00:57:51.103Z[ host-image] Jul 29 00:57:50.271 INFO O| Jul 29 00:57:50.271 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98702026-07-29T00:57:51.107Z[ host-image] Jul 29 00:57:50.271 INFO O| Jul 29 00:57:50.271 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98712026-07-29T00:57:51.107Z[ host-image] Jul 29 00:57:50.271 INFO O| Jul 29 00:57:50.271 INFO ok!
98722026-07-29T00:57:51.107Z[ host-image] Jul 29 00:57:50.271 INFO O| Jul 29 00:57:50.271 INFO STEP 31 (ensure_file) COMPLETE
98732026-07-29T00:57:51.107Z[ host-image] Jul 29 00:57:50.271 INFO O| Jul 29 00:57:50.271 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98742026-07-29T00:57:51.113Z[ host-image] Jul 29 00:57:50.280 INFO O| Jul 29 00:57:50.280 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98752026-07-29T00:57:51.116Z[ host-image] Jul 29 00:57:50.280 INFO O| Jul 29 00:57:50.280 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98762026-07-29T00:57:51.116Z[ host-image] Jul 29 00:57:50.280 INFO O| Jul 29 00:57:50.280 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98772026-07-29T00:57:51.116Z[ host-image] Jul 29 00:57:50.280 INFO O| Jul 29 00:57:50.280 INFO STEP 32 (ensure_dir) COMPLETE
98782026-07-29T00:57:51.116Z[ host-image] Jul 29 00:57:50.280 INFO O| Jul 29 00:57:50.280 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98792026-07-29T00:57:51.122Z[ host-image] Jul 29 00:57:50.289 INFO O| Jul 29 00:57:50.289 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98802026-07-29T00:57:51.122Z[ host-image] Jul 29 00:57:50.289 INFO O| Jul 29 00:57:50.289 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 ...
98812026-07-29T00:57:51.125Z[ host-image] Jul 29 00:57:50.289 INFO O| Jul 29 00:57:50.289 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
98822026-07-29T00:57:51.125Z[ host-image] Jul 29 00:57:50.289 INFO O| Jul 29 00:57:50.289 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98832026-07-29T00:57:51.125Z[ host-image] Jul 29 00:57:50.289 INFO O| Jul 29 00:57:50.289 INFO ok!
98842026-07-29T00:57:51.125Z[ host-image] Jul 29 00:57:50.289 INFO O| Jul 29 00:57:50.289 INFO STEP 33 (ensure_file) COMPLETE
98852026-07-29T00:57:51.125Z[ host-image] Jul 29 00:57:50.289 INFO O| Jul 29 00:57:50.289 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98862026-07-29T00:57:51.130Z[ host-image] Jul 29 00:57:50.298 INFO O| Jul 29 00:57:50.298 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98872026-07-29T00:57:51.130Z[ host-image] Jul 29 00:57:50.298 INFO O| Jul 29 00:57:50.298 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98882026-07-29T00:57:51.134Z[ host-image] Jul 29 00:57:50.298 INFO O| Jul 29 00:57:50.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98892026-07-29T00:57:51.134Z[ host-image] Jul 29 00:57:50.298 INFO O| Jul 29 00:57:50.298 INFO ok!
98902026-07-29T00:57:51.134Z[ host-image] Jul 29 00:57:50.298 INFO O| Jul 29 00:57:50.298 INFO STEP 34 (ensure_file) COMPLETE
98912026-07-29T00:57:51.134Z[ host-image] Jul 29 00:57:50.298 INFO O| Jul 29 00:57:50.298 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98922026-07-29T00:57:51.140Z[ host-image] Jul 29 00:57:50.307 INFO O| Jul 29 00:57:50.307 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98932026-07-29T00:57:51.140Z[ host-image] Jul 29 00:57:50.307 INFO O| Jul 29 00:57:50.307 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98942026-07-29T00:57:51.143Z[ host-image] Jul 29 00:57:50.307 INFO O| Jul 29 00:57:50.307 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98952026-07-29T00:57:51.143Z[ host-image] Jul 29 00:57:50.307 INFO O| Jul 29 00:57:50.307 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98962026-07-29T00:57:51.143Z[ host-image] Jul 29 00:57:50.307 INFO O| Jul 29 00:57:50.307 INFO ok!
98972026-07-29T00:57:51.143Z[ host-image] Jul 29 00:57:50.307 INFO O| Jul 29 00:57:50.307 INFO STEP 35 (ensure_file) COMPLETE
98982026-07-29T00:57:51.143Z[ host-image] Jul 29 00:57:50.307 INFO O| Jul 29 00:57:50.307 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98992026-07-29T00:57:51.149Z[ host-image] Jul 29 00:57:50.316 INFO O| Jul 29 00:57:50.316 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99002026-07-29T00:57:51.152Z[ host-image] Jul 29 00:57:50.316 INFO O| Jul 29 00:57:50.316 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99012026-07-29T00:57:51.152Z[ host-image] Jul 29 00:57:50.316 INFO O| Jul 29 00:57:50.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99022026-07-29T00:57:51.152Z[ host-image] Jul 29 00:57:50.316 INFO O| Jul 29 00:57:50.316 INFO ok!
99032026-07-29T00:57:51.152Z[ host-image] Jul 29 00:57:50.316 INFO O| Jul 29 00:57:50.316 INFO STEP 36 (ensure_file) COMPLETE
99042026-07-29T00:57:51.152Z[ host-image] Jul 29 00:57:50.316 INFO O| Jul 29 00:57:50.316 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99052026-07-29T00:57:51.160Z[ host-image] Jul 29 00:57:50.327 INFO O| Jul 29 00:57:50.327 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99062026-07-29T00:57:51.160Z[ host-image] Jul 29 00:57:50.327 INFO O| Jul 29 00:57:50.327 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99072026-07-29T00:57:51.163Z[ host-image] Jul 29 00:57:50.327 INFO O| Jul 29 00:57:50.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99082026-07-29T00:57:51.163Z[ host-image] Jul 29 00:57:50.327 INFO O| Jul 29 00:57:50.327 INFO ok!
99092026-07-29T00:57:51.163Z[ host-image] Jul 29 00:57:50.327 INFO O| Jul 29 00:57:50.327 INFO STEP 37 (ensure_file) COMPLETE
99102026-07-29T00:57:51.163Z[ host-image] Jul 29 00:57:50.327 INFO O| Jul 29 00:57:50.327 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99112026-07-29T00:57:51.169Z[ host-image] Jul 29 00:57:50.337 INFO O| Jul 29 00:57:50.337 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99122026-07-29T00:57:51.169Z[ host-image] Jul 29 00:57:50.337 INFO O| Jul 29 00:57:50.337 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99132026-07-29T00:57:51.173Z[ host-image] Jul 29 00:57:50.337 INFO O| Jul 29 00:57:50.337 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99142026-07-29T00:57:51.173Z[ host-image] Jul 29 00:57:50.337 INFO O| Jul 29 00:57:50.337 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99152026-07-29T00:57:51.173Z[ host-image] Jul 29 00:57:50.337 INFO O| Jul 29 00:57:50.337 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99162026-07-29T00:57:51.173Z[ host-image] Jul 29 00:57:50.337 INFO O| Jul 29 00:57:50.337 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99172026-07-29T00:57:51.173Z[ host-image] Jul 29 00:57:50.337 INFO O| Jul 29 00:57:50.337 INFO ok!
99182026-07-29T00:57:51.173Z[ host-image] Jul 29 00:57:50.337 INFO O| Jul 29 00:57:50.337 INFO STEP 38 (ensure_file) COMPLETE
99192026-07-29T00:57:51.173Z[ host-image] Jul 29 00:57:50.337 INFO O| Jul 29 00:57:50.337 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99202026-07-29T00:57:51.178Z[ host-image] Jul 29 00:57:50.346 INFO O| Jul 29 00:57:50.346 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99212026-07-29T00:57:51.182Z[ host-image] Jul 29 00:57:50.346 INFO O| Jul 29 00:57:50.346 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99222026-07-29T00:57:51.182Z[ host-image] Jul 29 00:57:50.346 INFO O| Jul 29 00:57:50.346 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99232026-07-29T00:57:51.182Z[ host-image] Jul 29 00:57:50.346 INFO O| Jul 29 00:57:50.346 INFO STEP 39 (ensure_dir) COMPLETE
99242026-07-29T00:57:51.182Z[ host-image] Jul 29 00:57:50.346 INFO O| Jul 29 00:57:50.346 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99252026-07-29T00:57:51.189Z[ host-image] Jul 29 00:57:50.356 INFO O| Jul 29 00:57:50.356 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
99262026-07-29T00:57:51.190Z[ host-image] Jul 29 00:57:50.356 INFO O| Jul 29 00:57:50.356 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 ...
99272026-07-29T00:57:51.193Z[ host-image] Jul 29 00:57:50.356 INFO O| Jul 29 00:57:50.356 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
99282026-07-29T00:57:51.193Z[ host-image] Jul 29 00:57:50.356 INFO O| Jul 29 00:57:50.356 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
99292026-07-29T00:57:51.193Z[ host-image] Jul 29 00:57:50.356 INFO O| Jul 29 00:57:50.356 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
99302026-07-29T00:57:51.193Z[ host-image] Jul 29 00:57:50.356 INFO O| Jul 29 00:57:50.356 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
99312026-07-29T00:57:51.193Z[ host-image] Jul 29 00:57:50.356 INFO O| Jul 29 00:57:50.356 INFO ok!
99322026-07-29T00:57:51.193Z[ host-image] Jul 29 00:57:50.357 INFO O| Jul 29 00:57:50.356 INFO STEP 40 (ensure_file) COMPLETE
99332026-07-29T00:57:51.193Z[ host-image] Jul 29 00:57:50.357 INFO O| Jul 29 00:57:50.356 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99342026-07-29T00:57:51.199Z[ host-image] Jul 29 00:57:50.366 INFO O| Jul 29 00:57:50.366 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99352026-07-29T00:57:51.199Z[ host-image] Jul 29 00:57:50.366 INFO O| Jul 29 00:57:50.366 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 ...
99362026-07-29T00:57:51.203Z[ host-image] Jul 29 00:57:50.366 INFO O| Jul 29 00:57:50.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99372026-07-29T00:57:51.203Z[ host-image] Jul 29 00:57:50.366 INFO O| Jul 29 00:57:50.366 INFO ok!
99382026-07-29T00:57:51.203Z[ host-image] Jul 29 00:57:50.366 INFO O| Jul 29 00:57:50.366 INFO STEP 41 (ensure_symlink) COMPLETE
99392026-07-29T00:57:51.203Z[ host-image] Jul 29 00:57:50.366 INFO O| Jul 29 00:57:50.366 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99402026-07-29T00:57:51.207Z[ host-image] Jul 29 00:57:50.375 INFO O| Jul 29 00:57:50.375 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99412026-07-29T00:57:51.207Z[ host-image] Jul 29 00:57:50.375 INFO O| Jul 29 00:57:50.375 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99422026-07-29T00:57:51.211Z[ host-image] Jul 29 00:57:50.375 INFO O| Jul 29 00:57:50.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99432026-07-29T00:57:51.211Z[ host-image] Jul 29 00:57:50.375 INFO O| Jul 29 00:57:50.375 INFO ok!
99442026-07-29T00:57:51.211Z[ host-image] Jul 29 00:57:50.375 INFO O| Jul 29 00:57:50.375 INFO STEP 42 (ensure_symlink) COMPLETE
99452026-07-29T00:57:51.211Z[ host-image] Jul 29 00:57:50.375 INFO O| Jul 29 00:57:50.375 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99462026-07-29T00:57:51.217Z[ host-image] Jul 29 00:57:50.385 INFO O| Jul 29 00:57:50.385 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99472026-07-29T00:57:51.217Z[ host-image] Jul 29 00:57:50.385 INFO O| Jul 29 00:57:50.385 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99482026-07-29T00:57:51.221Z[ host-image] Jul 29 00:57:50.385 INFO O| Jul 29 00:57:50.385 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99492026-07-29T00:57:51.221Z[ host-image] Jul 29 00:57:50.385 INFO O| Jul 29 00:57:50.385 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99502026-07-29T00:57:51.221Z[ host-image] Jul 29 00:57:50.385 INFO O| Jul 29 00:57:50.385 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99512026-07-29T00:57:51.221Z[ host-image] Jul 29 00:57:50.385 INFO O| Jul 29 00:57:50.385 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99522026-07-29T00:57:51.221Z[ host-image] Jul 29 00:57:50.385 INFO O| Jul 29 00:57:50.385 INFO ok!
99532026-07-29T00:57:51.221Z[ host-image] Jul 29 00:57:50.385 INFO O| Jul 29 00:57:50.385 INFO STEP 43 (ensure_file) COMPLETE
99542026-07-29T00:57:51.221Z[ host-image] Jul 29 00:57:50.385 INFO O| Jul 29 00:57:50.385 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99552026-07-29T00:57:51.226Z[ host-image] Jul 29 00:57:50.393 INFO O| Jul 29 00:57:50.393 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99562026-07-29T00:57:51.226Z[ host-image] Jul 29 00:57:50.393 INFO O| Jul 29 00:57:50.393 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 ...
99572026-07-29T00:57:51.229Z[ host-image] Jul 29 00:57:50.393 INFO O| Jul 29 00:57:50.393 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
99582026-07-29T00:57:51.229Z[ host-image] Jul 29 00:57:50.393 INFO O| Jul 29 00:57:50.393 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99592026-07-29T00:57:51.229Z[ host-image] Jul 29 00:57:50.393 INFO O| Jul 29 00:57:50.393 INFO ok!
99602026-07-29T00:57:51.229Z[ host-image] Jul 29 00:57:50.393 INFO O| Jul 29 00:57:50.393 INFO STEP 44 (ensure_file) COMPLETE
99612026-07-29T00:57:51.230Z[ host-image] Jul 29 00:57:50.393 INFO O| Jul 29 00:57:50.393 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99622026-07-29T00:57:51.235Z[ host-image] Jul 29 00:57:50.403 INFO O| Jul 29 00:57:50.403 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99632026-07-29T00:57:51.235Z[ host-image] Jul 29 00:57:50.403 INFO O| Jul 29 00:57:50.403 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99642026-07-29T00:57:51.239Z[ host-image] Jul 29 00:57:50.403 INFO O| Jul 29 00:57:50.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99652026-07-29T00:57:51.239Z[ host-image] Jul 29 00:57:50.403 INFO O| Jul 29 00:57:50.403 INFO ok!
99662026-07-29T00:57:51.239Z[ host-image] Jul 29 00:57:50.403 INFO O| Jul 29 00:57:50.403 INFO STEP 45 (ensure_file) COMPLETE
99672026-07-29T00:57:51.239Z[ host-image] Jul 29 00:57:50.403 INFO O| Jul 29 00:57:50.403 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99682026-07-29T00:57:51.244Z[ host-image] Jul 29 00:57:50.412 INFO O| Jul 29 00:57:50.412 INFO updating shadow file
99692026-07-29T00:57:51.248Z[ host-image] Jul 29 00:57:50.412 INFO O| Jul 29 00:57:50.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99702026-07-29T00:57:51.248Z[ host-image] Jul 29 00:57:50.412 INFO O| Jul 29 00:57:50.412 INFO STEP 46 (shadow) COMPLETE
99712026-07-29T00:57:51.248Z[ host-image] Jul 29 00:57:50.412 INFO O| Jul 29 00:57:50.412 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99722026-07-29T00:57:51.256Z[ host-image] Jul 29 00:57:50.423 INFO O| Jul 29 00:57:50.423 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99732026-07-29T00:57:51.260Z[ host-image] Jul 29 00:57:50.423 INFO O| Jul 29 00:57:50.423 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99742026-07-29T00:57:51.260Z[ host-image] Jul 29 00:57:50.423 INFO O| Jul 29 00:57:50.423 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99752026-07-29T00:57:51.260Z[ host-image] Jul 29 00:57:50.423 INFO O| Jul 29 00:57:50.423 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99762026-07-29T00:57:51.260Z[ host-image] Jul 29 00:57:50.423 INFO O| Jul 29 00:57:50.423 INFO ok!
99772026-07-29T00:57:51.260Z[ host-image] Jul 29 00:57:50.423 INFO O| Jul 29 00:57:50.423 INFO STEP 47 (ensure_file) COMPLETE
99782026-07-29T00:57:51.260Z[ host-image] Jul 29 00:57:50.423 INFO O| Jul 29 00:57:50.423 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99792026-07-29T00:57:51.260Z[ host-image] Jul 29 00:57:50.424 INFO O| Jul 29 00:57:50.423 INFO skip step because feature "mfg" is not enabled
99802026-07-29T00:57:51.260Z[ host-image] Jul 29 00:57:50.424 INFO O| Jul 29 00:57:50.424 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99812026-07-29T00:57:51.260Z[ host-image] Jul 29 00:57:50.424 INFO O| Jul 29 00:57:50.424 INFO skip step because feature "mfg" is not enabled
99822026-07-29T00:57:51.260Z[ host-image] Jul 29 00:57:50.424 INFO O| Jul 29 00:57:50.424 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99832026-07-29T00:57:51.266Z[ host-image] Jul 29 00:57:50.433 INFO O| Jul 29 00:57:50.433 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99842026-07-29T00:57:51.266Z[ host-image] Jul 29 00:57:50.433 INFO O| Jul 29 00:57:50.433 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99852026-07-29T00:57:51.302Z[ host-image] Jul 29 00:57:50.469 INFO O| Jul 29 00:57:50.468 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99862026-07-29T00:57:51.302Z[ host-image] Jul 29 00:57:50.469 INFO O| Jul 29 00:57:50.468 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99872026-07-29T00:57:51.305Z[ host-image] Jul 29 00:57:50.469 INFO O| Jul 29 00:57:50.468 INFO ok!
99882026-07-29T00:57:51.305Z[ host-image] Jul 29 00:57:50.469 INFO O| Jul 29 00:57:50.469 INFO STEP 50 (ensure_file) COMPLETE
99892026-07-29T00:57:51.305Z[ host-image] Jul 29 00:57:50.469 INFO O| Jul 29 00:57:50.469 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99902026-07-29T00:57:51.305Z[ host-image] Jul 29 00:57:50.469 INFO O| Jul 29 00:57:50.469 INFO skip step because feature "compliance" is not enabled
99912026-07-29T00:57:51.305Z[ host-image] Jul 29 00:57:50.469 INFO O| Jul 29 00:57:50.469 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99922026-07-29T00:57:51.312Z[ host-image] Jul 29 00:57:50.479 INFO O| Jul 29 00:57:50.479 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99932026-07-29T00:57:51.312Z[ host-image] Jul 29 00:57:50.479 INFO O| Jul 29 00:57:50.479 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99942026-07-29T00:57:51.312Z[ host-image] Jul 29 00:57:50.479 INFO O| Jul 29 00:57:50.479 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99952026-07-29T00:57:51.316Z[ host-image] Jul 29 00:57:50.479 INFO O| Jul 29 00:57:50.479 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99962026-07-29T00:57:51.316Z[ host-image] Jul 29 00:57:50.479 INFO O| Jul 29 00:57:50.479 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99972026-07-29T00:57:51.316Z[ host-image] Jul 29 00:57:50.479 INFO O| Jul 29 00:57:50.479 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99982026-07-29T00:57:51.316Z[ host-image] Jul 29 00:57:50.479 INFO O| Jul 29 00:57:50.479 INFO ok!
99992026-07-29T00:57:51.316Z[ host-image] Jul 29 00:57:50.479 INFO O| Jul 29 00:57:50.479 INFO STEP 52 (ensure_file) COMPLETE
100002026-07-29T00:57:51.316Z[ host-image] Jul 29 00:57:50.479 INFO O| Jul 29 00:57:50.479 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100012026-07-29T00:57:51.322Z[ host-image] Jul 29 00:57:50.490 INFO O| Jul 29 00:57:50.490 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100022026-07-29T00:57:51.322Z[ host-image] Jul 29 00:57:50.490 INFO O| Jul 29 00:57:50.490 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 ...
100032026-07-29T00:57:51.326Z[ host-image] Jul 29 00:57:50.490 INFO O| Jul 29 00:57:50.490 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
100042026-07-29T00:57:51.326Z[ host-image] Jul 29 00:57:50.490 INFO O| Jul 29 00:57:50.490 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100052026-07-29T00:57:51.326Z[ host-image] Jul 29 00:57:50.490 INFO O| Jul 29 00:57:50.490 INFO ok!
100062026-07-29T00:57:51.326Z[ host-image] Jul 29 00:57:50.490 INFO O| Jul 29 00:57:50.490 INFO STEP 53 (ensure_file) COMPLETE
100072026-07-29T00:57:51.326Z[ host-image] Jul 29 00:57:50.490 INFO O| Jul 29 00:57:50.490 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100082026-07-29T00:57:51.333Z[ host-image] Jul 29 00:57:50.500 INFO O| Jul 29 00:57:50.500 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100092026-07-29T00:57:51.337Z[ host-image] Jul 29 00:57:50.500 INFO O| Jul 29 00:57:50.500 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 ...
100102026-07-29T00:57:51.337Z[ host-image] Jul 29 00:57:50.500 INFO O| Jul 29 00:57:50.500 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100112026-07-29T00:57:51.337Z[ host-image] Jul 29 00:57:50.500 INFO O| Jul 29 00:57:50.500 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100122026-07-29T00:57:51.337Z[ host-image] Jul 29 00:57:50.500 INFO O| Jul 29 00:57:50.500 INFO ok!
100132026-07-29T00:57:51.337Z[ host-image] Jul 29 00:57:50.500 INFO O| Jul 29 00:57:50.500 INFO STEP 54 (ensure_file) COMPLETE
100142026-07-29T00:57:51.337Z[ host-image] Jul 29 00:57:50.500 INFO O| Jul 29 00:57:50.500 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100152026-07-29T00:57:51.343Z[ host-image] Jul 29 00:57:50.510 INFO O| Jul 29 00:57:50.510 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100162026-07-29T00:57:51.343Z[ host-image] Jul 29 00:57:50.510 INFO O| Jul 29 00:57:50.510 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 ...
100172026-07-29T00:57:51.346Z[ host-image] Jul 29 00:57:50.510 INFO O| Jul 29 00:57:50.510 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
100182026-07-29T00:57:51.346Z[ host-image] Jul 29 00:57:50.510 INFO O| Jul 29 00:57:50.510 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100192026-07-29T00:57:51.346Z[ host-image] Jul 29 00:57:50.510 INFO O| Jul 29 00:57:50.510 INFO ok!
100202026-07-29T00:57:51.346Z[ host-image] Jul 29 00:57:50.510 INFO O| Jul 29 00:57:50.510 INFO STEP 55 (ensure_file) COMPLETE
100212026-07-29T00:57:51.346Z[ host-image] Jul 29 00:57:50.510 INFO O| Jul 29 00:57:50.510 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100222026-07-29T00:57:51.354Z[ host-image] Jul 29 00:57:50.521 INFO O| Jul 29 00:57:50.521 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100232026-07-29T00:57:51.354Z[ host-image] Jul 29 00:57:50.521 INFO O| Jul 29 00:57:50.521 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 ...
100242026-07-29T00:57:51.357Z[ host-image] Jul 29 00:57:50.521 INFO O| Jul 29 00:57:50.521 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100252026-07-29T00:57:51.357Z[ host-image] Jul 29 00:57:50.521 INFO O| Jul 29 00:57:50.521 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100262026-07-29T00:57:51.358Z[ host-image] Jul 29 00:57:50.521 INFO O| Jul 29 00:57:50.521 INFO ok!
100272026-07-29T00:57:51.358Z[ host-image] Jul 29 00:57:50.521 INFO O| Jul 29 00:57:50.521 INFO STEP 56 (ensure_file) COMPLETE
100282026-07-29T00:57:51.358Z[ host-image] Jul 29 00:57:50.521 INFO O| Jul 29 00:57:50.521 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100292026-07-29T00:57:51.364Z[ host-image] Jul 29 00:57:50.531 INFO O| Jul 29 00:57:50.531 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100302026-07-29T00:57:51.364Z[ host-image] Jul 29 00:57:50.531 INFO O| Jul 29 00:57:50.531 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 ...
100312026-07-29T00:57:51.367Z[ host-image] Jul 29 00:57:50.531 INFO O| Jul 29 00:57:50.531 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
100322026-07-29T00:57:51.367Z[ host-image] Jul 29 00:57:50.531 INFO O| Jul 29 00:57:50.531 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100332026-07-29T00:57:51.367Z[ host-image] Jul 29 00:57:50.531 INFO O| Jul 29 00:57:50.531 INFO ok!
100342026-07-29T00:57:51.367Z[ host-image] Jul 29 00:57:50.531 INFO O| Jul 29 00:57:50.531 INFO STEP 57 (ensure_file) COMPLETE
100352026-07-29T00:57:51.367Z[ host-image] Jul 29 00:57:50.531 INFO O| Jul 29 00:57:50.531 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100362026-07-29T00:57:51.371Z[ host-image] Jul 29 00:57:50.539 INFO O| Jul 29 00:57:50.538 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100372026-07-29T00:57:51.371Z[ host-image] Jul 29 00:57:50.539 INFO O| Jul 29 00:57:50.538 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 ...
100382026-07-29T00:57:51.375Z[ host-image] Jul 29 00:57:50.539 INFO O| Jul 29 00:57:50.539 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100392026-07-29T00:57:51.375Z[ host-image] Jul 29 00:57:50.539 INFO O| Jul 29 00:57:50.539 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100402026-07-29T00:57:51.375Z[ host-image] Jul 29 00:57:50.539 INFO O| Jul 29 00:57:50.539 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100412026-07-29T00:57:51.375Z[ host-image] Jul 29 00:57:50.539 INFO O| Jul 29 00:57:50.539 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100422026-07-29T00:57:51.375Z[ host-image] Jul 29 00:57:50.539 INFO O| Jul 29 00:57:50.539 INFO ok!
100432026-07-29T00:57:51.375Z[ host-image] Jul 29 00:57:50.539 INFO O| Jul 29 00:57:50.539 INFO STEP 58 (ensure_file) COMPLETE
100442026-07-29T00:57:51.375Z[ host-image] Jul 29 00:57:50.539 INFO O| Jul 29 00:57:50.539 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100452026-07-29T00:57:51.383Z[ host-image] Jul 29 00:57:50.549 INFO O| Jul 29 00:57:50.549 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100462026-07-29T00:57:51.383Z[ host-image] Jul 29 00:57:50.549 INFO O| Jul 29 00:57:50.549 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 ...
100472026-07-29T00:57:51.387Z[ host-image] Jul 29 00:57:50.549 INFO O| Jul 29 00:57:50.549 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100482026-07-29T00:57:51.387Z[ host-image] Jul 29 00:57:50.549 INFO O| Jul 29 00:57:50.549 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100492026-07-29T00:57:51.387Z[ host-image] Jul 29 00:57:50.549 INFO O| Jul 29 00:57:50.549 INFO ok!
100502026-07-29T00:57:51.387Z[ host-image] Jul 29 00:57:50.549 INFO O| Jul 29 00:57:50.549 INFO STEP 59 (ensure_file) COMPLETE
100512026-07-29T00:57:51.387Z[ host-image] Jul 29 00:57:50.550 INFO O| Jul 29 00:57:50.549 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100522026-07-29T00:57:51.392Z[ host-image] Jul 29 00:57:50.559 INFO O| Jul 29 00:57:50.559 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100532026-07-29T00:57:51.392Z[ host-image] Jul 29 00:57:50.559 INFO O| Jul 29 00:57:50.559 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100542026-07-29T00:57:51.396Z[ host-image] Jul 29 00:57:50.559 INFO O| Jul 29 00:57:50.559 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100552026-07-29T00:57:51.396Z[ host-image] Jul 29 00:57:50.559 INFO O| Jul 29 00:57:50.559 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100562026-07-29T00:57:51.397Z[ host-image] Jul 29 00:57:50.559 INFO O| Jul 29 00:57:50.559 INFO ok!
100572026-07-29T00:57:51.397Z[ host-image] Jul 29 00:57:50.559 INFO O| Jul 29 00:57:50.559 INFO STEP 60 (ensure_file) COMPLETE
100582026-07-29T00:57:51.397Z[ host-image] Jul 29 00:57:50.559 INFO O| Jul 29 00:57:50.559 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100592026-07-29T00:57:51.402Z[ host-image] Jul 29 00:57:50.569 INFO O| Jul 29 00:57:50.569 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100602026-07-29T00:57:51.402Z[ host-image] Jul 29 00:57:50.569 INFO O| Jul 29 00:57:50.569 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 ...
100612026-07-29T00:57:51.406Z[ host-image] Jul 29 00:57:50.569 INFO O| Jul 29 00:57:50.569 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
100622026-07-29T00:57:51.406Z[ host-image] Jul 29 00:57:50.569 INFO O| Jul 29 00:57:50.569 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100632026-07-29T00:57:51.406Z[ host-image] Jul 29 00:57:50.569 INFO O| Jul 29 00:57:50.569 INFO ok!
100642026-07-29T00:57:51.406Z[ host-image] Jul 29 00:57:50.569 INFO O| Jul 29 00:57:50.569 INFO STEP 61 (ensure_file) COMPLETE
100652026-07-29T00:57:51.406Z[ host-image] Jul 29 00:57:50.569 INFO O| Jul 29 00:57:50.569 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100662026-07-29T00:57:51.412Z[ host-image] Jul 29 00:57:50.580 INFO O| Jul 29 00:57:50.580 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100672026-07-29T00:57:51.412Z[ host-image] Jul 29 00:57:50.580 INFO O| Jul 29 00:57:50.580 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100682026-07-29T00:57:51.416Z[ host-image] Jul 29 00:57:50.580 INFO O| Jul 29 00:57:50.580 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100692026-07-29T00:57:51.416Z[ host-image] Jul 29 00:57:50.580 INFO O| Jul 29 00:57:50.580 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100702026-07-29T00:57:51.416Z[ host-image] Jul 29 00:57:50.580 INFO O| Jul 29 00:57:50.580 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100712026-07-29T00:57:51.416Z[ host-image] Jul 29 00:57:50.580 INFO O| Jul 29 00:57:50.580 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100722026-07-29T00:57:51.416Z[ host-image] Jul 29 00:57:50.580 INFO O| Jul 29 00:57:50.580 INFO ok!
100732026-07-29T00:57:51.416Z[ host-image] Jul 29 00:57:50.580 INFO O| Jul 29 00:57:50.580 INFO STEP 62 (ensure_file) COMPLETE
100742026-07-29T00:57:51.416Z[ host-image] Jul 29 00:57:50.580 INFO O| Jul 29 00:57:50.580 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100752026-07-29T00:57:51.424Z[ host-image] Jul 29 00:57:50.591 INFO O| Jul 29 00:57:50.591 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100762026-07-29T00:57:51.427Z[ host-image] Jul 29 00:57:50.591 INFO O| Jul 29 00:57:50.591 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 ...
100772026-07-29T00:57:51.427Z[ host-image] Jul 29 00:57:50.591 INFO O| Jul 29 00:57:50.591 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
100782026-07-29T00:57:51.427Z[ host-image] Jul 29 00:57:50.591 INFO O| Jul 29 00:57:50.591 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100792026-07-29T00:57:51.427Z[ host-image] Jul 29 00:57:50.591 INFO O| Jul 29 00:57:50.591 INFO ok!
100802026-07-29T00:57:51.427Z[ host-image] Jul 29 00:57:50.591 INFO O| Jul 29 00:57:50.591 INFO STEP 63 (ensure_file) COMPLETE
100812026-07-29T00:57:51.427Z[ host-image] Jul 29 00:57:50.591 INFO O| Jul 29 00:57:50.591 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100822026-07-29T00:57:51.434Z[ host-image] Jul 29 00:57:50.601 INFO O| Jul 29 00:57:50.601 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100832026-07-29T00:57:51.434Z[ host-image] Jul 29 00:57:50.601 INFO O| Jul 29 00:57:50.601 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 ...
100842026-07-29T00:57:51.437Z[ host-image] Jul 29 00:57:50.601 INFO O| Jul 29 00:57:50.601 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
100852026-07-29T00:57:51.437Z[ host-image] Jul 29 00:57:50.601 INFO O| Jul 29 00:57:50.601 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100862026-07-29T00:57:51.437Z[ host-image] Jul 29 00:57:50.601 INFO O| Jul 29 00:57:50.601 INFO ok!
100872026-07-29T00:57:51.437Z[ host-image] Jul 29 00:57:50.601 INFO O| Jul 29 00:57:50.601 INFO STEP 64 (ensure_file) COMPLETE
100882026-07-29T00:57:51.437Z[ host-image] Jul 29 00:57:50.601 INFO O| Jul 29 00:57:50.601 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100892026-07-29T00:57:51.444Z[ host-image] Jul 29 00:57:50.611 INFO O| Jul 29 00:57:50.611 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100902026-07-29T00:57:51.444Z[ host-image] Jul 29 00:57:50.611 INFO O| Jul 29 00:57:50.611 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 ...
100912026-07-29T00:57:51.447Z[ host-image] Jul 29 00:57:50.611 INFO O| Jul 29 00:57:50.611 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100922026-07-29T00:57:51.447Z[ host-image] Jul 29 00:57:50.611 INFO O| Jul 29 00:57:50.611 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100932026-07-29T00:57:51.447Z[ host-image] Jul 29 00:57:50.611 INFO O| Jul 29 00:57:50.611 INFO ok!
100942026-07-29T00:57:51.447Z[ host-image] Jul 29 00:57:50.611 INFO O| Jul 29 00:57:50.611 INFO STEP 65 (ensure_file) COMPLETE
100952026-07-29T00:57:51.447Z[ host-image] Jul 29 00:57:50.611 INFO O| Jul 29 00:57:50.611 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100962026-07-29T00:57:51.448Z[ host-image] Jul 29 00:57:50.611 INFO O| Jul 29 00:57:50.611 INFO skip step because feature "mbist" is not enabled
100972026-07-29T00:57:51.448Z[ host-image] Jul 29 00:57:50.611 INFO O| Jul 29 00:57:50.611 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100982026-07-29T00:57:51.454Z[ host-image] Jul 29 00:57:50.621 INFO O| Jul 29 00:57:50.621 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
100992026-07-29T00:57:51.454Z[ host-image] Jul 29 00:57:50.621 INFO O| Jul 29 00:57:50.621 INFO STEP 67 (ensure_dir) COMPLETE
101002026-07-29T00:57:51.454Z[ host-image] Jul 29 00:57:50.621 INFO O| Jul 29 00:57:50.621 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101012026-07-29T00:57:51.472Z[ host-image] Jul 29 00:57:50.632 INFO O| Jul 29 00:57:50.632 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101022026-07-29T00:57:51.472Z[ host-image] Jul 29 00:57:50.632 INFO O| Jul 29 00:57:50.632 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101032026-07-29T00:57:51.472Z[ host-image] Jul 29 00:57:50.632 INFO O| Jul 29 00:57:50.632 INFO STEP 68 (ensure_dir) COMPLETE
101042026-07-29T00:57:51.472Z[ host-image] Jul 29 00:57:50.632 INFO O| Jul 29 00:57:50.632 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101052026-07-29T00:57:51.478Z[ host-image] Jul 29 00:57:50.642 INFO O| Jul 29 00:57:50.642 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101062026-07-29T00:57:51.478Z[ host-image] Jul 29 00:57:50.642 INFO O| Jul 29 00:57:50.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101072026-07-29T00:57:51.478Z[ host-image] Jul 29 00:57:50.642 INFO O| Jul 29 00:57:50.642 INFO STEP 69 (ensure_dir) COMPLETE
101082026-07-29T00:57:51.478Z[ host-image] Jul 29 00:57:50.642 INFO O| Jul 29 00:57:50.642 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101092026-07-29T00:57:51.485Z[ host-image] Jul 29 00:57:50.652 INFO O| Jul 29 00:57:50.652 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101102026-07-29T00:57:51.485Z[ host-image] Jul 29 00:57:50.652 INFO O| Jul 29 00:57:50.652 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101112026-07-29T00:57:51.908Z[ host-image] Jul 29 00:57:51.075 INFO O| Jul 29 00:57:51.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101122026-07-29T00:57:51.908Z[ host-image] Jul 29 00:57:51.075 INFO O| Jul 29 00:57:51.075 INFO ok!
101132026-07-29T00:57:51.908Z[ host-image] Jul 29 00:57:51.075 INFO O| Jul 29 00:57:51.075 INFO STEP 70 (ensure_file) COMPLETE
101142026-07-29T00:57:51.912Z[ host-image] Jul 29 00:57:51.075 INFO O| Jul 29 00:57:51.075 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101152026-07-29T00:57:51.919Z[ host-image] Jul 29 00:57:51.086 INFO O| Jul 29 00:57:51.086 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101162026-07-29T00:57:51.919Z[ host-image] Jul 29 00:57:51.086 INFO O| Jul 29 00:57:51.086 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101172026-07-29T00:57:52.450Z[ recovery-image] Jul 29 00:57:51.617 INFO O| ok, image written!
101182026-07-29T00:57:52.451Z[ recovery-image] Jul 29 00:57:51.617 INFO O| ok, boot_image_csum file written!
101192026-07-29T00:57:52.454Z[ recovery-image] Jul 29 00:57:51.619 INFO creating boot archive (CPIO)...
101202026-07-29T00:57:52.454Z[ recovery-image] Jul 29 00:57:51.619 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
101212026-07-29T00:57:52.468Z[ recovery-image] Jul 29 00:57:51.628 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
101222026-07-29T00:57:52.468Z[ recovery-image] Jul 29 00:57:51.628 INFO E| + outfile=/work/os-recovery/cpio
101232026-07-29T00:57:52.468Z[ recovery-image] Jul 29 00:57:51.628 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
101242026-07-29T00:57:52.468Z[ recovery-image] Jul 29 00:57:51.631 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
101252026-07-29T00:57:52.468Z[ recovery-image] Jul 29 00:57:51.631 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
101262026-07-29T00:57:52.505Z[ recovery-image] Jul 29 00:57:51.670 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
101272026-07-29T00:57:52.505Z[ recovery-image] Jul 29 00:57:51.670 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
101282026-07-29T00:57:52.526Z[ recovery-image] Jul 29 00:57:51.692 INFO creating compressed cpio/unix for dev loaders...
101292026-07-29T00:57:52.526Z[ recovery-image] Jul 29 00:57:51.692 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
101302026-07-29T00:57:52.691Z[ host-image] Jul 29 00:57:51.858 INFO O| Jul 29 00:57:51.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101312026-07-29T00:57:52.691Z[ host-image] Jul 29 00:57:51.858 INFO O| Jul 29 00:57:51.858 INFO ok!
101322026-07-29T00:57:52.691Z[ host-image] Jul 29 00:57:51.858 INFO O| Jul 29 00:57:51.858 INFO STEP 71 (ensure_file) COMPLETE
101332026-07-29T00:57:52.695Z[ host-image] Jul 29 00:57:51.858 INFO O| Jul 29 00:57:51.858 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101342026-07-29T00:57:52.702Z[ host-image] Jul 29 00:57:51.869 INFO O| Jul 29 00:57:51.869 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101352026-07-29T00:57:52.705Z[ host-image] Jul 29 00:57:51.869 INFO O| Jul 29 00:57:51.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101362026-07-29T00:57:52.705Z[ host-image] Jul 29 00:57:51.869 INFO O| Jul 29 00:57:51.869 INFO STEP 72 (ensure_dir) COMPLETE
101372026-07-29T00:57:52.705Z[ host-image] Jul 29 00:57:51.869 INFO O| Jul 29 00:57:51.869 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101382026-07-29T00:57:52.711Z[ host-image] Jul 29 00:57:51.879 INFO O| Jul 29 00:57:51.879 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101392026-07-29T00:57:52.715Z[ host-image] Jul 29 00:57:51.879 INFO O| Jul 29 00:57:51.879 INFO copying /tmp/.tmpv7Qs9L/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 ...
101402026-07-29T00:57:52.715Z[ host-image] Jul 29 00:57:51.879 INFO O| Jul 29 00:57:51.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101412026-07-29T00:57:52.715Z[ host-image] Jul 29 00:57:51.879 INFO O| Jul 29 00:57:51.879 INFO ok!
101422026-07-29T00:57:52.715Z[ host-image] Jul 29 00:57:51.879 INFO O| Jul 29 00:57:51.879 INFO STEP 73 (ensure_file) COMPLETE
101432026-07-29T00:57:52.715Z[ host-image] Jul 29 00:57:51.879 INFO O| Jul 29 00:57:51.879 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101442026-07-29T00:57:52.722Z[ host-image] Jul 29 00:57:51.889 INFO O| Jul 29 00:57:51.889 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101452026-07-29T00:57:52.722Z[ host-image] Jul 29 00:57:51.889 INFO O| Jul 29 00:57:51.889 INFO copying /tmp/.tmpv7Qs9L/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 ...
101462026-07-29T00:57:52.725Z[ host-image] Jul 29 00:57:51.889 INFO O| Jul 29 00:57:51.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101472026-07-29T00:57:52.725Z[ host-image] Jul 29 00:57:51.889 INFO O| Jul 29 00:57:51.889 INFO ok!
101482026-07-29T00:57:52.725Z[ host-image] Jul 29 00:57:51.889 INFO O| Jul 29 00:57:51.889 INFO STEP 74 (ensure_file) COMPLETE
101492026-07-29T00:57:52.725Z[ host-image] Jul 29 00:57:51.889 INFO O| Jul 29 00:57:51.889 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101502026-07-29T00:57:52.730Z[ host-image] Jul 29 00:57:51.898 INFO O| Jul 29 00:57:51.898 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101512026-07-29T00:57:52.730Z[ host-image] Jul 29 00:57:51.898 INFO O| Jul 29 00:57:51.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101522026-07-29T00:57:52.730Z[ host-image] Jul 29 00:57:51.898 INFO O| Jul 29 00:57:51.898 INFO STEP 75 (ensure_dir) COMPLETE
101532026-07-29T00:57:52.733Z[ host-image] Jul 29 00:57:51.898 INFO O| Jul 29 00:57:51.898 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101542026-07-29T00:57:52.739Z[ host-image] Jul 29 00:57:51.907 INFO O| Jul 29 00:57:51.907 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101552026-07-29T00:57:52.739Z[ host-image] Jul 29 00:57:51.907 INFO O| Jul 29 00:57:51.907 INFO copying /tmp/.tmpv7Qs9L/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 ...
101562026-07-29T00:57:52.742Z[ host-image] Jul 29 00:57:51.907 INFO O| Jul 29 00:57:51.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101572026-07-29T00:57:52.742Z[ host-image] Jul 29 00:57:51.907 INFO O| Jul 29 00:57:51.907 INFO ok!
101582026-07-29T00:57:52.742Z[ host-image] Jul 29 00:57:51.907 INFO O| Jul 29 00:57:51.907 INFO STEP 76 (ensure_file) COMPLETE
101592026-07-29T00:57:52.742Z[ host-image] Jul 29 00:57:51.907 INFO O| Jul 29 00:57:51.907 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101602026-07-29T00:57:52.748Z[ host-image] Jul 29 00:57:51.916 INFO O| Jul 29 00:57:51.916 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101612026-07-29T00:57:52.748Z[ host-image] Jul 29 00:57:51.916 INFO O| Jul 29 00:57:51.916 INFO copying /tmp/.tmpv7Qs9L/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 ...
101622026-07-29T00:57:52.751Z[ host-image] Jul 29 00:57:51.916 INFO O| Jul 29 00:57:51.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101632026-07-29T00:57:52.751Z[ host-image] Jul 29 00:57:51.916 INFO O| Jul 29 00:57:51.916 INFO ok!
101642026-07-29T00:57:52.751Z[ host-image] Jul 29 00:57:51.916 INFO O| Jul 29 00:57:51.916 INFO STEP 77 (ensure_file) COMPLETE
101652026-07-29T00:57:52.751Z[ host-image] Jul 29 00:57:51.916 INFO O| Jul 29 00:57:51.916 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101662026-07-29T00:57:52.756Z[ host-image] Jul 29 00:57:51.924 INFO O| Jul 29 00:57:51.924 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101672026-07-29T00:57:52.759Z[ host-image] Jul 29 00:57:51.924 INFO O| Jul 29 00:57:51.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101682026-07-29T00:57:52.759Z[ host-image] Jul 29 00:57:51.924 INFO O| Jul 29 00:57:51.924 INFO STEP 78 (ensure_dir) COMPLETE
101692026-07-29T00:57:52.759Z[ host-image] Jul 29 00:57:51.924 INFO O| Jul 29 00:57:51.924 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101702026-07-29T00:57:52.764Z[ host-image] Jul 29 00:57:51.931 INFO O| Jul 29 00:57:51.931 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101712026-07-29T00:57:52.767Z[ host-image] Jul 29 00:57:51.931 INFO O| Jul 29 00:57:51.931 INFO copying /tmp/.tmpv7Qs9L/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 ...
101722026-07-29T00:57:52.767Z[ host-image] Jul 29 00:57:51.931 INFO O| Jul 29 00:57:51.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101732026-07-29T00:57:52.767Z[ host-image] Jul 29 00:57:51.931 INFO O| Jul 29 00:57:51.931 INFO ok!
101742026-07-29T00:57:52.767Z[ host-image] Jul 29 00:57:51.931 INFO O| Jul 29 00:57:51.931 INFO STEP 79 (ensure_file) COMPLETE
101752026-07-29T00:57:52.767Z[ host-image] Jul 29 00:57:51.931 INFO O| Jul 29 00:57:51.931 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101762026-07-29T00:57:52.770Z[ recovery-image] Jul 29 00:57:51.937 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
101772026-07-29T00:57:52.774Z[ host-image] Jul 29 00:57:51.942 INFO O| Jul 29 00:57:51.942 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101782026-07-29T00:57:52.774Z[ host-image] Jul 29 00:57:51.942 INFO O| Jul 29 00:57:51.942 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101792026-07-29T00:57:52.774Z[ host-image] Jul 29 00:57:51.942 INFO O| Jul 29 00:57:51.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101802026-07-29T00:57:52.778Z[ host-image] Jul 29 00:57:51.942 INFO O| Jul 29 00:57:51.942 INFO ok!
101812026-07-29T00:57:52.778Z[ host-image] Jul 29 00:57:51.942 INFO O| Jul 29 00:57:51.942 INFO STEP 80 (ensure_file) COMPLETE
101822026-07-29T00:57:52.778Z[ host-image] Jul 29 00:57:51.942 INFO O| Jul 29 00:57:51.942 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101832026-07-29T00:57:52.784Z[ host-image] Jul 29 00:57:51.951 INFO O| Jul 29 00:57:51.951 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101842026-07-29T00:57:52.784Z[ host-image] Jul 29 00:57:51.951 INFO O| Jul 29 00:57:51.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101852026-07-29T00:57:52.787Z[ host-image] Jul 29 00:57:51.951 INFO O| Jul 29 00:57:51.951 INFO STEP 81 (ensure_dir) COMPLETE
101862026-07-29T00:57:52.787Z[ host-image] Jul 29 00:57:51.951 INFO O| Jul 29 00:57:51.951 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101872026-07-29T00:57:52.792Z[ host-image] Jul 29 00:57:51.960 INFO O| Jul 29 00:57:51.960 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101882026-07-29T00:57:52.792Z[ host-image] Jul 29 00:57:51.960 INFO O| Jul 29 00:57:51.960 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101892026-07-29T00:57:53.143Z[ host-image] Jul 29 00:57:52.310 INFO O| Jul 29 00:57:52.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101902026-07-29T00:57:53.143Z[ host-image] Jul 29 00:57:52.310 INFO O| Jul 29 00:57:52.310 INFO ok!
101912026-07-29T00:57:53.143Z[ host-image] Jul 29 00:57:52.310 INFO O| Jul 29 00:57:52.310 INFO STEP 82 (ensure_file) COMPLETE
101922026-07-29T00:57:53.146Z[ host-image] Jul 29 00:57:52.310 INFO O| Jul 29 00:57:52.310 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101932026-07-29T00:57:53.152Z[ host-image] Jul 29 00:57:52.319 INFO O| Jul 29 00:57:52.319 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101942026-07-29T00:57:53.152Z[ host-image] Jul 29 00:57:52.319 INFO O| Jul 29 00:57:52.319 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101952026-07-29T00:57:53.820Z[ host-image] Jul 29 00:57:52.987 INFO O| Jul 29 00:57:52.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101962026-07-29T00:57:53.820Z[ host-image] Jul 29 00:57:52.987 INFO O| Jul 29 00:57:52.987 INFO ok!
101972026-07-29T00:57:53.823Z[ host-image] Jul 29 00:57:52.987 INFO O| Jul 29 00:57:52.987 INFO STEP 83 (ensure_file) COMPLETE
101982026-07-29T00:57:53.823Z[ host-image] Jul 29 00:57:52.987 INFO O| Jul 29 00:57:52.987 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101992026-07-29T00:57:53.831Z[ host-image] Jul 29 00:57:52.997 INFO O| Jul 29 00:57:52.997 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102002026-07-29T00:57:53.831Z[ host-image] Jul 29 00:57:52.997 INFO O| Jul 29 00:57:52.997 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102012026-07-29T00:57:55.321Z[ host-image] Jul 29 00:57:54.488 INFO O| Jul 29 00:57:54.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102022026-07-29T00:57:55.321Z[ host-image] Jul 29 00:57:54.488 INFO O| Jul 29 00:57:54.488 INFO ok!
102032026-07-29T00:57:55.321Z[ host-image] Jul 29 00:57:54.488 INFO O| Jul 29 00:57:54.488 INFO STEP 84 (ensure_file) COMPLETE
102042026-07-29T00:57:55.321Z[ host-image] Jul 29 00:57:54.488 INFO O| Jul 29 00:57:54.488 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-07-29T00:57:55.330Z[ host-image] Jul 29 00:57:54.497 INFO O| Jul 29 00:57:54.497 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102062026-07-29T00:57:55.330Z[ host-image] Jul 29 00:57:54.497 INFO O| Jul 29 00:57:54.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102072026-07-29T00:57:55.334Z[ host-image] Jul 29 00:57:54.497 INFO O| Jul 29 00:57:54.497 INFO STEP 85 (ensure_dir) COMPLETE
102082026-07-29T00:57:55.334Z[ host-image] Jul 29 00:57:54.497 INFO O| Jul 29 00:57:54.497 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102092026-07-29T00:57:55.338Z[ host-image] Jul 29 00:57:54.505 INFO O| Jul 29 00:57:54.505 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102102026-07-29T00:57:55.338Z[ host-image] Jul 29 00:57:54.505 INFO O| Jul 29 00:57:54.505 INFO copying /tmp/.tmpv7Qs9L/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 ...
102112026-07-29T00:57:55.342Z[ host-image] Jul 29 00:57:54.505 INFO O| Jul 29 00:57:54.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102122026-07-29T00:57:55.342Z[ host-image] Jul 29 00:57:54.505 INFO O| Jul 29 00:57:54.505 INFO ok!
102132026-07-29T00:57:55.342Z[ host-image] Jul 29 00:57:54.505 INFO O| Jul 29 00:57:54.505 INFO STEP 86 (ensure_file) COMPLETE
102142026-07-29T00:57:55.342Z[ host-image] Jul 29 00:57:54.505 INFO O| Jul 29 00:57:54.505 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-07-29T00:57:55.349Z[ host-image] Jul 29 00:57:54.515 INFO O| Jul 29 00:57:54.515 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102162026-07-29T00:57:55.349Z[ host-image] Jul 29 00:57:54.515 INFO O| Jul 29 00:57:54.515 INFO copying /tmp/.tmpv7Qs9L/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 ...
102172026-07-29T00:57:55.352Z[ host-image] Jul 29 00:57:54.515 INFO O| Jul 29 00:57:54.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102182026-07-29T00:57:55.352Z[ host-image] Jul 29 00:57:54.515 INFO O| Jul 29 00:57:54.515 INFO ok!
102192026-07-29T00:57:55.352Z[ host-image] Jul 29 00:57:54.515 INFO O| Jul 29 00:57:54.515 INFO STEP 87 (ensure_file) COMPLETE
102202026-07-29T00:57:55.352Z[ host-image] Jul 29 00:57:54.515 INFO O| Jul 29 00:57:54.515 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-07-29T00:57:55.356Z[ host-image] Jul 29 00:57:54.522 INFO O| Jul 29 00:57:54.522 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102222026-07-29T00:57:55.356Z[ host-image] Jul 29 00:57:54.522 INFO O| Jul 29 00:57:54.522 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102232026-07-29T00:57:55.356Z[ host-image] Jul 29 00:57:54.522 INFO O| Jul 29 00:57:54.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102242026-07-29T00:57:55.356Z[ host-image] Jul 29 00:57:54.522 INFO O| Jul 29 00:57:54.522 INFO ok!
102252026-07-29T00:57:55.356Z[ host-image] Jul 29 00:57:54.522 INFO O| Jul 29 00:57:54.522 INFO STEP 88 (ensure_file) COMPLETE
102262026-07-29T00:57:55.356Z[ host-image] Jul 29 00:57:54.522 INFO O| Jul 29 00:57:54.522 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102272026-07-29T00:57:55.362Z[ host-image] Jul 29 00:57:54.530 INFO O| Jul 29 00:57:54.530 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102282026-07-29T00:57:55.362Z[ host-image] Jul 29 00:57:54.530 INFO O| Jul 29 00:57:54.530 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102292026-07-29T00:57:55.366Z[ host-image] Jul 29 00:57:54.530 INFO O| Jul 29 00:57:54.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102302026-07-29T00:57:55.366Z[ host-image] Jul 29 00:57:54.530 INFO O| Jul 29 00:57:54.530 INFO ok!
102312026-07-29T00:57:55.366Z[ host-image] Jul 29 00:57:54.530 INFO O| Jul 29 00:57:54.530 INFO STEP 89 (ensure_file) COMPLETE
102322026-07-29T00:57:55.366Z[ host-image] Jul 29 00:57:54.530 INFO O| Jul 29 00:57:54.530 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332026-07-29T00:57:55.371Z[ host-image] Jul 29 00:57:54.538 INFO O| Jul 29 00:57:54.538 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102342026-07-29T00:57:55.374Z[ host-image] Jul 29 00:57:54.538 INFO O| Jul 29 00:57:54.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102352026-07-29T00:57:55.374Z[ host-image] Jul 29 00:57:54.538 INFO O| Jul 29 00:57:54.538 INFO STEP 90 (ensure_dir) COMPLETE
102362026-07-29T00:57:55.374Z[ host-image] Jul 29 00:57:54.538 INFO O| Jul 29 00:57:54.538 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-07-29T00:57:55.379Z[ host-image] Jul 29 00:57:54.546 INFO O| Jul 29 00:57:54.546 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102382026-07-29T00:57:55.379Z[ host-image] Jul 29 00:57:54.546 INFO O| Jul 29 00:57:54.546 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102392026-07-29T00:57:55.382Z[ host-image] Jul 29 00:57:54.548 INFO O| Jul 29 00:57:54.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102402026-07-29T00:57:55.382Z[ host-image] Jul 29 00:57:54.548 INFO O| Jul 29 00:57:54.548 INFO ok!
102412026-07-29T00:57:55.382Z[ host-image] Jul 29 00:57:54.548 INFO O| Jul 29 00:57:54.548 INFO STEP 91 (ensure_file) COMPLETE
102422026-07-29T00:57:55.382Z[ host-image] Jul 29 00:57:54.548 INFO O| Jul 29 00:57:54.548 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-07-29T00:57:55.390Z[ host-image] Jul 29 00:57:54.557 INFO O| Jul 29 00:57:54.557 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102442026-07-29T00:57:55.390Z[ host-image] Jul 29 00:57:54.557 INFO O| Jul 29 00:57:54.557 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102452026-07-29T00:57:55.393Z[ host-image] Jul 29 00:57:54.557 INFO O| Jul 29 00:57:54.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102462026-07-29T00:57:55.393Z[ host-image] Jul 29 00:57:54.557 INFO O| Jul 29 00:57:54.557 INFO ok!
102472026-07-29T00:57:55.393Z[ host-image] Jul 29 00:57:54.557 INFO O| Jul 29 00:57:54.557 INFO STEP 92 (ensure_file) COMPLETE
102482026-07-29T00:57:55.393Z[ host-image] Jul 29 00:57:54.557 INFO O| Jul 29 00:57:54.557 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102492026-07-29T00:57:55.397Z[ host-image] Jul 29 00:57:54.564 INFO O| Jul 29 00:57:54.564 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102502026-07-29T00:57:55.397Z[ host-image] Jul 29 00:57:54.564 INFO O| Jul 29 00:57:54.564 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102512026-07-29T00:57:55.846Z[ host-image] Jul 29 00:57:55.013 INFO O| Jul 29 00:57:55.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102522026-07-29T00:57:55.846Z[ host-image] Jul 29 00:57:55.013 INFO O| Jul 29 00:57:55.013 INFO ok!
102532026-07-29T00:57:55.849Z[ host-image] Jul 29 00:57:55.013 INFO O| Jul 29 00:57:55.013 INFO STEP 93 (ensure_file) COMPLETE
102542026-07-29T00:57:55.849Z[ host-image] Jul 29 00:57:55.013 INFO O| Jul 29 00:57:55.013 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102552026-07-29T00:57:55.853Z[ host-image] Jul 29 00:57:55.020 INFO O| Jul 29 00:57:55.020 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102562026-07-29T00:57:55.853Z[ host-image] Jul 29 00:57:55.020 INFO O| Jul 29 00:57:55.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102572026-07-29T00:57:55.853Z[ host-image] Jul 29 00:57:55.020 INFO O| Jul 29 00:57:55.020 INFO STEP 94 (ensure_dir) COMPLETE
102582026-07-29T00:57:55.853Z[ host-image] Jul 29 00:57:55.020 INFO O| Jul 29 00:57:55.020 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102592026-07-29T00:57:55.865Z[ host-image] Jul 29 00:57:55.032 INFO O| Jul 29 00:57:55.032 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102602026-07-29T00:57:55.865Z[ host-image] Jul 29 00:57:55.032 INFO O| Jul 29 00:57:55.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102612026-07-29T00:57:55.865Z[ host-image] Jul 29 00:57:55.032 INFO O| Jul 29 00:57:55.032 INFO STEP 95 (ensure_dir) COMPLETE
102622026-07-29T00:57:55.865Z[ host-image] Jul 29 00:57:55.032 INFO O| Jul 29 00:57:55.032 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-07-29T00:57:55.873Z[ host-image] Jul 29 00:57:55.040 INFO O| Jul 29 00:57:55.040 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102642026-07-29T00:57:55.873Z[ host-image] Jul 29 00:57:55.040 INFO O| Jul 29 00:57:55.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102652026-07-29T00:57:55.873Z[ host-image] Jul 29 00:57:55.040 INFO O| Jul 29 00:57:55.040 INFO STEP 96 (ensure_dir) COMPLETE
102662026-07-29T00:57:55.876Z[ host-image] Jul 29 00:57:55.040 INFO O| Jul 29 00:57:55.040 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102672026-07-29T00:57:55.882Z[ host-image] Jul 29 00:57:55.049 INFO O| Jul 29 00:57:55.049 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102682026-07-29T00:57:55.882Z[ host-image] Jul 29 00:57:55.049 INFO O| Jul 29 00:57:55.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102692026-07-29T00:57:55.886Z[ host-image] Jul 29 00:57:55.049 INFO O| Jul 29 00:57:55.049 INFO STEP 97 (ensure_dir) COMPLETE
102702026-07-29T00:57:55.886Z[ host-image] Jul 29 00:57:55.050 INFO O| Jul 29 00:57:55.049 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102712026-07-29T00:57:55.892Z[ host-image] Jul 29 00:57:55.059 INFO O| Jul 29 00:57:55.059 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102722026-07-29T00:57:55.892Z[ host-image] Jul 29 00:57:55.059 INFO O| Jul 29 00:57:55.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102732026-07-29T00:57:55.895Z[ host-image] Jul 29 00:57:55.059 INFO O| Jul 29 00:57:55.059 INFO STEP 98 (ensure_dir) COMPLETE
102742026-07-29T00:57:55.895Z[ host-image] Jul 29 00:57:55.059 INFO O| Jul 29 00:57:55.059 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102752026-07-29T00:57:55.901Z[ host-image] Jul 29 00:57:55.068 INFO O| Jul 29 00:57:55.068 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102762026-07-29T00:57:55.901Z[ host-image] Jul 29 00:57:55.068 INFO O| Jul 29 00:57:55.068 INFO copying /tmp/.tmpv7Qs9L/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 ...
102772026-07-29T00:57:55.901Z[ host-image] Jul 29 00:57:55.068 INFO O| Jul 29 00:57:55.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102782026-07-29T00:57:55.904Z[ host-image] Jul 29 00:57:55.068 INFO O| Jul 29 00:57:55.068 INFO ok!
102792026-07-29T00:57:55.904Z[ host-image] Jul 29 00:57:55.068 INFO O| Jul 29 00:57:55.068 INFO STEP 99 (ensure_file) COMPLETE
102802026-07-29T00:57:55.904Z[ host-image] Jul 29 00:57:55.068 INFO O| Jul 29 00:57:55.068 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102812026-07-29T00:57:55.910Z[ host-image] Jul 29 00:57:55.077 INFO O| Jul 29 00:57:55.077 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102822026-07-29T00:57:55.910Z[ host-image] Jul 29 00:57:55.077 INFO O| Jul 29 00:57:55.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102832026-07-29T00:57:55.910Z[ host-image] Jul 29 00:57:55.077 INFO O| Jul 29 00:57:55.077 INFO STEP 100 (ensure_dir) COMPLETE
102842026-07-29T00:57:55.914Z[ host-image] Jul 29 00:57:55.077 INFO O| Jul 29 00:57:55.077 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102852026-07-29T00:57:55.918Z[ host-image] Jul 29 00:57:55.085 INFO O| Jul 29 00:57:55.085 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102862026-07-29T00:57:55.922Z[ host-image] Jul 29 00:57:55.085 INFO O| Jul 29 00:57:55.085 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102872026-07-29T00:57:56.318Z[ host-image] Jul 29 00:57:55.485 INFO O| Jul 29 00:57:55.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102882026-07-29T00:57:56.318Z[ host-image] Jul 29 00:57:55.485 INFO O| Jul 29 00:57:55.485 INFO ok!
102892026-07-29T00:57:56.318Z[ host-image] Jul 29 00:57:55.485 INFO O| Jul 29 00:57:55.485 INFO STEP 101 (ensure_file) COMPLETE
102902026-07-29T00:57:56.322Z[ host-image] Jul 29 00:57:55.485 INFO O| Jul 29 00:57:55.485 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912026-07-29T00:57:56.326Z[ host-image] Jul 29 00:57:55.493 INFO O| Jul 29 00:57:55.493 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102922026-07-29T00:57:56.326Z[ host-image] Jul 29 00:57:55.493 INFO O| Jul 29 00:57:55.493 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102932026-07-29T00:57:56.330Z[ host-image] Jul 29 00:57:55.493 INFO O| Jul 29 00:57:55.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102942026-07-29T00:57:56.330Z[ host-image] Jul 29 00:57:55.493 INFO O| Jul 29 00:57:55.493 INFO ok!
102952026-07-29T00:57:56.330Z[ host-image] Jul 29 00:57:55.493 INFO O| Jul 29 00:57:55.493 INFO STEP 102 (ensure_file) COMPLETE
102962026-07-29T00:57:56.330Z[ host-image] Jul 29 00:57:55.493 INFO O| Jul 29 00:57:55.493 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-07-29T00:57:56.334Z[ host-image] Jul 29 00:57:55.501 INFO O| Jul 29 00:57:55.501 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102982026-07-29T00:57:56.334Z[ host-image] Jul 29 00:57:55.501 INFO O| Jul 29 00:57:55.501 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
102992026-07-29T00:57:56.340Z[ host-image] Jul 29 00:57:55.507 INFO O| Jul 29 00:57:55.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103002026-07-29T00:57:56.340Z[ host-image] Jul 29 00:57:55.507 INFO O| Jul 29 00:57:55.507 INFO ok!
103012026-07-29T00:57:56.344Z[ host-image] Jul 29 00:57:55.507 INFO O| Jul 29 00:57:55.507 INFO STEP 103 (ensure_file) COMPLETE
103022026-07-29T00:57:56.344Z[ host-image] Jul 29 00:57:55.507 INFO O| Jul 29 00:57:55.507 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103032026-07-29T00:57:56.349Z[ host-image] Jul 29 00:57:55.516 INFO O| Jul 29 00:57:55.516 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103042026-07-29T00:57:56.349Z[ host-image] Jul 29 00:57:55.516 INFO O| Jul 29 00:57:55.516 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103052026-07-29T00:57:56.352Z[ host-image] Jul 29 00:57:55.516 INFO O| Jul 29 00:57:55.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103062026-07-29T00:57:56.352Z[ host-image] Jul 29 00:57:55.516 INFO O| Jul 29 00:57:55.516 INFO ok!
103072026-07-29T00:57:56.352Z[ host-image] Jul 29 00:57:55.516 INFO O| Jul 29 00:57:55.516 INFO STEP 104 (ensure_file) COMPLETE
103082026-07-29T00:57:56.352Z[ host-image] Jul 29 00:57:55.516 INFO O| Jul 29 00:57:55.516 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103092026-07-29T00:57:56.357Z[ host-image] Jul 29 00:57:55.524 INFO O| Jul 29 00:57:55.524 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103102026-07-29T00:57:56.360Z[ host-image] Jul 29 00:57:55.524 INFO O| Jul 29 00:57:55.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103112026-07-29T00:57:56.360Z[ host-image] Jul 29 00:57:55.524 INFO O| Jul 29 00:57:55.524 INFO STEP 105 (ensure_dir) COMPLETE
103122026-07-29T00:57:56.360Z[ host-image] Jul 29 00:57:55.524 INFO O| Jul 29 00:57:55.524 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103132026-07-29T00:57:56.365Z[ host-image] Jul 29 00:57:55.532 INFO O| Jul 29 00:57:55.532 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103142026-07-29T00:57:56.365Z[ host-image] Jul 29 00:57:55.532 INFO O| Jul 29 00:57:55.532 INFO copying /tmp/.tmpv7Qs9L/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 ...
103152026-07-29T00:57:56.696Z[ host-image] Jul 29 00:57:55.863 INFO O| Jul 29 00:57:55.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103162026-07-29T00:57:56.697Z[ host-image] Jul 29 00:57:55.863 INFO O| Jul 29 00:57:55.863 INFO ok!
103172026-07-29T00:57:56.700Z[ host-image] Jul 29 00:57:55.863 INFO O| Jul 29 00:57:55.863 INFO STEP 106 (ensure_file) COMPLETE
103182026-07-29T00:57:56.700Z[ host-image] Jul 29 00:57:55.863 INFO O| Jul 29 00:57:55.863 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-07-29T00:57:56.704Z[ host-image] Jul 29 00:57:55.872 INFO O| Jul 29 00:57:55.871 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103202026-07-29T00:57:56.704Z[ host-image] Jul 29 00:57:55.872 INFO O| Jul 29 00:57:55.872 INFO copying /tmp/.tmpv7Qs9L/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 ...
103212026-07-29T00:57:56.708Z[ host-image] Jul 29 00:57:55.872 INFO O| Jul 29 00:57:55.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103222026-07-29T00:57:56.708Z[ host-image] Jul 29 00:57:55.872 INFO O| Jul 29 00:57:55.872 INFO ok!
103232026-07-29T00:57:56.708Z[ host-image] Jul 29 00:57:55.872 INFO O| Jul 29 00:57:55.872 INFO STEP 107 (ensure_file) COMPLETE
103242026-07-29T00:57:56.708Z[ host-image] Jul 29 00:57:55.872 INFO O| Jul 29 00:57:55.872 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103252026-07-29T00:57:56.712Z[ host-image] Jul 29 00:57:55.879 INFO O| Jul 29 00:57:55.879 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103262026-07-29T00:57:56.712Z[ host-image] Jul 29 00:57:55.879 INFO O| Jul 29 00:57:55.879 INFO copying /tmp/.tmpv7Qs9L/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 ...
103272026-07-29T00:57:56.715Z[ host-image] Jul 29 00:57:55.879 INFO O| Jul 29 00:57:55.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103282026-07-29T00:57:56.715Z[ host-image] Jul 29 00:57:55.879 INFO O| Jul 29 00:57:55.879 INFO ok!
103292026-07-29T00:57:56.715Z[ host-image] Jul 29 00:57:55.879 INFO O| Jul 29 00:57:55.879 INFO STEP 108 (ensure_file) COMPLETE
103302026-07-29T00:57:56.715Z[ host-image] Jul 29 00:57:55.879 INFO O| Jul 29 00:57:55.879 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-07-29T00:57:56.722Z[ host-image] Jul 29 00:57:55.889 INFO O| Jul 29 00:57:55.889 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103322026-07-29T00:57:56.722Z[ host-image] Jul 29 00:57:55.889 INFO O| Jul 29 00:57:55.889 INFO copying /tmp/.tmpv7Qs9L/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 ...
103332026-07-29T00:57:56.722Z[ host-image] Jul 29 00:57:55.889 INFO O| Jul 29 00:57:55.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103342026-07-29T00:57:56.725Z[ host-image] Jul 29 00:57:55.889 INFO O| Jul 29 00:57:55.889 INFO ok!
103352026-07-29T00:57:56.725Z[ host-image] Jul 29 00:57:55.889 INFO O| Jul 29 00:57:55.889 INFO STEP 109 (ensure_file) COMPLETE
103362026-07-29T00:57:56.725Z[ host-image] Jul 29 00:57:55.889 INFO O| Jul 29 00:57:55.889 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-07-29T00:57:56.730Z[ host-image] Jul 29 00:57:55.897 INFO O| Jul 29 00:57:55.897 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103382026-07-29T00:57:56.730Z[ host-image] Jul 29 00:57:55.897 INFO O| Jul 29 00:57:55.897 INFO copying /tmp/.tmpv7Qs9L/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 ...
103392026-07-29T00:57:56.734Z[ host-image] Jul 29 00:57:55.897 INFO O| Jul 29 00:57:55.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103402026-07-29T00:57:56.734Z[ host-image] Jul 29 00:57:55.897 INFO O| Jul 29 00:57:55.897 INFO ok!
103412026-07-29T00:57:56.734Z[ host-image] Jul 29 00:57:55.897 INFO O| Jul 29 00:57:55.897 INFO STEP 110 (ensure_file) COMPLETE
103422026-07-29T00:57:56.734Z[ host-image] Jul 29 00:57:55.897 INFO O| Jul 29 00:57:55.897 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-07-29T00:57:56.738Z[ host-image] Jul 29 00:57:55.905 INFO O| Jul 29 00:57:55.905 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103442026-07-29T00:57:56.738Z[ host-image] Jul 29 00:57:55.905 INFO O| Jul 29 00:57:55.905 INFO copying /tmp/.tmpv7Qs9L/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 ...
103452026-07-29T00:57:56.741Z[ host-image] Jul 29 00:57:55.905 INFO O| Jul 29 00:57:55.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103462026-07-29T00:57:56.741Z[ host-image] Jul 29 00:57:55.905 INFO O| Jul 29 00:57:55.905 INFO ok!
103472026-07-29T00:57:56.741Z[ host-image] Jul 29 00:57:55.905 INFO O| Jul 29 00:57:55.905 INFO STEP 111 (ensure_file) COMPLETE
103482026-07-29T00:57:56.741Z[ host-image] Jul 29 00:57:55.905 INFO O| Jul 29 00:57:55.905 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103492026-07-29T00:57:56.745Z[ host-image] Jul 29 00:57:55.912 INFO O| Jul 29 00:57:55.912 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103502026-07-29T00:57:56.745Z[ host-image] Jul 29 00:57:55.912 INFO O| Jul 29 00:57:55.912 INFO copying /tmp/.tmpv7Qs9L/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 ...
103512026-07-29T00:57:56.745Z[ host-image] Jul 29 00:57:55.912 INFO O| Jul 29 00:57:55.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103522026-07-29T00:57:56.745Z[ host-image] Jul 29 00:57:55.912 INFO O| Jul 29 00:57:55.912 INFO ok!
103532026-07-29T00:57:56.745Z[ host-image] Jul 29 00:57:55.912 INFO O| Jul 29 00:57:55.912 INFO STEP 112 (ensure_file) COMPLETE
103542026-07-29T00:57:56.745Z[ host-image] Jul 29 00:57:55.912 INFO O| Jul 29 00:57:55.912 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103552026-07-29T00:57:56.751Z[ host-image] Jul 29 00:57:55.919 INFO O| Jul 29 00:57:55.919 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103562026-07-29T00:57:56.751Z[ host-image] Jul 29 00:57:55.919 INFO O| Jul 29 00:57:55.919 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103572026-07-29T00:57:56.755Z[ host-image] Jul 29 00:57:55.919 INFO O| Jul 29 00:57:55.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103582026-07-29T00:57:56.755Z[ host-image] Jul 29 00:57:55.919 INFO O| Jul 29 00:57:55.919 INFO ok!
103592026-07-29T00:57:56.755Z[ host-image] Jul 29 00:57:55.919 INFO O| Jul 29 00:57:55.919 INFO STEP 113 (ensure_file) COMPLETE
103602026-07-29T00:57:56.755Z[ host-image] Jul 29 00:57:55.919 INFO O| Jul 29 00:57:55.919 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-07-29T00:57:56.762Z[ host-image] Jul 29 00:57:55.929 INFO O| Jul 29 00:57:55.929 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103622026-07-29T00:57:56.765Z[ host-image] Jul 29 00:57:55.929 INFO O| Jul 29 00:57:55.929 INFO copying /tmp/.tmpv7Qs9L/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 ...
103632026-07-29T00:57:56.765Z[ host-image] Jul 29 00:57:55.929 INFO O| Jul 29 00:57:55.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103642026-07-29T00:57:56.765Z[ host-image] Jul 29 00:57:55.929 INFO O| Jul 29 00:57:55.929 INFO ok!
103652026-07-29T00:57:56.765Z[ host-image] Jul 29 00:57:55.929 INFO O| Jul 29 00:57:55.929 INFO STEP 114 (ensure_file) COMPLETE
103662026-07-29T00:57:56.765Z[ host-image] Jul 29 00:57:55.929 INFO O| Jul 29 00:57:55.929 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-07-29T00:57:56.769Z[ host-image] Jul 29 00:57:55.937 INFO O| Jul 29 00:57:55.937 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103682026-07-29T00:57:56.769Z[ host-image] Jul 29 00:57:55.937 INFO O| Jul 29 00:57:55.937 INFO copying /tmp/.tmpv7Qs9L/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 ...
103692026-07-29T00:57:56.773Z[ host-image] Jul 29 00:57:55.937 INFO O| Jul 29 00:57:55.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103702026-07-29T00:57:56.773Z[ host-image] Jul 29 00:57:55.937 INFO O| Jul 29 00:57:55.937 INFO ok!
103712026-07-29T00:57:56.773Z[ host-image] Jul 29 00:57:55.937 INFO O| Jul 29 00:57:55.937 INFO STEP 115 (ensure_file) COMPLETE
103722026-07-29T00:57:56.773Z[ host-image] Jul 29 00:57:55.937 INFO O| Jul 29 00:57:55.937 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103732026-07-29T00:57:56.779Z[ host-image] Jul 29 00:57:55.945 INFO O| Jul 29 00:57:55.945 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103742026-07-29T00:57:56.782Z[ host-image] Jul 29 00:57:55.945 INFO O| Jul 29 00:57:55.945 INFO copying /tmp/.tmpv7Qs9L/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 ...
103752026-07-29T00:57:56.782Z[ host-image] Jul 29 00:57:55.945 INFO O| Jul 29 00:57:55.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103762026-07-29T00:57:56.782Z[ host-image] Jul 29 00:57:55.945 INFO O| Jul 29 00:57:55.945 INFO ok!
103772026-07-29T00:57:56.782Z[ host-image] Jul 29 00:57:55.945 INFO O| Jul 29 00:57:55.945 INFO STEP 116 (ensure_file) COMPLETE
103782026-07-29T00:57:56.782Z[ host-image] Jul 29 00:57:55.945 INFO O| Jul 29 00:57:55.945 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103792026-07-29T00:57:56.786Z[ host-image] Jul 29 00:57:55.954 INFO O| Jul 29 00:57:55.954 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103802026-07-29T00:57:56.787Z[ host-image] Jul 29 00:57:55.954 INFO O| Jul 29 00:57:55.954 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103812026-07-29T00:57:56.790Z[ host-image] Jul 29 00:57:55.954 INFO O| Jul 29 00:57:55.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103822026-07-29T00:57:56.790Z[ host-image] Jul 29 00:57:55.954 INFO O| Jul 29 00:57:55.954 INFO ok!
103832026-07-29T00:57:56.790Z[ host-image] Jul 29 00:57:55.954 INFO O| Jul 29 00:57:55.954 INFO STEP 117 (ensure_file) COMPLETE
103842026-07-29T00:57:56.790Z[ host-image] Jul 29 00:57:55.954 INFO O| Jul 29 00:57:55.954 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103852026-07-29T00:57:56.794Z[ host-image] Jul 29 00:57:55.960 INFO O| Jul 29 00:57:55.960 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103862026-07-29T00:57:56.794Z[ host-image] Jul 29 00:57:55.960 INFO O| Jul 29 00:57:55.960 INFO copying /tmp/.tmpv7Qs9L/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 ...
103872026-07-29T00:57:56.794Z[ host-image] Jul 29 00:57:55.961 INFO O| Jul 29 00:57:55.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103882026-07-29T00:57:56.794Z[ host-image] Jul 29 00:57:55.961 INFO O| Jul 29 00:57:55.961 INFO ok!
103892026-07-29T00:57:56.794Z[ host-image] Jul 29 00:57:55.961 INFO O| Jul 29 00:57:55.961 INFO STEP 118 (ensure_file) COMPLETE
103902026-07-29T00:57:56.794Z[ host-image] Jul 29 00:57:55.961 INFO O| Jul 29 00:57:55.961 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103912026-07-29T00:57:56.800Z[ host-image] Jul 29 00:57:55.967 INFO O| Jul 29 00:57:55.967 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103922026-07-29T00:57:56.800Z[ host-image] Jul 29 00:57:55.967 INFO O| Jul 29 00:57:55.967 INFO copying /tmp/.tmpv7Qs9L/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 ...
103932026-07-29T00:57:56.804Z[ host-image] Jul 29 00:57:55.968 INFO O| Jul 29 00:57:55.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103942026-07-29T00:57:56.804Z[ host-image] Jul 29 00:57:55.968 INFO O| Jul 29 00:57:55.968 INFO ok!
103952026-07-29T00:57:56.804Z[ host-image] Jul 29 00:57:55.968 INFO O| Jul 29 00:57:55.968 INFO STEP 119 (ensure_file) COMPLETE
103962026-07-29T00:57:56.804Z[ host-image] Jul 29 00:57:55.968 INFO O| Jul 29 00:57:55.968 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103972026-07-29T00:57:56.810Z[ host-image] Jul 29 00:57:55.977 INFO O| Jul 29 00:57:55.977 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103982026-07-29T00:57:56.810Z[ host-image] Jul 29 00:57:55.977 INFO O| Jul 29 00:57:55.977 INFO copying /tmp/.tmpv7Qs9L/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 ...
103992026-07-29T00:57:56.814Z[ host-image] Jul 29 00:57:55.977 INFO O| Jul 29 00:57:55.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104002026-07-29T00:57:56.814Z[ host-image] Jul 29 00:57:55.977 INFO O| Jul 29 00:57:55.977 INFO ok!
104012026-07-29T00:57:56.814Z[ host-image] Jul 29 00:57:55.977 INFO O| Jul 29 00:57:55.977 INFO STEP 120 (ensure_file) COMPLETE
104022026-07-29T00:57:56.814Z[ host-image] Jul 29 00:57:55.977 INFO O| Jul 29 00:57:55.977 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104032026-07-29T00:57:56.818Z[ host-image] Jul 29 00:57:55.985 INFO O| Jul 29 00:57:55.985 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104042026-07-29T00:57:56.822Z[ host-image] Jul 29 00:57:55.985 INFO O| Jul 29 00:57:55.985 INFO copying /tmp/.tmpv7Qs9L/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 ...
104052026-07-29T00:57:56.822Z[ host-image] Jul 29 00:57:55.986 INFO O| Jul 29 00:57:55.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104062026-07-29T00:57:56.822Z[ host-image] Jul 29 00:57:55.986 INFO O| Jul 29 00:57:55.985 INFO ok!
104072026-07-29T00:57:56.822Z[ host-image] Jul 29 00:57:55.986 INFO O| Jul 29 00:57:55.985 INFO STEP 121 (ensure_file) COMPLETE
104082026-07-29T00:57:56.822Z[ host-image] Jul 29 00:57:55.986 INFO O| Jul 29 00:57:55.985 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104092026-07-29T00:57:56.826Z[ host-image] Jul 29 00:57:55.993 INFO O| Jul 29 00:57:55.993 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104102026-07-29T00:57:56.826Z[ host-image] Jul 29 00:57:55.993 INFO O| Jul 29 00:57:55.993 INFO copying /tmp/.tmpv7Qs9L/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 ...
104112026-07-29T00:57:56.829Z[ host-image] Jul 29 00:57:55.993 INFO O| Jul 29 00:57:55.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104122026-07-29T00:57:56.829Z[ host-image] Jul 29 00:57:55.993 INFO O| Jul 29 00:57:55.993 INFO ok!
104132026-07-29T00:57:56.829Z[ host-image] Jul 29 00:57:55.993 INFO O| Jul 29 00:57:55.993 INFO STEP 122 (ensure_file) COMPLETE
104142026-07-29T00:57:56.829Z[ host-image] Jul 29 00:57:55.993 INFO O| Jul 29 00:57:55.993 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104152026-07-29T00:57:56.836Z[ host-image] Jul 29 00:57:56.003 INFO O| Jul 29 00:57:56.003 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104162026-07-29T00:57:56.836Z[ host-image] Jul 29 00:57:56.003 INFO O| Jul 29 00:57:56.003 INFO copying /tmp/.tmpv7Qs9L/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 ...
104172026-07-29T00:57:56.839Z[ host-image] Jul 29 00:57:56.003 INFO O| Jul 29 00:57:56.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104182026-07-29T00:57:56.839Z[ host-image] Jul 29 00:57:56.003 INFO O| Jul 29 00:57:56.003 INFO ok!
104192026-07-29T00:57:56.839Z[ host-image] Jul 29 00:57:56.003 INFO O| Jul 29 00:57:56.003 INFO STEP 123 (ensure_file) COMPLETE
104202026-07-29T00:57:56.839Z[ host-image] Jul 29 00:57:56.003 INFO O| Jul 29 00:57:56.003 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104212026-07-29T00:57:56.845Z[ host-image] Jul 29 00:57:56.012 INFO O| Jul 29 00:57:56.012 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104222026-07-29T00:57:56.845Z[ host-image] Jul 29 00:57:56.012 INFO O| Jul 29 00:57:56.012 INFO copying /tmp/.tmpv7Qs9L/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 ...
104232026-07-29T00:57:56.849Z[ host-image] Jul 29 00:57:56.013 INFO O| Jul 29 00:57:56.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104242026-07-29T00:57:56.849Z[ host-image] Jul 29 00:57:56.013 INFO O| Jul 29 00:57:56.013 INFO ok!
104252026-07-29T00:57:56.849Z[ host-image] Jul 29 00:57:56.013 INFO O| Jul 29 00:57:56.013 INFO STEP 124 (ensure_file) COMPLETE
104262026-07-29T00:57:56.849Z[ host-image] Jul 29 00:57:56.013 INFO O| Jul 29 00:57:56.013 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104272026-07-29T00:57:56.853Z[ host-image] Jul 29 00:57:56.020 INFO O| Jul 29 00:57:56.020 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104282026-07-29T00:57:56.857Z[ host-image] Jul 29 00:57:56.020 INFO O| Jul 29 00:57:56.020 INFO copying /tmp/.tmpv7Qs9L/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 ...
104292026-07-29T00:57:56.857Z[ host-image] Jul 29 00:57:56.020 INFO O| Jul 29 00:57:56.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104302026-07-29T00:57:56.857Z[ host-image] Jul 29 00:57:56.020 INFO O| Jul 29 00:57:56.020 INFO ok!
104312026-07-29T00:57:56.857Z[ host-image] Jul 29 00:57:56.020 INFO O| Jul 29 00:57:56.020 INFO STEP 125 (ensure_file) COMPLETE
104322026-07-29T00:57:56.857Z[ host-image] Jul 29 00:57:56.020 INFO O| Jul 29 00:57:56.020 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104332026-07-29T00:57:56.863Z[ host-image] Jul 29 00:57:56.030 INFO O| Jul 29 00:57:56.030 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104342026-07-29T00:57:56.863Z[ host-image] Jul 29 00:57:56.030 INFO O| Jul 29 00:57:56.030 INFO copying /tmp/.tmpv7Qs9L/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 ...
104352026-07-29T00:57:56.866Z[ host-image] Jul 29 00:57:56.030 INFO O| Jul 29 00:57:56.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104362026-07-29T00:57:56.866Z[ host-image] Jul 29 00:57:56.030 INFO O| Jul 29 00:57:56.030 INFO ok!
104372026-07-29T00:57:56.866Z[ host-image] Jul 29 00:57:56.030 INFO O| Jul 29 00:57:56.030 INFO STEP 126 (ensure_file) COMPLETE
104382026-07-29T00:57:56.866Z[ host-image] Jul 29 00:57:56.030 INFO O| Jul 29 00:57:56.030 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104392026-07-29T00:57:56.871Z[ host-image] Jul 29 00:57:56.038 INFO O| Jul 29 00:57:56.038 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104402026-07-29T00:57:56.871Z[ host-image] Jul 29 00:57:56.038 INFO O| Jul 29 00:57:56.038 INFO copying /tmp/.tmpv7Qs9L/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 ...
104412026-07-29T00:57:56.874Z[ host-image] Jul 29 00:57:56.038 INFO O| Jul 29 00:57:56.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104422026-07-29T00:57:56.875Z[ host-image] Jul 29 00:57:56.038 INFO O| Jul 29 00:57:56.038 INFO ok!
104432026-07-29T00:57:56.875Z[ host-image] Jul 29 00:57:56.038 INFO O| Jul 29 00:57:56.038 INFO STEP 127 (ensure_file) COMPLETE
104442026-07-29T00:57:56.875Z[ host-image] Jul 29 00:57:56.038 INFO O| Jul 29 00:57:56.038 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104452026-07-29T00:57:56.880Z[ host-image] Jul 29 00:57:56.048 INFO O| Jul 29 00:57:56.047 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104462026-07-29T00:57:56.884Z[ host-image] Jul 29 00:57:56.048 INFO O| Jul 29 00:57:56.048 INFO copying /tmp/.tmpv7Qs9L/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 ...
104472026-07-29T00:57:56.884Z[ host-image] Jul 29 00:57:56.048 INFO O| Jul 29 00:57:56.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104482026-07-29T00:57:56.884Z[ host-image] Jul 29 00:57:56.048 INFO O| Jul 29 00:57:56.048 INFO ok!
104492026-07-29T00:57:56.884Z[ host-image] Jul 29 00:57:56.048 INFO O| Jul 29 00:57:56.048 INFO STEP 128 (ensure_file) COMPLETE
104502026-07-29T00:57:56.884Z[ host-image] Jul 29 00:57:56.048 INFO O| Jul 29 00:57:56.048 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104512026-07-29T00:57:56.889Z[ host-image] Jul 29 00:57:56.056 INFO O| Jul 29 00:57:56.056 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104522026-07-29T00:57:56.889Z[ host-image] Jul 29 00:57:56.056 INFO O| Jul 29 00:57:56.056 INFO copying /tmp/.tmpv7Qs9L/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 ...
104532026-07-29T00:57:56.892Z[ host-image] Jul 29 00:57:56.056 INFO O| Jul 29 00:57:56.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104542026-07-29T00:57:56.892Z[ host-image] Jul 29 00:57:56.056 INFO O| Jul 29 00:57:56.056 INFO ok!
104552026-07-29T00:57:56.892Z[ host-image] Jul 29 00:57:56.056 INFO O| Jul 29 00:57:56.056 INFO STEP 129 (ensure_file) COMPLETE
104562026-07-29T00:57:56.893Z[ host-image] Jul 29 00:57:56.056 INFO O| Jul 29 00:57:56.056 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104572026-07-29T00:57:56.898Z[ host-image] Jul 29 00:57:56.065 INFO O| Jul 29 00:57:56.065 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104582026-07-29T00:57:56.898Z[ host-image] Jul 29 00:57:56.065 INFO O| Jul 29 00:57:56.065 INFO copying /tmp/.tmpv7Qs9L/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 ...
104592026-07-29T00:57:56.902Z[ host-image] Jul 29 00:57:56.066 INFO O| Jul 29 00:57:56.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104602026-07-29T00:57:56.902Z[ host-image] Jul 29 00:57:56.066 INFO O| Jul 29 00:57:56.066 INFO ok!
104612026-07-29T00:57:56.902Z[ host-image] Jul 29 00:57:56.066 INFO O| Jul 29 00:57:56.066 INFO STEP 130 (ensure_file) COMPLETE
104622026-07-29T00:57:56.902Z[ host-image] Jul 29 00:57:56.066 INFO O| Jul 29 00:57:56.066 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104632026-07-29T00:57:56.907Z[ host-image] Jul 29 00:57:56.074 INFO O| Jul 29 00:57:56.074 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104642026-07-29T00:57:56.907Z[ host-image] Jul 29 00:57:56.074 INFO O| Jul 29 00:57:56.074 INFO copying /tmp/.tmpv7Qs9L/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 ...
104652026-07-29T00:57:56.910Z[ host-image] Jul 29 00:57:56.074 INFO O| Jul 29 00:57:56.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104662026-07-29T00:57:56.910Z[ host-image] Jul 29 00:57:56.074 INFO O| Jul 29 00:57:56.074 INFO ok!
104672026-07-29T00:57:56.910Z[ host-image] Jul 29 00:57:56.074 INFO O| Jul 29 00:57:56.074 INFO STEP 131 (ensure_file) COMPLETE
104682026-07-29T00:57:56.910Z[ host-image] Jul 29 00:57:56.074 INFO O| Jul 29 00:57:56.074 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104692026-07-29T00:57:56.915Z[ host-image] Jul 29 00:57:56.083 INFO O| Jul 29 00:57:56.083 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104702026-07-29T00:57:56.916Z[ host-image] Jul 29 00:57:56.083 INFO O| Jul 29 00:57:56.083 INFO copying /tmp/.tmpv7Qs9L/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 ...
104712026-07-29T00:57:56.919Z[ host-image] Jul 29 00:57:56.083 INFO O| Jul 29 00:57:56.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104722026-07-29T00:57:56.919Z[ host-image] Jul 29 00:57:56.083 INFO O| Jul 29 00:57:56.083 INFO ok!
104732026-07-29T00:57:56.919Z[ host-image] Jul 29 00:57:56.083 INFO O| Jul 29 00:57:56.083 INFO STEP 132 (ensure_file) COMPLETE
104742026-07-29T00:57:56.919Z[ host-image] Jul 29 00:57:56.083 INFO O| Jul 29 00:57:56.083 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104752026-07-29T00:57:56.924Z[ host-image] Jul 29 00:57:56.092 INFO O| Jul 29 00:57:56.092 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104762026-07-29T00:57:56.928Z[ host-image] Jul 29 00:57:56.092 INFO O| Jul 29 00:57:56.092 INFO copying /tmp/.tmpv7Qs9L/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 ...
104772026-07-29T00:57:56.928Z[ host-image] Jul 29 00:57:56.092 INFO O| Jul 29 00:57:56.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104782026-07-29T00:57:56.928Z[ host-image] Jul 29 00:57:56.092 INFO O| Jul 29 00:57:56.092 INFO ok!
104792026-07-29T00:57:56.928Z[ host-image] Jul 29 00:57:56.092 INFO O| Jul 29 00:57:56.092 INFO STEP 133 (ensure_file) COMPLETE
104802026-07-29T00:57:56.928Z[ host-image] Jul 29 00:57:56.092 INFO O| Jul 29 00:57:56.092 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104812026-07-29T00:57:56.933Z[ host-image] Jul 29 00:57:56.100 INFO O| Jul 29 00:57:56.100 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104822026-07-29T00:57:56.933Z[ host-image] Jul 29 00:57:56.100 INFO O| Jul 29 00:57:56.100 INFO copying /tmp/.tmpv7Qs9L/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 ...
104832026-07-29T00:57:56.936Z[ host-image] Jul 29 00:57:56.100 INFO O| Jul 29 00:57:56.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104842026-07-29T00:57:56.936Z[ host-image] Jul 29 00:57:56.100 INFO O| Jul 29 00:57:56.100 INFO ok!
104852026-07-29T00:57:56.936Z[ host-image] Jul 29 00:57:56.100 INFO O| Jul 29 00:57:56.100 INFO STEP 134 (ensure_file) COMPLETE
104862026-07-29T00:57:56.937Z[ host-image] Jul 29 00:57:56.100 INFO O| Jul 29 00:57:56.100 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104872026-07-29T00:57:56.942Z[ host-image] Jul 29 00:57:56.110 INFO O| Jul 29 00:57:56.110 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104882026-07-29T00:57:56.942Z[ host-image] Jul 29 00:57:56.110 INFO O| Jul 29 00:57:56.110 INFO copying /tmp/.tmpv7Qs9L/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 ...
104892026-07-29T00:57:56.946Z[ host-image] Jul 29 00:57:56.110 INFO O| Jul 29 00:57:56.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104902026-07-29T00:57:56.946Z[ host-image] Jul 29 00:57:56.110 INFO O| Jul 29 00:57:56.110 INFO ok!
104912026-07-29T00:57:56.946Z[ host-image] Jul 29 00:57:56.110 INFO O| Jul 29 00:57:56.110 INFO STEP 135 (ensure_file) COMPLETE
104922026-07-29T00:57:56.946Z[ host-image] Jul 29 00:57:56.110 INFO O| Jul 29 00:57:56.110 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104932026-07-29T00:57:56.953Z[ host-image] Jul 29 00:57:56.119 INFO O| Jul 29 00:57:56.119 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104942026-07-29T00:57:56.953Z[ host-image] Jul 29 00:57:56.119 INFO O| Jul 29 00:57:56.119 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104952026-07-29T00:57:56.956Z[ host-image] Jul 29 00:57:56.119 INFO O| Jul 29 00:57:56.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104962026-07-29T00:57:56.956Z[ host-image] Jul 29 00:57:56.119 INFO O| Jul 29 00:57:56.119 INFO ok!
104972026-07-29T00:57:56.956Z[ host-image] Jul 29 00:57:56.119 INFO O| Jul 29 00:57:56.119 INFO STEP 136 (ensure_file) COMPLETE
104982026-07-29T00:57:56.956Z[ host-image] Jul 29 00:57:56.119 INFO O| Jul 29 00:57:56.119 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104992026-07-29T00:57:56.961Z[ host-image] Jul 29 00:57:56.128 INFO O| Jul 29 00:57:56.128 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105002026-07-29T00:57:56.961Z[ host-image] Jul 29 00:57:56.128 INFO O| Jul 29 00:57:56.128 INFO copying /tmp/.tmpv7Qs9L/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 ...
105012026-07-29T00:57:56.964Z[ host-image] Jul 29 00:57:56.128 INFO O| Jul 29 00:57:56.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105022026-07-29T00:57:56.964Z[ host-image] Jul 29 00:57:56.128 INFO O| Jul 29 00:57:56.128 INFO ok!
105032026-07-29T00:57:56.964Z[ host-image] Jul 29 00:57:56.128 INFO O| Jul 29 00:57:56.128 INFO STEP 137 (ensure_file) COMPLETE
105042026-07-29T00:57:56.964Z[ host-image] Jul 29 00:57:56.128 INFO O| Jul 29 00:57:56.128 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105052026-07-29T00:57:56.969Z[ host-image] Jul 29 00:57:56.136 INFO O| Jul 29 00:57:56.136 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105062026-07-29T00:57:56.969Z[ host-image] Jul 29 00:57:56.136 INFO O| Jul 29 00:57:56.136 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105072026-07-29T00:57:56.972Z[ host-image] Jul 29 00:57:56.136 INFO O| Jul 29 00:57:56.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105082026-07-29T00:57:56.972Z[ host-image] Jul 29 00:57:56.136 INFO O| Jul 29 00:57:56.136 INFO ok!
105092026-07-29T00:57:56.972Z[ host-image] Jul 29 00:57:56.136 INFO O| Jul 29 00:57:56.136 INFO STEP 138 (ensure_file) COMPLETE
105102026-07-29T00:57:56.972Z[ host-image] Jul 29 00:57:56.136 INFO O| Jul 29 00:57:56.136 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105112026-07-29T00:57:56.976Z[ host-image] Jul 29 00:57:56.143 INFO O| Jul 29 00:57:56.143 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105122026-07-29T00:57:56.976Z[ host-image] Jul 29 00:57:56.143 INFO O| Jul 29 00:57:56.143 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105132026-07-29T00:57:57.025Z[ recovery-image] Jul 29 00:57:56.180 INFO creating reset image...
105142026-07-29T00:57:57.025Z[ recovery-image] Jul 29 00:57:56.180 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")
105152026-07-29T00:57:57.351Z[ recovery-image] Jul 29 00:57:56.517 INFO E| Updating crates.io index
105162026-07-29T00:57:57.662Z[ recovery-image] Jul 29 00:57:56.829 INFO E| Downloading crates ...
105172026-07-29T00:57:57.708Z[ recovery-image] Jul 29 00:57:56.876 INFO E| Downloaded colorchoice v1.0.5
105182026-07-29T00:57:57.712Z[ recovery-image] Jul 29 00:57:56.877 INFO E| Downloaded sigchld v0.2.4
105192026-07-29T00:57:57.712Z[ recovery-image] Jul 29 00:57:56.878 INFO E| Downloaded shared_thread v0.2.0
105202026-07-29T00:57:57.715Z[ recovery-image] Jul 29 00:57:56.880 INFO E| Downloaded shared_child v1.1.1
105212026-07-29T00:57:57.718Z[ recovery-image] Jul 29 00:57:56.885 INFO E| Downloaded clap_lex v1.1.0
105222026-07-29T00:57:57.721Z[ recovery-image] Jul 29 00:57:56.886 INFO E| Downloaded os_pipe v1.2.3
105232026-07-29T00:57:57.721Z[ recovery-image] Jul 29 00:57:56.887 INFO E| Downloaded duct v1.1.1
105242026-07-29T00:57:57.761Z[ recovery-image] Jul 29 00:57:56.928 INFO E| Compiling libc v0.2.186
105252026-07-29T00:57:57.762Z[ recovery-image] Jul 29 00:57:56.928 INFO E| Compiling proc-macro2 v1.0.106
105262026-07-29T00:57:57.765Z[ recovery-image] Jul 29 00:57:56.928 INFO E| Compiling signal-hook v0.3.18
105272026-07-29T00:57:57.765Z[ recovery-image] Jul 29 00:57:56.929 INFO E| Compiling quote v1.0.45
105282026-07-29T00:57:57.765Z[ recovery-image] Jul 29 00:57:56.929 INFO E| Compiling unicode-ident v1.0.24
105292026-07-29T00:57:57.765Z[ recovery-image] Jul 29 00:57:56.929 INFO E| Compiling utf8parse v0.2.2
105302026-07-29T00:57:57.765Z[ recovery-image] Jul 29 00:57:56.929 INFO E| Compiling is_terminal_polyfill v1.70.2
105312026-07-29T00:57:57.765Z[ recovery-image] Jul 29 00:57:56.929 INFO E| Compiling anstyle-query v1.1.5
105322026-07-29T00:57:57.765Z[ recovery-image] Jul 29 00:57:56.929 INFO E| Compiling anstyle v1.0.14
105332026-07-29T00:57:57.765Z[ recovery-image] Jul 29 00:57:56.929 INFO E| Compiling colorchoice v1.0.5
105342026-07-29T00:57:57.773Z[ recovery-image] Jul 29 00:57:56.940 INFO E| Compiling strsim v0.11.1
105352026-07-29T00:57:57.776Z[ recovery-image] Jul 29 00:57:56.940 INFO E| Compiling heck v0.5.0
105362026-07-29T00:57:57.776Z[ recovery-image] Jul 29 00:57:56.941 INFO E| Compiling clap_lex v1.1.0
105372026-07-29T00:57:57.776Z[ recovery-image] Jul 29 00:57:56.941 INFO E| Compiling shared_thread v0.2.0
105382026-07-29T00:57:57.941Z[ recovery-image] Jul 29 00:57:57.107 INFO E| Compiling anstyle-parse v1.0.0
105392026-07-29T00:57:58.102Z[ recovery-image] Jul 29 00:57:57.269 INFO E| Compiling anstream v1.0.0
105402026-07-29T00:57:58.345Z[ recovery-image] Jul 29 00:57:57.512 INFO E| Compiling clap_builder v4.6.0
105412026-07-29T00:57:58.798Z[ recovery-image] Jul 29 00:57:57.965 INFO E| Compiling errno v0.3.14
105422026-07-29T00:57:58.798Z[ recovery-image] Jul 29 00:57:57.965 INFO E| Compiling os_pipe v1.2.3
105432026-07-29T00:57:58.913Z[ recovery-image] Jul 29 00:57:58.079 INFO E| Compiling signal-hook-registry v1.4.8
105442026-07-29T00:57:59.176Z[ recovery-image] Jul 29 00:57:58.343 INFO E| Compiling syn v2.0.117
105452026-07-29T00:57:59.227Z[ recovery-image] Jul 29 00:57:58.395 INFO E| Compiling sigchld v0.2.4
105462026-07-29T00:57:59.336Z[ recovery-image] Jul 29 00:57:58.504 INFO E| Compiling shared_child v1.1.1
105472026-07-29T00:57:59.473Z[ recovery-image] Jul 29 00:57:58.640 INFO E| Compiling duct v1.1.1
105482026-07-29T00:58:01.635Z[ recovery-image] Jul 29 00:58:00.802 INFO E| Compiling clap_derive v4.6.1
105492026-07-29T00:58:03.252Z[ recovery-image] Jul 29 00:58:02.419 INFO E| Compiling clap v4.6.1
105502026-07-29T00:58:03.326Z[ recovery-image] Jul 29 00:58:02.493 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
105512026-07-29T00:58:04.396Z[ recovery-image] Jul 29 00:58:03.562 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.28s
105522026-07-29T00:58:04.401Z[ recovery-image] Jul 29 00:58:03.568 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
105532026-07-29T00:58:04.701Z[ recovery-image] Jul 29 00:58:03.868 INFO E| Downloading crates ...
105542026-07-29T00:58:04.771Z[ recovery-image] Jul 29 00:58:03.936 INFO E| Downloaded bit_field v0.10.3
105552026-07-29T00:58:04.775Z[ recovery-image] Jul 29 00:58:03.938 INFO E| Downloaded bitstruct_derive v0.1.0
105562026-07-29T00:58:04.775Z[ recovery-image] Jul 29 00:58:03.938 INFO E| Downloaded cpio_reader v0.1.2
105572026-07-29T00:58:04.779Z[ recovery-image] Jul 29 00:58:03.942 INFO E| Downloaded bitstruct v0.1.1
105582026-07-29T00:58:04.783Z[ recovery-image] Jul 29 00:58:03.950 INFO E| Downloaded bitflags v2.13.0
105592026-07-29T00:58:04.788Z[ recovery-image] Jul 29 00:58:03.955 INFO E| Downloaded log v0.4.32
105602026-07-29T00:58:04.798Z[ recovery-image] Jul 29 00:58:03.965 INFO E| Downloaded miniz_oxide v0.9.1
105612026-07-29T00:58:04.801Z[ recovery-image] Jul 29 00:58:03.967 INFO E| Downloaded raw-cpuid v10.7.0
105622026-07-29T00:58:04.804Z[ recovery-image] Jul 29 00:58:03.970 INFO E| Downloaded goblin v0.10.7
105632026-07-29T00:58:04.932Z[ recovery-image] Jul 29 00:58:04.099 INFO E| Downloaded x86 v0.52.0
105642026-07-29T00:58:04.974Z[ recovery-image] Jul 29 00:58:04.141 INFO E| Updating crates.io index
105652026-07-29T00:58:05.034Z[ recovery-image] Jul 29 00:58:04.200 INFO E| Downloading crates ...
105662026-07-29T00:58:05.055Z[ recovery-image] Jul 29 00:58:04.221 INFO E| Downloaded rustc-literal-escaper v0.0.7
105672026-07-29T00:58:05.062Z[ recovery-image] Jul 29 00:58:04.229 INFO E| Downloaded hashbrown v0.17.1
105682026-07-29T00:58:05.120Z[ recovery-image] Jul 29 00:58:04.287 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)
105692026-07-29T00:58:05.120Z[ recovery-image] Jul 29 00:58:04.287 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)
105702026-07-29T00:58:05.124Z[ recovery-image] Jul 29 00:58:04.287 INFO E| Compiling proc-macro2 v1.0.106
105712026-07-29T00:58:05.124Z[ recovery-image] Jul 29 00:58:04.287 INFO E| Compiling quote v1.0.45
105722026-07-29T00:58:05.124Z[ recovery-image] Jul 29 00:58:04.287 INFO E| Compiling unicode-ident v1.0.24
105732026-07-29T00:58:05.124Z[ recovery-image] Jul 29 00:58:04.287 INFO E| Compiling syn v1.0.109
105742026-07-29T00:58:05.134Z[ recovery-image] Jul 29 00:58:04.301 INFO E| Compiling x86 v0.52.0
105752026-07-29T00:58:05.137Z[ recovery-image] Jul 29 00:58:04.301 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
105762026-07-29T00:58:05.137Z[ recovery-image] Jul 29 00:58:04.301 INFO E| Compiling seq-macro v0.3.6
105772026-07-29T00:58:05.191Z[ host-image] Jul 29 00:58:04.358 INFO O| Jul 29 00:58:04.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105782026-07-29T00:58:05.192Z[ host-image] Jul 29 00:58:04.358 INFO O| Jul 29 00:58:04.358 INFO ok!
105792026-07-29T00:58:05.192Z[ host-image] Jul 29 00:58:04.358 INFO O| Jul 29 00:58:04.358 INFO STEP 139 (ensure_file) COMPLETE
105802026-07-29T00:58:05.192Z[ host-image] Jul 29 00:58:04.358 INFO O| Jul 29 00:58:04.358 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105812026-07-29T00:58:05.201Z[ host-image] Jul 29 00:58:04.368 INFO O| Jul 29 00:58:04.368 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105822026-07-29T00:58:05.202Z[ host-image] Jul 29 00:58:04.368 INFO O| Jul 29 00:58:04.368 INFO STEP 140 (ensure_dir) COMPLETE
105832026-07-29T00:58:05.205Z[ host-image] Jul 29 00:58:04.368 INFO O| Jul 29 00:58:04.368 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105842026-07-29T00:58:05.210Z[ host-image] Jul 29 00:58:04.377 INFO O| Jul 29 00:58:04.377 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105852026-07-29T00:58:05.210Z[ host-image] Jul 29 00:58:04.377 INFO O| Jul 29 00:58:04.377 INFO STEP 141 (ensure_dir) COMPLETE
105862026-07-29T00:58:05.214Z[ host-image] Jul 29 00:58:04.377 INFO O| Jul 29 00:58:04.377 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105872026-07-29T00:58:05.219Z[ host-image] Jul 29 00:58:04.386 INFO O| Jul 29 00:58:04.386 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105882026-07-29T00:58:05.219Z[ host-image] Jul 29 00:58:04.386 INFO O| Jul 29 00:58:04.386 INFO STEP 142 (ensure_dir) COMPLETE
105892026-07-29T00:58:05.222Z[ host-image] Jul 29 00:58:04.386 INFO O| Jul 29 00:58:04.386 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105902026-07-29T00:58:05.227Z[ host-image] Jul 29 00:58:04.394 INFO O| Jul 29 00:58:04.394 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105912026-07-29T00:58:05.227Z[ host-image] Jul 29 00:58:04.394 INFO O| Jul 29 00:58:04.394 INFO STEP 143 (ensure_dir) COMPLETE
105922026-07-29T00:58:05.231Z[ host-image] Jul 29 00:58:04.394 INFO O| Jul 29 00:58:04.394 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105932026-07-29T00:58:05.236Z[ host-image] Jul 29 00:58:04.402 INFO O| Jul 29 00:58:04.402 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105942026-07-29T00:58:05.240Z[ host-image] Jul 29 00:58:04.402 INFO O| Jul 29 00:58:04.402 INFO copying /tmp/.tmpv7Qs9L/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 ...
105952026-07-29T00:58:05.240Z[ host-image] Jul 29 00:58:04.402 INFO O| Jul 29 00:58:04.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105962026-07-29T00:58:05.240Z[ host-image] Jul 29 00:58:04.402 INFO O| Jul 29 00:58:04.402 INFO ok!
105972026-07-29T00:58:05.240Z[ host-image] Jul 29 00:58:04.402 INFO O| Jul 29 00:58:04.402 INFO STEP 144 (ensure_file) COMPLETE
105982026-07-29T00:58:05.240Z[ host-image] Jul 29 00:58:04.402 INFO O| Jul 29 00:58:04.402 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105992026-07-29T00:58:05.245Z[ host-image] Jul 29 00:58:04.412 INFO O| Jul 29 00:58:04.412 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106002026-07-29T00:58:05.245Z[ host-image] Jul 29 00:58:04.412 INFO O| Jul 29 00:58:04.412 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106012026-07-29T00:58:05.248Z[ host-image] Jul 29 00:58:04.412 INFO O| Jul 29 00:58:04.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106022026-07-29T00:58:05.248Z[ host-image] Jul 29 00:58:04.412 INFO O| Jul 29 00:58:04.412 INFO STEP 145 (ensure_dir) COMPLETE
106032026-07-29T00:58:05.249Z[ host-image] Jul 29 00:58:04.412 INFO O| Jul 29 00:58:04.412 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106042026-07-29T00:58:05.254Z[ host-image] Jul 29 00:58:04.421 INFO O| Jul 29 00:58:04.421 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106052026-07-29T00:58:05.254Z[ host-image] Jul 29 00:58:04.421 INFO O| Jul 29 00:58:04.421 INFO copying /tmp/.tmpv7Qs9L/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106062026-07-29T00:58:05.257Z[ host-image] Jul 29 00:58:04.421 INFO O| Jul 29 00:58:04.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106072026-07-29T00:58:05.257Z[ host-image] Jul 29 00:58:04.421 INFO O| Jul 29 00:58:04.421 INFO ok!
106082026-07-29T00:58:05.257Z[ host-image] Jul 29 00:58:04.421 INFO O| Jul 29 00:58:04.421 INFO STEP 146 (ensure_file) COMPLETE
106092026-07-29T00:58:05.257Z[ host-image] Jul 29 00:58:04.421 INFO O| Jul 29 00:58:04.421 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106102026-07-29T00:58:05.263Z[ host-image] Jul 29 00:58:04.431 INFO O| Jul 29 00:58:04.430 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106112026-07-29T00:58:05.267Z[ host-image] Jul 29 00:58:04.431 INFO O| Jul 29 00:58:04.431 INFO STEP 147 (remove_files) COMPLETE
106122026-07-29T00:58:05.267Z[ host-image] Jul 29 00:58:04.431 INFO O| Jul 29 00:58:04.431 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106132026-07-29T00:58:05.271Z[ host-image] Jul 29 00:58:04.438 INFO O| Jul 29 00:58:04.438 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106142026-07-29T00:58:05.275Z[ host-image] Jul 29 00:58:04.438 INFO O| Jul 29 00:58:04.438 INFO STEP 148 (remove_files) COMPLETE
106152026-07-29T00:58:05.275Z[ host-image] Jul 29 00:58:04.438 INFO O| Jul 29 00:58:04.438 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106162026-07-29T00:58:05.281Z[ host-image] Jul 29 00:58:04.448 INFO O| Jul 29 00:58:04.448 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106172026-07-29T00:58:05.285Z[ host-image] Jul 29 00:58:04.448 INFO O| Jul 29 00:58:04.448 INFO STEP 149 (remove_files) COMPLETE
106182026-07-29T00:58:05.285Z[ host-image] Jul 29 00:58:04.448 INFO O| Jul 29 00:58:04.448 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106192026-07-29T00:58:05.290Z[ host-image] Jul 29 00:58:04.457 INFO O| Jul 29 00:58:04.457 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106202026-07-29T00:58:05.293Z[ host-image] Jul 29 00:58:04.457 INFO O| Jul 29 00:58:04.457 INFO STEP 150 (remove_files) COMPLETE
106212026-07-29T00:58:05.293Z[ host-image] Jul 29 00:58:04.457 INFO O| Jul 29 00:58:04.457 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106222026-07-29T00:58:05.299Z[ host-image] Jul 29 00:58:04.467 INFO O| Jul 29 00:58:04.466 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106232026-07-29T00:58:05.303Z[ host-image] Jul 29 00:58:04.467 INFO O| Jul 29 00:58:04.467 INFO STEP 151 (remove_files) COMPLETE
106242026-07-29T00:58:05.303Z[ host-image] Jul 29 00:58:04.467 INFO O| Jul 29 00:58:04.467 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106252026-07-29T00:58:05.309Z[ host-image] Jul 29 00:58:04.475 INFO O| Jul 29 00:58:04.475 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106262026-07-29T00:58:05.312Z[ host-image] Jul 29 00:58:04.476 INFO O| Jul 29 00:58:04.476 INFO STEP 152 (remove_files) COMPLETE
106272026-07-29T00:58:05.312Z[ host-image] Jul 29 00:58:04.476 INFO O| Jul 29 00:58:04.476 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106282026-07-29T00:58:05.318Z[ host-image] Jul 29 00:58:04.485 INFO O| Jul 29 00:58:04.485 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106292026-07-29T00:58:05.321Z[ host-image] Jul 29 00:58:04.485 INFO O| Jul 29 00:58:04.485 INFO STEP 153 (remove_files) COMPLETE
106302026-07-29T00:58:05.321Z[ host-image] Jul 29 00:58:04.485 INFO O| Jul 29 00:58:04.485 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106312026-07-29T00:58:05.327Z[ host-image] Jul 29 00:58:04.495 INFO O| Jul 29 00:58:04.495 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106322026-07-29T00:58:05.331Z[ host-image] Jul 29 00:58:04.495 INFO O| Jul 29 00:58:04.495 INFO STEP 154 (remove_files) COMPLETE
106332026-07-29T00:58:05.331Z[ host-image] Jul 29 00:58:04.495 INFO O| Jul 29 00:58:04.495 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106342026-07-29T00:58:05.337Z[ host-image] Jul 29 00:58:04.504 INFO O| Jul 29 00:58:04.504 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106352026-07-29T00:58:05.337Z[ host-image] Jul 29 00:58:04.504 INFO O| Jul 29 00:58:04.504 INFO STEP 155 (remove_files) COMPLETE
106362026-07-29T00:58:05.337Z[ host-image] Jul 29 00:58:04.504 INFO O| Jul 29 00:58:04.504 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106372026-07-29T00:58:05.347Z[ host-image] Jul 29 00:58:04.514 INFO O| Jul 29 00:58:04.514 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106382026-07-29T00:58:05.348Z[ host-image] Jul 29 00:58:04.514 INFO O| Jul 29 00:58:04.514 INFO STEP 156 (remove_files) COMPLETE
106392026-07-29T00:58:05.351Z[ host-image] Jul 29 00:58:04.514 INFO O| Jul 29 00:58:04.514 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106402026-07-29T00:58:05.356Z[ host-image] Jul 29 00:58:04.523 INFO O| Jul 29 00:58:04.523 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106412026-07-29T00:58:05.356Z[ host-image] Jul 29 00:58:04.523 INFO O| Jul 29 00:58:04.523 INFO STEP 157 (remove_files) COMPLETE
106422026-07-29T00:58:05.356Z[ host-image] Jul 29 00:58:04.523 INFO O| Jul 29 00:58:04.523 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106432026-07-29T00:58:05.364Z[ host-image] Jul 29 00:58:04.531 INFO O| Jul 29 00:58:04.531 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106442026-07-29T00:58:05.364Z[ host-image] Jul 29 00:58:04.531 INFO O| Jul 29 00:58:04.531 INFO STEP 158 (remove_files) COMPLETE
106452026-07-29T00:58:05.364Z[ host-image] Jul 29 00:58:04.531 INFO O| Jul 29 00:58:04.531 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106462026-07-29T00:58:05.373Z[ host-image] Jul 29 00:58:04.540 INFO O| Jul 29 00:58:04.540 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106472026-07-29T00:58:05.373Z[ host-image] Jul 29 00:58:04.540 INFO O| Jul 29 00:58:04.540 INFO STEP 159 (remove_files) COMPLETE
106482026-07-29T00:58:05.377Z[ host-image] Jul 29 00:58:04.540 INFO O| Jul 29 00:58:04.540 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106492026-07-29T00:58:05.382Z[ host-image] Jul 29 00:58:04.549 INFO O| Jul 29 00:58:04.549 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106502026-07-29T00:58:05.382Z[ host-image] Jul 29 00:58:04.549 INFO O| Jul 29 00:58:04.549 INFO STEP 160 (remove_files) COMPLETE
106512026-07-29T00:58:05.382Z[ host-image] Jul 29 00:58:04.549 INFO O| Jul 29 00:58:04.549 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106522026-07-29T00:58:05.389Z[ host-image] Jul 29 00:58:04.557 INFO O| Jul 29 00:58:04.556 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106532026-07-29T00:58:05.393Z[ host-image] Jul 29 00:58:04.557 INFO O| Jul 29 00:58:04.557 INFO STEP 161 (remove_files) COMPLETE
106542026-07-29T00:58:05.393Z[ host-image] Jul 29 00:58:04.557 INFO O| Jul 29 00:58:04.557 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106552026-07-29T00:58:05.397Z[ host-image] Jul 29 00:58:04.564 INFO O| Jul 29 00:58:04.564 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106562026-07-29T00:58:05.397Z[ host-image] Jul 29 00:58:04.564 INFO O| Jul 29 00:58:04.564 INFO STEP 162 (remove_files) COMPLETE
106572026-07-29T00:58:05.400Z[ host-image] Jul 29 00:58:04.564 INFO O| Jul 29 00:58:04.564 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106582026-07-29T00:58:05.406Z[ host-image] Jul 29 00:58:04.573 INFO O| Jul 29 00:58:04.573 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106592026-07-29T00:58:05.409Z[ host-image] Jul 29 00:58:04.573 INFO O| Jul 29 00:58:04.573 INFO STEP 163 (remove_files) COMPLETE
106602026-07-29T00:58:05.410Z[ host-image] Jul 29 00:58:04.573 INFO O| Jul 29 00:58:04.573 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106612026-07-29T00:58:05.415Z[ host-image] Jul 29 00:58:04.582 INFO O| Jul 29 00:58:04.582 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106622026-07-29T00:58:05.418Z[ host-image] Jul 29 00:58:04.582 INFO O| Jul 29 00:58:04.582 INFO STEP 164 (remove_files) COMPLETE
106632026-07-29T00:58:05.419Z[ host-image] Jul 29 00:58:04.582 INFO O| Jul 29 00:58:04.582 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106642026-07-29T00:58:05.424Z[ host-image] Jul 29 00:58:04.591 INFO O| Jul 29 00:58:04.591 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106652026-07-29T00:58:05.424Z[ host-image] Jul 29 00:58:04.591 INFO O| Jul 29 00:58:04.591 INFO STEP 165 (remove_files) COMPLETE
106662026-07-29T00:58:05.427Z[ host-image] Jul 29 00:58:04.591 INFO O| Jul 29 00:58:04.591 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106672026-07-29T00:58:05.432Z[ host-image] Jul 29 00:58:04.599 INFO O| Jul 29 00:58:04.599 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106682026-07-29T00:58:05.432Z[ host-image] Jul 29 00:58:04.599 INFO O| Jul 29 00:58:04.599 INFO STEP 166 (remove_files) COMPLETE
106692026-07-29T00:58:05.436Z[ host-image] Jul 29 00:58:04.599 INFO O| Jul 29 00:58:04.599 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106702026-07-29T00:58:05.441Z[ host-image] Jul 29 00:58:04.608 INFO O| Jul 29 00:58:04.608 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106712026-07-29T00:58:05.444Z[ host-image] Jul 29 00:58:04.609 INFO O| Jul 29 00:58:04.609 INFO STEP 167 (remove_files) COMPLETE
106722026-07-29T00:58:05.444Z[ host-image] Jul 29 00:58:04.609 INFO O| Jul 29 00:58:04.609 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106732026-07-29T00:58:05.449Z[ host-image] Jul 29 00:58:04.616 INFO O| Jul 29 00:58:04.616 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106742026-07-29T00:58:05.452Z[ host-image] Jul 29 00:58:04.616 INFO O| Jul 29 00:58:04.616 INFO STEP 168 (remove_files) COMPLETE
106752026-07-29T00:58:05.452Z[ host-image] Jul 29 00:58:04.616 INFO O| Jul 29 00:58:04.616 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106762026-07-29T00:58:05.457Z[ host-image] Jul 29 00:58:04.624 INFO O| Jul 29 00:58:04.624 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106772026-07-29T00:58:05.460Z[ host-image] Jul 29 00:58:04.624 INFO O| Jul 29 00:58:04.624 INFO STEP 169 (remove_files) COMPLETE
106782026-07-29T00:58:05.460Z[ host-image] Jul 29 00:58:04.624 INFO O| Jul 29 00:58:04.624 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106792026-07-29T00:58:05.465Z[ host-image] Jul 29 00:58:04.632 INFO O| Jul 29 00:58:04.632 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106802026-07-29T00:58:05.469Z[ host-image] Jul 29 00:58:04.632 INFO O| Jul 29 00:58:04.632 INFO STEP 170 (remove_files) COMPLETE
106812026-07-29T00:58:05.469Z[ host-image] Jul 29 00:58:04.632 INFO O| Jul 29 00:58:04.632 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106822026-07-29T00:58:05.473Z[ host-image] Jul 29 00:58:04.640 INFO O| Jul 29 00:58:04.640 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106832026-07-29T00:58:05.473Z[ host-image] Jul 29 00:58:04.640 INFO O| Jul 29 00:58:04.640 INFO STEP 171 (remove_files) COMPLETE
106842026-07-29T00:58:05.476Z[ host-image] Jul 29 00:58:04.640 INFO O| Jul 29 00:58:04.640 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106852026-07-29T00:58:05.480Z[ host-image] Jul 29 00:58:04.647 INFO O| Jul 29 00:58:04.647 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106862026-07-29T00:58:05.483Z[ host-image] Jul 29 00:58:04.647 INFO O| Jul 29 00:58:04.647 INFO STEP 172 (remove_files) COMPLETE
106872026-07-29T00:58:05.483Z[ host-image] Jul 29 00:58:04.647 INFO O| Jul 29 00:58:04.647 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106882026-07-29T00:58:05.488Z[ host-image] Jul 29 00:58:04.655 INFO O| Jul 29 00:58:04.655 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106892026-07-29T00:58:05.491Z[ host-image] Jul 29 00:58:04.655 INFO O| Jul 29 00:58:04.655 INFO STEP 173 (remove_files) COMPLETE
106902026-07-29T00:58:05.491Z[ host-image] Jul 29 00:58:04.655 INFO O| Jul 29 00:58:04.655 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106912026-07-29T00:58:05.495Z[ host-image] Jul 29 00:58:04.662 INFO O| Jul 29 00:58:04.662 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106922026-07-29T00:58:05.495Z[ host-image] Jul 29 00:58:04.662 INFO O| Jul 29 00:58:04.662 INFO STEP 174 (remove_files) COMPLETE
106932026-07-29T00:58:05.498Z[ host-image] Jul 29 00:58:04.662 INFO O| Jul 29 00:58:04.662 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106942026-07-29T00:58:05.503Z[ host-image] Jul 29 00:58:04.670 INFO O| Jul 29 00:58:04.670 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106952026-07-29T00:58:05.506Z[ host-image] Jul 29 00:58:04.670 INFO O| Jul 29 00:58:04.670 INFO STEP 175 (remove_files) COMPLETE
106962026-07-29T00:58:05.506Z[ host-image] Jul 29 00:58:04.670 INFO O| Jul 29 00:58:04.670 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106972026-07-29T00:58:05.513Z[ host-image] Jul 29 00:58:04.680 INFO O| Jul 29 00:58:04.680 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106982026-07-29T00:58:05.516Z[ host-image] Jul 29 00:58:04.680 INFO O| Jul 29 00:58:04.680 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_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", "SVCCFG_CHECKHASH": "1"}
106992026-07-29T00:58:06.060Z[ recovery-image] Jul 29 00:58:05.223 INFO E| Compiling syn v2.0.117
107002026-07-29T00:58:07.341Z[ recovery-image] Jul 29 00:58:06.508 INFO E| Compiling scroll_derive v0.13.1
107012026-07-29T00:58:08.335Z[ recovery-image] Jul 29 00:58:07.502 INFO E| Compiling bitstruct_derive v0.1.0
107022026-07-29T00:58:11.423Z[ host-image] Jul 29 00:58:10.589 INFO O| Jul 29 00:58:10.589 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
107032026-07-29T00:58:11.423Z[ host-image] Jul 29 00:58:10.589 INFO O| Jul 29 00:58:10.589 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107042026-07-29T00:58:11.435Z[ host-image] Jul 29 00:58:10.602 INFO O| Jul 29 00:58:10.602 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
107052026-07-29T00:58:11.532Z[ host-image] Jul 29 00:58:10.699 INFO O| Jul 29 00:58:10.699 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107062026-07-29T00:58:11.587Z[ host-image] Jul 29 00:58:10.754 INFO O| Jul 29 00:58:10.754 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
107072026-07-29T00:58:11.649Z[ host-image] Jul 29 00:58:10.816 INFO O| Jul 29 00:58:10.816 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107082026-07-29T00:58:11.649Z[ host-image] Jul 29 00:58:10.816 INFO O| Jul 29 00:58:10.816 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107092026-07-29T00:58:11.653Z[ host-image] Jul 29 00:58:10.817 INFO O| Jul 29 00:58:10.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107102026-07-29T00:58:11.653Z[ host-image] Jul 29 00:58:10.817 INFO O| Jul 29 00:58:10.817 INFO ok!
107112026-07-29T00:58:11.653Z[ host-image] Jul 29 00:58:10.817 INFO O| Jul 29 00:58:10.817 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107122026-07-29T00:58:11.653Z[ host-image] Jul 29 00:58:10.818 INFO O| Jul 29 00:58:10.818 INFO STEP 176 (seed_smf) COMPLETE
107132026-07-29T00:58:11.653Z[ host-image] Jul 29 00:58:10.818 INFO O| Jul 29 00:58:10.818 INFO steps complete; finalising image!
107142026-07-29T00:58:11.653Z[ host-image] Jul 29 00:58:10.818 INFO O| Jul 29 00:58:10.818 INFO TRIM POOL: TEMPORARY-sled-zfs
107152026-07-29T00:58:11.726Z[ host-image] Jul 29 00:58:10.893 INFO O| Jul 29 00:58:10.893 INFO trim TEMPORARY-sled-zfs: (7% trimmed, started at Wed Jul 29 00:58:10 2026)
107162026-07-29T00:58:11.940Z[ host-image] Jul 29 00:58:11.106 INFO O| Jul 29 00:58:11.106 INFO temporary pool has 900M used, 124M avail, 1.80x compressratio
107172026-07-29T00:58:11.940Z[ host-image] Jul 29 00:58:11.106 INFO O| Jul 29 00:58:11.106 INFO EXPORT POOL: TEMPORARY-sled-zfs
107182026-07-29T00:58:12.270Z[ host-image] Jul 29 00:58:11.435 INFO O| Jul 29 00:58:11.435 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107192026-07-29T00:58:12.270Z[ host-image] Jul 29 00:58:11.435 INFO O| Jul 29 00:58:11.435 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107202026-07-29T00:58:13.071Z[ host-image] Jul 29 00:58:12.238 INFO O| Jul 29 00:58:12.238 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107212026-07-29T00:58:13.071Z[ host-image] Jul 29 00:58:12.238 INFO O| Jul 29 00:58:12.238 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107222026-07-29T00:58:13.071Z[ host-image] Jul 29 00:58:12.238 INFO O| Jul 29 00:58:12.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107232026-07-29T00:58:13.071Z[ host-image] Jul 29 00:58:12.238 INFO O| Jul 29 00:58:12.238 INFO completed processing sled/zfs
107242026-07-29T00:58:13.075Z[ host-image] Jul 29 00:58:12.238 INFO O| Jul 29 00:58:12.238 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107252026-07-29T00:58:17.513Z[ recovery-image] Jul 29 00:58:16.680 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)
107262026-07-29T00:58:19.555Z[ recovery-image] Jul 29 00:58:18.721 INFO E| Compiling bitflags v1.3.2
107272026-07-29T00:58:19.555Z[ recovery-image] Jul 29 00:58:18.721 INFO E| Compiling log v0.4.32
107282026-07-29T00:58:19.559Z[ recovery-image] Jul 29 00:58:18.722 INFO E| Compiling bit_field v0.10.3
107292026-07-29T00:58:19.559Z[ recovery-image] Jul 29 00:58:18.722 INFO E| Compiling bitflags v2.13.0
107302026-07-29T00:58:19.559Z[ recovery-image] Jul 29 00:58:18.722 INFO E| Compiling adler2 v2.0.1
107312026-07-29T00:58:19.559Z[ recovery-image] Jul 29 00:58:18.722 INFO E| Compiling plain v0.2.3
107322026-07-29T00:58:19.559Z[ recovery-image] Jul 29 00:58:18.722 INFO E| Compiling scroll v0.13.0
107332026-07-29T00:58:19.559Z[ recovery-image] Jul 29 00:58:18.722 INFO E| Compiling static_assertions v1.1.0
107342026-07-29T00:58:19.559Z[ recovery-image] Jul 29 00:58:18.722 INFO E| Compiling bitstruct v0.1.1
107352026-07-29T00:58:19.606Z[ recovery-image] Jul 29 00:58:18.773 INFO E| Compiling raw-cpuid v10.7.0
107362026-07-29T00:58:19.652Z[ recovery-image] Jul 29 00:58:18.819 INFO E| Compiling miniz_oxide v0.9.1
107372026-07-29T00:58:19.707Z[ recovery-image] Jul 29 00:58:18.873 INFO E| Compiling cpio_reader v0.1.2
107382026-07-29T00:58:19.783Z[ recovery-image] Jul 29 00:58:18.949 INFO E| Compiling goblin v0.10.7
107392026-07-29T00:58:22.549Z[ recovery-image] Jul 29 00:58:21.715 INFO E| Finished `release` profile [optimized] target(s) in 18.12s
107402026-07-29T00:58:22.566Z[ recovery-image] Jul 29 00:58:21.733 INFO building ROM for gimlet
107412026-07-29T00:58:22.566Z[ recovery-image] Jul 29 00:58:21.733 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")
107422026-07-29T00:58:22.641Z[ recovery-image] Jul 29 00:58:21.807 INFO E| Downloading crates ...
107432026-07-29T00:58:22.687Z[ recovery-image] Jul 29 00:58:21.853 INFO E| Downloaded colorchoice v1.0.3
107442026-07-29T00:58:22.690Z[ recovery-image] Jul 29 00:58:21.855 INFO E| Downloaded anstyle-query v1.1.2
107452026-07-29T00:58:22.711Z[ recovery-image] Jul 29 00:58:21.878 INFO E| Downloaded clap_lex v0.7.4
107462026-07-29T00:58:22.715Z[ recovery-image] Jul 29 00:58:21.881 INFO E| Downloaded toml_datetime v0.6.9
107472026-07-29T00:58:22.719Z[ recovery-image] Jul 29 00:58:21.883 INFO E| Downloaded is_terminal_polyfill v1.70.1
107482026-07-29T00:58:22.719Z[ recovery-image] Jul 29 00:58:21.884 INFO E| Downloaded anstyle v1.0.10
107492026-07-29T00:58:22.722Z[ recovery-image] Jul 29 00:58:21.888 INFO E| Downloaded serde_spanned v0.6.8
107502026-07-29T00:58:22.725Z[ recovery-image] Jul 29 00:58:21.891 INFO E| Downloaded os_pipe v1.2.1
107512026-07-29T00:58:22.725Z[ recovery-image] Jul 29 00:58:21.892 INFO E| Downloaded winnow v0.7.7
107522026-07-29T00:58:22.730Z[ recovery-image] Jul 29 00:58:21.896 INFO E| Downloaded shared_child v1.0.1
107532026-07-29T00:58:22.733Z[ recovery-image] Jul 29 00:58:21.897 INFO E| Downloaded anstream v0.6.18
107542026-07-29T00:58:22.733Z[ recovery-image] Jul 29 00:58:21.900 INFO E| Downloaded toml_write v0.1.1
107552026-07-29T00:58:22.736Z[ recovery-image] Jul 29 00:58:21.900 INFO E| Downloaded anstyle-parse v0.2.6
107562026-07-29T00:58:22.736Z[ recovery-image] Jul 29 00:58:21.903 INFO E| Downloaded duct v0.13.7
107572026-07-29T00:58:22.740Z[ recovery-image] Jul 29 00:58:21.907 INFO E| Downloaded clap v4.5.37
107582026-07-29T00:58:22.744Z[ recovery-image] Jul 29 00:58:21.912 INFO E| Downloaded clap_derive v4.5.32
107592026-07-29T00:58:22.750Z[ recovery-image] Jul 29 00:58:21.917 INFO E| Downloaded toml v0.8.22
107602026-07-29T00:58:22.769Z[ recovery-image] Jul 29 00:58:21.936 INFO E| Downloaded cc v1.2.20
107612026-07-29T00:58:22.773Z[ recovery-image] Jul 29 00:58:21.938 INFO E| Downloaded toml_edit v0.22.26
107622026-07-29T00:58:22.791Z[ recovery-image] Jul 29 00:58:21.957 INFO E| Downloaded clap_builder v4.5.37
107632026-07-29T00:58:22.804Z[ recovery-image] Jul 29 00:58:21.971 INFO E| Compiling libc v0.2.172
107642026-07-29T00:58:22.804Z[ recovery-image] Jul 29 00:58:21.971 INFO E| Compiling utf8parse v0.2.2
107652026-07-29T00:58:22.808Z[ recovery-image] Jul 29 00:58:21.971 INFO E| Compiling equivalent v1.0.2
107662026-07-29T00:58:22.808Z[ recovery-image] Jul 29 00:58:21.971 INFO E| Compiling hashbrown v0.15.2
107672026-07-29T00:58:22.808Z[ recovery-image] Jul 29 00:58:21.971 INFO E| Compiling is_terminal_polyfill v1.70.1
107682026-07-29T00:58:22.808Z[ recovery-image] Jul 29 00:58:21.971 INFO E| Compiling shlex v1.3.0
107692026-07-29T00:58:22.822Z[ recovery-image] Jul 29 00:58:21.989 INFO E| Compiling colorchoice v1.0.3
107702026-07-29T00:58:22.825Z[ recovery-image] Jul 29 00:58:21.989 INFO E| Compiling anstyle v1.0.10
107712026-07-29T00:58:22.826Z[ recovery-image] Jul 29 00:58:21.989 INFO E| Compiling anstyle-query v1.1.2
107722026-07-29T00:58:22.826Z[ recovery-image] Jul 29 00:58:21.989 INFO E| Compiling once_cell v1.21.3
107732026-07-29T00:58:22.826Z[ recovery-image] Jul 29 00:58:21.989 INFO E| Compiling strsim v0.11.1
107742026-07-29T00:58:22.826Z[ recovery-image] Jul 29 00:58:21.989 INFO E| Compiling anyhow v1.0.98
107752026-07-29T00:58:22.836Z[ recovery-image] Jul 29 00:58:22.001 INFO E| Compiling toml_write v0.1.1
107762026-07-29T00:58:22.840Z[ recovery-image] Jul 29 00:58:22.005 INFO E| Compiling winnow v0.7.7
107772026-07-29T00:58:22.848Z[ recovery-image] Jul 29 00:58:22.014 INFO E| Compiling clap_lex v0.7.4
107782026-07-29T00:58:22.851Z[ recovery-image] Jul 29 00:58:22.018 INFO E| Compiling syn v2.0.101
107792026-07-29T00:58:22.928Z[ recovery-image] Jul 29 00:58:22.094 INFO E| Compiling anstyle-parse v0.2.6
107802026-07-29T00:58:22.971Z[ recovery-image] Jul 29 00:58:22.137 INFO E| Compiling cc v1.2.20
107812026-07-29T00:58:23.063Z[ recovery-image] Jul 29 00:58:22.229 INFO E| Compiling anstream v0.6.18
107822026-07-29T00:58:23.260Z[ recovery-image] Jul 29 00:58:22.426 INFO E| Compiling clap_builder v4.5.37
107832026-07-29T00:58:23.283Z[ recovery-image] Jul 29 00:58:22.450 INFO E| Compiling indexmap v2.9.0
107842026-07-29T00:58:23.437Z[ recovery-image] Jul 29 00:58:22.603 INFO E| Compiling shared_child v1.0.1
107852026-07-29T00:58:23.437Z[ recovery-image] Jul 29 00:58:22.603 INFO E| Compiling os_pipe v1.2.1
107862026-07-29T00:58:23.551Z[ recovery-image] Jul 29 00:58:22.717 INFO E| Compiling duct v0.13.7
107872026-07-29T00:58:24.015Z[ recovery-image] Jul 29 00:58:23.181 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
107882026-07-29T00:58:24.861Z[ recovery-image] Jul 29 00:58:24.028 INFO E| Compiling serde_derive v1.0.219
107892026-07-29T00:58:24.861Z[ recovery-image] Jul 29 00:58:24.028 INFO E| Compiling clap_derive v4.5.32
107902026-07-29T00:58:26.095Z[ recovery-image] Jul 29 00:58:25.262 INFO E| Compiling clap v4.5.37
107912026-07-29T00:58:26.699Z[ recovery-image] Jul 29 00:58:25.865 INFO E| Compiling serde v1.0.219
107922026-07-29T00:58:27.843Z[ host-image] Jul 29 00:58:27.009 INFO O| Jul 29 00:58:27.009 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107932026-07-29T00:58:27.931Z[ host-image] Jul 29 00:58:27.098 INFO BUILD STRING "heads/stlouis-0-gd666143ce2\n"
107942026-07-29T00:58:27.931Z[ host-image] Jul 29 00:58:27.098 INFO expanded image name: "ci 84e182f/${os_short_commit} 2026-07-29 00:42" -> "ci 84e182f/d666143 2026-07-29 00:42"
107952026-07-29T00:58:27.935Z[ host-image] Jul 29 00:58:27.098 INFO output artefacts stored in: "/work/os-host"
107962026-07-29T00:58:27.935Z[ host-image] Jul 29 00:58:27.098 INFO collecting git info from project "amd-host-image-builder"...
107972026-07-29T00:58:27.938Z[ host-image] Jul 29 00:58:27.105 INFO collecting git info from project "bootserver"...
107982026-07-29T00:58:27.942Z[ host-image] Jul 29 00:58:27.109 INFO collecting git info from project "amd-firmware"...
107992026-07-29T00:58:27.952Z[ host-image] Jul 29 00:58:27.119 INFO collecting git info from project "image-builder"...
108002026-07-29T00:58:27.956Z[ host-image] Jul 29 00:58:27.123 INFO collecting git info from project "phbl"...
108012026-07-29T00:58:27.961Z[ host-image] Jul 29 00:58:27.127 INFO collecting git info from project "pilot"...
108022026-07-29T00:58:27.964Z[ host-image] Jul 29 00:58:27.131 INFO collecting git info from project "dmar-report"...
108032026-07-29T00:58:27.968Z[ host-image] Jul 29 00:58:27.135 INFO collecting git info from project "chelsio-t6-roms"...
108042026-07-29T00:58:27.972Z[ host-image] Jul 29 00:58:27.139 INFO collecting git info from project "pinprick"...
108052026-07-29T00:58:27.976Z[ host-image] Jul 29 00:58:27.143 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108062026-07-29T00:58:28.281Z[ host-image] Jul 29 00:58:27.448 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108072026-07-29T00:58:28.363Z[ recovery-image] Jul 29 00:58:27.529 INFO E| Compiling serde_spanned v0.6.8
108082026-07-29T00:58:28.363Z[ recovery-image] Jul 29 00:58:27.529 INFO E| Compiling toml_datetime v0.6.9
108092026-07-29T00:58:28.500Z[ recovery-image] Jul 29 00:58:27.667 INFO E| Compiling toml_edit v0.22.26
108102026-07-29T00:58:28.571Z[ host-image] Jul 29 00:58:27.737 INFO creating Oxide boot image...
108112026-07-29T00:58:28.571Z[ host-image] Jul 29 00:58:27.737 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 84e182f/d666143 2026-07-29 00:42", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108122026-07-29T00:58:29.344Z[ host-image] Jul 29 00:58:28.511 INFO O| ok, image written!
108132026-07-29T00:58:29.344Z[ host-image] Jul 29 00:58:28.511 INFO O| ok, boot_image_csum file written!
108142026-07-29T00:58:29.347Z[ host-image] Jul 29 00:58:28.513 INFO creating boot archive (CPIO)...
108152026-07-29T00:58:29.347Z[ host-image] Jul 29 00:58:28.513 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
108162026-07-29T00:58:29.351Z[ host-image] Jul 29 00:58:28.517 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108172026-07-29T00:58:29.351Z[ host-image] Jul 29 00:58:28.517 INFO E| + outfile=/work/os-host/cpio
108182026-07-29T00:58:29.351Z[ host-image] Jul 29 00:58:28.517 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108192026-07-29T00:58:29.354Z[ host-image] Jul 29 00:58:28.519 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108202026-07-29T00:58:29.354Z[ host-image] Jul 29 00:58:28.519 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108212026-07-29T00:58:29.378Z[ host-image] Jul 29 00:58:28.545 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108222026-07-29T00:58:29.381Z[ host-image] Jul 29 00:58:28.545 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108232026-07-29T00:58:29.384Z[ host-image] Jul 29 00:58:28.551 INFO creating compressed cpio/unix for dev loaders...
108242026-07-29T00:58:29.385Z[ host-image] Jul 29 00:58:28.551 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
108252026-07-29T00:58:29.606Z[ host-image] Jul 29 00:58:28.773 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108262026-07-29T00:58:29.677Z[ recovery-image] Jul 29 00:58:28.843 INFO E| Compiling toml v0.8.22
108272026-07-29T00:58:31.652Z[ recovery-image] Jul 29 00:58:30.818 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.05s
108282026-07-29T00:58:31.661Z[ recovery-image] Jul 29 00:58:30.828 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`
108292026-07-29T00:58:31.676Z[ recovery-image] Jul 29 00:58:30.842 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108302026-07-29T00:58:31.758Z[ recovery-image] Jul 29 00:58:30.924 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108312026-07-29T00:58:31.761Z[ recovery-image] Jul 29 00:58:30.928 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`
108322026-07-29T00:58:31.892Z[ recovery-image] Jul 29 00:58:31.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108332026-07-29T00:58:31.892Z[ recovery-image] Jul 29 00:58:31.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108342026-07-29T00:58:31.892Z[ recovery-image] Jul 29 00:58:31.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108352026-07-29T00:58:31.895Z[ recovery-image] Jul 29 00:58:31.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108362026-07-29T00:58:31.895Z[ recovery-image] Jul 29 00:58:31.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108372026-07-29T00:58:31.895Z[ recovery-image] Jul 29 00:58:31.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108382026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108392026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108402026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108412026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108422026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108432026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108442026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108452026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108462026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108472026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.059 INFO O| Info: ABL version: 0x100f5010
108482026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.059 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108492026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108502026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108512026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108522026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108532026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108542026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108552026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108562026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108572026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108582026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108592026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108602026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108612026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108622026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108632026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108642026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108652026-07-29T00:58:31.896Z[ recovery-image] Jul 29 00:58:31.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108662026-07-29T00:58:31.897Z[ recovery-image] Jul 29 00:58:31.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108672026-07-29T00:58:31.934Z[ recovery-image] Jul 29 00:58:31.101 INFO building ROM for cosmo
108682026-07-29T00:58:31.938Z[ recovery-image] Jul 29 00:58:31.101 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")
108692026-07-29T00:58:32.037Z[ recovery-image] Jul 29 00:58:31.203 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108702026-07-29T00:58:32.041Z[ recovery-image] Jul 29 00:58:31.206 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`
108712026-07-29T00:58:32.057Z[ recovery-image] Jul 29 00:58:31.224 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108722026-07-29T00:58:32.134Z[ recovery-image] Jul 29 00:58:31.301 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108732026-07-29T00:58:32.138Z[ recovery-image] Jul 29 00:58:31.305 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`
108742026-07-29T00:58:32.367Z[ recovery-image] Jul 29 00:58:31.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108752026-07-29T00:58:32.367Z[ recovery-image] Jul 29 00:58:31.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108762026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108772026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108782026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108792026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108802026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108812026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108822026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108832026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108842026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108852026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108862026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108872026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108882026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108892026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108902026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108912026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108922026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108932026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108942026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108952026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108962026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108972026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108982026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108992026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109002026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109012026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109022026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109032026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109042026-07-29T00:58:32.371Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109052026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109062026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109072026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109082026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109092026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109102026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109112026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109122026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109132026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109142026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109152026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109162026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109172026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109182026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109192026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109202026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109212026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109222026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109232026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109242026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109252026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109262026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109272026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.535 INFO O| Info: ABL version: 0x100af010
109282026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.536 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109292026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.536 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109302026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109312026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109322026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109332026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109342026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109352026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109362026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109372026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109382026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109392026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109402026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109412026-07-29T00:58:32.372Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109422026-07-29T00:58:32.373Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109432026-07-29T00:58:32.373Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109442026-07-29T00:58:32.373Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109452026-07-29T00:58:32.373Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109462026-07-29T00:58:32.373Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109472026-07-29T00:58:32.373Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109482026-07-29T00:58:32.373Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109492026-07-29T00:58:32.373Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109502026-07-29T00:58:32.373Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109512026-07-29T00:58:32.373Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109522026-07-29T00:58:32.373Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109532026-07-29T00:58:32.373Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109542026-07-29T00:58:32.373Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109552026-07-29T00:58:32.373Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109562026-07-29T00:58:32.373Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109572026-07-29T00:58:32.373Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109582026-07-29T00:58:32.373Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109592026-07-29T00:58:32.373Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109602026-07-29T00:58:32.373Z[ recovery-image] Jul 29 00:58:31.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109612026-07-29T00:58:32.406Z[ recovery-image] Jul 29 00:58:31.573 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109622026-07-29T00:58:32.406Z[ recovery-image] Jul 29 00:58:31.573 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109632026-07-29T00:58:32.406Z[ recovery-image] Jul 29 00:58:31.573 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109642026-07-29T00:58:32.899Z[ host-image] Jul 29 00:58:32.065 INFO creating reset image...
109652026-07-29T00:58:32.899Z[ host-image] Jul 29 00:58:32.065 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")
109662026-07-29T00:58:32.976Z[ host-image] Jul 29 00:58:32.142 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
109672026-07-29T00:58:32.979Z[ host-image] Jul 29 00:58:32.144 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
109682026-07-29T00:58:33.294Z[ host-image] Jul 29 00:58:32.461 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)
109692026-07-29T00:58:33.295Z[ host-image] Jul 29 00:58:32.461 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)
109702026-07-29T00:58:33.295Z[ host-image] Jul 29 00:58:32.461 INFO E| Compiling proc-macro2 v1.0.106
109712026-07-29T00:58:33.298Z[ host-image] Jul 29 00:58:32.461 INFO E| Compiling unicode-ident v1.0.24
109722026-07-29T00:58:33.298Z[ host-image] Jul 29 00:58:32.461 INFO E| Compiling quote v1.0.45
109732026-07-29T00:58:33.298Z[ host-image] Jul 29 00:58:32.461 INFO E| Compiling syn v1.0.109
109742026-07-29T00:58:33.298Z[ host-image] Jul 29 00:58:32.461 INFO E| Compiling x86 v0.52.0
109752026-07-29T00:58:33.298Z[ host-image] Jul 29 00:58:32.461 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
109762026-07-29T00:58:33.298Z[ host-image] Jul 29 00:58:32.461 INFO E| Compiling seq-macro v0.3.6
109772026-07-29T00:58:33.655Z[ recovery-image] Jul 29 00:58:32.821 INFO image complete! materials are in "/work/os-recovery"
109782026-07-29T00:58:33.659Z[ recovery-image]
109792026-07-29T00:58:33.659Z[ recovery-image] real 3:16.595186326
109802026-07-29T00:58:33.659Z[ recovery-image] user 2:33.326071407
109812026-07-29T00:58:33.659Z[ recovery-image] sys 38.468511091
109822026-07-29T00:58:33.659Z[ recovery-image] trap 0.131141221
109832026-07-29T00:58:33.659Z[ recovery-image] tflt 0.746408070
109842026-07-29T00:58:33.659Z[ recovery-image] dflt 0.795525477
109852026-07-29T00:58:33.659Z[ recovery-image] kflt 0.000061235
109862026-07-29T00:58:33.659Z[ recovery-image] lock 7:46.723072142
109872026-07-29T00:58:33.659Z[ recovery-image] slp 17:12.913382971
109882026-07-29T00:58:33.659Z[ recovery-image] lat 29.102996787
109892026-07-29T00:58:33.662Z[ recovery-image] stop 6.608815226
109902026-07-29T00:58:33.662ZJul 29 00:58:32.826 INFO [recovery-image] process exited with exit status: 0 (196.600636456s)
109912026-07-29T00:58:33.662ZJul 29 00:58:32.826 INFO [tuf-v2-recovery] running task
109922026-07-29T00:58:33.662ZJul 29 00:58:32.827 INFO [tuf-v2-recovery] task succeeded (886.54µs)
109932026-07-29T00:58:34.514Z[ host-image] Jul 29 00:58:33.681 INFO E| Compiling syn v2.0.117
109942026-07-29T00:58:35.971Z[ host-image] Jul 29 00:58:35.137 INFO E| Compiling scroll_derive v0.13.1
109952026-07-29T00:58:37.035Z[ host-image] Jul 29 00:58:36.202 INFO E| Compiling bitstruct_derive v0.1.0
109962026-07-29T00:58:46.456Z[ host-image] Jul 29 00:58:45.622 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)
109972026-07-29T00:58:48.589Z[ host-image] Jul 29 00:58:47.755 INFO E| Compiling bitflags v1.3.2
109982026-07-29T00:58:48.589Z[ host-image] Jul 29 00:58:47.755 INFO E| Compiling plain v0.2.3
109992026-07-29T00:58:48.595Z[ host-image] Jul 29 00:58:47.755 INFO E| Compiling bit_field v0.10.3
110002026-07-29T00:58:48.595Z[ host-image] Jul 29 00:58:47.755 INFO E| Compiling adler2 v2.0.1
110012026-07-29T00:58:48.595Z[ host-image] Jul 29 00:58:47.755 INFO E| Compiling log v0.4.32
110022026-07-29T00:58:48.595Z[ host-image] Jul 29 00:58:47.755 INFO E| Compiling bitflags v2.13.0
110032026-07-29T00:58:48.596Z[ host-image] Jul 29 00:58:47.755 INFO E| Compiling scroll v0.13.0
110042026-07-29T00:58:48.596Z[ host-image] Jul 29 00:58:47.755 INFO E| Compiling bitstruct v0.1.1
110052026-07-29T00:58:48.596Z[ host-image] Jul 29 00:58:47.755 INFO E| Compiling static_assertions v1.1.0
110062026-07-29T00:58:48.639Z[ host-image] Jul 29 00:58:47.805 INFO E| Compiling raw-cpuid v10.7.0
110072026-07-29T00:58:48.691Z[ host-image] Jul 29 00:58:47.857 INFO E| Compiling miniz_oxide v0.9.1
110082026-07-29T00:58:48.752Z[ host-image] Jul 29 00:58:47.918 INFO E| Compiling cpio_reader v0.1.2
110092026-07-29T00:58:48.809Z[ host-image] Jul 29 00:58:47.976 INFO E| Compiling goblin v0.10.7
110102026-07-29T00:58:51.689Z[ host-image] Jul 29 00:58:50.855 INFO E| Finished `release` profile [optimized] target(s) in 18.69s
110112026-07-29T00:58:51.702Z[ host-image] Jul 29 00:58:50.868 INFO building ROM for cosmo
110122026-07-29T00:58:51.705Z[ host-image] Jul 29 00:58:50.868 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")
110132026-07-29T00:58:51.788Z[ host-image] Jul 29 00:58:50.955 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110142026-07-29T00:58:51.791Z[ host-image] Jul 29 00:58:50.957 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`
110152026-07-29T00:58:51.802Z[ host-image] Jul 29 00:58:50.968 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110162026-07-29T00:58:51.874Z[ host-image] Jul 29 00:58:51.041 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110172026-07-29T00:58:51.877Z[ host-image] Jul 29 00:58:51.044 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`
110182026-07-29T00:58:52.097Z[ host-image] Jul 29 00:58:51.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110192026-07-29T00:58:52.103Z[ host-image] Jul 29 00:58:51.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110202026-07-29T00:58:52.107Z[ host-image] Jul 29 00:58:51.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110212026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110222026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110232026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110242026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110252026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110262026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110272026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110282026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110292026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110302026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110312026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110322026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110332026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110342026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110352026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110362026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110372026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110382026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110392026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110402026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110412026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110422026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110432026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110442026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110452026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110462026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110472026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110482026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110492026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110502026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110512026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110522026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110532026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110542026-07-29T00:58:52.112Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110552026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110562026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110572026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110582026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.261 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110592026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.261 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110602026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.261 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110612026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.261 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110622026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.261 INFO O| Info: ABL version: 0x100af010
110632026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.261 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110642026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.261 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110652026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110662026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110672026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110682026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110692026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110702026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110712026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110722026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110732026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110742026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110752026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110762026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110772026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110782026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110792026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110802026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110812026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110822026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110832026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110842026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110852026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110862026-07-29T00:58:52.113Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110872026-07-29T00:58:52.114Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110882026-07-29T00:58:52.114Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110892026-07-29T00:58:52.114Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110902026-07-29T00:58:52.114Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110912026-07-29T00:58:52.114Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110922026-07-29T00:58:52.114Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110932026-07-29T00:58:52.114Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110942026-07-29T00:58:52.114Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110952026-07-29T00:58:52.114Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110962026-07-29T00:58:52.114Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110972026-07-29T00:58:52.114Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110982026-07-29T00:58:52.114Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110992026-07-29T00:58:52.114Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111002026-07-29T00:58:52.114Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111012026-07-29T00:58:52.114Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111022026-07-29T00:58:52.114Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111032026-07-29T00:58:52.114Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111042026-07-29T00:58:52.114Z[ host-image] Jul 29 00:58:51.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111052026-07-29T00:58:52.126Z[ host-image] Jul 29 00:58:51.292 INFO building ROM for gimlet
111062026-07-29T00:58:52.129Z[ host-image] Jul 29 00:58:51.292 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")
111072026-07-29T00:58:52.207Z[ host-image] Jul 29 00:58:51.373 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111082026-07-29T00:58:52.210Z[ host-image] Jul 29 00:58:51.376 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`
111092026-07-29T00:58:52.220Z[ host-image] Jul 29 00:58:51.387 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111102026-07-29T00:58:52.290Z[ host-image] Jul 29 00:58:51.456 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111112026-07-29T00:58:52.294Z[ host-image] Jul 29 00:58:51.460 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`
111122026-07-29T00:58:52.408Z[ host-image] Jul 29 00:58:51.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111132026-07-29T00:58:52.408Z[ host-image] Jul 29 00:58:51.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111142026-07-29T00:58:52.408Z[ host-image] Jul 29 00:58:51.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111152026-07-29T00:58:52.408Z[ host-image] Jul 29 00:58:51.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111162026-07-29T00:58:52.412Z[ host-image] Jul 29 00:58:51.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111172026-07-29T00:58:52.412Z[ host-image] Jul 29 00:58:51.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111182026-07-29T00:58:52.412Z[ host-image] Jul 29 00:58:51.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111192026-07-29T00:58:52.412Z[ host-image] Jul 29 00:58:51.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111202026-07-29T00:58:52.412Z[ host-image] Jul 29 00:58:51.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111212026-07-29T00:58:52.412Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111222026-07-29T00:58:52.412Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111232026-07-29T00:58:52.412Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111242026-07-29T00:58:52.412Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111252026-07-29T00:58:52.412Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111262026-07-29T00:58:52.412Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111272026-07-29T00:58:52.412Z[ host-image] Jul 29 00:58:51.575 INFO O| Info: ABL version: 0x100f5010
111282026-07-29T00:58:52.412Z[ host-image] Jul 29 00:58:51.575 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111292026-07-29T00:58:52.412Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111302026-07-29T00:58:52.412Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111312026-07-29T00:58:52.412Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111322026-07-29T00:58:52.412Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111332026-07-29T00:58:52.412Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111342026-07-29T00:58:52.412Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111352026-07-29T00:58:52.413Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111362026-07-29T00:58:52.413Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111372026-07-29T00:58:52.413Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111382026-07-29T00:58:52.413Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111392026-07-29T00:58:52.413Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111402026-07-29T00:58:52.413Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111412026-07-29T00:58:52.413Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111422026-07-29T00:58:52.413Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111432026-07-29T00:58:52.413Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111442026-07-29T00:58:52.413Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111452026-07-29T00:58:52.413Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111462026-07-29T00:58:52.413Z[ host-image] Jul 29 00:58:51.575 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111472026-07-29T00:58:52.449Z[ host-image] Jul 29 00:58:51.615 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111482026-07-29T00:58:52.449Z[ host-image] Jul 29 00:58:51.615 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111492026-07-29T00:58:52.449Z[ host-image] Jul 29 00:58:51.615 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111502026-07-29T00:59:03.804Z[ host-image] Jul 29 00:59:02.970 INFO image complete! materials are in "/work/os-host"
111512026-07-29T00:59:03.807Z[ host-image]
111522026-07-29T00:59:03.807Z[ host-image] real 3:55.978991338
111532026-07-29T00:59:03.807Z[ host-image] user 2:44.796297687
111542026-07-29T00:59:03.810Z[ host-image] sys 36.265854824
111552026-07-29T00:59:03.810Z[ host-image] trap 0.142750702
111562026-07-29T00:59:03.810Z[ host-image] tflt 0.329485744
111572026-07-29T00:59:03.810Z[ host-image] dflt 0.246289692
111582026-07-29T00:59:03.810Z[ host-image] kflt 0.000144049
111592026-07-29T00:59:03.810Z[ host-image] lock 4:41.384904932
111602026-07-29T00:59:03.810Z[ host-image] slp 19:50.971078880
111612026-07-29T00:59:03.810Z[ host-image] lat 24.513958678
111622026-07-29T00:59:03.810Z[ host-image] stop 3.262961304
111632026-07-29T00:59:03.810ZJul 29 00:59:02.974 INFO [host-image] process exited with exit status: 0 (235.984506278s)
111642026-07-29T00:59:03.810ZJul 29 00:59:02.974 INFO [tuf-v2-host] running task
111652026-07-29T00:59:03.810ZJul 29 00:59:02.974 INFO [tuf-repo] running task
111662026-07-29T00:59:03.810ZJul 29 00:59:02.975 INFO [tuf-v2-host] task succeeded (539.01µs)
111672026-07-29T00:59:03.810ZJul 29 00:59:02.975 INFO [tuf-v2-repo] running task
111682026-07-29T00:59:24.148ZJul 29 00:59:23.314 INFO assembling repository in `/tmp/tufaceousHsuaOo`, component: OmicronRepoAssembler
111692026-07-29T00:59:24.725ZJul 29 00:59:23.891 INFO [tuf-v2-repo] task succeeded (20.916417148s)
111702026-07-29T00:59:32.567ZJul 29 00:59:31.732 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111712026-07-29T00:59:32.828ZJul 29 00:59:31.994 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111722026-07-29T00:59:35.031ZJul 29 00:59:34.196 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111732026-07-29T00:59:35.083ZJul 29 00:59:34.249 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111742026-07-29T00:59:35.131ZJul 29 00:59:34.297 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111752026-07-29T00:59:35.179ZJul 29 00:59:34.344 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111762026-07-29T00:59:35.233ZJul 29 00:59:34.399 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111772026-07-29T00:59:35.281ZJul 29 00:59:34.447 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111782026-07-29T00:59:35.329ZJul 29 00:59:34.495 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111792026-07-29T00:59:45.577ZJul 29 00:59:44.743 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
111802026-07-29T00:59:45.583ZJul 29 00:59:44.749 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
111812026-07-29T00:59:45.606ZJul 29 00:59:44.772 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
111822026-07-29T00:59:45.666ZJul 29 00:59:44.832 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111832026-07-29T00:59:45.720ZJul 29 00:59:44.886 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111842026-07-29T00:59:45.793ZJul 29 00:59:44.959 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
111852026-07-29T00:59:45.856ZJul 29 00:59:45.022 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
111862026-07-29T00:59:45.863ZJul 29 00:59:45.029 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
111872026-07-29T00:59:45.886ZJul 29 00:59:45.051 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
111882026-07-29T00:59:47.275ZJul 29 00:59:46.441 INFO extracting uploaded archive to /tmp/.tmpwqLMBl
111892026-07-29T00:59:49.199ZJul 29 00:59:48.365 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.Be8Lss
111902026-07-29T00:59:49.256ZJul 29 00:59:48.422 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
111912026-07-29T00:59:49.351ZJul 29 00:59:48.517 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
111922026-07-29T00:59:49.437ZJul 29 00:59:48.603 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
111932026-07-29T00:59:49.520ZJul 29 00:59:48.686 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
111942026-07-29T00:59:49.591ZJul 29 00:59:48.757 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
111952026-07-29T00:59:49.670ZJul 29 00:59:48.836 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
111962026-07-29T00:59:49.752ZJul 29 00:59:48.918 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
111972026-07-29T00:59:49.847ZJul 29 00:59:49.013 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
111982026-07-29T00:59:49.847ZJul 29 00:59:49.013 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
111992026-07-29T00:59:49.894ZJul 29 00:59:49.059 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112002026-07-29T00:59:49.896ZJul 29 00:59:49.060 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112012026-07-29T00:59:49.940ZJul 29 00:59:49.106 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112022026-07-29T00:59:49.943ZJul 29 00:59:49.106 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112032026-07-29T00:59:49.990ZJul 29 00:59:49.156 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112042026-07-29T00:59:49.993ZJul 29 00:59:49.156 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112052026-07-29T00:59:50.039ZJul 29 00:59:49.205 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112062026-07-29T00:59:50.039ZJul 29 00:59:49.205 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112072026-07-29T00:59:50.092ZJul 29 00:59:49.258 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112082026-07-29T00:59:50.092ZJul 29 00:59:49.258 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112092026-07-29T00:59:50.140ZJul 29 00:59:49.306 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112102026-07-29T00:59:50.143ZJul 29 00:59:49.306 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112112026-07-29T00:59:50.143ZJul 29 00:59:49.307 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112122026-07-29T00:59:50.143ZJul 29 00:59:49.307 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112132026-07-29T00:59:50.143ZJul 29 00:59:49.308 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112142026-07-29T00:59:50.143ZJul 29 00:59:49.308 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112152026-07-29T00:59:50.143ZJul 29 00:59:49.309 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112162026-07-29T00:59:55.878ZJul 29 00:59:55.043 INFO added artifact, length: 33554432, hash: 71424b58cdc1f6da258210125270400dd5ae0f32ca1fcc23e56fc4d3437c71b8, version: 22.0.0-0.ci+git84e182fda79, kind: gimlet_host_phase_1, name: host
112172026-07-29T00:59:55.878ZJul 29 00:59:55.043 INFO added artifact, length: 33554432, hash: f7c572f382a7a93458b489581b669ab7fc6523ca17027be29b10557266813734, version: 22.0.0-0.ci+git84e182fda79, kind: cosmo_host_phase_1, name: host
112182026-07-29T00:59:55.881ZJul 29 00:59:55.043 INFO added artifact, length: 1258295296, hash: 5c5b992573464884a10e8a3fb0d5e1e0f179780b080d44f6724bd59d6397d775, version: 22.0.0-0.ci+git84e182fda79, kind: host_phase_2, name: host
112192026-07-29T00:59:56.895ZJul 29 00:59:56.061 INFO added artifact, length: 33554432, hash: e76921a2d9a8ed0e0e7146550e8777d8942848e8e7d2a6cae936b7ca4439f2a4, version: 22.0.0-0.ci+git84e182fda79, kind: gimlet_trampoline_phase_1, name: trampoline
112202026-07-29T00:59:56.895ZJul 29 00:59:56.061 INFO added artifact, length: 33554432, hash: a71d3c4b88d6f9b0d3eb6c4d1f4f4d78dc773c6e02860f817b368ca1b2a882e0, version: 22.0.0-0.ci+git84e182fda79, kind: cosmo_trampoline_phase_1, name: trampoline
112212026-07-29T00:59:56.898ZJul 29 00:59:56.061 INFO added artifact, length: 167482973, hash: aaa5396206a8a3eaf06acd6dd1efec9b39961250493125c5fcdf464c2e1d7459, version: 22.0.0-0.ci+git84e182fda79, kind: trampoline_phase_2, name: trampoline
112222026-07-29T00:59:58.649ZJul 29 00:59:57.814 INFO added artifact, length: 309038049, hash: d17f897b8276cee17e45bd0f4c0f0c24cbc6a52c5483dc120e1cce87395e4f05, version: 22.0.0-0.ci+git84e182fda79, kind: zone, name: clickhouse_keeper
112232026-07-29T01:00:00.382ZJul 29 00:59:59.547 INFO added artifact, length: 323155923, hash: 2ff3267b9fca13ce6c95a18f01dcb6ff026b94cbb57877f9dafeef2f443ecc65, version: 22.0.0-0.ci+git84e182fda79, kind: zone, name: clickhouse_server
112242026-07-29T01:00:02.173ZJul 29 01:00:01.339 INFO added artifact, length: 323158664, hash: 782b02af59af6d2a0cccabfa1765177d3ddda2dca159c79cf2bfa8d29503cfa5, version: 22.0.0-0.ci+git84e182fda79, kind: zone, name: clickhouse
112252026-07-29T01:00:03.055ZJul 29 01:00:02.220 INFO added artifact, length: 166680235, hash: 6b6188a35ce520d09017e70d8bbe3285007e1dd6fd5a50be014d2886936edb1c, version: 22.0.0-0.ci+git84e182fda79, kind: zone, name: cockroachdb
112262026-07-29T01:00:03.259ZJul 29 01:00:02.424 INFO added artifact, length: 39943989, hash: 0f86e4bc6ea1d15398cf73751866c0e3861a194c6cc7a6a25d0cd1e87c532a90, version: 22.0.0-0.ci+git84e182fda79, kind: zone, name: crucible-pantry-zone
112272026-07-29T01:00:03.551ZJul 29 01:00:02.717 INFO added artifact, length: 54992134, hash: 0e1242dad9290ec09fcb39e97d281cdb1125a36e88cbcbecd0aedd38eb889b7f, version: 22.0.0-0.ci+git84e182fda79, kind: zone, name: crucible-zone
112282026-07-29T01:00:03.831ZJul 29 01:00:02.996 INFO added artifact, length: 48751672, hash: 646a2494ddac0eb9f3535063f3780046286d1b09c393c8ef0840af0de0ab5f7e, version: 22.0.0-0.ci+git84e182fda79, kind: zone, name: external-dns
112292026-07-29T01:00:04.101ZJul 29 01:00:03.266 INFO added artifact, length: 48751270, hash: e212caef5e2d0e0149d4697a39d5886ebad2f2a187a52cbb9e59d8757686e0b0, version: 22.0.0-0.ci+git84e182fda79, kind: zone, name: internal-dns
112302026-07-29T01:00:06.131ZJul 29 01:00:05.296 INFO added artifact, length: 362090934, hash: 0d2e6704622e24c9eab50f16454d28a738b14ed8acaa6f327e692094b5932ac5, version: 22.0.0-0.ci+git84e182fda79, kind: zone, name: nexus
112312026-07-29T01:00:06.322ZJul 29 01:00:05.488 INFO added artifact, length: 30903874, hash: 5240b4902fb8371edc56a7a0e2cc6e571fd70a67b7fa58239316119996558328, version: 22.0.0-0.ci+git84e182fda79, kind: zone, name: ntp
112322026-07-29T01:00:06.659ZJul 29 01:00:05.824 INFO added artifact, length: 66063020, hash: 57ac6b84dff74135fc55db99d19a7138b3da913490490830c2f8c2e3b69244c0, version: 22.0.0-0.ci+git84e182fda79, kind: zone, name: oximeter
112332026-07-29T01:00:06.674ZJul 29 01:00:05.840 INFO added artifact, length: 3109592, hash: 028f0d55333fe9477de8b33e21f07278f6d0a131226240651dc77276e61741d0, version: 22.0.0-0.ci+git84e182fda79, kind: zone, name: probe
112342026-07-29T01:00:06.677ZJul 29 01:00:05.841 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112352026-07-29T01:00:06.677ZJul 29 01:00:05.841 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
112362026-07-29T01:00:06.677ZJul 29 01:00:05.841 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112372026-07-29T01:00:06.710ZJul 29 01:00:05.876 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
112382026-07-29T01:00:06.740ZJul 29 01:00:05.906 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
112392026-07-29T01:00:06.768ZJul 29 01:00:05.934 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
112402026-07-29T01:00:06.818ZJul 29 01:00:05.984 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112412026-07-29T01:00:06.818ZJul 29 01:00:05.984 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112422026-07-29T01:00:06.872ZJul 29 01:00:06.038 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112432026-07-29T01:00:06.875ZJul 29 01:00:06.038 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112442026-07-29T01:00:06.924ZJul 29 01:00:06.089 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112452026-07-29T01:00:06.927ZJul 29 01:00:06.089 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112462026-07-29T01:00:06.974ZJul 29 01:00:06.139 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112472026-07-29T01:00:06.977ZJul 29 01:00:06.139 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112482026-07-29T01:00:06.977ZJul 29 01:00:06.140 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112492026-07-29T01:00:06.977ZJul 29 01:00:06.140 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112502026-07-29T01:00:06.977ZJul 29 01:00:06.141 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112512026-07-29T01:00:07.028ZJul 29 01:00:06.194 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
112522026-07-29T01:00:07.128ZJul 29 01:00:06.294 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
112532026-07-29T01:00:07.209ZJul 29 01:00:06.374 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
112542026-07-29T01:00:07.300ZJul 29 01:00:06.465 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112552026-07-29T01:00:07.300ZJul 29 01:00:06.466 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112562026-07-29T01:00:07.354ZJul 29 01:00:06.520 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112572026-07-29T01:00:07.354ZJul 29 01:00:06.520 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112582026-07-29T01:00:07.406ZJul 29 01:00:06.571 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112592026-07-29T01:00:07.409ZJul 29 01:00:06.571 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112602026-07-29T01:00:07.453ZJul 29 01:00:06.619 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112612026-07-29T01:00:07.457ZJul 29 01:00:06.619 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112622026-07-29T01:00:07.457ZJul 29 01:00:06.619 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112632026-07-29T01:00:07.457ZJul 29 01:00:06.620 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112642026-07-29T01:00:07.457ZJul 29 01:00:06.620 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112652026-07-29T01:00:07.457ZJul 29 01:00:06.621 INFO added artifact, length: 924, hash: ab609565bd7a641765a67907f07f80f367cc74d4ebdcfe5a4077d8b2ab0bebaa, version: 22.0.0-0.ci+git84e182fda79, kind: installinator_document, name: installinator_document
112662026-07-29T01:00:07.928ZJul 29 01:00:07.093 INFO extracting uploaded archive to /tmp/.tmpkUBENM
112672026-07-29T01:00:09.889ZJul 29 01:00:09.055 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.nXO797
112682026-07-29T01:00:09.949ZJul 29 01:00:09.115 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
112692026-07-29T01:00:10.041ZJul 29 01:00:09.206 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
112702026-07-29T01:00:10.125ZJul 29 01:00:09.291 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
112712026-07-29T01:00:10.204ZJul 29 01:00:09.370 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
112722026-07-29T01:00:10.275ZJul 29 01:00:09.441 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
112732026-07-29T01:00:10.340ZJul 29 01:00:09.506 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
112742026-07-29T01:00:10.419ZJul 29 01:00:09.585 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
112752026-07-29T01:00:10.519ZJul 29 01:00:09.685 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112762026-07-29T01:00:10.523ZJul 29 01:00:09.685 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112772026-07-29T01:00:10.569ZJul 29 01:00:09.735 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112782026-07-29T01:00:10.572ZJul 29 01:00:09.735 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112792026-07-29T01:00:10.618ZJul 29 01:00:09.784 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112802026-07-29T01:00:10.618ZJul 29 01:00:09.784 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112812026-07-29T01:00:10.668ZJul 29 01:00:09.834 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112822026-07-29T01:00:10.668ZJul 29 01:00:09.834 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112832026-07-29T01:00:10.721ZJul 29 01:00:09.886 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112842026-07-29T01:00:10.724ZJul 29 01:00:09.886 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112852026-07-29T01:00:10.773ZJul 29 01:00:09.939 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112862026-07-29T01:00:10.776ZJul 29 01:00:09.939 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112872026-07-29T01:00:10.820ZJul 29 01:00:09.985 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112882026-07-29T01:00:10.823ZJul 29 01:00:09.985 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112892026-07-29T01:00:10.823ZJul 29 01:00:09.986 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112902026-07-29T01:00:10.823ZJul 29 01:00:09.987 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112912026-07-29T01:00:10.823ZJul 29 01:00:09.987 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112922026-07-29T01:00:10.823ZJul 29 01:00:09.988 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112932026-07-29T01:00:10.823ZJul 29 01:00:09.988 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112942026-07-29T01:00:16.215ZJul 29 01:00:15.380 INFO added artifact, length: 33554432, hash: 71424b58cdc1f6da258210125270400dd5ae0f32ca1fcc23e56fc4d3437c71b8, version: 22.0.0-0.ci+git84e182fda79, kind: gimlet_host_phase_1, name: host
112952026-07-29T01:00:16.215ZJul 29 01:00:15.380 INFO added artifact, length: 33554432, hash: f7c572f382a7a93458b489581b669ab7fc6523ca17027be29b10557266813734, version: 22.0.0-0.ci+git84e182fda79, kind: cosmo_host_phase_1, name: host
112962026-07-29T01:00:16.215ZJul 29 01:00:15.380 INFO added artifact, length: 1258295296, hash: 5c5b992573464884a10e8a3fb0d5e1e0f179780b080d44f6724bd59d6397d775, version: 22.0.0-0.ci+git84e182fda79, kind: host_phase_2, name: host
112972026-07-29T01:00:17.177ZJul 29 01:00:16.342 INFO added artifact, length: 33554432, hash: e76921a2d9a8ed0e0e7146550e8777d8942848e8e7d2a6cae936b7ca4439f2a4, version: 22.0.0-0.ci+git84e182fda79, kind: gimlet_trampoline_phase_1, name: trampoline
112982026-07-29T01:00:17.177ZJul 29 01:00:16.342 INFO added artifact, length: 33554432, hash: a71d3c4b88d6f9b0d3eb6c4d1f4f4d78dc773c6e02860f817b368ca1b2a882e0, version: 22.0.0-0.ci+git84e182fda79, kind: cosmo_trampoline_phase_1, name: trampoline
112992026-07-29T01:00:17.177ZJul 29 01:00:16.342 INFO added artifact, length: 167482973, hash: aaa5396206a8a3eaf06acd6dd1efec9b39961250493125c5fcdf464c2e1d7459, version: 22.0.0-0.ci+git84e182fda79, kind: trampoline_phase_2, name: trampoline
113002026-07-29T01:00:23.293ZJul 29 01:00:22.458 INFO added artifact, length: 1837879852, hash: e07b2ab54399924b1f3dd438de0ccc2cb3179bf35617bd77016bd974d30283ff, version: 22.0.0-0.ci+git84e182fda79, kind: control_plane, name: control-plane
113012026-07-29T01:00:23.296ZJul 29 01:00:22.458 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
113022026-07-29T01:00:23.296ZJul 29 01:00:22.459 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
113032026-07-29T01:00:23.296ZJul 29 01:00:22.459 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
113042026-07-29T01:00:23.322ZJul 29 01:00:22.488 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
113052026-07-29T01:00:23.347ZJul 29 01:00:22.513 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
113062026-07-29T01:00:23.372ZJul 29 01:00:22.538 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
113072026-07-29T01:00:23.415ZJul 29 01:00:22.581 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113082026-07-29T01:00:23.418ZJul 29 01:00:22.581 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113092026-07-29T01:00:23.467ZJul 29 01:00:22.632 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113102026-07-29T01:00:23.470ZJul 29 01:00:22.632 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113112026-07-29T01:00:23.521ZJul 29 01:00:22.686 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113122026-07-29T01:00:23.521ZJul 29 01:00:22.686 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113132026-07-29T01:00:23.571ZJul 29 01:00:22.736 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113142026-07-29T01:00:23.571ZJul 29 01:00:22.736 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113152026-07-29T01:00:23.574ZJul 29 01:00:22.737 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113162026-07-29T01:00:23.574ZJul 29 01:00:22.737 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113172026-07-29T01:00:23.574ZJul 29 01:00:22.738 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113182026-07-29T01:00:23.615ZJul 29 01:00:22.780 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
113192026-07-29T01:00:23.695ZJul 29 01:00:22.860 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
113202026-07-29T01:00:23.776ZJul 29 01:00:22.941 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
113212026-07-29T01:00:23.862ZJul 29 01:00:23.027 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113222026-07-29T01:00:23.862ZJul 29 01:00:23.027 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113232026-07-29T01:00:23.906ZJul 29 01:00:23.071 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113242026-07-29T01:00:23.906ZJul 29 01:00:23.071 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113252026-07-29T01:00:23.955ZJul 29 01:00:23.120 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113262026-07-29T01:00:23.958ZJul 29 01:00:23.120 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113272026-07-29T01:00:23.999ZJul 29 01:00:23.165 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113282026-07-29T01:00:23.999ZJul 29 01:00:23.165 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113292026-07-29T01:00:24.004ZJul 29 01:00:23.165 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113302026-07-29T01:00:24.004ZJul 29 01:00:23.166 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113312026-07-29T01:00:24.004ZJul 29 01:00:23.166 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113322026-07-29T01:00:24.004ZJul 29 01:00:23.167 INFO added artifact, length: 924, hash: ab609565bd7a641765a67907f07f80f367cc74d4ebdcfe5a4077d8b2ab0bebaa, version: 22.0.0-0.ci+git84e182fda79, kind: installinator_document, name: installinator_document
113332026-07-29T01:00:24.844ZJul 29 01:00:24.009 INFO [tuf-repo] task succeeded (81.035140968s)
113342026-07-29T01:02:22.990Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 02s
113352026-07-29T01:02:22.993Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
113362026-07-29T01:02:22.993Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
113372026-07-29T01:02:25.591ZJul 29 01:02:24.755 INFO [verify-libraries] process exited with exit status: 0 (428.761714523s)
113382026-07-29T01:02:25.591ZJul 29 01:02:24.755 INFO all jobs completed in 1176.259190148s
113392026-07-29T01:02:26.768Zprocess exited: duration 1403558 ms, exit code 0
 
113402026-07-29T01:02:26.780Zfound 41 output files
113412026-07-29T01:02:26.780Zuploading: /work/manifest.toml (17334 bytes)
113422026-07-29T01:02:27.792Zuploaded: /work/manifest.toml
113432026-07-29T01:02:27.792Zuploading: /work/repo.zip (3200868247 bytes)
113442026-07-29T01:03:03.552Zuploaded: /work/repo.zip
113452026-07-29T01:03:03.552Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113462026-07-29T01:03:04.564Zuploaded: /work/repo.zip.sha256.txt
113472026-07-29T01:03:04.564Zuploading: /work/helios.json (647 bytes)
113482026-07-29T01:03:05.574Zuploaded: /work/helios.json
113492026-07-29T01:03:05.574Zuploading: /work/incorporation.p5m (113590 bytes)
113502026-07-29T01:03:06.590Zuploaded: /work/incorporation.p5m
113512026-07-29T01:03:06.590Zuploading: /work/incorporation.p5p (133120 bytes)
113522026-07-29T01:03:07.604Zuploaded: /work/incorporation.p5p
113532026-07-29T01:03:07.604Zuploading: /work/helios-incorp.log (522 bytes)
113542026-07-29T01:03:08.614Zuploaded: /work/helios-incorp.log
113552026-07-29T01:03:08.614Zuploading: /work/helios-setup.log (57113 bytes)
113562026-07-29T01:03:09.628Zuploaded: /work/helios-setup.log
113572026-07-29T01:03:09.628Zuploading: /work/host-image.log (233225 bytes)
113582026-07-29T01:03:10.644Zuploaded: /work/host-image.log
113592026-07-29T01:03:10.644Zuploading: /work/host-package.log (33738 bytes)
113602026-07-29T01:03:11.655Zuploaded: /work/host-package.log
113612026-07-29T01:03:11.655Zuploading: /work/host-target.log (101 bytes)
113622026-07-29T01:03:12.665Zuploaded: /work/host-target.log
113632026-07-29T01:03:12.665Zuploading: /work/incorp-create.log (0 bytes)
113642026-07-29T01:03:13.672Zuploaded: /work/incorp-create.log
113652026-07-29T01:03:13.672Zuploading: /work/incorp-fmt.log (0 bytes)
113662026-07-29T01:03:14.680Zuploaded: /work/incorp-fmt.log
113672026-07-29T01:03:14.681Zuploading: /work/incorp-pkgsend.log (108 bytes)
113682026-07-29T01:03:15.690Zuploaded: /work/incorp-pkgsend.log
113692026-07-29T01:03:15.690Zuploading: /work/incorp-publisher.log (0 bytes)
113702026-07-29T01:03:16.698Zuploaded: /work/incorp-publisher.log
113712026-07-29T01:03:16.698Zuploading: /work/omicron-package.log (7957 bytes)
113722026-07-29T01:03:17.708Zuploaded: /work/omicron-package.log
113732026-07-29T01:03:17.708Zuploading: /work/recovery-image.log (590004 bytes)
113742026-07-29T01:03:18.728Zuploaded: /work/recovery-image.log
113752026-07-29T01:03:18.728Zuploading: /work/recovery-package.log (321 bytes)
113762026-07-29T01:03:19.738Zuploaded: /work/recovery-package.log
113772026-07-29T01:03:19.738Zuploading: /work/recovery-target.log (98 bytes)
113782026-07-29T01:03:20.747Zuploaded: /work/recovery-target.log
113792026-07-29T01:03:20.747Zuploading: /work/stamp-clickhouse.log (117 bytes)
113802026-07-29T01:03:21.757Zuploaded: /work/stamp-clickhouse.log
113812026-07-29T01:03:21.757Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113822026-07-29T01:03:22.767Zuploaded: /work/stamp-clickhouse_keeper.log
113832026-07-29T01:03:22.767Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113842026-07-29T01:03:23.775Zuploaded: /work/stamp-clickhouse_server.log
113852026-07-29T01:03:23.776Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113862026-07-29T01:03:24.787Zuploaded: /work/stamp-cockroachdb.log
113872026-07-29T01:03:24.787Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113882026-07-29T01:03:25.796Zuploaded: /work/stamp-crucible-pantry-zone.log
113892026-07-29T01:03:25.796Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113902026-07-29T01:03:26.806Zuploaded: /work/stamp-crucible-utils.log
113912026-07-29T01:03:26.807Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113922026-07-29T01:03:27.816Zuploaded: /work/stamp-crucible-zone.log
113932026-07-29T01:03:27.816Zuploading: /work/stamp-external-dns.log (119 bytes)
113942026-07-29T01:03:28.826Zuploaded: /work/stamp-external-dns.log
113952026-07-29T01:03:28.829Zuploading: /work/stamp-installinator.log (103 bytes)
113962026-07-29T01:03:29.836Zuploaded: /work/stamp-installinator.log
113972026-07-29T01:03:29.836Zuploading: /work/stamp-internal-dns.log (119 bytes)
113982026-07-29T01:03:30.845Zuploaded: /work/stamp-internal-dns.log
113992026-07-29T01:03:30.845Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
114002026-07-29T01:03:31.855Zuploaded: /work/stamp-mg-ddm-gz.log
114012026-07-29T01:03:31.855Zuploading: /work/stamp-nexus.log (112 bytes)
114022026-07-29T01:03:32.865Zuploaded: /work/stamp-nexus.log
114032026-07-29T01:03:32.865Zuploading: /work/stamp-ntp.log (110 bytes)
114042026-07-29T01:03:33.874Zuploaded: /work/stamp-ntp.log
114052026-07-29T01:03:33.874Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114062026-07-29T01:03:34.884Zuploaded: /work/stamp-omicron-sled-agent.log
114072026-07-29T01:03:34.884Zuploading: /work/stamp-overlay.log (114 bytes)
114082026-07-29T01:03:35.892Zuploaded: /work/stamp-overlay.log
114092026-07-29T01:03:35.892Zuploading: /work/stamp-oximeter.log (115 bytes)
114102026-07-29T01:03:36.901Zuploaded: /work/stamp-oximeter.log
114112026-07-29T01:03:36.901Zuploading: /work/stamp-oxlog.log (109 bytes)
114122026-07-29T01:03:37.910Zuploaded: /work/stamp-oxlog.log
114132026-07-29T01:03:37.910Zuploading: /work/stamp-probe.log (112 bytes)
114142026-07-29T01:03:38.918Zuploaded: /work/stamp-probe.log
114152026-07-29T01:03:38.918Zuploading: /work/stamp-propolis-server.log (122 bytes)
114162026-07-29T01:03:39.928Zuploaded: /work/stamp-propolis-server.log
114172026-07-29T01:03:39.929Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114182026-07-29T01:03:40.939Zuploaded: /work/stamp-pumpkind-gz.log
114192026-07-29T01:03:40.939Zuploading: /work/stamp-switch-asic.log (118 bytes)
114202026-07-29T01:03:41.949Zuploaded: /work/stamp-switch-asic.log
114212026-07-29T01:03:41.949Zuploading: /work/verify-libraries.log (51923 bytes)
114222026-07-29T01:03:42.962Zuploaded: /work/verify-libraries.log