01KZRTQ0ZAYE5QD69MCE8FCTNP: 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: 01KZRTQKP6AB079ZBS4F5BWVAG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-11T16:34:17.243Zjob assigned to worker 01KZRTQVEB04ZAJM5ZTFBA8D1T [factory aws, i-0de52b9dd75942102] (queued for 1 m 0 s)
 
22026-08-11T16:34:24.623Zstarting task 0: "setup"
32026-08-11T16:34:24.626Z++ uname -s
42026-08-11T16:34:24.630Z+ kern=SunOS
52026-08-11T16:34:24.630Z+ build_user=build
62026-08-11T16:34:24.630Z+ build_uid=12345
72026-08-11T16:34:24.630Z+ work_dir=/work
82026-08-11T16:34:24.630Z+ input_dir=/input
92026-08-11T16:34:24.630Z+ [[ 0 == 12345 ]]
102026-08-11T16:34:24.630Z+ case "$kern" in
112026-08-11T16:34:24.630Z+ groupadd -g 12345 build
122026-08-11T16:34:24.633Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-11T16:34:26.638Z+ zfs create -o mountpoint=/work rpool/work
142026-08-11T16:34:26.745Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-11T16:34:26.749Z+ home_fs=zfs
162026-08-11T16:34:26.749Z+ [[ zfs == autofs ]]
172026-08-11T16:34:26.749Z+ mkdir -p /home/build
182026-08-11T16:34:26.752Z+ chown build:build /home/build /work
192026-08-11T16:34:28.751Z+ chmod 0700 /home/build /work
202026-08-11T16:34:28.754Zprocess exited: duration 4133 ms, exit code 0
 
212026-08-11T16:34:28.760Zstarting task 1: "rust-toolchain"
222026-08-11T16:34:28.765Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-11T16:34:28.765Z * rust toolchain channel = "1.97.1"
242026-08-11T16:34:28.765Z * rust toolchain profile = "default"
252026-08-11T16:34:28.765Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-11T16:34:28.765Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-11T16:34:28.765Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-11T16:34:28.768Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-11T16:34:28.768Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-11T16:34:28.853Zinfo: downloading installer
312026-08-11T16:34:30.448Zwarn: It looks like you have an existing rustup settings file at:
322026-08-11T16:34:30.449Zwarn: /home/build/.rustup/settings.toml
332026-08-11T16:34:30.449Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-11T16:34:30.449Zwarn: instead of the one inferred from the default host triple.
352026-08-11T16:34:30.460Zinfo: profile set to default
362026-08-11T16:34:30.461Zinfo: default host triple is x86_64-unknown-illumos
372026-08-11T16:34:30.463Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-11T16:34:30.588Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-11T16:34:30.592Zinfo: downloading 6 components
402026-08-11T16:34:46.879Z
412026-08-11T16:34:46.879Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-11T16:34:46.905Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-11T16:34:46.905Z
442026-08-11T16:34:46.906Z
452026-08-11T16:34:46.906ZRust is installed now. Great!
462026-08-11T16:34:46.906Z
472026-08-11T16:34:46.906ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-11T16:34:46.906Zenvironment variable. This has not been done automatically.
492026-08-11T16:34:46.906Z
502026-08-11T16:34:46.906ZTo configure your current shell, you need to source
512026-08-11T16:34:46.906Zthe corresponding env file under $HOME/.cargo.
522026-08-11T16:34:46.906Z
532026-08-11T16:34:46.906ZThis is usually done by running one of the following (note the leading DOT):
542026-08-11T16:34:46.906Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-11T16:34:46.906Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-11T16:34:46.906Zsource "~/.cargo/env.nu" # For nushell
572026-08-11T16:34:46.906Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-11T16:34:46.906Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-11T16:34:46.906Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-11T16:34:46.909Zwarn: no default linker (`cc`) was found in your PATH
612026-08-11T16:34:46.909Zwarn: many Rust crates require a system C toolchain to build
622026-08-11T16:34:47.013Z+ rustup --version
632026-08-11T16:34:47.017Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-11T16:34:47.017Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-11T16:34:47.034Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-11T16:34:47.037Z+ cargo --version
672026-08-11T16:34:47.046Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-11T16:34:47.049Z+ rustc --version
692026-08-11T16:34:47.070Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-11T16:34:47.073Zprocess exited: duration 18311 ms, exit code 0
 
712026-08-11T16:34:47.081Zstarting task 2: "authentication"
722026-08-11T16:34:47.104Zprocess exited: duration 21 ms, exit code 0
 
732026-08-11T16:34:47.115Zstarting task 3: "clone repository"
742026-08-11T16:34:47.119Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-11T16:34:47.124Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-11T16:34:47.151ZCloning into '/work/oxidecomputer/omicron'...
772026-08-11T16:34:57.885Z+ cd /work/oxidecomputer/omicron
782026-08-11T16:34:57.885Z+ git fetch origin 7649f3c7afa892963f4b524e481009f67f20735e
792026-08-11T16:34:58.251ZFrom https://github.com/oxidecomputer/omicron
802026-08-11T16:34:58.251Z * branch 7649f3c7afa892963f4b524e481009f67f20735e -> FETCH_HEAD
812026-08-11T16:34:58.267Z+ [[ -n eliza/committed-sitrep-type ]]
822026-08-11T16:34:58.271Z++ git branch --show-current
832026-08-11T16:34:58.271Z+ current=main
842026-08-11T16:34:58.271Z+ [[ main != eliza/committed-sitrep-type ]]
852026-08-11T16:34:58.271Z+ git branch -f eliza/committed-sitrep-type 7649f3c7afa892963f4b524e481009f67f20735e
862026-08-11T16:34:58.274Z+ git checkout -f eliza/committed-sitrep-type
872026-08-11T16:34:58.523ZSwitched to branch 'eliza/committed-sitrep-type'
882026-08-11T16:34:58.527Z+ git reset --hard 7649f3c7afa892963f4b524e481009f67f20735e
892026-08-11T16:34:58.558ZHEAD is now at 7649f3c7a fm: refactor `(SitrepVersion, Sitrep)` into a type
902026-08-11T16:34:58.562Zprocess exited: duration 11447 ms, exit code 0
 
912026-08-11T16:34:58.568Zstarting task 4: "build"
922026-08-11T16:34:58.574Z+ source .github/buildomat/ci-env.sh
932026-08-11T16:34:58.577Z++ export CARGO_TERM_COLOR=always
942026-08-11T16:34:58.577Z++ CARGO_TERM_COLOR=always
952026-08-11T16:34:58.577Z+++ uname -s
962026-08-11T16:34:58.578Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-11T16:34:58.578Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-11T16:34:58.582Z+ cargo --version
992026-08-11T16:34:58.588Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-11T16:34:58.591Z+ rustc --version
1012026-08-11T16:34:58.610Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-11T16:34:58.613Z+ cargo tree --locked
1032026-08-11T16:34:58.785Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-11T16:34:59.445Z Updating crates.io index
1052026-08-11T16:34:59.448Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-11T16:34:59.718Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-11T16:35:00.084Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-11T16:35:01.399Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-11T16:35:02.002Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-11T16:35:03.995Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-11T16:35:05.085Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-11T16:35:05.402Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-11T16:35:05.780Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-11T16:35:07.355Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-11T16:35:07.671Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-11T16:35:08.064Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1172026-08-11T16:35:08.361Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-08-11T16:35:08.977Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1192026-08-11T16:35:09.549Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-08-11T16:35:09.826Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-11T16:35:10.138Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-11T16:35:10.444Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-08-11T16:35:10.803Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1242026-08-11T16:35:11.076Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1252026-08-11T16:35:11.469Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1262026-08-11T16:35:11.764Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1272026-08-11T16:35:12.250Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1282026-08-11T16:35:12.653Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-08-11T16:35:12.931Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-08-11T16:35:13.405Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-08-11T16:35:13.699Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1322026-08-11T16:35:14.010Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332026-08-11T16:35:14.404Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342026-08-11T16:35:14.792Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-08-11T16:35:15.120Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-08-11T16:35:15.511Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1372026-08-11T16:35:15.923Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1382026-08-11T16:35:16.212Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-08-11T16:35:16.498Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-08-11T16:35:16.875Z Updating git repository `https://github.com/oxidecomputer/tough`
1412026-08-11T16:35:17.498Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-08-11T16:35:17.829Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1432026-08-11T16:35:18.142Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-08-11T16:35:18.468Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-11T16:35:18.815Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-11T16:35:19.129Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-08-11T16:35:22.014Z Downloading crates ...
1482026-08-11T16:35:22.090Z Downloaded cpubits v0.1.1
1492026-08-11T16:35:22.093Z Downloaded crc v3.4.0
1502026-08-11T16:35:22.099Z Downloaded ciborium-ll v0.2.2
1512026-08-11T16:35:22.102Z Downloaded ciborium-io v0.2.2
1522026-08-11T16:35:22.105Z Downloaded hash32 v0.3.1
1532026-08-11T16:35:22.110Z Downloaded chumsky v0.9.3
1542026-08-11T16:35:22.113Z Downloaded ciborium v0.2.2
1552026-08-11T16:35:22.113Z Downloaded half v1.8.3
1562026-08-11T16:35:22.115Z Downloaded delegate v0.13.5
1572026-08-11T16:35:22.115Z Downloaded cipher v0.4.4
1582026-08-11T16:35:22.116Z Downloaded const-oid v0.9.6
1592026-08-11T16:35:22.118Z Downloaded hash32 v0.2.1
1602026-08-11T16:35:22.118Z Downloaded cipher v0.5.2
1612026-08-11T16:35:22.118Z Downloaded group v0.13.0
1622026-08-11T16:35:22.121Z Downloaded cpufeatures v0.2.17
1632026-08-11T16:35:22.124Z Downloaded heck v0.5.0
1642026-08-11T16:35:22.124Z Downloaded hostname v0.3.1
1652026-08-11T16:35:22.127Z Downloaded addr2line v0.25.1
1662026-08-11T16:35:22.127Z Downloaded compression-codecs v0.4.37
1672026-08-11T16:35:22.130Z Downloaded darling v0.21.3
1682026-08-11T16:35:22.133Z Downloaded globwalk v0.9.1
1692026-08-11T16:35:22.133Z Downloaded home v0.5.12
1702026-08-11T16:35:22.133Z Downloaded heck v0.4.1
1712026-08-11T16:35:22.133Z Downloaded hex-literal v1.1.0
1722026-08-11T16:35:22.133Z Downloaded colorchoice v1.0.4
1732026-08-11T16:35:22.136Z Downloaded git-stub v1.0.0
1742026-08-11T16:35:22.136Z Downloaded cpufeatures v0.3.0
1752026-08-11T16:35:22.136Z Downloaded clang-sys v1.8.1
1762026-08-11T16:35:22.145Z Downloaded clap v4.6.1
1772026-08-11T16:35:22.151Z Downloaded half v2.7.1
1782026-08-11T16:35:22.154Z Downloaded hex v0.4.3
1792026-08-11T16:35:22.154Z Downloaded derive_more v0.99.20
1802026-08-11T16:35:22.156Z Downloaded crc-catalog v2.4.0
1812026-08-11T16:35:22.159Z Downloaded git-stub-vcs v0.1.0
1822026-08-11T16:35:22.159Z Downloaded group v0.14.0
1832026-08-11T16:35:22.159Z Downloaded crc8 v0.1.1
1842026-08-11T16:35:22.159Z Downloaded cobs v0.3.0
1852026-08-11T16:35:22.162Z Downloaded hex-literal v0.4.1
1862026-08-11T16:35:22.162Z Downloaded ident_case v1.0.1
1872026-08-11T16:35:22.162Z Downloaded hostname v0.4.2
1882026-08-11T16:35:22.162Z Downloaded crunchy v0.2.4
1892026-08-11T16:35:22.162Z Downloaded http-body v1.0.1
1902026-08-11T16:35:22.165Z Downloaded guppy-workspace-hack v0.1.0
1912026-08-11T16:35:22.165Z Downloaded compression-core v0.4.31
1922026-08-11T16:35:22.165Z Downloaded headers-core v0.3.0
1932026-08-11T16:35:22.165Z Downloaded idna_adapter v1.2.1
1942026-08-11T16:35:22.165Z Downloaded cmake v0.1.57
1952026-08-11T16:35:22.168Z Downloaded convert_case v0.10.0
1962026-08-11T16:35:22.169Z Downloaded internet-checksum v0.2.1
1972026-08-11T16:35:22.169Z Downloaded is-terminal v0.4.17
1982026-08-11T16:35:22.169Z Downloaded crc32fast v1.5.0
1992026-08-11T16:35:22.172Z Downloaded constant_time_eq v0.3.1
2002026-08-11T16:35:22.172Z Downloaded crossbeam-epoch v0.9.18
2012026-08-11T16:35:22.172Z Downloaded defmt v0.3.100
2022026-08-11T16:35:22.175Z Downloaded clap_lex v1.0.0
2032026-08-11T16:35:22.175Z Downloaded indent_write v2.2.0
2042026-08-11T16:35:22.175Z Downloaded hubpack_derive v0.1.1
2052026-08-11T16:35:22.175Z Downloaded indoc v1.0.9
2062026-08-11T16:35:22.178Z Downloaded illumos-nvpair-sys v0.2.0
2072026-08-11T16:35:22.178Z Downloaded instant v0.1.13
2082026-08-11T16:35:22.181Z Downloaded constant_time_eq v0.4.2
2092026-08-11T16:35:22.181Z Downloaded crc-any v2.5.0
2102026-08-11T16:35:22.184Z Downloaded http-range v0.1.5
2112026-08-11T16:35:22.184Z Downloaded hubpack v0.1.2
2122026-08-11T16:35:22.184Z Downloaded illumos-nvpair v0.3.0
2132026-08-11T16:35:22.189Z Downloaded instability v0.3.11
2142026-08-11T16:35:22.189Z Downloaded inout v0.1.4
2152026-08-11T16:35:22.189Z Downloaded inout v0.2.2
2162026-08-11T16:35:22.189Z Downloaded httpdate v1.0.3
2172026-08-11T16:35:22.192Z Downloaded glob v0.3.3
2182026-08-11T16:35:22.195Z Downloaded convert_case v0.4.0
2192026-08-11T16:35:22.195Z Downloaded darling_macro v0.21.3
2202026-08-11T16:35:22.195Z Downloaded highway v1.3.0
2212026-08-11T16:35:22.199Z Downloaded crucible-workspace-hack v0.1.0
2222026-08-11T16:35:22.203Z Downloaded globset v0.4.18
2232026-08-11T16:35:22.203Z Downloaded debug-ignore v1.0.5
2242026-08-11T16:35:22.205Z Downloaded darling_macro v0.13.4
2252026-08-11T16:35:22.205Z Downloaded curve25519-dalek-derive v0.1.1
2262026-08-11T16:35:22.205Z Downloaded darling_macro v0.20.11
2272026-08-11T16:35:22.206Z Downloaded darling_macro v0.23.0
2282026-08-11T16:35:22.208Z Downloaded ascii-canvas v3.0.0
2292026-08-11T16:35:22.211Z Downloaded derive_builder_macro v0.20.2
2302026-08-11T16:35:22.214Z Downloaded const_format_proc_macros v0.2.34
2312026-08-11T16:35:22.214Z Downloaded corncobs v0.1.4
2322026-08-11T16:35:22.217Z Downloaded crypto-common v0.1.7
2332026-08-11T16:35:22.217Z Downloaded indoc v2.0.7
2342026-08-11T16:35:22.220Z Downloaded hyper-tls v0.6.0
2352026-08-11T16:35:22.223Z Downloaded http-body-util v0.1.3
2362026-08-11T16:35:22.226Z Downloaded ingot-types v0.2.0
2372026-08-11T16:35:22.226Z Downloaded crypto-common v0.2.2
2382026-08-11T16:35:22.226Z Downloaded approx v0.5.1
2392026-08-11T16:35:22.226Z Downloaded clap_derive v4.6.1
2402026-08-11T16:35:22.229Z Downloaded colored v2.2.0
2412026-08-11T16:35:22.232Z Downloaded criterion-plot v0.6.0
2422026-08-11T16:35:22.232Z Downloaded ipnetwork v0.21.1
2432026-08-11T16:35:22.232Z Downloaded concurrent-queue v2.5.0
2442026-08-11T16:35:22.235Z Downloaded cstr-argument v0.1.2
2452026-08-11T16:35:22.235Z Downloaded async-object-pool v0.2.0
2462026-08-11T16:35:22.235Z Downloaded castaway v0.2.4
2472026-08-11T16:35:22.235Z Downloaded ipnet v2.11.0
2482026-08-11T16:35:22.238Z Downloaded ingot v0.2.1
2492026-08-11T16:35:22.241Z Downloaded async-recursion v1.1.1
2502026-08-11T16:35:22.244Z Downloaded bcrypt-pbkdf v0.11.0
2512026-08-11T16:35:22.244Z Downloaded impl-trait-for-tuples v0.2.3
2522026-08-11T16:35:22.247Z Downloaded openssl-probe v0.2.1
2532026-08-11T16:35:22.247Z Downloaded packed_struct_codegen v0.10.1
2542026-08-11T16:35:22.247Z Downloaded cfg_aliases v0.2.1
2552026-08-11T16:35:22.247Z Downloaded openssl-probe v0.1.6
2562026-08-11T16:35:22.250Z Downloaded percent-encoding v2.3.2
2572026-08-11T16:35:22.250Z Downloaded opaque-debug v0.3.1
2582026-08-11T16:35:22.250Z Downloaded hmac v0.13.0
2592026-08-11T16:35:22.250Z Downloaded darling v0.13.4
2602026-08-11T16:35:22.253Z Downloaded path-slash v0.1.5
2612026-08-11T16:35:22.253Z Downloaded cmov v0.5.4
2622026-08-11T16:35:22.256Z Downloaded daft v0.1.7
2632026-08-11T16:35:22.256Z Downloaded anstyle-parse v0.2.7
2642026-08-11T16:35:22.256Z Downloaded der_derive v0.7.3
2652026-08-11T16:35:22.256Z Downloaded hickory-client v0.25.2
2662026-08-11T16:35:22.259Z Downloaded cookie v0.18.1
2672026-08-11T16:35:22.259Z Downloaded derive-ex v0.1.8
2682026-08-11T16:35:22.262Z Downloaded critical-section v1.2.0
2692026-08-11T16:35:22.262Z Downloaded derive_builder_core v0.20.2
2702026-08-11T16:35:22.262Z Downloaded hmac v0.12.1
2712026-08-11T16:35:22.265Z Downloaded crossbeam-deque v0.8.6
2722026-08-11T16:35:22.265Z Downloaded ctr v0.10.1
2732026-08-11T16:35:22.268Z Downloaded phf_shared v0.13.1
2742026-08-11T16:35:22.268Z Downloaded plain v0.2.3
2752026-08-11T16:35:22.268Z Downloaded precomputed-hash v0.1.1
2762026-08-11T16:35:22.268Z Downloaded radium v0.7.0
2772026-08-11T16:35:22.268Z Downloaded daft-derive v0.1.7
2782026-08-11T16:35:22.272Z Downloaded deranged v0.5.8
2792026-08-11T16:35:22.275Z Downloaded bit-vec v0.6.3
2802026-08-11T16:35:22.275Z Downloaded bit-vec v0.8.0
2812026-08-11T16:35:22.275Z Downloaded byte-wrapper v0.1.0
2822026-08-11T16:35:22.275Z Downloaded proc-macro-crate v1.3.1
2832026-08-11T16:35:22.278Z Downloaded quick-error v1.2.3
2842026-08-11T16:35:22.281Z Downloaded recursive-proc-macro-impl v0.1.1
2852026-08-11T16:35:22.281Z Downloaded cookie_store v0.22.1
2862026-08-11T16:35:22.284Z Downloaded defmt-parser v1.0.0
2872026-08-11T16:35:22.284Z Downloaded csv-core v0.1.13
2882026-08-11T16:35:22.284Z Downloaded data-encoding v2.10.0
2892026-08-11T16:35:22.287Z Downloaded defmt v1.0.1
2902026-08-11T16:35:22.287Z Downloaded anes v0.1.6
2912026-08-11T16:35:22.290Z Downloaded ctutils v0.4.2
2922026-08-11T16:35:22.290Z Downloaded rustc_version v0.1.7
2932026-08-11T16:35:22.293Z Downloaded adler2 v2.0.1
2942026-08-11T16:35:22.296Z Downloaded colored v3.1.1
2952026-08-11T16:35:22.299Z Downloaded console v0.15.11
2962026-08-11T16:35:22.299Z Downloaded console v0.16.2
2972026-08-11T16:35:22.299Z Downloaded bit-set v0.8.0
2982026-08-11T16:35:22.302Z Downloaded rustc-hash v2.1.1
2992026-08-11T16:35:22.302Z Downloaded httptest v0.16.4
3002026-08-11T16:35:22.302Z Downloaded humantime v2.3.0
3012026-08-11T16:35:22.305Z Downloaded hybrid-array v0.4.13
3022026-08-11T16:35:22.305Z Downloaded iana-time-zone v0.1.65
3032026-08-11T16:35:22.308Z Downloaded ingot-macros v0.2.0
3042026-08-11T16:35:22.308Z Downloaded blowfish v0.10.0
3052026-08-11T16:35:22.308Z Downloaded hyper-rustls v0.27.7
3062026-08-11T16:35:22.312Z Downloaded hyper-staticfile v0.10.1
3072026-08-11T16:35:22.312Z Downloaded oxide-update-engine-display v0.1.2
3082026-08-11T16:35:22.312Z Downloaded peg v0.8.5
3092026-08-11T16:35:22.315Z Downloaded partial-io v0.5.4
3102026-08-11T16:35:22.315Z Downloaded secrecy v0.8.0
3112026-08-11T16:35:22.315Z Downloaded peg-macros v0.8.5
3122026-08-11T16:35:22.318Z Downloaded sha1 v0.11.0
3132026-08-11T16:35:22.319Z Downloaded httparse v1.10.1
3142026-08-11T16:35:22.319Z Downloaded serde_repr v0.1.20
3152026-08-11T16:35:22.321Z Downloaded serde_spanned v0.6.9
3162026-08-11T16:35:22.322Z Downloaded signature v2.2.0
3172026-08-11T16:35:22.322Z Downloaded signature v3.0.0
3182026-08-11T16:35:22.327Z Downloaded derive_builder v0.20.2
3192026-08-11T16:35:22.327Z Downloaded packed_struct v0.10.1
3202026-08-11T16:35:22.330Z Downloaded phf v0.13.1
3212026-08-11T16:35:22.330Z Downloaded pkg-config v0.3.32
3222026-08-11T16:35:22.330Z Downloaded supports-unicode v2.1.0
3232026-08-11T16:35:22.330Z Downloaded datatest-stable v0.3.3
3242026-08-11T16:35:22.333Z Downloaded subtle v2.6.1
3252026-08-11T16:35:22.337Z Downloaded darling v0.23.0
3262026-08-11T16:35:22.341Z Downloaded defmt-macros v1.0.1
3272026-08-11T16:35:22.341Z Downloaded cfg-expr v0.20.6
3282026-08-11T16:35:22.341Z Downloaded poly1305 v0.8.0
3292026-08-11T16:35:22.343Z Downloaded ppv-lite86 v0.2.21
3302026-08-11T16:35:22.348Z Downloaded resolv-conf v0.7.6
3312026-08-11T16:35:22.351Z Downloaded rpassword v7.5.4
3322026-08-11T16:35:22.351Z Downloaded structmeta-derive v0.3.0
3332026-08-11T16:35:22.351Z Downloaded supports-hyperlinks v2.1.0
3342026-08-11T16:35:22.351Z Downloaded tabled_derive v0.7.0
3352026-08-11T16:35:22.354Z Downloaded try-lock v0.2.5
3362026-08-11T16:35:22.354Z Downloaded rand_core v0.9.5
3372026-08-11T16:35:22.357Z Downloaded rand_core v0.10.0
3382026-08-11T16:35:22.357Z Downloaded primeorder v0.14.0
3392026-08-11T16:35:22.357Z Downloaded progenitor v0.14.0
3402026-08-11T16:35:22.361Z Downloaded progenitor-extras v0.2.0
3412026-08-11T16:35:22.365Z Downloaded const-oid v0.10.2
3422026-08-11T16:35:22.366Z Downloaded structmeta v0.3.0
3432026-08-11T16:35:22.366Z Downloaded icu_properties v2.1.2
3442026-08-11T16:35:22.366Z Downloaded icu_provider v2.1.1
3452026-08-11T16:35:22.368Z Downloaded ignore v0.4.25
3462026-08-11T16:35:22.368Z Downloaded tinyvec_macros v0.1.1
3472026-08-11T16:35:22.369Z Downloaded testing_table v0.3.0
3482026-08-11T16:35:22.372Z Downloaded indexmap v1.9.3
3492026-08-11T16:35:22.376Z Downloaded utf-8 v0.7.6
3502026-08-11T16:35:22.381Z Downloaded async-bb8-diesel v0.2.1
3512026-08-11T16:35:22.384Z Downloaded blake2 v0.10.6
3522026-08-11T16:35:22.386Z Downloaded rustc-demangle v0.1.27
3532026-08-11T16:35:22.389Z Downloaded rustversion v1.0.22
3542026-08-11T16:35:22.389Z Downloaded sapling-renderdag v0.1.0
3552026-08-11T16:35:22.389Z Downloaded scroll v0.12.0
3562026-08-11T16:35:22.392Z Downloaded unicode-linebreak v0.1.5
3572026-08-11T16:35:22.392Z Downloaded unicode-truncate v1.1.0
3582026-08-11T16:35:22.392Z Downloaded headers v0.4.1
3592026-08-11T16:35:22.395Z Downloaded void v1.0.2
3602026-08-11T16:35:22.395Z Downloaded waitgroup v0.1.2
3612026-08-11T16:35:22.395Z Downloaded static_assertions v1.1.0
3622026-08-11T16:35:22.398Z Downloaded stringprep v0.1.5
3632026-08-11T16:35:22.398Z Downloaded dof v0.4.0
3642026-08-11T16:35:22.398Z Downloaded want v0.3.1
3652026-08-11T16:35:22.398Z Downloaded darling v0.20.11
3662026-08-11T16:35:22.401Z Downloaded dof v0.3.0
3672026-08-11T16:35:22.404Z Downloaded dyn-clone v1.0.20
3682026-08-11T16:35:22.404Z Downloaded derive-where v1.6.0
3692026-08-11T16:35:22.407Z Downloaded bzip2 v0.6.1
3702026-08-11T16:35:22.407Z Downloaded crossbeam-utils v0.8.21
3712026-08-11T16:35:22.424Z Downloaded pkcs1 v0.8.0-rc.4
3722026-08-11T16:35:22.428Z Downloaded poly1305 v0.9.0
3732026-08-11T16:35:22.428Z Downloaded terminal_size v0.1.17
3742026-08-11T16:35:22.428Z Downloaded tiny-keccak v2.0.2
3752026-08-11T16:35:22.428Z Downloaded tokio-dtrace v0.1.1
3762026-08-11T16:35:22.428Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3772026-08-11T16:35:22.428Z Downloaded snafu-derive v0.8.9
3782026-08-11T16:35:22.428Z Downloaded event-listener-strategy v0.5.4
3792026-08-11T16:35:22.428Z Downloaded fastrand v2.3.0
3802026-08-11T16:35:22.428Z Downloaded futures-sink v0.3.32
3812026-08-11T16:35:22.428Z Downloaded futures-macro v0.3.32
3822026-08-11T16:35:22.428Z Downloaded zeroize_derive v1.5.0
3832026-08-11T16:35:22.428Z Downloaded papergrid v0.11.0
3842026-08-11T16:35:22.428Z Downloaded salsa20 v0.11.0
3852026-08-11T16:35:22.431Z Downloaded icu_normalizer_data v2.1.1
3862026-08-11T16:35:22.431Z Downloaded icu_locale_core v2.1.1
3872026-08-11T16:35:22.434Z Downloaded icu_normalizer v2.1.1
3882026-08-11T16:35:22.437Z Downloaded dsl_auto_type v0.2.0
3892026-08-11T16:35:22.437Z Downloaded indicatif v0.18.4
3902026-08-11T16:35:22.440Z Downloaded thiserror-impl v2.0.18
3912026-08-11T16:35:22.441Z Downloaded toml_datetime v0.6.11
3922026-08-11T16:35:22.443Z Downloaded thiserror-impl v1.0.69
3932026-08-11T16:35:22.443Z Downloaded heapless v0.7.17
3942026-08-11T16:35:22.446Z Downloaded float-ord v0.3.2
3952026-08-11T16:35:22.446Z Downloaded foreign-types-shared v0.1.1
3962026-08-11T16:35:22.450Z Downloaded foreign-types-shared v0.3.1
3972026-08-11T16:35:22.450Z Downloaded uzers v0.12.2
3982026-08-11T16:35:22.450Z Downloaded gethostname v0.5.0
3992026-08-11T16:35:22.450Z Downloaded lalrpop-util v0.19.12
4002026-08-11T16:35:22.454Z Downloaded compact_str v0.8.1
4012026-08-11T16:35:22.454Z Downloaded darling_core v0.20.11
4022026-08-11T16:35:22.457Z Downloaded serde_with_macros v3.21.0
4032026-08-11T16:35:22.460Z Downloaded usdt-impl v0.5.0
4042026-08-11T16:35:22.460Z Downloaded maplit v1.0.2
4052026-08-11T16:35:22.460Z Downloaded serde_cbor v0.11.2
4062026-08-11T16:35:22.460Z Downloaded serde_derive_internals v0.29.1
4072026-08-11T16:35:22.463Z Downloaded darling_core v0.13.4
4082026-08-11T16:35:22.466Z Downloaded smallvec v1.15.1
4092026-08-11T16:35:22.466Z Downloaded diesel_table_macro_syntax v0.3.0
4102026-08-11T16:35:22.466Z Downloaded vergen-gitcl v1.0.8
4112026-08-11T16:35:22.466Z Downloaded nonempty v0.12.0
4122026-08-11T16:35:22.469Z Downloaded normalize-line-endings v0.3.0
4132026-08-11T16:35:22.469Z Downloaded walkdir v2.5.0
4142026-08-11T16:35:22.469Z Downloaded whoami v1.6.1
4152026-08-11T16:35:22.469Z Downloaded libscf-sys v1.2.0
4162026-08-11T16:35:22.472Z Downloaded md5 v0.8.0
4172026-08-11T16:35:22.472Z Downloaded new_debug_unreachable v1.0.6
4182026-08-11T16:35:22.472Z Downloaded crossbeam-channel v0.5.15
4192026-08-11T16:35:22.475Z Downloaded darling_core v0.21.3
4202026-08-11T16:35:22.479Z Downloaded darling_core v0.23.0
4212026-08-11T16:35:22.482Z Downloaded slog-stdlog v4.1.1
4222026-08-11T16:35:22.482Z Downloaded ena v0.14.4
4232026-08-11T16:35:22.482Z Downloaded ed25519 v3.0.0
4242026-08-11T16:35:22.485Z Downloaded zeroize v1.9.0
4252026-08-11T16:35:22.485Z Downloaded base16ct v0.2.0
4262026-08-11T16:35:22.485Z Downloaded zstd v0.13.3
4272026-08-11T16:35:22.488Z Downloaded newtype_derive v0.1.6
4282026-08-11T16:35:22.488Z Downloaded hickory-resolver v0.24.4
4292026-08-11T16:35:22.491Z Downloaded anstyle-query v1.1.5
4302026-08-11T16:35:22.491Z Downloaded enum_dispatch v0.3.13
4312026-08-11T16:35:22.494Z Downloaded tempfile v3.25.0
4322026-08-11T16:35:22.498Z Downloaded atomic-waker v1.1.2
4332026-08-11T16:35:22.501Z Downloaded openssl-sys v0.9.117
4342026-08-11T16:35:22.504Z Downloaded trybuild v1.0.116
4352026-08-11T16:35:22.506Z Downloaded atomicwrites v0.4.4
4362026-08-11T16:35:22.507Z Downloaded bb8 v0.8.6
4372026-08-11T16:35:22.507Z Downloaded libefi-sys v0.1.0
4382026-08-11T16:35:22.507Z Downloaded fixedbitset v0.5.7
4392026-08-11T16:35:22.511Z Downloaded icu_collections v2.1.1
4402026-08-11T16:35:22.514Z Downloaded tokio-rustls v0.26.4
4412026-08-11T16:35:22.514Z Downloaded tokio-stream v0.1.18
4422026-08-11T16:35:22.517Z Downloaded libsw-core v0.3.2
4432026-08-11T16:35:22.517Z Downloaded itoa v1.0.17
4442026-08-11T16:35:22.517Z Downloaded hickory-resolver v0.25.2
4452026-08-11T16:35:22.519Z Downloaded oso-derive v0.27.3
4462026-08-11T16:35:22.519Z Downloaded libsw v3.5.0
4472026-08-11T16:35:22.522Z Downloaded libtest-mimic v0.8.1
4482026-08-11T16:35:22.526Z Downloaded hashbrown v0.12.3
4492026-08-11T16:35:22.528Z Downloaded zerocopy-derive v0.7.35
4502026-08-11T16:35:22.531Z Downloaded yasna v0.5.2
4512026-08-11T16:35:22.531Z Downloaded diff v0.1.13
4522026-08-11T16:35:22.535Z Downloaded mime_guess v2.0.5
4532026-08-11T16:35:22.535Z Downloaded num_enum_derive v0.7.6
4542026-08-11T16:35:22.535Z Downloaded predicates-core v1.0.10
4552026-08-11T16:35:22.538Z Downloaded plotters-backend v0.3.7
4562026-08-11T16:35:22.538Z Downloaded proc-macro-crate v3.4.0
4572026-08-11T16:35:22.538Z Downloaded bumpalo v3.20.2
4582026-08-11T16:35:22.540Z Downloaded base64 v0.21.7
4592026-08-11T16:35:22.541Z Downloaded crypto-bigint v0.5.5
4602026-08-11T16:35:22.544Z Downloaded der v0.7.10
4612026-08-11T16:35:22.547Z Downloaded prettyplease v0.2.37
4622026-08-11T16:35:22.550Z Downloaded slog v2.8.2
4632026-08-11T16:35:22.553Z Downloaded progenitor-impl v0.13.0
4642026-08-11T16:35:22.553Z Downloaded socket2 v0.5.10
4652026-08-11T16:35:22.556Z Downloaded socket2 v0.6.3
4662026-08-11T16:35:22.556Z Downloaded rand_distr v0.5.1
4672026-08-11T16:35:22.559Z Downloaded ff v0.14.0
4682026-08-11T16:35:22.559Z Downloaded psl-types v2.0.11
4692026-08-11T16:35:22.559Z Downloaded rand_chacha v0.3.1
4702026-08-11T16:35:22.564Z Downloaded rand_xorshift v0.4.0
4712026-08-11T16:35:22.564Z Downloaded rfc6979 v0.4.0
4722026-08-11T16:35:22.564Z Downloaded semver v0.1.20
4732026-08-11T16:35:22.564Z Downloaded const_format v0.2.35
4742026-08-11T16:35:22.564Z Downloaded http v1.4.2
4752026-08-11T16:35:22.567Z Downloaded rtoolbox v0.0.3
4762026-08-11T16:35:22.567Z Downloaded scheduled-thread-pool v0.2.7
4772026-08-11T16:35:22.570Z Downloaded slog-envlogger v2.2.0
4782026-08-11T16:35:22.570Z Downloaded cargo_metadata v0.23.1
4792026-08-11T16:35:22.570Z Downloaded argon2 v0.5.3
4802026-08-11T16:35:22.574Z Downloaded hashbrown v0.13.2
4812026-08-11T16:35:22.577Z Downloaded heapless v0.8.0
4822026-08-11T16:35:22.579Z Downloaded test-strategy v0.4.5
4832026-08-11T16:35:22.582Z Downloaded toml v1.1.2+spec-1.1.0
4842026-08-11T16:35:22.585Z Downloaded futures-channel v0.3.32
4852026-08-11T16:35:22.585Z Downloaded chacha20 v0.9.1
4862026-08-11T16:35:22.588Z Downloaded pem-rfc7468 v0.7.0
4872026-08-11T16:35:22.588Z Downloaded strsim v0.10.0
4882026-08-11T16:35:22.588Z Downloaded backtrace v0.3.76
4892026-08-11T16:35:22.593Z Downloaded oxnet v0.1.6
4902026-08-11T16:35:22.596Z Downloaded scuffle v0.1.0
4912026-08-11T16:35:22.596Z Downloaded oxide-update-engine v0.1.2
4922026-08-11T16:35:22.596Z Downloaded supports-color v2.1.0
4932026-08-11T16:35:22.599Z Downloaded take_mut v0.2.2
4942026-08-11T16:35:22.604Z Downloaded snafu v0.8.9
4952026-08-11T16:35:22.607Z Downloaded num-complex v0.4.6
4962026-08-11T16:35:22.611Z Downloaded getrandom v0.2.17
4972026-08-11T16:35:22.611Z Downloaded rand_seeder v0.4.0
4982026-08-11T16:35:22.614Z Downloaded toml_write v0.1.2
4992026-08-11T16:35:22.614Z Downloaded psm v0.1.30
5002026-08-11T16:35:22.617Z Downloaded r2d2 v0.8.10
5012026-08-11T16:35:22.617Z Downloaded typify-macro v0.6.2
5022026-08-11T16:35:22.621Z Downloaded untrusted v0.9.0
5032026-08-11T16:35:22.621Z Downloaded utf8_iter v1.0.4
5042026-08-11T16:35:22.621Z Downloaded ahash v0.8.12
5052026-08-11T16:35:22.625Z Downloaded erased-serde v0.3.31
5062026-08-11T16:35:22.625Z Downloaded zerofrom-derive v0.1.6
5072026-08-11T16:35:22.625Z Downloaded hickory-server v0.25.2
5082026-08-11T16:35:22.628Z Downloaded sha1 v0.10.6
5092026-08-11T16:35:22.632Z Downloaded sha2 v0.10.9
5102026-08-11T16:35:22.632Z Downloaded usdt-attr-macro v0.5.0
5112026-08-11T16:35:22.632Z Downloaded version_check v0.9.5
5122026-08-11T16:35:22.635Z Downloaded hyper-util v0.1.20
5132026-08-11T16:35:22.637Z Downloaded internal-russh-num-bigint v0.5.0
5142026-08-11T16:35:22.640Z Downloaded serde v1.0.228
5152026-08-11T16:35:22.643Z Downloaded zone v0.3.1
5162026-08-11T16:35:22.643Z Downloaded blake2 v0.11.0-rc.6
5172026-08-11T16:35:22.643Z Downloaded byteorder v1.5.0
5182026-08-11T16:35:22.646Z Downloaded slog-async v2.8.0
5192026-08-11T16:35:22.646Z Downloaded slog-json v2.6.1
5202026-08-11T16:35:22.646Z Downloaded bitflags v2.11.0
5212026-08-11T16:35:22.649Z Downloaded serde_spanned v1.1.1
5222026-08-11T16:35:22.649Z Downloaded serde_tokenstream v0.2.3
5232026-08-11T16:35:22.649Z Downloaded ssh-cipher v0.3.0
5242026-08-11T16:35:22.652Z Downloaded display-error-chain v0.2.2
5252026-08-11T16:35:22.652Z Downloaded slog-scope v4.4.1
5262026-08-11T16:35:22.652Z Downloaded dirs-sys-next v0.1.2
5272026-08-11T16:35:22.653Z Downloaded env_filter v1.0.0
5282026-08-11T16:35:22.656Z Downloaded fd-lock v4.0.4
5292026-08-11T16:35:22.656Z Downloaded bcs v0.1.6
5302026-08-11T16:35:22.656Z Downloaded dirs-next v2.0.0
5312026-08-11T16:35:22.660Z Downloaded unsafe-libyaml v0.2.11
5322026-08-11T16:35:22.660Z Downloaded enum-as-inner v0.6.1
5332026-08-11T16:35:22.660Z Downloaded endian-type v0.1.2
5342026-08-11T16:35:22.664Z Downloaded ar_archive_writer v0.5.1
5352026-08-11T16:35:22.665Z Downloaded sqlformat v0.3.5
5362026-08-11T16:35:22.665Z Downloaded pest_generator v2.8.6
5372026-08-11T16:35:22.665Z Downloaded phf v0.12.1
5382026-08-11T16:35:22.670Z Downloaded termcolor v1.4.1
5392026-08-11T16:35:22.670Z Downloaded fnv v1.0.7
5402026-08-11T16:35:22.670Z Downloaded foreign-types v0.5.0
5412026-08-11T16:35:22.670Z Downloaded futures-core v0.3.32
5422026-08-11T16:35:22.670Z Downloaded target-spec v3.5.7
5432026-08-11T16:35:22.673Z Downloaded tinystr v0.8.2
5442026-08-11T16:35:22.673Z Downloaded tls_codec v0.4.2
5452026-08-11T16:35:22.673Z Downloaded port-file v0.1.0
5462026-08-11T16:35:22.673Z Downloaded postgres-types v0.2.12
5472026-08-11T16:35:22.678Z Downloaded der v0.8.0
5482026-08-11T16:35:22.682Z Downloaded num-traits v0.2.19
5492026-08-11T16:35:22.682Z Downloaded zerotrie v0.2.3
5502026-08-11T16:35:22.682Z Downloaded is_ci v1.2.0
5512026-08-11T16:35:22.682Z Downloaded is_terminal_polyfill v1.70.2
5522026-08-11T16:35:22.682Z Downloaded qorb v0.4.1
5532026-08-11T16:35:22.686Z Downloaded strum_macros v0.24.3
5542026-08-11T16:35:22.686Z Downloaded toml_writer v1.1.1+spec-1.1.0
5552026-08-11T16:35:22.689Z Downloaded keccak v0.1.6
5562026-08-11T16:35:22.689Z Downloaded semver v1.0.28
5572026-08-11T16:35:22.689Z Downloaded synstructure v0.13.2
5582026-08-11T16:35:22.689Z Downloaded criterion v0.7.0
5592026-08-11T16:35:22.692Z Downloaded anyhow v1.0.102
5602026-08-11T16:35:22.695Z Downloaded thread_local v1.1.9
5612026-08-11T16:35:22.695Z Downloaded whoami v2.1.0
5622026-08-11T16:35:22.701Z Downloaded xattr v1.6.1
5632026-08-11T16:35:22.701Z Downloaded lzss v0.8.2
5642026-08-11T16:35:22.704Z Downloaded sha2 v0.11.0
5652026-08-11T16:35:22.704Z Downloaded lru-slab v0.1.2
5662026-08-11T16:35:22.704Z Downloaded zmij v1.0.21
5672026-08-11T16:35:22.704Z Downloaded unicode_categories v0.1.1
5682026-08-11T16:35:22.707Z Downloaded url v2.5.8
5692026-08-11T16:35:22.707Z Downloaded knuffel v3.2.0
5702026-08-11T16:35:22.710Z Downloaded dtrace-parser v0.3.0
5712026-08-11T16:35:22.710Z Downloaded flume v0.11.1
5722026-08-11T16:35:22.713Z Downloaded arrayref v0.3.9
5732026-08-11T16:35:22.713Z Downloaded ed25519 v2.2.3
5742026-08-11T16:35:22.716Z Downloaded mime v0.3.17
5752026-08-11T16:35:22.716Z Downloaded newtype-uuid-macros v0.1.0
5762026-08-11T16:35:22.716Z Downloaded nodrop v0.1.14
5772026-08-11T16:35:22.716Z Downloaded num-derive v0.4.2
5782026-08-11T16:35:22.719Z Downloaded olpc-cjson v0.1.4
5792026-08-11T16:35:22.719Z Downloaded array-init v0.0.4
5802026-08-11T16:35:22.722Z Downloaded phc v0.6.1
5812026-08-11T16:35:22.722Z Downloaded backtrace-ext v0.2.1
5822026-08-11T16:35:22.722Z Downloaded schemars v1.2.1
5832026-08-11T16:35:22.730Z Downloaded yansi v1.0.1
5842026-08-11T16:35:22.733Z Downloaded oxide-update-engine-types v0.1.2
5852026-08-11T16:35:22.733Z Downloaded pkcs5 v0.8.1
5862026-08-11T16:35:22.736Z Downloaded progenitor-impl v0.14.0
5872026-08-11T16:35:22.738Z Downloaded cargo-platform v0.3.2
5882026-08-11T16:35:22.738Z Downloaded support-bundle-viewer v0.1.2
5892026-08-11T16:35:22.738Z Downloaded fixedbitset v0.4.2
5902026-08-11T16:35:22.739Z Downloaded fs-err v3.3.0
5912026-08-11T16:35:22.742Z Downloaded atty v0.2.14
5922026-08-11T16:35:22.742Z Downloaded proc-macro2 v1.0.106
5932026-08-11T16:35:22.745Z Downloaded futures-timer v3.0.3
5942026-08-11T16:35:22.745Z Downloaded indexmap v2.14.0
5952026-08-11T16:35:22.748Z Downloaded rand v0.10.1
5962026-08-11T16:35:22.751Z Downloaded async-stream v0.3.6
5972026-08-11T16:35:22.751Z Downloaded bitfield-struct v0.6.2
5982026-08-11T16:35:22.751Z Downloaded parse-display v0.10.0
5992026-08-11T16:35:22.751Z Downloaded omicron-zone-package v0.12.3
6002026-08-11T16:35:22.754Z Downloaded ryu v1.0.23
6012026-08-11T16:35:22.757Z Downloaded thiserror v2.0.18
6022026-08-11T16:35:22.760Z Downloaded keccak v0.2.0
6032026-08-11T16:35:22.760Z Downloaded unicode-properties v0.1.4
6042026-08-11T16:35:22.760Z Downloaded vergen v9.1.0
6052026-08-11T16:35:22.763Z Downloaded potential_utf v0.1.4
6062026-08-11T16:35:22.763Z Downloaded rustls-platform-verifier v0.6.2
6072026-08-11T16:35:22.766Z Downloaded russh-util v0.52.0
6082026-08-11T16:35:22.766Z Downloaded typed-path v0.9.3
6092026-08-11T16:35:22.769Z Downloaded jobserver v0.1.34
6102026-08-11T16:35:22.772Z Downloaded idna v1.1.0
6112026-08-11T16:35:22.772Z Downloaded guppy v0.17.25
6122026-08-11T16:35:22.775Z Downloaded hashbrown v0.15.5
6132026-08-11T16:35:22.778Z Downloaded iri-string v0.7.10
6142026-08-11T16:35:22.784Z Downloaded linear-map v1.2.0
6152026-08-11T16:35:22.787Z Downloaded rand_pcg v0.10.2
6162026-08-11T16:35:22.787Z Downloaded num v0.4.3
6172026-08-11T16:35:22.787Z Downloaded serde_regex v1.1.0
6182026-08-11T16:35:22.787Z Downloaded signal-hook-tokio v0.3.1
6192026-08-11T16:35:22.787Z Downloaded sigpipe v0.1.3
6202026-08-11T16:35:22.787Z Downloaded hashbrown v0.17.0
6212026-08-11T16:35:22.790Z Downloaded p256 v0.14.0
6222026-08-11T16:35:22.793Z Downloaded p384 v0.14.0
6232026-08-11T16:35:22.796Z Downloaded anstream v1.0.0
6242026-08-11T16:35:22.796Z Downloaded multer v3.1.0
6252026-08-11T16:35:22.796Z Downloaded diesel_derives v2.3.7
6262026-08-11T16:35:22.800Z Downloaded cexpr v0.6.0
6272026-08-11T16:35:22.803Z Downloaded peg-runtime v0.8.5
6282026-08-11T16:35:22.803Z Downloaded strum v0.26.3
6292026-08-11T16:35:22.803Z Downloaded tabwriter v1.4.1
6302026-08-11T16:35:22.803Z Downloaded memchr v2.8.0
6312026-08-11T16:35:22.806Z Downloaded terminal_size v0.4.3
6322026-08-11T16:35:22.809Z Downloaded thread-id v5.1.0
6332026-08-11T16:35:22.809Z Downloaded minimal-lexical v0.2.1
6342026-08-11T16:35:22.812Z Downloaded num_enum v0.5.11
6352026-08-11T16:35:22.815Z Downloaded ed25519-dalek v2.2.0
6362026-08-11T16:35:22.815Z Downloaded tokio-macros v2.7.0
6372026-08-11T16:35:22.818Z Downloaded textwrap v0.15.2
6382026-08-11T16:35:22.818Z Downloaded tungstenite v0.23.0
6392026-08-11T16:35:22.821Z Downloaded block-buffer v0.10.4
6402026-08-11T16:35:22.821Z Downloaded buf-list v1.1.2
6412026-08-11T16:35:22.824Z Downloaded postgres-protocol v0.6.10
6422026-08-11T16:35:22.825Z Downloaded usdt-macro v0.6.0
6432026-08-11T16:35:22.825Z Downloaded utf8parse v0.2.2
6442026-08-11T16:35:22.825Z Downloaded universal-hash v0.5.1
6452026-08-11T16:35:22.825Z Downloaded xshell-macros v0.2.7
6462026-08-11T16:35:22.825Z Downloaded zerofrom v0.1.6
6472026-08-11T16:35:22.827Z Downloaded dtrace-parser v0.2.0
6482026-08-11T16:35:22.827Z Downloaded usdt-macro v0.5.0
6492026-08-11T16:35:22.827Z Downloaded difflib v0.4.0
6502026-08-11T16:35:22.827Z Downloaded usdt v0.6.0
6512026-08-11T16:35:22.828Z Downloaded zone_cfg_derive v0.3.1
6522026-08-11T16:35:22.828Z Downloaded relative-path v1.9.3
6532026-08-11T16:35:22.831Z Downloaded hyper v1.10.1
6542026-08-11T16:35:22.833Z Downloaded rstest_macros v0.25.0
6552026-08-11T16:35:22.836Z Downloaded derive_more-impl v2.1.1
6562026-08-11T16:35:22.840Z Downloaded cc v1.2.56
6572026-08-11T16:35:22.840Z Downloaded schemars v0.8.22
6582026-08-11T16:35:22.846Z Downloaded schemars v0.9.0
6592026-08-11T16:35:22.853Z Downloaded typenum v1.20.1
6602026-08-11T16:35:22.856Z Downloaded rfc6979 v0.6.0
6612026-08-11T16:35:22.859Z Downloaded float-cmp v0.10.0
6622026-08-11T16:35:22.859Z Downloaded funty v2.0.0
6632026-08-11T16:35:22.859Z Downloaded jiff-static v0.2.34
6642026-08-11T16:35:22.859Z Downloaded hkdf v0.12.4
6652026-08-11T16:35:22.865Z Downloaded hashbrown v0.16.1
6662026-08-11T16:35:22.865Z Downloaded h2 v0.4.15
6672026-08-11T16:35:22.868Z Downloaded memmap2 v0.9.10
6682026-08-11T16:35:22.868Z Downloaded spki v0.7.3
6692026-08-11T16:35:22.871Z Downloaded strum_macros v0.27.2
6702026-08-11T16:35:22.871Z Downloaded lazy_static v1.5.0
6712026-08-11T16:35:22.875Z Downloaded chacha20 v0.10.0
6722026-08-11T16:35:22.875Z Downloaded pretty_assertions v1.4.1
6732026-08-11T16:35:22.875Z Downloaded embedded-io v0.6.1
6742026-08-11T16:35:22.878Z Downloaded target-lexicon v0.13.3
6752026-08-11T16:35:22.878Z Downloaded termios v0.3.3
6762026-08-11T16:35:22.878Z Downloaded lru v0.12.5
6772026-08-11T16:35:22.880Z Downloaded futures-task v0.3.32
6782026-08-11T16:35:22.881Z Downloaded arc-swap v1.8.2
6792026-08-11T16:35:22.881Z Downloaded crossterm v0.29.0
6802026-08-11T16:35:22.884Z Downloaded num_enum_derive v0.5.11
6812026-08-11T16:35:22.887Z Downloaded base16ct v1.0.0
6822026-08-11T16:35:22.887Z Downloaded sec1 v0.8.1
6832026-08-11T16:35:22.887Z Downloaded bytes v1.11.1
6842026-08-11T16:35:22.890Z Downloaded reedline v0.40.0
6852026-08-11T16:35:22.893Z Downloaded goblin v0.8.2
6862026-08-11T16:35:22.897Z Downloaded pest_derive v2.8.6
6872026-08-11T16:35:22.900Z Downloaded elliptic-curve v0.14.1
6882026-08-11T16:35:22.900Z Downloaded russh-cryptovec v0.62.0
6892026-08-11T16:35:22.903Z Downloaded signal-hook-registry v1.4.8
6902026-08-11T16:35:22.903Z Downloaded linkme-impl v0.3.35
6912026-08-11T16:35:22.903Z Downloaded scroll v0.13.0
6922026-08-11T16:35:22.903Z Downloaded sec1 v0.7.3
6932026-08-11T16:35:22.903Z Downloaded serdect v0.4.3
6942026-08-11T16:35:22.906Z Downloaded ssh-encoding v0.3.0
6952026-08-11T16:35:22.906Z Downloaded string_cache v0.8.9
6962026-08-11T16:35:22.906Z Downloaded chrono v0.4.45
6972026-08-11T16:35:22.910Z Downloaded miniz_oxide v0.8.9
6982026-08-11T16:35:22.914Z Downloaded assert_matches v1.5.0
6992026-08-11T16:35:22.914Z Downloaded xshell v0.2.7
7002026-08-11T16:35:22.914Z Downloaded parse-size v1.1.0
7012026-08-11T16:35:22.917Z Downloaded parking_lot_core v0.9.12
7022026-08-11T16:35:22.917Z Downloaded hashbrown v0.14.5
7032026-08-11T16:35:22.920Z Downloaded displaydoc v0.2.5
7042026-08-11T16:35:22.920Z Downloaded crossterm v0.28.1
7052026-08-11T16:35:22.924Z Downloaded icu_properties_data v2.1.2
7062026-08-11T16:35:22.930Z Downloaded postcard v1.1.3
7072026-08-11T16:35:22.933Z Downloaded powerfmt v0.2.0
7082026-08-11T16:35:22.933Z Downloaded progenitor-macro v0.14.0
7092026-08-11T16:35:22.933Z Downloaded hkdf v0.13.0
7102026-08-11T16:35:22.936Z Downloaded generic-array v1.4.3
7112026-08-11T16:35:22.936Z Downloaded foldhash v0.1.5
7122026-08-11T16:35:22.939Z Downloaded rustc_version v0.4.1
7132026-08-11T16:35:22.939Z Downloaded memmap v0.7.0
7142026-08-11T16:35:22.939Z Downloaded unicode-bidi v0.3.18
7152026-08-11T16:35:22.941Z Downloaded polyval v0.7.1
7162026-08-11T16:35:22.941Z Downloaded nanorand v0.7.0
7172026-08-11T16:35:22.944Z Downloaded native-tls v0.2.18
7182026-08-11T16:35:22.945Z Downloaded scroll_derive v0.12.1
7192026-08-11T16:35:22.945Z Downloaded fallible-iterator v0.2.0
7202026-08-11T16:35:22.945Z Downloaded scroll_derive v0.13.1
7212026-08-11T16:35:22.945Z Downloaded sqlparser_derive v0.5.0
7222026-08-11T16:35:22.948Z Downloaded scopeguard v1.2.0
7232026-08-11T16:35:22.948Z Downloaded thiserror-impl-no-std v2.0.2
7242026-08-11T16:35:22.948Z Downloaded tokio-test v0.4.5
7252026-08-11T16:35:22.948Z Downloaded untrusted v0.7.1
7262026-08-11T16:35:22.951Z Downloaded steno v0.4.1
7272026-08-11T16:35:22.951Z Downloaded aes-gcm v0.11.0
7282026-08-11T16:35:22.955Z Downloaded num_enum v0.7.6
7292026-08-11T16:35:22.959Z Downloaded reqwest v0.13.2
7302026-08-11T16:35:22.966Z Downloaded tokio-postgres v0.7.16
7312026-08-11T16:35:22.966Z Downloaded tower v0.5.3
7322026-08-11T16:35:22.969Z Downloaded papergrid v0.17.0
7332026-08-11T16:35:22.972Z Downloaded toml_edit v0.19.15
7342026-08-11T16:35:22.981Z Downloaded toml_parser v1.1.2+spec-1.1.0
7352026-08-11T16:35:22.985Z Downloaded shell-words v1.1.1
7362026-08-11T16:35:22.985Z Downloaded siphasher v1.0.2
7372026-08-11T16:35:22.985Z Downloaded strum v0.27.2
7382026-08-11T16:35:22.988Z Downloaded async-trait v0.1.89
7392026-08-11T16:35:22.988Z Downloaded backoff v0.4.0
7402026-08-11T16:35:22.988Z Downloaded bs58 v0.5.1
7412026-08-11T16:35:22.993Z Downloaded camino-tempfile v1.4.1
7422026-08-11T16:35:22.993Z Downloaded time-macros v0.2.27
7432026-08-11T16:35:22.996Z Downloaded tap v1.0.1
7442026-08-11T16:35:22.996Z Downloaded wnaf v0.14.0
7452026-08-11T16:35:22.996Z Downloaded paste v1.0.15
7462026-08-11T16:35:22.996Z Downloaded path-tree v0.8.3
7472026-08-11T16:35:22.996Z Downloaded tokio-tungstenite v0.23.1
7482026-08-11T16:35:22.999Z Downloaded oso v0.27.3
7492026-08-11T16:35:22.999Z Downloaded errno v0.3.14
7502026-08-11T16:35:22.999Z Downloaded twox-hash v2.1.2
7512026-08-11T16:35:23.002Z Downloaded phf_shared v0.12.1
7522026-08-11T16:35:23.002Z Downloaded generic-array v0.14.7
7532026-08-11T16:35:23.002Z Downloaded owo-colors v3.5.0
7542026-08-11T16:35:23.005Z Downloaded libxml v0.3.3
7552026-08-11T16:35:23.008Z Downloaded serde_derive v1.0.228
7562026-08-11T16:35:23.008Z Downloaded flagset v0.4.7
7572026-08-11T16:35:23.012Z Downloaded foreign-types-macros v0.2.3
7582026-08-11T16:35:23.012Z Downloaded maybe-uninit v2.0.0
7592026-08-11T16:35:23.012Z Downloaded dunce v1.0.5
7602026-08-11T16:35:23.012Z Downloaded md-5 v0.10.6
7612026-08-11T16:35:23.012Z Downloaded memoffset v0.9.1
7622026-08-11T16:35:23.016Z Downloaded num-rational v0.4.2
7632026-08-11T16:35:23.016Z Downloaded scrypt v0.12.0
7642026-08-11T16:35:23.016Z Downloaded thiserror v1.0.69
7652026-08-11T16:35:23.019Z Downloaded tokio-tungstenite v0.21.0
7662026-08-11T16:35:23.019Z Downloaded password-hash v0.6.1
7672026-08-11T16:35:23.019Z Downloaded pest_meta v2.8.6
7682026-08-11T16:35:23.022Z Downloaded proc-macro-error2 v2.0.1
7692026-08-11T16:35:23.025Z Downloaded rand_core v0.6.4
7702026-08-11T16:35:23.025Z Downloaded itertools v0.12.1
7712026-08-11T16:35:23.028Z Downloaded lru-cache v0.1.2
7722026-08-11T16:35:23.031Z Downloaded typify v0.6.2
7732026-08-11T16:35:23.031Z Downloaded backon v1.6.0
7742026-08-11T16:35:23.034Z Downloaded cancel-safe-futures v0.1.5
7752026-08-11T16:35:23.036Z Downloaded camino-tempfile-ext v0.3.3
7762026-08-11T16:35:23.037Z Downloaded unarray v0.1.4
7772026-08-11T16:35:23.037Z Downloaded openssl-macros v0.1.1
7782026-08-11T16:35:23.037Z Downloaded digest v0.11.3
7792026-08-11T16:35:23.039Z Downloaded recursive v0.1.1
7802026-08-11T16:35:23.039Z Downloaded rand_chacha v0.9.0
7812026-08-11T16:35:23.039Z Downloaded ref-cast v1.0.25
7822026-08-11T16:35:23.042Z Downloaded rustls-pemfile v2.2.0
7832026-08-11T16:35:23.043Z Downloaded tower-http v0.6.8
7842026-08-11T16:35:23.045Z Downloaded zerovec-derive v0.11.2
7852026-08-11T16:35:23.048Z Downloaded parking_lot v0.11.2
7862026-08-11T16:35:23.048Z Downloaded serde_yaml v0.9.34+deprecated
7872026-08-11T16:35:23.051Z Downloaded simd-adler32 v0.3.8
7882026-08-11T16:35:23.051Z Downloaded slog-bunyan v2.5.0
7892026-08-11T16:35:23.051Z Downloaded tabled_derive v0.11.0
7902026-08-11T16:35:23.051Z Downloaded slab v0.4.12
7912026-08-11T16:35:23.051Z Downloaded tagptr v0.2.0
7922026-08-11T16:35:23.058Z Downloaded strip-ansi-escapes v0.2.1
7932026-08-11T16:35:23.061Z Downloaded time-core v0.1.8
7942026-08-11T16:35:23.061Z Downloaded unit-prefix v0.5.2
7952026-08-11T16:35:23.061Z Downloaded smawk v0.3.2
7962026-08-11T16:35:23.061Z Downloaded wait-timeout v0.2.1
7972026-08-11T16:35:23.066Z Downloaded argon2 v0.6.0-rc.8
7982026-08-11T16:35:23.066Z Downloaded log v0.4.29
7992026-08-11T16:35:23.066Z Downloaded spin v0.9.8
8002026-08-11T16:35:23.066Z Downloaded uuid v1.23.4
8012026-08-11T16:35:23.069Z Downloaded arrayvec v0.7.6
8022026-08-11T16:35:23.069Z Downloaded cfg-if v1.0.4
8032026-08-11T16:35:23.069Z Downloaded kem v0.3.0
8042026-08-11T16:35:23.069Z Downloaded sync_wrapper v1.0.2
8052026-08-11T16:35:23.069Z Downloaded tower-service v0.3.3
8062026-08-11T16:35:23.074Z Downloaded ecdsa v0.16.9
8072026-08-11T16:35:23.074Z Downloaded parse-display-derive v0.10.0
8082026-08-11T16:35:23.074Z Downloaded password-hash v0.5.0
8092026-08-11T16:35:23.074Z Downloaded predicates v3.1.4
8102026-08-11T16:35:23.077Z Downloaded document-features v0.2.12
8112026-08-11T16:35:23.077Z Downloaded foreign-types v0.3.2
8122026-08-11T16:35:23.077Z Downloaded futures-io v0.3.32
8132026-08-11T16:35:23.077Z Downloaded downcast-rs v2.0.2
8142026-08-11T16:35:23.077Z Downloaded linked-hash-map v0.5.6
8152026-08-11T16:35:23.077Z Downloaded pkcs1 v0.7.5
8162026-08-11T16:35:23.077Z Downloaded proc-macro-error v1.0.4
8172026-08-11T16:35:23.080Z Downloaded aes v0.9.1
8182026-08-11T16:35:23.083Z Downloaded quinn-udp v0.5.14
8192026-08-11T16:35:23.083Z Downloaded clap_builder v4.6.0
8202026-08-11T16:35:23.086Z Downloaded primefield v0.14.0
8212026-08-11T16:35:23.089Z Downloaded toml_edit v0.22.27
8222026-08-11T16:35:23.089Z Downloaded toml_edit v0.23.10+spec-1.0.0
8232026-08-11T16:35:23.092Z Downloaded unicode-segmentation v1.12.0
8242026-08-11T16:35:23.094Z Downloaded rcgen v0.12.1
8252026-08-11T16:35:23.095Z Downloaded block-buffer v0.12.1
8262026-08-11T16:35:23.095Z Downloaded nu-ansi-term v0.50.3
8272026-08-11T16:35:23.097Z Downloaded anstyle-parse v1.0.0
8282026-08-11T16:35:23.097Z Downloaded iddqd v0.4.2
8292026-08-11T16:35:23.102Z Downloaded cbc v0.2.1
8302026-08-11T16:35:23.105Z Downloaded embedded-io v0.4.0
8312026-08-11T16:35:23.105Z Downloaded nibble_vec v0.1.0
8322026-08-11T16:35:23.105Z Downloaded miette-derive v5.10.0
8332026-08-11T16:35:23.105Z Downloaded rustls-pki-types v1.14.0
8342026-08-11T16:35:23.108Z Downloaded smf v0.2.3
8352026-08-11T16:35:23.108Z Downloaded git2 v0.20.4
8362026-08-11T16:35:23.111Z Downloaded pin-project-lite v0.2.17
8372026-08-11T16:35:23.114Z Downloaded stacker v0.1.23
8382026-08-11T16:35:23.114Z Downloaded thiserror-no-std v2.0.2
8392026-08-11T16:35:23.117Z Downloaded x509-cert v0.2.5
8402026-08-11T16:35:23.120Z Downloaded rstest v0.25.0
8412026-08-11T16:35:23.123Z Downloaded usdt-impl v0.6.0
8422026-08-11T16:35:23.123Z Downloaded proc-macro-error-attr v1.0.4
8432026-08-11T16:35:23.123Z Downloaded secrecy v0.10.3
8442026-08-11T16:35:23.123Z Downloaded serde_bytes v0.11.19
8452026-08-11T16:35:23.126Z Downloaded stringmetrics v2.2.2
8462026-08-11T16:35:23.126Z Downloaded sync-ptr v0.1.4
8472026-08-11T16:35:23.126Z Downloaded tinyvec v1.10.0
8482026-08-11T16:35:23.129Z Downloaded parking v2.2.1
8492026-08-11T16:35:23.129Z Downloaded rustls-native-certs v0.8.3
8502026-08-11T16:35:23.129Z Downloaded tracing-attributes v0.1.31
8512026-08-11T16:35:23.132Z Downloaded bzip2 v0.4.4
8522026-08-11T16:35:23.132Z Downloaded vsss-rs v3.3.4
8532026-08-11T16:35:23.135Z Downloaded predicates-tree v1.0.13
8542026-08-11T16:35:23.135Z Downloaded primeorder v0.13.6
8552026-08-11T16:35:23.135Z Downloaded zerocopy v0.6.6
8562026-08-11T16:35:23.135Z Downloaded tower-layer v0.3.3
8572026-08-11T16:35:23.138Z Downloaded yoke-derive v0.8.1
8582026-08-11T16:35:23.138Z Downloaded serde_urlencoded v0.7.1
8592026-08-11T16:35:23.138Z Downloaded tungstenite v0.21.0
8602026-08-11T16:35:23.141Z Downloaded vte v0.14.1
8612026-08-11T16:35:23.141Z Downloaded termtree v0.5.1
8622026-08-11T16:35:23.141Z Downloaded unicode-xid v0.2.6
8632026-08-11T16:35:23.141Z Downloaded crypto-primes v0.7.2
8642026-08-11T16:35:23.144Z Downloaded fxhash v0.2.1
8652026-08-11T16:35:23.144Z Downloaded num_threads v0.1.7
8662026-08-11T16:35:23.144Z Downloaded aead v0.5.2
8672026-08-11T16:35:23.147Z Downloaded rand v0.8.6
8682026-08-11T16:35:23.147Z Downloaded fatfs v0.3.6
8692026-08-11T16:35:23.149Z Downloaded base64ct v1.8.3
8702026-08-11T16:35:23.150Z Downloaded ron v0.8.1
8712026-08-11T16:35:23.154Z Downloaded pathdiff v0.2.3
8722026-08-11T16:35:23.154Z Downloaded aead v0.6.1
8732026-08-11T16:35:23.154Z Downloaded same-file v1.0.6
8742026-08-11T16:35:23.157Z Downloaded getrandom v0.3.4
8752026-08-11T16:35:23.157Z Downloaded managed v0.8.0
8762026-08-11T16:35:23.157Z Downloaded form_urlencoded v1.2.2
8772026-08-11T16:35:23.157Z Downloaded macaddr v1.0.1
8782026-08-11T16:35:23.157Z Downloaded bit-set v0.5.3
8792026-08-11T16:35:23.160Z Downloaded samael v0.0.19
8802026-08-11T16:35:23.163Z Downloaded bitfield v0.19.4
8812026-08-11T16:35:23.163Z Downloaded parking_lot_core v0.8.6
8822026-08-11T16:35:23.163Z Downloaded progenitor-macro v0.13.0
8832026-08-11T16:35:23.163Z Downloaded knuffel-derive v3.2.0
8842026-08-11T16:35:23.166Z Downloaded sha3 v0.12.0
8852026-08-11T16:35:23.169Z Downloaded zip v4.6.1
8862026-08-11T16:35:23.172Z Downloaded num-integer v0.1.46
8872026-08-11T16:35:23.175Z Downloaded bitfield-macros v0.19.4
8882026-08-11T16:35:23.175Z Downloaded litrs v1.0.0
8892026-08-11T16:35:23.175Z Downloaded strum_macros v0.26.4
8902026-08-11T16:35:23.178Z Downloaded find-msvc-tools v0.1.9
8912026-08-11T16:35:23.178Z Downloaded aws-lc-rs v1.16.3
8922026-08-11T16:35:23.184Z Downloaded zip v0.6.6
8932026-08-11T16:35:23.187Z Downloaded vergen-git2 v9.1.0
8942026-08-11T16:35:23.190Z Downloaded digest v0.10.7
8952026-08-11T16:35:23.193Z Downloaded drift v0.2.0
8962026-08-11T16:35:23.196Z Downloaded oxide-tokio-rt v0.1.4
8972026-08-11T16:35:23.198Z Downloaded smallvec v0.6.14
8982026-08-11T16:35:23.198Z Downloaded supports-color v3.0.2
8992026-08-11T16:35:23.199Z Downloaded target-triple v1.0.0
9002026-08-11T16:35:23.199Z Downloaded universal-hash v0.6.1
9012026-08-11T16:35:23.201Z Downloaded proc-macro-error-attr2 v2.0.0
9022026-08-11T16:35:23.201Z Downloaded env_logger v0.11.9
9032026-08-11T16:35:23.201Z Downloaded ff v0.13.1
9042026-08-11T16:35:23.204Z Downloaded blake2b_simd v1.0.4
9052026-08-11T16:35:23.207Z Downloaded signal-hook v0.3.18
9062026-08-11T16:35:23.211Z Downloaded goblin v0.10.5
9072026-08-11T16:35:23.218Z Downloaded bitflags v1.3.2
9082026-08-11T16:35:23.223Z Downloaded pbkdf2 v0.13.0
9092026-08-11T16:35:23.223Z Downloaded parking_lot v0.12.5
9102026-08-11T16:35:23.226Z Downloaded serde_path_to_error v0.1.20
9112026-08-11T16:35:23.226Z Downloaded shlex v1.3.0
9122026-08-11T16:35:23.226Z Downloaded fancy-regex v0.14.0
9132026-08-11T16:35:23.226Z Downloaded toml v0.7.8
9142026-08-11T16:35:23.229Z Downloaded signal-hook-mio v0.2.5
9152026-08-11T16:35:23.234Z Downloaded zstd-safe v7.2.4
9162026-08-11T16:35:23.234Z Downloaded kstat-rs v0.2.5
9172026-08-11T16:35:23.234Z Downloaded tokio-native-tls v0.3.1
9182026-08-11T16:35:23.239Z Downloaded tinytemplate v1.2.1
9192026-08-11T16:35:23.242Z Downloaded newline-converter v0.3.0
9202026-08-11T16:35:23.242Z Downloaded phf_shared v0.11.3
9212026-08-11T16:35:23.242Z Downloaded async-stream-impl v0.3.6
9222026-08-11T16:35:23.242Z Downloaded lock_api v0.4.14
9232026-08-11T16:35:23.246Z Downloaded pin-project-internal v1.1.11
9242026-08-11T16:35:23.253Z Downloaded progenitor-client v0.13.0
9252026-08-11T16:35:23.266Z Downloaded quote v1.0.45
9262026-08-11T16:35:23.266Z Downloaded ref-cast-impl v1.0.25
9272026-08-11T16:35:23.266Z Downloaded dropshot-api-manager-types v0.7.2
9282026-08-11T16:35:23.266Z Downloaded newtype-uuid v1.3.2
9292026-08-11T16:35:23.267Z Downloaded filetime v0.2.27
9302026-08-11T16:35:23.267Z Downloaded stable_deref_trait v1.2.1
9312026-08-11T16:35:23.267Z Downloaded cassowary v0.3.0
9322026-08-11T16:35:23.267Z Downloaded similar-asserts v1.7.0
9332026-08-11T16:35:23.267Z Downloaded tokio-util v0.7.18
9342026-08-11T16:35:23.271Z Downloaded num-iter v0.1.45
9352026-08-11T16:35:23.271Z Downloaded once_cell v1.21.3
9362026-08-11T16:35:23.271Z Downloaded async-lock v3.4.2
9372026-08-11T16:35:23.271Z Downloaded serde_core v1.0.228
9382026-08-11T16:35:23.271Z Downloaded slog-term v2.9.2
9392026-08-11T16:35:23.274Z Downloaded p521 v0.14.0
9402026-08-11T16:35:23.274Z Downloaded ucd-trie v0.1.7
9412026-08-11T16:35:23.274Z Downloaded zopfli v0.8.3
9422026-08-11T16:35:23.277Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9432026-08-11T16:35:23.277Z Downloaded tui-tree-widget v0.23.1
9442026-08-11T16:35:23.277Z Downloaded vergen-lib v9.1.0
9452026-08-11T16:35:23.281Z Downloaded serde-hex v0.1.0
9462026-08-11T16:35:23.281Z Downloaded yoke v0.8.1
9472026-08-11T16:35:23.281Z Downloaded linkme v0.3.35
9482026-08-11T16:35:23.281Z Downloaded pem v3.0.6
9492026-08-11T16:35:23.284Z Downloaded futures v0.3.32
9502026-08-11T16:35:23.284Z Downloaded pretty-hex v0.4.1
9512026-08-11T16:35:23.284Z Downloaded escape8259 v0.5.3
9522026-08-11T16:35:23.287Z Downloaded term v1.2.1
9532026-08-11T16:35:23.287Z Downloaded cfg_aliases v0.1.1
9542026-08-11T16:35:23.287Z Downloaded progenitor-client v0.14.0
9552026-08-11T16:35:23.293Z Downloaded rusty-fork v0.3.1
9562026-08-11T16:35:23.293Z Downloaded similar v2.7.0
9572026-08-11T16:35:23.293Z Downloaded serde_json v1.0.151
9582026-08-11T16:35:23.297Z Downloaded ed25519-dalek v3.0.0
9592026-08-11T16:35:23.300Z Downloaded tracing-core v0.1.36
9602026-08-11T16:35:23.303Z Downloaded event-listener v5.4.1
9612026-08-11T16:35:23.303Z Downloaded owo-colors v4.3.0
9622026-08-11T16:35:23.307Z Downloaded spki v0.8.0
9632026-08-11T16:35:23.307Z Downloaded equivalent v1.0.2
9642026-08-11T16:35:23.307Z Downloaded num-conv v0.2.0
9652026-08-11T16:35:23.307Z Downloaded block-padding v0.4.2
9662026-08-11T16:35:23.307Z Downloaded russh v0.62.4
9672026-08-11T16:35:23.312Z Downloaded serde-big-array v0.5.1
9682026-08-11T16:35:23.315Z Downloaded writeable v0.6.2
9692026-08-11T16:35:23.318Z Downloaded pkcs8 v0.10.2
9702026-08-11T16:35:23.318Z Downloaded usdt v0.5.0
9712026-08-11T16:35:23.324Z Downloaded swrite v0.1.0
9722026-08-11T16:35:23.325Z Downloaded trait-variant v0.1.2
9732026-08-11T16:35:23.325Z Downloaded litemap v0.8.1
9742026-08-11T16:35:23.325Z Downloaded assert_cmd v2.1.2
9752026-08-11T16:35:23.334Z Downloaded topological-sort v0.2.2
9762026-08-11T16:35:23.372Z Downloaded getrandom v0.4.1
9772026-08-11T16:35:23.372Z Downloaded gimli v0.32.3
9782026-08-11T16:35:23.372Z Downloaded chacha20poly1305 v0.10.1
9792026-08-11T16:35:23.372Z Downloaded autocfg v1.5.0
9802026-08-11T16:35:23.372Z Downloaded libloading v0.8.9
9812026-08-11T16:35:23.372Z Downloaded seq-macro v0.3.6
9822026-08-11T16:35:23.372Z Downloaded digest-io v0.1.0
9832026-08-11T16:35:23.372Z Downloaded p384 v0.13.1
9842026-08-11T16:35:23.372Z Downloaded either v1.15.0
9852026-08-11T16:35:23.372Z Downloaded sponge-cursor v0.1.0
9862026-08-11T16:35:23.379Z Downloaded reqwest v0.12.28
9872026-08-11T16:35:23.379Z Downloaded fs_extra v1.3.0
9882026-08-11T16:35:23.379Z Downloaded nested v0.1.1
9892026-08-11T16:35:23.379Z Downloaded usdt-attr-macro v0.6.0
9902026-08-11T16:35:23.379Z Downloaded ecdsa v0.17.0
9912026-08-11T16:35:23.379Z Downloaded foldhash v0.2.0
9922026-08-11T16:35:23.379Z Downloaded num-bigint-dig v0.8.6
9932026-08-11T16:35:23.379Z Downloaded dropshot_endpoint v0.17.1
9942026-08-11T16:35:23.379Z Downloaded oorandom v11.1.5
9952026-08-11T16:35:23.390Z Downloaded assert-json-diff v2.0.2
9962026-08-11T16:35:23.390Z Downloaded module-lattice v0.2.3
9972026-08-11T16:35:23.390Z Downloaded cast v0.3.0
9982026-08-11T16:35:23.390Z Downloaded ghash v0.6.0
9992026-08-11T16:35:23.390Z Downloaded multimap v0.10.1
10002026-08-11T16:35:23.390Z Downloaded plotters-svg v0.3.7
10012026-08-11T16:35:23.390Z Downloaded plotters v0.3.7
10022026-08-11T16:35:23.397Z Downloaded progenitor v0.13.0
10032026-08-11T16:35:23.397Z Downloaded slog-dtrace v0.3.0
10042026-08-11T16:35:23.397Z Downloaded thread-id v4.2.2
10052026-08-11T16:35:23.397Z Downloaded serde_plain v1.0.2
10062026-08-11T16:35:23.398Z Downloaded term v0.7.0
10072026-08-11T16:35:23.398Z Downloaded nom v7.1.3
10082026-08-11T16:35:23.403Z Downloaded vergen-lib v0.1.6
10092026-08-11T16:35:23.403Z Downloaded publicsuffix v2.3.0
10102026-08-11T16:35:23.403Z Downloaded anstream v0.6.21
10112026-08-11T16:35:23.403Z Downloaded winnow v1.0.3
10122026-08-11T16:35:23.407Z Downloaded mio v1.2.0
10132026-08-11T16:35:23.410Z Downloaded camino v1.2.2
10142026-08-11T16:35:23.415Z Downloaded subprocess v0.2.15
10152026-08-11T16:35:23.418Z Downloaded rsa v0.9.10
10162026-08-11T16:35:23.421Z Downloaded match_cfg v0.1.0
10172026-08-11T16:35:23.425Z Downloaded diesel-dtrace v0.5.0
10182026-08-11T16:35:23.426Z Downloaded unicase v2.9.0
10192026-08-11T16:35:23.432Z Downloaded pin-project v1.1.11
10202026-08-11T16:35:23.435Z Downloaded des v0.9.0
10212026-08-11T16:35:23.435Z Downloaded fs-err v2.11.0
10222026-08-11T16:35:23.435Z Downloaded pem-rfc7468 v1.0.0
10232026-08-11T16:35:23.435Z Downloaded elliptic-curve v0.13.8
10242026-08-11T16:35:23.440Z Downloaded ml-kem v0.3.2
10252026-08-11T16:35:23.440Z Downloaded wyz v0.5.1
10262026-08-11T16:35:23.440Z Downloaded rustyline v14.0.0
10272026-08-11T16:35:23.443Z Downloaded schemars_derive v0.8.22
10282026-08-11T16:35:23.443Z Downloaded strsim v0.11.1
10292026-08-11T16:35:23.443Z Downloaded futures-executor v0.3.32
10302026-08-11T16:35:23.444Z Downloaded miette v5.10.0
10312026-08-11T16:35:23.448Z Downloaded bytecount v0.6.9
10322026-08-11T16:35:23.448Z Downloaded rayon-core v1.13.0
10332026-08-11T16:35:23.451Z Downloaded tabled v0.15.0
10342026-08-11T16:35:23.457Z Downloaded allocator-api2 v0.2.21
10352026-08-11T16:35:23.460Z Downloaded serde_with_macros v1.5.2
10362026-08-11T16:35:23.460Z Downloaded libbz2-rs-sys v0.2.2
10372026-08-11T16:35:23.467Z Downloaded rust-argon2 v2.1.0
10382026-08-11T16:35:23.467Z Downloaded unicode-ident v1.0.24
10392026-08-11T16:35:23.467Z Downloaded bitvec v1.0.1
10402026-08-11T16:35:23.470Z Downloaded base64 v0.22.1
10412026-08-11T16:35:23.473Z Downloaded pkcs8 v0.11.0
10422026-08-11T16:35:23.476Z Downloaded toml v0.8.23
10432026-08-11T16:35:23.476Z Downloaded libm v0.2.16
10442026-08-11T16:35:23.481Z Downloaded anstyle v1.0.14
10452026-08-11T16:35:23.484Z Downloaded itertools v0.10.5
10462026-08-11T16:35:23.487Z Downloaded textwrap v0.16.2
10472026-08-11T16:35:23.487Z Downloaded tabled v0.20.0
10482026-08-11T16:35:23.496Z Downloaded regex v1.12.3
10492026-08-11T16:35:23.499Z Downloaded itertools v0.13.0
10502026-08-11T16:35:23.504Z Downloaded flate2 v1.1.9
10512026-08-11T16:35:23.507Z Downloaded prefix-trie v0.7.0
10522026-08-11T16:35:23.510Z Downloaded rustls-webpki v0.103.13
10532026-08-11T16:35:23.510Z Downloaded serde_with v1.14.0
10542026-08-11T16:35:23.518Z Downloaded tls_codec_derive v0.4.2
10552026-08-11T16:35:23.521Z Downloaded zerocopy-derive v0.8.40
10562026-08-11T16:35:23.525Z Downloaded tar v0.4.46
10572026-08-11T16:35:23.529Z Downloaded zlib-rs v0.6.2
10582026-08-11T16:35:23.535Z Downloaded derive_more v2.1.1
10592026-08-11T16:35:23.540Z Downloaded rand v0.9.2
10602026-08-11T16:35:23.544Z Downloaded quinn v0.11.11
10612026-08-11T16:35:23.547Z Downloaded curve25519-dalek v4.1.3
10622026-08-11T16:35:23.560Z Downloaded futures-util v0.3.32
10632026-08-11T16:35:23.574Z Downloaded crypto-bigint v0.7.5
10642026-08-11T16:35:23.582Z Downloaded tough v0.22.0
10652026-08-11T16:35:23.588Z Downloaded portable-atomic v1.13.1
10662026-08-11T16:35:23.593Z Downloaded nom v8.0.0
10672026-08-11T16:35:23.609Z Downloaded winnow v0.7.14
10682026-08-11T16:35:23.614Z Downloaded expectorate v1.2.0
10692026-08-11T16:35:23.617Z Downloaded salty v0.3.0
10702026-08-11T16:35:23.619Z Downloaded zerocopy v0.8.40
10712026-08-11T16:35:23.624Z Downloaded async-compression v0.4.41
10722026-08-11T16:35:23.628Z Downloaded proptest v1.11.0
10732026-08-11T16:35:23.633Z Downloaded rawzip v0.4.4
10742026-08-11T16:35:23.636Z Downloaded bindgen v0.71.1
10752026-08-11T16:35:23.640Z Downloaded ssh-key v0.7.0-rc.11
10762026-08-11T16:35:23.644Z Downloaded regex-syntax v0.6.29
10772026-08-11T16:35:23.648Z Downloaded jiff-core v0.1.0
10782026-08-11T16:35:23.651Z Downloaded zerocopy v0.7.35
10792026-08-11T16:35:23.659Z Downloaded winnow v0.6.26
10802026-08-11T16:35:23.667Z Downloaded object v0.37.3
10812026-08-11T16:35:23.671Z Downloaded lalrpop v0.19.12
10822026-08-11T16:35:23.676Z Downloaded moka v0.12.13
10832026-08-11T16:35:23.680Z Downloaded rsa v0.10.0-rc.18
10842026-08-11T16:35:23.683Z Downloaded aho-corasick v1.1.4
10852026-08-11T16:35:23.687Z Downloaded dropshot-api-manager v0.7.2
10862026-08-11T16:35:23.689Z Downloaded num-bigint v0.4.6
10872026-08-11T16:35:23.693Z Downloaded quinn-proto v0.11.16
10882026-08-11T16:35:23.696Z Downloaded regress v0.10.5
10892026-08-11T16:35:23.701Z Downloaded unicode-normalization v0.1.25
10902026-08-11T16:35:23.705Z Downloaded curve25519-dalek v5.0.0
10912026-08-11T16:35:23.709Z Downloaded zerovec v0.11.5
10922026-08-11T16:35:23.712Z Downloaded quick-xml v0.37.5
10932026-08-11T16:35:23.715Z Downloaded itertools v0.15.0
10942026-08-11T16:35:23.719Z Downloaded hickory-proto v0.24.4
10952026-08-11T16:35:23.727Z Downloaded hickory-proto v0.25.2
10962026-08-11T16:35:23.736Z Downloaded winnow v0.5.40
10972026-08-11T16:35:23.741Z Downloaded itertools v0.14.0
10982026-08-11T16:35:23.744Z Downloaded smoltcp v0.9.1
10992026-08-11T16:35:23.750Z Downloaded rayon v1.11.0
11002026-08-11T16:35:23.755Z Downloaded syn v1.0.109
11012026-08-11T16:35:23.760Z Downloaded nix v0.31.2
11022026-08-11T16:35:23.768Z Downloaded vcpkg v0.2.15
11032026-08-11T16:35:23.790Z Downloaded unicode-width v0.1.14
11042026-08-11T16:35:23.794Z Downloaded object v0.30.4
11052026-08-11T16:35:23.799Z Downloaded pest v2.8.6
11062026-08-11T16:35:23.802Z Downloaded unicode-width v0.2.0
11072026-08-11T16:35:23.805Z Downloaded blake3 v1.8.5
11082026-08-11T16:35:23.810Z Downloaded radix_trie v0.2.1
11092026-08-11T16:35:23.814Z Downloaded syn v2.0.117
11102026-08-11T16:35:23.820Z Downloaded polar-core v0.27.3
11112026-08-11T16:35:23.824Z Downloaded nix v0.27.1
11122026-08-11T16:35:23.830Z Downloaded bstr v1.12.1
11132026-08-11T16:35:23.835Z Downloaded openapiv3 v2.2.0
11142026-08-11T16:35:23.842Z Downloaded rustix v0.38.44
11152026-08-11T16:35:23.855Z Downloaded serde_with v3.21.0
11162026-08-11T16:35:23.863Z Downloaded nix v0.28.0
11172026-08-11T16:35:23.868Z Downloaded petname v2.0.2
11182026-08-11T16:35:23.873Z Downloaded time v0.3.47
11192026-08-11T16:35:23.877Z Downloaded sled v0.34.7
11202026-08-11T16:35:23.886Z Downloaded dropshot v0.17.1
11212026-08-11T16:35:23.897Z Downloaded openssl v0.10.80
11222026-08-11T16:35:23.904Z Downloaded tracing v0.1.44
11232026-08-11T16:35:23.915Z Downloaded ratatui v0.29.0
11242026-08-11T16:35:23.926Z Downloaded sha3 v0.11.0
11252026-08-11T16:35:23.929Z Downloaded sqlparser v0.61.0
11262026-08-11T16:35:23.937Z Downloaded regex-syntax v0.8.10
11272026-08-11T16:35:23.943Z Downloaded smoltcp v0.11.0
11282026-08-11T16:35:23.960Z Downloaded rustix v1.1.3
11292026-08-11T16:35:23.974Z Downloaded diesel v2.3.7
11302026-08-11T16:35:23.986Z Downloaded rustls v0.23.41
11312026-08-11T16:35:23.992Z Downloaded jiff v0.2.34
11322026-08-11T16:35:24.002Z Downloaded bzip2-sys v0.1.13+1.0.8
11332026-08-11T16:35:24.010Z Downloaded regress v0.11.1
11342026-08-11T16:35:24.014Z Downloaded typify-impl v0.6.2
11352026-08-11T16:35:24.023Z Downloaded chrono-tz v0.10.4
11362026-08-11T16:35:24.034Z Downloaded zerocopy-derive v0.6.6
11372026-08-11T16:35:24.039Z Downloaded petgraph v0.6.5
11382026-08-11T16:35:24.050Z Downloaded petgraph v0.8.3
11392026-08-11T16:35:24.064Z Downloaded regex-automata v0.4.14
11402026-08-11T16:35:24.073Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11412026-08-11T16:35:24.083Z Downloaded csv v1.4.0
11422026-08-11T16:35:24.095Z Downloaded sha3 v0.10.8
11432026-08-11T16:35:24.098Z Downloaded libc v0.2.185
11442026-08-11T16:35:24.118Z Downloaded libz-sys v1.1.24
11452026-08-11T16:35:24.130Z Downloaded tokio v1.52.1
11462026-08-11T16:35:24.161Z Downloaded encoding_rs v0.8.35
11472026-08-11T16:35:24.187Z Downloaded libgit2-sys v0.18.3+1.9.2
11482026-08-11T16:35:24.224Z Downloaded httpmock v0.8.3
11492026-08-11T16:35:24.235Z Downloaded ring v0.17.14
11502026-08-11T16:35:24.640Z Downloaded aws-lc-sys v0.40.0
11512026-08-11T16:35:25.057Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11522026-08-11T16:35:28.868Z Startup: Refreshing catalog 'helios' ... Done
11532026-08-11T16:35:29.169Z Startup: Caching catalogs ... Done
11542026-08-11T16:35:30.809ZPlanning: Solver setup ... Done (1.546s)
11552026-08-11T16:35:30.860ZPlanning: Running solver ... Done (0.051s)
11562026-08-11T16:35:30.900ZPlanning: Finding local manifests ... Done (0.003s)
11572026-08-11T16:35:30.913ZPlanning: Fetching manifests: 0/2 0% complete
11582026-08-11T16:35:30.932ZPlanning: Fetching manifests: 2/2 100% complete
11592026-08-11T16:35:30.946ZPlanning: Package planning ... Done (0.014s)
11602026-08-11T16:35:30.948ZPlanning: Merging actions ... Done (0.001s)
11612026-08-11T16:35:31.110ZPlanning: Checking for conflicting actions ... Done (0.163s)
11622026-08-11T16:35:31.113ZPlanning: Consolidating action changes ... Done (0.001s)
11632026-08-11T16:35:32.008ZPlanning: Evaluating mediators ... Done (0.891s)
11642026-08-11T16:35:32.011ZPlanning: Planning completed in 2.80 seconds
11652026-08-11T16:35:32.015Z Packages to install: 2
11662026-08-11T16:35:32.015Z Estimated space available: 155.73 GB
11672026-08-11T16:35:32.015ZEstimated space to be consumed: 66.55 MB
11682026-08-11T16:35:32.015Z Create boot environment: No
11692026-08-11T16:35:32.015ZCreate backup boot environment: No
11702026-08-11T16:35:32.015Z Rebuild boot archive: No
11712026-08-11T16:35:32.015Z
11722026-08-11T16:35:32.015ZChanged packages:
11732026-08-11T16:35:32.015Zhelios
11742026-08-11T16:35:32.015Z developer/build-essential
11752026-08-11T16:35:32.015Z None -> 11-3.0
11762026-08-11T16:35:32.015Z library/libxmlsec1
11772026-08-11T16:35:32.015Z None -> 1.2.35-3.0
11782026-08-11T16:35:32.037Z
11792026-08-11T16:35:32.037ZDownload: 0/214 items 0.0/1.3MB 0% complete
11802026-08-11T16:35:32.107ZDownload: Completed 1.28 MB in 0.07 seconds (18.4M/s)
11812026-08-11T16:35:32.206Z Actions: 1/268 actions (Installing new actions)
11822026-08-11T16:35:32.245Z Actions: Completed 268 actions in 0.04 seconds.
11832026-08-11T16:35:32.276ZFinalize: Updating package state database ... Done (0.031s)
11842026-08-11T16:35:32.279ZFinalize: Updating package cache ... Done (0.000s)
11852026-08-11T16:35:32.349ZFinalize: Updating image state ... Done (0.072s)
11862026-08-11T16:35:34.994ZFinalize: Creating fast lookup database ... Done (2.590s)
11872026-08-11T16:35:35.066ZFinalize: Reading search index ... Done (0.012s)
11882026-08-11T16:35:35.105ZFinalize: Updating search index ... Done (0.000s)
11892026-08-11T16:35:35.258ZFinalize: Updating package cache ... Done (0.000s)
11902026-08-11T16:35:35.585ZPlanning: Evaluating mediator changes ... Done
11912026-08-11T16:35:35.690ZPlanning: Checking for conflicting actions ... Done
11922026-08-11T16:35:35.693ZPlanning: Consolidating action changes ... Done
11932026-08-11T16:35:35.849ZPlanning: Evaluating mediators ... Done
11942026-08-11T16:35:35.853ZPlanning: Planning completed in 0.27 seconds
11952026-08-11T16:35:35.873Z Mediators to change: 2
11962026-08-11T16:35:35.873Z Create boot environment: No
11972026-08-11T16:35:35.873ZCreate backup boot environment: No
11982026-08-11T16:35:35.943ZFinalize: Updating package state database ... Done
11992026-08-11T16:35:35.943ZFinalize: Updating package cache ... Done
12002026-08-11T16:35:35.989ZFinalize: Updating image state ... Done
12012026-08-11T16:35:37.929ZFinalize: Creating fast lookup database ... Done
12022026-08-11T16:35:37.991ZFinalize: Reading search index ... Done
12032026-08-11T16:35:37.996ZFinalize: Updating search index ... Done
12042026-08-11T16:35:38.084ZFinalize: Updating package cache ... Done
12052026-08-11T16:35:38.383ZPlanning: Evaluating mediator changes ... Done
12062026-08-11T16:35:38.480ZPlanning: Checking for conflicting actions ... Done
12072026-08-11T16:35:38.484ZPlanning: Consolidating action changes ... Done
12082026-08-11T16:35:38.642ZPlanning: Evaluating mediators ... Done
12092026-08-11T16:35:38.646ZPlanning: Planning completed in 0.26 seconds
12102026-08-11T16:35:38.664Z Mediators to change: 1
12112026-08-11T16:35:38.664Z Create boot environment: No
12122026-08-11T16:35:38.664ZCreate backup boot environment: No
12132026-08-11T16:35:38.717ZFinalize: Updating package state database ... Done
12142026-08-11T16:35:38.717ZFinalize: Updating package cache ... Done
12152026-08-11T16:35:38.764ZFinalize: Updating image state ... Done
12162026-08-11T16:35:40.707ZFinalize: Creating fast lookup database ... Done
12172026-08-11T16:35:40.772ZFinalize: Reading search index ... Done
12182026-08-11T16:35:40.776ZFinalize: Updating search index ... Done
12192026-08-11T16:35:40.858ZFinalize: Updating package cache ... Done
12202026-08-11T16:35:41.171ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12212026-08-11T16:35:41.171Zapache system 2.4 system
12222026-08-11T16:35:41.171Zclang system 15 system
12232026-08-11T16:35:41.172Zcsh system system illumos
12242026-08-11T16:35:41.172Zctags system system illumos
12252026-08-11T16:35:41.172Zfile vendor vendor darwinsys
12262026-08-11T16:35:41.172Zfile system system illumos
12272026-08-11T16:35:41.172Zgcc vendor 14 vendor
12282026-08-11T16:35:41.172Zgcc system 13 system
12292026-08-11T16:35:41.172Zgcc system 10 system
12302026-08-11T16:35:41.172Zgo system 1.25 system
12312026-08-11T16:35:41.172Zllvm system 15 system
12322026-08-11T16:35:41.172Zmariadb system 11.4 system
12332026-08-11T16:35:41.172Zmta vendor vendor dma
12342026-08-11T16:35:41.172Zopenjdk system 17 system
12352026-08-11T16:35:41.172Zopenjdk system 11 system
12362026-08-11T16:35:41.172Zopenssl vendor 3 vendor
12372026-08-11T16:35:41.172Zperl system 5.40 system
12382026-08-11T16:35:41.172Zpostgresql system 18 system
12392026-08-11T16:35:41.172Zpostgresql system 17 system
12402026-08-11T16:35:41.172Zpython vendor 3 vendor
12412026-08-11T16:35:41.172Zpython system 2 system
12422026-08-11T16:35:41.173Zpython3 vendor 3.13 vendor
12432026-08-11T16:35:41.173Zruby system 3.4 system
12442026-08-11T16:35:41.173Zruby system 3.0 system
12452026-08-11T16:35:41.173Zwords vendor vendor american-english
12462026-08-11T16:35:41.173Zwords system system australian-english
12472026-08-11T16:35:41.173Zwords system system british-english
12482026-08-11T16:35:41.173Zwords system system canadian-english
12492026-08-11T16:35:41.173Zwords system system french
12502026-08-11T16:35:41.173Zwords system system italian
12512026-08-11T16:35:41.173Zwords system system ngerman
12522026-08-11T16:35:41.173Zwords system system ogerman
12532026-08-11T16:35:41.173Zwords system system spanish
12542026-08-11T16:35:41.425ZPUBLISHER TYPE STATUS P LOCATION
12552026-08-11T16:35:41.425Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12562026-08-11T16:35:41.866ZFMRI IFO
12572026-08-11T16:35:41.866Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12582026-08-11T16:35:41.866Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12592026-08-11T16:35:41.866Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12602026-08-11T16:35:41.866Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12612026-08-11T16:35:41.866Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12622026-08-11T16:35:41.866Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12632026-08-11T16:35:41.866Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12642026-08-11T16:35:41.866Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12652026-08-11T16:35:41.866Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12662026-08-11T16:35:42.470Z Downloading crates ...
12672026-08-11T16:35:42.509Z Downloaded cargo_toml v0.21.0
12682026-08-11T16:35:42.557Z Compiling proc-macro2 v1.0.106
12692026-08-11T16:35:42.557Z Compiling unicode-ident v1.0.24
12702026-08-11T16:35:42.560Z Compiling quote v1.0.45
12712026-08-11T16:35:42.560Z Compiling serde_core v1.0.228
12722026-08-11T16:35:42.560Z Compiling libc v0.2.185
12732026-08-11T16:35:42.560Z Compiling version_check v0.9.5
12742026-08-11T16:35:42.560Z Compiling memchr v2.8.0
12752026-08-11T16:35:42.640Z Compiling serde v1.0.228
12762026-08-11T16:35:42.643Z Compiling zmij v1.0.21
12772026-08-11T16:35:42.643Z Compiling thiserror v1.0.69
12782026-08-11T16:35:42.643Z Compiling ucd-trie v0.1.7
12792026-08-11T16:35:42.643Z Compiling itoa v1.0.17
12802026-08-11T16:35:42.643Z Compiling byteorder v1.5.0
12812026-08-11T16:35:42.648Z Compiling rustix v1.1.3
12822026-08-11T16:35:42.892Z Compiling serde_json v1.0.151
12832026-08-11T16:35:42.927Z Compiling bitflags v2.11.0
12842026-08-11T16:35:43.007Z Compiling syn v1.0.109
12852026-08-11T16:35:43.147Z Compiling pest v2.8.6
12862026-08-11T16:35:43.200Z Compiling proc-macro-error-attr v1.0.4
12872026-08-11T16:35:43.210Z Compiling usdt-impl v0.5.0
12882026-08-11T16:35:43.221Z Compiling camino v1.2.2
12892026-08-11T16:35:43.224Z Compiling proc-macro-error v1.0.4
12902026-08-11T16:35:43.237Z Compiling hashbrown v0.17.0
12912026-08-11T16:35:43.285Z Compiling equivalent v1.0.2
12922026-08-11T16:35:43.298Z Compiling plain v0.2.3
12932026-08-11T16:35:43.364Z Compiling utf8parse v0.2.2
12942026-08-11T16:35:43.385Z Compiling getrandom v0.4.1
12952026-08-11T16:35:43.402Z Compiling log v0.4.29
12962026-08-11T16:35:43.442Z Compiling toml_write v0.1.2
12972026-08-11T16:35:43.453Z Compiling anstyle-parse v1.0.0
12982026-08-11T16:35:43.496Z Compiling anstyle-query v1.1.5
12992026-08-11T16:35:43.506Z Compiling colorchoice v1.0.4
13002026-08-11T16:35:43.589Z Compiling autocfg v1.5.0
13012026-08-11T16:35:43.599Z Compiling cfg-if v1.0.4
13022026-08-11T16:35:43.611Z Compiling errno v0.3.14
13032026-08-11T16:35:43.614Z Compiling thread-id v4.2.2
13042026-08-11T16:35:43.651Z Compiling anstyle v1.0.14
13052026-08-11T16:35:43.665Z Compiling winnow v0.7.14
13062026-08-11T16:35:43.670Z Compiling thiserror v2.0.18
13072026-08-11T16:35:43.670Z Compiling pretty-hex v0.4.1
13082026-08-11T16:35:43.694Z Compiling is_terminal_polyfill v1.70.2
13092026-08-11T16:35:43.715Z Compiling anyhow v1.0.102
13102026-08-11T16:35:43.787Z Compiling indexmap v2.14.0
13112026-08-11T16:35:43.808Z Compiling once_cell v1.21.3
13122026-08-11T16:35:43.834Z Compiling anstream v1.0.0
13132026-08-11T16:35:43.834Z Compiling heck v0.5.0
13142026-08-11T16:35:43.841Z Compiling clap_lex v1.0.0
13152026-08-11T16:35:44.037Z Compiling unicode-width v0.1.14
13162026-08-11T16:35:44.083Z Compiling fs-err v3.3.0
13172026-08-11T16:35:44.087Z Compiling fastrand v2.3.0
13182026-08-11T16:35:44.104Z Compiling bytecount v0.6.9
13192026-08-11T16:35:44.119Z Compiling syn v2.0.117
13202026-08-11T16:35:44.179Z Compiling strsim v0.11.1
13212026-08-11T16:35:44.197Z Compiling heck v0.4.1
13222026-08-11T16:35:44.252Z Compiling fnv v1.0.7
13232026-08-11T16:35:44.283Z Compiling pest_meta v2.8.6
13242026-08-11T16:35:44.332Z Compiling papergrid v0.11.0
13252026-08-11T16:35:44.367Z Compiling memmap v0.7.0
13262026-08-11T16:35:44.401Z Compiling smawk v0.3.2
13272026-08-11T16:35:44.436Z Compiling unicode-width v0.2.0
13282026-08-11T16:35:44.481Z Compiling unicode-linebreak v0.1.5
13292026-08-11T16:35:44.547Z Compiling swrite v0.1.0
13302026-08-11T16:35:44.634Z Compiling terminal_size v0.4.3
13312026-08-11T16:35:44.634Z Compiling tempfile v3.25.0
13322026-08-11T16:35:44.731Z Compiling clap_builder v4.6.0
13332026-08-11T16:35:44.731Z Compiling textwrap v0.16.2
13342026-08-11T16:35:45.096Z Compiling cargo-platform v0.3.2
13352026-08-11T16:35:45.108Z Compiling semver v1.0.28
13362026-08-11T16:35:45.209Z Compiling camino-tempfile v1.4.1
13372026-08-11T16:35:45.559Z Compiling tabled_derive v0.7.0
13382026-08-11T16:35:46.250Z Compiling tabled v0.15.0
13392026-08-11T16:35:46.268Z Compiling pest_generator v2.8.6
13402026-08-11T16:35:46.766Z Compiling serde_derive v1.0.228
13412026-08-11T16:35:46.766Z Compiling thiserror-impl v1.0.69
13422026-08-11T16:35:46.771Z Compiling zerocopy-derive v0.7.35
13432026-08-11T16:35:46.771Z Compiling scroll_derive v0.12.1
13442026-08-11T16:35:46.771Z Compiling thiserror-impl v2.0.18
13452026-08-11T16:35:46.771Z Compiling clap_derive v4.6.1
13462026-08-11T16:35:46.795Z Compiling pest_derive v2.8.6
13472026-08-11T16:35:47.367Z Compiling scroll v0.12.0
13482026-08-11T16:35:47.455Z Compiling zerocopy v0.7.35
13492026-08-11T16:35:47.575Z Compiling goblin v0.8.2
13502026-08-11T16:35:47.736Z Compiling dtrace-parser v0.2.0
13512026-08-11T16:35:48.035Z Compiling clap v4.6.1
13522026-08-11T16:35:49.080Z Compiling dof v0.3.0
13532026-08-11T16:35:49.080Z Compiling serde_tokenstream v0.2.3
13542026-08-11T16:35:49.088Z Compiling toml_datetime v0.6.11
13552026-08-11T16:35:49.091Z Compiling serde_spanned v0.6.9
13562026-08-11T16:35:49.091Z Compiling macaddr v1.0.1
13572026-08-11T16:35:49.091Z Compiling cargo_metadata v0.23.1
13582026-08-11T16:35:49.091Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13592026-08-11T16:35:49.264Z Compiling toml_edit v0.22.27
13602026-08-11T16:35:49.724Z Compiling usdt-attr-macro v0.5.0
13612026-08-11T16:35:49.728Z Compiling usdt-macro v0.5.0
13622026-08-11T16:35:50.342Z Compiling usdt v0.5.0
13632026-08-11T16:35:50.484Z Compiling toml v0.8.23
13642026-08-11T16:35:50.829Z Compiling cargo_toml v0.21.0
13652026-08-11T16:35:52.143Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13662026-08-11T16:35:54.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.15s
13672026-08-11T16:35:54.229Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13682026-08-11T16:35:54.966Z Compiling libc v0.2.185
13692026-08-11T16:35:54.967Z Compiling serde_core v1.0.228
13702026-08-11T16:35:54.988Z Compiling serde v1.0.228
13712026-08-11T16:35:54.988Z Compiling log v0.4.29
13722026-08-11T16:35:54.989Z Compiling smallvec v1.15.1
13732026-08-11T16:35:54.989Z Compiling find-msvc-tools v0.1.9
13742026-08-11T16:35:54.989Z Compiling shlex v1.3.0
13752026-08-11T16:35:54.989Z Compiling subtle v2.6.1
13762026-08-11T16:35:55.123Z Compiling scopeguard v1.2.0
13772026-08-11T16:35:55.133Z Compiling stable_deref_trait v1.2.1
13782026-08-11T16:35:55.133Z Compiling typenum v1.20.1
13792026-08-11T16:35:55.133Z Compiling zerocopy v0.8.40
13802026-08-11T16:35:55.133Z Compiling portable-atomic v1.13.1
13812026-08-11T16:35:55.182Z Compiling serde_json v1.0.151
13822026-08-11T16:35:55.218Z Compiling syn v2.0.117
13832026-08-11T16:35:55.226Z Compiling critical-section v1.2.0
13842026-08-11T16:35:55.312Z Compiling lock_api v0.4.14
13852026-08-11T16:35:55.317Z Compiling libm v0.2.16
13862026-08-11T16:35:55.317Z Compiling num-traits v0.2.19
13872026-08-11T16:35:55.342Z Compiling pkg-config v0.3.32
13882026-08-11T16:35:55.355Z Compiling generic-array v0.14.7
13892026-08-11T16:35:55.374Z Compiling const-oid v0.9.6
13902026-08-11T16:35:55.401Z Compiling getrandom v0.4.1
13912026-08-11T16:35:55.417Z Compiling pin-project-lite v0.2.17
13922026-08-11T16:35:55.443Z Compiling parking_lot_core v0.9.12
13932026-08-11T16:35:55.505Z Compiling rand_core v0.10.0
13942026-08-11T16:35:55.547Z Compiling percent-encoding v2.3.2
13952026-08-11T16:35:55.599Z Compiling writeable v0.6.2
13962026-08-11T16:35:55.638Z Compiling litemap v0.8.1
13972026-08-11T16:35:55.670Z Compiling futures-core v0.3.32
13982026-08-11T16:35:55.679Z Compiling icu_properties_data v2.1.2
13992026-08-11T16:35:55.737Z Compiling icu_normalizer_data v2.1.1
14002026-08-11T16:35:55.752Z Compiling getrandom v0.3.4
14012026-08-11T16:35:55.770Z Compiling futures-sink v0.3.32
14022026-08-11T16:35:55.800Z Compiling rustix v1.1.3
14032026-08-11T16:35:55.886Z Compiling futures-task v0.3.32
14042026-08-11T16:35:55.892Z Compiling futures-io v0.3.32
14052026-08-11T16:35:55.907Z Compiling slab v0.4.12
14062026-08-11T16:35:55.939Z Compiling futures-channel v0.3.32
14072026-08-11T16:35:55.971Z Compiling utf8_iter v1.0.4
14082026-08-11T16:35:56.087Z Compiling jobserver v0.1.34
14092026-08-11T16:35:56.088Z Compiling errno v0.3.14
14102026-08-11T16:35:56.122Z Compiling getrandom v0.2.17
14112026-08-11T16:35:56.155Z Compiling mio v1.2.0
14122026-08-11T16:35:56.163Z Compiling socket2 v0.6.3
14132026-08-11T16:35:56.185Z Compiling form_urlencoded v1.2.2
14142026-08-11T16:35:56.197Z Compiling rustversion v1.0.22
14152026-08-11T16:35:56.219Z Compiling signal-hook-registry v1.4.8
14162026-08-11T16:35:56.262Z Compiling rand_core v0.6.4
14172026-08-11T16:35:56.357Z Compiling cc v1.2.56
14182026-08-11T16:35:56.376Z Compiling once_cell v1.21.3
14192026-08-11T16:35:56.390Z Compiling parking_lot v0.12.5
14202026-08-11T16:35:56.424Z Compiling base64ct v1.8.3
14212026-08-11T16:35:56.430Z Compiling iana-time-zone v0.1.65
14222026-08-11T16:35:56.469Z Compiling regex-syntax v0.8.10
14232026-08-11T16:35:56.506Z Compiling flagset v0.4.7
14242026-08-11T16:35:56.543Z Compiling dunce v1.0.5
14252026-08-11T16:35:56.581Z Compiling fs_extra v1.3.0
14262026-08-11T16:35:56.605Z Compiling ident_case v1.0.1
14272026-08-11T16:35:56.641Z Compiling rand_core v0.9.5
14282026-08-11T16:35:56.657Z Compiling base64 v0.22.1
14292026-08-11T16:35:56.660Z Compiling vcpkg v0.2.15
14302026-08-11T16:35:56.686Z Compiling pem-rfc7468 v0.7.0
14312026-08-11T16:35:56.700Z Compiling syn v1.0.109
14322026-08-11T16:35:56.741Z Compiling tracing-core v0.1.36
14332026-08-11T16:35:56.741Z Compiling aws-lc-rs v1.16.3
14342026-08-11T16:35:56.801Z Compiling schemars v0.8.22
14352026-08-11T16:35:56.854Z Compiling cpufeatures v0.2.17
14362026-08-11T16:35:56.886Z Compiling dyn-clone v1.0.20
14372026-08-11T16:35:56.940Z Compiling spin v0.9.8
14382026-08-11T16:35:56.954Z Compiling cmov v0.5.4
14392026-08-11T16:35:57.011Z Compiling crc32fast v1.5.0
14402026-08-11T16:35:57.027Z Compiling openssl-probe v0.2.1
14412026-08-11T16:35:57.054Z Compiling tinyvec_macros v0.1.1
14422026-08-11T16:35:57.088Z Compiling httparse v1.10.1
14432026-08-11T16:35:57.088Z Compiling aho-corasick v1.1.4
14442026-08-11T16:35:57.113Z Compiling cmake v0.1.57
14452026-08-11T16:35:57.150Z Compiling ctutils v0.4.2
14462026-08-11T16:35:57.164Z Compiling tinyvec v1.10.0
14472026-08-11T16:35:57.178Z Compiling untrusted v0.7.1
14482026-08-11T16:35:57.220Z Compiling tower-layer v0.3.3
14492026-08-11T16:35:57.234Z Compiling bitflags v2.11.0
14502026-08-11T16:35:57.312Z Compiling semver v1.0.28
14512026-08-11T16:35:57.335Z Compiling indexmap v2.14.0
14522026-08-11T16:35:57.415Z Compiling uuid v1.23.4
14532026-08-11T16:35:57.429Z Compiling try-lock v0.2.5
14542026-08-11T16:35:57.477Z Compiling radium v0.7.0
14552026-08-11T16:35:57.493Z Compiling atomic-waker v1.1.2
14562026-08-11T16:35:57.508Z Compiling tower-service v0.3.3
14572026-08-11T16:35:57.526Z Compiling want v0.3.1
14582026-08-11T16:35:57.541Z Compiling rustc_version v0.4.1
14592026-08-11T16:35:57.631Z Compiling untrusted v0.9.0
14602026-08-11T16:35:57.652Z Compiling tap v1.0.1
14612026-08-11T16:35:57.705Z Compiling rustls v0.23.41
14622026-08-11T16:35:57.762Z Compiling maybe-uninit v2.0.0
14632026-08-11T16:35:57.765Z Compiling foreign-types-shared v0.1.1
14642026-08-11T16:35:57.791Z Compiling simd-adler32 v0.3.8
14652026-08-11T16:35:57.814Z Compiling httpdate v1.0.3
14662026-08-11T16:35:57.859Z Compiling openssl v0.10.80
14672026-08-11T16:35:57.874Z Compiling foreign-types v0.3.2
14682026-08-11T16:35:57.905Z Compiling wyz v0.5.1
14692026-08-11T16:35:57.950Z Compiling regex-automata v0.4.14
14702026-08-11T16:35:57.967Z Compiling aws-lc-sys v0.40.0
14712026-08-11T16:35:57.998Z Compiling openssl-sys v0.9.117
14722026-08-11T16:35:58.054Z Compiling synstructure v0.13.2
14732026-08-11T16:35:58.068Z Compiling serde_derive_internals v0.29.1
14742026-08-11T16:35:58.071Z Compiling pest_generator v2.8.6
14752026-08-11T16:35:58.100Z Compiling darling_core v0.20.11
14762026-08-11T16:35:58.117Z Compiling bzip2-sys v0.1.13+1.0.8
14772026-08-11T16:35:58.142Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14782026-08-11T16:35:58.180Z Compiling unicode-normalization v0.1.25
14792026-08-11T16:35:58.435Z Compiling tempfile v3.25.0
14802026-08-11T16:35:58.449Z Compiling terminal_size v0.4.3
14812026-08-11T16:35:58.573Z Compiling num-integer v0.1.46
14822026-08-11T16:35:58.588Z Compiling wait-timeout v0.2.1
14832026-08-11T16:35:58.604Z Compiling ahash v0.8.12
14842026-08-11T16:35:58.677Z Compiling native-tls v0.2.18
14852026-08-11T16:35:58.691Z Compiling time-core v0.1.8
14862026-08-11T16:35:58.824Z Compiling packed_struct v0.10.1
14872026-08-11T16:35:58.840Z Compiling powerfmt v0.2.0
14882026-08-11T16:35:58.847Z Compiling bit-vec v0.8.0
14892026-08-11T16:35:58.871Z Compiling quick-error v1.2.3
14902026-08-11T16:35:58.871Z Compiling num-conv v0.2.0
14912026-08-11T16:35:58.871Z Compiling adler2 v2.0.1
14922026-08-11T16:35:58.877Z Compiling funty v2.0.0
14932026-08-11T16:35:58.927Z Compiling num-bigint-dig v0.8.6
14942026-08-11T16:35:58.969Z Compiling clap_builder v4.6.0
14952026-08-11T16:35:58.998Z Compiling deranged v0.5.8
14962026-08-11T16:35:59.011Z Compiling miniz_oxide v0.8.9
14972026-08-11T16:35:59.046Z Compiling bit-set v0.8.0
14982026-08-11T16:35:59.058Z Compiling time-macros v0.2.27
14992026-08-11T16:35:59.062Z Compiling rusty-fork v0.3.1
15002026-08-11T16:35:59.131Z Compiling num-iter v0.1.45
15012026-08-11T16:35:59.219Z Compiling bitvec v1.0.1
15022026-08-11T16:35:59.257Z Compiling lazy_static v1.5.0
15032026-08-11T16:35:59.313Z Compiling rand_xorshift v0.4.0
15042026-08-11T16:35:59.361Z Compiling anstyle-parse v0.2.7
15052026-08-11T16:35:59.390Z Compiling sync_wrapper v1.0.2
15062026-08-11T16:35:59.456Z Compiling indexmap v1.9.3
15072026-08-11T16:35:59.491Z Compiling crc-catalog v2.4.0
15082026-08-11T16:35:59.508Z Compiling siphasher v1.0.2
15092026-08-11T16:35:59.551Z Compiling nodrop v0.1.14
15102026-08-11T16:35:59.591Z Compiling num_threads v0.1.7
15112026-08-11T16:35:59.636Z Compiling usdt-impl v0.6.0
15122026-08-11T16:35:59.656Z Compiling crossbeam-utils v0.8.21
15132026-08-11T16:35:59.677Z Compiling zlib-rs v0.6.2
15142026-08-11T16:35:59.704Z Compiling paste v1.0.15
15152026-08-11T16:35:59.709Z Compiling unarray v0.1.4
15162026-08-11T16:35:59.751Z Compiling serde_derive v1.0.228
15172026-08-11T16:35:59.834Z Compiling zeroize_derive v1.5.0
15182026-08-11T16:35:59.848Z Compiling zerofrom-derive v0.1.6
15192026-08-11T16:35:59.965Z Compiling zerocopy-derive v0.8.40
15202026-08-11T16:35:59.991Z Compiling yoke-derive v0.8.1
15212026-08-11T16:36:00.006Z Compiling zerovec-derive v0.11.2
15222026-08-11T16:36:00.136Z Compiling displaydoc v0.2.5
15232026-08-11T16:36:00.150Z Compiling tokio-macros v2.7.0
15242026-08-11T16:36:00.416Z Compiling futures-macro v0.3.32
15252026-08-11T16:36:00.506Z Compiling zeroize v1.9.0
15262026-08-11T16:36:00.729Z Compiling thiserror-impl v2.0.18
15272026-08-11T16:36:00.971Z Compiling der_derive v0.7.3
15282026-08-11T16:36:00.997Z Compiling tracing-attributes v0.1.31
15292026-08-11T16:36:01.052Z Compiling rustls-pki-types v1.14.0
15302026-08-11T16:36:01.184Z Compiling schemars_derive v0.8.22
15312026-08-11T16:36:01.298Z Compiling crypto-common v0.1.7
15322026-08-11T16:36:01.329Z Compiling zerofrom v0.1.6
15332026-08-11T16:36:01.342Z Compiling block-buffer v0.10.4
15342026-08-11T16:36:01.347Z Compiling futures-util v0.3.32
15352026-08-11T16:36:01.468Z Compiling yoke v0.8.1
15362026-08-11T16:36:01.468Z Compiling hybrid-array v0.4.13
15372026-08-11T16:36:01.537Z Compiling digest v0.10.7
15382026-08-11T16:36:01.543Z Compiling scroll_derive v0.13.1
15392026-08-11T16:36:01.673Z Compiling zerovec v0.11.5
15402026-08-11T16:36:01.812Z Compiling zerotrie v0.2.3
15412026-08-11T16:36:01.985Z Compiling der v0.7.10
15422026-08-11T16:36:02.047Z Compiling sha2 v0.10.9
15432026-08-11T16:36:02.113Z Compiling pest_derive v2.8.6
15442026-08-11T16:36:02.129Z Compiling signature v2.2.0
15452026-08-11T16:36:02.152Z Compiling tinystr v0.8.2
15462026-08-11T16:36:02.212Z Compiling potential_utf v0.1.4
15472026-08-11T16:36:02.278Z Compiling thiserror v2.0.18
15482026-08-11T16:36:02.330Z Compiling icu_locale_core v2.1.1
15492026-08-11T16:36:02.379Z Compiling icu_collections v2.1.1
15502026-08-11T16:36:02.394Z Compiling tracing v0.1.44
15512026-08-11T16:36:02.415Z Compiling darling_macro v0.20.11
15522026-08-11T16:36:02.431Z Compiling scroll v0.13.0
15532026-08-11T16:36:02.435Z Compiling thiserror-impl v1.0.69
15542026-08-11T16:36:02.486Z Compiling openssl-macros v0.1.1
15552026-08-11T16:36:02.607Z Compiling hmac v0.12.1
15562026-08-11T16:36:02.690Z Compiling goblin v0.10.5
15572026-08-11T16:36:02.744Z Compiling packed_struct_codegen v0.10.1
15582026-08-11T16:36:02.782Z Compiling clap_derive v4.6.1
15592026-08-11T16:36:02.909Z Compiling spki v0.7.3
15602026-08-11T16:36:02.981Z Compiling bitfield-macros v0.19.4
15612026-08-11T16:36:02.989Z Compiling darling v0.20.11
15622026-08-11T16:36:03.082Z Compiling icu_provider v2.1.1
15632026-08-11T16:36:03.124Z Compiling pkcs8 v0.10.2
15642026-08-11T16:36:03.251Z Compiling zerocopy-derive v0.6.6
15652026-08-11T16:36:03.258Z Compiling derive_builder_core v0.20.2
15662026-08-11T16:36:03.371Z Compiling bytes v1.11.1
15672026-08-11T16:36:03.387Z Compiling icu_properties v2.1.2
15682026-08-11T16:36:03.404Z Compiling icu_normalizer v2.1.1
15692026-08-11T16:36:03.418Z Compiling chrono v0.4.45
15702026-08-11T16:36:03.727Z Compiling ipnet v2.11.0
15712026-08-11T16:36:03.744Z Compiling hex v0.4.3
15722026-08-11T16:36:03.760Z Compiling thiserror v1.0.69
15732026-08-11T16:36:03.870Z Compiling serde_spanned v0.6.9
15742026-08-11T16:36:03.891Z Compiling tokio v1.52.1
15752026-08-11T16:36:03.963Z Compiling http v1.4.2
15762026-08-11T16:36:04.000Z Compiling toml_datetime v0.6.11
15772026-08-11T16:36:04.038Z Compiling bitfield v0.19.4
15782026-08-11T16:36:04.112Z Compiling zerocopy v0.6.6
15792026-08-11T16:36:04.137Z Compiling pkcs1 v0.7.5
15802026-08-11T16:36:04.227Z Compiling dtrace-parser v0.3.0
15812026-08-11T16:36:04.274Z Compiling idna_adapter v1.2.1
15822026-08-11T16:36:04.339Z Compiling flate2 v1.1.9
15832026-08-11T16:36:04.418Z Compiling ppv-lite86 v0.2.21
15842026-08-11T16:36:04.441Z Compiling idna v1.1.0
15852026-08-11T16:36:04.544Z Compiling time v0.3.47
15862026-08-11T16:36:04.586Z Compiling http-body v1.0.1
15872026-08-11T16:36:04.601Z Compiling clap v4.6.1
15882026-08-11T16:36:04.743Z Compiling url v2.5.8
15892026-08-11T16:36:04.758Z Compiling rand_chacha v0.9.0
15902026-08-11T16:36:04.761Z Compiling rand_chacha v0.3.1
15912026-08-11T16:36:04.792Z Compiling http-body-util v0.1.3
15922026-08-11T16:36:04.859Z Compiling structmeta-derive v0.3.0
15932026-08-11T16:36:04.871Z Compiling scroll_derive v0.12.1
15942026-08-11T16:36:04.907Z Compiling array-init v0.0.4
15952026-08-11T16:36:04.974Z Compiling rand v0.9.2
15962026-08-11T16:36:05.043Z Compiling rand v0.8.6
15972026-08-11T16:36:05.123Z Compiling crc v3.4.0
15982026-08-11T16:36:05.427Z Compiling anstream v0.6.21
15992026-08-11T16:36:05.524Z Compiling dof v0.4.0
16002026-08-11T16:36:05.559Z Compiling proptest v1.11.0
16012026-08-11T16:36:05.574Z Compiling smallvec v0.6.14
16022026-08-11T16:36:05.574Z Compiling darling_core v0.23.0
16032026-08-11T16:36:05.708Z Compiling heapless v0.7.17
16042026-08-11T16:36:05.754Z Compiling slog v2.8.2
16052026-08-11T16:36:05.807Z Compiling thread-id v5.1.0
16062026-08-11T16:36:05.913Z Compiling env_filter v1.0.0
16072026-08-11T16:36:05.966Z Compiling cookie v0.18.1
16082026-08-11T16:36:06.014Z Compiling zstd-safe v7.2.4
16092026-08-11T16:36:06.030Z Compiling unicode-bidi v0.3.18
16102026-08-11T16:36:06.030Z Compiling winnow v0.5.40
16112026-08-11T16:36:06.035Z Compiling allocator-api2 v0.2.21
16122026-08-11T16:36:06.129Z Compiling ipnetwork v0.21.1
16132026-08-11T16:36:06.194Z Compiling unicode-properties v0.1.4
16142026-08-11T16:36:06.217Z Compiling base64 v0.21.7
16152026-08-11T16:36:06.217Z Compiling ryu v1.0.23
16162026-08-11T16:36:06.235Z Compiling hashbrown v0.12.3
16172026-08-11T16:36:06.386Z Compiling iri-string v0.7.10
16182026-08-11T16:36:06.435Z Compiling anyhow v1.0.102
16192026-08-11T16:36:06.436Z Compiling signal-hook v0.3.18
16202026-08-11T16:36:06.532Z Compiling ron v0.8.1
16212026-08-11T16:36:06.570Z Compiling oxnet v0.1.6
16222026-08-11T16:36:06.628Z Compiling stringprep v0.1.5
16232026-08-11T16:36:06.651Z Compiling serde_urlencoded v0.7.1
16242026-08-11T16:36:06.702Z Compiling rsa v0.9.10
16252026-08-11T16:36:07.027Z Compiling env_logger v0.11.9
16262026-08-11T16:36:07.057Z Compiling structmeta v0.3.0
16272026-08-11T16:36:07.085Z Compiling serde-hex v0.1.0
16282026-08-11T16:36:07.100Z Compiling scroll v0.12.0
16292026-08-11T16:36:07.113Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16302026-08-11T16:36:07.163Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16312026-08-11T16:36:07.265Z Compiling camino v1.2.2
16322026-08-11T16:36:07.391Z Compiling toml_edit v0.19.15
16332026-08-11T16:36:07.406Z Compiling bzip2 v0.4.4
16342026-08-11T16:36:07.495Z Compiling hashbrown v0.13.2
16352026-08-11T16:36:07.514Z Compiling derive_builder_macro v0.20.2
16362026-08-11T16:36:07.626Z Compiling serde_tokenstream v0.2.3
16372026-08-11T16:36:07.664Z Compiling erased-serde v0.3.31
16382026-08-11T16:36:07.819Z Compiling tokio-util v0.7.18
16392026-08-11T16:36:07.833Z Compiling tower v0.5.3
16402026-08-11T16:36:07.960Z Compiling tokio-native-tls v0.3.1
16412026-08-11T16:36:07.975Z Compiling x509-cert v0.2.5
16422026-08-11T16:36:07.995Z Compiling crypto-common v0.2.2
16432026-08-11T16:36:08.015Z Compiling block-padding v0.4.2
16442026-08-11T16:36:08.157Z Compiling newtype-uuid v1.3.2
16452026-08-11T16:36:08.183Z Compiling block-buffer v0.12.1
16462026-08-11T16:36:08.200Z Compiling md-5 v0.10.6
16472026-08-11T16:36:08.215Z Compiling darling_macro v0.23.0
16482026-08-11T16:36:08.347Z Compiling tower-http v0.6.8
16492026-08-11T16:36:08.390Z Compiling rustls-native-certs v0.8.3
16502026-08-11T16:36:08.414Z Compiling bstr v1.12.1
16512026-08-11T16:36:08.514Z Compiling h2 v0.4.15
16522026-08-11T16:36:08.708Z Compiling pin-project-internal v1.1.11
16532026-08-11T16:36:08.750Z Compiling zerocopy-derive v0.7.35
16542026-08-11T16:36:08.760Z Compiling daft-derive v0.1.7
16552026-08-11T16:36:08.854Z Compiling async-trait v0.1.89
16562026-08-11T16:36:08.880Z Compiling curve25519-dalek v4.1.3
16572026-08-11T16:36:09.063Z Compiling vergen-lib v9.1.0
16582026-08-11T16:36:09.258Z Compiling hash32 v0.2.1
16592026-08-11T16:36:09.279Z Compiling memoffset v0.9.1
16602026-08-11T16:36:09.496Z Compiling encoding_rs v0.8.35
16612026-08-11T16:36:09.540Z Compiling litrs v1.0.0
16622026-08-11T16:36:09.540Z Compiling cfg_aliases v0.2.1
16632026-08-11T16:36:09.686Z Compiling rustix v0.38.44
16642026-08-11T16:36:09.764Z Compiling ref-cast v1.0.25
16652026-08-11T16:36:09.843Z Compiling psl-types v2.0.11
16662026-08-11T16:36:09.843Z Compiling crc-any v2.5.0
16672026-08-11T16:36:09.843Z Compiling mime v0.3.17
16682026-08-11T16:36:09.843Z Compiling fallible-iterator v0.2.0
16692026-08-11T16:36:09.979Z Compiling smoltcp v0.9.1
16702026-08-11T16:36:09.979Z Compiling pin-project v1.1.11
16712026-08-11T16:36:10.093Z Compiling publicsuffix v2.3.0
16722026-08-11T16:36:10.093Z Compiling zerocopy v0.7.35
16732026-08-11T16:36:10.093Z Compiling nix v0.31.2
16742026-08-11T16:36:10.093Z Compiling daft v0.1.7
16752026-08-11T16:36:10.093Z Compiling document-features v0.2.12
16762026-08-11T16:36:10.254Z Compiling postgres-protocol v0.6.10
16772026-08-11T16:36:10.254Z Compiling toml v0.7.8
16782026-08-11T16:36:10.254Z Compiling darling v0.23.0
16792026-08-11T16:36:10.396Z Compiling inout v0.2.2
16802026-08-11T16:36:10.396Z Compiling derive_builder v0.20.2
16812026-08-11T16:36:10.396Z Compiling object v0.30.4
16822026-08-11T16:36:10.447Z Compiling zip v0.6.6
16832026-08-11T16:36:10.447Z Compiling goblin v0.8.2
16842026-08-11T16:36:10.448Z Compiling derive-ex v0.1.8
16852026-08-11T16:36:10.607Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16862026-08-11T16:36:10.674Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16872026-08-11T16:36:10.951Z Compiling futures-executor v0.3.32
16882026-08-11T16:36:11.040Z Compiling hubpack_derive v0.1.1
16892026-08-11T16:36:11.096Z Compiling regex v1.12.3
16902026-08-11T16:36:11.096Z Compiling curve25519-dalek-derive v0.1.1
16912026-08-11T16:36:11.096Z Compiling strum_macros v0.27.2
16922026-08-11T16:36:11.186Z Compiling ref-cast-impl v1.0.25
16932026-08-11T16:36:11.248Z Compiling snafu-derive v0.8.9
16942026-08-11T16:36:11.314Z Compiling phf_shared v0.13.1
16952026-08-11T16:36:11.314Z Compiling vergen v9.1.0
16962026-08-11T16:36:11.473Z Compiling cargo-platform v0.3.2
16972026-08-11T16:36:11.514Z Compiling ff v0.13.1
16982026-08-11T16:36:11.514Z Compiling fs-err v3.3.0
16992026-08-11T16:36:11.586Z Compiling jiff-core v0.1.0
17002026-08-11T16:36:11.647Z Compiling unicode-segmentation v1.12.0
17012026-08-11T16:36:11.694Z Compiling path-slash v0.1.5
17022026-08-11T16:36:11.715Z Compiling libbz2-rs-sys v0.2.2
17032026-08-11T16:36:11.745Z Compiling either v1.15.0
17042026-08-11T16:36:11.773Z Compiling hyper v1.10.1
17052026-08-11T16:36:11.861Z Compiling foldhash v0.1.5
17062026-08-11T16:36:11.926Z Compiling object v0.37.3
17072026-08-11T16:36:11.959Z Compiling foldhash v0.2.0
17082026-08-11T16:36:12.054Z Compiling base16ct v0.2.0
17092026-08-11T16:36:12.072Z Compiling bitflags v1.3.2
17102026-08-11T16:36:12.124Z Compiling managed v0.8.0
17112026-08-11T16:36:12.140Z Compiling bumpalo v3.20.2
17122026-08-11T16:36:12.208Z Compiling same-file v1.0.6
17132026-08-11T16:36:12.229Z Compiling test-strategy v0.4.5
17142026-08-11T16:36:12.274Z Compiling bzip2 v0.6.1
17152026-08-11T16:36:12.356Z Compiling zopfli v0.8.3
17162026-08-11T16:36:12.384Z Compiling walkdir v2.5.0
17172026-08-11T16:36:12.443Z Compiling jiff v0.2.34
17182026-08-11T16:36:12.486Z Compiling sec1 v0.7.3
17192026-08-11T16:36:12.665Z Compiling hashbrown v0.16.1
17202026-08-11T16:36:12.711Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17212026-08-11T16:36:12.793Z Compiling dof v0.3.0
17222026-08-11T16:36:12.810Z Compiling hashbrown v0.15.5
17232026-08-11T16:36:13.055Z Compiling hyper-util v0.1.20
17242026-08-11T16:36:13.110Z Compiling strum v0.27.2
17252026-08-11T16:36:13.191Z Compiling snafu v0.8.9
17262026-08-11T16:36:13.305Z Compiling cargo_metadata v0.23.1
17272026-08-11T16:36:13.386Z Compiling group v0.13.0
17282026-08-11T16:36:13.430Z Compiling phf v0.13.1
17292026-08-11T16:36:13.464Z Compiling hubpack v0.1.2
17302026-08-11T16:36:13.464Z Compiling futures v0.3.32
17312026-08-11T16:36:13.549Z Compiling cookie_store v0.22.1
17322026-08-11T16:36:13.582Z Compiling signal-hook-mio v0.2.5
17332026-08-11T16:36:13.614Z Compiling zstd v0.13.3
17342026-08-11T16:36:13.614Z Compiling postgres-types v0.2.12
17352026-08-11T16:36:13.681Z Compiling cipher v0.5.2
17362026-08-11T16:36:13.707Z Compiling serde_with_macros v3.21.0
17372026-08-11T16:36:13.873Z Compiling globset v0.4.18
17382026-08-11T16:36:13.947Z Compiling usdt-macro v0.6.0
17392026-08-11T16:36:13.985Z Compiling usdt-attr-macro v0.6.0
17402026-08-11T16:36:14.001Z Compiling byte-wrapper v0.1.0
17412026-08-11T16:36:14.156Z Compiling dtrace-parser v0.2.0
17422026-08-11T16:36:14.183Z Compiling ed25519 v2.2.3
17432026-08-11T16:36:14.197Z Compiling serde_plain v1.0.2
17442026-08-11T16:36:14.360Z Compiling olpc-cjson v0.1.4
17452026-08-11T16:36:14.407Z Compiling hyper-tls v0.6.0
17462026-08-11T16:36:14.533Z Compiling serde-big-array v0.5.1
17472026-08-11T16:36:14.552Z Compiling hkdf v0.12.4
17482026-08-11T16:36:14.665Z Compiling reqwest v0.12.28
17492026-08-11T16:36:14.687Z Compiling crypto-bigint v0.5.5
17502026-08-11T16:36:14.701Z Compiling enum-as-inner v0.6.1
17512026-08-11T16:36:14.745Z Compiling async-recursion v1.1.1
17522026-08-11T16:36:14.745Z Compiling strum_macros v0.26.4
17532026-08-11T16:36:14.794Z Compiling serde_repr v0.1.20
17542026-08-11T16:36:14.867Z Compiling phf_shared v0.11.3
17552026-08-11T16:36:14.879Z Compiling float-cmp v0.10.0
17562026-08-11T16:36:14.901Z Compiling pem v3.0.6
17572026-08-11T16:36:14.953Z Compiling memmap2 v0.9.10
17582026-08-11T16:36:15.041Z Compiling thread-id v4.2.2
17592026-08-11T16:36:15.070Z Compiling fixedbitset v0.4.2
17602026-08-11T16:36:15.085Z Compiling normalize-line-endings v0.3.0
17612026-08-11T16:36:15.142Z Compiling static_assertions v1.1.0
17622026-08-11T16:36:15.183Z Compiling predicates-core v1.0.10
17632026-08-11T16:36:15.199Z Compiling fixedbitset v0.5.7
17642026-08-11T16:36:15.230Z Compiling precomputed-hash v0.1.1
17652026-08-11T16:36:15.244Z Compiling data-encoding v2.10.0
17662026-08-11T16:36:16.262Z Compiling const-oid v0.10.2
17672026-08-11T16:36:16.266Z Compiling cpufeatures v0.3.0
17682026-08-11T16:36:16.266Z Compiling new_debug_unreachable v1.0.6
17692026-08-11T16:36:16.266Z Compiling typed-path v0.9.3
17702026-08-11T16:36:16.267Z Compiling whoami v2.1.0
17712026-08-11T16:36:16.267Z Compiling difflib v0.4.0
17722026-08-11T16:36:16.267Z Compiling winnow v1.0.3
17732026-08-11T16:36:16.267Z Compiling keccak v0.1.6
17742026-08-11T16:36:16.267Z Compiling toml_edit v0.22.27
17752026-08-11T16:36:16.267Z Compiling digest v0.11.3
17762026-08-11T16:36:16.267Z Compiling toml_parser v1.1.2+spec-1.1.0
17772026-08-11T16:36:16.267Z Compiling elliptic-curve v0.13.8
17782026-08-11T16:36:16.267Z Compiling predicates v3.1.4
17792026-08-11T16:36:16.267Z Compiling tokio-postgres v0.7.16
17802026-08-11T16:36:16.267Z Compiling sha3 v0.10.8
17812026-08-11T16:36:16.267Z Compiling hickory-proto v0.25.2
17822026-08-11T16:36:16.267Z Compiling petgraph v0.8.3
17832026-08-11T16:36:16.267Z Compiling string_cache v0.8.9
17842026-08-11T16:36:16.272Z Compiling chacha20 v0.10.0
17852026-08-11T16:36:16.418Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17862026-08-11T16:36:16.483Z Compiling petgraph v0.6.5
17872026-08-11T16:36:16.507Z Compiling usdt-impl v0.5.0
17882026-08-11T16:36:16.521Z Compiling usdt v0.6.0
17892026-08-11T16:36:16.597Z Compiling strum v0.26.3
17902026-08-11T16:36:16.631Z Compiling serde_with v3.21.0
17912026-08-11T16:36:16.663Z Compiling crossterm v0.28.1
17922026-08-11T16:36:16.746Z Compiling zip v4.6.1
17932026-08-11T16:36:16.815Z Compiling ed25519-dalek v2.2.0
17942026-08-11T16:36:16.895Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17952026-08-11T16:36:17.375Z Compiling iddqd v0.4.2
17962026-08-11T16:36:17.811Z Compiling heck v0.4.1
17972026-08-11T16:36:18.031Z Compiling similar v2.7.0
17982026-08-11T16:36:18.043Z Compiling itertools v0.13.0
17992026-08-11T16:36:18.058Z Compiling itertools v0.15.0
18002026-08-11T16:36:18.311Z Compiling tokio-stream v0.1.18
18012026-08-11T16:36:18.323Z Compiling buf-list v1.1.2
18022026-08-11T16:36:18.377Z Compiling crossbeam-epoch v0.9.18
18032026-08-11T16:36:18.465Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18042026-08-11T16:36:18.479Z Compiling openapiv3 v2.2.0
18052026-08-11T16:36:18.564Z Compiling lalrpop-util v0.19.12
18062026-08-11T16:36:18.623Z Compiling peg-runtime v0.8.5
18072026-08-11T16:36:18.711Z Compiling thread_local v1.1.9
18082026-08-11T16:36:18.721Z Compiling slog-async v2.8.0
18092026-08-11T16:36:18.766Z Compiling crossbeam-channel v0.5.15
18102026-08-11T16:36:18.781Z Compiling filetime v0.2.27
18112026-08-11T16:36:18.794Z Compiling is-terminal v0.4.17
18122026-08-11T16:36:18.865Z Compiling term v1.2.1
18132026-08-11T16:36:18.900Z Compiling take_mut v0.2.2
18142026-08-11T16:36:18.914Z Compiling xattr v1.6.1
18152026-08-11T16:36:18.927Z Compiling camino-tempfile v1.4.1
18162026-08-11T16:36:19.060Z Compiling tar v0.4.46
18172026-08-11T16:36:19.168Z Compiling slog-term v2.9.2
18182026-08-11T16:36:36.554Z Compiling rustls-webpki v0.103.13
18192026-08-11T16:36:39.190Z Compiling tokio-rustls v0.26.4
18202026-08-11T16:36:39.190Z Compiling rustls-platform-verifier v0.6.2
18212026-08-11T16:36:39.190Z Compiling tough v0.22.0
18222026-08-11T16:36:39.391Z Compiling hyper-rustls v0.27.7
18232026-08-11T16:36:39.586Z Compiling reqwest v0.13.2
18242026-08-11T16:36:41.713Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18252026-08-11T16:36:41.943Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18262026-08-11T16:36:44.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.57s
18272026-08-11T16:36:44.956Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18282026-08-11T16:36:45.012ZAug 11 16:36:44.009 INFO Starting download, target: Clickhouse
18292026-08-11T16:36:45.020ZAug 11 16:36:44.010 INFO Starting download, target: Cockroach
18302026-08-11T16:36:45.020ZAug 11 16:36:44.010 INFO Starting download, target: Console
18312026-08-11T16:36:45.020ZAug 11 16:36:44.010 INFO Starting download, target: DendriteStub
18322026-08-11T16:36:45.020ZAug 11 16:36:44.010 INFO Starting download, target: MaghemiteMgd
18332026-08-11T16:36:45.020ZAug 11 16:36:44.010 INFO Starting download, target: MaghemiteDdmd
18342026-08-11T16:36:45.020ZAug 11 16:36:44.010 INFO Starting download, target: TransceiverControl
18352026-08-11T16:36:45.020ZAug 11 16:36:44.010 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18362026-08-11T16:36:45.020ZAug 11 16:36:44.010 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18372026-08-11T16:36:45.020ZAug 11 16:36:44.010 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18382026-08-11T16:36:45.020ZAug 11 16:36:44.010 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18392026-08-11T16:36:45.020ZAug 11 16:36:44.010 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18402026-08-11T16:36:45.020ZAug 11 16:36:44.010 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18412026-08-11T16:36:45.020ZAug 11 16:36:44.010 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18422026-08-11T16:36:46.756ZAug 11 16:36:45.736 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18432026-08-11T16:36:46.805ZAug 11 16:36:45.799 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18442026-08-11T16:36:46.964ZAug 11 16:36:45.953 INFO Download complete, target: TransceiverControl
18452026-08-11T16:36:47.239ZAug 11 16:36:46.226 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18462026-08-11T16:36:47.496ZAug 11 16:36:46.483 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18472026-08-11T16:36:47.513ZAug 11 16:36:46.489 INFO Download complete, target: Console
18482026-08-11T16:36:47.751ZAug 11 16:36:46.728 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18492026-08-11T16:36:48.368ZAug 11 16:36:47.366 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18502026-08-11T16:36:48.760ZAug 11 16:36:47.758 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18512026-08-11T16:36:48.760ZAug 11 16:36:47.758 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18522026-08-11T16:36:49.416ZAug 11 16:36:48.417 INFO Download complete, target: MaghemiteDdmd
18532026-08-11T16:36:50.377ZAug 11 16:36:49.378 INFO Download complete, target: DendriteStub
18542026-08-11T16:36:50.960ZAug 11 16:36:49.961 INFO Download complete, target: MaghemiteMgd
18552026-08-11T16:36:53.476ZAug 11 16:36:52.461 INFO Checking that binary works, target: Cockroach
18562026-08-11T16:36:53.659ZAug 11 16:36:52.578 INFO Download complete, target: Cockroach
18572026-08-11T16:36:53.759ZAug 11 16:36:52.711 INFO Checking that binary works, target: Clickhouse
18582026-08-11T16:36:53.832ZAug 11 16:36:52.794 INFO Download complete, target: Clickhouse
18592026-08-11T16:36:53.888ZAll prerequisites installed successfully
18602026-08-11T16:36:53.888Z
18612026-08-11T16:36:53.889Zreal 1:28.739380672
18622026-08-11T16:36:53.889Zuser 7:06.526013421
18632026-08-11T16:36:53.889Zsys 1:40.398654476
18642026-08-11T16:36:53.889Ztrap 0.253771605
18652026-08-11T16:36:53.889Ztflt 0.992728676
18662026-08-11T16:36:53.889Zdflt 1.656854716
18672026-08-11T16:36:53.889Zkflt 0.026818774
18682026-08-11T16:36:53.889Zlock 26:13.827546145
18692026-08-11T16:36:53.889Zslp 19:10.560813219
18702026-08-11T16:36:53.889Zlat 23.435919477
18712026-08-11T16:36:53.889Zstop 2:49.519906316
18722026-08-11T16:36:53.889Z+ source ./tools/include/force-git-over-https.sh
18732026-08-11T16:36:53.889Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18742026-08-11T16:36:53.889Z++ (( i = 0 ))
18752026-08-11T16:36:53.889Z++ (( i < 5 ))
18762026-08-11T16:36:53.890Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18772026-08-11T16:36:53.890Z++ (( i++ ))
18782026-08-11T16:36:53.890Z++ (( i < 5 ))
18792026-08-11T16:36:53.890Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18802026-08-11T16:36:53.890Z++ (( i++ ))
18812026-08-11T16:36:53.890Z++ (( i < 5 ))
18822026-08-11T16:36:53.890Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18832026-08-11T16:36:53.890Z++ (( i++ ))
18842026-08-11T16:36:53.890Z++ (( i < 5 ))
18852026-08-11T16:36:53.890Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18862026-08-11T16:36:53.890Z++ (( i++ ))
18872026-08-11T16:36:53.890Z++ (( i < 5 ))
18882026-08-11T16:36:53.891Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18892026-08-11T16:36:53.891Z++ (( i++ ))
18902026-08-11T16:36:53.891Z++ (( i < 5 ))
18912026-08-11T16:36:53.891Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18922026-08-11T16:36:53.891Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18932026-08-11T16:36:53.891Z+ rc=0
18942026-08-11T16:36:53.891Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18952026-08-11T16:37:02.500Z+ case $rc in
18962026-08-11T16:37:02.500Z+ pfexec zfs create -p rpool/images/build/host
18972026-08-11T16:37:02.702Z+ pfexec zfs create -p rpool/images/build/recovery
18982026-08-11T16:37:02.777Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18992026-08-11T16:37:03.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19002026-08-11T16:37:03.243Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19012026-08-11T16:37:04.115Z Compiling proc-macro2 v1.0.106
19022026-08-11T16:37:04.115Z Compiling quote v1.0.45
19032026-08-11T16:37:04.118Z Compiling unicode-ident v1.0.24
19042026-08-11T16:37:04.118Z Compiling libc v0.2.185
19052026-08-11T16:37:04.118Z Compiling serde_core v1.0.228
19062026-08-11T16:37:04.118Z Compiling serde v1.0.228
19072026-08-11T16:37:04.118Z Compiling cfg-if v1.0.4
19082026-08-11T16:37:04.118Z Compiling version_check v0.9.5
19092026-08-11T16:37:04.119Z Compiling shlex v1.3.0
19102026-08-11T16:37:04.119Z Compiling find-msvc-tools v0.1.9
19112026-08-11T16:37:04.119Z Compiling autocfg v1.5.0
19122026-08-11T16:37:04.119Z Compiling zerocopy v0.8.40
19132026-08-11T16:37:04.119Z Compiling zmij v1.0.21
19142026-08-11T16:37:04.119Z Compiling portable-atomic v1.13.1
19152026-08-11T16:37:04.119Z Compiling serde_json v1.0.151
19162026-08-11T16:37:04.376Z Compiling memchr v2.8.0
19172026-08-11T16:37:04.481Z Compiling getrandom v0.4.1
19182026-08-11T16:37:04.653Z Compiling libm v0.2.16
19192026-08-11T16:37:04.656Z Compiling parking_lot_core v0.9.12
19202026-08-11T16:37:04.700Z Compiling icu_properties_data v2.1.2
19212026-08-11T16:37:04.718Z Compiling icu_normalizer_data v2.1.1
19222026-08-11T16:37:04.734Z Compiling generic-array v0.14.7
19232026-08-11T16:37:04.737Z Compiling smallvec v1.15.1
19242026-08-11T16:37:04.816Z Compiling num-traits v0.2.19
19252026-08-11T16:37:04.862Z Compiling pkg-config v0.3.32
19262026-08-11T16:37:04.880Z Compiling itoa v1.0.17
19272026-08-11T16:37:04.945Z Compiling log v0.4.29
19282026-08-11T16:37:04.993Z Compiling getrandom v0.3.4
19292026-08-11T16:37:04.993Z Compiling subtle v2.6.1
19302026-08-11T16:37:05.024Z Compiling rustix v1.1.3
19312026-08-11T16:37:05.112Z Compiling scopeguard v1.2.0
19322026-08-11T16:37:05.147Z Compiling heck v0.5.0
19332026-08-11T16:37:05.185Z Compiling stable_deref_trait v1.2.1
19342026-08-11T16:37:05.201Z Compiling jobserver v0.1.34
19352026-08-11T16:37:05.220Z Compiling lock_api v0.4.14
19362026-08-11T16:37:05.250Z Compiling errno v0.3.14
19372026-08-11T16:37:05.358Z Compiling typenum v1.20.1
19382026-08-11T16:37:05.369Z Compiling critical-section v1.2.0
19392026-08-11T16:37:05.375Z Compiling thiserror v2.0.18
19402026-08-11T16:37:05.510Z Compiling cc v1.2.56
19412026-08-11T16:37:05.524Z Compiling fs_extra v1.3.0
19422026-08-11T16:37:05.573Z Compiling rand_core v0.10.0
19432026-08-11T16:37:05.577Z Compiling dunce v1.0.5
19442026-08-11T16:37:05.700Z Compiling syn v2.0.117
19452026-08-11T16:37:05.737Z Compiling pin-project-lite v0.2.17
19462026-08-11T16:37:05.815Z Compiling percent-encoding v2.3.2
19472026-08-11T16:37:05.862Z Compiling litemap v0.8.1
19482026-08-11T16:37:05.890Z Compiling writeable v0.6.2
19492026-08-11T16:37:05.893Z Compiling rustversion v1.0.22
19502026-08-11T16:37:05.921Z Compiling schemars v0.8.22
19512026-08-11T16:37:06.014Z Compiling once_cell v1.21.3
19522026-08-11T16:37:06.044Z Compiling getrandom v0.2.17
19532026-08-11T16:37:06.171Z Compiling aws-lc-rs v1.16.3
19542026-08-11T16:37:06.174Z Compiling futures-core v0.3.32
19552026-08-11T16:37:06.261Z Compiling rand_core v0.6.4
19562026-08-11T16:37:06.329Z Compiling cmake v0.1.57
19572026-08-11T16:37:06.332Z Compiling signal-hook-registry v1.4.8
19582026-08-11T16:37:06.428Z Compiling crc32fast v1.5.0
19592026-08-11T16:37:06.485Z Compiling semver v1.0.28
19602026-08-11T16:37:06.526Z Compiling bitflags v2.11.0
19612026-08-11T16:37:06.594Z Compiling equivalent v1.0.2
19622026-08-11T16:37:06.705Z Compiling parking_lot v0.12.5
19632026-08-11T16:37:06.751Z Compiling mio v1.2.0
19642026-08-11T16:37:06.814Z Compiling const-oid v0.9.6
19652026-08-11T16:37:06.832Z Compiling httparse v1.10.1
19662026-08-11T16:37:06.920Z Compiling aws-lc-sys v0.40.0
19672026-08-11T16:37:06.944Z Compiling utf8_iter v1.0.4
19682026-08-11T16:37:06.980Z Compiling form_urlencoded v1.2.2
19692026-08-11T16:37:06.984Z Compiling socket2 v0.6.3
19702026-08-11T16:37:07.216Z Compiling byteorder v1.5.0
19712026-08-11T16:37:07.485Z Compiling fnv v1.0.7
19722026-08-11T16:37:07.522Z Compiling hashbrown v0.17.0
19732026-08-11T16:37:07.567Z Compiling vcpkg v0.2.15
19742026-08-11T16:37:07.586Z Compiling syn v1.0.109
19752026-08-11T16:37:07.645Z Compiling strsim v0.11.1
19762026-08-11T16:37:07.804Z Compiling rustls v0.23.41
19772026-08-11T16:37:07.830Z Compiling futures-sink v0.3.32
19782026-08-11T16:37:07.947Z Compiling futures-task v0.3.32
19792026-08-11T16:37:07.973Z Compiling futures-channel v0.3.32
19802026-08-11T16:37:07.973Z Compiling slab v0.4.12
19812026-08-11T16:37:08.019Z Compiling radium v0.7.0
19822026-08-11T16:37:08.022Z Compiling futures-io v0.3.32
19832026-08-11T16:37:08.187Z Compiling openssl-sys v0.9.117
19842026-08-11T16:37:08.187Z Compiling thiserror v1.0.69
19852026-08-11T16:37:08.236Z Compiling indexmap v2.14.0
19862026-08-11T16:37:08.357Z Compiling iana-time-zone v0.1.65
19872026-08-11T16:37:08.361Z Compiling maybe-uninit v2.0.0
19882026-08-11T16:37:08.414Z Compiling base64 v0.22.1
19892026-08-11T16:37:08.465Z Compiling rustc_version v0.4.1
19902026-08-11T16:37:08.541Z Compiling synstructure v0.13.2
19912026-08-11T16:37:08.575Z Compiling serde_derive_internals v0.29.1
19922026-08-11T16:37:08.646Z Compiling ucd-trie v0.1.7
19932026-08-11T16:37:08.779Z Compiling bzip2-sys v0.1.13+1.0.8
19942026-08-11T16:37:08.829Z Compiling ahash v0.8.12
19952026-08-11T16:37:08.907Z Compiling pest v2.8.6
19962026-08-11T16:37:08.910Z Compiling time-core v0.1.8
19972026-08-11T16:37:08.944Z Compiling packed_struct v0.10.1
19982026-08-11T16:37:08.944Z Compiling ident_case v1.0.1
19992026-08-11T16:37:08.962Z Compiling num-conv v0.2.0
20002026-08-11T16:37:08.967Z Compiling num-bigint-dig v0.8.6
20012026-08-11T16:37:09.087Z Compiling uuid v1.23.4
20022026-08-11T16:37:09.106Z Compiling openssl v0.10.80
20032026-08-11T16:37:09.153Z Compiling paste v1.0.15
20042026-08-11T16:37:09.158Z Compiling time-macros v0.2.27
20052026-08-11T16:37:09.174Z Compiling regex-syntax v0.8.10
20062026-08-11T16:37:09.245Z Compiling fastrand v2.3.0
20072026-08-11T16:37:09.378Z Compiling indexmap v1.9.3
20082026-08-11T16:37:09.430Z Compiling base64ct v1.8.3
20092026-08-11T16:37:09.540Z Compiling dyn-clone v1.0.20
20102026-08-11T16:37:09.643Z Compiling rand_core v0.9.5
20112026-08-11T16:37:09.657Z Compiling slog v2.8.2
20122026-08-11T16:37:09.700Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20132026-08-11T16:37:09.747Z Compiling pem-rfc7468 v0.7.0
20142026-08-11T16:37:09.786Z Compiling native-tls v0.2.18
20152026-08-11T16:37:09.814Z Compiling serde_derive v1.0.228
20162026-08-11T16:37:09.898Z Compiling zeroize_derive v1.5.0
20172026-08-11T16:37:09.925Z Compiling zerofrom-derive v0.1.6
20182026-08-11T16:37:09.996Z Compiling zerocopy-derive v0.8.40
20192026-08-11T16:37:10.022Z Compiling yoke-derive v0.8.1
20202026-08-11T16:37:10.045Z Compiling zerovec-derive v0.11.2
20212026-08-11T16:37:10.062Z Compiling displaydoc v0.2.5
20222026-08-11T16:37:10.098Z Compiling tokio-macros v2.7.0
20232026-08-11T16:37:10.117Z Compiling futures-macro v0.3.32
20242026-08-11T16:37:10.200Z Compiling thiserror-impl v2.0.18
20252026-08-11T16:37:10.227Z Compiling der_derive v0.7.3
20262026-08-11T16:37:10.538Z Compiling zeroize v1.9.0
20272026-08-11T16:37:10.788Z Compiling schemars_derive v0.8.22
20282026-08-11T16:37:10.806Z Compiling tracing-attributes v0.1.31
20292026-08-11T16:37:10.948Z Compiling futures-util v0.3.32
20302026-08-11T16:37:11.044Z Compiling thiserror-impl v1.0.69
20312026-08-11T16:37:11.107Z Compiling zerofrom v0.1.6
20322026-08-11T16:37:11.260Z Compiling yoke v0.8.1
20332026-08-11T16:37:11.312Z Compiling crypto-common v0.1.7
20342026-08-11T16:37:11.430Z Compiling block-buffer v0.10.4
20352026-08-11T16:37:11.458Z Compiling zerovec v0.11.5
20362026-08-11T16:37:11.481Z Compiling zerotrie v0.2.3
20372026-08-11T16:37:11.627Z Compiling digest v0.10.7
20382026-08-11T16:37:11.836Z Compiling pest_meta v2.8.6
20392026-08-11T16:37:11.908Z Compiling clap_derive v4.6.1
20402026-08-11T16:37:11.958Z Compiling packed_struct_codegen v0.10.1
20412026-08-11T16:37:12.008Z Compiling tinystr v0.8.2
20422026-08-11T16:37:12.073Z Compiling potential_utf v0.1.4
20432026-08-11T16:37:12.115Z Compiling zerocopy-derive v0.6.6
20442026-08-11T16:37:12.167Z Compiling bitfield-macros v0.19.4
20452026-08-11T16:37:12.230Z Compiling icu_collections v2.1.1
20462026-08-11T16:37:12.262Z Compiling icu_locale_core v2.1.1
20472026-08-11T16:37:12.977Z Compiling pest_generator v2.8.6
20482026-08-11T16:37:13.030Z Compiling icu_provider v2.1.1
20492026-08-11T16:37:13.049Z Compiling openssl-macros v0.1.1
20502026-08-11T16:37:13.066Z Compiling scroll_derive v0.13.1
20512026-08-11T16:37:13.234Z Compiling bytes v1.11.1
20522026-08-11T16:37:13.272Z Compiling chrono v0.4.45
20532026-08-11T16:37:13.425Z Compiling icu_normalizer v2.1.1
20542026-08-11T16:37:13.485Z Compiling icu_properties v2.1.2
20552026-08-11T16:37:13.658Z Compiling pest_derive v2.8.6
20562026-08-11T16:37:13.849Z Compiling tokio v1.52.1
20572026-08-11T16:37:13.878Z Compiling flagset v0.4.7
20582026-08-11T16:37:13.935Z Compiling camino v1.2.2
20592026-08-11T16:37:14.073Z Compiling crossbeam-utils v0.8.21
20602026-08-11T16:37:14.138Z Compiling der v0.7.10
20612026-08-11T16:37:14.180Z Compiling http v1.4.2
20622026-08-11T16:37:14.380Z Compiling idna_adapter v1.2.1
20632026-08-11T16:37:14.558Z Compiling ppv-lite86 v0.2.21
20642026-08-11T16:37:14.579Z Compiling idna v1.1.0
20652026-08-11T16:37:14.869Z Compiling rustls-pki-types v1.14.0
20662026-08-11T16:37:14.883Z Compiling url v2.5.8
20672026-08-11T16:37:14.905Z Compiling daft-derive v0.1.7
20682026-08-11T16:37:14.983Z Compiling structmeta-derive v0.3.0
20692026-08-11T16:37:15.127Z Compiling tempfile v3.25.0
20702026-08-11T16:37:15.650Z Compiling rand_chacha v0.9.0
20712026-08-11T16:37:15.669Z Compiling spki v0.7.3
20722026-08-11T16:37:15.795Z Compiling hex v0.4.3
20732026-08-11T16:37:15.956Z Compiling async-trait v0.1.89
20742026-08-11T16:37:16.027Z Compiling structmeta v0.3.0
20752026-08-11T16:37:16.152Z Compiling cookie v0.18.1
20762026-08-11T16:37:16.193Z Compiling utf8parse v0.2.2
20772026-08-11T16:37:16.287Z Compiling plain v0.2.3
20782026-08-11T16:37:16.329Z Compiling rand v0.9.2
20792026-08-11T16:37:16.409Z Compiling tracing-core v0.1.36
20802026-08-11T16:37:16.582Z Compiling spin v0.9.8
20812026-08-11T16:37:16.668Z Compiling aho-corasick v1.1.4
20822026-08-11T16:37:16.842Z Compiling cpufeatures v0.2.17
20832026-08-11T16:37:16.847Z Compiling untrusted v0.7.1
20842026-08-11T16:37:16.933Z Compiling anstyle v1.0.14
20852026-08-11T16:37:17.012Z Compiling simd-adler32 v0.3.8
20862026-08-11T16:37:17.073Z Compiling tracing v0.1.44
20872026-08-11T16:37:17.136Z Compiling http-body v1.0.1
20882026-08-11T16:37:17.191Z Compiling pkcs8 v0.10.2
20892026-08-11T16:37:17.390Z Compiling pin-project-internal v1.1.11
20902026-08-11T16:37:17.499Z Compiling regex-automata v0.4.14
20912026-08-11T16:37:17.548Z Compiling colorchoice v1.0.4
20922026-08-11T16:37:17.561Z Compiling zstd-safe v7.2.4
20932026-08-11T16:37:17.621Z Compiling is_terminal_polyfill v1.70.2
20942026-08-11T16:37:17.689Z Compiling tinyvec_macros v0.1.1
20952026-08-11T16:37:17.749Z Compiling atomic-waker v1.1.2
20962026-08-11T16:37:17.753Z Compiling cmov v0.5.4
20972026-08-11T16:37:17.783Z Compiling anstyle-query v1.1.5
20982026-08-11T16:37:17.802Z Compiling adler2 v2.0.1
20992026-08-11T16:37:17.816Z Compiling usdt-impl v0.6.0
21002026-08-11T16:37:17.819Z Compiling untrusted v0.9.0
21012026-08-11T16:37:17.914Z Compiling pretty-hex v0.4.1
21022026-08-11T16:37:17.953Z Compiling tokio-util v0.7.18
21032026-08-11T16:37:17.989Z Compiling openssl-probe v0.2.1
21042026-08-11T16:37:18.052Z Compiling ctutils v0.4.2
21052026-08-11T16:37:18.079Z Compiling miniz_oxide v0.8.9
21062026-08-11T16:37:18.095Z Compiling tinyvec v1.10.0
21072026-08-11T16:37:18.186Z Compiling sha2 v0.10.9
21082026-08-11T16:37:18.516Z Compiling derive-ex v0.1.8
21092026-08-11T16:37:18.629Z Compiling scroll v0.13.0
21102026-08-11T16:37:18.663Z Compiling serde_tokenstream v0.2.3
21112026-08-11T16:37:18.839Z Compiling scroll_derive v0.12.1
21122026-08-11T16:37:18.916Z Compiling heapless v0.7.17
21132026-08-11T16:37:19.016Z Compiling signal-hook v0.3.18
21142026-08-11T16:37:19.032Z Compiling anyhow v1.0.102
21152026-08-11T16:37:19.089Z Compiling zlib-rs v0.6.2
21162026-08-11T16:37:19.188Z Compiling tower-service v0.3.3
21172026-08-11T16:37:19.215Z Compiling rustix v0.38.44
21182026-08-11T16:37:19.323Z Compiling tower-layer v0.3.3
21192026-08-11T16:37:19.340Z Compiling try-lock v0.2.5
21202026-08-11T16:37:19.420Z Compiling litrs v1.0.0
21212026-08-11T16:37:19.625Z Compiling h2 v0.4.15
21222026-08-11T16:37:19.639Z Compiling want v0.3.1
21232026-08-11T16:37:19.850Z Compiling goblin v0.10.5
21242026-08-11T16:37:19.888Z Compiling document-features v0.2.12
21252026-08-11T16:37:20.001Z Compiling test-strategy v0.4.5
21262026-08-11T16:37:20.017Z Compiling hybrid-array v0.4.13
21272026-08-11T16:37:20.127Z Compiling anstyle-parse v1.0.0
21282026-08-11T16:37:20.144Z Compiling ipnet v2.11.0
21292026-08-11T16:37:20.367Z Compiling snafu-derive v0.8.9
21302026-08-11T16:37:20.415Z Compiling strum_macros v0.26.4
21312026-08-11T16:37:20.528Z Compiling darling_core v0.23.0
21322026-08-11T16:37:20.606Z Compiling darling_core v0.20.11
21332026-08-11T16:37:20.822Z Compiling wait-timeout v0.2.1
21342026-08-11T16:37:20.849Z Compiling tap v1.0.1
21352026-08-11T16:37:20.975Z Compiling bit-vec v0.8.0
21362026-08-11T16:37:21.043Z Compiling httpdate v1.0.3
21372026-08-11T16:37:21.272Z Compiling flate2 v1.1.9
21382026-08-11T16:37:21.294Z Compiling powerfmt v0.2.0
21392026-08-11T16:37:21.440Z Compiling foreign-types-shared v0.1.1
21402026-08-11T16:37:21.616Z Compiling quick-error v1.2.3
21412026-08-11T16:37:21.625Z Compiling foreign-types v0.3.2
21422026-08-11T16:37:21.676Z Compiling rusty-fork v0.3.1
21432026-08-11T16:37:21.692Z Compiling deranged v0.5.8
21442026-08-11T16:37:21.707Z Compiling bit-set v0.8.0
21452026-08-11T16:37:21.803Z Compiling wyz v0.5.1
21462026-08-11T16:37:21.916Z Compiling anstream v1.0.0
21472026-08-11T16:37:22.034Z Compiling unicode-normalization v0.1.25
21482026-08-11T16:37:22.150Z Compiling rand_chacha v0.3.1
21492026-08-11T16:37:22.431Z Compiling dtrace-parser v0.3.0
21502026-08-11T16:37:22.530Z Compiling toml_datetime v0.6.11
21512026-08-11T16:37:22.555Z Compiling darling_macro v0.20.11
21522026-08-11T16:37:22.572Z Compiling dof v0.4.0
21532026-08-11T16:37:22.690Z Compiling darling_macro v0.23.0
21542026-08-11T16:37:22.746Z Compiling serde_spanned v0.6.9
21552026-08-11T16:37:22.762Z Compiling hyper v1.10.1
21562026-08-11T16:37:22.841Z Compiling signature v2.2.0
21572026-08-11T16:37:22.897Z Compiling terminal_size v0.4.3
21582026-08-11T16:37:22.937Z Compiling rand_xorshift v0.4.0
21592026-08-11T16:37:22.970Z Compiling zerocopy-derive v0.7.35
21602026-08-11T16:37:23.061Z Compiling curve25519-dalek v4.1.3
21612026-08-11T16:37:23.151Z Compiling num-integer v0.1.46
21622026-08-11T16:37:23.259Z Compiling thread-id v5.1.0
21632026-08-11T16:37:23.348Z Compiling memoffset v0.9.1
21642026-08-11T16:37:23.364Z Compiling num_threads v0.1.7
21652026-08-11T16:37:23.477Z Compiling funty v2.0.0
21662026-08-11T16:37:23.498Z Compiling unarray v0.1.4
21672026-08-11T16:37:23.524Z Compiling clap_lex v1.0.0
21682026-08-11T16:37:23.579Z Compiling ref-cast v1.0.25
21692026-08-11T16:37:23.714Z Compiling smoltcp v0.9.1
21702026-08-11T16:37:23.821Z Compiling bitvec v1.0.1
21712026-08-11T16:37:23.838Z Compiling time v0.3.47
21722026-08-11T16:37:23.895Z Compiling clap_builder v4.6.0
21732026-08-11T16:37:24.025Z Compiling hyper-util v0.1.20
21742026-08-11T16:37:24.195Z Compiling proptest v1.11.0
21752026-08-11T16:37:24.297Z Compiling num-iter v0.1.45
21762026-08-11T16:37:24.834Z Compiling darling v0.23.0
21772026-08-11T16:37:25.024Z Compiling darling v0.20.11
21782026-08-11T16:37:25.084Z Compiling rand v0.8.6
21792026-08-11T16:37:25.738Z Compiling lazy_static v1.5.0
21802026-08-11T16:37:25.872Z Compiling ipnetwork v0.21.1
21812026-08-11T16:37:26.058Z Compiling anstyle-parse v0.2.7
21822026-08-11T16:37:26.421Z Compiling erased-serde v0.3.31
21832026-08-11T16:37:26.559Z Compiling hmac v0.12.1
21842026-08-11T16:37:26.796Z Compiling async-recursion v1.1.1
21852026-08-11T16:37:27.030Z Compiling sync_wrapper v1.0.2
21862026-08-11T16:37:27.329Z Compiling nodrop v0.1.14
21872026-08-11T16:37:27.385Z Compiling siphasher v1.0.2
21882026-08-11T16:37:27.580Z Compiling cfg_aliases v0.2.1
21892026-08-11T16:37:27.595Z Compiling crc-catalog v2.4.0
21902026-08-11T16:37:27.659Z Compiling array-init v0.0.4
21912026-08-11T16:37:27.676Z Compiling nix v0.31.2
21922026-08-11T16:37:27.707Z Compiling crc v3.4.0
21932026-08-11T16:37:28.048Z Compiling tower v0.5.3
21942026-08-11T16:37:28.505Z Compiling newtype-uuid v1.3.2
21952026-08-11T16:37:28.547Z Compiling anstream v0.6.21
21962026-08-11T16:37:28.662Z Compiling oxnet v0.1.6
21972026-08-11T16:37:28.680Z Compiling clap v4.6.1
21982026-08-11T16:37:28.805Z Compiling derive_builder_core v0.20.2
21992026-08-11T16:37:28.842Z Compiling smallvec v0.6.14
22002026-08-11T16:37:28.875Z Compiling serde_with_macros v3.21.0
22012026-08-11T16:37:29.063Z Compiling regex v1.12.3
22022026-08-11T16:37:29.472Z Compiling http-body-util v0.1.3
22032026-08-11T16:37:29.580Z Compiling pkcs1 v0.7.5
22042026-08-11T16:37:29.766Z Compiling bitfield v0.19.4
22052026-08-11T16:37:29.785Z Compiling zerocopy v0.6.6
22062026-08-11T16:37:29.797Z Compiling hubpack_derive v0.1.1
22072026-08-11T16:37:29.834Z Compiling curve25519-dalek-derive v0.1.1
22082026-08-11T16:37:29.855Z Compiling strum_macros v0.27.2
22092026-08-11T16:37:29.886Z Compiling ref-cast-impl v1.0.25
22102026-08-11T16:37:30.065Z Compiling env_filter v1.0.0
22112026-08-11T16:37:30.132Z Compiling fs-err v3.3.0
22122026-08-11T16:37:30.192Z Compiling usdt-impl v0.5.0
22132026-08-11T16:37:30.256Z Compiling encoding_rs v0.8.35
22142026-08-11T16:37:30.283Z Compiling winnow v0.5.40
22152026-08-11T16:37:30.337Z Compiling iri-string v0.7.10
22162026-08-11T16:37:30.356Z Compiling base64 v0.21.7
22172026-08-11T16:37:30.414Z Compiling ryu v1.0.23
22182026-08-11T16:37:30.464Z Compiling unicode-properties v0.1.4
22192026-08-11T16:37:30.582Z Compiling object v0.37.3
22202026-08-11T16:37:30.599Z Compiling allocator-api2 v0.2.21
22212026-08-11T16:37:30.682Z Compiling hashbrown v0.12.3
22222026-08-11T16:37:30.761Z Compiling mime v0.3.17
22232026-08-11T16:37:30.849Z Compiling unicode-bidi v0.3.18
22242026-08-11T16:37:31.159Z Compiling stringprep v0.1.5
22252026-08-11T16:37:31.306Z Compiling serde_urlencoded v0.7.1
22262026-08-11T16:37:31.535Z Compiling tower-http v0.6.8
22272026-08-11T16:37:31.608Z Compiling toml_edit v0.19.15
22282026-08-11T16:37:31.624Z Compiling ron v0.8.1
22292026-08-11T16:37:31.841Z Compiling env_logger v0.11.9
22302026-08-11T16:37:31.978Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22312026-08-11T16:37:32.166Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22322026-08-11T16:37:32.523Z Compiling rsa v0.9.10
22332026-08-11T16:37:32.963Z Compiling derive_builder_macro v0.20.2
22342026-08-11T16:37:33.082Z Compiling serde-hex v0.1.0
22352026-08-11T16:37:33.202Z Compiling daft v0.1.7
22362026-08-11T16:37:33.399Z Compiling hashbrown v0.13.2
22372026-08-11T16:37:33.473Z Compiling tokio-native-tls v0.3.1
22382026-08-11T16:37:33.489Z Compiling bzip2 v0.4.4
22392026-08-11T16:37:33.539Z Compiling usdt-attr-macro v0.6.0
22402026-08-11T16:37:33.668Z Compiling usdt-macro v0.6.0
22412026-08-11T16:37:33.691Z Compiling block-buffer v0.12.1
22422026-08-11T16:37:33.710Z Compiling crypto-common v0.2.2
22432026-08-11T16:37:33.873Z Compiling block-padding v0.4.2
22442026-08-11T16:37:33.936Z Compiling bstr v1.12.1
22452026-08-11T16:37:34.038Z Compiling scroll v0.12.0
22462026-08-11T16:37:34.328Z Compiling rustls-native-certs v0.8.3
22472026-08-11T16:37:34.360Z Compiling x509-cert v0.2.5
22482026-08-11T16:37:34.547Z Compiling md-5 v0.10.6
22492026-08-11T16:37:34.619Z Compiling hash32 v0.2.1
22502026-08-11T16:37:34.648Z Compiling vergen-lib v9.1.0
22512026-08-11T16:37:34.869Z Compiling psl-types v2.0.11
22522026-08-11T16:37:35.013Z Compiling crc-any v2.5.0
22532026-08-11T16:37:35.087Z Compiling fallible-iterator v0.2.0
22542026-08-11T16:37:35.265Z Compiling publicsuffix v2.3.0
22552026-08-11T16:37:35.412Z Compiling postgres-protocol v0.6.10
22562026-08-11T16:37:35.712Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22572026-08-11T16:37:36.331Z Compiling goblin v0.8.2
22582026-08-11T16:37:36.473Z Compiling toml v0.7.8
22592026-08-11T16:37:36.513Z Compiling inout v0.2.2
22602026-08-11T16:37:36.527Z Compiling object v0.30.4
22612026-08-11T16:37:36.625Z Compiling zip v0.6.6
22622026-08-11T16:37:36.632Z Compiling hyper-tls v0.6.0
22632026-08-11T16:37:36.880Z Compiling derive_builder v0.20.2
22642026-08-11T16:37:37.332Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22652026-08-11T16:37:37.515Z Compiling phf_shared v0.13.1
22662026-08-11T16:37:37.671Z Compiling zerocopy v0.7.35
22672026-08-11T16:37:37.872Z Compiling pin-project v1.1.11
22682026-08-11T16:37:37.925Z Compiling futures-executor v0.3.32
22692026-08-11T16:37:38.049Z Compiling enum-as-inner v0.6.1
22702026-08-11T16:37:38.110Z Compiling serde_repr v0.1.20
22712026-08-11T16:37:38.163Z Compiling vergen v9.1.0
22722026-08-11T16:37:38.236Z Compiling ff v0.13.1
22732026-08-11T16:37:38.266Z Compiling cargo-platform v0.3.2
22742026-08-11T16:37:38.405Z Compiling foldhash v0.2.0
22752026-08-11T16:37:38.460Z Compiling unicode-segmentation v1.12.0
22762026-08-11T16:37:38.574Z Compiling bumpalo v3.20.2
22772026-08-11T16:37:38.628Z Compiling base16ct v0.2.0
22782026-08-11T16:37:38.629Z Compiling cpufeatures v0.3.0
22792026-08-11T16:37:38.629Z Compiling foldhash v0.1.5
22802026-08-11T16:37:38.645Z Compiling libbz2-rs-sys v0.2.2
22812026-08-11T16:37:38.722Z Compiling either v1.15.0
22822026-08-11T16:37:38.783Z Compiling managed v0.8.0
22832026-08-11T16:37:38.807Z Compiling path-slash v0.1.5
22842026-08-11T16:37:38.842Z Compiling same-file v1.0.6
22852026-08-11T16:37:38.855Z Compiling bitflags v1.3.2
22862026-08-11T16:37:38.878Z Compiling jiff-core v0.1.0
22872026-08-11T16:37:38.966Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22882026-08-11T16:37:39.015Z Compiling walkdir v2.5.0
22892026-08-11T16:37:39.022Z Compiling hashbrown v0.15.5
22902026-08-11T16:37:39.039Z Compiling zopfli v0.8.3
22912026-08-11T16:37:39.266Z Compiling bzip2 v0.6.1
22922026-08-11T16:37:39.290Z Compiling sec1 v0.7.3
22932026-08-11T16:37:39.340Z Compiling dof v0.3.0
22942026-08-11T16:37:39.417Z Compiling hashbrown v0.16.1
22952026-08-11T16:37:39.504Z Compiling cargo_metadata v0.23.1
22962026-08-11T16:37:39.588Z Compiling group v0.13.0
22972026-08-11T16:37:39.619Z Compiling jiff v0.2.34
22982026-08-11T16:37:39.645Z Compiling futures v0.3.32
22992026-08-11T16:37:39.822Z Compiling snafu v0.8.9
23002026-08-11T16:37:40.159Z Compiling phf v0.13.1
23012026-08-11T16:37:40.363Z Compiling zstd v0.13.3
23022026-08-11T16:37:40.639Z Compiling reqwest v0.12.28
23032026-08-11T16:37:40.686Z Compiling cipher v0.5.2
23042026-08-11T16:37:40.798Z Compiling signal-hook-mio v0.2.5
23052026-08-11T16:37:40.885Z Compiling cookie_store v0.22.1
23062026-08-11T16:37:41.026Z Compiling postgres-types v0.2.12
23072026-08-11T16:37:41.140Z Compiling globset v0.4.18
23082026-08-11T16:37:41.262Z Compiling strum v0.27.2
23092026-08-11T16:37:41.473Z Compiling hubpack v0.1.2
23102026-08-11T16:37:41.502Z Compiling phf_shared v0.11.3
23112026-08-11T16:37:41.578Z Compiling hkdf v0.12.4
23122026-08-11T16:37:41.605Z Compiling dtrace-parser v0.2.0
23132026-08-11T16:37:41.620Z Compiling ed25519 v2.2.3
23142026-08-11T16:37:41.696Z Compiling byte-wrapper v0.1.0
23152026-08-11T16:37:41.702Z Compiling olpc-cjson v0.1.4
23162026-08-11T16:37:41.796Z Compiling pem v3.0.6
23172026-08-11T16:37:41.864Z Compiling serde-big-array v0.5.1
23182026-08-11T16:37:41.895Z Compiling serde_plain v1.0.2
23192026-08-11T16:37:42.031Z Compiling crypto-bigint v0.5.5
23202026-08-11T16:37:42.142Z Compiling float-cmp v0.10.0
23212026-08-11T16:37:42.190Z Compiling thread-id v4.2.2
23222026-08-11T16:37:42.292Z Compiling memmap2 v0.9.10
23232026-08-11T16:37:42.352Z Compiling predicates-core v1.0.10
23242026-08-11T16:37:42.494Z Compiling whoami v2.1.0
23252026-08-11T16:37:42.517Z Compiling normalize-line-endings v0.3.0
23262026-08-11T16:37:42.551Z Compiling winnow v0.7.14
23272026-08-11T16:37:42.563Z Compiling new_debug_unreachable v1.0.6
23282026-08-11T16:37:42.664Z Compiling static_assertions v1.1.0
23292026-08-11T16:37:42.757Z Compiling typed-path v0.9.3
23302026-08-11T16:37:42.809Z Compiling const-oid v0.10.2
23312026-08-11T16:37:42.827Z Compiling fixedbitset v0.5.7
23322026-08-11T16:37:42.868Z Compiling keccak v0.1.6
23332026-08-11T16:37:43.024Z Compiling fixedbitset v0.4.2
23342026-08-11T16:37:43.072Z Compiling precomputed-hash v0.1.1
23352026-08-11T16:37:43.135Z Compiling winnow v1.0.3
23362026-08-11T16:37:43.159Z Compiling toml_write v0.1.2
23372026-08-11T16:37:43.174Z Compiling difflib v0.4.0
23382026-08-11T16:37:43.268Z Compiling data-encoding v2.10.0
23392026-08-11T16:37:43.298Z Compiling chacha20 v0.10.0
23402026-08-11T16:37:43.424Z Compiling petgraph v0.6.5
23412026-08-11T16:37:43.454Z Compiling string_cache v0.8.9
23422026-08-11T16:37:43.475Z Compiling toml_parser v1.1.2+spec-1.1.0
23432026-08-11T16:37:43.641Z Compiling hickory-proto v0.25.2
23442026-08-11T16:37:43.646Z Compiling predicates v3.1.4
23452026-08-11T16:37:43.680Z Compiling petgraph v0.8.3
23462026-08-11T16:37:43.819Z Compiling digest v0.11.3
23472026-08-11T16:37:43.918Z Compiling toml_edit v0.22.27
23482026-08-11T16:37:44.018Z Compiling sha3 v0.10.8
23492026-08-11T16:37:44.054Z Compiling elliptic-curve v0.13.8
23502026-08-11T16:37:44.285Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23512026-08-11T16:37:44.301Z Compiling tokio-postgres v0.7.16
23522026-08-11T16:37:44.364Z Compiling usdt v0.6.0
23532026-08-11T16:37:44.809Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23542026-08-11T16:37:44.871Z Compiling zip v4.6.1
23552026-08-11T16:37:45.152Z Compiling ed25519-dalek v2.2.0
23562026-08-11T16:37:45.740Z Compiling crossterm v0.28.1
23572026-08-11T16:37:46.106Z Compiling iddqd v0.4.2
23582026-08-11T16:37:46.130Z Compiling crossbeam-epoch v0.9.18
23592026-08-11T16:37:46.259Z Compiling itertools v0.15.0
23602026-08-11T16:37:46.349Z Compiling itertools v0.13.0
23612026-08-11T16:37:46.385Z Compiling similar v2.7.0
23622026-08-11T16:37:46.415Z Compiling heck v0.4.1
23632026-08-11T16:37:46.456Z Compiling serde_with v3.21.0
23642026-08-11T16:37:46.532Z Compiling strum v0.26.3
23652026-08-11T16:37:46.631Z Compiling tokio-stream v0.1.18
23662026-08-11T16:37:46.720Z Compiling buf-list v1.1.2
23672026-08-11T16:37:46.798Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23682026-08-11T16:37:46.984Z Compiling openapiv3 v2.2.0
23692026-08-11T16:37:47.125Z Compiling peg-runtime v0.8.5
23702026-08-11T16:37:47.214Z Compiling lalrpop-util v0.19.12
23712026-08-11T16:37:53.361Z Compiling filetime v0.2.27
23722026-08-11T16:37:53.403Z Compiling xattr v1.6.1
23732026-08-11T16:37:54.601Z Compiling tar v0.4.46
23742026-08-11T16:38:01.511Z Compiling rustls-webpki v0.103.13
23752026-08-11T16:38:02.189Z Compiling multer v3.1.0
23762026-08-11T16:38:02.314Z Compiling thread_local v1.1.9
23772026-08-11T16:38:02.400Z Compiling slog-async v2.8.0
23782026-08-11T16:38:02.663Z Compiling rayon-core v1.13.0
23792026-08-11T16:38:02.683Z Compiling compression-core v0.4.31
23802026-08-11T16:38:02.907Z Compiling match_cfg v0.1.0
23812026-08-11T16:38:02.924Z Compiling compression-codecs v0.4.37
23822026-08-11T16:38:02.998Z Compiling hostname v0.3.1
23832026-08-11T16:38:03.056Z Compiling atomicwrites v0.4.4
23842026-08-11T16:38:03.083Z Compiling camino-tempfile v1.4.1
23852026-08-11T16:38:03.099Z Compiling crossbeam-channel v0.5.15
23862026-08-11T16:38:03.173Z Compiling slog-json v2.6.1
23872026-08-11T16:38:03.191Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23882026-08-11T16:38:03.299Z Compiling half v2.7.1
23892026-08-11T16:38:03.358Z Compiling async-stream-impl v0.3.6
23902026-08-11T16:38:03.446Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23912026-08-11T16:38:03.462Z Compiling serde_path_to_error v0.1.20
23922026-08-11T16:38:03.490Z Compiling toml_datetime v1.1.1+spec-1.1.0
23932026-08-11T16:38:03.507Z Compiling serde_spanned v1.1.1
23942026-08-11T16:38:03.680Z Compiling is-terminal v0.4.17
23952026-08-11T16:38:03.694Z Compiling fs-err v2.11.0
23962026-08-11T16:38:03.809Z Compiling dropshot v0.17.1
23972026-08-11T16:38:03.826Z Compiling take_mut v0.2.2
23982026-08-11T16:38:03.870Z Compiling ciborium-io v0.2.2
23992026-08-11T16:38:03.936Z Compiling debug-ignore v1.0.5
24002026-08-11T16:38:03.952Z Compiling toml_writer v1.1.1+spec-1.1.0
24012026-08-11T16:38:03.955Z Compiling term v1.2.1
24022026-08-11T16:38:03.983Z Compiling async-stream v0.3.6
24032026-08-11T16:38:03.988Z Compiling ciborium-ll v0.2.2
24042026-08-11T16:38:04.068Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24052026-08-11T16:38:04.113Z Compiling slog-bunyan v2.5.0
24062026-08-11T16:38:04.140Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24072026-08-11T16:38:04.159Z Compiling toml v1.1.2+spec-1.1.0
24082026-08-11T16:38:04.191Z Compiling async-compression v0.4.41
24092026-08-11T16:38:04.249Z Compiling crossbeam-deque v0.8.6
24102026-08-11T16:38:04.283Z Compiling slog-term v2.9.2
24112026-08-11T16:38:04.316Z Compiling sha1 v0.11.0
24122026-08-11T16:38:04.498Z Compiling parse-display-derive v0.10.0
24132026-08-11T16:38:04.512Z Compiling dropshot_endpoint v0.17.1
24142026-08-11T16:38:04.675Z Compiling newtype-uuid-macros v0.1.0
24152026-08-11T16:38:04.777Z Compiling waitgroup v0.1.2
24162026-08-11T16:38:04.964Z Compiling rustls-pemfile v2.2.0
24172026-08-11T16:38:05.095Z Compiling tokio-rustls v0.26.4
24182026-08-11T16:38:05.237Z Compiling rustls-platform-verifier v0.6.2
24192026-08-11T16:38:05.269Z Compiling tough v0.22.0
24202026-08-11T16:38:05.386Z Compiling hyper-rustls v0.27.7
24212026-08-11T16:38:05.430Z Compiling backon v1.6.0
24222026-08-11T16:38:05.458Z Compiling blake3 v1.8.5
24232026-08-11T16:38:05.536Z Compiling hostname v0.4.2
24242026-08-11T16:38:05.556Z Compiling instant v0.1.13
24252026-08-11T16:38:05.692Z Compiling reqwest v0.13.2
24262026-08-11T16:38:05.709Z Compiling backoff v0.4.0
24272026-08-11T16:38:05.709Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24282026-08-11T16:38:05.743Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24292026-08-11T16:38:05.999Z Compiling parse-display v0.10.0
24302026-08-11T16:38:06.088Z Compiling ciborium v0.2.2
24312026-08-11T16:38:06.113Z Compiling toml v0.8.23
24322026-08-11T16:38:06.337Z Compiling regress v0.10.5
24332026-08-11T16:38:06.504Z Compiling itertools v0.14.0
24342026-08-11T16:38:06.618Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24352026-08-11T16:38:06.804Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24362026-08-11T16:38:06.970Z Compiling macaddr v1.0.1
24372026-08-11T16:38:07.060Z Compiling parse-size v1.1.0
24382026-08-11T16:38:07.247Z Compiling arrayref v0.3.9
24392026-08-11T16:38:07.263Z Compiling indent_write v2.2.0
24402026-08-11T16:38:07.278Z Compiling humantime v2.3.0
24412026-08-11T16:38:07.340Z Compiling arrayvec v0.7.6
24422026-08-11T16:38:07.437Z Compiling constant_time_eq v0.4.2
24432026-08-11T16:38:07.645Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24442026-08-11T16:38:07.741Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24452026-08-11T16:38:07.790Z Compiling digest-io v0.1.0
24462026-08-11T16:38:07.916Z Compiling sha2 v0.11.0
24472026-08-11T16:38:07.955Z Compiling display-error-chain v0.2.2
24482026-08-11T16:38:08.033Z Compiling rawzip v0.4.4
24492026-08-11T16:38:08.115Z Compiling topological-sort v0.2.2
24502026-08-11T16:38:08.131Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24512026-08-11T16:38:08.259Z Compiling shell-words v1.1.1
24522026-08-11T16:38:08.896Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24532026-08-11T16:38:09.207Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24542026-08-11T16:38:15.409Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24552026-08-11T16:38:17.496Z Compiling progenitor-client v0.14.0
24562026-08-11T16:38:17.496Z Compiling omicron-zone-package v0.12.3
24572026-08-11T16:38:17.741Z Compiling progenitor-extras v0.2.0
24582026-08-11T16:38:17.961Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24592026-08-11T16:38:18.090Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24602026-08-11T16:38:18.210Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24612026-08-11T16:38:18.291Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24622026-08-11T16:38:18.902Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24632026-08-11T16:38:23.008Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24642026-08-11T16:38:26.451Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24652026-08-11T16:38:40.141Z Finished `release` profile [optimized] target(s) in 1m 36s
24662026-08-11T16:38:40.288Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24672026-08-11T16:38:40.347ZAug 11 16:38:39.345 DEBG changing working directory to /work/oxidecomputer/omicron
24682026-08-11T16:38:40.441ZAug 11 16:38:39.438 DEBG running: git rev-parse HEAD
24692026-08-11T16:38:40.445ZAug 11 16:38:39.440 DEBG process exited with exit status: 0 (2.434553ms)
24702026-08-11T16:38:40.445ZAug 11 16:38:39.440 INFO version: 22.0.0-0.ci+git7649f3c7afa
24712026-08-11T16:38:40.453ZAug 11 16:38:39.449 INFO cloning helios to /work/oxidecomputer/helios
24722026-08-11T16:38:40.453ZAug 11 16:38:39.449 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24732026-08-11T16:38:40.459ZCloning into '/work/oxidecomputer/helios'...
24742026-08-11T16:38:41.229ZAug 11 16:38:40.230 DEBG process exited with exit status: 0 (780.888601ms)
24752026-08-11T16:38:41.229ZAug 11 16:38:40.230 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24762026-08-11T16:38:41.232ZAug 11 16:38:40.232 DEBG process exited with exit status: 0 (2.583303ms)
24772026-08-11T16:38:41.232ZAug 11 16:38:40.232 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24782026-08-11T16:38:41.592ZAug 11 16:38:40.586 DEBG process exited with exit status: 0 (353.387554ms)
24792026-08-11T16:38:41.592ZAug 11 16:38:40.586 DEBG running: zfs list rpool/images/build/host
24802026-08-11T16:38:41.595ZNAME USED AVAIL REFER MOUNTPOINT
24812026-08-11T16:38:41.595Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24822026-08-11T16:38:41.595ZAug 11 16:38:40.590 DEBG process exited with exit status: 0 (4.277694ms)
24832026-08-11T16:38:41.595ZAug 11 16:38:40.590 DEBG running: zfs list rpool/images/build/recovery
24842026-08-11T16:38:41.595ZNAME USED AVAIL REFER MOUNTPOINT
24852026-08-11T16:38:41.595Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24862026-08-11T16:38:41.595ZAug 11 16:38:40.593 DEBG process exited with exit status: 0 (3.396604ms)
24872026-08-11T16:38:41.595ZAug 11 16:38:40.593 INFO console assets match pinned console commit (398e00c75e352effcfede8d950f99cac7b8e4311)
24882026-08-11T16:38:41.605ZAug 11 16:38:40.606 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 2026073100.0.0; the console needs a client regen and tools/console_version needs a bump
24892026-08-11T16:38:41.608ZAug 11 16:38:40.607 INFO [hubris-production] running task
24902026-08-11T16:38:41.608ZAug 11 16:38:40.607 INFO [incorp-manifest] running task
24912026-08-11T16:38:41.608ZAug 11 16:38:40.607 INFO [hubris-staging] running task
24922026-08-11T16:38:41.608ZAug 11 16:38:40.607 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24932026-08-11T16:38:41.608ZAug 11 16:38:40.608 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24942026-08-11T16:38:41.608ZAug 11 16:38:40.608 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
24952026-08-11T16:38:41.608ZAug 11 16:38:40.608 INFO [incorp-create] running: pkgrepo create /work/incorporation
24962026-08-11T16:38:41.649Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24972026-08-11T16:38:41.713Z[ omicron-package] Blocking waiting for file lock on package cache
24982026-08-11T16:38:41.850ZAug 11 16:38:40.849 INFO [incorp-create] process exited with exit status: 0 (240.187063ms)
24992026-08-11T16:38:41.853ZAug 11 16:38:40.849 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25002026-08-11T16:38:42.118ZAug 11 16:38:41.119 INFO [incorp-publisher] process exited with exit status: 0 (270.129809ms)
25012026-08-11T16:38:42.365Z[ omicron-package] Blocking waiting for file lock on package cache
25022026-08-11T16:38:42.862ZAug 11 16:38:41.862 INFO [hubris-production] task succeeded (1.254837971s)
25032026-08-11T16:38:43.215ZAug 11 16:38:42.214 DEBG process exited with exit status: 0 (1.607096354s)
25042026-08-11T16:38:43.215ZAug 11 16:38:42.214 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25052026-08-11T16:38:43.648Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25062026-08-11T16:38:43.651Z[ omicron-package] Compiling secrecy v0.10.3
25072026-08-11T16:38:43.651Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25082026-08-11T16:38:43.651Z[ omicron-package] Compiling heapless v0.8.0
25092026-08-11T16:38:43.651Z[ omicron-package] Compiling ingot-macros v0.2.0
25102026-08-11T16:38:43.651Z[ omicron-package] Compiling hash32 v0.3.1
25112026-08-11T16:38:43.651Z[ omicron-package] Compiling inout v0.1.4
25122026-08-11T16:38:43.651Z[ omicron-package] Compiling unicode-width v0.2.0
25132026-08-11T16:38:43.651Z[ omicron-package] Compiling smoltcp v0.11.0
25142026-08-11T16:38:43.651Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25152026-08-11T16:38:43.651Z[ omicron-package] Compiling cobs v0.3.0
25162026-08-11T16:38:43.651Z[ omicron-package] Compiling universal-hash v0.5.1
25172026-08-11T16:38:43.651Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25182026-08-11T16:38:43.651Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25192026-08-11T16:38:43.651Z[ omicron-package] Compiling convert_case v0.4.0
25202026-08-11T16:38:43.651Z[ omicron-package] Compiling opaque-debug v0.3.1
25212026-08-11T16:38:44.215Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25222026-08-11T16:38:44.455Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25232026-08-11T16:38:44.460Z[ omicron-package] Compiling cipher v0.4.4
25242026-08-11T16:38:44.460Z[ omicron-package] Compiling poly1305 v0.8.0
25252026-08-11T16:38:44.534Z[ omicron-package] Compiling postcard v1.1.3
25262026-08-11T16:38:44.859Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25272026-08-11T16:38:44.892Z[ omicron-package] Compiling chacha20 v0.9.1
25282026-08-11T16:38:44.896Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25292026-08-11T16:38:44.909Z[ omicron-package] Compiling derive_more v0.99.20
25302026-08-11T16:38:44.983Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25312026-08-11T16:38:45.041Z[ omicron-package] Compiling password-hash v0.5.0
25322026-08-11T16:38:45.068Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25332026-08-11T16:38:45.089Z[ omicron-package] Compiling blake2 v0.10.6
25342026-08-11T16:38:45.127Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25352026-08-11T16:38:45.127Z[ omicron-package] Compiling aead v0.5.2
25362026-08-11T16:38:45.132Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25372026-08-11T16:38:45.345Z[ omicron-package] Compiling proc-macro-error v1.0.4
25382026-08-11T16:38:45.421Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25392026-08-11T16:38:45.488Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25402026-08-11T16:38:45.562Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25412026-08-11T16:38:45.633Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25422026-08-11T16:38:45.733Z[ omicron-package] Compiling num_enum_derive v0.7.6
25432026-08-11T16:38:45.814Z[ omicron-package] Compiling vsss-rs v3.3.4
25442026-08-11T16:38:45.821ZAug 11 16:38:44.820 DEBG process exited with exit status: 0 (2.605703013s)
25452026-08-11T16:38:45.830ZAug 11 16:38:44.831 INFO [incorp-manifest] task succeeded (4.22432584s)
25462026-08-11T16:38:45.834ZAug 11 16:38:44.831 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25472026-08-11T16:38:45.852Z[ omicron-package] Compiling num_enum_derive v0.5.11
25482026-08-11T16:38:46.007Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25492026-08-11T16:38:46.040ZAug 11 16:38:45.040 INFO [incorp-fmt] process exited with exit status: 0 (208.326078ms)
25502026-08-11T16:38:46.045ZAug 11 16:38:45.040 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25512026-08-11T16:38:46.168Z[ omicron-package] Compiling argon2 v0.5.3
25522026-08-11T16:38:46.206Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25532026-08-11T16:38:46.280Z[ omicron-package] Compiling foreign-types v0.5.0
25542026-08-11T16:38:46.397Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260811T163845Z
25552026-08-11T16:38:46.397Z[ incorp-pkgsend] PUBLISHED
25562026-08-11T16:38:46.418Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25572026-08-11T16:38:46.449ZAug 11 16:38:45.450 INFO [incorp-pkgsend] process exited with exit status: 0 (409.731388ms)
25582026-08-11T16:38:46.453ZAug 11 16:38:45.452 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25592026-08-11T16:38:46.481Z[ omicron-package] Compiling tabwriter v1.4.1
25602026-08-11T16:38:46.503Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25612026-08-11T16:38:46.503Z[ omicron-package] Compiling cstr-argument v0.1.2
25622026-08-11T16:38:46.575Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25632026-08-11T16:38:46.630Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25642026-08-11T16:38:46.696Z[ helios-incorp] Retrieving packages for publisher helios ...
25652026-08-11T16:38:46.699Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25662026-08-11T16:38:46.723Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25672026-08-11T16:38:46.723Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25682026-08-11T16:38:46.723Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25692026-08-11T16:38:46.728Z[ helios-incorp]
25702026-08-11T16:38:46.728Z[ helios-incorp] Archiving packages ...
25712026-08-11T16:38:46.730Z[ helios-incorp] Packages to add: 1
25722026-08-11T16:38:46.730Z[ helios-incorp] Files to retrieve: 0
25732026-08-11T16:38:46.730Z[ helios-incorp] Estimated transfer size: 0.00 B
25742026-08-11T16:38:46.730Z[ helios-incorp]
25752026-08-11T16:38:46.730Z[ helios-incorp] Packages to archive:
25762026-08-11T16:38:46.730Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260811T163845Z
25772026-08-11T16:38:46.730Z[ helios-incorp]
25782026-08-11T16:38:46.730Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25792026-08-11T16:38:46.731Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25802026-08-11T16:38:46.764Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25812026-08-11T16:38:46.792ZAug 11 16:38:45.790 INFO [helios-incorp] process exited with exit status: 0 (339.820368ms)
25822026-08-11T16:38:46.946Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25832026-08-11T16:38:47.024Z[ omicron-package] Compiling rayon v1.11.0
25842026-08-11T16:38:47.085Z[ omicron-package] Compiling num_enum v0.5.11
25852026-08-11T16:38:47.117Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25862026-08-11T16:38:47.157Z[ omicron-package] Compiling rand v0.10.1
25872026-08-11T16:38:47.160Z[ omicron-package] Compiling num_enum v0.7.6
25882026-08-11T16:38:47.294Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25892026-08-11T16:38:47.308Z[ omicron-package] Compiling libefi-sys v0.1.0
25902026-08-11T16:38:47.347Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25912026-08-11T16:38:47.350Z[ omicron-package] Compiling colored v3.1.1
25922026-08-11T16:38:47.350Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25932026-08-11T16:38:47.376Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25942026-08-11T16:38:47.439Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25952026-08-11T16:38:47.459Z[ omicron-package] Compiling ingot-types v0.2.0
25962026-08-11T16:38:47.459Z[ omicron-package] Compiling itertools v0.12.1
25972026-08-11T16:38:47.661Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25982026-08-11T16:38:47.661Z[ omicron-package] Compiling usdt-macro v0.5.0
25992026-08-11T16:38:47.711Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26002026-08-11T16:38:47.717Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26012026-08-11T16:38:47.796Z[ omicron-package] Compiling memmap v0.7.0
26022026-08-11T16:38:47.915Z[ omicron-package] Compiling sigpipe v0.1.3
26032026-08-11T16:38:48.036Z[ omicron-package] Compiling ingot v0.2.1
26042026-08-11T16:38:48.090Z[ omicron-package] Compiling num-derive v0.4.2
26052026-08-11T16:38:48.093Z[ omicron-package] Compiling bitfield-struct v0.6.2
26062026-08-11T16:38:48.093Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26072026-08-11T16:38:48.118Z[ omicron-package] Compiling swrite v0.1.0
26082026-08-11T16:38:48.123Z[ omicron-package] Compiling glob v0.3.3
26092026-08-11T16:38:48.582Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26102026-08-11T16:38:48.629Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26112026-08-11T16:38:48.712Z[ omicron-package] Compiling usdt v0.5.0
26122026-08-11T16:38:48.783Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26132026-08-11T16:38:48.817Z[ omicron-package] Compiling smf v0.2.3
26142026-08-11T16:38:48.893Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26152026-08-11T16:38:48.968Z[ omicron-package] Compiling whoami v1.6.1
26162026-08-11T16:38:49.034Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26172026-08-11T16:38:49.078Z[ omicron-package] Compiling zone v0.3.1
26182026-08-11T16:38:49.184Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26192026-08-11T16:38:49.217Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26202026-08-11T16:38:49.220Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26212026-08-11T16:38:49.279Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26222026-08-11T16:38:49.372Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26232026-08-11T16:38:49.446Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26242026-08-11T16:38:49.556Z[ omicron-package] Compiling console v0.16.2
26252026-08-11T16:38:49.615Z[ omicron-package] Compiling gethostname v0.5.0
26262026-08-11T16:38:49.695Z[ omicron-package] Compiling unit-prefix v0.5.2
26272026-08-11T16:38:49.766Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26282026-08-11T16:38:50.082Z[ omicron-package] Compiling indicatif v0.18.4
26292026-08-11T16:38:50.412Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26302026-08-11T16:38:52.172Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26312026-08-11T16:38:53.390Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26322026-08-11T16:38:56.010Z[ helios-setup] Aug 11 16:38:55.011 INFO helios repository root is: /work/oxidecomputer/helios
26332026-08-11T16:38:56.014Z[ helios-setup] Aug 11 16:38:55.012 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: None, fixup: [] }, project: bootserver
26342026-08-11T16:38:56.014Z[ helios-setup] Aug 11 16:38:55.012 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26352026-08-11T16:38:56.014Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26362026-08-11T16:38:56.542Z[ helios-setup] Aug 11 16:38:55.543 INFO clone ok!, project: bootserver
26372026-08-11T16:38:56.546Z[ helios-setup] Aug 11 16:38:55.543 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26382026-08-11T16:38:56.546Z[ helios-setup] Aug 11 16:38:55.543 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
26392026-08-11T16:38:56.546Z[ helios-setup] Aug 11 16:38:55.543 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26402026-08-11T16:38:56.546Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26412026-08-11T16:38:57.019Z[ helios-setup] Aug 11 16:38:56.020 INFO clone ok!, project: pinprick
26422026-08-11T16:38:57.019Z[ helios-setup] Aug 11 16:38:56.020 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
26432026-08-11T16:38:57.023Z[ helios-setup] Aug 11 16:38:56.020 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26442026-08-11T16:38:57.023Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26452026-08-11T16:38:57.574ZAug 11 16:38:56.574 INFO [hubris-staging] task succeeded (15.967378469s)
26462026-08-11T16:38:57.591Z[ helios-setup] Aug 11 16:38:56.591 INFO clone ok!, project: phbl
26472026-08-11T16:38:57.594Z[ helios-setup] Aug 11 16:38:56.591 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
26482026-08-11T16:38:57.594Z[ helios-setup] Aug 11 16:38:56.591 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26492026-08-11T16:38:57.594Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26502026-08-11T16:38:58.482Z[ helios-setup] Aug 11 16:38:57.483 INFO clone ok!, project: chelsio-t6-roms
26512026-08-11T16:38:58.486Z[ helios-setup] Aug 11 16:38:57.483 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
26522026-08-11T16:38:58.486Z[ helios-setup] Aug 11 16:38:57.483 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26532026-08-11T16:38:58.486Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26542026-08-11T16:38:58.528Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26552026-08-11T16:38:59.595Z[ helios-setup] Aug 11 16:38:58.596 INFO clone ok!, project: pilot
26562026-08-11T16:38:59.598Z[ helios-setup] Aug 11 16:38:58.596 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
26572026-08-11T16:38:59.598Z[ helios-setup] Aug 11 16:38:58.596 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26582026-08-11T16:38:59.598Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26592026-08-11T16:39:01.445Z[ helios-setup] Aug 11 16:39:00.445 INFO clone ok!, project: dmar-report
26602026-08-11T16:39:01.447Z[ helios-setup] Aug 11 16:39:00.446 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26612026-08-11T16:39:01.448Z[ helios-setup] Aug 11 16:39:00.446 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
26622026-08-11T16:39:01.448Z[ helios-setup] Aug 11 16:39:00.446 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
26632026-08-11T16:39:01.448Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26642026-08-11T16:39:01.781Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26652026-08-11T16:39:02.256Z[ helios-setup] Aug 11 16:39:01.256 INFO clone ok!, project: amd-host-image-builder
26662026-08-11T16:39:02.263Z[ helios-setup] Aug 11 16:39:01.256 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26672026-08-11T16:39:02.263Z[ helios-setup] Aug 11 16:39:01.256 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
26682026-08-11T16:39:02.263Z[ helios-setup] Aug 11 16:39:01.256 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26692026-08-11T16:39:02.263Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26702026-08-11T16:39:02.810Z[ helios-setup] Aug 11 16:39:01.811 INFO clone ok!, project: image-builder
26712026-08-11T16:39:02.813Z[ helios-setup] Aug 11 16:39:01.811 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
26722026-08-11T16:39:02.813Z[ helios-setup] Aug 11 16:39:01.811 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26732026-08-11T16:39:02.813Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26742026-08-11T16:39:02.887Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26752026-08-11T16:39:12.385Z[ omicron-package] Finished `release` profile [optimized] target(s) in 30.77s
26762026-08-11T16:39:12.610Z[ omicron-package]
26772026-08-11T16:39:12.610Z[ omicron-package] real 30.943527516
26782026-08-11T16:39:12.613Z[ omicron-package] user 2:54.857647141
26792026-08-11T16:39:12.613Z[ omicron-package] sys 20.740990702
26802026-08-11T16:39:12.613Z[ omicron-package] trap 0.265933547
26812026-08-11T16:39:12.613Z[ omicron-package] tflt 0.739335372
26822026-08-11T16:39:12.613Z[ omicron-package] dflt 2.213536093
26832026-08-11T16:39:12.613Z[ omicron-package] kflt 0.000131350
26842026-08-11T16:39:12.613Z[ omicron-package] lock 8:03.426411528
26852026-08-11T16:39:12.613Z[ omicron-package] slp 4:17.001986656
26862026-08-11T16:39:12.613Z[ omicron-package] lat 34.396712830
26872026-08-11T16:39:12.613Z[ omicron-package] stop 1:18.086348134
26882026-08-11T16:39:12.613ZAug 11 16:39:11.610 INFO [omicron-package] process exited with exit status: 0 (31.001491543s)
26892026-08-11T16:39:12.613ZAug 11 16:39:11.610 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26902026-08-11T16:39:12.614ZAug 11 16:39:11.610 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26912026-08-11T16:39:12.619Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26922026-08-11T16:39:12.619Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26932026-08-11T16:39:12.623Z[ recovery-target] Created new build target 'recovery' and set it as active
26942026-08-11T16:39:12.623Z[ host-target] Created new build target 'host' and set it as active
26952026-08-11T16:39:12.626ZAug 11 16:39:11.624 INFO [host-target] process exited with exit status: 0 (13.943706ms)
26962026-08-11T16:39:12.626ZAug 11 16:39:11.624 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
26972026-08-11T16:39:12.626ZAug 11 16:39:11.624 INFO [recovery-target] process exited with exit status: 0 (13.985866ms)
26982026-08-11T16:39:12.629Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
26992026-08-11T16:39:13.413Z[ helios-setup] Aug 11 16:39:12.414 INFO clone ok!, project: amd-firmware
27002026-08-11T16:39:13.416Z[ helios-setup] Aug 11 16:39:12.414 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27012026-08-11T16:39:13.635Z[ helios-setup] Aug 11 16:39:12.635 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27022026-08-11T16:39:13.850Z[ helios-setup] Aug 11 16:39:12.851 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27032026-08-11T16:39:13.850Z[ helios-setup] Aug 11 16:39:12.851 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27042026-08-11T16:39:14.062Z[ helios-setup] Aug 11 16:39:13.063 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27052026-08-11T16:39:14.095Z[ host-package] Compiling heck v0.5.0
27062026-08-11T16:39:14.095Z[ host-package] Compiling regress v0.11.1
27072026-08-11T16:39:14.271Z[ helios-setup] Aug 11 16:39:13.272 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27082026-08-11T16:39:14.271Z[ helios-setup] Aug 11 16:39:13.272 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27092026-08-11T16:39:14.325Z[ host-package] Compiling unsafe-libyaml v0.2.11
27102026-08-11T16:39:14.369Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27112026-08-11T16:39:14.398Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27122026-08-11T16:39:14.421Z[ host-package] Compiling derive-where v1.6.0
27132026-08-11T16:39:14.421Z[ host-package] Compiling bytecount v0.6.9
27142026-08-11T16:39:14.464Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27152026-08-11T16:39:14.464Z[ host-package] Compiling atomicwrites v0.4.4
27162026-08-11T16:39:14.465Z[ host-package] Compiling is-terminal v0.4.17
27172026-08-11T16:39:14.467Z[ host-package] Compiling prettyplease v0.2.37
27182026-08-11T16:39:14.467Z[ host-package] Compiling console v0.15.11
27192026-08-11T16:39:14.467Z[ host-package] Compiling newline-converter v0.3.0
27202026-08-11T16:39:14.509Z[ helios-setup] Aug 11 16:39:13.509 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27212026-08-11T16:39:14.531Z[ host-package] Compiling slog-dtrace v0.3.0
27222026-08-11T16:39:14.572Z[ host-package] Compiling resolv-conf v0.7.6
27232026-08-11T16:39:14.616Z[ host-package] Compiling num-rational v0.4.2
27242026-08-11T16:39:14.660Z[ host-package] Compiling num-complex v0.4.6
27252026-08-11T16:39:14.663Z[ host-package] Compiling thread_local v1.1.9
27262026-08-11T16:39:14.705Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27272026-08-11T16:39:14.725Z[ host-package] Compiling cancel-safe-futures v0.1.5
27282026-08-11T16:39:14.776Z[ helios-setup] Aug 11 16:39:13.777 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27292026-08-11T16:39:14.779Z[ helios-setup] Aug 11 16:39:13.777 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27302026-08-11T16:39:14.780Z[ helios-setup] Aug 11 16:39:13.777 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27312026-08-11T16:39:14.780Z[ helios-setup] Aug 11 16:39:13.777 INFO ok!
27322026-08-11T16:39:14.780Z[ helios-setup] Aug 11 16:39:13.777 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27332026-08-11T16:39:14.780Z[ helios-setup] Aug 11 16:39:13.777 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27342026-08-11T16:39:14.780Z[ helios-setup] Aug 11 16:39:13.777 INFO ok!
27352026-08-11T16:39:14.780Z[ helios-setup] Aug 11 16:39:13.777 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27362026-08-11T16:39:14.780Z[ helios-setup] Aug 11 16:39:13.777 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27372026-08-11T16:39:14.780Z[ helios-setup] Aug 11 16:39:13.777 INFO ok!
27382026-08-11T16:39:14.780Z[ helios-setup] Aug 11 16:39:13.777 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
27392026-08-11T16:39:14.785Z[ helios-setup] Aug 11 16:39:13.786 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
27402026-08-11T16:39:14.785Z[ helios-setup] Aug 11 16:39:13.786 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27412026-08-11T16:39:14.788Z[ helios-setup] Aug 11 16:39:13.786 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27422026-08-11T16:39:14.822Z[ host-package] Compiling match_cfg v0.1.0
27432026-08-11T16:39:14.886Z[ helios-setup] Aug 11 16:39:13.886 INFO E| Downloading crates ...
27442026-08-11T16:39:14.929Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27452026-08-11T16:39:14.933Z[ helios-setup] Aug 11 16:39:13.929 INFO E| Downloaded digest v0.10.3
27462026-08-11T16:39:14.933Z[ helios-setup] Aug 11 16:39:13.931 INFO E| Downloaded block-buffer v0.10.3
27472026-08-11T16:39:14.936Z[ host-package] Compiling expectorate v1.2.0
27482026-08-11T16:39:14.940Z[ helios-setup] Aug 11 16:39:13.938 INFO E| Downloaded unicode-width v0.1.10
27492026-08-11T16:39:14.940Z[ helios-setup] Aug 11 16:39:13.939 INFO E| Downloaded anyhow v1.0.62
27502026-08-11T16:39:14.943Z[ helios-setup] Aug 11 16:39:13.944 INFO E| Downloaded miniz_oxide v0.6.2
27512026-08-11T16:39:14.946Z[ helios-setup] Aug 11 16:39:13.946 INFO E| Downloaded cpufeatures v0.2.5
27522026-08-11T16:39:14.946Z[ helios-setup] Aug 11 16:39:13.947 INFO E| Downloaded generic-array v0.14.6
27532026-08-11T16:39:14.949Z[ helios-setup] Aug 11 16:39:13.949 INFO E| Downloaded sha2 v0.10.5
27542026-08-11T16:39:14.954Z[ helios-setup] Aug 11 16:39:13.953 INFO E| Downloaded typenum v1.15.0
27552026-08-11T16:39:14.957Z[ helios-setup] Aug 11 16:39:13.956 INFO E| Downloaded bytes v1.2.1
27562026-08-11T16:39:14.960Z[ helios-setup] Aug 11 16:39:13.958 INFO E| Downloaded flate2 v1.0.25
27572026-08-11T16:39:14.997Z[ helios-setup] Aug 11 16:39:13.997 INFO E| Compiling typenum v1.15.0
27582026-08-11T16:39:14.997Z[ helios-setup] Aug 11 16:39:13.997 INFO E| Compiling version_check v0.9.4
27592026-08-11T16:39:14.998Z[ helios-setup] Aug 11 16:39:13.997 INFO E| Compiling crc32fast v1.3.2
27602026-08-11T16:39:14.998Z[ helios-setup] Aug 11 16:39:13.997 INFO E| Compiling cfg-if v1.0.0
27612026-08-11T16:39:15.005Z[ host-package] Compiling unicode-width v0.1.14
27622026-08-11T16:39:15.010Z[ helios-setup] Aug 11 16:39:14.007 INFO E| Compiling adler v1.0.2
27632026-08-11T16:39:15.010Z[ helios-setup] Aug 11 16:39:14.007 INFO E| Compiling anyhow v1.0.62
27642026-08-11T16:39:15.011Z[ helios-setup] Aug 11 16:39:14.007 INFO E| Compiling cpufeatures v0.2.5
27652026-08-11T16:39:15.011Z[ helios-setup] Aug 11 16:39:14.007 INFO E| Compiling unicode-width v0.1.10
27662026-08-11T16:39:15.011Z[ helios-setup] Aug 11 16:39:14.007 INFO E| Compiling bytes v1.2.1
27672026-08-11T16:39:15.011Z[ helios-setup] Aug 11 16:39:14.007 INFO E| Compiling bitflags v1.3.2
27682026-08-11T16:39:15.040Z[ host-package] Compiling compression-core v0.4.31
27692026-08-11T16:39:15.160Z[ helios-setup] Aug 11 16:39:14.161 INFO E| Compiling getopts v0.2.21
27702026-08-11T16:39:15.180Z[ helios-setup] Aug 11 16:39:14.181 INFO E| Compiling miniz_oxide v0.6.2
27712026-08-11T16:39:15.186Z[ host-package] Compiling num v0.4.3
27722026-08-11T16:39:15.282Z[ host-package] Compiling hostname v0.3.1
27732026-08-11T16:39:15.409Z[ host-package] Compiling multer v3.1.0
27742026-08-11T16:39:15.465Z[ host-package] Compiling slog-async v2.8.0
27752026-08-11T16:39:15.558Z[ host-package] Compiling compression-codecs v0.4.37
27762026-08-11T16:39:15.644Z[ helios-setup] Aug 11 16:39:14.644 INFO E| Compiling generic-array v0.14.6
27772026-08-11T16:39:15.656Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27782026-08-11T16:39:15.699Z[ host-package] Compiling oxide-update-engine-types v0.1.2
27792026-08-11T16:39:15.699Z[ host-package] Compiling crossbeam-channel v0.5.15
27802026-08-11T16:39:15.703Z[ host-package] Compiling slog-json v2.6.1
27812026-08-11T16:39:15.708Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
27822026-08-11T16:39:15.812Z[ helios-setup] Aug 11 16:39:14.813 INFO E| Compiling flate2 v1.0.25
27832026-08-11T16:39:15.898Z[ host-package] Compiling serde_spanned v1.1.1
27842026-08-11T16:39:15.902Z[ host-package] Compiling float-ord v0.3.2
27852026-08-11T16:39:15.905Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
27862026-08-11T16:39:15.984Z[ host-package] Compiling term v1.2.1
27872026-08-11T16:39:15.987Z[ host-package] Compiling linked-hash-map v0.5.6
27882026-08-11T16:39:16.082Z[ host-package] Compiling typify-impl v0.6.2
27892026-08-11T16:39:16.111Z[ host-package] Compiling take_mut v0.2.2
27902026-08-11T16:39:16.252Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27912026-08-11T16:39:16.252Z[ host-package] Compiling async-compression v0.4.41
27922026-08-11T16:39:16.442Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
27932026-08-11T16:39:16.462Z[ host-package] Compiling slog-bunyan v2.5.0
27942026-08-11T16:39:16.465Z[ host-package] Compiling slog-term v2.9.2
27952026-08-11T16:39:16.570Z[ host-package] Compiling lru-cache v0.1.2
27962026-08-11T16:39:16.710Z[ helios-setup] Aug 11 16:39:15.710 INFO E| Compiling block-buffer v0.10.3
27972026-08-11T16:39:16.710Z[ helios-setup] Aug 11 16:39:15.710 INFO E| Compiling crypto-common v0.1.6
27982026-08-11T16:39:16.737Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27992026-08-11T16:39:16.796Z[ host-package] Compiling async-stream v0.3.6
28002026-08-11T16:39:16.814Z[ helios-setup] Aug 11 16:39:15.814 INFO E| Compiling digest v0.10.3
28012026-08-11T16:39:16.919Z[ host-package] Compiling dropshot v0.17.1
28022026-08-11T16:39:17.005Z[ helios-setup] Aug 11 16:39:16.005 INFO E| Compiling sha2 v0.10.5
28032026-08-11T16:39:17.011Z[ host-package] Compiling progenitor-client v0.14.0
28042026-08-11T16:39:17.066Z[ host-package] Compiling sha1 v0.11.0
28052026-08-11T16:39:17.116Z[ host-package] Compiling waitgroup v0.1.2
28062026-08-11T16:39:17.120Z[ host-package] Compiling rustls-pemfile v2.2.0
28072026-08-11T16:39:17.160Z[ host-package] Compiling backon v1.6.0
28082026-08-11T16:39:17.160Z[ host-package] Compiling serde_path_to_error v0.1.20
28092026-08-11T16:39:17.226Z[ helios-setup] Aug 11 16:39:16.226 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
28102026-08-11T16:39:17.304Z[ host-package] Compiling hostname v0.4.2
28112026-08-11T16:39:17.383Z[ host-package] Compiling instant v0.1.13
28122026-08-11T16:39:17.419Z[ host-package] Compiling debug-ignore v1.0.5
28132026-08-11T16:39:17.451Z[ host-package] Compiling linear-map v1.2.0
28142026-08-11T16:39:17.505Z[ host-package] Compiling minimal-lexical v0.2.1
28152026-08-11T16:39:17.559Z[ host-package] Compiling backoff v0.4.0
28162026-08-11T16:39:17.648Z[ host-package] Compiling progenitor-extras v0.2.0
28172026-08-11T16:39:17.651Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28182026-08-11T16:39:17.716Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28192026-08-11T16:39:17.754Z[ host-package] Compiling oxide-update-engine v0.1.2
28202026-08-11T16:39:17.830Z[ host-package] Compiling nom v7.1.3
28212026-08-11T16:39:17.872Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28222026-08-11T16:39:17.895Z[ host-package] Compiling parse-display v0.10.0
28232026-08-11T16:39:17.987Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28242026-08-11T16:39:18.047Z[ host-package] Compiling hickory-proto v0.24.4
28252026-08-11T16:39:18.398Z[ host-package] Compiling regress v0.10.5
28262026-08-11T16:39:18.508Z[ host-package] Compiling itertools v0.14.0
28272026-08-11T16:39:18.967Z[ host-package] Compiling macaddr v1.0.1
28282026-08-11T16:39:19.072Z[ host-package] Compiling unicode-xid v0.2.6
28292026-08-11T16:39:19.324Z[ host-package] Compiling humantime v2.3.0
28302026-08-11T16:39:19.593Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28312026-08-11T16:39:19.619Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28322026-08-11T16:39:19.682Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28332026-08-11T16:39:19.685Z[ helios-setup] Aug 11 16:39:18.685 INFO E| Finished `release` profile [optimized] target(s) in 4.88s
28342026-08-11T16:39:19.702Z[ helios-setup] Aug 11 16:39:18.699 INFO building project "bootserver" ok (4 seconds)
28352026-08-11T16:39:19.702Z[ helios-setup] Aug 11 16:39:18.699 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
28362026-08-11T16:39:19.705Z[ host-package] Compiling convert_case v0.10.0
28372026-08-11T16:39:19.716Z[ helios-setup] Aug 11 16:39:18.708 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
28382026-08-11T16:39:19.716Z[ helios-setup] Aug 11 16:39:18.708 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28392026-08-11T16:39:19.716Z[ helios-setup] Aug 11 16:39:18.708 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28402026-08-11T16:39:19.897Z[ helios-setup] Aug 11 16:39:18.888 INFO E| Downloading crates ...
28412026-08-11T16:39:19.960Z[ host-package] Compiling owo-colors v4.3.0
28422026-08-11T16:39:19.960Z[ host-package] Compiling typify-macro v0.6.2
28432026-08-11T16:39:20.027Z[ helios-setup] Aug 11 16:39:18.940 INFO E| Downloaded adler2 v2.0.0
28442026-08-11T16:39:20.027Z[ helios-setup] Aug 11 16:39:18.942 INFO E| Downloaded miniz_oxide v0.8.8
28452026-08-11T16:39:20.027Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28462026-08-11T16:39:20.082Z[ helios-setup] Aug 11 16:39:18.982 INFO E| Compiling adler2 v2.0.0
28472026-08-11T16:39:20.082Z[ host-package] Compiling derive_more-impl v2.1.1
28482026-08-11T16:39:20.083Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28492026-08-11T16:39:20.106Z[ helios-setup] Aug 11 16:39:19.072 INFO E| Compiling miniz_oxide v0.8.8
28502026-08-11T16:39:20.145Z[ host-package] Compiling toml v0.8.23
28512026-08-11T16:39:20.575Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28522026-08-11T16:39:20.798Z[ host-package] Compiling papergrid v0.11.0
28532026-08-11T16:39:20.890Z[ host-package] Compiling tabled_derive v0.7.0
28542026-08-11T16:39:20.906Z[ host-package] Compiling termtree v0.5.1
28552026-08-11T16:39:20.985Z[ host-package] Compiling hickory-resolver v0.24.4
28562026-08-11T16:39:21.024Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28572026-08-11T16:39:21.116Z[ helios-setup] Aug 11 16:39:20.115 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28582026-08-11T16:39:21.148Z[ host-package] Compiling derive_more v2.1.1
28592026-08-11T16:39:21.366Z[ host-package] Compiling crossterm v0.29.0
28602026-08-11T16:39:21.446Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28612026-08-11T16:39:21.665Z[ helios-setup] Aug 11 16:39:20.658 INFO E| Finished `release` profile [optimized] target(s) in 1.93s
28622026-08-11T16:39:21.681Z[ helios-setup] Aug 11 16:39:20.667 INFO building project "pinprick" ok (1 seconds)
28632026-08-11T16:39:21.682Z[ helios-setup] Aug 11 16:39:20.667 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
28642026-08-11T16:39:21.690Z[ host-package] Compiling typify v0.6.2
28652026-08-11T16:39:21.883Z[ host-package] Compiling progenitor-impl v0.14.0
28662026-08-11T16:39:22.009Z[ host-package] Compiling tabled v0.15.0
28672026-08-11T16:39:22.886Z[ host-package] Compiling qorb v0.4.1
28682026-08-11T16:39:23.083Z[ host-package] Compiling phf_shared v0.12.1
28692026-08-11T16:39:23.513Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28702026-08-11T16:39:24.089Z[ host-package] Compiling vte v0.14.1
28712026-08-11T16:39:24.353Z[ host-package] Compiling csv-core v0.1.13
28722026-08-11T16:39:24.434Z[ host-package] Compiling progenitor-macro v0.14.0
28732026-08-11T16:39:24.489Z[ host-package] Compiling chrono-tz v0.10.4
28742026-08-11T16:39:24.737Z[ host-package] Compiling highway v1.3.0
28752026-08-11T16:39:24.852Z[ host-package] Compiling csv v1.4.0
28762026-08-11T16:39:25.830Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28772026-08-11T16:39:26.161Z[ host-package] Compiling strip-ansi-escapes v0.2.1
28782026-08-11T16:39:26.333Z[ host-package] Compiling phf v0.12.1
28792026-08-11T16:39:26.369Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28802026-08-11T16:39:26.506Z[ host-package] Compiling const_format_proc_macros v0.2.34
28812026-08-11T16:39:26.570Z[ host-package] Compiling fd-lock v4.0.4
28822026-08-11T16:39:26.755Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28832026-08-11T16:39:26.792Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
28842026-08-11T16:39:26.968Z[ host-package] Compiling peg-macros v0.8.5
28852026-08-11T16:39:27.149Z[ host-package] Compiling nu-ansi-term v0.50.3
28862026-08-11T16:39:27.381Z[ host-package] Compiling const_format v0.2.35
28872026-08-11T16:39:27.542Z[ host-package] Compiling reedline v0.40.0
28882026-08-11T16:39:27.997Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28892026-08-11T16:39:28.463Z[ host-package] Compiling peg v0.8.5
28902026-08-11T16:39:29.122Z[ host-package] Compiling progenitor v0.14.0
28912026-08-11T16:39:29.370Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28922026-08-11T16:39:29.738Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
28932026-08-11T16:39:29.856Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28942026-08-11T16:39:30.177Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
28952026-08-11T16:39:30.533Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
28962026-08-11T16:39:30.653Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28972026-08-11T16:39:30.702Z[ host-package] Compiling bcs v0.1.6
28982026-08-11T16:39:31.190Z[ host-package] Compiling nom v8.0.0
28992026-08-11T16:39:32.379Z[ host-package] Compiling semver v0.1.20
29002026-08-11T16:39:32.617Z[ host-package] Compiling rustc_version v0.1.7
29012026-08-11T16:39:32.706Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29022026-08-11T16:39:32.911Z[ host-package] Compiling newtype_derive v0.1.6
29032026-08-11T16:39:33.117Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29042026-08-11T16:39:33.290Z[ host-package] Compiling smawk v0.3.2
29052026-08-11T16:39:33.478Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29062026-08-11T16:39:33.529Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29072026-08-11T16:39:33.684Z[ host-package] Compiling unicode-linebreak v0.1.5
29082026-08-11T16:39:33.900Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29092026-08-11T16:39:34.135Z[ host-package] Compiling textwrap v0.16.2
29102026-08-11T16:39:34.308Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29112026-08-11T16:39:34.600Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29122026-08-11T16:39:34.688Z[ host-package] Compiling steno v0.4.1
29132026-08-11T16:39:35.757Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
29142026-08-11T16:39:35.846Z[ host-package] Compiling sha1 v0.10.6
29152026-08-11T16:39:35.884Z[ host-package] Compiling tagptr v0.2.0
29162026-08-11T16:39:36.116Z[ host-package] Compiling utf-8 v0.7.6
29172026-08-11T16:39:36.198Z[ host-package] Compiling moka v0.12.13
29182026-08-11T16:39:36.340Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29192026-08-11T16:39:36.379Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29202026-08-11T16:39:36.418Z[ host-package] Compiling tungstenite v0.21.0
29212026-08-11T16:39:36.613Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29222026-08-11T16:39:36.666Z[ host-package] Compiling darling_core v0.21.3
29232026-08-11T16:39:36.781Z[ host-package] Compiling libscf-sys v1.2.0
29242026-08-11T16:39:37.026Z[ host-package] Compiling vergen-lib v0.1.6
29252026-08-11T16:39:37.408Z[ host-package] Compiling tokio-tungstenite v0.21.0
29262026-08-11T16:39:37.618Z[ host-package] Compiling hickory-resolver v0.25.2
29272026-08-11T16:39:37.865Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29282026-08-11T16:39:38.696Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
29292026-08-11T16:39:38.733Z[ host-package] Compiling diesel_derives v2.3.7
29302026-08-11T16:39:38.824Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29312026-08-11T16:39:39.002Z[ host-package] Compiling darling_macro v0.21.3
29322026-08-11T16:39:39.185Z[ host-package] Compiling proc-macro-error2 v2.0.1
29332026-08-11T16:39:39.243Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29342026-08-11T16:39:39.475Z[ host-package] Compiling vergen-gitcl v1.0.8
29352026-08-11T16:39:39.538Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
29362026-08-11T16:39:39.562Z[ host-package] Compiling dirs-sys-next v0.1.2
29372026-08-11T16:39:39.680Z[ host-package] Compiling glob v0.3.3
29382026-08-11T16:39:39.739Z[ host-package] Compiling darling v0.21.3
29392026-08-11T16:39:39.801Z[ host-package] Compiling maplit v1.0.2
29402026-08-11T16:39:39.840Z[ host-package] Compiling crunchy v0.2.4
29412026-08-11T16:39:39.865Z[ host-package] Compiling dsl_auto_type v0.2.0
29422026-08-11T16:39:39.899Z[ host-package] Compiling dirs-next v2.0.0
29432026-08-11T16:39:39.950Z[ host-package] Compiling tabled_derive v0.11.0
29442026-08-11T16:39:39.978Z[ host-package] Compiling r2d2 v0.8.10
29452026-08-11T16:39:40.121Z[ host-package] Compiling clang-sys v1.8.1
29462026-08-11T16:39:40.250Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29472026-08-11T16:39:40.316Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29482026-08-11T16:39:40.442Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29492026-08-11T16:39:40.505Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29502026-08-11T16:39:40.602Z[ host-package] Compiling papergrid v0.17.0
29512026-08-11T16:39:41.085Z[ host-package] Compiling testing_table v0.3.0
29522026-08-11T16:39:41.153Z[ host-package] Compiling downcast-rs v2.0.2
29532026-08-11T16:39:41.308Z[ host-package] Compiling tiny-keccak v2.0.2
29542026-08-11T16:39:41.833Z[ host-package] Compiling term v0.7.0
29552026-08-11T16:39:42.077Z[ host-package] Compiling tabled v0.20.0
29562026-08-11T16:39:42.108Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29572026-08-11T16:39:42.448Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29582026-08-11T16:39:42.777Z[ host-package] Compiling bit-vec v0.6.3
29592026-08-11T16:39:43.073Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29602026-08-11T16:39:43.174Z[ host-package] Compiling bit-set v0.5.3
29612026-08-11T16:39:43.455Z[ host-package] Compiling ascii-canvas v3.0.0
29622026-08-11T16:39:43.503Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
29632026-08-11T16:39:43.729Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
29642026-08-11T16:39:43.916Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29652026-08-11T16:39:43.985Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
29662026-08-11T16:39:44.091Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29672026-08-11T16:39:44.230Z[ host-package] Compiling itertools v0.10.5
29682026-08-11T16:39:44.329Z[ host-package] Compiling ena v0.14.4
29692026-08-11T16:39:44.682Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
29702026-08-11T16:39:44.720Z[ host-package] Compiling libloading v0.8.9
29712026-08-11T16:39:44.757Z[ helios-setup] Aug 11 16:39:43.757 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')"
29722026-08-11T16:39:44.757Z[ helios-setup] Aug 11 16:39:43.757 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
29732026-08-11T16:39:44.764Z[ host-package] Compiling unicase v2.9.0
29742026-08-11T16:39:44.767Z[ helios-setup] Aug 11 16:39:43.766 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
29752026-08-11T16:39:44.767Z[ helios-setup] Aug 11 16:39:43.766 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29762026-08-11T16:39:44.767Z[ helios-setup] Aug 11 16:39:43.766 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29772026-08-11T16:39:44.874Z[ helios-setup] Aug 11 16:39:43.875 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29782026-08-11T16:39:45.002Z[ host-package] Compiling bindgen v0.71.1
29792026-08-11T16:39:45.095Z[ host-package] Compiling regex-syntax v0.6.29
29802026-08-11T16:39:45.190Z[ host-package] Compiling xshell-macros v0.2.7
29812026-08-11T16:39:45.221Z[ helios-setup] Aug 11 16:39:44.213 INFO E| From https://github.com/jclulow/hiercmd
29822026-08-11T16:39:45.221Z[ helios-setup] Aug 11 16:39:44.213 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
29832026-08-11T16:39:45.226Z[ helios-setup] Aug 11 16:39:44.226 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
29842026-08-11T16:39:45.307Z[ host-package] Compiling diff v0.1.13
29852026-08-11T16:39:45.519Z[ helios-setup] Aug 11 16:39:44.520 INFO E| From https://github.com/oxidecomputer/network-interface
29862026-08-11T16:39:45.519Z[ helios-setup] Aug 11 16:39:44.520 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
29872026-08-11T16:39:45.542Z[ helios-setup] Aug 11 16:39:44.543 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29882026-08-11T16:39:45.632Z[ host-package] Compiling xshell v0.2.7
29892026-08-11T16:39:45.718Z[ host-package] Compiling diesel v2.3.7
29902026-08-11T16:39:45.759Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29912026-08-11T16:39:45.877Z[ helios-setup] Aug 11 16:39:44.877 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29922026-08-11T16:39:45.877Z[ helios-setup] Aug 11 16:39:44.877 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29932026-08-11T16:39:45.894Z[ helios-setup] Aug 11 16:39:44.894 INFO E| Updating crates.io index
29942026-08-11T16:39:45.962Z[ helios-setup] Aug 11 16:39:44.962 INFO E| Downloading crates ...
29952026-08-11T16:39:46.041Z[ helios-setup] Aug 11 16:39:45.041 INFO E| Downloaded env_filter v0.1.4
29962026-08-11T16:39:46.044Z[ helios-setup] Aug 11 16:39:45.042 INFO E| Downloaded bytes v1.10.1
29972026-08-11T16:39:46.047Z[ helios-setup] Aug 11 16:39:45.045 INFO E| Downloaded clap_derive v4.5.49
29982026-08-11T16:39:46.051Z[ helios-setup] Aug 11 16:39:45.052 INFO E| Downloaded futures-channel v0.3.31
29992026-08-11T16:39:46.054Z[ helios-setup] Aug 11 16:39:45.053 INFO E| Downloaded serde_spanned v1.0.3
30002026-08-11T16:39:46.054Z[ helios-setup] Aug 11 16:39:45.053 INFO E| Downloaded futures-io v0.3.31
30012026-08-11T16:39:46.054Z[ helios-setup] Aug 11 16:39:45.054 INFO E| Downloaded clap_lex v0.7.6
30022026-08-11T16:39:46.057Z[ helios-setup] Aug 11 16:39:45.055 INFO E| Downloaded itoa v1.0.15
30032026-08-11T16:39:46.057Z[ helios-setup] Aug 11 16:39:45.055 INFO E| Downloaded log v0.4.28
30042026-08-11T16:39:46.063Z[ helios-setup] Aug 11 16:39:45.063 INFO E| Downloaded quote v1.0.41
30052026-08-11T16:39:46.066Z[ helios-setup] Aug 11 16:39:45.065 INFO E| Downloaded bitfield-macros v0.19.3
30062026-08-11T16:39:46.066Z[ helios-setup] Aug 11 16:39:45.065 INFO E| Downloaded futures-macro v0.3.31
30072026-08-11T16:39:46.072Z[ helios-setup] Aug 11 16:39:45.073 INFO E| Downloaded crc v3.3.0
30082026-08-11T16:39:46.075Z[ helios-setup] Aug 11 16:39:45.074 INFO E| Downloaded find-msvc-tools v0.1.4
30092026-08-11T16:39:46.075Z[ helios-setup] Aug 11 16:39:45.075 INFO E| Downloaded futures-core v0.3.31
30102026-08-11T16:39:46.075Z[ helios-setup] Aug 11 16:39:45.076 INFO E| Downloaded futures-task v0.3.31
30112026-08-11T16:39:46.078Z[ helios-setup] Aug 11 16:39:45.076 INFO E| Downloaded pin-utils v0.1.0
30122026-08-11T16:39:46.089Z[ helios-setup] Aug 11 16:39:45.090 INFO E| Downloaded libdevinfo-sys v1.1.0
30132026-08-11T16:39:46.092Z[ helios-setup] Aug 11 16:39:45.091 INFO E| Downloaded devinfo v0.1.0
30142026-08-11T16:39:46.095Z[ helios-setup] Aug 11 16:39:45.095 INFO E| Downloaded anstyle-query v1.1.4
30152026-08-11T16:39:46.098Z[ helios-setup] Aug 11 16:39:45.097 INFO E| Downloaded futures-executor v0.3.31
30162026-08-11T16:39:46.102Z[ helios-setup] Aug 11 16:39:45.103 INFO E| Downloaded generic-array v0.14.9
30172026-08-11T16:39:46.105Z[ helios-setup] Aug 11 16:39:45.104 INFO E| Downloaded simd-adler32 v0.3.7
30182026-08-11T16:39:46.105Z[ helios-setup] Aug 11 16:39:45.105 INFO E| Downloaded futures-sink v0.3.31
30192026-08-11T16:39:46.108Z[ helios-setup] Aug 11 16:39:45.109 INFO E| Downloaded signal-hook-registry v1.4.6
30202026-08-11T16:39:46.117Z[ helios-setup] Aug 11 16:39:45.118 INFO E| Downloaded time-core v0.1.6
30212026-08-11T16:39:46.124Z[ helios-setup] Aug 11 16:39:45.125 INFO E| Downloaded num_enum_derive v0.7.5
30222026-08-11T16:39:46.127Z[ helios-setup] Aug 11 16:39:45.126 INFO E| Downloaded deranged v0.5.5
30232026-08-11T16:39:46.127Z[ helios-setup] Aug 11 16:39:45.127 INFO E| Downloaded base64ct v1.8.0
30242026-08-11T16:39:46.131Z[ helios-setup] Aug 11 16:39:45.132 INFO E| Downloaded iddqd v0.3.14
30252026-08-11T16:39:46.134Z[ helios-setup] Aug 11 16:39:45.135 INFO E| Downloaded getrandom v0.2.16
30262026-08-11T16:39:46.137Z[ helios-setup] Aug 11 16:39:45.137 INFO E| Downloaded num_enum v0.7.5
30272026-08-11T16:39:46.140Z[ helios-setup] Aug 11 16:39:45.140 INFO E| Downloaded anstyle v1.0.13
30282026-08-11T16:39:46.140Z[ helios-setup] Aug 11 16:39:45.141 INFO E| Downloaded zeroize_derive v1.4.2
30292026-08-11T16:39:46.145Z[ helios-setup] Aug 11 16:39:45.146 INFO E| Downloaded getopts v0.2.24
30302026-08-11T16:39:46.148Z[ helios-setup] Aug 11 16:39:45.147 INFO E| Downloaded pin-project-lite v0.2.16
30312026-08-11T16:39:46.153Z[ helios-setup] Aug 11 16:39:45.153 INFO E| Downloaded bitfield v0.19.3
30322026-08-11T16:39:46.156Z[ helios-setup] Aug 11 16:39:45.154 INFO E| Downloaded slab v0.4.11
30332026-08-11T16:39:46.156Z[ helios-setup] Aug 11 16:39:45.154 INFO E| Downloaded env_logger v0.11.8
30342026-08-11T16:39:46.156Z[ helios-setup] Aug 11 16:39:45.156 INFO E| Downloaded time-macros v0.2.24
30352026-08-11T16:39:46.159Z[ helios-setup] Aug 11 16:39:45.157 INFO E| Downloaded bitflags v2.10.0
30362026-08-11T16:39:46.159Z[ helios-setup] Aug 11 16:39:45.159 INFO E| Downloaded iana-time-zone v0.1.64
30372026-08-11T16:39:46.163Z[ helios-setup] Aug 11 16:39:45.161 INFO E| Downloaded toml_datetime v0.7.3
30382026-08-11T16:39:46.163Z[ helios-setup] Aug 11 16:39:45.162 INFO E| Downloaded toml_writer v1.0.4
30392026-08-11T16:39:46.163Z[ helios-setup] Aug 11 16:39:45.163 INFO E| Downloaded tokio-macros v2.6.0
30402026-08-11T16:39:46.166Z[ helios-setup] Aug 11 16:39:45.166 INFO E| Downloaded thiserror v2.0.17
30412026-08-11T16:39:46.170Z[ helios-setup] Aug 11 16:39:45.170 INFO E| Downloaded socket2 v0.6.1
30422026-08-11T16:39:46.174Z[ helios-setup] Aug 11 16:39:45.171 INFO E| Downloaded toml_parser v1.0.4
30432026-08-11T16:39:46.174Z[ helios-setup] Aug 11 16:39:45.173 INFO E| Downloaded anyhow v1.0.100
30442026-08-11T16:39:46.202Z[ helios-setup] Aug 11 16:39:45.203 INFO E| Downloaded ryu v1.0.20
30452026-08-11T16:39:46.206Z[ helios-setup] Aug 11 16:39:45.205 INFO E| Downloaded term v1.2.0
30462026-08-11T16:39:46.209Z[ helios-setup] Aug 11 16:39:45.206 INFO E| Downloaded thiserror-impl v2.0.17
30472026-08-11T16:39:46.209Z[ helios-setup] Aug 11 16:39:45.207 INFO E| Downloaded futures v0.3.31
30482026-08-11T16:39:46.280Z[ helios-setup] Aug 11 16:39:45.281 INFO E| Downloaded zeroize v1.8.2
30492026-08-11T16:39:46.283Z[ helios-setup] Aug 11 16:39:45.282 INFO E| Downloaded unicode-ident v1.0.22
30502026-08-11T16:39:46.283Z[ helios-setup] Aug 11 16:39:45.283 INFO E| Downloaded clap v4.5.51
30512026-08-11T16:39:46.289Z[ helios-setup] Aug 11 16:39:45.289 INFO E| Downloaded uuid v1.18.1
30522026-08-11T16:39:46.296Z[ helios-setup] Aug 11 16:39:45.291 INFO E| Downloaded typenum v1.19.0
30532026-08-11T16:39:46.300Z[ helios-setup] Aug 11 16:39:45.293 INFO E| Downloaded rsa v0.9.8
30542026-08-11T16:39:46.301Z[ helios-setup] Aug 11 16:39:45.296 INFO E| Downloaded toml_edit v0.23.7
30552026-08-11T16:39:46.301Z[ helios-setup] Aug 11 16:39:45.298 INFO E| Downloaded rand v0.8.5
30562026-08-11T16:39:46.301Z[ helios-setup] Aug 11 16:39:45.300 INFO E| Downloaded cc v1.2.44
30572026-08-11T16:39:46.307Z[ helios-setup] Aug 11 16:39:45.302 INFO E| Downloaded flate2 v1.1.5
30582026-08-11T16:39:46.307Z[ helios-setup] Aug 11 16:39:45.305 INFO E| Downloaded proc-macro2 v1.0.103
30592026-08-11T16:39:46.312Z[ helios-setup] Aug 11 16:39:45.306 INFO E| Downloaded memchr v2.7.6
30602026-08-11T16:39:46.316Z[ helios-setup] Aug 11 16:39:45.309 INFO E| Downloaded indexmap v2.12.0
30612026-08-11T16:39:46.316Z[ helios-setup] Aug 11 16:39:45.312 INFO E| Downloaded toml v0.9.8
30622026-08-11T16:39:46.317Z[ helios-setup] Aug 11 16:39:45.314 INFO E| Downloaded mio v1.1.0
30632026-08-11T16:39:46.319Z[ helios-setup] Aug 11 16:39:45.318 INFO E| Downloaded zerocopy-derive v0.8.27
30642026-08-11T16:39:46.322Z[ helios-setup] Aug 11 16:39:45.321 INFO E| Downloaded hashbrown v0.16.0
30652026-08-11T16:39:46.325Z[ helios-setup] Aug 11 16:39:45.325 INFO E| Downloaded futures-util v0.3.31
30662026-08-11T16:39:46.331Z[ helios-setup] Aug 11 16:39:45.332 INFO E| Downloaded num-bigint-dig v0.8.4
30672026-08-11T16:39:46.334Z[ helios-setup] Aug 11 16:39:45.335 INFO E| Downloaded libm v0.2.15
30682026-08-11T16:39:46.340Z[ helios-setup] Aug 11 16:39:45.341 INFO E| Downloaded clap_builder v4.5.51
30692026-08-11T16:39:46.345Z[ helios-setup] Aug 11 16:39:45.345 INFO E| Downloaded serde_json v1.0.145
30702026-08-11T16:39:46.348Z[ helios-setup] Aug 11 16:39:45.349 INFO E| Downloaded winnow v0.7.13
30712026-08-11T16:39:46.354Z[ helios-setup] Aug 11 16:39:45.355 INFO E| Downloaded time v0.3.44
30722026-08-11T16:39:46.371Z[ helios-setup] Aug 11 16:39:45.372 INFO E| Downloaded chrono v0.4.42
30732026-08-11T16:39:46.377Z[ helios-setup] Aug 11 16:39:45.378 INFO E| Downloaded zerocopy v0.8.27
30742026-08-11T16:39:46.391Z[ helios-setup] Aug 11 16:39:45.391 INFO E| Downloaded syn v2.0.108
30752026-08-11T16:39:46.399Z[ helios-setup] Aug 11 16:39:45.399 INFO E| Downloaded unicode-width v0.2.2
30762026-08-11T16:39:46.427Z[ helios-setup] Aug 11 16:39:45.426 INFO E| Downloaded rustix v1.1.2
30772026-08-11T16:39:46.487Z[ helios-setup] Aug 11 16:39:45.488 INFO E| Downloaded libc v0.2.177
30782026-08-11T16:39:46.504Z[ helios-setup] Aug 11 16:39:45.505 INFO E| Downloaded tokio v1.48.0
30792026-08-11T16:39:46.588Z[ host-package] Compiling lalrpop v0.19.12
30802026-08-11T16:39:46.624Z[ helios-setup] Aug 11 16:39:45.625 INFO E| Compiling proc-macro2 v1.0.103
30812026-08-11T16:39:46.624Z[ helios-setup] Aug 11 16:39:45.625 INFO E| Compiling unicode-ident v1.0.22
30822026-08-11T16:39:46.624Z[ helios-setup] Aug 11 16:39:45.625 INFO E| Compiling quote v1.0.41
30832026-08-11T16:39:46.630Z[ helios-setup] Aug 11 16:39:45.625 INFO E| Compiling libc v0.2.177
30842026-08-11T16:39:46.630Z[ helios-setup] Aug 11 16:39:45.625 INFO E| Compiling serde_core v1.0.228
30852026-08-11T16:39:46.630Z[ helios-setup] Aug 11 16:39:45.625 INFO E| Compiling cfg-if v1.0.4
30862026-08-11T16:39:46.630Z[ helios-setup] Aug 11 16:39:45.625 INFO E| Compiling serde v1.0.228
30872026-08-11T16:39:46.630Z[ helios-setup] Aug 11 16:39:45.625 INFO E| Compiling version_check v0.9.5
30882026-08-11T16:39:46.630Z[ helios-setup] Aug 11 16:39:45.625 INFO E| Compiling autocfg v1.5.0
30892026-08-11T16:39:46.630Z[ helios-setup] Aug 11 16:39:45.625 INFO E| Compiling const-oid v0.9.6
30902026-08-11T16:39:46.630Z[ helios-setup] Aug 11 16:39:45.625 INFO E| Compiling typenum v1.19.0
30912026-08-11T16:39:46.630Z[ helios-setup] Aug 11 16:39:45.625 INFO E| Compiling libm v0.2.15
30922026-08-11T16:39:46.630Z[ helios-setup] Aug 11 16:39:45.625 INFO E| Compiling zerocopy v0.8.27
30932026-08-11T16:39:46.630Z[ helios-setup] Aug 11 16:39:45.625 INFO E| Compiling rustversion v1.0.22
30942026-08-11T16:39:46.630Z[ helios-setup] Aug 11 16:39:45.625 INFO E| Compiling base64ct v1.8.0
30952026-08-11T16:39:46.630Z[ helios-setup] Aug 11 16:39:45.625 INFO E| Compiling zeroize v1.8.2
30962026-08-11T16:39:46.830Z[ host-package] Compiling cexpr v0.6.0
30972026-08-11T16:39:46.960Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30982026-08-11T16:39:47.092Z[ helios-setup] Aug 11 16:39:46.093 INFO E| Compiling smallvec v1.15.1
30992026-08-11T16:39:47.269Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31002026-08-11T16:39:47.440Z[ host-package] Compiling crc8 v0.1.1
31012026-08-11T16:39:47.565Z[ helios-setup] Aug 11 16:39:46.566 INFO E| Compiling winnow v0.7.13
31022026-08-11T16:39:47.635Z[ host-package] Compiling rustc-hash v2.1.1
31032026-08-11T16:39:47.719Z[ helios-setup] Aug 11 16:39:46.718 INFO E| Compiling pem-rfc7468 v0.7.0
31042026-08-11T16:39:47.724Z[ helios-setup] Aug 11 16:39:46.725 INFO E| Compiling anyhow v1.0.100
31052026-08-11T16:39:47.824Z[ helios-setup] Aug 11 16:39:46.824 INFO E| Compiling rustix v1.1.2
31062026-08-11T16:39:47.830Z[ helios-setup] Aug 11 16:39:46.830 INFO E| Compiling generic-array v0.14.9
31072026-08-11T16:39:47.878Z[ helios-setup] Aug 11 16:39:46.879 INFO E| Compiling num-traits v0.2.19
31082026-08-11T16:39:47.970Z[ helios-setup] Aug 11 16:39:46.971 INFO E| Compiling equivalent v1.0.2
31092026-08-11T16:39:47.991Z[ helios-setup] Aug 11 16:39:46.992 INFO E| Compiling flagset v0.4.7
31102026-08-11T16:39:48.136Z[ helios-setup] Aug 11 16:39:47.137 INFO E| Compiling byteorder v1.5.0
31112026-08-11T16:39:48.218Z[ helios-setup] Aug 11 16:39:47.217 INFO E| Compiling hashbrown v0.16.0
31122026-08-11T16:39:48.292Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31132026-08-11T16:39:48.411Z[ helios-setup] Aug 11 16:39:47.411 INFO E| Compiling memchr v2.7.6
31142026-08-11T16:39:48.518Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31152026-08-11T16:39:48.614Z[ helios-setup] Aug 11 16:39:47.614 INFO E| Compiling getrandom v0.2.16
31162026-08-11T16:39:48.649Z[ helios-setup] Aug 11 16:39:47.650 INFO E| Compiling utf8parse v0.2.2
31172026-08-11T16:39:48.673Z[ helios-setup] Aug 11 16:39:47.673 INFO E| Compiling crc32fast v1.5.0
31182026-08-11T16:39:48.702Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31192026-08-11T16:39:48.798Z[ helios-setup] Aug 11 16:39:47.798 INFO E| Compiling anstyle-parse v0.2.7
31202026-08-11T16:39:48.849Z[ helios-setup] Aug 11 16:39:47.849 INFO E| Compiling rand_core v0.6.4
31212026-08-11T16:39:48.956Z[ helios-setup] Aug 11 16:39:47.957 INFO E| Compiling errno v0.3.14
31222026-08-11T16:39:49.101Z[ helios-setup] Aug 11 16:39:48.100 INFO E| Compiling indexmap v2.12.0
31232026-08-11T16:39:49.144Z[ helios-setup] Aug 11 16:39:48.144 INFO E| Compiling cpufeatures v0.2.17
31242026-08-11T16:39:49.148Z[ host-package] Compiling headers-core v0.3.0
31252026-08-11T16:39:49.196Z[ helios-setup] Aug 11 16:39:48.197 INFO E| Compiling toml_datetime v0.7.3
31262026-08-11T16:39:49.201Z[ host-package] Compiling libxml v0.3.3
31272026-08-11T16:39:49.207Z[ helios-setup] Aug 11 16:39:48.208 INFO E| Compiling anstyle-query v1.1.4
31282026-08-11T16:39:49.218Z[ helios-setup] Aug 11 16:39:48.218 INFO E| Compiling colorchoice v1.0.4
31292026-08-11T16:39:49.232Z[ helios-setup] Aug 11 16:39:48.232 INFO E| Compiling syn v2.0.108
31302026-08-11T16:39:49.265Z[ helios-setup] Aug 11 16:39:48.265 INFO E| Compiling anstyle v1.0.13
31312026-08-11T16:39:49.295Z[ helios-setup] Aug 11 16:39:48.294 INFO E| Compiling allocator-api2 v0.2.21
31322026-08-11T16:39:49.304Z[ helios-setup] Aug 11 16:39:48.300 INFO E| Compiling shlex v1.3.0
31332026-08-11T16:39:49.335Z[ helios-setup] Aug 11 16:39:48.335 INFO E| Compiling radium v0.7.0
31342026-08-11T16:39:49.354Z[ helios-setup] Aug 11 16:39:48.354 INFO E| Compiling find-msvc-tools v0.1.4
31352026-08-11T16:39:49.538Z[ host-package] Compiling headers v0.4.1
31362026-08-11T16:39:49.688Z[ helios-setup] Aug 11 16:39:48.686 INFO E| Compiling syn v1.0.109
31372026-08-11T16:39:49.827Z[ helios-setup] Aug 11 16:39:48.828 INFO E| Compiling is_terminal_polyfill v1.70.2
31382026-08-11T16:39:49.840Z[ helios-setup] Aug 11 16:39:48.840 INFO E| Compiling slog v2.8.2
31392026-08-11T16:39:49.927Z[ helios-setup] Aug 11 16:39:48.926 INFO E| Compiling anstream v0.6.21
31402026-08-11T16:39:49.967Z[ helios-setup] Aug 11 16:39:48.968 INFO E| Compiling cc v1.2.44
31412026-08-11T16:39:50.026Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31422026-08-11T16:39:50.183Z[ helios-setup] Aug 11 16:39:49.183 INFO E| Compiling toml_parser v1.0.4
31432026-08-11T16:39:50.217Z[ host-package] Compiling strum_macros v0.24.3
31442026-08-11T16:39:50.266Z[ helios-setup] Aug 11 16:39:49.266 INFO E| Compiling crypto-common v0.1.6
31452026-08-11T16:39:50.291Z[ helios-setup] Aug 11 16:39:49.291 INFO E| Compiling block-buffer v0.10.4
31462026-08-11T16:39:50.403Z[ helios-setup] Aug 11 16:39:49.404 INFO E| Compiling pin-project-lite v0.2.16
31472026-08-11T16:39:50.418Z[ helios-setup] Aug 11 16:39:49.419 INFO E| Compiling tap v1.0.1
31482026-08-11T16:39:50.476Z[ helios-setup] Aug 11 16:39:49.477 INFO E| Compiling futures-sink v0.3.31
31492026-08-11T16:39:50.520Z[ helios-setup] Aug 11 16:39:49.518 INFO E| Compiling digest v0.10.7
31502026-08-11T16:39:50.647Z[ host-package] Compiling indoc v1.0.9
31512026-08-11T16:39:50.690Z[ helios-setup] Aug 11 16:39:49.689 INFO E| Compiling unicode-width v0.2.2
31522026-08-11T16:39:50.722Z[ helios-setup] Aug 11 16:39:49.719 INFO E| Compiling pkg-config v0.3.32
31532026-08-11T16:39:50.726Z[ helios-setup] Aug 11 16:39:49.726 INFO E| Compiling futures-core v0.3.31
31542026-08-11T16:39:50.776Z[ helios-setup] Aug 11 16:39:49.776 INFO E| Compiling maybe-uninit v2.0.0
31552026-08-11T16:39:50.912Z[ helios-setup] Aug 11 16:39:49.912 INFO E| Compiling toml_edit v0.23.7
31562026-08-11T16:39:51.021Z[ helios-setup] Aug 11 16:39:50.022 INFO E| Compiling sha2 v0.10.9
31572026-08-11T16:39:51.073Z[ helios-setup] Aug 11 16:39:50.072 INFO E| Compiling parking_lot_core v0.9.12
31582026-08-11T16:39:51.113Z[ helios-setup] Aug 11 16:39:50.114 INFO E| Compiling getopts v0.2.24
31592026-08-11T16:39:51.123Z[ helios-setup] Aug 11 16:39:50.123 INFO E| Compiling num-integer v0.1.46
31602026-08-11T16:39:51.173Z[ helios-setup] Aug 11 16:39:50.174 INFO E| Compiling futures-channel v0.3.31
31612026-08-11T16:39:51.222Z[ helios-setup] Aug 11 16:39:50.222 INFO E| Compiling wyz v0.5.1
31622026-08-11T16:39:51.225Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31632026-08-11T16:39:51.319Z[ helios-setup] Aug 11 16:39:50.320 INFO E| Compiling ahash v0.8.12
31642026-08-11T16:39:51.331Z[ helios-setup] Aug 11 16:39:50.331 INFO E| Compiling scopeguard v1.2.0
31652026-08-11T16:39:51.447Z[ helios-setup] Aug 11 16:39:50.447 INFO E| Compiling heck v0.5.0
31662026-08-11T16:39:51.567Z[ helios-setup] Aug 11 16:39:50.565 INFO E| Compiling getrandom v0.3.4
31672026-08-11T16:39:51.671Z[ helios-setup] Aug 11 16:39:50.672 INFO E| Compiling spin v0.9.8
31682026-08-11T16:39:51.729Z[ helios-setup] Aug 11 16:39:50.730 INFO E| Compiling powerfmt v0.2.0
31692026-08-11T16:39:51.745Z[ helios-setup] Aug 11 16:39:50.745 INFO E| Compiling slab v0.4.11
31702026-08-11T16:39:51.797Z[ helios-setup] Aug 11 16:39:50.798 INFO E| Compiling packed_struct v0.10.1
31712026-08-11T16:39:51.836Z[ helios-setup] Aug 11 16:39:50.836 INFO E| Compiling pin-utils v0.1.0
31722026-08-11T16:39:51.847Z[ helios-setup] Aug 11 16:39:50.843 INFO E| Compiling num-conv v0.1.0
31732026-08-11T16:39:51.919Z[ helios-setup] Aug 11 16:39:50.920 INFO E| Compiling futures-task v0.3.31
31742026-08-11T16:39:51.919Z[ host-package] Compiling derive_builder v0.20.2
31752026-08-11T16:39:51.935Z[ helios-setup] Aug 11 16:39:50.934 INFO E| Compiling strsim v0.11.1
31762026-08-11T16:39:52.016Z[ helios-setup] Aug 11 16:39:51.014 INFO E| Compiling bitflags v2.10.0
31772026-08-11T16:39:52.033Z[ helios-setup] Aug 11 16:39:51.034 INFO E| Compiling time-core v0.1.6
31782026-08-11T16:39:52.055Z[ helios-setup] Aug 11 16:39:51.053 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
31792026-08-11T16:39:52.094Z[ host-package] Compiling quick-xml v0.37.5
31802026-08-11T16:39:52.137Z[ helios-setup] Aug 11 16:39:51.138 INFO E| Compiling thiserror v1.0.69
31812026-08-11T16:39:52.186Z[ helios-setup] Aug 11 16:39:51.186 INFO E| Compiling bytes v1.10.1
31822026-08-11T16:39:52.293Z[ helios-setup] Aug 11 16:39:51.293 INFO E| Compiling clap_lex v0.7.6
31832026-08-11T16:39:52.316Z[ host-package] Compiling oso-derive v0.27.3
31842026-08-11T16:39:52.334Z[ helios-setup] Aug 11 16:39:51.331 INFO E| Compiling num-bigint-dig v0.8.4
31852026-08-11T16:39:52.360Z[ helios-setup] Aug 11 16:39:51.361 INFO E| Compiling futures-io v0.3.31
31862026-08-11T16:39:52.367Z[ helios-setup] Aug 11 16:39:51.367 INFO E| Compiling itoa v1.0.15
31872026-08-11T16:39:52.522Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31882026-08-11T16:39:52.543Z[ helios-setup] Aug 11 16:39:51.543 INFO E| Compiling proc-macro-crate v3.4.0
31892026-08-11T16:39:52.569Z[ helios-setup] Aug 11 16:39:51.567 INFO E| Compiling funty v2.0.0
31902026-08-11T16:39:52.815Z[ helios-setup] Aug 11 16:39:51.816 INFO E| Compiling time-macros v0.2.24
31912026-08-11T16:39:52.828Z[ helios-setup] Aug 11 16:39:51.829 INFO E| Compiling deranged v0.5.5
31922026-08-11T16:39:52.930Z[ host-package] Compiling openssl-probe v0.1.6
31932026-08-11T16:39:53.153Z[ helios-setup] Aug 11 16:39:52.154 INFO E| Compiling lazy_static v1.5.0
31942026-08-11T16:39:53.191Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31952026-08-11T16:39:53.253Z[ helios-setup] Aug 11 16:39:52.253 INFO E| Compiling num-iter v0.1.45
31962026-08-11T16:39:53.276Z[ helios-setup] Aug 11 16:39:52.277 INFO E| Compiling lock_api v0.4.14
31972026-08-11T16:39:53.297Z[ helios-setup] Aug 11 16:39:52.297 INFO E| Compiling indexmap v1.9.3
31982026-08-11T16:39:53.321Z[ helios-setup] Aug 11 16:39:52.322 INFO E| Compiling iana-time-zone v0.1.64
31992026-08-11T16:39:53.389Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32002026-08-11T16:39:53.474Z[ helios-setup] Aug 11 16:39:52.475 INFO E| Compiling bitvec v1.0.1
32012026-08-11T16:39:53.510Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32022026-08-11T16:39:53.514Z[ helios-setup] Aug 11 16:39:52.497 INFO E| Compiling adler2 v2.0.1
32032026-08-11T16:39:53.524Z[ helios-setup] Aug 11 16:39:52.525 INFO E| Compiling serde_json v1.0.145
32042026-08-11T16:39:53.656Z[ helios-setup] Aug 11 16:39:52.657 INFO E| Compiling terminal_size v0.4.3
32052026-08-11T16:39:53.717Z[ helios-setup] Aug 11 16:39:52.716 INFO E| Compiling simd-adler32 v0.3.7
32062026-08-11T16:39:53.732Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32072026-08-11T16:39:53.889Z[ host-package] Compiling bb8 v0.8.6
32082026-08-11T16:39:53.899Z[ helios-setup] Aug 11 16:39:52.898 INFO E| Compiling clap_builder v4.5.51
32092026-08-11T16:39:53.996Z[ helios-setup] Aug 11 16:39:52.997 INFO E| Compiling thiserror v2.0.17
32102026-08-11T16:39:54.085Z[ helios-setup] Aug 11 16:39:53.086 INFO E| Compiling once_cell v1.21.3
32112026-08-11T16:39:54.100Z[ helios-setup] Aug 11 16:39:53.100 INFO E| Compiling crc-catalog v2.4.0
32122026-08-11T16:39:54.162Z[ host-package] Compiling trait-variant v0.1.2
32132026-08-11T16:39:54.165Z[ helios-setup] Aug 11 16:39:53.164 INFO E| Compiling log v0.4.28
32142026-08-11T16:39:54.213Z[ helios-setup] Aug 11 16:39:53.214 INFO E| Compiling nodrop v0.1.14
32152026-08-11T16:39:54.324Z[ helios-setup] Aug 11 16:39:53.325 INFO E| Compiling array-init v0.0.4
32162026-08-11T16:39:54.367Z[ helios-setup] Aug 11 16:39:53.367 INFO E| Compiling crc v3.3.0
32172026-08-11T16:39:54.394Z[ helios-setup] Aug 11 16:39:53.394 INFO E| Compiling miniz_oxide v0.8.9
32182026-08-11T16:39:54.454Z[ helios-setup] Aug 11 16:39:53.454 INFO E| Compiling env_filter v0.1.4
32192026-08-11T16:39:54.546Z[ helios-setup] Aug 11 16:39:53.547 INFO E| Compiling parking_lot v0.12.5
32202026-08-11T16:39:54.663Z[ host-package] Compiling half v1.8.3
32212026-08-11T16:39:54.739Z[ helios-setup] Aug 11 16:39:53.739 INFO E| Compiling chrono v0.4.42
32222026-08-11T16:39:54.816Z[ helios-setup] Aug 11 16:39:53.815 INFO E| Compiling smallvec v0.6.14
32232026-08-11T16:39:55.010Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32242026-08-11T16:39:55.010Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32252026-08-11T16:39:55.025Z[ helios-setup] Aug 11 16:39:54.026 INFO E| Compiling time v0.3.44
32262026-08-11T16:39:55.136Z[ helios-setup] Aug 11 16:39:54.137 INFO E| Compiling serde_spanned v1.0.3
32272026-08-11T16:39:55.170Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32282026-08-11T16:39:55.205Z[ helios-setup] Aug 11 16:39:54.205 INFO E| Compiling signature v2.2.0
32292026-08-11T16:39:55.339Z[ helios-setup] Aug 11 16:39:54.337 INFO E| Compiling mio v1.1.0
32302026-08-11T16:39:55.359Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
32312026-08-11T16:39:55.375Z[ helios-setup] Aug 11 16:39:54.376 INFO E| Compiling signal-hook-registry v1.4.6
32322026-08-11T16:39:55.592Z[ helios-setup] Aug 11 16:39:54.592 INFO E| Compiling socket2 v0.6.1
32332026-08-11T16:39:55.875Z[ host-package] Compiling serde_cbor v0.11.2
32342026-08-11T16:39:56.002Z[ helios-setup] Aug 11 16:39:55.001 INFO E| Compiling is-terminal v0.4.17
32352026-08-11T16:39:56.056Z[ helios-setup] Aug 11 16:39:55.057 INFO E| Compiling thread_local v1.1.9
32362026-08-11T16:39:56.191Z[ helios-setup] Aug 11 16:39:55.191 INFO E| Compiling hashbrown v0.12.3
32372026-08-11T16:39:56.272Z[ helios-setup] Aug 11 16:39:55.271 INFO E| Compiling term v1.2.0
32382026-08-11T16:39:56.278Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32392026-08-11T16:39:56.369Z[ helios-setup] Aug 11 16:39:55.370 INFO E| Compiling toml_writer v1.0.4
32402026-08-11T16:39:56.426Z[ helios-setup] Aug 11 16:39:55.425 INFO E| Compiling serde_derive v1.0.228
32412026-08-11T16:39:56.628Z[ helios-setup] Aug 11 16:39:55.628 INFO E| Compiling zerocopy-derive v0.8.27
32422026-08-11T16:39:56.648Z[ helios-setup] Aug 11 16:39:55.649 INFO E| Compiling der_derive v0.7.3
32432026-08-11T16:39:56.704Z[ helios-setup] Aug 11 16:39:55.704 INFO E| Compiling futures-macro v0.3.31
32442026-08-11T16:39:56.906Z[ helios-setup] Aug 11 16:39:55.906 INFO E| Compiling packed_struct_codegen v0.10.1
32452026-08-11T16:39:56.996Z[ host-package] Compiling progenitor-impl v0.13.0
32462026-08-11T16:39:57.055Z[ helios-setup] Aug 11 16:39:56.056 INFO E| Compiling clap_derive v4.5.49
32472026-08-11T16:39:57.114Z[ helios-setup] Aug 11 16:39:56.115 INFO E| Compiling num_enum_derive v0.7.5
32482026-08-11T16:39:57.293Z[ helios-setup] Aug 11 16:39:56.292 INFO E| Compiling thiserror-impl v1.0.69
32492026-08-11T16:39:57.343Z[ helios-setup] Aug 11 16:39:56.344 INFO E| Compiling zerocopy-derive v0.6.6
32502026-08-11T16:39:57.354Z[ helios-setup] Aug 11 16:39:56.355 INFO E| Compiling bitfield-macros v0.19.3
32512026-08-11T16:39:57.593Z[ helios-setup] Aug 11 16:39:56.593 INFO E| Compiling tokio-macros v2.6.0
32522026-08-11T16:39:57.659Z[ host-package] Compiling nonempty v0.12.0
32532026-08-11T16:39:57.846Z[ host-package] Compiling samael v0.0.19
32542026-08-11T16:39:57.939Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32552026-08-11T16:39:58.387Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32562026-08-11T16:39:58.759Z[ helios-setup] Aug 11 16:39:57.759 INFO E| Compiling thiserror-impl v2.0.17
32572026-08-11T16:39:58.863Z[ helios-setup] Aug 11 16:39:57.864 INFO E| Compiling futures-util v0.3.31
32582026-08-11T16:39:59.195Z[ helios-setup] Aug 11 16:39:58.195 INFO E| Compiling ryu v1.0.20
32592026-08-11T16:39:59.202Z[ host-package] Compiling progenitor-client v0.13.0
32602026-08-11T16:39:59.255Z[ helios-setup] Aug 11 16:39:58.255 INFO E| Compiling bitfield v0.19.3
32612026-08-11T16:39:59.336Z[ helios-setup] Aug 11 16:39:58.336 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
32622026-08-11T16:39:59.366Z[ helios-setup] Aug 11 16:39:58.363 INFO E| Compiling zerocopy v0.6.6
32632026-08-11T16:39:59.366Z[ helios-setup] Aug 11 16:39:58.363 INFO E| Compiling der v0.7.10
32642026-08-11T16:39:59.588Z[ helios-setup] Aug 11 16:39:58.589 INFO E| Compiling libdevinfo-sys v1.1.0
32652026-08-11T16:39:59.616Z[ helios-setup] Aug 11 16:39:58.617 INFO E| Compiling num_enum v0.7.5
32662026-08-11T16:39:59.708Z[ helios-setup] Aug 11 16:39:58.708 INFO E| Compiling subtle v2.6.1
32672026-08-11T16:39:59.757Z[ helios-setup] Aug 11 16:39:58.756 INFO E| Compiling winnow v0.5.40
32682026-08-11T16:39:59.906Z[ helios-setup] Aug 11 16:39:58.906 INFO E| Compiling base64 v0.21.7
32692026-08-11T16:39:59.944Z[ helios-setup] Aug 11 16:39:58.944 INFO E| Compiling devinfo v0.1.0
32702026-08-11T16:40:00.097Z[ helios-setup] Aug 11 16:39:59.098 INFO E| Compiling tokio v1.48.0
32712026-08-11T16:40:00.115Z[ helios-setup] Aug 11 16:39:59.115 INFO E| Compiling toml v0.9.8
32722026-08-11T16:40:00.214Z[ helios-setup] Aug 11 16:39:59.214 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32732026-08-11T16:40:00.299Z[ host-package] Compiling fxhash v0.2.1
32742026-08-11T16:40:00.499Z[ host-package] Compiling libz-sys v1.1.24
32752026-08-11T16:40:00.580Z[ helios-setup] Aug 11 16:39:59.581 INFO E| Compiling bzip2 v0.4.4
32762026-08-11T16:40:00.683Z[ helios-setup] Aug 11 16:39:59.684 INFO E| Compiling env_logger v0.11.8
32772026-08-11T16:40:00.778Z[ host-package] Compiling salty v0.3.0
32782026-08-11T16:40:01.118Z[ helios-setup] Aug 11 16:40:00.119 INFO E| Compiling uuid v1.18.1
32792026-08-11T16:40:01.146Z[ host-package] Compiling progenitor-macro v0.13.0
32802026-08-11T16:40:01.152Z[ helios-setup] Aug 11 16:40:00.153 INFO E| Compiling flate2 v1.1.5
32812026-08-11T16:40:01.232Z[ helios-setup] Aug 11 16:40:00.232 INFO E| Compiling clap v4.5.51
32822026-08-11T16:40:01.309Z[ helios-setup] Aug 11 16:40:00.310 INFO E| Compiling spki v0.7.3
32832026-08-11T16:40:01.448Z[ helios-setup] Aug 11 16:40:00.448 INFO E| Compiling crc-any v2.5.0
32842026-08-11T16:40:01.469Z[ helios-setup] Aug 11 16:40:00.468 INFO E| Compiling foldhash v0.2.0
32852026-08-11T16:40:01.622Z[ helios-setup] Aug 11 16:40:00.623 INFO E| Compiling pkcs8 v0.10.2
32862026-08-11T16:40:01.729Z[ host-package] Compiling polar-core v0.27.3
32872026-08-11T16:40:01.820Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32882026-08-11T16:40:01.831Z[ helios-setup] Aug 11 16:40:00.831 INFO E| Compiling x509-cert v0.2.5
32892026-08-11T16:40:01.960Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32902026-08-11T16:40:02.013Z[ helios-setup] Aug 11 16:40:01.013 INFO E| Compiling rustc-hash v2.1.1
32912026-08-11T16:40:02.077Z[ helios-setup] Aug 11 16:40:01.078 INFO E| Compiling bitflags v1.3.2
32922026-08-11T16:40:02.186Z[ helios-setup] Aug 11 16:40:01.186 INFO E| Compiling pkcs1 v0.7.5
32932026-08-11T16:40:02.206Z[ host-package] Compiling kstat-rs v0.2.5
32942026-08-11T16:40:02.286Z[ helios-setup] Aug 11 16:40:01.286 INFO E| Compiling hex v0.4.3
32952026-08-11T16:40:02.319Z[ helios-setup] Aug 11 16:40:01.319 INFO E| Compiling iddqd v0.3.14
32962026-08-11T16:40:02.336Z[ helios-setup] Aug 11 16:40:01.336 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32972026-08-11T16:40:02.503Z[ helios-setup] Aug 11 16:40:01.502 INFO E| Compiling zip v0.6.6
32982026-08-11T16:40:02.901Z[ helios-setup] Aug 11 16:40:01.901 INFO E| Compiling ppv-lite86 v0.2.21
32992026-08-11T16:40:03.253Z[ helios-setup] Aug 11 16:40:02.253 INFO E| Compiling erased-serde v0.3.31
33002026-08-11T16:40:03.450Z[ helios-setup] Aug 11 16:40:02.450 INFO E| Compiling rand_chacha v0.3.1
33012026-08-11T16:40:03.460Z[ helios-setup] Aug 11 16:40:02.461 INFO E| Compiling serde_spanned v0.6.9
33022026-08-11T16:40:03.738Z[ helios-setup] Aug 11 16:40:02.739 INFO E| Compiling rand v0.8.5
33032026-08-11T16:40:03.763Z[ helios-setup] Aug 11 16:40:02.763 INFO E| Compiling toml_datetime v0.6.11
33042026-08-11T16:40:03.766Z[ host-package] Compiling mime_guess v2.0.5
33052026-08-11T16:40:03.879Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33062026-08-11T16:40:03.958Z[ helios-setup] Aug 11 16:40:02.959 INFO E| Compiling hashbrown v0.13.2
33072026-08-11T16:40:04.427Z[ helios-setup] Aug 11 16:40:03.428 INFO E| Compiling toml_edit v0.19.15
33082026-08-11T16:40:04.707Z[ helios-setup] Aug 11 16:40:03.707 INFO E| Compiling futures-executor v0.3.31
33092026-08-11T16:40:04.993Z[ helios-setup] Aug 11 16:40:03.993 INFO E| Compiling futures v0.3.31
33102026-08-11T16:40:05.081Z[ helios-setup] Aug 11 16:40:04.082 INFO E| Compiling slog-term v2.9.2
33112026-08-11T16:40:05.101Z[ helios-setup] Aug 11 16:40:04.101 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
33122026-08-11T16:40:05.129Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33132026-08-11T16:40:05.135Z[ helios-setup] Aug 11 16:40:04.135 INFO E| Compiling serde-hex v0.1.0
33142026-08-11T16:40:05.145Z[ helios-setup] Aug 11 16:40:04.146 INFO E| Compiling ron v0.8.1
33152026-08-11T16:40:05.201Z[ helios-setup] Aug 11 16:40:04.199 INFO E| Compiling object v0.30.4
33162026-08-11T16:40:05.477Z[ helios-setup] Aug 11 16:40:04.478 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33172026-08-11T16:40:05.489Z[ helios-setup] Aug 11 16:40:04.490 INFO E| Compiling path-slash v0.1.5
33182026-08-11T16:40:06.102Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33192026-08-11T16:40:07.249Z[ helios-setup] Aug 11 16:40:06.249 INFO E| Compiling rsa v0.9.8
33202026-08-11T16:40:07.459Z[ helios-setup] Aug 11 16:40:06.459 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33212026-08-11T16:40:07.500Z[ host-package] Compiling rfc6979 v0.4.0
33222026-08-11T16:40:07.659Z[ helios-setup] Aug 11 16:40:06.660 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33232026-08-11T16:40:07.778Z[ host-package] Compiling nanorand v0.7.0
33242026-08-11T16:40:07.992Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
33252026-08-11T16:40:08.192Z[ helios-setup] Aug 11 16:40:07.192 INFO E| Compiling toml v0.7.8
33262026-08-11T16:40:08.233Z[ host-package] Compiling parking_lot_core v0.8.6
33272026-08-11T16:40:08.453Z[ host-package] Compiling flume v0.11.1
33282026-08-11T16:40:08.540Z[ host-package] Compiling progenitor v0.13.0
33292026-08-11T16:40:08.826Z[ helios-setup] Aug 11 16:40:07.827 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
33302026-08-11T16:40:08.842Z[ host-package] Compiling ecdsa v0.16.9
33312026-08-11T16:40:08.842Z[ helios-setup] Aug 11 16:40:07.840 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33322026-08-11T16:40:09.076Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33332026-08-11T16:40:09.665Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33342026-08-11T16:40:09.895Z[ host-package] Compiling primeorder v0.13.6
33352026-08-11T16:40:10.145Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33362026-08-11T16:40:10.430Z[ host-package] Compiling git-stub v1.0.0
33372026-08-11T16:40:10.844Z[ host-package] Compiling instability v0.3.11
33382026-08-11T16:40:11.302Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33392026-08-11T16:40:11.483Z[ host-package] Compiling http-range v0.1.5
33402026-08-11T16:40:12.161Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33412026-08-11T16:40:12.354Z[ host-package] Compiling strsim v0.10.0
33422026-08-11T16:40:12.948Z[ host-package] Compiling darling_core v0.13.4
33432026-08-11T16:40:13.554Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33442026-08-11T16:40:14.426Z[ host-package] Compiling git-stub-vcs v0.1.0
33452026-08-11T16:40:14.792Z[ host-package] Compiling p384 v0.13.1
33462026-08-11T16:40:15.355Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33472026-08-11T16:40:15.434Z[ helios-setup] Aug 11 16:40:14.434 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33482026-08-11T16:40:15.632Z[ host-package] Compiling ignore v0.4.25
33492026-08-11T16:40:15.788Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33502026-08-11T16:40:16.672Z[ helios-setup] Aug 11 16:40:15.672 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
33512026-08-11T16:40:17.210Z[ host-package] Compiling castaway v0.2.4
33522026-08-11T16:40:17.589Z[ host-package] Compiling oso v0.27.3
33532026-08-11T16:40:17.669Z[ host-package] Compiling vergen-git2 v9.1.0
33542026-08-11T16:40:17.965Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33552026-08-11T16:40:19.663Z[ host-package] Compiling async-bb8-diesel v0.2.1
33562026-08-11T16:40:20.217Z[ host-package] Compiling diesel-dtrace v0.5.0
33572026-08-11T16:40:20.464Z[ host-package] Compiling indoc v2.0.7
33582026-08-11T16:40:20.765Z[ host-package] Compiling compact_str v0.8.1
33592026-08-11T16:40:20.889Z[ helios-setup] Aug 11 16:40:19.889 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33602026-08-11T16:40:21.673Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33612026-08-11T16:40:21.748Z[ host-package] Compiling globwalk v0.9.1
33622026-08-11T16:40:21.864Z[ host-package] Compiling parking_lot v0.11.2
33632026-08-11T16:40:22.395Z[ host-package] Compiling darling_macro v0.13.4
33642026-08-11T16:40:22.465Z[ host-package] Compiling hyper-staticfile v0.10.1
33652026-08-11T16:40:22.845Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33662026-08-11T16:40:22.936Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33672026-08-11T16:40:23.301Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33682026-08-11T16:40:23.342Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33692026-08-11T16:40:23.367Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33702026-08-11T16:40:23.447Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33712026-08-11T16:40:23.719Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33722026-08-11T16:40:23.840Z[ host-package] Compiling predicates-tree v1.0.13
33732026-08-11T16:40:24.102Z[ host-package] Compiling unicode-truncate v1.1.0
33742026-08-11T16:40:24.342Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33752026-08-11T16:40:24.432Z[ host-package] Compiling lru v0.12.5
33762026-08-11T16:40:24.551Z[ host-package] Compiling prefix-trie v0.7.0
33772026-08-11T16:40:24.641Z[ host-package] Compiling rand_seeder v0.4.0
33782026-08-11T16:40:24.879Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33792026-08-11T16:40:25.078Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33802026-08-11T16:40:25.378Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
33812026-08-11T16:40:25.540Z[ host-package] Compiling cassowary v0.3.0
33822026-08-11T16:40:25.662Z[ host-package] Compiling corncobs v0.1.4
33832026-08-11T16:40:25.848Z[ host-package] Compiling hickory-server v0.25.2
33842026-08-11T16:40:26.037Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33852026-08-11T16:40:26.114Z[ host-package] Compiling ratatui v0.29.0
33862026-08-11T16:40:26.117Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33872026-08-11T16:40:26.317Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33882026-08-11T16:40:26.375Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33892026-08-11T16:40:26.409Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33902026-08-11T16:40:27.236Z[ host-package] Compiling darling v0.13.4
33912026-08-11T16:40:27.357Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33922026-08-11T16:40:27.544Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33932026-08-11T16:40:27.618Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33942026-08-11T16:40:28.176Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33952026-08-11T16:40:28.851Z[ host-package] Compiling sled v0.34.7
33962026-08-11T16:40:30.282Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33972026-08-11T16:40:31.840Z[ helios-setup] Aug 11 16:40:30.840 INFO E| Finished `release` profile [optimized] target(s) in 47.06s
33982026-08-11T16:40:31.842Z[ helios-setup] Aug 11 16:40:30.843 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
33992026-08-11T16:40:31.842Z[ helios-setup] Aug 11 16:40:30.843 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34002026-08-11T16:40:31.908Z[ helios-setup] Aug 11 16:40:30.909 INFO building project "pilot" ok (47 seconds)
34012026-08-11T16:40:31.908Z[ helios-setup] Aug 11 16:40:30.909 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
34022026-08-11T16:40:31.919Z[ helios-setup] Aug 11 16:40:30.919 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
34032026-08-11T16:40:31.919Z[ helios-setup] Aug 11 16:40:30.919 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
34042026-08-11T16:40:31.919Z[ helios-setup] Aug 11 16:40:30.919 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
34052026-08-11T16:40:31.970Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34062026-08-11T16:40:32.071Z[ helios-setup] Aug 11 16:40:31.072 INFO E| Updating crates.io index
34072026-08-11T16:40:32.176Z[ helios-setup] Aug 11 16:40:31.176 INFO E| Downloading crates ...
34082026-08-11T16:40:32.195Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34092026-08-11T16:40:32.224Z[ helios-setup] Aug 11 16:40:31.224 INFO E| Downloaded proc-macro2 v1.0.95
34102026-08-11T16:40:32.240Z[ helios-setup] Aug 11 16:40:31.241 INFO E| Downloaded errno v0.3.12
34112026-08-11T16:40:32.245Z[ helios-setup] Aug 11 16:40:31.245 INFO E| Downloaded time-core v0.1.4
34122026-08-11T16:40:32.262Z[ helios-setup] Aug 11 16:40:31.262 INFO E| Downloaded quote v1.0.40
34132026-08-11T16:40:32.264Z[ helios-setup] Aug 11 16:40:31.264 INFO E| Downloaded thiserror-impl v2.0.12
34142026-08-11T16:40:32.265Z[ helios-setup] Aug 11 16:40:31.265 INFO E| Downloaded time-macros v0.2.22
34152026-08-11T16:40:32.268Z[ helios-setup] Aug 11 16:40:31.267 INFO E| Downloaded deranged v0.4.0
34162026-08-11T16:40:32.274Z[ helios-setup] Aug 11 16:40:31.269 INFO E| Downloaded autocfg v1.4.0
34172026-08-11T16:40:32.274Z[ helios-setup] Aug 11 16:40:31.270 INFO E| Downloaded thiserror v2.0.12
34182026-08-11T16:40:32.280Z[ helios-setup] Aug 11 16:40:31.274 INFO E| Downloaded serde_with_macros v3.12.0
34192026-08-11T16:40:32.291Z[ helios-setup] Aug 11 16:40:31.284 INFO E| Downloaded unicode-ident v1.0.18
34202026-08-11T16:40:32.295Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34212026-08-11T16:40:32.295Z[ helios-setup] Aug 11 16:40:31.290 INFO E| Downloaded iana-time-zone v0.1.63
34222026-08-11T16:40:32.296Z[ helios-setup] Aug 11 16:40:31.292 INFO E| Downloaded bitflags v2.9.1
34232026-08-11T16:40:32.296Z[ helios-setup] Aug 11 16:40:31.294 INFO E| Downloaded tempfile v3.20.0
34242026-08-11T16:40:32.300Z[ helios-setup] Aug 11 16:40:31.296 INFO E| Downloaded getrandom v0.3.3
34252026-08-11T16:40:32.300Z[ helios-setup] Aug 11 16:40:31.298 INFO E| Downloaded serde_derive v1.0.219
34262026-08-11T16:40:32.303Z[ helios-setup] Aug 11 16:40:31.300 INFO E| Downloaded anyhow v1.0.98
34272026-08-11T16:40:32.309Z[ helios-setup] Aug 11 16:40:31.305 INFO E| Downloaded serde v1.0.219
34282026-08-11T16:40:32.317Z[ helios-setup] Aug 11 16:40:31.313 INFO E| Downloaded memchr v2.7.4
34292026-08-11T16:40:32.329Z[ helios-setup] Aug 11 16:40:31.328 INFO E| Downloaded indexmap v2.9.0
34302026-08-11T16:40:32.332Z[ helios-setup] Aug 11 16:40:31.330 INFO E| Downloaded serde_with v3.12.0
34312026-08-11T16:40:32.337Z[ helios-setup] Aug 11 16:40:31.337 INFO E| Downloaded time v0.3.41
34322026-08-11T16:40:32.349Z[ helios-setup] Aug 11 16:40:31.349 INFO E| Downloaded serde_json v1.0.140
34332026-08-11T16:40:32.355Z[ helios-setup] Aug 11 16:40:31.355 INFO E| Downloaded hashbrown v0.15.3
34342026-08-11T16:40:32.372Z[ helios-setup] Aug 11 16:40:31.373 INFO E| Downloaded chrono v0.4.41
34352026-08-11T16:40:32.388Z[ helios-setup] Aug 11 16:40:31.388 INFO E| Downloaded syn v2.0.101
34362026-08-11T16:40:32.404Z[ helios-setup] Aug 11 16:40:31.405 INFO E| Downloaded rustix v1.0.7
34372026-08-11T16:40:32.447Z[ helios-setup] Aug 11 16:40:31.448 INFO E| Downloaded libc v0.2.172
34382026-08-11T16:40:32.513Z[ helios-setup] Aug 11 16:40:31.513 INFO E| Compiling proc-macro2 v1.0.95
34392026-08-11T16:40:32.513Z[ helios-setup] Aug 11 16:40:31.513 INFO E| Compiling unicode-ident v1.0.18
34402026-08-11T16:40:32.513Z[ helios-setup] Aug 11 16:40:31.513 INFO E| Compiling libc v0.2.172
34412026-08-11T16:40:32.517Z[ helios-setup] Aug 11 16:40:31.513 INFO E| Compiling ident_case v1.0.1
34422026-08-11T16:40:32.518Z[ helios-setup] Aug 11 16:40:31.513 INFO E| Compiling strsim v0.11.1
34432026-08-11T16:40:32.518Z[ helios-setup] Aug 11 16:40:31.513 INFO E| Compiling fnv v1.0.7
34442026-08-11T16:40:32.518Z[ helios-setup] Aug 11 16:40:31.513 INFO E| Compiling serde v1.0.219
34452026-08-11T16:40:32.518Z[ helios-setup] Aug 11 16:40:31.513 INFO E| Compiling rustix v1.0.7
34462026-08-11T16:40:32.518Z[ helios-setup] Aug 11 16:40:31.513 INFO E| Compiling getrandom v0.3.3
34472026-08-11T16:40:32.518Z[ helios-setup] Aug 11 16:40:31.513 INFO E| Compiling anyhow v1.0.98
34482026-08-11T16:40:32.518Z[ helios-setup] Aug 11 16:40:31.513 INFO E| Compiling serde_json v1.0.140
34492026-08-11T16:40:32.518Z[ helios-setup] Aug 11 16:40:31.513 INFO E| Compiling cfg-if v1.0.0
34502026-08-11T16:40:32.518Z[ helios-setup] Aug 11 16:40:31.513 INFO E| Compiling bitflags v2.9.1
34512026-08-11T16:40:32.518Z[ helios-setup] Aug 11 16:40:31.513 INFO E| Compiling thiserror v2.0.12
34522026-08-11T16:40:32.518Z[ helios-setup] Aug 11 16:40:31.513 INFO E| Compiling once_cell v1.21.3
34532026-08-11T16:40:32.518Z[ helios-setup] Aug 11 16:40:31.513 INFO E| Compiling memchr v2.7.4
34542026-08-11T16:40:32.771Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34552026-08-11T16:40:32.813Z[ helios-setup] Aug 11 16:40:31.812 INFO E| Compiling fastrand v2.3.0
34562026-08-11T16:40:33.090Z[ helios-setup] Aug 11 16:40:32.091 INFO E| Compiling itoa v1.0.15
34572026-08-11T16:40:33.113Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34582026-08-11T16:40:33.132Z[ helios-setup] Aug 11 16:40:32.130 INFO E| Compiling ryu v1.0.20
34592026-08-11T16:40:33.141Z[ helios-setup] Aug 11 16:40:32.142 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
34602026-08-11T16:40:33.529Z[ host-package] Compiling secrecy v0.8.0
34612026-08-11T16:40:33.906Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34622026-08-11T16:40:34.216Z[ helios-setup] Aug 11 16:40:33.214 INFO E| Compiling errno v0.3.12
34632026-08-11T16:40:34.363Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34642026-08-11T16:40:34.440Z[ helios-setup] Aug 11 16:40:33.439 INFO E| Compiling quote v1.0.40
34652026-08-11T16:40:34.643Z[ helios-setup] Aug 11 16:40:33.644 INFO E| Compiling syn v2.0.101
34662026-08-11T16:40:35.304Z[ helios-setup] Aug 11 16:40:34.305 INFO E| Compiling tempfile v3.20.0
34672026-08-11T16:40:35.553Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34682026-08-11T16:40:35.941Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34692026-08-11T16:40:36.504Z[ host-package] Compiling serde_with_macros v1.5.2
34702026-08-11T16:40:36.593Z[ host-package] Compiling git2 v0.20.4
34712026-08-11T16:40:36.766Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34722026-08-11T16:40:36.911Z[ helios-setup] Aug 11 16:40:35.911 INFO E| Compiling darling_core v0.20.11
34732026-08-11T16:40:37.567Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34742026-08-11T16:40:37.839Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34752026-08-11T16:40:37.888Z[ helios-setup] Aug 11 16:40:36.885 INFO E| Compiling serde_derive v1.0.219
34762026-08-11T16:40:37.888Z[ helios-setup] Aug 11 16:40:36.885 INFO E| Compiling thiserror-impl v2.0.12
34772026-08-11T16:40:38.055Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34782026-08-11T16:40:38.078Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34792026-08-11T16:40:38.409Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34802026-08-11T16:40:38.597Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34812026-08-11T16:40:38.793Z[ helios-setup] Aug 11 16:40:37.791 INFO E| Compiling darling_macro v0.20.11
34822026-08-11T16:40:38.885Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34832026-08-11T16:40:39.015Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
34842026-08-11T16:40:39.050Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34852026-08-11T16:40:39.373Z[ host-package] Compiling arc-swap v1.8.2
34862026-08-11T16:40:39.429Z[ host-package] Compiling void v1.0.2
34872026-08-11T16:40:39.520Z[ helios-setup] Aug 11 16:40:38.519 INFO E| Compiling darling v0.20.11
34882026-08-11T16:40:39.614Z[ helios-setup] Aug 11 16:40:38.611 INFO E| Compiling serde_with_macros v3.12.0
34892026-08-11T16:40:39.707Z[ host-package] Compiling slog-scope v4.4.1
34902026-08-11T16:40:39.939Z[ host-package] Compiling lzss v0.8.2
34912026-08-11T16:40:40.118Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34922026-08-11T16:40:40.368Z[ host-package] Compiling illumos-nvpair v0.3.0
34932026-08-11T16:40:40.368Z[ host-package] Compiling serde_with v1.14.0
34942026-08-11T16:40:40.371Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34952026-08-11T16:40:41.026Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
34962026-08-11T16:40:41.113Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34972026-08-11T16:40:41.633Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34982026-08-11T16:40:42.299Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34992026-08-11T16:40:42.811Z[ helios-setup] Aug 11 16:40:41.811 INFO E| Compiling serde_with v3.12.0
35002026-08-11T16:40:43.088Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35012026-08-11T16:40:44.750Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35022026-08-11T16:40:45.400Z[ host-package] Compiling scuffle v0.1.0
35032026-08-11T16:40:47.355Z[ helios-setup] Aug 11 16:40:46.355 INFO E| Finished `release` profile [optimized] target(s) in 15.42s
35042026-08-11T16:40:47.383Z[ helios-setup] Aug 11 16:40:46.383 INFO building project "dmar-report" ok (15 seconds)
35052026-08-11T16:40:47.383Z[ helios-setup] Aug 11 16:40:46.383 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
35062026-08-11T16:40:47.417Z[ helios-setup] Aug 11 16:40:46.417 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')"
35072026-08-11T16:40:47.417Z[ helios-setup] Aug 11 16:40:46.418 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
35082026-08-11T16:40:47.417Z[ helios-setup] Aug 11 16:40:46.418 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
35092026-08-11T16:40:47.553Z[ helios-setup] Aug 11 16:40:46.553 INFO E| Blocking waiting for file lock on package cache
35102026-08-11T16:40:47.764Z[ host-package] Compiling tungstenite v0.23.0
35112026-08-11T16:40:47.906Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35122026-08-11T16:40:47.930Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35132026-08-11T16:40:48.525Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35142026-08-11T16:40:48.771Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35152026-08-11T16:40:49.135Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35162026-08-11T16:40:49.473Z[ host-package] Compiling nix v0.27.1
35172026-08-11T16:40:49.575Z[ host-package] Compiling twox-hash v2.1.2
35182026-08-11T16:40:49.972Z[ host-package] Compiling libsw-core v0.3.2
35192026-08-11T16:40:50.044Z[ host-package] Compiling serde_bytes v0.11.19
35202026-08-11T16:40:50.084Z[ host-package] Compiling atty v0.2.14
35212026-08-11T16:40:50.177Z[ host-package] Compiling libsw v3.5.0
35222026-08-11T16:40:50.261Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35232026-08-11T16:40:50.285Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35242026-08-11T16:40:50.380Z[ host-package] Compiling tokio-tungstenite v0.23.1
35252026-08-11T16:40:50.420Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35262026-08-11T16:40:50.660Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35272026-08-11T16:40:50.774Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35282026-08-11T16:40:52.247Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35292026-08-11T16:40:53.168Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35302026-08-11T16:40:53.411Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35312026-08-11T16:40:53.531Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35322026-08-11T16:40:54.100Z[ helios-setup] Aug 11 16:40:53.100 INFO E| Updating crates.io index
35332026-08-11T16:40:54.103Z[ helios-setup] Aug 11 16:40:53.101 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
35342026-08-11T16:40:54.170Z[ host-package] Compiling slog-stdlog v4.1.1
35352026-08-11T16:40:54.376Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35362026-08-11T16:40:54.483Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35372026-08-11T16:40:54.531Z[ helios-setup] Aug 11 16:40:53.531 INFO E| From https://github.com/oxidecomputer/amd-apcb
35382026-08-11T16:40:54.531Z[ helios-setup] Aug 11 16:40:53.531 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
35392026-08-11T16:40:54.547Z[ helios-setup] Aug 11 16:40:53.546 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
35402026-08-11T16:40:54.561Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35412026-08-11T16:40:54.748Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35422026-08-11T16:40:54.917Z[ helios-setup] Aug 11 16:40:53.917 INFO E| From https://github.com/oxidecomputer/amd-efs
35432026-08-11T16:40:54.917Z[ helios-setup] Aug 11 16:40:53.918 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
35442026-08-11T16:40:54.936Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
35452026-08-11T16:40:55.009Z[ helios-setup] Aug 11 16:40:54.010 INFO E| Blocking waiting for file lock on package cache
35462026-08-11T16:40:55.099Z[ helios-setup] Aug 11 16:40:54.098 INFO E| Blocking waiting for file lock on package cache
35472026-08-11T16:40:56.185Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35482026-08-11T16:40:57.491Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35492026-08-11T16:40:57.999Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35502026-08-11T16:40:58.549Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35512026-08-11T16:40:58.608Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35522026-08-11T16:40:59.302Z[ helios-setup] Aug 11 16:40:58.302 INFO E| Downloading crates ...
35532026-08-11T16:40:59.347Z[ helios-setup] Aug 11 16:40:58.347 INFO E| Downloaded vec_map v0.8.2
35542026-08-11T16:40:59.355Z[ helios-setup] Aug 11 16:40:58.356 INFO E| Downloaded unic-char-range v0.9.0
35552026-08-11T16:40:59.360Z[ helios-setup] Aug 11 16:40:58.361 INFO E| Downloaded modular-bitfield v0.11.2
35562026-08-11T16:40:59.367Z[ helios-setup] Aug 11 16:40:58.368 INFO E| Downloaded pest_derive v2.8.0
35572026-08-11T16:40:59.370Z[ helios-setup] Aug 11 16:40:58.370 INFO E| Downloaded unic-ucd-version v0.9.0
35582026-08-11T16:40:59.370Z[ helios-setup] Aug 11 16:40:58.370 INFO E| Downloaded dyn-clone v1.0.19
35592026-08-11T16:40:59.373Z[ helios-setup] Aug 11 16:40:58.371 INFO E| Downloaded fletcher v1.0.0
35602026-08-11T16:40:59.373Z[ helios-setup] Aug 11 16:40:58.372 INFO E| Downloaded four-cc v0.4.0
35612026-08-11T16:40:59.373Z[ helios-setup] Aug 11 16:40:58.372 INFO E| Downloaded parse_int v0.9.0
35622026-08-11T16:40:59.376Z[ helios-setup] Aug 11 16:40:58.374 INFO E| Downloaded strum v0.27.1
35632026-08-11T16:40:59.377Z[ helios-setup] Aug 11 16:40:58.376 INFO E| Downloaded unic-char-property v0.9.0
35642026-08-11T16:40:59.381Z[ helios-setup] Aug 11 16:40:58.382 INFO E| Downloaded strsim v0.8.0
35652026-08-11T16:40:59.386Z[ helios-setup] Aug 11 16:40:58.387 INFO E| Downloaded heck v0.3.3
35662026-08-11T16:40:59.389Z[ helios-setup] Aug 11 16:40:58.388 INFO E| Downloaded unic-common v0.9.0
35672026-08-11T16:40:59.392Z[ helios-setup] Aug 11 16:40:58.390 INFO E| Downloaded modular-bitfield-impl v0.13.1
35682026-08-11T16:40:59.392Z[ helios-setup] Aug 11 16:40:58.391 INFO E| Downloaded rustversion v1.0.20
35692026-08-11T16:40:59.395Z[ helios-setup] Aug 11 16:40:58.394 INFO E| Downloaded modular-bitfield-impl v0.11.2
35702026-08-11T16:40:59.395Z[ helios-setup] Aug 11 16:40:58.395 INFO E| Downloaded pest_generator v2.8.0
35712026-08-11T16:40:59.398Z[ helios-setup] Aug 11 16:40:58.396 INFO E| Downloaded textwrap v0.11.0
35722026-08-11T16:40:59.398Z[ helios-setup] Aug 11 16:40:58.397 INFO E| Downloaded strum_macros v0.27.1
35732026-08-11T16:40:59.398Z[ helios-setup] Aug 11 16:40:58.398 INFO E| Downloaded unic-ucd-ident v0.9.0
35742026-08-11T16:40:59.401Z[ helios-setup] Aug 11 16:40:58.399 INFO E| Downloaded bytesize v2.0.1
35752026-08-11T16:40:59.404Z[ helios-setup] Aug 11 16:40:58.404 INFO E| Downloaded ansi_term v0.12.1
35762026-08-11T16:40:59.410Z[ helios-setup] Aug 11 16:40:58.411 INFO E| Downloaded modular-bitfield v0.13.1
35772026-08-11T16:40:59.417Z[ helios-setup] Aug 11 16:40:58.417 INFO E| Downloaded pest_meta v2.8.0
35782026-08-11T16:40:59.420Z[ helios-setup] Aug 11 16:40:58.420 INFO E| Downloaded log v0.4.27
35792026-08-11T16:40:59.425Z[ helios-setup] Aug 11 16:40:58.426 INFO E| Downloaded structopt v0.3.26
35802026-08-11T16:40:59.430Z[ helios-setup] Aug 11 16:40:58.430 INFO E| Downloaded structopt-derive v0.4.18
35812026-08-11T16:40:59.433Z[ helios-setup] Aug 11 16:40:58.431 INFO E| Downloaded typenum v1.18.0
35822026-08-11T16:40:59.433Z[ helios-setup] Aug 11 16:40:58.433 INFO E| Downloaded zerocopy-derive v0.8.25
35832026-08-11T16:40:59.445Z[ helios-setup] Aug 11 16:40:58.446 INFO E| Downloaded clap v2.34.0
35842026-08-11T16:40:59.449Z[ helios-setup] Aug 11 16:40:58.450 INFO E| Downloaded pest v2.8.0
35852026-08-11T16:40:59.454Z[ helios-setup] Aug 11 16:40:58.455 INFO E| Downloaded goblin v0.9.3
35862026-08-11T16:40:59.458Z[ helios-setup] Aug 11 16:40:58.459 INFO E| Downloaded zerocopy v0.8.25
35872026-08-11T16:40:59.528Z[ helios-setup] Aug 11 16:40:58.528 INFO E| Compiling proc-macro2 v1.0.95
35882026-08-11T16:40:59.528Z[ helios-setup] Aug 11 16:40:58.528 INFO E| Compiling unicode-ident v1.0.18
35892026-08-11T16:40:59.528Z[ helios-setup] Aug 11 16:40:58.528 INFO E| Compiling memchr v2.7.4
35902026-08-11T16:40:59.531Z[ helios-setup] Aug 11 16:40:58.528 INFO E| Compiling thiserror v2.0.12
35912026-08-11T16:40:59.531Z[ helios-setup] Aug 11 16:40:58.528 INFO E| Compiling autocfg v1.4.0
35922026-08-11T16:40:59.531Z[ helios-setup] Aug 11 16:40:58.528 INFO E| Compiling syn v1.0.109
35932026-08-11T16:40:59.531Z[ helios-setup] Aug 11 16:40:58.528 INFO E| Compiling serde v1.0.219
35942026-08-11T16:40:59.531Z[ helios-setup] Aug 11 16:40:58.528 INFO E| Compiling version_check v0.9.5
35952026-08-11T16:40:59.531Z[ helios-setup] Aug 11 16:40:58.528 INFO E| Compiling serde_json v1.0.140
35962026-08-11T16:40:59.531Z[ helios-setup] Aug 11 16:40:58.528 INFO E| Compiling ryu v1.0.20
35972026-08-11T16:40:59.531Z[ helios-setup] Aug 11 16:40:58.528 INFO E| Compiling itoa v1.0.15
35982026-08-11T16:40:59.593Z[ helios-setup] Aug 11 16:40:58.593 INFO E| Compiling schemars v0.8.22
35992026-08-11T16:40:59.596Z[ helios-setup] Aug 11 16:40:58.593 INFO E| Compiling static_assertions v1.1.0
36002026-08-11T16:40:59.597Z[ helios-setup] Aug 11 16:40:58.593 INFO E| Compiling rustversion v1.0.20
36012026-08-11T16:40:59.710Z[ helios-setup] Aug 11 16:40:58.710 INFO E| Compiling zerocopy v0.8.25
36022026-08-11T16:40:59.710Z[ helios-setup] Aug 11 16:40:58.710 INFO E| Compiling dyn-clone v1.0.19
36032026-08-11T16:41:00.044Z[ helios-setup] Aug 11 16:40:59.045 INFO E| Compiling libc v0.2.172
36042026-08-11T16:41:00.196Z[ helios-setup] Aug 11 16:40:59.197 INFO E| Compiling paste v1.0.15
36052026-08-11T16:41:00.461Z[ helios-setup] Aug 11 16:40:59.461 INFO E| Compiling ucd-trie v0.1.7
36062026-08-11T16:41:00.461Z[ helios-setup] Aug 11 16:40:59.461 INFO E| Compiling once_cell v1.21.3
36072026-08-11T16:41:00.483Z[ helios-setup] Aug 11 16:40:59.483 INFO E| Compiling unicode-width v0.1.14
36082026-08-11T16:41:00.556Z[ helios-setup] Aug 11 16:40:59.556 INFO E| Compiling unicode-segmentation v1.12.0
36092026-08-11T16:41:00.620Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36102026-08-11T16:41:00.757Z[ helios-setup] Aug 11 16:40:59.757 INFO E| Compiling heck v0.5.0
36112026-08-11T16:41:00.880Z[ helios-setup] Aug 11 16:40:59.879 INFO E| Compiling quote v1.0.40
36122026-08-11T16:41:01.091Z[ helios-setup] Aug 11 16:41:00.091 INFO E| Compiling num-traits v0.2.19
36132026-08-11T16:41:01.111Z[ helios-setup] Aug 11 16:41:00.112 INFO E| Compiling memoffset v0.9.1
36142026-08-11T16:41:01.122Z[ helios-setup] Aug 11 16:41:00.122 INFO E| Compiling textwrap v0.11.0
36152026-08-11T16:41:01.125Z[ helios-setup] Aug 11 16:41:00.123 INFO E| Compiling proc-macro-error-attr v1.0.4
36162026-08-11T16:41:01.195Z[ helios-setup] Aug 11 16:41:00.196 INFO E| Compiling proc-macro-error v1.0.4
36172026-08-11T16:41:01.213Z[ helios-setup] Aug 11 16:41:00.213 INFO E| Compiling strsim v0.8.0
36182026-08-11T16:41:01.272Z[ helios-setup] Aug 11 16:41:00.272 INFO E| Compiling syn v2.0.101
36192026-08-11T16:41:01.314Z[ helios-setup] Aug 11 16:41:00.314 INFO E| Compiling bitflags v1.3.2
36202026-08-11T16:41:01.330Z[ helios-setup] Aug 11 16:41:00.331 INFO E| Compiling strum v0.27.1
36212026-08-11T16:41:01.404Z[ helios-setup] Aug 11 16:41:00.404 INFO E| Compiling ansi_term v0.12.1
36222026-08-11T16:41:01.418Z[ helios-setup] Aug 11 16:41:00.418 INFO E| Compiling vec_map v0.8.2
36232026-08-11T16:41:01.449Z[ helios-setup] Aug 11 16:41:00.449 INFO E| Compiling unic-char-range v0.9.0
36242026-08-11T16:41:01.498Z[ helios-setup] Aug 11 16:41:00.496 INFO E| Compiling heck v0.3.3
36252026-08-11T16:41:01.693Z[ helios-setup] Aug 11 16:41:00.691 INFO E| Compiling byteorder v1.5.0
36262026-08-11T16:41:01.709Z[ helios-setup] Aug 11 16:41:00.710 INFO E| Compiling unic-common v0.9.0
36272026-08-11T16:41:01.868Z[ helios-setup] Aug 11 16:41:00.868 INFO E| Compiling fletcher v1.0.0
36282026-08-11T16:41:01.883Z[ helios-setup] Aug 11 16:41:00.883 INFO E| Compiling unic-ucd-version v0.9.0
36292026-08-11T16:41:01.894Z[ helios-setup] Aug 11 16:41:00.888 INFO E| Compiling unic-char-property v0.9.0
36302026-08-11T16:41:01.915Z[ helios-setup] Aug 11 16:41:00.916 INFO E| Compiling plain v0.2.3
36312026-08-11T16:41:01.942Z[ helios-setup] Aug 11 16:41:00.942 INFO E| Compiling lazy_static v1.5.0
36322026-08-11T16:41:01.995Z[ helios-setup] Aug 11 16:41:00.995 INFO E| Compiling log v0.4.27
36332026-08-11T16:41:02.010Z[ helios-setup] Aug 11 16:41:01.010 INFO E| Compiling bytesize v2.0.1
36342026-08-11T16:41:02.071Z[ helios-setup] Aug 11 16:41:01.071 INFO E| Compiling unic-ucd-ident v0.9.0
36352026-08-11T16:41:02.321Z[ helios-setup] Aug 11 16:41:01.321 INFO E| Compiling atty v0.2.14
36362026-08-11T16:41:02.403Z[ helios-setup] Aug 11 16:41:01.404 INFO E| Compiling clap v2.34.0
36372026-08-11T16:41:02.608Z[ helios-setup] Aug 11 16:41:01.608 INFO E| Compiling parse_int v0.9.0
36382026-08-11T16:41:03.033Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36392026-08-11T16:41:03.097Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36402026-08-11T16:41:03.508Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36412026-08-11T16:41:04.329Z[ helios-setup] Aug 11 16:41:03.329 INFO E| Compiling serde_derive_internals v0.29.1
36422026-08-11T16:41:04.411Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36432026-08-11T16:41:05.315Z[ helios-setup] Aug 11 16:41:04.316 INFO E| Compiling modular-bitfield-impl v0.11.2
36442026-08-11T16:41:05.315Z[ helios-setup] Aug 11 16:41:04.316 INFO E| Compiling structopt-derive v0.4.18
36452026-08-11T16:41:05.332Z[ helios-setup] Aug 11 16:41:04.332 INFO E| Compiling thiserror-impl v2.0.12
36462026-08-11T16:41:05.332Z[ helios-setup] Aug 11 16:41:04.332 INFO E| Compiling serde_derive v1.0.219
36472026-08-11T16:41:05.332Z[ helios-setup] Aug 11 16:41:04.333 INFO E| Compiling schemars_derive v0.8.22
36482026-08-11T16:41:05.335Z[ helios-setup] Aug 11 16:41:04.333 INFO E| Compiling zerocopy-derive v0.8.25
36492026-08-11T16:41:05.335Z[ helios-setup] Aug 11 16:41:04.333 INFO E| Compiling num-derive v0.4.2
36502026-08-11T16:41:05.335Z[ helios-setup] Aug 11 16:41:04.333 INFO E| Compiling modular-bitfield-impl v0.13.1
36512026-08-11T16:41:05.335Z[ helios-setup] Aug 11 16:41:04.333 INFO E| Compiling strum_macros v0.27.1
36522026-08-11T16:41:05.336Z[ helios-setup] Aug 11 16:41:04.333 INFO E| Compiling scroll_derive v0.12.1
36532026-08-11T16:41:06.310Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36542026-08-11T16:41:06.427Z[ host-package] Compiling signal-hook-tokio v0.3.1
36552026-08-11T16:41:06.728Z[ helios-setup] Aug 11 16:41:05.728 INFO E| Compiling scroll v0.12.0
36562026-08-11T16:41:06.788Z[ host-package] Compiling fatfs v0.3.6
36572026-08-11T16:41:06.845Z[ host-package] Compiling yasna v0.5.2
36582026-08-11T16:41:07.109Z[ helios-setup] Aug 11 16:41:06.109 INFO E| Compiling goblin v0.9.3
36592026-08-11T16:41:07.347Z[ helios-setup] Aug 11 16:41:06.347 INFO E| Compiling modular-bitfield v0.11.2
36602026-08-11T16:41:07.496Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36612026-08-11T16:41:07.581Z[ helios-setup] Aug 11 16:41:06.582 INFO E| Compiling structopt v0.3.26
36622026-08-11T16:41:07.933Z[ helios-setup] Aug 11 16:41:06.933 INFO E| Compiling pest v2.8.0
36632026-08-11T16:41:08.063Z[ helios-setup] Aug 11 16:41:07.062 INFO E| Compiling modular-bitfield v0.13.1
36642026-08-11T16:41:08.143Z[ host-package] Compiling seq-macro v0.3.6
36652026-08-11T16:41:08.209Z[ host-package] Compiling is_ci v1.2.0
36662026-08-11T16:41:08.671Z[ host-package] Compiling assert_matches v1.5.0
36672026-08-11T16:41:08.754Z[ host-package] Compiling supports-color v3.0.2
36682026-08-11T16:41:08.835Z[ host-package] Compiling rcgen v0.12.1
36692026-08-11T16:41:08.905Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36702026-08-11T16:41:09.164Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36712026-08-11T16:41:09.355Z[ host-package] Compiling slog-envlogger v2.2.0
36722026-08-11T16:41:09.408Z[ helios-setup] Aug 11 16:41:08.401 INFO E| Compiling pest_meta v2.8.0
36732026-08-11T16:41:10.025Z[ helios-setup] Aug 11 16:41:09.025 INFO E| Compiling pest_generator v2.8.0
36742026-08-11T16:41:10.755Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36752026-08-11T16:41:10.893Z[ helios-setup] Aug 11 16:41:09.893 INFO E| Compiling pest_derive v2.8.0
36762026-08-11T16:41:11.825Z[ helios-setup] Aug 11 16:41:10.825 INFO E| Compiling json5 v0.4.1
36772026-08-11T16:41:12.079Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36782026-08-11T16:41:12.141Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36792026-08-11T16:41:13.058Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36802026-08-11T16:41:13.105Z[ helios-setup] Aug 11 16:41:12.104 INFO E| Compiling four-cc v0.4.0
36812026-08-11T16:41:13.105Z[ helios-setup] Aug 11 16:41:12.104 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
36822026-08-11T16:41:13.245Z[ helios-setup] Aug 11 16:41:12.246 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
36832026-08-11T16:41:13.364Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36842026-08-11T16:41:13.821Z[ host-package] Compiling port-file v0.1.0
36852026-08-11T16:41:14.197Z[ host-package] Compiling rtoolbox v0.0.3
36862026-08-11T16:41:14.431Z[ host-package] Compiling subprocess v0.2.15
36872026-08-11T16:41:14.508Z[ host-package] Compiling rpassword v7.5.4
36882026-08-11T16:41:14.696Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36892026-08-11T16:41:15.090Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36902026-08-11T16:41:16.720Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
36912026-08-11T16:41:16.752Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
36922026-08-11T16:41:16.860Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36932026-08-11T16:41:18.763Z[ host-package] Compiling tui-tree-widget v0.23.1
36942026-08-11T16:41:19.080Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36952026-08-11T16:41:19.377Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36962026-08-11T16:41:19.932Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
36972026-08-11T16:41:20.798Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
36982026-08-11T16:41:21.912Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36992026-08-11T16:41:22.219Z[ host-package] Compiling uzers v0.12.2
37002026-08-11T16:41:23.826Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37012026-08-11T16:41:24.094Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37022026-08-11T16:41:25.091Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37032026-08-11T16:41:26.267Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37042026-08-11T16:41:26.571Z[ host-package] Compiling support-bundle-viewer v0.1.2
37052026-08-11T16:41:27.276Z[ helios-setup] Aug 11 16:41:26.275 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
37062026-08-11T16:41:27.964Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37072026-08-11T16:41:28.577Z[ host-package] Compiling multimap v0.10.1
37082026-08-11T16:41:31.253Z[ helios-setup] Aug 11 16:41:30.253 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
37092026-08-11T16:41:39.715Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37102026-08-11T16:41:43.342Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37112026-08-11T16:41:43.500Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37122026-08-11T16:41:44.411Z[ helios-setup] Aug 11 16:41:43.412 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.95s
37132026-08-11T16:41:44.449Z[ helios-setup] Aug 11 16:41:43.449 INFO building project "amd-host-image-builder" ok (57 seconds)
37142026-08-11T16:41:44.449Z[ helios-setup] Aug 11 16:41:43.449 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
37152026-08-11T16:41:44.458Z[ helios-setup] Aug 11 16:41:43.458 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
37162026-08-11T16:41:44.458Z[ helios-setup] Aug 11 16:41:43.458 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
37172026-08-11T16:41:44.461Z[ helios-setup] Aug 11 16:41:43.458 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
37182026-08-11T16:41:44.570Z[ helios-setup] Aug 11 16:41:43.570 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
37192026-08-11T16:41:44.886Z[ helios-setup] Aug 11 16:41:43.887 INFO E| From https://github.com/jclulow/rust-jmclib
37202026-08-11T16:41:44.886Z[ helios-setup] Aug 11 16:41:43.887 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
37212026-08-11T16:41:44.901Z[ helios-setup] Aug 11 16:41:43.901 INFO E| Updating crates.io index
37222026-08-11T16:41:44.946Z[ helios-setup] Aug 11 16:41:43.946 INFO E| Downloading crates ...
37232026-08-11T16:41:44.996Z[ helios-setup] Aug 11 16:41:43.995 INFO E| Downloaded once_cell v1.18.0
37242026-08-11T16:41:44.999Z[ helios-setup] Aug 11 16:41:43.998 INFO E| Downloaded fastrand v2.0.0
37252026-08-11T16:41:45.006Z[ helios-setup] Aug 11 16:41:44.006 INFO E| Downloaded cpufeatures v0.2.9
37262026-08-11T16:41:45.009Z[ helios-setup] Aug 11 16:41:44.008 INFO E| Downloaded digest v0.9.0
37272026-08-11T16:41:45.009Z[ helios-setup] Aug 11 16:41:44.008 INFO E| Downloaded sha-1 v0.9.8
37282026-08-11T16:41:45.012Z[ helios-setup] Aug 11 16:41:44.011 INFO E| Downloaded block-buffer v0.9.0
37292026-08-11T16:41:45.012Z[ helios-setup] Aug 11 16:41:44.011 INFO E| Downloaded errno v0.3.1
37302026-08-11T16:41:45.012Z[ helios-setup] Aug 11 16:41:44.012 INFO E| Downloaded md-5 v0.9.1
37312026-08-11T16:41:45.018Z[ helios-setup] Aug 11 16:41:44.017 INFO E| Downloaded libdevinfo-sys v1.0.0
37322026-08-11T16:41:45.029Z[ helios-setup] Aug 11 16:41:44.027 INFO E| Downloaded quote v1.0.31
37332026-08-11T16:41:45.033Z[ helios-setup] Aug 11 16:41:44.030 INFO E| Downloaded walkdir v2.3.3
37342026-08-11T16:41:45.033Z[ helios-setup] Aug 11 16:41:44.031 INFO E| Downloaded tempfile v3.7.0
37352026-08-11T16:41:45.034Z[ helios-setup] Aug 11 16:41:44.033 INFO E| Downloaded glob v0.3.1
37362026-08-11T16:41:45.045Z[ helios-setup] Aug 11 16:41:44.045 INFO E| Downloaded typenum v1.16.0
37372026-08-11T16:41:45.048Z[ helios-setup] Aug 11 16:41:44.046 INFO E| Downloaded uuid v0.8.2
37382026-08-11T16:41:45.048Z[ helios-setup] Aug 11 16:41:44.048 INFO E| Downloaded unicode-ident v1.0.11
37392026-08-11T16:41:45.053Z[ helios-setup] Aug 11 16:41:44.051 INFO E| Downloaded anyhow v1.0.72
37402026-08-11T16:41:45.053Z[ helios-setup] Aug 11 16:41:44.052 INFO E| Downloaded bitflags v2.3.3
37412026-08-11T16:41:45.053Z[ helios-setup] Aug 11 16:41:44.053 INFO E| Downloaded getrandom v0.2.10
37422026-08-11T16:41:45.065Z[ helios-setup] Aug 11 16:41:44.061 INFO E| Downloaded proc-macro2 v1.0.66
37432026-08-11T16:41:45.072Z[ helios-setup] Aug 11 16:41:44.063 INFO E| Downloaded serde_derive v1.0.193
37442026-08-11T16:41:45.072Z[ helios-setup] Aug 11 16:41:44.064 INFO E| Downloaded toml v0.5.11
37452026-08-11T16:41:45.072Z[ helios-setup] Aug 11 16:41:44.065 INFO E| Downloaded serde v1.0.193
37462026-08-11T16:41:45.076Z[ helios-setup] Aug 11 16:41:44.075 INFO E| Downloaded serde_json v1.0.103
37472026-08-11T16:41:45.096Z[ helios-setup] Aug 11 16:41:44.097 INFO E| Downloaded syn v2.0.32
37482026-08-11T16:41:45.106Z[ helios-setup] Aug 11 16:41:44.106 INFO E| Downloaded rustix v0.38.4
37492026-08-11T16:41:45.127Z[ helios-setup] Aug 11 16:41:44.128 INFO E| Downloaded libc v0.2.147
37502026-08-11T16:41:45.191Z[ helios-setup] Aug 11 16:41:44.191 INFO E| Compiling libc v0.2.147
37512026-08-11T16:41:45.191Z[ helios-setup] Aug 11 16:41:44.191 INFO E| Compiling proc-macro2 v1.0.66
37522026-08-11T16:41:45.191Z[ helios-setup] Aug 11 16:41:44.191 INFO E| Compiling cfg-if v1.0.0
37532026-08-11T16:41:45.196Z[ helios-setup] Aug 11 16:41:44.191 INFO E| Compiling unicode-ident v1.0.11
37542026-08-11T16:41:45.196Z[ helios-setup] Aug 11 16:41:44.191 INFO E| Compiling version_check v0.9.4
37552026-08-11T16:41:45.196Z[ helios-setup] Aug 11 16:41:44.191 INFO E| Compiling typenum v1.16.0
37562026-08-11T16:41:45.196Z[ helios-setup] Aug 11 16:41:44.191 INFO E| Compiling serde v1.0.193
37572026-08-11T16:41:45.196Z[ helios-setup] Aug 11 16:41:44.191 INFO E| Compiling powerfmt v0.2.0
37582026-08-11T16:41:45.196Z[ helios-setup] Aug 11 16:41:44.192 INFO E| Compiling rustix v0.38.4
37592026-08-11T16:41:45.196Z[ helios-setup] Aug 11 16:41:44.192 INFO E| Compiling num-conv v0.1.0
37602026-08-11T16:41:45.261Z[ helios-setup] Aug 11 16:41:44.262 INFO E| Compiling slog v2.7.0
37612026-08-11T16:41:45.261Z[ helios-setup] Aug 11 16:41:44.262 INFO E| Compiling itoa v1.0.9
37622026-08-11T16:41:45.264Z[ helios-setup] Aug 11 16:41:44.262 INFO E| Compiling time-core v0.1.2
37632026-08-11T16:41:45.265Z[ helios-setup] Aug 11 16:41:44.262 INFO E| Compiling once_cell v1.18.0
37642026-08-11T16:41:45.265Z[ helios-setup] Aug 11 16:41:44.263 INFO E| Compiling num_threads v0.1.6
37652026-08-11T16:41:45.306Z[ helios-setup] Aug 11 16:41:44.303 INFO E| Compiling bitflags v2.3.3
37662026-08-11T16:41:46.058Z[ helios-setup] Aug 11 16:41:45.058 INFO E| Compiling serde_json v1.0.103
37672026-08-11T16:41:46.061Z[ helios-setup] Aug 11 16:41:45.058 INFO E| Compiling generic-array v0.14.7
37682026-08-11T16:41:46.066Z[ helios-setup] Aug 11 16:41:45.066 INFO E| Compiling anyhow v1.0.72
37692026-08-11T16:41:46.079Z[ helios-setup] Aug 11 16:41:45.078 INFO E| Compiling fastrand v2.0.0
37702026-08-11T16:41:46.205Z[ helios-setup] Aug 11 16:41:45.205 INFO E| Compiling opaque-debug v0.3.0
37712026-08-11T16:41:46.235Z[ helios-setup] Aug 11 16:41:45.233 INFO E| Compiling time-macros v0.2.18
37722026-08-11T16:41:46.258Z[ helios-setup] Aug 11 16:41:45.259 INFO E| Compiling cpufeatures v0.2.9
37732026-08-11T16:41:46.299Z[ helios-setup] Aug 11 16:41:45.299 INFO E| Compiling same-file v1.0.6
37742026-08-11T16:41:46.357Z[ helios-setup] Aug 11 16:41:45.357 INFO E| Compiling unicode-width v0.1.10
37752026-08-11T16:41:46.573Z[ helios-setup] Aug 11 16:41:45.573 INFO E| Compiling deranged v0.3.11
37762026-08-11T16:41:46.585Z[ helios-setup] Aug 11 16:41:45.585 INFO E| Compiling thread_local v1.1.7
37772026-08-11T16:41:46.700Z[ helios-setup] Aug 11 16:41:45.693 INFO E| Compiling ryu v1.0.15
37782026-08-11T16:41:46.700Z[ helios-setup] Aug 11 16:41:45.693 INFO E| Compiling walkdir v2.3.3
37792026-08-11T16:41:46.751Z[ helios-setup] Aug 11 16:41:45.751 INFO E| Compiling getopts v0.2.21
37802026-08-11T16:41:46.776Z[ helios-setup] Aug 11 16:41:45.758 INFO E| Compiling glob v0.3.1
37812026-08-11T16:41:46.780Z[ helios-setup] Aug 11 16:41:45.779 INFO E| Compiling libdevinfo-sys v1.0.0
37822026-08-11T16:41:46.847Z[ helios-setup] Aug 11 16:41:45.845 INFO E| Compiling quote v1.0.31
37832026-08-11T16:41:47.186Z[ helios-setup] Aug 11 16:41:46.186 INFO E| Compiling syn v2.0.32
37842026-08-11T16:41:47.263Z[ helios-setup] Aug 11 16:41:46.263 INFO E| Compiling dirs-sys-next v0.1.2
37852026-08-11T16:41:47.263Z[ helios-setup] Aug 11 16:41:46.263 INFO E| Compiling errno v0.3.1
37862026-08-11T16:41:47.263Z[ helios-setup] Aug 11 16:41:46.263 INFO E| Compiling atty v0.2.14
37872026-08-11T16:41:47.268Z[ helios-setup] Aug 11 16:41:46.263 INFO E| Compiling getrandom v0.2.10
37882026-08-11T16:41:47.534Z[ helios-setup] Aug 11 16:41:46.533 INFO E| Compiling dirs-next v2.0.0
37892026-08-11T16:41:47.613Z[ helios-setup] Aug 11 16:41:46.612 INFO E| Compiling term v0.7.0
37902026-08-11T16:41:47.836Z[ helios-setup] Aug 11 16:41:46.836 INFO E| Compiling time v0.3.36
37912026-08-11T16:41:48.048Z[ helios-setup] Aug 11 16:41:47.031 INFO E| Compiling digest v0.9.0
37922026-08-11T16:41:48.048Z[ helios-setup] Aug 11 16:41:47.031 INFO E| Compiling block-buffer v0.9.0
37932026-08-11T16:41:48.197Z[ helios-setup] Aug 11 16:41:47.195 INFO E| Compiling sha-1 v0.9.8
37942026-08-11T16:41:48.197Z[ helios-setup] Aug 11 16:41:47.195 INFO E| Compiling md-5 v0.9.1
37952026-08-11T16:41:48.341Z[ helios-setup] Aug 11 16:41:47.338 INFO E| Compiling tempfile v3.7.0
37962026-08-11T16:41:49.008Z[ helios-setup] Aug 11 16:41:48.007 INFO E| Compiling slog-term v2.9.0
37972026-08-11T16:41:49.341Z[ helios-setup] Aug 11 16:41:48.341 INFO E| Compiling serde_derive v1.0.193
37982026-08-11T16:41:51.206Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37992026-08-11T16:41:51.235Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38002026-08-11T16:41:53.918Z[ helios-setup] Aug 11 16:41:52.918 INFO E| Compiling toml v0.5.11
38012026-08-11T16:41:53.918Z[ helios-setup] Aug 11 16:41:52.918 INFO E| Compiling uuid v0.8.2
38022026-08-11T16:41:54.726Z[ helios-setup] Aug 11 16:41:53.726 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
38032026-08-11T16:41:55.591Z[ helios-setup] Aug 11 16:41:54.591 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
38042026-08-11T16:42:00.092Z[ helios-setup] Aug 11 16:41:59.092 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.62s
38052026-08-11T16:42:00.115Z[ helios-setup] Aug 11 16:41:59.116 INFO building project "image-builder" ok (15 seconds)
38062026-08-11T16:42:00.118Z[ helios-setup] rm -f helios-build
38072026-08-11T16:42:00.118Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38082026-08-11T16:42:00.122Z[ helios-setup]
38092026-08-11T16:42:00.122Z[ helios-setup] Setup complete! ./helios-build is now available.
38102026-08-11T16:42:00.122Z[ helios-setup]
38112026-08-11T16:42:00.127Z[ helios-setup]
38122026-08-11T16:42:00.127Z[ helios-setup] real 3:18.513657004
38132026-08-11T16:42:00.127Z[ helios-setup] user 7:06.026654033
38142026-08-11T16:42:00.127Z[ helios-setup] sys 1:19.862795076
38152026-08-11T16:42:00.127Z[ helios-setup] trap 0.520804736
38162026-08-11T16:42:00.127Z[ helios-setup] tflt 2.189988382
38172026-08-11T16:42:00.127Z[ helios-setup] dflt 5.922078147
38182026-08-11T16:42:00.127Z[ helios-setup] kflt 0.018435750
38192026-08-11T16:42:00.127Z[ helios-setup] lock 59:48.260894871
38202026-08-11T16:42:00.127Z[ helios-setup] slp 39:52.717360734
38212026-08-11T16:42:00.127Z[ helios-setup] lat 7:30.462694919
38222026-08-11T16:42:00.127Z[ helios-setup] stop 1:39.907655731
38232026-08-11T16:42:00.127ZAug 11 16:41:59.124 INFO [helios-setup] process exited with exit status: 0 (198.516765307s)
38242026-08-11T16:42:00.127ZAug 11 16:41:59.124 INFO [helios-record] running task
38252026-08-11T16:42:00.127ZAug 11 16:41:59.125 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38262026-08-11T16:42:00.130ZAug 11 16:41:59.129 DEBG process exited with exit status: 0 (4.722605ms)
38272026-08-11T16:42:00.130ZAug 11 16:41:59.129 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38282026-08-11T16:42:00.133ZAug 11 16:41:59.133 DEBG process exited with exit status: 0 (3.981385ms)
38292026-08-11T16:42:00.133ZAug 11 16:41:59.133 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38302026-08-11T16:42:00.140ZAug 11 16:41:59.137 DEBG process exited with exit status: 0 (3.410623ms)
38312026-08-11T16:42:00.140ZAug 11 16:41:59.137 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38322026-08-11T16:42:00.144ZAug 11 16:41:59.140 DEBG process exited with exit status: 0 (3.150564ms)
38332026-08-11T16:42:00.144ZAug 11 16:41:59.140 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38342026-08-11T16:42:00.144ZAug 11 16:41:59.143 DEBG process exited with exit status: 0 (3.231064ms)
38352026-08-11T16:42:00.144ZAug 11 16:41:59.143 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38362026-08-11T16:42:00.147ZAug 11 16:41:59.146 DEBG process exited with exit status: 0 (3.098843ms)
38372026-08-11T16:42:00.147ZAug 11 16:41:59.146 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38382026-08-11T16:42:00.150ZAug 11 16:41:59.150 DEBG process exited with exit status: 0 (3.063094ms)
38392026-08-11T16:42:00.150ZAug 11 16:41:59.150 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38402026-08-11T16:42:00.154ZAug 11 16:41:59.153 DEBG process exited with exit status: 0 (3.226324ms)
38412026-08-11T16:42:00.154ZAug 11 16:41:59.153 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38422026-08-11T16:42:00.171ZAug 11 16:41:59.156 DEBG process exited with exit status: 0 (2.990113ms)
38432026-08-11T16:42:00.171ZAug 11 16:41:59.156 INFO [helios-record] task succeeded (31.581206ms)
38442026-08-11T16:48:47.194Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 34s
38452026-08-11T16:48:47.197Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38462026-08-11T16:48:47.197Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38472026-08-11T16:49:38.848ZAug 11 16:49:37.834 INFO [host-package] process exited with exit status: 0 (626.209772355s)
38482026-08-11T16:49:38.848ZAug 11 16:49:37.834 INFO [host-libraries] running task
38492026-08-11T16:49:38.848ZAug 11 16:49:37.834 INFO [host-stamp] running task
38502026-08-11T16:49:38.862ZAug 11 16:49:37.836 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+git7649f3c7afa
38512026-08-11T16:49:38.862ZAug 11 16:49:37.836 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+git7649f3c7afa
38522026-08-11T16:49:38.862ZAug 11 16:49:37.836 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+git7649f3c7afa
38532026-08-11T16:49:38.862ZAug 11 16:49:37.837 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+git7649f3c7afa
38542026-08-11T16:49:38.862ZAug 11 16:49:37.837 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+git7649f3c7afa
38552026-08-11T16:49:38.862ZAug 11 16:49:37.837 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+git7649f3c7afa
38562026-08-11T16:49:38.863ZAug 11 16:49:37.837 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+git7649f3c7afa
38572026-08-11T16:49:38.863ZAug 11 16:49:37.838 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+git7649f3c7afa
38582026-08-11T16:49:38.863Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38592026-08-11T16:49:38.863Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38602026-08-11T16:49:38.863Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38612026-08-11T16:49:38.864Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38622026-08-11T16:49:38.864Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38632026-08-11T16:49:38.864Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38642026-08-11T16:49:38.864Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38652026-08-11T16:49:38.864Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38662026-08-11T16:49:38.864Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38672026-08-11T16:49:38.864ZAug 11 16:49:37.850 INFO [stamp-overlay] process exited with exit status: 0 (14.408806ms)
38682026-08-11T16:49:38.873Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38692026-08-11T16:49:38.873ZAug 11 16:49:37.861 INFO [stamp-oxlog] process exited with exit status: 0 (24.399768ms)
38702026-08-11T16:49:38.901Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38712026-08-11T16:49:38.910ZAug 11 16:49:37.893 INFO [stamp-crucible-utils] process exited with exit status: 0 (55.999894ms)
38722026-08-11T16:49:38.910Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38732026-08-11T16:49:38.910ZAug 11 16:49:37.899 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (62.491382ms)
38742026-08-11T16:49:39.042Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38752026-08-11T16:49:39.050ZAug 11 16:49:38.038 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (201.16371ms)
38762026-08-11T16:49:39.432Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38772026-08-11T16:49:39.436ZAug 11 16:49:38.429 INFO [stamp-propolis-server] process exited with exit status: 0 (591.098145ms)
38782026-08-11T16:49:39.442Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38792026-08-11T16:49:39.442ZAug 11 16:49:38.440 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (603.457789ms)
38802026-08-11T16:49:40.686ZAug 11 16:49:39.679 INFO [host-libraries] task succeeded (1.845616926s)
38812026-08-11T16:49:40.693ZAug 11 16:49:39.679 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38822026-08-11T16:49:40.693Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38832026-08-11T16:49:41.665Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38842026-08-11T16:49:42.524Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38852026-08-11T16:49:46.174Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38862026-08-11T16:49:46.286ZAug 11 16:49:45.177 INFO [stamp-switch-asic] process exited with exit status: 0 (7.339216794s)
38872026-08-11T16:49:46.286ZAug 11 16:49:45.177 INFO [host-stamp] task succeeded (7.343120359s)
38882026-08-11T16:49:46.286ZAug 11 16:49:45.177 INFO [host-proto] running task
38892026-08-11T16:49:46.686ZAug 11 16:49:45.685 INFO [host-proto] task succeeded (508.0538ms)
38902026-08-11T16:49:46.686ZAug 11 16:49:45.685 INFO [host-profile] running task
38912026-08-11T16:49:46.689ZAug 11 16:49:45.685 INFO [host-profile] task succeeded (205.89µs)
38922026-08-11T16:49:46.689ZAug 11 16:49:45.685 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/.tmpeFO11Z/proto/host/root -N 'ci 7649f3c/${os_short_commit} 2026-08-11 16:38' -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/'
38932026-08-11T16:49:46.693Z[ host-image] Aug 11 16:49:45.691 INFO Checking files for board 'cosmo-mbist'
38942026-08-11T16:49:46.693Z[ host-image] Aug 11 16:49:45.692 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38952026-08-11T16:49:46.696Z[ host-image] Aug 11 16:49:45.692 INFO Checking files for board 'cosmo-mbist-noaggr'
38962026-08-11T16:49:46.696Z[ host-image] Aug 11 16:49:45.692 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38972026-08-11T16:49:46.696Z[ host-image] Aug 11 16:49:45.692 INFO Checking files for board 'cosmo'
38982026-08-11T16:49:46.696Z[ host-image] Aug 11 16:49:45.692 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38992026-08-11T16:49:46.696Z[ host-image] Aug 11 16:49:45.692 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39002026-08-11T16:49:46.696Z[ host-image] Aug 11 16:49:45.692 INFO Checking files for board 'gimlet'
39012026-08-11T16:49:46.696Z[ host-image] Aug 11 16:49:45.692 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39022026-08-11T16:49:46.696Z[ host-image] Aug 11 16:49:45.692 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39032026-08-11T16:49:46.701Z[ host-image] Aug 11 16:49:45.700 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpeFO11Z/proto/host/root"
39042026-08-11T16:49:46.701Z[ host-image] Aug 11 16:49:45.700 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39052026-08-11T16:49:46.704Z[ host-image] Aug 11 16:49:45.700 INFO image builder template: ramdisk-01-os...
39062026-08-11T16:49:46.704Z[ host-image] Aug 11 16:49:45.700 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/.tmpeFO11Z/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39072026-08-11T16:49:46.715Z[ host-image] Aug 11 16:49:45.714 INFO O| Aug 11 16:49:45.714 INFO CREATE DATASET: rpool/images/build/host/output
39082026-08-11T16:49:48.007Z[ host-image] Aug 11 16:49:47.005 INFO O| Aug 11 16:49:47.005 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39092026-08-11T16:49:48.010Z[ host-image] Aug 11 16:49:47.009 INFO O| Aug 11 16:49:47.009 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39102026-08-11T16:49:48.235Z[ host-image] Aug 11 16:49:47.234 INFO O| Aug 11 16:49:47.234 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39112026-08-11T16:49:48.301Z[ host-image] Aug 11 16:49:47.300 INFO O| Aug 11 16:49:47.300 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39122026-08-11T16:49:48.301Z[ host-image] Aug 11 16:49:47.300 INFO O| Aug 11 16:49:47.300 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39132026-08-11T16:49:48.305Z[ host-image] Aug 11 16:49:47.300 INFO O| Aug 11 16:49:47.300 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39142026-08-11T16:49:48.305Z[ host-image] Aug 11 16:49:47.300 INFO O| Aug 11 16:49:47.300 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39152026-08-11T16:49:48.307Z[ host-image] Aug 11 16:49:47.305 INFO O| Aug 11 16:49:47.305 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39162026-08-11T16:49:48.524Z[ host-image] Aug 11 16:49:47.523 INFO O| Aug 11 16:49:47.522 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-08-11T16:49:48.531Z[ host-image] Aug 11 16:49:47.531 INFO O| Aug 11 16:49:47.531 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39182026-08-11T16:49:48.823Z[ host-image] Aug 11 16:49:47.822 INFO O| Aug 11 16:49:47.822 INFO O| Caching catalogs ... Done
39192026-08-11T16:49:48.896Z[ host-image] Aug 11 16:49:47.895 INFO O| Aug 11 16:49:47.895 INFO STEP 0 (pkg_image_create) COMPLETE
39202026-08-11T16:49:48.897Z[ host-image] Aug 11 16:49:47.895 INFO O| Aug 11 16:49:47.895 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39212026-08-11T16:49:48.903Z[ host-image] Aug 11 16:49:47.902 INFO O| Aug 11 16:49:47.902 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"]
39222026-08-11T16:49:49.187Z[ host-image] Aug 11 16:49:48.177 INFO O| Aug 11 16:49:48.177 INFO STEP 1 (pkg_set_publisher) COMPLETE
39232026-08-11T16:49:49.187Z[ host-image] Aug 11 16:49:48.177 INFO O| Aug 11 16:49:48.177 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39242026-08-11T16:49:49.190Z[ host-image] Aug 11 16:49:48.177 INFO O| Aug 11 16:49:48.177 INFO skip step because feature "publisher_1_name" is not enabled
39252026-08-11T16:49:49.190Z[ host-image] Aug 11 16:49:48.177 INFO O| Aug 11 16:49:48.177 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39262026-08-11T16:49:49.190Z[ host-image] Aug 11 16:49:48.177 INFO O| Aug 11 16:49:48.177 INFO skip step because feature "publisher_2_name" is not enabled
39272026-08-11T16:49:49.190Z[ host-image] Aug 11 16:49:48.177 INFO O| Aug 11 16:49:48.177 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39282026-08-11T16:49:49.190Z[ host-image] Aug 11 16:49:48.177 INFO O| Aug 11 16:49:48.177 INFO skip step because feature "publisher_3_name" is not enabled
39292026-08-11T16:49:49.190Z[ host-image] Aug 11 16:49:48.177 INFO O| Aug 11 16:49:48.177 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39302026-08-11T16:49:49.431Z[ host-image] Aug 11 16:49:48.430 INFO O| Aug 11 16:49:48.430 INFO variant opensolaris.zone is already global
39312026-08-11T16:49:49.431Z[ host-image] Aug 11 16:49:48.430 INFO O| Aug 11 16:49:48.430 INFO STEP 5 (pkg_change_variant) COMPLETE
39322026-08-11T16:49:49.435Z[ host-image] Aug 11 16:49:48.430 INFO O| Aug 11 16:49:48.430 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39332026-08-11T16:49:49.676Z[ host-image] Aug 11 16:49:48.674 INFO O| Aug 11 16:49:48.674 INFO variant opensolaris.imagetype is full; changing to partial
39342026-08-11T16:49:49.676Z[ host-image] Aug 11 16:49:48.674 INFO O| Aug 11 16:49:48.674 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39352026-08-11T16:49:51.224Z[ host-image] Aug 11 16:49:50.223 INFO O| Aug 11 16:49:50.223 INFO O| Startup: Refreshing catalog 'helios' ... Done
39362026-08-11T16:49:51.565Z[ host-image] Aug 11 16:49:50.564 INFO O| Aug 11 16:49:50.564 INFO O| Startup: Caching catalogs ... Done
39372026-08-11T16:49:51.576Z[ host-image] Aug 11 16:49:50.575 INFO O| Aug 11 16:49:50.575 INFO O| Planning: Planning completed in 0.00 seconds
39382026-08-11T16:49:51.579Z[ host-image] Aug 11 16:49:50.576 INFO O| Aug 11 16:49:50.576 INFO O| Planning: Consolidating action changes ... Done
39392026-08-11T16:49:51.579Z[ host-image] Aug 11 16:49:50.576 INFO O| Aug 11 16:49:50.576 INFO O| Planning: Evaluating mediators ... Done
39402026-08-11T16:49:51.579Z[ host-image] Aug 11 16:49:50.576 INFO O| Aug 11 16:49:50.576 INFO O| Planning: Planning completed in 0.00 seconds
39412026-08-11T16:49:51.580Z[ host-image] Aug 11 16:49:50.576 INFO O| Aug 11 16:49:50.576 INFO O| Variants/Facets to change: 1
39422026-08-11T16:49:51.586Z[ host-image] Aug 11 16:49:50.585 INFO O| Aug 11 16:49:50.585 INFO O| Finalize: Updating package state database ... Done
39432026-08-11T16:49:51.586Z[ host-image] Aug 11 16:49:50.585 INFO O| Aug 11 16:49:50.585 INFO O| Finalize: Updating package cache ... Done
39442026-08-11T16:49:51.640Z[ host-image] Aug 11 16:49:50.638 INFO O| Aug 11 16:49:50.638 INFO O| Finalize: Updating image state ... Done
39452026-08-11T16:49:51.647Z[ host-image] Aug 11 16:49:50.646 INFO O| Aug 11 16:49:50.646 INFO O| Finalize: Creating fast lookup database ... Done
39462026-08-11T16:49:51.697Z[ host-image] Aug 11 16:49:50.646 INFO O| Aug 11 16:49:50.646 INFO O| Finalize: Reading search index ... Done
39472026-08-11T16:49:51.697Z[ host-image] Aug 11 16:49:50.646 INFO O| Aug 11 16:49:50.646 INFO O| Finalize: Updating search index ... Done
39482026-08-11T16:49:51.697Z[ host-image] Aug 11 16:49:50.647 INFO O| Aug 11 16:49:50.647 INFO O| Finalize: Updating package cache ... Done
39492026-08-11T16:49:51.806Z[ host-image] Aug 11 16:49:50.804 INFO O| Aug 11 16:49:50.804 INFO STEP 6 (pkg_change_variant) COMPLETE
39502026-08-11T16:49:51.807Z[ host-image] Aug 11 16:49:50.804 INFO O| Aug 11 16:49:50.804 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39512026-08-11T16:49:51.810Z[ host-image] Aug 11 16:49:50.804 INFO O| Aug 11 16:49:50.804 INFO skip step because feature "debug_variant" is not enabled
39522026-08-11T16:49:51.810Z[ host-image] Aug 11 16:49:50.804 INFO O| Aug 11 16:49:50.804 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39532026-08-11T16:49:52.050Z[ host-image] Aug 11 16:49:51.048 INFO O| Aug 11 16:49:51.048 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39542026-08-11T16:49:53.380Z[ host-image] Aug 11 16:49:52.379 INFO O| Aug 11 16:49:52.379 INFO O| Startup: Refreshing catalog 'helios' ... Done
39552026-08-11T16:49:53.729Z[ host-image] Aug 11 16:49:52.728 INFO O| Aug 11 16:49:52.728 INFO O| Startup: Caching catalogs ... Done
39562026-08-11T16:49:53.744Z[ host-image] Aug 11 16:49:52.742 INFO O| Aug 11 16:49:52.742 INFO O| Planning: Planning completed in 0.00 seconds
39572026-08-11T16:49:53.747Z[ host-image] Aug 11 16:49:52.743 INFO O| Aug 11 16:49:52.743 INFO O| Planning: Consolidating action changes ... Done
39582026-08-11T16:49:53.747Z[ host-image] Aug 11 16:49:52.743 INFO O| Aug 11 16:49:52.743 INFO O| Planning: Evaluating mediators ... Done
39592026-08-11T16:49:53.747Z[ host-image] Aug 11 16:49:52.743 INFO O| Aug 11 16:49:52.743 INFO O| Planning: Planning completed in 0.00 seconds
39602026-08-11T16:49:53.747Z[ host-image] Aug 11 16:49:52.743 INFO O| Aug 11 16:49:52.743 INFO O| Variants/Facets to change: 1
39612026-08-11T16:49:53.753Z[ host-image] Aug 11 16:49:52.752 INFO O| Aug 11 16:49:52.752 INFO O| Finalize: Updating package state database ... Done
39622026-08-11T16:49:53.753Z[ host-image] Aug 11 16:49:52.752 INFO O| Aug 11 16:49:52.752 INFO O| Finalize: Updating package cache ... Done
39632026-08-11T16:49:53.809Z[ host-image] Aug 11 16:49:52.807 INFO O| Aug 11 16:49:52.807 INFO O| Finalize: Updating image state ... Done
39642026-08-11T16:49:53.816Z[ host-image] Aug 11 16:49:52.815 INFO O| Aug 11 16:49:52.815 INFO O| Finalize: Creating fast lookup database ... Done
39652026-08-11T16:49:53.819Z[ host-image] Aug 11 16:49:52.816 INFO O| Aug 11 16:49:52.816 INFO O| Finalize: Reading search index ... Done
39662026-08-11T16:49:53.819Z[ host-image] Aug 11 16:49:52.816 INFO O| Aug 11 16:49:52.816 INFO O| Finalize: Updating search index ... Done
39672026-08-11T16:49:53.819Z[ host-image] Aug 11 16:49:52.816 INFO O| Aug 11 16:49:52.816 INFO O| Finalize: Updating package cache ... Done
39682026-08-11T16:49:53.822Z[recovery-package] Finished `release` profile [optimized] target(s) in 13.01s
39692026-08-11T16:49:53.979Z[ host-image] Aug 11 16:49:52.978 INFO O| Aug 11 16:49:52.978 INFO STEP 8 (pkg_change_facet) COMPLETE
39702026-08-11T16:49:53.979Z[ host-image] Aug 11 16:49:52.978 INFO O| Aug 11 16:49:52.978 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39712026-08-11T16:49:53.979Z[ host-image] Aug 11 16:49:52.978 INFO O| Aug 11 16:49:52.978 INFO skip step because feature "recovery" is not enabled
39722026-08-11T16:49:53.982Z[ host-image] Aug 11 16:49:52.978 INFO O| Aug 11 16:49:52.978 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39732026-08-11T16:49:53.982Z[ host-image] Aug 11 16:49:52.978 INFO O| Aug 11 16:49:52.978 INFO skip step because feature "recovery" is not enabled
39742026-08-11T16:49:53.982Z[ host-image] Aug 11 16:49:52.978 INFO O| Aug 11 16:49:52.978 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39752026-08-11T16:49:53.987Z[ host-image] Aug 11 16:49:52.986 INFO O| Aug 11 16:49:52.986 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"]
39762026-08-11T16:49:55.317Z[ host-image] Aug 11 16:49:54.315 INFO O| Aug 11 16:49:54.315 INFO O| Startup: Refreshing catalog 'helios' ... Done
39772026-08-11T16:49:55.625ZAug 11 16:49:54.531 INFO [recovery-package] process exited with exit status: 0 (14.851963606s)
39782026-08-11T16:49:55.625ZAug 11 16:49:54.531 INFO [recovery-libraries] running task
39792026-08-11T16:49:55.625ZAug 11 16:49:54.531 INFO [recovery-stamp] running task
39802026-08-11T16:49:55.631ZAug 11 16:49:54.532 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+git7649f3c7afa
39812026-08-11T16:49:55.631ZAug 11 16:49:54.532 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 22.0.0-0.ci+git7649f3c7afa
39822026-08-11T16:49:55.631Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39832026-08-11T16:49:55.631Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39842026-08-11T16:49:55.631ZAug 11 16:49:54.586 INFO [recovery-libraries] task succeeded (54.828192ms)
39852026-08-11T16:49:55.631ZAug 11 16:49:54.586 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39862026-08-11T16:49:55.659Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39872026-08-11T16:49:55.662ZAug 11 16:49:54.660 INFO [stamp-installinator] process exited with exit status: 0 (127.692065ms)
39882026-08-11T16:49:55.674Z[ host-image] Aug 11 16:49:54.672 INFO O| Aug 11 16:49:54.672 INFO O| Startup: Caching catalogs ... Done
39892026-08-11T16:49:55.717Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39902026-08-11T16:49:55.721ZAug 11 16:49:54.718 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (186.280563ms)
39912026-08-11T16:49:55.721ZAug 11 16:49:54.718 INFO [recovery-stamp] task succeeded (186.710263ms)
39922026-08-11T16:49:55.721ZAug 11 16:49:54.718 INFO [recovery-proto] running task
39932026-08-11T16:49:55.723ZAug 11 16:49:54.718 INFO [tuf-stamp] running task
39942026-08-11T16:49:55.723ZAug 11 16:49:54.719 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+git7649f3c7afa
39952026-08-11T16:49:55.723ZAug 11 16:49:54.719 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+git7649f3c7afa
39962026-08-11T16:49:55.727ZAug 11 16:49:54.720 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+git7649f3c7afa
39972026-08-11T16:49:55.727ZAug 11 16:49:54.720 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+git7649f3c7afa
39982026-08-11T16:49:55.727ZAug 11 16:49:54.721 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+git7649f3c7afa
39992026-08-11T16:49:55.727ZAug 11 16:49:54.721 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+git7649f3c7afa
40002026-08-11T16:49:55.727ZAug 11 16:49:54.721 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+git7649f3c7afa
40012026-08-11T16:49:55.728ZAug 11 16:49:54.722 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+git7649f3c7afa
40022026-08-11T16:49:55.728ZAug 11 16:49:54.723 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+git7649f3c7afa
40032026-08-11T16:49:55.728ZAug 11 16:49:54.723 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+git7649f3c7afa
40042026-08-11T16:49:55.728ZAug 11 16:49:54.723 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+git7649f3c7afa
40052026-08-11T16:49:55.728ZAug 11 16:49:54.724 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+git7649f3c7afa
40062026-08-11T16:49:55.732Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40072026-08-11T16:49:55.732Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40082026-08-11T16:49:55.732Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40092026-08-11T16:49:55.732Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40102026-08-11T16:49:55.732Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40112026-08-11T16:49:55.732Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40122026-08-11T16:49:55.732Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40132026-08-11T16:49:55.735Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40142026-08-11T16:49:55.735Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40152026-08-11T16:49:55.735Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40162026-08-11T16:49:55.735Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40172026-08-11T16:49:55.735Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40182026-08-11T16:49:55.780Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40192026-08-11T16:49:55.784ZAug 11 16:49:54.783 INFO [stamp-probe] process exited with exit status: 0 (61.30024ms)
40202026-08-11T16:49:55.855ZAug 11 16:49:54.854 INFO [recovery-proto] task succeeded (135.561724ms)
40212026-08-11T16:49:55.858ZAug 11 16:49:54.854 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/.tmpeFO11Z/proto/recovery/root -N 'recovery 7649f3c/${os_short_commit} 2026-08-11 16:38' -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/'
40222026-08-11T16:49:55.862Z[ recovery-image] Aug 11 16:49:54.860 INFO Checking files for board 'gimlet'
40232026-08-11T16:49:55.862Z[ recovery-image] Aug 11 16:49:54.861 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40242026-08-11T16:49:55.862Z[ recovery-image] Aug 11 16:49:54.861 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40252026-08-11T16:49:55.865Z[ recovery-image] Aug 11 16:49:54.861 INFO Checking files for board 'cosmo'
40262026-08-11T16:49:55.865Z[ recovery-image] Aug 11 16:49:54.861 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40272026-08-11T16:49:55.865Z[ recovery-image] Aug 11 16:49:54.861 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40282026-08-11T16:49:55.865Z[ recovery-image] Aug 11 16:49:54.861 INFO Checking files for board 'cosmo-mbist'
40292026-08-11T16:49:55.865Z[ recovery-image] Aug 11 16:49:54.861 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40302026-08-11T16:49:55.865Z[ recovery-image] Aug 11 16:49:54.861 INFO Checking files for board 'cosmo-mbist-noaggr'
40312026-08-11T16:49:55.865Z[ recovery-image] Aug 11 16:49:54.861 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40322026-08-11T16:49:55.870Z[ recovery-image] Aug 11 16:49:54.869 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpeFO11Z/proto/recovery/root"
40332026-08-11T16:49:55.873Z[ recovery-image] Aug 11 16:49:54.869 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40342026-08-11T16:49:55.873Z[ recovery-image] Aug 11 16:49:54.869 INFO image builder template: ramdisk-01-os...
40352026-08-11T16:49:55.873Z[ recovery-image] Aug 11 16:49:54.869 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/.tmpeFO11Z/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40362026-08-11T16:49:55.888Z[ recovery-image] Aug 11 16:49:54.885 INFO O| Aug 11 16:49:54.885 INFO CREATE DATASET: rpool/images/build/recovery/output
40372026-08-11T16:49:56.190Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
40382026-08-11T16:49:56.216Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40392026-08-11T16:49:56.260Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40402026-08-11T16:49:56.264ZAug 11 16:49:55.262 INFO [stamp-ntp] process exited with exit status: 0 (542.395609ms)
40412026-08-11T16:49:56.283Z[ recovery-image] Aug 11 16:49:55.282 INFO O| Aug 11 16:49:55.282 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40422026-08-11T16:49:56.287Z[ recovery-image] Aug 11 16:49:55.286 INFO O| Aug 11 16:49:55.286 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40432026-08-11T16:49:56.353Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40442026-08-11T16:49:56.356ZAug 11 16:49:55.355 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (634.441174ms)
40452026-08-11T16:49:56.553Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40462026-08-11T16:49:56.557Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40472026-08-11T16:49:56.561ZAug 11 16:49:55.556 INFO [stamp-external-dns] process exited with exit status: 0 (835.172373ms)
40482026-08-11T16:49:56.561ZAug 11 16:49:55.559 INFO [stamp-internal-dns] process exited with exit status: 0 (840.041538ms)
40492026-08-11T16:49:56.596Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40502026-08-11T16:49:56.600ZAug 11 16:49:55.599 INFO [stamp-crucible-zone] process exited with exit status: 0 (874.918418ms)
40512026-08-11T16:49:56.825Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40522026-08-11T16:49:56.828ZAug 11 16:49:55.827 INFO [stamp-oximeter] process exited with exit status: 0 (1.10413733s)
40532026-08-11T16:49:57.408Z[ recovery-image] Aug 11 16:49:56.406 INFO O| Aug 11 16:49:56.405 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40542026-08-11T16:49:57.475Z[ host-image] Aug 11 16:49:56.474 INFO O| Aug 11 16:49:56.474 INFO O| Planning: Solver setup ... Done
40552026-08-11T16:49:57.592Z[ host-image] Aug 11 16:49:56.590 INFO O| Aug 11 16:49:56.590 INFO O| Planning: Running solver ... Done
40562026-08-11T16:49:57.630Z[ host-image] Aug 11 16:49:56.628 INFO O| Aug 11 16:49:56.628 INFO O| Planning: Finding local manifests ... Done
40572026-08-11T16:49:57.647Z[ host-image] Aug 11 16:49:56.646 INFO O| Aug 11 16:49:56.646 INFO O| Planning: Fetching manifests: 0/130 0% complete
40582026-08-11T16:49:58.258Z[ recovery-image] Aug 11 16:49:57.257 INFO O| Aug 11 16:49:57.257 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40592026-08-11T16:49:58.258Z[ recovery-image] Aug 11 16:49:57.257 INFO O| Aug 11 16:49:57.257 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40602026-08-11T16:49:58.261Z[ recovery-image] Aug 11 16:49:57.257 INFO O| Aug 11 16:49:57.257 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40612026-08-11T16:49:58.262Z[ recovery-image] Aug 11 16:49:57.257 INFO O| Aug 11 16:49:57.257 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40622026-08-11T16:49:58.266Z[ recovery-image] Aug 11 16:49:57.263 INFO O| Aug 11 16:49:57.263 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40632026-08-11T16:49:58.393Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40642026-08-11T16:49:58.396ZAug 11 16:49:57.395 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.671690848s)
40652026-08-11T16:49:59.368Z[ host-image] Aug 11 16:49:58.366 INFO O| Aug 11 16:49:58.366 INFO O| Planning: Fetching manifests: 130/130 100% complete
40662026-08-11T16:49:59.726Z[ host-image] Aug 11 16:49:58.725 INFO O| Aug 11 16:49:58.725 INFO O| Planning: Package planning ... Done
40672026-08-11T16:50:00.055Z[ host-image] Aug 11 16:49:59.053 INFO O| Aug 11 16:49:59.053 INFO O| Planning: Merging actions ... Done
40682026-08-11T16:50:00.302Z[ host-image] Aug 11 16:49:59.300 INFO O| Aug 11 16:49:59.300 INFO O| Planning: Checking for conflicting actions ... Done
40692026-08-11T16:50:00.404Z[ host-image] Aug 11 16:49:59.402 INFO O| Aug 11 16:49:59.402 INFO O| Planning: Consolidating action changes ... Done
40702026-08-11T16:50:00.422Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40712026-08-11T16:50:00.425ZAug 11 16:49:59.424 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.701885515s)
40722026-08-11T16:50:00.578Z[ host-image] Aug 11 16:49:59.577 INFO O| Aug 11 16:49:59.576 INFO O| Planning: Evaluating mediators ... Done
40732026-08-11T16:50:00.743Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40742026-08-11T16:50:00.746ZAug 11 16:49:59.745 INFO [stamp-clickhouse] process exited with exit status: 0 (5.024144023s)
40752026-08-11T16:50:00.786Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40762026-08-11T16:50:00.789ZAug 11 16:49:59.787 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.067527362s)
40772026-08-11T16:50:01.110Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40782026-08-11T16:50:01.113ZAug 11 16:50:00.111 INFO [stamp-nexus] process exited with exit status: 0 (5.389236459s)
40792026-08-11T16:50:01.113ZAug 11 16:50:00.111 INFO [tuf-stamp] task succeeded (5.393259593s)
40802026-08-11T16:50:01.113ZAug 11 16:50:00.111 INFO [tuf-v2-zones] running task
40812026-08-11T16:50:01.202Z[verify-libraries] Compiling match_cfg v0.1.0
40822026-08-11T16:50:01.202Z[verify-libraries] Compiling slog-json v2.6.1
40832026-08-11T16:50:01.205Z[verify-libraries] Compiling progenitor-client v0.14.0
40842026-08-11T16:50:01.205Z[verify-libraries] Compiling debug-ignore v1.0.5
40852026-08-11T16:50:01.205Z[verify-libraries] Compiling sha1 v0.11.0
40862026-08-11T16:50:01.206Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40872026-08-11T16:50:01.206Z[verify-libraries] Compiling multer v3.1.0
40882026-08-11T16:50:01.206Z[verify-libraries] Compiling compression-core v0.4.31
40892026-08-11T16:50:01.223ZAug 11 16:50:00.221 INFO [tuf-v2-zones] task succeeded (109.822286ms)
40902026-08-11T16:50:01.508Z[verify-libraries] Compiling async-stream-impl v0.3.6
40912026-08-11T16:50:01.508Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40922026-08-11T16:50:01.512Z[verify-libraries] Compiling serde_spanned v1.1.1
40932026-08-11T16:50:01.512Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40942026-08-11T16:50:01.527Z[verify-libraries] Compiling dropshot v0.17.1
40952026-08-11T16:50:01.655Z[verify-libraries] Compiling hostname v0.3.1
40962026-08-11T16:50:01.655Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40972026-08-11T16:50:01.739Z[verify-libraries] Compiling compression-codecs v0.4.37
40982026-08-11T16:50:01.746Z[verify-libraries] Compiling waitgroup v0.1.2
40992026-08-11T16:50:01.746Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41002026-08-11T16:50:01.773Z[verify-libraries] Compiling slog-bunyan v2.5.0
41012026-08-11T16:50:01.773Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41022026-08-11T16:50:01.778Z[verify-libraries] Compiling hostname v0.4.2
41032026-08-11T16:50:01.778Z[verify-libraries] Compiling atomicwrites v0.4.4
41042026-08-11T16:50:01.778Z[verify-libraries] Compiling itertools v0.14.0
41052026-08-11T16:50:01.897Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41062026-08-11T16:50:01.898Z[verify-libraries] Compiling async-compression v0.4.41
41072026-08-11T16:50:01.944Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41082026-08-11T16:50:01.995Z[ host-image] Aug 11 16:50:00.994 INFO O| Aug 11 16:50:00.993 INFO O| Planning: Planning completed in 6.31 seconds
41092026-08-11T16:50:01.998Z[ host-image] Aug 11 16:50:00.996 INFO O| Aug 11 16:50:00.996 INFO O| Packages to install: 130
41102026-08-11T16:50:01.998Z[ host-image] Aug 11 16:50:00.996 INFO O| Aug 11 16:50:00.996 INFO O| Mediators to change: 5
41112026-08-11T16:50:01.998Z[ host-image] Aug 11 16:50:00.996 INFO O| Aug 11 16:50:00.996 INFO O| Services to change: 6
41122026-08-11T16:50:02.012Z[verify-libraries] Compiling macaddr v1.0.1
41132026-08-11T16:50:02.015Z[verify-libraries] Compiling regress v0.10.5
41142026-08-11T16:50:02.016Z[verify-libraries] Compiling instant v0.1.13
41152026-08-11T16:50:02.016Z[verify-libraries] Compiling parse-display-derive v0.10.0
41162026-08-11T16:50:02.016Z[verify-libraries] Compiling backon v1.6.0
41172026-08-11T16:50:02.016Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41182026-08-11T16:50:02.031Z[ host-image] Aug 11 16:50:01.030 INFO O| Aug 11 16:50:01.030 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
41192026-08-11T16:50:02.056Z[verify-libraries] Compiling humantime v2.3.0
41202026-08-11T16:50:02.116Z[verify-libraries] Compiling convert_case v0.4.0
41212026-08-11T16:50:02.207Z[verify-libraries] Compiling async-stream v0.3.6
41222026-08-11T16:50:02.295Z[verify-libraries] Compiling backoff v0.4.0
41232026-08-11T16:50:02.332Z[verify-libraries] Compiling progenitor-extras v0.2.0
41242026-08-11T16:50:02.335Z[verify-libraries] Compiling half v2.7.1
41252026-08-11T16:50:02.335Z[verify-libraries] Compiling ciborium-io v0.2.2
41262026-08-11T16:50:02.396Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41272026-08-11T16:50:02.456Z[verify-libraries] Compiling indent_write v2.2.0
41282026-08-11T16:50:02.483Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41292026-08-11T16:50:02.505Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41302026-08-11T16:50:02.506Z[verify-libraries] Compiling regress v0.11.1
41312026-08-11T16:50:02.509Z[verify-libraries] Compiling secrecy v0.10.3
41322026-08-11T16:50:02.585Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41332026-08-11T16:50:02.609Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41342026-08-11T16:50:02.642Z[verify-libraries] Compiling derive_more v0.99.20
41352026-08-11T16:50:02.668Z[verify-libraries] Compiling ciborium-ll v0.2.2
41362026-08-11T16:50:02.702Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41372026-08-11T16:50:02.728Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41382026-08-11T16:50:02.773Z[verify-libraries] Compiling inout v0.1.4
41392026-08-11T16:50:02.776Z[verify-libraries] Compiling universal-hash v0.5.1
41402026-08-11T16:50:02.924Z[verify-libraries] Compiling ciborium v0.2.2
41412026-08-11T16:50:02.950Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41422026-08-11T16:50:02.978Z[verify-libraries] Compiling cipher v0.4.4
41432026-08-11T16:50:02.982Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41442026-08-11T16:50:02.982Z[verify-libraries] Compiling opaque-debug v0.3.1
41452026-08-11T16:50:03.112Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41462026-08-11T16:50:03.195Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41472026-08-11T16:50:03.217Z[verify-libraries] Compiling poly1305 v0.8.0
41482026-08-11T16:50:03.268Z[verify-libraries] Compiling chacha20 v0.9.1
41492026-08-11T16:50:03.292Z[verify-libraries] Compiling blake2 v0.10.6
41502026-08-11T16:50:03.321Z[verify-libraries] Compiling aead v0.5.2
41512026-08-11T16:50:03.356Z[verify-libraries] Compiling password-hash v0.5.0
41522026-08-11T16:50:03.428Z[verify-libraries] Compiling num-derive v0.4.2
41532026-08-11T16:50:03.571Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41542026-08-11T16:50:03.592Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41552026-08-11T16:50:03.592Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41562026-08-11T16:50:03.714Z[verify-libraries] Compiling argon2 v0.5.3
41572026-08-11T16:50:03.811Z[verify-libraries] Compiling rayon-core v1.13.0
41582026-08-11T16:50:03.811Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41592026-08-11T16:50:03.870Z[verify-libraries] Compiling glob v0.3.3
41602026-08-11T16:50:03.926Z[verify-libraries] Compiling usdt-macro v0.5.0
41612026-08-11T16:50:04.036Z[verify-libraries] Compiling parse-display v0.10.0
41622026-08-11T16:50:04.068Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41632026-08-11T16:50:04.121Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41642026-08-11T16:50:04.232Z[ recovery-image] Aug 11 16:50:03.228 INFO O| Aug 11 16:50:03.228 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41652026-08-11T16:50:04.239Z[ recovery-image] Aug 11 16:50:03.238 INFO O| Aug 11 16:50:03.238 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41662026-08-11T16:50:04.322Z[verify-libraries] Compiling typify-impl v0.6.2
41672026-08-11T16:50:04.448Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41682026-08-11T16:50:04.526Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41692026-08-11T16:50:04.531Z[verify-libraries] Compiling memmap v0.7.0
41702026-08-11T16:50:04.600Z[verify-libraries] Compiling heapless v0.8.0
41712026-08-11T16:50:04.603Z[ recovery-image] Aug 11 16:50:03.600 INFO O| Aug 11 16:50:03.599 INFO O| Caching catalogs ... Done
41722026-08-11T16:50:04.646Z[verify-libraries] Compiling vsss-rs v3.3.4
41732026-08-11T16:50:04.715Z[ recovery-image] Aug 11 16:50:03.713 INFO O| Aug 11 16:50:03.713 INFO STEP 0 (pkg_image_create) COMPLETE
41742026-08-11T16:50:04.715Z[ recovery-image] Aug 11 16:50:03.714 INFO O| Aug 11 16:50:03.713 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41752026-08-11T16:50:04.725Z[ recovery-image] Aug 11 16:50:03.723 INFO O| Aug 11 16:50:03.723 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"]
41762026-08-11T16:50:04.831Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41772026-08-11T16:50:04.856Z[verify-libraries] Compiling proc-macro-error v1.0.4
41782026-08-11T16:50:04.856Z[verify-libraries] Compiling tabwriter v1.4.1
41792026-08-11T16:50:04.961Z[verify-libraries] Compiling ingot-macros v0.2.0
41802026-08-11T16:50:05.025Z[verify-libraries] Compiling hash32 v0.3.1
41812026-08-11T16:50:05.037Z[ recovery-image] Aug 11 16:50:04.035 INFO O| Aug 11 16:50:04.035 INFO STEP 1 (pkg_set_publisher) COMPLETE
41822026-08-11T16:50:05.037Z[ recovery-image] Aug 11 16:50:04.035 INFO O| Aug 11 16:50:04.035 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41832026-08-11T16:50:05.037Z[ recovery-image] Aug 11 16:50:04.035 INFO O| Aug 11 16:50:04.035 INFO skip step because feature "publisher_1_name" is not enabled
41842026-08-11T16:50:05.040Z[ recovery-image] Aug 11 16:50:04.035 INFO O| Aug 11 16:50:04.035 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41852026-08-11T16:50:05.040Z[ recovery-image] Aug 11 16:50:04.035 INFO O| Aug 11 16:50:04.035 INFO skip step because feature "publisher_2_name" is not enabled
41862026-08-11T16:50:05.040Z[ recovery-image] Aug 11 16:50:04.035 INFO O| Aug 11 16:50:04.035 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41872026-08-11T16:50:05.040Z[ recovery-image] Aug 11 16:50:04.035 INFO O| Aug 11 16:50:04.035 INFO skip step because feature "publisher_3_name" is not enabled
41882026-08-11T16:50:05.040Z[ recovery-image] Aug 11 16:50:04.035 INFO O| Aug 11 16:50:04.035 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41892026-08-11T16:50:05.138Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41902026-08-11T16:50:05.194Z[verify-libraries] Compiling smoltcp v0.11.0
41912026-08-11T16:50:05.220Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41922026-08-11T16:50:05.304Z[verify-libraries] Compiling cobs v0.3.0
41932026-08-11T16:50:05.369Z[ recovery-image] Aug 11 16:50:04.367 INFO O| Aug 11 16:50:04.367 INFO variant opensolaris.zone is already global
41942026-08-11T16:50:05.369Z[ recovery-image] Aug 11 16:50:04.368 INFO O| Aug 11 16:50:04.367 INFO STEP 5 (pkg_change_variant) COMPLETE
41952026-08-11T16:50:05.369Z[ recovery-image] Aug 11 16:50:04.368 INFO O| Aug 11 16:50:04.367 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41962026-08-11T16:50:05.382Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
41972026-08-11T16:50:05.488Z[verify-libraries] Compiling num_enum_derive v0.7.6
41982026-08-11T16:50:05.512Z[verify-libraries] Compiling colored v3.1.1
41992026-08-11T16:50:05.537Z[verify-libraries] Compiling rayon v1.11.0
42002026-08-11T16:50:05.537Z[verify-libraries] Compiling usdt v0.5.0
42012026-08-11T16:50:05.604Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42022026-08-11T16:50:05.607Z[verify-libraries] Compiling postcard v1.1.3
42032026-08-11T16:50:05.655Z[verify-libraries] Compiling rand v0.10.1
42042026-08-11T16:50:05.705Z[ recovery-image] Aug 11 16:50:04.703 INFO O| Aug 11 16:50:04.703 INFO variant opensolaris.imagetype is full; changing to partial
42052026-08-11T16:50:05.705Z[ recovery-image] Aug 11 16:50:04.703 INFO O| Aug 11 16:50:04.703 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42062026-08-11T16:50:05.731Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42072026-08-11T16:50:05.845Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42082026-08-11T16:50:05.883Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42092026-08-11T16:50:05.917Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42102026-08-11T16:50:05.951Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42112026-08-11T16:50:06.024Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42122026-08-11T16:50:06.180Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42132026-08-11T16:50:06.291Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42142026-08-11T16:50:06.324Z[verify-libraries] Compiling num_enum_derive v0.5.11
42152026-08-11T16:50:06.350Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42162026-08-11T16:50:06.353Z[verify-libraries] Compiling cstr-argument v0.1.2
42172026-08-11T16:50:06.468Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42182026-08-11T16:50:06.653Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42192026-08-11T16:50:06.687Z[verify-libraries] Compiling sigpipe v0.1.3
42202026-08-11T16:50:06.737Z[verify-libraries] Compiling num_enum v0.7.6
42212026-08-11T16:50:06.768Z[verify-libraries] Compiling foreign-types v0.5.0
42222026-08-11T16:50:06.805Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42232026-08-11T16:50:06.883Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42242026-08-11T16:50:06.909Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42252026-08-11T16:50:06.912Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42262026-08-11T16:50:06.912Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42272026-08-11T16:50:06.980Z[verify-libraries] Compiling toml v0.8.23
42282026-08-11T16:50:07.026Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42292026-08-11T16:50:07.032Z[ host-image] Aug 11 16:50:06.030 INFO O| Aug 11 16:50:06.030 INFO O| Download: 12139/23887 items 104.5/222.8MB 46% complete (20.9M/s)
42302026-08-11T16:50:07.070Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42312026-08-11T16:50:07.107Z[verify-libraries] Compiling itertools v0.12.1
42322026-08-11T16:50:07.111Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42332026-08-11T16:50:07.227Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42342026-08-11T16:50:07.257Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42352026-08-11T16:50:07.310Z[verify-libraries] Compiling smf v0.2.3
42362026-08-11T16:50:07.382Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42372026-08-11T16:50:07.496Z[ recovery-image] Aug 11 16:50:06.495 INFO O| Aug 11 16:50:06.495 INFO O| Startup: Refreshing catalog 'helios' ... Done
42382026-08-11T16:50:07.653Z[verify-libraries] Compiling num_enum v0.5.11
42392026-08-11T16:50:07.653Z[verify-libraries] Compiling whoami v1.6.1
42402026-08-11T16:50:07.696Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42412026-08-11T16:50:07.726Z[verify-libraries] Compiling derive-where v1.6.0
42422026-08-11T16:50:07.778Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42432026-08-11T16:50:07.805Z[verify-libraries] Compiling gethostname v0.5.0
42442026-08-11T16:50:07.855Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42452026-08-11T16:50:07.934Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42462026-08-11T16:50:08.000Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42472026-08-11T16:50:08.048Z[verify-libraries] Compiling console v0.15.11
42482026-08-11T16:50:08.123Z[verify-libraries] Compiling newline-converter v0.3.0
42492026-08-11T16:50:08.188Z[verify-libraries] Compiling ingot-types v0.2.0
42502026-08-11T16:50:08.213Z[verify-libraries] Compiling resolv-conf v0.7.6
42512026-08-11T16:50:08.341Z[verify-libraries] Compiling num-rational v0.4.2
42522026-08-11T16:50:08.387Z[ recovery-image] Aug 11 16:50:07.386 INFO O| Aug 11 16:50:07.386 INFO O| Startup: Caching catalogs ... Done
42532026-08-11T16:50:08.401Z[ recovery-image] Aug 11 16:50:07.399 INFO O| Aug 11 16:50:07.399 INFO O| Planning: Planning completed in 0.00 seconds
42542026-08-11T16:50:08.404Z[ recovery-image] Aug 11 16:50:07.400 INFO O| Aug 11 16:50:07.400 INFO O| Planning: Consolidating action changes ... Done
42552026-08-11T16:50:08.404Z[ recovery-image] Aug 11 16:50:07.400 INFO O| Aug 11 16:50:07.400 INFO O| Planning: Evaluating mediators ... Done
42562026-08-11T16:50:08.404Z[ recovery-image] Aug 11 16:50:07.400 INFO O| Aug 11 16:50:07.400 INFO O| Planning: Planning completed in 0.00 seconds
42572026-08-11T16:50:08.404Z[ recovery-image] Aug 11 16:50:07.401 INFO O| Aug 11 16:50:07.401 INFO O| Variants/Facets to change: 1
42582026-08-11T16:50:08.410Z[verify-libraries] Compiling num-complex v0.4.6
42592026-08-11T16:50:08.413Z[ recovery-image] Aug 11 16:50:07.412 INFO O| Aug 11 16:50:07.412 INFO O| Finalize: Updating package state database ... Done
42602026-08-11T16:50:08.413Z[ recovery-image] Aug 11 16:50:07.412 INFO O| Aug 11 16:50:07.412 INFO O| Finalize: Updating package cache ... Done
42612026-08-11T16:50:08.471Z[ recovery-image] Aug 11 16:50:07.469 INFO O| Aug 11 16:50:07.469 INFO O| Finalize: Updating image state ... Done
42622026-08-11T16:50:08.484Z[ recovery-image] Aug 11 16:50:07.483 INFO O| Aug 11 16:50:07.483 INFO O| Finalize: Creating fast lookup database ... Done
42632026-08-11T16:50:08.488Z[ recovery-image] Aug 11 16:50:07.484 INFO O| Aug 11 16:50:07.484 INFO O| Finalize: Reading search index ... Done
42642026-08-11T16:50:08.488Z[ recovery-image] Aug 11 16:50:07.484 INFO O| Aug 11 16:50:07.484 INFO O| Finalize: Updating search index ... Done
42652026-08-11T16:50:08.488Z[ recovery-image] Aug 11 16:50:07.485 INFO O| Aug 11 16:50:07.485 INFO O| Finalize: Updating package cache ... Done
42662026-08-11T16:50:08.491Z[verify-libraries] Compiling slog-dtrace v0.3.0
42672026-08-11T16:50:08.574Z[verify-libraries] Compiling zone v0.3.1
42682026-08-11T16:50:08.649Z[verify-libraries] Compiling ingot v0.2.1
42692026-08-11T16:50:08.649Z[verify-libraries] Compiling expectorate v1.2.0
42702026-08-11T16:50:08.717Z[verify-libraries] Compiling linear-map v1.2.0
42712026-08-11T16:50:08.739Z[ recovery-image] Aug 11 16:50:07.738 INFO O| Aug 11 16:50:07.738 INFO STEP 6 (pkg_change_variant) COMPLETE
42722026-08-11T16:50:08.739Z[ recovery-image] Aug 11 16:50:07.738 INFO O| Aug 11 16:50:07.738 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42732026-08-11T16:50:08.739Z[ recovery-image] Aug 11 16:50:07.738 INFO O| Aug 11 16:50:07.738 INFO skip step because feature "debug_variant" is not enabled
42742026-08-11T16:50:08.743Z[ recovery-image] Aug 11 16:50:07.738 INFO O| Aug 11 16:50:07.738 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42752026-08-11T16:50:08.746Z[verify-libraries] Compiling prettyplease v0.2.37
42762026-08-11T16:50:08.746Z[verify-libraries] Compiling float-ord v0.3.2
42772026-08-11T16:50:08.891Z[verify-libraries] Compiling num v0.4.3
42782026-08-11T16:50:08.927Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42792026-08-11T16:50:08.927Z[verify-libraries] Compiling linked-hash-map v0.5.6
42802026-08-11T16:50:08.981Z[verify-libraries] Compiling hickory-proto v0.24.4
42812026-08-11T16:50:09.021Z[verify-libraries] Compiling convert_case v0.10.0
42822026-08-11T16:50:09.068Z[ recovery-image] Aug 11 16:50:08.066 INFO O| Aug 11 16:50:08.066 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42832026-08-11T16:50:09.117Z[verify-libraries] Compiling lru-cache v0.1.2
42842026-08-11T16:50:09.170Z[verify-libraries] Compiling owo-colors v4.3.0
42852026-08-11T16:50:09.175Z[verify-libraries] Compiling minimal-lexical v0.2.1
42862026-08-11T16:50:09.245Z[verify-libraries] Compiling typify-macro v0.6.2
42872026-08-11T16:50:09.312Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
42882026-08-11T16:50:09.356Z[verify-libraries] Compiling display-error-chain v0.2.2
42892026-08-11T16:50:09.396Z[verify-libraries] Compiling unicode-xid v0.2.6
42902026-08-11T16:50:09.441Z[verify-libraries] Compiling nom v7.1.3
42912026-08-11T16:50:09.468Z[verify-libraries] Compiling derive_more-impl v2.1.1
42922026-08-11T16:50:09.528Z[verify-libraries] Compiling tabled_derive v0.7.0
42932026-08-11T16:50:09.563Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42942026-08-11T16:50:09.630Z[verify-libraries] Compiling fd-lock v4.0.4
42952026-08-11T16:50:09.826Z[verify-libraries] Compiling vte v0.14.1
42962026-08-11T16:50:09.862Z[verify-libraries] Compiling nu-ansi-term v0.50.3
42972026-08-11T16:50:09.989Z[verify-libraries] Compiling stacker v0.1.23
42982026-08-11T16:50:10.109Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
42992026-08-11T16:50:10.253Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43002026-08-11T16:50:10.352Z[verify-libraries] Compiling reedline v0.40.0
43012026-08-11T16:50:10.414Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43022026-08-11T16:50:10.442Z[verify-libraries] Compiling cfg_aliases v0.1.1
43032026-08-11T16:50:10.483Z[verify-libraries] Compiling derive_more v2.1.1
43042026-08-11T16:50:10.531Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43052026-08-11T16:50:10.581Z[verify-libraries] Compiling psm v0.1.30
43062026-08-11T16:50:10.617Z[verify-libraries] Compiling crossterm v0.29.0
43072026-08-11T16:50:10.648Z[verify-libraries] Compiling nix v0.28.0
43082026-08-11T16:50:10.735Z[verify-libraries] Compiling tabled v0.15.0
43092026-08-11T16:50:10.762Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43102026-08-11T16:50:10.765Z[verify-libraries] Compiling semver v0.1.20
43112026-08-11T16:50:10.765Z[verify-libraries] Compiling termtree v0.5.1
43122026-08-11T16:50:10.974Z[verify-libraries] Compiling rustc_version v0.1.7
43132026-08-11T16:50:11.015Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43142026-08-11T16:50:11.055Z[ recovery-image] Aug 11 16:50:10.054 INFO O| Aug 11 16:50:10.054 INFO O| Startup: Refreshing catalog 'helios' ... Done
43152026-08-11T16:50:11.063Z[verify-libraries] Compiling phf_shared v0.12.1
43162026-08-11T16:50:11.087Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43172026-08-11T16:50:11.127Z[verify-libraries] Compiling nibble_vec v0.1.0
43182026-08-11T16:50:11.130Z[verify-libraries] Compiling highway v1.3.0
43192026-08-11T16:50:11.146Z[ host-image] Aug 11 16:50:10.144 INFO O| Aug 11 16:50:10.144 INFO O| Download: Completed 222.83 MB in 9.11 seconds (24.4M/s)
43202026-08-11T16:50:11.269Z[verify-libraries] Compiling chrono-tz v0.10.4
43212026-08-11T16:50:11.370Z[verify-libraries] Compiling typify v0.6.2
43222026-08-11T16:50:11.375Z[verify-libraries] Compiling hickory-resolver v0.24.4
43232026-08-11T16:50:11.375Z[verify-libraries] Compiling endian-type v0.1.2
43242026-08-11T16:50:11.451Z[ recovery-image] Aug 11 16:50:10.449 INFO O| Aug 11 16:50:10.449 INFO O| Startup: Caching catalogs ... Done
43252026-08-11T16:50:11.464Z[ recovery-image] Aug 11 16:50:10.463 INFO O| Aug 11 16:50:10.463 INFO O| Planning: Planning completed in 0.00 seconds
43262026-08-11T16:50:11.467Z[ recovery-image] Aug 11 16:50:10.463 INFO O| Aug 11 16:50:10.463 INFO O| Planning: Consolidating action changes ... Done
43272026-08-11T16:50:11.467Z[ recovery-image] Aug 11 16:50:10.463 INFO O| Aug 11 16:50:10.463 INFO O| Planning: Evaluating mediators ... Done
43282026-08-11T16:50:11.467Z[ recovery-image] Aug 11 16:50:10.463 INFO O| Aug 11 16:50:10.463 INFO O| Planning: Planning completed in 0.00 seconds
43292026-08-11T16:50:11.467Z[ recovery-image] Aug 11 16:50:10.464 INFO O| Aug 11 16:50:10.464 INFO O| Variants/Facets to change: 1
43302026-08-11T16:50:11.483Z[ recovery-image] Aug 11 16:50:10.482 INFO O| Aug 11 16:50:10.482 INFO O| Finalize: Updating package state database ... Done
43312026-08-11T16:50:11.483Z[ recovery-image] Aug 11 16:50:10.482 INFO O| Aug 11 16:50:10.482 INFO O| Finalize: Updating package cache ... Done
43322026-08-11T16:50:11.534Z[verify-libraries] Compiling progenitor-impl v0.14.0
43332026-08-11T16:50:11.544Z[ recovery-image] Aug 11 16:50:10.542 INFO O| Aug 11 16:50:10.542 INFO O| Finalize: Updating image state ... Done
43342026-08-11T16:50:11.557Z[ recovery-image] Aug 11 16:50:10.556 INFO O| Aug 11 16:50:10.556 INFO O| Finalize: Creating fast lookup database ... Done
43352026-08-11T16:50:11.561Z[ recovery-image] Aug 11 16:50:10.556 INFO O| Aug 11 16:50:10.556 INFO O| Finalize: Reading search index ... Done
43362026-08-11T16:50:11.561Z[ recovery-image] Aug 11 16:50:10.556 INFO O| Aug 11 16:50:10.556 INFO O| Finalize: Updating search index ... Done
43372026-08-11T16:50:11.562Z[ recovery-image] Aug 11 16:50:10.557 INFO O| Aug 11 16:50:10.557 INFO O| Finalize: Updating package cache ... Done
43382026-08-11T16:50:11.582Z[verify-libraries] Compiling radix_trie v0.2.1
43392026-08-11T16:50:11.664Z[ host-image] Aug 11 16:50:10.663 INFO O| Aug 11 16:50:10.663 INFO O| Actions: 1/54180 actions (Installing new actions)
43402026-08-11T16:50:11.711Z[verify-libraries] Compiling phf v0.12.1
43412026-08-11T16:50:11.759Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43422026-08-11T16:50:11.759Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43432026-08-11T16:50:11.812Z[ recovery-image] Aug 11 16:50:10.811 INFO O| Aug 11 16:50:10.810 INFO STEP 8 (pkg_change_facet) COMPLETE
43442026-08-11T16:50:11.812Z[ recovery-image] Aug 11 16:50:10.811 INFO O| Aug 11 16:50:10.811 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43452026-08-11T16:50:11.840Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43462026-08-11T16:50:11.840Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43472026-08-11T16:50:11.928Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43482026-08-11T16:50:11.999Z[verify-libraries] Compiling recursive v0.1.1
43492026-08-11T16:50:12.046Z[verify-libraries] Compiling newtype_derive v0.1.6
43502026-08-11T16:50:12.066Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43512026-08-11T16:50:12.127Z[ recovery-image] Aug 11 16:50:11.126 INFO O| Aug 11 16:50:11.126 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43522026-08-11T16:50:12.175Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43532026-08-11T16:50:12.458Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43542026-08-11T16:50:12.534Z[verify-libraries] Compiling peg-macros v0.8.5
43552026-08-11T16:50:13.078Z[verify-libraries] Compiling qorb v0.4.1
43562026-08-11T16:50:13.316Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43572026-08-11T16:50:13.341Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43582026-08-11T16:50:13.399Z[verify-libraries] Compiling winnow v0.6.26
43592026-08-11T16:50:13.443Z[verify-libraries] Compiling csv-core v0.1.13
43602026-08-11T16:50:13.447Z[verify-libraries] Compiling unicode_categories v0.1.1
43612026-08-11T16:50:13.724Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43622026-08-11T16:50:13.809Z[verify-libraries] Compiling home v0.5.12
43632026-08-11T16:50:13.845Z[verify-libraries] Compiling textwrap v0.16.2
43642026-08-11T16:50:13.905Z[verify-libraries] Compiling csv v1.4.0
43652026-08-11T16:50:13.980Z[verify-libraries] Compiling rustyline v14.0.0
43662026-08-11T16:50:14.051Z[verify-libraries] Compiling const_format v0.2.35
43672026-08-11T16:50:14.175Z[verify-libraries] Compiling peg v0.8.5
43682026-08-11T16:50:14.264Z[verify-libraries] Compiling sqlparser v0.61.0
43692026-08-11T16:50:14.353Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43702026-08-11T16:50:14.461Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43712026-08-11T16:50:14.467Z[ recovery-image] Aug 11 16:50:13.466 INFO O| Aug 11 16:50:13.465 INFO O| Startup: Refreshing catalog 'helios' ... Done
43722026-08-11T16:50:14.656Z[verify-libraries] Compiling bcs v0.1.6
43732026-08-11T16:50:14.660Z[verify-libraries] Compiling progenitor-macro v0.14.0
43742026-08-11T16:50:14.803Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43752026-08-11T16:50:14.831Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43762026-08-11T16:50:14.859Z[ recovery-image] Aug 11 16:50:13.855 INFO O| Aug 11 16:50:13.855 INFO O| Startup: Caching catalogs ... Done
43772026-08-11T16:50:14.864Z[verify-libraries] Compiling sqlformat v0.3.5
43782026-08-11T16:50:14.871Z[ recovery-image] Aug 11 16:50:13.870 INFO O| Aug 11 16:50:13.870 INFO O| Planning: Planning completed in 0.00 seconds
43792026-08-11T16:50:14.874Z[ recovery-image] Aug 11 16:50:13.870 INFO O| Aug 11 16:50:13.870 INFO O| Planning: Consolidating action changes ... Done
43802026-08-11T16:50:14.874Z[ recovery-image] Aug 11 16:50:13.870 INFO O| Aug 11 16:50:13.870 INFO O| Planning: Evaluating mediators ... Done
43812026-08-11T16:50:14.874Z[ recovery-image] Aug 11 16:50:13.870 INFO O| Aug 11 16:50:13.870 INFO O| Planning: Planning completed in 0.00 seconds
43822026-08-11T16:50:14.874Z[ recovery-image] Aug 11 16:50:13.871 INFO O| Aug 11 16:50:13.870 INFO O| Variants/Facets to change: 1
43832026-08-11T16:50:14.885Z[ recovery-image] Aug 11 16:50:13.884 INFO O| Aug 11 16:50:13.884 INFO O| Finalize: Updating package state database ... Done
43842026-08-11T16:50:14.885Z[ recovery-image] Aug 11 16:50:13.884 INFO O| Aug 11 16:50:13.884 INFO O| Finalize: Updating package cache ... Done
43852026-08-11T16:50:14.892Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43862026-08-11T16:50:14.950Z[ recovery-image] Aug 11 16:50:13.949 INFO O| Aug 11 16:50:13.949 INFO O| Finalize: Updating image state ... Done
43872026-08-11T16:50:14.965Z[ recovery-image] Aug 11 16:50:13.962 INFO O| Aug 11 16:50:13.962 INFO O| Finalize: Creating fast lookup database ... Done
43882026-08-11T16:50:14.968Z[ recovery-image] Aug 11 16:50:13.963 INFO O| Aug 11 16:50:13.963 INFO O| Finalize: Reading search index ... Done
43892026-08-11T16:50:14.968Z[ recovery-image] Aug 11 16:50:13.963 INFO O| Aug 11 16:50:13.963 INFO O| Finalize: Updating search index ... Done
43902026-08-11T16:50:14.968Z[ recovery-image] Aug 11 16:50:13.964 INFO O| Aug 11 16:50:13.964 INFO O| Finalize: Updating package cache ... Done
43912026-08-11T16:50:15.027Z[verify-libraries] Compiling nom v8.0.0
43922026-08-11T16:50:15.096Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43932026-08-11T16:50:15.099Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43942026-08-11T16:50:15.197Z[verify-libraries] Compiling steno v0.4.1
43952026-08-11T16:50:15.252Z[ recovery-image] Aug 11 16:50:14.250 INFO O| Aug 11 16:50:14.250 INFO STEP 9 (pkg_change_facet) COMPLETE
43962026-08-11T16:50:15.252Z[ recovery-image] Aug 11 16:50:14.250 INFO O| Aug 11 16:50:14.250 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43972026-08-11T16:50:15.329Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43982026-08-11T16:50:15.602Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43992026-08-11T16:50:15.616Z[ recovery-image] Aug 11 16:50:14.600 INFO O| Aug 11 16:50:14.600 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44002026-08-11T16:50:15.820Z[verify-libraries] Compiling sha1 v0.10.6
44012026-08-11T16:50:16.047Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
44022026-08-11T16:50:16.130Z[verify-libraries] Compiling tagptr v0.2.0
44032026-08-11T16:50:16.159Z[verify-libraries] Compiling utf-8 v0.7.6
44042026-08-11T16:50:16.194Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44052026-08-11T16:50:16.238Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44062026-08-11T16:50:16.289Z[verify-libraries] Compiling libefi-sys v0.1.0
44072026-08-11T16:50:16.335Z[verify-libraries] Compiling moka v0.12.13
44082026-08-11T16:50:16.364Z[verify-libraries] Compiling tungstenite v0.21.0
44092026-08-11T16:50:16.443Z[verify-libraries] Compiling bitfield-struct v0.6.2
44102026-08-11T16:50:16.479Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44112026-08-11T16:50:16.635Z[verify-libraries] Compiling libscf-sys v1.2.0
44122026-08-11T16:50:16.665Z[ host-image] Aug 11 16:50:15.664 INFO O| Aug 11 16:50:15.664 INFO O| Actions: 22477/54180 actions (Installing new actions)
44132026-08-11T16:50:16.766Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44142026-08-11T16:50:16.913Z[verify-libraries] Compiling xshell-macros v0.2.7
44152026-08-11T16:50:16.973Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44162026-08-11T16:50:17.057Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44172026-08-11T16:50:17.155Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44182026-08-11T16:50:17.201Z[verify-libraries] Compiling hickory-resolver v0.25.2
44192026-08-11T16:50:17.244Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44202026-08-11T16:50:17.310Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44212026-08-11T16:50:17.381Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
44222026-08-11T16:50:17.384Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44232026-08-11T16:50:17.478Z[verify-libraries] Compiling xshell v0.2.7
44242026-08-11T16:50:17.575Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44252026-08-11T16:50:17.578Z[verify-libraries] Compiling papergrid v0.17.0
44262026-08-11T16:50:17.611Z[ recovery-image] Aug 11 16:50:16.610 INFO O| Aug 11 16:50:16.610 INFO O| Startup: Refreshing catalog 'helios' ... Done
44272026-08-11T16:50:17.690Z[verify-libraries] Compiling testing_table v0.3.0
44282026-08-11T16:50:17.900Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44292026-08-11T16:50:17.965Z[verify-libraries] Compiling tabled_derive v0.11.0
44302026-08-11T16:50:18.003Z[verify-libraries] Compiling sha2 v0.11.0
44312026-08-11T16:50:18.003Z[verify-libraries] Compiling subprocess v0.2.15
44322026-08-11T16:50:18.036Z[ recovery-image] Aug 11 16:50:17.034 INFO O| Aug 11 16:50:17.034 INFO O| Startup: Caching catalogs ... Done
44332026-08-11T16:50:18.049Z[ recovery-image] Aug 11 16:50:17.048 INFO O| Aug 11 16:50:17.048 INFO O| Planning: Planning completed in 0.00 seconds
44342026-08-11T16:50:18.052Z[ recovery-image] Aug 11 16:50:17.048 INFO O| Aug 11 16:50:17.048 INFO O| Planning: Consolidating action changes ... Done
44352026-08-11T16:50:18.052Z[ recovery-image] Aug 11 16:50:17.048 INFO O| Aug 11 16:50:17.048 INFO O| Planning: Evaluating mediators ... Done
44362026-08-11T16:50:18.053Z[ recovery-image] Aug 11 16:50:17.049 INFO O| Aug 11 16:50:17.049 INFO O| Planning: Planning completed in 0.00 seconds
44372026-08-11T16:50:18.053Z[ recovery-image] Aug 11 16:50:17.049 INFO O| Aug 11 16:50:17.049 INFO O| Variants/Facets to change: 1
44382026-08-11T16:50:18.057Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44392026-08-11T16:50:18.057Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44402026-08-11T16:50:18.062Z[ recovery-image] Aug 11 16:50:17.060 INFO O| Aug 11 16:50:17.059 INFO O| Finalize: Updating package state database ... Done
44412026-08-11T16:50:18.062Z[ recovery-image] Aug 11 16:50:17.060 INFO O| Aug 11 16:50:17.059 INFO O| Finalize: Updating package cache ... Done
44422026-08-11T16:50:18.078Z[verify-libraries] Compiling headers-core v0.3.0
44432026-08-11T16:50:18.130Z[ recovery-image] Aug 11 16:50:17.127 INFO O| Aug 11 16:50:17.127 INFO O| Finalize: Updating image state ... Done
44442026-08-11T16:50:18.143Z[ recovery-image] Aug 11 16:50:17.141 INFO O| Aug 11 16:50:17.141 INFO O| Finalize: Creating fast lookup database ... Done
44452026-08-11T16:50:18.146Z[ recovery-image] Aug 11 16:50:17.142 INFO O| Aug 11 16:50:17.142 INFO O| Finalize: Reading search index ... Done
44462026-08-11T16:50:18.146Z[ recovery-image] Aug 11 16:50:17.142 INFO O| Aug 11 16:50:17.142 INFO O| Finalize: Updating search index ... Done
44472026-08-11T16:50:18.146Z[ recovery-image] Aug 11 16:50:17.143 INFO O| Aug 11 16:50:17.143 INFO O| Finalize: Updating package cache ... Done
44482026-08-11T16:50:18.204Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44492026-08-11T16:50:18.422Z[ recovery-image] Aug 11 16:50:17.421 INFO O| Aug 11 16:50:17.421 INFO STEP 10 (pkg_change_facet) COMPLETE
44502026-08-11T16:50:18.422Z[ recovery-image] Aug 11 16:50:17.421 INFO O| Aug 11 16:50:17.421 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44512026-08-11T16:50:18.444Z[ recovery-image] Aug 11 16:50:17.442 INFO O| Aug 11 16:50:17.442 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"]
44522026-08-11T16:50:18.562Z[verify-libraries] Compiling unicase v2.9.0
44532026-08-11T16:50:18.630Z[verify-libraries] Compiling headers v0.4.1
44542026-08-11T16:50:18.883Z[verify-libraries] Compiling darling_core v0.21.3
44552026-08-11T16:50:19.050Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44562026-08-11T16:50:19.236Z[verify-libraries] Compiling crc8 v0.1.1
44572026-08-11T16:50:19.323Z[verify-libraries] Compiling maplit v1.0.2
44582026-08-11T16:50:19.459Z[verify-libraries] Compiling tabled v0.20.0
44592026-08-11T16:50:19.496Z[verify-libraries] Compiling yasna v0.5.2
44602026-08-11T16:50:19.524Z[verify-libraries] Compiling vergen-lib v0.1.6
44612026-08-11T16:50:19.701Z[verify-libraries] Compiling diesel_derives v2.3.7
44622026-08-11T16:50:19.758Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44632026-08-11T16:50:19.821Z[verify-libraries] Compiling port-file v0.1.0
44642026-08-11T16:50:20.028Z[verify-libraries] Compiling rcgen v0.12.1
44652026-08-11T16:50:20.065Z[ host-image] Aug 11 16:50:19.062 INFO O| Aug 11 16:50:19.062 INFO O| Actions: Completed 54180 actions in 8.39 seconds.
44662026-08-11T16:50:20.069Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44672026-08-11T16:50:20.143Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44682026-08-11T16:50:20.150Z[ host-image] Aug 11 16:50:19.149 INFO O| Aug 11 16:50:19.149 INFO O| Finalize: Updating package state database ... Done
44692026-08-11T16:50:20.150Z[ host-image] Aug 11 16:50:19.149 INFO O| Aug 11 16:50:19.149 INFO O| Finalize: Updating package cache ... Done
44702026-08-11T16:50:20.169Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44712026-08-11T16:50:20.265Z[ host-image] Aug 11 16:50:19.259 INFO O| Aug 11 16:50:19.259 INFO O| Finalize: Updating image state ... Done
44722026-08-11T16:50:20.284Z[verify-libraries] Compiling half v1.8.3
44732026-08-11T16:50:20.347Z[ recovery-image] Aug 11 16:50:19.344 INFO O| Aug 11 16:50:19.344 INFO O| Startup: Refreshing catalog 'helios' ... Done
44742026-08-11T16:50:20.424Z[verify-libraries] Compiling r2d2 v0.8.10
44752026-08-11T16:50:20.531Z[verify-libraries] Compiling serde_cbor v0.11.2
44762026-08-11T16:50:20.580Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44772026-08-11T16:50:20.618Z[verify-libraries] Compiling progenitor v0.14.0
44782026-08-11T16:50:20.702Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44792026-08-11T16:50:20.751Z[verify-libraries] Compiling cpubits v0.1.1
44802026-08-11T16:50:20.756Z[ recovery-image] Aug 11 16:50:19.755 INFO O| Aug 11 16:50:19.755 INFO O| Startup: Caching catalogs ... Done
44812026-08-11T16:50:20.871Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44822026-08-11T16:50:20.911Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44832026-08-11T16:50:20.951Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44842026-08-11T16:50:20.971Z[verify-libraries] Compiling downcast-rs v2.0.2
44852026-08-11T16:50:21.075Z[verify-libraries] Compiling crunchy v0.2.4
44862026-08-11T16:50:21.188Z[verify-libraries] Compiling dirs-next v2.0.0
44872026-08-11T16:50:21.291Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44882026-08-11T16:50:21.300Z[ host-image] Aug 11 16:50:20.299 INFO O| Aug 11 16:50:20.299 INFO O| Finalize: Creating fast lookup database ... Done
44892026-08-11T16:50:21.330Z[ host-image] Aug 11 16:50:20.329 INFO O| Aug 11 16:50:20.328 INFO O| Finalize: Reading search index ... Done
44902026-08-11T16:50:21.514Z[verify-libraries] Compiling clang-sys v1.8.1
44912026-08-11T16:50:21.568Z[verify-libraries] Compiling tiny-keccak v2.0.2
44922026-08-11T16:50:21.609Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44932026-08-11T16:50:21.808Z[verify-libraries] Compiling darling_macro v0.21.3
44942026-08-11T16:50:21.975Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44952026-08-11T16:50:22.078Z[verify-libraries] Compiling term v0.7.0
44962026-08-11T16:50:22.167Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44972026-08-11T16:50:22.171Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
44982026-08-11T16:50:22.194Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44992026-08-11T16:50:22.197Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45002026-08-11T16:50:22.248Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45012026-08-11T16:50:22.462Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45022026-08-11T16:50:22.522Z[verify-libraries] Compiling darling v0.21.3
45032026-08-11T16:50:22.591Z[verify-libraries] Compiling bit-vec v0.6.3
45042026-08-11T16:50:22.610Z[verify-libraries] Compiling diff v0.1.13
45052026-08-11T16:50:22.691Z[verify-libraries] Compiling ascii-canvas v3.0.0
45062026-08-11T16:50:22.710Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45072026-08-11T16:50:22.721Z[ recovery-image] Aug 11 16:50:21.718 INFO O| Aug 11 16:50:21.718 INFO O| Planning: Solver setup ... Done
45082026-08-11T16:50:22.845Z[ recovery-image] Aug 11 16:50:21.843 INFO O| Aug 11 16:50:21.843 INFO O| Planning: Running solver ... Done
45092026-08-11T16:50:22.848Z[verify-libraries] Compiling bit-set v0.5.3
45102026-08-11T16:50:22.848Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45112026-08-11T16:50:22.886Z[ recovery-image] Aug 11 16:50:21.885 INFO O| Aug 11 16:50:21.885 INFO O| Planning: Finding local manifests ... Done
45122026-08-11T16:50:22.894Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45132026-08-11T16:50:22.906Z[ recovery-image] Aug 11 16:50:21.905 INFO O| Aug 11 16:50:21.905 INFO O| Planning: Fetching manifests: 0/130 0% complete
45142026-08-11T16:50:22.939Z[verify-libraries] Compiling itertools v0.10.5
45152026-08-11T16:50:22.958Z[verify-libraries] Compiling libloading v0.8.9
45162026-08-11T16:50:23.004Z[verify-libraries] Compiling ena v0.14.4
45172026-08-11T16:50:23.007Z[verify-libraries] Compiling regex-syntax v0.6.29
45182026-08-11T16:50:23.081Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45192026-08-11T16:50:23.086Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45202026-08-11T16:50:23.170Z[verify-libraries] Compiling bindgen v0.71.1
45212026-08-11T16:50:23.333Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45222026-08-11T16:50:23.337Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45232026-08-11T16:50:23.493Z[verify-libraries] Compiling cexpr v0.6.0
45242026-08-11T16:50:23.636Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45252026-08-11T16:50:23.855Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45262026-08-11T16:50:23.997Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45272026-08-11T16:50:24.006Z[ host-image] Aug 11 16:50:23.004 INFO O| Aug 11 16:50:23.004 INFO O| Finalize: Building new search index ... Done
45282026-08-11T16:50:24.119Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45292026-08-11T16:50:24.150Z[verify-libraries] Compiling rustc-hash v2.1.1
45302026-08-11T16:50:24.275Z[verify-libraries] Compiling libxml v0.3.3
45312026-08-11T16:50:24.338Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45322026-08-11T16:50:24.359Z[verify-libraries] Compiling strum_macros v0.24.3
45332026-08-11T16:50:24.448Z[ host-image] Aug 11 16:50:23.444 INFO O| Aug 11 16:50:23.444 INFO O| Finalize: Updating package cache ... Done
45342026-08-11T16:50:24.458Z[verify-libraries] Compiling hmac v0.13.0
45352026-08-11T16:50:24.645Z[verify-libraries] Compiling universal-hash v0.6.1
45362026-08-11T16:50:24.672Z[verify-libraries] Compiling lalrpop v0.19.12
45372026-08-11T16:50:24.694Z[verify-libraries] Compiling fxhash v0.2.1
45382026-08-11T16:50:24.716Z[verify-libraries] Compiling indoc v1.0.9
45392026-08-11T16:50:24.793Z[ host-image] Aug 11 16:50:23.791 INFO O| Aug 11 16:50:23.791 INFO STEP 11 (pkg_install) COMPLETE
45402026-08-11T16:50:24.793Z[ host-image] Aug 11 16:50:23.791 INFO O| Aug 11 16:50:23.791 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45412026-08-11T16:50:24.802Z[ host-image] Aug 11 16:50:23.801 INFO O| Aug 11 16:50:23.801 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"]
45422026-08-11T16:50:24.960Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45432026-08-11T16:50:25.534Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45442026-08-11T16:50:25.759Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45452026-08-11T16:50:25.909Z[verify-libraries] Compiling progenitor-impl v0.13.0
45462026-08-11T16:50:25.957Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45472026-08-11T16:50:26.146Z[ recovery-image] Aug 11 16:50:25.145 INFO O| Aug 11 16:50:25.145 INFO O| Planning: Fetching manifests: 130/130 100% complete
45482026-08-11T16:50:26.219Z[verify-libraries] Compiling oso-derive v0.27.3
45492026-08-11T16:50:26.249Z[verify-libraries] Compiling quick-xml v0.37.5
45502026-08-11T16:50:26.554Z[ recovery-image] Aug 11 16:50:25.553 INFO O| Aug 11 16:50:25.552 INFO O| Planning: Package planning ... Done
45512026-08-11T16:50:26.727Z[ recovery-image] Aug 11 16:50:25.706 INFO O| Aug 11 16:50:25.705 INFO O| Planning: Merging actions ... Done
45522026-08-11T16:50:26.776Z[ recovery-image] Aug 11 16:50:25.774 INFO O| Aug 11 16:50:25.774 INFO O| Planning: Checking for conflicting actions ... Done
45532026-08-11T16:50:26.831Z[ recovery-image] Aug 11 16:50:25.829 INFO O| Aug 11 16:50:25.829 INFO O| Planning: Consolidating action changes ... Done
45542026-08-11T16:50:26.870Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45552026-08-11T16:50:26.970Z[ host-image] Aug 11 16:50:25.969 INFO O| Aug 11 16:50:25.968 INFO O| Startup: Refreshing catalog 'helios' ... Done
45562026-08-11T16:50:26.973Z[ recovery-image] Aug 11 16:50:25.972 INFO O| Aug 11 16:50:25.972 INFO O| Planning: Evaluating mediators ... Done
45572026-08-11T16:50:27.351Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45582026-08-11T16:50:27.451Z[ host-image] Aug 11 16:50:26.449 INFO O| Aug 11 16:50:26.449 INFO O| Startup: Caching catalogs ... Done
45592026-08-11T16:50:27.765Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45602026-08-11T16:50:27.852Z[ host-image] Aug 11 16:50:26.850 INFO O| Aug 11 16:50:26.850 INFO O| Planning: Solver setup ... Done
45612026-08-11T16:50:27.857Z[ host-image] Aug 11 16:50:26.856 INFO O| Aug 11 16:50:26.856 INFO O| Planning: Running solver ... Done
45622026-08-11T16:50:27.871Z[ host-image] Aug 11 16:50:26.870 INFO O| Aug 11 16:50:26.870 INFO O| Planning: Finding local manifests ... Done
45632026-08-11T16:50:27.877Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45642026-08-11T16:50:27.880Z[verify-libraries] Compiling openssl-probe v0.1.6
45652026-08-11T16:50:27.911Z[ host-image] Aug 11 16:50:26.909 INFO O| Aug 11 16:50:26.909 INFO O| Planning: Fetching manifests: 0/6 0% complete
45662026-08-11T16:50:28.026Z[ host-image] Aug 11 16:50:27.024 INFO O| Aug 11 16:50:27.024 INFO O| Planning: Fetching manifests: 6/6 100% complete
45672026-08-11T16:50:28.045Z[ host-image] Aug 11 16:50:27.044 INFO O| Aug 11 16:50:27.044 INFO O| Planning: Package planning ... Done
45682026-08-11T16:50:28.049Z[ host-image] Aug 11 16:50:27.046 INFO O| Aug 11 16:50:27.046 INFO O| Planning: Merging actions ... Done
45692026-08-11T16:50:28.127Z[verify-libraries] Compiling polyval v0.7.1
45702026-08-11T16:50:28.227Z[ host-image] Aug 11 16:50:27.226 INFO O| Aug 11 16:50:27.226 INFO O| Planning: Checking for conflicting actions ... Done
45712026-08-11T16:50:28.232Z[ host-image] Aug 11 16:50:27.227 INFO O| Aug 11 16:50:27.227 INFO O| Planning: Consolidating action changes ... Done
45722026-08-11T16:50:28.377Z[ host-image] Aug 11 16:50:27.375 INFO O| Aug 11 16:50:27.375 INFO O| Planning: Evaluating mediators ... Done
45732026-08-11T16:50:28.399Z[ host-image] Aug 11 16:50:27.398 INFO O| Aug 11 16:50:27.397 INFO O| Planning: Planning completed in 0.93 seconds
45742026-08-11T16:50:28.403Z[ host-image] Aug 11 16:50:27.398 INFO O| Aug 11 16:50:27.398 INFO O| Packages to install: 6
45752026-08-11T16:50:28.403Z[ host-image] Aug 11 16:50:27.398 INFO O| Aug 11 16:50:27.398 INFO O| Services to change: 2
45762026-08-11T16:50:28.470Z[ host-image] Aug 11 16:50:27.468 INFO O| Aug 11 16:50:27.468 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
45772026-08-11T16:50:28.507Z[ recovery-image] Aug 11 16:50:27.505 INFO O| Aug 11 16:50:27.505 INFO O| Planning: Planning completed in 7.74 seconds
45782026-08-11T16:50:28.510Z[ recovery-image] Aug 11 16:50:27.507 INFO O| Aug 11 16:50:27.507 INFO O| Packages to install: 130
45792026-08-11T16:50:28.510Z[ recovery-image] Aug 11 16:50:27.507 INFO O| Aug 11 16:50:27.507 INFO O| Mediators to change: 5
45802026-08-11T16:50:28.510Z[ recovery-image] Aug 11 16:50:27.507 INFO O| Aug 11 16:50:27.507 INFO O| Services to change: 5
45812026-08-11T16:50:28.516Z[verify-libraries] Compiling der v0.8.0
45822026-08-11T16:50:28.544Z[ recovery-image] Aug 11 16:50:27.543 INFO O| Aug 11 16:50:27.543 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
45832026-08-11T16:50:28.678Z[ host-image] Aug 11 16:50:27.677 INFO O| Aug 11 16:50:27.677 INFO O| Download: Completed 1.75 MB in 0.21 seconds (8.4M/s)
45842026-08-11T16:50:28.805Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45852026-08-11T16:50:28.812Z[ host-image] Aug 11 16:50:27.811 INFO O| Aug 11 16:50:27.811 INFO O| Actions: 1/390 actions (Installing new actions)
45862026-08-11T16:50:28.831Z[verify-libraries] Compiling progenitor-client v0.13.0
45872026-08-11T16:50:28.865Z[verify-libraries] Compiling progenitor-macro v0.13.0
45882026-08-11T16:50:28.984Z[ host-image] Aug 11 16:50:27.982 INFO O| Aug 11 16:50:27.982 INFO O| Actions: Completed 390 actions in 0.17 seconds.
45892026-08-11T16:50:29.025Z[ host-image] Aug 11 16:50:28.023 INFO O| Aug 11 16:50:28.023 INFO O| Finalize: Updating package state database ... Done
45902026-08-11T16:50:29.025Z[ host-image] Aug 11 16:50:28.023 INFO O| Aug 11 16:50:28.023 INFO O| Finalize: Updating package cache ... Done
45912026-08-11T16:50:29.121Z[ host-image] Aug 11 16:50:28.119 INFO O| Aug 11 16:50:28.119 INFO O| Finalize: Updating image state ... Done
45922026-08-11T16:50:29.222Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45932026-08-11T16:50:29.306Z[verify-libraries] Compiling diesel v2.3.7
45942026-08-11T16:50:29.397Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45952026-08-11T16:50:29.530Z[verify-libraries] Compiling git-stub v1.0.0
45962026-08-11T16:50:29.762Z[verify-libraries] Compiling kstat-rs v0.2.5
45972026-08-11T16:50:30.069Z[verify-libraries] Compiling trait-variant v0.1.2
45982026-08-11T16:50:30.126Z[verify-libraries] Compiling salty v0.3.0
45992026-08-11T16:50:30.204Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46002026-08-11T16:50:30.211Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46012026-08-11T16:50:30.244Z[ host-image] Aug 11 16:50:29.242 INFO O| Aug 11 16:50:29.242 INFO O| Finalize: Creating fast lookup database ... Done
46022026-08-11T16:50:30.287Z[ host-image] Aug 11 16:50:29.284 INFO O| Aug 11 16:50:29.284 INFO O| Finalize: Reading search index ... Done
46032026-08-11T16:50:30.291Z[ host-image] Aug 11 16:50:29.285 INFO O| Aug 11 16:50:29.285 INFO O| Finalize: Updating search index ... Done
46042026-08-11T16:50:30.312Z[ host-image] Aug 11 16:50:29.311 INFO O| Aug 11 16:50:29.311 INFO O| Finalize: Updating package cache ... Done
46052026-08-11T16:50:30.587Z[ host-image] Aug 11 16:50:29.581 INFO O| Aug 11 16:50:29.581 INFO STEP 12 (pkg_install) COMPLETE
46062026-08-11T16:50:30.587Z[ host-image] Aug 11 16:50:29.581 INFO O| Aug 11 16:50:29.581 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46072026-08-11T16:50:30.598Z[ host-image] Aug 11 16:50:29.594 INFO O| Aug 11 16:50:29.594 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46082026-08-11T16:50:30.679Z[verify-libraries] Compiling ghash v0.6.0
46092026-08-11T16:50:30.760Z[verify-libraries] Compiling pbkdf2 v0.13.0
46102026-08-11T16:50:30.935Z[verify-libraries] Compiling crypto-bigint v0.7.5
46112026-08-11T16:50:31.014Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46122026-08-11T16:50:31.053Z[verify-libraries] Compiling aes v0.9.1
46132026-08-11T16:50:31.106Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46142026-08-11T16:50:31.875Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46152026-08-11T16:50:32.287Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46162026-08-11T16:50:32.398Z[ host-image] Aug 11 16:50:31.394 INFO O| Aug 11 16:50:31.394 INFO O| Startup: Refreshing catalog 'helios' ... Done
46172026-08-11T16:50:32.512Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46182026-08-11T16:50:32.574Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46192026-08-11T16:50:32.632Z[verify-libraries] Compiling ctr v0.10.1
46202026-08-11T16:50:32.659Z[verify-libraries] Compiling bb8 v0.8.6
46212026-08-11T16:50:32.812Z[verify-libraries] Compiling aead v0.6.1
46222026-08-11T16:50:32.882Z[ host-image] Aug 11 16:50:31.870 INFO O| Aug 11 16:50:31.870 INFO O| Startup: Caching catalogs ... Done
46232026-08-11T16:50:32.954Z[verify-libraries] Compiling parking_lot_core v0.8.6
46242026-08-11T16:50:33.099Z[verify-libraries] Compiling aes-gcm v0.11.0
46252026-08-11T16:50:33.149Z[verify-libraries] Compiling spki v0.8.0
46262026-08-11T16:50:33.278Z[verify-libraries] Compiling mime_guess v2.0.5
46272026-08-11T16:50:33.326Z[ host-image] Aug 11 16:50:32.324 INFO O| Aug 11 16:50:32.324 INFO O| Planning: Solver setup ... Done
46282026-08-11T16:50:33.329Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46292026-08-11T16:50:33.334Z[ host-image] Aug 11 16:50:32.329 INFO O| Aug 11 16:50:32.329 INFO O| Planning: Running solver ... Done
46302026-08-11T16:50:33.344Z[ host-image] Aug 11 16:50:32.342 INFO O| Aug 11 16:50:32.341 INFO O| Planning: Finding local manifests ... Done
46312026-08-11T16:50:33.399Z[ host-image] Aug 11 16:50:32.394 INFO O| Aug 11 16:50:32.394 INFO O| Planning: Fetching manifests: 0/6 0% complete
46322026-08-11T16:50:33.485Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46332026-08-11T16:50:33.537Z[ host-image] Aug 11 16:50:32.535 INFO O| Aug 11 16:50:32.535 INFO O| Planning: Fetching manifests: 6/6 100% complete
46342026-08-11T16:50:33.546Z[ recovery-image] Aug 11 16:50:32.544 INFO O| Aug 11 16:50:32.544 INFO O| Download: 8535/16682 items 87.8/200.0MB 43% complete (17.5M/s)
46352026-08-11T16:50:33.549Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46362026-08-11T16:50:33.568Z[ host-image] Aug 11 16:50:32.567 INFO O| Aug 11 16:50:32.567 INFO O| Planning: Package planning ... Done
46372026-08-11T16:50:33.577Z[ host-image] Aug 11 16:50:32.576 INFO O| Aug 11 16:50:32.576 INFO O| Planning: Merging actions ... Done
46382026-08-11T16:50:33.736Z[ host-image] Aug 11 16:50:32.733 INFO O| Aug 11 16:50:32.733 INFO O| Planning: Checking for conflicting actions ... Done
46392026-08-11T16:50:33.739Z[ host-image] Aug 11 16:50:32.736 INFO O| Aug 11 16:50:32.736 INFO O| Planning: Consolidating action changes ... Done
46402026-08-11T16:50:33.760Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46412026-08-11T16:50:33.813Z[verify-libraries] Compiling rfc6979 v0.4.0
46422026-08-11T16:50:33.874Z[verify-libraries] Compiling salsa20 v0.11.0
46432026-08-11T16:50:33.877Z[ host-image] Aug 11 16:50:32.873 INFO O| Aug 11 16:50:32.873 INFO O| Planning: Evaluating mediators ... Done
46442026-08-11T16:50:33.880Z[ host-image] Aug 11 16:50:32.876 INFO O| Aug 11 16:50:32.876 INFO O| Planning: Planning completed in 0.98 seconds
46452026-08-11T16:50:33.880Z[ host-image] Aug 11 16:50:32.877 INFO O| Aug 11 16:50:32.877 INFO O| Packages to install: 6
46462026-08-11T16:50:33.880Z[ host-image] Aug 11 16:50:32.877 INFO O| Aug 11 16:50:32.877 INFO O| Mediators to change: 1
46472026-08-11T16:50:33.880Z[ host-image] Aug 11 16:50:32.877 INFO O| Aug 11 16:50:32.877 INFO O| Services to change: 1
46482026-08-11T16:50:33.889Z[ host-image] Aug 11 16:50:32.888 INFO O| Aug 11 16:50:32.888 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46492026-08-11T16:50:33.941Z[verify-libraries] Compiling nanorand v0.7.0
46502026-08-11T16:50:34.017Z[verify-libraries] Compiling ecdsa v0.16.9
46512026-08-11T16:50:34.058Z[verify-libraries] Compiling scrypt v0.12.0
46522026-08-11T16:50:34.079Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46532026-08-11T16:50:34.283Z[verify-libraries] Compiling flume v0.11.1
46542026-08-11T16:50:34.394Z[verify-libraries] Compiling primeorder v0.13.6
46552026-08-11T16:50:34.508Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46562026-08-11T16:50:34.508Z[verify-libraries] Compiling cbc v0.2.1
46572026-08-11T16:50:34.563Z[verify-libraries] Compiling progenitor v0.13.0
46582026-08-11T16:50:34.674Z[ host-image] Aug 11 16:50:33.671 INFO O| Aug 11 16:50:33.671 INFO O| Download: Completed 7.84 MB in 0.78 seconds (10.0M/s)
46592026-08-11T16:50:34.714Z[ host-image] Aug 11 16:50:33.712 INFO O| Aug 11 16:50:33.712 INFO O| Actions: 1/1366 actions (Installing new actions)
46602026-08-11T16:50:34.740Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46612026-08-11T16:50:34.776Z[verify-libraries] Compiling nonempty v0.12.0
46622026-08-11T16:50:34.780Z[verify-libraries] Compiling http-range v0.1.5
46632026-08-11T16:50:34.828Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46642026-08-11T16:50:34.864Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46652026-08-11T16:50:34.947Z[ host-image] Aug 11 16:50:33.944 INFO O| Aug 11 16:50:33.944 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
46662026-08-11T16:50:34.968Z[verify-libraries] Compiling pkcs5 v0.8.1
46672026-08-11T16:50:34.981Z[ host-image] Aug 11 16:50:33.979 INFO O| Aug 11 16:50:33.979 INFO O| Finalize: Updating package state database ... Done
46682026-08-11T16:50:34.981Z[ host-image] Aug 11 16:50:33.979 INFO O| Aug 11 16:50:33.979 INFO O| Finalize: Updating package cache ... Done
46692026-08-11T16:50:35.037Z[verify-libraries] Compiling p384 v0.13.1
46702026-08-11T16:50:35.060Z[ host-image] Aug 11 16:50:34.058 INFO O| Aug 11 16:50:34.058 INFO O| Finalize: Updating image state ... Done
46712026-08-11T16:50:35.104Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46722026-08-11T16:50:35.172Z[verify-libraries] Compiling parking_lot v0.11.2
46732026-08-11T16:50:35.570Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46742026-08-11T16:50:35.701Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46752026-08-11T16:50:35.758Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46762026-08-11T16:50:35.781Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46772026-08-11T16:50:35.784Z[verify-libraries] Compiling prefix-trie v0.7.0
46782026-08-11T16:50:35.855Z[verify-libraries] Compiling digest-io v0.1.0
46792026-08-11T16:50:35.890Z[verify-libraries] Compiling rawzip v0.4.4
46802026-08-11T16:50:36.054Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46812026-08-11T16:50:36.066Z[ host-image] Aug 11 16:50:35.064 INFO O| Aug 11 16:50:35.064 INFO O| Finalize: Creating fast lookup database ... Done
46822026-08-11T16:50:36.099Z[ host-image] Aug 11 16:50:35.097 INFO O| Aug 11 16:50:35.097 INFO O| Finalize: Reading search index ... Done
46832026-08-11T16:50:36.099Z[ host-image] Aug 11 16:50:35.097 INFO O| Aug 11 16:50:35.097 INFO O| Finalize: Updating search index ... Done
46842026-08-11T16:50:36.141Z[ host-image] Aug 11 16:50:35.139 INFO O| Aug 11 16:50:35.139 INFO O| Finalize: Updating package cache ... Done
46852026-08-11T16:50:36.282Z[verify-libraries] Compiling hickory-server v0.25.2
46862026-08-11T16:50:36.282Z[verify-libraries] Compiling sled v0.34.7
46872026-08-11T16:50:36.286Z[verify-libraries] Compiling pkcs8 v0.11.0
46882026-08-11T16:50:36.401Z[ host-image] Aug 11 16:50:35.399 INFO O| Aug 11 16:50:35.399 INFO STEP 13 (pkg_install) COMPLETE
46892026-08-11T16:50:36.401Z[ host-image] Aug 11 16:50:35.399 INFO O| Aug 11 16:50:35.399 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46902026-08-11T16:50:36.412Z[ host-image] Aug 11 16:50:35.410 INFO O| Aug 11 16:50:35.410 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
46912026-08-11T16:50:36.767Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46922026-08-11T16:50:36.825Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46932026-08-11T16:50:36.941Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46942026-08-11T16:50:37.073Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46952026-08-11T16:50:37.372Z[verify-libraries] Compiling ignore v0.4.25
46962026-08-11T16:50:37.457Z[ recovery-image] Aug 11 16:50:36.455 INFO O| Aug 11 16:50:36.455 INFO O| Download: Completed 200.00 MB in 8.91 seconds (22.4M/s)
46972026-08-11T16:50:37.672Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46982026-08-11T16:50:37.754Z[ recovery-image] Aug 11 16:50:36.753 INFO O| Aug 11 16:50:36.753 INFO O| Actions: 1/27580 actions (Installing new actions)
46992026-08-11T16:50:37.905Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47002026-08-11T16:50:38.054Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47012026-08-11T16:50:38.127Z[verify-libraries] Compiling ff v0.14.0
47022026-08-11T16:50:38.220Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47032026-08-11T16:50:38.360Z[ host-image] Aug 11 16:50:37.358 INFO O| Aug 11 16:50:37.358 INFO O| Startup: Refreshing catalog 'helios' ... Done
47042026-08-11T16:50:38.389Z[verify-libraries] Compiling corncobs v0.1.4
47052026-08-11T16:50:38.591Z[verify-libraries] Compiling globwalk v0.9.1
47062026-08-11T16:50:38.639Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47072026-08-11T16:50:38.701Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47082026-08-11T16:50:38.721Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47092026-08-11T16:50:38.934Z[ host-image] Aug 11 16:50:37.932 INFO O| Aug 11 16:50:37.932 INFO O| Startup: Caching catalogs ... Done
47102026-08-11T16:50:38.979Z[verify-libraries] Compiling predicates-tree v1.0.13
47112026-08-11T16:50:39.038Z[verify-libraries] Compiling libz-sys v1.1.24
47122026-08-11T16:50:39.165Z[verify-libraries] Compiling rand_seeder v0.4.0
47132026-08-11T16:50:39.313Z[verify-libraries] Compiling secrecy v0.8.0
47142026-08-11T16:50:39.330Z[ host-image] Aug 11 16:50:38.328 INFO O| Aug 11 16:50:38.328 INFO O| Planning: Solver setup ... Done
47152026-08-11T16:50:39.336Z[ host-image] Aug 11 16:50:38.333 INFO O| Aug 11 16:50:38.333 INFO O| Planning: Running solver ... Done
47162026-08-11T16:50:39.348Z[ host-image] Aug 11 16:50:38.346 INFO O| Aug 11 16:50:38.346 INFO O| Planning: Finding local manifests ... Done
47172026-08-11T16:50:39.395Z[ host-image] Aug 11 16:50:38.382 INFO O| Aug 11 16:50:38.382 INFO O| Planning: Fetching manifests: 0/1 0% complete
47182026-08-11T16:50:39.404Z[ host-image] Aug 11 16:50:38.397 INFO O| Aug 11 16:50:38.397 INFO O| Planning: Fetching manifests: 1/1 100% complete
47192026-08-11T16:50:39.415Z[ host-image] Aug 11 16:50:38.413 INFO O| Aug 11 16:50:38.413 INFO O| Planning: Package planning ... Done
47202026-08-11T16:50:39.415Z[ host-image] Aug 11 16:50:38.413 INFO O| Aug 11 16:50:38.413 INFO O| Planning: Merging actions ... Done
47212026-08-11T16:50:39.420Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
47222026-08-11T16:50:39.558Z[ host-image] Aug 11 16:50:38.556 INFO O| Aug 11 16:50:38.556 INFO O| Planning: Checking for conflicting actions ... Done
47232026-08-11T16:50:39.561Z[ host-image] Aug 11 16:50:38.557 INFO O| Aug 11 16:50:38.557 INFO O| Planning: Consolidating action changes ... Done
47242026-08-11T16:50:39.659Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47252026-08-11T16:50:39.691Z[ host-image] Aug 11 16:50:38.690 INFO O| Aug 11 16:50:38.689 INFO O| Planning: Evaluating mediators ... Done
47262026-08-11T16:50:39.694Z[ host-image] Aug 11 16:50:38.690 INFO O| Aug 11 16:50:38.690 INFO O| Planning: Planning completed in 0.74 seconds
47272026-08-11T16:50:39.695Z[ host-image] Aug 11 16:50:38.690 INFO O| Aug 11 16:50:38.690 INFO O| Packages to install: 1
47282026-08-11T16:50:39.702Z[ host-image] Aug 11 16:50:38.701 INFO O| Aug 11 16:50:38.701 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
47292026-08-11T16:50:39.760Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47302026-08-11T16:50:39.982Z[verify-libraries] Compiling group v0.14.0
47312026-08-11T16:50:40.042Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47322026-08-11T16:50:40.076Z[ host-image] Aug 11 16:50:39.075 INFO O| Aug 11 16:50:39.075 INFO O| Download: Completed 13.17 MB in 0.37 seconds (35.2M/s)
47332026-08-11T16:50:40.096Z[ host-image] Aug 11 16:50:39.094 INFO O| Aug 11 16:50:39.094 INFO O| Actions: 1/22 actions (Installing new actions)
47342026-08-11T16:50:40.130Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47352026-08-11T16:50:40.159Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47362026-08-11T16:50:40.241Z[verify-libraries] Compiling signature v3.0.0
47372026-08-11T16:50:40.363Z[ host-image] Aug 11 16:50:39.362 INFO O| Aug 11 16:50:39.362 INFO O| Actions: Completed 22 actions in 0.27 seconds.
47382026-08-11T16:50:40.396Z[ host-image] Aug 11 16:50:39.394 INFO O| Aug 11 16:50:39.394 INFO O| Finalize: Updating package state database ... Done
47392026-08-11T16:50:40.396Z[ host-image] Aug 11 16:50:39.394 INFO O| Aug 11 16:50:39.394 INFO O| Finalize: Updating package cache ... Done
47402026-08-11T16:50:40.439Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47412026-08-11T16:50:40.501Z[ host-image] Aug 11 16:50:39.499 INFO O| Aug 11 16:50:39.499 INFO O| Finalize: Updating image state ... Done
47422026-08-11T16:50:40.548Z[verify-libraries] Compiling instability v0.3.11
47432026-08-11T16:50:40.610Z[verify-libraries] Compiling base16ct v1.0.0
47442026-08-11T16:50:40.729Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47452026-08-11T16:50:40.771Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47462026-08-11T16:50:40.978Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47472026-08-11T16:50:40.982Z[verify-libraries] Compiling sec1 v0.8.1
47482026-08-11T16:50:41.092Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47492026-08-11T16:50:41.148Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47502026-08-11T16:50:41.265Z[verify-libraries] Compiling hkdf v0.13.0
47512026-08-11T16:50:41.452Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47522026-08-11T16:50:41.508Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47532026-08-11T16:50:41.514Z[verify-libraries] Compiling scuffle v0.1.0
47542026-08-11T16:50:41.514Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47552026-08-11T16:50:41.629Z[ host-image] Aug 11 16:50:40.628 INFO O| Aug 11 16:50:40.627 INFO O| Finalize: Creating fast lookup database ... Done
47562026-08-11T16:50:41.659Z[ host-image] Aug 11 16:50:40.657 INFO O| Aug 11 16:50:40.657 INFO O| Finalize: Reading search index ... Done
47572026-08-11T16:50:41.666Z[ host-image] Aug 11 16:50:40.658 INFO O| Aug 11 16:50:40.658 INFO O| Finalize: Updating search index ... Done
47582026-08-11T16:50:41.671Z[ host-image] Aug 11 16:50:40.669 INFO O| Aug 11 16:50:40.668 INFO O| Finalize: Updating package cache ... Done
47592026-08-11T16:50:41.698Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47602026-08-11T16:50:41.915Z[verify-libraries] Compiling castaway v0.2.4
47612026-08-11T16:50:41.956Z[ host-image] Aug 11 16:50:40.954 INFO O| Aug 11 16:50:40.954 INFO STEP 14 (pkg_install) COMPLETE
47622026-08-11T16:50:41.957Z[ host-image] Aug 11 16:50:40.954 INFO O| Aug 11 16:50:40.954 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47632026-08-11T16:50:41.962Z[ host-image] Aug 11 16:50:40.954 INFO O| Aug 11 16:50:40.954 INFO skip step because feature "mbist" is not enabled
47642026-08-11T16:50:41.962Z[ host-image] Aug 11 16:50:40.954 INFO O| Aug 11 16:50:40.954 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47652026-08-11T16:50:41.962Z[ host-image] Aug 11 16:50:40.954 INFO O| Aug 11 16:50:40.954 INFO skip step because feature "mfg" is not enabled
47662026-08-11T16:50:41.962Z[ host-image] Aug 11 16:50:40.954 INFO O| Aug 11 16:50:40.954 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47672026-08-11T16:50:41.962Z[ host-image] Aug 11 16:50:40.954 INFO O| Aug 11 16:50:40.954 INFO skip step because feature "compliance" is not enabled
47682026-08-11T16:50:41.962Z[ host-image] Aug 11 16:50:40.954 INFO O| Aug 11 16:50:40.954 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47692026-08-11T16:50:41.962Z[ host-image] Aug 11 16:50:40.954 INFO O| Aug 11 16:50:40.954 INFO skip step because feature "stress" is not enabled
47702026-08-11T16:50:41.962Z[ host-image] Aug 11 16:50:40.954 INFO O| Aug 11 16:50:40.954 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47712026-08-11T16:50:41.962Z[ host-image] Aug 11 16:50:40.954 INFO O| Aug 11 16:50:40.954 INFO skip step because feature "compliance" is not enabled
47722026-08-11T16:50:41.962Z[ host-image] Aug 11 16:50:40.954 INFO O| Aug 11 16:50:40.954 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47732026-08-11T16:50:41.962Z[ host-image] Aug 11 16:50:40.954 INFO O| Aug 11 16:50:40.954 INFO skip step because feature "nfs" is not enabled
47742026-08-11T16:50:41.962Z[ host-image] Aug 11 16:50:40.954 INFO O| Aug 11 16:50:40.954 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
47752026-08-11T16:50:41.962Z[ host-image] Aug 11 16:50:40.954 INFO O| Aug 11 16:50:40.954 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47762026-08-11T16:50:41.968Z[verify-libraries] Compiling indoc v2.0.7
47772026-08-11T16:50:42.104Z[verify-libraries] Compiling compact_str v0.8.1
47782026-08-11T16:50:42.164Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47792026-08-11T16:50:42.239Z[ host-image] Aug 11 16:50:41.237 INFO O| Aug 11 16:50:41.237 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
47802026-08-11T16:50:42.402Z[ host-image] Aug 11 16:50:41.399 INFO O| Aug 11 16:50:41.399 INFO completed processing sled/ramdisk-01-os
47812026-08-11T16:50:42.405Z[ host-image] Aug 11 16:50:41.402 INFO omicron1 baseline generation...
47822026-08-11T16:50:42.405Z[ host-image] Aug 11 16:50:41.402 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
47832026-08-11T16:50:42.462Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47842026-08-11T16:50:42.548Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47852026-08-11T16:50:42.755Z[ recovery-image] Aug 11 16:50:41.754 INFO O| Aug 11 16:50:41.753 INFO O| Actions: 21187/27580 actions (Installing new actions)
47862026-08-11T16:50:42.787Z[ host-image] Aug 11 16:50:41.784 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24182:20260811T145801Z
47872026-08-11T16:50:42.834Z[verify-libraries] Compiling elliptic-curve v0.14.1
47882026-08-11T16:50:43.278Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47892026-08-11T16:50:43.315Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47902026-08-11T16:50:43.348Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47912026-08-11T16:50:43.478Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47922026-08-11T16:50:43.674Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47932026-08-11T16:50:43.726Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47942026-08-11T16:50:43.762Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47952026-08-11T16:50:43.773Z[ recovery-image] Aug 11 16:50:42.770 INFO O| Aug 11 16:50:42.770 INFO O| Actions: Completed 27580 actions in 6.01 seconds.
47962026-08-11T16:50:43.843Z[ recovery-image] Aug 11 16:50:42.840 INFO O| Aug 11 16:50:42.840 INFO O| Finalize: Updating package state database ... Done
47972026-08-11T16:50:43.843Z[ recovery-image] Aug 11 16:50:42.840 INFO O| Aug 11 16:50:42.840 INFO O| Finalize: Updating package cache ... Done
47982026-08-11T16:50:43.948Z[ recovery-image] Aug 11 16:50:42.946 INFO O| Aug 11 16:50:42.946 INFO O| Finalize: Updating image state ... Done
47992026-08-11T16:50:44.078Z[verify-libraries] Compiling unicode-truncate v1.1.0
48002026-08-11T16:50:44.109Z[verify-libraries] Compiling lru v0.12.5
48012026-08-11T16:50:44.143Z[verify-libraries] Compiling arc-swap v1.8.2
48022026-08-11T16:50:44.343Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48032026-08-11T16:50:44.435Z[verify-libraries] Compiling cassowary v0.3.0
48042026-08-11T16:50:44.509Z[verify-libraries] Compiling slog-scope v4.4.1
48052026-08-11T16:50:44.531Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48062026-08-11T16:50:44.656Z[verify-libraries] Compiling wnaf v0.14.0
48072026-08-11T16:50:44.707Z[ recovery-image] Aug 11 16:50:43.705 INFO O| Aug 11 16:50:43.705 INFO O| Finalize: Creating fast lookup database ... Done
48082026-08-11T16:50:44.728Z[ recovery-image] Aug 11 16:50:43.726 INFO O| Aug 11 16:50:43.726 INFO O| Finalize: Reading search index ... Done
48092026-08-11T16:50:44.813Z[verify-libraries] Compiling ratatui v0.29.0
48102026-08-11T16:50:44.903Z[verify-libraries] Compiling primefield v0.14.0
48112026-08-11T16:50:44.970Z[verify-libraries] Compiling rfc6979 v0.6.0
48122026-08-11T16:50:45.012Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48132026-08-11T16:50:45.181Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48142026-08-11T16:50:45.222Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48152026-08-11T16:50:45.452Z[verify-libraries] Compiling vergen-git2 v9.1.0
48162026-08-11T16:50:45.490Z[verify-libraries] Compiling strsim v0.10.0
48172026-08-11T16:50:45.735Z[verify-libraries] Compiling is_ci v1.2.0
48182026-08-11T16:50:45.826Z[verify-libraries] Compiling darling_core v0.13.4
48192026-08-11T16:50:45.988Z[verify-libraries] Compiling supports-color v3.0.2
48202026-08-11T16:50:46.126Z[verify-libraries] Compiling primeorder v0.14.0
48212026-08-11T16:50:46.429Z[verify-libraries] Compiling ecdsa v0.17.0
48222026-08-11T16:50:46.508Z[ recovery-image] Aug 11 16:50:45.507 INFO O| Aug 11 16:50:45.506 INFO O| Finalize: Building new search index ... Done
48232026-08-11T16:50:46.613Z[verify-libraries] Compiling slog-stdlog v4.1.1
48242026-08-11T16:50:46.795Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48252026-08-11T16:50:46.826Z[ recovery-image] Aug 11 16:50:45.825 INFO O| Aug 11 16:50:45.825 INFO O| Finalize: Updating package cache ... Done
48262026-08-11T16:50:46.980Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48272026-08-11T16:50:47.138Z[ recovery-image] Aug 11 16:50:46.137 INFO O| Aug 11 16:50:46.137 INFO STEP 11 (pkg_install) COMPLETE
48282026-08-11T16:50:47.138Z[ recovery-image] Aug 11 16:50:46.137 INFO O| Aug 11 16:50:46.137 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48292026-08-11T16:50:47.138Z[ recovery-image] Aug 11 16:50:46.137 INFO O| Aug 11 16:50:46.137 INFO skip step because feature "recovery" is enabled
48302026-08-11T16:50:47.141Z[ recovery-image] Aug 11 16:50:46.137 INFO O| Aug 11 16:50:46.137 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48312026-08-11T16:50:47.141Z[ recovery-image] Aug 11 16:50:46.137 INFO O| Aug 11 16:50:46.137 INFO skip step because feature "omicron1" is not enabled
48322026-08-11T16:50:47.141Z[ recovery-image] Aug 11 16:50:46.137 INFO O| Aug 11 16:50:46.137 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48332026-08-11T16:50:47.148Z[ recovery-image] Aug 11 16:50:46.147 INFO O| Aug 11 16:50:46.147 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
48342026-08-11T16:50:47.681Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48352026-08-11T16:50:47.727Z[verify-libraries] Compiling tungstenite v0.23.0
48362026-08-11T16:50:47.819Z[verify-libraries] Compiling console v0.16.2
48372026-08-11T16:50:48.036Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48382026-08-11T16:50:48.089Z[verify-libraries] Compiling libsw-core v0.3.2
48392026-08-11T16:50:48.208Z[verify-libraries] Compiling unit-prefix v0.5.2
48402026-08-11T16:50:48.528Z[verify-libraries] Compiling void v1.0.2
48412026-08-11T16:50:48.582Z[verify-libraries] Compiling assert_matches v1.5.0
48422026-08-11T16:50:48.625Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48432026-08-11T16:50:48.630Z[verify-libraries] Compiling indicatif v0.18.4
48442026-08-11T16:50:48.707Z[verify-libraries] Compiling libsw v3.5.0
48452026-08-11T16:50:48.800Z[verify-libraries] Compiling lzss v0.8.2
48462026-08-11T16:50:48.841Z[verify-libraries] Compiling darling_macro v0.13.4
48472026-08-11T16:50:48.882Z[verify-libraries] Compiling slog-envlogger v2.2.0
48482026-08-11T16:50:49.010Z[verify-libraries] Compiling ssh-encoding v0.3.0
48492026-08-11T16:50:49.067Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48502026-08-11T16:50:49.091Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48512026-08-11T16:50:49.216Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48522026-08-11T16:50:49.248Z[ recovery-image] Aug 11 16:50:48.247 INFO O| Aug 11 16:50:48.247 INFO O| Startup: Refreshing catalog 'helios' ... Done
48532026-08-11T16:50:49.371Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48542026-08-11T16:50:49.433Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48552026-08-11T16:50:49.500Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48562026-08-11T16:50:49.589Z[verify-libraries] Compiling nix v0.27.1
48572026-08-11T16:50:49.623Z[verify-libraries] Compiling colored v2.2.0
48582026-08-11T16:50:49.659Z[ recovery-image] Aug 11 16:50:48.658 INFO O| Aug 11 16:50:48.658 INFO O| Startup: Caching catalogs ... Done
48592026-08-11T16:50:49.697Z[verify-libraries] Compiling blake3 v1.8.5
48602026-08-11T16:50:49.786Z[verify-libraries] Compiling serde_bytes v0.11.19
48612026-08-11T16:50:49.827Z[verify-libraries] Compiling keccak v0.2.0
48622026-08-11T16:50:50.040Z[verify-libraries] Compiling shell-words v1.1.1
48632026-08-11T16:50:50.134Z[ recovery-image] Aug 11 16:50:49.131 INFO O| Aug 11 16:50:49.130 INFO O| Planning: Solver setup ... Done
48642026-08-11T16:50:50.137Z[ recovery-image] Aug 11 16:50:49.136 INFO O| Aug 11 16:50:49.136 INFO O| Planning: Running solver ... Done
48652026-08-11T16:50:50.151Z[ recovery-image] Aug 11 16:50:49.148 INFO O| Aug 11 16:50:49.148 INFO O| Planning: Finding local manifests ... Done
48662026-08-11T16:50:50.172Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48672026-08-11T16:50:50.175Z[ recovery-image] Aug 11 16:50:49.171 INFO O| Aug 11 16:50:49.171 INFO O| Planning: Fetching manifests: 0/1 0% complete
48682026-08-11T16:50:50.182Z[ recovery-image] Aug 11 16:50:49.181 INFO O| Aug 11 16:50:49.181 INFO O| Planning: Fetching manifests: 1/1 100% complete
48692026-08-11T16:50:50.209Z[ recovery-image] Aug 11 16:50:49.206 INFO O| Aug 11 16:50:49.206 INFO O| Planning: Package planning ... Done
48702026-08-11T16:50:50.210Z[ recovery-image] Aug 11 16:50:49.206 INFO O| Aug 11 16:50:49.206 INFO O| Planning: Merging actions ... Done
48712026-08-11T16:50:50.232Z[ recovery-image] Aug 11 16:50:49.231 INFO O| Aug 11 16:50:49.231 INFO O| Planning: Checking for conflicting actions ... Done
48722026-08-11T16:50:50.236Z[ recovery-image] Aug 11 16:50:49.232 INFO O| Aug 11 16:50:49.231 INFO O| Planning: Consolidating action changes ... Done
48732026-08-11T16:50:50.292Z[verify-libraries] Compiling darling v0.13.4
48742026-08-11T16:50:50.331Z[ recovery-image] Aug 11 16:50:49.328 INFO O| Aug 11 16:50:49.325 INFO O| Planning: Evaluating mediators ... Done
48752026-08-11T16:50:50.331Z[ recovery-image] Aug 11 16:50:49.328 INFO O| Aug 11 16:50:49.326 INFO O| Planning: Planning completed in 0.65 seconds
48762026-08-11T16:50:50.331Z[ recovery-image] Aug 11 16:50:49.328 INFO O| Aug 11 16:50:49.326 INFO O| Packages to install: 1
48772026-08-11T16:50:50.338Z[ recovery-image] Aug 11 16:50:49.337 INFO O| Aug 11 16:50:49.337 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
48782026-08-11T16:50:50.349Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48792026-08-11T16:50:50.394Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48802026-08-11T16:50:50.564Z[ recovery-image] Aug 11 16:50:49.563 INFO O| Aug 11 16:50:49.563 INFO O| Download: Completed 13.17 MB in 0.23 seconds (58.2M/s)
48812026-08-11T16:50:50.589Z[ recovery-image] Aug 11 16:50:49.587 INFO O| Aug 11 16:50:49.587 INFO O| Actions: 1/22 actions (Installing new actions)
48822026-08-11T16:50:50.778Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48832026-08-11T16:50:50.822Z[ recovery-image] Aug 11 16:50:49.820 INFO O| Aug 11 16:50:49.820 INFO O| Actions: Completed 22 actions in 0.23 seconds.
48842026-08-11T16:50:50.861Z[verify-libraries] Compiling ed25519 v3.0.0
48852026-08-11T16:50:50.864Z[ recovery-image] Aug 11 16:50:49.863 INFO O| Aug 11 16:50:49.863 INFO O| Finalize: Updating package state database ... Done
48862026-08-11T16:50:50.864Z[ recovery-image] Aug 11 16:50:49.863 INFO O| Aug 11 16:50:49.863 INFO O| Finalize: Updating package cache ... Done
48872026-08-11T16:50:50.928Z[verify-libraries] Compiling crypto-primes v0.7.2
48882026-08-11T16:50:50.942Z[ recovery-image] Aug 11 16:50:49.941 INFO O| Aug 11 16:50:49.941 INFO O| Finalize: Updating image state ... Done
48892026-08-11T16:50:51.378Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48902026-08-11T16:50:51.635Z[ recovery-image] Aug 11 16:50:50.633 INFO O| Aug 11 16:50:50.633 INFO O| Finalize: Creating fast lookup database ... Done
48912026-08-11T16:50:51.651Z[ recovery-image] Aug 11 16:50:50.649 INFO O| Aug 11 16:50:50.649 INFO O| Finalize: Reading search index ... Done
48922026-08-11T16:50:51.651Z[ recovery-image] Aug 11 16:50:50.650 INFO O| Aug 11 16:50:50.649 INFO O| Finalize: Updating search index ... Done
48932026-08-11T16:50:51.661Z[ recovery-image] Aug 11 16:50:50.660 INFO O| Aug 11 16:50:50.660 INFO O| Finalize: Updating package cache ... Done
48942026-08-11T16:50:51.799Z[verify-libraries] Compiling poly1305 v0.9.0
48952026-08-11T16:50:51.862Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48962026-08-11T16:50:51.917Z[ recovery-image] Aug 11 16:50:50.915 INFO O| Aug 11 16:50:50.915 INFO STEP 14 (pkg_install) COMPLETE
48972026-08-11T16:50:51.917Z[ recovery-image] Aug 11 16:50:50.915 INFO O| Aug 11 16:50:50.915 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48982026-08-11T16:50:51.920Z[ recovery-image] Aug 11 16:50:50.915 INFO O| Aug 11 16:50:50.915 INFO skip step because feature "mbist" is not enabled
48992026-08-11T16:50:51.920Z[ recovery-image] Aug 11 16:50:50.915 INFO O| Aug 11 16:50:50.915 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49002026-08-11T16:50:51.920Z[ recovery-image] Aug 11 16:50:50.915 INFO O| Aug 11 16:50:50.915 INFO skip step because feature "mfg" is not enabled
49012026-08-11T16:50:51.920Z[ recovery-image] Aug 11 16:50:50.915 INFO O| Aug 11 16:50:50.915 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49022026-08-11T16:50:51.920Z[ recovery-image] Aug 11 16:50:50.915 INFO O| Aug 11 16:50:50.915 INFO skip step because feature "compliance" is not enabled
49032026-08-11T16:50:51.920Z[ recovery-image] Aug 11 16:50:50.915 INFO O| Aug 11 16:50:50.915 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49042026-08-11T16:50:51.920Z[ recovery-image] Aug 11 16:50:50.915 INFO O| Aug 11 16:50:50.915 INFO skip step because feature "stress" is not enabled
49052026-08-11T16:50:51.920Z[ recovery-image] Aug 11 16:50:50.915 INFO O| Aug 11 16:50:50.915 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49062026-08-11T16:50:51.920Z[ recovery-image] Aug 11 16:50:50.915 INFO O| Aug 11 16:50:50.915 INFO skip step because feature "compliance" is not enabled
49072026-08-11T16:50:51.920Z[ recovery-image] Aug 11 16:50:50.915 INFO O| Aug 11 16:50:50.915 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49082026-08-11T16:50:51.920Z[ recovery-image] Aug 11 16:50:50.915 INFO O| Aug 11 16:50:50.915 INFO skip step because feature "nfs" is not enabled
49092026-08-11T16:50:51.920Z[ recovery-image] Aug 11 16:50:50.915 INFO O| Aug 11 16:50:50.915 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49102026-08-11T16:50:51.920Z[ recovery-image] Aug 11 16:50:50.915 INFO O| Aug 11 16:50:50.915 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49112026-08-11T16:50:52.248Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49122026-08-11T16:50:52.256Z[ recovery-image] Aug 11 16:50:51.254 INFO O| Aug 11 16:50:51.254 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49132026-08-11T16:50:52.283Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49142026-08-11T16:50:52.379Z[ recovery-image] Aug 11 16:50:51.377 INFO O| Aug 11 16:50:51.377 INFO completed processing sled/ramdisk-01-os
49152026-08-11T16:50:52.382Z[ recovery-image] Aug 11 16:50:51.380 INFO image builder template: ramdisk-02-trim...
49162026-08-11T16:50:52.382Z[ recovery-image] Aug 11 16:50:51.380 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/.tmpeFO11Z/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-02-trim"], pwd: None
49172026-08-11T16:50:52.404Z[ recovery-image] Aug 11 16:50:51.402 INFO O| Aug 11 16:50:51.402 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49182026-08-11T16:50:52.408Z[ recovery-image] Aug 11 16:50:51.406 INFO O| Aug 11 16:50:51.406 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49192026-08-11T16:50:52.540Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49202026-08-11T16:50:52.557Z[ recovery-image] Aug 11 16:50:51.556 INFO O| Aug 11 16:50:51.556 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49212026-08-11T16:50:52.598Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49222026-08-11T16:50:52.645Z[ recovery-image] Aug 11 16:50:51.643 INFO O| Aug 11 16:50:51.643 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49232026-08-11T16:50:52.645Z[ recovery-image] Aug 11 16:50:51.644 INFO O| Aug 11 16:50:51.644 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49242026-08-11T16:50:52.650Z[ recovery-image] Aug 11 16:50:51.649 INFO O| Aug 11 16:50:51.648 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49252026-08-11T16:50:52.656Z[ recovery-image] Aug 11 16:50:51.653 INFO O| Aug 11 16:50:51.653 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49262026-08-11T16:50:52.659Z[ recovery-image] Aug 11 16:50:51.658 INFO O| Aug 11 16:50:51.658 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49272026-08-11T16:50:52.680Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49282026-08-11T16:50:52.745Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49292026-08-11T16:50:52.855Z[verify-libraries] Compiling blowfish v0.10.0
49302026-08-11T16:50:52.884Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49312026-08-11T16:50:52.967Z[verify-libraries] Compiling petname v2.0.2
49322026-08-11T16:50:53.038Z[verify-libraries] Compiling arrayref v0.3.9
49332026-08-11T16:50:53.135Z[verify-libraries] Compiling constant_time_eq v0.4.2
49342026-08-11T16:50:53.159Z[verify-libraries] Compiling arrayvec v0.7.6
49352026-08-11T16:50:53.185Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49362026-08-11T16:50:53.274Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49372026-08-11T16:50:53.443Z[ recovery-image] Aug 11 16:50:52.442 INFO O| Aug 11 16:50:52.442 INFO rolled back to input snapshot; work may begin
49382026-08-11T16:50:53.443Z[ recovery-image] Aug 11 16:50:52.442 INFO O| Aug 11 16:50:52.442 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49392026-08-11T16:50:53.448Z[ recovery-image] Aug 11 16:50:52.447 INFO O| Aug 11 16:50:52.447 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49402026-08-11T16:50:53.459Z[ recovery-image] Aug 11 16:50:52.458 INFO O| Aug 11 16:50:52.458 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49412026-08-11T16:50:53.502Z[ recovery-image] Aug 11 16:50:52.501 INFO O| Aug 11 16:50:52.501 INFO STEP 0 (remove_files) COMPLETE
49422026-08-11T16:50:53.502Z[ recovery-image] Aug 11 16:50:52.501 INFO O| Aug 11 16:50:52.501 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49432026-08-11T16:50:53.513Z[ recovery-image] Aug 11 16:50:52.511 INFO O| Aug 11 16:50:52.511 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49442026-08-11T16:50:53.515Z[ recovery-image] Aug 11 16:50:52.513 INFO O| Aug 11 16:50:52.513 INFO STEP 1 (remove_files) COMPLETE
49452026-08-11T16:50:53.515Z[ recovery-image] Aug 11 16:50:52.513 INFO O| Aug 11 16:50:52.513 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49462026-08-11T16:50:53.524Z[ recovery-image] Aug 11 16:50:52.523 INFO O| Aug 11 16:50:52.523 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49472026-08-11T16:50:53.539Z[ recovery-image] Aug 11 16:50:52.538 INFO O| Aug 11 16:50:52.538 INFO STEP 2 (remove_files) COMPLETE
49482026-08-11T16:50:53.539Z[ recovery-image] Aug 11 16:50:52.538 INFO O| Aug 11 16:50:52.538 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49492026-08-11T16:50:53.550Z[ recovery-image] Aug 11 16:50:52.549 INFO O| Aug 11 16:50:52.549 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49502026-08-11T16:50:53.554Z[ recovery-image] Aug 11 16:50:52.551 INFO O| Aug 11 16:50:52.551 INFO STEP 3 (remove_files) COMPLETE
49512026-08-11T16:50:53.554Z[ recovery-image] Aug 11 16:50:52.551 INFO O| Aug 11 16:50:52.551 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49522026-08-11T16:50:53.567Z[ recovery-image] Aug 11 16:50:52.560 INFO O| Aug 11 16:50:52.560 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49532026-08-11T16:50:53.571Z[ recovery-image] Aug 11 16:50:52.564 INFO O| Aug 11 16:50:52.564 INFO STEP 4 (remove_files) COMPLETE
49542026-08-11T16:50:53.571Z[ recovery-image] Aug 11 16:50:52.564 INFO O| Aug 11 16:50:52.564 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49552026-08-11T16:50:53.574Z[ recovery-image] Aug 11 16:50:52.573 INFO O| Aug 11 16:50:52.573 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49562026-08-11T16:50:53.574Z[ recovery-image] Aug 11 16:50:52.573 INFO O| Aug 11 16:50:52.573 INFO STEP 5 (remove_files) COMPLETE
49572026-08-11T16:50:53.575Z[ recovery-image] Aug 11 16:50:52.573 INFO O| Aug 11 16:50:52.573 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49582026-08-11T16:50:53.583Z[ recovery-image] Aug 11 16:50:52.582 INFO O| Aug 11 16:50:52.582 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49592026-08-11T16:50:53.595Z[ recovery-image] Aug 11 16:50:52.594 INFO O| Aug 11 16:50:52.594 INFO STEP 6 (remove_files) COMPLETE
49602026-08-11T16:50:53.595Z[ recovery-image] Aug 11 16:50:52.594 INFO O| Aug 11 16:50:52.594 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49612026-08-11T16:50:53.595Z[ recovery-image] Aug 11 16:50:52.594 INFO O| Aug 11 16:50:52.594 INFO skip step because feature "heliosv2" is not enabled
49622026-08-11T16:50:53.598Z[ recovery-image] Aug 11 16:50:52.594 INFO O| Aug 11 16:50:52.594 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49632026-08-11T16:50:53.598Z[ recovery-image] Aug 11 16:50:52.594 INFO O| Aug 11 16:50:52.594 INFO skip step because feature "recovery" is enabled
49642026-08-11T16:50:53.598Z[ recovery-image] Aug 11 16:50:52.594 INFO O| Aug 11 16:50:52.594 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49652026-08-11T16:50:53.598Z[ recovery-image] Aug 11 16:50:52.594 INFO O| Aug 11 16:50:52.594 INFO skip step because feature "recovery" is enabled
49662026-08-11T16:50:53.598Z[ recovery-image] Aug 11 16:50:52.594 INFO O| Aug 11 16:50:52.594 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49672026-08-11T16:50:53.598Z[ recovery-image] Aug 11 16:50:52.594 INFO O| Aug 11 16:50:52.594 INFO skip step because feature "recovery" is enabled
49682026-08-11T16:50:53.598Z[ recovery-image] Aug 11 16:50:52.594 INFO O| Aug 11 16:50:52.594 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49692026-08-11T16:50:53.675Z[ recovery-image] Aug 11 16:50:52.605 INFO O| Aug 11 16:50:52.605 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
49702026-08-11T16:50:53.682Z[ recovery-image] Aug 11 16:50:52.609 INFO O| Aug 11 16:50:52.609 INFO STEP 11 (remove_files) COMPLETE
49712026-08-11T16:50:53.682Z[ recovery-image] Aug 11 16:50:52.609 INFO O| Aug 11 16:50:52.609 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49722026-08-11T16:50:53.682Z[ recovery-image] Aug 11 16:50:52.618 INFO O| Aug 11 16:50:52.618 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
49732026-08-11T16:50:53.682Z[ recovery-image] Aug 11 16:50:52.619 INFO O| Aug 11 16:50:52.619 INFO STEP 12 (remove_files) COMPLETE
49742026-08-11T16:50:53.682Z[ recovery-image] Aug 11 16:50:52.619 INFO O| Aug 11 16:50:52.619 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49752026-08-11T16:50:53.682Z[ recovery-image] Aug 11 16:50:52.628 INFO O| Aug 11 16:50:52.628 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
49762026-08-11T16:50:53.682Z[ recovery-image] Aug 11 16:50:52.629 INFO O| Aug 11 16:50:52.629 INFO STEP 13 (remove_files) COMPLETE
49772026-08-11T16:50:53.683Z[ recovery-image] Aug 11 16:50:52.629 INFO O| Aug 11 16:50:52.629 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49782026-08-11T16:50:53.683Z[ recovery-image] Aug 11 16:50:52.638 INFO O| Aug 11 16:50:52.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
49792026-08-11T16:50:53.683Z[ recovery-image] Aug 11 16:50:52.638 INFO O| Aug 11 16:50:52.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
49802026-08-11T16:50:53.692Z[verify-libraries] Compiling ssh-cipher v0.3.0
49812026-08-11T16:50:53.722Z[ recovery-image] Aug 11 16:50:52.719 INFO O| Aug 11 16:50:52.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
49822026-08-11T16:50:53.757Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49832026-08-11T16:50:53.773Z[ recovery-image] Aug 11 16:50:52.772 INFO O| Aug 11 16:50:52.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
49842026-08-11T16:50:53.777Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49852026-08-11T16:50:53.816Z[verify-libraries] Compiling serde_with_macros v1.5.2
49862026-08-11T16:50:53.820Z[ recovery-image] Aug 11 16:50:52.816 INFO O| Aug 11 16:50:52.816 INFO STEP 14 (remove_files) COMPLETE
49872026-08-11T16:50:53.820Z[ recovery-image] Aug 11 16:50:52.816 INFO O| Aug 11 16:50:52.816 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49882026-08-11T16:50:53.828Z[ recovery-image] Aug 11 16:50:52.827 INFO O| Aug 11 16:50:52.827 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
49892026-08-11T16:50:53.831Z[ recovery-image] Aug 11 16:50:52.828 INFO O| Aug 11 16:50:52.828 INFO STEP 15 (remove_files) COMPLETE
49902026-08-11T16:50:53.831Z[ recovery-image] Aug 11 16:50:52.828 INFO O| Aug 11 16:50:52.828 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49912026-08-11T16:50:53.839Z[ recovery-image] Aug 11 16:50:52.838 INFO O| Aug 11 16:50:52.838 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
49922026-08-11T16:50:53.846Z[ recovery-image] Aug 11 16:50:52.844 INFO O| Aug 11 16:50:52.844 INFO STEP 16 (remove_files) COMPLETE
49932026-08-11T16:50:53.846Z[ recovery-image] Aug 11 16:50:52.844 INFO O| Aug 11 16:50:52.844 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49942026-08-11T16:50:53.864Z[ recovery-image] Aug 11 16:50:52.863 INFO O| Aug 11 16:50:52.863 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
49952026-08-11T16:50:53.867Z[ recovery-image] Aug 11 16:50:52.863 INFO O| Aug 11 16:50:52.863 INFO STEP 17 (remove_files) COMPLETE
49962026-08-11T16:50:53.867Z[ recovery-image] Aug 11 16:50:52.863 INFO O| Aug 11 16:50:52.863 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49972026-08-11T16:50:53.874Z[ recovery-image] Aug 11 16:50:52.873 INFO O| Aug 11 16:50:52.873 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
49982026-08-11T16:50:53.877Z[ recovery-image] Aug 11 16:50:52.874 INFO O| Aug 11 16:50:52.874 INFO STEP 18 (remove_files) COMPLETE
49992026-08-11T16:50:53.877Z[ recovery-image] Aug 11 16:50:52.874 INFO O| Aug 11 16:50:52.874 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50002026-08-11T16:50:53.975Z[ recovery-image] Aug 11 16:50:52.973 INFO O| Aug 11 16:50:52.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50012026-08-11T16:50:53.975Z[ recovery-image] Aug 11 16:50:52.973 INFO O| Aug 11 16:50:52.973 INFO STEP 19 (remove_files) COMPLETE
50022026-08-11T16:50:53.975Z[ recovery-image] Aug 11 16:50:52.973 INFO O| Aug 11 16:50:52.973 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50032026-08-11T16:50:53.988Z[ recovery-image] Aug 11 16:50:52.982 INFO O| Aug 11 16:50:52.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50042026-08-11T16:50:53.988Z[ recovery-image] Aug 11 16:50:52.982 INFO O| Aug 11 16:50:52.982 INFO STEP 20 (remove_files) COMPLETE
50052026-08-11T16:50:53.992Z[ recovery-image] Aug 11 16:50:52.982 INFO O| Aug 11 16:50:52.982 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50062026-08-11T16:50:53.999Z[ recovery-image] Aug 11 16:50:52.991 INFO O| Aug 11 16:50:52.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50072026-08-11T16:50:53.999Z[ recovery-image] Aug 11 16:50:52.991 INFO O| Aug 11 16:50:52.991 INFO STEP 21 (remove_files) COMPLETE
50082026-08-11T16:50:53.999Z[ recovery-image] Aug 11 16:50:52.991 INFO O| Aug 11 16:50:52.991 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50092026-08-11T16:50:54.008Z[ recovery-image] Aug 11 16:50:52.999 INFO O| Aug 11 16:50:52.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50102026-08-11T16:50:54.008Z[ recovery-image] Aug 11 16:50:52.999 INFO O| Aug 11 16:50:52.999 INFO STEP 22 (remove_files) COMPLETE
50112026-08-11T16:50:54.008Z[ recovery-image] Aug 11 16:50:52.999 INFO O| Aug 11 16:50:52.999 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50122026-08-11T16:50:54.011Z[ recovery-image] Aug 11 16:50:53.007 INFO O| Aug 11 16:50:53.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50132026-08-11T16:50:54.011Z[ recovery-image] Aug 11 16:50:53.007 INFO O| Aug 11 16:50:53.007 INFO STEP 23 (remove_files) COMPLETE
50142026-08-11T16:50:54.011Z[ recovery-image] Aug 11 16:50:53.007 INFO O| Aug 11 16:50:53.007 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50152026-08-11T16:50:54.016Z[ recovery-image] Aug 11 16:50:53.015 INFO O| Aug 11 16:50:53.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50162026-08-11T16:50:54.016Z[ recovery-image] Aug 11 16:50:53.015 INFO O| Aug 11 16:50:53.015 INFO STEP 24 (remove_files) COMPLETE
50172026-08-11T16:50:54.019Z[ recovery-image] Aug 11 16:50:53.015 INFO O| Aug 11 16:50:53.015 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50182026-08-11T16:50:54.025Z[ recovery-image] Aug 11 16:50:53.023 INFO O| Aug 11 16:50:53.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50192026-08-11T16:50:54.025Z[ recovery-image] Aug 11 16:50:53.023 INFO O| Aug 11 16:50:53.023 INFO STEP 25 (remove_files) COMPLETE
50202026-08-11T16:50:54.025Z[ recovery-image] Aug 11 16:50:53.023 INFO O| Aug 11 16:50:53.023 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50212026-08-11T16:50:54.033Z[ recovery-image] Aug 11 16:50:53.032 INFO O| Aug 11 16:50:53.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50222026-08-11T16:50:54.033Z[ recovery-image] Aug 11 16:50:53.032 INFO O| Aug 11 16:50:53.032 INFO STEP 26 (remove_files) COMPLETE
50232026-08-11T16:50:54.033Z[ recovery-image] Aug 11 16:50:53.032 INFO O| Aug 11 16:50:53.032 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50242026-08-11T16:50:54.042Z[ recovery-image] Aug 11 16:50:53.040 INFO O| Aug 11 16:50:53.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50252026-08-11T16:50:54.042Z[ recovery-image] Aug 11 16:50:53.040 INFO O| Aug 11 16:50:53.040 INFO STEP 27 (remove_files) COMPLETE
50262026-08-11T16:50:54.045Z[ recovery-image] Aug 11 16:50:53.040 INFO O| Aug 11 16:50:53.040 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50272026-08-11T16:50:54.050Z[ recovery-image] Aug 11 16:50:53.049 INFO O| Aug 11 16:50:53.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50282026-08-11T16:50:54.050Z[ recovery-image] Aug 11 16:50:53.049 INFO O| Aug 11 16:50:53.049 INFO STEP 28 (remove_files) COMPLETE
50292026-08-11T16:50:54.050Z[ recovery-image] Aug 11 16:50:53.049 INFO O| Aug 11 16:50:53.049 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-08-11T16:50:54.075Z[ recovery-image] Aug 11 16:50:53.073 INFO O| Aug 11 16:50:53.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50312026-08-11T16:50:54.075Z[ recovery-image] Aug 11 16:50:53.073 INFO O| Aug 11 16:50:53.073 INFO STEP 29 (remove_files) COMPLETE
50322026-08-11T16:50:54.079Z[ recovery-image] Aug 11 16:50:53.073 INFO O| Aug 11 16:50:53.073 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-08-11T16:50:54.085Z[ recovery-image] Aug 11 16:50:53.084 INFO O| Aug 11 16:50:53.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50342026-08-11T16:50:54.085Z[ recovery-image] Aug 11 16:50:53.084 INFO O| Aug 11 16:50:53.084 INFO STEP 30 (remove_files) COMPLETE
50352026-08-11T16:50:54.088Z[ recovery-image] Aug 11 16:50:53.084 INFO O| Aug 11 16:50:53.084 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50362026-08-11T16:50:54.094Z[verify-libraries] Compiling sha3 v0.11.0
50372026-08-11T16:50:54.097Z[ recovery-image] Aug 11 16:50:53.094 INFO O| Aug 11 16:50:53.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50382026-08-11T16:50:54.097Z[ recovery-image] Aug 11 16:50:53.094 INFO O| Aug 11 16:50:53.094 INFO STEP 31 (remove_files) COMPLETE
50392026-08-11T16:50:54.097Z[ recovery-image] Aug 11 16:50:53.094 INFO O| Aug 11 16:50:53.094 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50402026-08-11T16:50:54.105Z[ recovery-image] Aug 11 16:50:53.103 INFO O| Aug 11 16:50:53.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50412026-08-11T16:50:54.105Z[ recovery-image] Aug 11 16:50:53.103 INFO O| Aug 11 16:50:53.103 INFO STEP 32 (remove_files) COMPLETE
50422026-08-11T16:50:54.105Z[ recovery-image] Aug 11 16:50:53.103 INFO O| Aug 11 16:50:53.103 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50432026-08-11T16:50:54.116Z[ recovery-image] Aug 11 16:50:53.113 INFO O| Aug 11 16:50:53.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50442026-08-11T16:50:54.116Z[ recovery-image] Aug 11 16:50:53.113 INFO O| Aug 11 16:50:53.113 INFO STEP 33 (remove_files) COMPLETE
50452026-08-11T16:50:54.116Z[ recovery-image] Aug 11 16:50:53.113 INFO O| Aug 11 16:50:53.113 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50462026-08-11T16:50:54.121Z[verify-libraries] Compiling p384 v0.14.0
50472026-08-11T16:50:54.124Z[ recovery-image] Aug 11 16:50:53.123 INFO O| Aug 11 16:50:53.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50482026-08-11T16:50:54.124Z[ recovery-image] Aug 11 16:50:53.123 INFO O| Aug 11 16:50:53.123 INFO STEP 34 (remove_files) COMPLETE
50492026-08-11T16:50:54.127Z[ recovery-image] Aug 11 16:50:53.123 INFO O| Aug 11 16:50:53.123 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50502026-08-11T16:50:54.134Z[ recovery-image] Aug 11 16:50:53.133 INFO O| Aug 11 16:50:53.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50512026-08-11T16:50:54.134Z[ recovery-image] Aug 11 16:50:53.133 INFO O| Aug 11 16:50:53.133 INFO STEP 35 (remove_files) COMPLETE
50522026-08-11T16:50:54.136Z[ recovery-image] Aug 11 16:50:53.133 INFO O| Aug 11 16:50:53.133 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-11T16:50:54.144Z[ recovery-image] Aug 11 16:50:53.142 INFO O| Aug 11 16:50:53.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50542026-08-11T16:50:54.144Z[ recovery-image] Aug 11 16:50:53.142 INFO O| Aug 11 16:50:53.142 INFO STEP 36 (remove_files) COMPLETE
50552026-08-11T16:50:54.144Z[ recovery-image] Aug 11 16:50:53.142 INFO O| Aug 11 16:50:53.142 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-08-11T16:50:54.152Z[ recovery-image] Aug 11 16:50:53.151 INFO O| Aug 11 16:50:53.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50572026-08-11T16:50:54.153Z[ recovery-image] Aug 11 16:50:53.151 INFO O| Aug 11 16:50:53.151 INFO STEP 37 (remove_files) COMPLETE
50582026-08-11T16:50:54.156Z[ recovery-image] Aug 11 16:50:53.151 INFO O| Aug 11 16:50:53.151 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-11T16:50:54.161Z[ recovery-image] Aug 11 16:50:53.160 INFO O| Aug 11 16:50:53.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50602026-08-11T16:50:54.161Z[ recovery-image] Aug 11 16:50:53.160 INFO O| Aug 11 16:50:53.160 INFO STEP 38 (remove_files) COMPLETE
50612026-08-11T16:50:54.164Z[ recovery-image] Aug 11 16:50:53.160 INFO O| Aug 11 16:50:53.160 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-08-11T16:50:54.170Z[ recovery-image] Aug 11 16:50:53.169 INFO O| Aug 11 16:50:53.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50632026-08-11T16:50:54.170Z[ recovery-image] Aug 11 16:50:53.169 INFO O| Aug 11 16:50:53.169 INFO STEP 39 (remove_files) COMPLETE
50642026-08-11T16:50:54.173Z[ recovery-image] Aug 11 16:50:53.169 INFO O| Aug 11 16:50:53.169 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-11T16:50:54.176Z[verify-libraries] Compiling p521 v0.14.0
50662026-08-11T16:50:54.181Z[ recovery-image] Aug 11 16:50:53.180 INFO O| Aug 11 16:50:53.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50672026-08-11T16:50:54.181Z[ recovery-image] Aug 11 16:50:53.180 INFO O| Aug 11 16:50:53.180 INFO STEP 40 (remove_files) COMPLETE
50682026-08-11T16:50:54.181Z[ recovery-image] Aug 11 16:50:53.180 INFO O| Aug 11 16:50:53.180 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-08-11T16:50:54.191Z[ recovery-image] Aug 11 16:50:53.189 INFO O| Aug 11 16:50:53.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50702026-08-11T16:50:54.191Z[ recovery-image] Aug 11 16:50:53.189 INFO O| Aug 11 16:50:53.189 INFO STEP 41 (remove_files) COMPLETE
50712026-08-11T16:50:54.194Z[ recovery-image] Aug 11 16:50:53.189 INFO O| Aug 11 16:50:53.189 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-08-11T16:50:54.202Z[ recovery-image] Aug 11 16:50:53.199 INFO O| Aug 11 16:50:53.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
50732026-08-11T16:50:54.202Z[ recovery-image] Aug 11 16:50:53.199 INFO O| Aug 11 16:50:53.199 INFO STEP 42 (remove_files) COMPLETE
50742026-08-11T16:50:54.202Z[ recovery-image] Aug 11 16:50:53.199 INFO O| Aug 11 16:50:53.199 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-08-11T16:50:54.211Z[ recovery-image] Aug 11 16:50:53.208 INFO O| Aug 11 16:50:53.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
50762026-08-11T16:50:54.211Z[ recovery-image] Aug 11 16:50:53.208 INFO O| Aug 11 16:50:53.208 INFO STEP 43 (remove_files) COMPLETE
50772026-08-11T16:50:54.211Z[ recovery-image] Aug 11 16:50:53.208 INFO O| Aug 11 16:50:53.208 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-08-11T16:50:54.222Z[ recovery-image] Aug 11 16:50:53.219 INFO O| Aug 11 16:50:53.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
50792026-08-11T16:50:54.223Z[ recovery-image] Aug 11 16:50:53.219 INFO O| Aug 11 16:50:53.219 INFO STEP 44 (remove_files) COMPLETE
50802026-08-11T16:50:54.223Z[ recovery-image] Aug 11 16:50:53.219 INFO O| Aug 11 16:50:53.219 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-08-11T16:50:54.230Z[ recovery-image] Aug 11 16:50:53.229 INFO O| Aug 11 16:50:53.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
50822026-08-11T16:50:54.230Z[ recovery-image] Aug 11 16:50:53.229 INFO O| Aug 11 16:50:53.229 INFO STEP 45 (remove_files) COMPLETE
50832026-08-11T16:50:54.233Z[ recovery-image] Aug 11 16:50:53.229 INFO O| Aug 11 16:50:53.229 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-08-11T16:50:54.239Z[ recovery-image] Aug 11 16:50:53.237 INFO O| Aug 11 16:50:53.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
50852026-08-11T16:50:54.239Z[ recovery-image] Aug 11 16:50:53.237 INFO O| Aug 11 16:50:53.237 INFO STEP 46 (remove_files) COMPLETE
50862026-08-11T16:50:54.242Z[ recovery-image] Aug 11 16:50:53.237 INFO O| Aug 11 16:50:53.237 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-08-11T16:50:54.248Z[ recovery-image] Aug 11 16:50:53.247 INFO O| Aug 11 16:50:53.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
50882026-08-11T16:50:54.248Z[ recovery-image] Aug 11 16:50:53.247 INFO O| Aug 11 16:50:53.247 INFO STEP 47 (remove_files) COMPLETE
50892026-08-11T16:50:54.248Z[ recovery-image] Aug 11 16:50:53.247 INFO O| Aug 11 16:50:53.247 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-08-11T16:50:54.258Z[ recovery-image] Aug 11 16:50:53.257 INFO O| Aug 11 16:50:53.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
50912026-08-11T16:50:54.258Z[ recovery-image] Aug 11 16:50:53.257 INFO O| Aug 11 16:50:53.257 INFO STEP 48 (remove_files) COMPLETE
50922026-08-11T16:50:54.258Z[ recovery-image] Aug 11 16:50:53.257 INFO O| Aug 11 16:50:53.257 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-08-11T16:50:54.267Z[ recovery-image] Aug 11 16:50:53.266 INFO O| Aug 11 16:50:53.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
50942026-08-11T16:50:54.271Z[ recovery-image] Aug 11 16:50:53.266 INFO O| Aug 11 16:50:53.266 INFO STEP 49 (remove_files) COMPLETE
50952026-08-11T16:50:54.271Z[ recovery-image] Aug 11 16:50:53.266 INFO O| Aug 11 16:50:53.266 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-08-11T16:50:54.277Z[ recovery-image] Aug 11 16:50:53.275 INFO O| Aug 11 16:50:53.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
50972026-08-11T16:50:54.277Z[ recovery-image] Aug 11 16:50:53.275 INFO O| Aug 11 16:50:53.275 INFO STEP 50 (remove_files) COMPLETE
50982026-08-11T16:50:54.279Z[ recovery-image] Aug 11 16:50:53.276 INFO O| Aug 11 16:50:53.275 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-08-11T16:50:54.287Z[ recovery-image] Aug 11 16:50:53.286 INFO O| Aug 11 16:50:53.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51002026-08-11T16:50:54.287Z[ recovery-image] Aug 11 16:50:53.286 INFO O| Aug 11 16:50:53.286 INFO STEP 51 (remove_files) COMPLETE
51012026-08-11T16:50:54.290Z[ recovery-image] Aug 11 16:50:53.286 INFO O| Aug 11 16:50:53.286 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-08-11T16:50:54.297Z[ recovery-image] Aug 11 16:50:53.296 INFO O| Aug 11 16:50:53.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51032026-08-11T16:50:54.297Z[ recovery-image] Aug 11 16:50:53.296 INFO O| Aug 11 16:50:53.296 INFO STEP 52 (remove_files) COMPLETE
51042026-08-11T16:50:54.300Z[ recovery-image] Aug 11 16:50:53.296 INFO O| Aug 11 16:50:53.296 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-08-11T16:50:54.308Z[ recovery-image] Aug 11 16:50:53.306 INFO O| Aug 11 16:50:53.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51062026-08-11T16:50:54.308Z[ recovery-image] Aug 11 16:50:53.307 INFO O| Aug 11 16:50:53.306 INFO STEP 53 (remove_files) COMPLETE
51072026-08-11T16:50:54.308Z[ recovery-image] Aug 11 16:50:53.307 INFO O| Aug 11 16:50:53.307 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-08-11T16:50:54.318Z[ recovery-image] Aug 11 16:50:53.317 INFO O| Aug 11 16:50:53.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51092026-08-11T16:50:54.318Z[ recovery-image] Aug 11 16:50:53.317 INFO O| Aug 11 16:50:53.317 INFO STEP 54 (remove_files) COMPLETE
51102026-08-11T16:50:54.318Z[ recovery-image] Aug 11 16:50:53.317 INFO O| Aug 11 16:50:53.317 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-11T16:50:54.329Z[ recovery-image] Aug 11 16:50:53.327 INFO O| Aug 11 16:50:53.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51122026-08-11T16:50:54.329Z[ recovery-image] Aug 11 16:50:53.327 INFO O| Aug 11 16:50:53.327 INFO STEP 55 (remove_files) COMPLETE
51132026-08-11T16:50:54.329Z[ recovery-image] Aug 11 16:50:53.327 INFO O| Aug 11 16:50:53.327 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-11T16:50:54.339Z[ recovery-image] Aug 11 16:50:53.337 INFO O| Aug 11 16:50:53.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51152026-08-11T16:50:54.339Z[ recovery-image] Aug 11 16:50:53.337 INFO O| Aug 11 16:50:53.337 INFO STEP 56 (remove_files) COMPLETE
51162026-08-11T16:50:54.339Z[ recovery-image] Aug 11 16:50:53.337 INFO O| Aug 11 16:50:53.337 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-11T16:50:54.349Z[ recovery-image] Aug 11 16:50:53.347 INFO O| Aug 11 16:50:53.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51182026-08-11T16:50:54.349Z[ recovery-image] Aug 11 16:50:53.347 INFO O| Aug 11 16:50:53.347 INFO STEP 57 (remove_files) COMPLETE
51192026-08-11T16:50:54.349Z[ recovery-image] Aug 11 16:50:53.347 INFO O| Aug 11 16:50:53.347 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-11T16:50:54.352Z[verify-libraries] Compiling p256 v0.14.0
51212026-08-11T16:50:54.352Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
51222026-08-11T16:50:54.358Z[ recovery-image] Aug 11 16:50:53.357 INFO O| Aug 11 16:50:53.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51232026-08-11T16:50:54.358Z[ recovery-image] Aug 11 16:50:53.357 INFO O| Aug 11 16:50:53.357 INFO STEP 58 (remove_files) COMPLETE
51242026-08-11T16:50:54.361Z[ recovery-image] Aug 11 16:50:53.357 INFO O| Aug 11 16:50:53.357 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-08-11T16:50:54.367Z[ recovery-image] Aug 11 16:50:53.366 INFO O| Aug 11 16:50:53.366 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51262026-08-11T16:50:54.367Z[ recovery-image] Aug 11 16:50:53.366 INFO O| Aug 11 16:50:53.366 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51272026-08-11T16:50:54.372Z[ recovery-image] Aug 11 16:50:53.366 INFO O| Aug 11 16:50:53.366 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51282026-08-11T16:50:54.372Z[ recovery-image] Aug 11 16:50:53.366 INFO O| Aug 11 16:50:53.366 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51292026-08-11T16:50:54.372Z[ recovery-image] Aug 11 16:50:53.366 INFO O| Aug 11 16:50:53.366 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51302026-08-11T16:50:54.372Z[ recovery-image] Aug 11 16:50:53.366 INFO O| Aug 11 16:50:53.366 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51312026-08-11T16:50:54.372Z[ recovery-image] Aug 11 16:50:53.366 INFO O| Aug 11 16:50:53.366 INFO ok!
51322026-08-11T16:50:54.372Z[ recovery-image] Aug 11 16:50:53.366 INFO O| Aug 11 16:50:53.366 INFO STEP 59 (ensure_file) COMPLETE
51332026-08-11T16:50:54.373Z[ recovery-image] Aug 11 16:50:53.366 INFO O| Aug 11 16:50:53.366 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-08-11T16:50:54.378Z[ recovery-image] Aug 11 16:50:53.375 INFO O| Aug 11 16:50:53.375 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51352026-08-11T16:50:54.378Z[ recovery-image] Aug 11 16:50:53.376 INFO O| Aug 11 16:50:53.375 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51362026-08-11T16:50:54.378Z[ recovery-image] Aug 11 16:50:53.376 INFO O| Aug 11 16:50:53.376 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51372026-08-11T16:50:54.378Z[ recovery-image] Aug 11 16:50:53.376 INFO O| Aug 11 16:50:53.376 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51382026-08-11T16:50:54.378Z[ recovery-image] Aug 11 16:50:53.376 INFO O| Aug 11 16:50:53.376 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51392026-08-11T16:50:54.382Z[ recovery-image] Aug 11 16:50:53.376 INFO O| Aug 11 16:50:53.376 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51402026-08-11T16:50:54.382Z[ recovery-image] Aug 11 16:50:53.376 INFO O| Aug 11 16:50:53.376 INFO ok!
51412026-08-11T16:50:54.382Z[ recovery-image] Aug 11 16:50:53.376 INFO O| Aug 11 16:50:53.376 INFO STEP 60 (ensure_file) COMPLETE
51422026-08-11T16:50:54.382Z[ recovery-image] Aug 11 16:50:53.376 INFO O| Aug 11 16:50:53.376 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-08-11T16:50:54.388Z[ recovery-image] Aug 11 16:50:53.387 INFO O| Aug 11 16:50:53.387 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51442026-08-11T16:50:54.388Z[ recovery-image] Aug 11 16:50:53.387 INFO O| Aug 11 16:50:53.387 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51452026-08-11T16:50:54.391Z[ recovery-image] Aug 11 16:50:53.387 INFO O| Aug 11 16:50:53.387 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51462026-08-11T16:50:54.391Z[ recovery-image] Aug 11 16:50:53.387 INFO O| Aug 11 16:50:53.387 INFO ok!
51472026-08-11T16:50:54.391Z[ recovery-image] Aug 11 16:50:53.387 INFO O| Aug 11 16:50:53.387 INFO STEP 61 (ensure_file) COMPLETE
51482026-08-11T16:50:54.391Z[ recovery-image] Aug 11 16:50:53.387 INFO O| Aug 11 16:50:53.387 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-08-11T16:50:54.399Z[ recovery-image] Aug 11 16:50:53.398 INFO O| Aug 11 16:50:53.398 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51502026-08-11T16:50:54.399Z[ recovery-image] Aug 11 16:50:53.398 INFO O| Aug 11 16:50:53.398 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51512026-08-11T16:50:54.402Z[ recovery-image] Aug 11 16:50:53.398 INFO O| Aug 11 16:50:53.398 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51522026-08-11T16:50:54.402Z[ recovery-image] Aug 11 16:50:53.398 INFO O| Aug 11 16:50:53.398 INFO ok!
51532026-08-11T16:50:54.402Z[ recovery-image] Aug 11 16:50:53.398 INFO O| Aug 11 16:50:53.398 INFO STEP 62 (ensure_file) COMPLETE
51542026-08-11T16:50:54.402Z[ recovery-image] Aug 11 16:50:53.398 INFO O| Aug 11 16:50:53.398 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-08-11T16:50:54.410Z[ recovery-image] Aug 11 16:50:53.409 INFO O| Aug 11 16:50:53.409 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51562026-08-11T16:50:54.410Z[ recovery-image] Aug 11 16:50:53.409 INFO O| Aug 11 16:50:53.409 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51572026-08-11T16:50:54.410Z[ recovery-image] Aug 11 16:50:53.409 INFO O| Aug 11 16:50:53.409 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51582026-08-11T16:50:54.410Z[ recovery-image] Aug 11 16:50:53.409 INFO O| Aug 11 16:50:53.409 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51592026-08-11T16:50:54.413Z[ recovery-image] Aug 11 16:50:53.409 INFO O| Aug 11 16:50:53.409 INFO ok!
51602026-08-11T16:50:54.413Z[ recovery-image] Aug 11 16:50:53.409 INFO O| Aug 11 16:50:53.409 INFO STEP 63 (ensure_file) COMPLETE
51612026-08-11T16:50:54.413Z[ recovery-image] Aug 11 16:50:53.409 INFO O| Aug 11 16:50:53.409 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51622026-08-11T16:50:54.420Z[ recovery-image] Aug 11 16:50:53.418 INFO O| Aug 11 16:50:53.418 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51632026-08-11T16:50:54.420Z[ recovery-image] Aug 11 16:50:53.419 INFO O| Aug 11 16:50:53.418 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51642026-08-11T16:50:54.423Z[ recovery-image] Aug 11 16:50:53.419 INFO O| Aug 11 16:50:53.419 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51652026-08-11T16:50:54.423Z[ recovery-image] Aug 11 16:50:53.419 INFO O| Aug 11 16:50:53.419 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51662026-08-11T16:50:54.423Z[ recovery-image] Aug 11 16:50:53.419 INFO O| Aug 11 16:50:53.419 INFO ok!
51672026-08-11T16:50:54.423Z[ recovery-image] Aug 11 16:50:53.419 INFO O| Aug 11 16:50:53.419 INFO STEP 64 (ensure_file) COMPLETE
51682026-08-11T16:50:54.423Z[ recovery-image] Aug 11 16:50:53.419 INFO O| Aug 11 16:50:53.419 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51692026-08-11T16:50:54.428Z[ recovery-image] Aug 11 16:50:53.427 INFO O| Aug 11 16:50:53.427 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51702026-08-11T16:50:54.428Z[ recovery-image] Aug 11 16:50:53.427 INFO O| Aug 11 16:50:53.427 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51712026-08-11T16:50:54.428Z[ recovery-image] Aug 11 16:50:53.427 INFO O| Aug 11 16:50:53.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51722026-08-11T16:50:54.431Z[ recovery-image] Aug 11 16:50:53.427 INFO O| Aug 11 16:50:53.427 INFO ok!
51732026-08-11T16:50:54.431Z[ recovery-image] Aug 11 16:50:53.427 INFO O| Aug 11 16:50:53.427 INFO STEP 65 (assemble_files) COMPLETE
51742026-08-11T16:50:54.431Z[ recovery-image] Aug 11 16:50:53.427 INFO O| Aug 11 16:50:53.427 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51752026-08-11T16:50:54.438Z[ recovery-image] Aug 11 16:50:53.437 INFO O| Aug 11 16:50:53.437 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
51762026-08-11T16:50:54.438Z[ recovery-image] Aug 11 16:50:53.437 INFO O| Aug 11 16:50:53.437 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
51772026-08-11T16:50:54.438Z[ recovery-image] Aug 11 16:50:53.437 INFO O| Aug 11 16:50:53.437 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51782026-08-11T16:50:54.441Z[ recovery-image] Aug 11 16:50:53.437 INFO O| Aug 11 16:50:53.437 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51792026-08-11T16:50:54.441Z[ recovery-image] Aug 11 16:50:53.437 INFO O| Aug 11 16:50:53.437 INFO ok!
51802026-08-11T16:50:54.441Z[ recovery-image] Aug 11 16:50:53.437 INFO O| Aug 11 16:50:53.437 INFO STEP 66 (ensure_file) COMPLETE
51812026-08-11T16:50:54.441Z[ recovery-image] Aug 11 16:50:53.437 INFO O| Aug 11 16:50:53.437 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-08-11T16:50:54.441Z[ recovery-image] Aug 11 16:50:53.437 INFO O| Aug 11 16:50:53.437 INFO skip step because feature "omicron1" is not enabled
51832026-08-11T16:50:54.441Z[ recovery-image] Aug 11 16:50:53.437 INFO O| Aug 11 16:50:53.437 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51842026-08-11T16:50:54.441Z[ recovery-image] Aug 11 16:50:53.437 INFO O| Aug 11 16:50:53.437 INFO skip step because feature "omicron1" is not enabled
51852026-08-11T16:50:54.441Z[ recovery-image] Aug 11 16:50:53.437 INFO O| Aug 11 16:50:53.437 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51862026-08-11T16:50:54.441Z[ recovery-image] Aug 11 16:50:53.437 INFO O| Aug 11 16:50:53.437 INFO skip step because feature "omicron1" is not enabled
51872026-08-11T16:50:54.441Z[ recovery-image] Aug 11 16:50:53.437 INFO O| Aug 11 16:50:53.437 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51882026-08-11T16:50:54.456Z[ recovery-image] Aug 11 16:50:53.453 INFO O| Aug 11 16:50:53.453 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
51892026-08-11T16:50:54.456Z[ recovery-image] Aug 11 16:50:53.454 INFO O| Aug 11 16:50:53.453 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
51902026-08-11T16:50:54.481Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
51912026-08-11T16:50:54.706Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
51922026-08-11T16:50:54.955Z[verify-libraries] Compiling twox-hash v2.1.2
51932026-08-11T16:50:55.106Z[verify-libraries] Compiling kem v0.3.0
51942026-08-11T16:50:55.163Z[verify-libraries] Compiling module-lattice v0.2.3
51952026-08-11T16:50:55.288Z[verify-libraries] Compiling rtoolbox v0.0.3
51962026-08-11T16:50:55.471Z[verify-libraries] Compiling atty v0.2.14
51972026-08-11T16:50:55.507Z[verify-libraries] Compiling sponge-cursor v0.1.0
51982026-08-11T16:50:55.602Z[verify-libraries] Compiling topological-sort v0.2.2
51992026-08-11T16:50:55.652Z[verify-libraries] Compiling sha3 v0.12.0
52002026-08-11T16:50:55.658Z[ recovery-image] Aug 11 16:50:54.656 INFO O| Aug 11 16:50:54.656 INFO STEP 70 (pack_tar) COMPLETE
52012026-08-11T16:50:55.658Z[ recovery-image] Aug 11 16:50:54.656 INFO O| Aug 11 16:50:54.656 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52022026-08-11T16:50:55.658Z[ recovery-image] Aug 11 16:50:54.656 INFO O| Aug 11 16:50:54.656 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52032026-08-11T16:50:55.724Z[verify-libraries] Compiling rpassword v7.5.4
52042026-08-11T16:50:55.746Z[verify-libraries] Compiling ml-kem v0.3.2
52052026-08-11T16:50:55.921Z[verify-libraries] Compiling omicron-zone-package v0.12.3
52062026-08-11T16:50:55.979Z[verify-libraries] Compiling serde_with v1.14.0
52072026-08-11T16:50:56.295Z[ recovery-image] Aug 11 16:50:55.228 INFO O| Aug 11 16:50:55.228 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52082026-08-11T16:50:56.347Z[verify-libraries] Compiling russh-cryptovec v0.62.0
52092026-08-11T16:50:56.377Z[ recovery-image] Aug 11 16:50:55.375 INFO O| Aug 11 16:50:55.375 INFO completed processing sled/ramdisk-02-trim
52102026-08-11T16:50:56.380Z[ recovery-image] Aug 11 16:50:55.378 INFO image builder template: ramdisk-03-recovery-trim...
52112026-08-11T16:50:56.380Z[ recovery-image] Aug 11 16:50:55.378 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/.tmpeFO11Z/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-03-recovery-trim"], pwd: None
52122026-08-11T16:50:56.385Z[ recovery-image] Aug 11 16:50:55.384 INFO O| Aug 11 16:50:55.383 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52132026-08-11T16:50:56.461Z[ recovery-image] Aug 11 16:50:55.460 INFO O| Aug 11 16:50:55.459 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52142026-08-11T16:50:56.465Z[ recovery-image] Aug 11 16:50:55.464 INFO O| Aug 11 16:50:55.464 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52152026-08-11T16:50:56.562Z[ recovery-image] Aug 11 16:50:55.560 INFO O| Aug 11 16:50:55.560 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52162026-08-11T16:50:56.627Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52172026-08-11T16:50:56.640Z[ recovery-image] Aug 11 16:50:55.639 INFO O| Aug 11 16:50:55.638 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52182026-08-11T16:50:56.640Z[ recovery-image] Aug 11 16:50:55.639 INFO O| Aug 11 16:50:55.639 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52192026-08-11T16:50:56.647Z[ recovery-image] Aug 11 16:50:55.645 INFO O| Aug 11 16:50:55.645 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52202026-08-11T16:50:56.650Z[ recovery-image] Aug 11 16:50:55.649 INFO O| Aug 11 16:50:55.649 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52212026-08-11T16:50:56.655Z[ recovery-image] Aug 11 16:50:55.654 INFO O| Aug 11 16:50:55.653 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52222026-08-11T16:50:56.784Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52232026-08-11T16:50:56.878Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52242026-08-11T16:50:56.936Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52252026-08-11T16:50:57.185Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52262026-08-11T16:50:57.298Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52272026-08-11T16:50:57.340Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
52282026-08-11T16:50:57.410Z[ recovery-image] Aug 11 16:50:56.408 INFO O| Aug 11 16:50:56.408 INFO rolled back to input snapshot; work may begin
52292026-08-11T16:50:57.410Z[ recovery-image] Aug 11 16:50:56.408 INFO O| Aug 11 16:50:56.408 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52302026-08-11T16:50:57.415Z[ recovery-image] Aug 11 16:50:56.414 INFO O| Aug 11 16:50:56.414 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52312026-08-11T16:50:57.426Z[ recovery-image] Aug 11 16:50:56.425 INFO O| Aug 11 16:50:56.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52322026-08-11T16:50:57.430Z[ recovery-image] Aug 11 16:50:56.428 INFO O| Aug 11 16:50:56.428 INFO STEP 0 (remove_files) COMPLETE
52332026-08-11T16:50:57.430Z[ recovery-image] Aug 11 16:50:56.428 INFO O| Aug 11 16:50:56.428 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52342026-08-11T16:50:57.439Z[ recovery-image] Aug 11 16:50:56.438 INFO O| Aug 11 16:50:56.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52352026-08-11T16:50:57.439Z[ recovery-image] Aug 11 16:50:56.438 INFO O| Aug 11 16:50:56.438 INFO STEP 1 (remove_files) COMPLETE
52362026-08-11T16:50:57.442Z[ recovery-image] Aug 11 16:50:56.438 INFO O| Aug 11 16:50:56.438 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52372026-08-11T16:50:57.448Z[ recovery-image] Aug 11 16:50:56.447 INFO O| Aug 11 16:50:56.447 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52382026-08-11T16:50:57.451Z[ recovery-image] Aug 11 16:50:56.450 INFO O| Aug 11 16:50:56.450 INFO STEP 2 (remove_files) COMPLETE
52392026-08-11T16:50:57.451Z[ recovery-image] Aug 11 16:50:56.450 INFO O| Aug 11 16:50:56.450 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52402026-08-11T16:50:57.462Z[ recovery-image] Aug 11 16:50:56.460 INFO O| Aug 11 16:50:56.460 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52412026-08-11T16:50:57.515Z[ recovery-image] Aug 11 16:50:56.510 INFO O| Aug 11 16:50:56.510 INFO STEP 3 (remove_files) COMPLETE
52422026-08-11T16:50:57.515Z[ recovery-image] Aug 11 16:50:56.510 INFO O| Aug 11 16:50:56.510 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52432026-08-11T16:50:57.522Z[ recovery-image] Aug 11 16:50:56.520 INFO O| Aug 11 16:50:56.520 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52442026-08-11T16:50:57.526Z[ recovery-image] Aug 11 16:50:56.523 INFO O| Aug 11 16:50:56.523 INFO STEP 4 (remove_files) COMPLETE
52452026-08-11T16:50:57.526Z[ recovery-image] Aug 11 16:50:56.523 INFO O| Aug 11 16:50:56.523 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52462026-08-11T16:50:57.534Z[ recovery-image] Aug 11 16:50:56.533 INFO O| Aug 11 16:50:56.533 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52472026-08-11T16:50:57.571Z[ recovery-image] Aug 11 16:50:56.570 INFO O| Aug 11 16:50:56.570 INFO STEP 5 (remove_files) COMPLETE
52482026-08-11T16:50:57.571Z[ recovery-image] Aug 11 16:50:56.570 INFO O| Aug 11 16:50:56.570 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52492026-08-11T16:50:57.581Z[ recovery-image] Aug 11 16:50:56.580 INFO O| Aug 11 16:50:56.579 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52502026-08-11T16:50:57.594Z[ recovery-image] Aug 11 16:50:56.593 INFO O| Aug 11 16:50:56.592 INFO STEP 6 (remove_files) COMPLETE
52512026-08-11T16:50:57.594Z[ recovery-image] Aug 11 16:50:56.593 INFO O| Aug 11 16:50:56.593 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52522026-08-11T16:50:57.604Z[ recovery-image] Aug 11 16:50:56.602 INFO O| Aug 11 16:50:56.602 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52532026-08-11T16:50:57.607Z[ recovery-image] Aug 11 16:50:56.603 INFO O| Aug 11 16:50:56.603 INFO STEP 7 (remove_files) COMPLETE
52542026-08-11T16:50:57.608Z[ recovery-image] Aug 11 16:50:56.603 INFO O| Aug 11 16:50:56.603 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52552026-08-11T16:50:57.612Z[ recovery-image] Aug 11 16:50:56.611 INFO O| Aug 11 16:50:56.611 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52562026-08-11T16:50:57.636Z[ recovery-image] Aug 11 16:50:56.635 INFO O| Aug 11 16:50:56.635 INFO STEP 8 (remove_files) COMPLETE
52572026-08-11T16:50:57.636Z[ recovery-image] Aug 11 16:50:56.635 INFO O| Aug 11 16:50:56.635 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52582026-08-11T16:50:57.639Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52592026-08-11T16:50:57.645Z[ recovery-image] Aug 11 16:50:56.644 INFO O| Aug 11 16:50:56.644 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52602026-08-11T16:50:57.680Z[ recovery-image] Aug 11 16:50:56.678 INFO O| Aug 11 16:50:56.678 INFO STEP 9 (remove_files) COMPLETE
52612026-08-11T16:50:57.680Z[ recovery-image] Aug 11 16:50:56.679 INFO O| Aug 11 16:50:56.678 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52622026-08-11T16:50:57.690Z[ recovery-image] Aug 11 16:50:56.688 INFO O| Aug 11 16:50:56.688 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52632026-08-11T16:50:57.710Z[ recovery-image] Aug 11 16:50:56.709 INFO O| Aug 11 16:50:56.708 INFO STEP 10 (remove_files) COMPLETE
52642026-08-11T16:50:57.710Z[ recovery-image] Aug 11 16:50:56.709 INFO O| Aug 11 16:50:56.708 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52652026-08-11T16:50:57.721Z[ recovery-image] Aug 11 16:50:56.719 INFO O| Aug 11 16:50:56.719 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52662026-08-11T16:50:57.724Z[ recovery-image] Aug 11 16:50:56.720 INFO O| Aug 11 16:50:56.720 INFO STEP 11 (remove_files) COMPLETE
52672026-08-11T16:50:57.724Z[ recovery-image] Aug 11 16:50:56.720 INFO O| Aug 11 16:50:56.720 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52682026-08-11T16:50:57.733Z[ recovery-image] Aug 11 16:50:56.731 INFO O| Aug 11 16:50:56.731 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52692026-08-11T16:50:57.920Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
52702026-08-11T16:50:58.043Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
52712026-08-11T16:50:58.081Z[ recovery-image] Aug 11 16:50:57.080 INFO O| Aug 11 16:50:57.080 INFO STEP 12 (remove_files) COMPLETE
52722026-08-11T16:50:58.081Z[ recovery-image] Aug 11 16:50:57.080 INFO O| Aug 11 16:50:57.080 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-08-11T16:50:58.091Z[ recovery-image] Aug 11 16:50:57.090 INFO O| Aug 11 16:50:57.090 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52742026-08-11T16:50:58.095Z[ recovery-image] Aug 11 16:50:57.094 INFO O| Aug 11 16:50:57.094 INFO STEP 13 (remove_files) COMPLETE
52752026-08-11T16:50:58.095Z[ recovery-image] Aug 11 16:50:57.094 INFO O| Aug 11 16:50:57.094 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-08-11T16:50:58.106Z[ recovery-image] Aug 11 16:50:57.105 INFO O| Aug 11 16:50:57.105 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52772026-08-11T16:50:58.109Z[ recovery-image] Aug 11 16:50:57.108 INFO O| Aug 11 16:50:57.107 INFO STEP 14 (remove_files) COMPLETE
52782026-08-11T16:50:58.109Z[ recovery-image] Aug 11 16:50:57.108 INFO O| Aug 11 16:50:57.108 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-08-11T16:50:58.120Z[ recovery-image] Aug 11 16:50:57.119 INFO O| Aug 11 16:50:57.119 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52802026-08-11T16:50:58.120Z[ recovery-image] Aug 11 16:50:57.119 INFO O| Aug 11 16:50:57.119 INFO STEP 15 (remove_files) COMPLETE
52812026-08-11T16:50:58.123Z[ recovery-image] Aug 11 16:50:57.119 INFO O| Aug 11 16:50:57.119 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-08-11T16:50:58.130Z[ recovery-image] Aug 11 16:50:57.129 INFO O| Aug 11 16:50:57.129 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52832026-08-11T16:50:58.134Z[ recovery-image] Aug 11 16:50:57.129 INFO O| Aug 11 16:50:57.129 INFO STEP 16 (remove_files) COMPLETE
52842026-08-11T16:50:58.134Z[ recovery-image] Aug 11 16:50:57.129 INFO O| Aug 11 16:50:57.129 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-08-11T16:50:58.140Z[ recovery-image] Aug 11 16:50:57.138 INFO O| Aug 11 16:50:57.138 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
52862026-08-11T16:50:58.152Z[ recovery-image] Aug 11 16:50:57.151 INFO O| Aug 11 16:50:57.151 INFO STEP 17 (remove_files) COMPLETE
52872026-08-11T16:50:58.152Z[ recovery-image] Aug 11 16:50:57.151 INFO O| Aug 11 16:50:57.151 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-08-11T16:50:58.164Z[ recovery-image] Aug 11 16:50:57.162 INFO O| Aug 11 16:50:57.162 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
52892026-08-11T16:50:58.164Z[ recovery-image] Aug 11 16:50:57.162 INFO O| Aug 11 16:50:57.162 INFO STEP 18 (remove_files) COMPLETE
52902026-08-11T16:50:58.164Z[ recovery-image] Aug 11 16:50:57.162 INFO O| Aug 11 16:50:57.162 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-08-11T16:50:58.174Z[ recovery-image] Aug 11 16:50:57.173 INFO O| Aug 11 16:50:57.173 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
52922026-08-11T16:50:58.174Z[ recovery-image] Aug 11 16:50:57.173 INFO O| Aug 11 16:50:57.173 INFO STEP 19 (remove_files) COMPLETE
52932026-08-11T16:50:58.174Z[ recovery-image] Aug 11 16:50:57.173 INFO O| Aug 11 16:50:57.173 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-08-11T16:50:58.184Z[ recovery-image] Aug 11 16:50:57.183 INFO O| Aug 11 16:50:57.183 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
52952026-08-11T16:50:58.230Z[ recovery-image] Aug 11 16:50:57.229 INFO O| Aug 11 16:50:57.229 INFO STEP 20 (remove_files) COMPLETE
52962026-08-11T16:50:58.230Z[ recovery-image] Aug 11 16:50:57.229 INFO O| Aug 11 16:50:57.229 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-08-11T16:50:58.239Z[ recovery-image] Aug 11 16:50:57.238 INFO O| Aug 11 16:50:57.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
52982026-08-11T16:50:58.242Z[ recovery-image] Aug 11 16:50:57.239 INFO O| Aug 11 16:50:57.239 INFO STEP 21 (remove_files) COMPLETE
52992026-08-11T16:50:58.242Z[ recovery-image] Aug 11 16:50:57.239 INFO O| Aug 11 16:50:57.239 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-08-11T16:50:58.245Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
53012026-08-11T16:50:58.252Z[ recovery-image] Aug 11 16:50:57.251 INFO O| Aug 11 16:50:57.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53022026-08-11T16:50:58.252Z[ recovery-image] Aug 11 16:50:57.251 INFO O| Aug 11 16:50:57.251 INFO STEP 22 (remove_files) COMPLETE
53032026-08-11T16:50:58.252Z[ recovery-image] Aug 11 16:50:57.251 INFO O| Aug 11 16:50:57.251 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-11T16:50:58.302Z[ recovery-image] Aug 11 16:50:57.300 INFO O| Aug 11 16:50:57.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53052026-08-11T16:50:58.307Z[ recovery-image] Aug 11 16:50:57.305 INFO O| Aug 11 16:50:57.304 INFO STEP 23 (remove_files) COMPLETE
53062026-08-11T16:50:58.307Z[ recovery-image] Aug 11 16:50:57.305 INFO O| Aug 11 16:50:57.304 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-08-11T16:50:58.318Z[ recovery-image] Aug 11 16:50:57.317 INFO O| Aug 11 16:50:57.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53082026-08-11T16:50:58.318Z[ recovery-image] Aug 11 16:50:57.317 INFO O| Aug 11 16:50:57.317 INFO STEP 24 (remove_files) COMPLETE
53092026-08-11T16:50:58.318Z[ recovery-image] Aug 11 16:50:57.317 INFO O| Aug 11 16:50:57.317 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-11T16:50:58.327Z[ recovery-image] Aug 11 16:50:57.325 INFO O| Aug 11 16:50:57.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53112026-08-11T16:50:58.331Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53122026-08-11T16:50:58.331Z[ recovery-image] Aug 11 16:50:57.329 INFO O| Aug 11 16:50:57.329 INFO STEP 25 (remove_files) COMPLETE
53132026-08-11T16:50:58.331Z[ recovery-image] Aug 11 16:50:57.329 INFO O| Aug 11 16:50:57.329 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53142026-08-11T16:50:58.341Z[ recovery-image] Aug 11 16:50:57.340 INFO O| Aug 11 16:50:57.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53152026-08-11T16:50:58.341Z[ recovery-image] Aug 11 16:50:57.340 INFO O| Aug 11 16:50:57.340 INFO STEP 26 (remove_files) COMPLETE
53162026-08-11T16:50:58.341Z[ recovery-image] Aug 11 16:50:57.340 INFO O| Aug 11 16:50:57.340 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53172026-08-11T16:50:58.360Z[ recovery-image] Aug 11 16:50:57.359 INFO O| Aug 11 16:50:57.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53182026-08-11T16:50:58.360Z[ recovery-image] Aug 11 16:50:57.359 INFO O| Aug 11 16:50:57.359 INFO STEP 27 (remove_files) COMPLETE
53192026-08-11T16:50:58.360Z[ recovery-image] Aug 11 16:50:57.359 INFO O| Aug 11 16:50:57.359 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-08-11T16:50:58.370Z[ recovery-image] Aug 11 16:50:57.369 INFO O| Aug 11 16:50:57.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53212026-08-11T16:50:58.373Z[ recovery-image] Aug 11 16:50:57.369 INFO O| Aug 11 16:50:57.369 INFO STEP 28 (remove_files) COMPLETE
53222026-08-11T16:50:58.373Z[ recovery-image] Aug 11 16:50:57.369 INFO O| Aug 11 16:50:57.369 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-08-11T16:50:58.387Z[ recovery-image] Aug 11 16:50:57.386 INFO O| Aug 11 16:50:57.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53242026-08-11T16:50:58.391Z[ recovery-image] Aug 11 16:50:57.390 INFO O| Aug 11 16:50:57.390 INFO STEP 29 (remove_files) COMPLETE
53252026-08-11T16:50:58.391Z[ recovery-image] Aug 11 16:50:57.390 INFO O| Aug 11 16:50:57.390 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-08-11T16:50:58.401Z[ recovery-image] Aug 11 16:50:57.400 INFO O| Aug 11 16:50:57.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53272026-08-11T16:50:58.401Z[ recovery-image] Aug 11 16:50:57.400 INFO O| Aug 11 16:50:57.400 INFO STEP 30 (remove_files) COMPLETE
53282026-08-11T16:50:58.401Z[ recovery-image] Aug 11 16:50:57.400 INFO O| Aug 11 16:50:57.400 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-08-11T16:50:58.415Z[ recovery-image] Aug 11 16:50:57.414 INFO O| Aug 11 16:50:57.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53302026-08-11T16:50:58.416Z[ recovery-image] Aug 11 16:50:57.414 INFO O| Aug 11 16:50:57.414 INFO STEP 31 (remove_files) COMPLETE
53312026-08-11T16:50:58.416Z[ recovery-image] Aug 11 16:50:57.414 INFO O| Aug 11 16:50:57.414 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-08-11T16:50:58.442Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
53332026-08-11T16:50:58.459Z[ recovery-image] Aug 11 16:50:57.458 INFO O| Aug 11 16:50:57.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53342026-08-11T16:50:58.459Z[ recovery-image] Aug 11 16:50:57.458 INFO O| Aug 11 16:50:57.458 INFO STEP 32 (remove_files) COMPLETE
53352026-08-11T16:50:58.462Z[ recovery-image] Aug 11 16:50:57.458 INFO O| Aug 11 16:50:57.458 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-08-11T16:50:58.472Z[ recovery-image] Aug 11 16:50:57.471 INFO O| Aug 11 16:50:57.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53372026-08-11T16:50:58.473Z[ recovery-image] Aug 11 16:50:57.471 INFO O| Aug 11 16:50:57.471 INFO STEP 33 (remove_files) COMPLETE
53382026-08-11T16:50:58.473Z[ recovery-image] Aug 11 16:50:57.471 INFO O| Aug 11 16:50:57.471 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-08-11T16:50:58.484Z[ recovery-image] Aug 11 16:50:57.481 INFO O| Aug 11 16:50:57.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53402026-08-11T16:50:58.484Z[ recovery-image] Aug 11 16:50:57.482 INFO O| Aug 11 16:50:57.481 INFO STEP 34 (remove_files) COMPLETE
53412026-08-11T16:50:58.487Z[ recovery-image] Aug 11 16:50:57.482 INFO O| Aug 11 16:50:57.481 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-08-11T16:50:58.493Z[ recovery-image] Aug 11 16:50:57.492 INFO O| Aug 11 16:50:57.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53432026-08-11T16:50:58.493Z[ recovery-image] Aug 11 16:50:57.492 INFO O| Aug 11 16:50:57.492 INFO STEP 35 (remove_files) COMPLETE
53442026-08-11T16:50:58.493Z[ recovery-image] Aug 11 16:50:57.492 INFO O| Aug 11 16:50:57.492 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-08-11T16:50:58.508Z[ recovery-image] Aug 11 16:50:57.507 INFO O| Aug 11 16:50:57.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53462026-08-11T16:50:58.512Z[ recovery-image] Aug 11 16:50:57.510 INFO O| Aug 11 16:50:57.510 INFO STEP 36 (remove_files) COMPLETE
53472026-08-11T16:50:58.512Z[ recovery-image] Aug 11 16:50:57.510 INFO O| Aug 11 16:50:57.510 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-08-11T16:50:58.521Z[ recovery-image] Aug 11 16:50:57.520 INFO O| Aug 11 16:50:57.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53492026-08-11T16:50:58.521Z[ recovery-image] Aug 11 16:50:57.520 INFO O| Aug 11 16:50:57.520 INFO STEP 37 (remove_files) COMPLETE
53502026-08-11T16:50:58.521Z[ recovery-image] Aug 11 16:50:57.520 INFO O| Aug 11 16:50:57.520 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-08-11T16:50:58.530Z[ recovery-image] Aug 11 16:50:57.529 INFO O| Aug 11 16:50:57.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53522026-08-11T16:50:58.530Z[ recovery-image] Aug 11 16:50:57.529 INFO O| Aug 11 16:50:57.529 INFO STEP 38 (remove_files) COMPLETE
53532026-08-11T16:50:58.530Z[ recovery-image] Aug 11 16:50:57.529 INFO O| Aug 11 16:50:57.529 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-08-11T16:50:58.534Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
53552026-08-11T16:50:58.540Z[ recovery-image] Aug 11 16:50:57.539 INFO O| Aug 11 16:50:57.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53562026-08-11T16:50:58.540Z[ recovery-image] Aug 11 16:50:57.539 INFO O| Aug 11 16:50:57.539 INFO STEP 39 (remove_files) COMPLETE
53572026-08-11T16:50:58.540Z[ recovery-image] Aug 11 16:50:57.539 INFO O| Aug 11 16:50:57.539 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-08-11T16:50:58.550Z[ recovery-image] Aug 11 16:50:57.549 INFO O| Aug 11 16:50:57.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53592026-08-11T16:50:58.550Z[ recovery-image] Aug 11 16:50:57.549 INFO O| Aug 11 16:50:57.549 INFO STEP 40 (remove_files) COMPLETE
53602026-08-11T16:50:58.553Z[ recovery-image] Aug 11 16:50:57.549 INFO O| Aug 11 16:50:57.549 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-08-11T16:50:58.561Z[ recovery-image] Aug 11 16:50:57.560 INFO O| Aug 11 16:50:57.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53622026-08-11T16:50:58.561Z[ recovery-image] Aug 11 16:50:57.560 INFO O| Aug 11 16:50:57.560 INFO STEP 41 (remove_files) COMPLETE
53632026-08-11T16:50:58.561Z[ recovery-image] Aug 11 16:50:57.560 INFO O| Aug 11 16:50:57.560 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-08-11T16:50:58.566Z[verify-libraries] Compiling fatfs v0.3.6
53652026-08-11T16:50:58.571Z[ recovery-image] Aug 11 16:50:57.570 INFO O| Aug 11 16:50:57.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53662026-08-11T16:50:58.574Z[ recovery-image] Aug 11 16:50:57.570 INFO O| Aug 11 16:50:57.570 INFO STEP 42 (remove_files) COMPLETE
53672026-08-11T16:50:58.574Z[ recovery-image] Aug 11 16:50:57.570 INFO O| Aug 11 16:50:57.570 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-11T16:50:58.582Z[ recovery-image] Aug 11 16:50:57.580 INFO O| Aug 11 16:50:57.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53692026-08-11T16:50:58.582Z[ recovery-image] Aug 11 16:50:57.580 INFO O| Aug 11 16:50:57.580 INFO STEP 43 (remove_files) COMPLETE
53702026-08-11T16:50:58.582Z[ recovery-image] Aug 11 16:50:57.580 INFO O| Aug 11 16:50:57.580 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-08-11T16:50:58.592Z[ recovery-image] Aug 11 16:50:57.590 INFO O| Aug 11 16:50:57.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53722026-08-11T16:50:58.592Z[ recovery-image] Aug 11 16:50:57.590 INFO O| Aug 11 16:50:57.590 INFO STEP 44 (remove_files) COMPLETE
53732026-08-11T16:50:58.592Z[ recovery-image] Aug 11 16:50:57.590 INFO O| Aug 11 16:50:57.590 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-11T16:50:58.606Z[ recovery-image] Aug 11 16:50:57.605 INFO O| Aug 11 16:50:57.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53752026-08-11T16:50:58.606Z[ recovery-image] Aug 11 16:50:57.605 INFO O| Aug 11 16:50:57.605 INFO STEP 45 (remove_files) COMPLETE
53762026-08-11T16:50:58.606Z[ recovery-image] Aug 11 16:50:57.605 INFO O| Aug 11 16:50:57.605 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-08-11T16:50:58.614Z[ recovery-image] Aug 11 16:50:57.613 INFO O| Aug 11 16:50:57.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53782026-08-11T16:50:58.614Z[ recovery-image] Aug 11 16:50:57.613 INFO O| Aug 11 16:50:57.613 INFO STEP 46 (remove_files) COMPLETE
53792026-08-11T16:50:58.614Z[ recovery-image] Aug 11 16:50:57.613 INFO O| Aug 11 16:50:57.613 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-08-11T16:50:58.622Z[ recovery-image] Aug 11 16:50:57.620 INFO O| Aug 11 16:50:57.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53812026-08-11T16:50:58.622Z[ recovery-image] Aug 11 16:50:57.620 INFO O| Aug 11 16:50:57.620 INFO STEP 47 (remove_files) COMPLETE
53822026-08-11T16:50:58.622Z[ recovery-image] Aug 11 16:50:57.620 INFO O| Aug 11 16:50:57.620 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-08-11T16:50:58.628Z[ recovery-image] Aug 11 16:50:57.627 INFO O| Aug 11 16:50:57.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53842026-08-11T16:50:58.628Z[ recovery-image] Aug 11 16:50:57.627 INFO O| Aug 11 16:50:57.627 INFO STEP 48 (remove_files) COMPLETE
53852026-08-11T16:50:58.629Z[ recovery-image] Aug 11 16:50:57.627 INFO O| Aug 11 16:50:57.627 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-08-11T16:50:58.641Z[ recovery-image] Aug 11 16:50:57.635 INFO O| Aug 11 16:50:57.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
53872026-08-11T16:50:58.641Z[ recovery-image] Aug 11 16:50:57.635 INFO O| Aug 11 16:50:57.635 INFO STEP 49 (remove_files) COMPLETE
53882026-08-11T16:50:58.645Z[ recovery-image] Aug 11 16:50:57.635 INFO O| Aug 11 16:50:57.635 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-08-11T16:50:58.645Z[ recovery-image] Aug 11 16:50:57.643 INFO O| Aug 11 16:50:57.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
53902026-08-11T16:50:58.645Z[ recovery-image] Aug 11 16:50:57.643 INFO O| Aug 11 16:50:57.643 INFO STEP 50 (remove_files) COMPLETE
53912026-08-11T16:50:58.645Z[ recovery-image] Aug 11 16:50:57.643 INFO O| Aug 11 16:50:57.643 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-08-11T16:50:58.678Z[ recovery-image] Aug 11 16:50:57.677 INFO O| Aug 11 16:50:57.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
53932026-08-11T16:50:58.679Z[ recovery-image] Aug 11 16:50:57.677 INFO O| Aug 11 16:50:57.677 INFO STEP 51 (remove_files) COMPLETE
53942026-08-11T16:50:58.679Z[ recovery-image] Aug 11 16:50:57.677 INFO O| Aug 11 16:50:57.677 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-08-11T16:50:58.686Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53962026-08-11T16:50:58.689Z[ recovery-image] Aug 11 16:50:57.686 INFO O| Aug 11 16:50:57.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
53972026-08-11T16:50:58.689Z[ recovery-image] Aug 11 16:50:57.686 INFO O| Aug 11 16:50:57.686 INFO STEP 52 (remove_files) COMPLETE
53982026-08-11T16:50:58.689Z[ recovery-image] Aug 11 16:50:57.686 INFO O| Aug 11 16:50:57.686 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-08-11T16:50:58.695Z[ recovery-image] Aug 11 16:50:57.694 INFO O| Aug 11 16:50:57.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54002026-08-11T16:50:58.695Z[ recovery-image] Aug 11 16:50:57.694 INFO O| Aug 11 16:50:57.694 INFO STEP 53 (remove_files) COMPLETE
54012026-08-11T16:50:58.695Z[ recovery-image] Aug 11 16:50:57.694 INFO O| Aug 11 16:50:57.694 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-08-11T16:50:58.704Z[ recovery-image] Aug 11 16:50:57.702 INFO O| Aug 11 16:50:57.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54032026-08-11T16:50:58.704Z[ recovery-image] Aug 11 16:50:57.702 INFO O| Aug 11 16:50:57.702 INFO STEP 54 (remove_files) COMPLETE
54042026-08-11T16:50:58.704Z[ recovery-image] Aug 11 16:50:57.702 INFO O| Aug 11 16:50:57.702 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-08-11T16:50:58.712Z[ recovery-image] Aug 11 16:50:57.711 INFO O| Aug 11 16:50:57.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54062026-08-11T16:50:58.712Z[ recovery-image] Aug 11 16:50:57.711 INFO O| Aug 11 16:50:57.711 INFO STEP 55 (remove_files) COMPLETE
54072026-08-11T16:50:58.712Z[ recovery-image] Aug 11 16:50:57.711 INFO O| Aug 11 16:50:57.711 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-08-11T16:50:58.720Z[ recovery-image] Aug 11 16:50:57.719 INFO O| Aug 11 16:50:57.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54092026-08-11T16:50:58.720Z[ recovery-image] Aug 11 16:50:57.719 INFO O| Aug 11 16:50:57.719 INFO STEP 56 (remove_files) COMPLETE
54102026-08-11T16:50:58.720Z[ recovery-image] Aug 11 16:50:57.719 INFO O| Aug 11 16:50:57.719 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-08-11T16:50:58.727Z[ recovery-image] Aug 11 16:50:57.726 INFO O| Aug 11 16:50:57.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54122026-08-11T16:50:58.728Z[ recovery-image] Aug 11 16:50:57.726 INFO O| Aug 11 16:50:57.726 INFO STEP 57 (remove_files) COMPLETE
54132026-08-11T16:50:58.730Z[ recovery-image] Aug 11 16:50:57.726 INFO O| Aug 11 16:50:57.726 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-11T16:50:58.736Z[ recovery-image] Aug 11 16:50:57.734 INFO O| Aug 11 16:50:57.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54152026-08-11T16:50:58.736Z[ recovery-image] Aug 11 16:50:57.734 INFO O| Aug 11 16:50:57.734 INFO STEP 58 (remove_files) COMPLETE
54162026-08-11T16:50:58.736Z[ recovery-image] Aug 11 16:50:57.734 INFO O| Aug 11 16:50:57.734 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-11T16:50:58.750Z[ recovery-image] Aug 11 16:50:57.742 INFO O| Aug 11 16:50:57.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54182026-08-11T16:50:58.750Z[ recovery-image] Aug 11 16:50:57.742 INFO O| Aug 11 16:50:57.742 INFO STEP 59 (remove_files) COMPLETE
54192026-08-11T16:50:58.750Z[ recovery-image] Aug 11 16:50:57.742 INFO O| Aug 11 16:50:57.742 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-08-11T16:50:58.753Z[ recovery-image] Aug 11 16:50:57.751 INFO O| Aug 11 16:50:57.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54212026-08-11T16:50:58.756Z[ recovery-image] Aug 11 16:50:57.752 INFO O| Aug 11 16:50:57.752 INFO STEP 60 (remove_files) COMPLETE
54222026-08-11T16:50:58.756Z[ recovery-image] Aug 11 16:50:57.752 INFO O| Aug 11 16:50:57.752 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-08-11T16:50:58.756Z[verify-libraries] Compiling num-bigint v0.4.6
54242026-08-11T16:50:58.826Z[ recovery-image] Aug 11 16:50:57.824 INFO O| Aug 11 16:50:57.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54252026-08-11T16:50:58.826Z[ recovery-image] Aug 11 16:50:57.824 INFO O| Aug 11 16:50:57.824 INFO STEP 61 (remove_files) COMPLETE
54262026-08-11T16:50:58.826Z[ recovery-image] Aug 11 16:50:57.824 INFO O| Aug 11 16:50:57.824 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-11T16:50:58.829Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
54282026-08-11T16:50:58.836Z[ recovery-image] Aug 11 16:50:57.835 INFO O| Aug 11 16:50:57.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54292026-08-11T16:50:58.836Z[ recovery-image] Aug 11 16:50:57.835 INFO O| Aug 11 16:50:57.835 INFO STEP 62 (remove_files) COMPLETE
54302026-08-11T16:50:58.839Z[ recovery-image] Aug 11 16:50:57.835 INFO O| Aug 11 16:50:57.835 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-08-11T16:50:58.846Z[ recovery-image] Aug 11 16:50:57.845 INFO O| Aug 11 16:50:57.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54322026-08-11T16:50:58.846Z[ recovery-image] Aug 11 16:50:57.845 INFO O| Aug 11 16:50:57.845 INFO STEP 63 (remove_files) COMPLETE
54332026-08-11T16:50:58.846Z[ recovery-image] Aug 11 16:50:57.845 INFO O| Aug 11 16:50:57.845 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-08-11T16:50:58.856Z[ recovery-image] Aug 11 16:50:57.855 INFO O| Aug 11 16:50:57.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54352026-08-11T16:50:58.860Z[ recovery-image] Aug 11 16:50:57.856 INFO O| Aug 11 16:50:57.856 INFO STEP 64 (remove_files) COMPLETE
54362026-08-11T16:50:58.860Z[ recovery-image] Aug 11 16:50:57.856 INFO O| Aug 11 16:50:57.856 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-08-11T16:50:58.866Z[ recovery-image] Aug 11 16:50:57.865 INFO O| Aug 11 16:50:57.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54382026-08-11T16:50:58.866Z[ recovery-image] Aug 11 16:50:57.865 INFO O| Aug 11 16:50:57.865 INFO STEP 65 (remove_files) COMPLETE
54392026-08-11T16:50:58.866Z[ recovery-image] Aug 11 16:50:57.865 INFO O| Aug 11 16:50:57.865 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-08-11T16:50:58.883Z[ recovery-image] Aug 11 16:50:57.882 INFO O| Aug 11 16:50:57.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54412026-08-11T16:50:58.883Z[ recovery-image] Aug 11 16:50:57.882 INFO O| Aug 11 16:50:57.882 INFO STEP 66 (remove_files) COMPLETE
54422026-08-11T16:50:58.886Z[ recovery-image] Aug 11 16:50:57.882 INFO O| Aug 11 16:50:57.882 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-08-11T16:50:58.887Z[verify-libraries] Compiling generic-array v1.4.3
54442026-08-11T16:50:58.901Z[ recovery-image] Aug 11 16:50:57.900 INFO O| Aug 11 16:50:57.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54452026-08-11T16:50:58.901Z[ recovery-image] Aug 11 16:50:57.900 INFO O| Aug 11 16:50:57.900 INFO STEP 67 (remove_files) COMPLETE
54462026-08-11T16:50:58.901Z[ recovery-image] Aug 11 16:50:57.900 INFO O| Aug 11 16:50:57.900 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-08-11T16:50:58.919Z[ recovery-image] Aug 11 16:50:57.917 INFO O| Aug 11 16:50:57.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54482026-08-11T16:50:58.920Z[ recovery-image] Aug 11 16:50:57.917 INFO O| Aug 11 16:50:57.917 INFO STEP 68 (remove_files) COMPLETE
54492026-08-11T16:50:58.920Z[ recovery-image] Aug 11 16:50:57.917 INFO O| Aug 11 16:50:57.917 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-08-11T16:50:58.929Z[ recovery-image] Aug 11 16:50:57.926 INFO O| Aug 11 16:50:57.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54512026-08-11T16:50:58.929Z[ recovery-image] Aug 11 16:50:57.926 INFO O| Aug 11 16:50:57.926 INFO STEP 69 (remove_files) COMPLETE
54522026-08-11T16:50:58.930Z[ recovery-image] Aug 11 16:50:57.926 INFO O| Aug 11 16:50:57.926 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-08-11T16:50:58.933Z[verify-libraries] Compiling russh-util v0.52.0
54542026-08-11T16:50:58.951Z[ recovery-image] Aug 11 16:50:57.949 INFO O| Aug 11 16:50:57.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54552026-08-11T16:50:58.951Z[ recovery-image] Aug 11 16:50:57.949 INFO O| Aug 11 16:50:57.949 INFO STEP 70 (remove_files) COMPLETE
54562026-08-11T16:50:58.951Z[ recovery-image] Aug 11 16:50:57.949 INFO O| Aug 11 16:50:57.949 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-11T16:50:58.960Z[ recovery-image] Aug 11 16:50:57.959 INFO O| Aug 11 16:50:57.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54582026-08-11T16:50:58.960Z[ recovery-image] Aug 11 16:50:57.959 INFO O| Aug 11 16:50:57.959 INFO STEP 71 (remove_files) COMPLETE
54592026-08-11T16:50:58.960Z[ recovery-image] Aug 11 16:50:57.959 INFO O| Aug 11 16:50:57.959 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-11T16:50:58.970Z[ recovery-image] Aug 11 16:50:57.969 INFO O| Aug 11 16:50:57.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54612026-08-11T16:50:58.970Z[ recovery-image] Aug 11 16:50:57.969 INFO O| Aug 11 16:50:57.969 INFO STEP 72 (remove_files) COMPLETE
54622026-08-11T16:50:58.973Z[ recovery-image] Aug 11 16:50:57.969 INFO O| Aug 11 16:50:57.969 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-11T16:50:59.022Z[verify-libraries] Compiling enum_dispatch v0.3.13
54642026-08-11T16:50:59.042Z[ recovery-image] Aug 11 16:50:58.041 INFO O| Aug 11 16:50:58.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54652026-08-11T16:50:59.042Z[ recovery-image] Aug 11 16:50:58.041 INFO O| Aug 11 16:50:58.040 INFO STEP 73 (remove_files) COMPLETE
54662026-08-11T16:50:59.045Z[ recovery-image] Aug 11 16:50:58.041 INFO O| Aug 11 16:50:58.040 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-08-11T16:50:59.052Z[ recovery-image] Aug 11 16:50:58.051 INFO O| Aug 11 16:50:58.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54682026-08-11T16:50:59.052Z[ recovery-image] Aug 11 16:50:58.051 INFO O| Aug 11 16:50:58.051 INFO STEP 74 (remove_files) COMPLETE
54692026-08-11T16:50:59.055Z[ recovery-image] Aug 11 16:50:58.051 INFO O| Aug 11 16:50:58.051 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-08-11T16:50:59.060Z[ recovery-image] Aug 11 16:50:58.059 INFO O| Aug 11 16:50:58.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54712026-08-11T16:50:59.060Z[ recovery-image] Aug 11 16:50:58.059 INFO O| Aug 11 16:50:58.059 INFO STEP 75 (remove_files) COMPLETE
54722026-08-11T16:50:59.060Z[ recovery-image] Aug 11 16:50:58.059 INFO O| Aug 11 16:50:58.059 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-08-11T16:50:59.069Z[ recovery-image] Aug 11 16:50:58.068 INFO O| Aug 11 16:50:58.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54742026-08-11T16:50:59.069Z[ recovery-image] Aug 11 16:50:58.068 INFO O| Aug 11 16:50:58.068 INFO STEP 76 (remove_files) COMPLETE
54752026-08-11T16:50:59.072Z[ recovery-image] Aug 11 16:50:58.068 INFO O| Aug 11 16:50:58.068 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-08-11T16:50:59.079Z[ recovery-image] Aug 11 16:50:58.078 INFO O| Aug 11 16:50:58.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54772026-08-11T16:50:59.079Z[ recovery-image] Aug 11 16:50:58.078 INFO O| Aug 11 16:50:58.078 INFO STEP 77 (remove_files) COMPLETE
54782026-08-11T16:50:59.082Z[ recovery-image] Aug 11 16:50:58.078 INFO O| Aug 11 16:50:58.078 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-08-11T16:50:59.088Z[ recovery-image] Aug 11 16:50:58.087 INFO O| Aug 11 16:50:58.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54802026-08-11T16:50:59.088Z[ recovery-image] Aug 11 16:50:58.087 INFO O| Aug 11 16:50:58.087 INFO STEP 78 (remove_files) COMPLETE
54812026-08-11T16:50:59.091Z[ recovery-image] Aug 11 16:50:58.087 INFO O| Aug 11 16:50:58.087 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-08-11T16:50:59.096Z[ recovery-image] Aug 11 16:50:58.095 INFO O| Aug 11 16:50:58.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54832026-08-11T16:50:59.096Z[ recovery-image] Aug 11 16:50:58.095 INFO O| Aug 11 16:50:58.095 INFO STEP 79 (remove_files) COMPLETE
54842026-08-11T16:50:59.096Z[ recovery-image] Aug 11 16:50:58.095 INFO O| Aug 11 16:50:58.095 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-08-11T16:50:59.105Z[ recovery-image] Aug 11 16:50:58.104 INFO O| Aug 11 16:50:58.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54862026-08-11T16:50:59.105Z[ recovery-image] Aug 11 16:50:58.104 INFO O| Aug 11 16:50:58.104 INFO STEP 80 (remove_files) COMPLETE
54872026-08-11T16:50:59.108Z[ recovery-image] Aug 11 16:50:58.104 INFO O| Aug 11 16:50:58.104 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-08-11T16:50:59.116Z[verify-libraries] Compiling delegate v0.13.5
54892026-08-11T16:50:59.119Z[ recovery-image] Aug 11 16:50:58.116 INFO O| Aug 11 16:50:58.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
54902026-08-11T16:50:59.119Z[ recovery-image] Aug 11 16:50:58.116 INFO O| Aug 11 16:50:58.116 INFO STEP 81 (remove_files) COMPLETE
54912026-08-11T16:50:59.119Z[ recovery-image] Aug 11 16:50:58.116 INFO O| Aug 11 16:50:58.116 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-08-11T16:50:59.127Z[ recovery-image] Aug 11 16:50:58.126 INFO O| Aug 11 16:50:58.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
54932026-08-11T16:50:59.127Z[ recovery-image] Aug 11 16:50:58.126 INFO O| Aug 11 16:50:58.126 INFO STEP 82 (remove_files) COMPLETE
54942026-08-11T16:50:59.127Z[ recovery-image] Aug 11 16:50:58.126 INFO O| Aug 11 16:50:58.126 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-08-11T16:50:59.137Z[ recovery-image] Aug 11 16:50:58.135 INFO O| Aug 11 16:50:58.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
54962026-08-11T16:50:59.137Z[ recovery-image] Aug 11 16:50:58.135 INFO O| Aug 11 16:50:58.135 INFO STEP 83 (remove_files) COMPLETE
54972026-08-11T16:50:59.137Z[ recovery-image] Aug 11 16:50:58.135 INFO O| Aug 11 16:50:58.135 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-08-11T16:50:59.144Z[ recovery-image] Aug 11 16:50:58.143 INFO O| Aug 11 16:50:58.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
54992026-08-11T16:50:59.144Z[ recovery-image] Aug 11 16:50:58.143 INFO O| Aug 11 16:50:58.143 INFO STEP 84 (remove_files) COMPLETE
55002026-08-11T16:50:59.149Z[ recovery-image] Aug 11 16:50:58.143 INFO O| Aug 11 16:50:58.143 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-08-11T16:50:59.154Z[ recovery-image] Aug 11 16:50:58.152 INFO O| Aug 11 16:50:58.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55022026-08-11T16:50:59.158Z[ recovery-image] Aug 11 16:50:58.153 INFO O| Aug 11 16:50:58.153 INFO STEP 85 (remove_files) COMPLETE
55032026-08-11T16:50:59.158Z[ recovery-image] Aug 11 16:50:58.153 INFO O| Aug 11 16:50:58.153 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-08-11T16:50:59.158Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
55052026-08-11T16:50:59.165Z[ recovery-image] Aug 11 16:50:58.164 INFO O| Aug 11 16:50:58.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55062026-08-11T16:50:59.165Z[ recovery-image] Aug 11 16:50:58.164 INFO O| Aug 11 16:50:58.164 INFO STEP 86 (remove_files) COMPLETE
55072026-08-11T16:50:59.165Z[ recovery-image] Aug 11 16:50:58.164 INFO O| Aug 11 16:50:58.164 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-08-11T16:50:59.187Z[ recovery-image] Aug 11 16:50:58.175 INFO O| Aug 11 16:50:58.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55092026-08-11T16:50:59.187Z[ recovery-image] Aug 11 16:50:58.175 INFO O| Aug 11 16:50:58.175 INFO STEP 87 (remove_files) COMPLETE
55102026-08-11T16:50:59.187Z[ recovery-image] Aug 11 16:50:58.175 INFO O| Aug 11 16:50:58.175 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-08-11T16:50:59.190Z[ recovery-image] Aug 11 16:50:58.183 INFO O| Aug 11 16:50:58.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55122026-08-11T16:50:59.190Z[ recovery-image] Aug 11 16:50:58.183 INFO O| Aug 11 16:50:58.183 INFO STEP 88 (remove_files) COMPLETE
55132026-08-11T16:50:59.191Z[ recovery-image] Aug 11 16:50:58.183 INFO O| Aug 11 16:50:58.183 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-08-11T16:50:59.195Z[ recovery-image] Aug 11 16:50:58.194 INFO O| Aug 11 16:50:58.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55152026-08-11T16:50:59.198Z[ recovery-image] Aug 11 16:50:58.195 INFO O| Aug 11 16:50:58.195 INFO STEP 89 (remove_files) COMPLETE
55162026-08-11T16:50:59.198Z[ recovery-image] Aug 11 16:50:58.195 INFO O| Aug 11 16:50:58.195 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-08-11T16:50:59.213Z[ recovery-image] Aug 11 16:50:58.206 INFO O| Aug 11 16:50:58.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55182026-08-11T16:50:59.213Z[ recovery-image] Aug 11 16:50:58.206 INFO O| Aug 11 16:50:58.206 INFO STEP 90 (remove_files) COMPLETE
55192026-08-11T16:50:59.213Z[ recovery-image] Aug 11 16:50:58.206 INFO O| Aug 11 16:50:58.206 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-08-11T16:50:59.217Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
55212026-08-11T16:50:59.220Z[ recovery-image] Aug 11 16:50:58.217 INFO O| Aug 11 16:50:58.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55222026-08-11T16:50:59.221Z[ recovery-image] Aug 11 16:50:58.217 INFO O| Aug 11 16:50:58.217 INFO STEP 91 (remove_files) COMPLETE
55232026-08-11T16:50:59.221Z[ recovery-image] Aug 11 16:50:58.217 INFO O| Aug 11 16:50:58.217 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-08-11T16:50:59.228Z[ recovery-image] Aug 11 16:50:58.227 INFO O| Aug 11 16:50:58.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55252026-08-11T16:50:59.228Z[ recovery-image] Aug 11 16:50:58.227 INFO O| Aug 11 16:50:58.227 INFO STEP 92 (remove_files) COMPLETE
55262026-08-11T16:50:59.229Z[ recovery-image] Aug 11 16:50:58.227 INFO O| Aug 11 16:50:58.227 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-08-11T16:50:59.239Z[ recovery-image] Aug 11 16:50:58.237 INFO O| Aug 11 16:50:58.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55282026-08-11T16:50:59.239Z[ recovery-image] Aug 11 16:50:58.237 INFO O| Aug 11 16:50:58.237 INFO STEP 93 (remove_files) COMPLETE
55292026-08-11T16:50:59.239Z[ recovery-image] Aug 11 16:50:58.237 INFO O| Aug 11 16:50:58.237 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-08-11T16:50:59.249Z[ recovery-image] Aug 11 16:50:58.246 INFO O| Aug 11 16:50:58.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55312026-08-11T16:50:59.253Z[ recovery-image] Aug 11 16:50:58.247 INFO O| Aug 11 16:50:58.247 INFO STEP 94 (remove_files) COMPLETE
55322026-08-11T16:50:59.253Z[ recovery-image] Aug 11 16:50:58.247 INFO O| Aug 11 16:50:58.247 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-08-11T16:50:59.259Z[ recovery-image] Aug 11 16:50:58.256 INFO O| Aug 11 16:50:58.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55342026-08-11T16:50:59.259Z[ recovery-image] Aug 11 16:50:58.256 INFO O| Aug 11 16:50:58.256 INFO STEP 95 (remove_files) COMPLETE
55352026-08-11T16:50:59.259Z[ recovery-image] Aug 11 16:50:58.256 INFO O| Aug 11 16:50:58.256 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-08-11T16:50:59.266Z[ recovery-image] Aug 11 16:50:58.264 INFO O| Aug 11 16:50:58.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55372026-08-11T16:50:59.266Z[ recovery-image] Aug 11 16:50:58.264 INFO O| Aug 11 16:50:58.264 INFO STEP 96 (remove_files) COMPLETE
55382026-08-11T16:50:59.266Z[ recovery-image] Aug 11 16:50:58.264 INFO O| Aug 11 16:50:58.264 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-08-11T16:50:59.275Z[ recovery-image] Aug 11 16:50:58.274 INFO O| Aug 11 16:50:58.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55402026-08-11T16:50:59.275Z[ recovery-image] Aug 11 16:50:58.274 INFO O| Aug 11 16:50:58.274 INFO STEP 97 (remove_files) COMPLETE
55412026-08-11T16:50:59.275Z[ recovery-image] Aug 11 16:50:58.274 INFO O| Aug 11 16:50:58.274 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-08-11T16:50:59.285Z[ recovery-image] Aug 11 16:50:58.284 INFO O| Aug 11 16:50:58.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55432026-08-11T16:50:59.285Z[ recovery-image] Aug 11 16:50:58.284 INFO O| Aug 11 16:50:58.284 INFO STEP 98 (remove_files) COMPLETE
55442026-08-11T16:50:59.287Z[ recovery-image] Aug 11 16:50:58.284 INFO O| Aug 11 16:50:58.284 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-08-11T16:50:59.295Z[ recovery-image] Aug 11 16:50:58.294 INFO O| Aug 11 16:50:58.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55462026-08-11T16:50:59.295Z[ recovery-image] Aug 11 16:50:58.294 INFO O| Aug 11 16:50:58.294 INFO STEP 99 (remove_files) COMPLETE
55472026-08-11T16:50:59.295Z[ recovery-image] Aug 11 16:50:58.294 INFO O| Aug 11 16:50:58.294 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-08-11T16:50:59.304Z[ recovery-image] Aug 11 16:50:58.303 INFO O| Aug 11 16:50:58.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55492026-08-11T16:50:59.307Z[ recovery-image] Aug 11 16:50:58.304 INFO O| Aug 11 16:50:58.304 INFO STEP 100 (remove_files) COMPLETE
55502026-08-11T16:50:59.307Z[ recovery-image] Aug 11 16:50:58.304 INFO O| Aug 11 16:50:58.304 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-08-11T16:50:59.315Z[ recovery-image] Aug 11 16:50:58.314 INFO O| Aug 11 16:50:58.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55522026-08-11T16:50:59.318Z[ recovery-image] Aug 11 16:50:58.315 INFO O| Aug 11 16:50:58.315 INFO STEP 101 (remove_files) COMPLETE
55532026-08-11T16:50:59.318Z[ recovery-image] Aug 11 16:50:58.315 INFO O| Aug 11 16:50:58.315 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-08-11T16:50:59.326Z[ recovery-image] Aug 11 16:50:58.325 INFO O| Aug 11 16:50:58.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55552026-08-11T16:50:59.326Z[ recovery-image] Aug 11 16:50:58.325 INFO O| Aug 11 16:50:58.325 INFO STEP 102 (remove_files) COMPLETE
55562026-08-11T16:50:59.330Z[ recovery-image] Aug 11 16:50:58.325 INFO O| Aug 11 16:50:58.325 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-08-11T16:50:59.335Z[ recovery-image] Aug 11 16:50:58.334 INFO O| Aug 11 16:50:58.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55582026-08-11T16:50:59.335Z[ recovery-image] Aug 11 16:50:58.334 INFO O| Aug 11 16:50:58.334 INFO STEP 103 (remove_files) COMPLETE
55592026-08-11T16:50:59.335Z[ recovery-image] Aug 11 16:50:58.334 INFO O| Aug 11 16:50:58.334 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-08-11T16:50:59.344Z[ recovery-image] Aug 11 16:50:58.343 INFO O| Aug 11 16:50:58.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55612026-08-11T16:50:59.345Z[ recovery-image] Aug 11 16:50:58.343 INFO O| Aug 11 16:50:58.343 INFO STEP 104 (remove_files) COMPLETE
55622026-08-11T16:50:59.345Z[ recovery-image] Aug 11 16:50:58.343 INFO O| Aug 11 16:50:58.343 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-08-11T16:50:59.353Z[ recovery-image] Aug 11 16:50:58.352 INFO O| Aug 11 16:50:58.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55642026-08-11T16:50:59.353Z[ recovery-image] Aug 11 16:50:58.352 INFO O| Aug 11 16:50:58.352 INFO STEP 105 (remove_files) COMPLETE
55652026-08-11T16:50:59.353Z[ recovery-image] Aug 11 16:50:58.352 INFO O| Aug 11 16:50:58.352 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-08-11T16:50:59.363Z[ recovery-image] Aug 11 16:50:58.362 INFO O| Aug 11 16:50:58.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55672026-08-11T16:50:59.363Z[ recovery-image] Aug 11 16:50:58.362 INFO O| Aug 11 16:50:58.362 INFO STEP 106 (remove_files) COMPLETE
55682026-08-11T16:50:59.363Z[ recovery-image] Aug 11 16:50:58.362 INFO O| Aug 11 16:50:58.362 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-08-11T16:50:59.454Z[ recovery-image] Aug 11 16:50:58.371 INFO O| Aug 11 16:50:58.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55702026-08-11T16:50:59.454Z[ recovery-image] Aug 11 16:50:58.371 INFO O| Aug 11 16:50:58.371 INFO STEP 107 (remove_files) COMPLETE
55712026-08-11T16:50:59.455Z[ recovery-image] Aug 11 16:50:58.371 INFO O| Aug 11 16:50:58.371 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-08-11T16:50:59.455Z[ recovery-image] Aug 11 16:50:58.380 INFO O| Aug 11 16:50:58.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55732026-08-11T16:50:59.455Z[ recovery-image] Aug 11 16:50:58.380 INFO O| Aug 11 16:50:58.380 INFO STEP 108 (remove_files) COMPLETE
55742026-08-11T16:50:59.455Z[ recovery-image] Aug 11 16:50:58.380 INFO O| Aug 11 16:50:58.380 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-08-11T16:50:59.455Z[ recovery-image] Aug 11 16:50:58.390 INFO O| Aug 11 16:50:58.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55762026-08-11T16:50:59.455Z[ recovery-image] Aug 11 16:50:58.390 INFO O| Aug 11 16:50:58.390 INFO STEP 109 (remove_files) COMPLETE
55772026-08-11T16:50:59.455Z[ recovery-image] Aug 11 16:50:58.390 INFO O| Aug 11 16:50:58.390 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-08-11T16:50:59.455Z[ recovery-image] Aug 11 16:50:58.400 INFO O| Aug 11 16:50:58.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55792026-08-11T16:50:59.455Z[ recovery-image] Aug 11 16:50:58.400 INFO O| Aug 11 16:50:58.400 INFO STEP 110 (remove_files) COMPLETE
55802026-08-11T16:50:59.455Z[ recovery-image] Aug 11 16:50:58.400 INFO O| Aug 11 16:50:58.400 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-08-11T16:50:59.455Z[ recovery-image] Aug 11 16:50:58.410 INFO O| Aug 11 16:50:58.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55822026-08-11T16:50:59.455Z[ recovery-image] Aug 11 16:50:58.410 INFO O| Aug 11 16:50:58.410 INFO STEP 111 (remove_files) COMPLETE
55832026-08-11T16:50:59.455Z[ recovery-image] Aug 11 16:50:58.410 INFO O| Aug 11 16:50:58.410 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-08-11T16:50:59.455Z[ recovery-image] Aug 11 16:50:58.419 INFO O| Aug 11 16:50:58.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55852026-08-11T16:50:59.455Z[ recovery-image] Aug 11 16:50:58.419 INFO O| Aug 11 16:50:58.419 INFO STEP 112 (remove_files) COMPLETE
55862026-08-11T16:50:59.455Z[ recovery-image] Aug 11 16:50:58.419 INFO O| Aug 11 16:50:58.419 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-08-11T16:50:59.455Z[ recovery-image] Aug 11 16:50:58.429 INFO O| Aug 11 16:50:58.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55882026-08-11T16:50:59.456Z[ recovery-image] Aug 11 16:50:58.429 INFO O| Aug 11 16:50:58.429 INFO STEP 113 (remove_files) COMPLETE
55892026-08-11T16:50:59.456Z[ recovery-image] Aug 11 16:50:58.429 INFO O| Aug 11 16:50:58.429 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-08-11T16:50:59.456Z[ recovery-image] Aug 11 16:50:58.438 INFO O| Aug 11 16:50:58.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55912026-08-11T16:50:59.456Z[ recovery-image] Aug 11 16:50:58.438 INFO O| Aug 11 16:50:58.438 INFO STEP 114 (remove_files) COMPLETE
55922026-08-11T16:50:59.456Z[ recovery-image] Aug 11 16:50:58.438 INFO O| Aug 11 16:50:58.438 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-08-11T16:50:59.456Z[ recovery-image] Aug 11 16:50:58.449 INFO O| Aug 11 16:50:58.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
55942026-08-11T16:50:59.456Z[ recovery-image] Aug 11 16:50:58.449 INFO O| Aug 11 16:50:58.449 INFO STEP 115 (remove_files) COMPLETE
55952026-08-11T16:50:59.456Z[ recovery-image] Aug 11 16:50:58.449 INFO O| Aug 11 16:50:58.449 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-08-11T16:50:59.463Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
55972026-08-11T16:50:59.463Z[ recovery-image] Aug 11 16:50:58.458 INFO O| Aug 11 16:50:58.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
55982026-08-11T16:50:59.463Z[ recovery-image] Aug 11 16:50:58.458 INFO O| Aug 11 16:50:58.458 INFO STEP 116 (remove_files) COMPLETE
55992026-08-11T16:50:59.463Z[ recovery-image] Aug 11 16:50:58.458 INFO O| Aug 11 16:50:58.458 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-08-11T16:50:59.469Z[ recovery-image] Aug 11 16:50:58.468 INFO O| Aug 11 16:50:58.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56012026-08-11T16:50:59.469Z[ recovery-image] Aug 11 16:50:58.468 INFO O| Aug 11 16:50:58.468 INFO STEP 117 (remove_files) COMPLETE
56022026-08-11T16:50:59.469Z[ recovery-image] Aug 11 16:50:58.468 INFO O| Aug 11 16:50:58.468 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-08-11T16:50:59.479Z[ recovery-image] Aug 11 16:50:58.478 INFO O| Aug 11 16:50:58.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56042026-08-11T16:50:59.479Z[ recovery-image] Aug 11 16:50:58.478 INFO O| Aug 11 16:50:58.478 INFO STEP 118 (remove_files) COMPLETE
56052026-08-11T16:50:59.479Z[ recovery-image] Aug 11 16:50:58.478 INFO O| Aug 11 16:50:58.478 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-08-11T16:50:59.488Z[ recovery-image] Aug 11 16:50:58.487 INFO O| Aug 11 16:50:58.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56072026-08-11T16:50:59.488Z[ recovery-image] Aug 11 16:50:58.487 INFO O| Aug 11 16:50:58.487 INFO STEP 119 (remove_files) COMPLETE
56082026-08-11T16:50:59.488Z[ recovery-image] Aug 11 16:50:58.487 INFO O| Aug 11 16:50:58.487 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-08-11T16:50:59.498Z[ recovery-image] Aug 11 16:50:58.497 INFO O| Aug 11 16:50:58.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56102026-08-11T16:50:59.498Z[ recovery-image] Aug 11 16:50:58.497 INFO O| Aug 11 16:50:58.497 INFO STEP 120 (remove_files) COMPLETE
56112026-08-11T16:50:59.502Z[ recovery-image] Aug 11 16:50:58.497 INFO O| Aug 11 16:50:58.497 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-08-11T16:50:59.502Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
56132026-08-11T16:50:59.508Z[ recovery-image] Aug 11 16:50:58.506 INFO O| Aug 11 16:50:58.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56142026-08-11T16:50:59.508Z[ recovery-image] Aug 11 16:50:58.506 INFO O| Aug 11 16:50:58.506 INFO STEP 121 (remove_files) COMPLETE
56152026-08-11T16:50:59.509Z[ recovery-image] Aug 11 16:50:58.506 INFO O| Aug 11 16:50:58.506 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-11T16:50:59.517Z[ recovery-image] Aug 11 16:50:58.516 INFO O| Aug 11 16:50:58.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56172026-08-11T16:50:59.517Z[ recovery-image] Aug 11 16:50:58.516 INFO O| Aug 11 16:50:58.516 INFO STEP 122 (remove_files) COMPLETE
56182026-08-11T16:50:59.517Z[ recovery-image] Aug 11 16:50:58.516 INFO O| Aug 11 16:50:58.516 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-08-11T16:50:59.527Z[ recovery-image] Aug 11 16:50:58.525 INFO O| Aug 11 16:50:58.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56202026-08-11T16:50:59.527Z[ recovery-image] Aug 11 16:50:58.525 INFO O| Aug 11 16:50:58.525 INFO STEP 123 (remove_files) COMPLETE
56212026-08-11T16:50:59.527Z[ recovery-image] Aug 11 16:50:58.525 INFO O| Aug 11 16:50:58.525 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-08-11T16:50:59.535Z[ recovery-image] Aug 11 16:50:58.533 INFO O| Aug 11 16:50:58.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56232026-08-11T16:50:59.535Z[ recovery-image] Aug 11 16:50:58.533 INFO O| Aug 11 16:50:58.533 INFO STEP 124 (remove_files) COMPLETE
56242026-08-11T16:50:59.535Z[ recovery-image] Aug 11 16:50:58.533 INFO O| Aug 11 16:50:58.533 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-08-11T16:50:59.545Z[ recovery-image] Aug 11 16:50:58.543 INFO O| Aug 11 16:50:58.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56262026-08-11T16:50:59.545Z[ recovery-image] Aug 11 16:50:58.543 INFO O| Aug 11 16:50:58.543 INFO STEP 125 (remove_files) COMPLETE
56272026-08-11T16:50:59.545Z[ recovery-image] Aug 11 16:50:58.543 INFO O| Aug 11 16:50:58.543 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-08-11T16:50:59.554Z[ recovery-image] Aug 11 16:50:58.553 INFO O| Aug 11 16:50:58.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56292026-08-11T16:50:59.554Z[ recovery-image] Aug 11 16:50:58.553 INFO O| Aug 11 16:50:58.553 INFO STEP 126 (remove_files) COMPLETE
56302026-08-11T16:50:59.554Z[ recovery-image] Aug 11 16:50:58.553 INFO O| Aug 11 16:50:58.553 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-08-11T16:50:59.564Z[ recovery-image] Aug 11 16:50:58.563 INFO O| Aug 11 16:50:58.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56322026-08-11T16:50:59.565Z[ recovery-image] Aug 11 16:50:58.563 INFO O| Aug 11 16:50:58.563 INFO STEP 127 (remove_files) COMPLETE
56332026-08-11T16:50:59.565Z[ recovery-image] Aug 11 16:50:58.563 INFO O| Aug 11 16:50:58.563 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-08-11T16:50:59.576Z[ recovery-image] Aug 11 16:50:58.573 INFO O| Aug 11 16:50:58.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56352026-08-11T16:50:59.576Z[ recovery-image] Aug 11 16:50:58.573 INFO O| Aug 11 16:50:58.573 INFO STEP 128 (remove_files) COMPLETE
56362026-08-11T16:50:59.576Z[ recovery-image] Aug 11 16:50:58.573 INFO O| Aug 11 16:50:58.573 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-08-11T16:50:59.584Z[ recovery-image] Aug 11 16:50:58.583 INFO O| Aug 11 16:50:58.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56382026-08-11T16:50:59.584Z[ recovery-image] Aug 11 16:50:58.583 INFO O| Aug 11 16:50:58.583 INFO STEP 129 (remove_files) COMPLETE
56392026-08-11T16:50:59.584Z[ recovery-image] Aug 11 16:50:58.583 INFO O| Aug 11 16:50:58.583 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-08-11T16:50:59.593Z[ recovery-image] Aug 11 16:50:58.591 INFO O| Aug 11 16:50:58.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56412026-08-11T16:50:59.593Z[ recovery-image] Aug 11 16:50:58.591 INFO O| Aug 11 16:50:58.591 INFO STEP 130 (remove_files) COMPLETE
56422026-08-11T16:50:59.596Z[ recovery-image] Aug 11 16:50:58.591 INFO O| Aug 11 16:50:58.591 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-11T16:50:59.601Z[ recovery-image] Aug 11 16:50:58.600 INFO O| Aug 11 16:50:58.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56442026-08-11T16:50:59.601Z[ recovery-image] Aug 11 16:50:58.600 INFO O| Aug 11 16:50:58.600 INFO STEP 131 (remove_files) COMPLETE
56452026-08-11T16:50:59.601Z[ recovery-image] Aug 11 16:50:58.600 INFO O| Aug 11 16:50:58.600 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-11T16:50:59.611Z[ recovery-image] Aug 11 16:50:58.609 INFO O| Aug 11 16:50:58.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56472026-08-11T16:50:59.611Z[ recovery-image] Aug 11 16:50:58.609 INFO O| Aug 11 16:50:58.609 INFO STEP 132 (remove_files) COMPLETE
56482026-08-11T16:50:59.612Z[ recovery-image] Aug 11 16:50:58.609 INFO O| Aug 11 16:50:58.609 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-08-11T16:50:59.621Z[ recovery-image] Aug 11 16:50:58.619 INFO O| Aug 11 16:50:58.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56502026-08-11T16:50:59.621Z[ recovery-image] Aug 11 16:50:58.619 INFO O| Aug 11 16:50:58.619 INFO STEP 133 (remove_files) COMPLETE
56512026-08-11T16:50:59.621Z[ recovery-image] Aug 11 16:50:58.619 INFO O| Aug 11 16:50:58.619 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-08-11T16:50:59.634Z[ recovery-image] Aug 11 16:50:58.633 INFO O| Aug 11 16:50:58.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56532026-08-11T16:50:59.635Z[ recovery-image] Aug 11 16:50:58.633 INFO O| Aug 11 16:50:58.628 INFO STEP 134 (remove_files) COMPLETE
56542026-08-11T16:50:59.640Z[ recovery-image] Aug 11 16:50:58.633 INFO O| Aug 11 16:50:58.628 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-08-11T16:50:59.640Z[ recovery-image] Aug 11 16:50:58.636 INFO O| Aug 11 16:50:58.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56562026-08-11T16:50:59.640Z[ recovery-image] Aug 11 16:50:58.636 INFO O| Aug 11 16:50:58.636 INFO STEP 135 (remove_files) COMPLETE
56572026-08-11T16:50:59.640Z[ recovery-image] Aug 11 16:50:58.636 INFO O| Aug 11 16:50:58.636 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-08-11T16:50:59.645Z[ recovery-image] Aug 11 16:50:58.644 INFO O| Aug 11 16:50:58.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56592026-08-11T16:50:59.649Z[ recovery-image] Aug 11 16:50:58.647 INFO O| Aug 11 16:50:58.645 INFO STEP 136 (remove_files) COMPLETE
56602026-08-11T16:50:59.649Z[ recovery-image] Aug 11 16:50:58.647 INFO O| Aug 11 16:50:58.645 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-08-11T16:50:59.655Z[ recovery-image] Aug 11 16:50:58.654 INFO O| Aug 11 16:50:58.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56622026-08-11T16:50:59.655Z[ recovery-image] Aug 11 16:50:58.654 INFO O| Aug 11 16:50:58.654 INFO STEP 137 (remove_files) COMPLETE
56632026-08-11T16:50:59.655Z[ recovery-image] Aug 11 16:50:58.654 INFO O| Aug 11 16:50:58.654 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-08-11T16:50:59.664Z[ recovery-image] Aug 11 16:50:58.662 INFO O| Aug 11 16:50:58.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56652026-08-11T16:50:59.664Z[ recovery-image] Aug 11 16:50:58.662 INFO O| Aug 11 16:50:58.662 INFO STEP 138 (remove_files) COMPLETE
56662026-08-11T16:50:59.664Z[ recovery-image] Aug 11 16:50:58.662 INFO O| Aug 11 16:50:58.662 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-08-11T16:50:59.672Z[ recovery-image] Aug 11 16:50:58.670 INFO O| Aug 11 16:50:58.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56682026-08-11T16:50:59.672Z[ recovery-image] Aug 11 16:50:58.671 INFO O| Aug 11 16:50:58.671 INFO STEP 139 (remove_files) COMPLETE
56692026-08-11T16:50:59.675Z[ recovery-image] Aug 11 16:50:58.671 INFO O| Aug 11 16:50:58.671 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-08-11T16:50:59.680Z[ recovery-image] Aug 11 16:50:58.679 INFO O| Aug 11 16:50:58.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56712026-08-11T16:50:59.680Z[ recovery-image] Aug 11 16:50:58.679 INFO O| Aug 11 16:50:58.679 INFO STEP 140 (remove_files) COMPLETE
56722026-08-11T16:50:59.680Z[ recovery-image] Aug 11 16:50:58.679 INFO O| Aug 11 16:50:58.679 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-11T16:50:59.689Z[ recovery-image] Aug 11 16:50:58.687 INFO O| Aug 11 16:50:58.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56742026-08-11T16:50:59.689Z[ recovery-image] Aug 11 16:50:58.687 INFO O| Aug 11 16:50:58.687 INFO STEP 141 (remove_files) COMPLETE
56752026-08-11T16:50:59.689Z[ recovery-image] Aug 11 16:50:58.687 INFO O| Aug 11 16:50:58.687 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-11T16:50:59.697Z[ recovery-image] Aug 11 16:50:58.696 INFO O| Aug 11 16:50:58.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56772026-08-11T16:50:59.697Z[ recovery-image] Aug 11 16:50:58.696 INFO O| Aug 11 16:50:58.696 INFO STEP 142 (remove_files) COMPLETE
56782026-08-11T16:50:59.697Z[ recovery-image] Aug 11 16:50:58.696 INFO O| Aug 11 16:50:58.696 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-11T16:50:59.706Z[ recovery-image] Aug 11 16:50:58.704 INFO O| Aug 11 16:50:58.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56802026-08-11T16:50:59.706Z[ recovery-image] Aug 11 16:50:58.705 INFO O| Aug 11 16:50:58.705 INFO STEP 143 (remove_files) COMPLETE
56812026-08-11T16:50:59.709Z[ recovery-image] Aug 11 16:50:58.705 INFO O| Aug 11 16:50:58.705 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-11T16:50:59.715Z[ recovery-image] Aug 11 16:50:58.714 INFO O| Aug 11 16:50:58.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56832026-08-11T16:50:59.715Z[ recovery-image] Aug 11 16:50:58.714 INFO O| Aug 11 16:50:58.714 INFO STEP 144 (remove_files) COMPLETE
56842026-08-11T16:50:59.718Z[ recovery-image] Aug 11 16:50:58.714 INFO O| Aug 11 16:50:58.714 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-11T16:50:59.723Z[ recovery-image] Aug 11 16:50:58.722 INFO O| Aug 11 16:50:58.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56862026-08-11T16:50:59.723Z[ recovery-image] Aug 11 16:50:58.722 INFO O| Aug 11 16:50:58.722 INFO STEP 145 (remove_files) COMPLETE
56872026-08-11T16:50:59.726Z[ recovery-image] Aug 11 16:50:58.722 INFO O| Aug 11 16:50:58.722 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-11T16:50:59.731Z[ recovery-image] Aug 11 16:50:58.730 INFO O| Aug 11 16:50:58.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56892026-08-11T16:50:59.731Z[ recovery-image] Aug 11 16:50:58.730 INFO O| Aug 11 16:50:58.730 INFO STEP 146 (remove_files) COMPLETE
56902026-08-11T16:50:59.734Z[ recovery-image] Aug 11 16:50:58.730 INFO O| Aug 11 16:50:58.730 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-08-11T16:50:59.740Z[ recovery-image] Aug 11 16:50:58.738 INFO O| Aug 11 16:50:58.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
56922026-08-11T16:50:59.740Z[ recovery-image] Aug 11 16:50:58.738 INFO O| Aug 11 16:50:58.738 INFO STEP 147 (remove_files) COMPLETE
56932026-08-11T16:50:59.740Z[ recovery-image] Aug 11 16:50:58.738 INFO O| Aug 11 16:50:58.738 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-08-11T16:50:59.748Z[ recovery-image] Aug 11 16:50:58.746 INFO O| Aug 11 16:50:58.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
56952026-08-11T16:50:59.748Z[ recovery-image] Aug 11 16:50:58.746 INFO O| Aug 11 16:50:58.746 INFO STEP 148 (remove_files) COMPLETE
56962026-08-11T16:50:59.748Z[ recovery-image] Aug 11 16:50:58.746 INFO O| Aug 11 16:50:58.746 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-08-11T16:50:59.758Z[ recovery-image] Aug 11 16:50:58.757 INFO O| Aug 11 16:50:58.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
56982026-08-11T16:50:59.758Z[ recovery-image] Aug 11 16:50:58.757 INFO O| Aug 11 16:50:58.757 INFO STEP 149 (remove_files) COMPLETE
56992026-08-11T16:50:59.758Z[ recovery-image] Aug 11 16:50:58.757 INFO O| Aug 11 16:50:58.757 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-08-11T16:50:59.768Z[ recovery-image] Aug 11 16:50:58.766 INFO O| Aug 11 16:50:58.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57012026-08-11T16:50:59.768Z[ recovery-image] Aug 11 16:50:58.766 INFO O| Aug 11 16:50:58.766 INFO STEP 150 (remove_files) COMPLETE
57022026-08-11T16:50:59.768Z[ recovery-image] Aug 11 16:50:58.766 INFO O| Aug 11 16:50:58.766 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-08-11T16:50:59.777Z[ recovery-image] Aug 11 16:50:58.775 INFO O| Aug 11 16:50:58.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57042026-08-11T16:50:59.777Z[ recovery-image] Aug 11 16:50:58.775 INFO O| Aug 11 16:50:58.775 INFO STEP 151 (remove_files) COMPLETE
57052026-08-11T16:50:59.777Z[ recovery-image] Aug 11 16:50:58.775 INFO O| Aug 11 16:50:58.775 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-08-11T16:50:59.787Z[ recovery-image] Aug 11 16:50:58.786 INFO O| Aug 11 16:50:58.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57072026-08-11T16:50:59.787Z[ recovery-image] Aug 11 16:50:58.786 INFO O| Aug 11 16:50:58.786 INFO STEP 152 (remove_files) COMPLETE
57082026-08-11T16:50:59.787Z[ recovery-image] Aug 11 16:50:58.786 INFO O| Aug 11 16:50:58.786 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-08-11T16:50:59.797Z[ recovery-image] Aug 11 16:50:58.795 INFO O| Aug 11 16:50:58.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57102026-08-11T16:50:59.797Z[ recovery-image] Aug 11 16:50:58.795 INFO O| Aug 11 16:50:58.795 INFO STEP 153 (remove_files) COMPLETE
57112026-08-11T16:50:59.798Z[ recovery-image] Aug 11 16:50:58.795 INFO O| Aug 11 16:50:58.795 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-08-11T16:50:59.807Z[ recovery-image] Aug 11 16:50:58.805 INFO O| Aug 11 16:50:58.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57132026-08-11T16:50:59.807Z[ recovery-image] Aug 11 16:50:58.805 INFO O| Aug 11 16:50:58.805 INFO STEP 154 (remove_files) COMPLETE
57142026-08-11T16:50:59.810Z[ recovery-image] Aug 11 16:50:58.805 INFO O| Aug 11 16:50:58.805 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-08-11T16:50:59.817Z[ recovery-image] Aug 11 16:50:58.815 INFO O| Aug 11 16:50:58.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57162026-08-11T16:50:59.817Z[ recovery-image] Aug 11 16:50:58.815 INFO O| Aug 11 16:50:58.815 INFO STEP 155 (remove_files) COMPLETE
57172026-08-11T16:50:59.817Z[ recovery-image] Aug 11 16:50:58.815 INFO O| Aug 11 16:50:58.815 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-08-11T16:50:59.829Z[ recovery-image] Aug 11 16:50:58.826 INFO O| Aug 11 16:50:58.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57192026-08-11T16:50:59.829Z[ recovery-image] Aug 11 16:50:58.826 INFO O| Aug 11 16:50:58.826 INFO STEP 156 (remove_files) COMPLETE
57202026-08-11T16:50:59.829Z[ recovery-image] Aug 11 16:50:58.826 INFO O| Aug 11 16:50:58.826 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-08-11T16:50:59.837Z[ recovery-image] Aug 11 16:50:58.836 INFO O| Aug 11 16:50:58.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57222026-08-11T16:50:59.837Z[ recovery-image] Aug 11 16:50:58.836 INFO O| Aug 11 16:50:58.836 INFO STEP 157 (remove_files) COMPLETE
57232026-08-11T16:50:59.840Z[ recovery-image] Aug 11 16:50:58.836 INFO O| Aug 11 16:50:58.836 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-08-11T16:50:59.847Z[ recovery-image] Aug 11 16:50:58.846 INFO O| Aug 11 16:50:58.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57252026-08-11T16:50:59.847Z[ recovery-image] Aug 11 16:50:58.846 INFO O| Aug 11 16:50:58.846 INFO STEP 158 (remove_files) COMPLETE
57262026-08-11T16:50:59.847Z[ recovery-image] Aug 11 16:50:58.846 INFO O| Aug 11 16:50:58.846 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-11T16:50:59.858Z[ recovery-image] Aug 11 16:50:58.856 INFO O| Aug 11 16:50:58.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57282026-08-11T16:50:59.858Z[ recovery-image] Aug 11 16:50:58.856 INFO O| Aug 11 16:50:58.856 INFO STEP 159 (remove_files) COMPLETE
57292026-08-11T16:50:59.858Z[ recovery-image] Aug 11 16:50:58.856 INFO O| Aug 11 16:50:58.856 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-11T16:50:59.868Z[ recovery-image] Aug 11 16:50:58.867 INFO O| Aug 11 16:50:58.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57312026-08-11T16:50:59.868Z[ recovery-image] Aug 11 16:50:58.867 INFO O| Aug 11 16:50:58.867 INFO STEP 160 (remove_files) COMPLETE
57322026-08-11T16:50:59.868Z[ recovery-image] Aug 11 16:50:58.867 INFO O| Aug 11 16:50:58.867 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-11T16:50:59.879Z[ recovery-image] Aug 11 16:50:58.877 INFO O| Aug 11 16:50:58.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57342026-08-11T16:50:59.879Z[ recovery-image] Aug 11 16:50:58.877 INFO O| Aug 11 16:50:58.877 INFO STEP 161 (remove_files) COMPLETE
57352026-08-11T16:50:59.879Z[ recovery-image] Aug 11 16:50:58.877 INFO O| Aug 11 16:50:58.877 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-08-11T16:50:59.888Z[ recovery-image] Aug 11 16:50:58.887 INFO O| Aug 11 16:50:58.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57372026-08-11T16:50:59.888Z[ recovery-image] Aug 11 16:50:58.887 INFO O| Aug 11 16:50:58.887 INFO STEP 162 (remove_files) COMPLETE
57382026-08-11T16:50:59.891Z[ recovery-image] Aug 11 16:50:58.887 INFO O| Aug 11 16:50:58.887 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-08-11T16:50:59.898Z[ recovery-image] Aug 11 16:50:58.896 INFO O| Aug 11 16:50:58.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57402026-08-11T16:50:59.898Z[ recovery-image] Aug 11 16:50:58.896 INFO O| Aug 11 16:50:58.896 INFO STEP 163 (remove_files) COMPLETE
57412026-08-11T16:50:59.901Z[ recovery-image] Aug 11 16:50:58.896 INFO O| Aug 11 16:50:58.896 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-08-11T16:50:59.907Z[ recovery-image] Aug 11 16:50:58.905 INFO O| Aug 11 16:50:58.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57432026-08-11T16:50:59.907Z[ recovery-image] Aug 11 16:50:58.905 INFO O| Aug 11 16:50:58.905 INFO STEP 164 (remove_files) COMPLETE
57442026-08-11T16:50:59.910Z[ recovery-image] Aug 11 16:50:58.905 INFO O| Aug 11 16:50:58.905 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-08-11T16:50:59.917Z[ recovery-image] Aug 11 16:50:58.915 INFO O| Aug 11 16:50:58.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57462026-08-11T16:50:59.917Z[ recovery-image] Aug 11 16:50:58.915 INFO O| Aug 11 16:50:58.915 INFO STEP 165 (remove_files) COMPLETE
57472026-08-11T16:50:59.917Z[ recovery-image] Aug 11 16:50:58.915 INFO O| Aug 11 16:50:58.915 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-08-11T16:50:59.917Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
57492026-08-11T16:50:59.926Z[ recovery-image] Aug 11 16:50:58.924 INFO O| Aug 11 16:50:58.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57502026-08-11T16:50:59.926Z[ recovery-image] Aug 11 16:50:58.925 INFO O| Aug 11 16:50:58.925 INFO STEP 166 (remove_files) COMPLETE
57512026-08-11T16:50:59.926Z[ recovery-image] Aug 11 16:50:58.925 INFO O| Aug 11 16:50:58.925 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-08-11T16:50:59.941Z[ recovery-image] Aug 11 16:50:58.933 INFO O| Aug 11 16:50:58.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57532026-08-11T16:50:59.941Z[ recovery-image] Aug 11 16:50:58.933 INFO O| Aug 11 16:50:58.933 INFO STEP 167 (remove_files) COMPLETE
57542026-08-11T16:50:59.941Z[ recovery-image] Aug 11 16:50:58.933 INFO O| Aug 11 16:50:58.933 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-08-11T16:50:59.944Z[ recovery-image] Aug 11 16:50:58.942 INFO O| Aug 11 16:50:58.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57562026-08-11T16:50:59.944Z[ recovery-image] Aug 11 16:50:58.942 INFO O| Aug 11 16:50:58.942 INFO STEP 168 (remove_files) COMPLETE
57572026-08-11T16:50:59.944Z[ recovery-image] Aug 11 16:50:58.942 INFO O| Aug 11 16:50:58.942 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-08-11T16:50:59.955Z[ recovery-image] Aug 11 16:50:58.953 INFO O| Aug 11 16:50:58.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57592026-08-11T16:50:59.955Z[ recovery-image] Aug 11 16:50:58.953 INFO O| Aug 11 16:50:58.953 INFO STEP 169 (remove_files) COMPLETE
57602026-08-11T16:50:59.955Z[ recovery-image] Aug 11 16:50:58.953 INFO O| Aug 11 16:50:58.953 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-08-11T16:50:59.965Z[ recovery-image] Aug 11 16:50:58.963 INFO O| Aug 11 16:50:58.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57622026-08-11T16:50:59.965Z[ recovery-image] Aug 11 16:50:58.963 INFO O| Aug 11 16:50:58.963 INFO STEP 170 (remove_files) COMPLETE
57632026-08-11T16:50:59.968Z[ recovery-image] Aug 11 16:50:58.963 INFO O| Aug 11 16:50:58.963 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-08-11T16:50:59.975Z[ recovery-image] Aug 11 16:50:58.973 INFO O| Aug 11 16:50:58.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57652026-08-11T16:50:59.975Z[ recovery-image] Aug 11 16:50:58.973 INFO O| Aug 11 16:50:58.973 INFO STEP 171 (remove_files) COMPLETE
57662026-08-11T16:50:59.978Z[ recovery-image] Aug 11 16:50:58.973 INFO O| Aug 11 16:50:58.973 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-08-11T16:50:59.984Z[ recovery-image] Aug 11 16:50:58.983 INFO O| Aug 11 16:50:58.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57682026-08-11T16:50:59.984Z[ recovery-image] Aug 11 16:50:58.983 INFO O| Aug 11 16:50:58.983 INFO STEP 172 (remove_files) COMPLETE
57692026-08-11T16:50:59.984Z[ recovery-image] Aug 11 16:50:58.983 INFO O| Aug 11 16:50:58.983 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-08-11T16:50:59.993Z[ recovery-image] Aug 11 16:50:58.992 INFO O| Aug 11 16:50:58.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57712026-08-11T16:50:59.996Z[ recovery-image] Aug 11 16:50:58.993 INFO O| Aug 11 16:50:58.993 INFO STEP 173 (remove_files) COMPLETE
57722026-08-11T16:50:59.996Z[ recovery-image] Aug 11 16:50:58.993 INFO O| Aug 11 16:50:58.993 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-08-11T16:51:00.003Z[ recovery-image] Aug 11 16:50:59.001 INFO O| Aug 11 16:50:59.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57742026-08-11T16:51:00.003Z[ recovery-image] Aug 11 16:50:59.001 INFO O| Aug 11 16:50:59.001 INFO STEP 174 (remove_files) COMPLETE
57752026-08-11T16:51:00.006Z[ recovery-image] Aug 11 16:50:59.001 INFO O| Aug 11 16:50:59.001 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-08-11T16:51:00.011Z[ recovery-image] Aug 11 16:50:59.010 INFO O| Aug 11 16:50:59.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57772026-08-11T16:51:00.011Z[ recovery-image] Aug 11 16:50:59.010 INFO O| Aug 11 16:50:59.010 INFO STEP 175 (remove_files) COMPLETE
57782026-08-11T16:51:00.011Z[ recovery-image] Aug 11 16:50:59.010 INFO O| Aug 11 16:50:59.010 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-08-11T16:51:00.022Z[ recovery-image] Aug 11 16:50:59.021 INFO O| Aug 11 16:50:59.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57802026-08-11T16:51:00.022Z[ recovery-image] Aug 11 16:50:59.021 INFO O| Aug 11 16:50:59.021 INFO STEP 176 (remove_files) COMPLETE
57812026-08-11T16:51:00.022Z[ recovery-image] Aug 11 16:50:59.021 INFO O| Aug 11 16:50:59.021 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-08-11T16:51:00.033Z[ recovery-image] Aug 11 16:50:59.031 INFO O| Aug 11 16:50:59.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57832026-08-11T16:51:00.033Z[ recovery-image] Aug 11 16:50:59.031 INFO O| Aug 11 16:50:59.031 INFO STEP 177 (remove_files) COMPLETE
57842026-08-11T16:51:00.036Z[ recovery-image] Aug 11 16:50:59.031 INFO O| Aug 11 16:50:59.031 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-08-11T16:51:00.042Z[ recovery-image] Aug 11 16:50:59.041 INFO O| Aug 11 16:50:59.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57862026-08-11T16:51:00.043Z[ recovery-image] Aug 11 16:50:59.041 INFO O| Aug 11 16:50:59.041 INFO STEP 178 (remove_files) COMPLETE
57872026-08-11T16:51:00.045Z[ recovery-image] Aug 11 16:50:59.041 INFO O| Aug 11 16:50:59.041 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-08-11T16:51:00.053Z[ recovery-image] Aug 11 16:50:59.052 INFO O| Aug 11 16:50:59.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57892026-08-11T16:51:00.053Z[ recovery-image] Aug 11 16:50:59.052 INFO O| Aug 11 16:50:59.052 INFO STEP 179 (remove_files) COMPLETE
57902026-08-11T16:51:00.057Z[ recovery-image] Aug 11 16:50:59.052 INFO O| Aug 11 16:50:59.052 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-11T16:51:00.065Z[ recovery-image] Aug 11 16:50:59.062 INFO O| Aug 11 16:50:59.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57922026-08-11T16:51:00.065Z[ recovery-image] Aug 11 16:50:59.062 INFO O| Aug 11 16:50:59.062 INFO STEP 180 (remove_files) COMPLETE
57932026-08-11T16:51:00.068Z[ recovery-image] Aug 11 16:50:59.062 INFO O| Aug 11 16:50:59.062 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-08-11T16:51:00.074Z[ recovery-image] Aug 11 16:50:59.073 INFO O| Aug 11 16:50:59.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
57952026-08-11T16:51:00.074Z[ recovery-image] Aug 11 16:50:59.073 INFO O| Aug 11 16:50:59.073 INFO STEP 181 (remove_files) COMPLETE
57962026-08-11T16:51:00.077Z[ recovery-image] Aug 11 16:50:59.073 INFO O| Aug 11 16:50:59.073 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-08-11T16:51:00.086Z[ recovery-image] Aug 11 16:50:59.083 INFO O| Aug 11 16:50:59.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
57982026-08-11T16:51:00.086Z[ recovery-image] Aug 11 16:50:59.083 INFO O| Aug 11 16:50:59.083 INFO STEP 182 (remove_files) COMPLETE
57992026-08-11T16:51:00.086Z[ recovery-image] Aug 11 16:50:59.083 INFO O| Aug 11 16:50:59.083 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-08-11T16:51:00.094Z[ recovery-image] Aug 11 16:50:59.092 INFO O| Aug 11 16:50:59.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58012026-08-11T16:51:00.094Z[ recovery-image] Aug 11 16:50:59.092 INFO O| Aug 11 16:50:59.092 INFO STEP 183 (remove_files) COMPLETE
58022026-08-11T16:51:00.097Z[ recovery-image] Aug 11 16:50:59.092 INFO O| Aug 11 16:50:59.092 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-08-11T16:51:00.103Z[ recovery-image] Aug 11 16:50:59.101 INFO O| Aug 11 16:50:59.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58042026-08-11T16:51:00.103Z[ recovery-image] Aug 11 16:50:59.101 INFO O| Aug 11 16:50:59.101 INFO STEP 184 (remove_files) COMPLETE
58052026-08-11T16:51:00.105Z[ recovery-image] Aug 11 16:50:59.101 INFO O| Aug 11 16:50:59.101 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-08-11T16:51:00.111Z[ recovery-image] Aug 11 16:50:59.110 INFO O| Aug 11 16:50:59.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58072026-08-11T16:51:00.111Z[ recovery-image] Aug 11 16:50:59.110 INFO O| Aug 11 16:50:59.110 INFO STEP 185 (remove_files) COMPLETE
58082026-08-11T16:51:00.114Z[ recovery-image] Aug 11 16:50:59.110 INFO O| Aug 11 16:50:59.110 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-08-11T16:51:00.121Z[ recovery-image] Aug 11 16:50:59.119 INFO O| Aug 11 16:50:59.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58102026-08-11T16:51:00.121Z[ recovery-image] Aug 11 16:50:59.119 INFO O| Aug 11 16:50:59.119 INFO STEP 186 (remove_files) COMPLETE
58112026-08-11T16:51:00.124Z[ recovery-image] Aug 11 16:50:59.119 INFO O| Aug 11 16:50:59.119 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-08-11T16:51:00.130Z[ recovery-image] Aug 11 16:50:59.129 INFO O| Aug 11 16:50:59.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58132026-08-11T16:51:00.130Z[ recovery-image] Aug 11 16:50:59.129 INFO O| Aug 11 16:50:59.129 INFO STEP 187 (remove_files) COMPLETE
58142026-08-11T16:51:00.133Z[ recovery-image] Aug 11 16:50:59.129 INFO O| Aug 11 16:50:59.129 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-08-11T16:51:00.140Z[ recovery-image] Aug 11 16:50:59.138 INFO O| Aug 11 16:50:59.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58162026-08-11T16:51:00.140Z[ recovery-image] Aug 11 16:50:59.138 INFO O| Aug 11 16:50:59.138 INFO STEP 188 (remove_files) COMPLETE
58172026-08-11T16:51:00.140Z[ recovery-image] Aug 11 16:50:59.138 INFO O| Aug 11 16:50:59.138 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-08-11T16:51:00.150Z[ recovery-image] Aug 11 16:50:59.148 INFO O| Aug 11 16:50:59.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58192026-08-11T16:51:00.150Z[ recovery-image] Aug 11 16:50:59.148 INFO O| Aug 11 16:50:59.148 INFO STEP 189 (remove_files) COMPLETE
58202026-08-11T16:51:00.150Z[ recovery-image] Aug 11 16:50:59.148 INFO O| Aug 11 16:50:59.148 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-08-11T16:51:00.160Z[ recovery-image] Aug 11 16:50:59.159 INFO O| Aug 11 16:50:59.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58222026-08-11T16:51:00.160Z[ recovery-image] Aug 11 16:50:59.159 INFO O| Aug 11 16:50:59.159 INFO STEP 190 (remove_files) COMPLETE
58232026-08-11T16:51:00.160Z[ recovery-image] Aug 11 16:50:59.159 INFO O| Aug 11 16:50:59.159 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-08-11T16:51:00.171Z[ recovery-image] Aug 11 16:50:59.169 INFO O| Aug 11 16:50:59.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58252026-08-11T16:51:00.171Z[ recovery-image] Aug 11 16:50:59.169 INFO O| Aug 11 16:50:59.169 INFO STEP 191 (remove_files) COMPLETE
58262026-08-11T16:51:00.174Z[ recovery-image] Aug 11 16:50:59.169 INFO O| Aug 11 16:50:59.169 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-08-11T16:51:00.180Z[ recovery-image] Aug 11 16:50:59.179 INFO O| Aug 11 16:50:59.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58282026-08-11T16:51:00.180Z[ recovery-image] Aug 11 16:50:59.179 INFO O| Aug 11 16:50:59.179 INFO STEP 192 (remove_files) COMPLETE
58292026-08-11T16:51:00.180Z[ recovery-image] Aug 11 16:50:59.179 INFO O| Aug 11 16:50:59.179 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-08-11T16:51:00.191Z[ recovery-image] Aug 11 16:50:59.189 INFO O| Aug 11 16:50:59.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58312026-08-11T16:51:00.191Z[ recovery-image] Aug 11 16:50:59.189 INFO O| Aug 11 16:50:59.189 INFO STEP 193 (remove_files) COMPLETE
58322026-08-11T16:51:00.191Z[ recovery-image] Aug 11 16:50:59.189 INFO O| Aug 11 16:50:59.189 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-08-11T16:51:00.202Z[ recovery-image] Aug 11 16:50:59.201 INFO O| Aug 11 16:50:59.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58342026-08-11T16:51:00.202Z[ recovery-image] Aug 11 16:50:59.201 INFO O| Aug 11 16:50:59.201 INFO STEP 194 (remove_files) COMPLETE
58352026-08-11T16:51:00.202Z[ recovery-image] Aug 11 16:50:59.201 INFO O| Aug 11 16:50:59.201 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-08-11T16:51:00.213Z[ recovery-image] Aug 11 16:50:59.212 INFO O| Aug 11 16:50:59.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58372026-08-11T16:51:00.213Z[ recovery-image] Aug 11 16:50:59.212 INFO O| Aug 11 16:50:59.212 INFO STEP 195 (remove_files) COMPLETE
58382026-08-11T16:51:00.213Z[ recovery-image] Aug 11 16:50:59.212 INFO O| Aug 11 16:50:59.212 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-08-11T16:51:00.224Z[ recovery-image] Aug 11 16:50:59.223 INFO O| Aug 11 16:50:59.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58402026-08-11T16:51:00.225Z[ recovery-image] Aug 11 16:50:59.223 INFO O| Aug 11 16:50:59.223 INFO STEP 196 (remove_files) COMPLETE
58412026-08-11T16:51:00.225Z[ recovery-image] Aug 11 16:50:59.223 INFO O| Aug 11 16:50:59.223 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-08-11T16:51:00.235Z[ recovery-image] Aug 11 16:50:59.234 INFO O| Aug 11 16:50:59.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58432026-08-11T16:51:00.235Z[ recovery-image] Aug 11 16:50:59.234 INFO O| Aug 11 16:50:59.234 INFO STEP 197 (remove_files) COMPLETE
58442026-08-11T16:51:00.238Z[ recovery-image] Aug 11 16:50:59.234 INFO O| Aug 11 16:50:59.234 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-11T16:51:00.249Z[ recovery-image] Aug 11 16:50:59.245 INFO O| Aug 11 16:50:59.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58462026-08-11T16:51:00.249Z[ recovery-image] Aug 11 16:50:59.245 INFO O| Aug 11 16:50:59.244 INFO STEP 198 (remove_files) COMPLETE
58472026-08-11T16:51:00.252Z[ recovery-image] Aug 11 16:50:59.245 INFO O| Aug 11 16:50:59.244 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-11T16:51:00.265Z[ recovery-image] Aug 11 16:50:59.255 INFO O| Aug 11 16:50:59.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58492026-08-11T16:51:00.265Z[ recovery-image] Aug 11 16:50:59.255 INFO O| Aug 11 16:50:59.255 INFO STEP 199 (remove_files) COMPLETE
58502026-08-11T16:51:00.268Z[ recovery-image] Aug 11 16:50:59.255 INFO O| Aug 11 16:50:59.255 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-11T16:51:00.271Z[ recovery-image] Aug 11 16:50:59.269 INFO O| Aug 11 16:50:59.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58522026-08-11T16:51:00.271Z[ recovery-image] Aug 11 16:50:59.269 INFO O| Aug 11 16:50:59.269 INFO STEP 200 (remove_files) COMPLETE
58532026-08-11T16:51:00.271Z[ recovery-image] Aug 11 16:50:59.269 INFO O| Aug 11 16:50:59.269 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-11T16:51:00.279Z[ recovery-image] Aug 11 16:50:59.277 INFO O| Aug 11 16:50:59.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58552026-08-11T16:51:00.279Z[ recovery-image] Aug 11 16:50:59.277 INFO O| Aug 11 16:50:59.277 INFO STEP 201 (remove_files) COMPLETE
58562026-08-11T16:51:00.282Z[ recovery-image] Aug 11 16:50:59.277 INFO O| Aug 11 16:50:59.277 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-08-11T16:51:00.289Z[ recovery-image] Aug 11 16:50:59.286 INFO O| Aug 11 16:50:59.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58582026-08-11T16:51:00.289Z[ recovery-image] Aug 11 16:50:59.286 INFO O| Aug 11 16:50:59.286 INFO STEP 202 (remove_files) COMPLETE
58592026-08-11T16:51:00.292Z[ recovery-image] Aug 11 16:50:59.286 INFO O| Aug 11 16:50:59.286 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-08-11T16:51:00.301Z[ recovery-image] Aug 11 16:50:59.300 INFO O| Aug 11 16:50:59.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58612026-08-11T16:51:00.301Z[ recovery-image] Aug 11 16:50:59.300 INFO O| Aug 11 16:50:59.300 INFO STEP 203 (remove_files) COMPLETE
58622026-08-11T16:51:00.301Z[ recovery-image] Aug 11 16:50:59.300 INFO O| Aug 11 16:50:59.300 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-08-11T16:51:00.311Z[ recovery-image] Aug 11 16:50:59.310 INFO O| Aug 11 16:50:59.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58642026-08-11T16:51:00.311Z[ recovery-image] Aug 11 16:50:59.310 INFO O| Aug 11 16:50:59.310 INFO STEP 204 (remove_files) COMPLETE
58652026-08-11T16:51:00.311Z[ recovery-image] Aug 11 16:50:59.310 INFO O| Aug 11 16:50:59.310 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-08-11T16:51:00.321Z[ recovery-image] Aug 11 16:50:59.319 INFO O| Aug 11 16:50:59.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58672026-08-11T16:51:00.321Z[ recovery-image] Aug 11 16:50:59.320 INFO O| Aug 11 16:50:59.320 INFO STEP 205 (remove_files) COMPLETE
58682026-08-11T16:51:00.321Z[ recovery-image] Aug 11 16:50:59.320 INFO O| Aug 11 16:50:59.320 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-08-11T16:51:00.332Z[ recovery-image] Aug 11 16:50:59.330 INFO O| Aug 11 16:50:59.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58702026-08-11T16:51:00.332Z[ recovery-image] Aug 11 16:50:59.330 INFO O| Aug 11 16:50:59.330 INFO STEP 206 (remove_files) COMPLETE
58712026-08-11T16:51:00.335Z[ recovery-image] Aug 11 16:50:59.330 INFO O| Aug 11 16:50:59.330 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-08-11T16:51:00.341Z[ recovery-image] Aug 11 16:50:59.339 INFO O| Aug 11 16:50:59.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58732026-08-11T16:51:00.341Z[ recovery-image] Aug 11 16:50:59.339 INFO O| Aug 11 16:50:59.339 INFO STEP 207 (remove_files) COMPLETE
58742026-08-11T16:51:00.341Z[ recovery-image] Aug 11 16:50:59.339 INFO O| Aug 11 16:50:59.339 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-08-11T16:51:00.350Z[ recovery-image] Aug 11 16:50:59.348 INFO O| Aug 11 16:50:59.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58762026-08-11T16:51:00.350Z[ recovery-image] Aug 11 16:50:59.348 INFO O| Aug 11 16:50:59.348 INFO STEP 208 (remove_files) COMPLETE
58772026-08-11T16:51:00.353Z[ recovery-image] Aug 11 16:50:59.348 INFO O| Aug 11 16:50:59.348 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-08-11T16:51:00.359Z[ recovery-image] Aug 11 16:50:59.357 INFO O| Aug 11 16:50:59.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58792026-08-11T16:51:00.359Z[ recovery-image] Aug 11 16:50:59.357 INFO O| Aug 11 16:50:59.357 INFO STEP 209 (remove_files) COMPLETE
58802026-08-11T16:51:00.361Z[ recovery-image] Aug 11 16:50:59.357 INFO O| Aug 11 16:50:59.357 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-08-11T16:51:00.365Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
58822026-08-11T16:51:00.368Z[ recovery-image] Aug 11 16:50:59.366 INFO O| Aug 11 16:50:59.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58832026-08-11T16:51:00.368Z[ recovery-image] Aug 11 16:50:59.366 INFO O| Aug 11 16:50:59.366 INFO STEP 210 (remove_files) COMPLETE
58842026-08-11T16:51:00.368Z[ recovery-image] Aug 11 16:50:59.366 INFO O| Aug 11 16:50:59.366 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-08-11T16:51:00.378Z[ recovery-image] Aug 11 16:50:59.376 INFO O| Aug 11 16:50:59.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58862026-08-11T16:51:00.381Z[ recovery-image] Aug 11 16:50:59.377 INFO O| Aug 11 16:50:59.377 INFO STEP 211 (remove_files) COMPLETE
58872026-08-11T16:51:00.381Z[ recovery-image] Aug 11 16:50:59.377 INFO O| Aug 11 16:50:59.377 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-11T16:51:00.389Z[ recovery-image] Aug 11 16:50:59.387 INFO O| Aug 11 16:50:59.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58892026-08-11T16:51:00.389Z[ recovery-image] Aug 11 16:50:59.387 INFO O| Aug 11 16:50:59.387 INFO STEP 212 (remove_files) COMPLETE
58902026-08-11T16:51:00.389Z[ recovery-image] Aug 11 16:50:59.387 INFO O| Aug 11 16:50:59.387 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-08-11T16:51:00.398Z[ recovery-image] Aug 11 16:50:59.397 INFO O| Aug 11 16:50:59.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
58922026-08-11T16:51:00.398Z[ recovery-image] Aug 11 16:50:59.397 INFO O| Aug 11 16:50:59.397 INFO STEP 213 (remove_files) COMPLETE
58932026-08-11T16:51:00.398Z[ recovery-image] Aug 11 16:50:59.397 INFO O| Aug 11 16:50:59.397 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-08-11T16:51:00.408Z[ recovery-image] Aug 11 16:50:59.406 INFO O| Aug 11 16:50:59.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
58952026-08-11T16:51:00.408Z[ recovery-image] Aug 11 16:50:59.406 INFO O| Aug 11 16:50:59.406 INFO STEP 214 (remove_files) COMPLETE
58962026-08-11T16:51:00.408Z[ recovery-image] Aug 11 16:50:59.407 INFO O| Aug 11 16:50:59.406 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-11T16:51:00.416Z[ recovery-image] Aug 11 16:50:59.415 INFO O| Aug 11 16:50:59.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
58982026-08-11T16:51:00.416Z[ recovery-image] Aug 11 16:50:59.415 INFO O| Aug 11 16:50:59.415 INFO STEP 215 (remove_files) COMPLETE
58992026-08-11T16:51:00.416Z[ recovery-image] Aug 11 16:50:59.415 INFO O| Aug 11 16:50:59.415 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-08-11T16:51:00.426Z[ recovery-image] Aug 11 16:50:59.424 INFO O| Aug 11 16:50:59.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59012026-08-11T16:51:00.426Z[ recovery-image] Aug 11 16:50:59.424 INFO O| Aug 11 16:50:59.424 INFO STEP 216 (remove_files) COMPLETE
59022026-08-11T16:51:00.429Z[ recovery-image] Aug 11 16:50:59.425 INFO O| Aug 11 16:50:59.424 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-11T16:51:00.436Z[ recovery-image] Aug 11 16:50:59.434 INFO O| Aug 11 16:50:59.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59042026-08-11T16:51:00.439Z[ recovery-image] Aug 11 16:50:59.435 INFO O| Aug 11 16:50:59.435 INFO STEP 217 (remove_files) COMPLETE
59052026-08-11T16:51:00.439Z[ recovery-image] Aug 11 16:50:59.435 INFO O| Aug 11 16:50:59.435 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-11T16:51:00.446Z[ recovery-image] Aug 11 16:50:59.444 INFO O| Aug 11 16:50:59.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59072026-08-11T16:51:00.446Z[ recovery-image] Aug 11 16:50:59.444 INFO O| Aug 11 16:50:59.444 INFO STEP 218 (remove_files) COMPLETE
59082026-08-11T16:51:00.449Z[ recovery-image] Aug 11 16:50:59.444 INFO O| Aug 11 16:50:59.444 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-11T16:51:00.455Z[ recovery-image] Aug 11 16:50:59.453 INFO O| Aug 11 16:50:59.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59102026-08-11T16:51:00.455Z[ recovery-image] Aug 11 16:50:59.453 INFO O| Aug 11 16:50:59.453 INFO STEP 219 (remove_files) COMPLETE
59112026-08-11T16:51:00.455Z[ recovery-image] Aug 11 16:50:59.453 INFO O| Aug 11 16:50:59.453 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-11T16:51:00.464Z[ recovery-image] Aug 11 16:50:59.462 INFO O| Aug 11 16:50:59.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59132026-08-11T16:51:00.464Z[ recovery-image] Aug 11 16:50:59.462 INFO O| Aug 11 16:50:59.462 INFO STEP 220 (remove_files) COMPLETE
59142026-08-11T16:51:00.464Z[ recovery-image] Aug 11 16:50:59.462 INFO O| Aug 11 16:50:59.462 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-11T16:51:00.474Z[ recovery-image] Aug 11 16:50:59.472 INFO O| Aug 11 16:50:59.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59162026-08-11T16:51:00.474Z[ recovery-image] Aug 11 16:50:59.472 INFO O| Aug 11 16:50:59.472 INFO STEP 221 (remove_files) COMPLETE
59172026-08-11T16:51:00.474Z[ recovery-image] Aug 11 16:50:59.472 INFO O| Aug 11 16:50:59.472 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-11T16:51:00.485Z[ recovery-image] Aug 11 16:50:59.483 INFO O| Aug 11 16:50:59.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59192026-08-11T16:51:00.486Z[ recovery-image] Aug 11 16:50:59.483 INFO O| Aug 11 16:50:59.483 INFO STEP 222 (remove_files) COMPLETE
59202026-08-11T16:51:00.486Z[ recovery-image] Aug 11 16:50:59.483 INFO O| Aug 11 16:50:59.483 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-11T16:51:00.496Z[ recovery-image] Aug 11 16:50:59.494 INFO O| Aug 11 16:50:59.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59222026-08-11T16:51:00.499Z[ recovery-image] Aug 11 16:50:59.494 INFO O| Aug 11 16:50:59.494 INFO STEP 223 (remove_files) COMPLETE
59232026-08-11T16:51:00.499Z[ recovery-image] Aug 11 16:50:59.494 INFO O| Aug 11 16:50:59.494 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-11T16:51:00.505Z[ recovery-image] Aug 11 16:50:59.503 INFO O| Aug 11 16:50:59.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59252026-08-11T16:51:00.505Z[ recovery-image] Aug 11 16:50:59.503 INFO O| Aug 11 16:50:59.503 INFO STEP 224 (remove_files) COMPLETE
59262026-08-11T16:51:00.505Z[ recovery-image] Aug 11 16:50:59.503 INFO O| Aug 11 16:50:59.503 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-11T16:51:00.514Z[ recovery-image] Aug 11 16:50:59.513 INFO O| Aug 11 16:50:59.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59282026-08-11T16:51:00.514Z[ recovery-image] Aug 11 16:50:59.513 INFO O| Aug 11 16:50:59.513 INFO STEP 225 (remove_files) COMPLETE
59292026-08-11T16:51:00.517Z[ recovery-image] Aug 11 16:50:59.513 INFO O| Aug 11 16:50:59.513 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-08-11T16:51:00.523Z[ recovery-image] Aug 11 16:50:59.522 INFO O| Aug 11 16:50:59.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59312026-08-11T16:51:00.523Z[ recovery-image] Aug 11 16:50:59.522 INFO O| Aug 11 16:50:59.522 INFO STEP 226 (remove_files) COMPLETE
59322026-08-11T16:51:00.526Z[ recovery-image] Aug 11 16:50:59.522 INFO O| Aug 11 16:50:59.522 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-08-11T16:51:00.533Z[ recovery-image] Aug 11 16:50:59.532 INFO O| Aug 11 16:50:59.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59342026-08-11T16:51:00.533Z[ recovery-image] Aug 11 16:50:59.532 INFO O| Aug 11 16:50:59.532 INFO STEP 227 (remove_files) COMPLETE
59352026-08-11T16:51:00.533Z[ recovery-image] Aug 11 16:50:59.532 INFO O| Aug 11 16:50:59.532 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-08-11T16:51:00.543Z[ recovery-image] Aug 11 16:50:59.541 INFO O| Aug 11 16:50:59.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59372026-08-11T16:51:00.543Z[ recovery-image] Aug 11 16:50:59.541 INFO O| Aug 11 16:50:59.541 INFO STEP 228 (remove_files) COMPLETE
59382026-08-11T16:51:00.543Z[ recovery-image] Aug 11 16:50:59.541 INFO O| Aug 11 16:50:59.541 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-08-11T16:51:00.554Z[ recovery-image] Aug 11 16:50:59.553 INFO O| Aug 11 16:50:59.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59402026-08-11T16:51:00.555Z[ recovery-image] Aug 11 16:50:59.553 INFO O| Aug 11 16:50:59.553 INFO STEP 229 (remove_files) COMPLETE
59412026-08-11T16:51:00.555Z[ recovery-image] Aug 11 16:50:59.553 INFO O| Aug 11 16:50:59.553 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-11T16:51:00.564Z[ recovery-image] Aug 11 16:50:59.562 INFO O| Aug 11 16:50:59.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59432026-08-11T16:51:00.564Z[ recovery-image] Aug 11 16:50:59.562 INFO O| Aug 11 16:50:59.562 INFO STEP 230 (remove_files) COMPLETE
59442026-08-11T16:51:00.564Z[ recovery-image] Aug 11 16:50:59.563 INFO O| Aug 11 16:50:59.562 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-08-11T16:51:00.573Z[ recovery-image] Aug 11 16:50:59.571 INFO O| Aug 11 16:50:59.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59462026-08-11T16:51:00.573Z[ recovery-image] Aug 11 16:50:59.571 INFO O| Aug 11 16:50:59.571 INFO STEP 231 (remove_files) COMPLETE
59472026-08-11T16:51:00.573Z[ recovery-image] Aug 11 16:50:59.571 INFO O| Aug 11 16:50:59.571 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-11T16:51:00.582Z[ recovery-image] Aug 11 16:50:59.581 INFO O| Aug 11 16:50:59.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59492026-08-11T16:51:00.582Z[ recovery-image] Aug 11 16:50:59.581 INFO O| Aug 11 16:50:59.581 INFO STEP 232 (remove_files) COMPLETE
59502026-08-11T16:51:00.582Z[ recovery-image] Aug 11 16:50:59.581 INFO O| Aug 11 16:50:59.581 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-08-11T16:51:00.592Z[ recovery-image] Aug 11 16:50:59.591 INFO O| Aug 11 16:50:59.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59522026-08-11T16:51:00.592Z[ recovery-image] Aug 11 16:50:59.591 INFO O| Aug 11 16:50:59.591 INFO STEP 233 (remove_files) COMPLETE
59532026-08-11T16:51:00.595Z[ recovery-image] Aug 11 16:50:59.591 INFO O| Aug 11 16:50:59.591 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-08-11T16:51:00.603Z[ recovery-image] Aug 11 16:50:59.601 INFO O| Aug 11 16:50:59.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59552026-08-11T16:51:00.603Z[ recovery-image] Aug 11 16:50:59.601 INFO O| Aug 11 16:50:59.601 INFO STEP 234 (remove_files) COMPLETE
59562026-08-11T16:51:00.603Z[ recovery-image] Aug 11 16:50:59.601 INFO O| Aug 11 16:50:59.601 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-11T16:51:00.612Z[ recovery-image] Aug 11 16:50:59.611 INFO O| Aug 11 16:50:59.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59582026-08-11T16:51:00.612Z[ recovery-image] Aug 11 16:50:59.611 INFO O| Aug 11 16:50:59.611 INFO STEP 235 (remove_files) COMPLETE
59592026-08-11T16:51:00.613Z[ recovery-image] Aug 11 16:50:59.611 INFO O| Aug 11 16:50:59.611 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-08-11T16:51:00.623Z[ recovery-image] Aug 11 16:50:59.621 INFO O| Aug 11 16:50:59.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59612026-08-11T16:51:00.623Z[ recovery-image] Aug 11 16:50:59.621 INFO O| Aug 11 16:50:59.621 INFO STEP 236 (remove_files) COMPLETE
59622026-08-11T16:51:00.623Z[ recovery-image] Aug 11 16:50:59.621 INFO O| Aug 11 16:50:59.621 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-08-11T16:51:00.634Z[ recovery-image] Aug 11 16:50:59.632 INFO O| Aug 11 16:50:59.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59642026-08-11T16:51:00.634Z[ recovery-image] Aug 11 16:50:59.632 INFO O| Aug 11 16:50:59.632 INFO STEP 237 (remove_files) COMPLETE
59652026-08-11T16:51:00.634Z[ recovery-image] Aug 11 16:50:59.632 INFO O| Aug 11 16:50:59.632 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-08-11T16:51:00.645Z[ recovery-image] Aug 11 16:50:59.643 INFO O| Aug 11 16:50:59.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59672026-08-11T16:51:00.645Z[ recovery-image] Aug 11 16:50:59.643 INFO O| Aug 11 16:50:59.643 INFO STEP 238 (remove_files) COMPLETE
59682026-08-11T16:51:00.645Z[ recovery-image] Aug 11 16:50:59.643 INFO O| Aug 11 16:50:59.643 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-08-11T16:51:00.655Z[ recovery-image] Aug 11 16:50:59.653 INFO O| Aug 11 16:50:59.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59702026-08-11T16:51:00.655Z[ recovery-image] Aug 11 16:50:59.653 INFO O| Aug 11 16:50:59.653 INFO STEP 239 (remove_files) COMPLETE
59712026-08-11T16:51:00.655Z[ recovery-image] Aug 11 16:50:59.653 INFO O| Aug 11 16:50:59.653 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-08-11T16:51:00.665Z[ recovery-image] Aug 11 16:50:59.663 INFO O| Aug 11 16:50:59.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59732026-08-11T16:51:00.665Z[ recovery-image] Aug 11 16:50:59.663 INFO O| Aug 11 16:50:59.663 INFO STEP 240 (remove_files) COMPLETE
59742026-08-11T16:51:00.665Z[ recovery-image] Aug 11 16:50:59.663 INFO O| Aug 11 16:50:59.663 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-08-11T16:51:00.674Z[ recovery-image] Aug 11 16:50:59.673 INFO O| Aug 11 16:50:59.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59762026-08-11T16:51:00.675Z[ recovery-image] Aug 11 16:50:59.673 INFO O| Aug 11 16:50:59.673 INFO STEP 241 (remove_files) COMPLETE
59772026-08-11T16:51:00.675Z[ recovery-image] Aug 11 16:50:59.673 INFO O| Aug 11 16:50:59.673 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-08-11T16:51:00.684Z[ recovery-image] Aug 11 16:50:59.683 INFO O| Aug 11 16:50:59.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59792026-08-11T16:51:00.685Z[ recovery-image] Aug 11 16:50:59.683 INFO O| Aug 11 16:50:59.683 INFO STEP 242 (remove_files) COMPLETE
59802026-08-11T16:51:00.685Z[ recovery-image] Aug 11 16:50:59.683 INFO O| Aug 11 16:50:59.683 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-08-11T16:51:00.695Z[ recovery-image] Aug 11 16:50:59.693 INFO O| Aug 11 16:50:59.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59822026-08-11T16:51:00.695Z[ recovery-image] Aug 11 16:50:59.693 INFO O| Aug 11 16:50:59.693 INFO STEP 243 (remove_files) COMPLETE
59832026-08-11T16:51:00.695Z[ recovery-image] Aug 11 16:50:59.693 INFO O| Aug 11 16:50:59.693 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-08-11T16:51:00.704Z[ recovery-image] Aug 11 16:50:59.702 INFO O| Aug 11 16:50:59.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59852026-08-11T16:51:00.704Z[ recovery-image] Aug 11 16:50:59.702 INFO O| Aug 11 16:50:59.702 INFO STEP 244 (remove_files) COMPLETE
59862026-08-11T16:51:00.704Z[ recovery-image] Aug 11 16:50:59.702 INFO O| Aug 11 16:50:59.702 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-08-11T16:51:00.712Z[ recovery-image] Aug 11 16:50:59.711 INFO O| Aug 11 16:50:59.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
59882026-08-11T16:51:00.713Z[ recovery-image] Aug 11 16:50:59.711 INFO O| Aug 11 16:50:59.711 INFO STEP 245 (remove_files) COMPLETE
59892026-08-11T16:51:00.713Z[ recovery-image] Aug 11 16:50:59.711 INFO O| Aug 11 16:50:59.711 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-08-11T16:51:00.721Z[ recovery-image] Aug 11 16:50:59.719 INFO O| Aug 11 16:50:59.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
59912026-08-11T16:51:00.721Z[ recovery-image] Aug 11 16:50:59.719 INFO O| Aug 11 16:50:59.719 INFO STEP 246 (remove_files) COMPLETE
59922026-08-11T16:51:00.721Z[ recovery-image] Aug 11 16:50:59.719 INFO O| Aug 11 16:50:59.719 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-08-11T16:51:00.730Z[ recovery-image] Aug 11 16:50:59.728 INFO O| Aug 11 16:50:59.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
59942026-08-11T16:51:00.730Z[ recovery-image] Aug 11 16:50:59.728 INFO O| Aug 11 16:50:59.728 INFO STEP 247 (remove_files) COMPLETE
59952026-08-11T16:51:00.733Z[ recovery-image] Aug 11 16:50:59.728 INFO O| Aug 11 16:50:59.728 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-08-11T16:51:00.739Z[ recovery-image] Aug 11 16:50:59.738 INFO O| Aug 11 16:50:59.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
59972026-08-11T16:51:00.739Z[ recovery-image] Aug 11 16:50:59.738 INFO O| Aug 11 16:50:59.738 INFO STEP 248 (remove_files) COMPLETE
59982026-08-11T16:51:00.739Z[ recovery-image] Aug 11 16:50:59.738 INFO O| Aug 11 16:50:59.738 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-08-11T16:51:00.749Z[ recovery-image] Aug 11 16:50:59.747 INFO O| Aug 11 16:50:59.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60002026-08-11T16:51:00.749Z[ recovery-image] Aug 11 16:50:59.747 INFO O| Aug 11 16:50:59.747 INFO STEP 249 (remove_files) COMPLETE
60012026-08-11T16:51:00.749Z[ recovery-image] Aug 11 16:50:59.747 INFO O| Aug 11 16:50:59.747 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-08-11T16:51:00.759Z[ recovery-image] Aug 11 16:50:59.757 INFO O| Aug 11 16:50:59.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60032026-08-11T16:51:00.759Z[ recovery-image] Aug 11 16:50:59.757 INFO O| Aug 11 16:50:59.757 INFO STEP 250 (remove_files) COMPLETE
60042026-08-11T16:51:00.762Z[ recovery-image] Aug 11 16:50:59.758 INFO O| Aug 11 16:50:59.757 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-08-11T16:51:00.769Z[ recovery-image] Aug 11 16:50:59.767 INFO O| Aug 11 16:50:59.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60062026-08-11T16:51:00.769Z[ recovery-image] Aug 11 16:50:59.767 INFO O| Aug 11 16:50:59.767 INFO STEP 251 (remove_files) COMPLETE
60072026-08-11T16:51:00.772Z[ recovery-image] Aug 11 16:50:59.767 INFO O| Aug 11 16:50:59.767 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-08-11T16:51:00.778Z[ recovery-image] Aug 11 16:50:59.776 INFO O| Aug 11 16:50:59.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60092026-08-11T16:51:00.778Z[ recovery-image] Aug 11 16:50:59.777 INFO O| Aug 11 16:50:59.776 INFO STEP 252 (remove_files) COMPLETE
60102026-08-11T16:51:00.778Z[ recovery-image] Aug 11 16:50:59.777 INFO O| Aug 11 16:50:59.777 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-08-11T16:51:00.787Z[ recovery-image] Aug 11 16:50:59.785 INFO O| Aug 11 16:50:59.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60122026-08-11T16:51:00.790Z[ recovery-image] Aug 11 16:50:59.786 INFO O| Aug 11 16:50:59.786 INFO STEP 253 (remove_files) COMPLETE
60132026-08-11T16:51:00.790Z[ recovery-image] Aug 11 16:50:59.786 INFO O| Aug 11 16:50:59.786 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-08-11T16:51:00.797Z[ recovery-image] Aug 11 16:50:59.796 INFO O| Aug 11 16:50:59.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60152026-08-11T16:51:00.797Z[ recovery-image] Aug 11 16:50:59.796 INFO O| Aug 11 16:50:59.796 INFO STEP 254 (remove_files) COMPLETE
60162026-08-11T16:51:00.800Z[ recovery-image] Aug 11 16:50:59.796 INFO O| Aug 11 16:50:59.796 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-08-11T16:51:00.807Z[ recovery-image] Aug 11 16:50:59.805 INFO O| Aug 11 16:50:59.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60182026-08-11T16:51:00.807Z[ recovery-image] Aug 11 16:50:59.805 INFO O| Aug 11 16:50:59.805 INFO STEP 255 (remove_files) COMPLETE
60192026-08-11T16:51:00.807Z[ recovery-image] Aug 11 16:50:59.805 INFO O| Aug 11 16:50:59.805 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-08-11T16:51:00.816Z[ recovery-image] Aug 11 16:50:59.814 INFO O| Aug 11 16:50:59.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60212026-08-11T16:51:00.816Z[ recovery-image] Aug 11 16:50:59.814 INFO O| Aug 11 16:50:59.814 INFO STEP 256 (remove_files) COMPLETE
60222026-08-11T16:51:00.816Z[ recovery-image] Aug 11 16:50:59.814 INFO O| Aug 11 16:50:59.814 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-08-11T16:51:00.824Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
60242026-08-11T16:51:00.829Z[ recovery-image] Aug 11 16:50:59.823 INFO O| Aug 11 16:50:59.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60252026-08-11T16:51:00.829Z[ recovery-image] Aug 11 16:50:59.823 INFO O| Aug 11 16:50:59.823 INFO STEP 257 (remove_files) COMPLETE
60262026-08-11T16:51:00.829Z[ recovery-image] Aug 11 16:50:59.823 INFO O| Aug 11 16:50:59.823 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-11T16:51:00.835Z[ recovery-image] Aug 11 16:50:59.834 INFO O| Aug 11 16:50:59.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60282026-08-11T16:51:00.835Z[ recovery-image] Aug 11 16:50:59.834 INFO O| Aug 11 16:50:59.834 INFO STEP 258 (remove_files) COMPLETE
60292026-08-11T16:51:00.835Z[ recovery-image] Aug 11 16:50:59.834 INFO O| Aug 11 16:50:59.834 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-11T16:51:00.845Z[ recovery-image] Aug 11 16:50:59.843 INFO O| Aug 11 16:50:59.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60312026-08-11T16:51:00.845Z[ recovery-image] Aug 11 16:50:59.843 INFO O| Aug 11 16:50:59.843 INFO STEP 259 (remove_files) COMPLETE
60322026-08-11T16:51:00.845Z[ recovery-image] Aug 11 16:50:59.843 INFO O| Aug 11 16:50:59.843 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-08-11T16:51:00.855Z[ recovery-image] Aug 11 16:50:59.853 INFO O| Aug 11 16:50:59.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60342026-08-11T16:51:00.855Z[ recovery-image] Aug 11 16:50:59.854 INFO O| Aug 11 16:50:59.854 INFO STEP 260 (remove_files) COMPLETE
60352026-08-11T16:51:00.858Z[ recovery-image] Aug 11 16:50:59.854 INFO O| Aug 11 16:50:59.854 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-08-11T16:51:00.865Z[ recovery-image] Aug 11 16:50:59.864 INFO O| Aug 11 16:50:59.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60372026-08-11T16:51:00.865Z[ recovery-image] Aug 11 16:50:59.864 INFO O| Aug 11 16:50:59.864 INFO STEP 261 (remove_files) COMPLETE
60382026-08-11T16:51:00.868Z[ recovery-image] Aug 11 16:50:59.864 INFO O| Aug 11 16:50:59.864 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-08-11T16:51:00.873Z[ recovery-image] Aug 11 16:50:59.872 INFO O| Aug 11 16:50:59.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60402026-08-11T16:51:00.873Z[ recovery-image] Aug 11 16:50:59.872 INFO O| Aug 11 16:50:59.872 INFO STEP 262 (remove_files) COMPLETE
60412026-08-11T16:51:00.873Z[ recovery-image] Aug 11 16:50:59.872 INFO O| Aug 11 16:50:59.872 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-08-11T16:51:00.883Z[ recovery-image] Aug 11 16:50:59.882 INFO O| Aug 11 16:50:59.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60432026-08-11T16:51:00.883Z[ recovery-image] Aug 11 16:50:59.882 INFO O| Aug 11 16:50:59.882 INFO STEP 263 (remove_files) COMPLETE
60442026-08-11T16:51:00.886Z[ recovery-image] Aug 11 16:50:59.882 INFO O| Aug 11 16:50:59.882 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-11T16:51:00.889Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
60462026-08-11T16:51:00.892Z[ recovery-image] Aug 11 16:50:59.891 INFO O| Aug 11 16:50:59.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60472026-08-11T16:51:00.893Z[ recovery-image] Aug 11 16:50:59.891 INFO O| Aug 11 16:50:59.891 INFO STEP 264 (remove_files) COMPLETE
60482026-08-11T16:51:00.893Z[ recovery-image] Aug 11 16:50:59.891 INFO O| Aug 11 16:50:59.891 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-08-11T16:51:00.905Z[ recovery-image] Aug 11 16:50:59.900 INFO O| Aug 11 16:50:59.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60502026-08-11T16:51:00.905Z[ recovery-image] Aug 11 16:50:59.900 INFO O| Aug 11 16:50:59.900 INFO STEP 265 (remove_files) COMPLETE
60512026-08-11T16:51:00.905Z[ recovery-image] Aug 11 16:50:59.900 INFO O| Aug 11 16:50:59.900 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-08-11T16:51:00.911Z[ recovery-image] Aug 11 16:50:59.910 INFO O| Aug 11 16:50:59.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60532026-08-11T16:51:00.914Z[ recovery-image] Aug 11 16:50:59.911 INFO O| Aug 11 16:50:59.910 INFO STEP 266 (remove_files) COMPLETE
60542026-08-11T16:51:00.914Z[ recovery-image] Aug 11 16:50:59.911 INFO O| Aug 11 16:50:59.910 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-08-11T16:51:00.923Z[ recovery-image] Aug 11 16:50:59.921 INFO O| Aug 11 16:50:59.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60562026-08-11T16:51:00.923Z[ recovery-image] Aug 11 16:50:59.921 INFO O| Aug 11 16:50:59.921 INFO STEP 267 (remove_files) COMPLETE
60572026-08-11T16:51:00.923Z[ recovery-image] Aug 11 16:50:59.921 INFO O| Aug 11 16:50:59.921 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-08-11T16:51:00.933Z[ recovery-image] Aug 11 16:50:59.932 INFO O| Aug 11 16:50:59.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60592026-08-11T16:51:00.933Z[ recovery-image] Aug 11 16:50:59.932 INFO O| Aug 11 16:50:59.932 INFO STEP 268 (remove_files) COMPLETE
60602026-08-11T16:51:00.933Z[ recovery-image] Aug 11 16:50:59.932 INFO O| Aug 11 16:50:59.932 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-08-11T16:51:00.943Z[ recovery-image] Aug 11 16:50:59.941 INFO O| Aug 11 16:50:59.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60622026-08-11T16:51:00.943Z[ recovery-image] Aug 11 16:50:59.941 INFO O| Aug 11 16:50:59.941 INFO STEP 269 (remove_files) COMPLETE
60632026-08-11T16:51:00.943Z[ recovery-image] Aug 11 16:50:59.941 INFO O| Aug 11 16:50:59.941 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-08-11T16:51:00.953Z[ recovery-image] Aug 11 16:50:59.952 INFO O| Aug 11 16:50:59.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60652026-08-11T16:51:00.953Z[ recovery-image] Aug 11 16:50:59.952 INFO O| Aug 11 16:50:59.952 INFO STEP 270 (remove_files) COMPLETE
60662026-08-11T16:51:00.953Z[ recovery-image] Aug 11 16:50:59.952 INFO O| Aug 11 16:50:59.952 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-08-11T16:51:00.963Z[ recovery-image] Aug 11 16:50:59.961 INFO O| Aug 11 16:50:59.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60682026-08-11T16:51:00.963Z[ recovery-image] Aug 11 16:50:59.961 INFO O| Aug 11 16:50:59.961 INFO STEP 271 (remove_files) COMPLETE
60692026-08-11T16:51:00.963Z[ recovery-image] Aug 11 16:50:59.961 INFO O| Aug 11 16:50:59.961 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-08-11T16:51:00.973Z[ recovery-image] Aug 11 16:50:59.971 INFO O| Aug 11 16:50:59.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60712026-08-11T16:51:00.973Z[ recovery-image] Aug 11 16:50:59.971 INFO O| Aug 11 16:50:59.971 INFO STEP 272 (remove_files) COMPLETE
60722026-08-11T16:51:00.976Z[ recovery-image] Aug 11 16:50:59.971 INFO O| Aug 11 16:50:59.971 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-08-11T16:51:00.982Z[ recovery-image] Aug 11 16:50:59.981 INFO O| Aug 11 16:50:59.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60742026-08-11T16:51:00.982Z[ recovery-image] Aug 11 16:50:59.981 INFO O| Aug 11 16:50:59.981 INFO STEP 273 (remove_files) COMPLETE
60752026-08-11T16:51:00.985Z[ recovery-image] Aug 11 16:50:59.981 INFO O| Aug 11 16:50:59.981 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-08-11T16:51:00.992Z[ recovery-image] Aug 11 16:50:59.990 INFO O| Aug 11 16:50:59.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60772026-08-11T16:51:00.992Z[ recovery-image] Aug 11 16:50:59.990 INFO O| Aug 11 16:50:59.990 INFO STEP 274 (remove_files) COMPLETE
60782026-08-11T16:51:00.992Z[ recovery-image] Aug 11 16:50:59.990 INFO O| Aug 11 16:50:59.990 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-08-11T16:51:01.001Z[ recovery-image] Aug 11 16:50:59.999 INFO O| Aug 11 16:50:59.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60802026-08-11T16:51:01.001Z[ recovery-image] Aug 11 16:50:59.999 INFO O| Aug 11 16:50:59.999 INFO STEP 275 (remove_files) COMPLETE
60812026-08-11T16:51:01.001Z[ recovery-image] Aug 11 16:50:59.999 INFO O| Aug 11 16:50:59.999 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-08-11T16:51:01.010Z[ recovery-image] Aug 11 16:51:00.009 INFO O| Aug 11 16:51:00.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60832026-08-11T16:51:01.010Z[ recovery-image] Aug 11 16:51:00.009 INFO O| Aug 11 16:51:00.009 INFO STEP 276 (remove_files) COMPLETE
60842026-08-11T16:51:01.010Z[ recovery-image] Aug 11 16:51:00.009 INFO O| Aug 11 16:51:00.009 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-08-11T16:51:01.020Z[ recovery-image] Aug 11 16:51:00.018 INFO O| Aug 11 16:51:00.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60862026-08-11T16:51:01.020Z[ recovery-image] Aug 11 16:51:00.019 INFO O| Aug 11 16:51:00.019 INFO STEP 277 (remove_files) COMPLETE
60872026-08-11T16:51:01.020Z[ recovery-image] Aug 11 16:51:00.019 INFO O| Aug 11 16:51:00.019 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-08-11T16:51:01.029Z[ recovery-image] Aug 11 16:51:00.027 INFO O| Aug 11 16:51:00.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
60892026-08-11T16:51:01.029Z[ recovery-image] Aug 11 16:51:00.028 INFO O| Aug 11 16:51:00.028 INFO STEP 278 (remove_files) COMPLETE
60902026-08-11T16:51:01.032Z[ recovery-image] Aug 11 16:51:00.028 INFO O| Aug 11 16:51:00.028 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-08-11T16:51:01.037Z[ recovery-image] Aug 11 16:51:00.036 INFO O| Aug 11 16:51:00.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
60922026-08-11T16:51:01.037Z[ recovery-image] Aug 11 16:51:00.036 INFO O| Aug 11 16:51:00.036 INFO STEP 279 (remove_files) COMPLETE
60932026-08-11T16:51:01.040Z[ recovery-image] Aug 11 16:51:00.036 INFO O| Aug 11 16:51:00.036 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-08-11T16:51:01.047Z[ recovery-image] Aug 11 16:51:00.045 INFO O| Aug 11 16:51:00.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
60952026-08-11T16:51:01.047Z[ recovery-image] Aug 11 16:51:00.045 INFO O| Aug 11 16:51:00.045 INFO STEP 280 (remove_files) COMPLETE
60962026-08-11T16:51:01.047Z[ recovery-image] Aug 11 16:51:00.045 INFO O| Aug 11 16:51:00.045 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-08-11T16:51:01.056Z[ recovery-image] Aug 11 16:51:00.054 INFO O| Aug 11 16:51:00.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
60982026-08-11T16:51:01.056Z[ recovery-image] Aug 11 16:51:00.054 INFO O| Aug 11 16:51:00.054 INFO STEP 281 (remove_files) COMPLETE
60992026-08-11T16:51:01.056Z[ recovery-image] Aug 11 16:51:00.054 INFO O| Aug 11 16:51:00.054 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-08-11T16:51:01.067Z[ recovery-image] Aug 11 16:51:00.065 INFO O| Aug 11 16:51:00.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61012026-08-11T16:51:01.067Z[ recovery-image] Aug 11 16:51:00.065 INFO O| Aug 11 16:51:00.065 INFO STEP 282 (remove_files) COMPLETE
61022026-08-11T16:51:01.067Z[ recovery-image] Aug 11 16:51:00.065 INFO O| Aug 11 16:51:00.065 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-08-11T16:51:01.077Z[ recovery-image] Aug 11 16:51:00.075 INFO O| Aug 11 16:51:00.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61042026-08-11T16:51:01.077Z[ recovery-image] Aug 11 16:51:00.076 INFO O| Aug 11 16:51:00.076 INFO STEP 283 (remove_files) COMPLETE
61052026-08-11T16:51:01.077Z[ recovery-image] Aug 11 16:51:00.076 INFO O| Aug 11 16:51:00.076 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-08-11T16:51:01.086Z[ recovery-image] Aug 11 16:51:00.084 INFO O| Aug 11 16:51:00.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61072026-08-11T16:51:01.086Z[ recovery-image] Aug 11 16:51:00.084 INFO O| Aug 11 16:51:00.084 INFO STEP 284 (remove_files) COMPLETE
61082026-08-11T16:51:01.086Z[ recovery-image] Aug 11 16:51:00.084 INFO O| Aug 11 16:51:00.084 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-08-11T16:51:01.096Z[ recovery-image] Aug 11 16:51:00.094 INFO O| Aug 11 16:51:00.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61102026-08-11T16:51:01.096Z[ recovery-image] Aug 11 16:51:00.094 INFO O| Aug 11 16:51:00.094 INFO STEP 285 (remove_files) COMPLETE
61112026-08-11T16:51:01.100Z[ recovery-image] Aug 11 16:51:00.094 INFO O| Aug 11 16:51:00.094 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-08-11T16:51:01.106Z[ recovery-image] Aug 11 16:51:00.104 INFO O| Aug 11 16:51:00.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61132026-08-11T16:51:01.106Z[ recovery-image] Aug 11 16:51:00.104 INFO O| Aug 11 16:51:00.104 INFO STEP 286 (remove_files) COMPLETE
61142026-08-11T16:51:01.106Z[ recovery-image] Aug 11 16:51:00.104 INFO O| Aug 11 16:51:00.104 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-08-11T16:51:01.115Z[ recovery-image] Aug 11 16:51:00.114 INFO O| Aug 11 16:51:00.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61162026-08-11T16:51:01.116Z[ recovery-image] Aug 11 16:51:00.114 INFO O| Aug 11 16:51:00.114 INFO STEP 287 (remove_files) COMPLETE
61172026-08-11T16:51:01.116Z[ recovery-image] Aug 11 16:51:00.114 INFO O| Aug 11 16:51:00.114 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-08-11T16:51:01.127Z[ recovery-image] Aug 11 16:51:00.125 INFO O| Aug 11 16:51:00.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61192026-08-11T16:51:01.127Z[ recovery-image] Aug 11 16:51:00.125 INFO O| Aug 11 16:51:00.125 INFO STEP 288 (remove_files) COMPLETE
61202026-08-11T16:51:01.127Z[ recovery-image] Aug 11 16:51:00.125 INFO O| Aug 11 16:51:00.125 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-08-11T16:51:01.137Z[ recovery-image] Aug 11 16:51:00.135 INFO O| Aug 11 16:51:00.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61222026-08-11T16:51:01.137Z[ recovery-image] Aug 11 16:51:00.135 INFO O| Aug 11 16:51:00.135 INFO STEP 289 (remove_files) COMPLETE
61232026-08-11T16:51:01.137Z[ recovery-image] Aug 11 16:51:00.135 INFO O| Aug 11 16:51:00.135 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-08-11T16:51:01.147Z[ recovery-image] Aug 11 16:51:00.145 INFO O| Aug 11 16:51:00.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61252026-08-11T16:51:01.147Z[ recovery-image] Aug 11 16:51:00.145 INFO O| Aug 11 16:51:00.145 INFO STEP 290 (remove_files) COMPLETE
61262026-08-11T16:51:01.150Z[ recovery-image] Aug 11 16:51:00.145 INFO O| Aug 11 16:51:00.145 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-08-11T16:51:01.156Z[ recovery-image] Aug 11 16:51:00.154 INFO O| Aug 11 16:51:00.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61282026-08-11T16:51:01.156Z[ recovery-image] Aug 11 16:51:00.154 INFO O| Aug 11 16:51:00.154 INFO STEP 291 (remove_files) COMPLETE
61292026-08-11T16:51:01.156Z[ recovery-image] Aug 11 16:51:00.154 INFO O| Aug 11 16:51:00.154 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-08-11T16:51:01.164Z[ recovery-image] Aug 11 16:51:00.163 INFO O| Aug 11 16:51:00.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61312026-08-11T16:51:01.165Z[ recovery-image] Aug 11 16:51:00.163 INFO O| Aug 11 16:51:00.163 INFO STEP 292 (remove_files) COMPLETE
61322026-08-11T16:51:01.168Z[ recovery-image] Aug 11 16:51:00.163 INFO O| Aug 11 16:51:00.163 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-08-11T16:51:01.174Z[ recovery-image] Aug 11 16:51:00.172 INFO O| Aug 11 16:51:00.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61342026-08-11T16:51:01.174Z[ recovery-image] Aug 11 16:51:00.172 INFO O| Aug 11 16:51:00.172 INFO STEP 293 (remove_files) COMPLETE
61352026-08-11T16:51:01.174Z[ recovery-image] Aug 11 16:51:00.173 INFO O| Aug 11 16:51:00.172 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-08-11T16:51:01.183Z[ recovery-image] Aug 11 16:51:00.182 INFO O| Aug 11 16:51:00.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61372026-08-11T16:51:01.183Z[ recovery-image] Aug 11 16:51:00.182 INFO O| Aug 11 16:51:00.182 INFO STEP 294 (remove_files) COMPLETE
61382026-08-11T16:51:01.183Z[ recovery-image] Aug 11 16:51:00.182 INFO O| Aug 11 16:51:00.182 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-08-11T16:51:01.192Z[ recovery-image] Aug 11 16:51:00.191 INFO O| Aug 11 16:51:00.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61402026-08-11T16:51:01.192Z[ recovery-image] Aug 11 16:51:00.191 INFO O| Aug 11 16:51:00.191 INFO STEP 295 (remove_files) COMPLETE
61412026-08-11T16:51:01.192Z[ recovery-image] Aug 11 16:51:00.191 INFO O| Aug 11 16:51:00.191 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-08-11T16:51:01.201Z[ recovery-image] Aug 11 16:51:00.200 INFO O| Aug 11 16:51:00.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61432026-08-11T16:51:01.202Z[ recovery-image] Aug 11 16:51:00.200 INFO O| Aug 11 16:51:00.200 INFO STEP 296 (remove_files) COMPLETE
61442026-08-11T16:51:01.205Z[ recovery-image] Aug 11 16:51:00.200 INFO O| Aug 11 16:51:00.200 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-08-11T16:51:01.222Z[ recovery-image] Aug 11 16:51:00.221 INFO O| Aug 11 16:51:00.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61462026-08-11T16:51:01.222Z[ recovery-image] Aug 11 16:51:00.221 INFO O| Aug 11 16:51:00.221 INFO STEP 297 (remove_files) COMPLETE
61472026-08-11T16:51:01.222Z[ recovery-image] Aug 11 16:51:00.221 INFO O| Aug 11 16:51:00.221 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-08-11T16:51:01.233Z[ recovery-image] Aug 11 16:51:00.232 INFO O| Aug 11 16:51:00.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61492026-08-11T16:51:01.233Z[ recovery-image] Aug 11 16:51:00.232 INFO O| Aug 11 16:51:00.232 INFO STEP 298 (remove_files) COMPLETE
61502026-08-11T16:51:01.233Z[ recovery-image] Aug 11 16:51:00.232 INFO O| Aug 11 16:51:00.232 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-08-11T16:51:01.302Z[ recovery-image] Aug 11 16:51:00.242 INFO O| Aug 11 16:51:00.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61522026-08-11T16:51:01.302Z[ recovery-image] Aug 11 16:51:00.242 INFO O| Aug 11 16:51:00.242 INFO STEP 299 (remove_files) COMPLETE
61532026-08-11T16:51:01.302Z[ recovery-image] Aug 11 16:51:00.242 INFO O| Aug 11 16:51:00.242 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-08-11T16:51:01.302Z[ recovery-image] Aug 11 16:51:00.252 INFO O| Aug 11 16:51:00.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61552026-08-11T16:51:01.302Z[ recovery-image] Aug 11 16:51:00.252 INFO O| Aug 11 16:51:00.252 INFO STEP 300 (remove_files) COMPLETE
61562026-08-11T16:51:01.302Z[ recovery-image] Aug 11 16:51:00.252 INFO O| Aug 11 16:51:00.252 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-08-11T16:51:01.302Z[ recovery-image] Aug 11 16:51:00.262 INFO O| Aug 11 16:51:00.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61582026-08-11T16:51:01.302Z[ recovery-image] Aug 11 16:51:00.262 INFO O| Aug 11 16:51:00.262 INFO STEP 301 (remove_files) COMPLETE
61592026-08-11T16:51:01.302Z[ recovery-image] Aug 11 16:51:00.262 INFO O| Aug 11 16:51:00.262 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-08-11T16:51:01.302Z[ recovery-image] Aug 11 16:51:00.272 INFO O| Aug 11 16:51:00.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61612026-08-11T16:51:01.303Z[ recovery-image] Aug 11 16:51:00.272 INFO O| Aug 11 16:51:00.272 INFO STEP 302 (remove_files) COMPLETE
61622026-08-11T16:51:01.303Z[ recovery-image] Aug 11 16:51:00.272 INFO O| Aug 11 16:51:00.272 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-08-11T16:51:01.303Z[ recovery-image] Aug 11 16:51:00.282 INFO O| Aug 11 16:51:00.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61642026-08-11T16:51:01.303Z[ recovery-image] Aug 11 16:51:00.282 INFO O| Aug 11 16:51:00.282 INFO STEP 303 (remove_files) COMPLETE
61652026-08-11T16:51:01.303Z[ recovery-image] Aug 11 16:51:00.282 INFO O| Aug 11 16:51:00.282 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-08-11T16:51:01.303Z[ recovery-image] Aug 11 16:51:00.292 INFO O| Aug 11 16:51:00.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61672026-08-11T16:51:01.303Z[ recovery-image] Aug 11 16:51:00.292 INFO O| Aug 11 16:51:00.292 INFO STEP 304 (remove_files) COMPLETE
61682026-08-11T16:51:01.303Z[ recovery-image] Aug 11 16:51:00.292 INFO O| Aug 11 16:51:00.292 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-11T16:51:01.307Z[ recovery-image] Aug 11 16:51:00.302 INFO O| Aug 11 16:51:00.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61702026-08-11T16:51:01.307Z[ recovery-image] Aug 11 16:51:00.302 INFO O| Aug 11 16:51:00.301 INFO STEP 305 (remove_files) COMPLETE
61712026-08-11T16:51:01.307Z[ recovery-image] Aug 11 16:51:00.302 INFO O| Aug 11 16:51:00.302 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-11T16:51:01.313Z[ recovery-image] Aug 11 16:51:00.312 INFO O| Aug 11 16:51:00.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61732026-08-11T16:51:01.313Z[ recovery-image] Aug 11 16:51:00.312 INFO O| Aug 11 16:51:00.312 INFO STEP 306 (remove_files) COMPLETE
61742026-08-11T16:51:01.313Z[ recovery-image] Aug 11 16:51:00.312 INFO O| Aug 11 16:51:00.312 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-11T16:51:01.324Z[ recovery-image] Aug 11 16:51:00.321 INFO O| Aug 11 16:51:00.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61762026-08-11T16:51:01.324Z[ recovery-image] Aug 11 16:51:00.321 INFO O| Aug 11 16:51:00.321 INFO STEP 307 (remove_files) COMPLETE
61772026-08-11T16:51:01.324Z[ recovery-image] Aug 11 16:51:00.321 INFO O| Aug 11 16:51:00.321 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-11T16:51:01.332Z[ recovery-image] Aug 11 16:51:00.330 INFO O| Aug 11 16:51:00.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61792026-08-11T16:51:01.332Z[ recovery-image] Aug 11 16:51:00.330 INFO O| Aug 11 16:51:00.330 INFO STEP 308 (remove_files) COMPLETE
61802026-08-11T16:51:01.332Z[ recovery-image] Aug 11 16:51:00.330 INFO O| Aug 11 16:51:00.330 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-11T16:51:01.341Z[ recovery-image] Aug 11 16:51:00.340 INFO O| Aug 11 16:51:00.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61822026-08-11T16:51:01.342Z[ recovery-image] Aug 11 16:51:00.340 INFO O| Aug 11 16:51:00.340 INFO STEP 309 (remove_files) COMPLETE
61832026-08-11T16:51:01.342Z[ recovery-image] Aug 11 16:51:00.340 INFO O| Aug 11 16:51:00.340 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-11T16:51:01.352Z[ recovery-image] Aug 11 16:51:00.350 INFO O| Aug 11 16:51:00.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61852026-08-11T16:51:01.352Z[ recovery-image] Aug 11 16:51:00.350 INFO O| Aug 11 16:51:00.350 INFO STEP 310 (remove_files) COMPLETE
61862026-08-11T16:51:01.352Z[ recovery-image] Aug 11 16:51:00.350 INFO O| Aug 11 16:51:00.350 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-11T16:51:01.362Z[ recovery-image] Aug 11 16:51:00.360 INFO O| Aug 11 16:51:00.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
61882026-08-11T16:51:01.362Z[ recovery-image] Aug 11 16:51:00.360 INFO O| Aug 11 16:51:00.360 INFO STEP 311 (remove_files) COMPLETE
61892026-08-11T16:51:01.362Z[ recovery-image] Aug 11 16:51:00.360 INFO O| Aug 11 16:51:00.360 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-08-11T16:51:01.372Z[ recovery-image] Aug 11 16:51:00.370 INFO O| Aug 11 16:51:00.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
61912026-08-11T16:51:01.372Z[ recovery-image] Aug 11 16:51:00.370 INFO O| Aug 11 16:51:00.370 INFO STEP 312 (remove_files) COMPLETE
61922026-08-11T16:51:01.375Z[ recovery-image] Aug 11 16:51:00.370 INFO O| Aug 11 16:51:00.370 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-08-11T16:51:01.383Z[ recovery-image] Aug 11 16:51:00.381 INFO O| Aug 11 16:51:00.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
61942026-08-11T16:51:01.383Z[ recovery-image] Aug 11 16:51:00.381 INFO O| Aug 11 16:51:00.381 INFO STEP 313 (remove_files) COMPLETE
61952026-08-11T16:51:01.383Z[ recovery-image] Aug 11 16:51:00.381 INFO O| Aug 11 16:51:00.381 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-08-11T16:51:01.391Z[ recovery-image] Aug 11 16:51:00.390 INFO O| Aug 11 16:51:00.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
61972026-08-11T16:51:01.391Z[ recovery-image] Aug 11 16:51:00.390 INFO O| Aug 11 16:51:00.390 INFO STEP 314 (remove_files) COMPLETE
61982026-08-11T16:51:01.395Z[ recovery-image] Aug 11 16:51:00.390 INFO O| Aug 11 16:51:00.390 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-08-11T16:51:01.401Z[ recovery-image] Aug 11 16:51:00.400 INFO O| Aug 11 16:51:00.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62002026-08-11T16:51:01.401Z[ recovery-image] Aug 11 16:51:00.400 INFO O| Aug 11 16:51:00.400 INFO STEP 315 (remove_files) COMPLETE
62012026-08-11T16:51:01.401Z[ recovery-image] Aug 11 16:51:00.400 INFO O| Aug 11 16:51:00.400 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-08-11T16:51:01.411Z[ recovery-image] Aug 11 16:51:00.410 INFO O| Aug 11 16:51:00.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62032026-08-11T16:51:01.411Z[ recovery-image] Aug 11 16:51:00.410 INFO O| Aug 11 16:51:00.410 INFO STEP 316 (remove_files) COMPLETE
62042026-08-11T16:51:01.414Z[ recovery-image] Aug 11 16:51:00.410 INFO O| Aug 11 16:51:00.410 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-08-11T16:51:01.421Z[ recovery-image] Aug 11 16:51:00.420 INFO O| Aug 11 16:51:00.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62062026-08-11T16:51:01.421Z[ recovery-image] Aug 11 16:51:00.420 INFO O| Aug 11 16:51:00.420 INFO STEP 317 (remove_files) COMPLETE
62072026-08-11T16:51:01.424Z[ recovery-image] Aug 11 16:51:00.420 INFO O| Aug 11 16:51:00.420 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-08-11T16:51:01.431Z[ recovery-image] Aug 11 16:51:00.429 INFO O| Aug 11 16:51:00.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62092026-08-11T16:51:01.431Z[ recovery-image] Aug 11 16:51:00.429 INFO O| Aug 11 16:51:00.429 INFO STEP 318 (remove_files) COMPLETE
62102026-08-11T16:51:01.431Z[ recovery-image] Aug 11 16:51:00.429 INFO O| Aug 11 16:51:00.429 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-08-11T16:51:01.440Z[ recovery-image] Aug 11 16:51:00.439 INFO O| Aug 11 16:51:00.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62122026-08-11T16:51:01.440Z[ recovery-image] Aug 11 16:51:00.439 INFO O| Aug 11 16:51:00.439 INFO STEP 319 (remove_files) COMPLETE
62132026-08-11T16:51:01.440Z[ recovery-image] Aug 11 16:51:00.439 INFO O| Aug 11 16:51:00.439 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-08-11T16:51:01.450Z[ recovery-image] Aug 11 16:51:00.448 INFO O| Aug 11 16:51:00.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62152026-08-11T16:51:01.450Z[ recovery-image] Aug 11 16:51:00.448 INFO O| Aug 11 16:51:00.448 INFO STEP 320 (remove_files) COMPLETE
62162026-08-11T16:51:01.450Z[ recovery-image] Aug 11 16:51:00.448 INFO O| Aug 11 16:51:00.448 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-08-11T16:51:01.459Z[ recovery-image] Aug 11 16:51:00.458 INFO O| Aug 11 16:51:00.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62182026-08-11T16:51:01.459Z[ recovery-image] Aug 11 16:51:00.458 INFO O| Aug 11 16:51:00.458 INFO STEP 321 (remove_files) COMPLETE
62192026-08-11T16:51:01.462Z[ recovery-image] Aug 11 16:51:00.458 INFO O| Aug 11 16:51:00.458 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-08-11T16:51:01.469Z[ recovery-image] Aug 11 16:51:00.467 INFO O| Aug 11 16:51:00.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62212026-08-11T16:51:01.469Z[ recovery-image] Aug 11 16:51:00.468 INFO O| Aug 11 16:51:00.467 INFO STEP 322 (remove_files) COMPLETE
62222026-08-11T16:51:01.469Z[ recovery-image] Aug 11 16:51:00.468 INFO O| Aug 11 16:51:00.467 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-08-11T16:51:01.479Z[ recovery-image] Aug 11 16:51:00.477 INFO O| Aug 11 16:51:00.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62242026-08-11T16:51:01.479Z[ recovery-image] Aug 11 16:51:00.477 INFO O| Aug 11 16:51:00.477 INFO STEP 323 (remove_files) COMPLETE
62252026-08-11T16:51:01.481Z[ recovery-image] Aug 11 16:51:00.477 INFO O| Aug 11 16:51:00.477 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-08-11T16:51:01.488Z[ recovery-image] Aug 11 16:51:00.487 INFO O| Aug 11 16:51:00.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62272026-08-11T16:51:01.488Z[ recovery-image] Aug 11 16:51:00.487 INFO O| Aug 11 16:51:00.487 INFO STEP 324 (remove_files) COMPLETE
62282026-08-11T16:51:01.488Z[ recovery-image] Aug 11 16:51:00.487 INFO O| Aug 11 16:51:00.487 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-08-11T16:51:01.499Z[ recovery-image] Aug 11 16:51:00.497 INFO O| Aug 11 16:51:00.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62302026-08-11T16:51:01.502Z[ recovery-image] Aug 11 16:51:00.498 INFO O| Aug 11 16:51:00.498 INFO STEP 325 (remove_files) COMPLETE
62312026-08-11T16:51:01.502Z[ recovery-image] Aug 11 16:51:00.498 INFO O| Aug 11 16:51:00.498 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-08-11T16:51:01.510Z[ recovery-image] Aug 11 16:51:00.509 INFO O| Aug 11 16:51:00.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62332026-08-11T16:51:01.510Z[ recovery-image] Aug 11 16:51:00.509 INFO O| Aug 11 16:51:00.509 INFO STEP 326 (remove_files) COMPLETE
62342026-08-11T16:51:01.510Z[ recovery-image] Aug 11 16:51:00.509 INFO O| Aug 11 16:51:00.509 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-08-11T16:51:01.526Z[ recovery-image] Aug 11 16:51:00.525 INFO O| Aug 11 16:51:00.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62362026-08-11T16:51:01.526Z[ recovery-image] Aug 11 16:51:00.525 INFO O| Aug 11 16:51:00.525 INFO STEP 327 (remove_files) COMPLETE
62372026-08-11T16:51:01.526Z[ recovery-image] Aug 11 16:51:00.525 INFO O| Aug 11 16:51:00.525 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-08-11T16:51:01.538Z[ recovery-image] Aug 11 16:51:00.536 INFO O| Aug 11 16:51:00.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62392026-08-11T16:51:01.538Z[ recovery-image] Aug 11 16:51:00.536 INFO O| Aug 11 16:51:00.536 INFO STEP 328 (remove_files) COMPLETE
62402026-08-11T16:51:01.538Z[ recovery-image] Aug 11 16:51:00.536 INFO O| Aug 11 16:51:00.536 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-08-11T16:51:01.548Z[ recovery-image] Aug 11 16:51:00.547 INFO O| Aug 11 16:51:00.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62422026-08-11T16:51:01.548Z[ recovery-image] Aug 11 16:51:00.547 INFO O| Aug 11 16:51:00.547 INFO STEP 329 (remove_files) COMPLETE
62432026-08-11T16:51:01.551Z[ recovery-image] Aug 11 16:51:00.547 INFO O| Aug 11 16:51:00.547 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-08-11T16:51:01.558Z[ recovery-image] Aug 11 16:51:00.557 INFO O| Aug 11 16:51:00.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62452026-08-11T16:51:01.558Z[ recovery-image] Aug 11 16:51:00.557 INFO O| Aug 11 16:51:00.557 INFO STEP 330 (remove_files) COMPLETE
62462026-08-11T16:51:01.558Z[ recovery-image] Aug 11 16:51:00.557 INFO O| Aug 11 16:51:00.557 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-08-11T16:51:01.561Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
62482026-08-11T16:51:01.568Z[ recovery-image] Aug 11 16:51:00.566 INFO O| Aug 11 16:51:00.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62492026-08-11T16:51:01.568Z[ recovery-image] Aug 11 16:51:00.566 INFO O| Aug 11 16:51:00.566 INFO STEP 331 (remove_files) COMPLETE
62502026-08-11T16:51:01.568Z[ recovery-image] Aug 11 16:51:00.566 INFO O| Aug 11 16:51:00.566 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-08-11T16:51:01.585Z[ recovery-image] Aug 11 16:51:00.577 INFO O| Aug 11 16:51:00.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62522026-08-11T16:51:01.585Z[ recovery-image] Aug 11 16:51:00.577 INFO O| Aug 11 16:51:00.577 INFO STEP 332 (remove_files) COMPLETE
62532026-08-11T16:51:01.585Z[ recovery-image] Aug 11 16:51:00.577 INFO O| Aug 11 16:51:00.577 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-08-11T16:51:01.588Z[ recovery-image] Aug 11 16:51:00.587 INFO O| Aug 11 16:51:00.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62552026-08-11T16:51:01.588Z[ recovery-image] Aug 11 16:51:00.587 INFO O| Aug 11 16:51:00.587 INFO STEP 333 (remove_files) COMPLETE
62562026-08-11T16:51:01.588Z[ recovery-image] Aug 11 16:51:00.587 INFO O| Aug 11 16:51:00.587 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-08-11T16:51:01.599Z[ recovery-image] Aug 11 16:51:00.597 INFO O| Aug 11 16:51:00.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62582026-08-11T16:51:01.599Z[ recovery-image] Aug 11 16:51:00.597 INFO O| Aug 11 16:51:00.597 INFO STEP 334 (remove_files) COMPLETE
62592026-08-11T16:51:01.599Z[ recovery-image] Aug 11 16:51:00.597 INFO O| Aug 11 16:51:00.597 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-08-11T16:51:01.609Z[ recovery-image] Aug 11 16:51:00.608 INFO O| Aug 11 16:51:00.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62612026-08-11T16:51:01.609Z[ recovery-image] Aug 11 16:51:00.608 INFO O| Aug 11 16:51:00.608 INFO STEP 335 (remove_files) COMPLETE
62622026-08-11T16:51:01.613Z[ recovery-image] Aug 11 16:51:00.608 INFO O| Aug 11 16:51:00.608 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-08-11T16:51:01.619Z[ recovery-image] Aug 11 16:51:00.617 INFO O| Aug 11 16:51:00.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62642026-08-11T16:51:01.619Z[ recovery-image] Aug 11 16:51:00.617 INFO O| Aug 11 16:51:00.617 INFO STEP 336 (remove_files) COMPLETE
62652026-08-11T16:51:01.619Z[ recovery-image] Aug 11 16:51:00.617 INFO O| Aug 11 16:51:00.617 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-08-11T16:51:01.628Z[ recovery-image] Aug 11 16:51:00.626 INFO O| Aug 11 16:51:00.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62672026-08-11T16:51:01.628Z[ recovery-image] Aug 11 16:51:00.626 INFO O| Aug 11 16:51:00.626 INFO STEP 337 (remove_files) COMPLETE
62682026-08-11T16:51:01.628Z[ recovery-image] Aug 11 16:51:00.626 INFO O| Aug 11 16:51:00.626 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-08-11T16:51:01.637Z[ recovery-image] Aug 11 16:51:00.635 INFO O| Aug 11 16:51:00.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62702026-08-11T16:51:01.641Z[ recovery-image] Aug 11 16:51:00.636 INFO O| Aug 11 16:51:00.636 INFO STEP 338 (remove_files) COMPLETE
62712026-08-11T16:51:01.641Z[ recovery-image] Aug 11 16:51:00.636 INFO O| Aug 11 16:51:00.636 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-08-11T16:51:01.649Z[ recovery-image] Aug 11 16:51:00.646 INFO O| Aug 11 16:51:00.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62732026-08-11T16:51:01.649Z[ recovery-image] Aug 11 16:51:00.646 INFO O| Aug 11 16:51:00.646 INFO STEP 339 (remove_files) COMPLETE
62742026-08-11T16:51:01.652Z[ recovery-image] Aug 11 16:51:00.646 INFO O| Aug 11 16:51:00.646 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-08-11T16:51:01.656Z[ recovery-image] Aug 11 16:51:00.655 INFO O| Aug 11 16:51:00.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62762026-08-11T16:51:01.656Z[ recovery-image] Aug 11 16:51:00.655 INFO O| Aug 11 16:51:00.655 INFO STEP 340 (remove_files) COMPLETE
62772026-08-11T16:51:01.656Z[ recovery-image] Aug 11 16:51:00.655 INFO O| Aug 11 16:51:00.655 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-08-11T16:51:01.665Z[ recovery-image] Aug 11 16:51:00.664 INFO O| Aug 11 16:51:00.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62792026-08-11T16:51:01.665Z[ recovery-image] Aug 11 16:51:00.664 INFO O| Aug 11 16:51:00.664 INFO STEP 341 (remove_files) COMPLETE
62802026-08-11T16:51:01.665Z[ recovery-image] Aug 11 16:51:00.664 INFO O| Aug 11 16:51:00.664 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-08-11T16:51:01.674Z[ recovery-image] Aug 11 16:51:00.673 INFO O| Aug 11 16:51:00.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62822026-08-11T16:51:01.674Z[ recovery-image] Aug 11 16:51:00.673 INFO O| Aug 11 16:51:00.673 INFO STEP 342 (remove_files) COMPLETE
62832026-08-11T16:51:01.674Z[ recovery-image] Aug 11 16:51:00.673 INFO O| Aug 11 16:51:00.673 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-08-11T16:51:01.684Z[ recovery-image] Aug 11 16:51:00.682 INFO O| Aug 11 16:51:00.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62852026-08-11T16:51:01.684Z[ recovery-image] Aug 11 16:51:00.683 INFO O| Aug 11 16:51:00.683 INFO STEP 343 (remove_files) COMPLETE
62862026-08-11T16:51:01.684Z[ recovery-image] Aug 11 16:51:00.683 INFO O| Aug 11 16:51:00.683 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-08-11T16:51:01.693Z[ recovery-image] Aug 11 16:51:00.692 INFO O| Aug 11 16:51:00.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
62882026-08-11T16:51:01.693Z[ recovery-image] Aug 11 16:51:00.692 INFO O| Aug 11 16:51:00.692 INFO STEP 344 (remove_files) COMPLETE
62892026-08-11T16:51:01.694Z[ recovery-image] Aug 11 16:51:00.692 INFO O| Aug 11 16:51:00.692 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-08-11T16:51:01.704Z[ recovery-image] Aug 11 16:51:00.702 INFO O| Aug 11 16:51:00.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
62912026-08-11T16:51:01.704Z[ recovery-image] Aug 11 16:51:00.702 INFO O| Aug 11 16:51:00.702 INFO STEP 345 (remove_files) COMPLETE
62922026-08-11T16:51:01.704Z[ recovery-image] Aug 11 16:51:00.702 INFO O| Aug 11 16:51:00.702 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-08-11T16:51:01.713Z[ recovery-image] Aug 11 16:51:00.711 INFO O| Aug 11 16:51:00.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
62942026-08-11T16:51:01.713Z[ recovery-image] Aug 11 16:51:00.711 INFO O| Aug 11 16:51:00.711 INFO STEP 346 (remove_files) COMPLETE
62952026-08-11T16:51:01.715Z[ recovery-image] Aug 11 16:51:00.711 INFO O| Aug 11 16:51:00.711 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-08-11T16:51:01.722Z[ recovery-image] Aug 11 16:51:00.721 INFO O| Aug 11 16:51:00.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
62972026-08-11T16:51:01.723Z[ recovery-image] Aug 11 16:51:00.721 INFO O| Aug 11 16:51:00.721 INFO STEP 347 (remove_files) COMPLETE
62982026-08-11T16:51:01.723Z[ recovery-image] Aug 11 16:51:00.721 INFO O| Aug 11 16:51:00.721 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-08-11T16:51:01.733Z[ recovery-image] Aug 11 16:51:00.731 INFO O| Aug 11 16:51:00.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63002026-08-11T16:51:01.733Z[ recovery-image] Aug 11 16:51:00.731 INFO O| Aug 11 16:51:00.731 INFO STEP 348 (remove_files) COMPLETE
63012026-08-11T16:51:01.737Z[ recovery-image] Aug 11 16:51:00.731 INFO O| Aug 11 16:51:00.731 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-08-11T16:51:01.742Z[ recovery-image] Aug 11 16:51:00.741 INFO O| Aug 11 16:51:00.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63032026-08-11T16:51:01.742Z[ recovery-image] Aug 11 16:51:00.741 INFO O| Aug 11 16:51:00.741 INFO STEP 349 (remove_files) COMPLETE
63042026-08-11T16:51:01.742Z[ recovery-image] Aug 11 16:51:00.741 INFO O| Aug 11 16:51:00.741 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-08-11T16:51:01.752Z[ recovery-image] Aug 11 16:51:00.751 INFO O| Aug 11 16:51:00.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63062026-08-11T16:51:01.755Z[ recovery-image] Aug 11 16:51:00.752 INFO O| Aug 11 16:51:00.752 INFO STEP 350 (remove_files) COMPLETE
63072026-08-11T16:51:01.755Z[ recovery-image] Aug 11 16:51:00.752 INFO O| Aug 11 16:51:00.752 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-08-11T16:51:01.764Z[ recovery-image] Aug 11 16:51:00.762 INFO O| Aug 11 16:51:00.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63092026-08-11T16:51:01.764Z[ recovery-image] Aug 11 16:51:00.762 INFO O| Aug 11 16:51:00.762 INFO STEP 351 (remove_files) COMPLETE
63102026-08-11T16:51:01.767Z[ recovery-image] Aug 11 16:51:00.762 INFO O| Aug 11 16:51:00.762 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-08-11T16:51:01.773Z[ recovery-image] Aug 11 16:51:00.772 INFO O| Aug 11 16:51:00.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63122026-08-11T16:51:01.773Z[ recovery-image] Aug 11 16:51:00.772 INFO O| Aug 11 16:51:00.772 INFO STEP 352 (remove_files) COMPLETE
63132026-08-11T16:51:01.773Z[ recovery-image] Aug 11 16:51:00.772 INFO O| Aug 11 16:51:00.772 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-08-11T16:51:01.783Z[ recovery-image] Aug 11 16:51:00.781 INFO O| Aug 11 16:51:00.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63152026-08-11T16:51:01.783Z[ recovery-image] Aug 11 16:51:00.782 INFO O| Aug 11 16:51:00.782 INFO STEP 353 (remove_files) COMPLETE
63162026-08-11T16:51:01.783Z[ recovery-image] Aug 11 16:51:00.782 INFO O| Aug 11 16:51:00.782 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-08-11T16:51:01.792Z[ recovery-image] Aug 11 16:51:00.791 INFO O| Aug 11 16:51:00.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63182026-08-11T16:51:01.792Z[ recovery-image] Aug 11 16:51:00.791 INFO O| Aug 11 16:51:00.791 INFO STEP 354 (remove_files) COMPLETE
63192026-08-11T16:51:01.792Z[ recovery-image] Aug 11 16:51:00.791 INFO O| Aug 11 16:51:00.791 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-08-11T16:51:01.801Z[ recovery-image] Aug 11 16:51:00.800 INFO O| Aug 11 16:51:00.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63212026-08-11T16:51:01.801Z[ recovery-image] Aug 11 16:51:00.800 INFO O| Aug 11 16:51:00.800 INFO STEP 355 (remove_files) COMPLETE
63222026-08-11T16:51:01.801Z[ recovery-image] Aug 11 16:51:00.800 INFO O| Aug 11 16:51:00.800 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-08-11T16:51:01.810Z[ recovery-image] Aug 11 16:51:00.809 INFO O| Aug 11 16:51:00.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63242026-08-11T16:51:01.811Z[ recovery-image] Aug 11 16:51:00.809 INFO O| Aug 11 16:51:00.809 INFO STEP 356 (remove_files) COMPLETE
63252026-08-11T16:51:01.811Z[ recovery-image] Aug 11 16:51:00.809 INFO O| Aug 11 16:51:00.809 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-08-11T16:51:01.821Z[ recovery-image] Aug 11 16:51:00.818 INFO O| Aug 11 16:51:00.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63272026-08-11T16:51:01.821Z[ recovery-image] Aug 11 16:51:00.818 INFO O| Aug 11 16:51:00.818 INFO STEP 357 (remove_files) COMPLETE
63282026-08-11T16:51:01.821Z[ recovery-image] Aug 11 16:51:00.818 INFO O| Aug 11 16:51:00.818 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-08-11T16:51:01.832Z[ recovery-image] Aug 11 16:51:00.828 INFO O| Aug 11 16:51:00.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63302026-08-11T16:51:01.832Z[ recovery-image] Aug 11 16:51:00.828 INFO O| Aug 11 16:51:00.828 INFO STEP 358 (remove_files) COMPLETE
63312026-08-11T16:51:01.832Z[ recovery-image] Aug 11 16:51:00.828 INFO O| Aug 11 16:51:00.828 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-08-11T16:51:01.840Z[ recovery-image] Aug 11 16:51:00.838 INFO O| Aug 11 16:51:00.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63332026-08-11T16:51:01.840Z[ recovery-image] Aug 11 16:51:00.838 INFO O| Aug 11 16:51:00.838 INFO STEP 359 (remove_files) COMPLETE
63342026-08-11T16:51:01.840Z[ recovery-image] Aug 11 16:51:00.838 INFO O| Aug 11 16:51:00.838 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-08-11T16:51:01.849Z[ recovery-image] Aug 11 16:51:00.847 INFO O| Aug 11 16:51:00.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63362026-08-11T16:51:01.849Z[ recovery-image] Aug 11 16:51:00.847 INFO O| Aug 11 16:51:00.847 INFO STEP 360 (remove_files) COMPLETE
63372026-08-11T16:51:01.849Z[ recovery-image] Aug 11 16:51:00.847 INFO O| Aug 11 16:51:00.847 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-08-11T16:51:01.858Z[ recovery-image] Aug 11 16:51:00.856 INFO O| Aug 11 16:51:00.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63392026-08-11T16:51:01.858Z[ recovery-image] Aug 11 16:51:00.856 INFO O| Aug 11 16:51:00.856 INFO STEP 361 (remove_files) COMPLETE
63402026-08-11T16:51:01.858Z[ recovery-image] Aug 11 16:51:00.856 INFO O| Aug 11 16:51:00.856 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-08-11T16:51:01.867Z[ recovery-image] Aug 11 16:51:00.865 INFO O| Aug 11 16:51:00.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63422026-08-11T16:51:01.867Z[ recovery-image] Aug 11 16:51:00.865 INFO O| Aug 11 16:51:00.865 INFO STEP 362 (remove_files) COMPLETE
63432026-08-11T16:51:01.870Z[ recovery-image] Aug 11 16:51:00.865 INFO O| Aug 11 16:51:00.865 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-08-11T16:51:01.875Z[ recovery-image] Aug 11 16:51:00.874 INFO O| Aug 11 16:51:00.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63452026-08-11T16:51:01.876Z[ recovery-image] Aug 11 16:51:00.874 INFO O| Aug 11 16:51:00.874 INFO STEP 363 (remove_files) COMPLETE
63462026-08-11T16:51:01.878Z[ recovery-image] Aug 11 16:51:00.874 INFO O| Aug 11 16:51:00.874 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-08-11T16:51:01.884Z[ recovery-image] Aug 11 16:51:00.883 INFO O| Aug 11 16:51:00.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63482026-08-11T16:51:01.884Z[ recovery-image] Aug 11 16:51:00.883 INFO O| Aug 11 16:51:00.883 INFO STEP 364 (remove_files) COMPLETE
63492026-08-11T16:51:01.884Z[ recovery-image] Aug 11 16:51:00.883 INFO O| Aug 11 16:51:00.883 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-08-11T16:51:01.893Z[ recovery-image] Aug 11 16:51:00.892 INFO O| Aug 11 16:51:00.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63512026-08-11T16:51:01.894Z[ recovery-image] Aug 11 16:51:00.892 INFO O| Aug 11 16:51:00.892 INFO STEP 365 (remove_files) COMPLETE
63522026-08-11T16:51:01.894Z[ recovery-image] Aug 11 16:51:00.892 INFO O| Aug 11 16:51:00.892 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-08-11T16:51:01.902Z[ recovery-image] Aug 11 16:51:00.901 INFO O| Aug 11 16:51:00.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63542026-08-11T16:51:01.902Z[ recovery-image] Aug 11 16:51:00.901 INFO O| Aug 11 16:51:00.901 INFO STEP 366 (remove_files) COMPLETE
63552026-08-11T16:51:01.902Z[ recovery-image] Aug 11 16:51:00.901 INFO O| Aug 11 16:51:00.901 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-08-11T16:51:01.911Z[ recovery-image] Aug 11 16:51:00.909 INFO O| Aug 11 16:51:00.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63572026-08-11T16:51:01.913Z[ recovery-image] Aug 11 16:51:00.909 INFO O| Aug 11 16:51:00.909 INFO STEP 367 (remove_files) COMPLETE
63582026-08-11T16:51:01.913Z[ recovery-image] Aug 11 16:51:00.909 INFO O| Aug 11 16:51:00.909 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-08-11T16:51:01.919Z[ recovery-image] Aug 11 16:51:00.918 INFO O| Aug 11 16:51:00.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63602026-08-11T16:51:01.919Z[ recovery-image] Aug 11 16:51:00.918 INFO O| Aug 11 16:51:00.918 INFO STEP 368 (remove_files) COMPLETE
63612026-08-11T16:51:01.919Z[ recovery-image] Aug 11 16:51:00.918 INFO O| Aug 11 16:51:00.918 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-08-11T16:51:01.927Z[ recovery-image] Aug 11 16:51:00.926 INFO O| Aug 11 16:51:00.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63632026-08-11T16:51:01.928Z[ recovery-image] Aug 11 16:51:00.926 INFO O| Aug 11 16:51:00.926 INFO STEP 369 (remove_files) COMPLETE
63642026-08-11T16:51:01.928Z[ recovery-image] Aug 11 16:51:00.926 INFO O| Aug 11 16:51:00.926 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-08-11T16:51:01.936Z[ recovery-image] Aug 11 16:51:00.934 INFO O| Aug 11 16:51:00.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63662026-08-11T16:51:01.936Z[ recovery-image] Aug 11 16:51:00.935 INFO O| Aug 11 16:51:00.935 INFO STEP 370 (remove_files) COMPLETE
63672026-08-11T16:51:01.939Z[ recovery-image] Aug 11 16:51:00.935 INFO O| Aug 11 16:51:00.935 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-08-11T16:51:01.944Z[ recovery-image] Aug 11 16:51:00.943 INFO O| Aug 11 16:51:00.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63692026-08-11T16:51:01.944Z[ recovery-image] Aug 11 16:51:00.943 INFO O| Aug 11 16:51:00.943 INFO STEP 371 (remove_files) COMPLETE
63702026-08-11T16:51:01.947Z[ recovery-image] Aug 11 16:51:00.943 INFO O| Aug 11 16:51:00.943 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-08-11T16:51:01.953Z[ recovery-image] Aug 11 16:51:00.952 INFO O| Aug 11 16:51:00.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63722026-08-11T16:51:01.953Z[ recovery-image] Aug 11 16:51:00.952 INFO O| Aug 11 16:51:00.952 INFO STEP 372 (remove_files) COMPLETE
63732026-08-11T16:51:01.954Z[ recovery-image] Aug 11 16:51:00.952 INFO O| Aug 11 16:51:00.952 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-08-11T16:51:01.962Z[ recovery-image] Aug 11 16:51:00.961 INFO O| Aug 11 16:51:00.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63752026-08-11T16:51:01.962Z[ recovery-image] Aug 11 16:51:00.961 INFO O| Aug 11 16:51:00.961 INFO STEP 373 (remove_files) COMPLETE
63762026-08-11T16:51:01.962Z[ recovery-image] Aug 11 16:51:00.961 INFO O| Aug 11 16:51:00.961 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-08-11T16:51:01.971Z[ recovery-image] Aug 11 16:51:00.970 INFO O| Aug 11 16:51:00.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63782026-08-11T16:51:01.971Z[ recovery-image] Aug 11 16:51:00.970 INFO O| Aug 11 16:51:00.970 INFO STEP 374 (remove_files) COMPLETE
63792026-08-11T16:51:01.971Z[ recovery-image] Aug 11 16:51:00.970 INFO O| Aug 11 16:51:00.970 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-08-11T16:51:01.980Z[ recovery-image] Aug 11 16:51:00.979 INFO O| Aug 11 16:51:00.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63812026-08-11T16:51:01.983Z[ recovery-image] Aug 11 16:51:00.980 INFO O| Aug 11 16:51:00.980 INFO STEP 375 (remove_files) COMPLETE
63822026-08-11T16:51:01.983Z[ recovery-image] Aug 11 16:51:00.980 INFO O| Aug 11 16:51:00.980 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-08-11T16:51:01.990Z[ recovery-image] Aug 11 16:51:00.988 INFO O| Aug 11 16:51:00.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63842026-08-11T16:51:01.990Z[ recovery-image] Aug 11 16:51:00.988 INFO O| Aug 11 16:51:00.988 INFO STEP 376 (remove_files) COMPLETE
63852026-08-11T16:51:01.994Z[ recovery-image] Aug 11 16:51:00.988 INFO O| Aug 11 16:51:00.988 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-08-11T16:51:01.998Z[ recovery-image] Aug 11 16:51:00.997 INFO O| Aug 11 16:51:00.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
63872026-08-11T16:51:01.998Z[ recovery-image] Aug 11 16:51:00.997 INFO O| Aug 11 16:51:00.997 INFO STEP 377 (remove_files) COMPLETE
63882026-08-11T16:51:01.998Z[ recovery-image] Aug 11 16:51:00.997 INFO O| Aug 11 16:51:00.997 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-08-11T16:51:02.008Z[ recovery-image] Aug 11 16:51:01.006 INFO O| Aug 11 16:51:01.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
63902026-08-11T16:51:02.008Z[ recovery-image] Aug 11 16:51:01.006 INFO O| Aug 11 16:51:01.006 INFO STEP 378 (remove_files) COMPLETE
63912026-08-11T16:51:02.008Z[ recovery-image] Aug 11 16:51:01.006 INFO O| Aug 11 16:51:01.006 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-08-11T16:51:02.017Z[ recovery-image] Aug 11 16:51:01.015 INFO O| Aug 11 16:51:01.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
63932026-08-11T16:51:02.017Z[ recovery-image] Aug 11 16:51:01.015 INFO O| Aug 11 16:51:01.015 INFO STEP 379 (remove_files) COMPLETE
63942026-08-11T16:51:02.017Z[ recovery-image] Aug 11 16:51:01.015 INFO O| Aug 11 16:51:01.015 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-08-11T16:51:02.026Z[ recovery-image] Aug 11 16:51:01.025 INFO O| Aug 11 16:51:01.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
63962026-08-11T16:51:02.029Z[ recovery-image] Aug 11 16:51:01.026 INFO O| Aug 11 16:51:01.026 INFO STEP 380 (remove_files) COMPLETE
63972026-08-11T16:51:02.029Z[ recovery-image] Aug 11 16:51:01.026 INFO O| Aug 11 16:51:01.026 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-08-11T16:51:02.036Z[ recovery-image] Aug 11 16:51:01.034 INFO O| Aug 11 16:51:01.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
63992026-08-11T16:51:02.036Z[ recovery-image] Aug 11 16:51:01.035 INFO O| Aug 11 16:51:01.035 INFO STEP 381 (remove_files) COMPLETE
64002026-08-11T16:51:02.036Z[ recovery-image] Aug 11 16:51:01.035 INFO O| Aug 11 16:51:01.035 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-08-11T16:51:02.044Z[ recovery-image] Aug 11 16:51:01.043 INFO O| Aug 11 16:51:01.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64022026-08-11T16:51:02.044Z[ recovery-image] Aug 11 16:51:01.043 INFO O| Aug 11 16:51:01.043 INFO STEP 382 (remove_files) COMPLETE
64032026-08-11T16:51:02.047Z[ recovery-image] Aug 11 16:51:01.043 INFO O| Aug 11 16:51:01.043 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-11T16:51:02.053Z[ recovery-image] Aug 11 16:51:01.052 INFO O| Aug 11 16:51:01.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64052026-08-11T16:51:02.053Z[ recovery-image] Aug 11 16:51:01.052 INFO O| Aug 11 16:51:01.052 INFO STEP 383 (remove_files) COMPLETE
64062026-08-11T16:51:02.053Z[ recovery-image] Aug 11 16:51:01.052 INFO O| Aug 11 16:51:01.052 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-11T16:51:02.062Z[ recovery-image] Aug 11 16:51:01.061 INFO O| Aug 11 16:51:01.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64082026-08-11T16:51:02.063Z[ recovery-image] Aug 11 16:51:01.061 INFO O| Aug 11 16:51:01.061 INFO STEP 384 (remove_files) COMPLETE
64092026-08-11T16:51:02.063Z[ recovery-image] Aug 11 16:51:01.061 INFO O| Aug 11 16:51:01.061 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-11T16:51:02.072Z[ recovery-image] Aug 11 16:51:01.070 INFO O| Aug 11 16:51:01.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64112026-08-11T16:51:02.072Z[ recovery-image] Aug 11 16:51:01.070 INFO O| Aug 11 16:51:01.070 INFO STEP 385 (remove_files) COMPLETE
64122026-08-11T16:51:02.072Z[ recovery-image] Aug 11 16:51:01.070 INFO O| Aug 11 16:51:01.070 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-11T16:51:02.080Z[ recovery-image] Aug 11 16:51:01.079 INFO O| Aug 11 16:51:01.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64142026-08-11T16:51:02.080Z[ recovery-image] Aug 11 16:51:01.079 INFO O| Aug 11 16:51:01.079 INFO STEP 386 (remove_files) COMPLETE
64152026-08-11T16:51:02.081Z[ recovery-image] Aug 11 16:51:01.079 INFO O| Aug 11 16:51:01.079 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-08-11T16:51:02.089Z[ recovery-image] Aug 11 16:51:01.088 INFO O| Aug 11 16:51:01.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64172026-08-11T16:51:02.089Z[ recovery-image] Aug 11 16:51:01.088 INFO O| Aug 11 16:51:01.088 INFO STEP 387 (remove_files) COMPLETE
64182026-08-11T16:51:02.089Z[ recovery-image] Aug 11 16:51:01.088 INFO O| Aug 11 16:51:01.088 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-08-11T16:51:02.098Z[ recovery-image] Aug 11 16:51:01.097 INFO O| Aug 11 16:51:01.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64202026-08-11T16:51:02.098Z[ recovery-image] Aug 11 16:51:01.097 INFO O| Aug 11 16:51:01.097 INFO STEP 388 (remove_files) COMPLETE
64212026-08-11T16:51:02.098Z[ recovery-image] Aug 11 16:51:01.097 INFO O| Aug 11 16:51:01.097 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-08-11T16:51:02.108Z[ recovery-image] Aug 11 16:51:01.107 INFO O| Aug 11 16:51:01.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64232026-08-11T16:51:02.108Z[ recovery-image] Aug 11 16:51:01.107 INFO O| Aug 11 16:51:01.107 INFO STEP 389 (remove_files) COMPLETE
64242026-08-11T16:51:02.111Z[ recovery-image] Aug 11 16:51:01.107 INFO O| Aug 11 16:51:01.107 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-08-11T16:51:02.118Z[ recovery-image] Aug 11 16:51:01.116 INFO O| Aug 11 16:51:01.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64262026-08-11T16:51:02.118Z[ recovery-image] Aug 11 16:51:01.116 INFO O| Aug 11 16:51:01.116 INFO STEP 390 (remove_files) COMPLETE
64272026-08-11T16:51:02.121Z[ recovery-image] Aug 11 16:51:01.116 INFO O| Aug 11 16:51:01.116 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-08-11T16:51:02.128Z[ recovery-image] Aug 11 16:51:01.127 INFO O| Aug 11 16:51:01.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64292026-08-11T16:51:02.128Z[ recovery-image] Aug 11 16:51:01.127 INFO O| Aug 11 16:51:01.127 INFO STEP 391 (remove_files) COMPLETE
64302026-08-11T16:51:02.128Z[ recovery-image] Aug 11 16:51:01.127 INFO O| Aug 11 16:51:01.127 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-08-11T16:51:02.139Z[ recovery-image] Aug 11 16:51:01.137 INFO O| Aug 11 16:51:01.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64322026-08-11T16:51:02.139Z[ recovery-image] Aug 11 16:51:01.138 INFO O| Aug 11 16:51:01.137 INFO STEP 392 (remove_files) COMPLETE
64332026-08-11T16:51:02.139Z[ recovery-image] Aug 11 16:51:01.138 INFO O| Aug 11 16:51:01.137 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-08-11T16:51:02.152Z[ recovery-image] Aug 11 16:51:01.151 INFO O| Aug 11 16:51:01.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64352026-08-11T16:51:02.152Z[ recovery-image] Aug 11 16:51:01.151 INFO O| Aug 11 16:51:01.151 INFO STEP 393 (remove_files) COMPLETE
64362026-08-11T16:51:02.152Z[ recovery-image] Aug 11 16:51:01.151 INFO O| Aug 11 16:51:01.151 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-08-11T16:51:02.166Z[ recovery-image] Aug 11 16:51:01.163 INFO O| Aug 11 16:51:01.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64382026-08-11T16:51:02.166Z[ recovery-image] Aug 11 16:51:01.163 INFO O| Aug 11 16:51:01.163 INFO STEP 394 (remove_files) COMPLETE
64392026-08-11T16:51:02.166Z[ recovery-image] Aug 11 16:51:01.163 INFO O| Aug 11 16:51:01.163 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-08-11T16:51:02.177Z[ recovery-image] Aug 11 16:51:01.173 INFO O| Aug 11 16:51:01.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64412026-08-11T16:51:02.177Z[ recovery-image] Aug 11 16:51:01.174 INFO O| Aug 11 16:51:01.174 INFO STEP 395 (remove_files) COMPLETE
64422026-08-11T16:51:02.177Z[ recovery-image] Aug 11 16:51:01.174 INFO O| Aug 11 16:51:01.174 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-08-11T16:51:02.186Z[ recovery-image] Aug 11 16:51:01.184 INFO O| Aug 11 16:51:01.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64442026-08-11T16:51:02.210Z[ recovery-image] Aug 11 16:51:01.184 INFO O| Aug 11 16:51:01.184 INFO STEP 396 (remove_files) COMPLETE
64452026-08-11T16:51:02.210Z[ recovery-image] Aug 11 16:51:01.184 INFO O| Aug 11 16:51:01.184 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-08-11T16:51:02.210Z[ recovery-image] Aug 11 16:51:01.195 INFO O| Aug 11 16:51:01.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64472026-08-11T16:51:02.210Z[ recovery-image] Aug 11 16:51:01.195 INFO O| Aug 11 16:51:01.195 INFO STEP 397 (remove_files) COMPLETE
64482026-08-11T16:51:02.210Z[ recovery-image] Aug 11 16:51:01.195 INFO O| Aug 11 16:51:01.195 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-08-11T16:51:02.210Z[ recovery-image] Aug 11 16:51:01.207 INFO O| Aug 11 16:51:01.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64502026-08-11T16:51:02.211Z[ recovery-image] Aug 11 16:51:01.207 INFO O| Aug 11 16:51:01.207 INFO STEP 398 (remove_files) COMPLETE
64512026-08-11T16:51:02.211Z[ recovery-image] Aug 11 16:51:01.207 INFO O| Aug 11 16:51:01.207 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-11T16:51:02.221Z[ recovery-image] Aug 11 16:51:01.218 INFO O| Aug 11 16:51:01.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64532026-08-11T16:51:02.221Z[ recovery-image] Aug 11 16:51:01.218 INFO O| Aug 11 16:51:01.218 INFO STEP 399 (remove_files) COMPLETE
64542026-08-11T16:51:02.221Z[ recovery-image] Aug 11 16:51:01.218 INFO O| Aug 11 16:51:01.218 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-11T16:51:02.230Z[ recovery-image] Aug 11 16:51:01.228 INFO O| Aug 11 16:51:01.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64562026-08-11T16:51:02.230Z[ recovery-image] Aug 11 16:51:01.228 INFO O| Aug 11 16:51:01.228 INFO STEP 400 (remove_files) COMPLETE
64572026-08-11T16:51:02.230Z[ recovery-image] Aug 11 16:51:01.228 INFO O| Aug 11 16:51:01.228 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-11T16:51:02.240Z[ recovery-image] Aug 11 16:51:01.239 INFO O| Aug 11 16:51:01.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64592026-08-11T16:51:02.243Z[ recovery-image] Aug 11 16:51:01.239 INFO O| Aug 11 16:51:01.239 INFO STEP 401 (remove_files) COMPLETE
64602026-08-11T16:51:02.243Z[ recovery-image] Aug 11 16:51:01.239 INFO O| Aug 11 16:51:01.239 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-11T16:51:02.250Z[ recovery-image] Aug 11 16:51:01.249 INFO O| Aug 11 16:51:01.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64622026-08-11T16:51:02.250Z[ recovery-image] Aug 11 16:51:01.249 INFO O| Aug 11 16:51:01.249 INFO STEP 402 (remove_files) COMPLETE
64632026-08-11T16:51:02.262Z[ recovery-image] Aug 11 16:51:01.249 INFO O| Aug 11 16:51:01.249 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-11T16:51:02.262Z[ recovery-image] Aug 11 16:51:01.259 INFO O| Aug 11 16:51:01.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64652026-08-11T16:51:02.262Z[ recovery-image] Aug 11 16:51:01.259 INFO O| Aug 11 16:51:01.259 INFO STEP 403 (remove_files) COMPLETE
64662026-08-11T16:51:02.262Z[ recovery-image] Aug 11 16:51:01.259 INFO O| Aug 11 16:51:01.259 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-11T16:51:02.273Z[ recovery-image] Aug 11 16:51:01.272 INFO O| Aug 11 16:51:01.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64682026-08-11T16:51:02.273Z[ recovery-image] Aug 11 16:51:01.272 INFO O| Aug 11 16:51:01.272 INFO STEP 404 (remove_files) COMPLETE
64692026-08-11T16:51:02.273Z[ recovery-image] Aug 11 16:51:01.272 INFO O| Aug 11 16:51:01.272 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-11T16:51:02.285Z[ recovery-image] Aug 11 16:51:01.284 INFO O| Aug 11 16:51:01.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64712026-08-11T16:51:02.285Z[ recovery-image] Aug 11 16:51:01.284 INFO O| Aug 11 16:51:01.284 INFO STEP 405 (remove_files) COMPLETE
64722026-08-11T16:51:02.288Z[ recovery-image] Aug 11 16:51:01.284 INFO O| Aug 11 16:51:01.284 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-11T16:51:02.298Z[ recovery-image] Aug 11 16:51:01.297 INFO O| Aug 11 16:51:01.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64742026-08-11T16:51:02.298Z[ recovery-image] Aug 11 16:51:01.297 INFO O| Aug 11 16:51:01.297 INFO STEP 406 (remove_files) COMPLETE
64752026-08-11T16:51:02.301Z[ recovery-image] Aug 11 16:51:01.297 INFO O| Aug 11 16:51:01.297 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-11T16:51:02.310Z[ recovery-image] Aug 11 16:51:01.308 INFO O| Aug 11 16:51:01.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64772026-08-11T16:51:02.310Z[ recovery-image] Aug 11 16:51:01.309 INFO O| Aug 11 16:51:01.309 INFO STEP 407 (remove_files) COMPLETE
64782026-08-11T16:51:02.313Z[ recovery-image] Aug 11 16:51:01.309 INFO O| Aug 11 16:51:01.309 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-11T16:51:02.322Z[ recovery-image] Aug 11 16:51:01.321 INFO O| Aug 11 16:51:01.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64802026-08-11T16:51:02.323Z[ recovery-image] Aug 11 16:51:01.321 INFO O| Aug 11 16:51:01.321 INFO STEP 408 (remove_files) COMPLETE
64812026-08-11T16:51:02.326Z[ recovery-image] Aug 11 16:51:01.321 INFO O| Aug 11 16:51:01.321 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-11T16:51:02.334Z[ recovery-image] Aug 11 16:51:01.333 INFO O| Aug 11 16:51:01.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64832026-08-11T16:51:02.334Z[ recovery-image] Aug 11 16:51:01.333 INFO O| Aug 11 16:51:01.333 INFO STEP 409 (remove_files) COMPLETE
64842026-08-11T16:51:02.339Z[ recovery-image] Aug 11 16:51:01.333 INFO O| Aug 11 16:51:01.333 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-11T16:51:02.346Z[ recovery-image] Aug 11 16:51:01.345 INFO O| Aug 11 16:51:01.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
64862026-08-11T16:51:02.346Z[ recovery-image] Aug 11 16:51:01.345 INFO O| Aug 11 16:51:01.345 INFO STEP 410 (remove_files) COMPLETE
64872026-08-11T16:51:02.346Z[ recovery-image] Aug 11 16:51:01.345 INFO O| Aug 11 16:51:01.345 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-11T16:51:02.357Z[ recovery-image] Aug 11 16:51:01.356 INFO O| Aug 11 16:51:01.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
64892026-08-11T16:51:02.357Z[ recovery-image] Aug 11 16:51:01.356 INFO O| Aug 11 16:51:01.356 INFO STEP 411 (remove_files) COMPLETE
64902026-08-11T16:51:02.357Z[ recovery-image] Aug 11 16:51:01.356 INFO O| Aug 11 16:51:01.356 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-11T16:51:02.360Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
64922026-08-11T16:51:02.368Z[ recovery-image] Aug 11 16:51:01.367 INFO O| Aug 11 16:51:01.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
64932026-08-11T16:51:02.368Z[ recovery-image] Aug 11 16:51:01.367 INFO O| Aug 11 16:51:01.367 INFO STEP 412 (remove_files) COMPLETE
64942026-08-11T16:51:02.368Z[ recovery-image] Aug 11 16:51:01.367 INFO O| Aug 11 16:51:01.367 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-08-11T16:51:02.380Z[ recovery-image] Aug 11 16:51:01.378 INFO O| Aug 11 16:51:01.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
64962026-08-11T16:51:02.380Z[ recovery-image] Aug 11 16:51:01.378 INFO O| Aug 11 16:51:01.378 INFO STEP 413 (remove_files) COMPLETE
64972026-08-11T16:51:02.380Z[ recovery-image] Aug 11 16:51:01.378 INFO O| Aug 11 16:51:01.378 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-08-11T16:51:02.390Z[ recovery-image] Aug 11 16:51:01.388 INFO O| Aug 11 16:51:01.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
64992026-08-11T16:51:03.396Z[ recovery-image] Aug 11 16:51:01.389 INFO O| Aug 11 16:51:01.388 INFO STEP 414 (remove_files) COMPLETE
65002026-08-11T16:51:03.396Z[ recovery-image] Aug 11 16:51:01.389 INFO O| Aug 11 16:51:01.389 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.400 INFO O| Aug 11 16:51:01.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65022026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.400 INFO O| Aug 11 16:51:01.400 INFO STEP 415 (remove_files) COMPLETE
65032026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.400 INFO O| Aug 11 16:51:01.400 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.411 INFO O| Aug 11 16:51:01.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65052026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.411 INFO O| Aug 11 16:51:01.411 INFO STEP 416 (remove_files) COMPLETE
65062026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.411 INFO O| Aug 11 16:51:01.411 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.422 INFO O| Aug 11 16:51:01.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65082026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.422 INFO O| Aug 11 16:51:01.422 INFO STEP 417 (remove_files) COMPLETE
65092026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.422 INFO O| Aug 11 16:51:01.422 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.433 INFO O| Aug 11 16:51:01.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65112026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.434 INFO O| Aug 11 16:51:01.434 INFO STEP 418 (remove_files) COMPLETE
65122026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.434 INFO O| Aug 11 16:51:01.434 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.445 INFO O| Aug 11 16:51:01.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65142026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.445 INFO O| Aug 11 16:51:01.445 INFO STEP 419 (remove_files) COMPLETE
65152026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.445 INFO O| Aug 11 16:51:01.445 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.457 INFO O| Aug 11 16:51:01.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65172026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.457 INFO O| Aug 11 16:51:01.457 INFO STEP 420 (remove_files) COMPLETE
65182026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.457 INFO O| Aug 11 16:51:01.457 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.468 INFO O| Aug 11 16:51:01.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65202026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.468 INFO O| Aug 11 16:51:01.468 INFO STEP 421 (remove_files) COMPLETE
65212026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.468 INFO O| Aug 11 16:51:01.468 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.477 INFO O| Aug 11 16:51:01.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65232026-08-11T16:51:03.402Z[ recovery-image] Aug 11 16:51:01.477 INFO O| Aug 11 16:51:01.477 INFO STEP 422 (remove_files) COMPLETE
65242026-08-11T16:51:03.403Z[ recovery-image] Aug 11 16:51:01.477 INFO O| Aug 11 16:51:01.477 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-08-11T16:51:03.403Z[ recovery-image] Aug 11 16:51:01.488 INFO O| Aug 11 16:51:01.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65262026-08-11T16:51:03.403Z[ recovery-image] Aug 11 16:51:01.488 INFO O| Aug 11 16:51:01.488 INFO STEP 423 (remove_files) COMPLETE
65272026-08-11T16:51:03.403Z[ recovery-image] Aug 11 16:51:01.488 INFO O| Aug 11 16:51:01.488 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-08-11T16:51:03.403Z[ recovery-image] Aug 11 16:51:01.497 INFO O| Aug 11 16:51:01.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65292026-08-11T16:51:03.403Z[ recovery-image] Aug 11 16:51:01.497 INFO O| Aug 11 16:51:01.497 INFO STEP 424 (remove_files) COMPLETE
65302026-08-11T16:51:03.403Z[ recovery-image] Aug 11 16:51:01.497 INFO O| Aug 11 16:51:01.497 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-08-11T16:51:03.403Z[ recovery-image] Aug 11 16:51:01.511 INFO O| Aug 11 16:51:01.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65322026-08-11T16:51:03.403Z[ recovery-image] Aug 11 16:51:01.511 INFO O| Aug 11 16:51:01.511 INFO STEP 425 (remove_files) COMPLETE
65332026-08-11T16:51:03.403Z[ recovery-image] Aug 11 16:51:01.511 INFO O| Aug 11 16:51:01.511 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-08-11T16:51:03.404Z[ recovery-image] Aug 11 16:51:01.520 INFO O| Aug 11 16:51:01.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65352026-08-11T16:51:03.404Z[ recovery-image] Aug 11 16:51:01.520 INFO O| Aug 11 16:51:01.520 INFO STEP 426 (remove_files) COMPLETE
65362026-08-11T16:51:03.404Z[ recovery-image] Aug 11 16:51:01.520 INFO O| Aug 11 16:51:01.520 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-08-11T16:51:03.404Z[ recovery-image] Aug 11 16:51:01.529 INFO O| Aug 11 16:51:01.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65382026-08-11T16:51:03.404Z[ recovery-image] Aug 11 16:51:01.529 INFO O| Aug 11 16:51:01.529 INFO STEP 427 (remove_files) COMPLETE
65392026-08-11T16:51:03.404Z[ recovery-image] Aug 11 16:51:01.529 INFO O| Aug 11 16:51:01.529 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-08-11T16:51:03.404Z[ recovery-image] Aug 11 16:51:01.539 INFO O| Aug 11 16:51:01.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65412026-08-11T16:51:03.404Z[ recovery-image] Aug 11 16:51:01.539 INFO O| Aug 11 16:51:01.539 INFO STEP 428 (remove_files) COMPLETE
65422026-08-11T16:51:03.404Z[ recovery-image] Aug 11 16:51:01.539 INFO O| Aug 11 16:51:01.539 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-08-11T16:51:03.404Z[ recovery-image] Aug 11 16:51:01.549 INFO O| Aug 11 16:51:01.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65442026-08-11T16:51:03.404Z[ recovery-image] Aug 11 16:51:01.549 INFO O| Aug 11 16:51:01.549 INFO STEP 429 (remove_files) COMPLETE
65452026-08-11T16:51:03.404Z[ recovery-image] Aug 11 16:51:01.549 INFO O| Aug 11 16:51:01.549 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-08-11T16:51:03.405Z[ recovery-image] Aug 11 16:51:01.558 INFO O| Aug 11 16:51:01.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65472026-08-11T16:51:03.405Z[ recovery-image] Aug 11 16:51:01.558 INFO O| Aug 11 16:51:01.558 INFO STEP 430 (remove_files) COMPLETE
65482026-08-11T16:51:03.405Z[ recovery-image] Aug 11 16:51:01.558 INFO O| Aug 11 16:51:01.558 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-08-11T16:51:03.405Z[ recovery-image] Aug 11 16:51:01.567 INFO O| Aug 11 16:51:01.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65502026-08-11T16:51:03.405Z[ recovery-image] Aug 11 16:51:01.567 INFO O| Aug 11 16:51:01.567 INFO STEP 431 (remove_files) COMPLETE
65512026-08-11T16:51:03.405Z[ recovery-image] Aug 11 16:51:01.567 INFO O| Aug 11 16:51:01.567 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-08-11T16:51:03.405Z[ recovery-image] Aug 11 16:51:01.578 INFO O| Aug 11 16:51:01.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65532026-08-11T16:51:03.405Z[ recovery-image] Aug 11 16:51:01.578 INFO O| Aug 11 16:51:01.578 INFO STEP 432 (remove_files) COMPLETE
65542026-08-11T16:51:03.405Z[ recovery-image] Aug 11 16:51:01.578 INFO O| Aug 11 16:51:01.578 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-08-11T16:51:03.405Z[ recovery-image] Aug 11 16:51:01.589 INFO O| Aug 11 16:51:01.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65562026-08-11T16:51:03.405Z[ recovery-image] Aug 11 16:51:01.589 INFO O| Aug 11 16:51:01.589 INFO STEP 433 (remove_files) COMPLETE
65572026-08-11T16:51:03.405Z[ recovery-image] Aug 11 16:51:01.589 INFO O| Aug 11 16:51:01.589 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-08-11T16:51:03.405Z[ recovery-image] Aug 11 16:51:01.600 INFO O| Aug 11 16:51:01.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65592026-08-11T16:51:03.405Z[ recovery-image] Aug 11 16:51:01.600 INFO O| Aug 11 16:51:01.600 INFO STEP 434 (remove_files) COMPLETE
65602026-08-11T16:51:03.405Z[ recovery-image] Aug 11 16:51:01.600 INFO O| Aug 11 16:51:01.600 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-08-11T16:51:03.405Z[ recovery-image] Aug 11 16:51:01.609 INFO O| Aug 11 16:51:01.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65622026-08-11T16:51:03.405Z[ recovery-image] Aug 11 16:51:01.609 INFO O| Aug 11 16:51:01.609 INFO STEP 435 (remove_files) COMPLETE
65632026-08-11T16:51:03.405Z[ recovery-image] Aug 11 16:51:01.609 INFO O| Aug 11 16:51:01.609 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-08-11T16:51:03.405Z[ recovery-image] Aug 11 16:51:01.618 INFO O| Aug 11 16:51:01.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65652026-08-11T16:51:03.405Z[ recovery-image] Aug 11 16:51:01.618 INFO O| Aug 11 16:51:01.618 INFO STEP 436 (remove_files) COMPLETE
65662026-08-11T16:51:03.406Z[ recovery-image] Aug 11 16:51:01.618 INFO O| Aug 11 16:51:01.618 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-08-11T16:51:03.406Z[ recovery-image] Aug 11 16:51:01.627 INFO O| Aug 11 16:51:01.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65682026-08-11T16:51:03.406Z[ recovery-image] Aug 11 16:51:01.627 INFO O| Aug 11 16:51:01.627 INFO STEP 437 (remove_files) COMPLETE
65692026-08-11T16:51:03.406Z[ recovery-image] Aug 11 16:51:01.627 INFO O| Aug 11 16:51:01.627 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-08-11T16:51:03.406Z[ recovery-image] Aug 11 16:51:01.636 INFO O| Aug 11 16:51:01.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65712026-08-11T16:51:03.406Z[ recovery-image] Aug 11 16:51:01.636 INFO O| Aug 11 16:51:01.636 INFO STEP 438 (remove_files) COMPLETE
65722026-08-11T16:51:03.406Z[ recovery-image] Aug 11 16:51:01.636 INFO O| Aug 11 16:51:01.636 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-08-11T16:51:03.406Z[ recovery-image] Aug 11 16:51:01.646 INFO O| Aug 11 16:51:01.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65742026-08-11T16:51:03.406Z[ recovery-image] Aug 11 16:51:01.646 INFO O| Aug 11 16:51:01.646 INFO STEP 439 (remove_files) COMPLETE
65752026-08-11T16:51:03.406Z[ recovery-image] Aug 11 16:51:01.646 INFO O| Aug 11 16:51:01.646 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.655 INFO O| Aug 11 16:51:01.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65772026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.656 INFO O| Aug 11 16:51:01.656 INFO STEP 440 (remove_files) COMPLETE
65782026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.656 INFO O| Aug 11 16:51:01.656 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.663 INFO O| Aug 11 16:51:01.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65802026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.664 INFO O| Aug 11 16:51:01.663 INFO STEP 441 (remove_files) COMPLETE
65812026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.664 INFO O| Aug 11 16:51:01.663 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.671 INFO O| Aug 11 16:51:01.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65832026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.671 INFO O| Aug 11 16:51:01.671 INFO STEP 442 (remove_files) COMPLETE
65842026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.671 INFO O| Aug 11 16:51:01.671 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.681 INFO O| Aug 11 16:51:01.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
65862026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.681 INFO O| Aug 11 16:51:01.681 INFO STEP 443 (remove_files) COMPLETE
65872026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.681 INFO O| Aug 11 16:51:01.681 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.707 INFO O| Aug 11 16:51:01.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
65892026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.707 INFO O| Aug 11 16:51:01.706 INFO STEP 444 (remove_files) COMPLETE
65902026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.707 INFO O| Aug 11 16:51:01.706 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.716 INFO O| Aug 11 16:51:01.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
65922026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.716 INFO O| Aug 11 16:51:01.716 INFO STEP 445 (remove_files) COMPLETE
65932026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.716 INFO O| Aug 11 16:51:01.716 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.725 INFO O| Aug 11 16:51:01.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
65952026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.725 INFO O| Aug 11 16:51:01.725 INFO STEP 446 (remove_files) COMPLETE
65962026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.725 INFO O| Aug 11 16:51:01.725 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.733 INFO O| Aug 11 16:51:01.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
65982026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.733 INFO O| Aug 11 16:51:01.733 INFO STEP 447 (remove_files) COMPLETE
65992026-08-11T16:51:03.407Z[ recovery-image] Aug 11 16:51:01.733 INFO O| Aug 11 16:51:01.733 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-08-11T16:51:03.408Z[ recovery-image] Aug 11 16:51:01.742 INFO O| Aug 11 16:51:01.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66012026-08-11T16:51:03.412Z[ recovery-image] Aug 11 16:51:01.743 INFO O| Aug 11 16:51:01.743 INFO STEP 448 (remove_files) COMPLETE
66022026-08-11T16:51:03.412Z[ recovery-image] Aug 11 16:51:01.743 INFO O| Aug 11 16:51:01.743 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-08-11T16:51:03.412Z[ recovery-image] Aug 11 16:51:01.752 INFO O| Aug 11 16:51:01.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66042026-08-11T16:51:03.412Z[ recovery-image] Aug 11 16:51:01.752 INFO O| Aug 11 16:51:01.752 INFO STEP 449 (remove_files) COMPLETE
66052026-08-11T16:51:03.412Z[ recovery-image] Aug 11 16:51:01.752 INFO O| Aug 11 16:51:01.752 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-08-11T16:51:03.413Z[ recovery-image] Aug 11 16:51:01.760 INFO O| Aug 11 16:51:01.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66072026-08-11T16:51:03.413Z[ recovery-image] Aug 11 16:51:01.761 INFO O| Aug 11 16:51:01.761 INFO STEP 450 (remove_files) COMPLETE
66082026-08-11T16:51:03.413Z[ recovery-image] Aug 11 16:51:01.761 INFO O| Aug 11 16:51:01.761 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-08-11T16:51:03.413Z[ recovery-image] Aug 11 16:51:01.770 INFO O| Aug 11 16:51:01.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66102026-08-11T16:51:03.413Z[ recovery-image] Aug 11 16:51:01.771 INFO O| Aug 11 16:51:01.770 INFO STEP 451 (remove_files) COMPLETE
66112026-08-11T16:51:03.413Z[ recovery-image] Aug 11 16:51:01.771 INFO O| Aug 11 16:51:01.771 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-08-11T16:51:03.413Z[ recovery-image] Aug 11 16:51:01.781 INFO O| Aug 11 16:51:01.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66132026-08-11T16:51:03.413Z[ recovery-image] Aug 11 16:51:01.781 INFO O| Aug 11 16:51:01.781 INFO STEP 452 (remove_files) COMPLETE
66142026-08-11T16:51:03.413Z[ recovery-image] Aug 11 16:51:01.781 INFO O| Aug 11 16:51:01.781 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-08-11T16:51:03.413Z[ recovery-image] Aug 11 16:51:01.790 INFO O| Aug 11 16:51:01.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66162026-08-11T16:51:03.413Z[ recovery-image] Aug 11 16:51:01.791 INFO O| Aug 11 16:51:01.791 INFO STEP 453 (remove_files) COMPLETE
66172026-08-11T16:51:03.413Z[ recovery-image] Aug 11 16:51:01.791 INFO O| Aug 11 16:51:01.791 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-08-11T16:51:03.413Z[ recovery-image] Aug 11 16:51:01.800 INFO O| Aug 11 16:51:01.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66192026-08-11T16:51:03.413Z[ recovery-image] Aug 11 16:51:01.800 INFO O| Aug 11 16:51:01.800 INFO STEP 454 (remove_files) COMPLETE
66202026-08-11T16:51:03.413Z[ recovery-image] Aug 11 16:51:01.800 INFO O| Aug 11 16:51:01.800 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-08-11T16:51:03.413Z[ recovery-image] Aug 11 16:51:01.809 INFO O| Aug 11 16:51:01.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66222026-08-11T16:51:03.413Z[ recovery-image] Aug 11 16:51:01.809 INFO O| Aug 11 16:51:01.809 INFO STEP 455 (remove_files) COMPLETE
66232026-08-11T16:51:03.413Z[ recovery-image] Aug 11 16:51:01.809 INFO O| Aug 11 16:51:01.809 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-08-11T16:51:03.413Z[ recovery-image] Aug 11 16:51:01.818 INFO O| Aug 11 16:51:01.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66252026-08-11T16:51:03.413Z[ recovery-image] Aug 11 16:51:01.818 INFO O| Aug 11 16:51:01.818 INFO STEP 456 (remove_files) COMPLETE
66262026-08-11T16:51:03.414Z[ recovery-image] Aug 11 16:51:01.818 INFO O| Aug 11 16:51:01.818 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-08-11T16:51:03.414Z[ recovery-image] Aug 11 16:51:01.827 INFO O| Aug 11 16:51:01.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66282026-08-11T16:51:03.414Z[ recovery-image] Aug 11 16:51:01.827 INFO O| Aug 11 16:51:01.827 INFO STEP 457 (remove_files) COMPLETE
66292026-08-11T16:51:03.414Z[ recovery-image] Aug 11 16:51:01.827 INFO O| Aug 11 16:51:01.827 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-08-11T16:51:03.414Z[ recovery-image] Aug 11 16:51:01.836 INFO O| Aug 11 16:51:01.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66312026-08-11T16:51:03.414Z[ recovery-image] Aug 11 16:51:01.836 INFO O| Aug 11 16:51:01.836 INFO STEP 458 (remove_files) COMPLETE
66322026-08-11T16:51:03.414Z[ recovery-image] Aug 11 16:51:01.836 INFO O| Aug 11 16:51:01.836 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-08-11T16:51:03.415Z[ recovery-image] Aug 11 16:51:01.846 INFO O| Aug 11 16:51:01.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66342026-08-11T16:51:03.415Z[ recovery-image] Aug 11 16:51:01.846 INFO O| Aug 11 16:51:01.846 INFO STEP 459 (remove_files) COMPLETE
66352026-08-11T16:51:03.415Z[ recovery-image] Aug 11 16:51:01.846 INFO O| Aug 11 16:51:01.846 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-08-11T16:51:03.415Z[ recovery-image] Aug 11 16:51:01.856 INFO O| Aug 11 16:51:01.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66372026-08-11T16:51:03.415Z[ recovery-image] Aug 11 16:51:01.856 INFO O| Aug 11 16:51:01.856 INFO STEP 460 (remove_files) COMPLETE
66382026-08-11T16:51:03.415Z[ recovery-image] Aug 11 16:51:01.856 INFO O| Aug 11 16:51:01.856 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-08-11T16:51:03.415Z[ recovery-image] Aug 11 16:51:01.865 INFO O| Aug 11 16:51:01.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66402026-08-11T16:51:03.415Z[ recovery-image] Aug 11 16:51:01.865 INFO O| Aug 11 16:51:01.865 INFO STEP 461 (remove_files) COMPLETE
66412026-08-11T16:51:03.415Z[ recovery-image] Aug 11 16:51:01.865 INFO O| Aug 11 16:51:01.865 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-08-11T16:51:03.415Z[ recovery-image] Aug 11 16:51:01.876 INFO O| Aug 11 16:51:01.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66432026-08-11T16:51:03.415Z[ recovery-image] Aug 11 16:51:01.876 INFO O| Aug 11 16:51:01.876 INFO STEP 462 (remove_files) COMPLETE
66442026-08-11T16:51:03.415Z[ recovery-image] Aug 11 16:51:01.876 INFO O| Aug 11 16:51:01.876 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-11T16:51:03.415Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
66462026-08-11T16:51:03.415Z[ recovery-image] Aug 11 16:51:01.886 INFO O| Aug 11 16:51:01.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66472026-08-11T16:51:03.415Z[ recovery-image] Aug 11 16:51:01.887 INFO O| Aug 11 16:51:01.887 INFO STEP 463 (remove_files) COMPLETE
66482026-08-11T16:51:03.415Z[ recovery-image] Aug 11 16:51:01.887 INFO O| Aug 11 16:51:01.887 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-08-11T16:51:03.415Z[ recovery-image] Aug 11 16:51:01.897 INFO O| Aug 11 16:51:01.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66502026-08-11T16:51:03.415Z[ recovery-image] Aug 11 16:51:01.897 INFO O| Aug 11 16:51:01.897 INFO STEP 464 (remove_files) COMPLETE
66512026-08-11T16:51:03.416Z[ recovery-image] Aug 11 16:51:01.897 INFO O| Aug 11 16:51:01.897 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-08-11T16:51:03.416Z[ recovery-image] Aug 11 16:51:01.905 INFO O| Aug 11 16:51:01.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66532026-08-11T16:51:03.416Z[ recovery-image] Aug 11 16:51:01.905 INFO O| Aug 11 16:51:01.905 INFO STEP 465 (remove_files) COMPLETE
66542026-08-11T16:51:03.416Z[ recovery-image] Aug 11 16:51:01.905 INFO O| Aug 11 16:51:01.905 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-08-11T16:51:03.416Z[ recovery-image] Aug 11 16:51:01.914 INFO O| Aug 11 16:51:01.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66562026-08-11T16:51:03.416Z[ recovery-image] Aug 11 16:51:01.914 INFO O| Aug 11 16:51:01.914 INFO STEP 466 (remove_files) COMPLETE
66572026-08-11T16:51:03.416Z[ recovery-image] Aug 11 16:51:01.914 INFO O| Aug 11 16:51:01.914 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-08-11T16:51:03.416Z[ recovery-image] Aug 11 16:51:01.924 INFO O| Aug 11 16:51:01.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66592026-08-11T16:51:03.416Z[ recovery-image] Aug 11 16:51:01.924 INFO O| Aug 11 16:51:01.924 INFO STEP 467 (remove_files) COMPLETE
66602026-08-11T16:51:03.416Z[ recovery-image] Aug 11 16:51:01.924 INFO O| Aug 11 16:51:01.924 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-08-11T16:51:03.416Z[ recovery-image] Aug 11 16:51:01.933 INFO O| Aug 11 16:51:01.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66622026-08-11T16:51:03.416Z[ recovery-image] Aug 11 16:51:01.933 INFO O| Aug 11 16:51:01.933 INFO STEP 468 (remove_files) COMPLETE
66632026-08-11T16:51:03.416Z[ recovery-image] Aug 11 16:51:01.933 INFO O| Aug 11 16:51:01.933 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-08-11T16:51:03.417Z[ recovery-image] Aug 11 16:51:01.942 INFO O| Aug 11 16:51:01.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66652026-08-11T16:51:03.417Z[ recovery-image] Aug 11 16:51:01.942 INFO O| Aug 11 16:51:01.942 INFO STEP 469 (remove_files) COMPLETE
66662026-08-11T16:51:03.417Z[ recovery-image] Aug 11 16:51:01.942 INFO O| Aug 11 16:51:01.942 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-08-11T16:51:03.417Z[ recovery-image] Aug 11 16:51:01.952 INFO O| Aug 11 16:51:01.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66682026-08-11T16:51:03.417Z[ recovery-image] Aug 11 16:51:01.952 INFO O| Aug 11 16:51:01.952 INFO STEP 470 (remove_files) COMPLETE
66692026-08-11T16:51:03.417Z[ recovery-image] Aug 11 16:51:01.952 INFO O| Aug 11 16:51:01.952 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-08-11T16:51:03.417Z[ recovery-image] Aug 11 16:51:01.961 INFO O| Aug 11 16:51:01.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66712026-08-11T16:51:03.418Z[ recovery-image] Aug 11 16:51:01.961 INFO O| Aug 11 16:51:01.961 INFO STEP 471 (remove_files) COMPLETE
66722026-08-11T16:51:03.418Z[ recovery-image] Aug 11 16:51:01.961 INFO O| Aug 11 16:51:01.961 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-08-11T16:51:03.418Z[ recovery-image] Aug 11 16:51:01.971 INFO O| Aug 11 16:51:01.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66742026-08-11T16:51:03.418Z[ recovery-image] Aug 11 16:51:01.971 INFO O| Aug 11 16:51:01.971 INFO STEP 472 (remove_files) COMPLETE
66752026-08-11T16:51:03.418Z[ recovery-image] Aug 11 16:51:01.971 INFO O| Aug 11 16:51:01.971 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-08-11T16:51:03.418Z[ recovery-image] Aug 11 16:51:01.980 INFO O| Aug 11 16:51:01.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66772026-08-11T16:51:03.418Z[ recovery-image] Aug 11 16:51:01.980 INFO O| Aug 11 16:51:01.980 INFO STEP 473 (remove_files) COMPLETE
66782026-08-11T16:51:03.418Z[ recovery-image] Aug 11 16:51:01.980 INFO O| Aug 11 16:51:01.980 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-08-11T16:51:03.418Z[ recovery-image] Aug 11 16:51:01.990 INFO O| Aug 11 16:51:01.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66802026-08-11T16:51:03.418Z[ recovery-image] Aug 11 16:51:01.990 INFO O| Aug 11 16:51:01.990 INFO STEP 474 (remove_files) COMPLETE
66812026-08-11T16:51:03.418Z[ recovery-image] Aug 11 16:51:01.990 INFO O| Aug 11 16:51:01.990 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-08-11T16:51:03.419Z[ recovery-image] Aug 11 16:51:02.001 INFO O| Aug 11 16:51:02.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66832026-08-11T16:51:03.419Z[ recovery-image] Aug 11 16:51:02.001 INFO O| Aug 11 16:51:02.001 INFO STEP 475 (remove_files) COMPLETE
66842026-08-11T16:51:03.419Z[ recovery-image] Aug 11 16:51:02.001 INFO O| Aug 11 16:51:02.001 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-08-11T16:51:03.419Z[ recovery-image] Aug 11 16:51:02.012 INFO O| Aug 11 16:51:02.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
66862026-08-11T16:51:03.419Z[ recovery-image] Aug 11 16:51:02.012 INFO O| Aug 11 16:51:02.012 INFO STEP 476 (remove_files) COMPLETE
66872026-08-11T16:51:03.419Z[ recovery-image] Aug 11 16:51:02.012 INFO O| Aug 11 16:51:02.012 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-08-11T16:51:03.419Z[ recovery-image] Aug 11 16:51:02.022 INFO O| Aug 11 16:51:02.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
66892026-08-11T16:51:03.419Z[ recovery-image] Aug 11 16:51:02.022 INFO O| Aug 11 16:51:02.022 INFO STEP 477 (remove_files) COMPLETE
66902026-08-11T16:51:03.419Z[ recovery-image] Aug 11 16:51:02.022 INFO O| Aug 11 16:51:02.022 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-08-11T16:51:03.419Z[ recovery-image] Aug 11 16:51:02.032 INFO O| Aug 11 16:51:02.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
66922026-08-11T16:51:03.419Z[ recovery-image] Aug 11 16:51:02.032 INFO O| Aug 11 16:51:02.032 INFO STEP 478 (remove_files) COMPLETE
66932026-08-11T16:51:03.419Z[ recovery-image] Aug 11 16:51:02.032 INFO O| Aug 11 16:51:02.032 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-08-11T16:51:03.419Z[ recovery-image] Aug 11 16:51:02.044 INFO O| Aug 11 16:51:02.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
66952026-08-11T16:51:03.419Z[ recovery-image] Aug 11 16:51:02.044 INFO O| Aug 11 16:51:02.044 INFO STEP 479 (remove_files) COMPLETE
66962026-08-11T16:51:03.419Z[ recovery-image] Aug 11 16:51:02.044 INFO O| Aug 11 16:51:02.044 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-08-11T16:51:03.419Z[ recovery-image] Aug 11 16:51:02.055 INFO O| Aug 11 16:51:02.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
66982026-08-11T16:51:03.419Z[ recovery-image] Aug 11 16:51:02.055 INFO O| Aug 11 16:51:02.055 INFO STEP 480 (remove_files) COMPLETE
66992026-08-11T16:51:03.419Z[ recovery-image] Aug 11 16:51:02.055 INFO O| Aug 11 16:51:02.055 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-08-11T16:51:03.419Z[ recovery-image] Aug 11 16:51:02.065 INFO O| Aug 11 16:51:02.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67012026-08-11T16:51:03.424Z[ recovery-image] Aug 11 16:51:02.065 INFO O| Aug 11 16:51:02.065 INFO STEP 481 (remove_files) COMPLETE
67022026-08-11T16:51:03.424Z[ recovery-image] Aug 11 16:51:02.065 INFO O| Aug 11 16:51:02.065 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-08-11T16:51:03.424Z[ recovery-image] Aug 11 16:51:02.075 INFO O| Aug 11 16:51:02.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67042026-08-11T16:51:03.424Z[ recovery-image] Aug 11 16:51:02.075 INFO O| Aug 11 16:51:02.075 INFO STEP 482 (remove_files) COMPLETE
67052026-08-11T16:51:03.424Z[ recovery-image] Aug 11 16:51:02.075 INFO O| Aug 11 16:51:02.075 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-08-11T16:51:03.424Z[ recovery-image] Aug 11 16:51:02.087 INFO O| Aug 11 16:51:02.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67072026-08-11T16:51:03.424Z[ recovery-image] Aug 11 16:51:02.087 INFO O| Aug 11 16:51:02.087 INFO STEP 483 (remove_files) COMPLETE
67082026-08-11T16:51:03.424Z[ recovery-image] Aug 11 16:51:02.087 INFO O| Aug 11 16:51:02.087 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-11T16:51:03.424Z[ recovery-image] Aug 11 16:51:02.096 INFO O| Aug 11 16:51:02.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67102026-08-11T16:51:03.426Z[ recovery-image] Aug 11 16:51:02.096 INFO O| Aug 11 16:51:02.096 INFO STEP 484 (remove_files) COMPLETE
67112026-08-11T16:51:03.426Z[ recovery-image] Aug 11 16:51:02.096 INFO O| Aug 11 16:51:02.096 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-11T16:51:03.426Z[ recovery-image] Aug 11 16:51:02.106 INFO O| Aug 11 16:51:02.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67132026-08-11T16:51:03.426Z[ recovery-image] Aug 11 16:51:02.106 INFO O| Aug 11 16:51:02.106 INFO STEP 485 (remove_files) COMPLETE
67142026-08-11T16:51:03.426Z[ recovery-image] Aug 11 16:51:02.106 INFO O| Aug 11 16:51:02.106 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-11T16:51:03.426Z[ recovery-image] Aug 11 16:51:02.115 INFO O| Aug 11 16:51:02.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67162026-08-11T16:51:03.426Z[ recovery-image] Aug 11 16:51:02.116 INFO O| Aug 11 16:51:02.116 INFO STEP 486 (remove_files) COMPLETE
67172026-08-11T16:51:03.426Z[ recovery-image] Aug 11 16:51:02.116 INFO O| Aug 11 16:51:02.116 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-11T16:51:03.426Z[ recovery-image] Aug 11 16:51:02.125 INFO O| Aug 11 16:51:02.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67192026-08-11T16:51:03.426Z[ recovery-image] Aug 11 16:51:02.125 INFO O| Aug 11 16:51:02.125 INFO STEP 487 (remove_files) COMPLETE
67202026-08-11T16:51:03.426Z[ recovery-image] Aug 11 16:51:02.125 INFO O| Aug 11 16:51:02.125 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-11T16:51:03.426Z[ recovery-image] Aug 11 16:51:02.134 INFO O| Aug 11 16:51:02.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67222026-08-11T16:51:03.426Z[ recovery-image] Aug 11 16:51:02.134 INFO O| Aug 11 16:51:02.134 INFO STEP 488 (remove_files) COMPLETE
67232026-08-11T16:51:03.426Z[ recovery-image] Aug 11 16:51:02.134 INFO O| Aug 11 16:51:02.134 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-11T16:51:03.426Z[ recovery-image] Aug 11 16:51:02.143 INFO O| Aug 11 16:51:02.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67252026-08-11T16:51:03.427Z[ recovery-image] Aug 11 16:51:02.144 INFO O| Aug 11 16:51:02.144 INFO STEP 489 (remove_files) COMPLETE
67262026-08-11T16:51:03.427Z[ recovery-image] Aug 11 16:51:02.144 INFO O| Aug 11 16:51:02.144 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-08-11T16:51:03.427Z[ recovery-image] Aug 11 16:51:02.155 INFO O| Aug 11 16:51:02.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67282026-08-11T16:51:03.427Z[ recovery-image] Aug 11 16:51:02.155 INFO O| Aug 11 16:51:02.155 INFO STEP 490 (remove_files) COMPLETE
67292026-08-11T16:51:03.427Z[ recovery-image] Aug 11 16:51:02.155 INFO O| Aug 11 16:51:02.155 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-11T16:51:03.427Z[ recovery-image] Aug 11 16:51:02.165 INFO O| Aug 11 16:51:02.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67312026-08-11T16:51:03.427Z[ recovery-image] Aug 11 16:51:02.166 INFO O| Aug 11 16:51:02.165 INFO STEP 491 (remove_files) COMPLETE
67322026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.166 INFO O| Aug 11 16:51:02.166 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-08-11T16:51:03.429Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
67342026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.176 INFO O| Aug 11 16:51:02.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67352026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.176 INFO O| Aug 11 16:51:02.176 INFO STEP 492 (remove_files) COMPLETE
67362026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.176 INFO O| Aug 11 16:51:02.176 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.186 INFO O| Aug 11 16:51:02.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67382026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.186 INFO O| Aug 11 16:51:02.186 INFO STEP 493 (remove_files) COMPLETE
67392026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.186 INFO O| Aug 11 16:51:02.186 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.196 INFO O| Aug 11 16:51:02.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67412026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.196 INFO O| Aug 11 16:51:02.196 INFO STEP 494 (remove_files) COMPLETE
67422026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.196 INFO O| Aug 11 16:51:02.196 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.206 INFO O| Aug 11 16:51:02.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67442026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.206 INFO O| Aug 11 16:51:02.206 INFO STEP 495 (remove_files) COMPLETE
67452026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.206 INFO O| Aug 11 16:51:02.206 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.215 INFO O| Aug 11 16:51:02.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67472026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.215 INFO O| Aug 11 16:51:02.215 INFO STEP 496 (remove_files) COMPLETE
67482026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.215 INFO O| Aug 11 16:51:02.215 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.225 INFO O| Aug 11 16:51:02.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67502026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.225 INFO O| Aug 11 16:51:02.225 INFO STEP 497 (remove_files) COMPLETE
67512026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.225 INFO O| Aug 11 16:51:02.225 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-08-11T16:51:03.429Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
67532026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.234 INFO O| Aug 11 16:51:02.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67542026-08-11T16:51:03.429Z[ recovery-image] Aug 11 16:51:02.234 INFO O| Aug 11 16:51:02.234 INFO STEP 498 (remove_files) COMPLETE
67552026-08-11T16:51:03.431Z[ recovery-image] Aug 11 16:51:02.234 INFO O| Aug 11 16:51:02.234 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-11T16:51:03.431Z[ recovery-image] Aug 11 16:51:02.244 INFO O| Aug 11 16:51:02.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67572026-08-11T16:51:03.431Z[ recovery-image] Aug 11 16:51:02.244 INFO O| Aug 11 16:51:02.244 INFO STEP 499 (remove_files) COMPLETE
67582026-08-11T16:51:03.431Z[ recovery-image] Aug 11 16:51:02.244 INFO O| Aug 11 16:51:02.244 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-11T16:51:03.431Z[ recovery-image] Aug 11 16:51:02.254 INFO O| Aug 11 16:51:02.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67602026-08-11T16:51:03.431Z[ recovery-image] Aug 11 16:51:02.254 INFO O| Aug 11 16:51:02.254 INFO STEP 500 (remove_files) COMPLETE
67612026-08-11T16:51:03.431Z[ recovery-image] Aug 11 16:51:02.254 INFO O| Aug 11 16:51:02.254 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-11T16:51:03.431Z[ recovery-image] Aug 11 16:51:02.263 INFO O| Aug 11 16:51:02.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67632026-08-11T16:51:03.431Z[ recovery-image] Aug 11 16:51:02.263 INFO O| Aug 11 16:51:02.263 INFO STEP 501 (remove_files) COMPLETE
67642026-08-11T16:51:03.431Z[ recovery-image] Aug 11 16:51:02.263 INFO O| Aug 11 16:51:02.263 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-08-11T16:51:03.431Z[ recovery-image] Aug 11 16:51:02.273 INFO O| Aug 11 16:51:02.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67662026-08-11T16:51:03.431Z[ recovery-image] Aug 11 16:51:02.273 INFO O| Aug 11 16:51:02.273 INFO STEP 502 (remove_files) COMPLETE
67672026-08-11T16:51:03.431Z[ recovery-image] Aug 11 16:51:02.273 INFO O| Aug 11 16:51:02.273 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-11T16:51:03.431Z[ recovery-image] Aug 11 16:51:02.282 INFO O| Aug 11 16:51:02.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67692026-08-11T16:51:03.431Z[ recovery-image] Aug 11 16:51:02.282 INFO O| Aug 11 16:51:02.282 INFO STEP 503 (remove_files) COMPLETE
67702026-08-11T16:51:03.432Z[ recovery-image] Aug 11 16:51:02.282 INFO O| Aug 11 16:51:02.282 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-11T16:51:03.432Z[ recovery-image] Aug 11 16:51:02.293 INFO O| Aug 11 16:51:02.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67722026-08-11T16:51:03.432Z[ recovery-image] Aug 11 16:51:02.293 INFO O| Aug 11 16:51:02.293 INFO STEP 504 (remove_files) COMPLETE
67732026-08-11T16:51:03.432Z[ recovery-image] Aug 11 16:51:02.293 INFO O| Aug 11 16:51:02.293 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-08-11T16:51:03.432Z[ recovery-image] Aug 11 16:51:02.302 INFO O| Aug 11 16:51:02.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67752026-08-11T16:51:03.432Z[ recovery-image] Aug 11 16:51:02.302 INFO O| Aug 11 16:51:02.302 INFO STEP 505 (remove_files) COMPLETE
67762026-08-11T16:51:03.432Z[ recovery-image] Aug 11 16:51:02.302 INFO O| Aug 11 16:51:02.302 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-08-11T16:51:03.432Z[ recovery-image] Aug 11 16:51:02.310 INFO O| Aug 11 16:51:02.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67782026-08-11T16:51:03.432Z[ recovery-image] Aug 11 16:51:02.310 INFO O| Aug 11 16:51:02.310 INFO STEP 506 (remove_files) COMPLETE
67792026-08-11T16:51:03.432Z[ recovery-image] Aug 11 16:51:02.310 INFO O| Aug 11 16:51:02.310 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-08-11T16:51:03.432Z[ recovery-image] Aug 11 16:51:02.322 INFO O| Aug 11 16:51:02.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67812026-08-11T16:51:03.432Z[ recovery-image] Aug 11 16:51:02.322 INFO O| Aug 11 16:51:02.322 INFO STEP 507 (remove_files) COMPLETE
67822026-08-11T16:51:03.432Z[ recovery-image] Aug 11 16:51:02.322 INFO O| Aug 11 16:51:02.322 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-08-11T16:51:03.432Z[ recovery-image] Aug 11 16:51:02.333 INFO O| Aug 11 16:51:02.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
67842026-08-11T16:51:03.432Z[ recovery-image] Aug 11 16:51:02.333 INFO O| Aug 11 16:51:02.333 INFO STEP 508 (remove_files) COMPLETE
67852026-08-11T16:51:03.433Z[ recovery-image] Aug 11 16:51:02.333 INFO O| Aug 11 16:51:02.333 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-08-11T16:51:03.433Z[ recovery-image] Aug 11 16:51:02.343 INFO O| Aug 11 16:51:02.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
67872026-08-11T16:51:03.433Z[ recovery-image] Aug 11 16:51:02.343 INFO O| Aug 11 16:51:02.343 INFO STEP 509 (remove_files) COMPLETE
67882026-08-11T16:51:03.433Z[ recovery-image] Aug 11 16:51:02.343 INFO O| Aug 11 16:51:02.343 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-08-11T16:51:03.433Z[ recovery-image] Aug 11 16:51:02.353 INFO O| Aug 11 16:51:02.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
67902026-08-11T16:51:03.433Z[ recovery-image] Aug 11 16:51:02.353 INFO O| Aug 11 16:51:02.353 INFO STEP 510 (remove_files) COMPLETE
67912026-08-11T16:51:03.433Z[ recovery-image] Aug 11 16:51:02.353 INFO O| Aug 11 16:51:02.353 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-08-11T16:51:03.433Z[ recovery-image] Aug 11 16:51:02.365 INFO O| Aug 11 16:51:02.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
67932026-08-11T16:51:03.433Z[ recovery-image] Aug 11 16:51:02.365 INFO O| Aug 11 16:51:02.365 INFO STEP 511 (remove_files) COMPLETE
67942026-08-11T16:51:03.433Z[ recovery-image] Aug 11 16:51:02.365 INFO O| Aug 11 16:51:02.365 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-11T16:51:03.433Z[ recovery-image] Aug 11 16:51:02.376 INFO O| Aug 11 16:51:02.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
67962026-08-11T16:51:03.433Z[ recovery-image] Aug 11 16:51:02.376 INFO O| Aug 11 16:51:02.376 INFO STEP 512 (remove_files) COMPLETE
67972026-08-11T16:51:03.433Z[ recovery-image] Aug 11 16:51:02.376 INFO O| Aug 11 16:51:02.376 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-11T16:51:03.433Z[ recovery-image] Aug 11 16:51:02.387 INFO O| Aug 11 16:51:02.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
67992026-08-11T16:51:03.433Z[ recovery-image] Aug 11 16:51:02.388 INFO O| Aug 11 16:51:02.387 INFO STEP 513 (remove_files) COMPLETE
68002026-08-11T16:51:03.433Z[ recovery-image] Aug 11 16:51:02.388 INFO O| Aug 11 16:51:02.387 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-11T16:51:03.437Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
68022026-08-11T16:51:03.437Z[ recovery-image] Aug 11 16:51:02.399 INFO O| Aug 11 16:51:02.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68032026-08-11T16:51:03.437Z[ recovery-image] Aug 11 16:51:02.399 INFO O| Aug 11 16:51:02.399 INFO STEP 514 (remove_files) COMPLETE
68042026-08-11T16:51:03.437Z[ recovery-image] Aug 11 16:51:02.399 INFO O| Aug 11 16:51:02.399 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-08-11T16:51:03.437Z[ recovery-image] Aug 11 16:51:02.410 INFO O| Aug 11 16:51:02.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68062026-08-11T16:51:03.437Z[ recovery-image] Aug 11 16:51:02.410 INFO O| Aug 11 16:51:02.410 INFO STEP 515 (remove_files) COMPLETE
68072026-08-11T16:51:03.437Z[ recovery-image] Aug 11 16:51:02.410 INFO O| Aug 11 16:51:02.410 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-08-11T16:51:03.437Z[ recovery-image] Aug 11 16:51:02.419 INFO O| Aug 11 16:51:02.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68092026-08-11T16:51:03.437Z[ recovery-image] Aug 11 16:51:02.419 INFO O| Aug 11 16:51:02.419 INFO STEP 516 (remove_files) COMPLETE
68102026-08-11T16:51:03.437Z[ recovery-image] Aug 11 16:51:02.419 INFO O| Aug 11 16:51:02.419 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-08-11T16:51:03.438Z[ recovery-image] Aug 11 16:51:02.429 INFO O| Aug 11 16:51:02.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68122026-08-11T16:51:03.438Z[ recovery-image] Aug 11 16:51:02.429 INFO O| Aug 11 16:51:02.429 INFO STEP 517 (remove_files) COMPLETE
68132026-08-11T16:51:03.438Z[ recovery-image] Aug 11 16:51:02.429 INFO O| Aug 11 16:51:02.429 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-08-11T16:51:03.441Z[ recovery-image] Aug 11 16:51:02.439 INFO O| Aug 11 16:51:02.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68152026-08-11T16:51:03.441Z[ recovery-image] Aug 11 16:51:02.439 INFO O| Aug 11 16:51:02.439 INFO STEP 518 (remove_files) COMPLETE
68162026-08-11T16:51:03.441Z[ recovery-image] Aug 11 16:51:02.439 INFO O| Aug 11 16:51:02.439 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-08-11T16:51:03.450Z[ recovery-image] Aug 11 16:51:02.449 INFO O| Aug 11 16:51:02.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68182026-08-11T16:51:03.450Z[ recovery-image] Aug 11 16:51:02.449 INFO O| Aug 11 16:51:02.449 INFO STEP 519 (remove_files) COMPLETE
68192026-08-11T16:51:03.450Z[ recovery-image] Aug 11 16:51:02.449 INFO O| Aug 11 16:51:02.449 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-08-11T16:51:03.461Z[ recovery-image] Aug 11 16:51:02.458 INFO O| Aug 11 16:51:02.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68212026-08-11T16:51:03.461Z[ recovery-image] Aug 11 16:51:02.458 INFO O| Aug 11 16:51:02.458 INFO STEP 520 (remove_files) COMPLETE
68222026-08-11T16:51:03.466Z[ recovery-image] Aug 11 16:51:02.458 INFO O| Aug 11 16:51:02.458 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-08-11T16:51:03.469Z[ recovery-image] Aug 11 16:51:02.466 INFO O| Aug 11 16:51:02.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68242026-08-11T16:51:03.469Z[ recovery-image] Aug 11 16:51:02.466 INFO O| Aug 11 16:51:02.466 INFO STEP 521 (remove_files) COMPLETE
68252026-08-11T16:51:03.469Z[ recovery-image] Aug 11 16:51:02.466 INFO O| Aug 11 16:51:02.466 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-08-11T16:51:03.477Z[ recovery-image] Aug 11 16:51:02.475 INFO O| Aug 11 16:51:02.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68272026-08-11T16:51:03.477Z[ recovery-image] Aug 11 16:51:02.476 INFO O| Aug 11 16:51:02.476 INFO STEP 522 (remove_files) COMPLETE
68282026-08-11T16:51:03.482Z[ recovery-image] Aug 11 16:51:02.476 INFO O| Aug 11 16:51:02.476 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-08-11T16:51:03.486Z[ recovery-image] Aug 11 16:51:02.484 INFO O| Aug 11 16:51:02.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68302026-08-11T16:51:03.486Z[ recovery-image] Aug 11 16:51:02.484 INFO O| Aug 11 16:51:02.484 INFO STEP 523 (remove_files) COMPLETE
68312026-08-11T16:51:03.490Z[ recovery-image] Aug 11 16:51:02.484 INFO O| Aug 11 16:51:02.484 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-08-11T16:51:03.495Z[ recovery-image] Aug 11 16:51:02.493 INFO O| Aug 11 16:51:02.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68332026-08-11T16:51:03.495Z[ recovery-image] Aug 11 16:51:02.494 INFO O| Aug 11 16:51:02.493 INFO STEP 524 (remove_files) COMPLETE
68342026-08-11T16:51:03.495Z[ recovery-image] Aug 11 16:51:02.494 INFO O| Aug 11 16:51:02.493 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-08-11T16:51:03.504Z[ recovery-image] Aug 11 16:51:02.502 INFO O| Aug 11 16:51:02.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68362026-08-11T16:51:03.504Z[ recovery-image] Aug 11 16:51:02.502 INFO O| Aug 11 16:51:02.502 INFO STEP 525 (remove_files) COMPLETE
68372026-08-11T16:51:03.504Z[ recovery-image] Aug 11 16:51:02.502 INFO O| Aug 11 16:51:02.502 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-08-11T16:51:03.512Z[ recovery-image] Aug 11 16:51:02.510 INFO O| Aug 11 16:51:02.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68392026-08-11T16:51:03.512Z[ recovery-image] Aug 11 16:51:02.510 INFO O| Aug 11 16:51:02.510 INFO STEP 526 (remove_files) COMPLETE
68402026-08-11T16:51:03.512Z[ recovery-image] Aug 11 16:51:02.510 INFO O| Aug 11 16:51:02.510 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-08-11T16:51:03.520Z[ recovery-image] Aug 11 16:51:02.519 INFO O| Aug 11 16:51:02.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68422026-08-11T16:51:03.520Z[ recovery-image] Aug 11 16:51:02.519 INFO O| Aug 11 16:51:02.519 INFO STEP 527 (remove_files) COMPLETE
68432026-08-11T16:51:03.520Z[ recovery-image] Aug 11 16:51:02.519 INFO O| Aug 11 16:51:02.519 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-08-11T16:51:03.529Z[ recovery-image] Aug 11 16:51:02.527 INFO O| Aug 11 16:51:02.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68452026-08-11T16:51:03.529Z[ recovery-image] Aug 11 16:51:02.527 INFO O| Aug 11 16:51:02.527 INFO STEP 528 (remove_files) COMPLETE
68462026-08-11T16:51:03.529Z[ recovery-image] Aug 11 16:51:02.527 INFO O| Aug 11 16:51:02.527 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-08-11T16:51:03.536Z[verify-libraries] Compiling sapling-renderdag v0.1.0
68482026-08-11T16:51:03.557Z[ recovery-image] Aug 11 16:51:02.555 INFO O| Aug 11 16:51:02.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68492026-08-11T16:51:03.557Z[ recovery-image] Aug 11 16:51:02.555 INFO O| Aug 11 16:51:02.555 INFO STEP 529 (remove_files) COMPLETE
68502026-08-11T16:51:03.557Z[ recovery-image] Aug 11 16:51:02.555 INFO O| Aug 11 16:51:02.555 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-08-11T16:51:03.566Z[ recovery-image] Aug 11 16:51:02.565 INFO O| Aug 11 16:51:02.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68522026-08-11T16:51:03.566Z[ recovery-image] Aug 11 16:51:02.565 INFO O| Aug 11 16:51:02.565 INFO STEP 530 (remove_files) COMPLETE
68532026-08-11T16:51:03.569Z[ recovery-image] Aug 11 16:51:02.565 INFO O| Aug 11 16:51:02.565 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-08-11T16:51:03.577Z[ recovery-image] Aug 11 16:51:02.574 INFO O| Aug 11 16:51:02.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68552026-08-11T16:51:03.577Z[ recovery-image] Aug 11 16:51:02.574 INFO O| Aug 11 16:51:02.574 INFO STEP 531 (remove_files) COMPLETE
68562026-08-11T16:51:03.577Z[ recovery-image] Aug 11 16:51:02.574 INFO O| Aug 11 16:51:02.574 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-08-11T16:51:03.585Z[ recovery-image] Aug 11 16:51:02.583 INFO O| Aug 11 16:51:02.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68582026-08-11T16:51:03.585Z[ recovery-image] Aug 11 16:51:02.583 INFO O| Aug 11 16:51:02.583 INFO STEP 532 (remove_files) COMPLETE
68592026-08-11T16:51:03.585Z[ recovery-image] Aug 11 16:51:02.583 INFO O| Aug 11 16:51:02.583 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-08-11T16:51:03.594Z[ recovery-image] Aug 11 16:51:02.592 INFO O| Aug 11 16:51:02.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68612026-08-11T16:51:03.594Z[ recovery-image] Aug 11 16:51:02.592 INFO O| Aug 11 16:51:02.592 INFO STEP 533 (remove_files) COMPLETE
68622026-08-11T16:51:03.597Z[ recovery-image] Aug 11 16:51:02.592 INFO O| Aug 11 16:51:02.592 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-08-11T16:51:03.603Z[ recovery-image] Aug 11 16:51:02.602 INFO O| Aug 11 16:51:02.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68642026-08-11T16:51:03.604Z[ recovery-image] Aug 11 16:51:02.602 INFO O| Aug 11 16:51:02.602 INFO STEP 534 (remove_files) COMPLETE
68652026-08-11T16:51:03.604Z[ recovery-image] Aug 11 16:51:02.602 INFO O| Aug 11 16:51:02.602 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-08-11T16:51:03.613Z[ recovery-image] Aug 11 16:51:02.611 INFO O| Aug 11 16:51:02.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68672026-08-11T16:51:03.613Z[ recovery-image] Aug 11 16:51:02.612 INFO O| Aug 11 16:51:02.612 INFO STEP 535 (remove_files) COMPLETE
68682026-08-11T16:51:03.616Z[ recovery-image] Aug 11 16:51:02.612 INFO O| Aug 11 16:51:02.612 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-08-11T16:51:03.623Z[ recovery-image] Aug 11 16:51:02.621 INFO O| Aug 11 16:51:02.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68702026-08-11T16:51:03.623Z[ recovery-image] Aug 11 16:51:02.622 INFO O| Aug 11 16:51:02.621 INFO STEP 536 (remove_files) COMPLETE
68712026-08-11T16:51:03.626Z[ recovery-image] Aug 11 16:51:02.622 INFO O| Aug 11 16:51:02.621 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-08-11T16:51:03.626Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
68732026-08-11T16:51:03.632Z[ recovery-image] Aug 11 16:51:02.631 INFO O| Aug 11 16:51:02.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68742026-08-11T16:51:03.632Z[ recovery-image] Aug 11 16:51:02.631 INFO O| Aug 11 16:51:02.631 INFO STEP 537 (remove_files) COMPLETE
68752026-08-11T16:51:03.635Z[ recovery-image] Aug 11 16:51:02.631 INFO O| Aug 11 16:51:02.631 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-11T16:51:03.641Z[ recovery-image] Aug 11 16:51:02.640 INFO O| Aug 11 16:51:02.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68772026-08-11T16:51:03.644Z[ recovery-image] Aug 11 16:51:02.641 INFO O| Aug 11 16:51:02.641 INFO STEP 538 (remove_files) COMPLETE
68782026-08-11T16:51:03.644Z[ recovery-image] Aug 11 16:51:02.641 INFO O| Aug 11 16:51:02.641 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-11T16:51:03.656Z[ recovery-image] Aug 11 16:51:02.650 INFO O| Aug 11 16:51:02.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68802026-08-11T16:51:03.656Z[ recovery-image] Aug 11 16:51:02.650 INFO O| Aug 11 16:51:02.650 INFO STEP 539 (remove_files) COMPLETE
68812026-08-11T16:51:03.656Z[ recovery-image] Aug 11 16:51:02.650 INFO O| Aug 11 16:51:02.650 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-11T16:51:03.660Z[ recovery-image] Aug 11 16:51:02.659 INFO O| Aug 11 16:51:02.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68832026-08-11T16:51:03.661Z[ recovery-image] Aug 11 16:51:02.659 INFO O| Aug 11 16:51:02.659 INFO STEP 540 (remove_files) COMPLETE
68842026-08-11T16:51:03.664Z[ recovery-image] Aug 11 16:51:02.659 INFO O| Aug 11 16:51:02.659 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-11T16:51:03.670Z[ recovery-image] Aug 11 16:51:02.668 INFO O| Aug 11 16:51:02.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
68862026-08-11T16:51:03.670Z[ recovery-image] Aug 11 16:51:02.668 INFO O| Aug 11 16:51:02.668 INFO STEP 541 (remove_files) COMPLETE
68872026-08-11T16:51:03.670Z[ recovery-image] Aug 11 16:51:02.668 INFO O| Aug 11 16:51:02.668 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-11T16:51:03.680Z[ recovery-image] Aug 11 16:51:02.678 INFO O| Aug 11 16:51:02.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
68892026-08-11T16:51:03.680Z[ recovery-image] Aug 11 16:51:02.678 INFO O| Aug 11 16:51:02.678 INFO STEP 542 (remove_files) COMPLETE
68902026-08-11T16:51:03.680Z[ recovery-image] Aug 11 16:51:02.678 INFO O| Aug 11 16:51:02.678 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-11T16:51:03.690Z[ recovery-image] Aug 11 16:51:02.689 INFO O| Aug 11 16:51:02.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
68922026-08-11T16:51:03.690Z[ recovery-image] Aug 11 16:51:02.689 INFO O| Aug 11 16:51:02.689 INFO STEP 543 (remove_files) COMPLETE
68932026-08-11T16:51:03.693Z[ recovery-image] Aug 11 16:51:02.689 INFO O| Aug 11 16:51:02.689 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-11T16:51:03.700Z[ recovery-image] Aug 11 16:51:02.699 INFO O| Aug 11 16:51:02.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
68952026-08-11T16:51:03.700Z[ recovery-image] Aug 11 16:51:02.699 INFO O| Aug 11 16:51:02.699 INFO STEP 544 (remove_files) COMPLETE
68962026-08-11T16:51:03.700Z[ recovery-image] Aug 11 16:51:02.699 INFO O| Aug 11 16:51:02.699 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-11T16:51:03.711Z[ recovery-image] Aug 11 16:51:02.709 INFO O| Aug 11 16:51:02.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
68982026-08-11T16:51:03.711Z[ recovery-image] Aug 11 16:51:02.709 INFO O| Aug 11 16:51:02.709 INFO STEP 545 (remove_files) COMPLETE
68992026-08-11T16:51:03.715Z[ recovery-image] Aug 11 16:51:02.709 INFO O| Aug 11 16:51:02.709 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-11T16:51:03.720Z[ recovery-image] Aug 11 16:51:02.718 INFO O| Aug 11 16:51:02.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69012026-08-11T16:51:03.720Z[ recovery-image] Aug 11 16:51:02.718 INFO O| Aug 11 16:51:02.718 INFO STEP 546 (remove_files) COMPLETE
69022026-08-11T16:51:03.720Z[ recovery-image] Aug 11 16:51:02.718 INFO O| Aug 11 16:51:02.718 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-11T16:51:03.729Z[ recovery-image] Aug 11 16:51:02.727 INFO O| Aug 11 16:51:02.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69042026-08-11T16:51:03.729Z[ recovery-image] Aug 11 16:51:02.727 INFO O| Aug 11 16:51:02.727 INFO STEP 547 (remove_files) COMPLETE
69052026-08-11T16:51:03.732Z[ recovery-image] Aug 11 16:51:02.727 INFO O| Aug 11 16:51:02.727 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-08-11T16:51:03.742Z[ recovery-image] Aug 11 16:51:02.737 INFO O| Aug 11 16:51:02.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69072026-08-11T16:51:03.742Z[ recovery-image] Aug 11 16:51:02.737 INFO O| Aug 11 16:51:02.737 INFO STEP 548 (remove_files) COMPLETE
69082026-08-11T16:51:03.742Z[ recovery-image] Aug 11 16:51:02.737 INFO O| Aug 11 16:51:02.737 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-08-11T16:51:03.756Z[ recovery-image] Aug 11 16:51:02.754 INFO O| Aug 11 16:51:02.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69102026-08-11T16:51:03.756Z[ recovery-image] Aug 11 16:51:02.754 INFO O| Aug 11 16:51:02.754 INFO STEP 549 (remove_files) COMPLETE
69112026-08-11T16:51:03.756Z[ recovery-image] Aug 11 16:51:02.754 INFO O| Aug 11 16:51:02.754 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-08-11T16:51:03.766Z[ recovery-image] Aug 11 16:51:02.764 INFO O| Aug 11 16:51:02.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69132026-08-11T16:51:03.766Z[ recovery-image] Aug 11 16:51:02.764 INFO O| Aug 11 16:51:02.764 INFO STEP 550 (remove_files) COMPLETE
69142026-08-11T16:51:03.769Z[ recovery-image] Aug 11 16:51:02.764 INFO O| Aug 11 16:51:02.764 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-11T16:51:03.774Z[ recovery-image] Aug 11 16:51:02.773 INFO O| Aug 11 16:51:02.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69162026-08-11T16:51:03.774Z[ recovery-image] Aug 11 16:51:02.773 INFO O| Aug 11 16:51:02.773 INFO STEP 551 (remove_files) COMPLETE
69172026-08-11T16:51:03.774Z[ recovery-image] Aug 11 16:51:02.773 INFO O| Aug 11 16:51:02.773 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-08-11T16:51:03.782Z[ recovery-image] Aug 11 16:51:02.781 INFO O| Aug 11 16:51:02.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69192026-08-11T16:51:03.782Z[ recovery-image] Aug 11 16:51:02.781 INFO O| Aug 11 16:51:02.781 INFO STEP 552 (remove_files) COMPLETE
69202026-08-11T16:51:03.786Z[ recovery-image] Aug 11 16:51:02.781 INFO O| Aug 11 16:51:02.781 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-08-11T16:51:03.790Z[ recovery-image] Aug 11 16:51:02.789 INFO O| Aug 11 16:51:02.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69222026-08-11T16:51:03.790Z[ recovery-image] Aug 11 16:51:02.789 INFO O| Aug 11 16:51:02.789 INFO STEP 553 (remove_files) COMPLETE
69232026-08-11T16:51:03.793Z[ recovery-image] Aug 11 16:51:02.789 INFO O| Aug 11 16:51:02.789 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-08-11T16:51:03.798Z[ recovery-image] Aug 11 16:51:02.797 INFO O| Aug 11 16:51:02.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69252026-08-11T16:51:03.798Z[ recovery-image] Aug 11 16:51:02.797 INFO O| Aug 11 16:51:02.797 INFO STEP 554 (remove_files) COMPLETE
69262026-08-11T16:51:03.801Z[ recovery-image] Aug 11 16:51:02.797 INFO O| Aug 11 16:51:02.797 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-08-11T16:51:03.806Z[ recovery-image] Aug 11 16:51:02.805 INFO O| Aug 11 16:51:02.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69282026-08-11T16:51:03.806Z[ recovery-image] Aug 11 16:51:02.805 INFO O| Aug 11 16:51:02.805 INFO STEP 555 (remove_files) COMPLETE
69292026-08-11T16:51:03.809Z[ recovery-image] Aug 11 16:51:02.805 INFO O| Aug 11 16:51:02.805 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-08-11T16:51:03.815Z[ recovery-image] Aug 11 16:51:02.814 INFO O| Aug 11 16:51:02.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69312026-08-11T16:51:03.815Z[ recovery-image] Aug 11 16:51:02.814 INFO O| Aug 11 16:51:02.814 INFO STEP 556 (remove_files) COMPLETE
69322026-08-11T16:51:03.818Z[ recovery-image] Aug 11 16:51:02.814 INFO O| Aug 11 16:51:02.814 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-08-11T16:51:03.823Z[ recovery-image] Aug 11 16:51:02.822 INFO O| Aug 11 16:51:02.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69342026-08-11T16:51:03.823Z[ recovery-image] Aug 11 16:51:02.822 INFO O| Aug 11 16:51:02.822 INFO STEP 557 (remove_files) COMPLETE
69352026-08-11T16:51:03.823Z[ recovery-image] Aug 11 16:51:02.822 INFO O| Aug 11 16:51:02.822 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-08-11T16:51:03.829Z[verify-libraries] Compiling fs-err v2.11.0
69372026-08-11T16:51:03.832Z[ recovery-image] Aug 11 16:51:02.831 INFO O| Aug 11 16:51:02.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69382026-08-11T16:51:03.832Z[ recovery-image] Aug 11 16:51:02.831 INFO O| Aug 11 16:51:02.831 INFO STEP 558 (remove_files) COMPLETE
69392026-08-11T16:51:03.833Z[ recovery-image] Aug 11 16:51:02.831 INFO O| Aug 11 16:51:02.831 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-08-11T16:51:03.843Z[ recovery-image] Aug 11 16:51:02.840 INFO O| Aug 11 16:51:02.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69412026-08-11T16:51:03.843Z[ recovery-image] Aug 11 16:51:02.840 INFO O| Aug 11 16:51:02.840 INFO STEP 559 (remove_files) COMPLETE
69422026-08-11T16:51:03.843Z[ recovery-image] Aug 11 16:51:02.840 INFO O| Aug 11 16:51:02.840 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-08-11T16:51:03.851Z[ recovery-image] Aug 11 16:51:02.850 INFO O| Aug 11 16:51:02.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69442026-08-11T16:51:03.851Z[ recovery-image] Aug 11 16:51:02.850 INFO O| Aug 11 16:51:02.850 INFO STEP 560 (remove_files) COMPLETE
69452026-08-11T16:51:03.851Z[ recovery-image] Aug 11 16:51:02.850 INFO O| Aug 11 16:51:02.850 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-08-11T16:51:03.860Z[ recovery-image] Aug 11 16:51:02.859 INFO O| Aug 11 16:51:02.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69472026-08-11T16:51:03.861Z[ recovery-image] Aug 11 16:51:02.859 INFO O| Aug 11 16:51:02.859 INFO STEP 561 (remove_files) COMPLETE
69482026-08-11T16:51:03.861Z[ recovery-image] Aug 11 16:51:02.859 INFO O| Aug 11 16:51:02.859 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-08-11T16:51:03.871Z[ recovery-image] Aug 11 16:51:02.868 INFO O| Aug 11 16:51:02.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69502026-08-11T16:51:03.871Z[ recovery-image] Aug 11 16:51:02.868 INFO O| Aug 11 16:51:02.868 INFO STEP 562 (remove_files) COMPLETE
69512026-08-11T16:51:03.871Z[ recovery-image] Aug 11 16:51:02.868 INFO O| Aug 11 16:51:02.868 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-08-11T16:51:03.878Z[ recovery-image] Aug 11 16:51:02.876 INFO O| Aug 11 16:51:02.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69532026-08-11T16:51:03.878Z[ recovery-image] Aug 11 16:51:02.877 INFO O| Aug 11 16:51:02.877 INFO STEP 563 (remove_files) COMPLETE
69542026-08-11T16:51:03.967Z[ recovery-image] Aug 11 16:51:02.877 INFO O| Aug 11 16:51:02.877 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-08-11T16:51:03.967Z[ recovery-image] Aug 11 16:51:02.885 INFO O| Aug 11 16:51:02.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69562026-08-11T16:51:03.967Z[ recovery-image] Aug 11 16:51:02.885 INFO O| Aug 11 16:51:02.885 INFO STEP 564 (remove_files) COMPLETE
69572026-08-11T16:51:03.967Z[ recovery-image] Aug 11 16:51:02.885 INFO O| Aug 11 16:51:02.885 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-08-11T16:51:03.967Z[ recovery-image] Aug 11 16:51:02.893 INFO O| Aug 11 16:51:02.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69592026-08-11T16:51:03.967Z[ recovery-image] Aug 11 16:51:02.893 INFO O| Aug 11 16:51:02.893 INFO STEP 565 (remove_files) COMPLETE
69602026-08-11T16:51:03.967Z[ recovery-image] Aug 11 16:51:02.893 INFO O| Aug 11 16:51:02.893 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-08-11T16:51:03.967Z[ recovery-image] Aug 11 16:51:02.902 INFO O| Aug 11 16:51:02.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69622026-08-11T16:51:03.967Z[ recovery-image] Aug 11 16:51:02.902 INFO O| Aug 11 16:51:02.902 INFO STEP 566 (remove_files) COMPLETE
69632026-08-11T16:51:03.967Z[ recovery-image] Aug 11 16:51:02.902 INFO O| Aug 11 16:51:02.902 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-08-11T16:51:03.967Z[ recovery-image] Aug 11 16:51:02.910 INFO O| Aug 11 16:51:02.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69652026-08-11T16:51:03.967Z[ recovery-image] Aug 11 16:51:02.910 INFO O| Aug 11 16:51:02.910 INFO STEP 567 (remove_files) COMPLETE
69662026-08-11T16:51:03.967Z[ recovery-image] Aug 11 16:51:02.910 INFO O| Aug 11 16:51:02.910 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-08-11T16:51:03.967Z[ recovery-image] Aug 11 16:51:02.918 INFO O| Aug 11 16:51:02.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69682026-08-11T16:51:03.967Z[ recovery-image] Aug 11 16:51:02.918 INFO O| Aug 11 16:51:02.918 INFO STEP 568 (remove_files) COMPLETE
69692026-08-11T16:51:03.967Z[ recovery-image] Aug 11 16:51:02.918 INFO O| Aug 11 16:51:02.918 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-08-11T16:51:03.967Z[ recovery-image] Aug 11 16:51:02.927 INFO O| Aug 11 16:51:02.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69712026-08-11T16:51:03.968Z[ recovery-image] Aug 11 16:51:02.927 INFO O| Aug 11 16:51:02.927 INFO STEP 569 (remove_files) COMPLETE
69722026-08-11T16:51:03.968Z[ recovery-image] Aug 11 16:51:02.927 INFO O| Aug 11 16:51:02.927 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-08-11T16:51:03.968Z[ recovery-image] Aug 11 16:51:02.935 INFO O| Aug 11 16:51:02.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69742026-08-11T16:51:03.968Z[ recovery-image] Aug 11 16:51:02.935 INFO O| Aug 11 16:51:02.935 INFO STEP 570 (remove_files) COMPLETE
69752026-08-11T16:51:03.968Z[ recovery-image] Aug 11 16:51:02.935 INFO O| Aug 11 16:51:02.935 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-08-11T16:51:03.968Z[ recovery-image] Aug 11 16:51:02.943 INFO O| Aug 11 16:51:02.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69772026-08-11T16:51:03.968Z[ recovery-image] Aug 11 16:51:02.944 INFO O| Aug 11 16:51:02.944 INFO STEP 571 (remove_files) COMPLETE
69782026-08-11T16:51:03.968Z[ recovery-image] Aug 11 16:51:02.944 INFO O| Aug 11 16:51:02.944 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-08-11T16:51:03.969Z[ recovery-image] Aug 11 16:51:02.956 INFO O| Aug 11 16:51:02.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69802026-08-11T16:51:03.969Z[ recovery-image] Aug 11 16:51:02.956 INFO O| Aug 11 16:51:02.956 INFO STEP 572 (remove_files) COMPLETE
69812026-08-11T16:51:03.969Z[ recovery-image] Aug 11 16:51:02.956 INFO O| Aug 11 16:51:02.956 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-08-11T16:51:03.972Z[verify-libraries] Compiling sync-ptr v0.1.4
69832026-08-11T16:51:03.972Z[ recovery-image] Aug 11 16:51:02.965 INFO O| Aug 11 16:51:02.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69842026-08-11T16:51:03.972Z[ recovery-image] Aug 11 16:51:02.966 INFO O| Aug 11 16:51:02.966 INFO STEP 573 (remove_files) COMPLETE
69852026-08-11T16:51:03.973Z[ recovery-image] Aug 11 16:51:02.966 INFO O| Aug 11 16:51:02.966 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-08-11T16:51:03.981Z[ recovery-image] Aug 11 16:51:02.975 INFO O| Aug 11 16:51:02.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69872026-08-11T16:51:03.981Z[ recovery-image] Aug 11 16:51:02.975 INFO O| Aug 11 16:51:02.975 INFO STEP 574 (remove_files) COMPLETE
69882026-08-11T16:51:03.981Z[ recovery-image] Aug 11 16:51:02.975 INFO O| Aug 11 16:51:02.975 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-08-11T16:51:03.987Z[ recovery-image] Aug 11 16:51:02.985 INFO O| Aug 11 16:51:02.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
69902026-08-11T16:51:03.987Z[ recovery-image] Aug 11 16:51:02.985 INFO O| Aug 11 16:51:02.985 INFO STEP 575 (remove_files) COMPLETE
69912026-08-11T16:51:03.987Z[ recovery-image] Aug 11 16:51:02.985 INFO O| Aug 11 16:51:02.985 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-08-11T16:51:03.999Z[ recovery-image] Aug 11 16:51:02.998 INFO O| Aug 11 16:51:02.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
69932026-08-11T16:51:04.003Z[ recovery-image] Aug 11 16:51:02.998 INFO O| Aug 11 16:51:02.998 INFO STEP 576 (remove_files) COMPLETE
69942026-08-11T16:51:04.003Z[ recovery-image] Aug 11 16:51:02.998 INFO O| Aug 11 16:51:02.998 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-08-11T16:51:04.011Z[ recovery-image] Aug 11 16:51:03.009 INFO O| Aug 11 16:51:03.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
69962026-08-11T16:51:04.011Z[ recovery-image] Aug 11 16:51:03.009 INFO O| Aug 11 16:51:03.009 INFO STEP 577 (remove_files) COMPLETE
69972026-08-11T16:51:04.014Z[ recovery-image] Aug 11 16:51:03.009 INFO O| Aug 11 16:51:03.009 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-08-11T16:51:04.021Z[ recovery-image] Aug 11 16:51:03.020 INFO O| Aug 11 16:51:03.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
69992026-08-11T16:51:04.021Z[ recovery-image] Aug 11 16:51:03.020 INFO O| Aug 11 16:51:03.020 INFO STEP 578 (remove_files) COMPLETE
70002026-08-11T16:51:04.022Z[ recovery-image] Aug 11 16:51:03.020 INFO O| Aug 11 16:51:03.020 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-08-11T16:51:04.032Z[ recovery-image] Aug 11 16:51:03.031 INFO O| Aug 11 16:51:03.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70022026-08-11T16:51:04.033Z[ recovery-image] Aug 11 16:51:03.031 INFO O| Aug 11 16:51:03.031 INFO STEP 579 (remove_files) COMPLETE
70032026-08-11T16:51:04.033Z[ recovery-image] Aug 11 16:51:03.031 INFO O| Aug 11 16:51:03.031 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-08-11T16:51:04.041Z[ recovery-image] Aug 11 16:51:03.040 INFO O| Aug 11 16:51:03.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70052026-08-11T16:51:04.041Z[ recovery-image] Aug 11 16:51:03.040 INFO O| Aug 11 16:51:03.040 INFO STEP 580 (remove_files) COMPLETE
70062026-08-11T16:51:04.047Z[ recovery-image] Aug 11 16:51:03.040 INFO O| Aug 11 16:51:03.040 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-08-11T16:51:04.050Z[ recovery-image] Aug 11 16:51:03.049 INFO O| Aug 11 16:51:03.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70082026-08-11T16:51:04.050Z[ recovery-image] Aug 11 16:51:03.049 INFO O| Aug 11 16:51:03.049 INFO STEP 581 (remove_files) COMPLETE
70092026-08-11T16:51:04.050Z[ recovery-image] Aug 11 16:51:03.049 INFO O| Aug 11 16:51:03.049 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-08-11T16:51:04.061Z[ recovery-image] Aug 11 16:51:03.059 INFO O| Aug 11 16:51:03.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70112026-08-11T16:51:04.069Z[ recovery-image] Aug 11 16:51:03.066 INFO O| Aug 11 16:51:03.066 INFO STEP 582 (remove_files) COMPLETE
70122026-08-11T16:51:04.069Z[ recovery-image] Aug 11 16:51:03.066 INFO O| Aug 11 16:51:03.066 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-08-11T16:51:04.081Z[ recovery-image] Aug 11 16:51:03.080 INFO O| Aug 11 16:51:03.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70142026-08-11T16:51:04.081Z[ recovery-image] Aug 11 16:51:03.080 INFO O| Aug 11 16:51:03.080 INFO STEP 583 (remove_files) COMPLETE
70152026-08-11T16:51:04.081Z[ recovery-image] Aug 11 16:51:03.080 INFO O| Aug 11 16:51:03.080 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-08-11T16:51:04.091Z[ recovery-image] Aug 11 16:51:03.090 INFO O| Aug 11 16:51:03.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70172026-08-11T16:51:04.091Z[ recovery-image] Aug 11 16:51:03.090 INFO O| Aug 11 16:51:03.090 INFO STEP 584 (remove_files) COMPLETE
70182026-08-11T16:51:04.091Z[ recovery-image] Aug 11 16:51:03.090 INFO O| Aug 11 16:51:03.090 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-08-11T16:51:04.101Z[ recovery-image] Aug 11 16:51:03.100 INFO O| Aug 11 16:51:03.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70202026-08-11T16:51:04.101Z[ recovery-image] Aug 11 16:51:03.100 INFO O| Aug 11 16:51:03.100 INFO STEP 585 (remove_files) COMPLETE
70212026-08-11T16:51:04.101Z[ recovery-image] Aug 11 16:51:03.100 INFO O| Aug 11 16:51:03.100 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-08-11T16:51:04.112Z[ recovery-image] Aug 11 16:51:03.110 INFO O| Aug 11 16:51:03.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70232026-08-11T16:51:04.112Z[ recovery-image] Aug 11 16:51:03.110 INFO O| Aug 11 16:51:03.110 INFO STEP 586 (remove_files) COMPLETE
70242026-08-11T16:51:04.112Z[ recovery-image] Aug 11 16:51:03.110 INFO O| Aug 11 16:51:03.110 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-08-11T16:51:04.122Z[ recovery-image] Aug 11 16:51:03.121 INFO O| Aug 11 16:51:03.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70262026-08-11T16:51:04.122Z[ recovery-image] Aug 11 16:51:03.121 INFO O| Aug 11 16:51:03.121 INFO STEP 587 (remove_files) COMPLETE
70272026-08-11T16:51:04.122Z[ recovery-image] Aug 11 16:51:03.121 INFO O| Aug 11 16:51:03.121 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-08-11T16:51:04.133Z[ recovery-image] Aug 11 16:51:03.131 INFO O| Aug 11 16:51:03.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70292026-08-11T16:51:04.134Z[ recovery-image] Aug 11 16:51:03.131 INFO O| Aug 11 16:51:03.131 INFO STEP 588 (remove_files) COMPLETE
70302026-08-11T16:51:04.134Z[ recovery-image] Aug 11 16:51:03.131 INFO O| Aug 11 16:51:03.131 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-08-11T16:51:04.144Z[ recovery-image] Aug 11 16:51:03.143 INFO O| Aug 11 16:51:03.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70322026-08-11T16:51:04.150Z[ recovery-image] Aug 11 16:51:03.143 INFO O| Aug 11 16:51:03.143 INFO STEP 589 (remove_files) COMPLETE
70332026-08-11T16:51:04.150Z[ recovery-image] Aug 11 16:51:03.143 INFO O| Aug 11 16:51:03.143 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-08-11T16:51:04.150Z[verify-libraries] Compiling seq-macro v0.3.6
70352026-08-11T16:51:04.150Z[verify-libraries] Compiling hex-literal v1.1.0
70362026-08-11T16:51:04.157Z[ recovery-image] Aug 11 16:51:03.152 INFO O| Aug 11 16:51:03.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70372026-08-11T16:51:04.158Z[ recovery-image] Aug 11 16:51:03.152 INFO O| Aug 11 16:51:03.152 INFO STEP 590 (remove_files) COMPLETE
70382026-08-11T16:51:04.161Z[ recovery-image] Aug 11 16:51:03.152 INFO O| Aug 11 16:51:03.152 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-08-11T16:51:04.164Z[ recovery-image] Aug 11 16:51:03.160 INFO O| Aug 11 16:51:03.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70402026-08-11T16:51:04.164Z[ recovery-image] Aug 11 16:51:03.160 INFO O| Aug 11 16:51:03.160 INFO STEP 591 (remove_files) COMPLETE
70412026-08-11T16:51:04.164Z[ recovery-image] Aug 11 16:51:03.160 INFO O| Aug 11 16:51:03.160 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-08-11T16:51:04.170Z[ recovery-image] Aug 11 16:51:03.169 INFO O| Aug 11 16:51:03.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70432026-08-11T16:51:04.170Z[ recovery-image] Aug 11 16:51:03.169 INFO O| Aug 11 16:51:03.169 INFO STEP 592 (remove_files) COMPLETE
70442026-08-11T16:51:04.171Z[ recovery-image] Aug 11 16:51:03.169 INFO O| Aug 11 16:51:03.169 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-08-11T16:51:04.179Z[ recovery-image] Aug 11 16:51:03.178 INFO O| Aug 11 16:51:03.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70462026-08-11T16:51:04.179Z[ recovery-image] Aug 11 16:51:03.178 INFO O| Aug 11 16:51:03.178 INFO STEP 593 (remove_files) COMPLETE
70472026-08-11T16:51:04.179Z[ recovery-image] Aug 11 16:51:03.178 INFO O| Aug 11 16:51:03.178 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-08-11T16:51:04.190Z[ recovery-image] Aug 11 16:51:03.186 INFO O| Aug 11 16:51:03.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70492026-08-11T16:51:04.190Z[ recovery-image] Aug 11 16:51:03.187 INFO O| Aug 11 16:51:03.187 INFO STEP 594 (remove_files) COMPLETE
70502026-08-11T16:51:04.190Z[ recovery-image] Aug 11 16:51:03.187 INFO O| Aug 11 16:51:03.187 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-11T16:51:04.200Z[ recovery-image] Aug 11 16:51:03.196 INFO O| Aug 11 16:51:03.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70522026-08-11T16:51:04.200Z[ recovery-image] Aug 11 16:51:03.196 INFO O| Aug 11 16:51:03.196 INFO STEP 595 (remove_files) COMPLETE
70532026-08-11T16:51:04.200Z[ recovery-image] Aug 11 16:51:03.196 INFO O| Aug 11 16:51:03.196 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-11T16:51:04.208Z[ recovery-image] Aug 11 16:51:03.206 INFO O| Aug 11 16:51:03.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70552026-08-11T16:51:04.208Z[ recovery-image] Aug 11 16:51:03.206 INFO O| Aug 11 16:51:03.206 INFO STEP 596 (remove_files) COMPLETE
70562026-08-11T16:51:04.208Z[ recovery-image] Aug 11 16:51:03.206 INFO O| Aug 11 16:51:03.206 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-11T16:51:04.217Z[ recovery-image] Aug 11 16:51:03.216 INFO O| Aug 11 16:51:03.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70582026-08-11T16:51:04.217Z[ recovery-image] Aug 11 16:51:03.216 INFO O| Aug 11 16:51:03.216 INFO STEP 597 (remove_files) COMPLETE
70592026-08-11T16:51:04.221Z[ recovery-image] Aug 11 16:51:03.216 INFO O| Aug 11 16:51:03.216 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-08-11T16:51:04.228Z[ recovery-image] Aug 11 16:51:03.226 INFO O| Aug 11 16:51:03.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70612026-08-11T16:51:04.228Z[ recovery-image] Aug 11 16:51:03.227 INFO O| Aug 11 16:51:03.227 INFO STEP 598 (remove_files) COMPLETE
70622026-08-11T16:51:04.231Z[ recovery-image] Aug 11 16:51:03.227 INFO O| Aug 11 16:51:03.227 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-08-11T16:51:04.239Z[ recovery-image] Aug 11 16:51:03.238 INFO O| Aug 11 16:51:03.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70642026-08-11T16:51:04.239Z[ recovery-image] Aug 11 16:51:03.238 INFO O| Aug 11 16:51:03.238 INFO STEP 599 (remove_files) COMPLETE
70652026-08-11T16:51:04.239Z[ recovery-image] Aug 11 16:51:03.238 INFO O| Aug 11 16:51:03.238 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-08-11T16:51:04.250Z[ recovery-image] Aug 11 16:51:03.248 INFO O| Aug 11 16:51:03.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70672026-08-11T16:51:04.250Z[ recovery-image] Aug 11 16:51:03.248 INFO O| Aug 11 16:51:03.248 INFO STEP 600 (remove_files) COMPLETE
70682026-08-11T16:51:04.253Z[ recovery-image] Aug 11 16:51:03.248 INFO O| Aug 11 16:51:03.248 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-08-11T16:51:04.261Z[ recovery-image] Aug 11 16:51:03.259 INFO O| Aug 11 16:51:03.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70702026-08-11T16:51:04.261Z[ recovery-image] Aug 11 16:51:03.259 INFO O| Aug 11 16:51:03.259 INFO STEP 601 (remove_files) COMPLETE
70712026-08-11T16:51:04.261Z[ recovery-image] Aug 11 16:51:03.259 INFO O| Aug 11 16:51:03.259 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-08-11T16:51:04.267Z[verify-libraries] Compiling md5 v0.8.0
70732026-08-11T16:51:04.272Z[ recovery-image] Aug 11 16:51:03.270 INFO O| Aug 11 16:51:03.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70742026-08-11T16:51:04.272Z[ recovery-image] Aug 11 16:51:03.270 INFO O| Aug 11 16:51:03.270 INFO STEP 602 (remove_files) COMPLETE
70752026-08-11T16:51:04.273Z[ recovery-image] Aug 11 16:51:03.270 INFO O| Aug 11 16:51:03.270 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-08-11T16:51:04.283Z[ recovery-image] Aug 11 16:51:03.281 INFO O| Aug 11 16:51:03.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70772026-08-11T16:51:04.283Z[ recovery-image] Aug 11 16:51:03.281 INFO O| Aug 11 16:51:03.281 INFO STEP 603 (remove_files) COMPLETE
70782026-08-11T16:51:04.283Z[ recovery-image] Aug 11 16:51:03.281 INFO O| Aug 11 16:51:03.281 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-08-11T16:51:04.294Z[ recovery-image] Aug 11 16:51:03.291 INFO O| Aug 11 16:51:03.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70802026-08-11T16:51:04.294Z[ recovery-image] Aug 11 16:51:03.291 INFO O| Aug 11 16:51:03.291 INFO STEP 604 (remove_files) COMPLETE
70812026-08-11T16:51:04.294Z[ recovery-image] Aug 11 16:51:03.291 INFO O| Aug 11 16:51:03.291 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-08-11T16:51:04.303Z[ recovery-image] Aug 11 16:51:03.301 INFO O| Aug 11 16:51:03.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70832026-08-11T16:51:04.303Z[ recovery-image] Aug 11 16:51:03.301 INFO O| Aug 11 16:51:03.301 INFO STEP 605 (remove_files) COMPLETE
70842026-08-11T16:51:04.306Z[ recovery-image] Aug 11 16:51:03.301 INFO O| Aug 11 16:51:03.301 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-08-11T16:51:04.313Z[ recovery-image] Aug 11 16:51:03.311 INFO O| Aug 11 16:51:03.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70862026-08-11T16:51:04.313Z[ recovery-image] Aug 11 16:51:03.311 INFO O| Aug 11 16:51:03.311 INFO STEP 606 (remove_files) COMPLETE
70872026-08-11T16:51:04.313Z[ recovery-image] Aug 11 16:51:03.311 INFO O| Aug 11 16:51:03.311 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-08-11T16:51:04.323Z[ recovery-image] Aug 11 16:51:03.321 INFO O| Aug 11 16:51:03.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70892026-08-11T16:51:04.323Z[ recovery-image] Aug 11 16:51:03.322 INFO O| Aug 11 16:51:03.322 INFO STEP 607 (remove_files) COMPLETE
70902026-08-11T16:51:04.323Z[ recovery-image] Aug 11 16:51:03.322 INFO O| Aug 11 16:51:03.322 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-11T16:51:04.333Z[ recovery-image] Aug 11 16:51:03.332 INFO O| Aug 11 16:51:03.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
70922026-08-11T16:51:04.333Z[ recovery-image] Aug 11 16:51:03.332 INFO O| Aug 11 16:51:03.332 INFO STEP 608 (remove_files) COMPLETE
70932026-08-11T16:51:04.333Z[ recovery-image] Aug 11 16:51:03.332 INFO O| Aug 11 16:51:03.332 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-11T16:51:04.343Z[ recovery-image] Aug 11 16:51:03.342 INFO O| Aug 11 16:51:03.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
70952026-08-11T16:51:04.343Z[ recovery-image] Aug 11 16:51:03.342 INFO O| Aug 11 16:51:03.342 INFO STEP 609 (remove_files) COMPLETE
70962026-08-11T16:51:04.343Z[ recovery-image] Aug 11 16:51:03.342 INFO O| Aug 11 16:51:03.342 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-08-11T16:51:04.351Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
70982026-08-11T16:51:04.354Z[ recovery-image] Aug 11 16:51:03.352 INFO O| Aug 11 16:51:03.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
70992026-08-11T16:51:04.357Z[ recovery-image] Aug 11 16:51:03.353 INFO O| Aug 11 16:51:03.353 INFO STEP 610 (remove_files) COMPLETE
71002026-08-11T16:51:04.357Z[ recovery-image] Aug 11 16:51:03.353 INFO O| Aug 11 16:51:03.353 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-11T16:51:04.364Z[ recovery-image] Aug 11 16:51:03.363 INFO O| Aug 11 16:51:03.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71022026-08-11T16:51:04.364Z[ recovery-image] Aug 11 16:51:03.363 INFO O| Aug 11 16:51:03.363 INFO STEP 611 (remove_files) COMPLETE
71032026-08-11T16:51:04.367Z[ recovery-image] Aug 11 16:51:03.363 INFO O| Aug 11 16:51:03.363 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-11T16:51:04.373Z[ recovery-image] Aug 11 16:51:03.372 INFO O| Aug 11 16:51:03.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71052026-08-11T16:51:04.374Z[ recovery-image] Aug 11 16:51:03.372 INFO O| Aug 11 16:51:03.372 INFO STEP 612 (remove_files) COMPLETE
71062026-08-11T16:51:04.374Z[ recovery-image] Aug 11 16:51:03.372 INFO O| Aug 11 16:51:03.372 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-11T16:51:04.386Z[ recovery-image] Aug 11 16:51:03.384 INFO O| Aug 11 16:51:03.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71082026-08-11T16:51:04.386Z[ recovery-image] Aug 11 16:51:03.384 INFO O| Aug 11 16:51:03.384 INFO STEP 613 (remove_files) COMPLETE
71092026-08-11T16:51:04.386Z[ recovery-image] Aug 11 16:51:03.384 INFO O| Aug 11 16:51:03.384 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-11T16:51:04.395Z[ recovery-image] Aug 11 16:51:03.393 INFO O| Aug 11 16:51:03.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71112026-08-11T16:51:04.395Z[ recovery-image] Aug 11 16:51:03.394 INFO O| Aug 11 16:51:03.393 INFO STEP 614 (remove_files) COMPLETE
71122026-08-11T16:51:04.395Z[ recovery-image] Aug 11 16:51:03.394 INFO O| Aug 11 16:51:03.393 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-11T16:51:04.404Z[ recovery-image] Aug 11 16:51:03.402 INFO O| Aug 11 16:51:03.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71142026-08-11T16:51:04.404Z[ recovery-image] Aug 11 16:51:03.402 INFO O| Aug 11 16:51:03.402 INFO STEP 615 (remove_files) COMPLETE
71152026-08-11T16:51:04.404Z[ recovery-image] Aug 11 16:51:03.402 INFO O| Aug 11 16:51:03.402 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-11T16:51:04.414Z[ recovery-image] Aug 11 16:51:03.412 INFO O| Aug 11 16:51:03.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71172026-08-11T16:51:04.414Z[ recovery-image] Aug 11 16:51:03.412 INFO O| Aug 11 16:51:03.412 INFO STEP 616 (remove_files) COMPLETE
71182026-08-11T16:51:04.414Z[ recovery-image] Aug 11 16:51:03.412 INFO O| Aug 11 16:51:03.412 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-11T16:51:04.423Z[ recovery-image] Aug 11 16:51:03.421 INFO O| Aug 11 16:51:03.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71202026-08-11T16:51:04.423Z[ recovery-image] Aug 11 16:51:03.421 INFO O| Aug 11 16:51:03.421 INFO STEP 617 (remove_files) COMPLETE
71212026-08-11T16:51:04.423Z[ recovery-image] Aug 11 16:51:03.421 INFO O| Aug 11 16:51:03.421 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-11T16:51:04.432Z[ recovery-image] Aug 11 16:51:03.431 INFO O| Aug 11 16:51:03.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71232026-08-11T16:51:04.433Z[ recovery-image] Aug 11 16:51:03.431 INFO O| Aug 11 16:51:03.431 INFO STEP 618 (remove_files) COMPLETE
71242026-08-11T16:51:04.433Z[ recovery-image] Aug 11 16:51:03.431 INFO O| Aug 11 16:51:03.431 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-11T16:51:04.442Z[ recovery-image] Aug 11 16:51:03.441 INFO O| Aug 11 16:51:03.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71262026-08-11T16:51:04.446Z[ recovery-image] Aug 11 16:51:03.442 INFO O| Aug 11 16:51:03.442 INFO STEP 619 (remove_files) COMPLETE
71272026-08-11T16:51:04.446Z[ recovery-image] Aug 11 16:51:03.442 INFO O| Aug 11 16:51:03.442 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-11T16:51:04.452Z[ recovery-image] Aug 11 16:51:03.451 INFO O| Aug 11 16:51:03.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71292026-08-11T16:51:04.452Z[ recovery-image] Aug 11 16:51:03.451 INFO O| Aug 11 16:51:03.451 INFO STEP 620 (remove_files) COMPLETE
71302026-08-11T16:51:04.455Z[ recovery-image] Aug 11 16:51:03.451 INFO O| Aug 11 16:51:03.451 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-11T16:51:04.460Z[ recovery-image] Aug 11 16:51:03.459 INFO O| Aug 11 16:51:03.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71322026-08-11T16:51:04.460Z[ recovery-image] Aug 11 16:51:03.459 INFO O| Aug 11 16:51:03.459 INFO STEP 621 (remove_files) COMPLETE
71332026-08-11T16:51:04.461Z[ recovery-image] Aug 11 16:51:03.459 INFO O| Aug 11 16:51:03.459 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-11T16:51:04.469Z[ recovery-image] Aug 11 16:51:03.468 INFO O| Aug 11 16:51:03.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71352026-08-11T16:51:04.469Z[ recovery-image] Aug 11 16:51:03.468 INFO O| Aug 11 16:51:03.468 INFO STEP 622 (remove_files) COMPLETE
71362026-08-11T16:51:04.469Z[ recovery-image] Aug 11 16:51:03.468 INFO O| Aug 11 16:51:03.468 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-11T16:51:04.479Z[ recovery-image] Aug 11 16:51:03.477 INFO O| Aug 11 16:51:03.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71382026-08-11T16:51:04.479Z[ recovery-image] Aug 11 16:51:03.477 INFO O| Aug 11 16:51:03.477 INFO STEP 623 (remove_files) COMPLETE
71392026-08-11T16:51:04.479Z[ recovery-image] Aug 11 16:51:03.477 INFO O| Aug 11 16:51:03.477 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-08-11T16:51:04.490Z[ recovery-image] Aug 11 16:51:03.487 INFO O| Aug 11 16:51:03.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71412026-08-11T16:51:04.490Z[ recovery-image] Aug 11 16:51:03.487 INFO O| Aug 11 16:51:03.487 INFO STEP 624 (remove_files) COMPLETE
71422026-08-11T16:51:04.490Z[ recovery-image] Aug 11 16:51:03.487 INFO O| Aug 11 16:51:03.487 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-08-11T16:51:04.498Z[ recovery-image] Aug 11 16:51:03.496 INFO O| Aug 11 16:51:03.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71442026-08-11T16:51:04.498Z[ recovery-image] Aug 11 16:51:03.496 INFO O| Aug 11 16:51:03.496 INFO STEP 625 (remove_files) COMPLETE
71452026-08-11T16:51:04.498Z[ recovery-image] Aug 11 16:51:03.496 INFO O| Aug 11 16:51:03.496 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-08-11T16:51:04.506Z[ recovery-image] Aug 11 16:51:03.505 INFO O| Aug 11 16:51:03.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71472026-08-11T16:51:04.506Z[ recovery-image] Aug 11 16:51:03.505 INFO O| Aug 11 16:51:03.505 INFO STEP 626 (remove_files) COMPLETE
71482026-08-11T16:51:04.510Z[ recovery-image] Aug 11 16:51:03.505 INFO O| Aug 11 16:51:03.505 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-08-11T16:51:04.514Z[ recovery-image] Aug 11 16:51:03.513 INFO O| Aug 11 16:51:03.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71502026-08-11T16:51:04.517Z[ recovery-image] Aug 11 16:51:03.514 INFO O| Aug 11 16:51:03.514 INFO STEP 627 (remove_files) COMPLETE
71512026-08-11T16:51:04.517Z[ recovery-image] Aug 11 16:51:03.514 INFO O| Aug 11 16:51:03.514 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-08-11T16:51:04.524Z[ recovery-image] Aug 11 16:51:03.523 INFO O| Aug 11 16:51:03.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71532026-08-11T16:51:04.524Z[ recovery-image] Aug 11 16:51:03.523 INFO O| Aug 11 16:51:03.523 INFO STEP 628 (remove_files) COMPLETE
71542026-08-11T16:51:04.525Z[ recovery-image] Aug 11 16:51:03.523 INFO O| Aug 11 16:51:03.523 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-08-11T16:51:04.533Z[ recovery-image] Aug 11 16:51:03.532 INFO O| Aug 11 16:51:03.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71562026-08-11T16:51:04.533Z[ recovery-image] Aug 11 16:51:03.532 INFO O| Aug 11 16:51:03.532 INFO STEP 629 (remove_files) COMPLETE
71572026-08-11T16:51:04.533Z[ recovery-image] Aug 11 16:51:03.532 INFO O| Aug 11 16:51:03.532 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-08-11T16:51:04.543Z[ recovery-image] Aug 11 16:51:03.541 INFO O| Aug 11 16:51:03.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71592026-08-11T16:51:04.543Z[ recovery-image] Aug 11 16:51:03.542 INFO O| Aug 11 16:51:03.542 INFO STEP 630 (remove_files) COMPLETE
71602026-08-11T16:51:04.546Z[ recovery-image] Aug 11 16:51:03.542 INFO O| Aug 11 16:51:03.542 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-08-11T16:51:04.553Z[ recovery-image] Aug 11 16:51:03.551 INFO O| Aug 11 16:51:03.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71622026-08-11T16:51:04.553Z[ recovery-image] Aug 11 16:51:03.551 INFO O| Aug 11 16:51:03.551 INFO STEP 631 (remove_files) COMPLETE
71632026-08-11T16:51:04.553Z[ recovery-image] Aug 11 16:51:03.551 INFO O| Aug 11 16:51:03.551 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-08-11T16:51:04.562Z[ recovery-image] Aug 11 16:51:03.560 INFO O| Aug 11 16:51:03.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71652026-08-11T16:51:04.562Z[ recovery-image] Aug 11 16:51:03.560 INFO O| Aug 11 16:51:03.560 INFO STEP 632 (remove_files) COMPLETE
71662026-08-11T16:51:04.562Z[ recovery-image] Aug 11 16:51:03.560 INFO O| Aug 11 16:51:03.560 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-08-11T16:51:04.571Z[ recovery-image] Aug 11 16:51:03.569 INFO O| Aug 11 16:51:03.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71682026-08-11T16:51:04.571Z[ recovery-image] Aug 11 16:51:03.569 INFO O| Aug 11 16:51:03.569 INFO STEP 633 (remove_files) COMPLETE
71692026-08-11T16:51:04.571Z[ recovery-image] Aug 11 16:51:03.569 INFO O| Aug 11 16:51:03.569 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-08-11T16:51:04.580Z[ recovery-image] Aug 11 16:51:03.578 INFO O| Aug 11 16:51:03.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71712026-08-11T16:51:04.580Z[ recovery-image] Aug 11 16:51:03.578 INFO O| Aug 11 16:51:03.578 INFO STEP 634 (remove_files) COMPLETE
71722026-08-11T16:51:04.583Z[ recovery-image] Aug 11 16:51:03.578 INFO O| Aug 11 16:51:03.578 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-08-11T16:51:04.589Z[ recovery-image] Aug 11 16:51:03.588 INFO O| Aug 11 16:51:03.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71742026-08-11T16:51:04.589Z[ recovery-image] Aug 11 16:51:03.588 INFO O| Aug 11 16:51:03.588 INFO STEP 635 (remove_files) COMPLETE
71752026-08-11T16:51:04.589Z[ recovery-image] Aug 11 16:51:03.588 INFO O| Aug 11 16:51:03.588 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-08-11T16:51:04.601Z[ recovery-image] Aug 11 16:51:03.599 INFO O| Aug 11 16:51:03.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71772026-08-11T16:51:04.601Z[ recovery-image] Aug 11 16:51:03.599 INFO O| Aug 11 16:51:03.598 INFO STEP 636 (remove_files) COMPLETE
71782026-08-11T16:51:04.604Z[ recovery-image] Aug 11 16:51:03.599 INFO O| Aug 11 16:51:03.598 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-08-11T16:51:04.608Z[ recovery-image] Aug 11 16:51:03.607 INFO O| Aug 11 16:51:03.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71802026-08-11T16:51:04.608Z[ recovery-image] Aug 11 16:51:03.607 INFO O| Aug 11 16:51:03.607 INFO STEP 637 (remove_files) COMPLETE
71812026-08-11T16:51:04.608Z[ recovery-image] Aug 11 16:51:03.607 INFO O| Aug 11 16:51:03.607 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-08-11T16:51:04.618Z[ recovery-image] Aug 11 16:51:03.617 INFO O| Aug 11 16:51:03.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71832026-08-11T16:51:04.618Z[ recovery-image] Aug 11 16:51:03.617 INFO O| Aug 11 16:51:03.617 INFO STEP 638 (remove_files) COMPLETE
71842026-08-11T16:51:04.618Z[ recovery-image] Aug 11 16:51:03.617 INFO O| Aug 11 16:51:03.617 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-08-11T16:51:04.627Z[ recovery-image] Aug 11 16:51:03.626 INFO O| Aug 11 16:51:03.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71862026-08-11T16:51:04.627Z[ recovery-image] Aug 11 16:51:03.626 INFO O| Aug 11 16:51:03.626 INFO STEP 639 (remove_files) COMPLETE
71872026-08-11T16:51:04.630Z[ recovery-image] Aug 11 16:51:03.626 INFO O| Aug 11 16:51:03.626 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-08-11T16:51:04.637Z[ recovery-image] Aug 11 16:51:03.636 INFO O| Aug 11 16:51:03.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71892026-08-11T16:51:04.637Z[ recovery-image] Aug 11 16:51:03.636 INFO O| Aug 11 16:51:03.636 INFO STEP 640 (remove_files) COMPLETE
71902026-08-11T16:51:04.641Z[ recovery-image] Aug 11 16:51:03.636 INFO O| Aug 11 16:51:03.636 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-08-11T16:51:04.647Z[ recovery-image] Aug 11 16:51:03.646 INFO O| Aug 11 16:51:03.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
71922026-08-11T16:51:04.647Z[ recovery-image] Aug 11 16:51:03.646 INFO O| Aug 11 16:51:03.646 INFO STEP 641 (remove_files) COMPLETE
71932026-08-11T16:51:04.647Z[ recovery-image] Aug 11 16:51:03.646 INFO O| Aug 11 16:51:03.646 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-08-11T16:51:04.656Z[ recovery-image] Aug 11 16:51:03.655 INFO O| Aug 11 16:51:03.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
71952026-08-11T16:51:04.661Z[ recovery-image] Aug 11 16:51:03.656 INFO O| Aug 11 16:51:03.656 INFO STEP 642 (remove_files) COMPLETE
71962026-08-11T16:51:04.661Z[ recovery-image] Aug 11 16:51:03.656 INFO O| Aug 11 16:51:03.656 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-08-11T16:51:04.668Z[ recovery-image] Aug 11 16:51:03.667 INFO O| Aug 11 16:51:03.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
71982026-08-11T16:51:04.668Z[ recovery-image] Aug 11 16:51:03.667 INFO O| Aug 11 16:51:03.667 INFO STEP 643 (remove_files) COMPLETE
71992026-08-11T16:51:04.668Z[ recovery-image] Aug 11 16:51:03.667 INFO O| Aug 11 16:51:03.667 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-08-11T16:51:04.680Z[ recovery-image] Aug 11 16:51:03.678 INFO O| Aug 11 16:51:03.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72012026-08-11T16:51:04.680Z[ recovery-image] Aug 11 16:51:03.678 INFO O| Aug 11 16:51:03.678 INFO STEP 644 (remove_files) COMPLETE
72022026-08-11T16:51:04.680Z[ recovery-image] Aug 11 16:51:03.678 INFO O| Aug 11 16:51:03.678 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-08-11T16:51:04.690Z[ recovery-image] Aug 11 16:51:03.688 INFO O| Aug 11 16:51:03.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72042026-08-11T16:51:04.690Z[ recovery-image] Aug 11 16:51:03.688 INFO O| Aug 11 16:51:03.688 INFO STEP 645 (remove_files) COMPLETE
72052026-08-11T16:51:04.690Z[ recovery-image] Aug 11 16:51:03.688 INFO O| Aug 11 16:51:03.688 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-08-11T16:51:04.706Z[ recovery-image] Aug 11 16:51:03.699 INFO O| Aug 11 16:51:03.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72072026-08-11T16:51:04.706Z[ recovery-image] Aug 11 16:51:03.699 INFO O| Aug 11 16:51:03.699 INFO STEP 646 (remove_files) COMPLETE
72082026-08-11T16:51:04.706Z[ recovery-image] Aug 11 16:51:03.699 INFO O| Aug 11 16:51:03.699 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-08-11T16:51:04.711Z[ recovery-image] Aug 11 16:51:03.709 INFO O| Aug 11 16:51:03.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72102026-08-11T16:51:04.711Z[ recovery-image] Aug 11 16:51:03.709 INFO O| Aug 11 16:51:03.709 INFO STEP 647 (remove_files) COMPLETE
72112026-08-11T16:51:04.711Z[ recovery-image] Aug 11 16:51:03.709 INFO O| Aug 11 16:51:03.709 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-08-11T16:51:04.715Z[verify-libraries] Compiling russh v0.62.4
72132026-08-11T16:51:04.721Z[ recovery-image] Aug 11 16:51:03.719 INFO O| Aug 11 16:51:03.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72142026-08-11T16:51:04.721Z[ recovery-image] Aug 11 16:51:03.719 INFO O| Aug 11 16:51:03.719 INFO STEP 648 (remove_files) COMPLETE
72152026-08-11T16:51:04.721Z[ recovery-image] Aug 11 16:51:03.719 INFO O| Aug 11 16:51:03.719 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-08-11T16:51:04.732Z[ recovery-image] Aug 11 16:51:03.731 INFO O| Aug 11 16:51:03.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72172026-08-11T16:51:04.736Z[ recovery-image] Aug 11 16:51:03.732 INFO O| Aug 11 16:51:03.732 INFO STEP 649 (remove_files) COMPLETE
72182026-08-11T16:51:04.736Z[ recovery-image] Aug 11 16:51:03.732 INFO O| Aug 11 16:51:03.732 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-08-11T16:51:04.744Z[ recovery-image] Aug 11 16:51:03.742 INFO O| Aug 11 16:51:03.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72202026-08-11T16:51:04.744Z[ recovery-image] Aug 11 16:51:03.742 INFO O| Aug 11 16:51:03.742 INFO STEP 650 (remove_files) COMPLETE
72212026-08-11T16:51:04.744Z[ recovery-image] Aug 11 16:51:03.742 INFO O| Aug 11 16:51:03.742 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-11T16:51:04.752Z[ recovery-image] Aug 11 16:51:03.751 INFO O| Aug 11 16:51:03.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72232026-08-11T16:51:04.752Z[ recovery-image] Aug 11 16:51:03.751 INFO O| Aug 11 16:51:03.751 INFO STEP 651 (remove_files) COMPLETE
72242026-08-11T16:51:04.757Z[ recovery-image] Aug 11 16:51:03.751 INFO O| Aug 11 16:51:03.751 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-11T16:51:04.762Z[ recovery-image] Aug 11 16:51:03.761 INFO O| Aug 11 16:51:03.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72262026-08-11T16:51:04.762Z[ recovery-image] Aug 11 16:51:03.761 INFO O| Aug 11 16:51:03.761 INFO STEP 652 (remove_files) COMPLETE
72272026-08-11T16:51:04.762Z[ recovery-image] Aug 11 16:51:03.761 INFO O| Aug 11 16:51:03.761 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-11T16:51:04.772Z[ recovery-image] Aug 11 16:51:03.770 INFO O| Aug 11 16:51:03.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72292026-08-11T16:51:04.772Z[ recovery-image] Aug 11 16:51:03.770 INFO O| Aug 11 16:51:03.770 INFO STEP 653 (remove_files) COMPLETE
72302026-08-11T16:51:04.775Z[ recovery-image] Aug 11 16:51:03.770 INFO O| Aug 11 16:51:03.770 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-11T16:51:04.780Z[ recovery-image] Aug 11 16:51:03.779 INFO O| Aug 11 16:51:03.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72322026-08-11T16:51:04.781Z[ recovery-image] Aug 11 16:51:03.779 INFO O| Aug 11 16:51:03.779 INFO STEP 654 (remove_files) COMPLETE
72332026-08-11T16:51:04.781Z[ recovery-image] Aug 11 16:51:03.779 INFO O| Aug 11 16:51:03.779 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-11T16:51:04.789Z[ recovery-image] Aug 11 16:51:03.788 INFO O| Aug 11 16:51:03.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72352026-08-11T16:51:04.789Z[ recovery-image] Aug 11 16:51:03.788 INFO O| Aug 11 16:51:03.788 INFO STEP 655 (remove_files) COMPLETE
72362026-08-11T16:51:04.792Z[ recovery-image] Aug 11 16:51:03.788 INFO O| Aug 11 16:51:03.788 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-11T16:51:04.802Z[ recovery-image] Aug 11 16:51:03.800 INFO O| Aug 11 16:51:03.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72382026-08-11T16:51:04.802Z[ recovery-image] Aug 11 16:51:03.801 INFO O| Aug 11 16:51:03.801 INFO STEP 656 (remove_files) COMPLETE
72392026-08-11T16:51:04.805Z[ recovery-image] Aug 11 16:51:03.801 INFO O| Aug 11 16:51:03.801 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-08-11T16:51:04.813Z[ recovery-image] Aug 11 16:51:03.810 INFO O| Aug 11 16:51:03.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72412026-08-11T16:51:04.813Z[ recovery-image] Aug 11 16:51:03.810 INFO O| Aug 11 16:51:03.810 INFO STEP 657 (remove_files) COMPLETE
72422026-08-11T16:51:04.817Z[ recovery-image] Aug 11 16:51:03.810 INFO O| Aug 11 16:51:03.810 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-08-11T16:51:04.822Z[ recovery-image] Aug 11 16:51:03.820 INFO O| Aug 11 16:51:03.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72442026-08-11T16:51:04.827Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
72452026-08-11T16:51:04.827Z[ recovery-image] Aug 11 16:51:03.821 INFO O| Aug 11 16:51:03.821 INFO STEP 658 (remove_files) COMPLETE
72462026-08-11T16:51:04.827Z[ recovery-image] Aug 11 16:51:03.821 INFO O| Aug 11 16:51:03.821 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-08-11T16:51:04.833Z[ recovery-image] Aug 11 16:51:03.832 INFO O| Aug 11 16:51:03.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72482026-08-11T16:51:04.833Z[ recovery-image] Aug 11 16:51:03.832 INFO O| Aug 11 16:51:03.832 INFO STEP 659 (remove_files) COMPLETE
72492026-08-11T16:51:04.837Z[ recovery-image] Aug 11 16:51:03.832 INFO O| Aug 11 16:51:03.832 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-08-11T16:51:04.844Z[ recovery-image] Aug 11 16:51:03.842 INFO O| Aug 11 16:51:03.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72512026-08-11T16:51:04.844Z[ recovery-image] Aug 11 16:51:03.842 INFO O| Aug 11 16:51:03.842 INFO STEP 660 (remove_files) COMPLETE
72522026-08-11T16:51:04.847Z[ recovery-image] Aug 11 16:51:03.842 INFO O| Aug 11 16:51:03.842 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-08-11T16:51:04.854Z[ recovery-image] Aug 11 16:51:03.852 INFO O| Aug 11 16:51:03.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72542026-08-11T16:51:04.857Z[ recovery-image] Aug 11 16:51:03.852 INFO O| Aug 11 16:51:03.852 INFO STEP 661 (remove_files) COMPLETE
72552026-08-11T16:51:04.857Z[ recovery-image] Aug 11 16:51:03.853 INFO O| Aug 11 16:51:03.852 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-08-11T16:51:04.864Z[ recovery-image] Aug 11 16:51:03.863 INFO O| Aug 11 16:51:03.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72572026-08-11T16:51:04.864Z[ recovery-image] Aug 11 16:51:03.863 INFO O| Aug 11 16:51:03.863 INFO STEP 662 (remove_files) COMPLETE
72582026-08-11T16:51:04.864Z[ recovery-image] Aug 11 16:51:03.863 INFO O| Aug 11 16:51:03.863 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-08-11T16:51:04.874Z[ recovery-image] Aug 11 16:51:03.873 INFO O| Aug 11 16:51:03.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72602026-08-11T16:51:04.874Z[ recovery-image] Aug 11 16:51:03.873 INFO O| Aug 11 16:51:03.873 INFO STEP 663 (remove_files) COMPLETE
72612026-08-11T16:51:04.874Z[ recovery-image] Aug 11 16:51:03.873 INFO O| Aug 11 16:51:03.873 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-08-11T16:51:04.884Z[ recovery-image] Aug 11 16:51:03.883 INFO O| Aug 11 16:51:03.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72632026-08-11T16:51:04.884Z[ recovery-image] Aug 11 16:51:03.883 INFO O| Aug 11 16:51:03.883 INFO STEP 664 (remove_files) COMPLETE
72642026-08-11T16:51:04.884Z[ recovery-image] Aug 11 16:51:03.883 INFO O| Aug 11 16:51:03.883 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-11T16:51:04.895Z[ recovery-image] Aug 11 16:51:03.893 INFO O| Aug 11 16:51:03.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72662026-08-11T16:51:04.895Z[ recovery-image] Aug 11 16:51:03.893 INFO O| Aug 11 16:51:03.893 INFO STEP 665 (remove_files) COMPLETE
72672026-08-11T16:51:04.895Z[ recovery-image] Aug 11 16:51:03.893 INFO O| Aug 11 16:51:03.893 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-11T16:51:04.904Z[ recovery-image] Aug 11 16:51:03.902 INFO O| Aug 11 16:51:03.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72692026-08-11T16:51:04.904Z[ recovery-image] Aug 11 16:51:03.902 INFO O| Aug 11 16:51:03.902 INFO STEP 666 (remove_files) COMPLETE
72702026-08-11T16:51:04.904Z[ recovery-image] Aug 11 16:51:03.902 INFO O| Aug 11 16:51:03.902 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-08-11T16:51:04.913Z[ recovery-image] Aug 11 16:51:03.912 INFO O| Aug 11 16:51:03.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72722026-08-11T16:51:04.913Z[ recovery-image] Aug 11 16:51:03.912 INFO O| Aug 11 16:51:03.912 INFO STEP 667 (remove_files) COMPLETE
72732026-08-11T16:51:04.916Z[ recovery-image] Aug 11 16:51:03.912 INFO O| Aug 11 16:51:03.912 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-11T16:51:04.922Z[ recovery-image] Aug 11 16:51:03.921 INFO O| Aug 11 16:51:03.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72752026-08-11T16:51:04.922Z[ recovery-image] Aug 11 16:51:03.921 INFO O| Aug 11 16:51:03.921 INFO STEP 668 (remove_files) COMPLETE
72762026-08-11T16:51:04.922Z[ recovery-image] Aug 11 16:51:03.921 INFO O| Aug 11 16:51:03.921 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-11T16:51:04.932Z[ recovery-image] Aug 11 16:51:03.930 INFO O| Aug 11 16:51:03.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72782026-08-11T16:51:04.932Z[ recovery-image] Aug 11 16:51:03.931 INFO O| Aug 11 16:51:03.931 INFO STEP 669 (remove_files) COMPLETE
72792026-08-11T16:51:04.932Z[ recovery-image] Aug 11 16:51:03.931 INFO O| Aug 11 16:51:03.931 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-11T16:51:04.942Z[ recovery-image] Aug 11 16:51:03.941 INFO O| Aug 11 16:51:03.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72812026-08-11T16:51:04.942Z[ recovery-image] Aug 11 16:51:03.941 INFO O| Aug 11 16:51:03.941 INFO STEP 670 (remove_files) COMPLETE
72822026-08-11T16:51:04.945Z[ recovery-image] Aug 11 16:51:03.941 INFO O| Aug 11 16:51:03.941 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-11T16:51:04.951Z[ recovery-image] Aug 11 16:51:03.950 INFO O| Aug 11 16:51:03.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72842026-08-11T16:51:04.952Z[ recovery-image] Aug 11 16:51:03.950 INFO O| Aug 11 16:51:03.950 INFO STEP 671 (remove_files) COMPLETE
72852026-08-11T16:51:04.955Z[ recovery-image] Aug 11 16:51:03.950 INFO O| Aug 11 16:51:03.950 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-11T16:51:04.960Z[ recovery-image] Aug 11 16:51:03.959 INFO O| Aug 11 16:51:03.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72872026-08-11T16:51:04.960Z[ recovery-image] Aug 11 16:51:03.959 INFO O| Aug 11 16:51:03.959 INFO STEP 672 (remove_files) COMPLETE
72882026-08-11T16:51:04.964Z[ recovery-image] Aug 11 16:51:03.959 INFO O| Aug 11 16:51:03.959 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-11T16:51:04.969Z[ recovery-image] Aug 11 16:51:03.968 INFO O| Aug 11 16:51:03.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72902026-08-11T16:51:04.969Z[ recovery-image] Aug 11 16:51:03.968 INFO O| Aug 11 16:51:03.968 INFO STEP 673 (remove_files) COMPLETE
72912026-08-11T16:51:04.969Z[ recovery-image] Aug 11 16:51:03.968 INFO O| Aug 11 16:51:03.968 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-11T16:51:04.990Z[ recovery-image] Aug 11 16:51:03.989 INFO O| Aug 11 16:51:03.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
72932026-08-11T16:51:04.990Z[ recovery-image] Aug 11 16:51:03.989 INFO O| Aug 11 16:51:03.989 INFO STEP 674 (remove_files) COMPLETE
72942026-08-11T16:51:04.990Z[ recovery-image] Aug 11 16:51:03.989 INFO O| Aug 11 16:51:03.989 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-11T16:51:05.001Z[ recovery-image] Aug 11 16:51:04.000 INFO O| Aug 11 16:51:03.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
72962026-08-11T16:51:05.002Z[ recovery-image] Aug 11 16:51:04.000 INFO O| Aug 11 16:51:04.000 INFO STEP 675 (remove_files) COMPLETE
72972026-08-11T16:51:05.005Z[ recovery-image] Aug 11 16:51:04.000 INFO O| Aug 11 16:51:04.000 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-08-11T16:51:05.013Z[ recovery-image] Aug 11 16:51:04.012 INFO O| Aug 11 16:51:04.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
72992026-08-11T16:51:05.016Z[ recovery-image] Aug 11 16:51:04.012 INFO O| Aug 11 16:51:04.012 INFO STEP 676 (remove_files) COMPLETE
73002026-08-11T16:51:05.016Z[ recovery-image] Aug 11 16:51:04.012 INFO O| Aug 11 16:51:04.012 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-08-11T16:51:05.022Z[ recovery-image] Aug 11 16:51:04.021 INFO O| Aug 11 16:51:04.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73022026-08-11T16:51:05.022Z[ recovery-image] Aug 11 16:51:04.021 INFO O| Aug 11 16:51:04.021 INFO STEP 677 (remove_files) COMPLETE
73032026-08-11T16:51:05.026Z[ recovery-image] Aug 11 16:51:04.021 INFO O| Aug 11 16:51:04.021 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-08-11T16:51:05.033Z[ recovery-image] Aug 11 16:51:04.032 INFO O| Aug 11 16:51:04.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73052026-08-11T16:51:05.033Z[ recovery-image] Aug 11 16:51:04.032 INFO O| Aug 11 16:51:04.032 INFO STEP 678 (remove_files) COMPLETE
73062026-08-11T16:51:05.036Z[ recovery-image] Aug 11 16:51:04.032 INFO O| Aug 11 16:51:04.032 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-08-11T16:51:05.044Z[ recovery-image] Aug 11 16:51:04.043 INFO O| Aug 11 16:51:04.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73082026-08-11T16:51:05.044Z[ recovery-image] Aug 11 16:51:04.043 INFO O| Aug 11 16:51:04.043 INFO STEP 679 (remove_files) COMPLETE
73092026-08-11T16:51:05.044Z[ recovery-image] Aug 11 16:51:04.043 INFO O| Aug 11 16:51:04.043 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-08-11T16:51:05.055Z[ recovery-image] Aug 11 16:51:04.053 INFO O| Aug 11 16:51:04.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73112026-08-11T16:51:05.055Z[ recovery-image] Aug 11 16:51:04.053 INFO O| Aug 11 16:51:04.053 INFO STEP 680 (remove_files) COMPLETE
73122026-08-11T16:51:05.055Z[ recovery-image] Aug 11 16:51:04.053 INFO O| Aug 11 16:51:04.053 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-08-11T16:51:05.066Z[ recovery-image] Aug 11 16:51:04.064 INFO O| Aug 11 16:51:04.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73142026-08-11T16:51:05.066Z[ recovery-image] Aug 11 16:51:04.064 INFO O| Aug 11 16:51:04.064 INFO STEP 681 (remove_files) COMPLETE
73152026-08-11T16:51:05.066Z[ recovery-image] Aug 11 16:51:04.064 INFO O| Aug 11 16:51:04.064 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-08-11T16:51:05.079Z[ recovery-image] Aug 11 16:51:04.076 INFO O| Aug 11 16:51:04.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73172026-08-11T16:51:05.079Z[ recovery-image] Aug 11 16:51:04.076 INFO O| Aug 11 16:51:04.075 INFO STEP 682 (remove_files) COMPLETE
73182026-08-11T16:51:05.083Z[ recovery-image] Aug 11 16:51:04.076 INFO O| Aug 11 16:51:04.075 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-11T16:51:05.089Z[ recovery-image] Aug 11 16:51:04.087 INFO O| Aug 11 16:51:04.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73202026-08-11T16:51:05.092Z[ recovery-image] Aug 11 16:51:04.087 INFO O| Aug 11 16:51:04.087 INFO STEP 683 (remove_files) COMPLETE
73212026-08-11T16:51:05.092Z[ recovery-image] Aug 11 16:51:04.087 INFO O| Aug 11 16:51:04.087 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-11T16:51:05.099Z[ recovery-image] Aug 11 16:51:04.098 INFO O| Aug 11 16:51:04.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73232026-08-11T16:51:05.099Z[ recovery-image] Aug 11 16:51:04.098 INFO O| Aug 11 16:51:04.098 INFO STEP 684 (remove_files) COMPLETE
73242026-08-11T16:51:05.102Z[ recovery-image] Aug 11 16:51:04.098 INFO O| Aug 11 16:51:04.098 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-11T16:51:05.109Z[ recovery-image] Aug 11 16:51:04.107 INFO O| Aug 11 16:51:04.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73262026-08-11T16:51:05.110Z[ recovery-image] Aug 11 16:51:04.107 INFO O| Aug 11 16:51:04.107 INFO STEP 685 (remove_files) COMPLETE
73272026-08-11T16:51:05.110Z[ recovery-image] Aug 11 16:51:04.107 INFO O| Aug 11 16:51:04.107 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-08-11T16:51:05.118Z[ recovery-image] Aug 11 16:51:04.117 INFO O| Aug 11 16:51:04.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73292026-08-11T16:51:05.118Z[ recovery-image] Aug 11 16:51:04.117 INFO O| Aug 11 16:51:04.117 INFO STEP 686 (remove_files) COMPLETE
73302026-08-11T16:51:05.118Z[ recovery-image] Aug 11 16:51:04.117 INFO O| Aug 11 16:51:04.117 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-08-11T16:51:05.166Z[ recovery-image] Aug 11 16:51:04.158 INFO O| Aug 11 16:51:04.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73322026-08-11T16:51:05.166Z[ recovery-image] Aug 11 16:51:04.158 INFO O| Aug 11 16:51:04.158 INFO STEP 687 (remove_files) COMPLETE
73332026-08-11T16:51:05.169Z[ recovery-image] Aug 11 16:51:04.158 INFO O| Aug 11 16:51:04.158 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-08-11T16:51:05.172Z[ recovery-image] Aug 11 16:51:04.168 INFO O| Aug 11 16:51:04.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73352026-08-11T16:51:05.172Z[ recovery-image] Aug 11 16:51:04.168 INFO O| Aug 11 16:51:04.168 INFO STEP 688 (remove_files) COMPLETE
73362026-08-11T16:51:05.172Z[ recovery-image] Aug 11 16:51:04.168 INFO O| Aug 11 16:51:04.168 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-11T16:51:05.179Z[ recovery-image] Aug 11 16:51:04.178 INFO O| Aug 11 16:51:04.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73382026-08-11T16:51:05.179Z[ recovery-image] Aug 11 16:51:04.178 INFO O| Aug 11 16:51:04.178 INFO STEP 689 (remove_files) COMPLETE
73392026-08-11T16:51:05.179Z[ recovery-image] Aug 11 16:51:04.178 INFO O| Aug 11 16:51:04.178 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-11T16:51:05.188Z[ recovery-image] Aug 11 16:51:04.186 INFO O| Aug 11 16:51:04.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73412026-08-11T16:51:05.188Z[ recovery-image] Aug 11 16:51:04.186 INFO O| Aug 11 16:51:04.186 INFO STEP 690 (remove_files) COMPLETE
73422026-08-11T16:51:05.188Z[ recovery-image] Aug 11 16:51:04.186 INFO O| Aug 11 16:51:04.186 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-11T16:51:05.198Z[ recovery-image] Aug 11 16:51:04.197 INFO O| Aug 11 16:51:04.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73442026-08-11T16:51:05.198Z[ recovery-image] Aug 11 16:51:04.197 INFO O| Aug 11 16:51:04.197 INFO STEP 691 (remove_files) COMPLETE
73452026-08-11T16:51:05.198Z[ recovery-image] Aug 11 16:51:04.197 INFO O| Aug 11 16:51:04.197 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-11T16:51:05.208Z[ recovery-image] Aug 11 16:51:04.207 INFO O| Aug 11 16:51:04.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73472026-08-11T16:51:05.208Z[ recovery-image] Aug 11 16:51:04.207 INFO O| Aug 11 16:51:04.207 INFO STEP 692 (remove_files) COMPLETE
73482026-08-11T16:51:05.208Z[ recovery-image] Aug 11 16:51:04.207 INFO O| Aug 11 16:51:04.207 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-11T16:51:05.218Z[ recovery-image] Aug 11 16:51:04.216 INFO O| Aug 11 16:51:04.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73502026-08-11T16:51:05.218Z[ recovery-image] Aug 11 16:51:04.216 INFO O| Aug 11 16:51:04.216 INFO STEP 693 (remove_files) COMPLETE
73512026-08-11T16:51:05.218Z[ recovery-image] Aug 11 16:51:04.216 INFO O| Aug 11 16:51:04.216 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-11T16:51:05.227Z[ recovery-image] Aug 11 16:51:04.226 INFO O| Aug 11 16:51:04.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73532026-08-11T16:51:05.228Z[ recovery-image] Aug 11 16:51:04.226 INFO O| Aug 11 16:51:04.226 INFO STEP 694 (remove_files) COMPLETE
73542026-08-11T16:51:05.228Z[ recovery-image] Aug 11 16:51:04.226 INFO O| Aug 11 16:51:04.226 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-08-11T16:51:05.238Z[ recovery-image] Aug 11 16:51:04.236 INFO O| Aug 11 16:51:04.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73562026-08-11T16:51:05.238Z[ recovery-image] Aug 11 16:51:04.236 INFO O| Aug 11 16:51:04.236 INFO STEP 695 (remove_files) COMPLETE
73572026-08-11T16:51:05.238Z[ recovery-image] Aug 11 16:51:04.236 INFO O| Aug 11 16:51:04.236 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-08-11T16:51:05.247Z[ recovery-image] Aug 11 16:51:04.246 INFO O| Aug 11 16:51:04.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73592026-08-11T16:51:05.247Z[ recovery-image] Aug 11 16:51:04.246 INFO O| Aug 11 16:51:04.246 INFO STEP 696 (remove_files) COMPLETE
73602026-08-11T16:51:05.247Z[ recovery-image] Aug 11 16:51:04.246 INFO O| Aug 11 16:51:04.246 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-08-11T16:51:05.257Z[ recovery-image] Aug 11 16:51:04.255 INFO O| Aug 11 16:51:04.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73622026-08-11T16:51:05.257Z[ recovery-image] Aug 11 16:51:04.255 INFO O| Aug 11 16:51:04.255 INFO STEP 697 (remove_files) COMPLETE
73632026-08-11T16:51:05.257Z[ recovery-image] Aug 11 16:51:04.255 INFO O| Aug 11 16:51:04.255 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-08-11T16:51:05.266Z[ recovery-image] Aug 11 16:51:04.265 INFO O| Aug 11 16:51:04.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73652026-08-11T16:51:05.266Z[ recovery-image] Aug 11 16:51:04.265 INFO O| Aug 11 16:51:04.265 INFO STEP 698 (remove_files) COMPLETE
73662026-08-11T16:51:05.266Z[ recovery-image] Aug 11 16:51:04.265 INFO O| Aug 11 16:51:04.265 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-11T16:51:05.276Z[ recovery-image] Aug 11 16:51:04.274 INFO O| Aug 11 16:51:04.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73682026-08-11T16:51:05.276Z[ recovery-image] Aug 11 16:51:04.275 INFO O| Aug 11 16:51:04.274 INFO STEP 699 (remove_files) COMPLETE
73692026-08-11T16:51:05.276Z[ recovery-image] Aug 11 16:51:04.275 INFO O| Aug 11 16:51:04.274 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-11T16:51:05.285Z[ recovery-image] Aug 11 16:51:04.284 INFO O| Aug 11 16:51:04.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73712026-08-11T16:51:05.285Z[ recovery-image] Aug 11 16:51:04.284 INFO O| Aug 11 16:51:04.284 INFO STEP 700 (remove_files) COMPLETE
73722026-08-11T16:51:05.285Z[ recovery-image] Aug 11 16:51:04.284 INFO O| Aug 11 16:51:04.284 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-08-11T16:51:05.294Z[ recovery-image] Aug 11 16:51:04.292 INFO O| Aug 11 16:51:04.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73742026-08-11T16:51:05.294Z[ recovery-image] Aug 11 16:51:04.292 INFO O| Aug 11 16:51:04.292 INFO STEP 701 (remove_files) COMPLETE
73752026-08-11T16:51:05.294Z[ recovery-image] Aug 11 16:51:04.292 INFO O| Aug 11 16:51:04.292 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-11T16:51:05.304Z[ recovery-image] Aug 11 16:51:04.303 INFO O| Aug 11 16:51:04.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73772026-08-11T16:51:05.304Z[ recovery-image] Aug 11 16:51:04.303 INFO O| Aug 11 16:51:04.303 INFO STEP 702 (remove_files) COMPLETE
73782026-08-11T16:51:05.304Z[ recovery-image] Aug 11 16:51:04.303 INFO O| Aug 11 16:51:04.303 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-11T16:51:05.314Z[ recovery-image] Aug 11 16:51:04.313 INFO O| Aug 11 16:51:04.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73802026-08-11T16:51:05.314Z[ recovery-image] Aug 11 16:51:04.313 INFO O| Aug 11 16:51:04.313 INFO STEP 703 (remove_files) COMPLETE
73812026-08-11T16:51:05.318Z[ recovery-image] Aug 11 16:51:04.313 INFO O| Aug 11 16:51:04.313 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-11T16:51:05.325Z[ recovery-image] Aug 11 16:51:04.322 INFO O| Aug 11 16:51:04.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73832026-08-11T16:51:05.325Z[ recovery-image] Aug 11 16:51:04.322 INFO O| Aug 11 16:51:04.322 INFO STEP 704 (remove_files) COMPLETE
73842026-08-11T16:51:05.325Z[ recovery-image] Aug 11 16:51:04.322 INFO O| Aug 11 16:51:04.322 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-11T16:51:05.336Z[ recovery-image] Aug 11 16:51:04.334 INFO O| Aug 11 16:51:04.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73862026-08-11T16:51:05.336Z[ recovery-image] Aug 11 16:51:04.334 INFO O| Aug 11 16:51:04.334 INFO STEP 705 (remove_files) COMPLETE
73872026-08-11T16:51:05.336Z[ recovery-image] Aug 11 16:51:04.334 INFO O| Aug 11 16:51:04.334 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-11T16:51:05.347Z[ recovery-image] Aug 11 16:51:04.345 INFO O| Aug 11 16:51:04.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73892026-08-11T16:51:05.347Z[ recovery-image] Aug 11 16:51:04.345 INFO O| Aug 11 16:51:04.345 INFO STEP 706 (remove_files) COMPLETE
73902026-08-11T16:51:05.347Z[ recovery-image] Aug 11 16:51:04.345 INFO O| Aug 11 16:51:04.345 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-11T16:51:05.357Z[ recovery-image] Aug 11 16:51:04.355 INFO O| Aug 11 16:51:04.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
73922026-08-11T16:51:05.357Z[ recovery-image] Aug 11 16:51:04.355 INFO O| Aug 11 16:51:04.355 INFO STEP 707 (remove_files) COMPLETE
73932026-08-11T16:51:05.357Z[ recovery-image] Aug 11 16:51:04.355 INFO O| Aug 11 16:51:04.355 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-11T16:51:05.368Z[ recovery-image] Aug 11 16:51:04.366 INFO O| Aug 11 16:51:04.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
73952026-08-11T16:51:05.368Z[ recovery-image] Aug 11 16:51:04.367 INFO O| Aug 11 16:51:04.367 INFO STEP 708 (remove_files) COMPLETE
73962026-08-11T16:51:05.368Z[ recovery-image] Aug 11 16:51:04.367 INFO O| Aug 11 16:51:04.367 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-11T16:51:05.379Z[ recovery-image] Aug 11 16:51:04.377 INFO O| Aug 11 16:51:04.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
73982026-08-11T16:51:05.379Z[ recovery-image] Aug 11 16:51:04.377 INFO O| Aug 11 16:51:04.377 INFO STEP 709 (remove_files) COMPLETE
73992026-08-11T16:51:05.379Z[ recovery-image] Aug 11 16:51:04.377 INFO O| Aug 11 16:51:04.377 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-08-11T16:51:05.388Z[ recovery-image] Aug 11 16:51:04.386 INFO O| Aug 11 16:51:04.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74012026-08-11T16:51:05.388Z[ recovery-image] Aug 11 16:51:04.387 INFO O| Aug 11 16:51:04.386 INFO STEP 710 (remove_files) COMPLETE
74022026-08-11T16:51:05.388Z[ recovery-image] Aug 11 16:51:04.387 INFO O| Aug 11 16:51:04.387 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-08-11T16:51:05.405Z[ recovery-image] Aug 11 16:51:04.403 INFO O| Aug 11 16:51:04.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74042026-08-11T16:51:05.406Z[ recovery-image] Aug 11 16:51:04.404 INFO O| Aug 11 16:51:04.403 INFO STEP 711 (remove_files) COMPLETE
74052026-08-11T16:51:05.406Z[ recovery-image] Aug 11 16:51:04.404 INFO O| Aug 11 16:51:04.404 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-08-11T16:51:05.416Z[ recovery-image] Aug 11 16:51:04.415 INFO O| Aug 11 16:51:04.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74072026-08-11T16:51:05.416Z[ recovery-image] Aug 11 16:51:04.415 INFO O| Aug 11 16:51:04.415 INFO STEP 712 (remove_files) COMPLETE
74082026-08-11T16:51:05.416Z[ recovery-image] Aug 11 16:51:04.415 INFO O| Aug 11 16:51:04.415 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-08-11T16:51:05.428Z[ recovery-image] Aug 11 16:51:04.426 INFO O| Aug 11 16:51:04.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74102026-08-11T16:51:05.428Z[ recovery-image] Aug 11 16:51:04.426 INFO O| Aug 11 16:51:04.426 INFO STEP 713 (remove_files) COMPLETE
74112026-08-11T16:51:05.428Z[ recovery-image] Aug 11 16:51:04.426 INFO O| Aug 11 16:51:04.426 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-08-11T16:51:05.437Z[ recovery-image] Aug 11 16:51:04.436 INFO O| Aug 11 16:51:04.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74132026-08-11T16:51:05.437Z[ recovery-image] Aug 11 16:51:04.436 INFO O| Aug 11 16:51:04.436 INFO STEP 714 (remove_files) COMPLETE
74142026-08-11T16:51:05.437Z[ recovery-image] Aug 11 16:51:04.436 INFO O| Aug 11 16:51:04.436 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-08-11T16:51:05.448Z[ recovery-image] Aug 11 16:51:04.446 INFO O| Aug 11 16:51:04.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74162026-08-11T16:51:05.448Z[ recovery-image] Aug 11 16:51:04.446 INFO O| Aug 11 16:51:04.446 INFO STEP 715 (remove_files) COMPLETE
74172026-08-11T16:51:05.448Z[ recovery-image] Aug 11 16:51:04.446 INFO O| Aug 11 16:51:04.446 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-08-11T16:51:05.459Z[ recovery-image] Aug 11 16:51:04.458 INFO O| Aug 11 16:51:04.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74192026-08-11T16:51:05.463Z[ recovery-image] Aug 11 16:51:04.458 INFO O| Aug 11 16:51:04.458 INFO STEP 716 (remove_files) COMPLETE
74202026-08-11T16:51:05.464Z[ recovery-image] Aug 11 16:51:04.458 INFO O| Aug 11 16:51:04.458 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-08-11T16:51:05.470Z[ recovery-image] Aug 11 16:51:04.469 INFO O| Aug 11 16:51:04.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74222026-08-11T16:51:05.470Z[ recovery-image] Aug 11 16:51:04.469 INFO O| Aug 11 16:51:04.469 INFO STEP 717 (remove_files) COMPLETE
74232026-08-11T16:51:05.470Z[ recovery-image] Aug 11 16:51:04.469 INFO O| Aug 11 16:51:04.469 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-08-11T16:51:05.481Z[ recovery-image] Aug 11 16:51:04.479 INFO O| Aug 11 16:51:04.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74252026-08-11T16:51:05.485Z[ recovery-image] Aug 11 16:51:04.480 INFO O| Aug 11 16:51:04.480 INFO STEP 718 (remove_files) COMPLETE
74262026-08-11T16:51:05.485Z[ recovery-image] Aug 11 16:51:04.480 INFO O| Aug 11 16:51:04.480 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-08-11T16:51:05.491Z[ recovery-image] Aug 11 16:51:04.490 INFO O| Aug 11 16:51:04.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74282026-08-11T16:51:05.494Z[ recovery-image] Aug 11 16:51:04.490 INFO O| Aug 11 16:51:04.490 INFO STEP 719 (remove_files) COMPLETE
74292026-08-11T16:51:05.494Z[ recovery-image] Aug 11 16:51:04.490 INFO O| Aug 11 16:51:04.490 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-08-11T16:51:05.502Z[ recovery-image] Aug 11 16:51:04.501 INFO O| Aug 11 16:51:04.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74312026-08-11T16:51:05.503Z[ recovery-image] Aug 11 16:51:04.501 INFO O| Aug 11 16:51:04.501 INFO STEP 720 (remove_files) COMPLETE
74322026-08-11T16:51:05.503Z[ recovery-image] Aug 11 16:51:04.501 INFO O| Aug 11 16:51:04.501 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-08-11T16:51:05.508Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
74342026-08-11T16:51:05.512Z[ recovery-image] Aug 11 16:51:04.510 INFO O| Aug 11 16:51:04.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74352026-08-11T16:51:05.512Z[ recovery-image] Aug 11 16:51:04.510 INFO O| Aug 11 16:51:04.510 INFO STEP 721 (remove_files) COMPLETE
74362026-08-11T16:51:05.512Z[ recovery-image] Aug 11 16:51:04.510 INFO O| Aug 11 16:51:04.510 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-08-11T16:51:05.521Z[ recovery-image] Aug 11 16:51:04.519 INFO O| Aug 11 16:51:04.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74382026-08-11T16:51:05.521Z[ recovery-image] Aug 11 16:51:04.519 INFO O| Aug 11 16:51:04.519 INFO STEP 722 (remove_files) COMPLETE
74392026-08-11T16:51:05.521Z[ recovery-image] Aug 11 16:51:04.519 INFO O| Aug 11 16:51:04.519 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-08-11T16:51:05.529Z[ recovery-image] Aug 11 16:51:04.528 INFO O| Aug 11 16:51:04.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74412026-08-11T16:51:05.529Z[ recovery-image] Aug 11 16:51:04.528 INFO O| Aug 11 16:51:04.528 INFO STEP 723 (remove_files) COMPLETE
74422026-08-11T16:51:05.529Z[ recovery-image] Aug 11 16:51:04.528 INFO O| Aug 11 16:51:04.528 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-08-11T16:51:05.539Z[ recovery-image] Aug 11 16:51:04.538 INFO O| Aug 11 16:51:04.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74442026-08-11T16:51:05.539Z[ recovery-image] Aug 11 16:51:04.538 INFO O| Aug 11 16:51:04.538 INFO STEP 724 (remove_files) COMPLETE
74452026-08-11T16:51:05.539Z[ recovery-image] Aug 11 16:51:04.538 INFO O| Aug 11 16:51:04.538 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-08-11T16:51:05.549Z[ recovery-image] Aug 11 16:51:04.547 INFO O| Aug 11 16:51:04.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74472026-08-11T16:51:05.549Z[ recovery-image] Aug 11 16:51:04.547 INFO O| Aug 11 16:51:04.547 INFO STEP 725 (remove_files) COMPLETE
74482026-08-11T16:51:05.552Z[ recovery-image] Aug 11 16:51:04.547 INFO O| Aug 11 16:51:04.547 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-08-11T16:51:05.558Z[ recovery-image] Aug 11 16:51:04.557 INFO O| Aug 11 16:51:04.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74502026-08-11T16:51:05.558Z[ recovery-image] Aug 11 16:51:04.557 INFO O| Aug 11 16:51:04.557 INFO STEP 726 (remove_files) COMPLETE
74512026-08-11T16:51:05.558Z[ recovery-image] Aug 11 16:51:04.557 INFO O| Aug 11 16:51:04.557 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-08-11T16:51:05.568Z[ recovery-image] Aug 11 16:51:04.567 INFO O| Aug 11 16:51:04.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74532026-08-11T16:51:05.568Z[ recovery-image] Aug 11 16:51:04.567 INFO O| Aug 11 16:51:04.567 INFO STEP 727 (remove_files) COMPLETE
74542026-08-11T16:51:05.568Z[ recovery-image] Aug 11 16:51:04.567 INFO O| Aug 11 16:51:04.567 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-08-11T16:51:05.579Z[ recovery-image] Aug 11 16:51:04.577 INFO O| Aug 11 16:51:04.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74562026-08-11T16:51:05.579Z[ recovery-image] Aug 11 16:51:04.577 INFO O| Aug 11 16:51:04.577 INFO STEP 728 (remove_files) COMPLETE
74572026-08-11T16:51:05.579Z[ recovery-image] Aug 11 16:51:04.577 INFO O| Aug 11 16:51:04.577 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-08-11T16:51:05.589Z[ recovery-image] Aug 11 16:51:04.587 INFO O| Aug 11 16:51:04.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74592026-08-11T16:51:05.589Z[ recovery-image] Aug 11 16:51:04.588 INFO O| Aug 11 16:51:04.588 INFO STEP 729 (remove_files) COMPLETE
74602026-08-11T16:51:05.589Z[ recovery-image] Aug 11 16:51:04.588 INFO O| Aug 11 16:51:04.588 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-08-11T16:51:05.600Z[ recovery-image] Aug 11 16:51:04.597 INFO O| Aug 11 16:51:04.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74622026-08-11T16:51:05.600Z[ recovery-image] Aug 11 16:51:04.597 INFO O| Aug 11 16:51:04.597 INFO STEP 730 (remove_files) COMPLETE
74632026-08-11T16:51:05.603Z[ recovery-image] Aug 11 16:51:04.597 INFO O| Aug 11 16:51:04.597 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-08-11T16:51:05.608Z[ recovery-image] Aug 11 16:51:04.607 INFO O| Aug 11 16:51:04.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74652026-08-11T16:51:05.608Z[ recovery-image] Aug 11 16:51:04.607 INFO O| Aug 11 16:51:04.607 INFO STEP 731 (remove_files) COMPLETE
74662026-08-11T16:51:05.608Z[ recovery-image] Aug 11 16:51:04.607 INFO O| Aug 11 16:51:04.607 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-08-11T16:51:05.619Z[ recovery-image] Aug 11 16:51:04.617 INFO O| Aug 11 16:51:04.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74682026-08-11T16:51:05.619Z[ recovery-image] Aug 11 16:51:04.617 INFO O| Aug 11 16:51:04.617 INFO STEP 732 (remove_files) COMPLETE
74692026-08-11T16:51:05.619Z[ recovery-image] Aug 11 16:51:04.617 INFO O| Aug 11 16:51:04.617 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-08-11T16:51:05.628Z[ recovery-image] Aug 11 16:51:04.627 INFO O| Aug 11 16:51:04.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74712026-08-11T16:51:05.628Z[ recovery-image] Aug 11 16:51:04.627 INFO O| Aug 11 16:51:04.627 INFO STEP 733 (remove_files) COMPLETE
74722026-08-11T16:51:05.628Z[ recovery-image] Aug 11 16:51:04.627 INFO O| Aug 11 16:51:04.627 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-08-11T16:51:05.639Z[ recovery-image] Aug 11 16:51:04.638 INFO O| Aug 11 16:51:04.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74742026-08-11T16:51:05.639Z[ recovery-image] Aug 11 16:51:04.638 INFO O| Aug 11 16:51:04.638 INFO STEP 734 (remove_files) COMPLETE
74752026-08-11T16:51:05.640Z[ recovery-image] Aug 11 16:51:04.638 INFO O| Aug 11 16:51:04.638 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-08-11T16:51:05.649Z[ recovery-image] Aug 11 16:51:04.648 INFO O| Aug 11 16:51:04.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74772026-08-11T16:51:05.649Z[ recovery-image] Aug 11 16:51:04.648 INFO O| Aug 11 16:51:04.648 INFO STEP 735 (remove_files) COMPLETE
74782026-08-11T16:51:05.649Z[ recovery-image] Aug 11 16:51:04.648 INFO O| Aug 11 16:51:04.648 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-08-11T16:51:05.659Z[ recovery-image] Aug 11 16:51:04.658 INFO O| Aug 11 16:51:04.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74802026-08-11T16:51:05.659Z[ recovery-image] Aug 11 16:51:04.658 INFO O| Aug 11 16:51:04.658 INFO STEP 736 (remove_files) COMPLETE
74812026-08-11T16:51:05.659Z[ recovery-image] Aug 11 16:51:04.658 INFO O| Aug 11 16:51:04.658 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-08-11T16:51:05.670Z[ recovery-image] Aug 11 16:51:04.669 INFO O| Aug 11 16:51:04.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74832026-08-11T16:51:05.670Z[ recovery-image] Aug 11 16:51:04.669 INFO O| Aug 11 16:51:04.669 INFO STEP 737 (remove_files) COMPLETE
74842026-08-11T16:51:05.670Z[ recovery-image] Aug 11 16:51:04.669 INFO O| Aug 11 16:51:04.669 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-08-11T16:51:05.679Z[ recovery-image] Aug 11 16:51:04.678 INFO O| Aug 11 16:51:04.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74862026-08-11T16:51:05.682Z[ recovery-image] Aug 11 16:51:04.678 INFO O| Aug 11 16:51:04.678 INFO STEP 738 (remove_files) COMPLETE
74872026-08-11T16:51:05.682Z[ recovery-image] Aug 11 16:51:04.678 INFO O| Aug 11 16:51:04.678 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-08-11T16:51:05.690Z[ recovery-image] Aug 11 16:51:04.688 INFO O| Aug 11 16:51:04.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74892026-08-11T16:51:05.690Z[ recovery-image] Aug 11 16:51:04.688 INFO O| Aug 11 16:51:04.688 INFO STEP 739 (remove_files) COMPLETE
74902026-08-11T16:51:05.690Z[ recovery-image] Aug 11 16:51:04.688 INFO O| Aug 11 16:51:04.688 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-08-11T16:51:05.700Z[ recovery-image] Aug 11 16:51:04.698 INFO O| Aug 11 16:51:04.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
74922026-08-11T16:51:05.700Z[ recovery-image] Aug 11 16:51:04.698 INFO O| Aug 11 16:51:04.698 INFO STEP 740 (remove_files) COMPLETE
74932026-08-11T16:51:05.703Z[ recovery-image] Aug 11 16:51:04.698 INFO O| Aug 11 16:51:04.698 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-08-11T16:51:05.710Z[ recovery-image] Aug 11 16:51:04.709 INFO O| Aug 11 16:51:04.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
74952026-08-11T16:51:05.710Z[ recovery-image] Aug 11 16:51:04.709 INFO O| Aug 11 16:51:04.709 INFO STEP 741 (remove_files) COMPLETE
74962026-08-11T16:51:05.710Z[ recovery-image] Aug 11 16:51:04.709 INFO O| Aug 11 16:51:04.709 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-08-11T16:51:05.720Z[ recovery-image] Aug 11 16:51:04.718 INFO O| Aug 11 16:51:04.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
74982026-08-11T16:51:05.720Z[ recovery-image] Aug 11 16:51:04.718 INFO O| Aug 11 16:51:04.718 INFO STEP 742 (remove_files) COMPLETE
74992026-08-11T16:51:05.723Z[ recovery-image] Aug 11 16:51:04.718 INFO O| Aug 11 16:51:04.718 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-08-11T16:51:05.730Z[ recovery-image] Aug 11 16:51:04.729 INFO O| Aug 11 16:51:04.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75012026-08-11T16:51:05.730Z[ recovery-image] Aug 11 16:51:04.729 INFO O| Aug 11 16:51:04.729 INFO STEP 743 (remove_files) COMPLETE
75022026-08-11T16:51:05.730Z[ recovery-image] Aug 11 16:51:04.729 INFO O| Aug 11 16:51:04.729 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-08-11T16:51:05.740Z[ recovery-image] Aug 11 16:51:04.739 INFO O| Aug 11 16:51:04.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75042026-08-11T16:51:05.740Z[ recovery-image] Aug 11 16:51:04.739 INFO O| Aug 11 16:51:04.739 INFO STEP 744 (remove_files) COMPLETE
75052026-08-11T16:51:05.740Z[ recovery-image] Aug 11 16:51:04.739 INFO O| Aug 11 16:51:04.739 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-08-11T16:51:05.751Z[ recovery-image] Aug 11 16:51:04.749 INFO O| Aug 11 16:51:04.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75072026-08-11T16:51:05.751Z[ recovery-image] Aug 11 16:51:04.749 INFO O| Aug 11 16:51:04.749 INFO STEP 745 (remove_files) COMPLETE
75082026-08-11T16:51:05.751Z[ recovery-image] Aug 11 16:51:04.749 INFO O| Aug 11 16:51:04.749 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-08-11T16:51:05.761Z[ recovery-image] Aug 11 16:51:04.759 INFO O| Aug 11 16:51:04.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75102026-08-11T16:51:05.761Z[ recovery-image] Aug 11 16:51:04.759 INFO O| Aug 11 16:51:04.759 INFO STEP 746 (remove_files) COMPLETE
75112026-08-11T16:51:05.761Z[ recovery-image] Aug 11 16:51:04.759 INFO O| Aug 11 16:51:04.759 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-08-11T16:51:05.771Z[ recovery-image] Aug 11 16:51:04.769 INFO O| Aug 11 16:51:04.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75132026-08-11T16:51:05.771Z[ recovery-image] Aug 11 16:51:04.769 INFO O| Aug 11 16:51:04.769 INFO STEP 747 (remove_files) COMPLETE
75142026-08-11T16:51:05.774Z[ recovery-image] Aug 11 16:51:04.769 INFO O| Aug 11 16:51:04.769 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-08-11T16:51:05.780Z[ recovery-image] Aug 11 16:51:04.779 INFO O| Aug 11 16:51:04.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75162026-08-11T16:51:05.780Z[ recovery-image] Aug 11 16:51:04.779 INFO O| Aug 11 16:51:04.779 INFO STEP 748 (remove_files) COMPLETE
75172026-08-11T16:51:05.780Z[ recovery-image] Aug 11 16:51:04.779 INFO O| Aug 11 16:51:04.779 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-08-11T16:51:05.790Z[ recovery-image] Aug 11 16:51:04.789 INFO O| Aug 11 16:51:04.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75192026-08-11T16:51:05.790Z[ recovery-image] Aug 11 16:51:04.789 INFO O| Aug 11 16:51:04.789 INFO STEP 749 (remove_files) COMPLETE
75202026-08-11T16:51:05.790Z[ recovery-image] Aug 11 16:51:04.789 INFO O| Aug 11 16:51:04.789 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-08-11T16:51:05.801Z[ recovery-image] Aug 11 16:51:04.800 INFO O| Aug 11 16:51:04.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75222026-08-11T16:51:05.801Z[ recovery-image] Aug 11 16:51:04.800 INFO O| Aug 11 16:51:04.800 INFO STEP 750 (remove_files) COMPLETE
75232026-08-11T16:51:05.805Z[ recovery-image] Aug 11 16:51:04.800 INFO O| Aug 11 16:51:04.800 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-08-11T16:51:05.863Z[ recovery-image] Aug 11 16:51:04.811 INFO O| Aug 11 16:51:04.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75252026-08-11T16:51:05.863Z[ recovery-image] Aug 11 16:51:04.811 INFO O| Aug 11 16:51:04.811 INFO STEP 751 (remove_files) COMPLETE
75262026-08-11T16:51:05.863Z[ recovery-image] Aug 11 16:51:04.811 INFO O| Aug 11 16:51:04.811 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-08-11T16:51:05.863Z[ recovery-image] Aug 11 16:51:04.820 INFO O| Aug 11 16:51:04.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75282026-08-11T16:51:05.863Z[ recovery-image] Aug 11 16:51:04.820 INFO O| Aug 11 16:51:04.820 INFO STEP 752 (remove_files) COMPLETE
75292026-08-11T16:51:05.863Z[ recovery-image] Aug 11 16:51:04.820 INFO O| Aug 11 16:51:04.820 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-08-11T16:51:05.863Z[ recovery-image] Aug 11 16:51:04.829 INFO O| Aug 11 16:51:04.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75312026-08-11T16:51:05.863Z[ recovery-image] Aug 11 16:51:04.829 INFO O| Aug 11 16:51:04.829 INFO STEP 753 (remove_files) COMPLETE
75322026-08-11T16:51:05.863Z[ recovery-image] Aug 11 16:51:04.829 INFO O| Aug 11 16:51:04.829 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-08-11T16:51:05.863Z[ recovery-image] Aug 11 16:51:04.840 INFO O| Aug 11 16:51:04.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75342026-08-11T16:51:05.863Z[ recovery-image] Aug 11 16:51:04.840 INFO O| Aug 11 16:51:04.840 INFO STEP 754 (remove_files) COMPLETE
75352026-08-11T16:51:05.863Z[ recovery-image] Aug 11 16:51:04.840 INFO O| Aug 11 16:51:04.840 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-08-11T16:51:05.863Z[ recovery-image] Aug 11 16:51:04.851 INFO O| Aug 11 16:51:04.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75372026-08-11T16:51:05.863Z[ recovery-image] Aug 11 16:51:04.851 INFO O| Aug 11 16:51:04.851 INFO STEP 755 (remove_files) COMPLETE
75382026-08-11T16:51:05.863Z[ recovery-image] Aug 11 16:51:04.851 INFO O| Aug 11 16:51:04.851 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-08-11T16:51:05.867Z[ recovery-image] Aug 11 16:51:04.861 INFO O| Aug 11 16:51:04.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75402026-08-11T16:51:05.867Z[ recovery-image] Aug 11 16:51:04.861 INFO O| Aug 11 16:51:04.861 INFO STEP 756 (remove_files) COMPLETE
75412026-08-11T16:51:05.867Z[ recovery-image] Aug 11 16:51:04.861 INFO O| Aug 11 16:51:04.861 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-08-11T16:51:05.872Z[ recovery-image] Aug 11 16:51:04.871 INFO O| Aug 11 16:51:04.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75432026-08-11T16:51:05.872Z[ recovery-image] Aug 11 16:51:04.871 INFO O| Aug 11 16:51:04.871 INFO STEP 757 (remove_files) COMPLETE
75442026-08-11T16:51:05.872Z[ recovery-image] Aug 11 16:51:04.871 INFO O| Aug 11 16:51:04.871 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-08-11T16:51:05.881Z[ recovery-image] Aug 11 16:51:04.880 INFO O| Aug 11 16:51:04.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75462026-08-11T16:51:05.881Z[ recovery-image] Aug 11 16:51:04.880 INFO O| Aug 11 16:51:04.880 INFO STEP 758 (remove_files) COMPLETE
75472026-08-11T16:51:05.881Z[ recovery-image] Aug 11 16:51:04.880 INFO O| Aug 11 16:51:04.880 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-08-11T16:51:05.890Z[ recovery-image] Aug 11 16:51:04.889 INFO O| Aug 11 16:51:04.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75492026-08-11T16:51:05.890Z[ recovery-image] Aug 11 16:51:04.889 INFO O| Aug 11 16:51:04.889 INFO STEP 759 (remove_files) COMPLETE
75502026-08-11T16:51:05.890Z[ recovery-image] Aug 11 16:51:04.889 INFO O| Aug 11 16:51:04.889 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-08-11T16:51:05.899Z[ recovery-image] Aug 11 16:51:04.898 INFO O| Aug 11 16:51:04.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75522026-08-11T16:51:05.899Z[ recovery-image] Aug 11 16:51:04.898 INFO O| Aug 11 16:51:04.898 INFO STEP 760 (remove_files) COMPLETE
75532026-08-11T16:51:05.902Z[ recovery-image] Aug 11 16:51:04.898 INFO O| Aug 11 16:51:04.898 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-08-11T16:51:05.907Z[ recovery-image] Aug 11 16:51:04.906 INFO O| Aug 11 16:51:04.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75552026-08-11T16:51:05.907Z[ recovery-image] Aug 11 16:51:04.906 INFO O| Aug 11 16:51:04.906 INFO STEP 761 (remove_files) COMPLETE
75562026-08-11T16:51:05.907Z[ recovery-image] Aug 11 16:51:04.906 INFO O| Aug 11 16:51:04.906 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-08-11T16:51:05.918Z[ recovery-image] Aug 11 16:51:04.917 INFO O| Aug 11 16:51:04.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75582026-08-11T16:51:05.918Z[ recovery-image] Aug 11 16:51:04.917 INFO O| Aug 11 16:51:04.917 INFO STEP 762 (remove_files) COMPLETE
75592026-08-11T16:51:05.921Z[ recovery-image] Aug 11 16:51:04.917 INFO O| Aug 11 16:51:04.917 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-08-11T16:51:05.922Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
75612026-08-11T16:51:05.927Z[ recovery-image] Aug 11 16:51:04.926 INFO O| Aug 11 16:51:04.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75622026-08-11T16:51:05.927Z[ recovery-image] Aug 11 16:51:04.926 INFO O| Aug 11 16:51:04.926 INFO STEP 763 (remove_files) COMPLETE
75632026-08-11T16:51:05.927Z[ recovery-image] Aug 11 16:51:04.926 INFO O| Aug 11 16:51:04.926 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-11T16:51:05.938Z[ recovery-image] Aug 11 16:51:04.936 INFO O| Aug 11 16:51:04.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75652026-08-11T16:51:05.938Z[ recovery-image] Aug 11 16:51:04.936 INFO O| Aug 11 16:51:04.936 INFO STEP 764 (remove_files) COMPLETE
75662026-08-11T16:51:05.938Z[ recovery-image] Aug 11 16:51:04.936 INFO O| Aug 11 16:51:04.936 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-08-11T16:51:05.948Z[ recovery-image] Aug 11 16:51:04.947 INFO O| Aug 11 16:51:04.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75682026-08-11T16:51:05.948Z[ recovery-image] Aug 11 16:51:04.947 INFO O| Aug 11 16:51:04.947 INFO STEP 765 (remove_files) COMPLETE
75692026-08-11T16:51:05.948Z[ recovery-image] Aug 11 16:51:04.947 INFO O| Aug 11 16:51:04.947 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-11T16:51:05.960Z[ recovery-image] Aug 11 16:51:04.958 INFO O| Aug 11 16:51:04.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75712026-08-11T16:51:05.960Z[ recovery-image] Aug 11 16:51:04.958 INFO O| Aug 11 16:51:04.958 INFO STEP 766 (remove_files) COMPLETE
75722026-08-11T16:51:05.960Z[ recovery-image] Aug 11 16:51:04.958 INFO O| Aug 11 16:51:04.958 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-11T16:51:05.970Z[ recovery-image] Aug 11 16:51:04.968 INFO O| Aug 11 16:51:04.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75742026-08-11T16:51:05.970Z[ recovery-image] Aug 11 16:51:04.968 INFO O| Aug 11 16:51:04.968 INFO STEP 767 (remove_files) COMPLETE
75752026-08-11T16:51:05.970Z[ recovery-image] Aug 11 16:51:04.968 INFO O| Aug 11 16:51:04.968 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-08-11T16:51:05.980Z[ recovery-image] Aug 11 16:51:04.978 INFO O| Aug 11 16:51:04.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75772026-08-11T16:51:05.980Z[ recovery-image] Aug 11 16:51:04.978 INFO O| Aug 11 16:51:04.978 INFO STEP 768 (remove_files) COMPLETE
75782026-08-11T16:51:05.980Z[ recovery-image] Aug 11 16:51:04.978 INFO O| Aug 11 16:51:04.978 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-08-11T16:51:05.990Z[ recovery-image] Aug 11 16:51:04.988 INFO O| Aug 11 16:51:04.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75802026-08-11T16:51:05.990Z[ recovery-image] Aug 11 16:51:04.988 INFO O| Aug 11 16:51:04.988 INFO STEP 769 (remove_files) COMPLETE
75812026-08-11T16:51:05.993Z[ recovery-image] Aug 11 16:51:04.988 INFO O| Aug 11 16:51:04.988 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-08-11T16:51:06.002Z[ recovery-image] Aug 11 16:51:04.999 INFO O| Aug 11 16:51:04.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75832026-08-11T16:51:06.002Z[ recovery-image] Aug 11 16:51:04.999 INFO O| Aug 11 16:51:04.999 INFO STEP 770 (remove_files) COMPLETE
75842026-08-11T16:51:06.002Z[ recovery-image] Aug 11 16:51:04.999 INFO O| Aug 11 16:51:04.999 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-08-11T16:51:06.013Z[ recovery-image] Aug 11 16:51:05.012 INFO O| Aug 11 16:51:05.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75862026-08-11T16:51:06.016Z[ recovery-image] Aug 11 16:51:05.013 INFO O| Aug 11 16:51:05.013 INFO STEP 771 (remove_files) COMPLETE
75872026-08-11T16:51:06.016Z[ recovery-image] Aug 11 16:51:05.013 INFO O| Aug 11 16:51:05.013 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-11T16:51:06.025Z[ recovery-image] Aug 11 16:51:05.024 INFO O| Aug 11 16:51:05.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75892026-08-11T16:51:06.025Z[ recovery-image] Aug 11 16:51:05.024 INFO O| Aug 11 16:51:05.024 INFO STEP 772 (remove_files) COMPLETE
75902026-08-11T16:51:06.028Z[ recovery-image] Aug 11 16:51:05.024 INFO O| Aug 11 16:51:05.024 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-11T16:51:06.035Z[ recovery-image] Aug 11 16:51:05.034 INFO O| Aug 11 16:51:05.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75922026-08-11T16:51:06.035Z[ recovery-image] Aug 11 16:51:05.034 INFO O| Aug 11 16:51:05.034 INFO STEP 773 (remove_files) COMPLETE
75932026-08-11T16:51:06.035Z[ recovery-image] Aug 11 16:51:05.034 INFO O| Aug 11 16:51:05.034 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-11T16:51:06.047Z[ recovery-image] Aug 11 16:51:05.046 INFO O| Aug 11 16:51:05.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
75952026-08-11T16:51:06.047Z[ recovery-image] Aug 11 16:51:05.046 INFO O| Aug 11 16:51:05.044 INFO STEP 774 (remove_files) COMPLETE
75962026-08-11T16:51:06.047Z[ recovery-image] Aug 11 16:51:05.046 INFO O| Aug 11 16:51:05.044 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-11T16:51:06.056Z[ recovery-image] Aug 11 16:51:05.055 INFO O| Aug 11 16:51:05.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
75982026-08-11T16:51:06.056Z[ recovery-image] Aug 11 16:51:05.055 INFO O| Aug 11 16:51:05.055 INFO STEP 775 (remove_files) COMPLETE
75992026-08-11T16:51:06.056Z[ recovery-image] Aug 11 16:51:05.055 INFO O| Aug 11 16:51:05.055 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-08-11T16:51:06.067Z[ recovery-image] Aug 11 16:51:05.065 INFO O| Aug 11 16:51:05.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76012026-08-11T16:51:06.067Z[ recovery-image] Aug 11 16:51:05.066 INFO O| Aug 11 16:51:05.065 INFO STEP 776 (remove_files) COMPLETE
76022026-08-11T16:51:06.067Z[ recovery-image] Aug 11 16:51:05.066 INFO O| Aug 11 16:51:05.065 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-08-11T16:51:06.077Z[ recovery-image] Aug 11 16:51:05.076 INFO O| Aug 11 16:51:05.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76042026-08-11T16:51:06.077Z[ recovery-image] Aug 11 16:51:05.076 INFO O| Aug 11 16:51:05.076 INFO STEP 777 (remove_files) COMPLETE
76052026-08-11T16:51:06.077Z[ recovery-image] Aug 11 16:51:05.076 INFO O| Aug 11 16:51:05.076 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-08-11T16:51:06.087Z[ recovery-image] Aug 11 16:51:05.086 INFO O| Aug 11 16:51:05.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76072026-08-11T16:51:06.087Z[ recovery-image] Aug 11 16:51:05.086 INFO O| Aug 11 16:51:05.086 INFO STEP 778 (remove_files) COMPLETE
76082026-08-11T16:51:06.091Z[ recovery-image] Aug 11 16:51:05.086 INFO O| Aug 11 16:51:05.086 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-08-11T16:51:06.098Z[ recovery-image] Aug 11 16:51:05.097 INFO O| Aug 11 16:51:05.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76102026-08-11T16:51:06.098Z[ recovery-image] Aug 11 16:51:05.097 INFO O| Aug 11 16:51:05.097 INFO STEP 779 (remove_files) COMPLETE
76112026-08-11T16:51:06.101Z[ recovery-image] Aug 11 16:51:05.097 INFO O| Aug 11 16:51:05.097 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-08-11T16:51:06.108Z[ recovery-image] Aug 11 16:51:05.107 INFO O| Aug 11 16:51:05.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76132026-08-11T16:51:06.108Z[ recovery-image] Aug 11 16:51:05.107 INFO O| Aug 11 16:51:05.107 INFO STEP 780 (remove_files) COMPLETE
76142026-08-11T16:51:06.111Z[ recovery-image] Aug 11 16:51:05.107 INFO O| Aug 11 16:51:05.107 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-08-11T16:51:06.118Z[ recovery-image] Aug 11 16:51:05.117 INFO O| Aug 11 16:51:05.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76162026-08-11T16:51:06.118Z[ recovery-image] Aug 11 16:51:05.117 INFO O| Aug 11 16:51:05.117 INFO STEP 781 (remove_files) COMPLETE
76172026-08-11T16:51:06.118Z[ recovery-image] Aug 11 16:51:05.117 INFO O| Aug 11 16:51:05.117 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-08-11T16:51:06.129Z[ recovery-image] Aug 11 16:51:05.127 INFO O| Aug 11 16:51:05.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76192026-08-11T16:51:06.129Z[ recovery-image] Aug 11 16:51:05.127 INFO O| Aug 11 16:51:05.127 INFO STEP 782 (remove_files) COMPLETE
76202026-08-11T16:51:06.129Z[ recovery-image] Aug 11 16:51:05.127 INFO O| Aug 11 16:51:05.127 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-08-11T16:51:06.139Z[ recovery-image] Aug 11 16:51:05.138 INFO O| Aug 11 16:51:05.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76222026-08-11T16:51:06.139Z[ recovery-image] Aug 11 16:51:05.138 INFO O| Aug 11 16:51:05.138 INFO STEP 783 (remove_files) COMPLETE
76232026-08-11T16:51:06.140Z[ recovery-image] Aug 11 16:51:05.138 INFO O| Aug 11 16:51:05.138 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-08-11T16:51:06.149Z[ recovery-image] Aug 11 16:51:05.148 INFO O| Aug 11 16:51:05.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76252026-08-11T16:51:06.149Z[ recovery-image] Aug 11 16:51:05.148 INFO O| Aug 11 16:51:05.148 INFO STEP 784 (remove_files) COMPLETE
76262026-08-11T16:51:06.149Z[ recovery-image] Aug 11 16:51:05.148 INFO O| Aug 11 16:51:05.148 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-08-11T16:51:06.159Z[ recovery-image] Aug 11 16:51:05.157 INFO O| Aug 11 16:51:05.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76282026-08-11T16:51:06.159Z[ recovery-image] Aug 11 16:51:05.157 INFO O| Aug 11 16:51:05.157 INFO STEP 785 (remove_files) COMPLETE
76292026-08-11T16:51:06.159Z[ recovery-image] Aug 11 16:51:05.157 INFO O| Aug 11 16:51:05.157 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-08-11T16:51:06.170Z[ recovery-image] Aug 11 16:51:05.168 INFO O| Aug 11 16:51:05.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76312026-08-11T16:51:06.170Z[ recovery-image] Aug 11 16:51:05.168 INFO O| Aug 11 16:51:05.168 INFO STEP 786 (remove_files) COMPLETE
76322026-08-11T16:51:06.174Z[ recovery-image] Aug 11 16:51:05.168 INFO O| Aug 11 16:51:05.168 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-08-11T16:51:06.181Z[ recovery-image] Aug 11 16:51:05.179 INFO O| Aug 11 16:51:05.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76342026-08-11T16:51:06.181Z[ recovery-image] Aug 11 16:51:05.179 INFO O| Aug 11 16:51:05.179 INFO STEP 787 (remove_files) COMPLETE
76352026-08-11T16:51:06.184Z[ recovery-image] Aug 11 16:51:05.179 INFO O| Aug 11 16:51:05.179 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-08-11T16:51:06.191Z[ recovery-image] Aug 11 16:51:05.189 INFO O| Aug 11 16:51:05.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76372026-08-11T16:51:06.191Z[ recovery-image] Aug 11 16:51:05.189 INFO O| Aug 11 16:51:05.189 INFO STEP 788 (remove_files) COMPLETE
76382026-08-11T16:51:06.194Z[ recovery-image] Aug 11 16:51:05.189 INFO O| Aug 11 16:51:05.189 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-08-11T16:51:06.201Z[ recovery-image] Aug 11 16:51:05.200 INFO O| Aug 11 16:51:05.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76402026-08-11T16:51:06.201Z[ recovery-image] Aug 11 16:51:05.200 INFO O| Aug 11 16:51:05.200 INFO STEP 789 (remove_files) COMPLETE
76412026-08-11T16:51:06.201Z[ recovery-image] Aug 11 16:51:05.200 INFO O| Aug 11 16:51:05.200 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-08-11T16:51:06.211Z[ recovery-image] Aug 11 16:51:05.210 INFO O| Aug 11 16:51:05.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76432026-08-11T16:51:06.211Z[ recovery-image] Aug 11 16:51:05.210 INFO O| Aug 11 16:51:05.210 INFO STEP 790 (remove_files) COMPLETE
76442026-08-11T16:51:06.211Z[ recovery-image] Aug 11 16:51:05.210 INFO O| Aug 11 16:51:05.210 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-08-11T16:51:06.222Z[ recovery-image] Aug 11 16:51:05.220 INFO O| Aug 11 16:51:05.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76462026-08-11T16:51:06.222Z[ recovery-image] Aug 11 16:51:05.220 INFO O| Aug 11 16:51:05.220 INFO STEP 791 (remove_files) COMPLETE
76472026-08-11T16:51:06.222Z[ recovery-image] Aug 11 16:51:05.220 INFO O| Aug 11 16:51:05.220 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-08-11T16:51:06.232Z[ recovery-image] Aug 11 16:51:05.231 INFO O| Aug 11 16:51:05.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76492026-08-11T16:51:06.232Z[ recovery-image] Aug 11 16:51:05.231 INFO O| Aug 11 16:51:05.231 INFO STEP 792 (remove_files) COMPLETE
76502026-08-11T16:51:06.232Z[ recovery-image] Aug 11 16:51:05.231 INFO O| Aug 11 16:51:05.231 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-08-11T16:51:06.243Z[ recovery-image] Aug 11 16:51:05.241 INFO O| Aug 11 16:51:05.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76522026-08-11T16:51:06.243Z[ recovery-image] Aug 11 16:51:05.241 INFO O| Aug 11 16:51:05.241 INFO STEP 793 (remove_files) COMPLETE
76532026-08-11T16:51:06.243Z[ recovery-image] Aug 11 16:51:05.241 INFO O| Aug 11 16:51:05.241 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-08-11T16:51:06.254Z[ recovery-image] Aug 11 16:51:05.252 INFO O| Aug 11 16:51:05.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76552026-08-11T16:51:06.254Z[ recovery-image] Aug 11 16:51:05.252 INFO O| Aug 11 16:51:05.252 INFO STEP 794 (remove_files) COMPLETE
76562026-08-11T16:51:06.254Z[ recovery-image] Aug 11 16:51:05.252 INFO O| Aug 11 16:51:05.252 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-08-11T16:51:06.264Z[ recovery-image] Aug 11 16:51:05.262 INFO O| Aug 11 16:51:05.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76582026-08-11T16:51:06.264Z[ recovery-image] Aug 11 16:51:05.262 INFO O| Aug 11 16:51:05.262 INFO STEP 795 (remove_files) COMPLETE
76592026-08-11T16:51:06.264Z[ recovery-image] Aug 11 16:51:05.262 INFO O| Aug 11 16:51:05.262 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-08-11T16:51:06.273Z[ recovery-image] Aug 11 16:51:05.272 INFO O| Aug 11 16:51:05.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76612026-08-11T16:51:06.273Z[ recovery-image] Aug 11 16:51:05.272 INFO O| Aug 11 16:51:05.272 INFO STEP 796 (remove_files) COMPLETE
76622026-08-11T16:51:06.273Z[ recovery-image] Aug 11 16:51:05.272 INFO O| Aug 11 16:51:05.272 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-08-11T16:51:06.283Z[ recovery-image] Aug 11 16:51:05.281 INFO O| Aug 11 16:51:05.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76642026-08-11T16:51:06.283Z[ recovery-image] Aug 11 16:51:05.282 INFO O| Aug 11 16:51:05.282 INFO STEP 797 (remove_files) COMPLETE
76652026-08-11T16:51:06.283Z[ recovery-image] Aug 11 16:51:05.282 INFO O| Aug 11 16:51:05.282 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-08-11T16:51:06.293Z[ recovery-image] Aug 11 16:51:05.291 INFO O| Aug 11 16:51:05.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76672026-08-11T16:51:06.293Z[ recovery-image] Aug 11 16:51:05.291 INFO O| Aug 11 16:51:05.291 INFO STEP 798 (remove_files) COMPLETE
76682026-08-11T16:51:06.297Z[ recovery-image] Aug 11 16:51:05.291 INFO O| Aug 11 16:51:05.291 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-08-11T16:51:06.303Z[ recovery-image] Aug 11 16:51:05.302 INFO O| Aug 11 16:51:05.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76702026-08-11T16:51:06.303Z[ recovery-image] Aug 11 16:51:05.302 INFO O| Aug 11 16:51:05.302 INFO STEP 799 (remove_files) COMPLETE
76712026-08-11T16:51:06.303Z[ recovery-image] Aug 11 16:51:05.302 INFO O| Aug 11 16:51:05.302 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-08-11T16:51:06.314Z[ recovery-image] Aug 11 16:51:05.312 INFO O| Aug 11 16:51:05.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76732026-08-11T16:51:06.318Z[ recovery-image] Aug 11 16:51:05.313 INFO O| Aug 11 16:51:05.313 INFO STEP 800 (remove_files) COMPLETE
76742026-08-11T16:51:06.318Z[ recovery-image] Aug 11 16:51:05.313 INFO O| Aug 11 16:51:05.313 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-08-11T16:51:06.325Z[ recovery-image] Aug 11 16:51:05.324 INFO O| Aug 11 16:51:05.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76762026-08-11T16:51:06.325Z[ recovery-image] Aug 11 16:51:05.324 INFO O| Aug 11 16:51:05.324 INFO STEP 801 (remove_files) COMPLETE
76772026-08-11T16:51:06.328Z[ recovery-image] Aug 11 16:51:05.324 INFO O| Aug 11 16:51:05.324 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-08-11T16:51:06.335Z[ recovery-image] Aug 11 16:51:05.333 INFO O| Aug 11 16:51:05.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76792026-08-11T16:51:06.335Z[ recovery-image] Aug 11 16:51:05.334 INFO O| Aug 11 16:51:05.334 INFO STEP 802 (remove_files) COMPLETE
76802026-08-11T16:51:06.335Z[ recovery-image] Aug 11 16:51:05.334 INFO O| Aug 11 16:51:05.334 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-08-11T16:51:06.344Z[ recovery-image] Aug 11 16:51:05.343 INFO O| Aug 11 16:51:05.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76822026-08-11T16:51:06.344Z[ recovery-image] Aug 11 16:51:05.343 INFO O| Aug 11 16:51:05.343 INFO STEP 803 (remove_files) COMPLETE
76832026-08-11T16:51:06.344Z[ recovery-image] Aug 11 16:51:05.343 INFO O| Aug 11 16:51:05.343 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-08-11T16:51:06.354Z[ recovery-image] Aug 11 16:51:05.353 INFO O| Aug 11 16:51:05.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76852026-08-11T16:51:06.354Z[ recovery-image] Aug 11 16:51:05.353 INFO O| Aug 11 16:51:05.353 INFO STEP 804 (remove_files) COMPLETE
76862026-08-11T16:51:06.354Z[ recovery-image] Aug 11 16:51:05.353 INFO O| Aug 11 16:51:05.353 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-08-11T16:51:06.361Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
76882026-08-11T16:51:06.365Z[ recovery-image] Aug 11 16:51:05.363 INFO O| Aug 11 16:51:05.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76892026-08-11T16:51:06.368Z[ recovery-image] Aug 11 16:51:05.364 INFO O| Aug 11 16:51:05.364 INFO STEP 805 (remove_files) COMPLETE
76902026-08-11T16:51:06.368Z[ recovery-image] Aug 11 16:51:05.364 INFO O| Aug 11 16:51:05.364 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-08-11T16:51:06.380Z[ recovery-image] Aug 11 16:51:05.375 INFO O| Aug 11 16:51:05.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
76922026-08-11T16:51:06.380Z[ recovery-image] Aug 11 16:51:05.375 INFO O| Aug 11 16:51:05.375 INFO STEP 806 (remove_files) COMPLETE
76932026-08-11T16:51:06.380Z[ recovery-image] Aug 11 16:51:05.375 INFO O| Aug 11 16:51:05.375 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-08-11T16:51:06.387Z[ recovery-image] Aug 11 16:51:05.385 INFO O| Aug 11 16:51:05.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
76952026-08-11T16:51:06.387Z[ recovery-image] Aug 11 16:51:05.385 INFO O| Aug 11 16:51:05.385 INFO STEP 807 (remove_files) COMPLETE
76962026-08-11T16:51:06.387Z[ recovery-image] Aug 11 16:51:05.385 INFO O| Aug 11 16:51:05.385 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-08-11T16:51:06.397Z[ recovery-image] Aug 11 16:51:05.396 INFO O| Aug 11 16:51:05.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
76982026-08-11T16:51:06.397Z[ recovery-image] Aug 11 16:51:05.396 INFO O| Aug 11 16:51:05.396 INFO STEP 808 (remove_files) COMPLETE
76992026-08-11T16:51:06.397Z[ recovery-image] Aug 11 16:51:05.396 INFO O| Aug 11 16:51:05.396 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-08-11T16:51:06.406Z[ recovery-image] Aug 11 16:51:05.405 INFO O| Aug 11 16:51:05.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77012026-08-11T16:51:06.406Z[ recovery-image] Aug 11 16:51:05.405 INFO O| Aug 11 16:51:05.405 INFO STEP 809 (remove_files) COMPLETE
77022026-08-11T16:51:06.406Z[ recovery-image] Aug 11 16:51:05.405 INFO O| Aug 11 16:51:05.405 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-08-11T16:51:06.417Z[ recovery-image] Aug 11 16:51:05.415 INFO O| Aug 11 16:51:05.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77042026-08-11T16:51:06.417Z[ recovery-image] Aug 11 16:51:05.415 INFO O| Aug 11 16:51:05.415 INFO STEP 810 (remove_files) COMPLETE
77052026-08-11T16:51:06.417Z[ recovery-image] Aug 11 16:51:05.415 INFO O| Aug 11 16:51:05.415 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-08-11T16:51:06.426Z[ recovery-image] Aug 11 16:51:05.424 INFO O| Aug 11 16:51:05.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77072026-08-11T16:51:06.426Z[ recovery-image] Aug 11 16:51:05.424 INFO O| Aug 11 16:51:05.424 INFO STEP 811 (remove_files) COMPLETE
77082026-08-11T16:51:06.429Z[ recovery-image] Aug 11 16:51:05.424 INFO O| Aug 11 16:51:05.424 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-08-11T16:51:06.437Z[ recovery-image] Aug 11 16:51:05.435 INFO O| Aug 11 16:51:05.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77102026-08-11T16:51:06.437Z[ recovery-image] Aug 11 16:51:05.435 INFO O| Aug 11 16:51:05.435 INFO STEP 812 (remove_files) COMPLETE
77112026-08-11T16:51:06.437Z[ recovery-image] Aug 11 16:51:05.435 INFO O| Aug 11 16:51:05.435 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-08-11T16:51:06.448Z[ recovery-image] Aug 11 16:51:05.446 INFO O| Aug 11 16:51:05.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77132026-08-11T16:51:06.448Z[ recovery-image] Aug 11 16:51:05.446 INFO O| Aug 11 16:51:05.446 INFO STEP 813 (remove_files) COMPLETE
77142026-08-11T16:51:06.448Z[ recovery-image] Aug 11 16:51:05.446 INFO O| Aug 11 16:51:05.446 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-08-11T16:51:06.460Z[ recovery-image] Aug 11 16:51:05.458 INFO O| Aug 11 16:51:05.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77162026-08-11T16:51:06.460Z[ recovery-image] Aug 11 16:51:05.458 INFO O| Aug 11 16:51:05.458 INFO STEP 814 (remove_files) COMPLETE
77172026-08-11T16:51:06.460Z[ recovery-image] Aug 11 16:51:05.458 INFO O| Aug 11 16:51:05.458 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-08-11T16:51:06.470Z[ recovery-image] Aug 11 16:51:05.468 INFO O| Aug 11 16:51:05.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77192026-08-11T16:51:06.470Z[ recovery-image] Aug 11 16:51:05.469 INFO O| Aug 11 16:51:05.468 INFO STEP 815 (remove_files) COMPLETE
77202026-08-11T16:51:06.470Z[ recovery-image] Aug 11 16:51:05.469 INFO O| Aug 11 16:51:05.468 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-08-11T16:51:06.478Z[ recovery-image] Aug 11 16:51:05.477 INFO O| Aug 11 16:51:05.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77222026-08-11T16:51:06.478Z[ recovery-image] Aug 11 16:51:05.477 INFO O| Aug 11 16:51:05.477 INFO STEP 816 (remove_files) COMPLETE
77232026-08-11T16:51:06.478Z[ recovery-image] Aug 11 16:51:05.477 INFO O| Aug 11 16:51:05.477 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-08-11T16:51:06.490Z[ recovery-image] Aug 11 16:51:05.488 INFO O| Aug 11 16:51:05.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77252026-08-11T16:51:06.490Z[ recovery-image] Aug 11 16:51:05.488 INFO O| Aug 11 16:51:05.488 INFO STEP 817 (remove_files) COMPLETE
77262026-08-11T16:51:06.493Z[ recovery-image] Aug 11 16:51:05.488 INFO O| Aug 11 16:51:05.488 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-08-11T16:51:06.501Z[ recovery-image] Aug 11 16:51:05.499 INFO O| Aug 11 16:51:05.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77282026-08-11T16:51:06.501Z[ recovery-image] Aug 11 16:51:05.499 INFO O| Aug 11 16:51:05.499 INFO STEP 818 (remove_files) COMPLETE
77292026-08-11T16:51:06.501Z[ recovery-image] Aug 11 16:51:05.499 INFO O| Aug 11 16:51:05.499 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-08-11T16:51:06.512Z[ recovery-image] Aug 11 16:51:05.511 INFO O| Aug 11 16:51:05.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77312026-08-11T16:51:06.512Z[ recovery-image] Aug 11 16:51:05.511 INFO O| Aug 11 16:51:05.511 INFO STEP 819 (remove_files) COMPLETE
77322026-08-11T16:51:06.512Z[ recovery-image] Aug 11 16:51:05.511 INFO O| Aug 11 16:51:05.511 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-08-11T16:51:06.523Z[ recovery-image] Aug 11 16:51:05.522 INFO O| Aug 11 16:51:05.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77342026-08-11T16:51:06.524Z[ recovery-image] Aug 11 16:51:05.522 INFO O| Aug 11 16:51:05.522 INFO STEP 820 (remove_files) COMPLETE
77352026-08-11T16:51:06.524Z[ recovery-image] Aug 11 16:51:05.522 INFO O| Aug 11 16:51:05.522 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-08-11T16:51:06.535Z[ recovery-image] Aug 11 16:51:05.533 INFO O| Aug 11 16:51:05.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77372026-08-11T16:51:06.535Z[ recovery-image] Aug 11 16:51:05.533 INFO O| Aug 11 16:51:05.533 INFO STEP 821 (remove_files) COMPLETE
77382026-08-11T16:51:06.535Z[ recovery-image] Aug 11 16:51:05.533 INFO O| Aug 11 16:51:05.533 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-08-11T16:51:06.545Z[ recovery-image] Aug 11 16:51:05.544 INFO O| Aug 11 16:51:05.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77402026-08-11T16:51:06.545Z[ recovery-image] Aug 11 16:51:05.544 INFO O| Aug 11 16:51:05.544 INFO STEP 822 (remove_files) COMPLETE
77412026-08-11T16:51:06.548Z[ recovery-image] Aug 11 16:51:05.544 INFO O| Aug 11 16:51:05.544 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-08-11T16:51:06.556Z[ recovery-image] Aug 11 16:51:05.555 INFO O| Aug 11 16:51:05.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77432026-08-11T16:51:06.556Z[ recovery-image] Aug 11 16:51:05.555 INFO O| Aug 11 16:51:05.555 INFO STEP 823 (remove_files) COMPLETE
77442026-08-11T16:51:06.559Z[ recovery-image] Aug 11 16:51:05.555 INFO O| Aug 11 16:51:05.555 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-08-11T16:51:06.569Z[ recovery-image] Aug 11 16:51:05.567 INFO O| Aug 11 16:51:05.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77462026-08-11T16:51:06.569Z[ recovery-image] Aug 11 16:51:05.567 INFO O| Aug 11 16:51:05.567 INFO STEP 824 (remove_files) COMPLETE
77472026-08-11T16:51:06.569Z[ recovery-image] Aug 11 16:51:05.567 INFO O| Aug 11 16:51:05.567 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-08-11T16:51:06.582Z[ recovery-image] Aug 11 16:51:05.580 INFO O| Aug 11 16:51:05.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77492026-08-11T16:51:06.582Z[ recovery-image] Aug 11 16:51:05.580 INFO O| Aug 11 16:51:05.580 INFO STEP 825 (remove_files) COMPLETE
77502026-08-11T16:51:06.582Z[ recovery-image] Aug 11 16:51:05.580 INFO O| Aug 11 16:51:05.580 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-08-11T16:51:06.592Z[ recovery-image] Aug 11 16:51:05.591 INFO O| Aug 11 16:51:05.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77522026-08-11T16:51:06.592Z[ recovery-image] Aug 11 16:51:05.591 INFO O| Aug 11 16:51:05.591 INFO STEP 826 (remove_files) COMPLETE
77532026-08-11T16:51:06.592Z[ recovery-image] Aug 11 16:51:05.591 INFO O| Aug 11 16:51:05.591 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-08-11T16:51:06.603Z[ recovery-image] Aug 11 16:51:05.601 INFO O| Aug 11 16:51:05.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77552026-08-11T16:51:06.603Z[ recovery-image] Aug 11 16:51:05.601 INFO O| Aug 11 16:51:05.601 INFO STEP 827 (remove_files) COMPLETE
77562026-08-11T16:51:06.603Z[ recovery-image] Aug 11 16:51:05.601 INFO O| Aug 11 16:51:05.601 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-08-11T16:51:06.612Z[ recovery-image] Aug 11 16:51:05.611 INFO O| Aug 11 16:51:05.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77582026-08-11T16:51:06.612Z[ recovery-image] Aug 11 16:51:05.611 INFO O| Aug 11 16:51:05.611 INFO STEP 828 (remove_files) COMPLETE
77592026-08-11T16:51:06.612Z[ recovery-image] Aug 11 16:51:05.611 INFO O| Aug 11 16:51:05.611 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-08-11T16:51:06.620Z[ recovery-image] Aug 11 16:51:05.619 INFO O| Aug 11 16:51:05.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77612026-08-11T16:51:06.620Z[ recovery-image] Aug 11 16:51:05.619 INFO O| Aug 11 16:51:05.619 INFO STEP 829 (remove_files) COMPLETE
77622026-08-11T16:51:06.620Z[ recovery-image] Aug 11 16:51:05.619 INFO O| Aug 11 16:51:05.619 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-08-11T16:51:06.628Z[ recovery-image] Aug 11 16:51:05.627 INFO O| Aug 11 16:51:05.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77642026-08-11T16:51:06.628Z[ recovery-image] Aug 11 16:51:05.627 INFO O| Aug 11 16:51:05.627 INFO STEP 830 (remove_files) COMPLETE
77652026-08-11T16:51:06.632Z[ recovery-image] Aug 11 16:51:05.627 INFO O| Aug 11 16:51:05.627 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-08-11T16:51:06.635Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
77672026-08-11T16:51:06.638Z[ recovery-image] Aug 11 16:51:05.637 INFO O| Aug 11 16:51:05.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77682026-08-11T16:51:06.638Z[ recovery-image] Aug 11 16:51:05.637 INFO O| Aug 11 16:51:05.637 INFO STEP 831 (remove_files) COMPLETE
77692026-08-11T16:51:06.638Z[ recovery-image] Aug 11 16:51:05.637 INFO O| Aug 11 16:51:05.637 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-08-11T16:51:06.649Z[ recovery-image] Aug 11 16:51:05.647 INFO O| Aug 11 16:51:05.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77712026-08-11T16:51:06.649Z[ recovery-image] Aug 11 16:51:05.647 INFO O| Aug 11 16:51:05.647 INFO STEP 832 (remove_files) COMPLETE
77722026-08-11T16:51:06.649Z[ recovery-image] Aug 11 16:51:05.647 INFO O| Aug 11 16:51:05.647 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-08-11T16:51:06.659Z[ recovery-image] Aug 11 16:51:05.657 INFO O| Aug 11 16:51:05.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77742026-08-11T16:51:06.659Z[ recovery-image] Aug 11 16:51:05.657 INFO O| Aug 11 16:51:05.657 INFO STEP 833 (remove_files) COMPLETE
77752026-08-11T16:51:06.659Z[ recovery-image] Aug 11 16:51:05.657 INFO O| Aug 11 16:51:05.657 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-08-11T16:51:06.668Z[ recovery-image] Aug 11 16:51:05.667 INFO O| Aug 11 16:51:05.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77772026-08-11T16:51:06.669Z[ recovery-image] Aug 11 16:51:05.667 INFO O| Aug 11 16:51:05.667 INFO STEP 834 (remove_files) COMPLETE
77782026-08-11T16:51:06.672Z[ recovery-image] Aug 11 16:51:05.667 INFO O| Aug 11 16:51:05.667 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-08-11T16:51:06.678Z[ recovery-image] Aug 11 16:51:05.676 INFO O| Aug 11 16:51:05.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77802026-08-11T16:51:06.678Z[ recovery-image] Aug 11 16:51:05.676 INFO O| Aug 11 16:51:05.676 INFO STEP 835 (remove_files) COMPLETE
77812026-08-11T16:51:06.685Z[ recovery-image] Aug 11 16:51:05.676 INFO O| Aug 11 16:51:05.676 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-08-11T16:51:06.688Z[ recovery-image] Aug 11 16:51:05.686 INFO O| Aug 11 16:51:05.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77832026-08-11T16:51:06.688Z[ recovery-image] Aug 11 16:51:05.686 INFO O| Aug 11 16:51:05.686 INFO STEP 836 (remove_files) COMPLETE
77842026-08-11T16:51:06.688Z[ recovery-image] Aug 11 16:51:05.686 INFO O| Aug 11 16:51:05.686 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-08-11T16:51:06.697Z[ recovery-image] Aug 11 16:51:05.696 INFO O| Aug 11 16:51:05.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77862026-08-11T16:51:06.697Z[ recovery-image] Aug 11 16:51:05.696 INFO O| Aug 11 16:51:05.696 INFO STEP 837 (remove_files) COMPLETE
77872026-08-11T16:51:06.697Z[ recovery-image] Aug 11 16:51:05.696 INFO O| Aug 11 16:51:05.696 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-08-11T16:51:06.708Z[ recovery-image] Aug 11 16:51:05.706 INFO O| Aug 11 16:51:05.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77892026-08-11T16:51:06.708Z[ recovery-image] Aug 11 16:51:05.706 INFO O| Aug 11 16:51:05.706 INFO STEP 838 (remove_files) COMPLETE
77902026-08-11T16:51:06.708Z[ recovery-image] Aug 11 16:51:05.706 INFO O| Aug 11 16:51:05.706 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-08-11T16:51:06.719Z[ recovery-image] Aug 11 16:51:05.717 INFO O| Aug 11 16:51:05.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
77922026-08-11T16:51:06.719Z[ recovery-image] Aug 11 16:51:05.717 INFO O| Aug 11 16:51:05.717 INFO STEP 839 (remove_files) COMPLETE
77932026-08-11T16:51:06.719Z[ recovery-image] Aug 11 16:51:05.717 INFO O| Aug 11 16:51:05.717 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-08-11T16:51:06.728Z[ recovery-image] Aug 11 16:51:05.726 INFO O| Aug 11 16:51:05.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
77952026-08-11T16:51:06.728Z[ recovery-image] Aug 11 16:51:05.727 INFO O| Aug 11 16:51:05.727 INFO STEP 840 (remove_files) COMPLETE
77962026-08-11T16:51:06.728Z[ recovery-image] Aug 11 16:51:05.727 INFO O| Aug 11 16:51:05.727 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-08-11T16:51:06.738Z[ recovery-image] Aug 11 16:51:05.737 INFO O| Aug 11 16:51:05.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
77982026-08-11T16:51:06.738Z[ recovery-image] Aug 11 16:51:05.737 INFO O| Aug 11 16:51:05.737 INFO STEP 841 (remove_files) COMPLETE
77992026-08-11T16:51:06.738Z[ recovery-image] Aug 11 16:51:05.737 INFO O| Aug 11 16:51:05.737 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-08-11T16:51:06.748Z[ recovery-image] Aug 11 16:51:05.747 INFO O| Aug 11 16:51:05.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78012026-08-11T16:51:06.748Z[ recovery-image] Aug 11 16:51:05.747 INFO O| Aug 11 16:51:05.747 INFO STEP 842 (remove_files) COMPLETE
78022026-08-11T16:51:06.753Z[ recovery-image] Aug 11 16:51:05.747 INFO O| Aug 11 16:51:05.747 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-08-11T16:51:06.757Z[ recovery-image] Aug 11 16:51:05.756 INFO O| Aug 11 16:51:05.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78042026-08-11T16:51:06.757Z[ recovery-image] Aug 11 16:51:05.756 INFO O| Aug 11 16:51:05.756 INFO STEP 843 (remove_files) COMPLETE
78052026-08-11T16:51:06.757Z[ recovery-image] Aug 11 16:51:05.756 INFO O| Aug 11 16:51:05.756 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-08-11T16:51:06.767Z[ recovery-image] Aug 11 16:51:05.765 INFO O| Aug 11 16:51:05.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78072026-08-11T16:51:06.770Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
78082026-08-11T16:51:06.770Z[ recovery-image] Aug 11 16:51:05.766 INFO O| Aug 11 16:51:05.766 INFO STEP 844 (remove_files) COMPLETE
78092026-08-11T16:51:06.770Z[ recovery-image] Aug 11 16:51:05.766 INFO O| Aug 11 16:51:05.766 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-11T16:51:06.778Z[ recovery-image] Aug 11 16:51:05.777 INFO O| Aug 11 16:51:05.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78112026-08-11T16:51:06.778Z[ recovery-image] Aug 11 16:51:05.777 INFO O| Aug 11 16:51:05.777 INFO STEP 845 (remove_files) COMPLETE
78122026-08-11T16:51:06.778Z[ recovery-image] Aug 11 16:51:05.777 INFO O| Aug 11 16:51:05.777 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-11T16:51:06.793Z[ recovery-image] Aug 11 16:51:05.791 INFO O| Aug 11 16:51:05.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78142026-08-11T16:51:06.793Z[ recovery-image] Aug 11 16:51:05.791 INFO O| Aug 11 16:51:05.791 INFO STEP 846 (remove_files) COMPLETE
78152026-08-11T16:51:06.793Z[ recovery-image] Aug 11 16:51:05.791 INFO O| Aug 11 16:51:05.791 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-11T16:51:06.806Z[ recovery-image] Aug 11 16:51:05.805 INFO O| Aug 11 16:51:05.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78172026-08-11T16:51:06.806Z[ recovery-image] Aug 11 16:51:05.805 INFO O| Aug 11 16:51:05.805 INFO STEP 847 (remove_files) COMPLETE
78182026-08-11T16:51:06.807Z[ recovery-image] Aug 11 16:51:05.805 INFO O| Aug 11 16:51:05.805 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-11T16:51:06.816Z[ recovery-image] Aug 11 16:51:05.815 INFO O| Aug 11 16:51:05.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78202026-08-11T16:51:06.816Z[ recovery-image] Aug 11 16:51:05.815 INFO O| Aug 11 16:51:05.815 INFO STEP 848 (remove_files) COMPLETE
78212026-08-11T16:51:06.818Z[ recovery-image] Aug 11 16:51:05.815 INFO O| Aug 11 16:51:05.815 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-11T16:51:06.826Z[ recovery-image] Aug 11 16:51:05.825 INFO O| Aug 11 16:51:05.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78232026-08-11T16:51:06.826Z[ recovery-image] Aug 11 16:51:05.825 INFO O| Aug 11 16:51:05.825 INFO STEP 849 (remove_files) COMPLETE
78242026-08-11T16:51:06.826Z[ recovery-image] Aug 11 16:51:05.825 INFO O| Aug 11 16:51:05.825 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-11T16:51:06.836Z[ recovery-image] Aug 11 16:51:05.835 INFO O| Aug 11 16:51:05.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78262026-08-11T16:51:06.836Z[ recovery-image] Aug 11 16:51:05.835 INFO O| Aug 11 16:51:05.835 INFO STEP 850 (remove_files) COMPLETE
78272026-08-11T16:51:06.836Z[ recovery-image] Aug 11 16:51:05.835 INFO O| Aug 11 16:51:05.835 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-11T16:51:06.846Z[ recovery-image] Aug 11 16:51:05.845 INFO O| Aug 11 16:51:05.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78292026-08-11T16:51:06.846Z[ recovery-image] Aug 11 16:51:05.845 INFO O| Aug 11 16:51:05.845 INFO STEP 851 (remove_files) COMPLETE
78302026-08-11T16:51:06.850Z[ recovery-image] Aug 11 16:51:05.845 INFO O| Aug 11 16:51:05.845 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-11T16:51:06.856Z[ recovery-image] Aug 11 16:51:05.854 INFO O| Aug 11 16:51:05.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78322026-08-11T16:51:06.856Z[ recovery-image] Aug 11 16:51:05.855 INFO O| Aug 11 16:51:05.855 INFO STEP 852 (remove_files) COMPLETE
78332026-08-11T16:51:06.859Z[ recovery-image] Aug 11 16:51:05.855 INFO O| Aug 11 16:51:05.855 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-11T16:51:06.866Z[ recovery-image] Aug 11 16:51:05.865 INFO O| Aug 11 16:51:05.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78352026-08-11T16:51:06.866Z[ recovery-image] Aug 11 16:51:05.865 INFO O| Aug 11 16:51:05.865 INFO STEP 853 (remove_files) COMPLETE
78362026-08-11T16:51:06.870Z[ recovery-image] Aug 11 16:51:05.865 INFO O| Aug 11 16:51:05.865 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-11T16:51:06.876Z[ recovery-image] Aug 11 16:51:05.875 INFO O| Aug 11 16:51:05.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78382026-08-11T16:51:06.876Z[ recovery-image] Aug 11 16:51:05.875 INFO O| Aug 11 16:51:05.875 INFO STEP 854 (remove_files) COMPLETE
78392026-08-11T16:51:06.876Z[ recovery-image] Aug 11 16:51:05.875 INFO O| Aug 11 16:51:05.875 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-11T16:51:06.885Z[ recovery-image] Aug 11 16:51:05.883 INFO O| Aug 11 16:51:05.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78412026-08-11T16:51:06.885Z[ recovery-image] Aug 11 16:51:05.883 INFO O| Aug 11 16:51:05.883 INFO STEP 855 (remove_files) COMPLETE
78422026-08-11T16:51:06.885Z[ recovery-image] Aug 11 16:51:05.883 INFO O| Aug 11 16:51:05.883 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-11T16:51:06.894Z[ recovery-image] Aug 11 16:51:05.892 INFO O| Aug 11 16:51:05.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78442026-08-11T16:51:06.894Z[ recovery-image] Aug 11 16:51:05.893 INFO O| Aug 11 16:51:05.892 INFO STEP 856 (remove_files) COMPLETE
78452026-08-11T16:51:06.894Z[ recovery-image] Aug 11 16:51:05.893 INFO O| Aug 11 16:51:05.893 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-11T16:51:06.904Z[ recovery-image] Aug 11 16:51:05.902 INFO O| Aug 11 16:51:05.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78472026-08-11T16:51:06.904Z[ recovery-image] Aug 11 16:51:05.902 INFO O| Aug 11 16:51:05.902 INFO STEP 857 (remove_files) COMPLETE
78482026-08-11T16:51:06.904Z[ recovery-image] Aug 11 16:51:05.902 INFO O| Aug 11 16:51:05.902 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-11T16:51:06.915Z[ recovery-image] Aug 11 16:51:05.914 INFO O| Aug 11 16:51:05.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78502026-08-11T16:51:06.915Z[ recovery-image] Aug 11 16:51:05.914 INFO O| Aug 11 16:51:05.914 INFO STEP 858 (remove_files) COMPLETE
78512026-08-11T16:51:06.915Z[ recovery-image] Aug 11 16:51:05.914 INFO O| Aug 11 16:51:05.914 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-11T16:51:06.927Z[ recovery-image] Aug 11 16:51:05.925 INFO O| Aug 11 16:51:05.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78532026-08-11T16:51:06.927Z[ recovery-image] Aug 11 16:51:05.925 INFO O| Aug 11 16:51:05.925 INFO STEP 859 (remove_files) COMPLETE
78542026-08-11T16:51:06.930Z[ recovery-image] Aug 11 16:51:05.925 INFO O| Aug 11 16:51:05.925 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-11T16:51:06.939Z[ recovery-image] Aug 11 16:51:05.938 INFO O| Aug 11 16:51:05.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78562026-08-11T16:51:06.939Z[ recovery-image] Aug 11 16:51:05.938 INFO O| Aug 11 16:51:05.938 INFO STEP 860 (remove_files) COMPLETE
78572026-08-11T16:51:06.939Z[ recovery-image] Aug 11 16:51:05.938 INFO O| Aug 11 16:51:05.938 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-11T16:51:06.949Z[ recovery-image] Aug 11 16:51:05.948 INFO O| Aug 11 16:51:05.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78592026-08-11T16:51:06.949Z[ recovery-image] Aug 11 16:51:05.948 INFO O| Aug 11 16:51:05.948 INFO STEP 861 (remove_files) COMPLETE
78602026-08-11T16:51:06.949Z[ recovery-image] Aug 11 16:51:05.948 INFO O| Aug 11 16:51:05.948 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-11T16:51:06.960Z[ recovery-image] Aug 11 16:51:05.959 INFO O| Aug 11 16:51:05.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78622026-08-11T16:51:06.960Z[ recovery-image] Aug 11 16:51:05.959 INFO O| Aug 11 16:51:05.959 INFO STEP 862 (remove_files) COMPLETE
78632026-08-11T16:51:06.960Z[ recovery-image] Aug 11 16:51:05.959 INFO O| Aug 11 16:51:05.959 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-11T16:51:06.969Z[ recovery-image] Aug 11 16:51:05.968 INFO O| Aug 11 16:51:05.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78652026-08-11T16:51:06.969Z[ recovery-image] Aug 11 16:51:05.968 INFO O| Aug 11 16:51:05.968 INFO STEP 863 (remove_files) COMPLETE
78662026-08-11T16:51:06.969Z[ recovery-image] Aug 11 16:51:05.968 INFO O| Aug 11 16:51:05.968 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-11T16:51:06.979Z[ recovery-image] Aug 11 16:51:05.977 INFO O| Aug 11 16:51:05.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78682026-08-11T16:51:06.979Z[ recovery-image] Aug 11 16:51:05.977 INFO O| Aug 11 16:51:05.977 INFO STEP 864 (remove_files) COMPLETE
78692026-08-11T16:51:06.982Z[ recovery-image] Aug 11 16:51:05.977 INFO O| Aug 11 16:51:05.977 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-11T16:51:06.987Z[ recovery-image] Aug 11 16:51:05.986 INFO O| Aug 11 16:51:05.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78712026-08-11T16:51:06.987Z[ recovery-image] Aug 11 16:51:05.986 INFO O| Aug 11 16:51:05.986 INFO STEP 865 (remove_files) COMPLETE
78722026-08-11T16:51:06.990Z[ recovery-image] Aug 11 16:51:05.986 INFO O| Aug 11 16:51:05.986 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-11T16:51:06.999Z[ recovery-image] Aug 11 16:51:05.998 INFO O| Aug 11 16:51:05.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78742026-08-11T16:51:06.999Z[ recovery-image] Aug 11 16:51:05.998 INFO O| Aug 11 16:51:05.998 INFO STEP 866 (remove_files) COMPLETE
78752026-08-11T16:51:06.999Z[ recovery-image] Aug 11 16:51:05.998 INFO O| Aug 11 16:51:05.998 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-11T16:51:07.009Z[ recovery-image] Aug 11 16:51:06.008 INFO O| Aug 11 16:51:06.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78772026-08-11T16:51:07.009Z[ recovery-image] Aug 11 16:51:06.008 INFO O| Aug 11 16:51:06.008 INFO STEP 867 (remove_files) COMPLETE
78782026-08-11T16:51:07.009Z[ recovery-image] Aug 11 16:51:06.008 INFO O| Aug 11 16:51:06.008 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-11T16:51:07.019Z[ recovery-image] Aug 11 16:51:06.018 INFO O| Aug 11 16:51:06.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78802026-08-11T16:51:07.019Z[ recovery-image] Aug 11 16:51:06.018 INFO O| Aug 11 16:51:06.018 INFO STEP 868 (remove_files) COMPLETE
78812026-08-11T16:51:07.019Z[ recovery-image] Aug 11 16:51:06.018 INFO O| Aug 11 16:51:06.018 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-11T16:51:07.030Z[ recovery-image] Aug 11 16:51:06.028 INFO O| Aug 11 16:51:06.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78832026-08-11T16:51:07.030Z[ recovery-image] Aug 11 16:51:06.028 INFO O| Aug 11 16:51:06.028 INFO STEP 869 (remove_files) COMPLETE
78842026-08-11T16:51:07.030Z[ recovery-image] Aug 11 16:51:06.028 INFO O| Aug 11 16:51:06.028 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-11T16:51:07.040Z[ recovery-image] Aug 11 16:51:06.039 INFO O| Aug 11 16:51:06.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78862026-08-11T16:51:07.040Z[ recovery-image] Aug 11 16:51:06.039 INFO O| Aug 11 16:51:06.039 INFO STEP 870 (remove_files) COMPLETE
78872026-08-11T16:51:07.040Z[ recovery-image] Aug 11 16:51:06.039 INFO O| Aug 11 16:51:06.039 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-11T16:51:07.051Z[ recovery-image] Aug 11 16:51:06.050 INFO O| Aug 11 16:51:06.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78892026-08-11T16:51:07.051Z[ recovery-image] Aug 11 16:51:06.050 INFO O| Aug 11 16:51:06.050 INFO STEP 871 (remove_files) COMPLETE
78902026-08-11T16:51:07.051Z[ recovery-image] Aug 11 16:51:06.050 INFO O| Aug 11 16:51:06.050 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-11T16:51:07.062Z[ recovery-image] Aug 11 16:51:06.061 INFO O| Aug 11 16:51:06.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78922026-08-11T16:51:07.062Z[ recovery-image] Aug 11 16:51:06.061 INFO O| Aug 11 16:51:06.061 INFO STEP 872 (remove_files) COMPLETE
78932026-08-11T16:51:07.062Z[ recovery-image] Aug 11 16:51:06.061 INFO O| Aug 11 16:51:06.061 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-11T16:51:07.072Z[ recovery-image] Aug 11 16:51:06.071 INFO O| Aug 11 16:51:06.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
78952026-08-11T16:51:07.072Z[ recovery-image] Aug 11 16:51:06.071 INFO O| Aug 11 16:51:06.071 INFO STEP 873 (remove_files) COMPLETE
78962026-08-11T16:51:07.072Z[ recovery-image] Aug 11 16:51:06.071 INFO O| Aug 11 16:51:06.071 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-11T16:51:07.081Z[ recovery-image] Aug 11 16:51:06.079 INFO O| Aug 11 16:51:06.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
78982026-08-11T16:51:07.081Z[ recovery-image] Aug 11 16:51:06.080 INFO O| Aug 11 16:51:06.080 INFO STEP 874 (remove_files) COMPLETE
78992026-08-11T16:51:07.081Z[ recovery-image] Aug 11 16:51:06.080 INFO O| Aug 11 16:51:06.080 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-11T16:51:07.089Z[ recovery-image] Aug 11 16:51:06.088 INFO O| Aug 11 16:51:06.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79012026-08-11T16:51:07.089Z[ recovery-image] Aug 11 16:51:06.088 INFO O| Aug 11 16:51:06.088 INFO STEP 875 (remove_files) COMPLETE
79022026-08-11T16:51:07.089Z[ recovery-image] Aug 11 16:51:06.088 INFO O| Aug 11 16:51:06.088 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-11T16:51:07.100Z[ recovery-image] Aug 11 16:51:06.099 INFO O| Aug 11 16:51:06.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79042026-08-11T16:51:07.100Z[ recovery-image] Aug 11 16:51:06.099 INFO O| Aug 11 16:51:06.099 INFO STEP 876 (remove_files) COMPLETE
79052026-08-11T16:51:07.100Z[ recovery-image] Aug 11 16:51:06.099 INFO O| Aug 11 16:51:06.099 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-11T16:51:07.110Z[ recovery-image] Aug 11 16:51:06.109 INFO O| Aug 11 16:51:06.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79072026-08-11T16:51:07.110Z[ recovery-image] Aug 11 16:51:06.109 INFO O| Aug 11 16:51:06.109 INFO STEP 877 (remove_files) COMPLETE
79082026-08-11T16:51:07.110Z[ recovery-image] Aug 11 16:51:06.109 INFO O| Aug 11 16:51:06.109 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-11T16:51:07.121Z[ recovery-image] Aug 11 16:51:06.120 INFO O| Aug 11 16:51:06.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79102026-08-11T16:51:07.121Z[ recovery-image] Aug 11 16:51:06.120 INFO O| Aug 11 16:51:06.120 INFO STEP 878 (remove_files) COMPLETE
79112026-08-11T16:51:07.121Z[ recovery-image] Aug 11 16:51:06.120 INFO O| Aug 11 16:51:06.120 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-11T16:51:07.131Z[ recovery-image] Aug 11 16:51:06.130 INFO O| Aug 11 16:51:06.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79132026-08-11T16:51:07.131Z[ recovery-image] Aug 11 16:51:06.130 INFO O| Aug 11 16:51:06.130 INFO STEP 879 (remove_files) COMPLETE
79142026-08-11T16:51:07.134Z[ recovery-image] Aug 11 16:51:06.130 INFO O| Aug 11 16:51:06.130 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-11T16:51:07.200Z[ recovery-image] Aug 11 16:51:06.144 INFO O| Aug 11 16:51:06.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79162026-08-11T16:51:07.200Z[ recovery-image] Aug 11 16:51:06.144 INFO O| Aug 11 16:51:06.144 INFO STEP 880 (remove_files) COMPLETE
79172026-08-11T16:51:07.200Z[ recovery-image] Aug 11 16:51:06.144 INFO O| Aug 11 16:51:06.144 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-11T16:51:07.201Z[ recovery-image] Aug 11 16:51:06.155 INFO O| Aug 11 16:51:06.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79192026-08-11T16:51:07.201Z[ recovery-image] Aug 11 16:51:06.155 INFO O| Aug 11 16:51:06.155 INFO STEP 881 (remove_files) COMPLETE
79202026-08-11T16:51:07.201Z[ recovery-image] Aug 11 16:51:06.155 INFO O| Aug 11 16:51:06.155 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-11T16:51:07.201Z[ recovery-image] Aug 11 16:51:06.166 INFO O| Aug 11 16:51:06.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79222026-08-11T16:51:07.201Z[ recovery-image] Aug 11 16:51:06.166 INFO O| Aug 11 16:51:06.166 INFO STEP 882 (remove_files) COMPLETE
79232026-08-11T16:51:07.201Z[ recovery-image] Aug 11 16:51:06.166 INFO O| Aug 11 16:51:06.166 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-11T16:51:07.201Z[ recovery-image] Aug 11 16:51:06.177 INFO O| Aug 11 16:51:06.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79252026-08-11T16:51:07.201Z[ recovery-image] Aug 11 16:51:06.177 INFO O| Aug 11 16:51:06.177 INFO STEP 883 (remove_files) COMPLETE
79262026-08-11T16:51:07.201Z[ recovery-image] Aug 11 16:51:06.177 INFO O| Aug 11 16:51:06.177 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-08-11T16:51:07.205Z[ recovery-image] Aug 11 16:51:06.187 INFO O| Aug 11 16:51:06.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79282026-08-11T16:51:07.205Z[ recovery-image] Aug 11 16:51:06.195 INFO O| Aug 11 16:51:06.187 INFO STEP 884 (remove_files) COMPLETE
79292026-08-11T16:51:07.205Z[ recovery-image] Aug 11 16:51:06.195 INFO O| Aug 11 16:51:06.187 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-08-11T16:51:07.205Z[ recovery-image] Aug 11 16:51:06.199 INFO O| Aug 11 16:51:06.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79312026-08-11T16:51:07.205Z[ recovery-image] Aug 11 16:51:06.199 INFO O| Aug 11 16:51:06.198 INFO STEP 885 (remove_files) COMPLETE
79322026-08-11T16:51:07.205Z[ recovery-image] Aug 11 16:51:06.199 INFO O| Aug 11 16:51:06.198 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-08-11T16:51:07.211Z[ recovery-image] Aug 11 16:51:06.209 INFO O| Aug 11 16:51:06.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79342026-08-11T16:51:07.211Z[ recovery-image] Aug 11 16:51:06.209 INFO O| Aug 11 16:51:06.209 INFO STEP 886 (remove_files) COMPLETE
79352026-08-11T16:51:07.211Z[ recovery-image] Aug 11 16:51:06.209 INFO O| Aug 11 16:51:06.209 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-08-11T16:51:07.221Z[ recovery-image] Aug 11 16:51:06.220 INFO O| Aug 11 16:51:06.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79372026-08-11T16:51:07.221Z[ recovery-image] Aug 11 16:51:06.220 INFO O| Aug 11 16:51:06.220 INFO STEP 887 (remove_files) COMPLETE
79382026-08-11T16:51:07.222Z[ recovery-image] Aug 11 16:51:06.220 INFO O| Aug 11 16:51:06.220 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-08-11T16:51:07.232Z[ recovery-image] Aug 11 16:51:06.230 INFO O| Aug 11 16:51:06.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79402026-08-11T16:51:07.232Z[ recovery-image] Aug 11 16:51:06.230 INFO O| Aug 11 16:51:06.230 INFO STEP 888 (remove_files) COMPLETE
79412026-08-11T16:51:07.232Z[ recovery-image] Aug 11 16:51:06.230 INFO O| Aug 11 16:51:06.230 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-08-11T16:51:07.243Z[ recovery-image] Aug 11 16:51:06.241 INFO O| Aug 11 16:51:06.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79432026-08-11T16:51:07.243Z[ recovery-image] Aug 11 16:51:06.241 INFO O| Aug 11 16:51:06.241 INFO STEP 889 (remove_files) COMPLETE
79442026-08-11T16:51:07.243Z[ recovery-image] Aug 11 16:51:06.241 INFO O| Aug 11 16:51:06.241 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-08-11T16:51:07.254Z[ recovery-image] Aug 11 16:51:06.252 INFO O| Aug 11 16:51:06.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79462026-08-11T16:51:07.254Z[ recovery-image] Aug 11 16:51:06.252 INFO O| Aug 11 16:51:06.252 INFO STEP 890 (remove_files) COMPLETE
79472026-08-11T16:51:07.254Z[ recovery-image] Aug 11 16:51:06.252 INFO O| Aug 11 16:51:06.252 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-08-11T16:51:07.265Z[ recovery-image] Aug 11 16:51:06.263 INFO O| Aug 11 16:51:06.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79492026-08-11T16:51:07.265Z[ recovery-image] Aug 11 16:51:06.264 INFO O| Aug 11 16:51:06.263 INFO STEP 891 (remove_files) COMPLETE
79502026-08-11T16:51:07.265Z[ recovery-image] Aug 11 16:51:06.264 INFO O| Aug 11 16:51:06.263 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-08-11T16:51:07.275Z[ recovery-image] Aug 11 16:51:06.273 INFO O| Aug 11 16:51:06.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79522026-08-11T16:51:07.275Z[ recovery-image] Aug 11 16:51:06.274 INFO O| Aug 11 16:51:06.273 INFO STEP 892 (remove_files) COMPLETE
79532026-08-11T16:51:07.275Z[ recovery-image] Aug 11 16:51:06.274 INFO O| Aug 11 16:51:06.274 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-08-11T16:51:07.285Z[ recovery-image] Aug 11 16:51:06.284 INFO O| Aug 11 16:51:06.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79552026-08-11T16:51:07.285Z[ recovery-image] Aug 11 16:51:06.284 INFO O| Aug 11 16:51:06.284 INFO STEP 893 (remove_files) COMPLETE
79562026-08-11T16:51:07.285Z[ recovery-image] Aug 11 16:51:06.284 INFO O| Aug 11 16:51:06.284 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-08-11T16:51:07.295Z[ recovery-image] Aug 11 16:51:06.294 INFO O| Aug 11 16:51:06.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79582026-08-11T16:51:07.295Z[ recovery-image] Aug 11 16:51:06.294 INFO O| Aug 11 16:51:06.294 INFO STEP 894 (remove_files) COMPLETE
79592026-08-11T16:51:07.295Z[ recovery-image] Aug 11 16:51:06.294 INFO O| Aug 11 16:51:06.294 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-08-11T16:51:07.305Z[ recovery-image] Aug 11 16:51:06.304 INFO O| Aug 11 16:51:06.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79612026-08-11T16:51:07.305Z[ recovery-image] Aug 11 16:51:06.304 INFO O| Aug 11 16:51:06.304 INFO STEP 895 (remove_files) COMPLETE
79622026-08-11T16:51:07.305Z[ recovery-image] Aug 11 16:51:06.304 INFO O| Aug 11 16:51:06.304 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-08-11T16:51:07.318Z[ recovery-image] Aug 11 16:51:06.315 INFO O| Aug 11 16:51:06.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79642026-08-11T16:51:07.322Z[ recovery-image] Aug 11 16:51:06.316 INFO O| Aug 11 16:51:06.316 INFO STEP 896 (remove_files) COMPLETE
79652026-08-11T16:51:07.322Z[ recovery-image] Aug 11 16:51:06.316 INFO O| Aug 11 16:51:06.316 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-08-11T16:51:07.331Z[ recovery-image] Aug 11 16:51:06.327 INFO O| Aug 11 16:51:06.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79672026-08-11T16:51:07.332Z[ recovery-image] Aug 11 16:51:06.327 INFO O| Aug 11 16:51:06.327 INFO STEP 897 (remove_files) COMPLETE
79682026-08-11T16:51:07.332Z[ recovery-image] Aug 11 16:51:06.327 INFO O| Aug 11 16:51:06.327 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-08-11T16:51:07.340Z[ recovery-image] Aug 11 16:51:06.338 INFO O| Aug 11 16:51:06.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79702026-08-11T16:51:07.340Z[ recovery-image] Aug 11 16:51:06.338 INFO O| Aug 11 16:51:06.338 INFO STEP 898 (remove_files) COMPLETE
79712026-08-11T16:51:07.340Z[ recovery-image] Aug 11 16:51:06.338 INFO O| Aug 11 16:51:06.338 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-08-11T16:51:07.351Z[ recovery-image] Aug 11 16:51:06.350 INFO O| Aug 11 16:51:06.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79732026-08-11T16:51:07.351Z[ recovery-image] Aug 11 16:51:06.350 INFO O| Aug 11 16:51:06.350 INFO STEP 899 (remove_files) COMPLETE
79742026-08-11T16:51:07.351Z[ recovery-image] Aug 11 16:51:06.350 INFO O| Aug 11 16:51:06.350 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-08-11T16:51:07.373Z[ recovery-image] Aug 11 16:51:06.363 INFO O| Aug 11 16:51:06.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79762026-08-11T16:51:07.373Z[ recovery-image] Aug 11 16:51:06.363 INFO O| Aug 11 16:51:06.362 INFO STEP 900 (remove_files) COMPLETE
79772026-08-11T16:51:07.373Z[ recovery-image] Aug 11 16:51:06.363 INFO O| Aug 11 16:51:06.362 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-08-11T16:51:07.376Z[ recovery-image] Aug 11 16:51:06.374 INFO O| Aug 11 16:51:06.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79792026-08-11T16:51:07.376Z[ recovery-image] Aug 11 16:51:06.374 INFO O| Aug 11 16:51:06.374 INFO STEP 901 (remove_files) COMPLETE
79802026-08-11T16:51:07.376Z[ recovery-image] Aug 11 16:51:06.374 INFO O| Aug 11 16:51:06.374 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-08-11T16:51:07.386Z[ recovery-image] Aug 11 16:51:06.384 INFO O| Aug 11 16:51:06.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79822026-08-11T16:51:07.386Z[ recovery-image] Aug 11 16:51:06.385 INFO O| Aug 11 16:51:06.385 INFO STEP 902 (remove_files) COMPLETE
79832026-08-11T16:51:07.386Z[ recovery-image] Aug 11 16:51:06.385 INFO O| Aug 11 16:51:06.385 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-08-11T16:51:07.396Z[ recovery-image] Aug 11 16:51:06.395 INFO O| Aug 11 16:51:06.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79852026-08-11T16:51:07.396Z[ recovery-image] Aug 11 16:51:06.395 INFO O| Aug 11 16:51:06.395 INFO STEP 903 (remove_files) COMPLETE
79862026-08-11T16:51:07.399Z[ recovery-image] Aug 11 16:51:06.395 INFO O| Aug 11 16:51:06.395 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-08-11T16:51:07.407Z[ recovery-image] Aug 11 16:51:06.405 INFO O| Aug 11 16:51:06.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79882026-08-11T16:51:07.407Z[ recovery-image] Aug 11 16:51:06.405 INFO O| Aug 11 16:51:06.405 INFO STEP 904 (remove_files) COMPLETE
79892026-08-11T16:51:07.407Z[ recovery-image] Aug 11 16:51:06.405 INFO O| Aug 11 16:51:06.405 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-08-11T16:51:07.416Z[ recovery-image] Aug 11 16:51:06.415 INFO O| Aug 11 16:51:06.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
79912026-08-11T16:51:07.417Z[ recovery-image] Aug 11 16:51:06.415 INFO O| Aug 11 16:51:06.415 INFO STEP 905 (remove_files) COMPLETE
79922026-08-11T16:51:07.417Z[ recovery-image] Aug 11 16:51:06.415 INFO O| Aug 11 16:51:06.415 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-08-11T16:51:07.427Z[ recovery-image] Aug 11 16:51:06.425 INFO O| Aug 11 16:51:06.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
79942026-08-11T16:51:07.427Z[ recovery-image] Aug 11 16:51:06.425 INFO O| Aug 11 16:51:06.425 INFO STEP 906 (remove_files) COMPLETE
79952026-08-11T16:51:07.427Z[ recovery-image] Aug 11 16:51:06.425 INFO O| Aug 11 16:51:06.425 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-08-11T16:51:07.437Z[ recovery-image] Aug 11 16:51:06.435 INFO O| Aug 11 16:51:06.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
79972026-08-11T16:51:07.437Z[ recovery-image] Aug 11 16:51:06.435 INFO O| Aug 11 16:51:06.435 INFO STEP 907 (remove_files) COMPLETE
79982026-08-11T16:51:07.437Z[ recovery-image] Aug 11 16:51:06.435 INFO O| Aug 11 16:51:06.435 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-08-11T16:51:07.447Z[ recovery-image] Aug 11 16:51:06.445 INFO O| Aug 11 16:51:06.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80002026-08-11T16:51:07.447Z[ recovery-image] Aug 11 16:51:06.445 INFO O| Aug 11 16:51:06.445 INFO STEP 908 (remove_files) COMPLETE
80012026-08-11T16:51:07.447Z[ recovery-image] Aug 11 16:51:06.445 INFO O| Aug 11 16:51:06.445 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-08-11T16:51:07.456Z[ recovery-image] Aug 11 16:51:06.455 INFO O| Aug 11 16:51:06.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80032026-08-11T16:51:07.456Z[ recovery-image] Aug 11 16:51:06.455 INFO O| Aug 11 16:51:06.455 INFO STEP 909 (remove_files) COMPLETE
80042026-08-11T16:51:07.456Z[ recovery-image] Aug 11 16:51:06.455 INFO O| Aug 11 16:51:06.455 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-08-11T16:51:07.466Z[ recovery-image] Aug 11 16:51:06.465 INFO O| Aug 11 16:51:06.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80062026-08-11T16:51:07.467Z[ recovery-image] Aug 11 16:51:06.465 INFO O| Aug 11 16:51:06.465 INFO STEP 910 (remove_files) COMPLETE
80072026-08-11T16:51:07.467Z[ recovery-image] Aug 11 16:51:06.465 INFO O| Aug 11 16:51:06.465 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-08-11T16:51:07.476Z[ recovery-image] Aug 11 16:51:06.475 INFO O| Aug 11 16:51:06.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80092026-08-11T16:51:07.476Z[ recovery-image] Aug 11 16:51:06.475 INFO O| Aug 11 16:51:06.475 INFO STEP 911 (remove_files) COMPLETE
80102026-08-11T16:51:07.476Z[ recovery-image] Aug 11 16:51:06.475 INFO O| Aug 11 16:51:06.475 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-08-11T16:51:07.485Z[ recovery-image] Aug 11 16:51:06.484 INFO O| Aug 11 16:51:06.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80122026-08-11T16:51:07.486Z[ recovery-image] Aug 11 16:51:06.484 INFO O| Aug 11 16:51:06.484 INFO STEP 912 (remove_files) COMPLETE
80132026-08-11T16:51:07.486Z[ recovery-image] Aug 11 16:51:06.484 INFO O| Aug 11 16:51:06.484 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-08-11T16:51:07.496Z[ recovery-image] Aug 11 16:51:06.494 INFO O| Aug 11 16:51:06.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80152026-08-11T16:51:07.496Z[ recovery-image] Aug 11 16:51:06.494 INFO O| Aug 11 16:51:06.494 INFO STEP 913 (remove_files) COMPLETE
80162026-08-11T16:51:07.502Z[ recovery-image] Aug 11 16:51:06.494 INFO O| Aug 11 16:51:06.494 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-08-11T16:51:07.506Z[ recovery-image] Aug 11 16:51:06.505 INFO O| Aug 11 16:51:06.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80182026-08-11T16:51:07.507Z[ recovery-image] Aug 11 16:51:06.505 INFO O| Aug 11 16:51:06.505 INFO STEP 914 (remove_files) COMPLETE
80192026-08-11T16:51:07.511Z[ recovery-image] Aug 11 16:51:06.505 INFO O| Aug 11 16:51:06.505 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-08-11T16:51:07.518Z[ recovery-image] Aug 11 16:51:06.516 INFO O| Aug 11 16:51:06.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80212026-08-11T16:51:07.518Z[ recovery-image] Aug 11 16:51:06.516 INFO O| Aug 11 16:51:06.516 INFO STEP 915 (remove_files) COMPLETE
80222026-08-11T16:51:07.518Z[ recovery-image] Aug 11 16:51:06.516 INFO O| Aug 11 16:51:06.516 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-08-11T16:51:07.528Z[ recovery-image] Aug 11 16:51:06.527 INFO O| Aug 11 16:51:06.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80242026-08-11T16:51:07.529Z[ recovery-image] Aug 11 16:51:06.527 INFO O| Aug 11 16:51:06.527 INFO STEP 916 (remove_files) COMPLETE
80252026-08-11T16:51:07.532Z[ recovery-image] Aug 11 16:51:06.527 INFO O| Aug 11 16:51:06.527 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-08-11T16:51:07.540Z[ recovery-image] Aug 11 16:51:06.538 INFO O| Aug 11 16:51:06.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80272026-08-11T16:51:07.543Z[ recovery-image] Aug 11 16:51:06.538 INFO O| Aug 11 16:51:06.538 INFO STEP 917 (remove_files) COMPLETE
80282026-08-11T16:51:07.543Z[ recovery-image] Aug 11 16:51:06.538 INFO O| Aug 11 16:51:06.538 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-08-11T16:51:07.550Z[ recovery-image] Aug 11 16:51:06.549 INFO O| Aug 11 16:51:06.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80302026-08-11T16:51:07.550Z[ recovery-image] Aug 11 16:51:06.549 INFO O| Aug 11 16:51:06.549 INFO STEP 918 (remove_files) COMPLETE
80312026-08-11T16:51:07.550Z[ recovery-image] Aug 11 16:51:06.549 INFO O| Aug 11 16:51:06.549 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-08-11T16:51:07.560Z[ recovery-image] Aug 11 16:51:06.559 INFO O| Aug 11 16:51:06.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80332026-08-11T16:51:07.560Z[ recovery-image] Aug 11 16:51:06.559 INFO O| Aug 11 16:51:06.559 INFO STEP 919 (remove_files) COMPLETE
80342026-08-11T16:51:07.560Z[ recovery-image] Aug 11 16:51:06.559 INFO O| Aug 11 16:51:06.559 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-08-11T16:51:07.572Z[ recovery-image] Aug 11 16:51:06.570 INFO O| Aug 11 16:51:06.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80362026-08-11T16:51:07.572Z[ recovery-image] Aug 11 16:51:06.570 INFO O| Aug 11 16:51:06.570 INFO STEP 920 (remove_files) COMPLETE
80372026-08-11T16:51:07.572Z[ recovery-image] Aug 11 16:51:06.570 INFO O| Aug 11 16:51:06.570 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-08-11T16:51:07.583Z[ recovery-image] Aug 11 16:51:06.582 INFO O| Aug 11 16:51:06.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80392026-08-11T16:51:07.583Z[ recovery-image] Aug 11 16:51:06.582 INFO O| Aug 11 16:51:06.582 INFO STEP 921 (remove_files) COMPLETE
80402026-08-11T16:51:07.583Z[ recovery-image] Aug 11 16:51:06.582 INFO O| Aug 11 16:51:06.582 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-08-11T16:51:07.596Z[ recovery-image] Aug 11 16:51:06.594 INFO O| Aug 11 16:51:06.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80422026-08-11T16:51:07.596Z[ recovery-image] Aug 11 16:51:06.595 INFO O| Aug 11 16:51:06.595 INFO STEP 922 (remove_files) COMPLETE
80432026-08-11T16:51:07.596Z[ recovery-image] Aug 11 16:51:06.595 INFO O| Aug 11 16:51:06.595 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-08-11T16:51:07.608Z[ recovery-image] Aug 11 16:51:06.606 INFO O| Aug 11 16:51:06.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80452026-08-11T16:51:07.608Z[ recovery-image] Aug 11 16:51:06.606 INFO O| Aug 11 16:51:06.606 INFO STEP 923 (remove_files) COMPLETE
80462026-08-11T16:51:07.611Z[ recovery-image] Aug 11 16:51:06.606 INFO O| Aug 11 16:51:06.606 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-08-11T16:51:07.619Z[ recovery-image] Aug 11 16:51:06.618 INFO O| Aug 11 16:51:06.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80482026-08-11T16:51:07.619Z[ recovery-image] Aug 11 16:51:06.618 INFO O| Aug 11 16:51:06.618 INFO STEP 924 (remove_files) COMPLETE
80492026-08-11T16:51:07.623Z[ recovery-image] Aug 11 16:51:06.618 INFO O| Aug 11 16:51:06.618 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-08-11T16:51:07.630Z[ recovery-image] Aug 11 16:51:06.628 INFO O| Aug 11 16:51:06.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80512026-08-11T16:51:07.630Z[ recovery-image] Aug 11 16:51:06.629 INFO O| Aug 11 16:51:06.629 INFO STEP 925 (remove_files) COMPLETE
80522026-08-11T16:51:07.630Z[ recovery-image] Aug 11 16:51:06.629 INFO O| Aug 11 16:51:06.629 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-08-11T16:51:07.642Z[ recovery-image] Aug 11 16:51:06.640 INFO O| Aug 11 16:51:06.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80542026-08-11T16:51:07.642Z[ recovery-image] Aug 11 16:51:06.640 INFO O| Aug 11 16:51:06.640 INFO STEP 926 (remove_files) COMPLETE
80552026-08-11T16:51:07.642Z[ recovery-image] Aug 11 16:51:06.640 INFO O| Aug 11 16:51:06.640 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-08-11T16:51:07.653Z[ recovery-image] Aug 11 16:51:06.651 INFO O| Aug 11 16:51:06.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80572026-08-11T16:51:07.653Z[ recovery-image] Aug 11 16:51:06.651 INFO O| Aug 11 16:51:06.651 INFO STEP 927 (remove_files) COMPLETE
80582026-08-11T16:51:07.656Z[ recovery-image] Aug 11 16:51:06.651 INFO O| Aug 11 16:51:06.651 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-08-11T16:51:07.663Z[ recovery-image] Aug 11 16:51:06.662 INFO O| Aug 11 16:51:06.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80602026-08-11T16:51:07.663Z[ recovery-image] Aug 11 16:51:06.662 INFO O| Aug 11 16:51:06.662 INFO STEP 928 (remove_files) COMPLETE
80612026-08-11T16:51:07.663Z[ recovery-image] Aug 11 16:51:06.662 INFO O| Aug 11 16:51:06.662 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-08-11T16:51:07.674Z[ recovery-image] Aug 11 16:51:06.673 INFO O| Aug 11 16:51:06.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80632026-08-11T16:51:07.674Z[ recovery-image] Aug 11 16:51:06.673 INFO O| Aug 11 16:51:06.673 INFO STEP 929 (remove_files) COMPLETE
80642026-08-11T16:51:07.675Z[ recovery-image] Aug 11 16:51:06.673 INFO O| Aug 11 16:51:06.673 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-08-11T16:51:07.686Z[ recovery-image] Aug 11 16:51:06.685 INFO O| Aug 11 16:51:06.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80662026-08-11T16:51:07.686Z[ recovery-image] Aug 11 16:51:06.685 INFO O| Aug 11 16:51:06.685 INFO STEP 930 (remove_files) COMPLETE
80672026-08-11T16:51:07.686Z[ recovery-image] Aug 11 16:51:06.685 INFO O| Aug 11 16:51:06.685 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-08-11T16:51:07.690Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
80692026-08-11T16:51:07.697Z[ recovery-image] Aug 11 16:51:06.696 INFO O| Aug 11 16:51:06.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80702026-08-11T16:51:07.697Z[ recovery-image] Aug 11 16:51:06.696 INFO O| Aug 11 16:51:06.696 INFO STEP 931 (remove_files) COMPLETE
80712026-08-11T16:51:07.700Z[ recovery-image] Aug 11 16:51:06.696 INFO O| Aug 11 16:51:06.696 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-08-11T16:51:07.707Z[ recovery-image] Aug 11 16:51:06.705 INFO O| Aug 11 16:51:06.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80732026-08-11T16:51:07.707Z[ recovery-image] Aug 11 16:51:06.705 INFO O| Aug 11 16:51:06.705 INFO STEP 932 (remove_files) COMPLETE
80742026-08-11T16:51:07.710Z[ recovery-image] Aug 11 16:51:06.705 INFO O| Aug 11 16:51:06.705 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-08-11T16:51:07.714Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
80762026-08-11T16:51:07.719Z[ recovery-image] Aug 11 16:51:06.718 INFO O| Aug 11 16:51:06.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80772026-08-11T16:51:07.719Z[ recovery-image] Aug 11 16:51:06.718 INFO O| Aug 11 16:51:06.717 INFO STEP 933 (remove_files) COMPLETE
80782026-08-11T16:51:07.719Z[ recovery-image] Aug 11 16:51:06.718 INFO O| Aug 11 16:51:06.717 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-11T16:51:07.728Z[ recovery-image] Aug 11 16:51:06.726 INFO O| Aug 11 16:51:06.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80802026-08-11T16:51:07.728Z[ recovery-image] Aug 11 16:51:06.726 INFO O| Aug 11 16:51:06.726 INFO STEP 934 (remove_files) COMPLETE
80812026-08-11T16:51:07.728Z[ recovery-image] Aug 11 16:51:06.726 INFO O| Aug 11 16:51:06.726 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-11T16:51:07.736Z[ recovery-image] Aug 11 16:51:06.734 INFO O| Aug 11 16:51:06.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80832026-08-11T16:51:07.736Z[ recovery-image] Aug 11 16:51:06.734 INFO O| Aug 11 16:51:06.734 INFO STEP 935 (remove_files) COMPLETE
80842026-08-11T16:51:07.736Z[ recovery-image] Aug 11 16:51:06.734 INFO O| Aug 11 16:51:06.734 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-11T16:51:07.744Z[ recovery-image] Aug 11 16:51:06.742 INFO O| Aug 11 16:51:06.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80862026-08-11T16:51:07.744Z[ recovery-image] Aug 11 16:51:06.742 INFO O| Aug 11 16:51:06.742 INFO STEP 936 (remove_files) COMPLETE
80872026-08-11T16:51:07.747Z[ recovery-image] Aug 11 16:51:06.742 INFO O| Aug 11 16:51:06.742 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-11T16:51:07.753Z[ recovery-image] Aug 11 16:51:06.751 INFO O| Aug 11 16:51:06.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80892026-08-11T16:51:07.753Z[ recovery-image] Aug 11 16:51:06.751 INFO O| Aug 11 16:51:06.751 INFO STEP 937 (remove_files) COMPLETE
80902026-08-11T16:51:07.753Z[ recovery-image] Aug 11 16:51:06.751 INFO O| Aug 11 16:51:06.751 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-11T16:51:07.763Z[ recovery-image] Aug 11 16:51:06.761 INFO O| Aug 11 16:51:06.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
80922026-08-11T16:51:07.763Z[ recovery-image] Aug 11 16:51:06.761 INFO O| Aug 11 16:51:06.761 INFO STEP 938 (remove_files) COMPLETE
80932026-08-11T16:51:07.763Z[ recovery-image] Aug 11 16:51:06.761 INFO O| Aug 11 16:51:06.761 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-11T16:51:07.772Z[ recovery-image] Aug 11 16:51:06.770 INFO O| Aug 11 16:51:06.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
80952026-08-11T16:51:07.772Z[ recovery-image] Aug 11 16:51:06.770 INFO O| Aug 11 16:51:06.770 INFO STEP 939 (remove_files) COMPLETE
80962026-08-11T16:51:07.772Z[ recovery-image] Aug 11 16:51:06.770 INFO O| Aug 11 16:51:06.770 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-11T16:51:07.780Z[ recovery-image] Aug 11 16:51:06.779 INFO O| Aug 11 16:51:06.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
80982026-08-11T16:51:07.780Z[ recovery-image] Aug 11 16:51:06.779 INFO O| Aug 11 16:51:06.779 INFO STEP 940 (remove_files) COMPLETE
80992026-08-11T16:51:07.780Z[ recovery-image] Aug 11 16:51:06.779 INFO O| Aug 11 16:51:06.779 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-11T16:51:07.789Z[ recovery-image] Aug 11 16:51:06.788 INFO O| Aug 11 16:51:06.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81012026-08-11T16:51:07.789Z[ recovery-image] Aug 11 16:51:06.788 INFO O| Aug 11 16:51:06.788 INFO STEP 941 (remove_files) COMPLETE
81022026-08-11T16:51:07.789Z[ recovery-image] Aug 11 16:51:06.788 INFO O| Aug 11 16:51:06.788 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-11T16:51:07.798Z[ recovery-image] Aug 11 16:51:06.796 INFO O| Aug 11 16:51:06.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81042026-08-11T16:51:07.798Z[ recovery-image] Aug 11 16:51:06.796 INFO O| Aug 11 16:51:06.796 INFO STEP 942 (remove_files) COMPLETE
81052026-08-11T16:51:07.801Z[ recovery-image] Aug 11 16:51:06.796 INFO O| Aug 11 16:51:06.796 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-11T16:51:07.807Z[ recovery-image] Aug 11 16:51:06.805 INFO O| Aug 11 16:51:06.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81072026-08-11T16:51:07.807Z[ recovery-image] Aug 11 16:51:06.805 INFO O| Aug 11 16:51:06.805 INFO STEP 943 (remove_files) COMPLETE
81082026-08-11T16:51:07.807Z[ recovery-image] Aug 11 16:51:06.805 INFO O| Aug 11 16:51:06.805 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-11T16:51:07.819Z[ recovery-image] Aug 11 16:51:06.816 INFO O| Aug 11 16:51:06.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81102026-08-11T16:51:07.819Z[ recovery-image] Aug 11 16:51:06.816 INFO O| Aug 11 16:51:06.816 INFO STEP 944 (remove_files) COMPLETE
81112026-08-11T16:51:07.819Z[ recovery-image] Aug 11 16:51:06.816 INFO O| Aug 11 16:51:06.816 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-11T16:51:07.827Z[ recovery-image] Aug 11 16:51:06.825 INFO O| Aug 11 16:51:06.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81132026-08-11T16:51:07.827Z[ recovery-image] Aug 11 16:51:06.826 INFO O| Aug 11 16:51:06.826 INFO STEP 945 (remove_files) COMPLETE
81142026-08-11T16:51:07.830Z[ recovery-image] Aug 11 16:51:06.826 INFO O| Aug 11 16:51:06.826 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-11T16:51:07.836Z[ recovery-image] Aug 11 16:51:06.834 INFO O| Aug 11 16:51:06.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81162026-08-11T16:51:07.836Z[ recovery-image] Aug 11 16:51:06.835 INFO O| Aug 11 16:51:06.835 INFO STEP 946 (remove_files) COMPLETE
81172026-08-11T16:51:07.839Z[ recovery-image] Aug 11 16:51:06.835 INFO O| Aug 11 16:51:06.835 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-11T16:51:07.845Z[ recovery-image] Aug 11 16:51:06.843 INFO O| Aug 11 16:51:06.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81192026-08-11T16:51:07.845Z[ recovery-image] Aug 11 16:51:06.843 INFO O| Aug 11 16:51:06.843 INFO STEP 947 (remove_files) COMPLETE
81202026-08-11T16:51:07.845Z[ recovery-image] Aug 11 16:51:06.843 INFO O| Aug 11 16:51:06.843 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-11T16:51:07.855Z[ recovery-image] Aug 11 16:51:06.853 INFO O| Aug 11 16:51:06.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81222026-08-11T16:51:07.855Z[ recovery-image] Aug 11 16:51:06.853 INFO O| Aug 11 16:51:06.853 INFO STEP 948 (remove_files) COMPLETE
81232026-08-11T16:51:07.855Z[ recovery-image] Aug 11 16:51:06.853 INFO O| Aug 11 16:51:06.853 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-11T16:51:07.864Z[ recovery-image] Aug 11 16:51:06.862 INFO O| Aug 11 16:51:06.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81252026-08-11T16:51:07.864Z[ recovery-image] Aug 11 16:51:06.862 INFO O| Aug 11 16:51:06.862 INFO STEP 949 (remove_files) COMPLETE
81262026-08-11T16:51:07.864Z[ recovery-image] Aug 11 16:51:06.862 INFO O| Aug 11 16:51:06.862 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-11T16:51:07.873Z[ recovery-image] Aug 11 16:51:06.872 INFO O| Aug 11 16:51:06.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81282026-08-11T16:51:07.873Z[ recovery-image] Aug 11 16:51:06.872 INFO O| Aug 11 16:51:06.872 INFO STEP 950 (remove_files) COMPLETE
81292026-08-11T16:51:07.873Z[ recovery-image] Aug 11 16:51:06.872 INFO O| Aug 11 16:51:06.872 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-11T16:51:07.883Z[ recovery-image] Aug 11 16:51:06.881 INFO O| Aug 11 16:51:06.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81312026-08-11T16:51:07.883Z[ recovery-image] Aug 11 16:51:06.881 INFO O| Aug 11 16:51:06.881 INFO STEP 951 (remove_files) COMPLETE
81322026-08-11T16:51:07.883Z[ recovery-image] Aug 11 16:51:06.881 INFO O| Aug 11 16:51:06.881 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-11T16:51:07.892Z[ recovery-image] Aug 11 16:51:06.891 INFO O| Aug 11 16:51:06.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81342026-08-11T16:51:07.892Z[ recovery-image] Aug 11 16:51:06.891 INFO O| Aug 11 16:51:06.891 INFO STEP 952 (remove_files) COMPLETE
81352026-08-11T16:51:07.892Z[ recovery-image] Aug 11 16:51:06.891 INFO O| Aug 11 16:51:06.891 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-11T16:51:07.902Z[ recovery-image] Aug 11 16:51:06.901 INFO O| Aug 11 16:51:06.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81372026-08-11T16:51:07.902Z[ recovery-image] Aug 11 16:51:06.901 INFO O| Aug 11 16:51:06.901 INFO STEP 953 (remove_files) COMPLETE
81382026-08-11T16:51:07.902Z[ recovery-image] Aug 11 16:51:06.901 INFO O| Aug 11 16:51:06.901 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-11T16:51:07.913Z[ recovery-image] Aug 11 16:51:06.911 INFO O| Aug 11 16:51:06.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81402026-08-11T16:51:07.913Z[ recovery-image] Aug 11 16:51:06.912 INFO O| Aug 11 16:51:06.912 INFO STEP 954 (remove_files) COMPLETE
81412026-08-11T16:51:07.913Z[ recovery-image] Aug 11 16:51:06.912 INFO O| Aug 11 16:51:06.912 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-08-11T16:51:07.923Z[ recovery-image] Aug 11 16:51:06.921 INFO O| Aug 11 16:51:06.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81432026-08-11T16:51:07.923Z[ recovery-image] Aug 11 16:51:06.922 INFO O| Aug 11 16:51:06.922 INFO STEP 955 (remove_files) COMPLETE
81442026-08-11T16:51:07.923Z[ recovery-image] Aug 11 16:51:06.922 INFO O| Aug 11 16:51:06.922 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-08-11T16:51:07.934Z[ recovery-image] Aug 11 16:51:06.932 INFO O| Aug 11 16:51:06.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81462026-08-11T16:51:07.934Z[ recovery-image] Aug 11 16:51:06.932 INFO O| Aug 11 16:51:06.932 INFO STEP 956 (remove_files) COMPLETE
81472026-08-11T16:51:07.934Z[ recovery-image] Aug 11 16:51:06.932 INFO O| Aug 11 16:51:06.932 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-08-11T16:51:07.990Z[ recovery-image] Aug 11 16:51:06.942 INFO O| Aug 11 16:51:06.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81492026-08-11T16:51:07.990Z[ recovery-image] Aug 11 16:51:06.942 INFO O| Aug 11 16:51:06.942 INFO STEP 957 (remove_files) COMPLETE
81502026-08-11T16:51:07.994Z[ recovery-image] Aug 11 16:51:06.942 INFO O| Aug 11 16:51:06.942 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-08-11T16:51:07.995Z[ recovery-image] Aug 11 16:51:06.952 INFO O| Aug 11 16:51:06.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81522026-08-11T16:51:07.995Z[ recovery-image] Aug 11 16:51:06.952 INFO O| Aug 11 16:51:06.952 INFO STEP 958 (remove_files) COMPLETE
81532026-08-11T16:51:07.995Z[ recovery-image] Aug 11 16:51:06.952 INFO O| Aug 11 16:51:06.952 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-08-11T16:51:07.995Z[ recovery-image] Aug 11 16:51:06.962 INFO O| Aug 11 16:51:06.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81552026-08-11T16:51:07.995Z[ recovery-image] Aug 11 16:51:06.962 INFO O| Aug 11 16:51:06.962 INFO STEP 959 (remove_files) COMPLETE
81562026-08-11T16:51:07.995Z[ recovery-image] Aug 11 16:51:06.962 INFO O| Aug 11 16:51:06.962 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-08-11T16:51:07.995Z[ recovery-image] Aug 11 16:51:06.975 INFO O| Aug 11 16:51:06.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81582026-08-11T16:51:07.995Z[ recovery-image] Aug 11 16:51:06.975 INFO O| Aug 11 16:51:06.975 INFO STEP 960 (remove_files) COMPLETE
81592026-08-11T16:51:07.995Z[ recovery-image] Aug 11 16:51:06.975 INFO O| Aug 11 16:51:06.975 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-08-11T16:51:07.995Z[ recovery-image] Aug 11 16:51:06.985 INFO O| Aug 11 16:51:06.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81612026-08-11T16:51:07.995Z[ recovery-image] Aug 11 16:51:06.985 INFO O| Aug 11 16:51:06.985 INFO STEP 961 (remove_files) COMPLETE
81622026-08-11T16:51:07.995Z[ recovery-image] Aug 11 16:51:06.985 INFO O| Aug 11 16:51:06.985 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-08-11T16:51:07.999Z[ recovery-image] Aug 11 16:51:06.995 INFO O| Aug 11 16:51:06.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81642026-08-11T16:51:07.999Z[ recovery-image] Aug 11 16:51:06.995 INFO O| Aug 11 16:51:06.995 INFO STEP 962 (remove_files) COMPLETE
81652026-08-11T16:51:07.999Z[ recovery-image] Aug 11 16:51:06.995 INFO O| Aug 11 16:51:06.995 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-08-11T16:51:08.007Z[ recovery-image] Aug 11 16:51:07.005 INFO O| Aug 11 16:51:07.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81672026-08-11T16:51:08.007Z[ recovery-image] Aug 11 16:51:07.005 INFO O| Aug 11 16:51:07.005 INFO STEP 963 (remove_files) COMPLETE
81682026-08-11T16:51:08.007Z[ recovery-image] Aug 11 16:51:07.005 INFO O| Aug 11 16:51:07.005 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-08-11T16:51:08.016Z[ recovery-image] Aug 11 16:51:07.015 INFO O| Aug 11 16:51:07.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81702026-08-11T16:51:08.016Z[ recovery-image] Aug 11 16:51:07.015 INFO O| Aug 11 16:51:07.015 INFO STEP 964 (remove_files) COMPLETE
81712026-08-11T16:51:08.020Z[ recovery-image] Aug 11 16:51:07.015 INFO O| Aug 11 16:51:07.015 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-08-11T16:51:08.026Z[ recovery-image] Aug 11 16:51:07.024 INFO O| Aug 11 16:51:07.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81732026-08-11T16:51:08.026Z[ recovery-image] Aug 11 16:51:07.024 INFO O| Aug 11 16:51:07.024 INFO STEP 965 (remove_files) COMPLETE
81742026-08-11T16:51:08.029Z[ recovery-image] Aug 11 16:51:07.024 INFO O| Aug 11 16:51:07.024 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-08-11T16:51:08.032Z[verify-libraries] Compiling socket2 v0.5.10
81762026-08-11T16:51:08.036Z[ recovery-image] Aug 11 16:51:07.035 INFO O| Aug 11 16:51:07.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81772026-08-11T16:51:08.036Z[ recovery-image] Aug 11 16:51:07.035 INFO O| Aug 11 16:51:07.035 INFO STEP 966 (remove_files) COMPLETE
81782026-08-11T16:51:08.039Z[ recovery-image] Aug 11 16:51:07.035 INFO O| Aug 11 16:51:07.035 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-08-11T16:51:08.051Z[ recovery-image] Aug 11 16:51:07.049 INFO O| Aug 11 16:51:07.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81802026-08-11T16:51:08.051Z[ recovery-image] Aug 11 16:51:07.049 INFO O| Aug 11 16:51:07.049 INFO STEP 967 (remove_files) COMPLETE
81812026-08-11T16:51:08.051Z[ recovery-image] Aug 11 16:51:07.049 INFO O| Aug 11 16:51:07.049 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-08-11T16:51:08.062Z[ recovery-image] Aug 11 16:51:07.061 INFO O| Aug 11 16:51:07.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81832026-08-11T16:51:08.062Z[ recovery-image] Aug 11 16:51:07.061 INFO O| Aug 11 16:51:07.061 INFO STEP 968 (remove_files) COMPLETE
81842026-08-11T16:51:08.067Z[ recovery-image] Aug 11 16:51:07.061 INFO O| Aug 11 16:51:07.061 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-08-11T16:51:08.073Z[ recovery-image] Aug 11 16:51:07.071 INFO O| Aug 11 16:51:07.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81862026-08-11T16:51:08.073Z[ recovery-image] Aug 11 16:51:07.071 INFO O| Aug 11 16:51:07.071 INFO STEP 969 (remove_files) COMPLETE
81872026-08-11T16:51:08.077Z[ recovery-image] Aug 11 16:51:07.071 INFO O| Aug 11 16:51:07.071 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-08-11T16:51:08.083Z[ recovery-image] Aug 11 16:51:07.081 INFO O| Aug 11 16:51:07.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81892026-08-11T16:51:08.083Z[ recovery-image] Aug 11 16:51:07.081 INFO O| Aug 11 16:51:07.081 INFO STEP 970 (remove_files) COMPLETE
81902026-08-11T16:51:08.083Z[ recovery-image] Aug 11 16:51:07.081 INFO O| Aug 11 16:51:07.081 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-08-11T16:51:08.093Z[ recovery-image] Aug 11 16:51:07.091 INFO O| Aug 11 16:51:07.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81922026-08-11T16:51:08.093Z[ recovery-image] Aug 11 16:51:07.091 INFO O| Aug 11 16:51:07.091 INFO STEP 971 (remove_files) COMPLETE
81932026-08-11T16:51:08.093Z[ recovery-image] Aug 11 16:51:07.091 INFO O| Aug 11 16:51:07.091 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-08-11T16:51:08.102Z[ recovery-image] Aug 11 16:51:07.101 INFO O| Aug 11 16:51:07.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
81952026-08-11T16:51:08.102Z[ recovery-image] Aug 11 16:51:07.101 INFO O| Aug 11 16:51:07.101 INFO STEP 972 (remove_files) COMPLETE
81962026-08-11T16:51:08.103Z[ recovery-image] Aug 11 16:51:07.101 INFO O| Aug 11 16:51:07.101 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-08-11T16:51:08.112Z[ recovery-image] Aug 11 16:51:07.110 INFO O| Aug 11 16:51:07.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
81982026-08-11T16:51:08.112Z[ recovery-image] Aug 11 16:51:07.110 INFO O| Aug 11 16:51:07.110 INFO STEP 973 (remove_files) COMPLETE
81992026-08-11T16:51:08.112Z[ recovery-image] Aug 11 16:51:07.110 INFO O| Aug 11 16:51:07.110 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-08-11T16:51:08.122Z[ recovery-image] Aug 11 16:51:07.121 INFO O| Aug 11 16:51:07.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82012026-08-11T16:51:08.122Z[ recovery-image] Aug 11 16:51:07.121 INFO O| Aug 11 16:51:07.121 INFO STEP 974 (remove_files) COMPLETE
82022026-08-11T16:51:08.122Z[ recovery-image] Aug 11 16:51:07.121 INFO O| Aug 11 16:51:07.121 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-08-11T16:51:08.134Z[ recovery-image] Aug 11 16:51:07.131 INFO O| Aug 11 16:51:07.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82042026-08-11T16:51:08.134Z[ recovery-image] Aug 11 16:51:07.131 INFO O| Aug 11 16:51:07.131 INFO STEP 975 (remove_files) COMPLETE
82052026-08-11T16:51:08.134Z[ recovery-image] Aug 11 16:51:07.131 INFO O| Aug 11 16:51:07.131 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-08-11T16:51:08.143Z[ recovery-image] Aug 11 16:51:07.141 INFO O| Aug 11 16:51:07.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82072026-08-11T16:51:08.143Z[ recovery-image] Aug 11 16:51:07.141 INFO O| Aug 11 16:51:07.141 INFO STEP 976 (remove_files) COMPLETE
82082026-08-11T16:51:08.143Z[ recovery-image] Aug 11 16:51:07.141 INFO O| Aug 11 16:51:07.141 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-08-11T16:51:08.154Z[ recovery-image] Aug 11 16:51:07.151 INFO O| Aug 11 16:51:07.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82102026-08-11T16:51:08.154Z[ recovery-image] Aug 11 16:51:07.151 INFO O| Aug 11 16:51:07.151 INFO STEP 977 (remove_files) COMPLETE
82112026-08-11T16:51:08.158Z[ recovery-image] Aug 11 16:51:07.151 INFO O| Aug 11 16:51:07.151 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-08-11T16:51:08.163Z[ recovery-image] Aug 11 16:51:07.162 INFO O| Aug 11 16:51:07.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82132026-08-11T16:51:08.163Z[ recovery-image] Aug 11 16:51:07.162 INFO O| Aug 11 16:51:07.162 INFO STEP 978 (remove_files) COMPLETE
82142026-08-11T16:51:08.163Z[ recovery-image] Aug 11 16:51:07.162 INFO O| Aug 11 16:51:07.162 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-08-11T16:51:08.174Z[ recovery-image] Aug 11 16:51:07.172 INFO O| Aug 11 16:51:07.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82162026-08-11T16:51:08.174Z[ recovery-image] Aug 11 16:51:07.172 INFO O| Aug 11 16:51:07.172 INFO STEP 979 (remove_files) COMPLETE
82172026-08-11T16:51:08.174Z[ recovery-image] Aug 11 16:51:07.172 INFO O| Aug 11 16:51:07.172 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-08-11T16:51:08.185Z[ recovery-image] Aug 11 16:51:07.183 INFO O| Aug 11 16:51:07.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82192026-08-11T16:51:08.185Z[ recovery-image] Aug 11 16:51:07.183 INFO O| Aug 11 16:51:07.183 INFO STEP 980 (remove_files) COMPLETE
82202026-08-11T16:51:08.185Z[ recovery-image] Aug 11 16:51:07.183 INFO O| Aug 11 16:51:07.183 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-08-11T16:51:08.195Z[ recovery-image] Aug 11 16:51:07.194 INFO O| Aug 11 16:51:07.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82222026-08-11T16:51:08.195Z[ recovery-image] Aug 11 16:51:07.194 INFO O| Aug 11 16:51:07.194 INFO STEP 981 (remove_files) COMPLETE
82232026-08-11T16:51:08.196Z[ recovery-image] Aug 11 16:51:07.194 INFO O| Aug 11 16:51:07.194 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-08-11T16:51:08.206Z[ recovery-image] Aug 11 16:51:07.204 INFO O| Aug 11 16:51:07.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82252026-08-11T16:51:08.206Z[ recovery-image] Aug 11 16:51:07.204 INFO O| Aug 11 16:51:07.204 INFO STEP 982 (remove_files) COMPLETE
82262026-08-11T16:51:08.206Z[ recovery-image] Aug 11 16:51:07.204 INFO O| Aug 11 16:51:07.204 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-08-11T16:51:08.217Z[ recovery-image] Aug 11 16:51:07.215 INFO O| Aug 11 16:51:07.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82282026-08-11T16:51:08.217Z[ recovery-image] Aug 11 16:51:07.215 INFO O| Aug 11 16:51:07.215 INFO STEP 983 (remove_files) COMPLETE
82292026-08-11T16:51:08.217Z[ recovery-image] Aug 11 16:51:07.215 INFO O| Aug 11 16:51:07.215 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-08-11T16:51:08.228Z[ recovery-image] Aug 11 16:51:07.226 INFO O| Aug 11 16:51:07.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82312026-08-11T16:51:08.228Z[ recovery-image] Aug 11 16:51:07.226 INFO O| Aug 11 16:51:07.226 INFO STEP 984 (remove_files) COMPLETE
82322026-08-11T16:51:08.228Z[ recovery-image] Aug 11 16:51:07.226 INFO O| Aug 11 16:51:07.226 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-08-11T16:51:08.238Z[ recovery-image] Aug 11 16:51:07.236 INFO O| Aug 11 16:51:07.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82342026-08-11T16:51:08.238Z[ recovery-image] Aug 11 16:51:07.236 INFO O| Aug 11 16:51:07.236 INFO STEP 985 (remove_files) COMPLETE
82352026-08-11T16:51:08.238Z[ recovery-image] Aug 11 16:51:07.236 INFO O| Aug 11 16:51:07.236 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-08-11T16:51:08.248Z[ recovery-image] Aug 11 16:51:07.246 INFO O| Aug 11 16:51:07.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82372026-08-11T16:51:08.248Z[ recovery-image] Aug 11 16:51:07.246 INFO O| Aug 11 16:51:07.246 INFO STEP 986 (remove_files) COMPLETE
82382026-08-11T16:51:08.248Z[ recovery-image] Aug 11 16:51:07.246 INFO O| Aug 11 16:51:07.246 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-08-11T16:51:08.263Z[ recovery-image] Aug 11 16:51:07.261 INFO O| Aug 11 16:51:07.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82402026-08-11T16:51:08.263Z[ recovery-image] Aug 11 16:51:07.261 INFO O| Aug 11 16:51:07.261 INFO STEP 987 (remove_files) COMPLETE
82412026-08-11T16:51:08.264Z[ recovery-image] Aug 11 16:51:07.261 INFO O| Aug 11 16:51:07.261 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-08-11T16:51:08.273Z[ recovery-image] Aug 11 16:51:07.271 INFO O| Aug 11 16:51:07.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82432026-08-11T16:51:08.273Z[ recovery-image] Aug 11 16:51:07.271 INFO O| Aug 11 16:51:07.271 INFO STEP 988 (remove_files) COMPLETE
82442026-08-11T16:51:08.273Z[ recovery-image] Aug 11 16:51:07.271 INFO O| Aug 11 16:51:07.271 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-08-11T16:51:08.281Z[ recovery-image] Aug 11 16:51:07.280 INFO O| Aug 11 16:51:07.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82462026-08-11T16:51:08.282Z[ recovery-image] Aug 11 16:51:07.280 INFO O| Aug 11 16:51:07.280 INFO STEP 989 (remove_files) COMPLETE
82472026-08-11T16:51:08.282Z[ recovery-image] Aug 11 16:51:07.280 INFO O| Aug 11 16:51:07.280 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-08-11T16:51:08.292Z[ recovery-image] Aug 11 16:51:07.290 INFO O| Aug 11 16:51:07.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82492026-08-11T16:51:08.292Z[ recovery-image] Aug 11 16:51:07.290 INFO O| Aug 11 16:51:07.290 INFO STEP 990 (remove_files) COMPLETE
82502026-08-11T16:51:08.292Z[ recovery-image] Aug 11 16:51:07.290 INFO O| Aug 11 16:51:07.290 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-08-11T16:51:08.302Z[ recovery-image] Aug 11 16:51:07.301 INFO O| Aug 11 16:51:07.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82522026-08-11T16:51:08.302Z[ recovery-image] Aug 11 16:51:07.301 INFO O| Aug 11 16:51:07.301 INFO STEP 991 (remove_files) COMPLETE
82532026-08-11T16:51:08.307Z[ recovery-image] Aug 11 16:51:07.301 INFO O| Aug 11 16:51:07.301 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-08-11T16:51:08.328Z[ recovery-image] Aug 11 16:51:07.327 INFO O| Aug 11 16:51:07.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82552026-08-11T16:51:08.328Z[ recovery-image] Aug 11 16:51:07.327 INFO O| Aug 11 16:51:07.327 INFO STEP 992 (remove_files) COMPLETE
82562026-08-11T16:51:08.328Z[ recovery-image] Aug 11 16:51:07.327 INFO O| Aug 11 16:51:07.327 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-08-11T16:51:08.339Z[ recovery-image] Aug 11 16:51:07.337 INFO O| Aug 11 16:51:07.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82582026-08-11T16:51:08.339Z[ recovery-image] Aug 11 16:51:07.337 INFO O| Aug 11 16:51:07.337 INFO STEP 993 (remove_files) COMPLETE
82592026-08-11T16:51:08.342Z[ recovery-image] Aug 11 16:51:07.337 INFO O| Aug 11 16:51:07.337 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-08-11T16:51:08.349Z[ recovery-image] Aug 11 16:51:07.347 INFO O| Aug 11 16:51:07.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82612026-08-11T16:51:08.349Z[ recovery-image] Aug 11 16:51:07.347 INFO O| Aug 11 16:51:07.347 INFO STEP 994 (remove_files) COMPLETE
82622026-08-11T16:51:08.352Z[ recovery-image] Aug 11 16:51:07.347 INFO O| Aug 11 16:51:07.347 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-08-11T16:51:08.359Z[ recovery-image] Aug 11 16:51:07.358 INFO O| Aug 11 16:51:07.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82642026-08-11T16:51:08.359Z[ recovery-image] Aug 11 16:51:07.358 INFO O| Aug 11 16:51:07.358 INFO STEP 995 (remove_files) COMPLETE
82652026-08-11T16:51:08.362Z[ recovery-image] Aug 11 16:51:07.358 INFO O| Aug 11 16:51:07.358 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-08-11T16:51:08.368Z[ recovery-image] Aug 11 16:51:07.367 INFO O| Aug 11 16:51:07.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82672026-08-11T16:51:08.368Z[ recovery-image] Aug 11 16:51:07.367 INFO O| Aug 11 16:51:07.367 INFO STEP 996 (remove_files) COMPLETE
82682026-08-11T16:51:08.368Z[ recovery-image] Aug 11 16:51:07.367 INFO O| Aug 11 16:51:07.367 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-08-11T16:51:08.378Z[ recovery-image] Aug 11 16:51:07.377 INFO O| Aug 11 16:51:07.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82702026-08-11T16:51:08.378Z[ recovery-image] Aug 11 16:51:07.377 INFO O| Aug 11 16:51:07.377 INFO STEP 997 (remove_files) COMPLETE
82712026-08-11T16:51:08.381Z[ recovery-image] Aug 11 16:51:07.377 INFO O| Aug 11 16:51:07.377 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-08-11T16:51:08.387Z[ recovery-image] Aug 11 16:51:07.386 INFO O| Aug 11 16:51:07.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82732026-08-11T16:51:08.387Z[ recovery-image] Aug 11 16:51:07.386 INFO O| Aug 11 16:51:07.386 INFO STEP 998 (remove_files) COMPLETE
82742026-08-11T16:51:08.387Z[ recovery-image] Aug 11 16:51:07.386 INFO O| Aug 11 16:51:07.386 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-08-11T16:51:08.397Z[ recovery-image] Aug 11 16:51:07.396 INFO O| Aug 11 16:51:07.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82762026-08-11T16:51:08.397Z[ recovery-image] Aug 11 16:51:07.396 INFO O| Aug 11 16:51:07.396 INFO STEP 999 (remove_files) COMPLETE
82772026-08-11T16:51:08.397Z[ recovery-image] Aug 11 16:51:07.396 INFO O| Aug 11 16:51:07.396 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-08-11T16:51:08.407Z[ recovery-image] Aug 11 16:51:07.406 INFO O| Aug 11 16:51:07.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82792026-08-11T16:51:08.407Z[ recovery-image] Aug 11 16:51:07.406 INFO O| Aug 11 16:51:07.406 INFO STEP 1000 (remove_files) COMPLETE
82802026-08-11T16:51:08.407Z[ recovery-image] Aug 11 16:51:07.406 INFO O| Aug 11 16:51:07.406 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-08-11T16:51:08.417Z[ recovery-image] Aug 11 16:51:07.415 INFO O| Aug 11 16:51:07.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82822026-08-11T16:51:08.420Z[ recovery-image] Aug 11 16:51:07.416 INFO O| Aug 11 16:51:07.416 INFO STEP 1001 (remove_files) COMPLETE
82832026-08-11T16:51:08.420Z[ recovery-image] Aug 11 16:51:07.416 INFO O| Aug 11 16:51:07.416 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-08-11T16:51:08.427Z[ recovery-image] Aug 11 16:51:07.426 INFO O| Aug 11 16:51:07.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82852026-08-11T16:51:08.432Z[ recovery-image] Aug 11 16:51:07.426 INFO O| Aug 11 16:51:07.426 INFO STEP 1002 (remove_files) COMPLETE
82862026-08-11T16:51:08.432Z[ recovery-image] Aug 11 16:51:07.426 INFO O| Aug 11 16:51:07.426 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-08-11T16:51:08.437Z[ recovery-image] Aug 11 16:51:07.435 INFO O| Aug 11 16:51:07.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82882026-08-11T16:51:08.437Z[ recovery-image] Aug 11 16:51:07.435 INFO O| Aug 11 16:51:07.435 INFO STEP 1003 (remove_files) COMPLETE
82892026-08-11T16:51:08.440Z[ recovery-image] Aug 11 16:51:07.435 INFO O| Aug 11 16:51:07.435 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-08-11T16:51:08.445Z[ recovery-image] Aug 11 16:51:07.444 INFO O| Aug 11 16:51:07.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82912026-08-11T16:51:08.445Z[ recovery-image] Aug 11 16:51:07.444 INFO O| Aug 11 16:51:07.444 INFO STEP 1004 (remove_files) COMPLETE
82922026-08-11T16:51:08.445Z[ recovery-image] Aug 11 16:51:07.444 INFO O| Aug 11 16:51:07.444 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-08-11T16:51:08.456Z[ recovery-image] Aug 11 16:51:07.455 INFO O| Aug 11 16:51:07.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
82942026-08-11T16:51:08.456Z[ recovery-image] Aug 11 16:51:07.455 INFO O| Aug 11 16:51:07.455 INFO STEP 1005 (remove_files) COMPLETE
82952026-08-11T16:51:08.456Z[ recovery-image] Aug 11 16:51:07.455 INFO O| Aug 11 16:51:07.455 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-08-11T16:51:08.466Z[ recovery-image] Aug 11 16:51:07.465 INFO O| Aug 11 16:51:07.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
82972026-08-11T16:51:08.466Z[ recovery-image] Aug 11 16:51:07.465 INFO O| Aug 11 16:51:07.465 INFO STEP 1006 (remove_files) COMPLETE
82982026-08-11T16:51:08.466Z[ recovery-image] Aug 11 16:51:07.465 INFO O| Aug 11 16:51:07.465 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-08-11T16:51:08.478Z[ recovery-image] Aug 11 16:51:07.474 INFO O| Aug 11 16:51:07.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83002026-08-11T16:51:08.478Z[ recovery-image] Aug 11 16:51:07.475 INFO O| Aug 11 16:51:07.475 INFO STEP 1007 (remove_files) COMPLETE
83012026-08-11T16:51:08.482Z[ recovery-image] Aug 11 16:51:07.475 INFO O| Aug 11 16:51:07.475 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-08-11T16:51:08.486Z[ recovery-image] Aug 11 16:51:07.483 INFO O| Aug 11 16:51:07.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83032026-08-11T16:51:08.486Z[ recovery-image] Aug 11 16:51:07.483 INFO O| Aug 11 16:51:07.483 INFO STEP 1008 (remove_files) COMPLETE
83042026-08-11T16:51:08.486Z[ recovery-image] Aug 11 16:51:07.483 INFO O| Aug 11 16:51:07.483 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-11T16:51:08.496Z[ recovery-image] Aug 11 16:51:07.494 INFO O| Aug 11 16:51:07.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83062026-08-11T16:51:08.497Z[ recovery-image] Aug 11 16:51:07.494 INFO O| Aug 11 16:51:07.494 INFO STEP 1009 (remove_files) COMPLETE
83072026-08-11T16:51:08.497Z[ recovery-image] Aug 11 16:51:07.494 INFO O| Aug 11 16:51:07.494 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-11T16:51:08.506Z[ recovery-image] Aug 11 16:51:07.504 INFO O| Aug 11 16:51:07.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83092026-08-11T16:51:08.506Z[ recovery-image] Aug 11 16:51:07.504 INFO O| Aug 11 16:51:07.504 INFO STEP 1010 (remove_files) COMPLETE
83102026-08-11T16:51:08.510Z[ recovery-image] Aug 11 16:51:07.504 INFO O| Aug 11 16:51:07.504 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-11T16:51:08.514Z[ recovery-image] Aug 11 16:51:07.512 INFO O| Aug 11 16:51:07.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83122026-08-11T16:51:08.514Z[ recovery-image] Aug 11 16:51:07.513 INFO O| Aug 11 16:51:07.512 INFO STEP 1011 (remove_files) COMPLETE
83132026-08-11T16:51:08.514Z[ recovery-image] Aug 11 16:51:07.513 INFO O| Aug 11 16:51:07.512 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-11T16:51:08.524Z[ recovery-image] Aug 11 16:51:07.521 INFO O| Aug 11 16:51:07.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83152026-08-11T16:51:08.524Z[ recovery-image] Aug 11 16:51:07.521 INFO O| Aug 11 16:51:07.521 INFO STEP 1012 (remove_files) COMPLETE
83162026-08-11T16:51:08.529Z[ recovery-image] Aug 11 16:51:07.521 INFO O| Aug 11 16:51:07.521 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-11T16:51:08.532Z[ recovery-image] Aug 11 16:51:07.531 INFO O| Aug 11 16:51:07.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83182026-08-11T16:51:08.532Z[ recovery-image] Aug 11 16:51:07.531 INFO O| Aug 11 16:51:07.531 INFO STEP 1013 (remove_files) COMPLETE
83192026-08-11T16:51:08.532Z[ recovery-image] Aug 11 16:51:07.531 INFO O| Aug 11 16:51:07.531 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-11T16:51:08.543Z[ recovery-image] Aug 11 16:51:07.541 INFO O| Aug 11 16:51:07.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83212026-08-11T16:51:08.543Z[ recovery-image] Aug 11 16:51:07.542 INFO O| Aug 11 16:51:07.542 INFO STEP 1014 (remove_files) COMPLETE
83222026-08-11T16:51:08.543Z[ recovery-image] Aug 11 16:51:07.542 INFO O| Aug 11 16:51:07.542 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-11T16:51:08.553Z[ recovery-image] Aug 11 16:51:07.552 INFO O| Aug 11 16:51:07.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83242026-08-11T16:51:08.553Z[ recovery-image] Aug 11 16:51:07.552 INFO O| Aug 11 16:51:07.552 INFO STEP 1015 (remove_files) COMPLETE
83252026-08-11T16:51:08.553Z[ recovery-image] Aug 11 16:51:07.552 INFO O| Aug 11 16:51:07.552 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-11T16:51:08.565Z[ recovery-image] Aug 11 16:51:07.563 INFO O| Aug 11 16:51:07.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83272026-08-11T16:51:08.565Z[ recovery-image] Aug 11 16:51:07.563 INFO O| Aug 11 16:51:07.563 INFO STEP 1016 (remove_files) COMPLETE
83282026-08-11T16:51:08.565Z[ recovery-image] Aug 11 16:51:07.563 INFO O| Aug 11 16:51:07.563 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-11T16:51:08.575Z[verify-libraries] Compiling internet-checksum v0.2.1
83302026-08-11T16:51:08.579Z[ recovery-image] Aug 11 16:51:07.574 INFO O| Aug 11 16:51:07.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83312026-08-11T16:51:08.580Z[ recovery-image] Aug 11 16:51:07.574 INFO O| Aug 11 16:51:07.574 INFO STEP 1017 (remove_files) COMPLETE
83322026-08-11T16:51:08.580Z[ recovery-image] Aug 11 16:51:07.574 INFO O| Aug 11 16:51:07.574 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-08-11T16:51:08.585Z[ recovery-image] Aug 11 16:51:07.584 INFO O| Aug 11 16:51:07.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83342026-08-11T16:51:08.585Z[ recovery-image] Aug 11 16:51:07.584 INFO O| Aug 11 16:51:07.584 INFO STEP 1018 (remove_files) COMPLETE
83352026-08-11T16:51:08.585Z[ recovery-image] Aug 11 16:51:07.584 INFO O| Aug 11 16:51:07.584 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-08-11T16:51:08.595Z[ recovery-image] Aug 11 16:51:07.594 INFO O| Aug 11 16:51:07.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83372026-08-11T16:51:08.595Z[ recovery-image] Aug 11 16:51:07.594 INFO O| Aug 11 16:51:07.594 INFO STEP 1019 (remove_files) COMPLETE
83382026-08-11T16:51:08.595Z[ recovery-image] Aug 11 16:51:07.594 INFO O| Aug 11 16:51:07.594 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-08-11T16:51:08.607Z[ recovery-image] Aug 11 16:51:07.605 INFO O| Aug 11 16:51:07.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83402026-08-11T16:51:08.607Z[ recovery-image] Aug 11 16:51:07.605 INFO O| Aug 11 16:51:07.605 INFO STEP 1020 (remove_files) COMPLETE
83412026-08-11T16:51:08.607Z[ recovery-image] Aug 11 16:51:07.605 INFO O| Aug 11 16:51:07.605 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-08-11T16:51:08.618Z[ recovery-image] Aug 11 16:51:07.615 INFO O| Aug 11 16:51:07.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83432026-08-11T16:51:08.618Z[ recovery-image] Aug 11 16:51:07.615 INFO O| Aug 11 16:51:07.615 INFO STEP 1021 (remove_files) COMPLETE
83442026-08-11T16:51:08.618Z[ recovery-image] Aug 11 16:51:07.615 INFO O| Aug 11 16:51:07.615 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-08-11T16:51:08.626Z[ recovery-image] Aug 11 16:51:07.625 INFO O| Aug 11 16:51:07.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83462026-08-11T16:51:08.626Z[ recovery-image] Aug 11 16:51:07.625 INFO O| Aug 11 16:51:07.625 INFO STEP 1022 (remove_files) COMPLETE
83472026-08-11T16:51:08.629Z[ recovery-image] Aug 11 16:51:07.625 INFO O| Aug 11 16:51:07.625 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-08-11T16:51:08.636Z[ recovery-image] Aug 11 16:51:07.634 INFO O| Aug 11 16:51:07.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83492026-08-11T16:51:08.636Z[ recovery-image] Aug 11 16:51:07.634 INFO O| Aug 11 16:51:07.634 INFO STEP 1023 (remove_files) COMPLETE
83502026-08-11T16:51:08.636Z[ recovery-image] Aug 11 16:51:07.634 INFO O| Aug 11 16:51:07.634 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-08-11T16:51:08.645Z[ recovery-image] Aug 11 16:51:07.643 INFO O| Aug 11 16:51:07.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83522026-08-11T16:51:08.645Z[ recovery-image] Aug 11 16:51:07.644 INFO O| Aug 11 16:51:07.644 INFO STEP 1024 (remove_files) COMPLETE
83532026-08-11T16:51:08.645Z[ recovery-image] Aug 11 16:51:07.644 INFO O| Aug 11 16:51:07.644 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-08-11T16:51:08.654Z[ recovery-image] Aug 11 16:51:07.653 INFO O| Aug 11 16:51:07.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83552026-08-11T16:51:08.655Z[ recovery-image] Aug 11 16:51:07.653 INFO O| Aug 11 16:51:07.653 INFO STEP 1025 (remove_files) COMPLETE
83562026-08-11T16:51:08.658Z[ recovery-image] Aug 11 16:51:07.653 INFO O| Aug 11 16:51:07.653 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-08-11T16:51:08.664Z[ recovery-image] Aug 11 16:51:07.662 INFO O| Aug 11 16:51:07.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83582026-08-11T16:51:08.664Z[ recovery-image] Aug 11 16:51:07.662 INFO O| Aug 11 16:51:07.662 INFO STEP 1026 (remove_files) COMPLETE
83592026-08-11T16:51:08.664Z[ recovery-image] Aug 11 16:51:07.662 INFO O| Aug 11 16:51:07.662 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-08-11T16:51:08.673Z[ recovery-image] Aug 11 16:51:07.671 INFO O| Aug 11 16:51:07.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83612026-08-11T16:51:08.673Z[ recovery-image] Aug 11 16:51:07.671 INFO O| Aug 11 16:51:07.671 INFO STEP 1027 (remove_files) COMPLETE
83622026-08-11T16:51:08.673Z[ recovery-image] Aug 11 16:51:07.671 INFO O| Aug 11 16:51:07.671 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-08-11T16:51:08.683Z[ recovery-image] Aug 11 16:51:07.682 INFO O| Aug 11 16:51:07.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83642026-08-11T16:51:08.683Z[ recovery-image] Aug 11 16:51:07.682 INFO O| Aug 11 16:51:07.682 INFO STEP 1028 (remove_files) COMPLETE
83652026-08-11T16:51:08.683Z[ recovery-image] Aug 11 16:51:07.682 INFO O| Aug 11 16:51:07.682 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-11T16:51:08.694Z[ recovery-image] Aug 11 16:51:07.692 INFO O| Aug 11 16:51:07.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83672026-08-11T16:51:08.694Z[ recovery-image] Aug 11 16:51:07.692 INFO O| Aug 11 16:51:07.692 INFO STEP 1029 (remove_files) COMPLETE
83682026-08-11T16:51:08.694Z[ recovery-image] Aug 11 16:51:07.692 INFO O| Aug 11 16:51:07.692 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-11T16:51:08.704Z[ recovery-image] Aug 11 16:51:07.703 INFO O| Aug 11 16:51:07.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83702026-08-11T16:51:08.704Z[ recovery-image] Aug 11 16:51:07.703 INFO O| Aug 11 16:51:07.703 INFO STEP 1030 (remove_files) COMPLETE
83712026-08-11T16:51:08.704Z[ recovery-image] Aug 11 16:51:07.703 INFO O| Aug 11 16:51:07.703 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-11T16:51:08.715Z[ recovery-image] Aug 11 16:51:07.713 INFO O| Aug 11 16:51:07.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83732026-08-11T16:51:08.715Z[ recovery-image] Aug 11 16:51:07.713 INFO O| Aug 11 16:51:07.713 INFO STEP 1031 (remove_files) COMPLETE
83742026-08-11T16:51:08.715Z[ recovery-image] Aug 11 16:51:07.713 INFO O| Aug 11 16:51:07.713 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-11T16:51:08.725Z[ recovery-image] Aug 11 16:51:07.724 INFO O| Aug 11 16:51:07.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83762026-08-11T16:51:08.725Z[ recovery-image] Aug 11 16:51:07.724 INFO O| Aug 11 16:51:07.724 INFO STEP 1032 (remove_files) COMPLETE
83772026-08-11T16:51:08.725Z[ recovery-image] Aug 11 16:51:07.724 INFO O| Aug 11 16:51:07.724 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-11T16:51:08.736Z[ recovery-image] Aug 11 16:51:07.733 INFO O| Aug 11 16:51:07.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83792026-08-11T16:51:08.736Z[ recovery-image] Aug 11 16:51:07.733 INFO O| Aug 11 16:51:07.733 INFO STEP 1033 (remove_files) COMPLETE
83802026-08-11T16:51:08.739Z[ recovery-image] Aug 11 16:51:07.734 INFO O| Aug 11 16:51:07.733 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-08-11T16:51:08.745Z[ recovery-image] Aug 11 16:51:07.744 INFO O| Aug 11 16:51:07.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83822026-08-11T16:51:08.745Z[ recovery-image] Aug 11 16:51:07.744 INFO O| Aug 11 16:51:07.744 INFO STEP 1034 (remove_files) COMPLETE
83832026-08-11T16:51:08.746Z[ recovery-image] Aug 11 16:51:07.744 INFO O| Aug 11 16:51:07.744 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-11T16:51:08.755Z[ recovery-image] Aug 11 16:51:07.754 INFO O| Aug 11 16:51:07.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83852026-08-11T16:51:08.755Z[ recovery-image] Aug 11 16:51:07.754 INFO O| Aug 11 16:51:07.754 INFO STEP 1035 (remove_files) COMPLETE
83862026-08-11T16:51:08.755Z[ recovery-image] Aug 11 16:51:07.754 INFO O| Aug 11 16:51:07.754 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-11T16:51:08.773Z[ recovery-image] Aug 11 16:51:07.768 INFO O| Aug 11 16:51:07.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83882026-08-11T16:51:08.773Z[ recovery-image] Aug 11 16:51:07.768 INFO O| Aug 11 16:51:07.765 INFO STEP 1036 (remove_files) COMPLETE
83892026-08-11T16:51:08.773Z[ recovery-image] Aug 11 16:51:07.768 INFO O| Aug 11 16:51:07.765 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-11T16:51:08.777Z[ recovery-image] Aug 11 16:51:07.776 INFO O| Aug 11 16:51:07.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83912026-08-11T16:51:08.777Z[ recovery-image] Aug 11 16:51:07.776 INFO O| Aug 11 16:51:07.776 INFO STEP 1037 (remove_files) COMPLETE
83922026-08-11T16:51:08.782Z[ recovery-image] Aug 11 16:51:07.776 INFO O| Aug 11 16:51:07.776 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-11T16:51:08.788Z[ recovery-image] Aug 11 16:51:07.787 INFO O| Aug 11 16:51:07.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
83942026-08-11T16:51:08.788Z[ recovery-image] Aug 11 16:51:07.787 INFO O| Aug 11 16:51:07.787 INFO STEP 1038 (remove_files) COMPLETE
83952026-08-11T16:51:08.788Z[ recovery-image] Aug 11 16:51:07.787 INFO O| Aug 11 16:51:07.787 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-08-11T16:51:08.799Z[ recovery-image] Aug 11 16:51:07.797 INFO O| Aug 11 16:51:07.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
83972026-08-11T16:51:08.799Z[ recovery-image] Aug 11 16:51:07.797 INFO O| Aug 11 16:51:07.797 INFO STEP 1039 (remove_files) COMPLETE
83982026-08-11T16:51:08.802Z[ recovery-image] Aug 11 16:51:07.797 INFO O| Aug 11 16:51:07.797 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-08-11T16:51:08.802Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
84002026-08-11T16:51:08.809Z[ recovery-image] Aug 11 16:51:07.807 INFO O| Aug 11 16:51:07.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84012026-08-11T16:51:08.809Z[ recovery-image] Aug 11 16:51:07.807 INFO O| Aug 11 16:51:07.807 INFO STEP 1040 (remove_files) COMPLETE
84022026-08-11T16:51:08.809Z[ recovery-image] Aug 11 16:51:07.807 INFO O| Aug 11 16:51:07.807 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-08-11T16:51:08.818Z[ recovery-image] Aug 11 16:51:07.817 INFO O| Aug 11 16:51:07.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84042026-08-11T16:51:08.818Z[ recovery-image] Aug 11 16:51:07.817 INFO O| Aug 11 16:51:07.817 INFO STEP 1041 (remove_files) COMPLETE
84052026-08-11T16:51:08.819Z[ recovery-image] Aug 11 16:51:07.817 INFO O| Aug 11 16:51:07.817 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-08-11T16:51:08.828Z[ recovery-image] Aug 11 16:51:07.827 INFO O| Aug 11 16:51:07.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84072026-08-11T16:51:08.828Z[ recovery-image] Aug 11 16:51:07.827 INFO O| Aug 11 16:51:07.827 INFO STEP 1042 (remove_files) COMPLETE
84082026-08-11T16:51:08.828Z[ recovery-image] Aug 11 16:51:07.827 INFO O| Aug 11 16:51:07.827 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-08-11T16:51:08.838Z[ recovery-image] Aug 11 16:51:07.837 INFO O| Aug 11 16:51:07.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84102026-08-11T16:51:08.838Z[ recovery-image] Aug 11 16:51:07.837 INFO O| Aug 11 16:51:07.837 INFO STEP 1043 (remove_files) COMPLETE
84112026-08-11T16:51:08.838Z[ recovery-image] Aug 11 16:51:07.837 INFO O| Aug 11 16:51:07.837 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-08-11T16:51:08.847Z[ recovery-image] Aug 11 16:51:07.846 INFO O| Aug 11 16:51:07.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84132026-08-11T16:51:08.848Z[ recovery-image] Aug 11 16:51:07.846 INFO O| Aug 11 16:51:07.846 INFO STEP 1044 (remove_files) COMPLETE
84142026-08-11T16:51:08.848Z[ recovery-image] Aug 11 16:51:07.846 INFO O| Aug 11 16:51:07.846 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-08-11T16:51:08.857Z[ recovery-image] Aug 11 16:51:07.855 INFO O| Aug 11 16:51:07.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84162026-08-11T16:51:08.857Z[ recovery-image] Aug 11 16:51:07.855 INFO O| Aug 11 16:51:07.855 INFO STEP 1045 (remove_files) COMPLETE
84172026-08-11T16:51:08.857Z[ recovery-image] Aug 11 16:51:07.855 INFO O| Aug 11 16:51:07.855 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-08-11T16:51:08.866Z[ recovery-image] Aug 11 16:51:07.865 INFO O| Aug 11 16:51:07.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84192026-08-11T16:51:08.866Z[ recovery-image] Aug 11 16:51:07.865 INFO O| Aug 11 16:51:07.865 INFO STEP 1046 (remove_files) COMPLETE
84202026-08-11T16:51:08.866Z[ recovery-image] Aug 11 16:51:07.865 INFO O| Aug 11 16:51:07.865 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-08-11T16:51:08.876Z[ recovery-image] Aug 11 16:51:07.874 INFO O| Aug 11 16:51:07.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84222026-08-11T16:51:08.876Z[ recovery-image] Aug 11 16:51:07.874 INFO O| Aug 11 16:51:07.874 INFO STEP 1047 (remove_files) COMPLETE
84232026-08-11T16:51:08.876Z[ recovery-image] Aug 11 16:51:07.874 INFO O| Aug 11 16:51:07.874 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-08-11T16:51:08.885Z[ recovery-image] Aug 11 16:51:07.883 INFO O| Aug 11 16:51:07.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84252026-08-11T16:51:08.885Z[ recovery-image] Aug 11 16:51:07.883 INFO O| Aug 11 16:51:07.883 INFO STEP 1048 (remove_files) COMPLETE
84262026-08-11T16:51:08.885Z[ recovery-image] Aug 11 16:51:07.883 INFO O| Aug 11 16:51:07.883 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-08-11T16:51:08.895Z[ recovery-image] Aug 11 16:51:07.892 INFO O| Aug 11 16:51:07.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84282026-08-11T16:51:08.895Z[ recovery-image] Aug 11 16:51:07.893 INFO O| Aug 11 16:51:07.893 INFO STEP 1049 (remove_files) COMPLETE
84292026-08-11T16:51:08.895Z[ recovery-image] Aug 11 16:51:07.893 INFO O| Aug 11 16:51:07.893 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-08-11T16:51:08.902Z[ recovery-image] Aug 11 16:51:07.901 INFO O| Aug 11 16:51:07.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84312026-08-11T16:51:08.902Z[ recovery-image] Aug 11 16:51:07.901 INFO O| Aug 11 16:51:07.901 INFO STEP 1050 (remove_files) COMPLETE
84322026-08-11T16:51:08.902Z[ recovery-image] Aug 11 16:51:07.901 INFO O| Aug 11 16:51:07.901 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-08-11T16:51:08.912Z[ recovery-image] Aug 11 16:51:07.910 INFO O| Aug 11 16:51:07.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84342026-08-11T16:51:08.912Z[ recovery-image] Aug 11 16:51:07.910 INFO O| Aug 11 16:51:07.910 INFO STEP 1051 (remove_files) COMPLETE
84352026-08-11T16:51:08.912Z[ recovery-image] Aug 11 16:51:07.910 INFO O| Aug 11 16:51:07.910 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-08-11T16:51:08.921Z[ recovery-image] Aug 11 16:51:07.919 INFO O| Aug 11 16:51:07.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84372026-08-11T16:51:08.921Z[ recovery-image] Aug 11 16:51:07.919 INFO O| Aug 11 16:51:07.919 INFO STEP 1052 (remove_files) COMPLETE
84382026-08-11T16:51:08.921Z[ recovery-image] Aug 11 16:51:07.919 INFO O| Aug 11 16:51:07.919 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-08-11T16:51:08.929Z[ recovery-image] Aug 11 16:51:07.928 INFO O| Aug 11 16:51:07.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84402026-08-11T16:51:08.929Z[ recovery-image] Aug 11 16:51:07.928 INFO O| Aug 11 16:51:07.928 INFO STEP 1053 (remove_files) COMPLETE
84412026-08-11T16:51:08.933Z[ recovery-image] Aug 11 16:51:07.928 INFO O| Aug 11 16:51:07.928 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-08-11T16:51:08.938Z[ recovery-image] Aug 11 16:51:07.936 INFO O| Aug 11 16:51:07.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84432026-08-11T16:51:08.938Z[ recovery-image] Aug 11 16:51:07.936 INFO O| Aug 11 16:51:07.936 INFO STEP 1054 (remove_files) COMPLETE
84442026-08-11T16:51:08.938Z[ recovery-image] Aug 11 16:51:07.936 INFO O| Aug 11 16:51:07.936 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-08-11T16:51:08.948Z[ recovery-image] Aug 11 16:51:07.946 INFO O| Aug 11 16:51:07.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84462026-08-11T16:51:08.948Z[ recovery-image] Aug 11 16:51:07.946 INFO O| Aug 11 16:51:07.946 INFO STEP 1055 (remove_files) COMPLETE
84472026-08-11T16:51:08.948Z[ recovery-image] Aug 11 16:51:07.946 INFO O| Aug 11 16:51:07.946 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-08-11T16:51:08.958Z[ recovery-image] Aug 11 16:51:07.956 INFO O| Aug 11 16:51:07.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84492026-08-11T16:51:08.958Z[ recovery-image] Aug 11 16:51:07.956 INFO O| Aug 11 16:51:07.956 INFO STEP 1056 (remove_files) COMPLETE
84502026-08-11T16:51:08.958Z[ recovery-image] Aug 11 16:51:07.956 INFO O| Aug 11 16:51:07.956 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-08-11T16:51:08.967Z[ recovery-image] Aug 11 16:51:07.966 INFO O| Aug 11 16:51:07.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84522026-08-11T16:51:08.968Z[ recovery-image] Aug 11 16:51:07.966 INFO O| Aug 11 16:51:07.966 INFO STEP 1057 (remove_files) COMPLETE
84532026-08-11T16:51:08.968Z[ recovery-image] Aug 11 16:51:07.966 INFO O| Aug 11 16:51:07.966 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-08-11T16:51:08.977Z[ recovery-image] Aug 11 16:51:07.976 INFO O| Aug 11 16:51:07.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84552026-08-11T16:51:08.977Z[ recovery-image] Aug 11 16:51:07.976 INFO O| Aug 11 16:51:07.976 INFO STEP 1058 (remove_files) COMPLETE
84562026-08-11T16:51:08.977Z[ recovery-image] Aug 11 16:51:07.976 INFO O| Aug 11 16:51:07.976 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-08-11T16:51:08.986Z[ recovery-image] Aug 11 16:51:07.985 INFO O| Aug 11 16:51:07.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84582026-08-11T16:51:08.986Z[ recovery-image] Aug 11 16:51:07.985 INFO O| Aug 11 16:51:07.985 INFO STEP 1059 (remove_files) COMPLETE
84592026-08-11T16:51:08.986Z[ recovery-image] Aug 11 16:51:07.985 INFO O| Aug 11 16:51:07.985 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-08-11T16:51:08.997Z[ recovery-image] Aug 11 16:51:07.995 INFO O| Aug 11 16:51:07.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84612026-08-11T16:51:08.997Z[ recovery-image] Aug 11 16:51:07.995 INFO O| Aug 11 16:51:07.995 INFO STEP 1060 (remove_files) COMPLETE
84622026-08-11T16:51:08.997Z[ recovery-image] Aug 11 16:51:07.995 INFO O| Aug 11 16:51:07.995 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-08-11T16:51:09.006Z[ recovery-image] Aug 11 16:51:08.005 INFO O| Aug 11 16:51:08.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84642026-08-11T16:51:09.007Z[ recovery-image] Aug 11 16:51:08.005 INFO O| Aug 11 16:51:08.005 INFO STEP 1061 (remove_files) COMPLETE
84652026-08-11T16:51:09.007Z[ recovery-image] Aug 11 16:51:08.005 INFO O| Aug 11 16:51:08.005 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-08-11T16:51:09.016Z[ recovery-image] Aug 11 16:51:08.014 INFO O| Aug 11 16:51:08.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84672026-08-11T16:51:09.016Z[ recovery-image] Aug 11 16:51:08.014 INFO O| Aug 11 16:51:08.014 INFO STEP 1062 (remove_files) COMPLETE
84682026-08-11T16:51:09.016Z[ recovery-image] Aug 11 16:51:08.014 INFO O| Aug 11 16:51:08.014 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-08-11T16:51:09.026Z[ recovery-image] Aug 11 16:51:08.024 INFO O| Aug 11 16:51:08.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84702026-08-11T16:51:09.026Z[ recovery-image] Aug 11 16:51:08.024 INFO O| Aug 11 16:51:08.024 INFO STEP 1063 (remove_files) COMPLETE
84712026-08-11T16:51:09.026Z[ recovery-image] Aug 11 16:51:08.024 INFO O| Aug 11 16:51:08.024 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-08-11T16:51:09.035Z[ recovery-image] Aug 11 16:51:08.034 INFO O| Aug 11 16:51:08.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84732026-08-11T16:51:09.035Z[ recovery-image] Aug 11 16:51:08.034 INFO O| Aug 11 16:51:08.034 INFO STEP 1064 (remove_files) COMPLETE
84742026-08-11T16:51:09.038Z[ recovery-image] Aug 11 16:51:08.034 INFO O| Aug 11 16:51:08.034 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-08-11T16:51:09.045Z[ recovery-image] Aug 11 16:51:08.044 INFO O| Aug 11 16:51:08.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84762026-08-11T16:51:09.045Z[ recovery-image] Aug 11 16:51:08.044 INFO O| Aug 11 16:51:08.044 INFO STEP 1065 (remove_files) COMPLETE
84772026-08-11T16:51:09.045Z[ recovery-image] Aug 11 16:51:08.044 INFO O| Aug 11 16:51:08.044 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-08-11T16:51:09.056Z[ recovery-image] Aug 11 16:51:08.054 INFO O| Aug 11 16:51:08.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84792026-08-11T16:51:09.056Z[ recovery-image] Aug 11 16:51:08.054 INFO O| Aug 11 16:51:08.054 INFO STEP 1066 (remove_files) COMPLETE
84802026-08-11T16:51:09.059Z[ recovery-image] Aug 11 16:51:08.054 INFO O| Aug 11 16:51:08.054 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-11T16:51:09.075Z[ recovery-image] Aug 11 16:51:08.073 INFO O| Aug 11 16:51:08.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84822026-08-11T16:51:09.075Z[ recovery-image] Aug 11 16:51:08.073 INFO O| Aug 11 16:51:08.073 INFO STEP 1067 (remove_files) COMPLETE
84832026-08-11T16:51:09.075Z[ recovery-image] Aug 11 16:51:08.073 INFO O| Aug 11 16:51:08.073 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-08-11T16:51:09.086Z[ recovery-image] Aug 11 16:51:08.084 INFO O| Aug 11 16:51:08.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84852026-08-11T16:51:09.086Z[ recovery-image] Aug 11 16:51:08.085 INFO O| Aug 11 16:51:08.084 INFO STEP 1068 (remove_files) COMPLETE
84862026-08-11T16:51:09.086Z[ recovery-image] Aug 11 16:51:08.085 INFO O| Aug 11 16:51:08.084 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-08-11T16:51:09.096Z[ recovery-image] Aug 11 16:51:08.094 INFO O| Aug 11 16:51:08.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84882026-08-11T16:51:09.096Z[ recovery-image] Aug 11 16:51:08.094 INFO O| Aug 11 16:51:08.094 INFO STEP 1069 (remove_files) COMPLETE
84892026-08-11T16:51:09.099Z[ recovery-image] Aug 11 16:51:08.094 INFO O| Aug 11 16:51:08.094 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-08-11T16:51:09.105Z[ recovery-image] Aug 11 16:51:08.103 INFO O| Aug 11 16:51:08.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
84912026-08-11T16:51:09.105Z[ recovery-image] Aug 11 16:51:08.103 INFO O| Aug 11 16:51:08.103 INFO STEP 1070 (remove_files) COMPLETE
84922026-08-11T16:51:09.105Z[ recovery-image] Aug 11 16:51:08.103 INFO O| Aug 11 16:51:08.103 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-11T16:51:09.114Z[ recovery-image] Aug 11 16:51:08.113 INFO O| Aug 11 16:51:08.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
84942026-08-11T16:51:09.114Z[ recovery-image] Aug 11 16:51:08.113 INFO O| Aug 11 16:51:08.113 INFO STEP 1071 (remove_files) COMPLETE
84952026-08-11T16:51:09.117Z[ recovery-image] Aug 11 16:51:08.113 INFO O| Aug 11 16:51:08.113 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-11T16:51:09.123Z[ recovery-image] Aug 11 16:51:08.121 INFO O| Aug 11 16:51:08.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
84972026-08-11T16:51:09.123Z[ recovery-image] Aug 11 16:51:08.122 INFO O| Aug 11 16:51:08.122 INFO STEP 1072 (remove_files) COMPLETE
84982026-08-11T16:51:09.123Z[ recovery-image] Aug 11 16:51:08.122 INFO O| Aug 11 16:51:08.122 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-11T16:51:09.132Z[ recovery-image] Aug 11 16:51:08.131 INFO O| Aug 11 16:51:08.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85002026-08-11T16:51:09.132Z[ recovery-image] Aug 11 16:51:08.131 INFO O| Aug 11 16:51:08.131 INFO STEP 1073 (remove_files) COMPLETE
85012026-08-11T16:51:09.132Z[ recovery-image] Aug 11 16:51:08.131 INFO O| Aug 11 16:51:08.131 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-11T16:51:09.141Z[ recovery-image] Aug 11 16:51:08.140 INFO O| Aug 11 16:51:08.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85032026-08-11T16:51:09.141Z[ recovery-image] Aug 11 16:51:08.140 INFO O| Aug 11 16:51:08.140 INFO STEP 1074 (remove_files) COMPLETE
85042026-08-11T16:51:09.141Z[ recovery-image] Aug 11 16:51:08.140 INFO O| Aug 11 16:51:08.140 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-11T16:51:09.152Z[ recovery-image] Aug 11 16:51:08.150 INFO O| Aug 11 16:51:08.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85062026-08-11T16:51:09.152Z[ recovery-image] Aug 11 16:51:08.150 INFO O| Aug 11 16:51:08.150 INFO STEP 1075 (remove_files) COMPLETE
85072026-08-11T16:51:09.155Z[ recovery-image] Aug 11 16:51:08.150 INFO O| Aug 11 16:51:08.150 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-11T16:51:09.163Z[ recovery-image] Aug 11 16:51:08.161 INFO O| Aug 11 16:51:08.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85092026-08-11T16:51:09.163Z[ recovery-image] Aug 11 16:51:08.161 INFO O| Aug 11 16:51:08.161 INFO STEP 1076 (remove_files) COMPLETE
85102026-08-11T16:51:09.167Z[ recovery-image] Aug 11 16:51:08.161 INFO O| Aug 11 16:51:08.161 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-11T16:51:09.173Z[ recovery-image] Aug 11 16:51:08.172 INFO O| Aug 11 16:51:08.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85122026-08-11T16:51:09.173Z[ recovery-image] Aug 11 16:51:08.172 INFO O| Aug 11 16:51:08.172 INFO STEP 1077 (remove_files) COMPLETE
85132026-08-11T16:51:09.176Z[ recovery-image] Aug 11 16:51:08.172 INFO O| Aug 11 16:51:08.172 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-11T16:51:09.184Z[ recovery-image] Aug 11 16:51:08.181 INFO O| Aug 11 16:51:08.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85152026-08-11T16:51:09.184Z[ recovery-image] Aug 11 16:51:08.181 INFO O| Aug 11 16:51:08.181 INFO STEP 1078 (remove_files) COMPLETE
85162026-08-11T16:51:09.184Z[ recovery-image] Aug 11 16:51:08.181 INFO O| Aug 11 16:51:08.181 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-11T16:51:09.193Z[ recovery-image] Aug 11 16:51:08.191 INFO O| Aug 11 16:51:08.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85182026-08-11T16:51:09.193Z[ recovery-image] Aug 11 16:51:08.191 INFO O| Aug 11 16:51:08.191 INFO STEP 1079 (remove_files) COMPLETE
85192026-08-11T16:51:09.193Z[ recovery-image] Aug 11 16:51:08.191 INFO O| Aug 11 16:51:08.191 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-11T16:51:09.202Z[ recovery-image] Aug 11 16:51:08.201 INFO O| Aug 11 16:51:08.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85212026-08-11T16:51:09.202Z[ recovery-image] Aug 11 16:51:08.201 INFO O| Aug 11 16:51:08.201 INFO STEP 1080 (remove_files) COMPLETE
85222026-08-11T16:51:09.202Z[ recovery-image] Aug 11 16:51:08.201 INFO O| Aug 11 16:51:08.201 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-11T16:51:09.212Z[ recovery-image] Aug 11 16:51:08.210 INFO O| Aug 11 16:51:08.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85242026-08-11T16:51:09.212Z[ recovery-image] Aug 11 16:51:08.210 INFO O| Aug 11 16:51:08.210 INFO STEP 1081 (remove_files) COMPLETE
85252026-08-11T16:51:09.212Z[ recovery-image] Aug 11 16:51:08.210 INFO O| Aug 11 16:51:08.210 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-11T16:51:09.221Z[ recovery-image] Aug 11 16:51:08.219 INFO O| Aug 11 16:51:08.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85272026-08-11T16:51:09.221Z[ recovery-image] Aug 11 16:51:08.219 INFO O| Aug 11 16:51:08.219 INFO STEP 1082 (remove_files) COMPLETE
85282026-08-11T16:51:09.221Z[ recovery-image] Aug 11 16:51:08.219 INFO O| Aug 11 16:51:08.219 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-11T16:51:09.230Z[ recovery-image] Aug 11 16:51:08.229 INFO O| Aug 11 16:51:08.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85302026-08-11T16:51:09.233Z[ recovery-image] Aug 11 16:51:08.229 INFO O| Aug 11 16:51:08.229 INFO STEP 1083 (remove_files) COMPLETE
85312026-08-11T16:51:09.233Z[ recovery-image] Aug 11 16:51:08.229 INFO O| Aug 11 16:51:08.229 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-11T16:51:09.239Z[ recovery-image] Aug 11 16:51:08.238 INFO O| Aug 11 16:51:08.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85332026-08-11T16:51:09.239Z[ recovery-image] Aug 11 16:51:08.238 INFO O| Aug 11 16:51:08.238 INFO STEP 1084 (remove_files) COMPLETE
85342026-08-11T16:51:09.239Z[ recovery-image] Aug 11 16:51:08.238 INFO O| Aug 11 16:51:08.238 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-11T16:51:09.249Z[ recovery-image] Aug 11 16:51:08.248 INFO O| Aug 11 16:51:08.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85362026-08-11T16:51:09.249Z[ recovery-image] Aug 11 16:51:08.248 INFO O| Aug 11 16:51:08.248 INFO STEP 1085 (remove_files) COMPLETE
85372026-08-11T16:51:09.253Z[ recovery-image] Aug 11 16:51:08.248 INFO O| Aug 11 16:51:08.248 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-11T16:51:09.259Z[ recovery-image] Aug 11 16:51:08.258 INFO O| Aug 11 16:51:08.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85392026-08-11T16:51:09.259Z[ recovery-image] Aug 11 16:51:08.258 INFO O| Aug 11 16:51:08.258 INFO STEP 1086 (remove_files) COMPLETE
85402026-08-11T16:51:09.263Z[ recovery-image] Aug 11 16:51:08.258 INFO O| Aug 11 16:51:08.258 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-11T16:51:09.270Z[ recovery-image] Aug 11 16:51:08.268 INFO O| Aug 11 16:51:08.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85422026-08-11T16:51:09.270Z[ recovery-image] Aug 11 16:51:08.268 INFO O| Aug 11 16:51:08.268 INFO STEP 1087 (remove_files) COMPLETE
85432026-08-11T16:51:09.270Z[ recovery-image] Aug 11 16:51:08.268 INFO O| Aug 11 16:51:08.268 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-11T16:51:09.281Z[ recovery-image] Aug 11 16:51:08.279 INFO O| Aug 11 16:51:08.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85452026-08-11T16:51:09.281Z[ recovery-image] Aug 11 16:51:08.279 INFO O| Aug 11 16:51:08.279 INFO STEP 1088 (remove_files) COMPLETE
85462026-08-11T16:51:09.281Z[ recovery-image] Aug 11 16:51:08.279 INFO O| Aug 11 16:51:08.279 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-11T16:51:09.291Z[ recovery-image] Aug 11 16:51:08.290 INFO O| Aug 11 16:51:08.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85482026-08-11T16:51:09.291Z[ recovery-image] Aug 11 16:51:08.290 INFO O| Aug 11 16:51:08.290 INFO STEP 1089 (remove_files) COMPLETE
85492026-08-11T16:51:09.291Z[ recovery-image] Aug 11 16:51:08.290 INFO O| Aug 11 16:51:08.290 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-11T16:51:09.301Z[ recovery-image] Aug 11 16:51:08.299 INFO O| Aug 11 16:51:08.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85512026-08-11T16:51:09.301Z[ recovery-image] Aug 11 16:51:08.299 INFO O| Aug 11 16:51:08.299 INFO STEP 1090 (remove_files) COMPLETE
85522026-08-11T16:51:09.301Z[ recovery-image] Aug 11 16:51:08.299 INFO O| Aug 11 16:51:08.299 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-11T16:51:09.310Z[ recovery-image] Aug 11 16:51:08.308 INFO O| Aug 11 16:51:08.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85542026-08-11T16:51:09.310Z[ recovery-image] Aug 11 16:51:08.308 INFO O| Aug 11 16:51:08.308 INFO STEP 1091 (remove_files) COMPLETE
85552026-08-11T16:51:09.310Z[ recovery-image] Aug 11 16:51:08.308 INFO O| Aug 11 16:51:08.308 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-11T16:51:09.319Z[ recovery-image] Aug 11 16:51:08.317 INFO O| Aug 11 16:51:08.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85572026-08-11T16:51:09.319Z[ recovery-image] Aug 11 16:51:08.317 INFO O| Aug 11 16:51:08.317 INFO STEP 1092 (remove_files) COMPLETE
85582026-08-11T16:51:09.319Z[ recovery-image] Aug 11 16:51:08.317 INFO O| Aug 11 16:51:08.317 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-11T16:51:09.328Z[ recovery-image] Aug 11 16:51:08.326 INFO O| Aug 11 16:51:08.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85602026-08-11T16:51:09.328Z[ recovery-image] Aug 11 16:51:08.326 INFO O| Aug 11 16:51:08.326 INFO STEP 1093 (remove_files) COMPLETE
85612026-08-11T16:51:09.328Z[ recovery-image] Aug 11 16:51:08.326 INFO O| Aug 11 16:51:08.326 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-08-11T16:51:09.339Z[ recovery-image] Aug 11 16:51:08.337 INFO O| Aug 11 16:51:08.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85632026-08-11T16:51:09.339Z[ recovery-image] Aug 11 16:51:08.338 INFO O| Aug 11 16:51:08.338 INFO STEP 1094 (remove_files) COMPLETE
85642026-08-11T16:51:09.339Z[ recovery-image] Aug 11 16:51:08.338 INFO O| Aug 11 16:51:08.338 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-08-11T16:51:09.349Z[ recovery-image] Aug 11 16:51:08.347 INFO O| Aug 11 16:51:08.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85662026-08-11T16:51:09.349Z[ recovery-image] Aug 11 16:51:08.347 INFO O| Aug 11 16:51:08.347 INFO STEP 1095 (remove_files) COMPLETE
85672026-08-11T16:51:09.349Z[ recovery-image] Aug 11 16:51:08.347 INFO O| Aug 11 16:51:08.347 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-11T16:51:09.358Z[ recovery-image] Aug 11 16:51:08.356 INFO O| Aug 11 16:51:08.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85692026-08-11T16:51:09.358Z[ recovery-image] Aug 11 16:51:08.356 INFO O| Aug 11 16:51:08.356 INFO STEP 1096 (remove_files) COMPLETE
85702026-08-11T16:51:09.361Z[ recovery-image] Aug 11 16:51:08.356 INFO O| Aug 11 16:51:08.356 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-11T16:51:09.367Z[ recovery-image] Aug 11 16:51:08.365 INFO O| Aug 11 16:51:08.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85722026-08-11T16:51:09.367Z[ recovery-image] Aug 11 16:51:08.365 INFO O| Aug 11 16:51:08.365 INFO STEP 1097 (remove_files) COMPLETE
85732026-08-11T16:51:09.367Z[ recovery-image] Aug 11 16:51:08.365 INFO O| Aug 11 16:51:08.365 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-11T16:51:09.376Z[ recovery-image] Aug 11 16:51:08.375 INFO O| Aug 11 16:51:08.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85752026-08-11T16:51:09.376Z[ recovery-image] Aug 11 16:51:08.375 INFO O| Aug 11 16:51:08.375 INFO STEP 1098 (remove_files) COMPLETE
85762026-08-11T16:51:09.376Z[ recovery-image] Aug 11 16:51:08.375 INFO O| Aug 11 16:51:08.375 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-08-11T16:51:09.387Z[ recovery-image] Aug 11 16:51:08.385 INFO O| Aug 11 16:51:08.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85782026-08-11T16:51:09.387Z[ recovery-image] Aug 11 16:51:08.385 INFO O| Aug 11 16:51:08.385 INFO STEP 1099 (remove_files) COMPLETE
85792026-08-11T16:51:09.387Z[ recovery-image] Aug 11 16:51:08.385 INFO O| Aug 11 16:51:08.385 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-08-11T16:51:09.396Z[ recovery-image] Aug 11 16:51:08.394 INFO O| Aug 11 16:51:08.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85812026-08-11T16:51:09.396Z[ recovery-image] Aug 11 16:51:08.394 INFO O| Aug 11 16:51:08.394 INFO STEP 1100 (remove_files) COMPLETE
85822026-08-11T16:51:09.396Z[ recovery-image] Aug 11 16:51:08.394 INFO O| Aug 11 16:51:08.394 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-08-11T16:51:09.404Z[ recovery-image] Aug 11 16:51:08.403 INFO O| Aug 11 16:51:08.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85842026-08-11T16:51:09.404Z[ recovery-image] Aug 11 16:51:08.403 INFO O| Aug 11 16:51:08.403 INFO STEP 1101 (remove_files) COMPLETE
85852026-08-11T16:51:09.404Z[ recovery-image] Aug 11 16:51:08.403 INFO O| Aug 11 16:51:08.403 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-08-11T16:51:09.415Z[ recovery-image] Aug 11 16:51:08.413 INFO O| Aug 11 16:51:08.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85872026-08-11T16:51:09.415Z[ recovery-image] Aug 11 16:51:08.413 INFO O| Aug 11 16:51:08.413 INFO STEP 1102 (remove_files) COMPLETE
85882026-08-11T16:51:09.415Z[ recovery-image] Aug 11 16:51:08.413 INFO O| Aug 11 16:51:08.413 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-08-11T16:51:09.425Z[ recovery-image] Aug 11 16:51:08.422 INFO O| Aug 11 16:51:08.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
85902026-08-11T16:51:09.425Z[ recovery-image] Aug 11 16:51:08.422 INFO O| Aug 11 16:51:08.422 INFO STEP 1103 (remove_files) COMPLETE
85912026-08-11T16:51:09.425Z[ recovery-image] Aug 11 16:51:08.422 INFO O| Aug 11 16:51:08.422 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-08-11T16:51:09.442Z[ recovery-image] Aug 11 16:51:08.432 INFO O| Aug 11 16:51:08.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
85932026-08-11T16:51:09.442Z[ recovery-image] Aug 11 16:51:08.432 INFO O| Aug 11 16:51:08.432 INFO STEP 1104 (remove_files) COMPLETE
85942026-08-11T16:51:09.442Z[ recovery-image] Aug 11 16:51:08.432 INFO O| Aug 11 16:51:08.432 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-08-11T16:51:09.448Z[ recovery-image] Aug 11 16:51:08.447 INFO O| Aug 11 16:51:08.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
85962026-08-11T16:51:09.448Z[ recovery-image] Aug 11 16:51:08.447 INFO O| Aug 11 16:51:08.447 INFO STEP 1105 (remove_files) COMPLETE
85972026-08-11T16:51:09.451Z[ recovery-image] Aug 11 16:51:08.447 INFO O| Aug 11 16:51:08.447 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-08-11T16:51:09.460Z[ recovery-image] Aug 11 16:51:08.458 INFO O| Aug 11 16:51:08.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
85992026-08-11T16:51:09.460Z[ recovery-image] Aug 11 16:51:08.458 INFO O| Aug 11 16:51:08.458 INFO STEP 1106 (remove_files) COMPLETE
86002026-08-11T16:51:09.460Z[ recovery-image] Aug 11 16:51:08.458 INFO O| Aug 11 16:51:08.458 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-08-11T16:51:09.469Z[ recovery-image] Aug 11 16:51:08.468 INFO O| Aug 11 16:51:08.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86022026-08-11T16:51:09.469Z[ recovery-image] Aug 11 16:51:08.468 INFO O| Aug 11 16:51:08.468 INFO STEP 1107 (remove_files) COMPLETE
86032026-08-11T16:51:09.473Z[ recovery-image] Aug 11 16:51:08.468 INFO O| Aug 11 16:51:08.468 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-08-11T16:51:09.479Z[ recovery-image] Aug 11 16:51:08.477 INFO O| Aug 11 16:51:08.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86052026-08-11T16:51:09.479Z[ recovery-image] Aug 11 16:51:08.477 INFO O| Aug 11 16:51:08.477 INFO STEP 1108 (remove_files) COMPLETE
86062026-08-11T16:51:09.483Z[ recovery-image] Aug 11 16:51:08.477 INFO O| Aug 11 16:51:08.477 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-08-11T16:51:09.489Z[ recovery-image] Aug 11 16:51:08.487 INFO O| Aug 11 16:51:08.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86082026-08-11T16:51:09.490Z[ recovery-image] Aug 11 16:51:08.487 INFO O| Aug 11 16:51:08.487 INFO STEP 1109 (remove_files) COMPLETE
86092026-08-11T16:51:09.490Z[ recovery-image] Aug 11 16:51:08.487 INFO O| Aug 11 16:51:08.487 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-08-11T16:51:09.498Z[ recovery-image] Aug 11 16:51:08.497 INFO O| Aug 11 16:51:08.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86112026-08-11T16:51:09.498Z[ recovery-image] Aug 11 16:51:08.497 INFO O| Aug 11 16:51:08.497 INFO STEP 1110 (remove_files) COMPLETE
86122026-08-11T16:51:09.498Z[ recovery-image] Aug 11 16:51:08.497 INFO O| Aug 11 16:51:08.497 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-08-11T16:51:09.508Z[ recovery-image] Aug 11 16:51:08.506 INFO O| Aug 11 16:51:08.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86142026-08-11T16:51:09.508Z[ recovery-image] Aug 11 16:51:08.506 INFO O| Aug 11 16:51:08.506 INFO STEP 1111 (remove_files) COMPLETE
86152026-08-11T16:51:09.508Z[ recovery-image] Aug 11 16:51:08.506 INFO O| Aug 11 16:51:08.506 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-08-11T16:51:09.527Z[ recovery-image] Aug 11 16:51:08.525 INFO O| Aug 11 16:51:08.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86172026-08-11T16:51:09.527Z[ recovery-image] Aug 11 16:51:08.525 INFO O| Aug 11 16:51:08.525 INFO STEP 1112 (remove_files) COMPLETE
86182026-08-11T16:51:09.527Z[ recovery-image] Aug 11 16:51:08.525 INFO O| Aug 11 16:51:08.525 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-08-11T16:51:09.539Z[ recovery-image] Aug 11 16:51:08.536 INFO O| Aug 11 16:51:08.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86202026-08-11T16:51:09.539Z[ recovery-image] Aug 11 16:51:08.536 INFO O| Aug 11 16:51:08.536 INFO STEP 1113 (remove_files) COMPLETE
86212026-08-11T16:51:09.539Z[ recovery-image] Aug 11 16:51:08.536 INFO O| Aug 11 16:51:08.536 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-08-11T16:51:09.547Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
86232026-08-11T16:51:09.554Z[ recovery-image] Aug 11 16:51:08.546 INFO O| Aug 11 16:51:08.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86242026-08-11T16:51:09.554Z[ recovery-image] Aug 11 16:51:08.546 INFO O| Aug 11 16:51:08.546 INFO STEP 1114 (remove_files) COMPLETE
86252026-08-11T16:51:09.554Z[ recovery-image] Aug 11 16:51:08.546 INFO O| Aug 11 16:51:08.546 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-08-11T16:51:09.558Z[ recovery-image] Aug 11 16:51:08.557 INFO O| Aug 11 16:51:08.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86272026-08-11T16:51:09.559Z[ recovery-image] Aug 11 16:51:08.557 INFO O| Aug 11 16:51:08.557 INFO STEP 1115 (remove_files) COMPLETE
86282026-08-11T16:51:09.559Z[ recovery-image] Aug 11 16:51:08.557 INFO O| Aug 11 16:51:08.557 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-08-11T16:51:09.568Z[ recovery-image] Aug 11 16:51:08.566 INFO O| Aug 11 16:51:08.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86302026-08-11T16:51:09.576Z[ recovery-image] Aug 11 16:51:08.573 INFO O| Aug 11 16:51:08.573 INFO STEP 1116 (remove_files) COMPLETE
86312026-08-11T16:51:09.576Z[ recovery-image] Aug 11 16:51:08.573 INFO O| Aug 11 16:51:08.573 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86322026-08-11T16:51:09.587Z[ recovery-image] Aug 11 16:51:08.583 INFO O| Aug 11 16:51:08.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86332026-08-11T16:51:09.588Z[ recovery-image] Aug 11 16:51:08.583 INFO O| Aug 11 16:51:08.583 INFO STEP 1117 (remove_files) COMPLETE
86342026-08-11T16:51:09.588Z[ recovery-image] Aug 11 16:51:08.583 INFO O| Aug 11 16:51:08.583 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86352026-08-11T16:51:09.599Z[ recovery-image] Aug 11 16:51:08.597 INFO O| Aug 11 16:51:08.597 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86362026-08-11T16:51:09.599Z[ recovery-image] Aug 11 16:51:08.597 INFO O| Aug 11 16:51:08.597 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86372026-08-11T16:51:10.360Z[ recovery-image] Aug 11 16:51:09.357 INFO O| Aug 11 16:51:09.357 INFO STEP 1118 (pack_tar) COMPLETE
86382026-08-11T16:51:10.360Z[ recovery-image] Aug 11 16:51:09.357 INFO O| Aug 11 16:51:09.357 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86392026-08-11T16:51:10.360Z[ recovery-image] Aug 11 16:51:09.357 INFO O| Aug 11 16:51:09.357 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86402026-08-11T16:51:10.641Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
86412026-08-11T16:51:10.723Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
86422026-08-11T16:51:10.934Z[verify-libraries] Compiling samael v0.0.19
86432026-08-11T16:51:11.062Z[ recovery-image] Aug 11 16:51:10.060 INFO O| Aug 11 16:51:10.060 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86442026-08-11T16:51:11.221Z[ recovery-image] Aug 11 16:51:10.219 INFO O| Aug 11 16:51:10.219 INFO completed processing sled/ramdisk-03-recovery-trim
86452026-08-11T16:51:11.227Z[ recovery-image] Aug 11 16:51:10.223 INFO image builder template: zfs-recovery...
86462026-08-11T16:51:11.230Z[ recovery-image] Aug 11 16:51:10.223 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/.tmpeFO11Z/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.504", "-n", "zfs-recovery"], pwd: None
86472026-08-11T16:51:11.255Z[ recovery-image] Aug 11 16:51:10.252 INFO O| Aug 11 16:51:10.251 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86482026-08-11T16:51:11.259Z[ recovery-image] Aug 11 16:51:10.256 INFO O| Aug 11 16:51:10.256 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86492026-08-11T16:51:11.288Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
86502026-08-11T16:51:11.398Z[ recovery-image] Aug 11 16:51:10.396 INFO O| Aug 11 16:51:10.396 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86512026-08-11T16:51:11.489Z[ recovery-image] Aug 11 16:51:10.487 INFO O| Aug 11 16:51:10.486 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86522026-08-11T16:51:11.489Z[ recovery-image] Aug 11 16:51:10.487 INFO O| Aug 11 16:51:10.487 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86532026-08-11T16:51:11.497Z[ recovery-image] Aug 11 16:51:10.495 INFO O| Aug 11 16:51:10.495 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86542026-08-11T16:51:11.660Z[ recovery-image] Aug 11 16:51:10.659 INFO O| Aug 11 16:51:10.659 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86552026-08-11T16:51:11.760Z[ recovery-image] Aug 11 16:51:10.758 INFO O| Aug 11 16:51:10.758 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86562026-08-11T16:51:11.770Z[ recovery-image] Aug 11 16:51:10.768 INFO O| Aug 11 16:51:10.768 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86572026-08-11T16:51:11.775Z[ recovery-image] Aug 11 16:51:10.773 INFO O| Aug 11 16:51:10.773 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86582026-08-11T16:51:11.778Z[ recovery-image] Aug 11 16:51:10.775 INFO O| Aug 11 16:51:10.775 INFO no lofi found
86592026-08-11T16:51:11.778Z[ recovery-image] Aug 11 16:51:10.775 INFO O| Aug 11 16:51:10.775 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86602026-08-11T16:51:11.778Z[ recovery-image] Aug 11 16:51:10.775 INFO O| Aug 11 16:51:10.775 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86612026-08-11T16:51:11.950Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
86622026-08-11T16:51:13.823Z[verify-libraries] Compiling git2 v0.20.4
86632026-08-11T16:51:14.005Z[ recovery-image] Aug 11 16:51:13.001 INFO O| Aug 11 16:51:13.001 INFO lofi device = /dev/dsk/c2t1d0p0
86642026-08-11T16:51:14.005Z[ recovery-image] Aug 11 16:51:13.001 INFO O| Aug 11 16:51:13.001 INFO pool device = /dev/dsk/c2t1d0p0
86652026-08-11T16:51:14.005Z[ recovery-image] Aug 11 16:51:13.001 INFO O| Aug 11 16:51:13.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"]
86662026-08-11T16:51:14.149Z[ recovery-image] Aug 11 16:51:13.147 INFO O| Aug 11 16:51:13.147 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86672026-08-11T16:51:14.149Z[ recovery-image] Aug 11 16:51:13.147 INFO O| Aug 11 16:51:13.147 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86682026-08-11T16:51:14.177Z[ recovery-image] Aug 11 16:51:13.175 INFO O| Aug 11 16:51:13.175 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86692026-08-11T16:51:14.247Z[ recovery-image] Aug 11 16:51:13.245 INFO O| Aug 11 16:51:13.245 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86702026-08-11T16:51:14.283Z[ recovery-image] Aug 11 16:51:13.279 INFO O| Aug 11 16:51:13.279 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86712026-08-11T16:51:14.303Z[ recovery-image] Aug 11 16:51:13.301 INFO O| Aug 11 16:51:13.301 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86722026-08-11T16:51:14.319Z[ recovery-image] Aug 11 16:51:13.318 INFO O| Aug 11 16:51:13.318 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86732026-08-11T16:51:14.364Z[ recovery-image] Aug 11 16:51:13.362 INFO O| Aug 11 16:51:13.362 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86742026-08-11T16:51:14.364Z[ recovery-image] Aug 11 16:51:13.362 INFO O| Aug 11 16:51:13.362 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86752026-08-11T16:51:14.364Z[ recovery-image] Aug 11 16:51:13.362 INFO O| Aug 11 16:51:13.362 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86762026-08-11T16:51:14.378Z[ recovery-image] Aug 11 16:51:13.376 INFO O| Aug 11 16:51:13.376 INFO boot environment UUID: d566a881-ab36-4b0e-8c5a-d72766bf6f0d
86772026-08-11T16:51:14.378Z[ recovery-image] Aug 11 16:51:13.376 INFO O| Aug 11 16:51:13.376 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = d566a881-ab36-4b0e-8c5a-d72766bf6f0d
86782026-08-11T16:51:14.402Z[ recovery-image] Aug 11 16:51:13.400 INFO O| Aug 11 16:51:13.400 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86792026-08-11T16:51:14.420Z[ recovery-image] Aug 11 16:51:13.419 INFO O| Aug 11 16:51:13.419 INFO STEP 0 (create_be) COMPLETE
86802026-08-11T16:51:14.420Z[ recovery-image] Aug 11 16:51:13.419 INFO O| Aug 11 16:51:13.419 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86812026-08-11T16:51:14.434Z[ recovery-image] Aug 11 16:51:13.432 INFO O| Aug 11 16:51:13.432 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86822026-08-11T16:51:14.487Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86832026-08-11T16:51:14.529Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86842026-08-11T16:51:14.621Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86852026-08-11T16:51:14.678Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86862026-08-11T16:51:15.107Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86872026-08-11T16:51:15.202Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
86882026-08-11T16:51:15.460Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86892026-08-11T16:51:16.097Z[verify-libraries] Compiling yansi v1.0.1
86902026-08-11T16:51:16.550Z[verify-libraries] Compiling parse-size v1.1.0
86912026-08-11T16:51:16.623Z[verify-libraries] Compiling pretty_assertions v1.4.1
86922026-08-11T16:51:16.849Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86932026-08-11T16:51:17.080Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86942026-08-11T16:51:17.110Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
86952026-08-11T16:51:17.290Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86962026-08-11T16:51:17.767Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
86972026-08-11T16:51:18.106Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86982026-08-11T16:51:18.302Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
86992026-08-11T16:51:18.432Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87002026-08-11T16:51:18.731Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87012026-08-11T16:51:19.088Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87022026-08-11T16:51:19.163Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87032026-08-11T16:51:19.214Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87042026-08-11T16:51:19.450Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87052026-08-11T16:51:19.519Z[verify-libraries] Compiling drift v0.2.0
87062026-08-11T16:51:19.576Z[verify-libraries] Compiling uzers v0.12.2
87072026-08-11T16:51:19.949Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87082026-08-11T16:51:20.357Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
87092026-08-11T16:51:20.423Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87102026-08-11T16:51:20.979Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
87112026-08-11T16:51:21.102Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87122026-08-11T16:51:21.604Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87132026-08-11T16:51:22.912Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87142026-08-11T16:51:23.303Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87152026-08-11T16:51:23.514Z[ recovery-image] Aug 11 16:51:22.512 INFO O| Aug 11 16:51:22.512 INFO STEP 1 (unpack_tar) COMPLETE
87162026-08-11T16:51:23.514Z[ recovery-image] Aug 11 16:51:22.512 INFO O| Aug 11 16:51:22.512 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87172026-08-11T16:51:23.524Z[ recovery-image] Aug 11 16:51:22.523 INFO O| Aug 11 16:51:22.523 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87182026-08-11T16:51:23.552Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87192026-08-11T16:51:24.516Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87202026-08-11T16:51:24.763Z[ recovery-image] Aug 11 16:51:23.758 INFO O| Aug 11 16:51:23.758 INFO STEP 2 (devfsadm) COMPLETE
87212026-08-11T16:51:24.764Z[ recovery-image] Aug 11 16:51:23.758 INFO O| Aug 11 16:51:23.758 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87222026-08-11T16:51:24.771Z[ recovery-image] Aug 11 16:51:23.770 INFO O| Aug 11 16:51:23.770 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87232026-08-11T16:51:24.771Z[ recovery-image] Aug 11 16:51:23.770 INFO O| Aug 11 16:51:23.770 INFO STEP 3 (ensure_dir) COMPLETE
87242026-08-11T16:51:24.774Z[ recovery-image] Aug 11 16:51:23.770 INFO O| Aug 11 16:51:23.770 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87252026-08-11T16:51:24.783Z[ recovery-image] Aug 11 16:51:23.780 INFO O| Aug 11 16:51:23.780 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87262026-08-11T16:51:24.783Z[ recovery-image] Aug 11 16:51:23.780 INFO O| Aug 11 16:51:23.780 INFO STEP 4 (ensure_dir) COMPLETE
87272026-08-11T16:51:24.783Z[ recovery-image] Aug 11 16:51:23.780 INFO O| Aug 11 16:51:23.780 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87282026-08-11T16:51:24.793Z[ recovery-image] Aug 11 16:51:23.789 INFO O| Aug 11 16:51:23.789 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87292026-08-11T16:51:24.793Z[ recovery-image] Aug 11 16:51:23.789 INFO O| Aug 11 16:51:23.789 INFO STEP 5 (ensure_dir) COMPLETE
87302026-08-11T16:51:24.798Z[ recovery-image] Aug 11 16:51:23.789 INFO O| Aug 11 16:51:23.789 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87312026-08-11T16:51:24.801Z[ recovery-image] Aug 11 16:51:23.797 INFO O| Aug 11 16:51:23.797 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87322026-08-11T16:51:24.801Z[ recovery-image] Aug 11 16:51:23.797 INFO O| Aug 11 16:51:23.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87332026-08-11T16:51:24.801Z[ recovery-image] Aug 11 16:51:23.797 INFO O| Aug 11 16:51:23.797 INFO STEP 6 (ensure_dir) COMPLETE
87342026-08-11T16:51:24.801Z[ recovery-image] Aug 11 16:51:23.797 INFO O| Aug 11 16:51:23.797 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87352026-08-11T16:51:24.808Z[ recovery-image] Aug 11 16:51:23.806 INFO O| Aug 11 16:51:23.806 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87362026-08-11T16:51:24.808Z[ recovery-image] Aug 11 16:51:23.806 INFO O| Aug 11 16:51:23.806 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87372026-08-11T16:51:24.812Z[ recovery-image] Aug 11 16:51:23.806 INFO O| Aug 11 16:51:23.806 INFO STEP 7 (ensure_dir) COMPLETE
87382026-08-11T16:51:24.812Z[ recovery-image] Aug 11 16:51:23.806 INFO O| Aug 11 16:51:23.806 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87392026-08-11T16:51:24.817Z[ recovery-image] Aug 11 16:51:23.816 INFO O| Aug 11 16:51:23.816 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87402026-08-11T16:51:24.820Z[ recovery-image] Aug 11 16:51:23.816 INFO O| Aug 11 16:51:23.816 INFO STEP 8 (remove_files) COMPLETE
87412026-08-11T16:51:24.820Z[ recovery-image] Aug 11 16:51:23.816 INFO O| Aug 11 16:51:23.816 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87422026-08-11T16:51:24.829Z[ recovery-image] Aug 11 16:51:23.827 INFO O| Aug 11 16:51:23.827 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87432026-08-11T16:51:24.832Z[ recovery-image] Aug 11 16:51:23.828 INFO O| Aug 11 16:51:23.828 INFO STEP 9 (remove_files) COMPLETE
87442026-08-11T16:51:24.832Z[ recovery-image] Aug 11 16:51:23.828 INFO O| Aug 11 16:51:23.828 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87452026-08-11T16:51:24.841Z[ recovery-image] Aug 11 16:51:23.839 INFO O| Aug 11 16:51:23.839 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87462026-08-11T16:51:24.844Z[ recovery-image] Aug 11 16:51:23.839 INFO O| Aug 11 16:51:23.839 INFO STEP 10 (remove_files) COMPLETE
87472026-08-11T16:51:24.844Z[ recovery-image] Aug 11 16:51:23.839 INFO O| Aug 11 16:51:23.839 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87482026-08-11T16:51:24.852Z[ recovery-image] Aug 11 16:51:23.851 INFO O| Aug 11 16:51:23.851 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87492026-08-11T16:51:24.852Z[ recovery-image] Aug 11 16:51:23.851 INFO O| Aug 11 16:51:23.851 INFO STEP 11 (remove_files) COMPLETE
87502026-08-11T16:51:24.852Z[ recovery-image] Aug 11 16:51:23.851 INFO O| Aug 11 16:51:23.851 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87512026-08-11T16:51:24.864Z[ recovery-image] Aug 11 16:51:23.861 INFO O| Aug 11 16:51:23.861 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87522026-08-11T16:51:24.864Z[ recovery-image] Aug 11 16:51:23.861 INFO O| Aug 11 16:51:23.861 INFO STEP 12 (remove_files) COMPLETE
87532026-08-11T16:51:24.864Z[ recovery-image] Aug 11 16:51:23.861 INFO O| Aug 11 16:51:23.861 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87542026-08-11T16:51:24.874Z[ recovery-image] Aug 11 16:51:23.872 INFO O| Aug 11 16:51:23.872 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87552026-08-11T16:51:24.874Z[ recovery-image] Aug 11 16:51:23.872 INFO O| Aug 11 16:51:23.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87562026-08-11T16:51:24.874Z[ recovery-image] Aug 11 16:51:23.872 INFO O| Aug 11 16:51:23.872 INFO STEP 13 (ensure_dir) COMPLETE
87572026-08-11T16:51:24.877Z[ recovery-image] Aug 11 16:51:23.872 INFO O| Aug 11 16:51:23.872 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87582026-08-11T16:51:24.885Z[ recovery-image] Aug 11 16:51:23.882 INFO O| Aug 11 16:51:23.882 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87592026-08-11T16:51:24.885Z[ recovery-image] Aug 11 16:51:23.882 INFO O| Aug 11 16:51:23.882 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87602026-08-11T16:51:24.885Z[ recovery-image] Aug 11 16:51:23.882 INFO O| Aug 11 16:51:23.882 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87612026-08-11T16:51:24.885Z[ recovery-image] Aug 11 16:51:23.882 INFO O| Aug 11 16:51:23.882 INFO STEP 14 (ensure_dir) COMPLETE
87622026-08-11T16:51:24.888Z[ recovery-image] Aug 11 16:51:23.882 INFO O| Aug 11 16:51:23.882 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87632026-08-11T16:51:24.893Z[ recovery-image] Aug 11 16:51:23.891 INFO O| Aug 11 16:51:23.891 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87642026-08-11T16:51:24.893Z[ recovery-image] Aug 11 16:51:23.892 INFO O| Aug 11 16:51:23.891 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87652026-08-11T16:51:24.893Z[ recovery-image] Aug 11 16:51:23.892 INFO O| Aug 11 16:51:23.892 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87662026-08-11T16:51:24.896Z[ recovery-image] Aug 11 16:51:23.892 INFO O| Aug 11 16:51:23.892 INFO STEP 15 (ensure_dir) COMPLETE
87672026-08-11T16:51:24.896Z[ recovery-image] Aug 11 16:51:23.892 INFO O| Aug 11 16:51:23.892 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87682026-08-11T16:51:24.904Z[ recovery-image] Aug 11 16:51:23.901 INFO O| Aug 11 16:51:23.901 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87692026-08-11T16:51:24.904Z[ recovery-image] Aug 11 16:51:23.901 INFO O| Aug 11 16:51:23.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87702026-08-11T16:51:24.904Z[ recovery-image] Aug 11 16:51:23.901 INFO O| Aug 11 16:51:23.901 INFO STEP 16 (ensure_dir) COMPLETE
87712026-08-11T16:51:24.904Z[ recovery-image] Aug 11 16:51:23.901 INFO O| Aug 11 16:51:23.901 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87722026-08-11T16:51:24.913Z[ recovery-image] Aug 11 16:51:23.911 INFO O| Aug 11 16:51:23.911 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87732026-08-11T16:51:24.913Z[ recovery-image] Aug 11 16:51:23.911 INFO O| Aug 11 16:51:23.911 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87742026-08-11T16:51:24.913Z[ recovery-image] Aug 11 16:51:23.911 INFO O| Aug 11 16:51:23.911 INFO STEP 17 (ensure_dir) COMPLETE
87752026-08-11T16:51:24.913Z[ recovery-image] Aug 11 16:51:23.911 INFO O| Aug 11 16:51:23.911 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762026-08-11T16:51:24.924Z[ recovery-image] Aug 11 16:51:23.922 INFO O| Aug 11 16:51:23.922 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87772026-08-11T16:51:24.924Z[ recovery-image] Aug 11 16:51:23.922 INFO O| Aug 11 16:51:23.922 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87782026-08-11T16:51:24.924Z[ recovery-image] Aug 11 16:51:23.922 INFO O| Aug 11 16:51:23.922 INFO ok!
87792026-08-11T16:51:24.927Z[ recovery-image] Aug 11 16:51:23.922 INFO O| Aug 11 16:51:23.922 INFO STEP 18 (ensure_symlink) COMPLETE
87802026-08-11T16:51:24.927Z[ recovery-image] Aug 11 16:51:23.922 INFO O| Aug 11 16:51:23.922 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87812026-08-11T16:51:24.935Z[ recovery-image] Aug 11 16:51:23.933 INFO O| Aug 11 16:51:23.933 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87822026-08-11T16:51:24.935Z[ recovery-image] Aug 11 16:51:23.933 INFO O| Aug 11 16:51:23.933 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87832026-08-11T16:51:24.935Z[ recovery-image] Aug 11 16:51:23.933 INFO O| Aug 11 16:51:23.933 INFO ok!
87842026-08-11T16:51:24.942Z[ recovery-image] Aug 11 16:51:23.933 INFO O| Aug 11 16:51:23.933 INFO STEP 19 (ensure_file) COMPLETE
87852026-08-11T16:51:24.942Z[ recovery-image] Aug 11 16:51:23.933 INFO O| Aug 11 16:51:23.933 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87862026-08-11T16:51:24.946Z[ recovery-image] Aug 11 16:51:23.944 INFO O| Aug 11 16:51:23.944 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87872026-08-11T16:51:24.946Z[ recovery-image] Aug 11 16:51:23.944 INFO O| Aug 11 16:51:23.944 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87882026-08-11T16:51:24.949Z[ recovery-image] Aug 11 16:51:23.944 INFO O| Aug 11 16:51:23.944 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87892026-08-11T16:51:24.949Z[ recovery-image] Aug 11 16:51:23.944 INFO O| Aug 11 16:51:23.944 INFO ok!
87902026-08-11T16:51:24.950Z[ recovery-image] Aug 11 16:51:23.944 INFO O| Aug 11 16:51:23.944 INFO STEP 20 (ensure_symlink) COMPLETE
87912026-08-11T16:51:24.950Z[ recovery-image] Aug 11 16:51:23.944 INFO O| Aug 11 16:51:23.944 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87922026-08-11T16:51:24.961Z[ recovery-image] Aug 11 16:51:23.958 INFO O| Aug 11 16:51:23.958 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87932026-08-11T16:51:24.961Z[ recovery-image] Aug 11 16:51:23.959 INFO O| Aug 11 16:51:23.958 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87942026-08-11T16:51:24.961Z[ recovery-image] Aug 11 16:51:23.959 INFO O| Aug 11 16:51:23.958 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
87952026-08-11T16:51:24.964Z[ recovery-image] Aug 11 16:51:23.959 INFO O| Aug 11 16:51:23.958 INFO ok!
87962026-08-11T16:51:24.964Z[ recovery-image] Aug 11 16:51:23.959 INFO O| Aug 11 16:51:23.958 INFO STEP 21 (ensure_symlink) COMPLETE
87972026-08-11T16:51:24.964Z[ recovery-image] Aug 11 16:51:23.959 INFO O| Aug 11 16:51:23.958 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87982026-08-11T16:51:24.970Z[ recovery-image] Aug 11 16:51:23.968 INFO O| Aug 11 16:51:23.968 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
87992026-08-11T16:51:24.970Z[ recovery-image] Aug 11 16:51:23.968 INFO O| Aug 11 16:51:23.968 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88002026-08-11T16:51:24.970Z[ recovery-image] Aug 11 16:51:23.968 INFO O| Aug 11 16:51:23.968 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88012026-08-11T16:51:24.970Z[ recovery-image] Aug 11 16:51:23.968 INFO O| Aug 11 16:51:23.968 INFO ok!
88022026-08-11T16:51:24.973Z[ recovery-image] Aug 11 16:51:23.968 INFO O| Aug 11 16:51:23.968 INFO STEP 22 (ensure_symlink) COMPLETE
88032026-08-11T16:51:24.973Z[ recovery-image] Aug 11 16:51:23.968 INFO O| Aug 11 16:51:23.968 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88042026-08-11T16:51:24.979Z[ recovery-image] Aug 11 16:51:23.977 INFO O| Aug 11 16:51:23.977 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88052026-08-11T16:51:24.979Z[ recovery-image] Aug 11 16:51:23.977 INFO O| Aug 11 16:51:23.977 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88062026-08-11T16:51:24.982Z[ recovery-image] Aug 11 16:51:23.977 INFO O| Aug 11 16:51:23.977 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88072026-08-11T16:51:24.982Z[ recovery-image] Aug 11 16:51:23.977 INFO O| Aug 11 16:51:23.977 INFO ok!
88082026-08-11T16:51:24.982Z[ recovery-image] Aug 11 16:51:23.977 INFO O| Aug 11 16:51:23.977 INFO STEP 23 (ensure_symlink) COMPLETE
88092026-08-11T16:51:24.982Z[ recovery-image] Aug 11 16:51:23.977 INFO O| Aug 11 16:51:23.977 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88102026-08-11T16:51:24.988Z[ recovery-image] Aug 11 16:51:23.987 INFO O| Aug 11 16:51:23.987 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88112026-08-11T16:51:24.988Z[ recovery-image] Aug 11 16:51:23.987 INFO O| Aug 11 16:51:23.987 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 ...
88122026-08-11T16:51:24.988Z[ recovery-image] Aug 11 16:51:23.987 INFO O| Aug 11 16:51:23.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88132026-08-11T16:51:24.993Z[ recovery-image] Aug 11 16:51:23.987 INFO O| Aug 11 16:51:23.987 INFO ok!
88142026-08-11T16:51:24.993Z[ recovery-image] Aug 11 16:51:23.987 INFO O| Aug 11 16:51:23.987 INFO STEP 24 (ensure_file) COMPLETE
88152026-08-11T16:51:24.993Z[ recovery-image] Aug 11 16:51:23.987 INFO O| Aug 11 16:51:23.987 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88162026-08-11T16:51:24.998Z[ recovery-image] Aug 11 16:51:23.996 INFO O| Aug 11 16:51:23.996 INFO updating shadow file
88172026-08-11T16:51:25.001Z[ recovery-image] Aug 11 16:51:23.996 INFO O| Aug 11 16:51:23.996 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88182026-08-11T16:51:25.001Z[ recovery-image] Aug 11 16:51:23.996 INFO O| Aug 11 16:51:23.996 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88192026-08-11T16:51:25.001Z[ recovery-image] Aug 11 16:51:23.996 INFO O| Aug 11 16:51:23.996 INFO STEP 25 (shadow) COMPLETE
88202026-08-11T16:51:25.001Z[ recovery-image] Aug 11 16:51:23.996 INFO O| Aug 11 16:51:23.996 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88212026-08-11T16:51:25.009Z[ recovery-image] Aug 11 16:51:24.006 INFO O| Aug 11 16:51:24.006 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88222026-08-11T16:51:25.009Z[ recovery-image] Aug 11 16:51:24.006 INFO O| Aug 11 16:51:24.006 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88232026-08-11T16:51:25.009Z[ recovery-image] Aug 11 16:51:24.007 INFO O| Aug 11 16:51:24.006 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88242026-08-11T16:51:25.012Z[ recovery-image] Aug 11 16:51:24.007 INFO O| Aug 11 16:51:24.007 INFO ok!
88252026-08-11T16:51:25.012Z[ recovery-image] Aug 11 16:51:24.007 INFO O| Aug 11 16:51:24.007 INFO STEP 26 (ensure_file) COMPLETE
88262026-08-11T16:51:25.012Z[ recovery-image] Aug 11 16:51:24.007 INFO O| Aug 11 16:51:24.007 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88272026-08-11T16:51:25.017Z[ recovery-image] Aug 11 16:51:24.016 INFO O| Aug 11 16:51:24.016 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88282026-08-11T16:51:25.017Z[ recovery-image] Aug 11 16:51:24.016 INFO O| Aug 11 16:51:24.016 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88292026-08-11T16:51:25.017Z[ recovery-image] Aug 11 16:51:24.016 INFO O| Aug 11 16:51:24.016 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88302026-08-11T16:51:25.024Z[ recovery-image] Aug 11 16:51:24.016 INFO O| Aug 11 16:51:24.016 INFO ok!
88312026-08-11T16:51:25.024Z[ recovery-image] Aug 11 16:51:24.016 INFO O| Aug 11 16:51:24.016 INFO STEP 27 (ensure_file) COMPLETE
88322026-08-11T16:51:25.024Z[ recovery-image] Aug 11 16:51:24.016 INFO O| Aug 11 16:51:24.016 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88332026-08-11T16:51:25.028Z[ recovery-image] Aug 11 16:51:24.027 INFO O| Aug 11 16:51:24.027 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88342026-08-11T16:51:25.028Z[ recovery-image] Aug 11 16:51:24.027 INFO O| Aug 11 16:51:24.027 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88352026-08-11T16:51:25.031Z[ recovery-image] Aug 11 16:51:24.027 INFO O| Aug 11 16:51:24.027 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88362026-08-11T16:51:25.031Z[ recovery-image] Aug 11 16:51:24.027 INFO O| Aug 11 16:51:24.027 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88372026-08-11T16:51:25.031Z[ recovery-image] Aug 11 16:51:24.027 INFO O| Aug 11 16:51:24.027 INFO ok!
88382026-08-11T16:51:25.031Z[ recovery-image] Aug 11 16:51:24.027 INFO O| Aug 11 16:51:24.027 INFO STEP 28 (ensure_file) COMPLETE
88392026-08-11T16:51:25.031Z[ recovery-image] Aug 11 16:51:24.027 INFO O| Aug 11 16:51:24.027 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88402026-08-11T16:51:25.038Z[ recovery-image] Aug 11 16:51:24.037 INFO O| Aug 11 16:51:24.037 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88412026-08-11T16:51:25.038Z[ recovery-image] Aug 11 16:51:24.037 INFO O| Aug 11 16:51:24.037 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88422026-08-11T16:51:25.038Z[ recovery-image] Aug 11 16:51:24.037 INFO O| Aug 11 16:51:24.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88432026-08-11T16:51:25.042Z[ recovery-image] Aug 11 16:51:24.037 INFO O| Aug 11 16:51:24.037 INFO ok!
88442026-08-11T16:51:25.042Z[ recovery-image] Aug 11 16:51:24.037 INFO O| Aug 11 16:51:24.037 INFO STEP 29 (ensure_file) COMPLETE
88452026-08-11T16:51:25.042Z[ recovery-image] Aug 11 16:51:24.037 INFO O| Aug 11 16:51:24.037 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88462026-08-11T16:51:25.049Z[ recovery-image] Aug 11 16:51:24.047 INFO O| Aug 11 16:51:24.047 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88472026-08-11T16:51:25.049Z[ recovery-image] Aug 11 16:51:24.047 INFO O| Aug 11 16:51:24.047 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88482026-08-11T16:51:25.050Z[ recovery-image] Aug 11 16:51:24.047 INFO O| Aug 11 16:51:24.047 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88492026-08-11T16:51:25.053Z[ recovery-image] Aug 11 16:51:24.047 INFO O| Aug 11 16:51:24.047 INFO STEP 30 (ensure_dir) COMPLETE
88502026-08-11T16:51:25.056Z[ recovery-image] Aug 11 16:51:24.047 INFO O| Aug 11 16:51:24.047 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88512026-08-11T16:51:25.060Z[ recovery-image] Aug 11 16:51:24.058 INFO O| Aug 11 16:51:24.058 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88522026-08-11T16:51:25.060Z[ recovery-image] Aug 11 16:51:24.058 INFO O| Aug 11 16:51:24.058 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 ...
88532026-08-11T16:51:25.060Z[ recovery-image] Aug 11 16:51:24.058 INFO O| Aug 11 16:51:24.058 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
88542026-08-11T16:51:25.062Z[ recovery-image] Aug 11 16:51:24.058 INFO O| Aug 11 16:51:24.058 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88552026-08-11T16:51:25.062Z[ recovery-image] Aug 11 16:51:24.058 INFO O| Aug 11 16:51:24.058 INFO ok!
88562026-08-11T16:51:25.062Z[ recovery-image] Aug 11 16:51:24.058 INFO O| Aug 11 16:51:24.058 INFO STEP 31 (ensure_file) COMPLETE
88572026-08-11T16:51:25.062Z[ recovery-image] Aug 11 16:51:24.058 INFO O| Aug 11 16:51:24.058 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88582026-08-11T16:51:25.069Z[ recovery-image] Aug 11 16:51:24.068 INFO O| Aug 11 16:51:24.068 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88592026-08-11T16:51:25.070Z[ recovery-image] Aug 11 16:51:24.068 INFO O| Aug 11 16:51:24.068 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88602026-08-11T16:51:25.073Z[ recovery-image] Aug 11 16:51:24.068 INFO O| Aug 11 16:51:24.068 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88612026-08-11T16:51:25.073Z[ recovery-image] Aug 11 16:51:24.068 INFO O| Aug 11 16:51:24.068 INFO STEP 32 (ensure_dir) COMPLETE
88622026-08-11T16:51:25.073Z[ recovery-image] Aug 11 16:51:24.068 INFO O| Aug 11 16:51:24.068 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88632026-08-11T16:51:25.082Z[ recovery-image] Aug 11 16:51:24.079 INFO O| Aug 11 16:51:24.079 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88642026-08-11T16:51:25.082Z[ recovery-image] Aug 11 16:51:24.079 INFO O| Aug 11 16:51:24.079 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 ...
88652026-08-11T16:51:25.085Z[ recovery-image] Aug 11 16:51:24.079 INFO O| Aug 11 16:51:24.079 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
88662026-08-11T16:51:25.085Z[ recovery-image] Aug 11 16:51:24.079 INFO O| Aug 11 16:51:24.079 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88672026-08-11T16:51:25.085Z[ recovery-image] Aug 11 16:51:24.079 INFO O| Aug 11 16:51:24.079 INFO ok!
88682026-08-11T16:51:25.086Z[ recovery-image] Aug 11 16:51:24.079 INFO O| Aug 11 16:51:24.079 INFO STEP 33 (ensure_file) COMPLETE
88692026-08-11T16:51:25.086Z[ recovery-image] Aug 11 16:51:24.079 INFO O| Aug 11 16:51:24.079 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88702026-08-11T16:51:25.092Z[ recovery-image] Aug 11 16:51:24.090 INFO O| Aug 11 16:51:24.090 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88712026-08-11T16:51:25.092Z[ recovery-image] Aug 11 16:51:24.090 INFO O| Aug 11 16:51:24.090 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88722026-08-11T16:51:25.095Z[ recovery-image] Aug 11 16:51:24.090 INFO O| Aug 11 16:51:24.090 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88732026-08-11T16:51:25.095Z[ recovery-image] Aug 11 16:51:24.090 INFO O| Aug 11 16:51:24.090 INFO ok!
88742026-08-11T16:51:25.095Z[ recovery-image] Aug 11 16:51:24.090 INFO O| Aug 11 16:51:24.090 INFO STEP 34 (ensure_file) COMPLETE
88752026-08-11T16:51:25.095Z[ recovery-image] Aug 11 16:51:24.090 INFO O| Aug 11 16:51:24.090 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88762026-08-11T16:51:25.138Z[ recovery-image] Aug 11 16:51:24.136 INFO O| Aug 11 16:51:24.136 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88772026-08-11T16:51:25.138Z[ recovery-image] Aug 11 16:51:24.136 INFO O| Aug 11 16:51:24.136 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88782026-08-11T16:51:25.138Z[ recovery-image] Aug 11 16:51:24.136 INFO O| Aug 11 16:51:24.136 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88792026-08-11T16:51:25.142Z[ recovery-image] Aug 11 16:51:24.136 INFO O| Aug 11 16:51:24.136 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88802026-08-11T16:51:25.142Z[ recovery-image] Aug 11 16:51:24.136 INFO O| Aug 11 16:51:24.136 INFO ok!
88812026-08-11T16:51:25.142Z[ recovery-image] Aug 11 16:51:24.136 INFO O| Aug 11 16:51:24.136 INFO STEP 35 (ensure_file) COMPLETE
88822026-08-11T16:51:25.142Z[ recovery-image] Aug 11 16:51:24.136 INFO O| Aug 11 16:51:24.136 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88832026-08-11T16:51:25.150Z[ recovery-image] Aug 11 16:51:24.147 INFO O| Aug 11 16:51:24.146 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88842026-08-11T16:51:25.150Z[ recovery-image] Aug 11 16:51:24.147 INFO O| Aug 11 16:51:24.147 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88852026-08-11T16:51:25.150Z[ recovery-image] Aug 11 16:51:24.147 INFO O| Aug 11 16:51:24.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88862026-08-11T16:51:25.153Z[ recovery-image] Aug 11 16:51:24.147 INFO O| Aug 11 16:51:24.147 INFO ok!
88872026-08-11T16:51:25.153Z[ recovery-image] Aug 11 16:51:24.147 INFO O| Aug 11 16:51:24.147 INFO STEP 36 (ensure_file) COMPLETE
88882026-08-11T16:51:25.153Z[ recovery-image] Aug 11 16:51:24.147 INFO O| Aug 11 16:51:24.147 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88892026-08-11T16:51:25.159Z[ recovery-image] Aug 11 16:51:24.158 INFO O| Aug 11 16:51:24.158 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88902026-08-11T16:51:25.159Z[ recovery-image] Aug 11 16:51:24.158 INFO O| Aug 11 16:51:24.158 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88912026-08-11T16:51:25.160Z[ recovery-image] Aug 11 16:51:24.158 INFO O| Aug 11 16:51:24.158 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88922026-08-11T16:51:25.160Z[ recovery-image] Aug 11 16:51:24.158 INFO O| Aug 11 16:51:24.158 INFO ok!
88932026-08-11T16:51:25.163Z[ recovery-image] Aug 11 16:51:24.158 INFO O| Aug 11 16:51:24.158 INFO STEP 37 (ensure_file) COMPLETE
88942026-08-11T16:51:25.163Z[ recovery-image] Aug 11 16:51:24.158 INFO O| Aug 11 16:51:24.158 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88952026-08-11T16:51:25.170Z[ recovery-image] Aug 11 16:51:24.168 INFO O| Aug 11 16:51:24.168 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
88962026-08-11T16:51:25.170Z[ recovery-image] Aug 11 16:51:24.168 INFO O| Aug 11 16:51:24.168 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
88972026-08-11T16:51:25.170Z[ recovery-image] Aug 11 16:51:24.168 INFO O| Aug 11 16:51:24.168 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88982026-08-11T16:51:25.170Z[ recovery-image] Aug 11 16:51:24.168 INFO O| Aug 11 16:51:24.168 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88992026-08-11T16:51:25.173Z[ recovery-image] Aug 11 16:51:24.168 INFO O| Aug 11 16:51:24.168 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89002026-08-11T16:51:25.173Z[ recovery-image] Aug 11 16:51:24.168 INFO O| Aug 11 16:51:24.168 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89012026-08-11T16:51:25.173Z[ recovery-image] Aug 11 16:51:24.168 INFO O| Aug 11 16:51:24.168 INFO ok!
89022026-08-11T16:51:25.173Z[ recovery-image] Aug 11 16:51:24.168 INFO O| Aug 11 16:51:24.168 INFO STEP 38 (ensure_file) COMPLETE
89032026-08-11T16:51:25.174Z[ recovery-image] Aug 11 16:51:24.168 INFO O| Aug 11 16:51:24.168 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89042026-08-11T16:51:25.182Z[ recovery-image] Aug 11 16:51:24.178 INFO O| Aug 11 16:51:24.178 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89052026-08-11T16:51:25.182Z[ recovery-image] Aug 11 16:51:24.178 INFO O| Aug 11 16:51:24.178 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89062026-08-11T16:51:25.187Z[ recovery-image] Aug 11 16:51:24.178 INFO O| Aug 11 16:51:24.178 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89072026-08-11T16:51:25.187Z[ recovery-image] Aug 11 16:51:24.178 INFO O| Aug 11 16:51:24.178 INFO STEP 39 (ensure_dir) COMPLETE
89082026-08-11T16:51:25.187Z[ recovery-image] Aug 11 16:51:24.178 INFO O| Aug 11 16:51:24.178 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89092026-08-11T16:51:25.191Z[ recovery-image] Aug 11 16:51:24.189 INFO O| Aug 11 16:51:24.189 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
89102026-08-11T16:51:25.192Z[ recovery-image] Aug 11 16:51:24.189 INFO O| Aug 11 16:51:24.189 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 ...
89112026-08-11T16:51:25.192Z[ recovery-image] Aug 11 16:51:24.189 INFO O| Aug 11 16:51:24.189 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
89122026-08-11T16:51:25.192Z[ recovery-image] Aug 11 16:51:24.189 INFO O| Aug 11 16:51:24.189 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
89132026-08-11T16:51:25.195Z[ recovery-image] Aug 11 16:51:24.189 INFO O| Aug 11 16:51:24.189 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
89142026-08-11T16:51:25.196Z[ recovery-image] Aug 11 16:51:24.189 INFO O| Aug 11 16:51:24.189 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
89152026-08-11T16:51:25.196Z[ recovery-image] Aug 11 16:51:24.189 INFO O| Aug 11 16:51:24.189 INFO ok!
89162026-08-11T16:51:25.196Z[ recovery-image] Aug 11 16:51:24.189 INFO O| Aug 11 16:51:24.189 INFO STEP 40 (ensure_file) COMPLETE
89172026-08-11T16:51:25.196Z[ recovery-image] Aug 11 16:51:24.189 INFO O| Aug 11 16:51:24.189 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89182026-08-11T16:51:25.201Z[ recovery-image] Aug 11 16:51:24.199 INFO O| Aug 11 16:51:24.199 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89192026-08-11T16:51:25.201Z[ recovery-image] Aug 11 16:51:24.199 INFO O| Aug 11 16:51:24.199 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 ...
89202026-08-11T16:51:25.201Z[ recovery-image] Aug 11 16:51:24.199 INFO O| Aug 11 16:51:24.199 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89212026-08-11T16:51:25.204Z[ recovery-image] Aug 11 16:51:24.199 INFO O| Aug 11 16:51:24.199 INFO ok!
89222026-08-11T16:51:25.204Z[ recovery-image] Aug 11 16:51:24.199 INFO O| Aug 11 16:51:24.199 INFO STEP 41 (ensure_symlink) COMPLETE
89232026-08-11T16:51:25.204Z[ recovery-image] Aug 11 16:51:24.199 INFO O| Aug 11 16:51:24.199 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89242026-08-11T16:51:25.212Z[ recovery-image] Aug 11 16:51:24.210 INFO O| Aug 11 16:51:24.210 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89252026-08-11T16:51:25.212Z[ recovery-image] Aug 11 16:51:24.210 INFO O| Aug 11 16:51:24.210 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89262026-08-11T16:51:25.212Z[ recovery-image] Aug 11 16:51:24.210 INFO O| Aug 11 16:51:24.210 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89272026-08-11T16:51:25.216Z[ recovery-image] Aug 11 16:51:24.210 INFO O| Aug 11 16:51:24.210 INFO ok!
89282026-08-11T16:51:25.216Z[ recovery-image] Aug 11 16:51:24.210 INFO O| Aug 11 16:51:24.210 INFO STEP 42 (ensure_symlink) COMPLETE
89292026-08-11T16:51:25.216Z[ recovery-image] Aug 11 16:51:24.210 INFO O| Aug 11 16:51:24.210 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89302026-08-11T16:51:25.222Z[ recovery-image] Aug 11 16:51:24.221 INFO O| Aug 11 16:51:24.220 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89312026-08-11T16:51:25.222Z[ recovery-image] Aug 11 16:51:24.221 INFO O| Aug 11 16:51:24.220 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89322026-08-11T16:51:25.222Z[ recovery-image] Aug 11 16:51:24.221 INFO O| Aug 11 16:51:24.221 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89332026-08-11T16:51:25.225Z[ recovery-image] Aug 11 16:51:24.221 INFO O| Aug 11 16:51:24.221 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89342026-08-11T16:51:25.225Z[ recovery-image] Aug 11 16:51:24.221 INFO O| Aug 11 16:51:24.221 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89352026-08-11T16:51:25.225Z[ recovery-image] Aug 11 16:51:24.221 INFO O| Aug 11 16:51:24.221 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89362026-08-11T16:51:25.225Z[ recovery-image] Aug 11 16:51:24.221 INFO O| Aug 11 16:51:24.221 INFO ok!
89372026-08-11T16:51:25.225Z[ recovery-image] Aug 11 16:51:24.221 INFO O| Aug 11 16:51:24.221 INFO STEP 43 (ensure_file) COMPLETE
89382026-08-11T16:51:25.225Z[ recovery-image] Aug 11 16:51:24.221 INFO O| Aug 11 16:51:24.221 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89392026-08-11T16:51:25.232Z[ recovery-image] Aug 11 16:51:24.231 INFO O| Aug 11 16:51:24.230 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89402026-08-11T16:51:25.232Z[ recovery-image] Aug 11 16:51:24.231 INFO O| Aug 11 16:51:24.230 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 ...
89412026-08-11T16:51:25.232Z[ recovery-image] Aug 11 16:51:24.231 INFO O| Aug 11 16:51:24.231 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
89422026-08-11T16:51:25.236Z[ recovery-image] Aug 11 16:51:24.231 INFO O| Aug 11 16:51:24.231 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89432026-08-11T16:51:25.236Z[ recovery-image] Aug 11 16:51:24.231 INFO O| Aug 11 16:51:24.231 INFO ok!
89442026-08-11T16:51:25.236Z[ recovery-image] Aug 11 16:51:24.231 INFO O| Aug 11 16:51:24.231 INFO STEP 44 (ensure_file) COMPLETE
89452026-08-11T16:51:25.236Z[ recovery-image] Aug 11 16:51:24.231 INFO O| Aug 11 16:51:24.231 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89462026-08-11T16:51:25.243Z[ recovery-image] Aug 11 16:51:24.242 INFO O| Aug 11 16:51:24.242 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89472026-08-11T16:51:25.243Z[ recovery-image] Aug 11 16:51:24.242 INFO O| Aug 11 16:51:24.242 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89482026-08-11T16:51:25.243Z[ recovery-image] Aug 11 16:51:24.242 INFO O| Aug 11 16:51:24.242 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89492026-08-11T16:51:25.247Z[ recovery-image] Aug 11 16:51:24.242 INFO O| Aug 11 16:51:24.242 INFO ok!
89502026-08-11T16:51:25.247Z[ recovery-image] Aug 11 16:51:24.242 INFO O| Aug 11 16:51:24.242 INFO STEP 45 (ensure_file) COMPLETE
89512026-08-11T16:51:25.247Z[ recovery-image] Aug 11 16:51:24.242 INFO O| Aug 11 16:51:24.242 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89522026-08-11T16:51:25.254Z[ recovery-image] Aug 11 16:51:24.253 INFO O| Aug 11 16:51:24.253 INFO updating shadow file
89532026-08-11T16:51:25.254Z[ recovery-image] Aug 11 16:51:24.253 INFO O| Aug 11 16:51:24.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89542026-08-11T16:51:25.254Z[ recovery-image] Aug 11 16:51:24.253 INFO O| Aug 11 16:51:24.253 INFO STEP 46 (shadow) COMPLETE
89552026-08-11T16:51:25.258Z[ recovery-image] Aug 11 16:51:24.253 INFO O| Aug 11 16:51:24.253 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89562026-08-11T16:51:25.265Z[ recovery-image] Aug 11 16:51:24.263 INFO O| Aug 11 16:51:24.263 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89572026-08-11T16:51:25.265Z[ recovery-image] Aug 11 16:51:24.263 INFO O| Aug 11 16:51:24.263 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89582026-08-11T16:51:25.265Z[ recovery-image] Aug 11 16:51:24.263 INFO O| Aug 11 16:51:24.263 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89592026-08-11T16:51:25.265Z[ recovery-image] Aug 11 16:51:24.263 INFO O| Aug 11 16:51:24.263 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89602026-08-11T16:51:25.265Z[ recovery-image] Aug 11 16:51:24.263 INFO O| Aug 11 16:51:24.263 INFO ok!
89612026-08-11T16:51:25.265Z[ recovery-image] Aug 11 16:51:24.263 INFO O| Aug 11 16:51:24.263 INFO STEP 47 (ensure_file) COMPLETE
89622026-08-11T16:51:25.265Z[ recovery-image] Aug 11 16:51:24.263 INFO O| Aug 11 16:51:24.263 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89632026-08-11T16:51:25.277Z[ recovery-image] Aug 11 16:51:24.275 INFO O| Aug 11 16:51:24.275 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89642026-08-11T16:51:25.277Z[ recovery-image] Aug 11 16:51:24.275 INFO O| Aug 11 16:51:24.275 INFO STEP 48 (ensure_dir) COMPLETE
89652026-08-11T16:51:25.277Z[ recovery-image] Aug 11 16:51:24.275 INFO O| Aug 11 16:51:24.275 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89662026-08-11T16:51:25.286Z[ recovery-image] Aug 11 16:51:24.284 INFO O| Aug 11 16:51:24.284 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89672026-08-11T16:51:25.286Z[ recovery-image] Aug 11 16:51:24.284 INFO O| Aug 11 16:51:24.284 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89682026-08-11T16:51:25.286Z[ recovery-image] Aug 11 16:51:24.284 INFO O| Aug 11 16:51:24.284 INFO STEP 49 (ensure_dir) COMPLETE
89692026-08-11T16:51:25.289Z[ recovery-image] Aug 11 16:51:24.284 INFO O| Aug 11 16:51:24.284 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89702026-08-11T16:51:25.295Z[ recovery-image] Aug 11 16:51:24.293 INFO O| Aug 11 16:51:24.293 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89712026-08-11T16:51:25.295Z[ recovery-image] Aug 11 16:51:24.293 INFO O| Aug 11 16:51:24.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89722026-08-11T16:51:25.295Z[ recovery-image] Aug 11 16:51:24.293 INFO O| Aug 11 16:51:24.293 INFO STEP 50 (ensure_dir) COMPLETE
89732026-08-11T16:51:25.300Z[ recovery-image] Aug 11 16:51:24.293 INFO O| Aug 11 16:51:24.293 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89742026-08-11T16:51:25.304Z[ recovery-image] Aug 11 16:51:24.302 INFO O| Aug 11 16:51:24.302 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89752026-08-11T16:51:25.304Z[ recovery-image] Aug 11 16:51:24.302 INFO O| Aug 11 16:51:24.302 INFO copying /tmp/.tmpeFO11Z/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89762026-08-11T16:51:25.333Z[ recovery-image] Aug 11 16:51:24.332 INFO O| Aug 11 16:51:24.332 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89772026-08-11T16:51:25.333Z[ recovery-image] Aug 11 16:51:24.332 INFO O| Aug 11 16:51:24.332 INFO ok!
89782026-08-11T16:51:25.337Z[ recovery-image] Aug 11 16:51:24.332 INFO O| Aug 11 16:51:24.332 INFO STEP 51 (ensure_file) COMPLETE
89792026-08-11T16:51:25.337Z[ recovery-image] Aug 11 16:51:24.332 INFO O| Aug 11 16:51:24.332 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89802026-08-11T16:51:25.348Z[ recovery-image] Aug 11 16:51:24.342 INFO O| Aug 11 16:51:24.342 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89812026-08-11T16:51:25.348Z[ recovery-image] Aug 11 16:51:24.342 INFO O| Aug 11 16:51:24.342 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89822026-08-11T16:51:25.348Z[ recovery-image] Aug 11 16:51:24.342 INFO O| Aug 11 16:51:24.342 INFO STEP 52 (ensure_dir) COMPLETE
89832026-08-11T16:51:25.357Z[ recovery-image] Aug 11 16:51:24.342 INFO O| Aug 11 16:51:24.342 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89842026-08-11T16:51:25.361Z[ recovery-image] Aug 11 16:51:24.353 INFO O| Aug 11 16:51:24.353 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89852026-08-11T16:51:25.361Z[ recovery-image] Aug 11 16:51:24.353 INFO O| Aug 11 16:51:24.353 INFO copying /tmp/.tmpeFO11Z/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89862026-08-11T16:51:25.361Z[ recovery-image] Aug 11 16:51:24.353 INFO O| Aug 11 16:51:24.353 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89872026-08-11T16:51:25.361Z[ recovery-image] Aug 11 16:51:24.353 INFO O| Aug 11 16:51:24.353 INFO ok!
89882026-08-11T16:51:25.361Z[ recovery-image] Aug 11 16:51:24.353 INFO O| Aug 11 16:51:24.353 INFO STEP 53 (ensure_file) COMPLETE
89892026-08-11T16:51:25.361Z[ recovery-image] Aug 11 16:51:24.353 INFO O| Aug 11 16:51:24.353 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89902026-08-11T16:51:25.366Z[ recovery-image] Aug 11 16:51:24.364 INFO O| Aug 11 16:51:24.364 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89912026-08-11T16:51:25.366Z[ recovery-image] Aug 11 16:51:24.364 INFO O| Aug 11 16:51:24.364 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89922026-08-11T16:51:25.366Z[ recovery-image] Aug 11 16:51:24.364 INFO O| Aug 11 16:51:24.364 INFO STEP 54 (ensure_dir) COMPLETE
89932026-08-11T16:51:25.366Z[ recovery-image] Aug 11 16:51:24.364 INFO O| Aug 11 16:51:24.364 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89942026-08-11T16:51:25.377Z[ recovery-image] Aug 11 16:51:24.376 INFO O| Aug 11 16:51:24.375 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
89952026-08-11T16:51:25.377Z[ recovery-image] Aug 11 16:51:24.376 INFO O| Aug 11 16:51:24.376 INFO copying /tmp/.tmpeFO11Z/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
89962026-08-11T16:51:25.523Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
89972026-08-11T16:51:25.956Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
89982026-08-11T16:51:26.147Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
89992026-08-11T16:51:26.446Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
90002026-08-11T16:51:26.518Z[verify-libraries] Compiling multimap v0.10.1
90012026-08-11T16:51:26.563Z[verify-libraries] Compiling termios v0.3.3
90022026-08-11T16:51:26.833Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
90032026-08-11T16:51:26.837Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
90042026-08-11T16:51:26.901Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
90052026-08-11T16:51:27.408Z[ recovery-image] Aug 11 16:51:26.406 INFO O| Aug 11 16:51:26.406 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90062026-08-11T16:51:27.408Z[ recovery-image] Aug 11 16:51:26.406 INFO O| Aug 11 16:51:26.406 INFO ok!
90072026-08-11T16:51:27.408Z[ recovery-image] Aug 11 16:51:26.406 INFO O| Aug 11 16:51:26.406 INFO STEP 55 (ensure_file) COMPLETE
90082026-08-11T16:51:27.412Z[ recovery-image] Aug 11 16:51:26.406 INFO O| Aug 11 16:51:26.406 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90092026-08-11T16:51:27.419Z[ recovery-image] Aug 11 16:51:26.417 INFO O| Aug 11 16:51:26.417 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90102026-08-11T16:51:27.419Z[ recovery-image] Aug 11 16:51:26.417 INFO O| Aug 11 16:51:26.417 INFO copying /tmp/.tmpeFO11Z/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90112026-08-11T16:51:29.418Z[ recovery-image] Aug 11 16:51:28.416 INFO O| Aug 11 16:51:28.416 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90122026-08-11T16:51:29.418Z[ recovery-image] Aug 11 16:51:28.416 INFO O| Aug 11 16:51:28.416 INFO ok!
90132026-08-11T16:51:29.421Z[ recovery-image] Aug 11 16:51:28.416 INFO O| Aug 11 16:51:28.416 INFO STEP 56 (ensure_file) COMPLETE
90142026-08-11T16:51:29.421Z[ recovery-image] Aug 11 16:51:28.416 INFO O| Aug 11 16:51:28.416 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90152026-08-11T16:51:29.429Z[ recovery-image] Aug 11 16:51:28.427 INFO O| Aug 11 16:51:28.427 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90162026-08-11T16:51:29.429Z[ recovery-image] Aug 11 16:51:28.427 INFO O| Aug 11 16:51:28.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90172026-08-11T16:51:29.432Z[ recovery-image] Aug 11 16:51:28.427 INFO O| Aug 11 16:51:28.427 INFO STEP 57 (ensure_dir) COMPLETE
90182026-08-11T16:51:29.432Z[ recovery-image] Aug 11 16:51:28.427 INFO O| Aug 11 16:51:28.427 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90192026-08-11T16:51:29.439Z[ recovery-image] Aug 11 16:51:28.436 INFO O| Aug 11 16:51:28.435 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90202026-08-11T16:51:29.439Z[ recovery-image] Aug 11 16:51:28.436 INFO O| Aug 11 16:51:28.436 INFO copying /tmp/.tmpeFO11Z/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 ...
90212026-08-11T16:51:29.442Z[ recovery-image] Aug 11 16:51:28.436 INFO O| Aug 11 16:51:28.436 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
90222026-08-11T16:51:29.442Z[ recovery-image] Aug 11 16:51:28.436 INFO O| Aug 11 16:51:28.436 INFO ok!
90232026-08-11T16:51:29.442Z[ recovery-image] Aug 11 16:51:28.436 INFO O| Aug 11 16:51:28.436 INFO STEP 58 (ensure_file) COMPLETE
90242026-08-11T16:51:29.442Z[ recovery-image] Aug 11 16:51:28.436 INFO O| Aug 11 16:51:28.436 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90252026-08-11T16:51:29.446Z[ recovery-image] Aug 11 16:51:28.445 INFO O| Aug 11 16:51:28.445 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90262026-08-11T16:51:29.446Z[ recovery-image] Aug 11 16:51:28.445 INFO O| Aug 11 16:51:28.445 INFO copying /tmp/.tmpeFO11Z/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 ...
90272026-08-11T16:51:29.450Z[ recovery-image] Aug 11 16:51:28.445 INFO O| Aug 11 16:51:28.445 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
90282026-08-11T16:51:29.450Z[ recovery-image] Aug 11 16:51:28.445 INFO O| Aug 11 16:51:28.445 INFO ok!
90292026-08-11T16:51:29.450Z[ recovery-image] Aug 11 16:51:28.445 INFO O| Aug 11 16:51:28.445 INFO STEP 59 (ensure_file) COMPLETE
90302026-08-11T16:51:29.450Z[ recovery-image] Aug 11 16:51:28.445 INFO O| Aug 11 16:51:28.445 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90312026-08-11T16:51:29.456Z[ recovery-image] Aug 11 16:51:28.455 INFO O| Aug 11 16:51:28.455 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90322026-08-11T16:51:29.456Z[ recovery-image] Aug 11 16:51:28.455 INFO O| Aug 11 16:51:28.455 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90332026-08-11T16:51:29.456Z[ recovery-image] Aug 11 16:51:28.455 INFO O| Aug 11 16:51:28.455 INFO STEP 60 (ensure_dir) COMPLETE
90342026-08-11T16:51:29.460Z[ recovery-image] Aug 11 16:51:28.455 INFO O| Aug 11 16:51:28.455 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90352026-08-11T16:51:29.466Z[ recovery-image] Aug 11 16:51:28.465 INFO O| Aug 11 16:51:28.465 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90362026-08-11T16:51:29.466Z[ recovery-image] Aug 11 16:51:28.465 INFO O| Aug 11 16:51:28.465 INFO copying /tmp/.tmpeFO11Z/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 ...
90372026-08-11T16:51:29.466Z[ recovery-image] Aug 11 16:51:28.465 INFO O| Aug 11 16:51:28.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90382026-08-11T16:51:29.466Z[ recovery-image] Aug 11 16:51:28.465 INFO O| Aug 11 16:51:28.465 INFO ok!
90392026-08-11T16:51:29.466Z[ recovery-image] Aug 11 16:51:28.465 INFO O| Aug 11 16:51:28.465 INFO STEP 61 (ensure_file) COMPLETE
90402026-08-11T16:51:29.467Z[ recovery-image] Aug 11 16:51:28.465 INFO O| Aug 11 16:51:28.465 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90412026-08-11T16:51:29.477Z[ recovery-image] Aug 11 16:51:28.476 INFO O| Aug 11 16:51:28.476 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90422026-08-11T16:51:29.478Z[ recovery-image] Aug 11 16:51:28.476 INFO O| Aug 11 16:51:28.476 INFO copying /tmp/.tmpeFO11Z/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 ...
90432026-08-11T16:51:29.481Z[ recovery-image] Aug 11 16:51:28.476 INFO O| Aug 11 16:51:28.476 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
90442026-08-11T16:51:29.481Z[ recovery-image] Aug 11 16:51:28.476 INFO O| Aug 11 16:51:28.476 INFO ok!
90452026-08-11T16:51:29.481Z[ recovery-image] Aug 11 16:51:28.476 INFO O| Aug 11 16:51:28.476 INFO STEP 62 (ensure_file) COMPLETE
90462026-08-11T16:51:29.481Z[ recovery-image] Aug 11 16:51:28.476 INFO O| Aug 11 16:51:28.476 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90472026-08-11T16:51:29.490Z[ recovery-image] Aug 11 16:51:28.487 INFO O| Aug 11 16:51:28.487 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90482026-08-11T16:51:29.490Z[ recovery-image] Aug 11 16:51:28.487 INFO O| Aug 11 16:51:28.487 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90492026-08-11T16:51:29.493Z[ recovery-image] Aug 11 16:51:28.487 INFO O| Aug 11 16:51:28.487 INFO STEP 63 (ensure_dir) COMPLETE
90502026-08-11T16:51:29.493Z[ recovery-image] Aug 11 16:51:28.487 INFO O| Aug 11 16:51:28.487 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90512026-08-11T16:51:29.503Z[ recovery-image] Aug 11 16:51:28.501 INFO O| Aug 11 16:51:28.501 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90522026-08-11T16:51:29.503Z[ recovery-image] Aug 11 16:51:28.501 INFO O| Aug 11 16:51:28.501 INFO copying /tmp/.tmpeFO11Z/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 ...
90532026-08-11T16:51:29.503Z[ recovery-image] Aug 11 16:51:28.501 INFO O| Aug 11 16:51:28.501 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90542026-08-11T16:51:29.506Z[ recovery-image] Aug 11 16:51:28.501 INFO O| Aug 11 16:51:28.501 INFO ok!
90552026-08-11T16:51:29.506Z[ recovery-image] Aug 11 16:51:28.501 INFO O| Aug 11 16:51:28.501 INFO STEP 64 (ensure_file) COMPLETE
90562026-08-11T16:51:29.506Z[ recovery-image] Aug 11 16:51:28.501 INFO O| Aug 11 16:51:28.501 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90572026-08-11T16:51:29.515Z[ recovery-image] Aug 11 16:51:28.513 INFO O| Aug 11 16:51:28.513 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90582026-08-11T16:51:29.515Z[ recovery-image] Aug 11 16:51:28.513 INFO O| Aug 11 16:51:28.513 INFO copying /tmp/.tmpeFO11Z/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90592026-08-11T16:51:29.515Z[ recovery-image] Aug 11 16:51:28.513 INFO O| Aug 11 16:51:28.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90602026-08-11T16:51:29.515Z[ recovery-image] Aug 11 16:51:28.513 INFO O| Aug 11 16:51:28.513 INFO ok!
90612026-08-11T16:51:29.518Z[ recovery-image] Aug 11 16:51:28.513 INFO O| Aug 11 16:51:28.513 INFO STEP 65 (ensure_file) COMPLETE
90622026-08-11T16:51:29.518Z[ recovery-image] Aug 11 16:51:28.513 INFO O| Aug 11 16:51:28.513 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90632026-08-11T16:51:29.526Z[ recovery-image] Aug 11 16:51:28.524 INFO O| Aug 11 16:51:28.524 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90642026-08-11T16:51:29.526Z[ recovery-image] Aug 11 16:51:28.524 INFO O| Aug 11 16:51:28.524 INFO STEP 66 (ensure_dir) COMPLETE
90652026-08-11T16:51:29.526Z[ recovery-image] Aug 11 16:51:28.524 INFO O| Aug 11 16:51:28.524 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90662026-08-11T16:51:29.538Z[ recovery-image] Aug 11 16:51:28.534 INFO O| Aug 11 16:51:28.534 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90672026-08-11T16:51:29.538Z[ recovery-image] Aug 11 16:51:28.534 INFO O| Aug 11 16:51:28.534 INFO STEP 67 (ensure_dir) COMPLETE
90682026-08-11T16:51:29.538Z[ recovery-image] Aug 11 16:51:28.534 INFO O| Aug 11 16:51:28.534 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90692026-08-11T16:51:29.545Z[ recovery-image] Aug 11 16:51:28.543 INFO O| Aug 11 16:51:28.543 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90702026-08-11T16:51:29.545Z[ recovery-image] Aug 11 16:51:28.543 INFO O| Aug 11 16:51:28.543 INFO STEP 68 (ensure_dir) COMPLETE
90712026-08-11T16:51:29.545Z[ recovery-image] Aug 11 16:51:28.543 INFO O| Aug 11 16:51:28.543 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90722026-08-11T16:51:29.554Z[ recovery-image] Aug 11 16:51:28.552 INFO O| Aug 11 16:51:28.552 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90732026-08-11T16:51:29.554Z[ recovery-image] Aug 11 16:51:28.552 INFO O| Aug 11 16:51:28.552 INFO STEP 69 (ensure_dir) COMPLETE
90742026-08-11T16:51:29.558Z[ recovery-image] Aug 11 16:51:28.552 INFO O| Aug 11 16:51:28.552 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90752026-08-11T16:51:29.564Z[ recovery-image] Aug 11 16:51:28.563 INFO O| Aug 11 16:51:28.563 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90762026-08-11T16:51:29.564Z[ recovery-image] Aug 11 16:51:28.563 INFO O| Aug 11 16:51:28.563 INFO copying /tmp/.tmpeFO11Z/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90772026-08-11T16:51:29.565Z[ recovery-image] Aug 11 16:51:28.563 INFO O| Aug 11 16:51:28.563 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90782026-08-11T16:51:29.565Z[ recovery-image] Aug 11 16:51:28.563 INFO O| Aug 11 16:51:28.563 INFO ok!
90792026-08-11T16:51:29.570Z[ recovery-image] Aug 11 16:51:28.563 INFO O| Aug 11 16:51:28.563 INFO STEP 70 (ensure_file) COMPLETE
90802026-08-11T16:51:29.570Z[ recovery-image] Aug 11 16:51:28.563 INFO O| Aug 11 16:51:28.563 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90812026-08-11T16:51:29.576Z[ recovery-image] Aug 11 16:51:28.573 INFO O| Aug 11 16:51:28.573 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
90822026-08-11T16:51:29.578Z[ recovery-image] Aug 11 16:51:28.573 INFO O| Aug 11 16:51:28.573 INFO STEP 71 (remove_files) COMPLETE
90832026-08-11T16:51:29.578Z[ recovery-image] Aug 11 16:51:28.573 INFO O| Aug 11 16:51:28.573 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90842026-08-11T16:51:29.585Z[ recovery-image] Aug 11 16:51:28.582 INFO O| Aug 11 16:51:28.582 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
90852026-08-11T16:51:29.585Z[ recovery-image] Aug 11 16:51:28.582 INFO O| Aug 11 16:51:28.582 INFO STEP 72 (remove_files) COMPLETE
90862026-08-11T16:51:29.585Z[ recovery-image] Aug 11 16:51:28.582 INFO O| Aug 11 16:51:28.582 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90872026-08-11T16:51:29.593Z[ recovery-image] Aug 11 16:51:28.592 INFO O| Aug 11 16:51:28.592 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
90882026-08-11T16:51:29.593Z[ recovery-image] Aug 11 16:51:28.592 INFO O| Aug 11 16:51:28.592 INFO STEP 73 (remove_files) COMPLETE
90892026-08-11T16:51:29.597Z[ recovery-image] Aug 11 16:51:28.592 INFO O| Aug 11 16:51:28.592 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90902026-08-11T16:51:29.603Z[ recovery-image] Aug 11 16:51:28.601 INFO O| Aug 11 16:51:28.601 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
90912026-08-11T16:51:29.603Z[ recovery-image] Aug 11 16:51:28.601 INFO O| Aug 11 16:51:28.601 INFO STEP 74 (remove_files) COMPLETE
90922026-08-11T16:51:29.606Z[ recovery-image] Aug 11 16:51:28.601 INFO O| Aug 11 16:51:28.601 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90932026-08-11T16:51:29.614Z[ recovery-image] Aug 11 16:51:28.611 INFO O| Aug 11 16:51:28.611 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90942026-08-11T16:51:29.615Z[ recovery-image] Aug 11 16:51:28.611 INFO O| Aug 11 16:51:28.611 INFO STEP 75 (remove_files) COMPLETE
90952026-08-11T16:51:29.615Z[ recovery-image] Aug 11 16:51:28.611 INFO O| Aug 11 16:51:28.611 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90962026-08-11T16:51:29.623Z[ recovery-image] Aug 11 16:51:28.621 INFO O| Aug 11 16:51:28.621 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
90972026-08-11T16:51:29.623Z[ recovery-image] Aug 11 16:51:28.621 INFO O| Aug 11 16:51:28.621 INFO STEP 76 (remove_files) COMPLETE
90982026-08-11T16:51:29.623Z[ recovery-image] Aug 11 16:51:28.621 INFO O| Aug 11 16:51:28.621 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90992026-08-11T16:51:29.637Z[ recovery-image] Aug 11 16:51:28.635 INFO O| Aug 11 16:51:28.635 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91002026-08-11T16:51:29.637Z[ recovery-image] Aug 11 16:51:28.635 INFO O| Aug 11 16:51:28.635 INFO STEP 77 (remove_files) COMPLETE
91012026-08-11T16:51:29.637Z[ recovery-image] Aug 11 16:51:28.635 INFO O| Aug 11 16:51:28.635 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91022026-08-11T16:51:29.647Z[ recovery-image] Aug 11 16:51:28.645 INFO O| Aug 11 16:51:28.645 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91032026-08-11T16:51:29.650Z[ recovery-image] Aug 11 16:51:28.645 INFO O| Aug 11 16:51:28.645 INFO STEP 78 (remove_files) COMPLETE
91042026-08-11T16:51:29.650Z[ recovery-image] Aug 11 16:51:28.645 INFO O| Aug 11 16:51:28.645 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91052026-08-11T16:51:29.657Z[ recovery-image] Aug 11 16:51:28.655 INFO O| Aug 11 16:51:28.655 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91062026-08-11T16:51:29.657Z[ recovery-image] Aug 11 16:51:28.655 INFO O| Aug 11 16:51:28.655 INFO STEP 79 (remove_files) COMPLETE
91072026-08-11T16:51:29.657Z[ recovery-image] Aug 11 16:51:28.655 INFO O| Aug 11 16:51:28.655 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91082026-08-11T16:51:29.671Z[ recovery-image] Aug 11 16:51:28.665 INFO O| Aug 11 16:51:28.665 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91092026-08-11T16:51:29.671Z[ recovery-image] Aug 11 16:51:28.665 INFO O| Aug 11 16:51:28.665 INFO STEP 80 (remove_files) COMPLETE
91102026-08-11T16:51:29.675Z[ recovery-image] Aug 11 16:51:28.665 INFO O| Aug 11 16:51:28.665 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91112026-08-11T16:51:29.679Z[ recovery-image] Aug 11 16:51:28.675 INFO O| Aug 11 16:51:28.675 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91122026-08-11T16:51:29.679Z[ recovery-image] Aug 11 16:51:28.675 INFO O| Aug 11 16:51:28.675 INFO STEP 81 (remove_files) COMPLETE
91132026-08-11T16:51:29.679Z[ recovery-image] Aug 11 16:51:28.675 INFO O| Aug 11 16:51:28.675 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91142026-08-11T16:51:29.686Z[ recovery-image] Aug 11 16:51:28.685 INFO O| Aug 11 16:51:28.685 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91152026-08-11T16:51:29.686Z[ recovery-image] Aug 11 16:51:28.685 INFO O| Aug 11 16:51:28.685 INFO STEP 82 (remove_files) COMPLETE
91162026-08-11T16:51:29.686Z[ recovery-image] Aug 11 16:51:28.685 INFO O| Aug 11 16:51:28.685 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91172026-08-11T16:51:29.696Z[ recovery-image] Aug 11 16:51:28.694 INFO O| Aug 11 16:51:28.694 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91182026-08-11T16:51:29.696Z[ recovery-image] Aug 11 16:51:28.694 INFO O| Aug 11 16:51:28.694 INFO STEP 83 (remove_files) COMPLETE
91192026-08-11T16:51:29.699Z[ recovery-image] Aug 11 16:51:28.694 INFO O| Aug 11 16:51:28.694 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91202026-08-11T16:51:29.706Z[ recovery-image] Aug 11 16:51:28.704 INFO O| Aug 11 16:51:28.704 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91212026-08-11T16:51:29.706Z[ recovery-image] Aug 11 16:51:28.704 INFO O| Aug 11 16:51:28.704 INFO STEP 84 (remove_files) COMPLETE
91222026-08-11T16:51:29.709Z[ recovery-image] Aug 11 16:51:28.704 INFO O| Aug 11 16:51:28.704 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91232026-08-11T16:51:29.716Z[ recovery-image] Aug 11 16:51:28.714 INFO O| Aug 11 16:51:28.714 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91242026-08-11T16:51:29.716Z[ recovery-image] Aug 11 16:51:28.714 INFO O| Aug 11 16:51:28.714 INFO STEP 85 (remove_files) COMPLETE
91252026-08-11T16:51:29.719Z[ recovery-image] Aug 11 16:51:28.714 INFO O| Aug 11 16:51:28.714 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91262026-08-11T16:51:29.726Z[ recovery-image] Aug 11 16:51:28.724 INFO O| Aug 11 16:51:28.724 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91272026-08-11T16:51:29.726Z[ recovery-image] Aug 11 16:51:28.724 INFO O| Aug 11 16:51:28.724 INFO STEP 86 (remove_files) COMPLETE
91282026-08-11T16:51:29.726Z[ recovery-image] Aug 11 16:51:28.724 INFO O| Aug 11 16:51:28.724 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91292026-08-11T16:51:29.736Z[ recovery-image] Aug 11 16:51:28.735 INFO O| Aug 11 16:51:28.735 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91302026-08-11T16:51:29.736Z[ recovery-image] Aug 11 16:51:28.735 INFO O| Aug 11 16:51:28.735 INFO STEP 87 (remove_files) COMPLETE
91312026-08-11T16:51:29.736Z[ recovery-image] Aug 11 16:51:28.735 INFO O| Aug 11 16:51:28.735 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91322026-08-11T16:51:29.801Z[ recovery-image] Aug 11 16:51:28.745 INFO O| Aug 11 16:51:28.745 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91332026-08-11T16:51:29.801Z[ recovery-image] Aug 11 16:51:28.745 INFO O| Aug 11 16:51:28.745 INFO STEP 88 (remove_files) COMPLETE
91342026-08-11T16:51:29.806Z[ recovery-image] Aug 11 16:51:28.745 INFO O| Aug 11 16:51:28.745 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91352026-08-11T16:51:29.806Z[ recovery-image] Aug 11 16:51:28.755 INFO O| Aug 11 16:51:28.755 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91362026-08-11T16:51:29.806Z[ recovery-image] Aug 11 16:51:28.755 INFO O| Aug 11 16:51:28.755 INFO STEP 89 (remove_files) COMPLETE
91372026-08-11T16:51:29.807Z[ recovery-image] Aug 11 16:51:28.755 INFO O| Aug 11 16:51:28.755 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91382026-08-11T16:51:29.807Z[ recovery-image] Aug 11 16:51:28.765 INFO O| Aug 11 16:51:28.765 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91392026-08-11T16:51:29.807Z[ recovery-image] Aug 11 16:51:28.765 INFO O| Aug 11 16:51:28.765 INFO STEP 90 (remove_files) COMPLETE
91402026-08-11T16:51:29.807Z[ recovery-image] Aug 11 16:51:28.765 INFO O| Aug 11 16:51:28.765 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-08-11T16:51:29.807Z[ recovery-image] Aug 11 16:51:28.775 INFO O| Aug 11 16:51:28.775 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91422026-08-11T16:51:29.807Z[ recovery-image] Aug 11 16:51:28.775 INFO O| Aug 11 16:51:28.775 INFO STEP 91 (remove_files) COMPLETE
91432026-08-11T16:51:29.807Z[ recovery-image] Aug 11 16:51:28.775 INFO O| Aug 11 16:51:28.775 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-08-11T16:51:29.807Z[ recovery-image] Aug 11 16:51:28.785 INFO O| Aug 11 16:51:28.785 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91452026-08-11T16:51:29.807Z[ recovery-image] Aug 11 16:51:28.785 INFO O| Aug 11 16:51:28.785 INFO STEP 92 (remove_files) COMPLETE
91462026-08-11T16:51:29.807Z[ recovery-image] Aug 11 16:51:28.785 INFO O| Aug 11 16:51:28.785 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-08-11T16:51:29.807Z[ recovery-image] Aug 11 16:51:28.795 INFO O| Aug 11 16:51:28.795 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91482026-08-11T16:51:29.807Z[ recovery-image] Aug 11 16:51:28.795 INFO O| Aug 11 16:51:28.795 INFO STEP 93 (remove_files) COMPLETE
91492026-08-11T16:51:29.807Z[ recovery-image] Aug 11 16:51:28.795 INFO O| Aug 11 16:51:28.795 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91502026-08-11T16:51:29.811Z[ recovery-image] Aug 11 16:51:28.805 INFO O| Aug 11 16:51:28.805 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91512026-08-11T16:51:29.811Z[ recovery-image] Aug 11 16:51:28.805 INFO O| Aug 11 16:51:28.805 INFO STEP 94 (remove_files) COMPLETE
91522026-08-11T16:51:29.811Z[ recovery-image] Aug 11 16:51:28.805 INFO O| Aug 11 16:51:28.805 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91532026-08-11T16:51:29.816Z[ recovery-image] Aug 11 16:51:28.815 INFO O| Aug 11 16:51:28.814 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91542026-08-11T16:51:29.817Z[ recovery-image] Aug 11 16:51:28.815 INFO O| Aug 11 16:51:28.815 INFO STEP 95 (remove_files) COMPLETE
91552026-08-11T16:51:29.820Z[ recovery-image] Aug 11 16:51:28.815 INFO O| Aug 11 16:51:28.815 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91562026-08-11T16:51:29.826Z[ recovery-image] Aug 11 16:51:28.824 INFO O| Aug 11 16:51:28.824 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91572026-08-11T16:51:29.826Z[ recovery-image] Aug 11 16:51:28.824 INFO O| Aug 11 16:51:28.824 INFO STEP 96 (remove_files) COMPLETE
91582026-08-11T16:51:29.826Z[ recovery-image] Aug 11 16:51:28.824 INFO O| Aug 11 16:51:28.824 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91592026-08-11T16:51:29.836Z[ recovery-image] Aug 11 16:51:28.834 INFO O| Aug 11 16:51:28.834 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91602026-08-11T16:51:29.836Z[ recovery-image] Aug 11 16:51:28.834 INFO O| Aug 11 16:51:28.834 INFO STEP 97 (remove_files) COMPLETE
91612026-08-11T16:51:29.849Z[ recovery-image] Aug 11 16:51:28.834 INFO O| Aug 11 16:51:28.834 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91622026-08-11T16:51:29.889Z[ recovery-image] Aug 11 16:51:28.887 INFO O| Aug 11 16:51:28.887 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91632026-08-11T16:51:29.889Z[ recovery-image] Aug 11 16:51:28.887 INFO O| Aug 11 16:51:28.887 INFO STEP 98 (remove_files) COMPLETE
91642026-08-11T16:51:29.889Z[ recovery-image] Aug 11 16:51:28.887 INFO O| Aug 11 16:51:28.887 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91652026-08-11T16:51:29.900Z[ recovery-image] Aug 11 16:51:28.899 INFO O| Aug 11 16:51:28.899 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91662026-08-11T16:51:29.900Z[ recovery-image] Aug 11 16:51:28.899 INFO O| Aug 11 16:51:28.899 INFO STEP 99 (remove_files) COMPLETE
91672026-08-11T16:51:29.900Z[ recovery-image] Aug 11 16:51:28.899 INFO O| Aug 11 16:51:28.899 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91682026-08-11T16:51:29.916Z[ recovery-image] Aug 11 16:51:28.914 INFO O| Aug 11 16:51:28.914 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91692026-08-11T16:51:29.916Z[ recovery-image] Aug 11 16:51:28.914 INFO O| Aug 11 16:51:28.914 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
91702026-08-11T16:51:31.632Z[verify-libraries] Compiling polar-core v0.27.3
91712026-08-11T16:51:35.528Z[ recovery-image] Aug 11 16:51:34.525 INFO O| Aug 11 16:51:34.525 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
91722026-08-11T16:51:35.528Z[ recovery-image] Aug 11 16:51:34.525 INFO O| Aug 11 16:51:34.525 INFO E| svccfg: Loaded 69 smf(7) service descriptions
91732026-08-11T16:51:35.541Z[ recovery-image] Aug 11 16:51:34.540 INFO O| Aug 11 16:51:34.540 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
91742026-08-11T16:51:35.640Z[ recovery-image] Aug 11 16:51:34.637 INFO O| Aug 11 16:51:34.637 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
91752026-08-11T16:51:35.701Z[ recovery-image] Aug 11 16:51:34.694 INFO O| Aug 11 16:51:34.693 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
91762026-08-11T16:51:35.760Z[ recovery-image] Aug 11 16:51:34.758 INFO O| Aug 11 16:51:34.758 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
91772026-08-11T16:51:35.760Z[ recovery-image] Aug 11 16:51:34.758 INFO O| Aug 11 16:51:34.758 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 ...
91782026-08-11T16:51:35.763Z[ recovery-image] Aug 11 16:51:34.759 INFO O| Aug 11 16:51:34.759 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
91792026-08-11T16:51:35.764Z[ recovery-image] Aug 11 16:51:34.759 INFO O| Aug 11 16:51:34.759 INFO ok!
91802026-08-11T16:51:35.764Z[ recovery-image] Aug 11 16:51:34.759 INFO O| Aug 11 16:51:34.759 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
91812026-08-11T16:51:35.764Z[ recovery-image] Aug 11 16:51:34.759 INFO O| Aug 11 16:51:34.759 INFO STEP 100 (seed_smf) COMPLETE
91822026-08-11T16:51:35.764Z[ recovery-image] Aug 11 16:51:34.759 INFO O| Aug 11 16:51:34.759 INFO steps complete; finalising image!
91832026-08-11T16:51:35.764Z[ recovery-image] Aug 11 16:51:34.759 INFO O| Aug 11 16:51:34.759 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
91842026-08-11T16:51:35.848Z[ recovery-image] Aug 11 16:51:34.837 INFO O| Aug 11 16:51:34.837 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Aug 11 16:51:34 2026)
91852026-08-11T16:51:36.045Z[ recovery-image] Aug 11 16:51:35.043 INFO O| Aug 11 16:51:35.043 INFO trim TEMPORARY-sled-zfs-recovery: (83% trimmed, started at Tue Aug 11 16:51:34 2026)
91862026-08-11T16:51:36.252Z[ recovery-image] Aug 11 16:51:35.250 INFO O| Aug 11 16:51:35.250 INFO trim TEMPORARY-sled-zfs-recovery: (83% trimmed, started at Tue Aug 11 16:51:34 2026)
91872026-08-11T16:51:36.458Z[ recovery-image] Aug 11 16:51:35.457 INFO O| Aug 11 16:51:35.456 INFO trim TEMPORARY-sled-zfs-recovery: (83% trimmed, started at Tue Aug 11 16:51:34 2026)
91882026-08-11T16:51:36.693Z[ recovery-image] Aug 11 16:51:35.691 INFO O| Aug 11 16:51:35.691 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Tue Aug 11 16:51:34 2026)
91892026-08-11T16:51:36.901Z[ recovery-image] Aug 11 16:51:35.897 INFO O| Aug 11 16:51:35.897 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Tue Aug 11 16:51:34 2026)
91902026-08-11T16:51:37.108Z[ recovery-image] Aug 11 16:51:36.103 INFO O| Aug 11 16:51:36.103 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Tue Aug 11 16:51:34 2026)
91912026-08-11T16:51:37.318Z[ recovery-image] Aug 11 16:51:36.310 INFO O| Aug 11 16:51:36.310 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Tue Aug 11 16:51:34 2026)
91922026-08-11T16:51:37.567Z[ recovery-image] Aug 11 16:51:36.564 INFO O| Aug 11 16:51:36.564 INFO temporary pool has 495M used, 1.27G avail, 1.00x compressratio
91932026-08-11T16:51:37.567Z[ recovery-image] Aug 11 16:51:36.564 INFO O| Aug 11 16:51:36.564 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
91942026-08-11T16:51:38.257Z[ host-image] Aug 11 16:51:37.254 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24182:20260811T145815Z
91952026-08-11T16:51:38.257Z[ host-image] Aug 11 16:51:37.254 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24182:20260811T145815Z
91962026-08-11T16:51:38.261Z[ host-image] Aug 11 16:51:37.254 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
91972026-08-11T16:51:38.265Z[ host-image] Aug 11 16:51:37.254 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
91982026-08-11T16:51:38.265Z[ host-image] Aug 11 16:51:37.254 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
91992026-08-11T16:51:38.265Z[ host-image] Aug 11 16:51:37.254 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92002026-08-11T16:51:38.265Z[ host-image] Aug 11 16:51:37.254 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92012026-08-11T16:51:38.270Z[ host-image] Aug 11 16:51:37.254 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92022026-08-11T16:51:38.270Z[ host-image] Aug 11 16:51:37.255 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0-3.0:20260811T163845Z
92032026-08-11T16:51:38.270Z[ host-image] Aug 11 16:51:37.255 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92042026-08-11T16:51:38.270Z[ host-image] Aug 11 16:51:37.255 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92052026-08-11T16:51:38.270Z[ host-image] Aug 11 16:51:37.255 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24182:20260811T145816Z
92062026-08-11T16:51:38.270Z[ host-image] Aug 11 16:51:37.256 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24182:20260811T145816Z
92072026-08-11T16:51:38.270Z[ host-image] Aug 11 16:51:37.256 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24182:20260811T145816Z
92082026-08-11T16:51:38.270Z[ host-image] Aug 11 16:51:37.256 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24182:20260811T145816Z
92092026-08-11T16:51:38.270Z[ host-image] Aug 11 16:51:37.256 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92102026-08-11T16:51:38.271Z[ host-image] Aug 11 16:51:37.256 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24182:20260811T145816Z
92112026-08-11T16:51:38.271Z[ host-image] Aug 11 16:51:37.256 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24182:20260811T145816Z
92122026-08-11T16:51:38.271Z[ host-image] Aug 11 16:51:37.256 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24182:20260811T145816Z
92132026-08-11T16:51:38.271Z[ host-image] Aug 11 16:51:37.256 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24182:20260811T145816Z
92142026-08-11T16:51:38.271Z[ host-image] Aug 11 16:51:37.256 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24182:20260811T145817Z
92152026-08-11T16:51:38.271Z[ host-image] Aug 11 16:51:37.256 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24182:20260811T145817Z
92162026-08-11T16:51:38.271Z[ host-image] Aug 11 16:51:37.257 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24182:20260811T145817Z
92172026-08-11T16:51:38.271Z[ host-image] Aug 11 16:51:37.257 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24182:20260811T145817Z
92182026-08-11T16:51:38.271Z[ host-image] Aug 11 16:51:37.257 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24182:20260811T145817Z
92192026-08-11T16:51:38.271Z[ host-image] Aug 11 16:51:37.257 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24182:20260811T145817Z
92202026-08-11T16:51:38.271Z[ host-image] Aug 11 16:51:37.257 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24182:20260811T145818Z
92212026-08-11T16:51:38.271Z[ host-image] Aug 11 16:51:37.257 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24182:20260811T145818Z
92222026-08-11T16:51:38.271Z[ host-image] Aug 11 16:51:37.257 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24182:20260811T145818Z
92232026-08-11T16:51:38.271Z[ host-image] Aug 11 16:51:37.257 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24182:20260811T145819Z
92242026-08-11T16:51:38.271Z[ host-image] Aug 11 16:51:37.257 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24182:20260811T145819Z
92252026-08-11T16:51:38.271Z[ host-image] Aug 11 16:51:37.257 INFO O| install = pkg://helios/driver/network/opte@0.41.504-3.0:20260725T001627Z
92262026-08-11T16:51:38.271Z[ host-image] Aug 11 16:51:37.257 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24182:20260811T145820Z
92272026-08-11T16:51:38.271Z[ host-image] Aug 11 16:51:37.257 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24182:20260811T145821Z
92282026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.257 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24182:20260811T145821Z
92292026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.257 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24182:20260811T145821Z
92302026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.257 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24182:20260811T145821Z
92312026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.257 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24182:20260811T145822Z
92322026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.257 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24182:20260811T145822Z
92332026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.260 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92342026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.260 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24182:20260811T145822Z
92352026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.260 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92362026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.261 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92372026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.261 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92382026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.261 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92392026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.261 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24182:20260811T145822Z
92402026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.261 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92412026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.261 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92422026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.261 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92432026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.261 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92442026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.265 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92452026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.265 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92462026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.265 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92472026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.265 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92482026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.265 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92492026-08-11T16:51:38.272Z[ host-image] Aug 11 16:51:37.265 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92502026-08-11T16:51:38.278Z[ host-image] Aug 11 16:51:37.277 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92512026-08-11T16:51:38.278Z[ host-image] Aug 11 16:51:37.277 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92522026-08-11T16:51:38.279Z[ host-image] Aug 11 16:51:37.277 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92532026-08-11T16:51:38.282Z[ host-image] Aug 11 16:51:37.277 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24182:20260811T145823Z
92542026-08-11T16:51:38.282Z[ host-image] Aug 11 16:51:37.277 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24182:20260811T145826Z
92552026-08-11T16:51:38.282Z[ host-image] Aug 11 16:51:37.277 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92562026-08-11T16:51:38.282Z[ host-image] Aug 11 16:51:37.277 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24182:20260811T145826Z
92572026-08-11T16:51:38.282Z[ host-image] Aug 11 16:51:37.277 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92582026-08-11T16:51:38.282Z[ host-image] Aug 11 16:51:37.277 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92592026-08-11T16:51:38.282Z[ host-image] Aug 11 16:51:37.277 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92602026-08-11T16:51:38.283Z[ host-image] Aug 11 16:51:37.277 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92612026-08-11T16:51:38.283Z[ host-image] Aug 11 16:51:37.277 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24182:20260811T145826Z
92622026-08-11T16:51:38.283Z[ host-image] Aug 11 16:51:37.277 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92632026-08-11T16:51:38.283Z[ host-image] Aug 11 16:51:37.279 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92642026-08-11T16:51:38.283Z[ host-image] Aug 11 16:51:37.279 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92652026-08-11T16:51:38.283Z[ host-image] Aug 11 16:51:37.279 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92662026-08-11T16:51:38.283Z[ host-image] Aug 11 16:51:37.279 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24182:20260811T145826Z
92672026-08-11T16:51:38.283Z[ host-image] Aug 11 16:51:37.279 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92682026-08-11T16:51:38.286Z[ host-image] Aug 11 16:51:37.283 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92692026-08-11T16:51:38.286Z[ host-image] Aug 11 16:51:37.283 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24182:20260811T145826Z
92702026-08-11T16:51:38.287Z[ host-image] Aug 11 16:51:37.283 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24182:20260811T145826Z
92712026-08-11T16:51:38.290Z[ host-image] Aug 11 16:51:37.284 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24182:20260811T145826Z
92722026-08-11T16:51:38.290Z[ host-image] Aug 11 16:51:37.284 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92732026-08-11T16:51:38.290Z[ host-image] Aug 11 16:51:37.284 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24182:20260811T145827Z
92742026-08-11T16:51:38.290Z[ host-image] Aug 11 16:51:37.284 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24182:20260811T145827Z
92752026-08-11T16:51:38.291Z[ host-image] Aug 11 16:51:37.284 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24182:20260811T145827Z
92762026-08-11T16:51:38.291Z[ host-image] Aug 11 16:51:37.284 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24182:20260811T145827Z
92772026-08-11T16:51:38.291Z[ host-image] Aug 11 16:51:37.285 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92782026-08-11T16:51:38.291Z[ host-image] Aug 11 16:51:37.285 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24182:20260811T145828Z
92792026-08-11T16:51:38.291Z[ host-image] Aug 11 16:51:37.285 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24182:20260811T145828Z
92802026-08-11T16:51:38.291Z[ host-image] Aug 11 16:51:37.285 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92812026-08-11T16:51:38.291Z[ host-image] Aug 11 16:51:37.285 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24182:20260811T145828Z
92822026-08-11T16:51:38.291Z[ host-image] Aug 11 16:51:37.285 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24182:20260811T145828Z
92832026-08-11T16:51:38.291Z[ host-image] Aug 11 16:51:37.285 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24182:20260811T145828Z
92842026-08-11T16:51:38.291Z[ host-image] Aug 11 16:51:37.286 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24182:20260811T145828Z
92852026-08-11T16:51:38.291Z[ host-image] Aug 11 16:51:37.288 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24182:20260811T145828Z
92862026-08-11T16:51:38.291Z[ host-image] Aug 11 16:51:37.288 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92872026-08-11T16:51:38.291Z[ host-image] Aug 11 16:51:37.288 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24182:20260811T145828Z
92882026-08-11T16:51:38.291Z[ host-image] Aug 11 16:51:37.288 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24182:20260811T145828Z
92892026-08-11T16:51:38.294Z[ host-image] Aug 11 16:51:37.289 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24182:20260811T145828Z
92902026-08-11T16:51:38.294Z[ host-image] Aug 11 16:51:37.289 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24182:20260811T145829Z
92912026-08-11T16:51:38.294Z[ host-image] Aug 11 16:51:37.289 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24182:20260811T145829Z
92922026-08-11T16:51:38.294Z[ host-image] Aug 11 16:51:37.289 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24182:20260811T145829Z
92932026-08-11T16:51:38.294Z[ host-image] Aug 11 16:51:37.289 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24182:20260811T145829Z
92942026-08-11T16:51:38.294Z[ host-image] Aug 11 16:51:37.289 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24182:20260811T145829Z
92952026-08-11T16:51:38.300Z[ host-image] Aug 11 16:51:37.292 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24182:20260811T145830Z
92962026-08-11T16:51:38.300Z[ host-image] Aug 11 16:51:37.292 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24182:20260811T145829Z
92972026-08-11T16:51:38.300Z[ host-image] Aug 11 16:51:37.292 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24182:20260811T145829Z
92982026-08-11T16:51:38.300Z[ host-image] Aug 11 16:51:37.292 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24182:20260811T145829Z
92992026-08-11T16:51:38.300Z[ host-image] Aug 11 16:51:37.292 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24182:20260811T145830Z
93002026-08-11T16:51:38.303Z[ host-image] Aug 11 16:51:37.298 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24182:20260811T145831Z
93012026-08-11T16:51:38.303Z[ host-image] Aug 11 16:51:37.298 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24182:20260811T145830Z
93022026-08-11T16:51:38.303Z[ host-image] Aug 11 16:51:37.299 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24182:20260811T145830Z
93032026-08-11T16:51:38.303Z[ host-image] Aug 11 16:51:37.299 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93042026-08-11T16:51:38.303Z[ host-image] Aug 11 16:51:37.299 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93052026-08-11T16:51:38.312Z[ host-image] Aug 11 16:51:37.307 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24182:20260811T145830Z
93062026-08-11T16:51:38.315Z[ host-image] Aug 11 16:51:37.307 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93072026-08-11T16:51:38.315Z[ host-image] Aug 11 16:51:37.307 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24182:20260811T145830Z
93082026-08-11T16:51:38.315Z[ host-image] Aug 11 16:51:37.307 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24182:20260811T145830Z
93092026-08-11T16:51:38.315Z[ host-image] Aug 11 16:51:37.308 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24182:20260811T145830Z
93102026-08-11T16:51:38.315Z[ host-image] Aug 11 16:51:37.308 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93112026-08-11T16:51:38.315Z[ host-image] Aug 11 16:51:37.308 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93122026-08-11T16:51:38.315Z[ host-image] Aug 11 16:51:37.308 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24182:20260811T145831Z
93132026-08-11T16:51:38.315Z[ host-image] Aug 11 16:51:37.308 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24182:20260811T145831Z
93142026-08-11T16:51:38.315Z[ host-image] Aug 11 16:51:37.308 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24182:20260811T145831Z
93152026-08-11T16:51:38.315Z[ host-image] Aug 11 16:51:37.308 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24182:20260811T145831Z
93162026-08-11T16:51:38.315Z[ host-image] Aug 11 16:51:37.309 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24182:20260811T145831Z
93172026-08-11T16:51:38.315Z[ host-image] Aug 11 16:51:37.309 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24182:20260811T145831Z
93182026-08-11T16:51:38.315Z[ host-image] Aug 11 16:51:37.309 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93192026-08-11T16:51:38.315Z[ host-image] Aug 11 16:51:37.309 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24182:20260811T145831Z
93202026-08-11T16:51:38.315Z[ host-image] Aug 11 16:51:37.310 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24182:20260811T145831Z
93212026-08-11T16:51:38.315Z[ host-image] Aug 11 16:51:37.310 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24182:20260811T145831Z
93222026-08-11T16:51:38.315Z[ host-image] Aug 11 16:51:37.310 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24182:20260811T145832Z
93232026-08-11T16:51:38.315Z[ host-image] Aug 11 16:51:37.310 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24182:20260811T145832Z
93242026-08-11T16:51:38.315Z[ host-image] Aug 11 16:51:37.310 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24182:20260811T145832Z
93252026-08-11T16:51:38.315Z[ host-image] Aug 11 16:51:37.310 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93262026-08-11T16:51:38.316Z[ host-image] Aug 11 16:51:37.310 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93272026-08-11T16:51:38.316Z[ host-image] Aug 11 16:51:37.310 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24182:20260811T145833Z
93282026-08-11T16:51:38.316Z[ host-image] Aug 11 16:51:37.310 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24182:20260811T145833Z
93292026-08-11T16:51:38.316Z[ host-image] Aug 11 16:51:37.310 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93302026-08-11T16:51:38.316Z[ host-image] Aug 11 16:51:37.310 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93312026-08-11T16:51:38.316Z[ host-image] Aug 11 16:51:37.310 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93322026-08-11T16:51:38.316Z[ host-image] Aug 11 16:51:37.310 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93332026-08-11T16:51:38.316Z[ host-image] Aug 11 16:51:37.310 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93342026-08-11T16:51:38.316Z[ host-image] Aug 11 16:51:37.311 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93352026-08-11T16:51:38.316Z[ host-image] Aug 11 16:51:37.311 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93362026-08-11T16:51:38.316Z[ host-image] Aug 11 16:51:37.311 INFO O| tempdir @ "/tmp/.tmp08B7T5/tmp"
93372026-08-11T16:51:38.316Z[ host-image] Aug 11 16:51:37.311 INFO O| image root @ "/tmp/.tmp08B7T5/tmp/root"
93382026-08-11T16:51:38.316Z[ host-image] Aug 11 16:51:37.312 INFO O| creating image...
93392026-08-11T16:51:38.868Z[verify-libraries] Compiling oso v0.27.3
93402026-08-11T16:51:39.169Z[ recovery-image] Aug 11 16:51:38.168 INFO O| Aug 11 16:51:38.168 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
93412026-08-11T16:51:39.169Z[ recovery-image] Aug 11 16:51:38.168 INFO O| Aug 11 16:51:38.168 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93422026-08-11T16:51:39.983Z[ host-image] Aug 11 16:51:38.980 INFO O| copying publishers...
93432026-08-11T16:51:41.295Z[ recovery-image] Aug 11 16:51:40.293 INFO O| Aug 11 16:51:40.293 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93442026-08-11T16:51:41.295Z[ recovery-image] Aug 11 16:51:40.293 INFO O| Aug 11 16:51:40.293 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93452026-08-11T16:51:41.295Z[ recovery-image] Aug 11 16:51:40.293 INFO O| Aug 11 16:51:40.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93462026-08-11T16:51:41.299Z[ recovery-image] Aug 11 16:51:40.293 INFO O| Aug 11 16:51:40.293 INFO completed processing sled/zfs-recovery
93472026-08-11T16:51:41.299Z[ recovery-image] Aug 11 16:51:40.293 INFO O| Aug 11 16:51:40.293 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93482026-08-11T16:51:42.079Z[ recovery-image] Aug 11 16:51:41.044 INFO O| Aug 11 16:51:41.044 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93492026-08-11T16:51:42.386Z[ recovery-image] Aug 11 16:51:41.382 INFO BUILD STRING "heads/stlouis-0-ge78b4d6947\n"
93502026-08-11T16:51:42.386Z[ recovery-image] Aug 11 16:51:41.382 INFO expanded image name: "recovery 7649f3c/${os_short_commit} 2026-08-11 16:38" -> "recovery 7649f3c/e78b4d6 2026-08-11 16:38"
93512026-08-11T16:51:42.387Z[ recovery-image] Aug 11 16:51:41.382 INFO output artefacts stored in: "/work/os-recovery"
93522026-08-11T16:51:42.390Z[ recovery-image] Aug 11 16:51:41.382 INFO collecting git info from project "phbl"...
93532026-08-11T16:51:42.440Z[ recovery-image] Aug 11 16:51:41.391 INFO collecting git info from project "bootserver"...
93542026-08-11T16:51:42.440Z[ recovery-image] Aug 11 16:51:41.398 INFO collecting git info from project "chelsio-t6-roms"...
93552026-08-11T16:51:42.440Z[ recovery-image] Aug 11 16:51:41.415 INFO collecting git info from project "amd-firmware"...
93562026-08-11T16:51:42.913Z[ recovery-image] Aug 11 16:51:41.911 INFO collecting git info from project "pilot"...
93572026-08-11T16:51:42.923Z[ recovery-image] Aug 11 16:51:41.922 INFO collecting git info from project "amd-host-image-builder"...
93582026-08-11T16:51:42.965Z[ recovery-image] Aug 11 16:51:41.964 INFO collecting git info from project "pinprick"...
93592026-08-11T16:51:42.973Z[ recovery-image] Aug 11 16:51:41.971 INFO collecting git info from project "dmar-report"...
93602026-08-11T16:51:42.992Z[ recovery-image] Aug 11 16:51:41.991 INFO collecting git info from project "image-builder"...
93612026-08-11T16:51:43.036Z[ recovery-image] Aug 11 16:51:42.034 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93622026-08-11T16:51:43.411Z[ host-image] Aug 11 16:51:42.409 INFO O| adding properties...
93632026-08-11T16:51:43.765Z[ recovery-image] Aug 11 16:51:42.763 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93642026-08-11T16:51:44.237Z[ recovery-image] Aug 11 16:51:43.235 INFO creating Oxide boot image...
93652026-08-11T16:51:44.237Z[ recovery-image] Aug 11 16:51:43.235 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 7649f3c/e78b4d6 2026-08-11 16:38", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93662026-08-11T16:51:44.453Z[ host-image] Aug 11 16:51:43.448 INFO O| installing packages...
93672026-08-11T16:51:44.691Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93682026-08-11T16:51:45.365Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93692026-08-11T16:51:51.998Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93702026-08-11T16:51:55.334Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93712026-08-11T16:51:58.196Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93722026-08-11T16:51:58.373Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93732026-08-11T16:51:58.563Z[ host-image] Aug 11 16:51:57.561 INFO O| seeding SMF database...
93742026-08-11T16:52:00.133Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
93752026-08-11T16:52:01.715Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
93762026-08-11T16:52:03.765Z[ host-image] Aug 11 16:52:02.755 INFO O| configuring SMF profile...
93772026-08-11T16:52:03.765Z[ host-image] Aug 11 16:52:02.755 INFO O| modifying shadow(5)...
93782026-08-11T16:52:03.765Z[ host-image] Aug 11 16:52:02.755 INFO O| loading user and group database...
93792026-08-11T16:52:03.765Z[ host-image] Aug 11 16:52:02.755 INFO O| loading facet selections...
93802026-08-11T16:52:04.157Z[ host-image] Aug 11 16:52:03.155 INFO O| devel -> true
93812026-08-11T16:52:04.157Z[ host-image] Aug 11 16:52:03.155 INFO O| doc.man -> true
93822026-08-11T16:52:04.157Z[ host-image] Aug 11 16:52:03.155 INFO O| version-lock.shell/ksh93 -> true
93832026-08-11T16:52:04.160Z[ host-image] Aug 11 16:52:03.155 INFO O| version-lock.system/data/hardware-registry -> true
93842026-08-11T16:52:04.160Z[ host-image] Aug 11 16:52:03.155 INFO O| version-lock.system/data/zoneinfo -> true
93852026-08-11T16:52:04.160Z[ host-image] Aug 11 16:52:03.155 INFO O| version-lock.system/microcode/amd -> true
93862026-08-11T16:52:04.160Z[ host-image] Aug 11 16:52:03.155 INFO O| version-lock.system/microcode/intel -> true
93872026-08-11T16:52:04.161Z[ host-image] Aug 11 16:52:03.155 INFO O| version-lock.system/microcode/oxide -> true
93882026-08-11T16:52:04.161Z[ host-image] Aug 11 16:52:03.155 INFO O| assessing packaged files...
93892026-08-11T16:52:04.395Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
93902026-08-11T16:52:05.315Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
93912026-08-11T16:52:06.289Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
93922026-08-11T16:52:06.449Z[ host-image] Aug 11 16:52:05.447 INFO O| creating archive...
93932026-08-11T16:52:06.471Z[ host-image] Aug 11 16:52:05.469 INFO O| missing from packaging:
93942026-08-11T16:52:06.471Z[ host-image] Aug 11 16:52:05.469 INFO O| "etc/.pwd.lock"
93952026-08-11T16:52:06.471Z[ host-image] Aug 11 16:52:05.469 INFO O| "etc/bash"
93962026-08-11T16:52:06.474Z[ host-image] Aug 11 16:52:05.473 INFO O| "etc/svc/profile/generic.xml"
93972026-08-11T16:52:06.474Z[ host-image] Aug 11 16:52:05.473 INFO O| "etc/svc/profile/inetd_services.xml"
93982026-08-11T16:52:06.474Z[ host-image] Aug 11 16:52:05.473 INFO O| "etc/svc/profile/name_service.xml"
93992026-08-11T16:52:06.477Z[ host-image] Aug 11 16:52:05.473 INFO O| "etc/svc/profile/platform.xml"
94002026-08-11T16:52:06.477Z[ host-image] Aug 11 16:52:05.473 INFO O| "etc/svc/profile/platform_omicron1.xml"
94012026-08-11T16:52:06.478Z[ host-image] Aug 11 16:52:05.473 INFO O| "etc/svc/repository.db"
94022026-08-11T16:52:06.481Z[ host-image] Aug 11 16:52:05.479 INFO O| "opt/ooce/share"
94032026-08-11T16:52:06.481Z[ host-image] Aug 11 16:52:05.479 INFO O| "opt/ooce/share/man"
94042026-08-11T16:52:06.484Z[ host-image] Aug 11 16:52:05.479 INFO O| "opt/ooce/share/man/man1"
94052026-08-11T16:52:06.492Z[ host-image] Aug 11 16:52:05.490 INFO O| finishing archive...
94062026-08-11T16:52:09.311Z[ host-image] Aug 11 16:52:08.309 INFO O| creating gzonly manifest...
94072026-08-11T16:52:09.317Z[ host-image] Aug 11 16:52:08.315 INFO O| ok
94082026-08-11T16:52:09.508Z[ host-image] Aug 11 16:52:08.506 INFO image builder template: ramdisk-02-trim...
94092026-08-11T16:52:09.508Z[ host-image] Aug 11 16:52:08.506 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/.tmpeFO11Z/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94102026-08-11T16:52:09.540Z[ host-image] Aug 11 16:52:08.538 INFO O| Aug 11 16:52:08.530 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94112026-08-11T16:52:09.540Z[ host-image] Aug 11 16:52:08.538 INFO O| Aug 11 16:52:08.535 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94122026-08-11T16:52:12.033Z[ host-image] Aug 11 16:52:11.027 INFO O| Aug 11 16:52:11.027 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94132026-08-11T16:52:13.199Z[ host-image] Aug 11 16:52:12.195 INFO O| Aug 11 16:52:12.195 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94142026-08-11T16:52:13.199Z[ host-image] Aug 11 16:52:12.195 INFO O| Aug 11 16:52:12.195 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94152026-08-11T16:52:13.204Z[ host-image] Aug 11 16:52:12.201 INFO O| Aug 11 16:52:12.201 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94162026-08-11T16:52:13.208Z[ host-image] Aug 11 16:52:12.204 INFO O| Aug 11 16:52:12.204 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94172026-08-11T16:52:13.254Z[ host-image] Aug 11 16:52:12.210 INFO O| Aug 11 16:52:12.210 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94182026-08-11T16:52:14.650Z[ host-image] Aug 11 16:52:13.648 INFO O| Aug 11 16:52:13.648 INFO rolled back to input snapshot; work may begin
94192026-08-11T16:52:14.650Z[ host-image] Aug 11 16:52:13.648 INFO O| Aug 11 16:52:13.648 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94202026-08-11T16:52:14.655Z[ host-image] Aug 11 16:52:13.653 INFO O| Aug 11 16:52:13.653 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94212026-08-11T16:52:14.664Z[ host-image] Aug 11 16:52:13.662 INFO O| Aug 11 16:52:13.662 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94222026-08-11T16:52:14.704Z[ host-image] Aug 11 16:52:13.702 INFO O| Aug 11 16:52:13.701 INFO STEP 0 (remove_files) COMPLETE
94232026-08-11T16:52:14.704Z[ host-image] Aug 11 16:52:13.702 INFO O| Aug 11 16:52:13.701 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94242026-08-11T16:52:14.712Z[ host-image] Aug 11 16:52:13.710 INFO O| Aug 11 16:52:13.710 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94252026-08-11T16:52:14.715Z[ host-image] Aug 11 16:52:13.711 INFO O| Aug 11 16:52:13.711 INFO STEP 1 (remove_files) COMPLETE
94262026-08-11T16:52:14.715Z[ host-image] Aug 11 16:52:13.711 INFO O| Aug 11 16:52:13.711 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94272026-08-11T16:52:14.720Z[ host-image] Aug 11 16:52:13.718 INFO O| Aug 11 16:52:13.718 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94282026-08-11T16:52:14.733Z[ host-image] Aug 11 16:52:13.731 INFO O| Aug 11 16:52:13.731 INFO STEP 2 (remove_files) COMPLETE
94292026-08-11T16:52:14.733Z[ host-image] Aug 11 16:52:13.731 INFO O| Aug 11 16:52:13.731 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94302026-08-11T16:52:14.741Z[ host-image] Aug 11 16:52:13.739 INFO O| Aug 11 16:52:13.739 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94312026-08-11T16:52:14.744Z[ host-image] Aug 11 16:52:13.740 INFO O| Aug 11 16:52:13.740 INFO STEP 3 (remove_files) COMPLETE
94322026-08-11T16:52:14.744Z[ host-image] Aug 11 16:52:13.740 INFO O| Aug 11 16:52:13.740 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94332026-08-11T16:52:14.749Z[ host-image] Aug 11 16:52:13.747 INFO O| Aug 11 16:52:13.747 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94342026-08-11T16:52:14.752Z[ host-image] Aug 11 16:52:13.750 INFO O| Aug 11 16:52:13.750 INFO STEP 4 (remove_files) COMPLETE
94352026-08-11T16:52:14.752Z[ host-image] Aug 11 16:52:13.750 INFO O| Aug 11 16:52:13.750 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94362026-08-11T16:52:14.761Z[ host-image] Aug 11 16:52:13.759 INFO O| Aug 11 16:52:13.759 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94372026-08-11T16:52:14.764Z[ host-image] Aug 11 16:52:13.761 INFO O| Aug 11 16:52:13.761 INFO STEP 5 (remove_files) COMPLETE
94382026-08-11T16:52:14.764Z[ host-image] Aug 11 16:52:13.761 INFO O| Aug 11 16:52:13.761 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94392026-08-11T16:52:14.770Z[ host-image] Aug 11 16:52:13.768 INFO O| Aug 11 16:52:13.768 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94402026-08-11T16:52:14.779Z[ host-image] Aug 11 16:52:13.778 INFO O| Aug 11 16:52:13.778 INFO STEP 6 (remove_files) COMPLETE
94412026-08-11T16:52:14.779Z[ host-image] Aug 11 16:52:13.778 INFO O| Aug 11 16:52:13.778 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94422026-08-11T16:52:14.783Z[ host-image] Aug 11 16:52:13.778 INFO O| Aug 11 16:52:13.778 INFO skip step because feature "heliosv2" is not enabled
94432026-08-11T16:52:14.783Z[ host-image] Aug 11 16:52:13.778 INFO O| Aug 11 16:52:13.778 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94442026-08-11T16:52:14.787Z[ host-image] Aug 11 16:52:13.786 INFO O| Aug 11 16:52:13.786 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94452026-08-11T16:52:14.798Z[ host-image] Aug 11 16:52:13.796 INFO O| Aug 11 16:52:13.796 INFO STEP 8 (remove_files) COMPLETE
94462026-08-11T16:52:14.798Z[ host-image] Aug 11 16:52:13.796 INFO O| Aug 11 16:52:13.796 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94472026-08-11T16:52:14.807Z[ host-image] Aug 11 16:52:13.805 INFO O| Aug 11 16:52:13.805 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94482026-08-11T16:52:14.874Z[ host-image] Aug 11 16:52:13.872 INFO O| Aug 11 16:52:13.872 INFO STEP 9 (remove_files) COMPLETE
94492026-08-11T16:52:14.874Z[ host-image] Aug 11 16:52:13.872 INFO O| Aug 11 16:52:13.872 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94502026-08-11T16:52:14.884Z[ host-image] Aug 11 16:52:13.882 INFO O| Aug 11 16:52:13.881 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94512026-08-11T16:52:14.960Z[ host-image] Aug 11 16:52:13.957 INFO O| Aug 11 16:52:13.957 INFO STEP 10 (remove_files) COMPLETE
94522026-08-11T16:52:14.960Z[ host-image] Aug 11 16:52:13.957 INFO O| Aug 11 16:52:13.957 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94532026-08-11T16:52:14.969Z[ host-image] Aug 11 16:52:13.967 INFO O| Aug 11 16:52:13.967 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94542026-08-11T16:52:14.974Z[ host-image] Aug 11 16:52:13.970 INFO O| Aug 11 16:52:13.970 INFO STEP 11 (remove_files) COMPLETE
94552026-08-11T16:52:14.974Z[ host-image] Aug 11 16:52:13.970 INFO O| Aug 11 16:52:13.970 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94562026-08-11T16:52:14.980Z[ host-image] Aug 11 16:52:13.977 INFO O| Aug 11 16:52:13.977 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94572026-08-11T16:52:14.980Z[ host-image] Aug 11 16:52:13.977 INFO O| Aug 11 16:52:13.977 INFO STEP 12 (remove_files) COMPLETE
94582026-08-11T16:52:14.981Z[ host-image] Aug 11 16:52:13.977 INFO O| Aug 11 16:52:13.977 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94592026-08-11T16:52:14.985Z[ host-image] Aug 11 16:52:13.983 INFO O| Aug 11 16:52:13.983 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94602026-08-11T16:52:14.988Z[ host-image] Aug 11 16:52:13.984 INFO O| Aug 11 16:52:13.984 INFO STEP 13 (remove_files) COMPLETE
94612026-08-11T16:52:14.988Z[ host-image] Aug 11 16:52:13.984 INFO O| Aug 11 16:52:13.984 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94622026-08-11T16:52:15.137Z[ host-image] Aug 11 16:52:14.134 INFO O| Aug 11 16:52:14.134 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94632026-08-11T16:52:15.163Z[ host-image] Aug 11 16:52:14.162 INFO O| Aug 11 16:52:14.162 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94642026-08-11T16:52:15.213Z[ host-image] Aug 11 16:52:14.212 INFO O| Aug 11 16:52:14.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94652026-08-11T16:52:15.214Z[ host-image] Aug 11 16:52:14.212 INFO O| Aug 11 16:52:14.212 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94662026-08-11T16:52:15.218Z[ host-image] Aug 11 16:52:14.212 INFO O| Aug 11 16:52:14.212 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94672026-08-11T16:52:15.218Z[ host-image] Aug 11 16:52:14.212 INFO O| Aug 11 16:52:14.212 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94682026-08-11T16:52:15.218Z[ host-image] Aug 11 16:52:14.212 INFO O| Aug 11 16:52:14.212 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94692026-08-11T16:52:15.218Z[ host-image] Aug 11 16:52:14.212 INFO O| Aug 11 16:52:14.212 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94702026-08-11T16:52:15.218Z[ host-image] Aug 11 16:52:14.212 INFO O| Aug 11 16:52:14.212 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94712026-08-11T16:52:15.218Z[ host-image] Aug 11 16:52:14.212 INFO O| Aug 11 16:52:14.212 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94722026-08-11T16:52:15.218Z[ host-image] Aug 11 16:52:14.212 INFO O| Aug 11 16:52:14.212 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94732026-08-11T16:52:15.218Z[ host-image] Aug 11 16:52:14.212 INFO O| Aug 11 16:52:14.212 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94742026-08-11T16:52:15.218Z[ host-image] Aug 11 16:52:14.212 INFO O| Aug 11 16:52:14.212 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94752026-08-11T16:52:15.218Z[ host-image] Aug 11 16:52:14.212 INFO O| Aug 11 16:52:14.212 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94762026-08-11T16:52:15.218Z[ host-image] Aug 11 16:52:14.212 INFO O| Aug 11 16:52:14.212 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94772026-08-11T16:52:15.218Z[ host-image] Aug 11 16:52:14.212 INFO O| Aug 11 16:52:14.212 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94782026-08-11T16:52:15.218Z[ host-image] Aug 11 16:52:14.212 INFO O| Aug 11 16:52:14.212 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94792026-08-11T16:52:15.218Z[ host-image] Aug 11 16:52:14.212 INFO O| Aug 11 16:52:14.212 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94802026-08-11T16:52:15.221Z[ host-image] Aug 11 16:52:14.219 INFO O| Aug 11 16:52:14.219 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94812026-08-11T16:52:15.221Z[ host-image] Aug 11 16:52:14.219 INFO O| Aug 11 16:52:14.219 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94822026-08-11T16:52:15.224Z[ host-image] Aug 11 16:52:14.223 INFO O| Aug 11 16:52:14.223 INFO STEP 14 (remove_files) COMPLETE
94832026-08-11T16:52:15.224Z[ host-image] Aug 11 16:52:14.223 INFO O| Aug 11 16:52:14.223 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-08-11T16:52:15.234Z[ host-image] Aug 11 16:52:14.232 INFO O| Aug 11 16:52:14.232 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94852026-08-11T16:52:15.237Z[ host-image] Aug 11 16:52:14.233 INFO O| Aug 11 16:52:14.233 INFO STEP 15 (remove_files) COMPLETE
94862026-08-11T16:52:15.237Z[ host-image] Aug 11 16:52:14.233 INFO O| Aug 11 16:52:14.233 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-08-11T16:52:15.243Z[ host-image] Aug 11 16:52:14.241 INFO O| Aug 11 16:52:14.241 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94882026-08-11T16:52:15.248Z[ host-image] Aug 11 16:52:14.247 INFO O| Aug 11 16:52:14.247 INFO STEP 16 (remove_files) COMPLETE
94892026-08-11T16:52:15.252Z[ host-image] Aug 11 16:52:14.247 INFO O| Aug 11 16:52:14.247 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-08-11T16:52:15.256Z[ host-image] Aug 11 16:52:14.254 INFO O| Aug 11 16:52:14.254 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94912026-08-11T16:52:15.259Z[ host-image] Aug 11 16:52:14.255 INFO O| Aug 11 16:52:14.255 INFO STEP 17 (remove_files) COMPLETE
94922026-08-11T16:52:15.259Z[ host-image] Aug 11 16:52:14.255 INFO O| Aug 11 16:52:14.255 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-08-11T16:52:15.264Z[ host-image] Aug 11 16:52:14.262 INFO O| Aug 11 16:52:14.262 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94942026-08-11T16:52:15.267Z[ host-image] Aug 11 16:52:14.264 INFO O| Aug 11 16:52:14.264 INFO STEP 18 (remove_files) COMPLETE
94952026-08-11T16:52:15.267Z[ host-image] Aug 11 16:52:14.264 INFO O| Aug 11 16:52:14.264 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-08-11T16:52:15.274Z[ host-image] Aug 11 16:52:14.272 INFO O| Aug 11 16:52:14.272 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94972026-08-11T16:52:15.277Z[ host-image] Aug 11 16:52:14.272 INFO O| Aug 11 16:52:14.272 INFO STEP 19 (remove_files) COMPLETE
94982026-08-11T16:52:15.277Z[ host-image] Aug 11 16:52:14.272 INFO O| Aug 11 16:52:14.272 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-08-11T16:52:15.282Z[ host-image] Aug 11 16:52:14.280 INFO O| Aug 11 16:52:14.280 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95002026-08-11T16:52:15.282Z[ host-image] Aug 11 16:52:14.281 INFO O| Aug 11 16:52:14.281 INFO STEP 20 (remove_files) COMPLETE
95012026-08-11T16:52:15.285Z[ host-image] Aug 11 16:52:14.281 INFO O| Aug 11 16:52:14.281 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-08-11T16:52:15.290Z[ host-image] Aug 11 16:52:14.289 INFO O| Aug 11 16:52:14.288 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95032026-08-11T16:52:15.290Z[ host-image] Aug 11 16:52:14.289 INFO O| Aug 11 16:52:14.289 INFO STEP 21 (remove_files) COMPLETE
95042026-08-11T16:52:15.294Z[ host-image] Aug 11 16:52:14.289 INFO O| Aug 11 16:52:14.289 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-08-11T16:52:15.297Z[ host-image] Aug 11 16:52:14.296 INFO O| Aug 11 16:52:14.296 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95062026-08-11T16:52:15.297Z[ host-image] Aug 11 16:52:14.296 INFO O| Aug 11 16:52:14.296 INFO STEP 22 (remove_files) COMPLETE
95072026-08-11T16:52:15.300Z[ host-image] Aug 11 16:52:14.296 INFO O| Aug 11 16:52:14.296 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-08-11T16:52:15.303Z[ host-image] Aug 11 16:52:14.301 INFO O| Aug 11 16:52:14.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95092026-08-11T16:52:15.303Z[ host-image] Aug 11 16:52:14.301 INFO O| Aug 11 16:52:14.301 INFO STEP 23 (remove_files) COMPLETE
95102026-08-11T16:52:15.303Z[ host-image] Aug 11 16:52:14.301 INFO O| Aug 11 16:52:14.301 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-08-11T16:52:15.308Z[ host-image] Aug 11 16:52:14.307 INFO O| Aug 11 16:52:14.307 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95122026-08-11T16:52:15.311Z[ host-image] Aug 11 16:52:14.307 INFO O| Aug 11 16:52:14.307 INFO STEP 24 (remove_files) COMPLETE
95132026-08-11T16:52:15.311Z[ host-image] Aug 11 16:52:14.307 INFO O| Aug 11 16:52:14.307 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-08-11T16:52:15.316Z[ host-image] Aug 11 16:52:14.314 INFO O| Aug 11 16:52:14.314 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95152026-08-11T16:52:15.319Z[ host-image] Aug 11 16:52:14.314 INFO O| Aug 11 16:52:14.314 INFO STEP 25 (remove_files) COMPLETE
95162026-08-11T16:52:15.319Z[ host-image] Aug 11 16:52:14.314 INFO O| Aug 11 16:52:14.314 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-08-11T16:52:15.323Z[ host-image] Aug 11 16:52:14.321 INFO O| Aug 11 16:52:14.321 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95182026-08-11T16:52:15.323Z[ host-image] Aug 11 16:52:14.321 INFO O| Aug 11 16:52:14.321 INFO STEP 26 (remove_files) COMPLETE
95192026-08-11T16:52:15.326Z[ host-image] Aug 11 16:52:14.321 INFO O| Aug 11 16:52:14.321 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-08-11T16:52:15.329Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
95212026-08-11T16:52:15.332Z[ host-image] Aug 11 16:52:14.328 INFO O| Aug 11 16:52:14.328 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95222026-08-11T16:52:15.332Z[ host-image] Aug 11 16:52:14.328 INFO O| Aug 11 16:52:14.328 INFO STEP 27 (remove_files) COMPLETE
95232026-08-11T16:52:15.332Z[ host-image] Aug 11 16:52:14.328 INFO O| Aug 11 16:52:14.328 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-08-11T16:52:15.335Z[ host-image] Aug 11 16:52:14.334 INFO O| Aug 11 16:52:14.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95252026-08-11T16:52:15.340Z[ host-image] Aug 11 16:52:14.334 INFO O| Aug 11 16:52:14.334 INFO STEP 28 (remove_files) COMPLETE
95262026-08-11T16:52:15.340Z[ host-image] Aug 11 16:52:14.334 INFO O| Aug 11 16:52:14.334 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-08-11T16:52:15.343Z[ host-image] Aug 11 16:52:14.341 INFO O| Aug 11 16:52:14.341 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95282026-08-11T16:52:15.343Z[ host-image] Aug 11 16:52:14.341 INFO O| Aug 11 16:52:14.341 INFO STEP 29 (remove_files) COMPLETE
95292026-08-11T16:52:15.343Z[ host-image] Aug 11 16:52:14.341 INFO O| Aug 11 16:52:14.341 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95302026-08-11T16:52:15.350Z[ host-image] Aug 11 16:52:14.348 INFO O| Aug 11 16:52:14.348 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95312026-08-11T16:52:15.350Z[ host-image] Aug 11 16:52:14.348 INFO O| Aug 11 16:52:14.348 INFO STEP 30 (remove_files) COMPLETE
95322026-08-11T16:52:15.352Z[ host-image] Aug 11 16:52:14.348 INFO O| Aug 11 16:52:14.348 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95332026-08-11T16:52:15.356Z[ host-image] Aug 11 16:52:14.355 INFO O| Aug 11 16:52:14.355 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95342026-08-11T16:52:15.359Z[ host-image] Aug 11 16:52:14.355 INFO O| Aug 11 16:52:14.355 INFO STEP 31 (remove_files) COMPLETE
95352026-08-11T16:52:15.359Z[ host-image] Aug 11 16:52:14.355 INFO O| Aug 11 16:52:14.355 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95362026-08-11T16:52:15.364Z[ host-image] Aug 11 16:52:14.363 INFO O| Aug 11 16:52:14.363 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95372026-08-11T16:52:15.368Z[ host-image] Aug 11 16:52:14.363 INFO O| Aug 11 16:52:14.363 INFO STEP 32 (remove_files) COMPLETE
95382026-08-11T16:52:15.368Z[ host-image] Aug 11 16:52:14.363 INFO O| Aug 11 16:52:14.363 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95392026-08-11T16:52:15.374Z[ host-image] Aug 11 16:52:14.372 INFO O| Aug 11 16:52:14.372 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95402026-08-11T16:52:15.378Z[ host-image] Aug 11 16:52:14.372 INFO O| Aug 11 16:52:14.372 INFO STEP 33 (remove_files) COMPLETE
95412026-08-11T16:52:15.378Z[ host-image] Aug 11 16:52:14.372 INFO O| Aug 11 16:52:14.372 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95422026-08-11T16:52:15.381Z[ host-image] Aug 11 16:52:14.378 INFO O| Aug 11 16:52:14.378 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95432026-08-11T16:52:15.381Z[ host-image] Aug 11 16:52:14.378 INFO O| Aug 11 16:52:14.378 INFO STEP 34 (remove_files) COMPLETE
95442026-08-11T16:52:15.381Z[ host-image] Aug 11 16:52:14.378 INFO O| Aug 11 16:52:14.378 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95452026-08-11T16:52:15.388Z[ host-image] Aug 11 16:52:14.387 INFO O| Aug 11 16:52:14.387 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95462026-08-11T16:52:15.388Z[ host-image] Aug 11 16:52:14.387 INFO O| Aug 11 16:52:14.387 INFO STEP 35 (remove_files) COMPLETE
95472026-08-11T16:52:15.388Z[ host-image] Aug 11 16:52:14.387 INFO O| Aug 11 16:52:14.387 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-08-11T16:52:15.395Z[ host-image] Aug 11 16:52:14.394 INFO O| Aug 11 16:52:14.394 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95492026-08-11T16:52:15.395Z[ host-image] Aug 11 16:52:14.394 INFO O| Aug 11 16:52:14.394 INFO STEP 36 (remove_files) COMPLETE
95502026-08-11T16:52:15.398Z[ host-image] Aug 11 16:52:14.394 INFO O| Aug 11 16:52:14.394 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95512026-08-11T16:52:15.403Z[ host-image] Aug 11 16:52:14.402 INFO O| Aug 11 16:52:14.402 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95522026-08-11T16:52:15.406Z[ host-image] Aug 11 16:52:14.402 INFO O| Aug 11 16:52:14.402 INFO STEP 37 (remove_files) COMPLETE
95532026-08-11T16:52:15.406Z[ host-image] Aug 11 16:52:14.402 INFO O| Aug 11 16:52:14.402 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-08-11T16:52:15.411Z[ host-image] Aug 11 16:52:14.410 INFO O| Aug 11 16:52:14.410 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95552026-08-11T16:52:15.411Z[ host-image] Aug 11 16:52:14.410 INFO O| Aug 11 16:52:14.410 INFO STEP 38 (remove_files) COMPLETE
95562026-08-11T16:52:15.412Z[ host-image] Aug 11 16:52:14.410 INFO O| Aug 11 16:52:14.410 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-08-11T16:52:15.419Z[ host-image] Aug 11 16:52:14.418 INFO O| Aug 11 16:52:14.418 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95582026-08-11T16:52:15.419Z[ host-image] Aug 11 16:52:14.418 INFO O| Aug 11 16:52:14.418 INFO STEP 39 (remove_files) COMPLETE
95592026-08-11T16:52:15.422Z[ host-image] Aug 11 16:52:14.418 INFO O| Aug 11 16:52:14.418 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-08-11T16:52:15.426Z[ host-image] Aug 11 16:52:14.424 INFO O| Aug 11 16:52:14.424 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95612026-08-11T16:52:15.426Z[ host-image] Aug 11 16:52:14.424 INFO O| Aug 11 16:52:14.424 INFO STEP 40 (remove_files) COMPLETE
95622026-08-11T16:52:15.429Z[ host-image] Aug 11 16:52:14.424 INFO O| Aug 11 16:52:14.424 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-08-11T16:52:15.433Z[ host-image] Aug 11 16:52:14.431 INFO O| Aug 11 16:52:14.431 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95642026-08-11T16:52:15.433Z[ host-image] Aug 11 16:52:14.431 INFO O| Aug 11 16:52:14.431 INFO STEP 41 (remove_files) COMPLETE
95652026-08-11T16:52:15.436Z[ host-image] Aug 11 16:52:14.431 INFO O| Aug 11 16:52:14.431 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-08-11T16:52:15.440Z[ host-image] Aug 11 16:52:14.439 INFO O| Aug 11 16:52:14.439 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95672026-08-11T16:52:15.440Z[ host-image] Aug 11 16:52:14.439 INFO O| Aug 11 16:52:14.439 INFO STEP 42 (remove_files) COMPLETE
95682026-08-11T16:52:15.443Z[ host-image] Aug 11 16:52:14.439 INFO O| Aug 11 16:52:14.439 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-08-11T16:52:15.448Z[ host-image] Aug 11 16:52:14.446 INFO O| Aug 11 16:52:14.446 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95702026-08-11T16:52:15.448Z[ host-image] Aug 11 16:52:14.446 INFO O| Aug 11 16:52:14.446 INFO STEP 43 (remove_files) COMPLETE
95712026-08-11T16:52:15.451Z[ host-image] Aug 11 16:52:14.446 INFO O| Aug 11 16:52:14.446 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-08-11T16:52:15.455Z[ host-image] Aug 11 16:52:14.453 INFO O| Aug 11 16:52:14.453 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95732026-08-11T16:52:15.455Z[ host-image] Aug 11 16:52:14.453 INFO O| Aug 11 16:52:14.453 INFO STEP 44 (remove_files) COMPLETE
95742026-08-11T16:52:15.458Z[ host-image] Aug 11 16:52:14.453 INFO O| Aug 11 16:52:14.453 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-08-11T16:52:15.461Z[ host-image] Aug 11 16:52:14.459 INFO O| Aug 11 16:52:14.459 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95762026-08-11T16:52:15.461Z[ host-image] Aug 11 16:52:14.459 INFO O| Aug 11 16:52:14.459 INFO STEP 45 (remove_files) COMPLETE
95772026-08-11T16:52:15.461Z[ host-image] Aug 11 16:52:14.459 INFO O| Aug 11 16:52:14.459 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-08-11T16:52:15.467Z[ host-image] Aug 11 16:52:14.466 INFO O| Aug 11 16:52:14.466 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95792026-08-11T16:52:15.467Z[ host-image] Aug 11 16:52:14.466 INFO O| Aug 11 16:52:14.466 INFO STEP 46 (remove_files) COMPLETE
95802026-08-11T16:52:15.470Z[ host-image] Aug 11 16:52:14.466 INFO O| Aug 11 16:52:14.466 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-08-11T16:52:15.474Z[ host-image] Aug 11 16:52:14.472 INFO O| Aug 11 16:52:14.472 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95822026-08-11T16:52:15.474Z[ host-image] Aug 11 16:52:14.472 INFO O| Aug 11 16:52:14.472 INFO STEP 47 (remove_files) COMPLETE
95832026-08-11T16:52:15.477Z[ host-image] Aug 11 16:52:14.472 INFO O| Aug 11 16:52:14.472 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-08-11T16:52:15.481Z[ host-image] Aug 11 16:52:14.480 INFO O| Aug 11 16:52:14.480 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95852026-08-11T16:52:15.485Z[ host-image] Aug 11 16:52:14.480 INFO O| Aug 11 16:52:14.480 INFO STEP 48 (remove_files) COMPLETE
95862026-08-11T16:52:15.485Z[ host-image] Aug 11 16:52:14.480 INFO O| Aug 11 16:52:14.480 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-08-11T16:52:15.489Z[ host-image] Aug 11 16:52:14.488 INFO O| Aug 11 16:52:14.488 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95882026-08-11T16:52:15.489Z[ host-image] Aug 11 16:52:14.488 INFO O| Aug 11 16:52:14.488 INFO STEP 49 (remove_files) COMPLETE
95892026-08-11T16:52:15.490Z[ host-image] Aug 11 16:52:14.488 INFO O| Aug 11 16:52:14.488 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-08-11T16:52:15.496Z[ host-image] Aug 11 16:52:14.494 INFO O| Aug 11 16:52:14.494 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95912026-08-11T16:52:15.496Z[ host-image] Aug 11 16:52:14.495 INFO O| Aug 11 16:52:14.495 INFO STEP 50 (remove_files) COMPLETE
95922026-08-11T16:52:15.499Z[ host-image] Aug 11 16:52:14.495 INFO O| Aug 11 16:52:14.495 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-08-11T16:52:15.504Z[ host-image] Aug 11 16:52:14.501 INFO O| Aug 11 16:52:14.501 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95942026-08-11T16:52:15.504Z[ host-image] Aug 11 16:52:14.501 INFO O| Aug 11 16:52:14.501 INFO STEP 51 (remove_files) COMPLETE
95952026-08-11T16:52:15.504Z[ host-image] Aug 11 16:52:14.501 INFO O| Aug 11 16:52:14.501 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-08-11T16:52:15.510Z[ host-image] Aug 11 16:52:14.508 INFO O| Aug 11 16:52:14.508 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95972026-08-11T16:52:15.510Z[ host-image] Aug 11 16:52:14.508 INFO O| Aug 11 16:52:14.508 INFO STEP 52 (remove_files) COMPLETE
95982026-08-11T16:52:15.513Z[ host-image] Aug 11 16:52:14.508 INFO O| Aug 11 16:52:14.508 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-08-11T16:52:15.518Z[ host-image] Aug 11 16:52:14.516 INFO O| Aug 11 16:52:14.516 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96002026-08-11T16:52:15.518Z[ host-image] Aug 11 16:52:14.516 INFO O| Aug 11 16:52:14.516 INFO STEP 53 (remove_files) COMPLETE
96012026-08-11T16:52:15.521Z[ host-image] Aug 11 16:52:14.516 INFO O| Aug 11 16:52:14.516 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96022026-08-11T16:52:15.525Z[ host-image] Aug 11 16:52:14.523 INFO O| Aug 11 16:52:14.523 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96032026-08-11T16:52:15.526Z[ host-image] Aug 11 16:52:14.523 INFO O| Aug 11 16:52:14.523 INFO STEP 54 (remove_files) COMPLETE
96042026-08-11T16:52:15.529Z[ host-image] Aug 11 16:52:14.523 INFO O| Aug 11 16:52:14.523 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-08-11T16:52:15.532Z[ host-image] Aug 11 16:52:14.529 INFO O| Aug 11 16:52:14.529 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96062026-08-11T16:52:15.532Z[ host-image] Aug 11 16:52:14.529 INFO O| Aug 11 16:52:14.529 INFO STEP 55 (remove_files) COMPLETE
96072026-08-11T16:52:15.532Z[ host-image] Aug 11 16:52:14.529 INFO O| Aug 11 16:52:14.529 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96082026-08-11T16:52:15.537Z[ host-image] Aug 11 16:52:14.536 INFO O| Aug 11 16:52:14.536 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96092026-08-11T16:52:15.538Z[ host-image] Aug 11 16:52:14.536 INFO O| Aug 11 16:52:14.536 INFO STEP 56 (remove_files) COMPLETE
96102026-08-11T16:52:15.542Z[ host-image] Aug 11 16:52:14.536 INFO O| Aug 11 16:52:14.536 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96112026-08-11T16:52:15.545Z[ host-image] Aug 11 16:52:14.544 INFO O| Aug 11 16:52:14.544 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96122026-08-11T16:52:15.549Z[ host-image] Aug 11 16:52:14.544 INFO O| Aug 11 16:52:14.544 INFO STEP 57 (remove_files) COMPLETE
96132026-08-11T16:52:15.549Z[ host-image] Aug 11 16:52:14.544 INFO O| Aug 11 16:52:14.544 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96142026-08-11T16:52:15.552Z[ host-image] Aug 11 16:52:14.551 INFO O| Aug 11 16:52:14.551 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96152026-08-11T16:52:15.553Z[ host-image] Aug 11 16:52:14.551 INFO O| Aug 11 16:52:14.551 INFO STEP 58 (remove_files) COMPLETE
96162026-08-11T16:52:15.557Z[ host-image] Aug 11 16:52:14.551 INFO O| Aug 11 16:52:14.551 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96172026-08-11T16:52:15.560Z[ host-image] Aug 11 16:52:14.557 INFO O| Aug 11 16:52:14.557 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96182026-08-11T16:52:15.560Z[ host-image] Aug 11 16:52:14.557 INFO O| Aug 11 16:52:14.557 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96192026-08-11T16:52:15.560Z[ host-image] Aug 11 16:52:14.557 INFO O| Aug 11 16:52:14.557 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96202026-08-11T16:52:15.560Z[ host-image] Aug 11 16:52:14.557 INFO O| Aug 11 16:52:14.557 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96212026-08-11T16:52:15.560Z[ host-image] Aug 11 16:52:14.558 INFO O| Aug 11 16:52:14.557 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96222026-08-11T16:52:15.560Z[ host-image] Aug 11 16:52:14.558 INFO O| Aug 11 16:52:14.558 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96232026-08-11T16:52:15.560Z[ host-image] Aug 11 16:52:14.558 INFO O| Aug 11 16:52:14.558 INFO ok!
96242026-08-11T16:52:15.560Z[ host-image] Aug 11 16:52:14.558 INFO O| Aug 11 16:52:14.558 INFO STEP 59 (ensure_file) COMPLETE
96252026-08-11T16:52:15.560Z[ host-image] Aug 11 16:52:14.558 INFO O| Aug 11 16:52:14.558 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96262026-08-11T16:52:15.567Z[ host-image] Aug 11 16:52:14.565 INFO O| Aug 11 16:52:14.565 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96272026-08-11T16:52:15.567Z[ host-image] Aug 11 16:52:14.565 INFO O| Aug 11 16:52:14.565 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96282026-08-11T16:52:15.570Z[ host-image] Aug 11 16:52:14.566 INFO O| Aug 11 16:52:14.566 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96292026-08-11T16:52:15.570Z[ host-image] Aug 11 16:52:14.566 INFO O| Aug 11 16:52:14.566 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96302026-08-11T16:52:15.571Z[ host-image] Aug 11 16:52:14.566 INFO O| Aug 11 16:52:14.566 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96312026-08-11T16:52:15.571Z[ host-image] Aug 11 16:52:14.566 INFO O| Aug 11 16:52:14.566 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96322026-08-11T16:52:15.571Z[ host-image] Aug 11 16:52:14.566 INFO O| Aug 11 16:52:14.566 INFO ok!
96332026-08-11T16:52:15.571Z[ host-image] Aug 11 16:52:14.566 INFO O| Aug 11 16:52:14.566 INFO STEP 60 (ensure_file) COMPLETE
96342026-08-11T16:52:15.571Z[ host-image] Aug 11 16:52:14.566 INFO O| Aug 11 16:52:14.566 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96352026-08-11T16:52:15.575Z[ host-image] Aug 11 16:52:14.573 INFO O| Aug 11 16:52:14.573 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96362026-08-11T16:52:15.575Z[ host-image] Aug 11 16:52:14.573 INFO O| Aug 11 16:52:14.573 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96372026-08-11T16:52:15.578Z[ host-image] Aug 11 16:52:14.573 INFO O| Aug 11 16:52:14.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96382026-08-11T16:52:15.578Z[ host-image] Aug 11 16:52:14.573 INFO O| Aug 11 16:52:14.573 INFO ok!
96392026-08-11T16:52:15.578Z[ host-image] Aug 11 16:52:14.573 INFO O| Aug 11 16:52:14.573 INFO STEP 61 (ensure_file) COMPLETE
96402026-08-11T16:52:15.578Z[ host-image] Aug 11 16:52:14.573 INFO O| Aug 11 16:52:14.573 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96412026-08-11T16:52:15.582Z[ host-image] Aug 11 16:52:14.580 INFO O| Aug 11 16:52:14.580 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96422026-08-11T16:52:15.582Z[ host-image] Aug 11 16:52:14.580 INFO O| Aug 11 16:52:14.580 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96432026-08-11T16:52:15.585Z[ host-image] Aug 11 16:52:14.580 INFO O| Aug 11 16:52:14.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96442026-08-11T16:52:15.585Z[ host-image] Aug 11 16:52:14.580 INFO O| Aug 11 16:52:14.580 INFO ok!
96452026-08-11T16:52:15.585Z[ host-image] Aug 11 16:52:14.580 INFO O| Aug 11 16:52:14.580 INFO STEP 62 (ensure_file) COMPLETE
96462026-08-11T16:52:15.585Z[ host-image] Aug 11 16:52:14.580 INFO O| Aug 11 16:52:14.580 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96472026-08-11T16:52:15.590Z[ host-image] Aug 11 16:52:14.588 INFO O| Aug 11 16:52:14.588 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96482026-08-11T16:52:15.590Z[ host-image] Aug 11 16:52:14.588 INFO O| Aug 11 16:52:14.588 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96492026-08-11T16:52:15.590Z[ host-image] Aug 11 16:52:14.588 INFO O| Aug 11 16:52:14.588 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96502026-08-11T16:52:15.593Z[ host-image] Aug 11 16:52:14.588 INFO O| Aug 11 16:52:14.588 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96512026-08-11T16:52:15.593Z[ host-image] Aug 11 16:52:14.588 INFO O| Aug 11 16:52:14.588 INFO ok!
96522026-08-11T16:52:15.593Z[ host-image] Aug 11 16:52:14.588 INFO O| Aug 11 16:52:14.588 INFO STEP 63 (ensure_file) COMPLETE
96532026-08-11T16:52:15.593Z[ host-image] Aug 11 16:52:14.588 INFO O| Aug 11 16:52:14.588 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96542026-08-11T16:52:15.598Z[ host-image] Aug 11 16:52:14.595 INFO O| Aug 11 16:52:14.595 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96552026-08-11T16:52:15.598Z[ host-image] Aug 11 16:52:14.595 INFO O| Aug 11 16:52:14.595 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96562026-08-11T16:52:15.600Z[ host-image] Aug 11 16:52:14.595 INFO O| Aug 11 16:52:14.595 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96572026-08-11T16:52:15.601Z[ host-image] Aug 11 16:52:14.595 INFO O| Aug 11 16:52:14.595 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96582026-08-11T16:52:15.601Z[ host-image] Aug 11 16:52:14.595 INFO O| Aug 11 16:52:14.595 INFO ok!
96592026-08-11T16:52:15.601Z[ host-image] Aug 11 16:52:14.595 INFO O| Aug 11 16:52:14.595 INFO STEP 64 (ensure_file) COMPLETE
96602026-08-11T16:52:15.601Z[ host-image] Aug 11 16:52:14.595 INFO O| Aug 11 16:52:14.595 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96612026-08-11T16:52:15.605Z[ host-image] Aug 11 16:52:14.602 INFO O| Aug 11 16:52:14.602 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96622026-08-11T16:52:15.605Z[ host-image] Aug 11 16:52:14.602 INFO O| Aug 11 16:52:14.602 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96632026-08-11T16:52:15.605Z[ host-image] Aug 11 16:52:14.602 INFO O| Aug 11 16:52:14.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96642026-08-11T16:52:15.605Z[ host-image] Aug 11 16:52:14.602 INFO O| Aug 11 16:52:14.602 INFO ok!
96652026-08-11T16:52:15.605Z[ host-image] Aug 11 16:52:14.602 INFO O| Aug 11 16:52:14.602 INFO STEP 65 (assemble_files) COMPLETE
96662026-08-11T16:52:15.605Z[ host-image] Aug 11 16:52:14.602 INFO O| Aug 11 16:52:14.602 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96672026-08-11T16:52:15.610Z[ host-image] Aug 11 16:52:14.609 INFO O| Aug 11 16:52:14.609 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96682026-08-11T16:52:15.610Z[ host-image] Aug 11 16:52:14.609 INFO O| Aug 11 16:52:14.609 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96692026-08-11T16:52:15.613Z[ host-image] Aug 11 16:52:14.609 INFO O| Aug 11 16:52:14.609 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96702026-08-11T16:52:15.613Z[ host-image] Aug 11 16:52:14.609 INFO O| Aug 11 16:52:14.609 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96712026-08-11T16:52:15.613Z[ host-image] Aug 11 16:52:14.609 INFO O| Aug 11 16:52:14.609 INFO ok!
96722026-08-11T16:52:15.613Z[ host-image] Aug 11 16:52:14.609 INFO O| Aug 11 16:52:14.609 INFO STEP 66 (ensure_file) COMPLETE
96732026-08-11T16:52:15.613Z[ host-image] Aug 11 16:52:14.609 INFO O| Aug 11 16:52:14.609 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96742026-08-11T16:52:15.617Z[ host-image] Aug 11 16:52:14.615 INFO O| Aug 11 16:52:14.615 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96752026-08-11T16:52:15.617Z[ host-image] Aug 11 16:52:14.615 INFO O| Aug 11 16:52:14.615 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96762026-08-11T16:52:15.621Z[ host-image] Aug 11 16:52:14.615 INFO O| Aug 11 16:52:14.615 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96772026-08-11T16:52:15.621Z[ host-image] Aug 11 16:52:14.615 INFO O| Aug 11 16:52:14.615 INFO STEP 67 (ensure_dir) COMPLETE
96782026-08-11T16:52:15.621Z[ host-image] Aug 11 16:52:14.615 INFO O| Aug 11 16:52:14.615 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96792026-08-11T16:52:15.624Z[ host-image] Aug 11 16:52:14.623 INFO O| Aug 11 16:52:14.623 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96802026-08-11T16:52:15.624Z[ host-image] Aug 11 16:52:14.623 INFO O| Aug 11 16:52:14.623 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 ...
96812026-08-11T16:52:15.631Z[ host-image] Aug 11 16:52:14.629 INFO O| Aug 11 16:52:14.629 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
96822026-08-11T16:52:15.631Z[ host-image] Aug 11 16:52:14.629 INFO O| Aug 11 16:52:14.629 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96832026-08-11T16:52:15.633Z[ host-image] Aug 11 16:52:14.629 INFO O| Aug 11 16:52:14.629 INFO ok!
96842026-08-11T16:52:15.633Z[ host-image] Aug 11 16:52:14.629 INFO O| Aug 11 16:52:14.629 INFO STEP 68 (ensure_file) COMPLETE
96852026-08-11T16:52:15.634Z[ host-image] Aug 11 16:52:14.629 INFO O| Aug 11 16:52:14.629 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96862026-08-11T16:52:15.638Z[ host-image] Aug 11 16:52:14.636 INFO O| Aug 11 16:52:14.636 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96872026-08-11T16:52:15.638Z[ host-image] Aug 11 16:52:14.636 INFO O| Aug 11 16:52:14.636 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 ...
96882026-08-11T16:52:15.641Z[ host-image] Aug 11 16:52:14.636 INFO O| Aug 11 16:52:14.636 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
96892026-08-11T16:52:15.642Z[ host-image] Aug 11 16:52:14.636 INFO O| Aug 11 16:52:14.636 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96902026-08-11T16:52:15.642Z[ host-image] Aug 11 16:52:14.636 INFO O| Aug 11 16:52:14.636 INFO ok!
96912026-08-11T16:52:15.642Z[ host-image] Aug 11 16:52:14.636 INFO O| Aug 11 16:52:14.636 INFO STEP 69 (ensure_file) COMPLETE
96922026-08-11T16:52:15.642Z[ host-image] Aug 11 16:52:14.636 INFO O| Aug 11 16:52:14.636 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96932026-08-11T16:52:15.650Z[ host-image] Aug 11 16:52:14.647 INFO O| Aug 11 16:52:14.647 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96942026-08-11T16:52:15.651Z[ host-image] Aug 11 16:52:14.647 INFO O| Aug 11 16:52:14.647 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96952026-08-11T16:52:17.144Z[ host-image] Aug 11 16:52:16.143 INFO O| Aug 11 16:52:16.142 INFO STEP 70 (pack_tar) COMPLETE
96962026-08-11T16:52:17.148Z[ host-image] Aug 11 16:52:16.143 INFO O| Aug 11 16:52:16.142 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96972026-08-11T16:52:17.148Z[ host-image] Aug 11 16:52:16.143 INFO O| Aug 11 16:52:16.143 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96982026-08-11T16:52:17.606Z[ host-image] Aug 11 16:52:16.601 INFO O| Aug 11 16:52:16.601 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96992026-08-11T16:52:17.717Z[ host-image] Aug 11 16:52:16.715 INFO O| Aug 11 16:52:16.715 INFO completed processing sled/ramdisk-02-trim
97002026-08-11T16:52:17.721Z[ host-image] Aug 11 16:52:16.717 INFO image builder template: zfs...
97012026-08-11T16:52:17.721Z[ host-image] Aug 11 16:52:16.717 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/.tmpeFO11Z/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "zfs"], pwd: None
97022026-08-11T16:52:17.732Z[ host-image] Aug 11 16:52:16.730 INFO O| Aug 11 16:52:16.730 INFO skip include "stress" because feature "stress" is not enabled
97032026-08-11T16:52:17.732Z[ host-image] Aug 11 16:52:16.730 INFO O| Aug 11 16:52:16.730 INFO skip include "stress" because feature "compliance" is not enabled
97042026-08-11T16:52:17.762Z[ host-image] Aug 11 16:52:16.760 INFO O| Aug 11 16:52:16.760 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97052026-08-11T16:52:17.767Z[ host-image] Aug 11 16:52:16.765 INFO O| Aug 11 16:52:16.765 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97062026-08-11T16:52:17.884Z[ host-image] Aug 11 16:52:16.882 INFO O| Aug 11 16:52:16.882 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97072026-08-11T16:52:18.017Z[ host-image] Aug 11 16:52:17.015 INFO O| Aug 11 16:52:17.015 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97082026-08-11T16:52:18.017Z[ host-image] Aug 11 16:52:17.015 INFO O| Aug 11 16:52:17.015 INFO work dataset: rpool/images/build/host/work/sled/zfs
97092026-08-11T16:52:18.021Z[ host-image] Aug 11 16:52:17.019 INFO O| Aug 11 16:52:17.019 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97102026-08-11T16:52:18.199Z[ host-image] Aug 11 16:52:17.197 INFO O| Aug 11 16:52:17.197 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97112026-08-11T16:52:18.292Z[ host-image] Aug 11 16:52:17.285 INFO O| Aug 11 16:52:17.285 INFO DESTROY POOL: TEMPORARY-sled-zfs
97122026-08-11T16:52:18.298Z[ host-image] Aug 11 16:52:17.294 INFO O| Aug 11 16:52:17.294 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97132026-08-11T16:52:18.303Z[ host-image] Aug 11 16:52:17.298 INFO O| Aug 11 16:52:17.298 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97142026-08-11T16:52:18.303Z[ host-image] Aug 11 16:52:17.298 INFO O| Aug 11 16:52:17.298 INFO no lofi found
97152026-08-11T16:52:18.303Z[ host-image] Aug 11 16:52:17.298 INFO O| Aug 11 16:52:17.298 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97162026-08-11T16:52:18.303Z[ host-image] Aug 11 16:52:17.298 INFO O| Aug 11 16:52:17.298 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97172026-08-11T16:52:20.003Z[ host-image] Aug 11 16:52:19.001 INFO O| Aug 11 16:52:19.001 INFO lofi device = /dev/dsk/c2t1d0p0
97182026-08-11T16:52:20.007Z[ host-image] Aug 11 16:52:19.001 INFO O| Aug 11 16:52:19.001 INFO pool device = /dev/dsk/c2t1d0p0
97192026-08-11T16:52:20.007Z[ host-image] Aug 11 16:52:19.001 INFO O| Aug 11 16:52:19.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
97202026-08-11T16:52:20.093Z[ host-image] Aug 11 16:52:19.091 INFO O| Aug 11 16:52:19.091 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97212026-08-11T16:52:20.093Z[ host-image] Aug 11 16:52:19.091 INFO O| Aug 11 16:52:19.091 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97222026-08-11T16:52:20.110Z[ host-image] Aug 11 16:52:19.108 INFO O| Aug 11 16:52:19.108 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97232026-08-11T16:52:20.160Z[ host-image] Aug 11 16:52:19.158 INFO O| Aug 11 16:52:19.158 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97242026-08-11T16:52:20.193Z[ host-image] Aug 11 16:52:19.190 INFO O| Aug 11 16:52:19.189 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97252026-08-11T16:52:20.206Z[ host-image] Aug 11 16:52:19.204 INFO O| Aug 11 16:52:19.204 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97262026-08-11T16:52:20.217Z[ host-image] Aug 11 16:52:19.215 INFO O| Aug 11 16:52:19.215 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97272026-08-11T16:52:20.256Z[ host-image] Aug 11 16:52:19.254 INFO O| Aug 11 16:52:19.254 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97282026-08-11T16:52:20.256Z[ host-image] Aug 11 16:52:19.254 INFO O| Aug 11 16:52:19.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97292026-08-11T16:52:20.256Z[ host-image] Aug 11 16:52:19.254 INFO O| Aug 11 16:52:19.254 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97302026-08-11T16:52:20.266Z[ host-image] Aug 11 16:52:19.263 INFO O| Aug 11 16:52:19.263 INFO boot environment UUID: 6921e150-e7c6-4614-bac2-25051a5a9b1e
97312026-08-11T16:52:20.266Z[ host-image] Aug 11 16:52:19.263 INFO O| Aug 11 16:52:19.263 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 6921e150-e7c6-4614-bac2-25051a5a9b1e
97322026-08-11T16:52:20.278Z[ host-image] Aug 11 16:52:19.276 INFO O| Aug 11 16:52:19.276 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97332026-08-11T16:52:20.291Z[ host-image] Aug 11 16:52:19.289 INFO O| Aug 11 16:52:19.289 INFO STEP 0 (create_be) COMPLETE
97342026-08-11T16:52:20.291Z[ host-image] Aug 11 16:52:19.289 INFO O| Aug 11 16:52:19.289 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97352026-08-11T16:52:20.305Z[ host-image] Aug 11 16:52:19.303 INFO O| Aug 11 16:52:19.303 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97362026-08-11T16:52:20.328Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97372026-08-11T16:52:28.175Z[ recovery-image] Aug 11 16:52:27.173 INFO O| ok, image written!
97382026-08-11T16:52:28.175Z[ recovery-image] Aug 11 16:52:27.173 INFO O| ok, boot_image_csum file written!
97392026-08-11T16:52:28.180Z[ recovery-image] Aug 11 16:52:27.175 INFO creating boot archive (CPIO)...
97402026-08-11T16:52:28.180Z[ recovery-image] Aug 11 16:52:27.175 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
97412026-08-11T16:52:28.183Z[ recovery-image] Aug 11 16:52:27.180 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
97422026-08-11T16:52:28.183Z[ recovery-image] Aug 11 16:52:27.180 INFO E| + outfile=/work/os-recovery/cpio
97432026-08-11T16:52:28.183Z[ recovery-image] Aug 11 16:52:27.180 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
97442026-08-11T16:52:28.190Z[ recovery-image] Aug 11 16:52:27.189 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
97452026-08-11T16:52:28.193Z[ recovery-image] Aug 11 16:52:27.189 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
97462026-08-11T16:52:28.221Z[ recovery-image] Aug 11 16:52:27.218 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
97472026-08-11T16:52:28.221Z[ recovery-image] Aug 11 16:52:27.218 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
97482026-08-11T16:52:28.228Z[ recovery-image] Aug 11 16:52:27.226 INFO creating compressed cpio/unix for dev loaders...
97492026-08-11T16:52:28.228Z[ recovery-image] Aug 11 16:52:27.226 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
97502026-08-11T16:52:28.642Z[ recovery-image] Aug 11 16:52:27.640 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
97512026-08-11T16:52:30.757Z[ host-image] Aug 11 16:52:29.755 INFO O| Aug 11 16:52:29.755 INFO STEP 1 (unpack_tar) COMPLETE
97522026-08-11T16:52:30.757Z[ host-image] Aug 11 16:52:29.755 INFO O| Aug 11 16:52:29.755 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97532026-08-11T16:52:30.770Z[ host-image] Aug 11 16:52:29.768 INFO O| Aug 11 16:52:29.768 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97542026-08-11T16:52:31.112Z[ host-image] Aug 11 16:52:30.110 INFO O| Aug 11 16:52:30.110 INFO STEP 2 (devfsadm) COMPLETE
97552026-08-11T16:52:31.112Z[ host-image] Aug 11 16:52:30.110 INFO O| Aug 11 16:52:30.110 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97562026-08-11T16:52:31.123Z[ host-image] Aug 11 16:52:30.121 INFO O| Aug 11 16:52:30.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97572026-08-11T16:52:31.123Z[ host-image] Aug 11 16:52:30.121 INFO O| Aug 11 16:52:30.121 INFO STEP 3 (ensure_dir) COMPLETE
97582026-08-11T16:52:31.126Z[ host-image] Aug 11 16:52:30.121 INFO O| Aug 11 16:52:30.121 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97592026-08-11T16:52:31.133Z[ host-image] Aug 11 16:52:30.131 INFO O| Aug 11 16:52:30.131 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97602026-08-11T16:52:31.133Z[ host-image] Aug 11 16:52:30.131 INFO O| Aug 11 16:52:30.131 INFO STEP 4 (ensure_dir) COMPLETE
97612026-08-11T16:52:31.136Z[ host-image] Aug 11 16:52:30.131 INFO O| Aug 11 16:52:30.131 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97622026-08-11T16:52:31.142Z[ host-image] Aug 11 16:52:30.140 INFO O| Aug 11 16:52:30.140 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97632026-08-11T16:52:31.142Z[ host-image] Aug 11 16:52:30.140 INFO O| Aug 11 16:52:30.140 INFO STEP 5 (ensure_dir) COMPLETE
97642026-08-11T16:52:31.145Z[ host-image] Aug 11 16:52:30.140 INFO O| Aug 11 16:52:30.140 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97652026-08-11T16:52:31.152Z[ host-image] Aug 11 16:52:30.150 INFO O| Aug 11 16:52:30.150 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97662026-08-11T16:52:31.155Z[ host-image] Aug 11 16:52:30.150 INFO O| Aug 11 16:52:30.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97672026-08-11T16:52:31.155Z[ host-image] Aug 11 16:52:30.150 INFO O| Aug 11 16:52:30.150 INFO STEP 6 (ensure_dir) COMPLETE
97682026-08-11T16:52:31.155Z[ host-image] Aug 11 16:52:30.150 INFO O| Aug 11 16:52:30.150 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97692026-08-11T16:52:31.162Z[ host-image] Aug 11 16:52:30.159 INFO O| Aug 11 16:52:30.159 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97702026-08-11T16:52:31.165Z[ host-image] Aug 11 16:52:30.159 INFO O| Aug 11 16:52:30.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97712026-08-11T16:52:31.165Z[ host-image] Aug 11 16:52:30.159 INFO O| Aug 11 16:52:30.159 INFO STEP 7 (ensure_dir) COMPLETE
97722026-08-11T16:52:31.165Z[ host-image] Aug 11 16:52:30.159 INFO O| Aug 11 16:52:30.159 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97732026-08-11T16:52:31.170Z[ host-image] Aug 11 16:52:30.168 INFO O| Aug 11 16:52:30.168 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97742026-08-11T16:52:31.173Z[ host-image] Aug 11 16:52:30.169 INFO O| Aug 11 16:52:30.169 INFO STEP 8 (remove_files) COMPLETE
97752026-08-11T16:52:31.173Z[ host-image] Aug 11 16:52:30.169 INFO O| Aug 11 16:52:30.169 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97762026-08-11T16:52:31.179Z[ host-image] Aug 11 16:52:30.178 INFO O| Aug 11 16:52:30.177 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97772026-08-11T16:52:31.182Z[ host-image] Aug 11 16:52:30.178 INFO O| Aug 11 16:52:30.178 INFO STEP 9 (remove_files) COMPLETE
97782026-08-11T16:52:31.182Z[ host-image] Aug 11 16:52:30.178 INFO O| Aug 11 16:52:30.178 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97792026-08-11T16:52:31.189Z[ host-image] Aug 11 16:52:30.188 INFO O| Aug 11 16:52:30.188 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97802026-08-11T16:52:31.192Z[ host-image] Aug 11 16:52:30.189 INFO O| Aug 11 16:52:30.189 INFO STEP 10 (remove_files) COMPLETE
97812026-08-11T16:52:31.192Z[ host-image] Aug 11 16:52:30.189 INFO O| Aug 11 16:52:30.189 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97822026-08-11T16:52:31.200Z[ host-image] Aug 11 16:52:30.198 INFO O| Aug 11 16:52:30.198 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97832026-08-11T16:52:31.200Z[ host-image] Aug 11 16:52:30.198 INFO O| Aug 11 16:52:30.198 INFO STEP 11 (remove_files) COMPLETE
97842026-08-11T16:52:31.203Z[ host-image] Aug 11 16:52:30.198 INFO O| Aug 11 16:52:30.198 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97852026-08-11T16:52:31.209Z[ host-image] Aug 11 16:52:30.207 INFO O| Aug 11 16:52:30.207 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97862026-08-11T16:52:31.212Z[ host-image] Aug 11 16:52:30.208 INFO O| Aug 11 16:52:30.208 INFO STEP 12 (remove_files) COMPLETE
97872026-08-11T16:52:31.212Z[ host-image] Aug 11 16:52:30.208 INFO O| Aug 11 16:52:30.208 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97882026-08-11T16:52:31.219Z[ host-image] Aug 11 16:52:30.217 INFO O| Aug 11 16:52:30.217 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97892026-08-11T16:52:31.222Z[ host-image] Aug 11 16:52:30.217 INFO O| Aug 11 16:52:30.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97902026-08-11T16:52:31.222Z[ host-image] Aug 11 16:52:30.217 INFO O| Aug 11 16:52:30.217 INFO STEP 13 (ensure_dir) COMPLETE
97912026-08-11T16:52:31.222Z[ host-image] Aug 11 16:52:30.217 INFO O| Aug 11 16:52:30.217 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97922026-08-11T16:52:31.228Z[ host-image] Aug 11 16:52:30.226 INFO O| Aug 11 16:52:30.226 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97932026-08-11T16:52:31.228Z[ host-image] Aug 11 16:52:30.226 INFO O| Aug 11 16:52:30.226 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97942026-08-11T16:52:31.231Z[ host-image] Aug 11 16:52:30.226 INFO O| Aug 11 16:52:30.226 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97952026-08-11T16:52:31.231Z[ host-image] Aug 11 16:52:30.226 INFO O| Aug 11 16:52:30.226 INFO STEP 14 (ensure_dir) COMPLETE
97962026-08-11T16:52:31.231Z[ host-image] Aug 11 16:52:30.226 INFO O| Aug 11 16:52:30.226 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97972026-08-11T16:52:31.238Z[ host-image] Aug 11 16:52:30.237 INFO O| Aug 11 16:52:30.237 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97982026-08-11T16:52:31.239Z[ host-image] Aug 11 16:52:30.237 INFO O| Aug 11 16:52:30.237 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97992026-08-11T16:52:31.242Z[ host-image] Aug 11 16:52:30.237 INFO O| Aug 11 16:52:30.237 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98002026-08-11T16:52:31.242Z[ host-image] Aug 11 16:52:30.237 INFO O| Aug 11 16:52:30.237 INFO STEP 15 (ensure_dir) COMPLETE
98012026-08-11T16:52:31.243Z[ host-image] Aug 11 16:52:30.237 INFO O| Aug 11 16:52:30.237 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98022026-08-11T16:52:31.248Z[ host-image] Aug 11 16:52:30.246 INFO O| Aug 11 16:52:30.246 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98032026-08-11T16:52:31.248Z[ host-image] Aug 11 16:52:30.246 INFO O| Aug 11 16:52:30.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98042026-08-11T16:52:31.251Z[ host-image] Aug 11 16:52:30.246 INFO O| Aug 11 16:52:30.246 INFO STEP 16 (ensure_dir) COMPLETE
98052026-08-11T16:52:31.251Z[ host-image] Aug 11 16:52:30.246 INFO O| Aug 11 16:52:30.246 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98062026-08-11T16:52:31.257Z[ host-image] Aug 11 16:52:30.255 INFO O| Aug 11 16:52:30.255 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98072026-08-11T16:52:31.284Z[ host-image] Aug 11 16:52:30.255 INFO O| Aug 11 16:52:30.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98082026-08-11T16:52:31.284Z[ host-image] Aug 11 16:52:30.255 INFO O| Aug 11 16:52:30.255 INFO STEP 17 (ensure_dir) COMPLETE
98092026-08-11T16:52:31.284Z[ host-image] Aug 11 16:52:30.255 INFO O| Aug 11 16:52:30.255 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98102026-08-11T16:52:31.294Z[ host-image] Aug 11 16:52:30.292 INFO O| Aug 11 16:52:30.292 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98112026-08-11T16:52:31.294Z[ host-image] Aug 11 16:52:30.292 INFO O| Aug 11 16:52:30.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98122026-08-11T16:52:31.298Z[ host-image] Aug 11 16:52:30.292 INFO O| Aug 11 16:52:30.292 INFO ok!
98132026-08-11T16:52:31.299Z[ host-image] Aug 11 16:52:30.292 INFO O| Aug 11 16:52:30.292 INFO STEP 18 (ensure_symlink) COMPLETE
98142026-08-11T16:52:31.299Z[ host-image] Aug 11 16:52:30.292 INFO O| Aug 11 16:52:30.292 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98152026-08-11T16:52:31.303Z[ host-image] Aug 11 16:52:30.301 INFO O| Aug 11 16:52:30.301 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98162026-08-11T16:52:31.303Z[ host-image] Aug 11 16:52:30.301 INFO O| Aug 11 16:52:30.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98172026-08-11T16:52:31.303Z[ host-image] Aug 11 16:52:30.301 INFO O| Aug 11 16:52:30.301 INFO ok!
98182026-08-11T16:52:31.306Z[ host-image] Aug 11 16:52:30.301 INFO O| Aug 11 16:52:30.301 INFO STEP 19 (ensure_file) COMPLETE
98192026-08-11T16:52:31.306Z[ host-image] Aug 11 16:52:30.301 INFO O| Aug 11 16:52:30.301 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98202026-08-11T16:52:31.313Z[ host-image] Aug 11 16:52:30.311 INFO O| Aug 11 16:52:30.311 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98212026-08-11T16:52:31.313Z[ host-image] Aug 11 16:52:30.311 INFO O| Aug 11 16:52:30.311 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98222026-08-11T16:52:31.313Z[ host-image] Aug 11 16:52:30.311 INFO O| Aug 11 16:52:30.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98232026-08-11T16:52:31.313Z[ host-image] Aug 11 16:52:30.311 INFO O| Aug 11 16:52:30.311 INFO ok!
98242026-08-11T16:52:31.317Z[ host-image] Aug 11 16:52:30.311 INFO O| Aug 11 16:52:30.311 INFO STEP 20 (ensure_symlink) COMPLETE
98252026-08-11T16:52:31.317Z[ host-image] Aug 11 16:52:30.311 INFO O| Aug 11 16:52:30.311 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98262026-08-11T16:52:31.321Z[ host-image] Aug 11 16:52:30.319 INFO O| Aug 11 16:52:30.319 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98272026-08-11T16:52:31.324Z[ host-image] Aug 11 16:52:30.319 INFO O| Aug 11 16:52:30.319 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98282026-08-11T16:52:31.324Z[ host-image] Aug 11 16:52:30.320 INFO O| Aug 11 16:52:30.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98292026-08-11T16:52:31.324Z[ host-image] Aug 11 16:52:30.320 INFO O| Aug 11 16:52:30.319 INFO ok!
98302026-08-11T16:52:31.324Z[ host-image] Aug 11 16:52:30.320 INFO O| Aug 11 16:52:30.320 INFO STEP 21 (ensure_symlink) COMPLETE
98312026-08-11T16:52:31.324Z[ host-image] Aug 11 16:52:30.320 INFO O| Aug 11 16:52:30.320 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98322026-08-11T16:52:31.330Z[ host-image] Aug 11 16:52:30.329 INFO O| Aug 11 16:52:30.329 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98332026-08-11T16:52:31.330Z[ host-image] Aug 11 16:52:30.329 INFO O| Aug 11 16:52:30.329 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98342026-08-11T16:52:31.333Z[ host-image] Aug 11 16:52:30.329 INFO O| Aug 11 16:52:30.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98352026-08-11T16:52:31.333Z[ host-image] Aug 11 16:52:30.329 INFO O| Aug 11 16:52:30.329 INFO ok!
98362026-08-11T16:52:31.333Z[ host-image] Aug 11 16:52:30.329 INFO O| Aug 11 16:52:30.329 INFO STEP 22 (ensure_symlink) COMPLETE
98372026-08-11T16:52:31.333Z[ host-image] Aug 11 16:52:30.329 INFO O| Aug 11 16:52:30.329 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98382026-08-11T16:52:31.338Z[ host-image] Aug 11 16:52:30.336 INFO O| Aug 11 16:52:30.336 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98392026-08-11T16:52:31.338Z[ host-image] Aug 11 16:52:30.336 INFO O| Aug 11 16:52:30.336 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98402026-08-11T16:52:31.338Z[ host-image] Aug 11 16:52:30.336 INFO O| Aug 11 16:52:30.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98412026-08-11T16:52:31.342Z[ host-image] Aug 11 16:52:30.336 INFO O| Aug 11 16:52:30.336 INFO ok!
98422026-08-11T16:52:31.342Z[ host-image] Aug 11 16:52:30.336 INFO O| Aug 11 16:52:30.336 INFO STEP 23 (ensure_symlink) COMPLETE
98432026-08-11T16:52:31.342Z[ host-image] Aug 11 16:52:30.336 INFO O| Aug 11 16:52:30.336 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98442026-08-11T16:52:31.347Z[ host-image] Aug 11 16:52:30.345 INFO O| Aug 11 16:52:30.345 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98452026-08-11T16:52:31.347Z[ host-image] Aug 11 16:52:30.345 INFO O| Aug 11 16:52:30.345 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98462026-08-11T16:52:31.349Z[ host-image] Aug 11 16:52:30.345 INFO O| Aug 11 16:52:30.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98472026-08-11T16:52:31.349Z[ host-image] Aug 11 16:52:30.345 INFO O| Aug 11 16:52:30.345 INFO ok!
98482026-08-11T16:52:31.349Z[ host-image] Aug 11 16:52:30.345 INFO O| Aug 11 16:52:30.345 INFO STEP 24 (ensure_file) COMPLETE
98492026-08-11T16:52:31.349Z[ host-image] Aug 11 16:52:30.345 INFO O| Aug 11 16:52:30.345 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98502026-08-11T16:52:31.355Z[ host-image] Aug 11 16:52:30.354 INFO O| Aug 11 16:52:30.353 INFO updating shadow file
98512026-08-11T16:52:31.358Z[ host-image] Aug 11 16:52:30.354 INFO O| Aug 11 16:52:30.354 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98522026-08-11T16:52:31.358Z[ host-image] Aug 11 16:52:30.354 INFO O| Aug 11 16:52:30.354 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98532026-08-11T16:52:31.358Z[ host-image] Aug 11 16:52:30.354 INFO O| Aug 11 16:52:30.354 INFO STEP 25 (shadow) COMPLETE
98542026-08-11T16:52:31.358Z[ host-image] Aug 11 16:52:30.354 INFO O| Aug 11 16:52:30.354 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98552026-08-11T16:52:31.363Z[ host-image] Aug 11 16:52:30.361 INFO O| Aug 11 16:52:30.361 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98562026-08-11T16:52:31.363Z[ host-image] Aug 11 16:52:30.361 INFO O| Aug 11 16:52:30.361 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98572026-08-11T16:52:31.364Z[ host-image] Aug 11 16:52:30.361 INFO O| Aug 11 16:52:30.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98582026-08-11T16:52:31.365Z[ host-image] Aug 11 16:52:30.361 INFO O| Aug 11 16:52:30.361 INFO ok!
98592026-08-11T16:52:31.365Z[ host-image] Aug 11 16:52:30.361 INFO O| Aug 11 16:52:30.361 INFO STEP 26 (ensure_file) COMPLETE
98602026-08-11T16:52:31.365Z[ host-image] Aug 11 16:52:30.361 INFO O| Aug 11 16:52:30.361 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98612026-08-11T16:52:31.374Z[ host-image] Aug 11 16:52:30.371 INFO O| Aug 11 16:52:30.371 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98622026-08-11T16:52:31.374Z[ host-image] Aug 11 16:52:30.371 INFO O| Aug 11 16:52:30.371 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98632026-08-11T16:52:31.377Z[ host-image] Aug 11 16:52:30.371 INFO O| Aug 11 16:52:30.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98642026-08-11T16:52:31.377Z[ host-image] Aug 11 16:52:30.371 INFO O| Aug 11 16:52:30.371 INFO ok!
98652026-08-11T16:52:31.377Z[ host-image] Aug 11 16:52:30.371 INFO O| Aug 11 16:52:30.371 INFO STEP 27 (ensure_file) COMPLETE
98662026-08-11T16:52:31.377Z[ host-image] Aug 11 16:52:30.371 INFO O| Aug 11 16:52:30.371 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98672026-08-11T16:52:31.382Z[ host-image] Aug 11 16:52:30.380 INFO O| Aug 11 16:52:30.380 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98682026-08-11T16:52:31.382Z[ host-image] Aug 11 16:52:30.380 INFO O| Aug 11 16:52:30.380 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98692026-08-11T16:52:31.384Z[ host-image] Aug 11 16:52:30.380 INFO O| Aug 11 16:52:30.380 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98702026-08-11T16:52:31.385Z[ host-image] Aug 11 16:52:30.380 INFO O| Aug 11 16:52:30.380 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98712026-08-11T16:52:31.385Z[ host-image] Aug 11 16:52:30.380 INFO O| Aug 11 16:52:30.380 INFO ok!
98722026-08-11T16:52:31.385Z[ host-image] Aug 11 16:52:30.380 INFO O| Aug 11 16:52:30.380 INFO STEP 28 (ensure_file) COMPLETE
98732026-08-11T16:52:31.385Z[ host-image] Aug 11 16:52:30.380 INFO O| Aug 11 16:52:30.380 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98742026-08-11T16:52:31.391Z[ host-image] Aug 11 16:52:30.389 INFO O| Aug 11 16:52:30.389 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98752026-08-11T16:52:31.391Z[ host-image] Aug 11 16:52:30.390 INFO O| Aug 11 16:52:30.389 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98762026-08-11T16:52:31.391Z[ host-image] Aug 11 16:52:30.390 INFO O| Aug 11 16:52:30.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98772026-08-11T16:52:31.394Z[ host-image] Aug 11 16:52:30.390 INFO O| Aug 11 16:52:30.390 INFO ok!
98782026-08-11T16:52:31.394Z[ host-image] Aug 11 16:52:30.390 INFO O| Aug 11 16:52:30.390 INFO STEP 29 (ensure_file) COMPLETE
98792026-08-11T16:52:31.394Z[ host-image] Aug 11 16:52:30.390 INFO O| Aug 11 16:52:30.390 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98802026-08-11T16:52:31.402Z[ host-image] Aug 11 16:52:30.400 INFO O| Aug 11 16:52:30.400 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98812026-08-11T16:52:31.402Z[ host-image] Aug 11 16:52:30.400 INFO O| Aug 11 16:52:30.400 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98822026-08-11T16:52:31.405Z[ host-image] Aug 11 16:52:30.400 INFO O| Aug 11 16:52:30.400 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98832026-08-11T16:52:31.405Z[ host-image] Aug 11 16:52:30.400 INFO O| Aug 11 16:52:30.400 INFO STEP 30 (ensure_dir) COMPLETE
98842026-08-11T16:52:31.405Z[ host-image] Aug 11 16:52:30.400 INFO O| Aug 11 16:52:30.400 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98852026-08-11T16:52:31.410Z[ host-image] Aug 11 16:52:30.408 INFO O| Aug 11 16:52:30.408 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98862026-08-11T16:52:31.410Z[ host-image] Aug 11 16:52:30.408 INFO O| Aug 11 16:52:30.408 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98872026-08-11T16:52:31.412Z[ host-image] Aug 11 16:52:30.408 INFO O| Aug 11 16:52:30.408 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98882026-08-11T16:52:31.413Z[ host-image] Aug 11 16:52:30.408 INFO O| Aug 11 16:52:30.408 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98892026-08-11T16:52:31.413Z[ host-image] Aug 11 16:52:30.408 INFO O| Aug 11 16:52:30.408 INFO ok!
98902026-08-11T16:52:31.413Z[ host-image] Aug 11 16:52:30.408 INFO O| Aug 11 16:52:30.408 INFO STEP 31 (ensure_file) COMPLETE
98912026-08-11T16:52:31.413Z[ host-image] Aug 11 16:52:30.408 INFO O| Aug 11 16:52:30.408 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98922026-08-11T16:52:31.418Z[ host-image] Aug 11 16:52:30.416 INFO O| Aug 11 16:52:30.416 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98932026-08-11T16:52:31.421Z[ host-image] Aug 11 16:52:30.416 INFO O| Aug 11 16:52:30.416 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98942026-08-11T16:52:31.421Z[ host-image] Aug 11 16:52:30.416 INFO O| Aug 11 16:52:30.416 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98952026-08-11T16:52:31.421Z[ host-image] Aug 11 16:52:30.416 INFO O| Aug 11 16:52:30.416 INFO STEP 32 (ensure_dir) COMPLETE
98962026-08-11T16:52:31.421Z[ host-image] Aug 11 16:52:30.416 INFO O| Aug 11 16:52:30.416 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98972026-08-11T16:52:31.429Z[ host-image] Aug 11 16:52:30.427 INFO O| Aug 11 16:52:30.427 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98982026-08-11T16:52:31.429Z[ host-image] Aug 11 16:52:30.427 INFO O| Aug 11 16:52:30.427 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 ...
98992026-08-11T16:52:31.431Z[ host-image] Aug 11 16:52:30.427 INFO O| Aug 11 16:52:30.427 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
99002026-08-11T16:52:31.432Z[ host-image] Aug 11 16:52:30.427 INFO O| Aug 11 16:52:30.427 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99012026-08-11T16:52:31.432Z[ host-image] Aug 11 16:52:30.427 INFO O| Aug 11 16:52:30.427 INFO ok!
99022026-08-11T16:52:31.432Z[ host-image] Aug 11 16:52:30.427 INFO O| Aug 11 16:52:30.427 INFO STEP 33 (ensure_file) COMPLETE
99032026-08-11T16:52:31.432Z[ host-image] Aug 11 16:52:30.427 INFO O| Aug 11 16:52:30.427 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99042026-08-11T16:52:31.439Z[ host-image] Aug 11 16:52:30.437 INFO O| Aug 11 16:52:30.437 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99052026-08-11T16:52:31.439Z[ host-image] Aug 11 16:52:30.437 INFO O| Aug 11 16:52:30.437 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99062026-08-11T16:52:31.442Z[ host-image] Aug 11 16:52:30.437 INFO O| Aug 11 16:52:30.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99072026-08-11T16:52:31.442Z[ host-image] Aug 11 16:52:30.437 INFO O| Aug 11 16:52:30.437 INFO ok!
99082026-08-11T16:52:31.442Z[ host-image] Aug 11 16:52:30.437 INFO O| Aug 11 16:52:30.437 INFO STEP 34 (ensure_file) COMPLETE
99092026-08-11T16:52:31.442Z[ host-image] Aug 11 16:52:30.437 INFO O| Aug 11 16:52:30.437 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99102026-08-11T16:52:31.447Z[ host-image] Aug 11 16:52:30.446 INFO O| Aug 11 16:52:30.446 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99112026-08-11T16:52:31.447Z[ host-image] Aug 11 16:52:30.446 INFO O| Aug 11 16:52:30.446 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99122026-08-11T16:52:31.450Z[ host-image] Aug 11 16:52:30.446 INFO O| Aug 11 16:52:30.446 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99132026-08-11T16:52:31.450Z[ host-image] Aug 11 16:52:30.446 INFO O| Aug 11 16:52:30.446 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99142026-08-11T16:52:31.450Z[ host-image] Aug 11 16:52:30.446 INFO O| Aug 11 16:52:30.446 INFO ok!
99152026-08-11T16:52:31.450Z[ host-image] Aug 11 16:52:30.446 INFO O| Aug 11 16:52:30.446 INFO STEP 35 (ensure_file) COMPLETE
99162026-08-11T16:52:31.450Z[ host-image] Aug 11 16:52:30.446 INFO O| Aug 11 16:52:30.446 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99172026-08-11T16:52:31.455Z[ host-image] Aug 11 16:52:30.454 INFO O| Aug 11 16:52:30.454 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99182026-08-11T16:52:31.460Z[ host-image] Aug 11 16:52:30.454 INFO O| Aug 11 16:52:30.454 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99192026-08-11T16:52:31.460Z[ host-image] Aug 11 16:52:30.454 INFO O| Aug 11 16:52:30.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99202026-08-11T16:52:31.460Z[ host-image] Aug 11 16:52:30.454 INFO O| Aug 11 16:52:30.454 INFO ok!
99212026-08-11T16:52:31.460Z[ host-image] Aug 11 16:52:30.454 INFO O| Aug 11 16:52:30.454 INFO STEP 36 (ensure_file) COMPLETE
99222026-08-11T16:52:31.460Z[ host-image] Aug 11 16:52:30.454 INFO O| Aug 11 16:52:30.454 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99232026-08-11T16:52:31.463Z[ host-image] Aug 11 16:52:30.462 INFO O| Aug 11 16:52:30.462 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99242026-08-11T16:52:31.466Z[ host-image] Aug 11 16:52:30.462 INFO O| Aug 11 16:52:30.462 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99252026-08-11T16:52:31.466Z[ host-image] Aug 11 16:52:30.462 INFO O| Aug 11 16:52:30.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99262026-08-11T16:52:31.466Z[ host-image] Aug 11 16:52:30.462 INFO O| Aug 11 16:52:30.462 INFO ok!
99272026-08-11T16:52:31.466Z[ host-image] Aug 11 16:52:30.462 INFO O| Aug 11 16:52:30.462 INFO STEP 37 (ensure_file) COMPLETE
99282026-08-11T16:52:31.466Z[ host-image] Aug 11 16:52:30.462 INFO O| Aug 11 16:52:30.462 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99292026-08-11T16:52:31.514Z[ host-image] Aug 11 16:52:30.469 INFO O| Aug 11 16:52:30.469 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99302026-08-11T16:52:31.514Z[ host-image] Aug 11 16:52:30.469 INFO O| Aug 11 16:52:30.469 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99312026-08-11T16:52:31.514Z[ host-image] Aug 11 16:52:30.469 INFO O| Aug 11 16:52:30.469 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99322026-08-11T16:52:31.514Z[ host-image] Aug 11 16:52:30.469 INFO O| Aug 11 16:52:30.469 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99332026-08-11T16:52:31.514Z[ host-image] Aug 11 16:52:30.469 INFO O| Aug 11 16:52:30.469 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99342026-08-11T16:52:31.514Z[ host-image] Aug 11 16:52:30.469 INFO O| Aug 11 16:52:30.469 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99352026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.469 INFO O| Aug 11 16:52:30.469 INFO ok!
99362026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.469 INFO O| Aug 11 16:52:30.469 INFO STEP 38 (ensure_file) COMPLETE
99372026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.469 INFO O| Aug 11 16:52:30.469 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99382026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.477 INFO O| Aug 11 16:52:30.477 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99392026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.477 INFO O| Aug 11 16:52:30.477 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99402026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.477 INFO O| Aug 11 16:52:30.477 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99412026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.477 INFO O| Aug 11 16:52:30.477 INFO STEP 39 (ensure_dir) COMPLETE
99422026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.477 INFO O| Aug 11 16:52:30.477 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99432026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.486 INFO O| Aug 11 16:52:30.486 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
99442026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.486 INFO O| Aug 11 16:52:30.486 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 ...
99452026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.486 INFO O| Aug 11 16:52:30.486 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
99462026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.486 INFO O| Aug 11 16:52:30.486 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
99472026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.486 INFO O| Aug 11 16:52:30.486 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
99482026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.486 INFO O| Aug 11 16:52:30.486 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
99492026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.486 INFO O| Aug 11 16:52:30.486 INFO ok!
99502026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.486 INFO O| Aug 11 16:52:30.486 INFO STEP 40 (ensure_file) COMPLETE
99512026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.486 INFO O| Aug 11 16:52:30.486 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99522026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.494 INFO O| Aug 11 16:52:30.494 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99532026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.494 INFO O| Aug 11 16:52:30.494 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 ...
99542026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.494 INFO O| Aug 11 16:52:30.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99552026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.494 INFO O| Aug 11 16:52:30.494 INFO ok!
99562026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.494 INFO O| Aug 11 16:52:30.494 INFO STEP 41 (ensure_symlink) COMPLETE
99572026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.494 INFO O| Aug 11 16:52:30.494 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99582026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.502 INFO O| Aug 11 16:52:30.502 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99592026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.502 INFO O| Aug 11 16:52:30.502 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99602026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.502 INFO O| Aug 11 16:52:30.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99612026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.502 INFO O| Aug 11 16:52:30.502 INFO ok!
99622026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.502 INFO O| Aug 11 16:52:30.502 INFO STEP 42 (ensure_symlink) COMPLETE
99632026-08-11T16:52:31.515Z[ host-image] Aug 11 16:52:30.502 INFO O| Aug 11 16:52:30.502 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99642026-08-11T16:52:31.519Z[ host-image] Aug 11 16:52:30.511 INFO O| Aug 11 16:52:30.511 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99652026-08-11T16:52:31.519Z[ host-image] Aug 11 16:52:30.511 INFO O| Aug 11 16:52:30.511 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99662026-08-11T16:52:31.519Z[ host-image] Aug 11 16:52:30.511 INFO O| Aug 11 16:52:30.511 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99672026-08-11T16:52:31.519Z[ host-image] Aug 11 16:52:30.511 INFO O| Aug 11 16:52:30.511 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99682026-08-11T16:52:31.519Z[ host-image] Aug 11 16:52:30.511 INFO O| Aug 11 16:52:30.511 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99692026-08-11T16:52:31.520Z[ host-image] Aug 11 16:52:30.511 INFO O| Aug 11 16:52:30.511 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99702026-08-11T16:52:31.520Z[ host-image] Aug 11 16:52:30.511 INFO O| Aug 11 16:52:30.511 INFO ok!
99712026-08-11T16:52:31.520Z[ host-image] Aug 11 16:52:30.511 INFO O| Aug 11 16:52:30.511 INFO STEP 43 (ensure_file) COMPLETE
99722026-08-11T16:52:31.520Z[ host-image] Aug 11 16:52:30.511 INFO O| Aug 11 16:52:30.511 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99732026-08-11T16:52:31.522Z[ host-image] Aug 11 16:52:30.519 INFO O| Aug 11 16:52:30.519 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99742026-08-11T16:52:31.522Z[ host-image] Aug 11 16:52:30.519 INFO O| Aug 11 16:52:30.519 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 ...
99752026-08-11T16:52:31.522Z[ host-image] Aug 11 16:52:30.519 INFO O| Aug 11 16:52:30.519 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
99762026-08-11T16:52:31.522Z[ host-image] Aug 11 16:52:30.519 INFO O| Aug 11 16:52:30.519 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99772026-08-11T16:52:31.523Z[ host-image] Aug 11 16:52:30.519 INFO O| Aug 11 16:52:30.519 INFO ok!
99782026-08-11T16:52:31.523Z[ host-image] Aug 11 16:52:30.519 INFO O| Aug 11 16:52:30.519 INFO STEP 44 (ensure_file) COMPLETE
99792026-08-11T16:52:31.523Z[ host-image] Aug 11 16:52:30.519 INFO O| Aug 11 16:52:30.519 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99802026-08-11T16:52:31.531Z[ host-image] Aug 11 16:52:30.529 INFO O| Aug 11 16:52:30.529 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99812026-08-11T16:52:31.531Z[ host-image] Aug 11 16:52:30.530 INFO O| Aug 11 16:52:30.529 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99822026-08-11T16:52:31.534Z[ host-image] Aug 11 16:52:30.530 INFO O| Aug 11 16:52:30.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99832026-08-11T16:52:31.534Z[ host-image] Aug 11 16:52:30.530 INFO O| Aug 11 16:52:30.530 INFO ok!
99842026-08-11T16:52:31.534Z[ host-image] Aug 11 16:52:30.530 INFO O| Aug 11 16:52:30.530 INFO STEP 45 (ensure_file) COMPLETE
99852026-08-11T16:52:31.534Z[ host-image] Aug 11 16:52:30.530 INFO O| Aug 11 16:52:30.530 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99862026-08-11T16:52:31.543Z[ host-image] Aug 11 16:52:30.541 INFO O| Aug 11 16:52:30.541 INFO updating shadow file
99872026-08-11T16:52:31.543Z[ host-image] Aug 11 16:52:30.541 INFO O| Aug 11 16:52:30.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99882026-08-11T16:52:31.546Z[ host-image] Aug 11 16:52:30.541 INFO O| Aug 11 16:52:30.541 INFO STEP 46 (shadow) COMPLETE
99892026-08-11T16:52:31.546Z[ host-image] Aug 11 16:52:30.541 INFO O| Aug 11 16:52:30.541 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99902026-08-11T16:52:31.552Z[ host-image] Aug 11 16:52:30.550 INFO O| Aug 11 16:52:30.550 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99912026-08-11T16:52:31.552Z[ host-image] Aug 11 16:52:30.550 INFO O| Aug 11 16:52:30.550 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99922026-08-11T16:52:31.555Z[ host-image] Aug 11 16:52:30.551 INFO O| Aug 11 16:52:30.551 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99932026-08-11T16:52:31.555Z[ host-image] Aug 11 16:52:30.551 INFO O| Aug 11 16:52:30.551 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99942026-08-11T16:52:31.555Z[ host-image] Aug 11 16:52:30.551 INFO O| Aug 11 16:52:30.551 INFO ok!
99952026-08-11T16:52:31.555Z[ host-image] Aug 11 16:52:30.551 INFO O| Aug 11 16:52:30.551 INFO STEP 47 (ensure_file) COMPLETE
99962026-08-11T16:52:31.555Z[ host-image] Aug 11 16:52:30.551 INFO O| Aug 11 16:52:30.551 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99972026-08-11T16:52:31.555Z[ host-image] Aug 11 16:52:30.551 INFO O| Aug 11 16:52:30.551 INFO skip step because feature "mfg" is not enabled
99982026-08-11T16:52:31.555Z[ host-image] Aug 11 16:52:30.551 INFO O| Aug 11 16:52:30.551 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99992026-08-11T16:52:31.556Z[ host-image] Aug 11 16:52:30.551 INFO O| Aug 11 16:52:30.551 INFO skip step because feature "mfg" is not enabled
100002026-08-11T16:52:31.556Z[ host-image] Aug 11 16:52:30.551 INFO O| Aug 11 16:52:30.551 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100012026-08-11T16:52:31.561Z[ host-image] Aug 11 16:52:30.558 INFO O| Aug 11 16:52:30.558 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100022026-08-11T16:52:31.561Z[ host-image] Aug 11 16:52:30.558 INFO O| Aug 11 16:52:30.558 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100032026-08-11T16:52:31.590Z[ host-image] Aug 11 16:52:30.588 INFO O| Aug 11 16:52:30.588 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100042026-08-11T16:52:31.590Z[ host-image] Aug 11 16:52:30.588 INFO O| Aug 11 16:52:30.588 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100052026-08-11T16:52:31.590Z[ host-image] Aug 11 16:52:30.588 INFO O| Aug 11 16:52:30.588 INFO ok!
100062026-08-11T16:52:31.593Z[ host-image] Aug 11 16:52:30.588 INFO O| Aug 11 16:52:30.588 INFO STEP 50 (ensure_file) COMPLETE
100072026-08-11T16:52:31.593Z[ host-image] Aug 11 16:52:30.588 INFO O| Aug 11 16:52:30.588 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100082026-08-11T16:52:31.593Z[ host-image] Aug 11 16:52:30.588 INFO O| Aug 11 16:52:30.588 INFO skip step because feature "compliance" is not enabled
100092026-08-11T16:52:31.594Z[ host-image] Aug 11 16:52:30.588 INFO O| Aug 11 16:52:30.588 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100102026-08-11T16:52:31.601Z[ host-image] Aug 11 16:52:30.599 INFO O| Aug 11 16:52:30.599 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100112026-08-11T16:52:31.601Z[ host-image] Aug 11 16:52:30.599 INFO O| Aug 11 16:52:30.599 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100122026-08-11T16:52:31.605Z[ host-image] Aug 11 16:52:30.599 INFO O| Aug 11 16:52:30.599 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100132026-08-11T16:52:31.605Z[ host-image] Aug 11 16:52:30.599 INFO O| Aug 11 16:52:30.599 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100142026-08-11T16:52:31.605Z[ host-image] Aug 11 16:52:30.599 INFO O| Aug 11 16:52:30.599 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100152026-08-11T16:52:31.605Z[ host-image] Aug 11 16:52:30.599 INFO O| Aug 11 16:52:30.599 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100162026-08-11T16:52:31.605Z[ host-image] Aug 11 16:52:30.599 INFO O| Aug 11 16:52:30.599 INFO ok!
100172026-08-11T16:52:31.605Z[ host-image] Aug 11 16:52:30.599 INFO O| Aug 11 16:52:30.599 INFO STEP 52 (ensure_file) COMPLETE
100182026-08-11T16:52:31.605Z[ host-image] Aug 11 16:52:30.599 INFO O| Aug 11 16:52:30.599 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100192026-08-11T16:52:31.611Z[ host-image] Aug 11 16:52:30.609 INFO O| Aug 11 16:52:30.609 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100202026-08-11T16:52:31.614Z[ host-image] Aug 11 16:52:30.609 INFO O| Aug 11 16:52:30.609 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 ...
100212026-08-11T16:52:31.614Z[ host-image] Aug 11 16:52:30.609 INFO O| Aug 11 16:52:30.609 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
100222026-08-11T16:52:31.614Z[ host-image] Aug 11 16:52:30.609 INFO O| Aug 11 16:52:30.609 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100232026-08-11T16:52:31.614Z[ host-image] Aug 11 16:52:30.609 INFO O| Aug 11 16:52:30.609 INFO ok!
100242026-08-11T16:52:31.614Z[ host-image] Aug 11 16:52:30.609 INFO O| Aug 11 16:52:30.609 INFO STEP 53 (ensure_file) COMPLETE
100252026-08-11T16:52:31.614Z[ host-image] Aug 11 16:52:30.609 INFO O| Aug 11 16:52:30.609 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100262026-08-11T16:52:31.621Z[ host-image] Aug 11 16:52:30.620 INFO O| Aug 11 16:52:30.619 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100272026-08-11T16:52:31.621Z[ host-image] Aug 11 16:52:30.620 INFO O| Aug 11 16:52:30.620 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 ...
100282026-08-11T16:52:31.624Z[ host-image] Aug 11 16:52:30.620 INFO O| Aug 11 16:52:30.620 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100292026-08-11T16:52:31.624Z[ host-image] Aug 11 16:52:30.620 INFO O| Aug 11 16:52:30.620 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100302026-08-11T16:52:31.624Z[ host-image] Aug 11 16:52:30.620 INFO O| Aug 11 16:52:30.620 INFO ok!
100312026-08-11T16:52:31.624Z[ host-image] Aug 11 16:52:30.620 INFO O| Aug 11 16:52:30.620 INFO STEP 54 (ensure_file) COMPLETE
100322026-08-11T16:52:31.624Z[ host-image] Aug 11 16:52:30.620 INFO O| Aug 11 16:52:30.620 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100332026-08-11T16:52:31.654Z[ host-image] Aug 11 16:52:30.653 INFO O| Aug 11 16:52:30.653 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100342026-08-11T16:52:31.655Z[ host-image] Aug 11 16:52:30.653 INFO O| Aug 11 16:52:30.653 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 ...
100352026-08-11T16:52:31.658Z[ host-image] Aug 11 16:52:30.653 INFO O| Aug 11 16:52:30.653 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
100362026-08-11T16:52:31.658Z[ host-image] Aug 11 16:52:30.653 INFO O| Aug 11 16:52:30.653 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100372026-08-11T16:52:31.659Z[ host-image] Aug 11 16:52:30.653 INFO O| Aug 11 16:52:30.653 INFO ok!
100382026-08-11T16:52:31.659Z[ host-image] Aug 11 16:52:30.653 INFO O| Aug 11 16:52:30.653 INFO STEP 55 (ensure_file) COMPLETE
100392026-08-11T16:52:31.659Z[ host-image] Aug 11 16:52:30.653 INFO O| Aug 11 16:52:30.653 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100402026-08-11T16:52:31.665Z[ host-image] Aug 11 16:52:30.663 INFO O| Aug 11 16:52:30.663 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100412026-08-11T16:52:31.665Z[ host-image] Aug 11 16:52:30.663 INFO O| Aug 11 16:52:30.663 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 ...
100422026-08-11T16:52:31.668Z[ host-image] Aug 11 16:52:30.663 INFO O| Aug 11 16:52:30.663 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100432026-08-11T16:52:31.668Z[ host-image] Aug 11 16:52:30.663 INFO O| Aug 11 16:52:30.663 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100442026-08-11T16:52:31.668Z[ host-image] Aug 11 16:52:30.663 INFO O| Aug 11 16:52:30.663 INFO ok!
100452026-08-11T16:52:31.668Z[ host-image] Aug 11 16:52:30.663 INFO O| Aug 11 16:52:30.663 INFO STEP 56 (ensure_file) COMPLETE
100462026-08-11T16:52:31.668Z[ host-image] Aug 11 16:52:30.663 INFO O| Aug 11 16:52:30.663 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100472026-08-11T16:52:31.675Z[ host-image] Aug 11 16:52:30.673 INFO O| Aug 11 16:52:30.673 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100482026-08-11T16:52:31.675Z[ host-image] Aug 11 16:52:30.673 INFO O| Aug 11 16:52:30.673 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 ...
100492026-08-11T16:52:31.678Z[ host-image] Aug 11 16:52:30.673 INFO O| Aug 11 16:52:30.673 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
100502026-08-11T16:52:31.678Z[ host-image] Aug 11 16:52:30.673 INFO O| Aug 11 16:52:30.673 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100512026-08-11T16:52:31.678Z[ host-image] Aug 11 16:52:30.673 INFO O| Aug 11 16:52:30.673 INFO ok!
100522026-08-11T16:52:31.678Z[ host-image] Aug 11 16:52:30.673 INFO O| Aug 11 16:52:30.673 INFO STEP 57 (ensure_file) COMPLETE
100532026-08-11T16:52:31.678Z[ host-image] Aug 11 16:52:30.673 INFO O| Aug 11 16:52:30.673 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100542026-08-11T16:52:31.685Z[ host-image] Aug 11 16:52:30.683 INFO O| Aug 11 16:52:30.683 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100552026-08-11T16:52:31.685Z[ host-image] Aug 11 16:52:30.683 INFO O| Aug 11 16:52:30.683 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 ...
100562026-08-11T16:52:31.688Z[ host-image] Aug 11 16:52:30.684 INFO O| Aug 11 16:52:30.684 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100572026-08-11T16:52:31.688Z[ host-image] Aug 11 16:52:30.684 INFO O| Aug 11 16:52:30.684 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100582026-08-11T16:52:31.688Z[ host-image] Aug 11 16:52:30.684 INFO O| Aug 11 16:52:30.684 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100592026-08-11T16:52:31.688Z[ host-image] Aug 11 16:52:30.684 INFO O| Aug 11 16:52:30.684 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100602026-08-11T16:52:31.688Z[ host-image] Aug 11 16:52:30.684 INFO O| Aug 11 16:52:30.684 INFO ok!
100612026-08-11T16:52:31.688Z[ host-image] Aug 11 16:52:30.684 INFO O| Aug 11 16:52:30.684 INFO STEP 58 (ensure_file) COMPLETE
100622026-08-11T16:52:31.688Z[ host-image] Aug 11 16:52:30.684 INFO O| Aug 11 16:52:30.684 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100632026-08-11T16:52:31.694Z[ host-image] Aug 11 16:52:30.692 INFO O| Aug 11 16:52:30.692 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100642026-08-11T16:52:31.697Z[ host-image] Aug 11 16:52:30.692 INFO O| Aug 11 16:52:30.692 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 ...
100652026-08-11T16:52:31.697Z[ host-image] Aug 11 16:52:30.692 INFO O| Aug 11 16:52:30.692 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
100662026-08-11T16:52:31.697Z[ host-image] Aug 11 16:52:30.692 INFO O| Aug 11 16:52:30.692 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100672026-08-11T16:52:31.697Z[ host-image] Aug 11 16:52:30.692 INFO O| Aug 11 16:52:30.692 INFO ok!
100682026-08-11T16:52:31.697Z[ host-image] Aug 11 16:52:30.692 INFO O| Aug 11 16:52:30.692 INFO STEP 59 (ensure_file) COMPLETE
100692026-08-11T16:52:31.697Z[ host-image] Aug 11 16:52:30.692 INFO O| Aug 11 16:52:30.692 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100702026-08-11T16:52:31.702Z[ host-image] Aug 11 16:52:30.701 INFO O| Aug 11 16:52:30.701 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100712026-08-11T16:52:31.702Z[ host-image] Aug 11 16:52:30.701 INFO O| Aug 11 16:52:30.701 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100722026-08-11T16:52:31.705Z[ host-image] Aug 11 16:52:30.701 INFO O| Aug 11 16:52:30.701 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100732026-08-11T16:52:31.705Z[ host-image] Aug 11 16:52:30.701 INFO O| Aug 11 16:52:30.701 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100742026-08-11T16:52:31.705Z[ host-image] Aug 11 16:52:30.701 INFO O| Aug 11 16:52:30.701 INFO ok!
100752026-08-11T16:52:31.705Z[ host-image] Aug 11 16:52:30.701 INFO O| Aug 11 16:52:30.701 INFO STEP 60 (ensure_file) COMPLETE
100762026-08-11T16:52:31.705Z[ host-image] Aug 11 16:52:30.701 INFO O| Aug 11 16:52:30.701 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100772026-08-11T16:52:31.712Z[ host-image] Aug 11 16:52:30.710 INFO O| Aug 11 16:52:30.710 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100782026-08-11T16:52:31.712Z[ host-image] Aug 11 16:52:30.710 INFO O| Aug 11 16:52:30.710 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 ...
100792026-08-11T16:52:31.715Z[ host-image] Aug 11 16:52:30.710 INFO O| Aug 11 16:52:30.710 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
100802026-08-11T16:52:31.715Z[ host-image] Aug 11 16:52:30.710 INFO O| Aug 11 16:52:30.710 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100812026-08-11T16:52:31.715Z[ host-image] Aug 11 16:52:30.710 INFO O| Aug 11 16:52:30.710 INFO ok!
100822026-08-11T16:52:31.715Z[ host-image] Aug 11 16:52:30.710 INFO O| Aug 11 16:52:30.710 INFO STEP 61 (ensure_file) COMPLETE
100832026-08-11T16:52:31.715Z[ host-image] Aug 11 16:52:30.710 INFO O| Aug 11 16:52:30.710 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100842026-08-11T16:52:31.721Z[ host-image] Aug 11 16:52:30.720 INFO O| Aug 11 16:52:30.719 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100852026-08-11T16:52:31.721Z[ host-image] Aug 11 16:52:30.720 INFO O| Aug 11 16:52:30.720 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100862026-08-11T16:52:31.724Z[ host-image] Aug 11 16:52:30.720 INFO O| Aug 11 16:52:30.720 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100872026-08-11T16:52:31.724Z[ host-image] Aug 11 16:52:30.720 INFO O| Aug 11 16:52:30.720 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100882026-08-11T16:52:31.724Z[ host-image] Aug 11 16:52:30.720 INFO O| Aug 11 16:52:30.720 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100892026-08-11T16:52:31.724Z[ host-image] Aug 11 16:52:30.720 INFO O| Aug 11 16:52:30.720 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100902026-08-11T16:52:31.724Z[ host-image] Aug 11 16:52:30.720 INFO O| Aug 11 16:52:30.720 INFO ok!
100912026-08-11T16:52:31.724Z[ host-image] Aug 11 16:52:30.720 INFO O| Aug 11 16:52:30.720 INFO STEP 62 (ensure_file) COMPLETE
100922026-08-11T16:52:31.724Z[ host-image] Aug 11 16:52:30.720 INFO O| Aug 11 16:52:30.720 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100932026-08-11T16:52:31.731Z[ host-image] Aug 11 16:52:30.729 INFO O| Aug 11 16:52:30.729 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100942026-08-11T16:52:31.731Z[ host-image] Aug 11 16:52:30.729 INFO O| Aug 11 16:52:30.729 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 ...
100952026-08-11T16:52:31.735Z[ host-image] Aug 11 16:52:30.729 INFO O| Aug 11 16:52:30.729 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
100962026-08-11T16:52:31.735Z[ host-image] Aug 11 16:52:30.729 INFO O| Aug 11 16:52:30.729 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100972026-08-11T16:52:31.735Z[ host-image] Aug 11 16:52:30.729 INFO O| Aug 11 16:52:30.729 INFO ok!
100982026-08-11T16:52:31.736Z[ host-image] Aug 11 16:52:30.729 INFO O| Aug 11 16:52:30.729 INFO STEP 63 (ensure_file) COMPLETE
100992026-08-11T16:52:31.736Z[ host-image] Aug 11 16:52:30.729 INFO O| Aug 11 16:52:30.729 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101002026-08-11T16:52:31.739Z[ host-image] Aug 11 16:52:30.737 INFO O| Aug 11 16:52:30.737 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101012026-08-11T16:52:31.739Z[ host-image] Aug 11 16:52:30.737 INFO O| Aug 11 16:52:30.737 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 ...
101022026-08-11T16:52:31.739Z[ host-image] Aug 11 16:52:30.737 INFO O| Aug 11 16:52:30.737 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
101032026-08-11T16:52:31.739Z[ host-image] Aug 11 16:52:30.737 INFO O| Aug 11 16:52:30.737 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101042026-08-11T16:52:31.739Z[ host-image] Aug 11 16:52:30.737 INFO O| Aug 11 16:52:30.737 INFO ok!
101052026-08-11T16:52:31.739Z[ host-image] Aug 11 16:52:30.737 INFO O| Aug 11 16:52:30.737 INFO STEP 64 (ensure_file) COMPLETE
101062026-08-11T16:52:31.739Z[ host-image] Aug 11 16:52:30.737 INFO O| Aug 11 16:52:30.737 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101072026-08-11T16:52:31.809Z[ host-image] Aug 11 16:52:30.755 INFO O| Aug 11 16:52:30.755 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101082026-08-11T16:52:31.810Z[ host-image] Aug 11 16:52:30.755 INFO O| Aug 11 16:52:30.755 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 ...
101092026-08-11T16:52:31.810Z[ host-image] Aug 11 16:52:30.755 INFO O| Aug 11 16:52:30.755 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
101102026-08-11T16:52:31.810Z[ host-image] Aug 11 16:52:30.755 INFO O| Aug 11 16:52:30.755 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101112026-08-11T16:52:31.810Z[ host-image] Aug 11 16:52:30.755 INFO O| Aug 11 16:52:30.755 INFO ok!
101122026-08-11T16:52:31.810Z[ host-image] Aug 11 16:52:30.755 INFO O| Aug 11 16:52:30.755 INFO STEP 65 (ensure_file) COMPLETE
101132026-08-11T16:52:31.810Z[ host-image] Aug 11 16:52:30.755 INFO O| Aug 11 16:52:30.755 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101142026-08-11T16:52:31.810Z[ host-image] Aug 11 16:52:30.755 INFO O| Aug 11 16:52:30.755 INFO skip step because feature "mbist" is not enabled
101152026-08-11T16:52:31.810Z[ host-image] Aug 11 16:52:30.755 INFO O| Aug 11 16:52:30.755 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101162026-08-11T16:52:31.810Z[ host-image] Aug 11 16:52:30.770 INFO O| Aug 11 16:52:30.768 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101172026-08-11T16:52:31.810Z[ host-image] Aug 11 16:52:30.770 INFO O| Aug 11 16:52:30.768 INFO STEP 67 (ensure_dir) COMPLETE
101182026-08-11T16:52:31.810Z[ host-image] Aug 11 16:52:30.770 INFO O| Aug 11 16:52:30.768 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101192026-08-11T16:52:31.873Z[ host-image] Aug 11 16:52:30.784 INFO O| Aug 11 16:52:30.783 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101202026-08-11T16:52:31.873Z[ host-image] Aug 11 16:52:30.784 INFO O| Aug 11 16:52:30.783 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101212026-08-11T16:52:31.873Z[ host-image] Aug 11 16:52:30.784 INFO O| Aug 11 16:52:30.783 INFO STEP 68 (ensure_dir) COMPLETE
101222026-08-11T16:52:31.873Z[ host-image] Aug 11 16:52:30.784 INFO O| Aug 11 16:52:30.783 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101232026-08-11T16:52:31.873Z[ host-image] Aug 11 16:52:30.860 INFO O| Aug 11 16:52:30.858 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101242026-08-11T16:52:31.873Z[ host-image] Aug 11 16:52:30.860 INFO O| Aug 11 16:52:30.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101252026-08-11T16:52:31.874Z[ host-image] Aug 11 16:52:30.860 INFO O| Aug 11 16:52:30.858 INFO STEP 69 (ensure_dir) COMPLETE
101262026-08-11T16:52:31.874Z[ host-image] Aug 11 16:52:30.860 INFO O| Aug 11 16:52:30.858 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101272026-08-11T16:52:31.883Z[ host-image] Aug 11 16:52:30.873 INFO O| Aug 11 16:52:30.872 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101282026-08-11T16:52:31.883Z[ host-image] Aug 11 16:52:30.873 INFO O| Aug 11 16:52:30.872 INFO copying /tmp/.tmpeFO11Z/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101292026-08-11T16:52:32.240Z[ host-image] Aug 11 16:52:31.238 INFO O| Aug 11 16:52:31.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101302026-08-11T16:52:32.240Z[ host-image] Aug 11 16:52:31.238 INFO O| Aug 11 16:52:31.238 INFO ok!
101312026-08-11T16:52:32.240Z[ host-image] Aug 11 16:52:31.238 INFO O| Aug 11 16:52:31.238 INFO STEP 70 (ensure_file) COMPLETE
101322026-08-11T16:52:32.245Z[ host-image] Aug 11 16:52:31.238 INFO O| Aug 11 16:52:31.238 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101332026-08-11T16:52:32.252Z[ host-image] Aug 11 16:52:31.249 INFO O| Aug 11 16:52:31.249 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101342026-08-11T16:52:32.252Z[ host-image] Aug 11 16:52:31.249 INFO O| Aug 11 16:52:31.249 INFO copying /tmp/.tmpeFO11Z/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101352026-08-11T16:52:33.004Z[ host-image] Aug 11 16:52:32.002 INFO O| Aug 11 16:52:32.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101362026-08-11T16:52:33.004Z[ host-image] Aug 11 16:52:32.002 INFO O| Aug 11 16:52:32.002 INFO ok!
101372026-08-11T16:52:33.004Z[ host-image] Aug 11 16:52:32.002 INFO O| Aug 11 16:52:32.002 INFO STEP 71 (ensure_file) COMPLETE
101382026-08-11T16:52:33.008Z[ host-image] Aug 11 16:52:32.002 INFO O| Aug 11 16:52:32.002 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101392026-08-11T16:52:33.012Z[ host-image] Aug 11 16:52:32.010 INFO O| Aug 11 16:52:32.010 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101402026-08-11T16:52:33.012Z[ host-image] Aug 11 16:52:32.011 INFO O| Aug 11 16:52:32.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101412026-08-11T16:52:33.012Z[ host-image] Aug 11 16:52:32.011 INFO O| Aug 11 16:52:32.010 INFO STEP 72 (ensure_dir) COMPLETE
101422026-08-11T16:52:33.015Z[ host-image] Aug 11 16:52:32.011 INFO O| Aug 11 16:52:32.010 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101432026-08-11T16:52:33.023Z[ host-image] Aug 11 16:52:32.021 INFO O| Aug 11 16:52:32.021 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101442026-08-11T16:52:33.026Z[ host-image] Aug 11 16:52:32.021 INFO O| Aug 11 16:52:32.021 INFO copying /tmp/.tmpeFO11Z/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 ...
101452026-08-11T16:52:33.027Z[ host-image] Aug 11 16:52:32.021 INFO O| Aug 11 16:52:32.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101462026-08-11T16:52:33.027Z[ host-image] Aug 11 16:52:32.021 INFO O| Aug 11 16:52:32.021 INFO ok!
101472026-08-11T16:52:33.027Z[ host-image] Aug 11 16:52:32.021 INFO O| Aug 11 16:52:32.021 INFO STEP 73 (ensure_file) COMPLETE
101482026-08-11T16:52:33.027Z[ host-image] Aug 11 16:52:32.021 INFO O| Aug 11 16:52:32.021 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101492026-08-11T16:52:33.033Z[ host-image] Aug 11 16:52:32.031 INFO O| Aug 11 16:52:32.031 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101502026-08-11T16:52:33.033Z[ host-image] Aug 11 16:52:32.031 INFO O| Aug 11 16:52:32.031 INFO copying /tmp/.tmpeFO11Z/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 ...
101512026-08-11T16:52:33.033Z[ host-image] Aug 11 16:52:32.031 INFO O| Aug 11 16:52:32.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101522026-08-11T16:52:33.036Z[ host-image] Aug 11 16:52:32.031 INFO O| Aug 11 16:52:32.031 INFO ok!
101532026-08-11T16:52:33.036Z[ host-image] Aug 11 16:52:32.031 INFO O| Aug 11 16:52:32.031 INFO STEP 74 (ensure_file) COMPLETE
101542026-08-11T16:52:33.036Z[ host-image] Aug 11 16:52:32.031 INFO O| Aug 11 16:52:32.031 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101552026-08-11T16:52:33.042Z[ host-image] Aug 11 16:52:32.040 INFO O| Aug 11 16:52:32.040 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101562026-08-11T16:52:33.042Z[ host-image] Aug 11 16:52:32.040 INFO O| Aug 11 16:52:32.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101572026-08-11T16:52:33.045Z[ host-image] Aug 11 16:52:32.040 INFO O| Aug 11 16:52:32.040 INFO STEP 75 (ensure_dir) COMPLETE
101582026-08-11T16:52:33.045Z[ host-image] Aug 11 16:52:32.040 INFO O| Aug 11 16:52:32.040 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101592026-08-11T16:52:33.051Z[ host-image] Aug 11 16:52:32.049 INFO O| Aug 11 16:52:32.049 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101602026-08-11T16:52:33.054Z[ host-image] Aug 11 16:52:32.049 INFO O| Aug 11 16:52:32.049 INFO copying /tmp/.tmpeFO11Z/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 ...
101612026-08-11T16:52:33.054Z[ host-image] Aug 11 16:52:32.049 INFO O| Aug 11 16:52:32.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101622026-08-11T16:52:33.054Z[ host-image] Aug 11 16:52:32.049 INFO O| Aug 11 16:52:32.049 INFO ok!
101632026-08-11T16:52:33.054Z[ host-image] Aug 11 16:52:32.049 INFO O| Aug 11 16:52:32.049 INFO STEP 76 (ensure_file) COMPLETE
101642026-08-11T16:52:33.054Z[ host-image] Aug 11 16:52:32.049 INFO O| Aug 11 16:52:32.049 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101652026-08-11T16:52:33.060Z[ host-image] Aug 11 16:52:32.058 INFO O| Aug 11 16:52:32.058 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101662026-08-11T16:52:33.060Z[ host-image] Aug 11 16:52:32.058 INFO O| Aug 11 16:52:32.058 INFO copying /tmp/.tmpeFO11Z/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 ...
101672026-08-11T16:52:33.060Z[ host-image] Aug 11 16:52:32.058 INFO O| Aug 11 16:52:32.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101682026-08-11T16:52:33.063Z[ host-image] Aug 11 16:52:32.058 INFO O| Aug 11 16:52:32.058 INFO ok!
101692026-08-11T16:52:33.063Z[ host-image] Aug 11 16:52:32.058 INFO O| Aug 11 16:52:32.058 INFO STEP 77 (ensure_file) COMPLETE
101702026-08-11T16:52:33.063Z[ host-image] Aug 11 16:52:32.058 INFO O| Aug 11 16:52:32.058 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101712026-08-11T16:52:33.069Z[ host-image] Aug 11 16:52:32.067 INFO O| Aug 11 16:52:32.067 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101722026-08-11T16:52:33.072Z[ host-image] Aug 11 16:52:32.067 INFO O| Aug 11 16:52:32.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101732026-08-11T16:52:33.072Z[ host-image] Aug 11 16:52:32.067 INFO O| Aug 11 16:52:32.067 INFO STEP 78 (ensure_dir) COMPLETE
101742026-08-11T16:52:33.072Z[ host-image] Aug 11 16:52:32.067 INFO O| Aug 11 16:52:32.067 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101752026-08-11T16:52:33.078Z[ host-image] Aug 11 16:52:32.076 INFO O| Aug 11 16:52:32.076 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101762026-08-11T16:52:33.078Z[ host-image] Aug 11 16:52:32.076 INFO O| Aug 11 16:52:32.076 INFO copying /tmp/.tmpeFO11Z/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 ...
101772026-08-11T16:52:33.081Z[ host-image] Aug 11 16:52:32.076 INFO O| Aug 11 16:52:32.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101782026-08-11T16:52:33.081Z[ host-image] Aug 11 16:52:32.076 INFO O| Aug 11 16:52:32.076 INFO ok!
101792026-08-11T16:52:33.081Z[ host-image] Aug 11 16:52:32.076 INFO O| Aug 11 16:52:32.076 INFO STEP 79 (ensure_file) COMPLETE
101802026-08-11T16:52:33.081Z[ host-image] Aug 11 16:52:32.076 INFO O| Aug 11 16:52:32.076 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101812026-08-11T16:52:33.087Z[ host-image] Aug 11 16:52:32.085 INFO O| Aug 11 16:52:32.085 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101822026-08-11T16:52:33.087Z[ host-image] Aug 11 16:52:32.085 INFO O| Aug 11 16:52:32.085 INFO copying /tmp/.tmpeFO11Z/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101832026-08-11T16:52:33.090Z[ host-image] Aug 11 16:52:32.085 INFO O| Aug 11 16:52:32.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101842026-08-11T16:52:33.091Z[ host-image] Aug 11 16:52:32.085 INFO O| Aug 11 16:52:32.085 INFO ok!
101852026-08-11T16:52:33.091Z[ host-image] Aug 11 16:52:32.085 INFO O| Aug 11 16:52:32.085 INFO STEP 80 (ensure_file) COMPLETE
101862026-08-11T16:52:33.091Z[ host-image] Aug 11 16:52:32.085 INFO O| Aug 11 16:52:32.085 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101872026-08-11T16:52:33.096Z[ host-image] Aug 11 16:52:32.095 INFO O| Aug 11 16:52:32.095 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101882026-08-11T16:52:33.097Z[ host-image] Aug 11 16:52:32.095 INFO O| Aug 11 16:52:32.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101892026-08-11T16:52:33.097Z[ host-image] Aug 11 16:52:32.095 INFO O| Aug 11 16:52:32.095 INFO STEP 81 (ensure_dir) COMPLETE
101902026-08-11T16:52:33.100Z[ host-image] Aug 11 16:52:32.095 INFO O| Aug 11 16:52:32.095 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912026-08-11T16:52:33.105Z[ host-image] Aug 11 16:52:32.103 INFO O| Aug 11 16:52:32.103 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101922026-08-11T16:52:33.105Z[ host-image] Aug 11 16:52:32.103 INFO O| Aug 11 16:52:32.103 INFO copying /tmp/.tmpeFO11Z/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101932026-08-11T16:52:33.367Z[ recovery-image] Aug 11 16:52:32.359 INFO creating reset image...
101942026-08-11T16:52:33.370Z[ recovery-image] Aug 11 16:52:32.359 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")
101952026-08-11T16:52:33.705Z[ recovery-image] Aug 11 16:52:32.695 INFO E| Updating crates.io index
101962026-08-11T16:52:33.824Z[ host-image] Aug 11 16:52:32.822 INFO O| Aug 11 16:52:32.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101972026-08-11T16:52:33.824Z[ host-image] Aug 11 16:52:32.822 INFO O| Aug 11 16:52:32.822 INFO ok!
101982026-08-11T16:52:33.824Z[ host-image] Aug 11 16:52:32.822 INFO O| Aug 11 16:52:32.822 INFO STEP 82 (ensure_file) COMPLETE
101992026-08-11T16:52:33.828Z[ host-image] Aug 11 16:52:32.822 INFO O| Aug 11 16:52:32.822 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102002026-08-11T16:52:33.839Z[ host-image] Aug 11 16:52:32.833 INFO O| Aug 11 16:52:32.833 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102012026-08-11T16:52:33.839Z[ host-image] Aug 11 16:52:32.834 INFO O| Aug 11 16:52:32.833 INFO copying /tmp/.tmpeFO11Z/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102022026-08-11T16:52:34.067Z[ recovery-image] Aug 11 16:52:33.063 INFO E| Downloading crates ...
102032026-08-11T16:52:34.106Z[ recovery-image] Aug 11 16:52:33.104 INFO E| Downloaded sigchld v0.2.4
102042026-08-11T16:52:34.110Z[ recovery-image] Aug 11 16:52:33.106 INFO E| Downloaded shared_child v1.1.1
102052026-08-11T16:52:34.110Z[ recovery-image] Aug 11 16:52:33.107 INFO E| Downloaded colorchoice v1.0.5
102062026-08-11T16:52:34.114Z[ recovery-image] Aug 11 16:52:33.112 INFO E| Downloaded duct v1.1.1
102072026-08-11T16:52:34.117Z[ recovery-image] Aug 11 16:52:33.114 INFO E| Downloaded clap_lex v1.1.0
102082026-08-11T16:52:34.117Z[ recovery-image] Aug 11 16:52:33.115 INFO E| Downloaded os_pipe v1.2.3
102092026-08-11T16:52:34.122Z[ recovery-image] Aug 11 16:52:33.116 INFO E| Downloaded shared_thread v0.2.0
102102026-08-11T16:52:34.200Z[ recovery-image] Aug 11 16:52:33.163 INFO E| Compiling libc v0.2.186
102112026-08-11T16:52:34.200Z[ recovery-image] Aug 11 16:52:33.163 INFO E| Compiling proc-macro2 v1.0.106
102122026-08-11T16:52:34.209Z[ recovery-image] Aug 11 16:52:33.163 INFO E| Compiling unicode-ident v1.0.24
102132026-08-11T16:52:34.209Z[ recovery-image] Aug 11 16:52:33.163 INFO E| Compiling quote v1.0.45
102142026-08-11T16:52:34.209Z[ recovery-image] Aug 11 16:52:33.163 INFO E| Compiling signal-hook v0.3.18
102152026-08-11T16:52:34.209Z[ recovery-image] Aug 11 16:52:33.163 INFO E| Compiling utf8parse v0.2.2
102162026-08-11T16:52:34.209Z[ recovery-image] Aug 11 16:52:33.163 INFO E| Compiling is_terminal_polyfill v1.70.2
102172026-08-11T16:52:34.209Z[ recovery-image] Aug 11 16:52:33.163 INFO E| Compiling colorchoice v1.0.5
102182026-08-11T16:52:34.209Z[ recovery-image] Aug 11 16:52:33.163 INFO E| Compiling anstyle-query v1.1.5
102192026-08-11T16:52:34.209Z[ recovery-image] Aug 11 16:52:33.163 INFO E| Compiling anstyle v1.0.14
102202026-08-11T16:52:34.210Z[ recovery-image] Aug 11 16:52:33.175 INFO E| Compiling strsim v0.11.1
102212026-08-11T16:52:34.210Z[ recovery-image] Aug 11 16:52:33.175 INFO E| Compiling clap_lex v1.1.0
102222026-08-11T16:52:34.210Z[ recovery-image] Aug 11 16:52:33.175 INFO E| Compiling heck v0.5.0
102232026-08-11T16:52:34.210Z[ recovery-image] Aug 11 16:52:33.175 INFO E| Compiling shared_thread v0.2.0
102242026-08-11T16:52:34.210Z[ host-image] Aug 11 16:52:33.179 INFO O| Aug 11 16:52:33.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102252026-08-11T16:52:34.210Z[ host-image] Aug 11 16:52:33.179 INFO O| Aug 11 16:52:33.179 INFO ok!
102262026-08-11T16:52:34.210Z[ host-image] Aug 11 16:52:33.179 INFO O| Aug 11 16:52:33.179 INFO STEP 83 (ensure_file) COMPLETE
102272026-08-11T16:52:34.210Z[ host-image] Aug 11 16:52:33.179 INFO O| Aug 11 16:52:33.179 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102282026-08-11T16:52:34.210Z[ host-image] Aug 11 16:52:33.192 INFO O| Aug 11 16:52:33.191 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102292026-08-11T16:52:34.210Z[ host-image] Aug 11 16:52:33.192 INFO O| Aug 11 16:52:33.191 INFO copying /tmp/.tmpeFO11Z/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102302026-08-11T16:52:34.510Z[ recovery-image] Aug 11 16:52:33.500 INFO E| Compiling anstyle-parse v1.0.0
102312026-08-11T16:52:34.728Z[ recovery-image] Aug 11 16:52:33.720 INFO E| Compiling anstream v1.0.0
102322026-08-11T16:52:34.997Z[ recovery-image] Aug 11 16:52:33.995 INFO E| Compiling clap_builder v4.6.0
102332026-08-11T16:52:35.430Z[ recovery-image] Aug 11 16:52:34.423 INFO E| Compiling errno v0.3.14
102342026-08-11T16:52:35.430Z[ recovery-image] Aug 11 16:52:34.423 INFO E| Compiling os_pipe v1.2.3
102352026-08-11T16:52:35.568Z[ recovery-image] Aug 11 16:52:34.566 INFO E| Compiling signal-hook-registry v1.4.8
102362026-08-11T16:52:35.915Z[ recovery-image] Aug 11 16:52:34.913 INFO E| Compiling syn v2.0.117
102372026-08-11T16:52:35.932Z[ recovery-image] Aug 11 16:52:34.930 INFO E| Compiling sigchld v0.2.4
102382026-08-11T16:52:35.974Z[ host-image] Aug 11 16:52:34.972 INFO O| Aug 11 16:52:34.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102392026-08-11T16:52:35.974Z[ host-image] Aug 11 16:52:34.972 INFO O| Aug 11 16:52:34.972 INFO ok!
102402026-08-11T16:52:35.978Z[ host-image] Aug 11 16:52:34.972 INFO O| Aug 11 16:52:34.972 INFO STEP 84 (ensure_file) COMPLETE
102412026-08-11T16:52:35.978Z[ host-image] Aug 11 16:52:34.972 INFO O| Aug 11 16:52:34.972 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102422026-08-11T16:52:35.983Z[ host-image] Aug 11 16:52:34.982 INFO O| Aug 11 16:52:34.982 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102432026-08-11T16:52:35.983Z[ host-image] Aug 11 16:52:34.982 INFO O| Aug 11 16:52:34.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102442026-08-11T16:52:35.988Z[ host-image] Aug 11 16:52:34.982 INFO O| Aug 11 16:52:34.982 INFO STEP 85 (ensure_dir) COMPLETE
102452026-08-11T16:52:35.988Z[ host-image] Aug 11 16:52:34.982 INFO O| Aug 11 16:52:34.982 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102462026-08-11T16:52:35.992Z[ host-image] Aug 11 16:52:34.991 INFO O| Aug 11 16:52:34.990 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102472026-08-11T16:52:35.992Z[ host-image] Aug 11 16:52:34.991 INFO O| Aug 11 16:52:34.990 INFO copying /tmp/.tmpeFO11Z/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 ...
102482026-08-11T16:52:35.995Z[ host-image] Aug 11 16:52:34.991 INFO O| Aug 11 16:52:34.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102492026-08-11T16:52:35.995Z[ host-image] Aug 11 16:52:34.991 INFO O| Aug 11 16:52:34.991 INFO ok!
102502026-08-11T16:52:35.995Z[ host-image] Aug 11 16:52:34.991 INFO O| Aug 11 16:52:34.991 INFO STEP 86 (ensure_file) COMPLETE
102512026-08-11T16:52:35.995Z[ host-image] Aug 11 16:52:34.991 INFO O| Aug 11 16:52:34.991 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102522026-08-11T16:52:36.002Z[ host-image] Aug 11 16:52:35.000 INFO O| Aug 11 16:52:35.000 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102532026-08-11T16:52:36.002Z[ host-image] Aug 11 16:52:35.001 INFO O| Aug 11 16:52:35.000 INFO copying /tmp/.tmpeFO11Z/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 ...
102542026-08-11T16:52:36.002Z[ host-image] Aug 11 16:52:35.001 INFO O| Aug 11 16:52:35.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102552026-08-11T16:52:36.006Z[ host-image] Aug 11 16:52:35.001 INFO O| Aug 11 16:52:35.000 INFO ok!
102562026-08-11T16:52:36.006Z[ host-image] Aug 11 16:52:35.001 INFO O| Aug 11 16:52:35.001 INFO STEP 87 (ensure_file) COMPLETE
102572026-08-11T16:52:36.006Z[ host-image] Aug 11 16:52:35.001 INFO O| Aug 11 16:52:35.001 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-08-11T16:52:36.012Z[ host-image] Aug 11 16:52:35.010 INFO O| Aug 11 16:52:35.010 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102592026-08-11T16:52:36.012Z[ host-image] Aug 11 16:52:35.010 INFO O| Aug 11 16:52:35.010 INFO copying /tmp/.tmpeFO11Z/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102602026-08-11T16:52:36.012Z[ host-image] Aug 11 16:52:35.010 INFO O| Aug 11 16:52:35.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102612026-08-11T16:52:36.012Z[ host-image] Aug 11 16:52:35.010 INFO O| Aug 11 16:52:35.010 INFO ok!
102622026-08-11T16:52:36.012Z[ host-image] Aug 11 16:52:35.010 INFO O| Aug 11 16:52:35.010 INFO STEP 88 (ensure_file) COMPLETE
102632026-08-11T16:52:36.012Z[ host-image] Aug 11 16:52:35.010 INFO O| Aug 11 16:52:35.010 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-08-11T16:52:36.020Z[ host-image] Aug 11 16:52:35.019 INFO O| Aug 11 16:52:35.019 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102652026-08-11T16:52:36.020Z[ host-image] Aug 11 16:52:35.019 INFO O| Aug 11 16:52:35.019 INFO copying /tmp/.tmpeFO11Z/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102662026-08-11T16:52:36.024Z[ host-image] Aug 11 16:52:35.019 INFO O| Aug 11 16:52:35.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102672026-08-11T16:52:36.024Z[ host-image] Aug 11 16:52:35.019 INFO O| Aug 11 16:52:35.019 INFO ok!
102682026-08-11T16:52:36.024Z[ host-image] Aug 11 16:52:35.019 INFO O| Aug 11 16:52:35.019 INFO STEP 89 (ensure_file) COMPLETE
102692026-08-11T16:52:36.024Z[ host-image] Aug 11 16:52:35.019 INFO O| Aug 11 16:52:35.019 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102702026-08-11T16:52:36.029Z[ host-image] Aug 11 16:52:35.027 INFO O| Aug 11 16:52:35.027 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102712026-08-11T16:52:36.029Z[ host-image] Aug 11 16:52:35.027 INFO O| Aug 11 16:52:35.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102722026-08-11T16:52:36.029Z[ host-image] Aug 11 16:52:35.027 INFO O| Aug 11 16:52:35.027 INFO STEP 90 (ensure_dir) COMPLETE
102732026-08-11T16:52:36.032Z[ host-image] Aug 11 16:52:35.027 INFO O| Aug 11 16:52:35.027 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102742026-08-11T16:52:36.032Z[ recovery-image] Aug 11 16:52:35.029 INFO E| Compiling shared_child v1.1.1
102752026-08-11T16:52:36.038Z[ host-image] Aug 11 16:52:35.036 INFO O| Aug 11 16:52:35.036 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102762026-08-11T16:52:36.038Z[ host-image] Aug 11 16:52:35.036 INFO O| Aug 11 16:52:35.036 INFO copying /tmp/.tmpeFO11Z/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102772026-08-11T16:52:36.042Z[ host-image] Aug 11 16:52:35.040 INFO O| Aug 11 16:52:35.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102782026-08-11T16:52:36.042Z[ host-image] Aug 11 16:52:35.040 INFO O| Aug 11 16:52:35.040 INFO ok!
102792026-08-11T16:52:36.045Z[ host-image] Aug 11 16:52:35.040 INFO O| Aug 11 16:52:35.040 INFO STEP 91 (ensure_file) COMPLETE
102802026-08-11T16:52:36.045Z[ host-image] Aug 11 16:52:35.040 INFO O| Aug 11 16:52:35.040 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102812026-08-11T16:52:36.051Z[ host-image] Aug 11 16:52:35.050 INFO O| Aug 11 16:52:35.050 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102822026-08-11T16:52:36.055Z[ host-image] Aug 11 16:52:35.050 INFO O| Aug 11 16:52:35.050 INFO copying /tmp/.tmpeFO11Z/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102832026-08-11T16:52:36.055Z[ host-image] Aug 11 16:52:35.050 INFO O| Aug 11 16:52:35.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102842026-08-11T16:52:36.055Z[ host-image] Aug 11 16:52:35.050 INFO O| Aug 11 16:52:35.050 INFO ok!
102852026-08-11T16:52:36.055Z[ host-image] Aug 11 16:52:35.050 INFO O| Aug 11 16:52:35.050 INFO STEP 92 (ensure_file) COMPLETE
102862026-08-11T16:52:36.055Z[ host-image] Aug 11 16:52:35.050 INFO O| Aug 11 16:52:35.050 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102872026-08-11T16:52:36.059Z[ host-image] Aug 11 16:52:35.058 INFO O| Aug 11 16:52:35.058 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102882026-08-11T16:52:36.059Z[ host-image] Aug 11 16:52:35.058 INFO O| Aug 11 16:52:35.058 INFO copying /tmp/.tmpeFO11Z/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102892026-08-11T16:52:36.165Z[ recovery-image] Aug 11 16:52:35.161 INFO E| Compiling duct v1.1.1
102902026-08-11T16:52:36.853Z[ host-image] Aug 11 16:52:35.850 INFO O| Aug 11 16:52:35.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102912026-08-11T16:52:36.853Z[ host-image] Aug 11 16:52:35.850 INFO O| Aug 11 16:52:35.850 INFO ok!
102922026-08-11T16:52:36.853Z[ host-image] Aug 11 16:52:35.850 INFO O| Aug 11 16:52:35.850 INFO STEP 93 (ensure_file) COMPLETE
102932026-08-11T16:52:36.856Z[ host-image] Aug 11 16:52:35.850 INFO O| Aug 11 16:52:35.850 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102942026-08-11T16:52:36.862Z[ host-image] Aug 11 16:52:35.861 INFO O| Aug 11 16:52:35.861 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102952026-08-11T16:52:36.862Z[ host-image] Aug 11 16:52:35.861 INFO O| Aug 11 16:52:35.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102962026-08-11T16:52:36.866Z[ host-image] Aug 11 16:52:35.861 INFO O| Aug 11 16:52:35.861 INFO STEP 94 (ensure_dir) COMPLETE
102972026-08-11T16:52:36.866Z[ host-image] Aug 11 16:52:35.861 INFO O| Aug 11 16:52:35.861 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102982026-08-11T16:52:36.872Z[ host-image] Aug 11 16:52:35.871 INFO O| Aug 11 16:52:35.871 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102992026-08-11T16:52:36.872Z[ host-image] Aug 11 16:52:35.871 INFO O| Aug 11 16:52:35.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103002026-08-11T16:52:36.875Z[ host-image] Aug 11 16:52:35.871 INFO O| Aug 11 16:52:35.871 INFO STEP 95 (ensure_dir) COMPLETE
103012026-08-11T16:52:36.875Z[ host-image] Aug 11 16:52:35.871 INFO O| Aug 11 16:52:35.871 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103022026-08-11T16:52:36.881Z[ host-image] Aug 11 16:52:35.880 INFO O| Aug 11 16:52:35.880 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103032026-08-11T16:52:36.884Z[ host-image] Aug 11 16:52:35.880 INFO O| Aug 11 16:52:35.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103042026-08-11T16:52:36.884Z[ host-image] Aug 11 16:52:35.880 INFO O| Aug 11 16:52:35.880 INFO STEP 96 (ensure_dir) COMPLETE
103052026-08-11T16:52:36.884Z[ host-image] Aug 11 16:52:35.880 INFO O| Aug 11 16:52:35.880 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062026-08-11T16:52:36.890Z[ host-image] Aug 11 16:52:35.889 INFO O| Aug 11 16:52:35.889 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103072026-08-11T16:52:36.890Z[ host-image] Aug 11 16:52:35.889 INFO O| Aug 11 16:52:35.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103082026-08-11T16:52:36.890Z[ host-image] Aug 11 16:52:35.889 INFO O| Aug 11 16:52:35.889 INFO STEP 97 (ensure_dir) COMPLETE
103092026-08-11T16:52:36.893Z[ host-image] Aug 11 16:52:35.889 INFO O| Aug 11 16:52:35.889 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103102026-08-11T16:52:36.898Z[ host-image] Aug 11 16:52:35.896 INFO O| Aug 11 16:52:35.896 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103112026-08-11T16:52:36.898Z[ host-image] Aug 11 16:52:35.896 INFO O| Aug 11 16:52:35.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103122026-08-11T16:52:36.898Z[ host-image] Aug 11 16:52:35.896 INFO O| Aug 11 16:52:35.896 INFO STEP 98 (ensure_dir) COMPLETE
103132026-08-11T16:52:36.898Z[ host-image] Aug 11 16:52:35.896 INFO O| Aug 11 16:52:35.896 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103142026-08-11T16:52:36.908Z[ host-image] Aug 11 16:52:35.906 INFO O| Aug 11 16:52:35.906 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103152026-08-11T16:52:36.908Z[ host-image] Aug 11 16:52:35.906 INFO O| Aug 11 16:52:35.906 INFO copying /tmp/.tmpeFO11Z/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 ...
103162026-08-11T16:52:36.911Z[ host-image] Aug 11 16:52:35.906 INFO O| Aug 11 16:52:35.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103172026-08-11T16:52:36.912Z[ host-image] Aug 11 16:52:35.906 INFO O| Aug 11 16:52:35.906 INFO ok!
103182026-08-11T16:52:36.912Z[ host-image] Aug 11 16:52:35.906 INFO O| Aug 11 16:52:35.906 INFO STEP 99 (ensure_file) COMPLETE
103192026-08-11T16:52:36.912Z[ host-image] Aug 11 16:52:35.906 INFO O| Aug 11 16:52:35.906 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103202026-08-11T16:52:36.915Z[ host-image] Aug 11 16:52:35.913 INFO O| Aug 11 16:52:35.913 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103212026-08-11T16:52:36.918Z[ host-image] Aug 11 16:52:35.913 INFO O| Aug 11 16:52:35.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103222026-08-11T16:52:36.918Z[ host-image] Aug 11 16:52:35.913 INFO O| Aug 11 16:52:35.913 INFO STEP 100 (ensure_dir) COMPLETE
103232026-08-11T16:52:36.918Z[ host-image] Aug 11 16:52:35.913 INFO O| Aug 11 16:52:35.913 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242026-08-11T16:52:36.924Z[ host-image] Aug 11 16:52:35.923 INFO O| Aug 11 16:52:35.923 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103252026-08-11T16:52:36.924Z[ host-image] Aug 11 16:52:35.923 INFO O| Aug 11 16:52:35.923 INFO copying /tmp/.tmpeFO11Z/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103262026-08-11T16:52:36.934Z[ host-image] Aug 11 16:52:35.933 INFO O| Aug 11 16:52:35.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103272026-08-11T16:52:36.937Z[ host-image] Aug 11 16:52:35.933 INFO O| Aug 11 16:52:35.933 INFO ok!
103282026-08-11T16:52:36.937Z[ host-image] Aug 11 16:52:35.933 INFO O| Aug 11 16:52:35.933 INFO STEP 101 (ensure_file) COMPLETE
103292026-08-11T16:52:36.937Z[ host-image] Aug 11 16:52:35.933 INFO O| Aug 11 16:52:35.933 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103302026-08-11T16:52:36.945Z[ host-image] Aug 11 16:52:35.943 INFO O| Aug 11 16:52:35.943 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103312026-08-11T16:52:36.945Z[ host-image] Aug 11 16:52:35.943 INFO O| Aug 11 16:52:35.943 INFO copying /tmp/.tmpeFO11Z/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103322026-08-11T16:52:36.945Z[ host-image] Aug 11 16:52:35.943 INFO O| Aug 11 16:52:35.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103332026-08-11T16:52:36.948Z[ host-image] Aug 11 16:52:35.943 INFO O| Aug 11 16:52:35.943 INFO ok!
103342026-08-11T16:52:36.948Z[ host-image] Aug 11 16:52:35.943 INFO O| Aug 11 16:52:35.943 INFO STEP 102 (ensure_file) COMPLETE
103352026-08-11T16:52:36.948Z[ host-image] Aug 11 16:52:35.943 INFO O| Aug 11 16:52:35.943 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103362026-08-11T16:52:36.963Z[ host-image] Aug 11 16:52:35.952 INFO O| Aug 11 16:52:35.952 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103372026-08-11T16:52:36.963Z[ host-image] Aug 11 16:52:35.952 INFO O| Aug 11 16:52:35.952 INFO copying /tmp/.tmpeFO11Z/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103382026-08-11T16:52:37.328Z[ host-image] Aug 11 16:52:36.326 INFO O| Aug 11 16:52:36.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103392026-08-11T16:52:37.328Z[ host-image] Aug 11 16:52:36.326 INFO O| Aug 11 16:52:36.326 INFO ok!
103402026-08-11T16:52:37.328Z[ host-image] Aug 11 16:52:36.326 INFO O| Aug 11 16:52:36.326 INFO STEP 103 (ensure_file) COMPLETE
103412026-08-11T16:52:37.333Z[ host-image] Aug 11 16:52:36.326 INFO O| Aug 11 16:52:36.326 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103422026-08-11T16:52:37.337Z[ host-image] Aug 11 16:52:36.336 INFO O| Aug 11 16:52:36.335 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103432026-08-11T16:52:37.337Z[ host-image] Aug 11 16:52:36.336 INFO O| Aug 11 16:52:36.336 INFO copying /tmp/.tmpeFO11Z/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103442026-08-11T16:52:37.340Z[ host-image] Aug 11 16:52:36.336 INFO O| Aug 11 16:52:36.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103452026-08-11T16:52:37.340Z[ host-image] Aug 11 16:52:36.336 INFO O| Aug 11 16:52:36.336 INFO ok!
103462026-08-11T16:52:37.340Z[ host-image] Aug 11 16:52:36.336 INFO O| Aug 11 16:52:36.336 INFO STEP 104 (ensure_file) COMPLETE
103472026-08-11T16:52:37.340Z[ host-image] Aug 11 16:52:36.336 INFO O| Aug 11 16:52:36.336 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103482026-08-11T16:52:37.347Z[ host-image] Aug 11 16:52:36.345 INFO O| Aug 11 16:52:36.345 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103492026-08-11T16:52:37.348Z[ host-image] Aug 11 16:52:36.345 INFO O| Aug 11 16:52:36.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103502026-08-11T16:52:37.348Z[ host-image] Aug 11 16:52:36.345 INFO O| Aug 11 16:52:36.345 INFO STEP 105 (ensure_dir) COMPLETE
103512026-08-11T16:52:37.348Z[ host-image] Aug 11 16:52:36.345 INFO O| Aug 11 16:52:36.345 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103522026-08-11T16:52:37.357Z[ host-image] Aug 11 16:52:36.355 INFO O| Aug 11 16:52:36.355 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103532026-08-11T16:52:37.357Z[ host-image] Aug 11 16:52:36.355 INFO O| Aug 11 16:52:36.355 INFO copying /tmp/.tmpeFO11Z/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 ...
103542026-08-11T16:52:37.679Z[ host-image] Aug 11 16:52:36.678 INFO O| Aug 11 16:52:36.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103552026-08-11T16:52:37.679Z[ host-image] Aug 11 16:52:36.678 INFO O| Aug 11 16:52:36.678 INFO ok!
103562026-08-11T16:52:37.679Z[ host-image] Aug 11 16:52:36.678 INFO O| Aug 11 16:52:36.678 INFO STEP 106 (ensure_file) COMPLETE
103572026-08-11T16:52:37.682Z[ host-image] Aug 11 16:52:36.678 INFO O| Aug 11 16:52:36.678 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-08-11T16:52:37.689Z[ host-image] Aug 11 16:52:36.688 INFO O| Aug 11 16:52:36.688 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103592026-08-11T16:52:37.689Z[ host-image] Aug 11 16:52:36.688 INFO O| Aug 11 16:52:36.688 INFO copying /tmp/.tmpeFO11Z/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 ...
103602026-08-11T16:52:37.692Z[ host-image] Aug 11 16:52:36.688 INFO O| Aug 11 16:52:36.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103612026-08-11T16:52:37.692Z[ host-image] Aug 11 16:52:36.688 INFO O| Aug 11 16:52:36.688 INFO ok!
103622026-08-11T16:52:37.692Z[ host-image] Aug 11 16:52:36.688 INFO O| Aug 11 16:52:36.688 INFO STEP 107 (ensure_file) COMPLETE
103632026-08-11T16:52:37.692Z[ host-image] Aug 11 16:52:36.688 INFO O| Aug 11 16:52:36.688 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-08-11T16:52:37.699Z[ host-image] Aug 11 16:52:36.697 INFO O| Aug 11 16:52:36.697 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103652026-08-11T16:52:37.699Z[ host-image] Aug 11 16:52:36.697 INFO O| Aug 11 16:52:36.697 INFO copying /tmp/.tmpeFO11Z/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 ...
103662026-08-11T16:52:37.702Z[ host-image] Aug 11 16:52:36.697 INFO O| Aug 11 16:52:36.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103672026-08-11T16:52:37.702Z[ host-image] Aug 11 16:52:36.697 INFO O| Aug 11 16:52:36.697 INFO ok!
103682026-08-11T16:52:37.702Z[ host-image] Aug 11 16:52:36.697 INFO O| Aug 11 16:52:36.697 INFO STEP 108 (ensure_file) COMPLETE
103692026-08-11T16:52:37.702Z[ host-image] Aug 11 16:52:36.697 INFO O| Aug 11 16:52:36.697 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103702026-08-11T16:52:37.708Z[ host-image] Aug 11 16:52:36.707 INFO O| Aug 11 16:52:36.707 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103712026-08-11T16:52:37.708Z[ host-image] Aug 11 16:52:36.707 INFO O| Aug 11 16:52:36.707 INFO copying /tmp/.tmpeFO11Z/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 ...
103722026-08-11T16:52:37.713Z[ host-image] Aug 11 16:52:36.707 INFO O| Aug 11 16:52:36.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103732026-08-11T16:52:37.713Z[ host-image] Aug 11 16:52:36.707 INFO O| Aug 11 16:52:36.707 INFO ok!
103742026-08-11T16:52:37.713Z[ host-image] Aug 11 16:52:36.707 INFO O| Aug 11 16:52:36.707 INFO STEP 109 (ensure_file) COMPLETE
103752026-08-11T16:52:37.713Z[ host-image] Aug 11 16:52:36.707 INFO O| Aug 11 16:52:36.707 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-08-11T16:52:37.718Z[ host-image] Aug 11 16:52:36.716 INFO O| Aug 11 16:52:36.716 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103772026-08-11T16:52:37.718Z[ host-image] Aug 11 16:52:36.717 INFO O| Aug 11 16:52:36.716 INFO copying /tmp/.tmpeFO11Z/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 ...
103782026-08-11T16:52:37.718Z[ host-image] Aug 11 16:52:36.717 INFO O| Aug 11 16:52:36.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103792026-08-11T16:52:37.722Z[ host-image] Aug 11 16:52:36.717 INFO O| Aug 11 16:52:36.717 INFO ok!
103802026-08-11T16:52:37.722Z[ host-image] Aug 11 16:52:36.717 INFO O| Aug 11 16:52:36.717 INFO STEP 110 (ensure_file) COMPLETE
103812026-08-11T16:52:37.722Z[ host-image] Aug 11 16:52:36.717 INFO O| Aug 11 16:52:36.717 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103822026-08-11T16:52:37.727Z[ host-image] Aug 11 16:52:36.725 INFO O| Aug 11 16:52:36.725 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103832026-08-11T16:52:37.727Z[ host-image] Aug 11 16:52:36.725 INFO O| Aug 11 16:52:36.725 INFO copying /tmp/.tmpeFO11Z/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 ...
103842026-08-11T16:52:37.727Z[ host-image] Aug 11 16:52:36.725 INFO O| Aug 11 16:52:36.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103852026-08-11T16:52:37.730Z[ host-image] Aug 11 16:52:36.725 INFO O| Aug 11 16:52:36.725 INFO ok!
103862026-08-11T16:52:37.730Z[ host-image] Aug 11 16:52:36.725 INFO O| Aug 11 16:52:36.725 INFO STEP 111 (ensure_file) COMPLETE
103872026-08-11T16:52:37.730Z[ host-image] Aug 11 16:52:36.725 INFO O| Aug 11 16:52:36.725 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103882026-08-11T16:52:37.736Z[ host-image] Aug 11 16:52:36.734 INFO O| Aug 11 16:52:36.734 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103892026-08-11T16:52:37.736Z[ host-image] Aug 11 16:52:36.734 INFO O| Aug 11 16:52:36.734 INFO copying /tmp/.tmpeFO11Z/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 ...
103902026-08-11T16:52:37.739Z[ host-image] Aug 11 16:52:36.735 INFO O| Aug 11 16:52:36.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103912026-08-11T16:52:37.739Z[ host-image] Aug 11 16:52:36.735 INFO O| Aug 11 16:52:36.735 INFO ok!
103922026-08-11T16:52:37.739Z[ host-image] Aug 11 16:52:36.735 INFO O| Aug 11 16:52:36.735 INFO STEP 112 (ensure_file) COMPLETE
103932026-08-11T16:52:37.739Z[ host-image] Aug 11 16:52:36.735 INFO O| Aug 11 16:52:36.735 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103942026-08-11T16:52:37.744Z[ host-image] Aug 11 16:52:36.743 INFO O| Aug 11 16:52:36.743 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103952026-08-11T16:52:37.746Z[ host-image] Aug 11 16:52:36.743 INFO O| Aug 11 16:52:36.743 INFO copying /tmp/.tmpeFO11Z/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103962026-08-11T16:52:37.749Z[ host-image] Aug 11 16:52:36.743 INFO O| Aug 11 16:52:36.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103972026-08-11T16:52:37.749Z[ host-image] Aug 11 16:52:36.743 INFO O| Aug 11 16:52:36.743 INFO ok!
103982026-08-11T16:52:37.749Z[ host-image] Aug 11 16:52:36.743 INFO O| Aug 11 16:52:36.743 INFO STEP 113 (ensure_file) COMPLETE
103992026-08-11T16:52:37.749Z[ host-image] Aug 11 16:52:36.743 INFO O| Aug 11 16:52:36.743 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104002026-08-11T16:52:37.752Z[ host-image] Aug 11 16:52:36.751 INFO O| Aug 11 16:52:36.751 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104012026-08-11T16:52:37.752Z[ host-image] Aug 11 16:52:36.751 INFO O| Aug 11 16:52:36.751 INFO copying /tmp/.tmpeFO11Z/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 ...
104022026-08-11T16:52:37.757Z[ host-image] Aug 11 16:52:36.751 INFO O| Aug 11 16:52:36.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104032026-08-11T16:52:37.757Z[ host-image] Aug 11 16:52:36.751 INFO O| Aug 11 16:52:36.751 INFO ok!
104042026-08-11T16:52:37.757Z[ host-image] Aug 11 16:52:36.751 INFO O| Aug 11 16:52:36.751 INFO STEP 114 (ensure_file) COMPLETE
104052026-08-11T16:52:37.757Z[ host-image] Aug 11 16:52:36.751 INFO O| Aug 11 16:52:36.751 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104062026-08-11T16:52:37.761Z[ host-image] Aug 11 16:52:36.760 INFO O| Aug 11 16:52:36.760 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104072026-08-11T16:52:37.762Z[ host-image] Aug 11 16:52:36.760 INFO O| Aug 11 16:52:36.760 INFO copying /tmp/.tmpeFO11Z/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 ...
104082026-08-11T16:52:37.762Z[ host-image] Aug 11 16:52:36.760 INFO O| Aug 11 16:52:36.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104092026-08-11T16:52:37.764Z[ host-image] Aug 11 16:52:36.760 INFO O| Aug 11 16:52:36.760 INFO ok!
104102026-08-11T16:52:37.764Z[ host-image] Aug 11 16:52:36.760 INFO O| Aug 11 16:52:36.760 INFO STEP 115 (ensure_file) COMPLETE
104112026-08-11T16:52:37.764Z[ host-image] Aug 11 16:52:36.760 INFO O| Aug 11 16:52:36.760 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104122026-08-11T16:52:37.771Z[ host-image] Aug 11 16:52:36.769 INFO O| Aug 11 16:52:36.769 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104132026-08-11T16:52:37.771Z[ host-image] Aug 11 16:52:36.769 INFO O| Aug 11 16:52:36.769 INFO copying /tmp/.tmpeFO11Z/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 ...
104142026-08-11T16:52:37.775Z[ host-image] Aug 11 16:52:36.769 INFO O| Aug 11 16:52:36.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104152026-08-11T16:52:37.775Z[ host-image] Aug 11 16:52:36.769 INFO O| Aug 11 16:52:36.769 INFO ok!
104162026-08-11T16:52:37.775Z[ host-image] Aug 11 16:52:36.769 INFO O| Aug 11 16:52:36.769 INFO STEP 116 (ensure_file) COMPLETE
104172026-08-11T16:52:37.775Z[ host-image] Aug 11 16:52:36.769 INFO O| Aug 11 16:52:36.769 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104182026-08-11T16:52:37.781Z[ host-image] Aug 11 16:52:36.779 INFO O| Aug 11 16:52:36.779 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104192026-08-11T16:52:37.781Z[ host-image] Aug 11 16:52:36.779 INFO O| Aug 11 16:52:36.779 INFO copying /tmp/.tmpeFO11Z/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104202026-08-11T16:52:37.784Z[ host-image] Aug 11 16:52:36.779 INFO O| Aug 11 16:52:36.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104212026-08-11T16:52:37.784Z[ host-image] Aug 11 16:52:36.779 INFO O| Aug 11 16:52:36.779 INFO ok!
104222026-08-11T16:52:37.784Z[ host-image] Aug 11 16:52:36.779 INFO O| Aug 11 16:52:36.779 INFO STEP 117 (ensure_file) COMPLETE
104232026-08-11T16:52:37.784Z[ host-image] Aug 11 16:52:36.779 INFO O| Aug 11 16:52:36.779 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104242026-08-11T16:52:37.788Z[ host-image] Aug 11 16:52:36.787 INFO O| Aug 11 16:52:36.787 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104252026-08-11T16:52:37.788Z[ host-image] Aug 11 16:52:36.787 INFO O| Aug 11 16:52:36.787 INFO copying /tmp/.tmpeFO11Z/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 ...
104262026-08-11T16:52:37.792Z[ host-image] Aug 11 16:52:36.787 INFO O| Aug 11 16:52:36.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104272026-08-11T16:52:37.792Z[ host-image] Aug 11 16:52:36.787 INFO O| Aug 11 16:52:36.787 INFO ok!
104282026-08-11T16:52:37.792Z[ host-image] Aug 11 16:52:36.787 INFO O| Aug 11 16:52:36.787 INFO STEP 118 (ensure_file) COMPLETE
104292026-08-11T16:52:37.792Z[ host-image] Aug 11 16:52:36.787 INFO O| Aug 11 16:52:36.787 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104302026-08-11T16:52:37.798Z[ host-image] Aug 11 16:52:36.797 INFO O| Aug 11 16:52:36.797 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104312026-08-11T16:52:37.801Z[ host-image] Aug 11 16:52:36.797 INFO O| Aug 11 16:52:36.797 INFO copying /tmp/.tmpeFO11Z/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 ...
104322026-08-11T16:52:37.801Z[ host-image] Aug 11 16:52:36.797 INFO O| Aug 11 16:52:36.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104332026-08-11T16:52:37.801Z[ host-image] Aug 11 16:52:36.797 INFO O| Aug 11 16:52:36.797 INFO ok!
104342026-08-11T16:52:37.802Z[ host-image] Aug 11 16:52:36.797 INFO O| Aug 11 16:52:36.797 INFO STEP 119 (ensure_file) COMPLETE
104352026-08-11T16:52:37.802Z[ host-image] Aug 11 16:52:36.797 INFO O| Aug 11 16:52:36.797 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104362026-08-11T16:52:37.809Z[ host-image] Aug 11 16:52:36.805 INFO O| Aug 11 16:52:36.805 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104372026-08-11T16:52:37.809Z[ host-image] Aug 11 16:52:36.805 INFO O| Aug 11 16:52:36.805 INFO copying /tmp/.tmpeFO11Z/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 ...
104382026-08-11T16:52:37.854Z[ host-image] Aug 11 16:52:36.805 INFO O| Aug 11 16:52:36.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104392026-08-11T16:52:37.854Z[ host-image] Aug 11 16:52:36.805 INFO O| Aug 11 16:52:36.805 INFO ok!
104402026-08-11T16:52:37.854Z[ host-image] Aug 11 16:52:36.805 INFO O| Aug 11 16:52:36.805 INFO STEP 120 (ensure_file) COMPLETE
104412026-08-11T16:52:37.854Z[ host-image] Aug 11 16:52:36.805 INFO O| Aug 11 16:52:36.805 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104422026-08-11T16:52:37.862Z[ host-image] Aug 11 16:52:36.813 INFO O| Aug 11 16:52:36.813 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104432026-08-11T16:52:37.862Z[ host-image] Aug 11 16:52:36.813 INFO O| Aug 11 16:52:36.813 INFO copying /tmp/.tmpeFO11Z/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 ...
104442026-08-11T16:52:37.862Z[ host-image] Aug 11 16:52:36.813 INFO O| Aug 11 16:52:36.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104452026-08-11T16:52:37.862Z[ host-image] Aug 11 16:52:36.813 INFO O| Aug 11 16:52:36.813 INFO ok!
104462026-08-11T16:52:37.862Z[ host-image] Aug 11 16:52:36.813 INFO O| Aug 11 16:52:36.813 INFO STEP 121 (ensure_file) COMPLETE
104472026-08-11T16:52:37.862Z[ host-image] Aug 11 16:52:36.813 INFO O| Aug 11 16:52:36.813 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104482026-08-11T16:52:37.862Z[ host-image] Aug 11 16:52:36.821 INFO O| Aug 11 16:52:36.821 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104492026-08-11T16:52:37.862Z[ host-image] Aug 11 16:52:36.821 INFO O| Aug 11 16:52:36.821 INFO copying /tmp/.tmpeFO11Z/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 ...
104502026-08-11T16:52:37.862Z[ host-image] Aug 11 16:52:36.821 INFO O| Aug 11 16:52:36.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104512026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.821 INFO O| Aug 11 16:52:36.821 INFO ok!
104522026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.821 INFO O| Aug 11 16:52:36.821 INFO STEP 122 (ensure_file) COMPLETE
104532026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.821 INFO O| Aug 11 16:52:36.821 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104542026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.829 INFO O| Aug 11 16:52:36.829 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104552026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.829 INFO O| Aug 11 16:52:36.829 INFO copying /tmp/.tmpeFO11Z/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 ...
104562026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.829 INFO O| Aug 11 16:52:36.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104572026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.829 INFO O| Aug 11 16:52:36.829 INFO ok!
104582026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.829 INFO O| Aug 11 16:52:36.829 INFO STEP 123 (ensure_file) COMPLETE
104592026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.829 INFO O| Aug 11 16:52:36.829 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104602026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.837 INFO O| Aug 11 16:52:36.837 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104612026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.837 INFO O| Aug 11 16:52:36.837 INFO copying /tmp/.tmpeFO11Z/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 ...
104622026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.838 INFO O| Aug 11 16:52:36.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104632026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.838 INFO O| Aug 11 16:52:36.838 INFO ok!
104642026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.838 INFO O| Aug 11 16:52:36.838 INFO STEP 124 (ensure_file) COMPLETE
104652026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.838 INFO O| Aug 11 16:52:36.838 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104662026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.846 INFO O| Aug 11 16:52:36.846 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104672026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.846 INFO O| Aug 11 16:52:36.846 INFO copying /tmp/.tmpeFO11Z/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 ...
104682026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.846 INFO O| Aug 11 16:52:36.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104692026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.846 INFO O| Aug 11 16:52:36.846 INFO ok!
104702026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.846 INFO O| Aug 11 16:52:36.846 INFO STEP 125 (ensure_file) COMPLETE
104712026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.846 INFO O| Aug 11 16:52:36.846 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104722026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.854 INFO O| Aug 11 16:52:36.854 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104732026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.854 INFO O| Aug 11 16:52:36.854 INFO copying /tmp/.tmpeFO11Z/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 ...
104742026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.854 INFO O| Aug 11 16:52:36.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104752026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.854 INFO O| Aug 11 16:52:36.854 INFO ok!
104762026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.854 INFO O| Aug 11 16:52:36.854 INFO STEP 126 (ensure_file) COMPLETE
104772026-08-11T16:52:37.863Z[ host-image] Aug 11 16:52:36.854 INFO O| Aug 11 16:52:36.854 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104782026-08-11T16:52:37.871Z[ host-image] Aug 11 16:52:36.864 INFO O| Aug 11 16:52:36.864 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104792026-08-11T16:52:37.871Z[ host-image] Aug 11 16:52:36.864 INFO O| Aug 11 16:52:36.864 INFO copying /tmp/.tmpeFO11Z/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 ...
104802026-08-11T16:52:37.871Z[ host-image] Aug 11 16:52:36.864 INFO O| Aug 11 16:52:36.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104812026-08-11T16:52:37.871Z[ host-image] Aug 11 16:52:36.864 INFO O| Aug 11 16:52:36.864 INFO ok!
104822026-08-11T16:52:37.871Z[ host-image] Aug 11 16:52:36.864 INFO O| Aug 11 16:52:36.864 INFO STEP 127 (ensure_file) COMPLETE
104832026-08-11T16:52:37.871Z[ host-image] Aug 11 16:52:36.864 INFO O| Aug 11 16:52:36.864 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104842026-08-11T16:52:37.875Z[ host-image] Aug 11 16:52:36.872 INFO O| Aug 11 16:52:36.872 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104852026-08-11T16:52:37.875Z[ host-image] Aug 11 16:52:36.872 INFO O| Aug 11 16:52:36.872 INFO copying /tmp/.tmpeFO11Z/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 ...
104862026-08-11T16:52:37.875Z[ host-image] Aug 11 16:52:36.872 INFO O| Aug 11 16:52:36.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104872026-08-11T16:52:37.875Z[ host-image] Aug 11 16:52:36.872 INFO O| Aug 11 16:52:36.872 INFO ok!
104882026-08-11T16:52:37.875Z[ host-image] Aug 11 16:52:36.873 INFO O| Aug 11 16:52:36.872 INFO STEP 128 (ensure_file) COMPLETE
104892026-08-11T16:52:37.875Z[ host-image] Aug 11 16:52:36.873 INFO O| Aug 11 16:52:36.873 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104902026-08-11T16:52:37.883Z[ host-image] Aug 11 16:52:36.881 INFO O| Aug 11 16:52:36.881 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104912026-08-11T16:52:37.883Z[ host-image] Aug 11 16:52:36.881 INFO O| Aug 11 16:52:36.881 INFO copying /tmp/.tmpeFO11Z/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 ...
104922026-08-11T16:52:37.889Z[ host-image] Aug 11 16:52:36.881 INFO O| Aug 11 16:52:36.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104932026-08-11T16:52:37.889Z[ host-image] Aug 11 16:52:36.881 INFO O| Aug 11 16:52:36.881 INFO ok!
104942026-08-11T16:52:37.890Z[ host-image] Aug 11 16:52:36.881 INFO O| Aug 11 16:52:36.881 INFO STEP 129 (ensure_file) COMPLETE
104952026-08-11T16:52:37.890Z[ host-image] Aug 11 16:52:36.881 INFO O| Aug 11 16:52:36.881 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104962026-08-11T16:52:37.894Z[ host-image] Aug 11 16:52:36.889 INFO O| Aug 11 16:52:36.889 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104972026-08-11T16:52:37.894Z[ host-image] Aug 11 16:52:36.889 INFO O| Aug 11 16:52:36.889 INFO copying /tmp/.tmpeFO11Z/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 ...
104982026-08-11T16:52:37.894Z[ host-image] Aug 11 16:52:36.889 INFO O| Aug 11 16:52:36.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104992026-08-11T16:52:37.894Z[ host-image] Aug 11 16:52:36.889 INFO O| Aug 11 16:52:36.889 INFO ok!
105002026-08-11T16:52:37.894Z[ host-image] Aug 11 16:52:36.889 INFO O| Aug 11 16:52:36.889 INFO STEP 130 (ensure_file) COMPLETE
105012026-08-11T16:52:37.895Z[ host-image] Aug 11 16:52:36.889 INFO O| Aug 11 16:52:36.889 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105022026-08-11T16:52:37.899Z[ host-image] Aug 11 16:52:36.897 INFO O| Aug 11 16:52:36.897 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105032026-08-11T16:52:37.899Z[ host-image] Aug 11 16:52:36.897 INFO O| Aug 11 16:52:36.897 INFO copying /tmp/.tmpeFO11Z/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 ...
105042026-08-11T16:52:37.899Z[ host-image] Aug 11 16:52:36.897 INFO O| Aug 11 16:52:36.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105052026-08-11T16:52:37.902Z[ host-image] Aug 11 16:52:36.897 INFO O| Aug 11 16:52:36.897 INFO ok!
105062026-08-11T16:52:37.902Z[ host-image] Aug 11 16:52:36.897 INFO O| Aug 11 16:52:36.897 INFO STEP 131 (ensure_file) COMPLETE
105072026-08-11T16:52:37.902Z[ host-image] Aug 11 16:52:36.897 INFO O| Aug 11 16:52:36.897 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105082026-08-11T16:52:37.907Z[ host-image] Aug 11 16:52:36.904 INFO O| Aug 11 16:52:36.904 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105092026-08-11T16:52:37.907Z[ host-image] Aug 11 16:52:36.904 INFO O| Aug 11 16:52:36.904 INFO copying /tmp/.tmpeFO11Z/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 ...
105102026-08-11T16:52:37.911Z[ host-image] Aug 11 16:52:36.904 INFO O| Aug 11 16:52:36.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105112026-08-11T16:52:37.911Z[ host-image] Aug 11 16:52:36.904 INFO O| Aug 11 16:52:36.904 INFO ok!
105122026-08-11T16:52:37.911Z[ host-image] Aug 11 16:52:36.904 INFO O| Aug 11 16:52:36.904 INFO STEP 132 (ensure_file) COMPLETE
105132026-08-11T16:52:37.911Z[ host-image] Aug 11 16:52:36.904 INFO O| Aug 11 16:52:36.904 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105142026-08-11T16:52:37.914Z[ host-image] Aug 11 16:52:36.912 INFO O| Aug 11 16:52:36.912 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105152026-08-11T16:52:37.914Z[ host-image] Aug 11 16:52:36.912 INFO O| Aug 11 16:52:36.912 INFO copying /tmp/.tmpeFO11Z/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 ...
105162026-08-11T16:52:37.914Z[ host-image] Aug 11 16:52:36.912 INFO O| Aug 11 16:52:36.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105172026-08-11T16:52:37.915Z[ host-image] Aug 11 16:52:36.912 INFO O| Aug 11 16:52:36.912 INFO ok!
105182026-08-11T16:52:37.915Z[ host-image] Aug 11 16:52:36.912 INFO O| Aug 11 16:52:36.912 INFO STEP 133 (ensure_file) COMPLETE
105192026-08-11T16:52:37.915Z[ host-image] Aug 11 16:52:36.912 INFO O| Aug 11 16:52:36.912 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105202026-08-11T16:52:37.922Z[ host-image] Aug 11 16:52:36.920 INFO O| Aug 11 16:52:36.920 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105212026-08-11T16:52:37.922Z[ host-image] Aug 11 16:52:36.920 INFO O| Aug 11 16:52:36.920 INFO copying /tmp/.tmpeFO11Z/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 ...
105222026-08-11T16:52:37.926Z[ host-image] Aug 11 16:52:36.920 INFO O| Aug 11 16:52:36.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105232026-08-11T16:52:37.926Z[ host-image] Aug 11 16:52:36.920 INFO O| Aug 11 16:52:36.920 INFO ok!
105242026-08-11T16:52:37.926Z[ host-image] Aug 11 16:52:36.920 INFO O| Aug 11 16:52:36.920 INFO STEP 134 (ensure_file) COMPLETE
105252026-08-11T16:52:37.926Z[ host-image] Aug 11 16:52:36.920 INFO O| Aug 11 16:52:36.920 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105262026-08-11T16:52:37.930Z[ host-image] Aug 11 16:52:36.929 INFO O| Aug 11 16:52:36.929 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105272026-08-11T16:52:37.930Z[ host-image] Aug 11 16:52:36.929 INFO O| Aug 11 16:52:36.929 INFO copying /tmp/.tmpeFO11Z/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 ...
105282026-08-11T16:52:37.935Z[ host-image] Aug 11 16:52:36.929 INFO O| Aug 11 16:52:36.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105292026-08-11T16:52:37.935Z[ host-image] Aug 11 16:52:36.929 INFO O| Aug 11 16:52:36.929 INFO ok!
105302026-08-11T16:52:37.935Z[ host-image] Aug 11 16:52:36.929 INFO O| Aug 11 16:52:36.929 INFO STEP 135 (ensure_file) COMPLETE
105312026-08-11T16:52:37.935Z[ host-image] Aug 11 16:52:36.929 INFO O| Aug 11 16:52:36.929 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105322026-08-11T16:52:37.941Z[ host-image] Aug 11 16:52:36.937 INFO O| Aug 11 16:52:36.937 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105332026-08-11T16:52:37.941Z[ host-image] Aug 11 16:52:36.937 INFO O| Aug 11 16:52:36.937 INFO copying /tmp/.tmpeFO11Z/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105342026-08-11T16:52:37.945Z[ host-image] Aug 11 16:52:36.937 INFO O| Aug 11 16:52:36.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105352026-08-11T16:52:37.945Z[ host-image] Aug 11 16:52:36.937 INFO O| Aug 11 16:52:36.937 INFO ok!
105362026-08-11T16:52:37.945Z[ host-image] Aug 11 16:52:36.937 INFO O| Aug 11 16:52:36.937 INFO STEP 136 (ensure_file) COMPLETE
105372026-08-11T16:52:37.945Z[ host-image] Aug 11 16:52:36.937 INFO O| Aug 11 16:52:36.937 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105382026-08-11T16:52:37.950Z[ host-image] Aug 11 16:52:36.945 INFO O| Aug 11 16:52:36.945 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105392026-08-11T16:52:37.950Z[ host-image] Aug 11 16:52:36.945 INFO O| Aug 11 16:52:36.945 INFO copying /tmp/.tmpeFO11Z/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 ...
105402026-08-11T16:52:37.950Z[ host-image] Aug 11 16:52:36.945 INFO O| Aug 11 16:52:36.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105412026-08-11T16:52:37.950Z[ host-image] Aug 11 16:52:36.945 INFO O| Aug 11 16:52:36.945 INFO ok!
105422026-08-11T16:52:37.950Z[ host-image] Aug 11 16:52:36.945 INFO O| Aug 11 16:52:36.945 INFO STEP 137 (ensure_file) COMPLETE
105432026-08-11T16:52:37.950Z[ host-image] Aug 11 16:52:36.945 INFO O| Aug 11 16:52:36.945 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105442026-08-11T16:52:37.957Z[ host-image] Aug 11 16:52:36.954 INFO O| Aug 11 16:52:36.954 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105452026-08-11T16:52:37.957Z[ host-image] Aug 11 16:52:36.954 INFO O| Aug 11 16:52:36.954 INFO copying /tmp/.tmpeFO11Z/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105462026-08-11T16:52:37.957Z[ host-image] Aug 11 16:52:36.954 INFO O| Aug 11 16:52:36.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105472026-08-11T16:52:37.961Z[ host-image] Aug 11 16:52:36.954 INFO O| Aug 11 16:52:36.954 INFO ok!
105482026-08-11T16:52:37.961Z[ host-image] Aug 11 16:52:36.954 INFO O| Aug 11 16:52:36.954 INFO STEP 138 (ensure_file) COMPLETE
105492026-08-11T16:52:37.961Z[ host-image] Aug 11 16:52:36.954 INFO O| Aug 11 16:52:36.954 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105502026-08-11T16:52:37.966Z[ host-image] Aug 11 16:52:36.962 INFO O| Aug 11 16:52:36.962 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105512026-08-11T16:52:37.966Z[ host-image] Aug 11 16:52:36.962 INFO O| Aug 11 16:52:36.962 INFO copying /tmp/.tmpeFO11Z/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105522026-08-11T16:52:38.440Z[ recovery-image] Aug 11 16:52:37.436 INFO E| Compiling clap_derive v4.6.1
105532026-08-11T16:52:40.150Z[ recovery-image] Aug 11 16:52:39.146 INFO E| Compiling clap v4.6.1
105542026-08-11T16:52:40.226Z[ recovery-image] Aug 11 16:52:39.224 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
105552026-08-11T16:52:41.286Z[ recovery-image] Aug 11 16:52:40.275 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.84s
105562026-08-11T16:52:41.306Z[ recovery-image] Aug 11 16:52:40.282 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
105572026-08-11T16:52:41.553Z[ recovery-image] Aug 11 16:52:40.544 INFO E| Downloading crates ...
105582026-08-11T16:52:41.603Z[ recovery-image] Aug 11 16:52:40.599 INFO E| Downloaded log v0.4.32
105592026-08-11T16:52:41.608Z[ recovery-image] Aug 11 16:52:40.602 INFO E| Downloaded bit_field v0.10.3
105602026-08-11T16:52:41.608Z[ recovery-image] Aug 11 16:52:40.603 INFO E| Downloaded bitstruct_derive v0.1.0
105612026-08-11T16:52:41.611Z[ recovery-image] Aug 11 16:52:40.607 INFO E| Downloaded bitstruct v0.1.1
105622026-08-11T16:52:41.611Z[ recovery-image] Aug 11 16:52:40.608 INFO E| Downloaded cpio_reader v0.1.2
105632026-08-11T16:52:41.625Z[ recovery-image] Aug 11 16:52:40.622 INFO E| Downloaded raw-cpuid v10.7.0
105642026-08-11T16:52:41.633Z[ recovery-image] Aug 11 16:52:40.625 INFO E| Downloaded bitflags v2.13.0
105652026-08-11T16:52:41.638Z[ recovery-image] Aug 11 16:52:40.629 INFO E| Downloaded miniz_oxide v0.9.1
105662026-08-11T16:52:41.656Z[ recovery-image] Aug 11 16:52:40.651 INFO E| Downloaded goblin v0.10.7
105672026-08-11T16:52:41.772Z[ recovery-image] Aug 11 16:52:40.770 INFO E| Downloaded x86 v0.52.0
105682026-08-11T16:52:41.833Z[ recovery-image] Aug 11 16:52:40.824 INFO E| Updating crates.io index
105692026-08-11T16:52:41.887Z[ recovery-image] Aug 11 16:52:40.873 INFO E| Downloading crates ...
105702026-08-11T16:52:41.904Z[ recovery-image] Aug 11 16:52:40.897 INFO E| Downloaded hashbrown v0.17.1
105712026-08-11T16:52:41.911Z[ recovery-image] Aug 11 16:52:40.900 INFO E| Downloaded rustc-literal-escaper v0.0.7
105722026-08-11T16:52:41.965Z[ recovery-image] Aug 11 16:52:40.957 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)
105732026-08-11T16:52:41.965Z[ recovery-image] Aug 11 16:52:40.957 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)
105742026-08-11T16:52:41.965Z[ recovery-image] Aug 11 16:52:40.957 INFO E| Compiling proc-macro2 v1.0.106
105752026-08-11T16:52:41.968Z[ recovery-image] Aug 11 16:52:40.957 INFO E| Compiling quote v1.0.45
105762026-08-11T16:52:41.968Z[ recovery-image] Aug 11 16:52:40.957 INFO E| Compiling unicode-ident v1.0.24
105772026-08-11T16:52:41.969Z[ recovery-image] Aug 11 16:52:40.957 INFO E| Compiling syn v1.0.109
105782026-08-11T16:52:41.969Z[ recovery-image] Aug 11 16:52:40.958 INFO E| Compiling x86 v0.52.0
105792026-08-11T16:52:41.969Z[ recovery-image] Aug 11 16:52:40.958 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
105802026-08-11T16:52:41.969Z[ recovery-image] Aug 11 16:52:40.958 INFO E| Compiling seq-macro v0.3.6
105812026-08-11T16:52:43.180Z[ recovery-image] Aug 11 16:52:42.178 INFO E| Compiling syn v2.0.117
105822026-08-11T16:52:44.875Z[ recovery-image] Aug 11 16:52:43.872 INFO E| Compiling scroll_derive v0.13.1
105832026-08-11T16:52:46.132Z[ recovery-image] Aug 11 16:52:45.127 INFO E| Compiling bitstruct_derive v0.1.0
105842026-08-11T16:52:46.305Z[ host-image] Aug 11 16:52:45.298 INFO O| Aug 11 16:52:45.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105852026-08-11T16:52:46.305Z[ host-image] Aug 11 16:52:45.298 INFO O| Aug 11 16:52:45.298 INFO ok!
105862026-08-11T16:52:46.314Z[ host-image] Aug 11 16:52:45.298 INFO O| Aug 11 16:52:45.298 INFO STEP 139 (ensure_file) COMPLETE
105872026-08-11T16:52:46.314Z[ host-image] Aug 11 16:52:45.298 INFO O| Aug 11 16:52:45.298 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105882026-08-11T16:52:46.320Z[ host-image] Aug 11 16:52:45.308 INFO O| Aug 11 16:52:45.308 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105892026-08-11T16:52:46.320Z[ host-image] Aug 11 16:52:45.308 INFO O| Aug 11 16:52:45.308 INFO STEP 140 (ensure_dir) COMPLETE
105902026-08-11T16:52:46.320Z[ host-image] Aug 11 16:52:45.308 INFO O| Aug 11 16:52:45.308 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105912026-08-11T16:52:46.326Z[ host-image] Aug 11 16:52:45.317 INFO O| Aug 11 16:52:45.317 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105922026-08-11T16:52:46.326Z[ host-image] Aug 11 16:52:45.317 INFO O| Aug 11 16:52:45.317 INFO STEP 141 (ensure_dir) COMPLETE
105932026-08-11T16:52:46.326Z[ host-image] Aug 11 16:52:45.317 INFO O| Aug 11 16:52:45.317 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105942026-08-11T16:52:46.417Z[ host-image] Aug 11 16:52:45.325 INFO O| Aug 11 16:52:45.325 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105952026-08-11T16:52:46.417Z[ host-image] Aug 11 16:52:45.325 INFO O| Aug 11 16:52:45.325 INFO STEP 142 (ensure_dir) COMPLETE
105962026-08-11T16:52:46.417Z[ host-image] Aug 11 16:52:45.325 INFO O| Aug 11 16:52:45.325 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105972026-08-11T16:52:46.417Z[ host-image] Aug 11 16:52:45.333 INFO O| Aug 11 16:52:45.333 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105982026-08-11T16:52:46.417Z[ host-image] Aug 11 16:52:45.333 INFO O| Aug 11 16:52:45.333 INFO STEP 143 (ensure_dir) COMPLETE
105992026-08-11T16:52:46.417Z[ host-image] Aug 11 16:52:45.333 INFO O| Aug 11 16:52:45.333 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106002026-08-11T16:52:46.417Z[ host-image] Aug 11 16:52:45.341 INFO O| Aug 11 16:52:45.341 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106012026-08-11T16:52:46.417Z[ host-image] Aug 11 16:52:45.341 INFO O| Aug 11 16:52:45.341 INFO copying /tmp/.tmpeFO11Z/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 ...
106022026-08-11T16:52:46.417Z[ host-image] Aug 11 16:52:45.341 INFO O| Aug 11 16:52:45.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106032026-08-11T16:52:46.417Z[ host-image] Aug 11 16:52:45.341 INFO O| Aug 11 16:52:45.341 INFO ok!
106042026-08-11T16:52:46.417Z[ host-image] Aug 11 16:52:45.341 INFO O| Aug 11 16:52:45.341 INFO STEP 144 (ensure_file) COMPLETE
106052026-08-11T16:52:46.417Z[ host-image] Aug 11 16:52:45.341 INFO O| Aug 11 16:52:45.341 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106062026-08-11T16:52:46.417Z[ host-image] Aug 11 16:52:45.349 INFO O| Aug 11 16:52:45.349 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106072026-08-11T16:52:46.417Z[ host-image] Aug 11 16:52:45.349 INFO O| Aug 11 16:52:45.349 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106082026-08-11T16:52:46.417Z[ host-image] Aug 11 16:52:45.349 INFO O| Aug 11 16:52:45.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106092026-08-11T16:52:46.417Z[ host-image] Aug 11 16:52:45.349 INFO O| Aug 11 16:52:45.349 INFO STEP 145 (ensure_dir) COMPLETE
106102026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.349 INFO O| Aug 11 16:52:45.349 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106112026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.357 INFO O| Aug 11 16:52:45.357 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106122026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.357 INFO O| Aug 11 16:52:45.357 INFO copying /tmp/.tmpeFO11Z/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106132026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.357 INFO O| Aug 11 16:52:45.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106142026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.357 INFO O| Aug 11 16:52:45.357 INFO ok!
106152026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.357 INFO O| Aug 11 16:52:45.357 INFO STEP 146 (ensure_file) COMPLETE
106162026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.357 INFO O| Aug 11 16:52:45.357 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106172026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.365 INFO O| Aug 11 16:52:45.365 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106182026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.365 INFO O| Aug 11 16:52:45.365 INFO STEP 147 (remove_files) COMPLETE
106192026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.365 INFO O| Aug 11 16:52:45.365 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106202026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.372 INFO O| Aug 11 16:52:45.372 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106212026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.372 INFO O| Aug 11 16:52:45.372 INFO STEP 148 (remove_files) COMPLETE
106222026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.372 INFO O| Aug 11 16:52:45.372 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106232026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.379 INFO O| Aug 11 16:52:45.379 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106242026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.379 INFO O| Aug 11 16:52:45.379 INFO STEP 149 (remove_files) COMPLETE
106252026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.379 INFO O| Aug 11 16:52:45.379 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106262026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.386 INFO O| Aug 11 16:52:45.386 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106272026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.386 INFO O| Aug 11 16:52:45.386 INFO STEP 150 (remove_files) COMPLETE
106282026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.386 INFO O| Aug 11 16:52:45.386 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106292026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.392 INFO O| Aug 11 16:52:45.392 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106302026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.393 INFO O| Aug 11 16:52:45.393 INFO STEP 151 (remove_files) COMPLETE
106312026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.393 INFO O| Aug 11 16:52:45.393 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106322026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.399 INFO O| Aug 11 16:52:45.399 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106332026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.399 INFO O| Aug 11 16:52:45.399 INFO STEP 152 (remove_files) COMPLETE
106342026-08-11T16:52:46.418Z[ host-image] Aug 11 16:52:45.399 INFO O| Aug 11 16:52:45.399 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106352026-08-11T16:52:46.426Z[ host-image] Aug 11 16:52:45.406 INFO O| Aug 11 16:52:45.406 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106362026-08-11T16:52:46.426Z[ host-image] Aug 11 16:52:45.406 INFO O| Aug 11 16:52:45.406 INFO STEP 153 (remove_files) COMPLETE
106372026-08-11T16:52:46.426Z[ host-image] Aug 11 16:52:45.406 INFO O| Aug 11 16:52:45.406 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106382026-08-11T16:52:46.426Z[ host-image] Aug 11 16:52:45.414 INFO O| Aug 11 16:52:45.414 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106392026-08-11T16:52:46.426Z[ host-image] Aug 11 16:52:45.414 INFO O| Aug 11 16:52:45.414 INFO STEP 154 (remove_files) COMPLETE
106402026-08-11T16:52:46.426Z[ host-image] Aug 11 16:52:45.414 INFO O| Aug 11 16:52:45.414 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106412026-08-11T16:52:46.434Z[ host-image] Aug 11 16:52:45.421 INFO O| Aug 11 16:52:45.421 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106422026-08-11T16:52:46.434Z[ host-image] Aug 11 16:52:45.421 INFO O| Aug 11 16:52:45.421 INFO STEP 155 (remove_files) COMPLETE
106432026-08-11T16:52:46.434Z[ host-image] Aug 11 16:52:45.421 INFO O| Aug 11 16:52:45.421 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106442026-08-11T16:52:46.434Z[ host-image] Aug 11 16:52:45.428 INFO O| Aug 11 16:52:45.428 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106452026-08-11T16:52:46.434Z[ host-image] Aug 11 16:52:45.428 INFO O| Aug 11 16:52:45.428 INFO STEP 156 (remove_files) COMPLETE
106462026-08-11T16:52:46.435Z[ host-image] Aug 11 16:52:45.428 INFO O| Aug 11 16:52:45.428 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106472026-08-11T16:52:46.441Z[ host-image] Aug 11 16:52:45.436 INFO O| Aug 11 16:52:45.436 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106482026-08-11T16:52:46.441Z[ host-image] Aug 11 16:52:45.436 INFO O| Aug 11 16:52:45.436 INFO STEP 157 (remove_files) COMPLETE
106492026-08-11T16:52:46.441Z[ host-image] Aug 11 16:52:45.436 INFO O| Aug 11 16:52:45.436 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106502026-08-11T16:52:46.448Z[ host-image] Aug 11 16:52:45.443 INFO O| Aug 11 16:52:45.443 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106512026-08-11T16:52:46.448Z[ host-image] Aug 11 16:52:45.443 INFO O| Aug 11 16:52:45.443 INFO STEP 158 (remove_files) COMPLETE
106522026-08-11T16:52:46.448Z[ host-image] Aug 11 16:52:45.443 INFO O| Aug 11 16:52:45.443 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106532026-08-11T16:52:46.453Z[ host-image] Aug 11 16:52:45.451 INFO O| Aug 11 16:52:45.451 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106542026-08-11T16:52:46.453Z[ host-image] Aug 11 16:52:45.451 INFO O| Aug 11 16:52:45.451 INFO STEP 159 (remove_files) COMPLETE
106552026-08-11T16:52:46.458Z[ host-image] Aug 11 16:52:45.451 INFO O| Aug 11 16:52:45.451 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106562026-08-11T16:52:46.462Z[ host-image] Aug 11 16:52:45.458 INFO O| Aug 11 16:52:45.458 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106572026-08-11T16:52:46.462Z[ host-image] Aug 11 16:52:45.458 INFO O| Aug 11 16:52:45.458 INFO STEP 160 (remove_files) COMPLETE
106582026-08-11T16:52:46.462Z[ host-image] Aug 11 16:52:45.458 INFO O| Aug 11 16:52:45.458 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106592026-08-11T16:52:46.469Z[ host-image] Aug 11 16:52:45.464 INFO O| Aug 11 16:52:45.464 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106602026-08-11T16:52:46.470Z[ host-image] Aug 11 16:52:45.464 INFO O| Aug 11 16:52:45.464 INFO STEP 161 (remove_files) COMPLETE
106612026-08-11T16:52:46.470Z[ host-image] Aug 11 16:52:45.464 INFO O| Aug 11 16:52:45.464 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106622026-08-11T16:52:46.474Z[ host-image] Aug 11 16:52:45.472 INFO O| Aug 11 16:52:45.472 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106632026-08-11T16:52:46.479Z[ host-image] Aug 11 16:52:45.472 INFO O| Aug 11 16:52:45.472 INFO STEP 162 (remove_files) COMPLETE
106642026-08-11T16:52:46.479Z[ host-image] Aug 11 16:52:45.472 INFO O| Aug 11 16:52:45.472 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106652026-08-11T16:52:46.484Z[ host-image] Aug 11 16:52:45.479 INFO O| Aug 11 16:52:45.479 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106662026-08-11T16:52:46.484Z[ host-image] Aug 11 16:52:45.479 INFO O| Aug 11 16:52:45.479 INFO STEP 163 (remove_files) COMPLETE
106672026-08-11T16:52:46.484Z[ host-image] Aug 11 16:52:45.479 INFO O| Aug 11 16:52:45.479 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106682026-08-11T16:52:46.488Z[ host-image] Aug 11 16:52:45.486 INFO O| Aug 11 16:52:45.486 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106692026-08-11T16:52:46.488Z[ host-image] Aug 11 16:52:45.486 INFO O| Aug 11 16:52:45.486 INFO STEP 164 (remove_files) COMPLETE
106702026-08-11T16:52:46.495Z[ host-image] Aug 11 16:52:45.486 INFO O| Aug 11 16:52:45.486 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106712026-08-11T16:52:46.498Z[ host-image] Aug 11 16:52:45.494 INFO O| Aug 11 16:52:45.494 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106722026-08-11T16:52:46.499Z[ host-image] Aug 11 16:52:45.494 INFO O| Aug 11 16:52:45.494 INFO STEP 165 (remove_files) COMPLETE
106732026-08-11T16:52:46.499Z[ host-image] Aug 11 16:52:45.494 INFO O| Aug 11 16:52:45.494 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106742026-08-11T16:52:46.506Z[ host-image] Aug 11 16:52:45.501 INFO O| Aug 11 16:52:45.501 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106752026-08-11T16:52:46.506Z[ host-image] Aug 11 16:52:45.501 INFO O| Aug 11 16:52:45.501 INFO STEP 166 (remove_files) COMPLETE
106762026-08-11T16:52:46.507Z[ host-image] Aug 11 16:52:45.501 INFO O| Aug 11 16:52:45.501 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106772026-08-11T16:52:46.511Z[ host-image] Aug 11 16:52:45.509 INFO O| Aug 11 16:52:45.509 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106782026-08-11T16:52:46.514Z[ host-image] Aug 11 16:52:45.509 INFO O| Aug 11 16:52:45.509 INFO STEP 167 (remove_files) COMPLETE
106792026-08-11T16:52:46.514Z[ host-image] Aug 11 16:52:45.509 INFO O| Aug 11 16:52:45.509 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106802026-08-11T16:52:46.520Z[ host-image] Aug 11 16:52:45.517 INFO O| Aug 11 16:52:45.517 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106812026-08-11T16:52:46.520Z[ host-image] Aug 11 16:52:45.517 INFO O| Aug 11 16:52:45.517 INFO STEP 168 (remove_files) COMPLETE
106822026-08-11T16:52:46.520Z[ host-image] Aug 11 16:52:45.517 INFO O| Aug 11 16:52:45.517 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106832026-08-11T16:52:46.532Z[ host-image] Aug 11 16:52:45.524 INFO O| Aug 11 16:52:45.524 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106842026-08-11T16:52:46.532Z[ host-image] Aug 11 16:52:45.524 INFO O| Aug 11 16:52:45.524 INFO STEP 169 (remove_files) COMPLETE
106852026-08-11T16:52:46.545Z[ host-image] Aug 11 16:52:45.524 INFO O| Aug 11 16:52:45.524 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106862026-08-11T16:52:46.545Z[ host-image] Aug 11 16:52:45.531 INFO O| Aug 11 16:52:45.531 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106872026-08-11T16:52:46.546Z[ host-image] Aug 11 16:52:45.531 INFO O| Aug 11 16:52:45.531 INFO STEP 170 (remove_files) COMPLETE
106882026-08-11T16:52:46.546Z[ host-image] Aug 11 16:52:45.531 INFO O| Aug 11 16:52:45.531 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106892026-08-11T16:52:46.551Z[ host-image] Aug 11 16:52:45.538 INFO O| Aug 11 16:52:45.538 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106902026-08-11T16:52:46.551Z[ host-image] Aug 11 16:52:45.538 INFO O| Aug 11 16:52:45.538 INFO STEP 171 (remove_files) COMPLETE
106912026-08-11T16:52:46.551Z[ host-image] Aug 11 16:52:45.538 INFO O| Aug 11 16:52:45.538 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106922026-08-11T16:52:46.551Z[ host-image] Aug 11 16:52:45.544 INFO O| Aug 11 16:52:45.544 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106932026-08-11T16:52:46.551Z[ host-image] Aug 11 16:52:45.544 INFO O| Aug 11 16:52:45.544 INFO STEP 172 (remove_files) COMPLETE
106942026-08-11T16:52:46.551Z[ host-image] Aug 11 16:52:45.544 INFO O| Aug 11 16:52:45.544 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106952026-08-11T16:52:46.557Z[ host-image] Aug 11 16:52:45.552 INFO O| Aug 11 16:52:45.552 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106962026-08-11T16:52:46.557Z[ host-image] Aug 11 16:52:45.552 INFO O| Aug 11 16:52:45.552 INFO STEP 173 (remove_files) COMPLETE
106972026-08-11T16:52:46.557Z[ host-image] Aug 11 16:52:45.552 INFO O| Aug 11 16:52:45.552 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106982026-08-11T16:52:46.564Z[ host-image] Aug 11 16:52:45.559 INFO O| Aug 11 16:52:45.559 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106992026-08-11T16:52:46.564Z[ host-image] Aug 11 16:52:45.559 INFO O| Aug 11 16:52:45.559 INFO STEP 174 (remove_files) COMPLETE
107002026-08-11T16:52:46.570Z[ host-image] Aug 11 16:52:45.559 INFO O| Aug 11 16:52:45.559 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107012026-08-11T16:52:46.579Z[ host-image] Aug 11 16:52:45.567 INFO O| Aug 11 16:52:45.567 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107022026-08-11T16:52:46.579Z[ host-image] Aug 11 16:52:45.567 INFO O| Aug 11 16:52:45.567 INFO STEP 175 (remove_files) COMPLETE
107032026-08-11T16:52:46.579Z[ host-image] Aug 11 16:52:45.567 INFO O| Aug 11 16:52:45.567 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107042026-08-11T16:52:46.592Z[ host-image] Aug 11 16:52:45.577 INFO O| Aug 11 16:52:45.577 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107052026-08-11T16:52:46.592Z[ host-image] Aug 11 16:52:45.577 INFO O| Aug 11 16:52:45.577 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107062026-08-11T16:52:51.334Z[ host-image] Aug 11 16:52:50.323 INFO O| Aug 11 16:52:50.323 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
107072026-08-11T16:52:51.334Z[ host-image] Aug 11 16:52:50.323 INFO O| Aug 11 16:52:50.323 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107082026-08-11T16:52:51.355Z[ host-image] Aug 11 16:52:50.336 INFO O| Aug 11 16:52:50.335 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"}
107092026-08-11T16:52:51.604Z[ host-image] Aug 11 16:52:50.432 INFO O| Aug 11 16:52:50.432 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107102026-08-11T16:52:51.647Z[ host-image] Aug 11 16:52:50.488 INFO O| Aug 11 16:52:50.488 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
107112026-08-11T16:52:51.647Z[ host-image] Aug 11 16:52:50.551 INFO O| Aug 11 16:52:50.551 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107122026-08-11T16:52:51.647Z[ host-image] Aug 11 16:52:50.551 INFO O| Aug 11 16:52:50.551 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107132026-08-11T16:52:51.647Z[ host-image] Aug 11 16:52:50.552 INFO O| Aug 11 16:52:50.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107142026-08-11T16:52:51.647Z[ host-image] Aug 11 16:52:50.552 INFO O| Aug 11 16:52:50.552 INFO ok!
107152026-08-11T16:52:51.647Z[ host-image] Aug 11 16:52:50.552 INFO O| Aug 11 16:52:50.552 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107162026-08-11T16:52:51.647Z[ host-image] Aug 11 16:52:50.553 INFO O| Aug 11 16:52:50.553 INFO STEP 176 (seed_smf) COMPLETE
107172026-08-11T16:52:51.648Z[ host-image] Aug 11 16:52:50.553 INFO O| Aug 11 16:52:50.553 INFO steps complete; finalising image!
107182026-08-11T16:52:51.648Z[ host-image] Aug 11 16:52:50.553 INFO O| Aug 11 16:52:50.553 INFO TRIM POOL: TEMPORARY-sled-zfs
107192026-08-11T16:52:51.648Z[ host-image] Aug 11 16:52:50.629 INFO O| Aug 11 16:52:50.629 INFO trim TEMPORARY-sled-zfs: (56% trimmed, started at Tue Aug 11 16:52:50 2026)
107202026-08-11T16:52:51.857Z[ host-image] Aug 11 16:52:50.844 INFO O| Aug 11 16:52:50.844 INFO temporary pool has 907M used, 117M avail, 1.81x compressratio
107212026-08-11T16:52:51.858Z[ host-image] Aug 11 16:52:50.844 INFO O| Aug 11 16:52:50.844 INFO EXPORT POOL: TEMPORARY-sled-zfs
107222026-08-11T16:52:52.186Z[ host-image] Aug 11 16:52:51.180 INFO O| Aug 11 16:52:51.180 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107232026-08-11T16:52:52.187Z[ host-image] Aug 11 16:52:51.180 INFO O| Aug 11 16:52:51.180 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107242026-08-11T16:52:53.060Z[ host-image] Aug 11 16:52:51.980 INFO O| Aug 11 16:52:51.980 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107252026-08-11T16:52:53.060Z[ host-image] Aug 11 16:52:51.980 INFO O| Aug 11 16:52:51.980 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107262026-08-11T16:52:53.082Z[ host-image] Aug 11 16:52:51.980 INFO O| Aug 11 16:52:51.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107272026-08-11T16:52:53.082Z[ host-image] Aug 11 16:52:51.980 INFO O| Aug 11 16:52:51.980 INFO completed processing sled/zfs
107282026-08-11T16:52:53.082Z[ host-image] Aug 11 16:52:51.980 INFO O| Aug 11 16:52:51.980 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107292026-08-11T16:52:55.105Z[ recovery-image] Aug 11 16:52:54.102 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)
107302026-08-11T16:52:57.155Z[ recovery-image] Aug 11 16:52:56.148 INFO E| Compiling bitflags v1.3.2
107312026-08-11T16:52:57.155Z[ recovery-image] Aug 11 16:52:56.148 INFO E| Compiling bitflags v2.13.0
107322026-08-11T16:52:57.155Z[ recovery-image] Aug 11 16:52:56.148 INFO E| Compiling log v0.4.32
107332026-08-11T16:52:57.167Z[ recovery-image] Aug 11 16:52:56.148 INFO E| Compiling plain v0.2.3
107342026-08-11T16:52:57.168Z[ recovery-image] Aug 11 16:52:56.148 INFO E| Compiling scroll v0.13.0
107352026-08-11T16:52:57.168Z[ recovery-image] Aug 11 16:52:56.148 INFO E| Compiling bit_field v0.10.3
107362026-08-11T16:52:57.168Z[ recovery-image] Aug 11 16:52:56.148 INFO E| Compiling adler2 v2.0.1
107372026-08-11T16:52:57.168Z[ recovery-image] Aug 11 16:52:56.148 INFO E| Compiling static_assertions v1.1.0
107382026-08-11T16:52:57.168Z[ recovery-image] Aug 11 16:52:56.149 INFO E| Compiling bitstruct v0.1.1
107392026-08-11T16:52:57.229Z[ recovery-image] Aug 11 16:52:56.199 INFO E| Compiling raw-cpuid v10.7.0
107402026-08-11T16:52:57.251Z[ recovery-image] Aug 11 16:52:56.245 INFO E| Compiling miniz_oxide v0.9.1
107412026-08-11T16:52:57.313Z[ recovery-image] Aug 11 16:52:56.299 INFO E| Compiling cpio_reader v0.1.2
107422026-08-11T16:52:57.390Z[ recovery-image] Aug 11 16:52:56.371 INFO E| Compiling goblin v0.10.7
107432026-08-11T16:53:00.152Z[ recovery-image] Aug 11 16:52:59.147 INFO E| Finished `release` profile [optimized] target(s) in 18.84s
107442026-08-11T16:53:00.174Z[ recovery-image] Aug 11 16:52:59.164 INFO building ROM for gimlet
107452026-08-11T16:53:00.174Z[ recovery-image] Aug 11 16:52:59.164 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml", "--image", "/work/os-recovery/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
107462026-08-11T16:53:00.248Z[ recovery-image] Aug 11 16:52:59.237 INFO E| Downloading crates ...
107472026-08-11T16:53:00.296Z[ recovery-image] Aug 11 16:52:59.294 INFO E| Downloaded os_pipe v1.2.1
107482026-08-11T16:53:00.312Z[ recovery-image] Aug 11 16:52:59.295 INFO E| Downloaded anstyle v1.0.10
107492026-08-11T16:53:00.313Z[ recovery-image] Aug 11 16:52:59.295 INFO E| Downloaded anstyle-query v1.1.2
107502026-08-11T16:53:00.313Z[ recovery-image] Aug 11 16:52:59.301 INFO E| Downloaded clap_lex v0.7.4
107512026-08-11T16:53:00.318Z[ recovery-image] Aug 11 16:52:59.304 INFO E| Downloaded is_terminal_polyfill v1.70.1
107522026-08-11T16:53:00.318Z[ recovery-image] Aug 11 16:52:59.304 INFO E| Downloaded colorchoice v1.0.3
107532026-08-11T16:53:00.319Z[ recovery-image] Aug 11 16:52:59.308 INFO E| Downloaded toml_datetime v0.6.9
107542026-08-11T16:53:00.319Z[ recovery-image] Aug 11 16:52:59.309 INFO E| Downloaded clap_builder v4.5.37
107552026-08-11T16:53:00.326Z[ recovery-image] Aug 11 16:52:59.314 INFO E| Downloaded serde_spanned v0.6.8
107562026-08-11T16:53:00.326Z[ recovery-image] Aug 11 16:52:59.314 INFO E| Downloaded shared_child v1.0.1
107572026-08-11T16:53:00.326Z[ recovery-image] Aug 11 16:52:59.315 INFO E| Downloaded anstream v0.6.18
107582026-08-11T16:53:00.327Z[ recovery-image] Aug 11 16:52:59.316 INFO E| Downloaded duct v0.13.7
107592026-08-11T16:53:00.327Z[ recovery-image] Aug 11 16:52:59.317 INFO E| Downloaded toml_write v0.1.1
107602026-08-11T16:53:00.327Z[ recovery-image] Aug 11 16:52:59.318 INFO E| Downloaded anstyle-parse v0.2.6
107612026-08-11T16:53:00.334Z[ recovery-image] Aug 11 16:52:59.330 INFO E| Downloaded clap v4.5.37
107622026-08-11T16:53:00.344Z[ recovery-image] Aug 11 16:52:59.335 INFO E| Downloaded clap_derive v4.5.32
107632026-08-11T16:53:00.344Z[ recovery-image] Aug 11 16:52:59.337 INFO E| Downloaded toml v0.8.22
107642026-08-11T16:53:00.363Z[ recovery-image] Aug 11 16:52:59.355 INFO E| Downloaded cc v1.2.20
107652026-08-11T16:53:00.370Z[ recovery-image] Aug 11 16:52:59.357 INFO E| Downloaded toml_edit v0.22.26
107662026-08-11T16:53:00.377Z[ recovery-image] Aug 11 16:52:59.375 INFO E| Downloaded winnow v0.7.7
107672026-08-11T16:53:00.397Z[ recovery-image] Aug 11 16:52:59.389 INFO E| Compiling libc v0.2.172
107682026-08-11T16:53:00.417Z[ recovery-image] Aug 11 16:52:59.389 INFO E| Compiling utf8parse v0.2.2
107692026-08-11T16:53:00.417Z[ recovery-image] Aug 11 16:52:59.389 INFO E| Compiling shlex v1.3.0
107702026-08-11T16:53:00.417Z[ recovery-image] Aug 11 16:52:59.389 INFO E| Compiling colorchoice v1.0.3
107712026-08-11T16:53:00.417Z[ recovery-image] Aug 11 16:52:59.389 INFO E| Compiling anstyle v1.0.10
107722026-08-11T16:53:00.418Z[ recovery-image] Aug 11 16:52:59.389 INFO E| Compiling is_terminal_polyfill v1.70.1
107732026-08-11T16:53:00.429Z[ recovery-image] Aug 11 16:52:59.407 INFO E| Compiling once_cell v1.21.3
107742026-08-11T16:53:00.430Z[ recovery-image] Aug 11 16:52:59.407 INFO E| Compiling equivalent v1.0.2
107752026-08-11T16:53:00.430Z[ recovery-image] Aug 11 16:52:59.407 INFO E| Compiling hashbrown v0.15.2
107762026-08-11T16:53:00.430Z[ recovery-image] Aug 11 16:52:59.407 INFO E| Compiling anstyle-query v1.1.2
107772026-08-11T16:53:00.430Z[ recovery-image] Aug 11 16:52:59.407 INFO E| Compiling clap_lex v0.7.4
107782026-08-11T16:53:00.430Z[ recovery-image] Aug 11 16:52:59.407 INFO E| Compiling anyhow v1.0.98
107792026-08-11T16:53:00.430Z[ recovery-image] Aug 11 16:52:59.408 INFO E| Compiling toml_write v0.1.1
107802026-08-11T16:53:00.438Z[ recovery-image] Aug 11 16:52:59.428 INFO E| Compiling winnow v0.7.7
107812026-08-11T16:53:00.445Z[ recovery-image] Aug 11 16:52:59.437 INFO E| Compiling syn v2.0.101
107822026-08-11T16:53:00.445Z[ recovery-image] Aug 11 16:52:59.441 INFO E| Compiling strsim v0.11.1
107832026-08-11T16:53:00.537Z[ recovery-image] Aug 11 16:52:59.531 INFO E| Compiling anstyle-parse v0.2.6
107842026-08-11T16:53:00.579Z[ recovery-image] Aug 11 16:52:59.569 INFO E| Compiling cc v1.2.20
107852026-08-11T16:53:00.676Z[ recovery-image] Aug 11 16:52:59.666 INFO E| Compiling anstream v0.6.18
107862026-08-11T16:53:00.861Z[ recovery-image] Aug 11 16:52:59.858 INFO E| Compiling clap_builder v4.5.37
107872026-08-11T16:53:00.892Z[ recovery-image] Aug 11 16:52:59.879 INFO E| Compiling indexmap v2.9.0
107882026-08-11T16:53:01.013Z[ recovery-image] Aug 11 16:53:00.007 INFO E| Compiling os_pipe v1.2.1
107892026-08-11T16:53:01.013Z[ recovery-image] Aug 11 16:53:00.007 INFO E| Compiling shared_child v1.0.1
107902026-08-11T16:53:01.123Z[ recovery-image] Aug 11 16:53:00.120 INFO E| Compiling duct v0.13.7
107912026-08-11T16:53:01.586Z[ recovery-image] Aug 11 16:53:00.578 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
107922026-08-11T16:53:02.467Z[ recovery-image] Aug 11 16:53:01.460 INFO E| Compiling serde_derive v1.0.219
107932026-08-11T16:53:02.467Z[ recovery-image] Aug 11 16:53:01.460 INFO E| Compiling clap_derive v4.5.32
107942026-08-11T16:53:03.691Z[ recovery-image] Aug 11 16:53:02.689 INFO E| Compiling clap v4.5.37
107952026-08-11T16:53:04.296Z[ recovery-image] Aug 11 16:53:03.286 INFO E| Compiling serde v1.0.219
107962026-08-11T16:53:05.929Z[ recovery-image] Aug 11 16:53:04.922 INFO E| Compiling serde_spanned v0.6.8
107972026-08-11T16:53:05.929Z[ recovery-image] Aug 11 16:53:04.922 INFO E| Compiling toml_datetime v0.6.9
107982026-08-11T16:53:06.069Z[ recovery-image] Aug 11 16:53:05.064 INFO E| Compiling toml_edit v0.22.26
107992026-08-11T16:53:07.223Z[ recovery-image] Aug 11 16:53:06.217 INFO E| Compiling toml v0.8.22
108002026-08-11T16:53:08.788Z[ host-image] Aug 11 16:53:07.750 INFO O| Aug 11 16:53:07.750 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108012026-08-11T16:53:08.916Z[ host-image] Aug 11 16:53:07.891 INFO BUILD STRING "heads/stlouis-0-ge78b4d6947\n"
108022026-08-11T16:53:08.916Z[ host-image] Aug 11 16:53:07.891 INFO expanded image name: "ci 7649f3c/${os_short_commit} 2026-08-11 16:38" -> "ci 7649f3c/e78b4d6 2026-08-11 16:38"
108032026-08-11T16:53:08.962Z[ host-image] Aug 11 16:53:07.891 INFO output artefacts stored in: "/work/os-host"
108042026-08-11T16:53:08.962Z[ host-image] Aug 11 16:53:07.891 INFO collecting git info from project "phbl"...
108052026-08-11T16:53:08.962Z[ host-image] Aug 11 16:53:07.897 INFO collecting git info from project "bootserver"...
108062026-08-11T16:53:08.962Z[ host-image] Aug 11 16:53:07.901 INFO collecting git info from project "chelsio-t6-roms"...
108072026-08-11T16:53:08.962Z[ host-image] Aug 11 16:53:07.905 INFO collecting git info from project "amd-firmware"...
108082026-08-11T16:53:08.962Z[ host-image] Aug 11 16:53:07.915 INFO collecting git info from project "pilot"...
108092026-08-11T16:53:08.962Z[ host-image] Aug 11 16:53:07.920 INFO collecting git info from project "amd-host-image-builder"...
108102026-08-11T16:53:08.962Z[ host-image] Aug 11 16:53:07.924 INFO collecting git info from project "pinprick"...
108112026-08-11T16:53:09.027Z[ host-image] Aug 11 16:53:07.928 INFO collecting git info from project "dmar-report"...
108122026-08-11T16:53:09.027Z[ host-image] Aug 11 16:53:07.931 INFO collecting git info from project "image-builder"...
108132026-08-11T16:53:09.027Z[ host-image] Aug 11 16:53:07.935 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108142026-08-11T16:53:09.262Z[ recovery-image] Aug 11 16:53:08.224 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.03s
108152026-08-11T16:53:09.313Z[ recovery-image] Aug 11 16:53:08.234 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`
108162026-08-11T16:53:09.313Z[ host-image] Aug 11 16:53:08.238 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108172026-08-11T16:53:09.313Z[ recovery-image] Aug 11 16:53:08.248 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108182026-08-11T16:53:09.353Z[ recovery-image] Aug 11 16:53:08.320 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108192026-08-11T16:53:09.371Z[ recovery-image] Aug 11 16:53:08.322 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`
108202026-08-11T16:53:09.454Z[ recovery-image] Aug 11 16:53:08.434 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108212026-08-11T16:53:09.454Z[ recovery-image] Aug 11 16:53:08.434 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108222026-08-11T16:53:09.490Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108232026-08-11T16:53:09.490Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108242026-08-11T16:53:09.490Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108252026-08-11T16:53:09.490Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108262026-08-11T16:53:09.490Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108272026-08-11T16:53:09.490Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108282026-08-11T16:53:09.491Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108292026-08-11T16:53:09.491Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108302026-08-11T16:53:09.491Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108312026-08-11T16:53:09.491Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108322026-08-11T16:53:09.491Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108332026-08-11T16:53:09.491Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108342026-08-11T16:53:09.491Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108352026-08-11T16:53:09.491Z[ recovery-image] Aug 11 16:53:08.435 INFO O| Info: ABL version: 0x100f5010
108362026-08-11T16:53:09.491Z[ recovery-image] Aug 11 16:53:08.435 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108372026-08-11T16:53:09.491Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108382026-08-11T16:53:09.491Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108392026-08-11T16:53:09.491Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108402026-08-11T16:53:09.491Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108412026-08-11T16:53:09.491Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108422026-08-11T16:53:09.492Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108432026-08-11T16:53:09.492Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108442026-08-11T16:53:09.492Z[ recovery-image] Aug 11 16:53:08.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108452026-08-11T16:53:09.492Z[ recovery-image] Aug 11 16:53:08.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108462026-08-11T16:53:09.492Z[ recovery-image] Aug 11 16:53:08.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108472026-08-11T16:53:09.492Z[ recovery-image] Aug 11 16:53:08.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108482026-08-11T16:53:09.492Z[ recovery-image] Aug 11 16:53:08.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108492026-08-11T16:53:09.492Z[ recovery-image] Aug 11 16:53:08.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108502026-08-11T16:53:09.492Z[ recovery-image] Aug 11 16:53:08.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108512026-08-11T16:53:09.492Z[ recovery-image] Aug 11 16:53:08.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108522026-08-11T16:53:09.492Z[ recovery-image] Aug 11 16:53:08.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108532026-08-11T16:53:09.492Z[ recovery-image] Aug 11 16:53:08.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108542026-08-11T16:53:09.493Z[ recovery-image] Aug 11 16:53:08.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108552026-08-11T16:53:09.560Z[ recovery-image] Aug 11 16:53:08.469 INFO building ROM for cosmo
108562026-08-11T16:53:09.560Z[ recovery-image] Aug 11 16:53:08.469 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")
108572026-08-11T16:53:09.682Z[ host-image] Aug 11 16:53:08.521 INFO creating Oxide boot image...
108582026-08-11T16:53:09.682Z[ host-image] Aug 11 16:53:08.521 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 7649f3c/e78b4d6 2026-08-11 16:38", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108592026-08-11T16:53:09.683Z[ recovery-image] Aug 11 16:53:08.557 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
108602026-08-11T16:53:09.683Z[ recovery-image] Aug 11 16:53:08.560 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`
108612026-08-11T16:53:09.683Z[ recovery-image] Aug 11 16:53:08.573 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108622026-08-11T16:53:09.786Z[ recovery-image] Aug 11 16:53:08.642 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108632026-08-11T16:53:09.786Z[ recovery-image] Aug 11 16:53:08.645 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`
108642026-08-11T16:53:09.901Z[ recovery-image] Aug 11 16:53:08.854 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108652026-08-11T16:53:09.901Z[ recovery-image] Aug 11 16:53:08.854 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108662026-08-11T16:53:09.982Z[ recovery-image] Aug 11 16:53:08.854 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108672026-08-11T16:53:09.983Z[ recovery-image] Aug 11 16:53:08.854 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108682026-08-11T16:53:09.983Z[ recovery-image] Aug 11 16:53:08.854 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108692026-08-11T16:53:09.983Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108702026-08-11T16:53:09.983Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108712026-08-11T16:53:09.983Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108722026-08-11T16:53:09.983Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108732026-08-11T16:53:09.983Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108742026-08-11T16:53:09.983Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108752026-08-11T16:53:09.983Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108762026-08-11T16:53:09.983Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108772026-08-11T16:53:09.983Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108782026-08-11T16:53:09.983Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108792026-08-11T16:53:09.984Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108802026-08-11T16:53:09.984Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108812026-08-11T16:53:09.984Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108822026-08-11T16:53:09.984Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108832026-08-11T16:53:09.984Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108842026-08-11T16:53:09.984Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108852026-08-11T16:53:09.984Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108862026-08-11T16:53:09.984Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108872026-08-11T16:53:09.984Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108882026-08-11T16:53:09.984Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108892026-08-11T16:53:09.985Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108902026-08-11T16:53:09.985Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108912026-08-11T16:53:09.985Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108922026-08-11T16:53:09.985Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
108932026-08-11T16:53:09.985Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108942026-08-11T16:53:09.985Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
108952026-08-11T16:53:09.985Z[ recovery-image] Aug 11 16:53:08.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
108962026-08-11T16:53:09.985Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
108972026-08-11T16:53:09.985Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
108982026-08-11T16:53:09.985Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
108992026-08-11T16:53:09.985Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109002026-08-11T16:53:09.985Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109012026-08-11T16:53:09.985Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109022026-08-11T16:53:09.985Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109032026-08-11T16:53:09.985Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109042026-08-11T16:53:09.985Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109052026-08-11T16:53:09.985Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109062026-08-11T16:53:09.985Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109072026-08-11T16:53:09.985Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109082026-08-11T16:53:09.986Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109092026-08-11T16:53:09.986Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109102026-08-11T16:53:09.986Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109112026-08-11T16:53:09.986Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109122026-08-11T16:53:09.986Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109132026-08-11T16:53:09.986Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109142026-08-11T16:53:09.986Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109152026-08-11T16:53:09.986Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109162026-08-11T16:53:09.986Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109172026-08-11T16:53:09.986Z[ recovery-image] Aug 11 16:53:08.856 INFO O| Info: ABL version: 0x100af010
109182026-08-11T16:53:09.986Z[ recovery-image] Aug 11 16:53:08.856 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109192026-08-11T16:53:09.986Z[ recovery-image] Aug 11 16:53:08.856 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109202026-08-11T16:53:09.986Z[ recovery-image] Aug 11 16:53:08.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109212026-08-11T16:53:09.987Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109222026-08-11T16:53:09.987Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109232026-08-11T16:53:09.987Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109242026-08-11T16:53:09.987Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109252026-08-11T16:53:09.987Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109262026-08-11T16:53:09.987Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109272026-08-11T16:53:09.987Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109282026-08-11T16:53:09.987Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109292026-08-11T16:53:09.987Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109302026-08-11T16:53:09.987Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109312026-08-11T16:53:09.987Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109322026-08-11T16:53:09.987Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109332026-08-11T16:53:09.987Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109342026-08-11T16:53:09.987Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109352026-08-11T16:53:09.990Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109362026-08-11T16:53:09.990Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109372026-08-11T16:53:09.990Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109382026-08-11T16:53:09.990Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109392026-08-11T16:53:09.990Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109402026-08-11T16:53:09.990Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109412026-08-11T16:53:09.990Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109422026-08-11T16:53:09.990Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109432026-08-11T16:53:09.990Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109442026-08-11T16:53:09.990Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109452026-08-11T16:53:09.990Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109462026-08-11T16:53:09.990Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109472026-08-11T16:53:09.990Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109482026-08-11T16:53:09.990Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109492026-08-11T16:53:09.990Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109502026-08-11T16:53:09.990Z[ recovery-image] Aug 11 16:53:08.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109512026-08-11T16:53:09.990Z[ recovery-image] Aug 11 16:53:08.891 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109522026-08-11T16:53:09.990Z[ recovery-image] Aug 11 16:53:08.891 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109532026-08-11T16:53:09.990Z[ recovery-image] Aug 11 16:53:08.891 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109542026-08-11T16:53:10.432Z[ host-image] Aug 11 16:53:09.380 INFO O| ok, image written!
109552026-08-11T16:53:10.432Z[ host-image] Aug 11 16:53:09.380 INFO O| ok, boot_image_csum file written!
109562026-08-11T16:53:10.511Z[ host-image] Aug 11 16:53:09.382 INFO creating boot archive (CPIO)...
109572026-08-11T16:53:10.511Z[ host-image] Aug 11 16:53:09.382 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
109582026-08-11T16:53:10.511Z[ host-image] Aug 11 16:53:09.385 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
109592026-08-11T16:53:10.512Z[ host-image] Aug 11 16:53:09.385 INFO E| + outfile=/work/os-host/cpio
109602026-08-11T16:53:10.512Z[ host-image] Aug 11 16:53:09.385 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
109612026-08-11T16:53:10.512Z[ host-image] Aug 11 16:53:09.387 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
109622026-08-11T16:53:10.512Z[ host-image] Aug 11 16:53:09.388 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
109632026-08-11T16:53:10.512Z[ host-image] Aug 11 16:53:09.414 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
109642026-08-11T16:53:10.512Z[ host-image] Aug 11 16:53:09.414 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
109652026-08-11T16:53:10.512Z[ host-image] Aug 11 16:53:09.420 INFO creating compressed cpio/unix for dev loaders...
109662026-08-11T16:53:10.512Z[ host-image] Aug 11 16:53:09.420 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
109672026-08-11T16:53:10.675Z[ host-image] Aug 11 16:53:09.645 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
109682026-08-11T16:53:11.160Z[ recovery-image] Aug 11 16:53:10.110 INFO image complete! materials are in "/work/os-recovery"
109692026-08-11T16:53:11.205Z[ recovery-image]
109702026-08-11T16:53:11.205Z[ recovery-image] real 3:15.254603206
109712026-08-11T16:53:11.205Z[ recovery-image] user 2:35.803476099
109722026-08-11T16:53:11.205Z[ recovery-image] sys 38.699537690
109732026-08-11T16:53:11.205Z[ recovery-image] trap 0.141265884
109742026-08-11T16:53:11.205Z[ recovery-image] tflt 0.900551552
109752026-08-11T16:53:11.205Z[ recovery-image] dflt 0.822652449
109762026-08-11T16:53:11.205Z[ recovery-image] kflt 0.000086130
109772026-08-11T16:53:11.205Z[ recovery-image] lock 10:22.036975424
109782026-08-11T16:53:11.205Z[ recovery-image] slp 17:21.589474148
109792026-08-11T16:53:11.205Z[ recovery-image] lat 35.777784800
109802026-08-11T16:53:11.205Z[ recovery-image] stop 8.905876591
109812026-08-11T16:53:11.206ZAug 11 16:53:10.114 INFO [recovery-image] process exited with exit status: 0 (195.260091612s)
109822026-08-11T16:53:11.206ZAug 11 16:53:10.114 INFO [tuf-v2-recovery] running task
109832026-08-11T16:53:11.206ZAug 11 16:53:10.115 INFO [tuf-v2-recovery] task succeeded (812.941µs)
109842026-08-11T16:53:13.977Z[ host-image] Aug 11 16:53:12.962 INFO creating reset image...
109852026-08-11T16:53:13.977Z[ host-image] Aug 11 16:53:12.962 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")
109862026-08-11T16:53:14.042Z[ host-image] Aug 11 16:53:13.034 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
109872026-08-11T16:53:14.054Z[ host-image] Aug 11 16:53:13.035 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
109882026-08-11T16:53:14.320Z[ host-image] Aug 11 16:53:13.313 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)
109892026-08-11T16:53:14.320Z[ host-image] Aug 11 16:53:13.313 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)
109902026-08-11T16:53:14.320Z[ host-image] Aug 11 16:53:13.313 INFO E| Compiling proc-macro2 v1.0.106
109912026-08-11T16:53:14.349Z[ host-image] Aug 11 16:53:13.313 INFO E| Compiling unicode-ident v1.0.24
109922026-08-11T16:53:14.349Z[ host-image] Aug 11 16:53:13.313 INFO E| Compiling quote v1.0.45
109932026-08-11T16:53:14.349Z[ host-image] Aug 11 16:53:13.313 INFO E| Compiling syn v1.0.109
109942026-08-11T16:53:14.349Z[ host-image] Aug 11 16:53:13.313 INFO E| Compiling x86 v0.52.0
109952026-08-11T16:53:14.349Z[ host-image] Aug 11 16:53:13.314 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
109962026-08-11T16:53:14.349Z[ host-image] Aug 11 16:53:13.323 INFO E| Compiling seq-macro v0.3.6
109972026-08-11T16:53:15.299Z[ host-image] Aug 11 16:53:14.294 INFO E| Compiling syn v2.0.117
109982026-08-11T16:53:16.746Z[ host-image] Aug 11 16:53:15.739 INFO E| Compiling scroll_derive v0.13.1
109992026-08-11T16:53:17.966Z[ host-image] Aug 11 16:53:16.957 INFO E| Compiling bitstruct_derive v0.1.0
110002026-08-11T16:53:27.147Z[ host-image] Aug 11 16:53:26.142 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)
110012026-08-11T16:53:29.277Z[ host-image] Aug 11 16:53:28.274 INFO E| Compiling bitflags v1.3.2
110022026-08-11T16:53:29.277Z[ host-image] Aug 11 16:53:28.274 INFO E| Compiling bit_field v0.10.3
110032026-08-11T16:53:29.277Z[ host-image] Aug 11 16:53:28.274 INFO E| Compiling log v0.4.32
110042026-08-11T16:53:29.277Z[ host-image] Aug 11 16:53:28.274 INFO E| Compiling bitflags v2.13.0
110052026-08-11T16:53:29.291Z[ host-image] Aug 11 16:53:28.274 INFO E| Compiling scroll v0.13.0
110062026-08-11T16:53:29.291Z[ host-image] Aug 11 16:53:28.274 INFO E| Compiling plain v0.2.3
110072026-08-11T16:53:29.291Z[ host-image] Aug 11 16:53:28.274 INFO E| Compiling adler2 v2.0.1
110082026-08-11T16:53:29.291Z[ host-image] Aug 11 16:53:28.274 INFO E| Compiling static_assertions v1.1.0
110092026-08-11T16:53:29.291Z[ host-image] Aug 11 16:53:28.275 INFO E| Compiling bitstruct v0.1.1
110102026-08-11T16:53:29.330Z[ host-image] Aug 11 16:53:28.327 INFO E| Compiling raw-cpuid v10.7.0
110112026-08-11T16:53:29.384Z[ host-image] Aug 11 16:53:28.374 INFO E| Compiling miniz_oxide v0.9.1
110122026-08-11T16:53:29.445Z[ host-image] Aug 11 16:53:28.442 INFO E| Compiling cpio_reader v0.1.2
110132026-08-11T16:53:29.517Z[ host-image] Aug 11 16:53:28.506 INFO E| Compiling goblin v0.10.7
110142026-08-11T16:53:32.460Z[ host-image] Aug 11 16:53:31.404 INFO E| Finished `release` profile [optimized] target(s) in 18.35s
110152026-08-11T16:53:32.491Z[ host-image] Aug 11 16:53:31.416 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110162026-08-11T16:53:32.491Z[ host-image] Aug 11 16:53:31.416 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110172026-08-11T16:53:32.491Z[ host-image] Aug 11 16:53:31.416 INFO building ROM for cosmo
110182026-08-11T16:53:32.491Z[ host-image] Aug 11 16:53:31.416 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")
110192026-08-11T16:53:32.534Z[ host-image] Aug 11 16:53:31.510 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110202026-08-11T16:53:32.556Z[ host-image] Aug 11 16:53:31.513 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`
110212026-08-11T16:53:32.556Z[ host-image] Aug 11 16:53:31.528 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110222026-08-11T16:53:32.611Z[ host-image] Aug 11 16:53:31.600 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110232026-08-11T16:53:32.635Z[ host-image] Aug 11 16:53:31.605 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`
110242026-08-11T16:53:32.827Z[ host-image] Aug 11 16:53:31.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110252026-08-11T16:53:32.827Z[ host-image] Aug 11 16:53:31.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110262026-08-11T16:53:32.827Z[ host-image] Aug 11 16:53:31.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110272026-08-11T16:53:32.839Z[ host-image] Aug 11 16:53:31.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110282026-08-11T16:53:32.839Z[ host-image] Aug 11 16:53:31.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110292026-08-11T16:53:32.848Z[ host-image] Aug 11 16:53:31.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110302026-08-11T16:53:32.849Z[ host-image] Aug 11 16:53:31.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110312026-08-11T16:53:32.849Z[ host-image] Aug 11 16:53:31.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110322026-08-11T16:53:32.849Z[ host-image] Aug 11 16:53:31.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110332026-08-11T16:53:32.849Z[ host-image] Aug 11 16:53:31.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110342026-08-11T16:53:32.849Z[ host-image] Aug 11 16:53:31.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110352026-08-11T16:53:32.849Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110362026-08-11T16:53:32.849Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110372026-08-11T16:53:32.849Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110382026-08-11T16:53:32.849Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110392026-08-11T16:53:32.849Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110402026-08-11T16:53:32.849Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110412026-08-11T16:53:32.849Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110422026-08-11T16:53:32.849Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110432026-08-11T16:53:32.861Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110442026-08-11T16:53:32.861Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110452026-08-11T16:53:32.861Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110462026-08-11T16:53:32.861Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110472026-08-11T16:53:32.861Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110482026-08-11T16:53:32.862Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110492026-08-11T16:53:32.862Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110502026-08-11T16:53:32.862Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110512026-08-11T16:53:32.862Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110522026-08-11T16:53:32.862Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110532026-08-11T16:53:32.862Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110542026-08-11T16:53:32.862Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110552026-08-11T16:53:32.862Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110562026-08-11T16:53:32.862Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110572026-08-11T16:53:32.867Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110582026-08-11T16:53:32.867Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110592026-08-11T16:53:32.867Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110602026-08-11T16:53:32.867Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110612026-08-11T16:53:32.868Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110622026-08-11T16:53:32.868Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110632026-08-11T16:53:32.868Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110642026-08-11T16:53:32.868Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110652026-08-11T16:53:32.868Z[ host-image] Aug 11 16:53:31.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110662026-08-11T16:53:32.868Z[ host-image] Aug 11 16:53:31.814 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110672026-08-11T16:53:32.868Z[ host-image] Aug 11 16:53:31.814 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110682026-08-11T16:53:32.868Z[ host-image] Aug 11 16:53:31.814 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110692026-08-11T16:53:32.868Z[ host-image] Aug 11 16:53:31.814 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110702026-08-11T16:53:32.868Z[ host-image] Aug 11 16:53:31.814 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110712026-08-11T16:53:32.868Z[ host-image] Aug 11 16:53:31.814 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110722026-08-11T16:53:32.871Z[ host-image] Aug 11 16:53:31.814 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110732026-08-11T16:53:32.871Z[ host-image] Aug 11 16:53:31.814 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110742026-08-11T16:53:32.871Z[ host-image] Aug 11 16:53:31.814 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110752026-08-11T16:53:32.871Z[ host-image] Aug 11 16:53:31.814 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110762026-08-11T16:53:32.871Z[ host-image] Aug 11 16:53:31.814 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110772026-08-11T16:53:32.871Z[ host-image] Aug 11 16:53:31.814 INFO O| Info: ABL version: 0x100af010
110782026-08-11T16:53:32.871Z[ host-image] Aug 11 16:53:31.814 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110792026-08-11T16:53:32.871Z[ host-image] Aug 11 16:53:31.814 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110802026-08-11T16:53:32.871Z[ host-image] Aug 11 16:53:31.814 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110812026-08-11T16:53:32.871Z[ host-image] Aug 11 16:53:31.814 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110822026-08-11T16:53:32.871Z[ host-image] Aug 11 16:53:31.814 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110832026-08-11T16:53:32.871Z[ host-image] Aug 11 16:53:31.814 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110842026-08-11T16:53:32.872Z[ host-image] Aug 11 16:53:31.814 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110852026-08-11T16:53:32.872Z[ host-image] Aug 11 16:53:31.814 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110862026-08-11T16:53:32.872Z[ host-image] Aug 11 16:53:31.814 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110872026-08-11T16:53:32.873Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110882026-08-11T16:53:32.873Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110892026-08-11T16:53:32.873Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110902026-08-11T16:53:32.873Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110912026-08-11T16:53:32.873Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110922026-08-11T16:53:32.874Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110932026-08-11T16:53:32.874Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110942026-08-11T16:53:32.874Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110952026-08-11T16:53:32.874Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110962026-08-11T16:53:32.874Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110972026-08-11T16:53:32.874Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110982026-08-11T16:53:32.874Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110992026-08-11T16:53:32.874Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111002026-08-11T16:53:32.874Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111012026-08-11T16:53:32.874Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111022026-08-11T16:53:32.874Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111032026-08-11T16:53:32.874Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111042026-08-11T16:53:32.874Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111052026-08-11T16:53:32.874Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111062026-08-11T16:53:32.874Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111072026-08-11T16:53:32.874Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111082026-08-11T16:53:32.874Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111092026-08-11T16:53:32.874Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111102026-08-11T16:53:32.874Z[ host-image] Aug 11 16:53:31.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111112026-08-11T16:53:32.894Z[ host-image] Aug 11 16:53:31.848 INFO building ROM for gimlet
111122026-08-11T16:53:32.894Z[ host-image] Aug 11 16:53:31.848 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")
111132026-08-11T16:53:32.959Z[ host-image] Aug 11 16:53:31.938 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111142026-08-11T16:53:33.006Z[ host-image] Aug 11 16:53:31.943 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`
111152026-08-11T16:53:33.006Z[ host-image] Aug 11 16:53:31.958 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111162026-08-11T16:53:33.032Z[ host-image] Aug 11 16:53:32.030 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111172026-08-11T16:53:33.048Z[ host-image] Aug 11 16:53:32.033 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`
111182026-08-11T16:53:33.272Z[ host-image] Aug 11 16:53:32.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111192026-08-11T16:53:33.272Z[ host-image] Aug 11 16:53:32.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111202026-08-11T16:53:33.317Z[ host-image] Aug 11 16:53:32.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111212026-08-11T16:53:33.323Z[ host-image] Aug 11 16:53:32.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111222026-08-11T16:53:33.324Z[ host-image] Aug 11 16:53:32.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111232026-08-11T16:53:33.324Z[ host-image] Aug 11 16:53:32.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111242026-08-11T16:53:33.324Z[ host-image] Aug 11 16:53:32.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111252026-08-11T16:53:33.324Z[ host-image] Aug 11 16:53:32.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111262026-08-11T16:53:33.324Z[ host-image] Aug 11 16:53:32.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111272026-08-11T16:53:33.324Z[ host-image] Aug 11 16:53:32.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111282026-08-11T16:53:33.324Z[ host-image] Aug 11 16:53:32.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111292026-08-11T16:53:33.324Z[ host-image] Aug 11 16:53:32.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111302026-08-11T16:53:33.324Z[ host-image] Aug 11 16:53:32.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111312026-08-11T16:53:33.324Z[ host-image] Aug 11 16:53:32.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111322026-08-11T16:53:33.324Z[ host-image] Aug 11 16:53:32.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111332026-08-11T16:53:33.324Z[ host-image] Aug 11 16:53:32.152 INFO O| Info: ABL version: 0x100f5010
111342026-08-11T16:53:33.324Z[ host-image] Aug 11 16:53:32.152 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111352026-08-11T16:53:33.324Z[ host-image] Aug 11 16:53:32.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111362026-08-11T16:53:33.325Z[ host-image] Aug 11 16:53:32.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111372026-08-11T16:53:33.325Z[ host-image] Aug 11 16:53:32.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111382026-08-11T16:53:33.325Z[ host-image] Aug 11 16:53:32.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111392026-08-11T16:53:33.325Z[ host-image] Aug 11 16:53:32.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111402026-08-11T16:53:33.325Z[ host-image] Aug 11 16:53:32.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111412026-08-11T16:53:33.325Z[ host-image] Aug 11 16:53:32.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111422026-08-11T16:53:33.325Z[ host-image] Aug 11 16:53:32.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111432026-08-11T16:53:33.325Z[ host-image] Aug 11 16:53:32.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111442026-08-11T16:53:33.325Z[ host-image] Aug 11 16:53:32.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111452026-08-11T16:53:33.325Z[ host-image] Aug 11 16:53:32.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111462026-08-11T16:53:33.325Z[ host-image] Aug 11 16:53:32.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111472026-08-11T16:53:33.325Z[ host-image] Aug 11 16:53:32.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111482026-08-11T16:53:33.325Z[ host-image] Aug 11 16:53:32.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111492026-08-11T16:53:33.325Z[ host-image] Aug 11 16:53:32.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111502026-08-11T16:53:33.325Z[ host-image] Aug 11 16:53:32.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111512026-08-11T16:53:33.325Z[ host-image] Aug 11 16:53:32.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111522026-08-11T16:53:33.325Z[ host-image] Aug 11 16:53:32.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111532026-08-11T16:53:33.325Z[ host-image] Aug 11 16:53:32.186 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111542026-08-11T16:53:44.531Z[ host-image] Aug 11 16:53:43.525 INFO image complete! materials are in "/work/os-host"
111552026-08-11T16:53:44.547Z[ host-image]
111562026-08-11T16:53:44.548Z[ host-image] real 3:57.838666244
111572026-08-11T16:53:44.548Z[ host-image] user 2:47.108488517
111582026-08-11T16:53:44.548Z[ host-image] sys 36.508352270
111592026-08-11T16:53:44.548Z[ host-image] trap 0.143426663
111602026-08-11T16:53:44.548Z[ host-image] tflt 0.291520591
111612026-08-11T16:53:44.548Z[ host-image] dflt 0.354997088
111622026-08-11T16:53:44.548Z[ host-image] kflt 0.000372870
111632026-08-11T16:53:44.548Z[ host-image] lock 4:43.414752714
111642026-08-11T16:53:44.548Z[ host-image] slp 19:59.129590776
111652026-08-11T16:53:44.548Z[ host-image] lat 23.117053404
111662026-08-11T16:53:44.548Z[ host-image] stop 1.689886986
111672026-08-11T16:53:44.548ZAug 11 16:53:43.529 INFO [host-image] process exited with exit status: 0 (237.84424275s)
111682026-08-11T16:53:44.548ZAug 11 16:53:43.529 INFO [tuf-v2-host] running task
111692026-08-11T16:53:44.548ZAug 11 16:53:43.529 INFO [tuf-repo] running task
111702026-08-11T16:53:44.555ZAug 11 16:53:43.530 INFO [tuf-v2-host] task succeeded (532.68µs)
111712026-08-11T16:53:44.555ZAug 11 16:53:43.530 INFO [tuf-v2-repo] running task
111722026-08-11T16:54:05.567ZAug 11 16:54:04.549 INFO assembling repository in `/tmp/tufaceous1PuWVf`, component: OmicronRepoAssembler
111732026-08-11T16:54:05.983ZAug 11 16:54:04.978 INFO [tuf-v2-repo] task succeeded (21.448405763s)
111742026-08-11T16:54:15.332ZAug 11 16:54:13.272 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111752026-08-11T16:54:15.508ZAug 11 16:54:13.531 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111762026-08-11T16:54:16.874ZAug 11 16:54:15.845 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111772026-08-11T16:54:16.939ZAug 11 16:54:15.901 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111782026-08-11T16:54:16.960ZAug 11 16:54:15.953 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111792026-08-11T16:54:17.032ZAug 11 16:54:16.002 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111802026-08-11T16:54:17.073ZAug 11 16:54:16.064 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111812026-08-11T16:54:17.138ZAug 11 16:54:16.116 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111822026-08-11T16:54:17.186ZAug 11 16:54:16.165 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111832026-08-11T16:54:27.588ZAug 11 16:54:26.586 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
111842026-08-11T16:54:27.597ZAug 11 16:54:26.592 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
111852026-08-11T16:54:27.619ZAug 11 16:54:26.615 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
111862026-08-11T16:54:27.675ZAug 11 16:54:26.668 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111872026-08-11T16:54:27.731ZAug 11 16:54:26.728 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111882026-08-11T16:54:27.787ZAug 11 16:54:26.782 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
111892026-08-11T16:54:27.855ZAug 11 16:54:26.851 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
111902026-08-11T16:54:27.869ZAug 11 16:54:26.857 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
111912026-08-11T16:54:27.883ZAug 11 16:54:26.880 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
111922026-08-11T16:54:29.295ZAug 11 16:54:28.291 INFO extracting uploaded archive to /tmp/.tmpf6b8UX
111932026-08-11T16:54:31.207ZAug 11 16:54:30.202 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.i8rIte
111942026-08-11T16:54:31.267ZAug 11 16:54:30.264 INFO added artifact, length: 6737784, hash: 07d4df0e5db146a799ad154ac8bdf5972417b3e2177f58b67d16abcad1bc3dd4, version: 1.79.0, kind: gimlet_sp, name: cosmo-a
111952026-08-11T16:54:31.366ZAug 11 16:54:30.363 INFO added artifact, length: 6739255, hash: db21ef1f659cd3fb8a4b1a8209e15ff9f400ae9f7f9433d898cededb1d50d2c6, version: 1.79.0, kind: gimlet_sp, name: cosmo-b
111962026-08-11T16:54:31.446ZAug 11 16:54:30.441 INFO added artifact, length: 5514431, hash: 4762f92f95c63bec14b9cf8a4d56307f1bab11162a8d3baf13e7b14b05d7e698, version: 1.79.0, kind: gimlet_sp, name: gimlet-b
111972026-08-11T16:54:31.552ZAug 11 16:54:30.528 INFO added artifact, length: 5518375, hash: 68738d84c30667e2822f822a00e7d3c7ac34aa15e2f0e0a8030bc0d36ff5925e, version: 1.79.0, kind: gimlet_sp, name: gimlet-c
111982026-08-11T16:54:31.601ZAug 11 16:54:30.599 INFO added artifact, length: 5540680, hash: 0c4f5c8b47aee9182ac514596db7b4eaca1db1372f0926fb85a7dc80289b6198, version: 1.79.0, kind: gimlet_sp, name: gimlet-d
111992026-08-11T16:54:31.683ZAug 11 16:54:30.676 INFO added artifact, length: 5540736, hash: 4f95ca8e81f451d9337e4f149347a853bdec4e2f57f88528b85a6fc664102e0c, version: 1.79.0, kind: gimlet_sp, name: gimlet-e
112002026-08-11T16:54:31.757ZAug 11 16:54:30.751 INFO added artifact, length: 5540724, hash: 82423993655def459cc22087e7cde467fb1f1d8749dc74a8ad629365f7bf28d1, version: 1.79.0, kind: gimlet_sp, name: gimlet-f
112012026-08-11T16:54:31.853ZAug 11 16:54:30.835 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112022026-08-11T16:54:31.854ZAug 11 16:54:30.835 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112032026-08-11T16:54:31.887ZAug 11 16:54:30.880 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112042026-08-11T16:54:31.895ZAug 11 16:54:30.880 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112052026-08-11T16:54:31.932ZAug 11 16:54:30.929 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112062026-08-11T16:54:31.947ZAug 11 16:54:30.929 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112072026-08-11T16:54:31.985ZAug 11 16:54:30.978 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112082026-08-11T16:54:31.991ZAug 11 16:54:30.978 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112092026-08-11T16:54:32.030ZAug 11 16:54:31.027 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112102026-08-11T16:54:32.038ZAug 11 16:54:31.027 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112112026-08-11T16:54:32.074ZAug 11 16:54:31.071 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112122026-08-11T16:54:32.081ZAug 11 16:54:31.071 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112132026-08-11T16:54:32.121ZAug 11 16:54:31.118 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112142026-08-11T16:54:32.129ZAug 11 16:54:31.118 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112152026-08-11T16:54:32.129ZAug 11 16:54:31.119 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112162026-08-11T16:54:32.129ZAug 11 16:54:31.120 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112172026-08-11T16:54:32.129ZAug 11 16:54:31.120 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112182026-08-11T16:54:32.129ZAug 11 16:54:31.121 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112192026-08-11T16:54:32.130ZAug 11 16:54:31.121 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112202026-08-11T16:54:37.850ZAug 11 16:54:36.837 INFO added artifact, length: 33554432, hash: 6834874c18c13b2e006d59e041be934626296f6e4d3667dcfbc1f01dfbe5e0dd, version: 22.0.0-0.ci+git7649f3c7afa, kind: gimlet_host_phase_1, name: host
112212026-08-11T16:54:37.850ZAug 11 16:54:36.837 INFO added artifact, length: 33554432, hash: a65d4e0d8740952fef36f3c379ff6f2e3b811129599e36a9ccbcc64073f03734, version: 22.0.0-0.ci+git7649f3c7afa, kind: cosmo_host_phase_1, name: host
112222026-08-11T16:54:37.927ZAug 11 16:54:36.837 INFO added artifact, length: 1258295296, hash: b473f00d12d893161364829dfbc801a0bd7c2e464c0145d97c09af158ec2eccb, version: 22.0.0-0.ci+git7649f3c7afa, kind: host_phase_2, name: host
112232026-08-11T16:54:40.495ZAug 11 16:54:37.765 INFO added artifact, length: 33554432, hash: 8ae7b94ebf688896d8d52382e6785de3848168d021f90ff09cef335f87358f9d, version: 22.0.0-0.ci+git7649f3c7afa, kind: gimlet_trampoline_phase_1, name: trampoline
112242026-08-11T16:54:40.495ZAug 11 16:54:37.765 INFO added artifact, length: 33554432, hash: 57facfdf76543f6aa3570c2d643db10038b72ca42627ef632074142b488e1d72, version: 22.0.0-0.ci+git7649f3c7afa, kind: cosmo_trampoline_phase_1, name: trampoline
112252026-08-11T16:54:40.495ZAug 11 16:54:37.765 INFO added artifact, length: 164336583, hash: 8a2d62ae619542cf63220c20176bbaf61812be0407cec78954b34e22ae659338, version: 22.0.0-0.ci+git7649f3c7afa, kind: trampoline_phase_2, name: trampoline
112262026-08-11T16:54:40.774ZAug 11 16:54:39.407 INFO added artifact, length: 319088241, hash: 22d49b7d5423eb599873467a3d2d8b7f3ef2d329b33ef840074ac7b18c9fdac9, version: 22.0.0-0.ci+git7649f3c7afa, kind: zone, name: clickhouse_keeper
112272026-08-11T16:54:42.331ZAug 11 16:54:41.213 INFO added artifact, length: 335475169, hash: fd5fda232261d1ea44bc200be81c3e846deaa02c8c4b5e40d068eb027c85796a, version: 22.0.0-0.ci+git7649f3c7afa, kind: zone, name: clickhouse_server
112282026-08-11T16:54:44.005ZAug 11 16:54:43.002 INFO added artifact, length: 335479960, hash: 4810d267d5524b86b1e1171abdae5ae96e9227c065e3d4de0cfa6a9f74569c4a, version: 22.0.0-0.ci+git7649f3c7afa, kind: zone, name: clickhouse
112292026-08-11T16:54:44.948ZAug 11 16:54:43.886 INFO added artifact, length: 173026451, hash: e6102449d834b86d4b8dc3ec37b6c3f959ad087dbea3c35725de5c3d481fffee, version: 22.0.0-0.ci+git7649f3c7afa, kind: zone, name: cockroachdb
112302026-08-11T16:54:45.126ZAug 11 16:54:44.116 INFO added artifact, length: 42271382, hash: efd61ccc7079ba4843a0190b20fa5b0ab785372f26fef238e92d179c2b8d812c, version: 22.0.0-0.ci+git7649f3c7afa, kind: zone, name: crucible-pantry-zone
112312026-08-11T16:54:45.437ZAug 11 16:54:44.408 INFO added artifact, length: 57439128, hash: 3a2dd979044e2f9da9f8cadcd2c335cb67878377abda7b97551232b83eaeba82, version: 22.0.0-0.ci+git7649f3c7afa, kind: zone, name: crucible-zone
112322026-08-11T16:54:45.707ZAug 11 16:54:44.703 INFO added artifact, length: 55574554, hash: 5b0a1959cabe75c2effcd63a59b67aa63880c2c104a150c0ad7543a565d0f875, version: 22.0.0-0.ci+git7649f3c7afa, kind: zone, name: external-dns
112332026-08-11T16:54:46.007ZAug 11 16:54:45.001 INFO added artifact, length: 55574154, hash: c6c2220cf8a37414469b12e44be06176e7f2cbb689d61e11c3df48c3f907bc8c, version: 22.0.0-0.ci+git7649f3c7afa, kind: zone, name: internal-dns
112342026-08-11T16:54:47.999ZAug 11 16:54:46.979 INFO added artifact, length: 361211375, hash: 3bf218809c7f51e3f238db6b4f12f96dd5e8249903493f0f9bf40b96ec96376a, version: 22.0.0-0.ci+git7649f3c7afa, kind: zone, name: nexus
112352026-08-11T16:54:48.194ZAug 11 16:54:47.191 INFO added artifact, length: 35464563, hash: 028dd2ab9d9dcb579145c6ac9dcf405bcb017c16a9ee867d9a609fb9b83f7fa4, version: 22.0.0-0.ci+git7649f3c7afa, kind: zone, name: ntp
112362026-08-11T16:54:48.635ZAug 11 16:54:47.632 INFO added artifact, length: 72887825, hash: 2d1818254741158177208de9c7b320c08149f3219a082e7d13e0cdd6d4e9489e, version: 22.0.0-0.ci+git7649f3c7afa, kind: zone, name: oximeter
112372026-08-11T16:54:48.654ZAug 11 16:54:47.652 INFO added artifact, length: 3109592, hash: 7e29c01e8decf512135750c05432b28800672d17187529f37eb246af67120838, version: 22.0.0-0.ci+git7649f3c7afa, kind: zone, name: probe
112382026-08-11T16:54:48.658ZAug 11 16:54:47.652 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112392026-08-11T16:54:48.658ZAug 11 16:54:47.652 INFO added artifact, length: 829, hash: afcd83304bd9cf7c4f19d2b29895df95350e497e942c111758e411609b928443, version: 1.79.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.79.0
112402026-08-11T16:54:48.658ZAug 11 16:54:47.652 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112412026-08-11T16:54:48.684ZAug 11 16:54:47.680 INFO added artifact, length: 4081634, hash: 18aaed354bf85c4547c7c7a8a76915a8b84af5b4f0783508bfb643b5fedf70d8, version: 1.79.0, kind: psc_sp, name: observer-a
112422026-08-11T16:54:48.713ZAug 11 16:54:47.711 INFO added artifact, length: 4130507, hash: bcce268fda1749f61f76420d0e1185bcd77ee8c5bc014c629d0a93068313cb84, version: 1.79.0, kind: psc_sp, name: psc-b
112432026-08-11T16:54:48.753ZAug 11 16:54:47.743 INFO added artifact, length: 4133032, hash: 95bfd6eb25e2971da02542f003e05c8ba2a0f9131f949621cfffe2fbefe4372f, version: 1.79.0, kind: psc_sp, name: psc-c
112442026-08-11T16:54:48.794ZAug 11 16:54:47.791 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112452026-08-11T16:54:48.799ZAug 11 16:54:47.791 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112462026-08-11T16:54:48.844ZAug 11 16:54:47.842 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112472026-08-11T16:54:48.845ZAug 11 16:54:47.842 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112482026-08-11T16:54:48.895ZAug 11 16:54:47.893 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112492026-08-11T16:54:48.904ZAug 11 16:54:47.893 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112502026-08-11T16:54:48.945ZAug 11 16:54:47.942 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112512026-08-11T16:54:48.966ZAug 11 16:54:47.942 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112522026-08-11T16:54:48.966ZAug 11 16:54:47.943 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112532026-08-11T16:54:48.966ZAug 11 16:54:47.943 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112542026-08-11T16:54:48.966ZAug 11 16:54:47.944 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112552026-08-11T16:54:48.996ZAug 11 16:54:47.994 INFO added artifact, length: 7017327, hash: 0feeb34a0dfcbd1e566087de0d8bd5d6568340da7be677ccc6322d2a6df8304c, version: 1.79.0, kind: switch_sp, name: sidecar-b
112562026-08-11T16:54:49.081ZAug 11 16:54:48.078 INFO added artifact, length: 7034168, hash: 9e2a70c4c3fac03446ffdb3dd64a6034ac21179ff124275b225958cb388b2f65, version: 1.79.0, kind: switch_sp, name: sidecar-c
112572026-08-11T16:54:49.158ZAug 11 16:54:48.156 INFO added artifact, length: 7034231, hash: 7fa2e433da7aaf50ec9eb281df2387ef197736fcc3b8f5a977b59668825d7479, version: 1.79.0, kind: switch_sp, name: sidecar-d
112582026-08-11T16:54:49.247ZAug 11 16:54:48.245 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112592026-08-11T16:54:49.247ZAug 11 16:54:48.245 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112602026-08-11T16:54:49.302ZAug 11 16:54:48.300 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112612026-08-11T16:54:49.302ZAug 11 16:54:48.300 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112622026-08-11T16:54:49.379ZAug 11 16:54:48.353 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112632026-08-11T16:54:49.391ZAug 11 16:54:48.353 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112642026-08-11T16:54:49.410ZAug 11 16:54:48.405 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112652026-08-11T16:54:49.410ZAug 11 16:54:48.405 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112662026-08-11T16:54:49.410ZAug 11 16:54:48.406 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112672026-08-11T16:54:49.410ZAug 11 16:54:48.406 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112682026-08-11T16:54:49.410ZAug 11 16:54:48.407 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112692026-08-11T16:54:49.410ZAug 11 16:54:48.407 INFO added artifact, length: 924, hash: e460c4f57f6cdcf5c35e079c38d0f3d3799c5ea71f2eb518a7982f6e192e4f56, version: 22.0.0-0.ci+git7649f3c7afa, kind: installinator_document, name: installinator_document
112702026-08-11T16:54:49.869ZAug 11 16:54:48.867 INFO extracting uploaded archive to /tmp/.tmpv2dKyH
112712026-08-11T16:54:53.309ZAug 11 16:54:50.841 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.rXHNXY
112722026-08-11T16:54:53.346ZAug 11 16:54:50.894 INFO added artifact, length: 6737784, hash: 07d4df0e5db146a799ad154ac8bdf5972417b3e2177f58b67d16abcad1bc3dd4, version: 1.79.0, kind: gimlet_sp, name: cosmo-a
112732026-08-11T16:54:53.346ZAug 11 16:54:50.978 INFO added artifact, length: 6739255, hash: db21ef1f659cd3fb8a4b1a8209e15ff9f400ae9f7f9433d898cededb1d50d2c6, version: 1.79.0, kind: gimlet_sp, name: cosmo-b
112742026-08-11T16:54:53.346ZAug 11 16:54:51.067 INFO added artifact, length: 5514431, hash: 4762f92f95c63bec14b9cf8a4d56307f1bab11162a8d3baf13e7b14b05d7e698, version: 1.79.0, kind: gimlet_sp, name: gimlet-b
112752026-08-11T16:54:53.346ZAug 11 16:54:51.142 INFO added artifact, length: 5518375, hash: 68738d84c30667e2822f822a00e7d3c7ac34aa15e2f0e0a8030bc0d36ff5925e, version: 1.79.0, kind: gimlet_sp, name: gimlet-c
112762026-08-11T16:54:53.346ZAug 11 16:54:51.223 INFO added artifact, length: 5540680, hash: 0c4f5c8b47aee9182ac514596db7b4eaca1db1372f0926fb85a7dc80289b6198, version: 1.79.0, kind: gimlet_sp, name: gimlet-d
112772026-08-11T16:54:53.346ZAug 11 16:54:51.311 INFO added artifact, length: 5540736, hash: 4f95ca8e81f451d9337e4f149347a853bdec4e2f57f88528b85a6fc664102e0c, version: 1.79.0, kind: gimlet_sp, name: gimlet-e
112782026-08-11T16:54:53.346ZAug 11 16:54:51.383 INFO added artifact, length: 5540724, hash: 82423993655def459cc22087e7cde467fb1f1d8749dc74a8ad629365f7bf28d1, version: 1.79.0, kind: gimlet_sp, name: gimlet-f
112792026-08-11T16:54:53.346ZAug 11 16:54:51.467 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112802026-08-11T16:54:53.346ZAug 11 16:54:51.467 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112812026-08-11T16:54:53.347ZAug 11 16:54:51.518 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112822026-08-11T16:54:53.347ZAug 11 16:54:51.518 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112832026-08-11T16:54:53.347ZAug 11 16:54:51.567 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112842026-08-11T16:54:53.347ZAug 11 16:54:51.567 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112852026-08-11T16:54:53.347ZAug 11 16:54:51.612 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112862026-08-11T16:54:53.348ZAug 11 16:54:51.612 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112872026-08-11T16:54:53.349ZAug 11 16:54:51.666 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112882026-08-11T16:54:53.349ZAug 11 16:54:51.666 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112892026-08-11T16:54:53.349ZAug 11 16:54:51.717 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112902026-08-11T16:54:53.349ZAug 11 16:54:51.717 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112912026-08-11T16:54:53.349ZAug 11 16:54:51.764 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112922026-08-11T16:54:53.349ZAug 11 16:54:51.764 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112932026-08-11T16:54:53.349ZAug 11 16:54:51.764 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112942026-08-11T16:54:53.349ZAug 11 16:54:51.765 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112952026-08-11T16:54:53.349ZAug 11 16:54:51.766 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112962026-08-11T16:54:53.349ZAug 11 16:54:51.766 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112972026-08-11T16:54:53.349ZAug 11 16:54:51.767 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112982026-08-11T16:54:58.178ZAug 11 16:54:57.175 INFO added artifact, length: 33554432, hash: 6834874c18c13b2e006d59e041be934626296f6e4d3667dcfbc1f01dfbe5e0dd, version: 22.0.0-0.ci+git7649f3c7afa, kind: gimlet_host_phase_1, name: host
112992026-08-11T16:54:58.178ZAug 11 16:54:57.176 INFO added artifact, length: 33554432, hash: a65d4e0d8740952fef36f3c379ff6f2e3b811129599e36a9ccbcc64073f03734, version: 22.0.0-0.ci+git7649f3c7afa, kind: cosmo_host_phase_1, name: host
113002026-08-11T16:54:58.182ZAug 11 16:54:57.176 INFO added artifact, length: 1258295296, hash: b473f00d12d893161364829dfbc801a0bd7c2e464c0145d97c09af158ec2eccb, version: 22.0.0-0.ci+git7649f3c7afa, kind: host_phase_2, name: host
113012026-08-11T16:54:59.081ZAug 11 16:54:58.076 INFO added artifact, length: 33554432, hash: 8ae7b94ebf688896d8d52382e6785de3848168d021f90ff09cef335f87358f9d, version: 22.0.0-0.ci+git7649f3c7afa, kind: gimlet_trampoline_phase_1, name: trampoline
113022026-08-11T16:54:59.081ZAug 11 16:54:58.077 INFO added artifact, length: 33554432, hash: 57facfdf76543f6aa3570c2d643db10038b72ca42627ef632074142b488e1d72, version: 22.0.0-0.ci+git7649f3c7afa, kind: cosmo_trampoline_phase_1, name: trampoline
113032026-08-11T16:54:59.090ZAug 11 16:54:58.077 INFO added artifact, length: 164336583, hash: 8a2d62ae619542cf63220c20176bbaf61812be0407cec78954b34e22ae659338, version: 22.0.0-0.ci+git7649f3c7afa, kind: trampoline_phase_2, name: trampoline
113042026-08-11T16:55:04.784ZAug 11 16:55:03.782 INFO added artifact, length: 1910095117, hash: 23d3875e9baa055ecff4ab3208f1f183e33203724b6352e8aa6c75f6887e838a, version: 22.0.0-0.ci+git7649f3c7afa, kind: control_plane, name: control-plane
113052026-08-11T16:55:04.788ZAug 11 16:55:03.782 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
113062026-08-11T16:55:04.788ZAug 11 16:55:03.782 INFO added artifact, length: 829, hash: afcd83304bd9cf7c4f19d2b29895df95350e497e942c111758e411609b928443, version: 1.79.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.79.0
113072026-08-11T16:55:04.788ZAug 11 16:55:03.782 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
113082026-08-11T16:55:04.812ZAug 11 16:55:03.809 INFO added artifact, length: 4081634, hash: 18aaed354bf85c4547c7c7a8a76915a8b84af5b4f0783508bfb643b5fedf70d8, version: 1.79.0, kind: psc_sp, name: observer-a
113092026-08-11T16:55:04.841ZAug 11 16:55:03.837 INFO added artifact, length: 4130507, hash: bcce268fda1749f61f76420d0e1185bcd77ee8c5bc014c629d0a93068313cb84, version: 1.79.0, kind: psc_sp, name: psc-b
113102026-08-11T16:55:04.882ZAug 11 16:55:03.864 INFO added artifact, length: 4133032, hash: 95bfd6eb25e2971da02542f003e05c8ba2a0f9131f949621cfffe2fbefe4372f, version: 1.79.0, kind: psc_sp, name: psc-c
113112026-08-11T16:55:04.952ZAug 11 16:55:03.910 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113122026-08-11T16:55:04.956ZAug 11 16:55:03.910 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113132026-08-11T16:55:04.975ZAug 11 16:55:03.958 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113142026-08-11T16:55:04.980ZAug 11 16:55:03.958 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113152026-08-11T16:55:05.025ZAug 11 16:55:04.011 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113162026-08-11T16:55:05.115ZAug 11 16:55:04.012 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113172026-08-11T16:55:05.160ZAug 11 16:55:04.059 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113182026-08-11T16:55:05.160ZAug 11 16:55:04.059 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113192026-08-11T16:55:05.160ZAug 11 16:55:04.060 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113202026-08-11T16:55:05.160ZAug 11 16:55:04.060 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113212026-08-11T16:55:05.161ZAug 11 16:55:04.061 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113222026-08-11T16:55:05.161ZAug 11 16:55:04.110 INFO added artifact, length: 7017327, hash: 0feeb34a0dfcbd1e566087de0d8bd5d6568340da7be677ccc6322d2a6df8304c, version: 1.79.0, kind: switch_sp, name: sidecar-b
113232026-08-11T16:55:05.207ZAug 11 16:55:04.205 INFO added artifact, length: 7034168, hash: 9e2a70c4c3fac03446ffdb3dd64a6034ac21179ff124275b225958cb388b2f65, version: 1.79.0, kind: switch_sp, name: sidecar-c
113242026-08-11T16:55:05.290ZAug 11 16:55:04.288 INFO added artifact, length: 7034231, hash: 7fa2e433da7aaf50ec9eb281df2387ef197736fcc3b8f5a977b59668825d7479, version: 1.79.0, kind: switch_sp, name: sidecar-d
113252026-08-11T16:55:05.381ZAug 11 16:55:04.379 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113262026-08-11T16:55:05.386ZAug 11 16:55:04.379 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113272026-08-11T16:55:05.437ZAug 11 16:55:04.435 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113282026-08-11T16:55:05.442ZAug 11 16:55:04.435 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113292026-08-11T16:55:05.482ZAug 11 16:55:04.480 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113302026-08-11T16:55:05.485ZAug 11 16:55:04.480 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113312026-08-11T16:55:05.525ZAug 11 16:55:04.523 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113322026-08-11T16:55:05.529ZAug 11 16:55:04.523 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113332026-08-11T16:55:05.529ZAug 11 16:55:04.523 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113342026-08-11T16:55:05.529ZAug 11 16:55:04.524 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113352026-08-11T16:55:05.529ZAug 11 16:55:04.525 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113362026-08-11T16:55:05.529ZAug 11 16:55:04.525 INFO added artifact, length: 924, hash: e460c4f57f6cdcf5c35e079c38d0f3d3799c5ea71f2eb518a7982f6e192e4f56, version: 22.0.0-0.ci+git7649f3c7afa, kind: installinator_document, name: installinator_document
113372026-08-11T16:55:06.325ZAug 11 16:55:05.323 INFO [tuf-repo] task succeeded (81.793086765s)
113382026-08-11T16:57:03.178Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 03s
113392026-08-11T16:57:03.182Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
113402026-08-11T16:57:03.182Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
113412026-08-11T16:57:05.764ZAug 11 16:57:04.760 INFO [verify-libraries] process exited with exit status: 0 (430.173539929s)
113422026-08-11T16:57:05.764ZAug 11 16:57:04.760 INFO all jobs completed in 1104.152976319s
113432026-08-11T16:57:06.964Zprocess exited: duration 1328391 ms, exit code 0
 
113442026-08-11T16:57:06.977Zfound 41 output files
113452026-08-11T16:57:06.977Zuploading: /work/manifest.toml (17334 bytes)
113462026-08-11T16:57:07.993Zuploaded: /work/manifest.toml
113472026-08-11T16:57:07.993Zuploading: /work/repo.zip (3274477944 bytes)
113482026-08-11T16:57:59.985Zuploaded: /work/repo.zip
113492026-08-11T16:57:59.996Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113502026-08-11T16:58:01.011Zuploaded: /work/repo.zip.sha256.txt
113512026-08-11T16:58:01.011Zuploading: /work/helios.json (647 bytes)
113522026-08-11T16:58:02.023Zuploaded: /work/helios.json
113532026-08-11T16:58:02.023Zuploading: /work/incorporation.p5m (113590 bytes)
113542026-08-11T16:58:03.038Zuploaded: /work/incorporation.p5m
113552026-08-11T16:58:03.038Zuploading: /work/incorporation.p5p (133120 bytes)
113562026-08-11T16:58:04.052Zuploaded: /work/incorporation.p5p
113572026-08-11T16:58:04.052Zuploading: /work/helios-incorp.log (522 bytes)
113582026-08-11T16:58:05.062Zuploaded: /work/helios-incorp.log
113592026-08-11T16:58:05.062Zuploading: /work/helios-setup.log (57256 bytes)
113602026-08-11T16:58:06.073Zuploaded: /work/helios-setup.log
113612026-08-11T16:58:06.073Zuploading: /work/host-image.log (233226 bytes)
113622026-08-11T16:58:07.087Zuploaded: /work/host-image.log
113632026-08-11T16:58:07.087Zuploading: /work/host-package.log (33558 bytes)
113642026-08-11T16:58:08.100Zuploaded: /work/host-package.log
113652026-08-11T16:58:08.100Zuploading: /work/host-target.log (101 bytes)
113662026-08-11T16:58:09.152Zuploaded: /work/host-target.log
113672026-08-11T16:58:09.152Zuploading: /work/incorp-create.log (0 bytes)
113682026-08-11T16:58:10.158Zuploaded: /work/incorp-create.log
113692026-08-11T16:58:10.158Zuploading: /work/incorp-fmt.log (0 bytes)
113702026-08-11T16:58:11.175Zuploaded: /work/incorp-fmt.log
113712026-08-11T16:58:11.175Zuploading: /work/incorp-pkgsend.log (108 bytes)
113722026-08-11T16:58:12.203Zuploaded: /work/incorp-pkgsend.log
113732026-08-11T16:58:12.203Zuploading: /work/incorp-publisher.log (0 bytes)
113742026-08-11T16:58:14.286Zuploaded: /work/incorp-publisher.log
113752026-08-11T16:58:14.286Zuploading: /work/omicron-package.log (7913 bytes)
113762026-08-11T16:58:15.432Zuploaded: /work/omicron-package.log
113772026-08-11T16:58:15.432Zuploading: /work/recovery-image.log (589590 bytes)
113782026-08-11T16:58:16.460Zuploaded: /work/recovery-image.log
113792026-08-11T16:58:16.460Zuploading: /work/recovery-package.log (321 bytes)
113802026-08-11T16:58:17.474Zuploaded: /work/recovery-package.log
113812026-08-11T16:58:17.474Zuploading: /work/recovery-target.log (98 bytes)
113822026-08-11T16:58:18.487Zuploaded: /work/recovery-target.log
113832026-08-11T16:58:18.487Zuploading: /work/stamp-clickhouse.log (117 bytes)
113842026-08-11T16:58:19.509Zuploaded: /work/stamp-clickhouse.log
113852026-08-11T16:58:19.509Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113862026-08-11T16:58:20.523Zuploaded: /work/stamp-clickhouse_keeper.log
113872026-08-11T16:58:20.523Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113882026-08-11T16:58:21.535Zuploaded: /work/stamp-clickhouse_server.log
113892026-08-11T16:58:21.535Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113902026-08-11T16:58:22.547Zuploaded: /work/stamp-cockroachdb.log
113912026-08-11T16:58:22.547Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113922026-08-11T16:58:23.560Zuploaded: /work/stamp-crucible-pantry-zone.log
113932026-08-11T16:58:23.560Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113942026-08-11T16:58:24.569Zuploaded: /work/stamp-crucible-utils.log
113952026-08-11T16:58:24.570Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113962026-08-11T16:58:25.583Zuploaded: /work/stamp-crucible-zone.log
113972026-08-11T16:58:25.583Zuploading: /work/stamp-external-dns.log (119 bytes)
113982026-08-11T16:58:26.595Zuploaded: /work/stamp-external-dns.log
113992026-08-11T16:58:26.596Zuploading: /work/stamp-installinator.log (103 bytes)
114002026-08-11T16:58:27.606Zuploaded: /work/stamp-installinator.log
114012026-08-11T16:58:27.606Zuploading: /work/stamp-internal-dns.log (119 bytes)
114022026-08-11T16:58:28.656Zuploaded: /work/stamp-internal-dns.log
114032026-08-11T16:58:28.656Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
114042026-08-11T16:58:29.684Zuploaded: /work/stamp-mg-ddm-gz.log
114052026-08-11T16:58:29.684Zuploading: /work/stamp-nexus.log (112 bytes)
114062026-08-11T16:58:30.699Zuploaded: /work/stamp-nexus.log
114072026-08-11T16:58:30.699Zuploading: /work/stamp-ntp.log (110 bytes)
114082026-08-11T16:58:31.712Zuploaded: /work/stamp-ntp.log
114092026-08-11T16:58:31.712Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114102026-08-11T16:58:32.721Zuploaded: /work/stamp-omicron-sled-agent.log
114112026-08-11T16:58:32.721Zuploading: /work/stamp-overlay.log (114 bytes)
114122026-08-11T16:58:33.734Zuploaded: /work/stamp-overlay.log
114132026-08-11T16:58:33.734Zuploading: /work/stamp-oximeter.log (115 bytes)
114142026-08-11T16:58:34.745Zuploaded: /work/stamp-oximeter.log
114152026-08-11T16:58:34.745Zuploading: /work/stamp-oxlog.log (109 bytes)
114162026-08-11T16:58:35.755Zuploaded: /work/stamp-oxlog.log
114172026-08-11T16:58:35.755Zuploading: /work/stamp-probe.log (112 bytes)
114182026-08-11T16:58:36.809Zuploaded: /work/stamp-probe.log
114192026-08-11T16:58:36.809Zuploading: /work/stamp-propolis-server.log (122 bytes)
114202026-08-11T16:58:37.821Zuploaded: /work/stamp-propolis-server.log
114212026-08-11T16:58:37.821Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114222026-08-11T16:58:38.832Zuploaded: /work/stamp-pumpkind-gz.log
114232026-08-11T16:58:38.832Zuploading: /work/stamp-switch-asic.log (118 bytes)
114242026-08-11T16:58:39.865Zuploaded: /work/stamp-switch-asic.log
114252026-08-11T16:58:39.865Zuploading: /work/verify-libraries.log (50304 bytes)
114262026-08-11T16:58:40.874Zuploaded: /work/verify-libraries.log