01KX70MANM9YP641426NF44AWA: 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: 01KX70MSEFBV77AFYKH00KY1A5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-10T21:59:44.969Zjob assigned to worker 01KX70N2053H2G2853WVKBBX33 [factory aws, i-0ad2f510be6006274] (queued for 52 s)
 
22026-07-10T21:59:53.245Zstarting task 0: "setup"
32026-07-10T21:59:53.250Z++ uname -s
42026-07-10T21:59:53.255Z+ kern=SunOS
52026-07-10T21:59:53.255Z+ build_user=build
62026-07-10T21:59:53.255Z+ build_uid=12345
72026-07-10T21:59:53.255Z+ work_dir=/work
82026-07-10T21:59:53.255Z+ input_dir=/input
92026-07-10T21:59:53.255Z+ [[ 0 == 12345 ]]
102026-07-10T21:59:53.255Z+ case "$kern" in
112026-07-10T21:59:53.255Z+ groupadd -g 12345 build
122026-07-10T21:59:53.262Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-10T21:59:55.261Z+ zfs create -o mountpoint=/work rpool/work
142026-07-10T21:59:55.427Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-10T21:59:55.430Z+ home_fs=zfs
162026-07-10T21:59:55.430Z+ [[ zfs == autofs ]]
172026-07-10T21:59:55.430Z+ mkdir -p /home/build
182026-07-10T21:59:55.433Z+ chown build:build /home/build /work
192026-07-10T21:59:57.433Z+ chmod 0700 /home/build /work
202026-07-10T21:59:57.436Zprocess exited: duration 4193 ms, exit code 0
 
212026-07-10T21:59:57.443Zstarting task 1: "rust-toolchain"
222026-07-10T21:59:57.449Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-10T21:59:57.449Z * rust toolchain channel = "1.96.1"
242026-07-10T21:59:57.449Z * rust toolchain profile = "default"
252026-07-10T21:59:57.449Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-10T21:59:57.449Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-10T21:59:57.449Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-10T21:59:57.451Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-10T21:59:57.451Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-10T21:59:57.561Zinfo: downloading installer
312026-07-10T21:59:58.900Zwarn: It looks like you have an existing rustup settings file at:
322026-07-10T21:59:58.900Zwarn: /home/build/.rustup/settings.toml
332026-07-10T21:59:58.900Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-10T21:59:58.902Zwarn: instead of the one inferred from the default host triple.
352026-07-10T21:59:58.913Zinfo: profile set to default
362026-07-10T21:59:58.913Zinfo: default host triple is x86_64-unknown-illumos
372026-07-10T21:59:58.916Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-10T21:59:59.042Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-10T21:59:59.045Zinfo: downloading 6 components
402026-07-10T22:00:13.285Z
412026-07-10T22:00:13.285Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-10T22:00:13.316Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-10T22:00:13.316Z
442026-07-10T22:00:13.316Z
452026-07-10T22:00:13.316ZRust is installed now. Great!
462026-07-10T22:00:13.316Z
472026-07-10T22:00:13.316ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-10T22:00:13.316Zenvironment variable. This has not been done automatically.
492026-07-10T22:00:13.316Z
502026-07-10T22:00:13.319ZTo configure your current shell, you need to source
512026-07-10T22:00:13.319Zthe corresponding env file under $HOME/.cargo.
522026-07-10T22:00:13.319Z
532026-07-10T22:00:13.319ZThis is usually done by running one of the following (note the leading DOT):
542026-07-10T22:00:13.319Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-10T22:00:13.319Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-10T22:00:13.319Zsource "~/.cargo/env.nu" # For nushell
572026-07-10T22:00:13.319Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-10T22:00:13.320Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-10T22:00:13.320Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-10T22:00:13.320Zwarn: no default linker (`cc`) was found in your PATH
612026-07-10T22:00:13.321Zwarn: many Rust crates require a system C toolchain to build
622026-07-10T22:00:13.424Z+ rustup --version
632026-07-10T22:00:13.430Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-10T22:00:13.434Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-10T22:00:13.452Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-10T22:00:13.455Z+ cargo --version
672026-07-10T22:00:13.464Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-10T22:00:13.467Z+ rustc --version
692026-07-10T22:00:13.487Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-10T22:00:13.490Zprocess exited: duration 16046 ms, exit code 0
 
712026-07-10T22:00:13.496Zstarting task 2: "authentication"
722026-07-10T22:00:13.513Zprocess exited: duration 17 ms, exit code 0
 
732026-07-10T22:00:13.519Zstarting task 3: "clone repository"
742026-07-10T22:00:13.523Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-10T22:00:13.526Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-10T22:00:13.560ZCloning into '/work/oxidecomputer/omicron'...
772026-07-10T22:00:24.552Z+ cd /work/oxidecomputer/omicron
782026-07-10T22:00:24.552Z+ git fetch origin f3f8ff9b46e6f16eb15eaa972ae5312936ab40cf
792026-07-10T22:00:24.830ZFrom https://github.com/oxidecomputer/omicron
802026-07-10T22:00:24.830Z * branch f3f8ff9b46e6f16eb15eaa972ae5312936ab40cf -> FETCH_HEAD
812026-07-10T22:00:24.843Z+ [[ -n eliza/inherit-lock ]]
822026-07-10T22:00:24.846Z++ git branch --show-current
832026-07-10T22:00:24.849Z+ current=main
842026-07-10T22:00:24.849Z+ [[ main != eliza/inherit-lock ]]
852026-07-10T22:00:24.849Z+ git branch -f eliza/inherit-lock f3f8ff9b46e6f16eb15eaa972ae5312936ab40cf
862026-07-10T22:00:24.852Z+ git checkout -f eliza/inherit-lock
872026-07-10T22:00:24.885ZSwitched to branch 'eliza/inherit-lock'
882026-07-10T22:00:24.890Z+ git reset --hard f3f8ff9b46e6f16eb15eaa972ae5312936ab40cf
892026-07-10T22:00:24.922ZHEAD is now at f3f8ff9b4 fix some related incorrect comments while we're here
902026-07-10T22:00:24.925Zprocess exited: duration 11404 ms, exit code 0
 
912026-07-10T22:00:24.931Zstarting task 4: "build"
922026-07-10T22:00:24.936Z+ source .github/buildomat/ci-env.sh
932026-07-10T22:00:24.936Z++ export CARGO_TERM_COLOR=always
942026-07-10T22:00:24.936Z++ CARGO_TERM_COLOR=always
952026-07-10T22:00:24.939Z+++ uname -s
962026-07-10T22:00:24.939Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-10T22:00:24.939Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-10T22:00:24.942Z+ cargo --version
992026-07-10T22:00:24.949Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-10T22:00:24.953Z+ rustc --version
1012026-07-10T22:00:24.973Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-10T22:00:24.975Z+ cargo tree --locked
1032026-07-10T22:00:25.150Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-07-10T22:00:25.449Z Updating crates.io index
1052026-07-10T22:00:25.451Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-07-10T22:00:25.700Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-07-10T22:00:25.982Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-07-10T22:00:26.863Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-07-10T22:00:27.371Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-07-10T22:00:28.942Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-07-10T22:00:29.764Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-07-10T22:00:30.054Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-07-10T22:00:30.382Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-07-10T22:00:31.405Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-07-10T22:00:31.873Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-07-10T22:00:32.170Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1172026-07-10T22:00:32.421Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-07-10T22:00:32.901Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1192026-07-10T22:00:33.391Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-07-10T22:00:33.828Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-07-10T22:00:34.062Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-07-10T22:00:34.368Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-07-10T22:00:34.637Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1242026-07-10T22:00:34.878Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1252026-07-10T22:00:35.106Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1262026-07-10T22:00:35.350Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1272026-07-10T22:00:35.678Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1282026-07-10T22:00:35.974Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-07-10T22:00:36.223Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-07-10T22:00:36.620Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-07-10T22:00:36.854Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1322026-07-10T22:00:37.184Z Updating git repository `https://github.com/oxidecomputer/ispf`
1332026-07-10T22:00:37.396Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1342026-07-10T22:00:37.612Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1352026-07-10T22:00:37.938Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1362026-07-10T22:00:38.286Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1372026-07-10T22:00:38.541Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1382026-07-10T22:00:38.840Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-07-10T22:00:39.126Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-07-10T22:00:39.428Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1412026-07-10T22:00:39.788Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422026-07-10T22:00:40.039Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-07-10T22:00:40.315Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-07-10T22:00:40.543Z Updating git repository `https://github.com/illumos/smf-rs`
1452026-07-10T22:00:43.729Z Downloading crates ...
1462026-07-10T22:00:43.816Z Downloaded assert-json-diff v2.0.2
1472026-07-10T22:00:43.819Z Downloaded arrayref v0.3.9
1482026-07-10T22:00:43.819Z Downloaded addr2line v0.25.1
1492026-07-10T22:00:43.825Z Downloaded adler2 v2.0.1
1502026-07-10T22:00:43.827Z Downloaded ciborium-io v0.2.2
1512026-07-10T22:00:43.830Z Downloaded anstyle-query v1.1.5
1522026-07-10T22:00:43.833Z Downloaded crc v3.4.0
1532026-07-10T22:00:43.833Z Downloaded aead v0.5.2
1542026-07-10T22:00:43.836Z Downloaded atomicwrites v0.4.4
1552026-07-10T22:00:43.838Z Downloaded cmake v0.1.57
1562026-07-10T22:00:43.841Z Downloaded async-stream v0.3.6
1572026-07-10T22:00:43.844Z Downloaded crossbeam-channel v0.5.15
1582026-07-10T22:00:43.847Z Downloaded crossbeam-utils v0.8.21
1592026-07-10T22:00:43.847Z Downloaded convert_case v0.4.0
1602026-07-10T22:00:43.850Z Downloaded base16ct v0.2.0
1612026-07-10T22:00:43.851Z Downloaded assert_matches v1.5.0
1622026-07-10T22:00:43.851Z Downloaded aho-corasick v1.1.4
1632026-07-10T22:00:43.855Z Downloaded corncobs v0.1.4
1642026-07-10T22:00:43.855Z Downloaded convert_case v0.10.0
1652026-07-10T22:00:43.858Z Downloaded argon2 v0.5.3
1662026-07-10T22:00:43.858Z Downloaded anstream v0.6.21
1672026-07-10T22:00:43.861Z Downloaded concurrent-queue v2.5.0
1682026-07-10T22:00:43.861Z Downloaded cookie_store v0.22.1
1692026-07-10T22:00:43.864Z Downloaded cfg_aliases v0.2.1
1702026-07-10T22:00:43.864Z Downloaded chacha20 v0.9.1
1712026-07-10T22:00:43.864Z Downloaded async-stream-impl v0.3.6
1722026-07-10T22:00:43.864Z Downloaded approx v0.5.1
1732026-07-10T22:00:43.867Z Downloaded aead v0.6.1
1742026-07-10T22:00:43.867Z Downloaded cmov v0.5.4
1752026-07-10T22:00:43.871Z Downloaded const-oid v0.9.6
1762026-07-10T22:00:43.871Z Downloaded atty v0.2.14
1772026-07-10T22:00:43.871Z Downloaded compression-codecs v0.4.37
1782026-07-10T22:00:43.874Z Downloaded crc8 v0.1.1
1792026-07-10T22:00:43.874Z Downloaded clap v4.6.1
1802026-07-10T22:00:43.891Z Downloaded crc32fast v1.5.0
1812026-07-10T22:00:43.894Z Downloaded cpubits v0.1.1
1822026-07-10T22:00:43.894Z Downloaded chumsky v0.9.3
1832026-07-10T22:00:43.894Z Downloaded chacha20 v0.10.0
1842026-07-10T22:00:43.894Z Downloaded autocfg v1.5.0
1852026-07-10T22:00:43.894Z Downloaded base64ct v1.8.3
1862026-07-10T22:00:43.894Z Downloaded data-encoding v2.10.0
1872026-07-10T22:00:43.894Z Downloaded cookie v0.18.1
1882026-07-10T22:00:43.894Z Downloaded bitfield-macros v0.19.4
1892026-07-10T22:00:43.894Z Downloaded bcrypt-pbkdf v0.11.0
1902026-07-10T22:00:43.894Z Downloaded crc-catalog v2.4.0
1912026-07-10T22:00:43.894Z Downloaded cargo-platform v0.3.2
1922026-07-10T22:00:43.906Z Downloaded async-object-pool v0.2.0
1932026-07-10T22:00:43.906Z Downloaded colored v3.1.1
1942026-07-10T22:00:43.906Z Downloaded clap_lex v1.0.0
1952026-07-10T22:00:43.910Z Downloaded ciborium-ll v0.2.2
1962026-07-10T22:00:43.910Z Downloaded compression-core v0.4.31
1972026-07-10T22:00:43.910Z Downloaded bit-set v0.8.0
1982026-07-10T22:00:43.910Z Downloaded clang-sys v1.8.1
1992026-07-10T22:00:43.910Z Downloaded cpufeatures v0.2.17
2002026-07-10T22:00:43.910Z Downloaded constant_time_eq v0.3.1
2012026-07-10T22:00:43.911Z Downloaded bb8 v0.8.6
2022026-07-10T22:00:43.911Z Downloaded async-recursion v1.1.1
2032026-07-10T22:00:43.911Z Downloaded castaway v0.2.4
2042026-07-10T22:00:43.911Z Downloaded atomic-waker v1.1.2
2052026-07-10T22:00:43.914Z Downloaded compact_str v0.8.1
2062026-07-10T22:00:43.914Z Downloaded cfg_aliases v0.1.1
2072026-07-10T22:00:43.914Z Downloaded block-buffer v0.10.4
2082026-07-10T22:00:43.914Z Downloaded colorchoice v1.0.4
2092026-07-10T22:00:43.917Z Downloaded cast v0.3.0
2102026-07-10T22:00:43.917Z Downloaded derive_builder_macro v0.20.2
2112026-07-10T22:00:43.917Z Downloaded defmt-parser v1.0.0
2122026-07-10T22:00:43.917Z Downloaded darling_macro v0.13.4
2132026-07-10T22:00:43.920Z Downloaded cobs v0.3.0
2142026-07-10T22:00:43.920Z Downloaded crypto-common v0.1.7
2152026-07-10T22:00:43.920Z Downloaded crucible-workspace-hack v0.1.0
2162026-07-10T22:00:43.920Z Downloaded cpufeatures v0.3.0
2172026-07-10T22:00:43.923Z Downloaded crunchy v0.2.4
2182026-07-10T22:00:43.923Z Downloaded cfg-if v1.0.4
2192026-07-10T22:00:43.923Z Downloaded ascii-canvas v3.0.0
2202026-07-10T22:00:43.927Z Downloaded debug-ignore v1.0.5
2212026-07-10T22:00:43.927Z Downloaded darling_macro v0.21.3
2222026-07-10T22:00:43.927Z Downloaded block-padding v0.4.2
2232026-07-10T22:00:43.927Z Downloaded crypto-common v0.2.2
2242026-07-10T22:00:43.930Z Downloaded array-init v0.0.4
2252026-07-10T22:00:43.930Z Downloaded anstyle-parse v1.0.0
2262026-07-10T22:00:43.930Z Downloaded bitfield-struct v0.6.2
2272026-07-10T22:00:43.932Z Downloaded backtrace-ext v0.2.1
2282026-07-10T22:00:43.932Z Downloaded anes v0.1.6
2292026-07-10T22:00:43.936Z Downloaded async-lock v3.4.2
2302026-07-10T22:00:43.936Z Downloaded base16ct v1.0.0
2312026-07-10T22:00:43.936Z Downloaded async-bb8-diesel v0.2.1
2322026-07-10T22:00:43.939Z Downloaded ahash v0.8.12
2332026-07-10T22:00:43.939Z Downloaded defmt v0.3.100
2342026-07-10T22:00:43.942Z Downloaded darling_macro v0.23.0
2352026-07-10T22:00:43.942Z Downloaded darling_macro v0.20.11
2362026-07-10T22:00:43.942Z Downloaded curve25519-dalek-derive v0.1.1
2372026-07-10T22:00:43.942Z Downloaded cstr-argument v0.1.2
2382026-07-10T22:00:43.944Z Downloaded clap_derive v4.6.1
2392026-07-10T22:00:43.944Z Downloaded anstyle-parse v0.2.7
2402026-07-10T22:00:43.947Z Downloaded anstream v1.0.0
2412026-07-10T22:00:43.950Z Downloaded bit-set v0.5.3
2422026-07-10T22:00:43.953Z Downloaded display-error-chain v0.2.2
2432026-07-10T22:00:43.956Z Downloaded const_format_proc_macros v0.2.34
2442026-07-10T22:00:43.959Z Downloaded dof v0.3.0
2452026-07-10T22:00:43.959Z Downloaded criterion-plot v0.6.0
2462026-07-10T22:00:43.962Z Downloaded dtrace-parser v0.3.0
2472026-07-10T22:00:43.962Z Downloaded cipher v0.5.2
2482026-07-10T22:00:43.965Z Downloaded dunce v1.0.5
2492026-07-10T22:00:43.965Z Downloaded arrayvec v0.7.6
2502026-07-10T22:00:43.968Z Downloaded bcs v0.1.6
2512026-07-10T22:00:43.968Z Downloaded dirs-sys-next v0.1.2
2522026-07-10T22:00:43.968Z Downloaded dtrace-parser v0.2.0
2532026-07-10T22:00:43.968Z Downloaded downcast-rs v2.0.2
2542026-07-10T22:00:43.971Z Downloaded dof v0.4.0
2552026-07-10T22:00:43.971Z Downloaded bit-vec v0.6.3
2562026-07-10T22:00:43.971Z Downloaded bitfield v0.19.4
2572026-07-10T22:00:43.974Z Downloaded assert_cmd v2.1.2
2582026-07-10T22:00:43.974Z Downloaded dirs-next v2.0.0
2592026-07-10T22:00:43.977Z Downloaded endian-type v0.1.2
2602026-07-10T22:00:43.977Z Downloaded embedded-io v0.6.1
2612026-07-10T22:00:43.977Z Downloaded embedded-io v0.4.0
2622026-07-10T22:00:43.980Z Downloaded errno v0.3.14
2632026-07-10T22:00:43.981Z Downloaded blowfish v0.10.0
2642026-07-10T22:00:43.981Z Downloaded escape8259 v0.5.3
2652026-07-10T22:00:43.984Z Downloaded diesel_table_macro_syntax v0.3.0
2662026-07-10T22:00:43.984Z Downloaded dropshot-api-manager-types v0.7.2
2672026-07-10T22:00:43.984Z Downloaded constant_time_eq v0.4.2
2682026-07-10T22:00:43.984Z Downloaded fd-lock v4.0.4
2692026-07-10T22:00:43.986Z Downloaded backon v1.6.0
2702026-07-10T22:00:43.989Z Downloaded async-trait v0.1.89
2712026-07-10T22:00:43.992Z Downloaded der_derive v0.7.3
2722026-07-10T22:00:43.992Z Downloaded enum-as-inner v0.6.1
2732026-07-10T22:00:43.992Z Downloaded ctutils v0.4.2
2742026-07-10T22:00:43.995Z Downloaded critical-section v1.2.0
2752026-07-10T22:00:43.995Z Downloaded cipher v0.4.4
2762026-07-10T22:00:43.998Z Downloaded argon2 v0.6.0-rc.8
2772026-07-10T22:00:43.998Z Downloaded equivalent v1.0.2
2782026-07-10T22:00:43.998Z Downloaded env_filter v1.0.0
2792026-07-10T22:00:44.001Z Downloaded cbc v0.2.1
2802026-07-10T22:00:44.001Z Downloaded daft-derive v0.1.7
2812026-07-10T22:00:44.004Z Downloaded deranged v0.5.8
2822026-07-10T22:00:44.004Z Downloaded ctr v0.10.1
2832026-07-10T22:00:44.007Z Downloaded camino-tempfile v1.4.1
2842026-07-10T22:00:44.007Z Downloaded byte-wrapper v0.1.0
2852026-07-10T22:00:44.009Z Downloaded block-buffer v0.12.1
2862026-07-10T22:00:44.009Z Downloaded csv-core v0.1.13
2872026-07-10T22:00:44.012Z Downloaded defmt v1.0.1
2882026-07-10T22:00:44.015Z Downloaded flagset v0.4.7
2892026-07-10T22:00:44.015Z Downloaded difflib v0.4.0
2902026-07-10T22:00:44.015Z Downloaded delegate v0.13.5
2912026-07-10T22:00:44.018Z Downloaded fastrand v2.3.0
2922026-07-10T22:00:44.018Z Downloaded crossbeam-deque v0.8.6
2932026-07-10T22:00:44.018Z Downloaded camino-tempfile-ext v0.3.3
2942026-07-10T22:00:44.020Z Downloaded diesel-dtrace v0.5.0
2952026-07-10T22:00:44.021Z Downloaded document-features v0.2.12
2962026-07-10T22:00:44.023Z Downloaded digest v0.10.7
2972026-07-10T22:00:44.023Z Downloaded anstyle v1.0.14
2982026-07-10T22:00:44.023Z Downloaded foreign-types-shared v0.3.1
2992026-07-10T22:00:44.026Z Downloaded foreign-types-shared v0.1.1
3002026-07-10T22:00:44.026Z Downloaded foreign-types-macros v0.2.3
3012026-07-10T22:00:44.027Z Downloaded fnv v1.0.7
3022026-07-10T22:00:44.030Z Downloaded dyn-clone v1.0.20
3032026-07-10T22:00:44.030Z Downloaded darling v0.23.0
3042026-07-10T22:00:44.032Z Downloaded displaydoc v0.2.5
3052026-07-10T22:00:44.032Z Downloaded form_urlencoded v1.2.2
3062026-07-10T22:00:44.036Z Downloaded foreign-types v0.3.2
3072026-07-10T22:00:44.036Z Downloaded float-ord v0.3.2
3082026-07-10T22:00:44.036Z Downloaded float-cmp v0.10.0
3092026-07-10T22:00:44.039Z Downloaded colored v2.2.0
3102026-07-10T22:00:44.039Z Downloaded digest v0.11.3
3112026-07-10T22:00:44.039Z Downloaded funty v2.0.0
3122026-07-10T22:00:44.042Z Downloaded cassowary v0.3.0
3132026-07-10T22:00:44.042Z Downloaded dsl_auto_type v0.2.0
3142026-07-10T22:00:44.042Z Downloaded ecdsa v0.16.9
3152026-07-10T22:00:44.045Z Downloaded camino v1.2.2
3162026-07-10T22:00:44.045Z Downloaded event-listener-strategy v0.5.4
3172026-07-10T22:00:44.047Z Downloaded ed25519 v3.0.0
3182026-07-10T22:00:44.047Z Downloaded ed25519 v2.2.3
3192026-07-10T22:00:44.050Z Downloaded futures-sink v0.3.32
3202026-07-10T22:00:44.050Z Downloaded ff v0.14.0
3212026-07-10T22:00:44.050Z Downloaded base64 v0.22.1
3222026-07-10T22:00:44.053Z Downloaded fxhash v0.2.1
3232026-07-10T22:00:44.055Z Downloaded futures-macro v0.3.32
3242026-07-10T22:00:44.055Z Downloaded futures-core v0.3.32
3252026-07-10T22:00:44.055Z Downloaded generic-array v0.14.7
3262026-07-10T22:00:44.058Z Downloaded erased-serde v0.3.31
3272026-07-10T22:00:44.058Z Downloaded env_logger v0.11.9
3282026-07-10T22:00:44.061Z Downloaded git-stub v1.0.0
3292026-07-10T22:00:44.061Z Downloaded find-msvc-tools v0.1.9
3302026-07-10T22:00:44.064Z Downloaded derive_builder_core v0.20.2
3312026-07-10T22:00:44.064Z Downloaded derive_builder v0.20.2
3322026-07-10T22:00:44.066Z Downloaded fixedbitset v0.5.7
3332026-07-10T22:00:44.069Z Downloaded defmt-macros v1.0.1
3342026-07-10T22:00:44.069Z Downloaded darling v0.21.3
3352026-07-10T22:00:44.072Z Downloaded ghash v0.6.0
3362026-07-10T22:00:44.075Z Downloaded darling v0.20.11
3372026-07-10T22:00:44.077Z Downloaded derive-ex v0.1.8
3382026-07-10T22:00:44.077Z Downloaded headers-core v0.3.0
3392026-07-10T22:00:44.077Z Downloaded blake2 v0.10.6
3402026-07-10T22:00:44.080Z Downloaded gethostname v0.5.0
3412026-07-10T22:00:44.080Z Downloaded filetime v0.2.27
3422026-07-10T22:00:44.083Z Downloaded diff v0.1.13
3432026-07-10T22:00:44.083Z Downloaded crc-any v2.5.0
3442026-07-10T22:00:44.086Z Downloaded des v0.9.0
3452026-07-10T22:00:44.086Z Downloaded allocator-api2 v0.2.21
3462026-07-10T22:00:44.089Z Downloaded globwalk v0.9.1
3472026-07-10T22:00:44.089Z Downloaded foldhash v0.2.0
3482026-07-10T22:00:44.091Z Downloaded foldhash v0.1.5
3492026-07-10T22:00:44.092Z Downloaded heck v0.4.1
3502026-07-10T22:00:44.092Z Downloaded hex v0.4.3
3512026-07-10T22:00:44.094Z Downloaded fs-err v3.3.0
3522026-07-10T22:00:44.094Z Downloaded heck v0.5.0
3532026-07-10T22:00:44.097Z Downloaded fs_extra v1.3.0
3542026-07-10T22:00:44.097Z Downloaded fs-err v2.11.0
3552026-07-10T22:00:44.097Z Downloaded hash32 v0.3.1
3562026-07-10T22:00:44.100Z Downloaded hash32 v0.2.1
3572026-07-10T22:00:44.100Z Downloaded guppy-workspace-hack v0.1.0
3582026-07-10T22:00:44.100Z Downloaded console v0.15.11
3592026-07-10T22:00:44.103Z Downloaded hex-literal v1.1.0
3602026-07-10T22:00:44.103Z Downloaded cfg-expr v0.20.6
3612026-07-10T22:00:44.106Z Downloaded blake2 v0.11.0-rc.6
3622026-07-10T22:00:44.108Z Downloaded ecdsa v0.17.0-rc.18
3632026-07-10T22:00:44.109Z Downloaded futures-io v0.3.32
3642026-07-10T22:00:44.109Z Downloaded futures-executor v0.3.32
3652026-07-10T22:00:44.112Z Downloaded backtrace v0.3.76
3662026-07-10T22:00:44.112Z Downloaded futures-task v0.3.32
3672026-07-10T22:00:44.115Z Downloaded hostname v0.4.2
3682026-07-10T22:00:44.115Z Downloaded hostname v0.3.1
3692026-07-10T22:00:44.117Z Downloaded home v0.5.12
3702026-07-10T22:00:44.118Z Downloaded http-range v0.1.5
3712026-07-10T22:00:44.118Z Downloaded enum_dispatch v0.3.13
3722026-07-10T22:00:44.120Z Downloaded async-compression v0.4.41
3732026-07-10T22:00:44.123Z Downloaded httpdate v1.0.3
3742026-07-10T22:00:44.126Z Downloaded glob v0.3.3
3752026-07-10T22:00:44.126Z Downloaded event-listener v5.4.1
3762026-07-10T22:00:44.129Z Downloaded derive-where v1.6.0
3772026-07-10T22:00:44.129Z Downloaded bzip2 v0.6.1
3782026-07-10T22:00:44.132Z Downloaded group v0.13.0
3792026-07-10T22:00:44.132Z Downloaded daft v0.1.7
3802026-07-10T22:00:44.132Z Downloaded crossbeam-epoch v0.9.18
3812026-07-10T22:00:44.135Z Downloaded datatest-stable v0.3.3
3822026-07-10T22:00:44.138Z Downloaded hyper-tls v0.6.0
3832026-07-10T22:00:44.138Z Downloaded drift v0.2.0
3842026-07-10T22:00:44.143Z Downloaded hubpack_derive v0.1.1
3852026-07-10T22:00:44.146Z Downloaded hubpack v0.1.2
3862026-07-10T22:00:44.146Z Downloaded group v0.14.0
3872026-07-10T22:00:44.146Z Downloaded derive_more v0.99.20
3882026-07-10T22:00:44.149Z Downloaded const-oid v0.10.2
3892026-07-10T22:00:44.152Z Downloaded ident_case v1.0.1
3902026-07-10T22:00:44.152Z Downloaded globset v0.4.18
3912026-07-10T22:00:44.155Z Downloaded git-stub-vcs v0.1.0
3922026-07-10T22:00:44.155Z Downloaded illumos-nvpair v0.3.0
3932026-07-10T22:00:44.155Z Downloaded illumos-nvpair-sys v0.2.0
3942026-07-10T22:00:44.158Z Downloaded idna_adapter v1.2.1
3952026-07-10T22:00:44.158Z Downloaded indoc v1.0.9
3962026-07-10T22:00:44.158Z Downloaded foreign-types v0.5.0
3972026-07-10T22:00:44.160Z Downloaded base64 v0.21.7
3982026-07-10T22:00:44.163Z Downloaded arc-swap v1.8.2
3992026-07-10T22:00:44.163Z Downloaded chacha20poly1305 v0.10.1
4002026-07-10T22:00:44.166Z Downloaded darling v0.13.4
4012026-07-10T22:00:44.169Z Downloaded indent_write v2.2.0
4022026-07-10T22:00:44.169Z Downloaded fallible-iterator v0.2.0
4032026-07-10T22:00:44.169Z Downloaded cancel-safe-futures v0.1.5
4042026-07-10T22:00:44.171Z Downloaded instant v0.1.13
4052026-07-10T22:00:44.171Z Downloaded inout v0.2.2
4062026-07-10T22:00:44.174Z Downloaded itoa v1.0.17
4072026-07-10T22:00:44.174Z Downloaded is_ci v1.2.0
4082026-07-10T22:00:44.174Z Downloaded internet-checksum v0.2.1
4092026-07-10T22:00:44.177Z Downloaded dropshot_endpoint v0.17.1
4102026-07-10T22:00:44.177Z Downloaded is_terminal_polyfill v1.70.2
4112026-07-10T22:00:44.180Z Downloaded is-terminal v0.4.17
4122026-07-10T22:00:44.180Z Downloaded futures-timer v3.0.3
4132026-07-10T22:00:44.183Z Downloaded kstat-rs v0.2.4
4142026-07-10T22:00:44.183Z Downloaded kem v0.3.0
4152026-07-10T22:00:44.183Z Downloaded highway v1.3.0
4162026-07-10T22:00:44.183Z Downloaded lazy_static v1.5.0
4172026-07-10T22:00:44.186Z Downloaded hex-literal v0.4.1
4182026-07-10T22:00:44.186Z Downloaded elliptic-curve v0.13.8
4192026-07-10T22:00:44.189Z Downloaded http-body-util v0.1.3
4202026-07-10T22:00:44.189Z Downloaded bytes v1.11.1
4212026-07-10T22:00:44.192Z Downloaded lalrpop-util v0.19.12
4222026-07-10T22:00:44.192Z Downloaded keccak v0.1.6
4232026-07-10T22:00:44.195Z Downloaded darling_core v0.13.4
4242026-07-10T22:00:44.195Z Downloaded linked-hash-map v0.5.6
4252026-07-10T22:00:44.199Z Downloaded http-body v1.0.1
4262026-07-10T22:00:44.199Z Downloaded getrandom v0.2.17
4272026-07-10T22:00:44.199Z Downloaded hyper-staticfile v0.10.1
4282026-07-10T22:00:44.202Z Downloaded darling_core v0.20.11
4292026-07-10T22:00:44.205Z Downloaded inout v0.1.4
4302026-07-10T22:00:44.205Z Downloaded ciborium v0.2.2
4312026-07-10T22:00:44.208Z Downloaded ff v0.13.1
4322026-07-10T22:00:44.208Z Downloaded ena v0.14.4
4332026-07-10T22:00:44.208Z Downloaded darling_core v0.21.3
4342026-07-10T22:00:44.212Z Downloaded lru-slab v0.1.2
4352026-07-10T22:00:44.215Z Downloaded lru-cache v0.1.2
4362026-07-10T22:00:44.215Z Downloaded linkme-impl v0.3.35
4372026-07-10T22:00:44.215Z Downloaded either v1.15.0
4382026-07-10T22:00:44.215Z Downloaded libscf-sys v1.1.0
4392026-07-10T22:00:44.219Z Downloaded humantime v2.3.0
4402026-07-10T22:00:44.219Z Downloaded byteorder v1.5.0
4412026-07-10T22:00:44.219Z Downloaded bzip2 v0.4.4
4422026-07-10T22:00:44.219Z Downloaded blake2b_simd v1.0.4
4432026-07-10T22:00:44.222Z Downloaded bitflags v2.11.0
4442026-07-10T22:00:44.225Z Downloaded fixedbitset v0.4.2
4452026-07-10T22:00:44.225Z Downloaded console v0.16.2
4462026-07-10T22:00:44.225Z Downloaded cexpr v0.6.0
4472026-07-10T22:00:44.228Z Downloaded cargo_metadata v0.23.1
4482026-07-10T22:00:44.228Z Downloaded buf-list v1.1.2
4492026-07-10T22:00:44.231Z Downloaded anyhow v1.0.102
4502026-07-10T22:00:44.231Z Downloaded match_cfg v0.1.0
4512026-07-10T22:00:44.236Z Downloaded lzss v0.8.2
4522026-07-10T22:00:44.236Z Downloaded lru v0.12.5
4532026-07-10T22:00:44.236Z Downloaded half v1.8.3
4542026-07-10T22:00:44.236Z Downloaded ingot v0.1.1
4552026-07-10T22:00:44.238Z Downloaded ar_archive_writer v0.5.1
4562026-07-10T22:00:44.241Z Downloaded maplit v1.0.2
4572026-07-10T22:00:44.241Z Downloaded managed v0.8.0
4582026-07-10T22:00:44.241Z Downloaded macaddr v1.0.1
4592026-07-10T22:00:44.243Z Downloaded ipnetwork v0.21.1
4602026-07-10T22:00:44.243Z Downloaded miette-derive v5.10.0
4612026-07-10T22:00:44.246Z Downloaded md5 v0.8.0
4622026-07-10T22:00:44.246Z Downloaded md-5 v0.10.6
4632026-07-10T22:00:44.246Z Downloaded elliptic-curve v0.14.0-rc.33
4642026-07-10T22:00:44.248Z Downloaded cc v1.2.56
4652026-07-10T22:00:44.251Z Downloaded maybe-uninit v2.0.0
4662026-07-10T22:00:44.252Z Downloaded httptest v0.16.4
4672026-07-10T22:00:44.254Z Downloaded instability v0.3.11
4682026-07-10T22:00:44.254Z Downloaded indoc v2.0.7
4692026-07-10T22:00:44.257Z Downloaded impl-trait-for-tuples v0.2.3
4702026-07-10T22:00:44.257Z Downloaded memoffset v0.9.1
4712026-07-10T22:00:44.260Z Downloaded libefi-sys v0.1.0
4722026-07-10T22:00:44.260Z Downloaded keccak v0.2.0
4732026-07-10T22:00:44.260Z Downloaded jobserver v0.1.34
4742026-07-10T22:00:44.263Z Downloaded newline-converter v0.3.0
4752026-07-10T22:00:44.263Z Downloaded nested v0.1.1
4762026-07-10T22:00:44.263Z Downloaded hmac v0.13.0
4772026-07-10T22:00:44.266Z Downloaded multimap v0.10.1
4782026-07-10T22:00:44.266Z Downloaded mime v0.3.17
4792026-07-10T22:00:44.266Z Downloaded new_debug_unreachable v1.0.6
4802026-07-10T22:00:44.269Z Downloaded futures v0.3.32
4812026-07-10T22:00:44.272Z Downloaded newtype_derive v0.1.6
4822026-07-10T22:00:44.272Z Downloaded httparse v1.10.1
4832026-07-10T22:00:44.275Z Downloaded hmac v0.12.1
4842026-07-10T22:00:44.275Z Downloaded crypto-bigint v0.5.5
4852026-07-10T22:00:44.278Z Downloaded normalize-line-endings v0.3.0
4862026-07-10T22:00:44.281Z Downloaded newtype-uuid-macros v0.1.0
4872026-07-10T22:00:44.281Z Downloaded linkme v0.3.35
4882026-07-10T22:00:44.284Z Downloaded libtest-mimic v0.8.1
4892026-07-10T22:00:44.284Z Downloaded half v2.7.1
4902026-07-10T22:00:44.286Z Downloaded darling_core v0.23.0
4912026-07-10T22:00:44.289Z Downloaded hybrid-array v0.4.13
4922026-07-10T22:00:44.289Z Downloaded nodrop v0.1.14
4932026-07-10T22:00:44.291Z Downloaded futures-channel v0.3.32
4942026-07-10T22:00:44.291Z Downloaded flume v0.11.1
4952026-07-10T22:00:44.295Z Downloaded nibble_vec v0.1.0
4962026-07-10T22:00:44.295Z Downloaded getrandom v0.4.1
4972026-07-10T22:00:44.298Z Downloaded num-derive v0.4.2
4982026-07-10T22:00:44.300Z Downloaded num-conv v0.2.0
4992026-07-10T22:00:44.300Z Downloaded num v0.4.3
5002026-07-10T22:00:44.300Z Downloaded generic-array v1.4.3
5012026-07-10T22:00:44.303Z Downloaded num-derive v0.3.3
5022026-07-10T22:00:44.303Z Downloaded linear-map v1.2.0
5032026-07-10T22:00:44.353Z Downloaded num-iter v0.1.45
5042026-07-10T22:00:44.355Z Downloaded hickory-client v0.25.2
5052026-07-10T22:00:44.355Z Downloaded bumpalo v3.20.2
5062026-07-10T22:00:44.355Z Downloaded ingot-types v0.1.2
5072026-07-10T22:00:44.355Z Downloaded lock_api v0.4.14
5082026-07-10T22:00:44.355Z Downloaded num_threads v0.1.7
5092026-07-10T22:00:44.355Z Downloaded ingot-macros v0.1.1
5102026-07-10T22:00:44.355Z Downloaded libsw-core v0.3.2
5112026-07-10T22:00:44.355Z Downloaded ed25519-dalek v2.2.0
5122026-07-10T22:00:44.355Z Downloaded aes v0.9.1
5132026-07-10T22:00:44.355Z Downloaded memmap v0.7.0
5142026-07-10T22:00:44.355Z Downloaded libloading v0.8.9
5152026-07-10T22:00:44.355Z Downloaded knuffel-derive v3.2.0
5162026-07-10T22:00:44.355Z Downloaded hyper-rustls v0.27.7
5172026-07-10T22:00:44.355Z Downloaded multer v3.1.0
5182026-07-10T22:00:44.355Z Downloaded ipnet v2.11.0
5192026-07-10T22:00:44.355Z Downloaded iana-time-zone v0.1.65
5202026-07-10T22:00:44.355Z Downloaded openssl-probe v0.1.6
5212026-07-10T22:00:44.355Z Downloaded openssl-macros v0.1.1
5222026-07-10T22:00:44.355Z Downloaded mime_guess v2.0.5
5232026-07-10T22:00:44.355Z Downloaded native-tls v0.2.18
5242026-07-10T22:00:44.356Z Downloaded olpc-cjson v0.1.4
5252026-07-10T22:00:44.356Z Downloaded nanorand v0.7.0
5262026-07-10T22:00:44.357Z Downloaded module-lattice v0.2.3
5272026-07-10T22:00:44.357Z Downloaded opaque-debug v0.3.1
5282026-07-10T22:00:44.357Z Downloaded getrandom v0.3.4
5292026-07-10T22:00:44.357Z Downloaded der v0.7.10
5302026-07-10T22:00:44.357Z Downloaded nonempty v0.12.0
5312026-07-10T22:00:44.357Z Downloaded fatfs v0.3.6
5322026-07-10T22:00:44.357Z Downloaded const_format v0.2.35
5332026-07-10T22:00:44.357Z Downloaded oso-derive v0.27.3
5342026-07-10T22:00:44.357Z Downloaded openssl-probe v0.2.1
5352026-07-10T22:00:44.357Z Downloaded newtype-uuid v1.3.2
5362026-07-10T22:00:44.357Z Downloaded flate2 v1.1.9
5372026-07-10T22:00:44.363Z Downloaded libsw v3.5.0
5382026-07-10T22:00:44.363Z Downloaded parking v2.2.1
5392026-07-10T22:00:44.363Z Downloaded diesel_derives v2.3.7
5402026-07-10T22:00:44.363Z Downloaded litrs v1.0.0
5412026-07-10T22:00:44.363Z Downloaded nu-ansi-term v0.50.3
5422026-07-10T22:00:44.366Z Downloaded icu_properties v2.1.2
5432026-07-10T22:00:44.366Z Downloaded ignore v0.4.25
5442026-07-10T22:00:44.366Z Downloaded litemap v0.8.1
5452026-07-10T22:00:44.369Z Downloaded indexmap v1.9.3
5462026-07-10T22:00:44.372Z Downloaded packed_struct_codegen v0.10.1
5472026-07-10T22:00:44.372Z Downloaded derive_more-impl v2.1.1
5482026-07-10T22:00:44.374Z Downloaded derive_more v2.1.1
5492026-07-10T22:00:44.380Z Downloaded pathdiff v0.2.3
5502026-07-10T22:00:44.383Z Downloaded password-hash v0.6.1
5512026-07-10T22:00:44.383Z Downloaded num_enum_derive v0.7.6
5522026-07-10T22:00:44.383Z Downloaded percent-encoding v2.3.2
5532026-07-10T22:00:44.385Z Downloaded path-slash v0.1.5
5542026-07-10T22:00:44.385Z Downloaded num_enum_derive v0.5.11
5552026-07-10T22:00:44.385Z Downloaded expectorate v1.2.0
5562026-07-10T22:00:44.388Z Downloaded aes-gcm v0.11.0
5572026-07-10T22:00:44.390Z Downloaded num_enum v0.7.6
5582026-07-10T22:00:44.393Z Downloaded memmap2 v0.9.10
5592026-07-10T22:00:44.393Z Downloaded libbz2-rs-sys v0.2.2
5602026-07-10T22:00:44.396Z Downloaded ed25519-dalek v3.0.0-rc.0
5612026-07-10T22:00:44.399Z Downloaded ml-kem v0.3.2
5622026-07-10T22:00:44.399Z Downloaded peg-runtime v0.8.5
5632026-07-10T22:00:44.401Z Downloaded num_enum v0.5.11
5642026-07-10T22:00:44.404Z Downloaded phf_shared v0.12.1
5652026-07-10T22:00:44.404Z Downloaded parse-size v1.1.0
5662026-07-10T22:00:44.405Z Downloaded parse-display v0.10.0
5672026-07-10T22:00:44.407Z Downloaded num-integer v0.1.46
5682026-07-10T22:00:44.407Z Downloaded fancy-regex v0.14.0
5692026-07-10T22:00:44.410Z Downloaded num-complex v0.4.6
5702026-07-10T22:00:44.410Z Downloaded icu_provider v2.1.1
5712026-07-10T22:00:44.413Z Downloaded headers v0.4.1
5722026-07-10T22:00:44.415Z Downloaded bytecount v0.6.9
5732026-07-10T22:00:44.415Z Downloaded bitflags v1.3.2
5742026-07-10T22:00:44.418Z Downloaded bit-vec v0.8.0
5752026-07-10T22:00:44.419Z Downloaded phf_shared v0.13.1
5762026-07-10T22:00:44.422Z Downloaded phf_shared v0.11.3
5772026-07-10T22:00:44.422Z Downloaded oxnet v0.1.6
5782026-07-10T22:00:44.422Z Downloaded oxide-tokio-rt v0.1.4
5792026-07-10T22:00:44.425Z Downloaded owo-colors v3.5.0
5802026-07-10T22:00:44.425Z Downloaded plotters-svg v0.3.7
5812026-07-10T22:00:44.425Z Downloaded backoff v0.4.0
5822026-07-10T22:00:44.428Z Downloaded packed_struct v0.10.1
5832026-07-10T22:00:44.430Z Downloaded icu_normalizer v2.1.1
5842026-07-10T22:00:44.433Z Downloaded log v0.4.29
5852026-07-10T22:00:44.439Z Downloaded plotters-backend v0.3.7
5862026-07-10T22:00:44.441Z Downloaded heapless v0.7.17
5872026-07-10T22:00:44.444Z Downloaded num-rational v0.4.2
5882026-07-10T22:00:44.444Z Downloaded hickory-resolver v0.24.4
5892026-07-10T22:00:44.447Z Downloaded heapless v0.8.0
5902026-07-10T22:00:44.450Z Downloaded path-tree v0.8.3
5912026-07-10T22:00:44.450Z Downloaded plain v0.2.3
5922026-07-10T22:00:44.453Z Downloaded parking_lot_core v0.8.6
5932026-07-10T22:00:44.453Z Downloaded potential_utf v0.1.4
5942026-07-10T22:00:44.453Z Downloaded password-hash v0.5.0
5952026-07-10T22:00:44.456Z Downloaded pretty-hex v0.4.1
5962026-07-10T22:00:44.456Z Downloaded precomputed-hash v0.1.1
5972026-07-10T22:00:44.456Z Downloaded predicates-tree v1.0.13
5982026-07-10T22:00:44.460Z Downloaded predicates-core v1.0.10
5992026-07-10T22:00:44.460Z Downloaded pem-rfc7468 v1.0.0
6002026-07-10T22:00:44.460Z Downloaded pem v3.0.6
6012026-07-10T22:00:44.464Z Downloaded paste v1.0.15
6022026-07-10T22:00:44.464Z Downloaded knuffel v3.2.0
6032026-07-10T22:00:44.464Z Downloaded partial-io v0.5.4
6042026-07-10T22:00:44.467Z Downloaded parse-display-derive v0.10.0
6052026-07-10T22:00:44.467Z Downloaded peg-macros v0.8.5
6062026-07-10T22:00:44.470Z Downloaded pbkdf2 v0.13.0
6072026-07-10T22:00:44.470Z Downloaded oorandom v11.1.5
6082026-07-10T22:00:44.472Z Downloaded proc-macro-crate v1.3.1
6092026-07-10T22:00:44.472Z Downloaded pin-project-internal v1.1.11
6102026-07-10T22:00:44.472Z Downloaded proc-macro-error-attr v1.0.4
6112026-07-10T22:00:44.475Z Downloaded once_cell v1.21.3
6122026-07-10T22:00:44.477Z Downloaded proc-macro-error-attr2 v2.0.0
6132026-07-10T22:00:44.480Z Downloaded phf v0.13.1
6142026-07-10T22:00:44.483Z Downloaded icu_normalizer_data v2.1.1
6152026-07-10T22:00:44.486Z Downloaded criterion v0.7.0
6162026-07-10T22:00:44.489Z Downloaded phf v0.12.1
6172026-07-10T22:00:44.489Z Downloaded crossterm v0.28.1
6182026-07-10T22:00:44.494Z Downloaded quick-error v1.2.3
6192026-07-10T22:00:44.496Z Downloaded hashbrown v0.13.2
6202026-07-10T22:00:44.496Z Downloaded progenitor-client v0.14.0
6212026-07-10T22:00:44.498Z Downloaded owo-colors v4.3.0
6222026-07-10T22:00:44.498Z Downloaded pin-project-lite v0.2.17
6232026-07-10T22:00:44.501Z Downloaded psl-types v2.0.11
6242026-07-10T22:00:44.504Z Downloaded indicatif v0.18.4
6252026-07-10T22:00:44.506Z Downloaded icu_collections v2.1.1
6262026-07-10T22:00:44.508Z Downloaded der v0.8.0
6272026-07-10T22:00:44.511Z Downloaded pkg-config v0.3.32
6282026-07-10T22:00:44.514Z Downloaded progenitor-macro v0.13.0
6292026-07-10T22:00:44.517Z Downloaded poly1305 v0.8.0
6302026-07-10T22:00:44.517Z Downloaded progenitor-macro v0.14.0
6312026-07-10T22:00:44.519Z Downloaded parking_lot_core v0.9.12
6322026-07-10T22:00:44.519Z Downloaded pem-rfc7468 v0.7.0
6332026-07-10T22:00:44.522Z Downloaded peg v0.8.5
6342026-07-10T22:00:44.524Z Downloaded predicates v3.1.4
6352026-07-10T22:00:44.524Z Downloaded radium v0.7.0
6362026-07-10T22:00:44.527Z Downloaded ppv-lite86 v0.2.21
6372026-07-10T22:00:44.527Z Downloaded polyval v0.7.1
6382026-07-10T22:00:44.532Z Downloaded postgres-protocol v0.6.10
6392026-07-10T22:00:44.532Z Downloaded powerfmt v0.2.0
6402026-07-10T22:00:44.532Z Downloaded pest_derive v2.8.6
6412026-07-10T22:00:44.535Z Downloaded jiff-static v0.2.21
6422026-07-10T22:00:44.535Z Downloaded parking_lot v0.11.2
6432026-07-10T22:00:44.538Z Downloaded proc-macro-crate v3.4.0
6442026-07-10T22:00:44.538Z Downloaded phc v0.6.1
6452026-07-10T22:00:44.538Z Downloaded parking_lot v0.12.5
6462026-07-10T22:00:44.540Z Downloaded rand_xorshift v0.4.0
6472026-07-10T22:00:44.543Z Downloaded omicron-zone-package v0.12.3
6482026-07-10T22:00:44.546Z Downloaded primefield v0.14.0
6492026-07-10T22:00:44.546Z Downloaded proc-macro-error v1.0.4
6502026-07-10T22:00:44.564Z Downloaded primeorder v0.14.0-rc.10
6512026-07-10T22:00:44.564Z Downloaded primeorder v0.13.6
6522026-07-10T22:00:44.568Z Downloaded pkcs1 v0.8.0-rc.4
6532026-07-10T22:00:44.568Z Downloaded rand_chacha v0.3.1
6542026-07-10T22:00:44.568Z Downloaded pest_generator v2.8.6
6552026-07-10T22:00:44.568Z Downloaded http v1.4.2
6562026-07-10T22:00:44.568Z Downloaded pkcs1 v0.7.5
6572026-07-10T22:00:44.568Z Downloaded miniz_oxide v0.8.9
6582026-07-10T22:00:44.568Z Downloaded ref-cast v1.0.25
6592026-07-10T22:00:44.568Z Downloaded recursive-proc-macro-impl v0.1.1
6602026-07-10T22:00:44.568Z Downloaded oso v0.27.3
6612026-07-10T22:00:44.568Z Downloaded ref-cast-impl v1.0.25
6622026-07-10T22:00:44.568Z Downloaded crossterm v0.29.0
6632026-07-10T22:00:44.571Z Downloaded pkcs8 v0.10.2
6642026-07-10T22:00:44.571Z Downloaded hashbrown v0.12.3
6652026-07-10T22:00:44.574Z Downloaded progenitor-extras v0.2.0
6662026-07-10T22:00:44.577Z Downloaded progenitor v0.14.0
6672026-07-10T22:00:44.577Z Downloaded progenitor v0.13.0
6682026-07-10T22:00:44.577Z Downloaded pkcs8 v0.11.0
6692026-07-10T22:00:44.580Z Downloaded papergrid v0.11.0
6702026-07-10T22:00:44.583Z Downloaded quote v1.0.45
6712026-07-10T22:00:44.586Z Downloaded rfc6979 v0.4.0
6722026-07-10T22:00:44.586Z Downloaded papergrid v0.17.0
6732026-07-10T22:00:44.588Z Downloaded r2d2 v0.8.10
6742026-07-10T22:00:44.590Z Downloaded progenitor-client v0.13.0
6752026-07-10T22:00:44.590Z Downloaded poly1305 v0.9.0
6762026-07-10T22:00:44.593Z Downloaded rtoolbox v0.0.3
6772026-07-10T22:00:44.593Z Downloaded rfc6979 v0.5.0
6782026-07-10T22:00:44.593Z Downloaded psm v0.1.30
6792026-07-10T22:00:44.596Z Downloaded num-traits v0.2.19
6802026-07-10T22:00:44.598Z Downloaded hickory-server v0.25.2
6812026-07-10T22:00:44.601Z Downloaded dropshot-api-manager v0.7.2
6822026-07-10T22:00:44.604Z Downloaded rand_core v0.10.0
6832026-07-10T22:00:44.604Z Downloaded rustc_version v0.1.7
6842026-07-10T22:00:44.606Z Downloaded rustc-hash v2.1.1
6852026-07-10T22:00:44.606Z Downloaded russh-cryptovec v0.61.0
6862026-07-10T22:00:44.606Z Downloaded rand_chacha v0.9.0
6872026-07-10T22:00:44.609Z Downloaded rustc_version v0.4.1
6882026-07-10T22:00:44.609Z Downloaded hickory-resolver v0.25.2
6892026-07-10T22:00:44.612Z Downloaded rand_seeder v0.4.0
6902026-07-10T22:00:44.614Z Downloaded postgres-types v0.2.12
6912026-07-10T22:00:44.617Z Downloaded icu_locale_core v2.1.1
6922026-07-10T22:00:44.617Z Downloaded minimal-lexical v0.2.1
6932026-07-10T22:00:44.620Z Downloaded recursive v0.1.1
6942026-07-10T22:00:44.622Z Downloaded pin-project v1.1.11
6952026-07-10T22:00:44.626Z Downloaded russh-util v0.52.0
6962026-07-10T22:00:44.630Z Downloaded resolv-conf v0.7.6
6972026-07-10T22:00:44.630Z Downloaded rand_core v0.9.5
6982026-07-10T22:00:44.630Z Downloaded rand_core v0.6.4
6992026-07-10T22:00:44.637Z Downloaded p384 v0.14.0-rc.10
7002026-07-10T22:00:44.637Z Downloaded proc-macro-error2 v2.0.1
7012026-07-10T22:00:44.640Z Downloaded p256 v0.14.0-rc.10
7022026-07-10T22:00:44.645Z Downloaded pkcs5 v0.8.1
7032026-07-10T22:00:44.649Z Downloaded sapling-renderdag v0.1.0
7042026-07-10T22:00:44.653Z Downloaded same-file v1.0.6
7052026-07-10T22:00:44.653Z Downloaded indexmap v2.14.0
7062026-07-10T22:00:44.659Z Downloaded secrecy v0.10.3
7072026-07-10T22:00:44.663Z Downloaded itertools v0.10.5
7082026-07-10T22:00:44.663Z Downloaded miette v5.10.0
7092026-07-10T22:00:44.667Z Downloaded secrecy v0.8.0
7102026-07-10T22:00:44.667Z Downloaded scroll_derive v0.13.1
7112026-07-10T22:00:44.670Z Downloaded scroll_derive v0.12.1
7122026-07-10T22:00:44.670Z Downloaded scopeguard v1.2.0
7132026-07-10T22:00:44.670Z Downloaded rust-argon2 v2.1.0
7142026-07-10T22:00:44.674Z Downloaded seq-macro v0.3.6
7152026-07-10T22:00:44.677Z Downloaded semver v0.1.20
7162026-07-10T22:00:44.677Z Downloaded prefix-trie v0.7.0
7172026-07-10T22:00:44.681Z Downloaded serde_plain v1.0.2
7182026-07-10T22:00:44.681Z Downloaded serde_repr v0.1.20
7192026-07-10T22:00:44.681Z Downloaded serde_regex v1.1.0
7202026-07-10T22:00:44.686Z Downloaded serde_bytes v0.11.19
7212026-07-10T22:00:44.687Z Downloaded postcard v1.1.3
7222026-07-10T22:00:44.687Z Downloaded rustversion v1.0.22
7232026-07-10T22:00:44.691Z Downloaded serde-big-array v0.5.1
7242026-07-10T22:00:44.691Z Downloaded proc-macro2 v1.0.106
7252026-07-10T22:00:44.694Z Downloaded hyper-util v0.1.20
7262026-07-10T22:00:44.698Z Downloaded pest_meta v2.8.6
7272026-07-10T22:00:44.698Z Downloaded rustls-native-certs v0.8.3
7282026-07-10T22:00:44.702Z Downloaded rusty-fork v0.3.1
7292026-07-10T22:00:44.702Z Downloaded rustc-demangle v0.1.27
7302026-07-10T22:00:44.705Z Downloaded serde_spanned v0.6.9
7312026-07-10T22:00:44.709Z Downloaded serde_urlencoded v0.7.1
7322026-07-10T22:00:44.712Z Downloaded sha1 v0.10.6
7332026-07-10T22:00:44.712Z Downloaded num-bigint v0.4.6
7342026-07-10T22:00:44.716Z Downloaded hashbrown v0.14.5
7352026-07-10T22:00:44.719Z Downloaded relative-path v1.9.3
7362026-07-10T22:00:44.719Z Downloaded quinn-udp v0.5.14
7372026-07-10T22:00:44.722Z Downloaded openssl-sys v0.9.115
7382026-07-10T22:00:44.726Z Downloaded sha1 v0.11.0
7392026-07-10T22:00:44.726Z Downloaded clap_builder v4.6.0
7402026-07-10T22:00:44.729Z Downloaded scheduled-thread-pool v0.2.7
7412026-07-10T22:00:44.734Z Downloaded rustls-pemfile v2.2.0
7422026-07-10T22:00:44.734Z Downloaded shell-words v1.1.1
7432026-07-10T22:00:44.734Z Downloaded signal-hook-mio v0.2.5
7442026-07-10T22:00:44.734Z Downloaded signature v2.2.0
7452026-07-10T22:00:44.738Z Downloaded schemars_derive v0.8.22
7462026-07-10T22:00:44.738Z Downloaded signal-hook-tokio v0.3.1
7472026-07-10T22:00:44.738Z Downloaded scrypt v0.12.0
7482026-07-10T22:00:44.738Z Downloaded sec1 v0.7.3
7492026-07-10T22:00:44.741Z Downloaded mio v1.2.0
7502026-07-10T22:00:44.744Z Downloaded internal-russh-num-bigint v0.5.0
7512026-07-10T22:00:44.748Z Downloaded scroll v0.13.0
7522026-07-10T22:00:44.748Z Downloaded scroll v0.12.0
7532026-07-10T22:00:44.748Z Downloaded sigpipe v0.1.3
7542026-07-10T22:00:44.751Z Downloaded siphasher v1.0.2
7552026-07-10T22:00:44.751Z Downloaded memchr v2.8.0
7562026-07-10T22:00:44.754Z Downloaded signature v3.0.0
7572026-07-10T22:00:44.755Z Downloaded hashbrown v0.15.5
7582026-07-10T22:00:44.760Z Downloaded sec1 v0.8.1
7592026-07-10T22:00:44.764Z Downloaded similar-asserts v1.7.0
7602026-07-10T22:00:44.767Z Downloaded rcgen v0.12.1
7612026-07-10T22:00:44.767Z Downloaded serde-hex v0.1.0
7622026-07-10T22:00:44.771Z Downloaded pretty_assertions v1.4.1
7632026-07-10T22:00:44.771Z Downloaded serde_spanned v1.1.1
7642026-07-10T22:00:44.774Z Downloaded slog-bunyan v2.5.0
7652026-07-10T22:00:44.778Z Downloaded slog-envlogger v2.2.0
7662026-07-10T22:00:44.782Z Downloaded serde_with_macros v1.5.2
7672026-07-10T22:00:44.785Z Downloaded serde_derive_internals v0.29.1
7682026-07-10T22:00:44.789Z Downloaded serde_tokenstream v0.2.3
7692026-07-10T22:00:44.789Z Downloaded idna v1.1.0
7702026-07-10T22:00:44.792Z Downloaded smawk v0.3.2
7712026-07-10T22:00:44.793Z Downloaded serdect v0.4.3
7722026-07-10T22:00:44.793Z Downloaded sha2 v0.10.9
7732026-07-10T22:00:44.796Z Downloaded crypto-primes v0.7.2
7742026-07-10T22:00:44.801Z Downloaded shlex v1.3.0
7752026-07-10T22:00:44.808Z Downloaded progenitor-impl v0.14.0
7762026-07-10T22:00:44.812Z Downloaded iri-string v0.7.10
7772026-07-10T22:00:44.815Z Downloaded rand_distr v0.5.1
7782026-07-10T22:00:44.819Z Downloaded serde_cbor v0.11.2
7792026-07-10T22:00:44.819Z Downloaded semver v1.0.28
7802026-07-10T22:00:44.822Z Downloaded stable_deref_trait v1.2.1
7812026-07-10T22:00:44.822Z Downloaded progenitor-impl v0.13.0
7822026-07-10T22:00:44.825Z Downloaded sqlparser_derive v0.5.0
7832026-07-10T22:00:44.826Z Downloaded signal-hook-registry v1.4.8
7842026-07-10T22:00:44.826Z Downloaded prettyplease v0.2.37
7852026-07-10T22:00:44.830Z Downloaded structmeta-derive v0.3.0
7862026-07-10T22:00:44.830Z Downloaded structmeta v0.3.0
7872026-07-10T22:00:44.830Z Downloaded guppy v0.17.25
7882026-07-10T22:00:44.833Z Downloaded hashbrown v0.17.0
7892026-07-10T22:00:44.837Z Downloaded rstest v0.25.0
7902026-07-10T22:00:44.840Z Downloaded slog-async v2.8.0
7912026-07-10T22:00:44.840Z Downloaded strsim v0.11.1
7922026-07-10T22:00:44.844Z Downloaded slab v0.4.12
7932026-07-10T22:00:44.844Z Downloaded nom v7.1.3
7942026-07-10T22:00:44.847Z Downloaded rustls-platform-verifier v0.6.2
7952026-07-10T22:00:44.852Z Downloaded salsa20 v0.11.0
7962026-07-10T22:00:44.852Z Downloaded itertools v0.13.0
7972026-07-10T22:00:44.855Z Downloaded strum v0.27.2
7982026-07-10T22:00:44.855Z Downloaded strum v0.26.3
7992026-07-10T22:00:44.855Z Downloaded itertools v0.12.1
8002026-07-10T22:00:44.859Z Downloaded subtle v2.6.1
8012026-07-10T22:00:44.862Z Downloaded schemars v0.8.22
8022026-07-10T22:00:44.866Z Downloaded sync-ptr v0.1.4
8032026-07-10T22:00:44.870Z Downloaded supports-hyperlinks v2.1.0
8042026-07-10T22:00:44.870Z Downloaded ron v0.8.1
8052026-07-10T22:00:44.872Z Downloaded rayon-core v1.13.0
8062026-07-10T22:00:44.875Z Downloaded p521 v0.14.0-rc.10
8072026-07-10T22:00:44.878Z Downloaded snafu-derive v0.8.9
8082026-07-10T22:00:44.878Z Downloaded swrite v0.1.0
8092026-07-10T22:00:44.878Z Downloaded smf v0.2.3
8102026-07-10T22:00:44.882Z Downloaded sync_wrapper v1.0.2
8112026-07-10T22:00:44.882Z Downloaded slog-stdlog v4.1.1
8122026-07-10T22:00:44.882Z Downloaded blake3 v1.8.5
8132026-07-10T22:00:44.886Z Downloaded tabled_derive v0.7.0
8142026-07-10T22:00:44.889Z Downloaded spki v0.8.0
8152026-07-10T22:00:44.889Z Downloaded sqlformat v0.3.5
8162026-07-10T22:00:44.893Z Downloaded spki v0.7.3
8172026-07-10T22:00:44.893Z Downloaded rand v0.8.6
8182026-07-10T22:00:44.896Z Downloaded tap v1.0.1
8192026-07-10T22:00:44.897Z Downloaded take_mut v0.2.2
8202026-07-10T22:00:44.898Z Downloaded tagptr v0.2.0
8212026-07-10T22:00:44.898Z Downloaded static_assertions v1.1.0
8222026-07-10T22:00:44.902Z Downloaded rustls-pki-types v1.14.0
8232026-07-10T22:00:44.902Z Downloaded hashbrown v0.16.1
8242026-07-10T22:00:44.905Z Downloaded serde_core v1.0.228
8252026-07-10T22:00:44.905Z Downloaded rstest_macros v0.25.0
8262026-07-10T22:00:44.909Z Downloaded tabwriter v1.4.1
8272026-07-10T22:00:44.909Z Downloaded target-triple v1.0.0
8282026-07-10T22:00:44.909Z Downloaded qorb v0.4.1
8292026-07-10T22:00:44.912Z Downloaded terminal_size v0.1.17
8302026-07-10T22:00:44.912Z Downloaded stringmetrics v2.2.2
8312026-07-10T22:00:44.915Z Downloaded string_cache v0.8.9
8322026-07-10T22:00:44.916Z Downloaded strum_macros v0.26.4
8332026-07-10T22:00:44.919Z Downloaded terminal_size v0.4.3
8342026-07-10T22:00:44.919Z Downloaded strum_macros v0.24.3
8352026-07-10T22:00:44.919Z Downloaded slog-dtrace v0.3.0
8362026-07-10T22:00:44.919Z Downloaded tabled_derive v0.11.0
8372026-07-10T22:00:44.922Z Downloaded stringprep v0.1.5
8382026-07-10T22:00:44.922Z Downloaded itertools v0.14.0
8392026-07-10T22:00:44.926Z Downloaded support-bundle-viewer v0.1.2
8402026-07-10T22:00:44.930Z Downloaded smallvec v1.15.1
8412026-07-10T22:00:44.930Z Downloaded termtree v0.5.1
8422026-07-10T22:00:44.930Z Downloaded libxml v0.3.3
8432026-07-10T22:00:44.933Z Downloaded schemars v0.9.0
8442026-07-10T22:00:44.940Z Downloaded thread-id v4.2.2
8452026-07-10T22:00:44.943Z Downloaded testing_table v0.3.0
8462026-07-10T22:00:44.945Z Downloaded synstructure v0.13.2
8472026-07-10T22:00:44.945Z Downloaded spin v0.9.8
8482026-07-10T22:00:44.948Z Downloaded signal-hook v0.3.18
8492026-07-10T22:00:44.948Z Downloaded num-bigint-dig v0.8.6
8502026-07-10T22:00:44.952Z Downloaded goblin v0.8.2
8512026-07-10T22:00:44.955Z Downloaded time-core v0.1.8
8522026-07-10T22:00:44.955Z Downloaded similar v2.7.0
8532026-07-10T22:00:44.958Z Downloaded tokio-macros v2.7.0
8542026-07-10T22:00:44.958Z Downloaded tinyvec_macros v0.1.1
8552026-07-10T22:00:44.958Z Downloaded target-lexicon v0.13.3
8562026-07-10T22:00:44.962Z Downloaded h2 v0.4.15
8572026-07-10T22:00:44.965Z Downloaded aws-lc-rs v1.16.3
8582026-07-10T22:00:44.969Z Downloaded target-spec v3.5.7
8592026-07-10T22:00:44.972Z Downloaded publicsuffix v2.3.0
8602026-07-10T22:00:44.972Z Downloaded rustls-webpki v0.103.13
8612026-07-10T22:00:44.976Z Downloaded samael v0.0.19
8622026-07-10T22:00:44.979Z Downloaded serde_yaml v0.9.34+deprecated
8632026-07-10T22:00:44.982Z Downloaded libm v0.2.16
8642026-07-10T22:00:44.986Z Downloaded termcolor v1.4.1
8652026-07-10T22:00:44.989Z Downloaded strum_macros v0.27.2
8662026-07-10T22:00:44.989Z Downloaded topological-sort v0.2.2
8672026-07-10T22:00:44.990Z Downloaded bindgen v0.71.1
8682026-07-10T22:00:44.994Z Downloaded tower-service v0.3.3
8692026-07-10T22:00:44.997Z Downloaded tower-layer v0.3.3
8702026-07-10T22:00:44.999Z Downloaded toml_write v0.1.2
8712026-07-10T22:00:44.999Z Downloaded toml_datetime v0.6.11
8722026-07-10T22:00:45.004Z Downloaded thiserror v1.0.69
8732026-07-10T22:00:45.004Z Downloaded termios v0.3.3
8742026-07-10T22:00:45.004Z Downloaded rsa v0.9.10
8752026-07-10T22:00:45.008Z Downloaded thiserror-impl v2.0.18
8762026-07-10T22:00:45.009Z Downloaded socket2 v0.6.3
8772026-07-10T22:00:45.013Z Downloaded try-lock v0.2.5
8782026-07-10T22:00:45.013Z Downloaded thread-id v5.1.0
8792026-07-10T22:00:45.013Z Downloaded thiserror-no-std v2.0.2
8802026-07-10T22:00:45.013Z Downloaded thiserror-impl-no-std v2.0.2
8812026-07-10T22:00:45.017Z Downloaded thiserror-impl v1.0.69
8822026-07-10T22:00:45.017Z Downloaded pest v2.8.6
8832026-07-10T22:00:45.020Z Downloaded thiserror v2.0.18
8842026-07-10T22:00:45.023Z Downloaded tinystr v0.8.2
8852026-07-10T22:00:45.023Z Downloaded typify-macro v0.6.2
8862026-07-10T22:00:45.023Z Downloaded trait-variant v0.1.2
8872026-07-10T22:00:45.026Z Downloaded unicode-linebreak v0.1.5
8882026-07-10T22:00:45.026Z Downloaded bitvec v1.0.1
8892026-07-10T22:00:45.033Z Downloaded universal-hash v0.5.1
8902026-07-10T22:00:45.037Z Downloaded unit-prefix v0.5.2
8912026-07-10T22:00:45.037Z Downloaded slog v2.8.2
8922026-07-10T22:00:45.039Z Downloaded unicode-xid v0.2.6
8932026-07-10T22:00:45.040Z Downloaded tempfile v3.25.0
8942026-07-10T22:00:45.043Z Downloaded tls_codec_derive v0.4.2
8952026-07-10T22:00:45.043Z Downloaded subprocess v0.2.15
8962026-07-10T22:00:45.047Z Downloaded tls_codec v0.4.2
8972026-07-10T22:00:45.047Z Downloaded unicode-truncate v1.1.0
8982026-07-10T22:00:45.047Z Downloaded unarray v0.1.4
8992026-07-10T22:00:45.050Z Downloaded universal-hash v0.6.1
9002026-07-10T22:00:45.050Z Downloaded tokio-tungstenite v0.23.1
9012026-07-10T22:00:45.050Z Downloaded untrusted v0.9.0
9022026-07-10T22:00:45.053Z Downloaded tokio-tungstenite v0.21.0
9032026-07-10T22:00:45.053Z Downloaded tokio-native-tls v0.3.1
9042026-07-10T22:00:45.057Z Downloaded untrusted v0.7.1
9052026-07-10T22:00:45.057Z Downloaded toml_writer v1.1.1+spec-1.1.0
9062026-07-10T22:00:45.057Z Downloaded rand v0.9.2
9072026-07-10T22:00:45.060Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9082026-07-10T22:00:45.060Z Downloaded iddqd v0.4.2
9092026-07-10T22:00:45.065Z Downloaded usdt-macro v0.6.0
9102026-07-10T22:00:45.068Z Downloaded usdt-macro v0.5.0
9112026-07-10T22:00:45.068Z Downloaded snafu v0.8.9
9122026-07-10T22:00:45.073Z Downloaded usdt v0.6.0
9132026-07-10T22:00:45.073Z Downloaded chrono v0.4.44
9142026-07-10T22:00:45.076Z Downloaded utf8parse v0.2.2
9152026-07-10T22:00:45.079Z Downloaded utf-8 v0.7.6
9162026-07-10T22:00:45.079Z Downloaded utf8_iter v1.0.4
9172026-07-10T22:00:45.080Z Downloaded usdt-attr-macro v0.6.0
9182026-07-10T22:00:45.080Z Downloaded usdt-attr-macro v0.5.0
9192026-07-10T22:00:45.080Z Downloaded usdt v0.5.0
9202026-07-10T22:00:45.083Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9212026-07-10T22:00:45.083Z Downloaded term v1.2.1
9222026-07-10T22:00:45.083Z Downloaded unicase v2.9.0
9232026-07-10T22:00:45.086Z Downloaded tokio-dtrace v0.1.1
9242026-07-10T22:00:45.086Z Downloaded tinytemplate v1.2.1
9252026-07-10T22:00:45.087Z Downloaded tiny-keccak v2.0.2
9262026-07-10T22:00:45.090Z Downloaded term v0.7.0
9272026-07-10T22:00:45.090Z Downloaded version_check v0.9.5
9282026-07-10T22:00:45.093Z Downloaded hkdf v0.13.0
9292026-07-10T22:00:45.093Z Downloaded time-macros v0.2.27
9302026-07-10T22:00:45.096Z Downloaded waitgroup v0.1.2
9312026-07-10T22:00:45.097Z Downloaded thread_local v1.1.9
9322026-07-10T22:00:45.097Z Downloaded wait-timeout v0.2.1
9332026-07-10T22:00:45.097Z Downloaded serde v1.0.228
9342026-07-10T22:00:45.100Z Downloaded socket2 v0.5.10
9352026-07-10T22:00:45.100Z Downloaded tokio-test v0.4.5
9362026-07-10T22:00:45.103Z Downloaded serde_derive v1.0.228
9372026-07-10T22:00:45.103Z Downloaded schemars v1.2.1
9382026-07-10T22:00:45.112Z Downloaded want v0.3.1
9392026-07-10T22:00:45.116Z Downloaded void v1.0.2
9402026-07-10T22:00:45.116Z Downloaded rustyline v14.0.0
9412026-07-10T22:00:45.119Z Downloaded smallvec v0.6.14
9422026-07-10T22:00:45.119Z Downloaded nom v8.0.0
9432026-07-10T22:00:45.123Z Downloaded serde_with v1.14.0
9442026-07-10T22:00:45.126Z Downloaded rsa v0.10.0-rc.18
9452026-07-10T22:00:45.132Z Downloaded usdt-impl v0.5.0
9462026-07-10T22:00:45.132Z Downloaded yoke-derive v0.8.1
9472026-07-10T22:00:45.132Z Downloaded toml_parser v1.1.2+spec-1.1.0
9482026-07-10T22:00:45.133Z Downloaded tokio-stream v0.1.18
9492026-07-10T22:00:45.136Z Downloaded xshell-macros v0.2.7
9502026-07-10T22:00:45.136Z Downloaded xattr v1.6.1
9512026-07-10T22:00:45.136Z Downloaded tokio-rustls v0.26.4
9522026-07-10T22:00:45.140Z Downloaded icu_properties_data v2.1.2
9532026-07-10T22:00:45.143Z Downloaded tracing-attributes v0.1.31
9542026-07-10T22:00:45.146Z Downloaded toml v0.8.23
9552026-07-10T22:00:45.147Z Downloaded test-strategy v0.4.5
9562026-07-10T22:00:45.150Z Downloaded zerofrom-derive v0.1.6
9572026-07-10T22:00:45.150Z Downloaded zerofrom v0.1.6
9582026-07-10T22:00:45.150Z Downloaded textwrap v0.16.2
9592026-07-10T22:00:45.154Z Downloaded zeroize_derive v1.4.3
9602026-07-10T22:00:45.154Z Downloaded rand v0.10.1
9612026-07-10T22:00:45.157Z Downloaded stacker v0.1.23
9622026-07-10T22:00:45.157Z Downloaded ssh-encoding v0.3.0-rc.9
9632026-07-10T22:00:45.157Z Downloaded ssh-cipher v0.3.0-rc.9
9642026-07-10T22:00:45.161Z Downloaded simd-adler32 v0.3.8
9652026-07-10T22:00:45.161Z Downloaded twox-hash v2.1.2
9662026-07-10T22:00:45.161Z Downloaded quinn v0.11.9
9672026-07-10T22:00:45.165Z Downloaded vergen-git2 v9.1.0
9682026-07-10T22:00:45.165Z Downloaded textwrap v0.15.2
9692026-07-10T22:00:45.170Z Downloaded hyper v1.10.1
9702026-07-10T22:00:45.170Z Downloaded zone_cfg_derive v0.3.1
9712026-07-10T22:00:45.175Z Downloaded unicode-properties v0.1.4
9722026-07-10T22:00:45.175Z Downloaded zone v0.3.1
9732026-07-10T22:00:45.175Z Downloaded vergen-lib v9.1.0
9742026-07-10T22:00:45.175Z Downloaded vergen-lib v0.1.6
9752026-07-10T22:00:45.178Z Downloaded hkdf v0.12.4
9762026-07-10T22:00:45.178Z Downloaded supports-unicode v2.1.0
9772026-07-10T22:00:45.179Z Downloaded supports-color v3.0.2
9782026-07-10T22:00:45.179Z Downloaded whoami v1.6.1
9792026-07-10T22:00:45.182Z Downloaded trybuild v1.0.116
9802026-07-10T22:00:45.182Z Downloaded tui-tree-widget v0.23.1
9812026-07-10T22:00:45.185Z Downloaded git2 v0.20.4
9822026-07-10T22:00:45.189Z Downloaded uzers v0.12.2
9832026-07-10T22:00:45.192Z Downloaded ucd-trie v0.1.7
9842026-07-10T22:00:45.192Z Downloaded toml v0.7.8
9852026-07-10T22:00:45.192Z Downloaded whoami v2.1.0
9862026-07-10T22:00:45.195Z Downloaded vsss-rs v3.3.4
9872026-07-10T22:00:45.195Z Downloaded walkdir v2.5.0
9882026-07-10T22:00:45.198Z Downloaded toml v1.1.2+spec-1.1.0
9892026-07-10T22:00:45.199Z Downloaded wyz v0.5.1
9902026-07-10T22:00:45.202Z Downloaded p384 v0.13.1
9912026-07-10T22:00:45.206Z Downloaded writeable v0.6.2
9922026-07-10T22:00:45.206Z Downloaded tar v0.4.45
9932026-07-10T22:00:45.209Z Downloaded tinyvec v1.10.0
9942026-07-10T22:00:45.209Z Downloaded supports-color v2.1.0
9952026-07-10T22:00:45.209Z Downloaded slog-json v2.6.1
9962026-07-10T22:00:45.209Z Downloaded sha2 v0.11.0
9972026-07-10T22:00:45.215Z Downloaded ryu v1.0.23
9982026-07-10T22:00:45.215Z Downloaded strsim v0.10.0
9992026-07-10T22:00:45.215Z Downloaded slog-scope v4.4.1
10002026-07-10T22:00:45.218Z Downloaded xshell v0.2.7
10012026-07-10T22:00:45.218Z Downloaded serde_with_macros v3.17.0
10022026-07-10T22:00:45.218Z Downloaded serde_path_to_error v0.1.20
10032026-07-10T22:00:45.218Z Downloaded strip-ansi-escapes v0.2.1
10042026-07-10T22:00:45.222Z Downloaded slog-term v2.9.2
10052026-07-10T22:00:45.222Z Downloaded zerovec-derive v0.11.2
10062026-07-10T22:00:45.223Z Downloaded futures-util v0.3.32
10072026-07-10T22:00:45.229Z Downloaded vergen v9.1.0
10082026-07-10T22:00:45.232Z Downloaded tungstenite v0.23.0
10092026-07-10T22:00:45.233Z Downloaded lalrpop v0.19.12
10102026-07-10T22:00:45.239Z Downloaded vergen-gitcl v1.0.8
10112026-07-10T22:00:45.243Z Downloaded usdt-impl v0.6.0
10122026-07-10T22:00:45.243Z Downloaded reedline v0.40.0
10132026-07-10T22:00:45.246Z Downloaded unsafe-libyaml v0.2.11
10142026-07-10T22:00:45.251Z Downloaded plotters v0.3.7
10152026-07-10T22:00:45.254Z Downloaded zmij v1.0.21
10162026-07-10T22:00:45.258Z Downloaded zerocopy-derive v0.7.35
10172026-07-10T22:00:45.258Z Downloaded tungstenite v0.21.0
10182026-07-10T22:00:45.261Z Downloaded reqwest v0.13.2
10192026-07-10T22:00:45.266Z Downloaded zstd-safe v7.2.4
10202026-07-10T22:00:45.266Z Downloaded unicode-ident v1.0.24
10212026-07-10T22:00:45.266Z Downloaded unicode-bidi v0.3.18
10222026-07-10T22:00:45.269Z Downloaded uuid v1.23.4
10232026-07-10T22:00:45.269Z Downloaded typify v0.6.2
10242026-07-10T22:00:45.273Z Downloaded rpassword v7.4.0
10252026-07-10T22:00:45.273Z Downloaded yoke v0.8.1
10262026-07-10T22:00:45.276Z Downloaded zeroize v1.8.2
10272026-07-10T22:00:45.276Z Downloaded steno v0.4.1
10282026-07-10T22:00:45.279Z Downloaded yasna v0.5.2
10292026-07-10T22:00:45.279Z Downloaded vte v0.14.1
10302026-07-10T22:00:45.279Z Downloaded goblin v0.10.5
10312026-07-10T22:00:45.284Z Downloaded tracing-core v0.1.36
10322026-07-10T22:00:45.288Z Downloaded zerocopy v0.6.6
10332026-07-10T22:00:45.288Z Downloaded reqwest v0.12.28
10342026-07-10T22:00:45.294Z Downloaded crypto-bigint v0.7.5
10352026-07-10T22:00:45.306Z Downloaded toml_edit v0.23.10+spec-1.0.0
10362026-07-10T22:00:45.309Z Downloaded regex v1.12.3
10372026-07-10T22:00:45.315Z Downloaded zstd v0.13.3
10382026-07-10T22:00:45.318Z Downloaded zopfli v0.8.3
10392026-07-10T22:00:45.322Z Downloaded rayon v1.11.0
10402026-07-10T22:00:45.325Z Downloaded tokio-postgres v0.7.16
10412026-07-10T22:00:45.335Z Downloaded toml_edit v0.19.15
10422026-07-10T22:00:45.345Z Downloaded toml_edit v0.22.27
10432026-07-10T22:00:45.351Z Downloaded yansi v1.0.1
10442026-07-10T22:00:45.351Z Downloaded curve25519-dalek v4.1.3
10452026-07-10T22:00:45.361Z Downloaded zerotrie v0.2.3
10462026-07-10T22:00:45.366Z Downloaded gimli v0.32.3
10472026-07-10T22:00:45.370Z Downloaded quick-xml v0.37.5
10482026-07-10T22:00:45.377Z Downloaded unicode_categories v0.1.1
10492026-07-10T22:00:45.384Z Downloaded moka v0.12.13
10502026-07-10T22:00:45.389Z Downloaded url v2.5.8
10512026-07-10T22:00:45.392Z Downloaded typed-path v0.9.3
10522026-07-10T22:00:45.396Z Downloaded zerocopy-derive v0.8.40
10532026-07-10T22:00:45.400Z Downloaded zip v0.6.6
10542026-07-10T22:00:45.403Z Downloaded typenum v1.20.1
10552026-07-10T22:00:45.411Z Downloaded x509-cert v0.2.5
10562026-07-10T22:00:45.415Z Downloaded ssh-key v0.7.0-rc.10
10572026-07-10T22:00:45.420Z Downloaded tower v0.5.3
10582026-07-10T22:00:45.425Z Downloaded portable-atomic v1.13.1
10592026-07-10T22:00:45.429Z Downloaded object v0.30.4
10602026-07-10T22:00:45.434Z Downloaded salty v0.3.0
10612026-07-10T22:00:45.442Z Downloaded serde_with v3.17.0
10622026-07-10T22:00:45.450Z Downloaded unicode-segmentation v1.12.0
10632026-07-10T22:00:45.454Z Downloaded proptest v1.10.0
10642026-07-10T22:00:45.458Z Downloaded serde_json v1.0.150
10652026-07-10T22:00:45.461Z Downloaded tower-http v0.6.8
10662026-07-10T22:00:45.466Z Downloaded unicode-normalization v0.1.25
10672026-07-10T22:00:45.470Z Downloaded bstr v1.12.1
10682026-07-10T22:00:45.474Z Downloaded quinn-proto v0.11.13
10692026-07-10T22:00:45.484Z Downloaded petname v2.0.2
10702026-07-10T22:00:45.494Z Downloaded zerovec v0.11.5
10712026-07-10T22:00:45.498Z Downloaded openssl v0.10.79
10722026-07-10T22:00:45.504Z Downloaded tough v0.22.0
10732026-07-10T22:00:45.509Z Downloaded zip v4.6.1
10742026-07-10T22:00:45.512Z Downloaded russh v0.61.2
10752026-07-10T22:00:45.516Z Downloaded tokio-util v0.7.18
10762026-07-10T22:00:45.520Z Downloaded radix_trie v0.2.1
10772026-07-10T22:00:45.523Z Downloaded curve25519-dalek v5.0.0-rc.0
10782026-07-10T22:00:45.529Z Downloaded winnow v0.6.26
10792026-07-10T22:00:45.534Z Downloaded nix v0.27.1
10802026-07-10T22:00:45.540Z Downloaded dropshot v0.17.1
10812026-07-10T22:00:45.554Z Downloaded tabled v0.15.0
10822026-07-10T22:00:45.564Z Downloaded winnow v0.5.40
10832026-07-10T22:00:45.570Z Downloaded tabled v0.20.0
10842026-07-10T22:00:45.581Z Downloaded nix v0.28.0
10852026-07-10T22:00:45.587Z Downloaded smoltcp v0.9.1
10862026-07-10T22:00:45.593Z Downloaded zerocopy v0.7.35
10872026-07-10T22:00:45.602Z Downloaded time v0.3.47
10882026-07-10T22:00:45.609Z Downloaded object v0.37.3
10892026-07-10T22:00:45.633Z Downloaded regex-syntax v0.6.29
10902026-07-10T22:00:45.639Z Downloaded vcpkg v0.2.15
10912026-07-10T22:00:45.652Z Downloaded winnow v1.0.3
10922026-07-10T22:00:45.657Z Downloaded winnow v0.7.14
10932026-07-10T22:00:45.663Z Downloaded nix v0.31.2
10942026-07-10T22:00:45.670Z Downloaded regress v0.11.1
10952026-07-10T22:00:45.675Z Downloaded polar-core v0.27.3
10962026-07-10T22:00:45.680Z Downloaded unicode-width v0.2.0
10972026-07-10T22:00:45.684Z Downloaded hickory-proto v0.24.4
10982026-07-10T22:00:45.693Z Downloaded syn v1.0.109
10992026-07-10T22:00:45.699Z Downloaded unicode-width v0.1.14
11002026-07-10T22:00:45.702Z Downloaded hickory-proto v0.25.2
11012026-07-10T22:00:45.713Z Downloaded zlib-rs v0.6.2
11022026-07-10T22:00:45.716Z Downloaded openapiv3 v2.2.0
11032026-07-10T22:00:45.722Z Downloaded smoltcp v0.11.0
11042026-07-10T22:00:45.730Z Downloaded syn v2.0.117
11052026-07-10T22:00:45.736Z Downloaded zerocopy v0.8.40
11062026-07-10T22:00:45.742Z Downloaded rustix v1.1.3
11072026-07-10T22:00:45.756Z Downloaded rustls v0.23.41
11082026-07-10T22:00:45.763Z Downloaded regex-syntax v0.8.10
11092026-07-10T22:00:45.768Z Downloaded regress v0.10.5
11102026-07-10T22:00:45.773Z Downloaded diesel v2.3.7
11112026-07-10T22:00:45.786Z Downloaded rustix v0.38.44
11122026-07-10T22:00:45.799Z Downloaded sqlparser v0.61.0
11132026-07-10T22:00:45.806Z Downloaded fiat-crypto v0.3.0
11142026-07-10T22:00:45.814Z Downloaded bzip2-sys v0.1.13+1.0.8
11152026-07-10T22:00:45.828Z Downloaded ratatui v0.29.0
11162026-07-10T22:00:45.842Z Downloaded sled v0.34.7
11172026-07-10T22:00:45.846Z Downloaded tracing v0.1.44
11182026-07-10T22:00:45.859Z Downloaded sha3 v0.11.0
11192026-07-10T22:00:45.863Z Downloaded typify-impl v0.6.2
11202026-07-10T22:00:45.887Z Downloaded regex-automata v0.4.14
11212026-07-10T22:00:45.896Z Downloaded zerocopy-derive v0.6.6
11222026-07-10T22:00:45.926Z Downloaded chrono-tz v0.10.4
11232026-07-10T22:00:45.937Z Downloaded petgraph v0.6.5
11242026-07-10T22:00:45.958Z Downloaded libz-sys v1.1.24
11252026-07-10T22:00:45.971Z Downloaded jiff v0.2.21
11262026-07-10T22:00:45.982Z Downloaded sha3 v0.10.8
11272026-07-10T22:00:45.985Z Downloaded libc v0.2.185
11282026-07-10T22:00:46.006Z Downloaded petgraph v0.8.3
11292026-07-10T22:00:46.019Z Downloaded csv v1.4.0
11302026-07-10T22:00:46.039Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11312026-07-10T22:00:46.050Z Downloaded tokio v1.52.1
11322026-07-10T22:00:46.096Z Downloaded ring v0.17.14
11332026-07-10T22:00:46.135Z Downloaded encoding_rs v0.8.35
11342026-07-10T22:00:46.198Z Downloaded httpmock v0.8.3
11352026-07-10T22:00:46.225Z Downloaded libgit2-sys v0.18.3+1.9.2
11362026-07-10T22:00:46.705Z Downloaded aws-lc-sys v0.40.0
11372026-07-10T22:00:47.117Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11382026-07-10T22:00:51.866Z Startup: Refreshing catalog 'helios' ... Done
11392026-07-10T22:00:51.982Z Startup: Caching catalogs ... Done
11402026-07-10T22:00:52.491ZPlanning: Solver setup ... Done (0.453s)
11412026-07-10T22:00:52.519ZPlanning: Running solver ... Done (0.028s)
11422026-07-10T22:00:52.532ZPlanning: Finding local manifests ... Done (0.003s)
11432026-07-10T22:00:52.545ZPlanning: Fetching manifests: 0/2 0% complete
11442026-07-10T22:00:52.560ZPlanning: Fetching manifests: 2/2 100% complete
11452026-07-10T22:00:52.575ZPlanning: Package planning ... Done (0.014s)
11462026-07-10T22:00:52.579ZPlanning: Merging actions ... Done (0.002s)
11472026-07-10T22:00:52.749ZPlanning: Checking for conflicting actions ... Done (0.172s)
11482026-07-10T22:00:52.754ZPlanning: Consolidating action changes ... Done (0.001s)
11492026-07-10T22:00:53.614ZPlanning: Evaluating mediators ... Done (0.864s)
11502026-07-10T22:00:53.618ZPlanning: Planning completed in 1.61 seconds
11512026-07-10T22:00:53.623Z Packages to install: 2
11522026-07-10T22:00:53.623Z Estimated space available: 155.78 GB
11532026-07-10T22:00:53.623ZEstimated space to be consumed: 31.27 MB
11542026-07-10T22:00:53.623Z Create boot environment: No
11552026-07-10T22:00:53.625ZCreate backup boot environment: No
11562026-07-10T22:00:53.625Z Rebuild boot archive: No
11572026-07-10T22:00:53.630Z
11582026-07-10T22:00:53.630ZChanged packages:
11592026-07-10T22:00:53.630Zhelios
11602026-07-10T22:00:53.630Z developer/build-essential
11612026-07-10T22:00:53.630Z None -> 11-3.0
11622026-07-10T22:00:53.630Z library/libxmlsec1
11632026-07-10T22:00:53.630Z None -> 1.2.35-3.0
11642026-07-10T22:00:53.650Z
11652026-07-10T22:00:53.650ZDownload: 0/214 items 0.0/1.3MB 0% complete
11662026-07-10T22:00:54.128ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
11672026-07-10T22:00:54.232Z Actions: 1/268 actions (Installing new actions)
11682026-07-10T22:00:54.267Z Actions: Completed 268 actions in 0.04 seconds.
11692026-07-10T22:00:54.278ZFinalize: Updating package state database ... Done (0.012s)
11702026-07-10T22:00:54.282ZFinalize: Updating package cache ... Done (0.000s)
11712026-07-10T22:00:54.308ZFinalize: Updating image state ... Done (0.030s)
11722026-07-10T22:00:56.875ZFinalize: Creating fast lookup database ... Done (2.525s)
11732026-07-10T22:00:56.934ZFinalize: Reading search index ... Done (0.013s)
11742026-07-10T22:00:56.957ZFinalize: Updating search index ... Done (0.000s)
11752026-07-10T22:00:57.039ZFinalize: Updating package cache ... Done (0.000s)
11762026-07-10T22:00:57.352ZPlanning: Evaluating mediator changes ... Done
11772026-07-10T22:00:57.458ZPlanning: Checking for conflicting actions ... Done
11782026-07-10T22:00:57.480ZPlanning: Consolidating action changes ... Done
11792026-07-10T22:00:57.630ZPlanning: Evaluating mediators ... Done
11802026-07-10T22:00:57.646ZPlanning: Planning completed in 0.27 seconds
11812026-07-10T22:00:57.646Z Mediators to change: 2
11822026-07-10T22:00:57.646Z Create boot environment: No
11832026-07-10T22:00:57.647ZCreate backup boot environment: No
11842026-07-10T22:00:57.704ZFinalize: Updating package state database ... Done
11852026-07-10T22:00:57.704ZFinalize: Updating package cache ... Done
11862026-07-10T22:00:57.715ZFinalize: Updating image state ... Done
11872026-07-10T22:00:59.654ZFinalize: Creating fast lookup database ... Done
11882026-07-10T22:00:59.719ZFinalize: Reading search index ... Done
11892026-07-10T22:00:59.722ZFinalize: Updating search index ... Done
11902026-07-10T22:00:59.782ZFinalize: Updating package cache ... Done
11912026-07-10T22:01:00.069ZPlanning: Evaluating mediator changes ... Done
11922026-07-10T22:01:00.176ZPlanning: Checking for conflicting actions ... Done
11932026-07-10T22:01:00.182ZPlanning: Consolidating action changes ... Done
11942026-07-10T22:01:00.335ZPlanning: Evaluating mediators ... Done
11952026-07-10T22:01:00.341ZPlanning: Planning completed in 0.27 seconds
11962026-07-10T22:01:00.357Z Mediators to change: 1
11972026-07-10T22:01:00.357Z Create boot environment: No
11982026-07-10T22:01:00.357ZCreate backup boot environment: No
11992026-07-10T22:01:00.406ZFinalize: Updating package state database ... Done
12002026-07-10T22:01:00.406ZFinalize: Updating package cache ... Done
12012026-07-10T22:01:00.418ZFinalize: Updating image state ... Done
12022026-07-10T22:01:02.374ZFinalize: Creating fast lookup database ... Done
12032026-07-10T22:01:02.464ZFinalize: Reading search index ... Done
12042026-07-10T22:01:02.476ZFinalize: Updating search index ... Done
12052026-07-10T22:01:02.505ZFinalize: Updating package cache ... Done
12062026-07-10T22:01:02.810ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12072026-07-10T22:01:02.810Zapache system 2.4 system
12082026-07-10T22:01:02.810Zclang system 15 system
12092026-07-10T22:01:02.810Zcsh system system illumos
12102026-07-10T22:01:02.812Zctags system system illumos
12112026-07-10T22:01:02.812Zfile vendor vendor darwinsys
12122026-07-10T22:01:02.812Zfile system system illumos
12132026-07-10T22:01:02.812Zgcc vendor 14 vendor
12142026-07-10T22:01:02.812Zgcc system 13 system
12152026-07-10T22:01:02.812Zgcc system 10 system
12162026-07-10T22:01:02.812Zgo system 1.25 system
12172026-07-10T22:01:02.812Zllvm system 15 system
12182026-07-10T22:01:02.812Zmariadb system 11.4 system
12192026-07-10T22:01:02.812Zmta vendor vendor dma
12202026-07-10T22:01:02.812Zopenjdk system 17 system
12212026-07-10T22:01:02.813Zopenjdk system 11 system
12222026-07-10T22:01:02.813Zopenssl vendor 3 vendor
12232026-07-10T22:01:02.813Zperl system 5.40 system
12242026-07-10T22:01:02.813Zpostgresql system 18 system
12252026-07-10T22:01:02.813Zpostgresql system 17 system
12262026-07-10T22:01:02.813Zpython vendor 3 vendor
12272026-07-10T22:01:02.813Zpython system 2 system
12282026-07-10T22:01:02.813Zpython3 vendor 3.13 vendor
12292026-07-10T22:01:02.813Zruby system 3.4 system
12302026-07-10T22:01:02.813Zruby system 3.0 system
12312026-07-10T22:01:02.813Zwords vendor vendor american-english
12322026-07-10T22:01:02.813Zwords system system australian-english
12332026-07-10T22:01:02.813Zwords system system british-english
12342026-07-10T22:01:02.814Zwords system system canadian-english
12352026-07-10T22:01:02.814Zwords system system french
12362026-07-10T22:01:02.815Zwords system system italian
12372026-07-10T22:01:02.815Zwords system system ngerman
12382026-07-10T22:01:02.815Zwords system system ogerman
12392026-07-10T22:01:02.815Zwords system system spanish
12402026-07-10T22:01:03.065ZPUBLISHER TYPE STATUS P LOCATION
12412026-07-10T22:01:03.065Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12422026-07-10T22:01:03.373ZFMRI IFO
12432026-07-10T22:01:03.373Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12442026-07-10T22:01:03.373Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12452026-07-10T22:01:03.373Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12462026-07-10T22:01:03.373Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12472026-07-10T22:01:03.373Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12482026-07-10T22:01:03.375Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12492026-07-10T22:01:03.375Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12502026-07-10T22:01:03.375Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12512026-07-10T22:01:03.375Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12522026-07-10T22:01:03.910Z Downloading crates ...
12532026-07-10T22:01:03.966Z Downloaded cargo_toml v0.21.0
12542026-07-10T22:01:04.007Z Compiling proc-macro2 v1.0.106
12552026-07-10T22:01:04.007Z Compiling unicode-ident v1.0.24
12562026-07-10T22:01:04.007Z Compiling quote v1.0.45
12572026-07-10T22:01:04.011Z Compiling serde_core v1.0.228
12582026-07-10T22:01:04.011Z Compiling libc v0.2.185
12592026-07-10T22:01:04.011Z Compiling version_check v0.9.5
12602026-07-10T22:01:04.011Z Compiling memchr v2.8.0
12612026-07-10T22:01:04.011Z Compiling serde v1.0.228
12622026-07-10T22:01:04.087Z Compiling zmij v1.0.21
12632026-07-10T22:01:04.094Z Compiling ucd-trie v0.1.7
12642026-07-10T22:01:04.098Z Compiling thiserror v1.0.69
12652026-07-10T22:01:04.099Z Compiling itoa v1.0.17
12662026-07-10T22:01:04.099Z Compiling rustix v1.1.3
12672026-07-10T22:01:04.099Z Compiling byteorder v1.5.0
12682026-07-10T22:01:04.238Z Compiling bitflags v2.11.0
12692026-07-10T22:01:04.434Z Compiling serde_json v1.0.150
12702026-07-10T22:01:04.517Z Compiling camino v1.2.2
12712026-07-10T22:01:04.528Z Compiling usdt-impl v0.5.0
12722026-07-10T22:01:04.542Z Compiling proc-macro-error-attr v1.0.4
12732026-07-10T22:01:04.687Z Compiling pest v2.8.6
12742026-07-10T22:01:04.814Z Compiling syn v1.0.109
12752026-07-10T22:01:04.818Z Compiling proc-macro-error v1.0.4
12762026-07-10T22:01:04.818Z Compiling hashbrown v0.17.0
12772026-07-10T22:01:04.857Z Compiling equivalent v1.0.2
12782026-07-10T22:01:04.865Z Compiling getrandom v0.4.1
12792026-07-10T22:01:04.876Z Compiling utf8parse v0.2.2
12802026-07-10T22:01:04.887Z Compiling plain v0.2.3
12812026-07-10T22:01:04.971Z Compiling log v0.4.29
12822026-07-10T22:01:04.993Z Compiling anstyle v1.0.14
12832026-07-10T22:01:05.033Z Compiling anstyle-parse v1.0.0
12842026-07-10T22:01:05.043Z Compiling pretty-hex v0.4.1
12852026-07-10T22:01:05.047Z Compiling cfg-if v1.0.4
12862026-07-10T22:01:05.064Z Compiling anstyle-query v1.1.5
12872026-07-10T22:01:05.130Z Compiling errno v0.3.14
12882026-07-10T22:01:05.177Z Compiling thread-id v4.2.2
12892026-07-10T22:01:05.187Z Compiling colorchoice v1.0.4
12902026-07-10T22:01:05.197Z Compiling autocfg v1.5.0
12912026-07-10T22:01:05.197Z Compiling toml_write v0.1.2
12922026-07-10T22:01:05.218Z Compiling thiserror v2.0.18
12932026-07-10T22:01:05.230Z Compiling is_terminal_polyfill v1.70.2
12942026-07-10T22:01:05.242Z Compiling winnow v0.7.14
12952026-07-10T22:01:05.300Z Compiling anstream v1.0.0
12962026-07-10T22:01:05.324Z Compiling once_cell v1.21.3
12972026-07-10T22:01:05.327Z Compiling strsim v0.11.1
12982026-07-10T22:01:05.345Z Compiling bytecount v0.6.9
12992026-07-10T22:01:05.387Z Compiling heck v0.4.1
13002026-07-10T22:01:05.413Z Compiling fastrand v2.3.0
13012026-07-10T22:01:05.515Z Compiling indexmap v2.14.0
13022026-07-10T22:01:05.528Z Compiling unicode-width v0.1.14
13032026-07-10T22:01:05.558Z Compiling clap_lex v1.0.0
13042026-07-10T22:01:05.623Z Compiling heck v0.5.0
13052026-07-10T22:01:05.636Z Compiling anyhow v1.0.102
13062026-07-10T22:01:05.649Z Compiling fs-err v3.3.0
13072026-07-10T22:01:05.714Z Compiling syn v2.0.117
13082026-07-10T22:01:05.758Z Compiling fnv v1.0.7
13092026-07-10T22:01:05.802Z Compiling pest_meta v2.8.6
13102026-07-10T22:01:05.826Z Compiling memmap v0.7.0
13112026-07-10T22:01:05.830Z Compiling unicode-linebreak v0.1.5
13122026-07-10T22:01:05.867Z Compiling papergrid v0.11.0
13132026-07-10T22:01:05.871Z Compiling smawk v0.3.2
13142026-07-10T22:01:06.029Z Compiling unicode-width v0.2.0
13152026-07-10T22:01:06.058Z Compiling swrite v0.1.0
13162026-07-10T22:01:06.141Z Compiling terminal_size v0.4.3
13172026-07-10T22:01:06.142Z Compiling tempfile v3.25.0
13182026-07-10T22:01:06.237Z Compiling clap_builder v4.6.0
13192026-07-10T22:01:06.251Z Compiling textwrap v0.16.2
13202026-07-10T22:01:06.625Z Compiling cargo-platform v0.3.2
13212026-07-10T22:01:06.629Z Compiling semver v1.0.28
13222026-07-10T22:01:06.867Z Compiling camino-tempfile v1.4.1
13232026-07-10T22:01:07.138Z Compiling tabled_derive v0.7.0
13242026-07-10T22:01:07.810Z Compiling tabled v0.15.0
13252026-07-10T22:01:07.859Z Compiling pest_generator v2.8.6
13262026-07-10T22:01:08.361Z Compiling serde_derive v1.0.228
13272026-07-10T22:01:08.361Z Compiling thiserror-impl v1.0.69
13282026-07-10T22:01:08.361Z Compiling zerocopy-derive v0.7.35
13292026-07-10T22:01:08.365Z Compiling scroll_derive v0.12.1
13302026-07-10T22:01:08.365Z Compiling thiserror-impl v2.0.18
13312026-07-10T22:01:08.365Z Compiling clap_derive v4.6.1
13322026-07-10T22:01:08.395Z Compiling pest_derive v2.8.6
13332026-07-10T22:01:08.981Z Compiling scroll v0.12.0
13342026-07-10T22:01:09.096Z Compiling zerocopy v0.7.35
13352026-07-10T22:01:09.186Z Compiling goblin v0.8.2
13362026-07-10T22:01:09.440Z Compiling dtrace-parser v0.2.0
13372026-07-10T22:01:09.673Z Compiling clap v4.6.1
13382026-07-10T22:01:10.694Z Compiling serde_spanned v0.6.9
13392026-07-10T22:01:10.694Z Compiling toml_datetime v0.6.11
13402026-07-10T22:01:10.698Z Compiling macaddr v1.0.1
13412026-07-10T22:01:10.699Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13422026-07-10T22:01:10.699Z Compiling cargo_metadata v0.23.1
13432026-07-10T22:01:10.705Z Compiling dof v0.3.0
13442026-07-10T22:01:10.708Z Compiling serde_tokenstream v0.2.3
13452026-07-10T22:01:10.856Z Compiling toml_edit v0.22.27
13462026-07-10T22:01:11.365Z Compiling usdt-macro v0.5.0
13472026-07-10T22:01:11.365Z Compiling usdt-attr-macro v0.5.0
13482026-07-10T22:01:11.969Z Compiling usdt v0.5.0
13492026-07-10T22:01:12.112Z Compiling toml v0.8.23
13502026-07-10T22:01:12.438Z Compiling cargo_toml v0.21.0
13512026-07-10T22:01:13.745Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13522026-07-10T22:01:15.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.26s
13532026-07-10T22:01:15.765Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13542026-07-10T22:01:16.488Z Compiling libc v0.2.185
13552026-07-10T22:01:16.488Z Compiling serde_core v1.0.228
13562026-07-10T22:01:16.488Z Compiling serde v1.0.228
13572026-07-10T22:01:16.492Z Compiling log v0.4.29
13582026-07-10T22:01:16.492Z Compiling smallvec v1.15.1
13592026-07-10T22:01:16.492Z Compiling find-msvc-tools v0.1.9
13602026-07-10T22:01:16.492Z Compiling shlex v1.3.0
13612026-07-10T22:01:16.492Z Compiling subtle v2.6.1
13622026-07-10T22:01:16.492Z Compiling scopeguard v1.2.0
13632026-07-10T22:01:16.631Z Compiling stable_deref_trait v1.2.1
13642026-07-10T22:01:16.634Z Compiling typenum v1.20.1
13652026-07-10T22:01:16.683Z Compiling serde_json v1.0.150
13662026-07-10T22:01:16.686Z Compiling zerocopy v0.8.40
13672026-07-10T22:01:16.686Z Compiling portable-atomic v1.13.1
13682026-07-10T22:01:16.723Z Compiling syn v2.0.117
13692026-07-10T22:01:16.748Z Compiling parking_lot_core v0.9.12
13702026-07-10T22:01:16.773Z Compiling pin-project-lite v0.2.17
13712026-07-10T22:01:16.799Z Compiling lock_api v0.4.14
13722026-07-10T22:01:16.822Z Compiling pkg-config v0.3.32
13732026-07-10T22:01:16.835Z Compiling critical-section v1.2.0
13742026-07-10T22:01:16.838Z Compiling futures-core v0.3.32
13752026-07-10T22:01:16.876Z Compiling getrandom v0.4.1
13762026-07-10T22:01:16.879Z Compiling libm v0.2.16
13772026-07-10T22:01:16.942Z Compiling num-traits v0.2.19
13782026-07-10T22:01:16.965Z Compiling generic-array v0.14.7
13792026-07-10T22:01:16.990Z Compiling rand_core v0.10.0
13802026-07-10T22:01:17.004Z Compiling const-oid v0.9.6
13812026-07-10T22:01:17.033Z Compiling percent-encoding v2.3.2
13822026-07-10T22:01:17.072Z Compiling litemap v0.8.1
13832026-07-10T22:01:17.085Z Compiling writeable v0.6.2
13842026-07-10T22:01:17.166Z Compiling icu_normalizer_data v2.1.1
13852026-07-10T22:01:17.234Z Compiling icu_properties_data v2.1.2
13862026-07-10T22:01:17.249Z Compiling futures-sink v0.3.32
13872026-07-10T22:01:17.281Z Compiling futures-task v0.3.32
13882026-07-10T22:01:17.294Z Compiling slab v0.4.12
13892026-07-10T22:01:17.335Z Compiling futures-io v0.3.32
13902026-07-10T22:01:17.349Z Compiling futures-channel v0.3.32
13912026-07-10T22:01:17.375Z Compiling rustversion v1.0.22
13922026-07-10T22:01:17.403Z Compiling utf8_iter v1.0.4
13932026-07-10T22:01:17.428Z Compiling getrandom v0.3.4
13942026-07-10T22:01:17.480Z Compiling form_urlencoded v1.2.2
13952026-07-10T22:01:17.512Z Compiling ident_case v1.0.1
13962026-07-10T22:01:17.528Z Compiling dunce v1.0.5
13972026-07-10T22:01:17.542Z Compiling fs_extra v1.3.0
13982026-07-10T22:01:17.560Z Compiling jobserver v0.1.34
13992026-07-10T22:01:17.583Z Compiling errno v0.3.14
14002026-07-10T22:01:17.628Z Compiling getrandom v0.2.17
14012026-07-10T22:01:17.644Z Compiling mio v1.2.0
14022026-07-10T22:01:17.673Z Compiling socket2 v0.6.3
14032026-07-10T22:01:17.690Z Compiling signal-hook-registry v1.4.8
14042026-07-10T22:01:17.755Z Compiling rustix v1.1.3
14052026-07-10T22:01:17.783Z Compiling cc v1.2.56
14062026-07-10T22:01:17.799Z Compiling rand_core v0.6.4
14072026-07-10T22:01:17.839Z Compiling once_cell v1.21.3
14082026-07-10T22:01:17.872Z Compiling parking_lot v0.12.5
14092026-07-10T22:01:17.957Z Compiling iana-time-zone v0.1.65
14102026-07-10T22:01:17.972Z Compiling regex-syntax v0.8.10
14112026-07-10T22:01:17.986Z Compiling vcpkg v0.2.15
14122026-07-10T22:01:18.014Z Compiling base64ct v1.8.3
14132026-07-10T22:01:18.077Z Compiling tracing-core v0.1.36
14142026-07-10T22:01:18.116Z Compiling base64 v0.22.1
14152026-07-10T22:01:18.193Z Compiling flagset v0.4.7
14162026-07-10T22:01:18.196Z Compiling aws-lc-rs v1.16.3
14172026-07-10T22:01:18.280Z Compiling pem-rfc7468 v0.7.0
14182026-07-10T22:01:18.330Z Compiling openssl-probe v0.2.1
14192026-07-10T22:01:18.346Z Compiling tinyvec_macros v0.1.1
14202026-07-10T22:01:18.425Z Compiling rand_core v0.9.5
14212026-07-10T22:01:18.451Z Compiling cmov v0.5.4
14222026-07-10T22:01:18.466Z Compiling httparse v1.10.1
14232026-07-10T22:01:18.466Z Compiling tinyvec v1.10.0
14242026-07-10T22:01:18.521Z Compiling aho-corasick v1.1.4
14252026-07-10T22:01:18.534Z Compiling cmake v0.1.57
14262026-07-10T22:01:18.538Z Compiling dyn-clone v1.0.20
14272026-07-10T22:01:18.596Z Compiling untrusted v0.7.1
14282026-07-10T22:01:18.636Z Compiling ctutils v0.4.2
14292026-07-10T22:01:18.674Z Compiling tower-layer v0.3.3
14302026-07-10T22:01:18.688Z Compiling schemars v0.8.22
14312026-07-10T22:01:18.703Z Compiling try-lock v0.2.5
14322026-07-10T22:01:18.718Z Compiling tower-service v0.3.3
14332026-07-10T22:01:18.732Z Compiling atomic-waker v1.1.2
14342026-07-10T22:01:18.785Z Compiling untrusted v0.9.0
14352026-07-10T22:01:18.821Z Compiling bitflags v2.11.0
14362026-07-10T22:01:18.850Z Compiling semver v1.0.28
14372026-07-10T22:01:18.864Z Compiling indexmap v2.14.0
14382026-07-10T22:01:18.867Z Compiling uuid v1.23.4
14392026-07-10T22:01:18.902Z Compiling want v0.3.1
14402026-07-10T22:01:18.905Z Compiling rustls v0.23.41
14412026-07-10T22:01:18.927Z Compiling cpufeatures v0.2.17
14422026-07-10T22:01:18.956Z Compiling openssl v0.10.79
14432026-07-10T22:01:18.982Z Compiling foreign-types-shared v0.1.1
14442026-07-10T22:01:18.995Z Compiling httpdate v1.0.3
14452026-07-10T22:01:19.066Z Compiling rustc_version v0.4.1
14462026-07-10T22:01:19.080Z Compiling foreign-types v0.3.2
14472026-07-10T22:01:19.096Z Compiling unicode-normalization v0.1.25
14482026-07-10T22:01:19.112Z Compiling spin v0.9.8
14492026-07-10T22:01:19.164Z Compiling num-conv v0.2.0
14502026-07-10T22:01:19.190Z Compiling native-tls v0.2.18
14512026-07-10T22:01:19.235Z Compiling powerfmt v0.2.0
14522026-07-10T22:01:19.235Z Compiling time-core v0.1.8
14532026-07-10T22:01:19.267Z Compiling crc32fast v1.5.0
14542026-07-10T22:01:19.309Z Compiling wait-timeout v0.2.1
14552026-07-10T22:01:19.332Z Compiling sync_wrapper v1.0.2
14562026-07-10T22:01:19.379Z Compiling aws-lc-sys v0.40.0
14572026-07-10T22:01:19.406Z Compiling openssl-sys v0.9.115
14582026-07-10T22:01:19.406Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14592026-07-10T22:01:19.439Z Compiling time-macros v0.2.27
14602026-07-10T22:01:19.453Z Compiling deranged v0.5.8
14612026-07-10T22:01:19.456Z Compiling simd-adler32 v0.3.8
14622026-07-10T22:01:19.561Z Compiling regex-automata v0.4.14
14632026-07-10T22:01:19.594Z Compiling synstructure v0.13.2
14642026-07-10T22:01:19.594Z Compiling serde_derive_internals v0.29.1
14652026-07-10T22:01:19.623Z Compiling pest_generator v2.8.6
14662026-07-10T22:01:19.638Z Compiling darling_core v0.20.11
14672026-07-10T22:01:19.715Z Compiling syn v1.0.109
14682026-07-10T22:01:19.977Z Compiling tempfile v3.25.0
14692026-07-10T22:01:20.056Z Compiling usdt-impl v0.6.0
14702026-07-10T22:01:20.235Z Compiling bit-vec v0.8.0
14712026-07-10T22:01:20.254Z Compiling crossbeam-utils v0.8.21
14722026-07-10T22:01:20.268Z Compiling quick-error v1.2.3
14732026-07-10T22:01:20.302Z Compiling siphasher v1.0.2
14742026-07-10T22:01:20.339Z Compiling num_threads v0.1.7
14752026-07-10T22:01:20.364Z Compiling rusty-fork v0.3.1
14762026-07-10T22:01:20.452Z Compiling bit-set v0.8.0
14772026-07-10T22:01:20.467Z Compiling darling_core v0.21.3
14782026-07-10T22:01:20.482Z Compiling heapless v0.7.17
14792026-07-10T22:01:20.495Z Compiling bzip2-sys v0.1.13+1.0.8
14802026-07-10T22:01:20.512Z Compiling slog v2.8.2
14812026-07-10T22:01:20.529Z Compiling rand_xorshift v0.4.0
14822026-07-10T22:01:20.545Z Compiling thread-id v5.1.0
14832026-07-10T22:01:20.571Z Compiling time v0.3.47
14842026-07-10T22:01:20.649Z Compiling cookie v0.18.1
14852026-07-10T22:01:20.663Z Compiling iri-string v0.7.10
14862026-07-10T22:01:20.666Z Compiling unicode-properties v0.1.4
14872026-07-10T22:01:20.690Z Compiling ryu v1.0.23
14882026-07-10T22:01:20.724Z Compiling paste v1.0.15
14892026-07-10T22:01:20.745Z Compiling allocator-api2 v0.2.21
14902026-07-10T22:01:20.768Z Compiling unarray v0.1.4
14912026-07-10T22:01:20.805Z Compiling zstd-safe v7.2.4
14922026-07-10T22:01:20.858Z Compiling adler2 v2.0.1
14932026-07-10T22:01:20.882Z Compiling unicode-bidi v0.3.18
14942026-07-10T22:01:20.895Z Compiling anyhow v1.0.102
14952026-07-10T22:01:20.898Z Compiling signal-hook v0.3.18
14962026-07-10T22:01:20.975Z Compiling miniz_oxide v0.8.9
14972026-07-10T22:01:21.122Z Compiling camino v1.2.2
14982026-07-10T22:01:21.152Z Compiling curve25519-dalek v4.1.3
14992026-07-10T22:01:21.312Z Compiling serde_derive v1.0.228
15002026-07-10T22:01:21.427Z Compiling zeroize_derive v1.4.3
15012026-07-10T22:01:21.488Z Compiling zerofrom-derive v0.1.6
15022026-07-10T22:01:21.533Z Compiling yoke-derive v0.8.1
15032026-07-10T22:01:21.536Z Compiling zerovec-derive v0.11.2
15042026-07-10T22:01:21.609Z Compiling zerocopy-derive v0.8.40
15052026-07-10T22:01:21.624Z Compiling displaydoc v0.2.5
15062026-07-10T22:01:21.774Z Compiling tokio-macros v2.7.0
15072026-07-10T22:01:21.978Z Compiling futures-macro v0.3.32
15082026-07-10T22:01:22.127Z Compiling zeroize v1.8.2
15092026-07-10T22:01:22.208Z Compiling tracing-attributes v0.1.31
15102026-07-10T22:01:22.211Z Compiling der_derive v0.7.3
15112026-07-10T22:01:22.419Z Compiling thiserror-impl v2.0.18
15122026-07-10T22:01:22.553Z Compiling rustls-pki-types v1.14.0
15132026-07-10T22:01:22.766Z Compiling hybrid-array v0.4.13
15142026-07-10T22:01:22.766Z Compiling pest_derive v2.8.6
15152026-07-10T22:01:22.892Z Compiling futures-util v0.3.32
15162026-07-10T22:01:22.965Z Compiling zerofrom v0.1.6
15172026-07-10T22:01:22.978Z Compiling crypto-common v0.1.7
15182026-07-10T22:01:23.039Z Compiling block-buffer v0.10.4
15192026-07-10T22:01:23.073Z Compiling yoke v0.8.1
15202026-07-10T22:01:23.107Z Compiling scroll_derive v0.13.1
15212026-07-10T22:01:23.146Z Compiling schemars_derive v0.8.22
15222026-07-10T22:01:23.226Z Compiling digest v0.10.7
15232026-07-10T22:01:23.257Z Compiling zerovec v0.11.5
15242026-07-10T22:01:23.272Z Compiling zerotrie v0.2.3
15252026-07-10T22:01:23.290Z Compiling der v0.7.10
15262026-07-10T22:01:23.491Z Compiling darling_macro v0.20.11
15272026-07-10T22:01:23.586Z Compiling openssl-macros v0.1.1
15282026-07-10T22:01:23.600Z Compiling hmac v0.12.1
15292026-07-10T22:01:23.652Z Compiling tracing v0.1.44
15302026-07-10T22:01:23.780Z Compiling tinystr v0.8.2
15312026-07-10T22:01:23.796Z Compiling potential_utf v0.1.4
15322026-07-10T22:01:23.810Z Compiling sha2 v0.10.9
15332026-07-10T22:01:23.863Z Compiling thiserror v2.0.18
15342026-07-10T22:01:23.956Z Compiling icu_locale_core v2.1.1
15352026-07-10T22:01:23.980Z Compiling icu_collections v2.1.1
15362026-07-10T22:01:23.994Z Compiling dtrace-parser v0.3.0
15372026-07-10T22:01:23.997Z Compiling scroll v0.13.0
15382026-07-10T22:01:24.022Z Compiling scroll_derive v0.12.1
15392026-07-10T22:01:24.036Z Compiling darling v0.20.11
15402026-07-10T22:01:24.126Z Compiling derive_builder_core v0.20.2
15412026-07-10T22:01:24.291Z Compiling spki v0.7.3
15422026-07-10T22:01:24.477Z Compiling pkcs8 v0.10.2
15432026-07-10T22:01:24.498Z Compiling goblin v0.10.5
15442026-07-10T22:01:24.518Z Compiling thiserror-impl v1.0.69
15452026-07-10T22:01:24.565Z Compiling block-padding v0.4.2
15462026-07-10T22:01:24.750Z Compiling icu_provider v2.1.1
15472026-07-10T22:01:24.766Z Compiling scroll v0.12.0
15482026-07-10T22:01:24.777Z Compiling block-buffer v0.12.1
15492026-07-10T22:01:24.790Z Compiling crypto-common v0.2.2
15502026-07-10T22:01:24.883Z Compiling bytes v1.11.1
15512026-07-10T22:01:24.935Z Compiling chrono v0.4.44
15522026-07-10T22:01:24.991Z Compiling icu_normalizer v2.1.1
15532026-07-10T22:01:25.052Z Compiling icu_properties v2.1.2
15542026-07-10T22:01:25.052Z Compiling ipnet v2.11.0
15552026-07-10T22:01:25.082Z Compiling derive_builder_macro v0.20.2
15562026-07-10T22:01:25.082Z Compiling serde_spanned v0.6.9
15572026-07-10T22:01:25.248Z Compiling erased-serde v0.3.31
15582026-07-10T22:01:25.262Z Compiling serde_urlencoded v0.7.1
15592026-07-10T22:01:25.292Z Compiling toml_datetime v0.6.11
15602026-07-10T22:01:25.520Z Compiling tokio v1.52.1
15612026-07-10T22:01:25.534Z Compiling http v1.4.2
15622026-07-10T22:01:25.558Z Compiling serde_tokenstream v0.2.3
15632026-07-10T22:01:25.573Z Compiling md-5 v0.10.6
15642026-07-10T22:01:25.586Z Compiling signature v2.2.0
15652026-07-10T22:01:25.599Z Compiling darling_macro v0.21.3
15662026-07-10T22:01:25.749Z Compiling rustls-native-certs v0.8.3
15672026-07-10T22:01:25.762Z Compiling bstr v1.12.1
15682026-07-10T22:01:25.779Z Compiling pin-project-internal v1.1.11
15692026-07-10T22:01:25.831Z Compiling thiserror v1.0.69
15702026-07-10T22:01:25.889Z Compiling async-trait v0.1.89
15712026-07-10T22:01:25.947Z Compiling idna_adapter v1.2.1
15722026-07-10T22:01:26.052Z Compiling zerocopy-derive v0.7.35
15732026-07-10T22:01:26.102Z Compiling idna v1.1.0
15742026-07-10T22:01:26.137Z Compiling ppv-lite86 v0.2.21
15752026-07-10T22:01:26.170Z Compiling http-body v1.0.1
15762026-07-10T22:01:26.275Z Compiling stringprep v0.1.5
15772026-07-10T22:01:26.329Z Compiling http-body-util v0.1.3
15782026-07-10T22:01:26.433Z Compiling url v2.5.8
15792026-07-10T22:01:26.469Z Compiling rand_chacha v0.9.0
15802026-07-10T22:01:26.483Z Compiling rand_chacha v0.3.1
15812026-07-10T22:01:26.514Z Compiling num-integer v0.1.46
15822026-07-10T22:01:26.586Z Compiling vergen-lib v9.1.0
15832026-07-10T22:01:26.671Z Compiling rand v0.9.2
15842026-07-10T22:01:26.740Z Compiling hash32 v0.2.1
15852026-07-10T22:01:26.777Z Compiling memoffset v0.9.1
15862026-07-10T22:01:26.810Z Compiling encoding_rs v0.8.35
15872026-07-10T22:01:26.848Z Compiling cfg_aliases v0.2.1
15882026-07-10T22:01:26.946Z Compiling fallible-iterator v0.2.0
15892026-07-10T22:01:26.962Z Compiling litrs v1.0.0
15902026-07-10T22:01:26.975Z Compiling mime v0.3.17
15912026-07-10T22:01:26.990Z Compiling zlib-rs v0.6.2
15922026-07-10T22:01:27.020Z Compiling rustix v0.38.44
15932026-07-10T22:01:27.087Z Compiling psl-types v2.0.11
15942026-07-10T22:01:27.185Z Compiling smoltcp v0.9.1
15952026-07-10T22:01:27.225Z Compiling dof v0.4.0
15962026-07-10T22:01:27.245Z Compiling proptest v1.10.0
15972026-07-10T22:01:27.258Z Compiling num-bigint-dig v0.8.6
15982026-07-10T22:01:27.274Z Compiling ref-cast v1.0.25
15992026-07-10T22:01:27.303Z Compiling postgres-protocol v0.6.10
16002026-07-10T22:01:27.477Z Compiling document-features v0.2.12
16012026-07-10T22:01:27.544Z Compiling publicsuffix v2.3.0
16022026-07-10T22:01:27.603Z Compiling zerocopy v0.7.35
16032026-07-10T22:01:27.648Z Compiling pin-project v1.1.11
16042026-07-10T22:01:27.730Z Compiling nix v0.31.2
16052026-07-10T22:01:27.777Z Compiling ipnetwork v0.21.1
16062026-07-10T22:01:27.795Z Compiling num-iter v0.1.45
16072026-07-10T22:01:27.910Z Compiling rand v0.8.6
16082026-07-10T22:01:27.932Z Compiling darling v0.21.3
16092026-07-10T22:01:28.143Z Compiling oxnet v0.1.6
16102026-07-10T22:01:28.166Z Compiling derive_builder v0.20.2
16112026-07-10T22:01:28.198Z Compiling hubpack_derive v0.1.1
16122026-07-10T22:01:28.202Z Compiling futures-executor v0.3.32
16132026-07-10T22:01:28.254Z Compiling goblin v0.8.2
16142026-07-10T22:01:28.314Z Compiling hex v0.4.3
16152026-07-10T22:01:28.328Z Compiling inout v0.2.2
16162026-07-10T22:01:28.362Z Compiling regex v1.12.3
16172026-07-10T22:01:28.569Z Compiling snafu-derive v0.8.9
16182026-07-10T22:01:28.582Z Compiling ref-cast-impl v1.0.25
16192026-07-10T22:01:28.600Z Compiling curve25519-dalek-derive v0.1.1
16202026-07-10T22:01:28.612Z Compiling daft-derive v0.1.7
16212026-07-10T22:01:28.651Z Compiling strum_macros v0.27.2
16222026-07-10T22:01:28.822Z Compiling phf_shared v0.13.1
16232026-07-10T22:01:28.861Z Compiling terminal_size v0.4.3
16242026-07-10T22:01:28.891Z Compiling lazy_static v1.5.0
16252026-07-10T22:01:28.933Z Compiling anstyle-parse v0.2.7
16262026-07-10T22:01:29.007Z Compiling cargo-platform v0.3.2
16272026-07-10T22:01:29.024Z Compiling vergen v9.1.0
16282026-07-10T22:01:29.028Z Compiling ff v0.13.1
16292026-07-10T22:01:29.083Z Compiling fs-err v3.3.0
16302026-07-10T22:01:29.148Z Compiling ahash v0.8.12
16312026-07-10T22:01:29.178Z Compiling base16ct v0.2.0
16322026-07-10T22:01:29.193Z Compiling foldhash v0.2.0
16332026-07-10T22:01:29.248Z Compiling bitflags v1.3.2
16342026-07-10T22:01:29.300Z Compiling unicode-segmentation v1.12.0
16352026-07-10T22:01:29.314Z Compiling winnow v0.5.40
16362026-07-10T22:01:29.317Z Compiling libbz2-rs-sys v0.2.2
16372026-07-10T22:01:29.341Z Compiling tokio-util v0.7.18
16382026-07-10T22:01:29.358Z Compiling tower v0.5.3
16392026-07-10T22:01:29.378Z Compiling tokio-native-tls v0.3.1
16402026-07-10T22:01:29.403Z Compiling bumpalo v3.20.2
16412026-07-10T22:01:29.416Z Compiling object v0.37.3
16422026-07-10T22:01:29.436Z Compiling managed v0.8.0
16432026-07-10T22:01:29.568Z Compiling same-file v1.0.6
16442026-07-10T22:01:29.664Z Compiling foldhash v0.1.5
16452026-07-10T22:01:29.703Z Compiling newtype-uuid v1.3.2
16462026-07-10T22:01:29.752Z Compiling bzip2 v0.6.1
16472026-07-10T22:01:29.771Z Compiling tower-http v0.6.8
16482026-07-10T22:01:29.850Z Compiling hashbrown v0.15.5
16492026-07-10T22:01:29.866Z Compiling walkdir v2.5.0
16502026-07-10T22:01:29.980Z Compiling flate2 v1.1.9
16512026-07-10T22:01:30.034Z Compiling daft v0.1.7
16522026-07-10T22:01:30.065Z Compiling h2 v0.4.15
16532026-07-10T22:01:30.200Z Compiling zopfli v0.8.3
16542026-07-10T22:01:30.264Z Compiling hashbrown v0.16.1
16552026-07-10T22:01:30.423Z Compiling sec1 v0.7.3
16562026-07-10T22:01:30.439Z Compiling cargo_metadata v0.23.1
16572026-07-10T22:01:30.473Z Compiling clap_builder v4.6.0
16582026-07-10T22:01:30.511Z Compiling dof v0.3.0
16592026-07-10T22:01:30.561Z Compiling snafu v0.8.9
16602026-07-10T22:01:30.608Z Compiling toml_edit v0.19.15
16612026-07-10T22:01:30.696Z Compiling strum v0.27.2
16622026-07-10T22:01:30.723Z Compiling group v0.13.0
16632026-07-10T22:01:30.770Z Compiling anstream v0.6.21
16642026-07-10T22:01:30.836Z Compiling phf v0.13.1
16652026-07-10T22:01:30.885Z Compiling signal-hook-mio v0.2.5
16662026-07-10T22:01:30.913Z Compiling usdt-attr-macro v0.6.0
16672026-07-10T22:01:30.935Z Compiling usdt-macro v0.6.0
16682026-07-10T22:01:31.023Z Compiling hubpack v0.1.2
16692026-07-10T22:01:31.087Z Compiling cookie_store v0.22.1
16702026-07-10T22:01:31.255Z Compiling bzip2 v0.4.4
16712026-07-10T22:01:31.270Z Compiling cipher v0.5.2
16722026-07-10T22:01:31.330Z Compiling futures v0.3.32
16732026-07-10T22:01:31.407Z Compiling serde_with_macros v3.17.0
16742026-07-10T22:01:31.427Z Compiling zstd v0.13.3
16752026-07-10T22:01:31.584Z Compiling postgres-types v0.2.12
16762026-07-10T22:01:31.703Z Compiling globset v0.4.18
16772026-07-10T22:01:31.731Z Compiling dtrace-parser v0.2.0
16782026-07-10T22:01:31.756Z Compiling ed25519 v2.2.3
16792026-07-10T22:01:31.770Z Compiling serde-big-array v0.5.1
16802026-07-10T22:01:31.805Z Compiling olpc-cjson v0.1.4
16812026-07-10T22:01:31.843Z Compiling serde_plain v1.0.2
16822026-07-10T22:01:31.928Z Compiling pkcs1 v0.7.5
16832026-07-10T22:01:31.983Z Compiling hkdf v0.12.4
16842026-07-10T22:01:32.057Z Compiling crypto-bigint v0.5.5
16852026-07-10T22:01:32.157Z Compiling clap_derive v4.6.1
16862026-07-10T22:01:32.161Z Compiling strum_macros v0.26.4
16872026-07-10T22:01:32.341Z Compiling enum-as-inner v0.6.1
16882026-07-10T22:01:32.406Z Compiling serde_repr v0.1.20
16892026-07-10T22:01:32.551Z Compiling async-recursion v1.1.1
16902026-07-10T22:01:32.593Z Compiling phf_shared v0.11.3
16912026-07-10T22:01:32.678Z Compiling float-cmp v0.10.0
16922026-07-10T22:01:32.769Z Compiling pem v3.0.6
16932026-07-10T22:01:32.799Z Compiling memmap2 v0.9.10
16942026-07-10T22:01:32.845Z Compiling thread-id v4.2.2
16952026-07-10T22:01:32.927Z Compiling env_filter v1.0.0
16962026-07-10T22:01:32.942Z Compiling jiff v0.2.21
16972026-07-10T22:01:33.028Z Compiling static_assertions v1.1.0
16982026-07-10T22:01:33.045Z Compiling fixedbitset v0.4.2
16992026-07-10T22:01:33.118Z Compiling const-oid v0.10.2
17002026-07-10T22:01:33.131Z Compiling winnow v1.0.3
17012026-07-10T22:01:33.262Z Compiling hyper v1.10.1
17022026-07-10T22:01:33.272Z Compiling keccak v0.1.6
17032026-07-10T22:01:33.287Z Compiling new_debug_unreachable v1.0.6
17042026-07-10T22:01:33.317Z Compiling either v1.15.0
17052026-07-10T22:01:33.353Z Compiling typed-path v0.9.3
17062026-07-10T22:01:33.368Z Compiling difflib v0.4.0
17072026-07-10T22:01:33.409Z Compiling normalize-line-endings v0.3.0
17082026-07-10T22:01:33.519Z Compiling cpufeatures v0.3.0
17092026-07-10T22:01:33.534Z Compiling whoami v2.1.0
17102026-07-10T22:01:33.549Z Compiling predicates-core v1.0.10
17112026-07-10T22:01:33.565Z Compiling precomputed-hash v0.1.1
17122026-07-10T22:01:33.608Z Compiling fixedbitset v0.5.7
17132026-07-10T22:01:33.670Z Compiling data-encoding v2.10.0
17142026-07-10T22:01:33.756Z Compiling tokio-postgres v0.7.16
17152026-07-10T22:01:33.934Z Compiling petgraph v0.8.3
17162026-07-10T22:01:33.934Z Compiling predicates v3.1.4
17172026-07-10T22:01:33.962Z Compiling string_cache v0.8.9
17182026-07-10T22:01:34.032Z Compiling hickory-proto v0.25.2
17192026-07-10T22:01:34.053Z Compiling clap v4.6.1
17202026-07-10T22:01:34.067Z Compiling strum v0.26.3
17212026-07-10T22:01:34.145Z Compiling chacha20 v0.10.0
17222026-07-10T22:01:34.215Z Compiling toml_edit v0.22.27
17232026-07-10T22:01:34.229Z Compiling itertools v0.13.0
17242026-07-10T22:01:34.262Z Compiling toml_parser v1.1.2+spec-1.1.0
17252026-07-10T22:01:34.313Z Compiling sha3 v0.10.8
17262026-07-10T22:01:34.400Z Compiling hyper-util v0.1.20
17272026-07-10T22:01:34.539Z Compiling digest v0.11.3
17282026-07-10T22:01:34.610Z Compiling petgraph v0.6.5
17292026-07-10T22:01:34.636Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17302026-07-10T22:01:34.796Z Compiling env_logger v0.11.9
17312026-07-10T22:01:34.796Z Compiling elliptic-curve v0.13.8
17322026-07-10T22:01:34.911Z Compiling usdt v0.6.0
17332026-07-10T22:01:34.939Z Compiling usdt-impl v0.5.0
17342026-07-10T22:01:35.148Z Compiling serde_with v3.17.0
17352026-07-10T22:01:35.196Z Compiling crossterm v0.28.1
17362026-07-10T22:01:35.210Z Compiling rsa v0.9.10
17372026-07-10T22:01:35.496Z Compiling toml v0.7.8
17382026-07-10T22:01:35.546Z Compiling ed25519-dalek v2.2.0
17392026-07-10T22:01:35.907Z Compiling hyper-tls v0.6.0
17402026-07-10T22:01:36.031Z Compiling zip v4.6.1
17412026-07-10T22:01:36.120Z Compiling reqwest v0.12.28
17422026-07-10T22:01:36.162Z Compiling zip v0.6.6
17432026-07-10T22:01:36.219Z Compiling iddqd v0.4.2
17442026-07-10T22:01:36.594Z Compiling tokio-stream v0.1.18
17452026-07-10T22:01:36.784Z Compiling similar v2.7.0
17462026-07-10T22:01:36.884Z Compiling heck v0.4.1
17472026-07-10T22:01:36.946Z Compiling buf-list v1.1.2
17482026-07-10T22:01:36.992Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17492026-07-10T22:01:37.026Z Compiling openapiv3 v2.2.0
17502026-07-10T22:01:37.086Z Compiling x509-cert v0.2.5
17512026-07-10T22:01:37.129Z Compiling crossbeam-epoch v0.9.18
17522026-07-10T22:01:37.188Z Compiling lalrpop-util v0.19.12
17532026-07-10T22:01:37.238Z Compiling peg-runtime v0.8.5
17542026-07-10T22:01:37.311Z Compiling thread_local v1.1.9
17552026-07-10T22:01:37.396Z Compiling slog-async v2.8.0
17562026-07-10T22:01:37.489Z Compiling crossbeam-channel v0.5.15
17572026-07-10T22:01:37.509Z Compiling filetime v0.2.27
17582026-07-10T22:01:37.554Z Compiling is-terminal v0.4.17
17592026-07-10T22:01:37.574Z Compiling xattr v1.6.1
17602026-07-10T22:01:37.599Z Compiling term v1.2.1
17612026-07-10T22:01:37.668Z Compiling take_mut v0.2.2
17622026-07-10T22:01:37.695Z Compiling camino-tempfile v1.4.1
17632026-07-10T22:01:37.763Z Compiling tar v0.4.45
17642026-07-10T22:01:37.938Z Compiling slog-term v2.9.2
17652026-07-10T22:01:55.570Z Compiling rustls-webpki v0.103.13
17662026-07-10T22:01:58.277Z Compiling tokio-rustls v0.26.4
17672026-07-10T22:01:58.277Z Compiling rustls-platform-verifier v0.6.2
17682026-07-10T22:01:58.280Z Compiling tough v0.22.0
17692026-07-10T22:01:58.528Z Compiling hyper-rustls v0.27.7
17702026-07-10T22:01:58.670Z Compiling reqwest v0.13.2
17712026-07-10T22:02:00.843Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17722026-07-10T22:02:01.093Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17732026-07-10T22:02:04.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.20s
17742026-07-10T22:02:04.138Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17752026-07-10T22:02:04.191ZJul 10 22:02:03.674 INFO Starting download, target: DendriteStub
17762026-07-10T22:02:04.191ZJul 10 22:02:03.674 INFO Starting download, target: Console
17772026-07-10T22:02:04.198ZJul 10 22:02:03.674 INFO Starting download, target: Clickhouse
17782026-07-10T22:02:04.198ZJul 10 22:02:03.674 INFO Starting download, target: MaghemiteMgd
17792026-07-10T22:02:04.198ZJul 10 22:02:03.674 INFO Starting download, target: Cockroach
17802026-07-10T22:02:04.198ZJul 10 22:02:03.674 INFO Starting download, target: MaghemiteDdmd
17812026-07-10T22:02:04.198ZJul 10 22:02:03.674 INFO Starting download, target: TransceiverControl
17822026-07-10T22:02:04.198ZJul 10 22:02:03.675 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17832026-07-10T22:02:04.198ZJul 10 22:02:03.675 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17842026-07-10T22:02:04.198ZJul 10 22:02:03.675 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17852026-07-10T22:02:04.198ZJul 10 22:02:03.675 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17862026-07-10T22:02:04.199ZJul 10 22:02:03.675 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17872026-07-10T22:02:04.199ZJul 10 22:02:03.675 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17882026-07-10T22:02:04.200ZJul 10 22:02:03.675 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17892026-07-10T22:02:04.820ZJul 10 22:02:04.268 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17902026-07-10T22:02:05.032ZJul 10 22:02:04.507 INFO Download complete, target: TransceiverControl
17912026-07-10T22:02:05.672ZJul 10 22:02:05.150 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17922026-07-10T22:02:05.979ZJul 10 22:02:05.461 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17932026-07-10T22:02:06.028ZJul 10 22:02:05.487 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17942026-07-10T22:02:06.253ZJul 10 22:02:05.723 INFO Download complete, target: Console
17952026-07-10T22:02:06.636ZJul 10 22:02:06.109 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17962026-07-10T22:02:06.764ZJul 10 22:02:06.247 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17972026-07-10T22:02:07.185ZJul 10 22:02:06.672 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17982026-07-10T22:02:07.185ZJul 10 22:02:06.672 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17992026-07-10T22:02:07.962ZJul 10 22:02:07.446 INFO Download complete, target: MaghemiteMgd
18002026-07-10T22:02:08.739ZJul 10 22:02:08.226 INFO Download complete, target: MaghemiteDdmd
18012026-07-10T22:02:09.109ZJul 10 22:02:08.596 INFO Download complete, target: DendriteStub
18022026-07-10T22:02:11.780ZJul 10 22:02:11.267 INFO Checking that binary works, target: Cockroach
18032026-07-10T22:02:11.901ZJul 10 22:02:11.388 INFO Download complete, target: Cockroach
18042026-07-10T22:02:12.709ZJul 10 22:02:12.171 INFO Checking that binary works, target: Clickhouse
18052026-07-10T22:02:12.810ZJul 10 22:02:12.253 INFO Download complete, target: Clickhouse
18062026-07-10T22:02:12.855ZAll prerequisites installed successfully
18072026-07-10T22:02:12.855Z
18082026-07-10T22:02:12.855Zreal 1:25.653188101
18092026-07-10T22:02:12.855Zuser 6:33.216913622
18102026-07-10T22:02:12.855Zsys 1:36.045156593
18112026-07-10T22:02:12.855Ztrap 0.230046260
18122026-07-10T22:02:12.856Ztflt 0.872209677
18132026-07-10T22:02:12.856Zdflt 1.686922538
18142026-07-10T22:02:12.856Zkflt 0.032388239
18152026-07-10T22:02:12.856Zlock 22:52.674276110
18162026-07-10T22:02:12.856Zslp 17:53.593677421
18172026-07-10T22:02:12.856Zlat 19.308028442
18182026-07-10T22:02:12.856Zstop 2:21.602898078
18192026-07-10T22:02:12.856Z+ source ./tools/include/force-git-over-https.sh
18202026-07-10T22:02:12.856Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18212026-07-10T22:02:12.856Z++ (( i = 0 ))
18222026-07-10T22:02:12.856Z++ (( i < 5 ))
18232026-07-10T22:02:12.856Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18242026-07-10T22:02:12.856Z++ (( i++ ))
18252026-07-10T22:02:12.856Z++ (( i < 5 ))
18262026-07-10T22:02:12.856Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18272026-07-10T22:02:12.858Z++ (( i++ ))
18282026-07-10T22:02:12.858Z++ (( i < 5 ))
18292026-07-10T22:02:12.858Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18302026-07-10T22:02:12.859Z++ (( i++ ))
18312026-07-10T22:02:12.859Z++ (( i < 5 ))
18322026-07-10T22:02:12.859Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18332026-07-10T22:02:12.859Z++ (( i++ ))
18342026-07-10T22:02:12.859Z++ (( i < 5 ))
18352026-07-10T22:02:12.859Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18362026-07-10T22:02:12.859Z++ (( i++ ))
18372026-07-10T22:02:12.859Z++ (( i < 5 ))
18382026-07-10T22:02:12.859Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18392026-07-10T22:02:12.859Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18402026-07-10T22:02:12.859Z+ rc=0
18412026-07-10T22:02:12.859Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18422026-07-10T22:02:19.551Z+ case $rc in
18432026-07-10T22:02:19.551Z+ pfexec zfs create -p rpool/images/build/host
18442026-07-10T22:02:19.802Z+ pfexec zfs create -p rpool/images/build/recovery
18452026-07-10T22:02:19.876Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18462026-07-10T22:02:20.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18472026-07-10T22:02:20.331Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18482026-07-10T22:02:21.140Z Compiling proc-macro2 v1.0.106
18492026-07-10T22:02:21.140Z Compiling quote v1.0.45
18502026-07-10T22:02:21.140Z Compiling unicode-ident v1.0.24
18512026-07-10T22:02:21.140Z Compiling libc v0.2.185
18522026-07-10T22:02:21.147Z Compiling serde_core v1.0.228
18532026-07-10T22:02:21.147Z Compiling serde v1.0.228
18542026-07-10T22:02:21.147Z Compiling cfg-if v1.0.4
18552026-07-10T22:02:21.147Z Compiling find-msvc-tools v0.1.9
18562026-07-10T22:02:21.273Z Compiling shlex v1.3.0
18572026-07-10T22:02:21.283Z Compiling version_check v0.9.5
18582026-07-10T22:02:21.284Z Compiling autocfg v1.5.0
18592026-07-10T22:02:21.284Z Compiling zerocopy v0.8.40
18602026-07-10T22:02:21.284Z Compiling zmij v1.0.21
18612026-07-10T22:02:21.284Z Compiling memchr v2.8.0
18622026-07-10T22:02:21.284Z Compiling portable-atomic v1.13.1
18632026-07-10T22:02:21.448Z Compiling serde_json v1.0.150
18642026-07-10T22:02:21.479Z Compiling parking_lot_core v0.9.12
18652026-07-10T22:02:21.690Z Compiling libm v0.2.16
18662026-07-10T22:02:21.693Z Compiling getrandom v0.4.1
18672026-07-10T22:02:21.789Z Compiling generic-array v0.14.7
18682026-07-10T22:02:21.802Z Compiling icu_normalizer_data v2.1.1
18692026-07-10T22:02:21.835Z Compiling smallvec v1.15.1
18702026-07-10T22:02:21.865Z Compiling icu_properties_data v2.1.2
18712026-07-10T22:02:21.868Z Compiling pkg-config v0.3.32
18722026-07-10T22:02:21.896Z Compiling log v0.4.29
18732026-07-10T22:02:21.899Z Compiling num-traits v0.2.19
18742026-07-10T22:02:21.992Z Compiling itoa v1.0.17
18752026-07-10T22:02:22.060Z Compiling getrandom v0.3.4
18762026-07-10T22:02:22.114Z Compiling subtle v2.6.1
18772026-07-10T22:02:22.142Z Compiling rustix v1.1.3
18782026-07-10T22:02:22.160Z Compiling scopeguard v1.2.0
18792026-07-10T22:02:22.174Z Compiling jobserver v0.1.34
18802026-07-10T22:02:22.220Z Compiling errno v0.3.14
18812026-07-10T22:02:22.254Z Compiling lock_api v0.4.14
18822026-07-10T22:02:22.289Z Compiling stable_deref_trait v1.2.1
18832026-07-10T22:02:22.341Z Compiling heck v0.5.0
18842026-07-10T22:02:22.388Z Compiling cc v1.2.56
18852026-07-10T22:02:22.391Z Compiling critical-section v1.2.0
18862026-07-10T22:02:22.405Z Compiling dunce v1.0.5
18872026-07-10T22:02:22.437Z Compiling fs_extra v1.3.0
18882026-07-10T22:02:22.468Z Compiling typenum v1.20.1
18892026-07-10T22:02:22.535Z Compiling fnv v1.0.7
18902026-07-10T22:02:22.579Z Compiling syn v2.0.117
18912026-07-10T22:02:22.597Z Compiling pin-project-lite v0.2.17
18922026-07-10T22:02:22.615Z Compiling thiserror v2.0.18
18932026-07-10T22:02:22.682Z Compiling rustversion v1.0.22
18942026-07-10T22:02:22.797Z Compiling rand_core v0.10.0
18952026-07-10T22:02:22.813Z Compiling aws-lc-rs v1.16.3
18962026-07-10T22:02:22.816Z Compiling futures-core v0.3.32
18972026-07-10T22:02:22.901Z Compiling once_cell v1.21.3
18982026-07-10T22:02:23.005Z Compiling signal-hook-registry v1.4.8
18992026-07-10T22:02:23.034Z Compiling getrandom v0.2.17
19002026-07-10T22:02:23.051Z Compiling httparse v1.10.1
19012026-07-10T22:02:23.108Z Compiling cmake v0.1.57
19022026-07-10T22:02:23.169Z Compiling percent-encoding v2.3.2
19032026-07-10T22:02:23.203Z Compiling litemap v0.8.1
19042026-07-10T22:02:23.234Z Compiling writeable v0.6.2
19052026-07-10T22:02:23.312Z Compiling parking_lot v0.12.5
19062026-07-10T22:02:23.399Z Compiling rand_core v0.6.4
19072026-07-10T22:02:23.416Z Compiling mio v1.2.0
19082026-07-10T22:02:23.479Z Compiling equivalent v1.0.2
19092026-07-10T22:02:23.512Z Compiling semver v1.0.28
19102026-07-10T22:02:23.586Z Compiling bitflags v2.11.0
19112026-07-10T22:02:23.689Z Compiling aws-lc-sys v0.40.0
19122026-07-10T22:02:23.841Z Compiling schemars v0.8.22
19132026-07-10T22:02:23.845Z Compiling vcpkg v0.2.15
19142026-07-10T22:02:24.003Z Compiling socket2 v0.6.3
19152026-07-10T22:02:24.062Z Compiling const-oid v0.9.6
19162026-07-10T22:02:24.214Z Compiling crc32fast v1.5.0
19172026-07-10T22:02:24.422Z Compiling openssl-sys v0.9.115
19182026-07-10T22:02:24.522Z Compiling utf8_iter v1.0.4
19192026-07-10T22:02:24.525Z Compiling rustls v0.23.41
19202026-07-10T22:02:24.537Z Compiling futures-sink v0.3.32
19212026-07-10T22:02:24.585Z Compiling hashbrown v0.17.0
19222026-07-10T22:02:24.601Z Compiling form_urlencoded v1.2.2
19232026-07-10T22:02:24.658Z Compiling futures-channel v0.3.32
19242026-07-10T22:02:24.712Z Compiling slab v0.4.12
19252026-07-10T22:02:24.744Z Compiling futures-task v0.3.32
19262026-07-10T22:02:24.761Z Compiling futures-io v0.3.32
19272026-07-10T22:02:24.882Z Compiling rustc_version v0.4.1
19282026-07-10T22:02:24.958Z Compiling byteorder v1.5.0
19292026-07-10T22:02:24.972Z Compiling strsim v0.11.1
19302026-07-10T22:02:25.020Z Compiling ucd-trie v0.1.7
19312026-07-10T22:02:25.107Z Compiling num-conv v0.2.0
19322026-07-10T22:02:25.203Z Compiling pest v2.8.6
19332026-07-10T22:02:25.221Z Compiling time-core v0.1.8
19342026-07-10T22:02:25.221Z Compiling openssl v0.10.79
19352026-07-10T22:02:25.258Z Compiling indexmap v2.14.0
19362026-07-10T22:02:25.293Z Compiling ident_case v1.0.1
19372026-07-10T22:02:25.355Z Compiling regex-syntax v0.8.10
19382026-07-10T22:02:25.377Z Compiling time-macros v0.2.27
19392026-07-10T22:02:25.381Z Compiling thiserror v1.0.69
19402026-07-10T22:02:25.449Z Compiling synstructure v0.13.2
19412026-07-10T22:02:25.455Z Compiling serde_derive_internals v0.29.1
19422026-07-10T22:02:25.480Z Compiling iana-time-zone v0.1.65
19432026-07-10T22:02:25.508Z Compiling syn v1.0.109
19442026-07-10T22:02:25.540Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19452026-07-10T22:02:25.710Z Compiling crossbeam-utils v0.8.21
19462026-07-10T22:02:25.750Z Compiling native-tls v0.2.18
19472026-07-10T22:02:25.848Z Compiling base64 v0.22.1
19482026-07-10T22:02:26.016Z Compiling slog v2.8.2
19492026-07-10T22:02:26.077Z Compiling camino v1.2.2
19502026-07-10T22:02:26.096Z Compiling rand_core v0.9.5
19512026-07-10T22:02:26.287Z Compiling bzip2-sys v0.1.13+1.0.8
19522026-07-10T22:02:26.312Z Compiling pest_meta v2.8.6
19532026-07-10T22:02:26.312Z Compiling uuid v1.23.4
19542026-07-10T22:02:26.384Z Compiling cookie v0.18.1
19552026-07-10T22:02:26.419Z Compiling plain v0.2.3
19562026-07-10T22:02:26.443Z Compiling paste v1.0.15
19572026-07-10T22:02:26.523Z Compiling base64ct v1.8.3
19582026-07-10T22:02:26.542Z Compiling fastrand v2.3.0
19592026-07-10T22:02:26.645Z Compiling tracing-core v0.1.36
19602026-07-10T22:02:26.681Z Compiling serde_derive v1.0.228
19612026-07-10T22:02:26.732Z Compiling zeroize_derive v1.4.3
19622026-07-10T22:02:26.829Z Compiling zerofrom-derive v0.1.6
19632026-07-10T22:02:26.865Z Compiling zerocopy-derive v0.8.40
19642026-07-10T22:02:26.882Z Compiling yoke-derive v0.8.1
19652026-07-10T22:02:26.897Z Compiling zerovec-derive v0.11.2
19662026-07-10T22:02:26.960Z Compiling displaydoc v0.2.5
19672026-07-10T22:02:27.023Z Compiling tokio-macros v2.7.0
19682026-07-10T22:02:27.162Z Compiling futures-macro v0.3.32
19692026-07-10T22:02:27.366Z Compiling zeroize v1.8.2
19702026-07-10T22:02:27.565Z Compiling tracing-attributes v0.1.31
19712026-07-10T22:02:27.629Z Compiling thiserror-impl v2.0.18
19722026-07-10T22:02:27.685Z Compiling der_derive v0.7.3
19732026-07-10T22:02:27.689Z Compiling schemars_derive v0.8.22
19742026-07-10T22:02:27.880Z Compiling pest_generator v2.8.6
19752026-07-10T22:02:27.968Z Compiling zerofrom v0.1.6
19762026-07-10T22:02:28.003Z Compiling futures-util v0.3.32
19772026-07-10T22:02:28.115Z Compiling yoke v0.8.1
19782026-07-10T22:02:28.323Z Compiling zerovec v0.11.5
19792026-07-10T22:02:28.355Z Compiling zerotrie v0.2.3
19802026-07-10T22:02:28.752Z Compiling block-buffer v0.10.4
19812026-07-10T22:02:28.830Z Compiling tinystr v0.8.2
19822026-07-10T22:02:28.846Z Compiling potential_utf v0.1.4
19832026-07-10T22:02:28.895Z Compiling crypto-common v0.1.7
19842026-07-10T22:02:29.017Z Compiling icu_collections v2.1.1
19852026-07-10T22:02:29.043Z Compiling icu_locale_core v2.1.1
19862026-07-10T22:02:29.099Z Compiling digest v0.10.7
19872026-07-10T22:02:29.129Z Compiling pest_derive v2.8.6
19882026-07-10T22:02:29.289Z Compiling scroll_derive v0.13.1
19892026-07-10T22:02:29.384Z Compiling openssl-macros v0.1.1
19902026-07-10T22:02:29.527Z Compiling thiserror-impl v1.0.69
19912026-07-10T22:02:29.734Z Compiling icu_provider v2.1.1
19922026-07-10T22:02:29.839Z Compiling bytes v1.11.1
19932026-07-10T22:02:29.946Z Compiling chrono v0.4.44
19942026-07-10T22:02:30.122Z Compiling icu_properties v2.1.2
19952026-07-10T22:02:30.140Z Compiling icu_normalizer v2.1.1
19962026-07-10T22:02:30.477Z Compiling tokio v1.52.1
19972026-07-10T22:02:30.824Z Compiling http v1.4.2
19982026-07-10T22:02:30.984Z Compiling idna_adapter v1.2.1
19992026-07-10T22:02:31.139Z Compiling idna v1.1.0
20002026-07-10T22:02:31.300Z Compiling ppv-lite86 v0.2.21
20012026-07-10T22:02:31.380Z Compiling rustls-pki-types v1.14.0
20022026-07-10T22:02:31.398Z Compiling pem-rfc7468 v0.7.0
20032026-07-10T22:02:31.548Z Compiling url v2.5.8
20042026-07-10T22:02:31.919Z Compiling aho-corasick v1.1.4
20052026-07-10T22:02:32.156Z Compiling num-bigint-dig v0.8.6
20062026-07-10T22:02:32.260Z Compiling flagset v0.4.7
20072026-07-10T22:02:32.348Z Compiling tracing v0.1.44
20082026-07-10T22:02:32.399Z Compiling der v0.7.10
20092026-07-10T22:02:32.412Z Compiling http-body v1.0.1
20102026-07-10T22:02:32.633Z Compiling rand_chacha v0.9.0
20112026-07-10T22:02:32.740Z Compiling regex-automata v0.4.14
20122026-07-10T22:02:32.989Z Compiling async-trait v0.1.89
20132026-07-10T22:02:33.079Z Compiling ahash v0.8.12
20142026-07-10T22:02:33.115Z Compiling pretty-hex v0.4.1
20152026-07-10T22:02:33.241Z Compiling usdt-impl v0.6.0
20162026-07-10T22:02:33.261Z Compiling tinyvec_macros v0.1.1
20172026-07-10T22:02:33.268Z Compiling cmov v0.5.4
20182026-07-10T22:02:33.309Z Compiling atomic-waker v1.1.2
20192026-07-10T22:02:33.359Z Compiling dyn-clone v1.0.20
20202026-07-10T22:02:33.363Z Compiling openssl-probe v0.2.1
20212026-07-10T22:02:33.363Z Compiling zstd-safe v7.2.4
20222026-07-10T22:02:33.424Z Compiling tinyvec v1.10.0
20232026-07-10T22:02:33.494Z Compiling ctutils v0.4.2
20242026-07-10T22:02:33.509Z Compiling spki v0.7.3
20252026-07-10T22:02:33.597Z Compiling rand v0.9.2
20262026-07-10T22:02:33.602Z Compiling scroll v0.13.0
20272026-07-10T22:02:33.637Z Compiling serde_tokenstream v0.2.3
20282026-07-10T22:02:33.722Z Compiling tempfile v3.25.0
20292026-07-10T22:02:33.761Z Compiling clap_derive v4.6.1
20302026-07-10T22:02:33.811Z Compiling daft-derive v0.1.7
20312026-07-10T22:02:33.864Z Compiling scroll_derive v0.12.1
20322026-07-10T22:02:33.902Z Compiling heapless v0.7.17
20332026-07-10T22:02:34.048Z Compiling utf8parse v0.2.2
20342026-07-10T22:02:34.094Z Compiling try-lock v0.2.5
20352026-07-10T22:02:34.141Z Compiling signal-hook v0.3.18
20362026-07-10T22:02:34.188Z Compiling litrs v1.0.0
20372026-07-10T22:02:34.205Z Compiling anyhow v1.0.102
20382026-07-10T22:02:34.242Z Compiling tower-service v0.3.3
20392026-07-10T22:02:34.320Z Compiling untrusted v0.7.1
20402026-07-10T22:02:34.355Z Compiling tower-layer v0.3.3
20412026-07-10T22:02:34.462Z Compiling tokio-util v0.7.18
20422026-07-10T22:02:34.557Z Compiling want v0.3.1
20432026-07-10T22:02:34.661Z Compiling document-features v0.2.12
20442026-07-10T22:02:34.839Z Compiling goblin v0.10.5
20452026-07-10T22:02:34.895Z Compiling hybrid-array v0.4.13
20462026-07-10T22:02:34.930Z Compiling ipnet v2.11.0
20472026-07-10T22:02:35.350Z Compiling h2 v0.4.15
20482026-07-10T22:02:35.459Z Compiling pin-project-internal v1.1.11
20492026-07-10T22:02:35.508Z Compiling darling_core v0.20.11
20502026-07-10T22:02:35.562Z Compiling spin v0.9.8
20512026-07-10T22:02:35.749Z Compiling simd-adler32 v0.3.8
20522026-07-10T22:02:35.810Z Compiling cpufeatures v0.2.17
20532026-07-10T22:02:35.831Z Compiling untrusted v0.9.0
20542026-07-10T22:02:35.915Z Compiling httpdate v1.0.3
20552026-07-10T22:02:36.251Z Compiling rustix v0.38.44
20562026-07-10T22:02:36.338Z Compiling foreign-types-shared v0.1.1
20572026-07-10T22:02:36.353Z Compiling powerfmt v0.2.0
20582026-07-10T22:02:36.386Z Compiling anstyle v1.0.14
20592026-07-10T22:02:36.457Z Compiling foreign-types v0.3.2
20602026-07-10T22:02:36.510Z Compiling deranged v0.5.8
20612026-07-10T22:02:36.631Z Compiling unicode-normalization v0.1.25
20622026-07-10T22:02:36.645Z Compiling pkcs8 v0.10.2
20632026-07-10T22:02:36.764Z Compiling hex v0.4.3
20642026-07-10T22:02:36.908Z Compiling dtrace-parser v0.3.0
20652026-07-10T22:02:36.942Z Compiling strum_macros v0.26.4
20662026-07-10T22:02:36.961Z Compiling zerocopy-derive v0.7.35
20672026-07-10T22:02:37.086Z Compiling darling_core v0.21.3
20682026-07-10T22:02:37.139Z Compiling curve25519-dalek v4.1.3
20692026-07-10T22:02:37.387Z Compiling thread-id v5.1.0
20702026-07-10T22:02:37.434Z Compiling memoffset v0.9.1
20712026-07-10T22:02:37.488Z Compiling anstyle-query v1.1.5
20722026-07-10T22:02:37.536Z Compiling adler2 v2.0.1
20732026-07-10T22:02:37.560Z Compiling darling_macro v0.20.11
20742026-07-10T22:02:37.600Z Compiling dof v0.4.0
20752026-07-10T22:02:37.716Z Compiling ref-cast v1.0.25
20762026-07-10T22:02:37.783Z Compiling is_terminal_polyfill v1.70.2
20772026-07-10T22:02:37.826Z Compiling colorchoice v1.0.4
20782026-07-10T22:02:37.917Z Compiling num_threads v0.1.7
20792026-07-10T22:02:37.986Z Compiling smoltcp v0.9.1
20802026-07-10T22:02:38.008Z Compiling time v0.3.47
20812026-07-10T22:02:38.058Z Compiling miniz_oxide v0.8.9
20822026-07-10T22:02:38.076Z Compiling darling v0.20.11
20832026-07-10T22:02:38.180Z Compiling sha2 v0.10.9
20842026-07-10T22:02:38.615Z Compiling hyper v1.10.1
20852026-07-10T22:02:38.691Z Compiling hmac v0.12.1
20862026-07-10T22:02:38.705Z Compiling snafu-derive v0.8.9
20872026-07-10T22:02:38.955Z Compiling sync_wrapper v1.0.2
20882026-07-10T22:02:38.978Z Compiling wait-timeout v0.2.1
20892026-07-10T22:02:39.053Z Compiling siphasher v1.0.2
20902026-07-10T22:02:39.259Z Compiling darling_macro v0.21.3
20912026-07-10T22:02:39.349Z Compiling bit-vec v0.8.0
20922026-07-10T22:02:39.364Z Compiling cfg_aliases v0.2.1
20932026-07-10T22:02:39.460Z Compiling quick-error v1.2.3
20942026-07-10T22:02:39.599Z Compiling zlib-rs v0.6.2
20952026-07-10T22:02:39.716Z Compiling bit-set v0.8.0
20962026-07-10T22:02:39.759Z Compiling hyper-util v0.1.20
20972026-07-10T22:02:39.774Z Compiling darling v0.21.3
20982026-07-10T22:02:39.872Z Compiling rusty-fork v0.3.1
20992026-07-10T22:02:39.901Z Compiling nix v0.31.2
21002026-07-10T22:02:40.166Z Compiling tower v0.5.3
21012026-07-10T22:02:40.401Z Compiling derive_builder_core v0.20.2
21022026-07-10T22:02:40.434Z Compiling regex v1.12.3
21032026-07-10T22:02:40.434Z Compiling anstyle-parse v1.0.0
21042026-07-10T22:02:40.693Z Compiling http-body-util v0.1.3
21052026-07-10T22:02:40.989Z Compiling erased-serde v0.3.31
21062026-07-10T22:02:41.036Z Compiling hubpack_derive v0.1.1
21072026-07-10T22:02:41.070Z Compiling ref-cast-impl v1.0.25
21082026-07-10T22:02:41.070Z Compiling curve25519-dalek-derive v0.1.1
21092026-07-10T22:02:41.070Z Compiling strum_macros v0.27.2
21102026-07-10T22:02:41.195Z Compiling rand_xorshift v0.4.0
21112026-07-10T22:02:41.505Z Compiling fs-err v3.3.0
21122026-07-10T22:02:41.563Z Compiling usdt-impl v0.5.0
21132026-07-10T22:02:41.599Z Compiling encoding_rs v0.8.35
21142026-07-10T22:02:41.625Z Compiling unicode-bidi v0.3.18
21152026-07-10T22:02:41.818Z Compiling flate2 v1.1.9
21162026-07-10T22:02:41.860Z Compiling ryu v1.0.23
21172026-07-10T22:02:41.979Z Compiling object v0.37.3
21182026-07-10T22:02:42.106Z Compiling unicode-properties v0.1.4
21192026-07-10T22:02:42.165Z Compiling unarray v0.1.4
21202026-07-10T22:02:42.283Z Compiling mime v0.3.17
21212026-07-10T22:02:42.312Z Compiling iri-string v0.7.10
21222026-07-10T22:02:42.332Z Compiling allocator-api2 v0.2.21
21232026-07-10T22:02:42.391Z Compiling stringprep v0.1.5
21242026-07-10T22:02:42.772Z Compiling proptest v1.10.0
21252026-07-10T22:02:42.783Z Compiling serde_urlencoded v0.7.1
21262026-07-10T22:02:43.518Z Compiling tower-http v0.6.8
21272026-07-10T22:02:43.648Z Compiling derive_builder_macro v0.20.2
21282026-07-10T22:02:43.795Z Compiling tokio-native-tls v0.3.1
21292026-07-10T22:02:43.876Z Compiling anstream v1.0.0
21302026-07-10T22:02:43.893Z Compiling serde_with_macros v3.17.0
21312026-07-10T22:02:43.915Z Compiling usdt-attr-macro v0.6.0
21322026-07-10T22:02:43.939Z Compiling usdt-macro v0.6.0
21332026-07-10T22:02:43.966Z Compiling ipnetwork v0.21.1
21342026-07-10T22:02:44.146Z Compiling block-buffer v0.12.1
21352026-07-10T22:02:44.186Z Compiling block-padding v0.4.2
21362026-07-10T22:02:44.298Z Compiling crypto-common v0.2.2
21372026-07-10T22:02:44.337Z Compiling bstr v1.12.1
21382026-07-10T22:02:44.353Z Compiling scroll v0.12.0
21392026-07-10T22:02:44.469Z Compiling rustls-native-certs v0.8.3
21402026-07-10T22:02:44.486Z Compiling rand_chacha v0.3.1
21412026-07-10T22:02:44.632Z Compiling serde_spanned v0.6.9
21422026-07-10T22:02:44.670Z Compiling toml_datetime v0.6.11
21432026-07-10T22:02:44.820Z Compiling md-5 v0.10.6
21442026-07-10T22:02:44.884Z Compiling signature v2.2.0
21452026-07-10T22:02:44.958Z Compiling async-recursion v1.1.1
21462026-07-10T22:02:45.048Z Compiling terminal_size v0.4.3
21472026-07-10T22:02:45.074Z Compiling num-integer v0.1.46
21482026-07-10T22:02:45.107Z Compiling hash32 v0.2.1
21492026-07-10T22:02:45.124Z Compiling vergen-lib v9.1.0
21502026-07-10T22:02:45.160Z Compiling psl-types v2.0.11
21512026-07-10T22:02:45.348Z Compiling clap_lex v1.0.0
21522026-07-10T22:02:45.560Z Compiling fallible-iterator v0.2.0
21532026-07-10T22:02:45.594Z Compiling clap_builder v4.6.0
21542026-07-10T22:02:45.742Z Compiling num-iter v0.1.45
21552026-07-10T22:02:45.857Z Compiling postgres-protocol v0.6.10
21562026-07-10T22:02:45.876Z Compiling publicsuffix v2.3.0
21572026-07-10T22:02:45.948Z Compiling rand v0.8.6
21582026-07-10T22:02:46.081Z Compiling newtype-uuid v1.3.2
21592026-07-10T22:02:46.363Z Compiling goblin v0.8.2
21602026-07-10T22:02:46.405Z Compiling inout v0.2.2
21612026-07-10T22:02:46.421Z Compiling oxnet v0.1.6
21622026-07-10T22:02:46.458Z Compiling derive_builder v0.20.2
21632026-07-10T22:02:46.615Z Compiling hyper-tls v0.6.0
21642026-07-10T22:02:46.661Z Compiling phf_shared v0.13.1
21652026-07-10T22:02:46.882Z Compiling zerocopy v0.7.35
21662026-07-10T22:02:46.941Z Compiling lazy_static v1.5.0
21672026-07-10T22:02:47.017Z Compiling pin-project v1.1.11
21682026-07-10T22:02:47.033Z Compiling anstyle-parse v0.2.7
21692026-07-10T22:02:47.105Z Compiling futures-executor v0.3.32
21702026-07-10T22:02:47.291Z Compiling serde_repr v0.1.20
21712026-07-10T22:02:47.391Z Compiling enum-as-inner v0.6.1
21722026-07-10T22:02:47.472Z Compiling ff v0.13.1
21732026-07-10T22:02:47.476Z Compiling vergen v9.1.0
21742026-07-10T22:02:47.605Z Compiling cargo-platform v0.3.2
21752026-07-10T22:02:47.634Z Compiling base16ct v0.2.0
21762026-07-10T22:02:47.718Z Compiling libbz2-rs-sys v0.2.2
21772026-07-10T22:02:47.755Z Compiling bumpalo v3.20.2
21782026-07-10T22:02:47.795Z Compiling managed v0.8.0
21792026-07-10T22:02:47.818Z Compiling unicode-segmentation v1.12.0
21802026-07-10T22:02:47.841Z Compiling same-file v1.0.6
21812026-07-10T22:02:47.928Z Compiling foldhash v0.2.0
21822026-07-10T22:02:47.999Z Compiling foldhash v0.1.5
21832026-07-10T22:02:48.013Z Compiling winnow v0.5.40
21842026-07-10T22:02:48.023Z Compiling bitflags v1.3.2
21852026-07-10T22:02:48.173Z Compiling bzip2 v0.6.1
21862026-07-10T22:02:48.185Z Compiling hashbrown v0.15.5
21872026-07-10T22:02:48.319Z Compiling hashbrown v0.16.1
21882026-07-10T22:02:48.363Z Compiling walkdir v2.5.0
21892026-07-10T22:02:48.557Z Compiling dof v0.3.0
21902026-07-10T22:02:48.639Z Compiling zopfli v0.8.3
21912026-07-10T22:02:48.761Z Compiling cargo_metadata v0.23.1
21922026-07-10T22:02:48.923Z Compiling sec1 v0.7.3
21932026-07-10T22:02:49.575Z Compiling group v0.13.0
21942026-07-10T22:02:49.582Z Compiling clap v4.6.1
21952026-07-10T22:02:49.582Z Compiling toml_edit v0.19.15
21962026-07-10T22:02:49.582Z Compiling futures v0.3.32
21972026-07-10T22:02:49.582Z Compiling anstream v0.6.21
21982026-07-10T22:02:49.671Z Compiling snafu v0.8.9
21992026-07-10T22:02:50.050Z Compiling phf v0.13.1
22002026-07-10T22:02:50.067Z Compiling reqwest v0.12.28
22012026-07-10T22:02:50.084Z Compiling daft v0.1.7
22022026-07-10T22:02:50.104Z Compiling signal-hook-mio v0.2.5
22032026-07-10T22:02:50.258Z Compiling cipher v0.5.2
22042026-07-10T22:02:50.370Z Compiling postgres-types v0.2.12
22052026-07-10T22:02:50.557Z Compiling cookie_store v0.22.1
22062026-07-10T22:02:50.593Z Compiling bzip2 v0.4.4
22072026-07-10T22:02:50.593Z Compiling zstd v0.13.3
22082026-07-10T22:02:50.769Z Compiling ed25519 v2.2.3
22092026-07-10T22:02:50.770Z Compiling globset v0.4.18
22102026-07-10T22:02:50.821Z Compiling dtrace-parser v0.2.0
22112026-07-10T22:02:50.871Z Compiling strum v0.27.2
22122026-07-10T22:02:50.996Z Compiling hubpack v0.1.2
22132026-07-10T22:02:51.065Z Compiling phf_shared v0.11.3
22142026-07-10T22:02:51.100Z Compiling hkdf v0.12.4
22152026-07-10T22:02:51.100Z Compiling olpc-cjson v0.1.4
22162026-07-10T22:02:51.124Z Compiling pkcs1 v0.7.5
22172026-07-10T22:02:51.298Z Compiling pem v3.0.6
22182026-07-10T22:02:51.337Z Compiling serde_plain v1.0.2
22192026-07-10T22:02:51.365Z Compiling serde-big-array v0.5.1
22202026-07-10T22:02:51.393Z Compiling crypto-bigint v0.5.5
22212026-07-10T22:02:51.538Z Compiling float-cmp v0.10.0
22222026-07-10T22:02:51.569Z Compiling env_filter v1.0.0
22232026-07-10T22:02:51.601Z Compiling thread-id v4.2.2
22242026-07-10T22:02:51.640Z Compiling memmap2 v0.9.10
22252026-07-10T22:02:51.762Z Compiling new_debug_unreachable v1.0.6
22262026-07-10T22:02:51.813Z Compiling predicates-core v1.0.10
22272026-07-10T22:02:51.845Z Compiling winnow v0.7.14
22282026-07-10T22:02:51.859Z Compiling winnow v1.0.3
22292026-07-10T22:02:51.886Z Compiling static_assertions v1.1.0
22302026-07-10T22:02:51.973Z Compiling cpufeatures v0.3.0
22312026-07-10T22:02:51.990Z Compiling precomputed-hash v0.1.1
22322026-07-10T22:02:52.020Z Compiling normalize-line-endings v0.3.0
22332026-07-10T22:02:52.058Z Compiling fixedbitset v0.5.7
22342026-07-10T22:02:52.093Z Compiling data-encoding v2.10.0
22352026-07-10T22:02:52.129Z Compiling jiff v0.2.21
22362026-07-10T22:02:52.222Z Compiling keccak v0.1.6
22372026-07-10T22:02:52.353Z Compiling whoami v2.1.0
22382026-07-10T22:02:52.450Z Compiling toml_write v0.1.2
22392026-07-10T22:02:52.468Z Compiling const-oid v0.10.2
22402026-07-10T22:02:52.621Z Compiling fixedbitset v0.4.2
22412026-07-10T22:02:52.643Z Compiling difflib v0.4.0
22422026-07-10T22:02:52.678Z Compiling typed-path v0.9.3
22432026-07-10T22:02:52.692Z Compiling either v1.15.0
22442026-07-10T22:02:52.835Z Compiling petgraph v0.6.5
22452026-07-10T22:02:52.923Z Compiling itertools v0.13.0
22462026-07-10T22:02:53.007Z Compiling predicates v3.1.4
22472026-07-10T22:02:53.088Z Compiling digest v0.11.3
22482026-07-10T22:02:53.293Z Compiling toml_edit v0.22.27
22492026-07-10T22:02:53.310Z Compiling tokio-postgres v0.7.16
22502026-07-10T22:02:53.641Z Compiling hickory-proto v0.25.2
22512026-07-10T22:02:53.786Z Compiling sha3 v0.10.8
22522026-07-10T22:02:53.824Z Compiling elliptic-curve v0.13.8
22532026-07-10T22:02:54.008Z Compiling petgraph v0.8.3
22542026-07-10T22:02:54.164Z Compiling toml_parser v1.1.2+spec-1.1.0
22552026-07-10T22:02:54.172Z Compiling string_cache v0.8.9
22562026-07-10T22:02:54.323Z Compiling chacha20 v0.10.0
22572026-07-10T22:02:54.451Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22582026-07-10T22:02:54.766Z Compiling zip v4.6.1
22592026-07-10T22:02:54.869Z Compiling usdt v0.6.0
22602026-07-10T22:02:55.138Z Compiling env_logger v0.11.9
22612026-07-10T22:02:55.670Z Compiling rsa v0.9.10
22622026-07-10T22:02:56.003Z Compiling ed25519-dalek v2.2.0
22632026-07-10T22:02:56.121Z Compiling toml v0.7.8
22642026-07-10T22:02:56.175Z Compiling zip v0.6.6
22652026-07-10T22:02:56.302Z Compiling crossterm v0.28.1
22662026-07-10T22:02:56.365Z Compiling iddqd v0.4.2
22672026-07-10T22:02:56.701Z Compiling crossbeam-epoch v0.9.18
22682026-07-10T22:02:56.716Z Compiling similar v2.7.0
22692026-07-10T22:02:56.762Z Compiling heck v0.4.1
22702026-07-10T22:02:56.911Z Compiling serde_with v3.17.0
22712026-07-10T22:02:57.222Z Compiling strum v0.26.3
22722026-07-10T22:02:57.306Z Compiling tokio-stream v0.1.18
22732026-07-10T22:02:57.369Z Compiling buf-list v1.1.2
22742026-07-10T22:02:57.457Z Compiling x509-cert v0.2.5
22752026-07-10T22:02:57.473Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22762026-07-10T22:02:57.641Z Compiling openapiv3 v2.2.0
22772026-07-10T22:02:57.791Z Compiling structmeta-derive v0.3.0
22782026-07-10T22:02:57.932Z Compiling peg-runtime v0.8.5
22792026-07-10T22:02:57.949Z Compiling radium v0.7.0
22802026-07-10T22:02:58.272Z Compiling lalrpop-util v0.19.12
22812026-07-10T22:02:58.792Z Compiling structmeta v0.3.0
22822026-07-10T22:02:59.466Z Compiling maybe-uninit v2.0.0
22832026-07-10T22:02:59.517Z Compiling tap v1.0.1
22842026-07-10T22:02:59.636Z Compiling wyz v0.5.1
22852026-07-10T22:03:00.795Z Compiling funty v2.0.0
22862026-07-10T22:03:01.260Z Compiling packed_struct v0.10.1
22872026-07-10T22:03:01.754Z Compiling bitvec v1.0.1
22882026-07-10T22:03:04.032Z Compiling packed_struct_codegen v0.10.1
22892026-07-10T22:03:04.308Z Compiling bitfield-macros v0.19.4
22902026-07-10T22:03:04.383Z Compiling zerocopy-derive v0.6.6
22912026-07-10T22:03:04.965Z Compiling indexmap v1.9.3
22922026-07-10T22:03:05.184Z Compiling crc-catalog v2.4.0
22932026-07-10T22:03:05.289Z Compiling nodrop v0.1.14
22942026-07-10T22:03:05.304Z Compiling crc v3.4.0
22952026-07-10T22:03:05.396Z Compiling array-init v0.0.4
22962026-07-10T22:03:05.901Z Compiling zerocopy v0.6.6
22972026-07-10T22:03:06.287Z Compiling bitfield v0.19.4
22982026-07-10T22:03:06.701Z Compiling smallvec v0.6.14
22992026-07-10T22:03:07.584Z Compiling derive-ex v0.1.8
23002026-07-10T22:03:09.506Z Compiling base64 v0.21.7
23012026-07-10T22:03:10.028Z Compiling hashbrown v0.12.3
23022026-07-10T22:03:11.556Z Compiling rustls-webpki v0.103.13
23032026-07-10T22:03:11.632Z Compiling ron v0.8.1
23042026-07-10T22:03:12.759Z Compiling test-strategy v0.4.5
23052026-07-10T22:03:14.096Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23062026-07-10T22:03:14.213Z Compiling serde-hex v0.1.0
23072026-07-10T22:03:15.016Z Compiling tokio-rustls v0.26.4
23082026-07-10T22:03:15.298Z Compiling hyper-rustls v0.27.7
23092026-07-10T22:03:15.425Z Compiling rustls-platform-verifier v0.6.2
23102026-07-10T22:03:15.605Z Compiling reqwest v0.13.2
23112026-07-10T22:03:15.623Z Compiling tough v0.22.0
23122026-07-10T22:03:15.985Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23132026-07-10T22:03:16.047Z Compiling hashbrown v0.13.2
23142026-07-10T22:03:16.207Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23152026-07-10T22:03:16.583Z Compiling filetime v0.2.27
23162026-07-10T22:03:16.649Z Compiling multer v3.1.0
23172026-07-10T22:03:16.809Z Compiling thread_local v1.1.9
23182026-07-10T22:03:16.857Z Compiling xattr v1.6.1
23192026-07-10T22:03:16.884Z Compiling crc-any v2.5.0
23202026-07-10T22:03:16.900Z Compiling rayon-core v1.13.0
23212026-07-10T22:03:16.952Z Compiling compression-core v0.4.31
23222026-07-10T22:03:17.070Z Compiling slog-async v2.8.0
23232026-07-10T22:03:17.122Z Compiling match_cfg v0.1.0
23242026-07-10T22:03:17.192Z Compiling hostname v0.3.1
23252026-07-10T22:03:17.216Z Compiling compression-codecs v0.4.37
23262026-07-10T22:03:17.243Z Compiling tar v0.4.45
23272026-07-10T22:03:17.355Z Compiling object v0.30.4
23282026-07-10T22:03:17.389Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23292026-07-10T22:03:17.409Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23302026-07-10T22:03:17.424Z Compiling crossbeam-channel v0.5.15
23312026-07-10T22:03:17.442Z Compiling slog-json v2.6.1
23322026-07-10T22:03:17.459Z Compiling async-stream-impl v0.3.6
23332026-07-10T22:03:17.599Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23342026-07-10T22:03:17.717Z Compiling toml_datetime v1.1.1+spec-1.1.0
23352026-07-10T22:03:17.818Z Compiling serde_path_to_error v0.1.20
23362026-07-10T22:03:18.026Z Compiling serde_spanned v1.1.1
23372026-07-10T22:03:18.048Z Compiling is-terminal v0.4.17
23382026-07-10T22:03:18.063Z Compiling fs-err v2.11.0
23392026-07-10T22:03:18.135Z Compiling dropshot v0.17.1
23402026-07-10T22:03:18.171Z Compiling toml_writer v1.1.1+spec-1.1.0
23412026-07-10T22:03:18.180Z Compiling debug-ignore v1.0.5
23422026-07-10T22:03:18.194Z Compiling path-slash v0.1.5
23432026-07-10T22:03:18.278Z Compiling take_mut v0.2.2
23442026-07-10T22:03:18.305Z Compiling term v1.2.1
23452026-07-10T22:03:18.371Z Compiling toml v1.1.2+spec-1.1.0
23462026-07-10T22:03:18.445Z Compiling async-stream v0.3.6
23472026-07-10T22:03:18.458Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23482026-07-10T22:03:18.461Z Compiling slog-bunyan v2.5.0
23492026-07-10T22:03:18.589Z Compiling async-compression v0.4.41
23502026-07-10T22:03:18.639Z Compiling slog-term v2.9.2
23512026-07-10T22:03:18.670Z Compiling atomicwrites v0.4.4
23522026-07-10T22:03:18.884Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23532026-07-10T22:03:18.954Z Compiling sha1 v0.11.0
23542026-07-10T22:03:18.967Z Compiling crossbeam-deque v0.8.6
23552026-07-10T22:03:19.074Z Compiling parse-display-derive v0.10.0
23562026-07-10T22:03:19.202Z Compiling camino-tempfile v1.4.1
23572026-07-10T22:03:19.217Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23582026-07-10T22:03:19.392Z Compiling dropshot_endpoint v0.17.1
23592026-07-10T22:03:19.440Z Compiling newtype-uuid-macros v0.1.0
23602026-07-10T22:03:19.570Z Compiling waitgroup v0.1.2
23612026-07-10T22:03:19.624Z Compiling rustls-pemfile v2.2.0
23622026-07-10T22:03:19.645Z Compiling half v2.7.1
23632026-07-10T22:03:19.664Z Compiling backon v1.6.0
23642026-07-10T22:03:19.749Z Compiling blake3 v1.8.5
23652026-07-10T22:03:19.856Z Compiling hostname v0.4.2
23662026-07-10T22:03:19.930Z Compiling instant v0.1.13
23672026-07-10T22:03:19.950Z Compiling ciborium-io v0.2.2
23682026-07-10T22:03:19.957Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23692026-07-10T22:03:20.033Z Compiling ciborium-ll v0.2.2
23702026-07-10T22:03:20.033Z Compiling backoff v0.4.0
23712026-07-10T22:03:20.064Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23722026-07-10T22:03:20.200Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23732026-07-10T22:03:20.301Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23742026-07-10T22:03:20.341Z Compiling toml v0.8.23
23752026-07-10T22:03:20.420Z Compiling regress v0.10.5
23762026-07-10T22:03:20.520Z Compiling itertools v0.14.0
23772026-07-10T22:03:20.570Z Compiling parse-display v0.10.0
23782026-07-10T22:03:20.603Z Compiling macaddr v1.0.1
23792026-07-10T22:03:20.909Z Compiling constant_time_eq v0.4.2
23802026-07-10T22:03:21.023Z Compiling indent_write v2.2.0
23812026-07-10T22:03:21.125Z Compiling arrayref v0.3.9
23822026-07-10T22:03:21.190Z Compiling arrayvec v0.7.6
23832026-07-10T22:03:21.206Z Compiling humantime v2.3.0
23842026-07-10T22:03:21.220Z Compiling parse-size v1.1.0
23852026-07-10T22:03:21.457Z Compiling ciborium v0.2.2
23862026-07-10T22:03:21.599Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23872026-07-10T22:03:21.659Z Compiling display-error-chain v0.2.2
23882026-07-10T22:03:21.825Z Compiling topological-sort v0.2.2
23892026-07-10T22:03:22.015Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23902026-07-10T22:03:22.031Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23912026-07-10T22:03:22.052Z Compiling shell-words v1.1.1
23922026-07-10T22:03:31.806Z Compiling progenitor-client v0.14.0
23932026-07-10T22:03:31.806Z Compiling omicron-zone-package v0.12.3
23942026-07-10T22:03:32.051Z Compiling progenitor-extras v0.2.0
23952026-07-10T22:03:32.342Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23962026-07-10T22:03:32.384Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23972026-07-10T22:03:32.402Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23982026-07-10T22:03:33.630Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23992026-07-10T22:03:37.467Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24002026-07-10T22:03:40.541Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24012026-07-10T22:03:48.639Z Finished `release` profile [optimized] target(s) in 1m 28s
24022026-07-10T22:03:48.773Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24032026-07-10T22:03:48.828ZJul 10 22:03:48.314 DEBG changing working directory to /work/oxidecomputer/omicron
24042026-07-10T22:03:48.926ZJul 10 22:03:48.409 DEBG running: git rev-parse HEAD
24052026-07-10T22:03:48.931ZJul 10 22:03:48.411 DEBG process exited with exit status: 0 (2.528819ms)
24062026-07-10T22:03:48.931ZJul 10 22:03:48.411 INFO version: 21.0.0-0.ci+gitf3f8ff9b46e
24072026-07-10T22:03:48.934ZJul 10 22:03:48.419 INFO cloning helios to /work/oxidecomputer/helios
24082026-07-10T22:03:48.935ZJul 10 22:03:48.419 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24092026-07-10T22:03:48.935ZCloning into '/work/oxidecomputer/helios'...
24102026-07-10T22:03:49.408ZJul 10 22:03:48.888 DEBG process exited with exit status: 0 (468.988108ms)
24112026-07-10T22:03:49.408ZJul 10 22:03:48.888 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24122026-07-10T22:03:49.414ZJul 10 22:03:48.891 DEBG process exited with exit status: 0 (2.315379ms)
24132026-07-10T22:03:49.414ZJul 10 22:03:48.891 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24142026-07-10T22:03:49.732ZJul 10 22:03:49.218 DEBG process exited with exit status: 0 (327.267023ms)
24152026-07-10T22:03:49.732ZJul 10 22:03:49.218 DEBG running: zfs list rpool/images/build/host
24162026-07-10T22:03:49.735ZNAME USED AVAIL REFER MOUNTPOINT
24172026-07-10T22:03:49.735Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24182026-07-10T22:03:49.738ZJul 10 22:03:49.222 DEBG process exited with exit status: 0 (4.607268ms)
24192026-07-10T22:03:49.738ZJul 10 22:03:49.222 DEBG running: zfs list rpool/images/build/recovery
24202026-07-10T22:03:49.741ZNAME USED AVAIL REFER MOUNTPOINT
24212026-07-10T22:03:49.741Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24222026-07-10T22:03:49.741ZJul 10 22:03:49.226 DEBG process exited with exit status: 0 (3.603648ms)
24232026-07-10T22:03:49.742ZJul 10 22:03:49.226 INFO console assets match pinned console commit (398e00c75e352effcfede8d950f99cac7b8e4311)
24242026-07-10T22:03:49.750ZJul 10 22:03:49.237 INFO console client API version matches nexus API version (2026061000.0.0)
24252026-07-10T22:03:49.753ZJul 10 22:03:49.238 INFO [hubris-production] running task
24262026-07-10T22:03:49.754ZJul 10 22:03:49.238 INFO [incorp-manifest] running task
24272026-07-10T22:03:49.754ZJul 10 22:03:49.239 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24282026-07-10T22:03:49.754ZJul 10 22:03:49.239 INFO [hubris-staging] running task
24292026-07-10T22:03:49.754ZJul 10 22:03:49.239 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24302026-07-10T22:03:49.754ZJul 10 22:03:49.239 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24312026-07-10T22:03:49.754ZJul 10 22:03:49.240 INFO [incorp-create] running: pkgrepo create /work/incorporation
24322026-07-10T22:03:49.799Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24332026-07-10T22:03:49.865Z[ omicron-package] Blocking waiting for file lock on package cache
24342026-07-10T22:03:49.998ZJul 10 22:03:49.483 INFO [incorp-create] process exited with exit status: 0 (242.894805ms)
24352026-07-10T22:03:50.002ZJul 10 22:03:49.483 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24362026-07-10T22:03:50.222ZJul 10 22:03:49.708 INFO [incorp-publisher] process exited with exit status: 0 (225.473933ms)
24372026-07-10T22:03:50.498Z[ omicron-package] Blocking waiting for file lock on package cache
24382026-07-10T22:03:50.669ZJul 10 22:03:50.156 DEBG process exited with exit status: 0 (917.059104ms)
24392026-07-10T22:03:50.669ZJul 10 22:03:50.156 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24402026-07-10T22:03:50.772ZJul 10 22:03:50.258 INFO [hubris-production] task succeeded (1.019585784s)
24412026-07-10T22:03:51.541ZJul 10 22:03:51.027 DEBG process exited with exit status: 0 (871.185641ms)
24422026-07-10T22:03:51.547ZJul 10 22:03:51.034 INFO [incorp-manifest] task succeeded (1.793412593s)
24432026-07-10T22:03:51.547ZJul 10 22:03:51.034 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24442026-07-10T22:03:51.556Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24452026-07-10T22:03:51.559Z[ omicron-package] Compiling itertools v0.14.0
24462026-07-10T22:03:51.559Z[ omicron-package] Compiling secrecy v0.10.3
24472026-07-10T22:03:51.559Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24482026-07-10T22:03:51.559Z[ omicron-package] Compiling heapless v0.8.0
24492026-07-10T22:03:51.559Z[ omicron-package] Compiling hash32 v0.3.1
24502026-07-10T22:03:51.559Z[ omicron-package] Compiling inout v0.1.4
24512026-07-10T22:03:51.754Z[ omicron-package] Compiling smoltcp v0.11.0
24522026-07-10T22:03:51.840ZJul 10 22:03:51.326 INFO [incorp-fmt] process exited with exit status: 0 (294.392405ms)
24532026-07-10T22:03:51.840ZJul 10 22:03:51.327 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24542026-07-10T22:03:51.845Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24552026-07-10T22:03:51.848Z[ omicron-package] Compiling unicode-width v0.2.0
24562026-07-10T22:03:51.949Z[ omicron-package] Compiling cobs v0.3.0
24572026-07-10T22:03:51.953Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24582026-07-10T22:03:51.953Z[ omicron-package] Compiling universal-hash v0.5.1
24592026-07-10T22:03:51.953Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24602026-07-10T22:03:51.953Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24612026-07-10T22:03:51.954Z[ omicron-package] Compiling opaque-debug v0.3.1
24622026-07-10T22:03:52.252Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260710T220351Z
24632026-07-10T22:03:52.252Z[ incorp-pkgsend] PUBLISHED
24642026-07-10T22:03:52.328ZJul 10 22:03:51.814 INFO [incorp-pkgsend] process exited with exit status: 0 (487.54561ms)
24652026-07-10T22:03:52.328ZJul 10 22:03:51.814 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24662026-07-10T22:03:52.539Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24672026-07-10T22:03:52.592Z[ omicron-package] Compiling cipher v0.4.4
24682026-07-10T22:03:52.596Z[ helios-incorp] Retrieving packages for publisher helios ...
24692026-07-10T22:03:52.611Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24702026-07-10T22:03:52.648Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24712026-07-10T22:03:52.648Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24722026-07-10T22:03:52.648Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24732026-07-10T22:03:52.656Z[ helios-incorp]
24742026-07-10T22:03:52.656Z[ helios-incorp] Archiving packages ...
24752026-07-10T22:03:52.656Z[ helios-incorp] Packages to add: 1
24762026-07-10T22:03:52.659Z[ helios-incorp] Files to retrieve: 0
24772026-07-10T22:03:52.659Z[ helios-incorp] Estimated transfer size: 0.00 B
24782026-07-10T22:03:52.659Z[ helios-incorp]
24792026-07-10T22:03:52.659Z[ helios-incorp] Packages to archive:
24802026-07-10T22:03:52.659Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260710T220351Z
24812026-07-10T22:03:52.659Z[ helios-incorp]
24822026-07-10T22:03:52.659Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24832026-07-10T22:03:52.659Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24842026-07-10T22:03:52.804Z[ omicron-package] Compiling convert_case v0.4.0
24852026-07-10T22:03:52.808ZJul 10 22:03:52.218 INFO [helios-incorp] process exited with exit status: 0 (403.576563ms)
24862026-07-10T22:03:52.808Z[ omicron-package] Compiling poly1305 v0.8.0
24872026-07-10T22:03:52.870Z[ omicron-package] Compiling postcard v1.1.3
24882026-07-10T22:03:52.874Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24892026-07-10T22:03:52.877Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24902026-07-10T22:03:52.877Z[ omicron-package] Compiling password-hash v0.5.0
24912026-07-10T22:03:52.877Z[ omicron-package] Compiling blake2 v0.10.6
24922026-07-10T22:03:53.044Z[ omicron-package] Compiling chacha20 v0.9.1
24932026-07-10T22:03:53.156Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24942026-07-10T22:03:53.159Z[ omicron-package] Compiling aead v0.5.2
24952026-07-10T22:03:53.320Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24962026-07-10T22:03:53.498Z[ omicron-package] Compiling derive_more v0.99.20
24972026-07-10T22:03:53.501Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24982026-07-10T22:03:53.600Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
24992026-07-10T22:03:53.600Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25002026-07-10T22:03:53.661Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25012026-07-10T22:03:53.665Z[ omicron-package] Compiling proc-macro-error v1.0.4
25022026-07-10T22:03:53.683Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25032026-07-10T22:03:53.684Z[ omicron-package] Compiling ingot-macros v0.1.1
25042026-07-10T22:03:53.829Z[ omicron-package] Compiling num_enum_derive v0.5.11
25052026-07-10T22:03:53.830Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25062026-07-10T22:03:53.928Z[ omicron-package] Compiling argon2 v0.5.3
25072026-07-10T22:03:53.936Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25082026-07-10T22:03:54.010Z[ omicron-package] Compiling num_enum_derive v0.7.6
25092026-07-10T22:03:54.188Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25102026-07-10T22:03:54.393Z[ omicron-package] Compiling vsss-rs v3.3.4
25112026-07-10T22:03:54.434Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25122026-07-10T22:03:54.453Z[ omicron-package] Compiling tabwriter v1.4.1
25132026-07-10T22:03:54.469Z[ omicron-package] Compiling byte-wrapper v0.1.0
25142026-07-10T22:03:54.483Z[ omicron-package] Compiling foreign-types v0.5.0
25152026-07-10T22:03:54.547Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25162026-07-10T22:03:54.595Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25172026-07-10T22:03:54.620Z[ omicron-package] Compiling cstr-argument v0.1.2
25182026-07-10T22:03:54.749Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25192026-07-10T22:03:54.888Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25202026-07-10T22:03:55.002Z[ omicron-package] Compiling num_enum v0.5.11
25212026-07-10T22:03:55.085Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25222026-07-10T22:03:55.145Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25232026-07-10T22:03:55.160Z[ omicron-package] Compiling num_enum v0.7.6
25242026-07-10T22:03:55.190Z[ omicron-package] Compiling rayon v1.11.0
25252026-07-10T22:03:55.253Z[ omicron-package] Compiling rand v0.10.1
25262026-07-10T22:03:55.299Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25272026-07-10T22:03:55.331Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25282026-07-10T22:03:55.368Z[ omicron-package] Compiling colored v3.1.1
25292026-07-10T22:03:55.417Z[ omicron-package] Compiling libefi-sys v0.1.0
25302026-07-10T22:03:55.446Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25312026-07-10T22:03:55.533Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25322026-07-10T22:03:55.582Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25332026-07-10T22:03:55.585Z[ omicron-package] Compiling itertools v0.12.1
25342026-07-10T22:03:55.744Z[ omicron-package] Compiling usdt-macro v0.5.0
25352026-07-10T22:03:55.770Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25362026-07-10T22:03:55.851Z[ omicron-package] Compiling bitfield-struct v0.6.2
25372026-07-10T22:03:55.938Z[ omicron-package] Compiling num-derive v0.4.2
25382026-07-10T22:03:56.158Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25392026-07-10T22:03:56.161Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25402026-07-10T22:03:56.217Z[ omicron-package] Compiling memmap v0.7.0
25412026-07-10T22:03:56.289Z[ omicron-package] Compiling sigpipe v0.1.3
25422026-07-10T22:03:56.332Z[ omicron-package] Compiling glob v0.3.3
25432026-07-10T22:03:56.368Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25442026-07-10T22:03:56.418Z[ omicron-package] Compiling swrite v0.1.0
25452026-07-10T22:03:56.564Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25462026-07-10T22:03:56.627Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25472026-07-10T22:03:56.684Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25482026-07-10T22:03:56.781Z[ omicron-package] Compiling usdt v0.5.0
25492026-07-10T22:03:56.817Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25502026-07-10T22:03:56.938Z[ omicron-package] Compiling ingot-types v0.1.2
25512026-07-10T22:03:56.994Z[ omicron-package] Compiling smf v0.2.3
25522026-07-10T22:03:57.044Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-07-10T22:03:57.091Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25542026-07-10T22:03:57.092Z[ omicron-package] Compiling whoami v1.6.1
25552026-07-10T22:03:57.164Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25562026-07-10T22:03:57.183Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25572026-07-10T22:03:57.236Z[ omicron-package] Compiling zone v0.3.1
25582026-07-10T22:03:57.358Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25592026-07-10T22:03:57.446Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25602026-07-10T22:03:57.495Z[ omicron-package] Compiling console v0.16.2
25612026-07-10T22:03:57.596Z[ omicron-package] Compiling gethostname v0.5.0
25622026-07-10T22:03:57.615Z[ omicron-package] Compiling ingot v0.1.1
25632026-07-10T22:03:57.655Z[ omicron-package] Compiling unit-prefix v0.5.2
25642026-07-10T22:03:57.694Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25652026-07-10T22:03:57.957Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25662026-07-10T22:03:58.078Z[ omicron-package] Compiling indicatif v0.18.4
25672026-07-10T22:04:00.043Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25682026-07-10T22:04:01.258Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25692026-07-10T22:04:02.393Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25702026-07-10T22:04:04.249Z[ helios-setup] Jul 10 22:04:03.735 INFO helios repository root is: /work/oxidecomputer/helios
25712026-07-10T22:04:04.252Z[ helios-setup] Jul 10 22:04:03.736 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
25722026-07-10T22:04:04.252Z[ helios-setup] Jul 10 22:04:03.736 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25732026-07-10T22:04:04.252Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25742026-07-10T22:04:04.666ZJul 10 22:04:04.152 INFO [hubris-staging] task succeeded (14.913311639s)
25752026-07-10T22:04:04.955Z[ helios-setup] Jul 10 22:04:04.440 INFO clone ok!, project: image-builder
25762026-07-10T22:04:04.955Z[ helios-setup] Jul 10 22:04:04.440 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
25772026-07-10T22:04:04.960Z[ helios-setup] Jul 10 22:04:04.440 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25782026-07-10T22:04:04.960Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25792026-07-10T22:04:05.355Z[ helios-setup] Jul 10 22:04:04.841 INFO clone ok!, project: pinprick
25802026-07-10T22:04:05.356Z[ helios-setup] Jul 10 22:04:04.841 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
25812026-07-10T22:04:05.356Z[ helios-setup] Jul 10 22:04:04.841 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
25822026-07-10T22:04:05.361Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25832026-07-10T22:04:06.207Z[ helios-setup] Jul 10 22:04:05.693 INFO clone ok!, project: amd-host-image-builder
25842026-07-10T22:04:06.211Z[ helios-setup] Jul 10 22:04:05.693 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
25852026-07-10T22:04:06.211Z[ helios-setup] Jul 10 22:04:05.693 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25862026-07-10T22:04:06.213Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25872026-07-10T22:04:06.956Z[ helios-setup] Jul 10 22:04:06.442 INFO clone ok!, project: pilot
25882026-07-10T22:04:06.956Z[ helios-setup] Jul 10 22:04:06.442 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25892026-07-10T22:04:06.959Z[ helios-setup] Jul 10 22:04:06.442 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
25902026-07-10T22:04:06.959Z[ helios-setup] Jul 10 22:04:06.442 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25912026-07-10T22:04:06.959Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25922026-07-10T22:04:07.053Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25932026-07-10T22:04:10.278Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25942026-07-10T22:04:11.342Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25952026-07-10T22:04:13.232Z[ helios-setup] Jul 10 22:04:12.718 INFO clone ok!, project: amd-firmware
25962026-07-10T22:04:13.235Z[ helios-setup] Jul 10 22:04:12.719 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
25972026-07-10T22:04:13.235Z[ helios-setup] Jul 10 22:04:12.719 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25982026-07-10T22:04:13.235Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25992026-07-10T22:04:13.868Z[ helios-setup] Jul 10 22:04:13.354 INFO clone ok!, project: dmar-report
26002026-07-10T22:04:13.871Z[ helios-setup] Jul 10 22:04:13.354 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
26012026-07-10T22:04:13.871Z[ helios-setup] Jul 10 22:04:13.354 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26022026-07-10T22:04:13.871Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26032026-07-10T22:04:14.624Z[ helios-setup] Jul 10 22:04:14.109 INFO clone ok!, project: phbl
26042026-07-10T22:04:14.627Z[ helios-setup] Jul 10 22:04:14.110 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
26052026-07-10T22:04:14.627Z[ helios-setup] Jul 10 22:04:14.110 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26062026-07-10T22:04:14.627Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26072026-07-10T22:04:15.366Z[ helios-setup] Jul 10 22:04:14.852 INFO clone ok!, project: chelsio-t6-roms
26082026-07-10T22:04:15.370Z[ helios-setup] Jul 10 22:04:14.852 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
26092026-07-10T22:04:15.370Z[ helios-setup] Jul 10 22:04:14.852 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26102026-07-10T22:04:15.370Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26112026-07-10T22:04:15.815Z[ helios-setup] Jul 10 22:04:15.300 INFO clone ok!, project: bootserver
26122026-07-10T22:04:15.815Z[ helios-setup] Jul 10 22:04:15.300 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26132026-07-10T22:04:15.815Z[ helios-setup] Jul 10 22:04:15.300 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26142026-07-10T22:04:15.819Z[ helios-setup] Jul 10 22:04:15.300 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26152026-07-10T22:04:16.027Z[ helios-setup] Jul 10 22:04:15.512 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26162026-07-10T22:04:16.238Z[ helios-setup] Jul 10 22:04:15.723 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26172026-07-10T22:04:16.238Z[ helios-setup] Jul 10 22:04:15.723 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26182026-07-10T22:04:16.452Z[ helios-setup] Jul 10 22:04:15.938 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26192026-07-10T22:04:16.681Z[ helios-setup] Jul 10 22:04:16.167 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26202026-07-10T22:04:16.681Z[ helios-setup] Jul 10 22:04:16.167 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26212026-07-10T22:04:16.906Z[ helios-setup] Jul 10 22:04:16.392 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26222026-07-10T22:04:17.125Z[ helios-setup] Jul 10 22:04:16.608 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26232026-07-10T22:04:17.125Z[ helios-setup] Jul 10 22:04:16.609 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26242026-07-10T22:04:17.131Z[ helios-setup] Jul 10 22:04:16.609 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26252026-07-10T22:04:17.131Z[ helios-setup] Jul 10 22:04:16.609 INFO ok!
26262026-07-10T22:04:17.131Z[ helios-setup] Jul 10 22:04:16.609 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26272026-07-10T22:04:17.131Z[ helios-setup] Jul 10 22:04:16.609 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26282026-07-10T22:04:17.131Z[ helios-setup] Jul 10 22:04:16.609 INFO ok!
26292026-07-10T22:04:17.131Z[ helios-setup] Jul 10 22:04:16.609 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26302026-07-10T22:04:17.131Z[ helios-setup] Jul 10 22:04:16.609 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26312026-07-10T22:04:17.131Z[ helios-setup] Jul 10 22:04:16.609 INFO ok!
26322026-07-10T22:04:17.131Z[ helios-setup] Jul 10 22:04:16.609 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
26332026-07-10T22:04:17.131Z[ helios-setup] Jul 10 22:04:16.616 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.96.1-x86_64-unknown-illumos (default)"
26342026-07-10T22:04:17.131Z[ helios-setup] Jul 10 22:04:16.616 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
26352026-07-10T22:04:17.132Z[ helios-setup] Jul 10 22:04:16.616 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
26362026-07-10T22:04:17.194Z[ helios-setup] Jul 10 22:04:16.680 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
26372026-07-10T22:04:17.461Z[ helios-setup] Jul 10 22:04:16.945 INFO E| From https://github.com/jclulow/rust-jmclib
26382026-07-10T22:04:17.461Z[ helios-setup] Jul 10 22:04:16.945 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
26392026-07-10T22:04:17.467Z[ helios-setup] Jul 10 22:04:16.953 INFO E| Updating crates.io index
26402026-07-10T22:04:17.611Z[ helios-setup] Jul 10 22:04:17.097 INFO E| Downloading crates ...
26412026-07-10T22:04:17.655Z[ helios-setup] Jul 10 22:04:17.141 INFO E| Downloaded errno v0.3.1
26422026-07-10T22:04:17.659Z[ helios-setup] Jul 10 22:04:17.143 INFO E| Downloaded block-buffer v0.9.0
26432026-07-10T22:04:17.664Z[ helios-setup] Jul 10 22:04:17.149 INFO E| Downloaded anyhow v1.0.72
26442026-07-10T22:04:17.678Z[ helios-setup] Jul 10 22:04:17.164 INFO E| Downloaded opaque-debug v0.3.0
26452026-07-10T22:04:17.681Z[ helios-setup] Jul 10 22:04:17.165 INFO E| Downloaded libdevinfo-sys v1.0.0
26462026-07-10T22:04:17.681Z[ helios-setup] Jul 10 22:04:17.165 INFO E| Downloaded fastrand v2.0.0
26472026-07-10T22:04:17.681Z[ helios-setup] Jul 10 22:04:17.167 INFO E| Downloaded cpufeatures v0.2.9
26482026-07-10T22:04:17.685Z[ helios-setup] Jul 10 22:04:17.169 INFO E| Downloaded glob v0.3.1
26492026-07-10T22:04:17.685Z[ helios-setup] Jul 10 22:04:17.170 INFO E| Downloaded walkdir v2.3.3
26502026-07-10T22:04:17.689Z[ helios-setup] Jul 10 22:04:17.171 INFO E| Downloaded typenum v1.16.0
26512026-07-10T22:04:17.689Z[ helios-setup] Jul 10 22:04:17.173 INFO E| Downloaded sha-1 v0.9.8
26522026-07-10T22:04:17.694Z[ helios-setup] Jul 10 22:04:17.180 INFO E| Downloaded md-5 v0.9.1
26532026-07-10T22:04:17.699Z[ helios-setup] Jul 10 22:04:17.181 INFO E| Downloaded itoa v1.0.9
26542026-07-10T22:04:17.702Z[ helios-setup] Jul 10 22:04:17.188 INFO E| Downloaded digest v0.9.0
26552026-07-10T22:04:17.705Z[ helios-setup] Jul 10 22:04:17.190 INFO E| Downloaded bitflags v2.3.3
26562026-07-10T22:04:17.709Z[ helios-setup] Jul 10 22:04:17.193 INFO E| Downloaded quote v1.0.31
26572026-07-10T22:04:17.715Z[ helios-setup] Jul 10 22:04:17.201 INFO E| Downloaded tempfile v3.7.0
26582026-07-10T22:04:17.719Z[ helios-setup] Jul 10 22:04:17.203 INFO E| Downloaded unicode-width v0.1.10
26592026-07-10T22:04:17.722Z[ helios-setup] Jul 10 22:04:17.207 INFO E| Downloaded serde_derive v1.0.193
26602026-07-10T22:04:17.725Z[ helios-setup] Jul 10 22:04:17.211 INFO E| Downloaded uuid v0.8.2
26612026-07-10T22:04:17.728Z[ helios-setup] Jul 10 22:04:17.213 INFO E| Downloaded ryu v1.0.15
26622026-07-10T22:04:17.728Z[ helios-setup] Jul 10 22:04:17.215 INFO E| Downloaded getrandom v0.2.10
26632026-07-10T22:04:17.732Z[ helios-setup] Jul 10 22:04:17.216 INFO E| Downloaded unicode-ident v1.0.11
26642026-07-10T22:04:17.732Z[ helios-setup] Jul 10 22:04:17.218 INFO E| Downloaded proc-macro2 v1.0.66
26652026-07-10T22:04:17.735Z[ helios-setup] Jul 10 22:04:17.219 INFO E| Downloaded once_cell v1.18.0
26662026-07-10T22:04:17.738Z[ helios-setup] Jul 10 22:04:17.223 INFO E| Downloaded toml v0.5.11
26672026-07-10T22:04:17.741Z[ helios-setup] Jul 10 22:04:17.228 INFO E| Downloaded serde v1.0.193
26682026-07-10T22:04:17.764Z[ helios-setup] Jul 10 22:04:17.251 INFO E| Downloaded syn v2.0.32
26692026-07-10T22:04:17.769Z[ helios-setup] Jul 10 22:04:17.256 INFO E| Downloaded serde_json v1.0.103
26702026-07-10T22:04:17.790Z[ helios-setup] Jul 10 22:04:17.277 INFO E| Downloaded rustix v0.38.4
26712026-07-10T22:04:17.819Z[ helios-setup] Jul 10 22:04:17.300 INFO E| Downloaded libc v0.2.147
26722026-07-10T22:04:17.864Z[ helios-setup] Jul 10 22:04:17.350 INFO E| Compiling libc v0.2.147
26732026-07-10T22:04:17.864Z[ helios-setup] Jul 10 22:04:17.350 INFO E| Compiling proc-macro2 v1.0.66
26742026-07-10T22:04:17.864Z[ helios-setup] Jul 10 22:04:17.350 INFO E| Compiling unicode-ident v1.0.11
26752026-07-10T22:04:17.868Z[ helios-setup] Jul 10 22:04:17.350 INFO E| Compiling cfg-if v1.0.0
26762026-07-10T22:04:17.868Z[ helios-setup] Jul 10 22:04:17.350 INFO E| Compiling typenum v1.16.0
26772026-07-10T22:04:17.868Z[ helios-setup] Jul 10 22:04:17.350 INFO E| Compiling version_check v0.9.4
26782026-07-10T22:04:17.868Z[ helios-setup] Jul 10 22:04:17.350 INFO E| Compiling serde v1.0.193
26792026-07-10T22:04:17.868Z[ helios-setup] Jul 10 22:04:17.350 INFO E| Compiling itoa v1.0.9
26802026-07-10T22:04:17.876Z[ helios-setup] Jul 10 22:04:17.363 INFO E| Compiling num-conv v0.1.0
26812026-07-10T22:04:17.879Z[ helios-setup] Jul 10 22:04:17.363 INFO E| Compiling rustix v0.38.4
26822026-07-10T22:04:17.880Z[ helios-setup] Jul 10 22:04:17.363 INFO E| Compiling time-core v0.1.2
26832026-07-10T22:04:17.880Z[ helios-setup] Jul 10 22:04:17.363 INFO E| Compiling slog v2.7.0
26842026-07-10T22:04:17.880Z[ helios-setup] Jul 10 22:04:17.363 INFO E| Compiling powerfmt v0.2.0
26852026-07-10T22:04:17.880Z[ helios-setup] Jul 10 22:04:17.363 INFO E| Compiling num_threads v0.1.6
26862026-07-10T22:04:17.880Z[ helios-setup] Jul 10 22:04:17.363 INFO E| Compiling once_cell v1.18.0
26872026-07-10T22:04:17.880Z[ helios-setup] Jul 10 22:04:17.363 INFO E| Compiling bitflags v2.3.3
26882026-07-10T22:04:18.049Z[ helios-setup] Jul 10 22:04:17.535 INFO E| Compiling deranged v0.3.11
26892026-07-10T22:04:18.049Z[ helios-setup] Jul 10 22:04:17.535 INFO E| Compiling thread_local v1.1.7
26902026-07-10T22:04:18.049Z[ helios-setup] Jul 10 22:04:17.535 INFO E| Compiling fastrand v2.0.0
26912026-07-10T22:04:18.054Z[ helios-setup] Jul 10 22:04:17.536 INFO E| Compiling opaque-debug v0.3.0
26922026-07-10T22:04:18.132Z[ helios-setup] Jul 10 22:04:17.615 INFO E| Compiling time-macros v0.2.18
26932026-07-10T22:04:18.141Z[ helios-setup] Jul 10 22:04:17.627 INFO E| Compiling serde_json v1.0.103
26942026-07-10T22:04:18.167Z[ helios-setup] Jul 10 22:04:17.650 INFO E| Compiling anyhow v1.0.72
26952026-07-10T22:04:18.168Z[ helios-setup] Jul 10 22:04:17.650 INFO E| Compiling cpufeatures v0.2.9
26962026-07-10T22:04:18.172Z[ helios-setup] Jul 10 22:04:17.650 INFO E| Compiling unicode-width v0.1.10
26972026-07-10T22:04:18.172Z[ helios-setup] Jul 10 22:04:17.654 INFO E| Compiling generic-array v0.14.7
26982026-07-10T22:04:18.194Z[ helios-setup] Jul 10 22:04:17.680 INFO E| Compiling ryu v1.0.15
26992026-07-10T22:04:18.425Z[ helios-setup] Jul 10 22:04:17.911 INFO E| Compiling same-file v1.0.6
27002026-07-10T22:04:18.428Z[ helios-setup] Jul 10 22:04:17.913 INFO E| Compiling libdevinfo-sys v1.0.0
27012026-07-10T22:04:18.619Z[ helios-setup] Jul 10 22:04:18.105 INFO E| Compiling getopts v0.2.21
27022026-07-10T22:04:18.619Z[ helios-setup] Jul 10 22:04:18.105 INFO E| Compiling glob v0.3.1
27032026-07-10T22:04:18.740Z[ helios-setup] Jul 10 22:04:18.222 INFO E| Compiling walkdir v2.3.3
27042026-07-10T22:04:19.092Z[ helios-setup] Jul 10 22:04:18.577 INFO E| Compiling dirs-sys-next v0.1.2
27052026-07-10T22:04:19.097Z[ helios-setup] Jul 10 22:04:18.577 INFO E| Compiling errno v0.3.1
27062026-07-10T22:04:19.097Z[ helios-setup] Jul 10 22:04:18.577 INFO E| Compiling atty v0.2.14
27072026-07-10T22:04:19.097Z[ helios-setup] Jul 10 22:04:18.577 INFO E| Compiling getrandom v0.2.10
27082026-07-10T22:04:19.103Z[ helios-setup] Jul 10 22:04:18.585 INFO E| Compiling quote v1.0.31
27092026-07-10T22:04:19.224Z[ helios-setup] Jul 10 22:04:18.711 INFO E| Compiling dirs-next v2.0.0
27102026-07-10T22:04:19.268Z[ helios-setup] Jul 10 22:04:18.754 INFO E| Compiling syn v2.0.32
27112026-07-10T22:04:19.307Z[ helios-setup] Jul 10 22:04:18.790 INFO E| Compiling term v0.7.0
27122026-07-10T22:04:19.414Z[ helios-setup] Jul 10 22:04:18.900 INFO E| Compiling time v0.3.36
27132026-07-10T22:04:19.639Z[ helios-setup] Jul 10 22:04:19.125 INFO E| Compiling digest v0.9.0
27142026-07-10T22:04:19.639Z[ helios-setup] Jul 10 22:04:19.125 INFO E| Compiling block-buffer v0.9.0
27152026-07-10T22:04:19.733Z[ helios-setup] Jul 10 22:04:19.219 INFO E| Compiling sha-1 v0.9.8
27162026-07-10T22:04:19.733Z[ helios-setup] Jul 10 22:04:19.219 INFO E| Compiling md-5 v0.9.1
27172026-07-10T22:04:19.894Z[ helios-setup] Jul 10 22:04:19.380 INFO E| Compiling tempfile v3.7.0
27182026-07-10T22:04:20.371Z[ helios-setup] Jul 10 22:04:19.857 INFO E| Compiling slog-term v2.9.0
27192026-07-10T22:04:20.775Z[ helios-setup] Jul 10 22:04:20.261 INFO E| Compiling serde_derive v1.0.193
27202026-07-10T22:04:21.601Z[ omicron-package] Finished `release` profile [optimized] target(s) in 31.84s
27212026-07-10T22:04:21.825Z[ omicron-package]
27222026-07-10T22:04:21.825Z[ omicron-package] real 32.011692907
27232026-07-10T22:04:21.830Z[ omicron-package] user 2:56.480652080
27242026-07-10T22:04:21.830Z[ omicron-package] sys 20.964540159
27252026-07-10T22:04:21.830Z[ omicron-package] trap 0.353207856
27262026-07-10T22:04:21.830Z[ omicron-package] tflt 0.743440362
27272026-07-10T22:04:21.830Z[ omicron-package] dflt 2.093995025
27282026-07-10T22:04:21.830Z[ omicron-package] kflt 0.000185227
27292026-07-10T22:04:21.830Z[ omicron-package] lock 7:37.507512755
27302026-07-10T22:04:21.830Z[ omicron-package] slp 4:20.254406006
27312026-07-10T22:04:21.830Z[ omicron-package] lat 37.626480823
27322026-07-10T22:04:21.830Z[ omicron-package] stop 1:05.617330297
27332026-07-10T22:04:21.831ZJul 10 22:04:21.312 INFO [omicron-package] process exited with exit status: 0 (32.072004704s)
27342026-07-10T22:04:21.831ZJul 10 22:04:21.312 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27352026-07-10T22:04:21.831ZJul 10 22:04:21.312 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27362026-07-10T22:04:21.837Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27372026-07-10T22:04:21.843Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27382026-07-10T22:04:21.843Z[ recovery-target] Created new build target 'recovery' and set it as active
27392026-07-10T22:04:21.843Z[ host-target] Created new build target 'host' and set it as active
27402026-07-10T22:04:21.843ZJul 10 22:04:21.326 INFO [host-target] process exited with exit status: 0 (14.701164ms)
27412026-07-10T22:04:21.844ZJul 10 22:04:21.326 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27422026-07-10T22:04:21.844ZJul 10 22:04:21.327 INFO [recovery-target] process exited with exit status: 0 (14.687654ms)
27432026-07-10T22:04:21.847Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27442026-07-10T22:04:23.276Z[ host-package] Compiling heck v0.5.0
27452026-07-10T22:04:23.276Z[ host-package] Compiling regress v0.11.1
27462026-07-10T22:04:23.499Z[ host-package] Compiling unsafe-libyaml v0.2.11
27472026-07-10T22:04:23.542Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27482026-07-10T22:04:23.573Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27492026-07-10T22:04:23.576Z[ host-package] Compiling unicode-width v0.1.14
27502026-07-10T22:04:23.615Z[ host-package] Compiling atomicwrites v0.4.4
27512026-07-10T22:04:23.638Z[ host-package] Compiling derive-where v1.6.0
27522026-07-10T22:04:23.638Z[ host-package] Compiling bytecount v0.6.9
27532026-07-10T22:04:23.660Z[ host-package] Compiling is-terminal v0.4.17
27542026-07-10T22:04:23.704Z[ host-package] Compiling prettyplease v0.2.37
27552026-07-10T22:04:23.704Z[ host-package] Compiling console v0.15.11
27562026-07-10T22:04:23.707Z[ host-package] Compiling newline-converter v0.3.0
27572026-07-10T22:04:23.708Z[ host-package] Compiling slog-dtrace v0.3.0
27582026-07-10T22:04:23.765Z[ host-package] Compiling cancel-safe-futures v0.1.5
27592026-07-10T22:04:23.808Z[ host-package] Compiling owo-colors v4.3.0
27602026-07-10T22:04:23.831Z[ host-package] Compiling resolv-conf v0.7.6
27612026-07-10T22:04:23.831Z[ host-package] Compiling num-rational v0.4.2
27622026-07-10T22:04:23.905Z[ host-package] Compiling libsw-core v0.3.2
27632026-07-10T22:04:23.940Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27642026-07-10T22:04:23.947Z[ host-package] Compiling num-complex v0.4.6
27652026-07-10T22:04:24.029Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27662026-07-10T22:04:24.077Z[ host-package] Compiling thread_local v1.1.9
27672026-07-10T22:04:24.099Z[ host-package] Compiling match_cfg v0.1.0
27682026-07-10T22:04:24.119Z[ helios-setup] Jul 10 22:04:23.605 INFO E| Compiling toml v0.5.11
27692026-07-10T22:04:24.119Z[ helios-setup] Jul 10 22:04:23.605 INFO E| Compiling uuid v0.8.2
27702026-07-10T22:04:24.188Z[ host-package] Compiling expectorate v1.2.0
27712026-07-10T22:04:24.282Z[ host-package] Compiling compression-core v0.4.31
27722026-07-10T22:04:24.372Z[ host-package] Compiling hostname v0.3.1
27732026-07-10T22:04:24.485Z[ host-package] Compiling compression-codecs v0.4.37
27742026-07-10T22:04:24.527Z[ host-package] Compiling num v0.4.3
27752026-07-10T22:04:24.572Z[ host-package] Compiling libsw v3.5.0
27762026-07-10T22:04:24.572Z[ host-package] Compiling slog-async v2.8.0
27772026-07-10T22:04:24.619Z[ host-package] Compiling multer v3.1.0
27782026-07-10T22:04:24.663Z[ host-package] Compiling crossbeam-channel v0.5.15
27792026-07-10T22:04:24.666Z[ host-package] Compiling slog-json v2.6.1
27802026-07-10T22:04:24.774Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
27812026-07-10T22:04:24.841Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27822026-07-10T22:04:24.859Z[ helios-setup] Jul 10 22:04:24.343 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
27832026-07-10T22:04:24.875Z[ host-package] Compiling serde_spanned v1.1.1
27842026-07-10T22:04:24.920Z[ host-package] Compiling float-ord v0.3.2
27852026-07-10T22:04:24.981Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
27862026-07-10T22:04:25.012Z[ host-package] Compiling take_mut v0.2.2
27872026-07-10T22:04:25.103Z[ host-package] Compiling typify-impl v0.6.2
27882026-07-10T22:04:25.107Z[ host-package] Compiling linear-map v1.2.0
27892026-07-10T22:04:25.174Z[ host-package] Compiling term v1.2.1
27902026-07-10T22:04:25.211Z[ host-package] Compiling linked-hash-map v0.5.6
27912026-07-10T22:04:25.266Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
27922026-07-10T22:04:25.271Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27932026-07-10T22:04:25.271Z[ host-package] Compiling slog-bunyan v2.5.0
27942026-07-10T22:04:25.398Z[ helios-setup] Jul 10 22:04:24.884 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
27952026-07-10T22:04:25.425Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27962026-07-10T22:04:25.428Z[ host-package] Compiling async-compression v0.4.41
27972026-07-10T22:04:25.504Z[ host-package] Compiling lru-cache v0.1.2
27982026-07-10T22:04:25.504Z[ host-package] Compiling slog-term v2.9.2
27992026-07-10T22:04:25.613Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28002026-07-10T22:04:25.679Z[ host-package] Compiling dropshot v0.17.1
28012026-07-10T22:04:25.719Z[ host-package] Compiling async-stream v0.3.6
28022026-07-10T22:04:25.760Z[ host-package] Compiling sha1 v0.11.0
28032026-07-10T22:04:25.788Z[ host-package] Compiling progenitor-client v0.14.0
28042026-07-10T22:04:25.813Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
28052026-07-10T22:04:25.816Z[ host-package] Compiling waitgroup v0.1.2
28062026-07-10T22:04:25.871Z[ host-package] Compiling rustls-pemfile v2.2.0
28072026-07-10T22:04:25.954Z[ host-package] Compiling backon v1.6.0
28082026-07-10T22:04:25.999Z[ host-package] Compiling serde_path_to_error v0.1.20
28092026-07-10T22:04:26.047Z[ host-package] Compiling hostname v0.4.2
28102026-07-10T22:04:26.097Z[ host-package] Compiling instant v0.1.13
28112026-07-10T22:04:26.117Z[ host-package] Compiling debug-ignore v1.0.5
28122026-07-10T22:04:26.121Z[ host-package] Compiling minimal-lexical v0.2.1
28132026-07-10T22:04:26.181Z[ host-package] Compiling progenitor-extras v0.2.0
28142026-07-10T22:04:26.223Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28152026-07-10T22:04:26.245Z[ host-package] Compiling backoff v0.4.0
28162026-07-10T22:04:26.246Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28172026-07-10T22:04:26.307Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28182026-07-10T22:04:26.417Z[ host-package] Compiling nom v7.1.3
28192026-07-10T22:04:26.473Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28202026-07-10T22:04:26.495Z[ host-package] Compiling parse-display v0.10.0
28212026-07-10T22:04:26.523Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28222026-07-10T22:04:26.581Z[ host-package] Compiling hickory-proto v0.24.4
28232026-07-10T22:04:26.795Z[ host-package] Compiling regress v0.10.5
28242026-07-10T22:04:27.253Z[ host-package] Compiling macaddr v1.0.1
28252026-07-10T22:04:27.253Z[ host-package] Compiling humantime v2.3.0
28262026-07-10T22:04:27.359Z[ host-package] Compiling unicode-xid v0.2.6
28272026-07-10T22:04:27.572Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28282026-07-10T22:04:27.669Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28292026-07-10T22:04:27.803Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28302026-07-10T22:04:28.036Z[ host-package] Compiling convert_case v0.10.0
28312026-07-10T22:04:28.083Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28322026-07-10T22:04:28.226Z[ host-package] Compiling toml v0.8.23
28332026-07-10T22:04:28.400Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28342026-07-10T22:04:28.492Z[ host-package] Compiling derive_more-impl v2.1.1
28352026-07-10T22:04:28.688Z[ host-package] Compiling typify-macro v0.6.2
28362026-07-10T22:04:28.826Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28372026-07-10T22:04:28.884Z[ host-package] Compiling papergrid v0.11.0
28382026-07-10T22:04:28.993Z[ host-package] Compiling tabled_derive v0.7.0
28392026-07-10T22:04:29.082Z[ host-package] Compiling termtree v0.5.1
28402026-07-10T22:04:29.283Z[ host-package] Compiling phf_shared v0.12.1
28412026-07-10T22:04:29.312Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28422026-07-10T22:04:29.578Z[ host-package] Compiling hickory-resolver v0.24.4
28432026-07-10T22:04:29.604Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28442026-07-10T22:04:29.732Z[ helios-setup] Jul 10 22:04:29.218 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.59s
28452026-07-10T22:04:29.755Z[ helios-setup] Jul 10 22:04:29.241 INFO building project "image-builder" ok (12 seconds)
28462026-07-10T22:04:29.755Z[ helios-setup] Jul 10 22:04:29.242 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
28472026-07-10T22:04:29.764Z[ helios-setup] Jul 10 22:04:29.250 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.96.1-x86_64-unknown-illumos (default)"
28482026-07-10T22:04:29.764Z[ helios-setup] Jul 10 22:04:29.250 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28492026-07-10T22:04:29.764Z[ helios-setup] Jul 10 22:04:29.250 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28502026-07-10T22:04:29.967Z[ helios-setup] Jul 10 22:04:29.453 INFO E| Downloading crates ...
28512026-07-10T22:04:29.986Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28522026-07-10T22:04:30.009Z[ helios-setup] Jul 10 22:04:29.495 INFO E| Downloaded adler2 v2.0.0
28532026-07-10T22:04:30.021Z[ helios-setup] Jul 10 22:04:29.506 INFO E| Downloaded miniz_oxide v0.8.8
28542026-07-10T22:04:30.024Z[ host-package] Compiling derive_more v2.1.1
28552026-07-10T22:04:30.061Z[ helios-setup] Jul 10 22:04:29.548 INFO E| Compiling adler2 v2.0.0
28562026-07-10T22:04:30.156Z[ helios-setup] Jul 10 22:04:29.642 INFO E| Compiling miniz_oxide v0.8.8
28572026-07-10T22:04:30.273Z[ host-package] Compiling crossterm v0.29.0
28582026-07-10T22:04:30.320Z[ host-package] Compiling tabled v0.15.0
28592026-07-10T22:04:30.365Z[ host-package] Compiling typify v0.6.2
28602026-07-10T22:04:30.568Z[ host-package] Compiling progenitor-impl v0.14.0
28612026-07-10T22:04:31.174Z[ helios-setup] Jul 10 22:04:30.660 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28622026-07-10T22:04:31.495Z[ host-package] Compiling qorb v0.4.1
28632026-07-10T22:04:31.686Z[ helios-setup] Jul 10 22:04:31.172 INFO E| Finished `release` profile [optimized] target(s) in 1.91s
28642026-07-10T22:04:31.695Z[ helios-setup] Jul 10 22:04:31.182 INFO building project "pinprick" ok (1 seconds)
28652026-07-10T22:04:31.696Z[ helios-setup] Jul 10 22:04:31.182 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
28662026-07-10T22:04:31.700Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28672026-07-10T22:04:31.734Z[ helios-setup] Jul 10 22:04:31.220 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
28682026-07-10T22:04:31.734Z[ helios-setup] Jul 10 22:04:31.220 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28692026-07-10T22:04:31.738Z[ helios-setup] Jul 10 22:04:31.220 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28702026-07-10T22:04:31.901Z[ helios-setup] Jul 10 22:04:31.387 INFO E| Updating crates.io index
28712026-07-10T22:04:31.904Z[ helios-setup] Jul 10 22:04:31.388 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28722026-07-10T22:04:32.563Z[ helios-setup] Jul 10 22:04:32.048 INFO E| From https://github.com/oxidecomputer/amd-apcb
28732026-07-10T22:04:32.563Z[ helios-setup] Jul 10 22:04:32.048 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
28742026-07-10T22:04:32.578Z[ helios-setup] Jul 10 22:04:32.064 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
28752026-07-10T22:04:32.945Z[ host-package] Compiling progenitor-macro v0.14.0
28762026-07-10T22:04:32.987Z[ helios-setup] Jul 10 22:04:32.472 INFO E| From https://github.com/oxidecomputer/amd-efs
28772026-07-10T22:04:32.987Z[ helios-setup] Jul 10 22:04:32.472 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
28782026-07-10T22:04:33.272Z[ helios-setup] Jul 10 22:04:32.758 INFO E| Downloading crates ...
28792026-07-10T22:04:33.420Z[ helios-setup] Jul 10 22:04:32.906 INFO E| Downloaded thiserror v2.0.12
28802026-07-10T22:04:33.424Z[ helios-setup] Jul 10 22:04:32.911 INFO E| Downloaded ansi_term v0.12.1
28812026-07-10T22:04:33.427Z[ helios-setup] Jul 10 22:04:32.912 INFO E| Downloaded autocfg v1.4.0
28822026-07-10T22:04:33.428Z[ helios-setup] Jul 10 22:04:32.913 INFO E| Downloaded structopt-derive v0.4.18
28832026-07-10T22:04:33.443Z[ helios-setup] Jul 10 22:04:32.929 INFO E| Downloaded vec_map v0.8.2
28842026-07-10T22:04:33.446Z[ helios-setup] Jul 10 22:04:32.930 INFO E| Downloaded strum v0.27.1
28852026-07-10T22:04:33.446Z[ helios-setup] Jul 10 22:04:32.931 INFO E| Downloaded unic-ucd-version v0.9.0
28862026-07-10T22:04:33.485Z[ helios-setup] Jul 10 22:04:32.965 INFO E| Downloaded unic-common v0.9.0
28872026-07-10T22:04:33.490Z[ helios-setup] Jul 10 22:04:32.966 INFO E| Downloaded heck v0.3.3
28882026-07-10T22:04:33.491Z[ helios-setup] Jul 10 22:04:32.967 INFO E| Downloaded fletcher v1.0.0
28892026-07-10T22:04:33.491Z[ helios-setup] Jul 10 22:04:32.967 INFO E| Downloaded unic-char-range v0.9.0
28902026-07-10T22:04:33.491Z[ helios-setup] Jul 10 22:04:32.968 INFO E| Downloaded unic-char-property v0.9.0
28912026-07-10T22:04:33.491Z[ helios-setup] Jul 10 22:04:32.969 INFO E| Downloaded itoa v1.0.15
28922026-07-10T22:04:33.491Z[ helios-setup] Jul 10 22:04:32.970 INFO E| Downloaded dyn-clone v1.0.19
28932026-07-10T22:04:33.496Z[ helios-setup] Jul 10 22:04:32.980 INFO E| Downloaded unic-ucd-ident v0.9.0
28942026-07-10T22:04:33.527Z[ helios-setup] Jul 10 22:04:33.013 INFO E| Downloaded strum_macros v0.27.1
28952026-07-10T22:04:33.530Z[ helios-setup] Jul 10 22:04:33.015 INFO E| Downloaded four-cc v0.4.0
28962026-07-10T22:04:33.530Z[ helios-setup] Jul 10 22:04:33.016 INFO E| Downloaded strsim v0.8.0
28972026-07-10T22:04:33.530Z[ helios-setup] Jul 10 22:04:33.016 INFO E| Downloaded pest_generator v2.8.0
28982026-07-10T22:04:33.535Z[ helios-setup] Jul 10 22:04:33.021 INFO E| Downloaded modular-bitfield-impl v0.11.2
28992026-07-10T22:04:33.538Z[ helios-setup] Jul 10 22:04:33.024 INFO E| Downloaded thiserror-impl v2.0.12
29002026-07-10T22:04:33.541Z[ helios-setup] Jul 10 22:04:33.025 INFO E| Downloaded bytesize v2.0.1
29012026-07-10T22:04:33.541Z[ helios-setup] Jul 10 22:04:33.026 INFO E| Downloaded textwrap v0.11.0
29022026-07-10T22:04:33.541Z[ helios-setup] Jul 10 22:04:33.027 INFO E| Downloaded parse_int v0.9.0
29032026-07-10T22:04:33.544Z[ helios-setup] Jul 10 22:04:33.028 INFO E| Downloaded rustversion v1.0.20
29042026-07-10T22:04:33.563Z[ helios-setup] Jul 10 22:04:33.049 INFO E| Downloaded quote v1.0.40
29052026-07-10T22:04:33.567Z[ helios-setup] Jul 10 22:04:33.053 INFO E| Downloaded modular-bitfield-impl v0.13.1
29062026-07-10T22:04:33.571Z[ helios-setup] Jul 10 22:04:33.058 INFO E| Downloaded pest_meta v2.8.0
29072026-07-10T22:04:33.572Z[ helios-setup] Jul 10 22:04:33.058 INFO E| Downloaded modular-bitfield v0.13.1
29082026-07-10T22:04:33.574Z[ helios-setup] Jul 10 22:04:33.061 INFO E| Downloaded pest_derive v2.8.0
29092026-07-10T22:04:33.580Z[ helios-setup] Jul 10 22:04:33.067 INFO E| Downloaded log v0.4.27
29102026-07-10T22:04:33.590Z[ helios-setup] Jul 10 22:04:33.076 INFO E| Downloaded modular-bitfield v0.11.2
29112026-07-10T22:04:33.604Z[ helios-setup] Jul 10 22:04:33.084 INFO E| Downloaded unicode-ident v1.0.18
29122026-07-10T22:04:33.604Z[ helios-setup] Jul 10 22:04:33.089 INFO E| Downloaded serde_derive v1.0.219
29132026-07-10T22:04:33.609Z[ helios-setup] Jul 10 22:04:33.092 INFO E| Downloaded proc-macro2 v1.0.95
29142026-07-10T22:04:33.612Z[ helios-setup] Jul 10 22:04:33.096 INFO E| Downloaded ryu v1.0.20
29152026-07-10T22:04:33.617Z[ helios-setup] Jul 10 22:04:33.103 INFO E| Downloaded structopt v0.3.26
29162026-07-10T22:04:33.622Z[ helios-setup] Jul 10 22:04:33.108 INFO E| Downloaded typenum v1.18.0
29172026-07-10T22:04:33.626Z[ helios-setup] Jul 10 22:04:33.113 INFO E| Downloaded serde v1.0.219
29182026-07-10T22:04:33.640Z[ helios-setup] Jul 10 22:04:33.126 INFO E| Downloaded zerocopy-derive v0.8.25
29192026-07-10T22:04:33.644Z[ helios-setup] Jul 10 22:04:33.130 INFO E| Downloaded memchr v2.7.4
29202026-07-10T22:04:33.653Z[ helios-setup] Jul 10 22:04:33.139 INFO E| Downloaded goblin v0.9.3
29212026-07-10T22:04:33.658Z[ host-package] Compiling vte v0.14.1
29222026-07-10T22:04:33.663Z[ helios-setup] Jul 10 22:04:33.147 INFO E| Downloaded pest v2.8.0
29232026-07-10T22:04:33.679Z[ helios-setup] Jul 10 22:04:33.165 INFO E| Downloaded serde_json v1.0.140
29242026-07-10T22:04:33.698Z[ helios-setup] Jul 10 22:04:33.184 INFO E| Downloaded clap v2.34.0
29252026-07-10T22:04:33.713Z[ helios-setup] Jul 10 22:04:33.199 INFO E| Downloaded zerocopy v0.8.25
29262026-07-10T22:04:33.752Z[ helios-setup] Jul 10 22:04:33.238 INFO E| Downloaded syn v2.0.101
29272026-07-10T22:04:33.824Z[ helios-setup] Jul 10 22:04:33.310 INFO E| Downloaded libc v0.2.172
29282026-07-10T22:04:33.889Z[ helios-setup] Jul 10 22:04:33.375 INFO E| Compiling proc-macro2 v1.0.95
29292026-07-10T22:04:33.889Z[ helios-setup] Jul 10 22:04:33.375 INFO E| Compiling unicode-ident v1.0.18
29302026-07-10T22:04:33.892Z[ helios-setup] Jul 10 22:04:33.375 INFO E| Compiling memchr v2.7.4
29312026-07-10T22:04:33.892Z[ helios-setup] Jul 10 22:04:33.375 INFO E| Compiling autocfg v1.4.0
29322026-07-10T22:04:33.893Z[ helios-setup] Jul 10 22:04:33.375 INFO E| Compiling thiserror v2.0.12
29332026-07-10T22:04:33.893Z[ helios-setup] Jul 10 22:04:33.375 INFO E| Compiling syn v1.0.109
29342026-07-10T22:04:33.893Z[ helios-setup] Jul 10 22:04:33.375 INFO E| Compiling serde v1.0.219
29352026-07-10T22:04:33.894Z[ helios-setup] Jul 10 22:04:33.375 INFO E| Compiling version_check v0.9.5
29362026-07-10T22:04:33.894Z[ helios-setup] Jul 10 22:04:33.375 INFO E| Compiling serde_json v1.0.140
29372026-07-10T22:04:33.894Z[ helios-setup] Jul 10 22:04:33.375 INFO E| Compiling ryu v1.0.20
29382026-07-10T22:04:33.894Z[ helios-setup] Jul 10 22:04:33.375 INFO E| Compiling itoa v1.0.15
29392026-07-10T22:04:33.894Z[ helios-setup] Jul 10 22:04:33.375 INFO E| Compiling schemars v0.8.22
29402026-07-10T22:04:33.894Z[ helios-setup] Jul 10 22:04:33.375 INFO E| Compiling static_assertions v1.1.0
29412026-07-10T22:04:33.894Z[ helios-setup] Jul 10 22:04:33.375 INFO E| Compiling rustversion v1.0.20
29422026-07-10T22:04:33.894Z[ helios-setup] Jul 10 22:04:33.375 INFO E| Compiling zerocopy v0.8.25
29432026-07-10T22:04:33.894Z[ helios-setup] Jul 10 22:04:33.375 INFO E| Compiling ucd-trie v0.1.7
29442026-07-10T22:04:33.921Z[ host-package] Compiling csv-core v0.1.13
29452026-07-10T22:04:34.212Z[ helios-setup] Jul 10 22:04:33.699 INFO E| Compiling dyn-clone v1.0.19
29462026-07-10T22:04:34.269Z[ host-package] Compiling highway v1.3.0
29472026-07-10T22:04:34.350Z[ helios-setup] Jul 10 22:04:33.836 INFO E| Compiling libc v0.2.172
29482026-07-10T22:04:34.350Z[ helios-setup] Jul 10 22:04:33.836 INFO E| Compiling paste v1.0.15
29492026-07-10T22:04:34.451Z[ host-package] Compiling chrono-tz v0.10.4
29502026-07-10T22:04:34.862Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29512026-07-10T22:04:34.909Z[ host-package] Compiling csv v1.4.0
29522026-07-10T22:04:34.984Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29532026-07-10T22:04:35.018Z[ helios-setup] Jul 10 22:04:34.504 INFO E| Compiling once_cell v1.21.3
29542026-07-10T22:04:35.021Z[ helios-setup] Jul 10 22:04:34.505 INFO E| Compiling unicode-segmentation v1.12.0
29552026-07-10T22:04:35.324Z[ host-package] Compiling phf v0.12.1
29562026-07-10T22:04:35.339Z[ helios-setup] Jul 10 22:04:34.825 INFO E| Compiling unicode-width v0.1.14
29572026-07-10T22:04:35.365Z[ helios-setup] Jul 10 22:04:34.850 INFO E| Compiling heck v0.5.0
29582026-07-10T22:04:35.397Z[ helios-setup] Jul 10 22:04:34.880 INFO E| Compiling unic-char-range v0.9.0
29592026-07-10T22:04:35.555Z[ helios-setup] Jul 10 22:04:35.041 INFO E| Compiling byteorder v1.5.0
29602026-07-10T22:04:35.588Z[ helios-setup] Jul 10 22:04:35.072 INFO E| Compiling heck v0.3.3
29612026-07-10T22:04:35.596Z[ helios-setup] Jul 10 22:04:35.081 INFO E| Compiling num-traits v0.2.19
29622026-07-10T22:04:35.608Z[ helios-setup] Jul 10 22:04:35.094 INFO E| Compiling memoffset v0.9.1
29632026-07-10T22:04:35.613Z[ helios-setup] Jul 10 22:04:35.099 INFO E| Compiling unic-common v0.9.0
29642026-07-10T22:04:35.705Z[ helios-setup] Jul 10 22:04:35.191 INFO E| Compiling strsim v0.8.0
29652026-07-10T22:04:35.709Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29662026-07-10T22:04:35.757Z[ helios-setup] Jul 10 22:04:35.243 INFO E| Compiling textwrap v0.11.0
29672026-07-10T22:04:35.765Z[ helios-setup] Jul 10 22:04:35.251 INFO E| Compiling proc-macro-error-attr v1.0.4
29682026-07-10T22:04:35.775Z[ helios-setup] Jul 10 22:04:35.261 INFO E| Compiling proc-macro-error v1.0.4
29692026-07-10T22:04:35.844Z[ helios-setup] Jul 10 22:04:35.328 INFO E| Compiling fletcher v1.0.0
29702026-07-10T22:04:35.897Z[ helios-setup] Jul 10 22:04:35.383 INFO E| Compiling ansi_term v0.12.1
29712026-07-10T22:04:35.946Z[ helios-setup] Jul 10 22:04:35.432 INFO E| Compiling strum v0.27.1
29722026-07-10T22:04:35.974Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29732026-07-10T22:04:36.050Z[ helios-setup] Jul 10 22:04:35.536 INFO E| Compiling vec_map v0.8.2
29742026-07-10T22:04:36.068Z[ helios-setup] Jul 10 22:04:35.555 INFO E| Compiling atty v0.2.14
29752026-07-10T22:04:36.109Z[ helios-setup] Jul 10 22:04:35.595 INFO E| Compiling bitflags v1.3.2
29762026-07-10T22:04:36.121Z[ helios-setup] Jul 10 22:04:35.596 INFO E| Compiling unic-ucd-version v0.9.0
29772026-07-10T22:04:36.124Z[ helios-setup] Jul 10 22:04:35.608 INFO E| Compiling unic-char-property v0.9.0
29782026-07-10T22:04:36.182Z[ helios-setup] Jul 10 22:04:35.669 INFO E| Compiling plain v0.2.3
29792026-07-10T22:04:36.209Z[ helios-setup] Jul 10 22:04:35.694 INFO E| Compiling lazy_static v1.5.0
29802026-07-10T22:04:36.215Z[ helios-setup] Jul 10 22:04:35.701 INFO E| Compiling log v0.4.27
29812026-07-10T22:04:36.227Z[ helios-setup] Jul 10 22:04:35.713 INFO E| Compiling unic-ucd-ident v0.9.0
29822026-07-10T22:04:36.234Z[ helios-setup] Jul 10 22:04:35.719 INFO E| Compiling bytesize v2.0.1
29832026-07-10T22:04:36.244Z[ helios-setup] Jul 10 22:04:35.730 INFO E| Compiling clap v2.34.0
29842026-07-10T22:04:36.284Z[ host-package] Compiling const_format_proc_macros v0.2.34
29852026-07-10T22:04:36.334Z[ helios-setup] Jul 10 22:04:35.820 INFO E| Compiling quote v1.0.40
29862026-07-10T22:04:36.395Z[ host-package] Compiling fd-lock v4.0.4
29872026-07-10T22:04:36.544Z[ helios-setup] Jul 10 22:04:36.030 INFO E| Compiling syn v2.0.101
29882026-07-10T22:04:36.793Z[ host-package] Compiling peg-macros v0.8.5
29892026-07-10T22:04:36.883Z[ host-package] Compiling nu-ansi-term v0.50.3
29902026-07-10T22:04:37.071Z[ helios-setup] Jul 10 22:04:36.557 INFO E| Compiling parse_int v0.9.0
29912026-07-10T22:04:37.603Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29922026-07-10T22:04:37.663Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29932026-07-10T22:04:38.091Z[ host-package] Compiling progenitor v0.14.0
29942026-07-10T22:04:38.292Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29952026-07-10T22:04:38.448Z[ host-package] Compiling const_format v0.2.35
29962026-07-10T22:04:38.569Z[ host-package] Compiling peg v0.8.5
29972026-07-10T22:04:38.840Z[ host-package] Compiling reedline v0.40.0
29982026-07-10T22:04:39.073Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29992026-07-10T22:04:39.225Z[ helios-setup] Jul 10 22:04:38.711 INFO E| Compiling serde_derive_internals v0.29.1
30002026-07-10T22:04:39.294Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30012026-07-10T22:04:39.354Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30022026-07-10T22:04:39.757Z[ helios-setup] Jul 10 22:04:39.242 INFO E| Compiling modular-bitfield-impl v0.11.2
30032026-07-10T22:04:39.757Z[ helios-setup] Jul 10 22:04:39.242 INFO E| Compiling structopt-derive v0.4.18
30042026-07-10T22:04:39.883Z[ host-package] Compiling bcs v0.1.6
30052026-07-10T22:04:40.256Z[ helios-setup] Jul 10 22:04:39.742 INFO E| Compiling thiserror-impl v2.0.12
30062026-07-10T22:04:40.256Z[ helios-setup] Jul 10 22:04:39.742 INFO E| Compiling serde_derive v1.0.219
30072026-07-10T22:04:40.259Z[ helios-setup] Jul 10 22:04:39.742 INFO E| Compiling zerocopy-derive v0.8.25
30082026-07-10T22:04:40.259Z[ helios-setup] Jul 10 22:04:39.742 INFO E| Compiling modular-bitfield-impl v0.13.1
30092026-07-10T22:04:40.259Z[ helios-setup] Jul 10 22:04:39.742 INFO E| Compiling num-derive v0.4.2
30102026-07-10T22:04:40.259Z[ helios-setup] Jul 10 22:04:39.743 INFO E| Compiling strum_macros v0.27.1
30112026-07-10T22:04:40.259Z[ helios-setup] Jul 10 22:04:39.743 INFO E| Compiling scroll_derive v0.12.1
30122026-07-10T22:04:40.720Z[ host-package] Compiling nom v8.0.0
30132026-07-10T22:04:40.757Z[ helios-setup] Jul 10 22:04:40.238 INFO E| Compiling schemars_derive v0.8.22
30142026-07-10T22:04:40.760Z[ host-package] Compiling semver v0.1.20
30152026-07-10T22:04:41.767Z[ host-package] Compiling rustc_version v0.1.7
30162026-07-10T22:04:41.798Z[ helios-setup] Jul 10 22:04:41.284 INFO E| Compiling structopt v0.3.26
30172026-07-10T22:04:41.865Z[ helios-setup] Jul 10 22:04:41.351 INFO E| Compiling modular-bitfield v0.11.2
30182026-07-10T22:04:41.990Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30192026-07-10T22:04:42.263Z[ helios-setup] Jul 10 22:04:41.749 INFO E| Compiling scroll v0.12.0
30202026-07-10T22:04:42.292Z[ host-package] Compiling newtype_derive v0.1.6
30212026-07-10T22:04:42.354Z[ helios-setup] Jul 10 22:04:41.840 INFO E| Compiling modular-bitfield v0.13.1
30222026-07-10T22:04:42.565Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30232026-07-10T22:04:42.569Z[ helios-setup] Jul 10 22:04:42.053 INFO E| Compiling goblin v0.9.3
30242026-07-10T22:04:42.630Z[ helios-setup] Jul 10 22:04:42.116 INFO E| Compiling pest v2.8.0
30252026-07-10T22:04:42.834Z[ host-package] Compiling smawk v0.3.2
30262026-07-10T22:04:43.215Z[ host-package] Compiling unicode-linebreak v0.1.5
30272026-07-10T22:04:43.294Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30282026-07-10T22:04:43.299Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
30292026-07-10T22:04:43.429Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30302026-07-10T22:04:43.574Z[ host-package] Compiling textwrap v0.16.2
30312026-07-10T22:04:43.683Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30322026-07-10T22:04:43.717Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
30332026-07-10T22:04:43.963Z[ host-package] Compiling steno v0.4.1
30342026-07-10T22:04:44.155Z[ helios-setup] Jul 10 22:04:43.641 INFO E| Compiling pest_meta v2.8.0
30352026-07-10T22:04:44.562Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
30362026-07-10T22:04:44.584Z[ host-package] Compiling sha1 v0.10.6
30372026-07-10T22:04:44.828Z[ host-package] Compiling tagptr v0.2.0
30382026-07-10T22:04:44.875Z[ helios-setup] Jul 10 22:04:44.360 INFO E| Compiling pest_generator v2.8.0
30392026-07-10T22:04:44.885Z[ host-package] Compiling utf-8 v0.7.6
30402026-07-10T22:04:45.209Z[ host-package] Compiling moka v0.12.13
30412026-07-10T22:04:45.419Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30422026-07-10T22:04:45.598Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30432026-07-10T22:04:45.825Z[ host-package] Compiling tungstenite v0.21.0
30442026-07-10T22:04:45.857Z[ helios-setup] Jul 10 22:04:45.343 INFO E| Compiling pest_derive v2.8.0
30452026-07-10T22:04:46.009Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30462026-07-10T22:04:46.103Z[ host-package] Compiling vergen-lib v0.1.6
30472026-07-10T22:04:46.185Z[ host-package] Compiling diesel_derives v2.3.7
30482026-07-10T22:04:46.549Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30492026-07-10T22:04:46.660Z[ host-package] Compiling tokio-tungstenite v0.21.0
30502026-07-10T22:04:46.704Z[ host-package] Compiling hickory-resolver v0.25.2
30512026-07-10T22:04:46.746Z[ helios-setup] Jul 10 22:04:46.232 INFO E| Compiling json5 v0.4.1
30522026-07-10T22:04:46.975Z[ host-package] Compiling dsl_auto_type v0.2.0
30532026-07-10T22:04:47.095Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30542026-07-10T22:04:47.686Z[ host-package] Compiling vergen-gitcl v1.0.8
30552026-07-10T22:04:47.741Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30562026-07-10T22:04:48.062Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30572026-07-10T22:04:48.066Z[ helios-setup] Jul 10 22:04:47.552 INFO E| Compiling four-cc v0.4.0
30582026-07-10T22:04:48.066Z[ helios-setup] Jul 10 22:04:47.552 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
30592026-07-10T22:04:48.094Z[ host-package] Compiling dirs-sys-next v0.1.2
30602026-07-10T22:04:48.184Z[ helios-setup] Jul 10 22:04:47.670 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
30612026-07-10T22:04:48.359Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
30622026-07-10T22:04:48.512Z[ host-package] Compiling glob v0.3.3
30632026-07-10T22:04:48.834Z[ host-package] Compiling maplit v1.0.2
30642026-07-10T22:04:48.981Z[ host-package] Compiling crunchy v0.2.4
30652026-07-10T22:04:49.076Z[ host-package] Compiling clang-sys v1.8.1
30662026-07-10T22:04:49.186Z[ host-package] Compiling proc-macro-error2 v2.0.1
30672026-07-10T22:04:49.421Z[ host-package] Compiling dirs-next v2.0.0
30682026-07-10T22:04:49.672Z[ host-package] Compiling r2d2 v0.8.10
30692026-07-10T22:04:49.792Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30702026-07-10T22:04:49.956Z[ host-package] Compiling num-derive v0.3.3
30712026-07-10T22:04:50.012Z[ host-package] Compiling downcast-rs v2.0.2
30722026-07-10T22:04:50.176Z[ host-package] Compiling tiny-keccak v2.0.2
30732026-07-10T22:04:50.743Z[ host-package] Compiling tabled_derive v0.11.0
30742026-07-10T22:04:50.918Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
30752026-07-10T22:04:51.031Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
30762026-07-10T22:04:51.321Z[ host-package] Compiling libscf-sys v1.1.0
30772026-07-10T22:04:51.599Z[ host-package] Compiling term v0.7.0
30782026-07-10T22:04:51.898Z[ host-package] Compiling papergrid v0.17.0
30792026-07-10T22:04:51.939Z[ host-package] Compiling testing_table v0.3.0
30802026-07-10T22:04:52.126Z[ host-package] Compiling bit-vec v0.6.3
30812026-07-10T22:04:52.453Z[ host-package] Compiling bit-set v0.5.3
30822026-07-10T22:04:52.532Z[ host-package] Compiling ascii-canvas v3.0.0
30832026-07-10T22:04:52.666Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30842026-07-10T22:04:52.811Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30852026-07-10T22:04:52.889Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30862026-07-10T22:04:52.935Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30872026-07-10T22:04:52.991Z[ host-package] Compiling progenitor-impl v0.13.0
30882026-07-10T22:04:53.410Z[ host-package] Compiling tabled v0.20.0
30892026-07-10T22:04:53.499Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30902026-07-10T22:04:53.605Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30912026-07-10T22:04:53.676Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30922026-07-10T22:04:53.786Z[ host-package] Compiling itertools v0.10.5
30932026-07-10T22:04:53.788Z[ host-package] Compiling ena v0.14.4
30942026-07-10T22:04:53.893Z[ host-package] Compiling libloading v0.8.9
30952026-07-10T22:04:54.111Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30962026-07-10T22:04:54.166Z[ host-package] Compiling regex-syntax v0.6.29
30972026-07-10T22:04:54.221Z[ host-package] Compiling bindgen v0.71.1
30982026-07-10T22:04:54.505Z[ host-package] Compiling diff v0.1.13
30992026-07-10T22:04:54.604Z[ host-package] Compiling unicase v2.9.0
31002026-07-10T22:04:54.642Z[ host-package] Compiling diesel v2.3.7
31012026-07-10T22:04:54.844Z[ host-package] Compiling xshell-macros v0.2.7
31022026-07-10T22:04:54.894Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
31032026-07-10T22:04:54.998Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31042026-07-10T22:04:55.256Z[ host-package] Compiling progenitor-macro v0.13.0
31052026-07-10T22:04:55.291Z[ host-package] Compiling xshell v0.2.7
31062026-07-10T22:04:56.267Z[ host-package] Compiling lalrpop v0.19.12
31072026-07-10T22:04:56.707Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31082026-07-10T22:04:56.796Z[ host-package] Compiling cexpr v0.6.0
31092026-07-10T22:04:57.558Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31102026-07-10T22:04:57.687Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31112026-07-10T22:04:57.908Z[ host-package] Compiling progenitor-client v0.13.0
31122026-07-10T22:04:58.235Z[ host-package] Compiling rustc-hash v2.1.1
31132026-07-10T22:04:58.530Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31142026-07-10T22:04:59.407Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31152026-07-10T22:04:59.556Z[ host-package] Compiling progenitor v0.13.0
31162026-07-10T22:04:59.766Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31172026-07-10T22:04:59.800Z[ host-package] Compiling headers-core v0.3.0
31182026-07-10T22:05:00.016Z[ host-package] Compiling libxml v0.3.3
31192026-07-10T22:05:00.298Z[ host-package] Compiling crc8 v0.1.1
31202026-07-10T22:05:00.396Z[ host-package] Compiling headers v0.4.1
31212026-07-10T22:05:00.482Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31222026-07-10T22:05:00.730Z[ host-package] Compiling strum_macros v0.24.3
31232026-07-10T22:05:00.757Z[ host-package] Compiling indoc v1.0.9
31242026-07-10T22:05:01.075Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31252026-07-10T22:05:01.324Z[ host-package] Compiling git-stub v1.0.0
31262026-07-10T22:05:01.381Z[ host-package] Compiling derive_builder v0.20.2
31272026-07-10T22:05:01.492Z[ host-package] Compiling oso-derive v0.27.3
31282026-07-10T22:05:01.623Z[ host-package] Compiling quick-xml v0.37.5
31292026-07-10T22:05:01.647Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31302026-07-10T22:05:01.689Z[ host-package] Compiling openssl-probe v0.1.6
31312026-07-10T22:05:02.044Z[ host-package] Compiling git-stub-vcs v0.1.0
31322026-07-10T22:05:02.129Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31332026-07-10T22:05:02.163Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
31342026-07-10T22:05:02.193Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31352026-07-10T22:05:02.329Z[ helios-setup] Jul 10 22:05:01.815 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
31362026-07-10T22:05:02.468Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31372026-07-10T22:05:02.560Z[ host-package] Compiling bb8 v0.8.6
31382026-07-10T22:05:02.991Z[ host-package] Compiling trait-variant v0.1.2
31392026-07-10T22:05:03.051Z[ host-package] Compiling half v1.8.3
31402026-07-10T22:05:03.123Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31412026-07-10T22:05:03.184Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31422026-07-10T22:05:03.417Z[ host-package] Compiling samael v0.0.19
31432026-07-10T22:05:03.530Z[ host-package] Compiling serde_cbor v0.11.2
31442026-07-10T22:05:03.671Z[ host-package] Compiling nonempty v0.12.0
31452026-07-10T22:05:03.761Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
31462026-07-10T22:05:03.946Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31472026-07-10T22:05:04.278Z[ host-package] Compiling polar-core v0.27.3
31482026-07-10T22:05:04.646Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31492026-07-10T22:05:04.768Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31502026-07-10T22:05:04.771Z[ host-package] Compiling fxhash v0.2.1
31512026-07-10T22:05:04.969Z[ host-package] Compiling libz-sys v1.1.24
31522026-07-10T22:05:05.182Z[ host-package] Compiling salty v0.3.0
31532026-07-10T22:05:05.503Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31542026-07-10T22:05:05.578Z[ helios-setup] Jul 10 22:05:05.064 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31552026-07-10T22:05:05.670Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31562026-07-10T22:05:05.861Z[ host-package] Compiling kstat-rs v0.2.4
31572026-07-10T22:05:06.244Z[ host-package] Compiling arc-swap v1.8.2
31582026-07-10T22:05:06.600Z[ host-package] Compiling mime_guess v2.0.5
31592026-07-10T22:05:06.657Z[ host-package] Compiling slog-scope v4.4.1
31602026-07-10T22:05:07.215Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31612026-07-10T22:05:07.381Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31622026-07-10T22:05:08.226Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
31632026-07-10T22:05:08.592Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31642026-07-10T22:05:08.752Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31652026-07-10T22:05:08.917Z[ host-package] Compiling rfc6979 v0.4.0
31662026-07-10T22:05:08.951Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31672026-07-10T22:05:09.108Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31682026-07-10T22:05:09.181Z[ host-package] Compiling nanorand v0.7.0
31692026-07-10T22:05:09.639Z[ host-package] Compiling darling_core v0.23.0
31702026-07-10T22:05:09.953Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31712026-07-10T22:05:10.533Z[ host-package] Compiling parking_lot_core v0.8.6
31722026-07-10T22:05:10.927Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31732026-07-10T22:05:11.036Z[ host-package] Compiling flume v0.11.1
31742026-07-10T22:05:11.680Z[ host-package] Compiling ecdsa v0.16.9
31752026-07-10T22:05:11.821Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31762026-07-10T22:05:12.045Z[ host-package] Compiling darling_macro v0.23.0
31772026-07-10T22:05:12.461Z[ host-package] Compiling slog-stdlog v4.1.1
31782026-07-10T22:05:12.664Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31792026-07-10T22:05:12.793Z[ host-package] Compiling primeorder v0.13.6
31802026-07-10T22:05:12.877Z[ host-package] Compiling atty v0.2.14
31812026-07-10T22:05:12.925Z[ host-package] Compiling http-range v0.1.5
31822026-07-10T22:05:13.056Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
31832026-07-10T22:05:13.194Z[ host-package] Compiling instability v0.3.11
31842026-07-10T22:05:13.271Z[ host-package] Compiling strsim v0.10.0
31852026-07-10T22:05:13.431Z[ host-package] Compiling diesel-dtrace v0.5.0
31862026-07-10T22:05:13.527Z[ host-package] Compiling async-bb8-diesel v0.2.1
31872026-07-10T22:05:13.673Z[ host-package] Compiling darling_core v0.13.4
31882026-07-10T22:05:13.881Z[ host-package] Compiling p384 v0.13.1
31892026-07-10T22:05:14.032Z[ host-package] Compiling darling v0.23.0
31902026-07-10T22:05:14.074Z[ host-package] Compiling slog-envlogger v2.2.0
31912026-07-10T22:05:15.117Z[ host-package] Compiling oso v0.27.3
31922026-07-10T22:05:15.644Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31932026-07-10T22:05:16.518Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31942026-07-10T22:05:16.723Z[ host-package] Compiling ignore v0.4.25
31952026-07-10T22:05:16.727Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
31962026-07-10T22:05:17.097Z[ host-package] Compiling castaway v0.2.4
31972026-07-10T22:05:17.118Z[ helios-setup] Jul 10 22:05:16.603 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.34s
31982026-07-10T22:05:17.158Z[ helios-setup] Jul 10 22:05:16.644 INFO building project "amd-host-image-builder" ok (45 seconds)
31992026-07-10T22:05:17.158Z[ helios-setup] Jul 10 22:05:16.644 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
32002026-07-10T22:05:17.169Z[ helios-setup] Jul 10 22:05:16.654 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.96.1-x86_64-unknown-illumos (default)"
32012026-07-10T22:05:17.170Z[ helios-setup] Jul 10 22:05:16.654 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
32022026-07-10T22:05:17.170Z[ helios-setup] Jul 10 22:05:16.655 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
32032026-07-10T22:05:17.276Z[ host-package] Compiling vergen-git2 v9.1.0
32042026-07-10T22:05:17.279Z[ helios-setup] Jul 10 22:05:16.761 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
32052026-07-10T22:05:17.525Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32062026-07-10T22:05:17.544Z[ helios-setup] Jul 10 22:05:17.030 INFO E| From https://github.com/jclulow/hiercmd
32072026-07-10T22:05:17.544Z[ helios-setup] Jul 10 22:05:17.030 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
32082026-07-10T22:05:17.553Z[ helios-setup] Jul 10 22:05:17.039 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
32092026-07-10T22:05:17.778Z[ host-package] Compiling indoc v2.0.7
32102026-07-10T22:05:17.837Z[ helios-setup] Jul 10 22:05:17.323 INFO E| From https://github.com/oxidecomputer/network-interface
32112026-07-10T22:05:17.838Z[ helios-setup] Jul 10 22:05:17.323 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
32122026-07-10T22:05:17.850Z[ helios-setup] Jul 10 22:05:17.336 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
32132026-07-10T22:05:18.172Z[ helios-setup] Jul 10 22:05:17.657 INFO E| From https://github.com/oxidecomputer/boot-image-tools
32142026-07-10T22:05:18.172Z[ helios-setup] Jul 10 22:05:17.658 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
32152026-07-10T22:05:18.199Z[ helios-setup] Jul 10 22:05:17.676 INFO E| Updating crates.io index
32162026-07-10T22:05:18.354Z[ helios-setup] Jul 10 22:05:17.840 INFO E| Downloading crates ...
32172026-07-10T22:05:18.410Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32182026-07-10T22:05:18.428Z[ helios-setup] Jul 10 22:05:17.910 INFO E| Downloaded quote v1.0.41
32192026-07-10T22:05:18.429Z[ helios-setup] Jul 10 22:05:17.914 INFO E| Downloaded num_enum v0.7.5
32202026-07-10T22:05:18.448Z[ helios-setup] Jul 10 22:05:17.934 INFO E| Downloaded futures-channel v0.3.31
32212026-07-10T22:05:18.452Z[ helios-setup] Jul 10 22:05:17.936 INFO E| Downloaded rand v0.8.5
32222026-07-10T22:05:18.455Z[ helios-setup] Jul 10 22:05:17.939 INFO E| Downloaded libdevinfo-sys v1.1.0
32232026-07-10T22:05:18.455Z[ helios-setup] Jul 10 22:05:17.939 INFO E| Downloaded futures-core v0.3.31
32242026-07-10T22:05:18.455Z[ helios-setup] Jul 10 22:05:17.940 INFO E| Downloaded crc v3.3.0
32252026-07-10T22:05:18.458Z[ helios-setup] Jul 10 22:05:17.941 INFO E| Downloaded bitfield v0.19.3
32262026-07-10T22:05:18.458Z[ helios-setup] Jul 10 22:05:17.942 INFO E| Downloaded anstyle-query v1.1.4
32272026-07-10T22:05:18.458Z[ helios-setup] Jul 10 22:05:17.943 INFO E| Downloaded anstyle v1.0.13
32282026-07-10T22:05:18.511Z[ helios-setup] Jul 10 22:05:17.996 INFO E| Downloaded pin-project-lite v0.2.16
32292026-07-10T22:05:18.514Z[ helios-setup] Jul 10 22:05:18.000 INFO E| Downloaded bitfield-macros v0.19.3
32302026-07-10T22:05:18.517Z[ helios-setup] Jul 10 22:05:18.001 INFO E| Downloaded futures-task v0.3.31
32312026-07-10T22:05:18.517Z[ helios-setup] Jul 10 22:05:18.001 INFO E| Downloaded futures-io v0.3.31
32322026-07-10T22:05:18.517Z[ helios-setup] Jul 10 22:05:18.002 INFO E| Downloaded futures-executor v0.3.31
32332026-07-10T22:05:18.517Z[ helios-setup] Jul 10 22:05:18.003 INFO E| Downloaded env_logger v0.11.8
32342026-07-10T22:05:18.521Z[ helios-setup] Jul 10 22:05:18.005 INFO E| Downloaded futures-sink v0.3.31
32352026-07-10T22:05:18.521Z[ helios-setup] Jul 10 22:05:18.006 INFO E| Downloaded futures-macro v0.3.31
32362026-07-10T22:05:18.524Z[ helios-setup] Jul 10 22:05:18.007 INFO E| Downloaded clap_lex v0.7.6
32372026-07-10T22:05:18.537Z[ helios-setup] Jul 10 22:05:18.023 INFO E| Downloaded toml_writer v1.0.4
32382026-07-10T22:05:18.540Z[ helios-setup] Jul 10 22:05:18.024 INFO E| Downloaded anyhow v1.0.100
32392026-07-10T22:05:18.544Z[ helios-setup] Jul 10 22:05:18.027 INFO E| Downloaded num_enum_derive v0.7.5
32402026-07-10T22:05:18.544Z[ helios-setup] Jul 10 22:05:18.028 INFO E| Downloaded find-msvc-tools v0.1.4
32412026-07-10T22:05:18.547Z[ helios-setup] Jul 10 22:05:18.033 INFO E| Downloaded devinfo v0.1.0
32422026-07-10T22:05:18.554Z[ helios-setup] Jul 10 22:05:18.040 INFO E| Downloaded pin-utils v0.1.0
32432026-07-10T22:05:18.563Z[ helios-setup] Jul 10 22:05:18.048 INFO E| Downloaded simd-adler32 v0.3.7
32442026-07-10T22:05:18.566Z[ helios-setup] Jul 10 22:05:18.050 INFO E| Downloaded serde_spanned v1.0.3
32452026-07-10T22:05:18.577Z[ helios-setup] Jul 10 22:05:18.063 INFO E| Downloaded base64ct v1.8.0
32462026-07-10T22:05:18.581Z[ helios-setup] Jul 10 22:05:18.065 INFO E| Downloaded tokio-macros v2.6.0
32472026-07-10T22:05:18.581Z[ helios-setup] Jul 10 22:05:18.066 INFO E| Downloaded env_filter v0.1.4
32482026-07-10T22:05:18.585Z[ helios-setup] Jul 10 22:05:18.071 INFO E| Downloaded time-core v0.1.6
32492026-07-10T22:05:18.588Z[ helios-setup] Jul 10 22:05:18.072 INFO E| Downloaded zeroize_derive v1.4.2
32502026-07-10T22:05:18.600Z[ helios-setup] Jul 10 22:05:18.086 INFO E| Downloaded deranged v0.5.5
32512026-07-10T22:05:18.603Z[ helios-setup] Jul 10 22:05:18.087 INFO E| Downloaded generic-array v0.14.9
32522026-07-10T22:05:18.608Z[ helios-setup] Jul 10 22:05:18.094 INFO E| Downloaded toml_datetime v0.7.3
32532026-07-10T22:05:18.611Z[ helios-setup] Jul 10 22:05:18.095 INFO E| Downloaded getopts v0.2.24
32542026-07-10T22:05:18.611Z[ helios-setup] Jul 10 22:05:18.096 INFO E| Downloaded thiserror v2.0.17
32552026-07-10T22:05:18.615Z[ helios-setup] Jul 10 22:05:18.101 INFO E| Downloaded thiserror-impl v2.0.17
32562026-07-10T22:05:18.618Z[ helios-setup] Jul 10 22:05:18.102 INFO E| Downloaded signal-hook-registry v1.4.6
32572026-07-10T22:05:18.619Z[ helios-setup] Jul 10 22:05:18.103 INFO E| Downloaded iana-time-zone v0.1.64
32582026-07-10T22:05:18.623Z[ helios-setup] Jul 10 22:05:18.104 INFO E| Downloaded clap_derive v4.5.49
32592026-07-10T22:05:18.623Z[ helios-setup] Jul 10 22:05:18.106 INFO E| Downloaded slab v0.4.11
32602026-07-10T22:05:18.623Z[ helios-setup] Jul 10 22:05:18.108 INFO E| Downloaded time-macros v0.2.24
32612026-07-10T22:05:18.630Z[ helios-setup] Jul 10 22:05:18.116 INFO E| Downloaded getrandom v0.2.16
32622026-07-10T22:05:18.633Z[ helios-setup] Jul 10 22:05:18.118 INFO E| Downloaded bitflags v2.10.0
32632026-07-10T22:05:18.637Z[ helios-setup] Jul 10 22:05:18.123 INFO E| Downloaded unicode-ident v1.0.22
32642026-07-10T22:05:18.645Z[ helios-setup] Jul 10 22:05:18.131 INFO E| Downloaded proc-macro2 v1.0.103
32652026-07-10T22:05:18.652Z[ helios-setup] Jul 10 22:05:18.138 INFO E| Downloaded flate2 v1.1.5
32662026-07-10T22:05:18.655Z[ helios-setup] Jul 10 22:05:18.141 INFO E| Downloaded toml_parser v1.0.4
32672026-07-10T22:05:18.661Z[ helios-setup] Jul 10 22:05:18.143 INFO E| Downloaded bytes v1.10.1
32682026-07-10T22:05:18.665Z[ helios-setup] Jul 10 22:05:18.146 INFO E| Downloaded log v0.4.28
32692026-07-10T22:05:18.665Z[ helios-setup] Jul 10 22:05:18.147 INFO E| Downloaded futures v0.3.31
32702026-07-10T22:05:18.665Z[ helios-setup] Jul 10 22:05:18.150 INFO E| Downloaded clap v4.5.51
32712026-07-10T22:05:18.674Z[ helios-setup] Jul 10 22:05:18.160 INFO E| Downloaded uuid v1.18.1
32722026-07-10T22:05:18.678Z[ helios-setup] Jul 10 22:05:18.162 INFO E| Downloaded toml v0.9.8
32732026-07-10T22:05:18.681Z[ helios-setup] Jul 10 22:05:18.165 INFO E| Downloaded term v1.2.0
32742026-07-10T22:05:18.690Z[ helios-setup] Jul 10 22:05:18.176 INFO E| Downloaded toml_edit v0.23.7
32752026-07-10T22:05:18.696Z[ helios-setup] Jul 10 22:05:18.182 INFO E| Downloaded socket2 v0.6.1
32762026-07-10T22:05:18.705Z[ helios-setup] Jul 10 22:05:18.190 INFO E| Downloaded rsa v0.9.8
32772026-07-10T22:05:18.715Z[ helios-setup] Jul 10 22:05:18.201 INFO E| Downloaded typenum v1.19.0
32782026-07-10T22:05:18.719Z[ helios-setup] Jul 10 22:05:18.205 INFO E| Downloaded indexmap v2.12.0
32792026-07-10T22:05:18.730Z[ helios-setup] Jul 10 22:05:18.216 INFO E| Downloaded cc v1.2.44
32802026-07-10T22:05:18.745Z[ helios-setup] Jul 10 22:05:18.230 INFO E| Downloaded zerocopy-derive v0.8.27
32812026-07-10T22:05:18.748Z[ helios-setup] Jul 10 22:05:18.234 INFO E| Downloaded futures-util v0.3.31
32822026-07-10T22:05:18.758Z[ helios-setup] Jul 10 22:05:18.244 INFO E| Downloaded num-bigint-dig v0.8.4
32832026-07-10T22:05:18.760Z[ helios-setup] Jul 10 22:05:18.246 INFO E| Downloaded mio v1.1.0
32842026-07-10T22:05:18.763Z[ helios-setup] Jul 10 22:05:18.250 INFO E| Downloaded libm v0.2.15
32852026-07-10T22:05:18.771Z[ helios-setup] Jul 10 22:05:18.256 INFO E| Downloaded iddqd v0.3.14
32862026-07-10T22:05:18.774Z[ helios-setup] Jul 10 22:05:18.260 INFO E| Downloaded memchr v2.7.6
32872026-07-10T22:05:18.782Z[ helios-setup] Jul 10 22:05:18.268 INFO E| Downloaded clap_builder v4.5.51
32882026-07-10T22:05:18.786Z[ helios-setup] Jul 10 22:05:18.272 INFO E| Downloaded time v0.3.44
32892026-07-10T22:05:18.791Z[ helios-setup] Jul 10 22:05:18.277 INFO E| Downloaded serde_json v1.0.145
32902026-07-10T22:05:18.796Z[ helios-setup] Jul 10 22:05:18.282 INFO E| Downloaded winnow v0.7.13
32912026-07-10T22:05:18.802Z[ helios-setup] Jul 10 22:05:18.288 INFO E| Downloaded hashbrown v0.16.0
32922026-07-10T22:05:18.861Z[ helios-setup] Jul 10 22:05:18.347 INFO E| Downloaded zerocopy v0.8.27
32932026-07-10T22:05:18.875Z[ helios-setup] Jul 10 22:05:18.361 INFO E| Downloaded chrono v0.4.42
32942026-07-10T22:05:18.890Z[ helios-setup] Jul 10 22:05:18.375 INFO E| Downloaded unicode-width v0.2.2
32952026-07-10T22:05:18.906Z[ helios-setup] Jul 10 22:05:18.391 INFO E| Downloaded syn v2.0.108
32962026-07-10T22:05:18.919Z[ helios-setup] Jul 10 22:05:18.405 INFO E| Downloaded rustix v1.1.2
32972026-07-10T22:05:18.968Z[ helios-setup] Jul 10 22:05:18.453 INFO E| Downloaded libc v0.2.177
32982026-07-10T22:05:19.002Z[ helios-setup] Jul 10 22:05:18.487 INFO E| Downloaded tokio v1.48.0
32992026-07-10T22:05:19.029Z[ host-package] Compiling globwalk v0.9.1
33002026-07-10T22:05:19.054Z[ host-package] Compiling compact_str v0.8.1
33012026-07-10T22:05:19.116Z[ helios-setup] Jul 10 22:05:18.602 INFO E| Compiling proc-macro2 v1.0.103
33022026-07-10T22:05:19.231Z[ helios-setup] Jul 10 22:05:18.717 INFO E| Compiling unicode-ident v1.0.22
33032026-07-10T22:05:19.231Z[ helios-setup] Jul 10 22:05:18.717 INFO E| Compiling quote v1.0.41
33042026-07-10T22:05:19.233Z[ helios-setup] Jul 10 22:05:18.717 INFO E| Compiling libc v0.2.177
33052026-07-10T22:05:19.237Z[ helios-setup] Jul 10 22:05:18.717 INFO E| Compiling serde_core v1.0.228
33062026-07-10T22:05:19.237Z[ helios-setup] Jul 10 22:05:18.717 INFO E| Compiling cfg-if v1.0.4
33072026-07-10T22:05:19.237Z[ helios-setup] Jul 10 22:05:18.717 INFO E| Compiling serde v1.0.228
33082026-07-10T22:05:19.237Z[ helios-setup] Jul 10 22:05:18.717 INFO E| Compiling version_check v0.9.5
33092026-07-10T22:05:19.237Z[ helios-setup] Jul 10 22:05:18.717 INFO E| Compiling autocfg v1.5.0
33102026-07-10T22:05:19.237Z[ helios-setup] Jul 10 22:05:18.717 INFO E| Compiling const-oid v0.9.6
33112026-07-10T22:05:19.237Z[ helios-setup] Jul 10 22:05:18.717 INFO E| Compiling typenum v1.19.0
33122026-07-10T22:05:19.237Z[ helios-setup] Jul 10 22:05:18.717 INFO E| Compiling libm v0.2.15
33132026-07-10T22:05:19.237Z[ helios-setup] Jul 10 22:05:18.717 INFO E| Compiling zerocopy v0.8.27
33142026-07-10T22:05:19.237Z[ helios-setup] Jul 10 22:05:18.717 INFO E| Compiling rustversion v1.0.22
33152026-07-10T22:05:19.237Z[ helios-setup] Jul 10 22:05:18.717 INFO E| Compiling zeroize v1.8.2
33162026-07-10T22:05:19.237Z[ helios-setup] Jul 10 22:05:18.718 INFO E| Compiling base64ct v1.8.0
33172026-07-10T22:05:19.602Z[ helios-setup] Jul 10 22:05:19.088 INFO E| Compiling smallvec v1.15.1
33182026-07-10T22:05:19.697Z[ helios-setup] Jul 10 22:05:19.183 INFO E| Compiling memchr v2.7.6
33192026-07-10T22:05:20.005Z[ host-package] Compiling parking_lot v0.11.2
33202026-07-10T22:05:20.087Z[ helios-setup] Jul 10 22:05:19.573 INFO E| Compiling anyhow v1.0.100
33212026-07-10T22:05:20.273Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33222026-07-10T22:05:20.308Z[ helios-setup] Jul 10 22:05:19.794 INFO E| Compiling pem-rfc7468 v0.7.0
33232026-07-10T22:05:20.414Z[ helios-setup] Jul 10 22:05:19.900 INFO E| Compiling generic-array v0.14.9
33242026-07-10T22:05:20.471Z[ helios-setup] Jul 10 22:05:19.956 INFO E| Compiling hashbrown v0.16.0
33252026-07-10T22:05:20.583Z[ helios-setup] Jul 10 22:05:20.068 INFO E| Compiling num-traits v0.2.19
33262026-07-10T22:05:20.642Z[ helios-setup] Jul 10 22:05:20.128 INFO E| Compiling crc32fast v1.5.0
33272026-07-10T22:05:20.701Z[ helios-setup] Jul 10 22:05:20.186 INFO E| Compiling winnow v0.7.13
33282026-07-10T22:05:20.708Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33292026-07-10T22:05:20.727Z[ helios-setup] Jul 10 22:05:20.211 INFO E| Compiling rustix v1.1.2
33302026-07-10T22:05:21.302Z[ helios-setup] Jul 10 22:05:20.788 INFO E| Compiling getrandom v0.2.16
33312026-07-10T22:05:21.370Z[ helios-setup] Jul 10 22:05:20.856 INFO E| Compiling flagset v0.4.7
33322026-07-10T22:05:21.480Z[ helios-setup] Jul 10 22:05:20.966 INFO E| Compiling utf8parse v0.2.2
33332026-07-10T22:05:21.510Z[ helios-setup] Jul 10 22:05:20.996 INFO E| Compiling byteorder v1.5.0
33342026-07-10T22:05:21.523Z[ host-package] Compiling darling_macro v0.13.4
33352026-07-10T22:05:21.628Z[ helios-setup] Jul 10 22:05:21.114 INFO E| Compiling equivalent v1.0.2
33362026-07-10T22:05:21.679Z[ helios-setup] Jul 10 22:05:21.165 INFO E| Compiling rand_core v0.6.4
33372026-07-10T22:05:21.727Z[ helios-setup] Jul 10 22:05:21.213 INFO E| Compiling syn v2.0.108
33382026-07-10T22:05:21.730Z[ host-package] Compiling hyper-staticfile v0.10.1
33392026-07-10T22:05:21.756Z[ helios-setup] Jul 10 22:05:21.242 INFO E| Compiling indexmap v2.12.0
33402026-07-10T22:05:21.762Z[ helios-setup] Jul 10 22:05:21.248 INFO E| Compiling anstyle-parse v0.2.7
33412026-07-10T22:05:21.894Z[ helios-setup] Jul 10 22:05:21.379 INFO E| Compiling errno v0.3.14
33422026-07-10T22:05:21.913Z[ helios-setup] Jul 10 22:05:21.399 INFO E| Compiling shlex v1.3.0
33432026-07-10T22:05:21.931Z[ helios-setup] Jul 10 22:05:21.417 INFO E| Compiling find-msvc-tools v0.1.4
33442026-07-10T22:05:21.963Z[ helios-setup] Jul 10 22:05:21.449 INFO E| Compiling colorchoice v1.0.4
33452026-07-10T22:05:21.987Z[ helios-setup] Jul 10 22:05:21.473 INFO E| Compiling allocator-api2 v0.2.21
33462026-07-10T22:05:22.043Z[ helios-setup] Jul 10 22:05:21.512 INFO E| Compiling is_terminal_polyfill v1.70.2
33472026-07-10T22:05:22.144Z[ helios-setup] Jul 10 22:05:21.630 INFO E| Compiling toml_datetime v0.7.3
33482026-07-10T22:05:22.156Z[ helios-setup] Jul 10 22:05:21.642 INFO E| Compiling radium v0.7.0
33492026-07-10T22:05:22.205Z[ helios-setup] Jul 10 22:05:21.691 INFO E| Compiling anstyle-query v1.1.4
33502026-07-10T22:05:22.243Z[ helios-setup] Jul 10 22:05:21.729 INFO E| Compiling anstyle v1.0.13
33512026-07-10T22:05:22.246Z[ helios-setup] Jul 10 22:05:21.730 INFO E| Compiling cpufeatures v0.2.17
33522026-07-10T22:05:22.368Z[ helios-setup] Jul 10 22:05:21.853 INFO E| Compiling syn v1.0.109
33532026-07-10T22:05:22.453Z[ helios-setup] Jul 10 22:05:21.938 INFO E| Compiling cc v1.2.44
33542026-07-10T22:05:22.494Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33552026-07-10T22:05:22.608Z[ helios-setup] Jul 10 22:05:22.094 INFO E| Compiling anstream v0.6.21
33562026-07-10T22:05:22.642Z[ helios-setup] Jul 10 22:05:22.127 INFO E| Compiling slog v2.8.2
33572026-07-10T22:05:22.711Z[ helios-setup] Jul 10 22:05:22.197 INFO E| Compiling tap v1.0.1
33582026-07-10T22:05:22.792Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33592026-07-10T22:05:22.946Z[ helios-setup] Jul 10 22:05:22.431 INFO E| Compiling futures-core v0.3.31
33602026-07-10T22:05:23.106Z[ helios-setup] Jul 10 22:05:22.592 INFO E| Compiling pkg-config v0.3.32
33612026-07-10T22:05:23.116Z[ helios-setup] Jul 10 22:05:22.602 INFO E| Compiling crypto-common v0.1.6
33622026-07-10T22:05:23.175Z[ helios-setup] Jul 10 22:05:22.661 INFO E| Compiling block-buffer v0.10.4
33632026-07-10T22:05:23.197Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33642026-07-10T22:05:23.200Z[ helios-setup] Jul 10 22:05:22.685 INFO E| Compiling maybe-uninit v2.0.0
33652026-07-10T22:05:23.312Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33662026-07-10T22:05:23.322Z[ helios-setup] Jul 10 22:05:22.808 INFO E| Compiling digest v0.10.7
33672026-07-10T22:05:23.403Z[ helios-setup] Jul 10 22:05:22.889 INFO E| Compiling futures-sink v0.3.31
33682026-07-10T22:05:23.409Z[ helios-setup] Jul 10 22:05:22.895 INFO E| Compiling parking_lot_core v0.9.12
33692026-07-10T22:05:23.512Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
33702026-07-10T22:05:23.517Z[ helios-setup] Jul 10 22:05:23.003 INFO E| Compiling pin-project-lite v0.2.16
33712026-07-10T22:05:23.562Z[ helios-setup] Jul 10 22:05:23.048 INFO E| Compiling unicode-width v0.2.2
33722026-07-10T22:05:23.562Z[ helios-setup] Jul 10 22:05:23.048 INFO E| Compiling futures-channel v0.3.31
33732026-07-10T22:05:23.750Z[ helios-setup] Jul 10 22:05:23.236 INFO E| Compiling sha2 v0.10.9
33742026-07-10T22:05:23.934Z[ helios-setup] Jul 10 22:05:23.419 INFO E| Compiling toml_parser v1.0.4
33752026-07-10T22:05:24.012Z[ helios-setup] Jul 10 22:05:23.498 INFO E| Compiling wyz v0.5.1
33762026-07-10T22:05:24.020Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33772026-07-10T22:05:24.077Z[ helios-setup] Jul 10 22:05:23.563 INFO E| Compiling getopts v0.2.24
33782026-07-10T22:05:24.197Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33792026-07-10T22:05:24.258Z[ helios-setup] Jul 10 22:05:23.744 INFO E| Compiling bitflags v2.10.0
33802026-07-10T22:05:24.298Z[ helios-setup] Jul 10 22:05:23.784 INFO E| Compiling num-integer v0.1.46
33812026-07-10T22:05:24.371Z[ helios-setup] Jul 10 22:05:23.857 INFO E| Compiling ahash v0.8.12
33822026-07-10T22:05:24.378Z[ helios-setup] Jul 10 22:05:23.863 INFO E| Compiling clap_lex v0.7.6
33832026-07-10T22:05:24.488Z[ helios-setup] Jul 10 22:05:23.974 INFO E| Compiling toml_edit v0.23.7
33842026-07-10T22:05:24.542Z[ helios-setup] Jul 10 22:05:24.028 INFO E| Compiling time-core v0.1.6
33852026-07-10T22:05:24.667Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33862026-07-10T22:05:24.670Z[ helios-setup] Jul 10 22:05:24.156 INFO E| Compiling packed_struct v0.10.1
33872026-07-10T22:05:24.672Z[ helios-setup] Jul 10 22:05:24.156 INFO E| Compiling pin-utils v0.1.0
33882026-07-10T22:05:24.683Z[ helios-setup] Jul 10 22:05:24.169 INFO E| Compiling heck v0.5.0
33892026-07-10T22:05:24.768Z[ helios-setup] Jul 10 22:05:24.254 INFO E| Compiling futures-task v0.3.31
33902026-07-10T22:05:24.804Z[ helios-setup] Jul 10 22:05:24.290 INFO E| Compiling scopeguard v1.2.0
33912026-07-10T22:05:24.824Z[ host-package] Compiling predicates-tree v1.0.13
33922026-07-10T22:05:24.827Z[ helios-setup] Jul 10 22:05:24.310 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
33932026-07-10T22:05:24.908Z[ helios-setup] Jul 10 22:05:24.394 INFO E| Compiling futures-io v0.3.31
33942026-07-10T22:05:24.937Z[ helios-setup] Jul 10 22:05:24.423 INFO E| Compiling spin v0.9.8
33952026-07-10T22:05:25.113Z[ host-package] Compiling unicode-truncate v1.1.0
33962026-07-10T22:05:25.217Z[ helios-setup] Jul 10 22:05:24.700 INFO E| Compiling slab v0.4.11
33972026-07-10T22:05:25.268Z[ helios-setup] Jul 10 22:05:24.753 INFO E| Compiling getrandom v0.3.4
33982026-07-10T22:05:25.284Z[ helios-setup] Jul 10 22:05:24.770 INFO E| Compiling strsim v0.11.1
33992026-07-10T22:05:25.291Z[ helios-setup] Jul 10 22:05:24.777 INFO E| Compiling num-bigint-dig v0.8.4
34002026-07-10T22:05:25.417Z[ helios-setup] Jul 10 22:05:24.903 INFO E| Compiling powerfmt v0.2.0
34012026-07-10T22:05:25.506Z[ helios-setup] Jul 10 22:05:24.992 INFO E| Compiling thiserror v1.0.69
34022026-07-10T22:05:25.533Z[ helios-setup] Jul 10 22:05:25.019 INFO E| Compiling itoa v1.0.15
34032026-07-10T22:05:25.545Z[ helios-setup] Jul 10 22:05:25.031 INFO E| Compiling bytes v1.10.1
34042026-07-10T22:05:25.571Z[ helios-setup] Jul 10 22:05:25.057 INFO E| Compiling funty v2.0.0
34052026-07-10T22:05:25.606Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34062026-07-10T22:05:25.626Z[ helios-setup] Jul 10 22:05:25.101 INFO E| Compiling num-conv v0.1.0
34072026-07-10T22:05:25.680Z[ host-package] Compiling lru v0.12.5
34082026-07-10T22:05:25.785Z[ helios-setup] Jul 10 22:05:25.271 INFO E| Compiling terminal_size v0.4.3
34092026-07-10T22:05:25.826Z[ host-package] Compiling rand_seeder v0.4.0
34102026-07-10T22:05:25.934Z[ helios-setup] Jul 10 22:05:25.419 INFO E| Compiling clap_builder v4.5.51
34112026-07-10T22:05:25.940Z[ helios-setup] Jul 10 22:05:25.426 INFO E| Compiling deranged v0.5.5
34122026-07-10T22:05:26.030Z[ helios-setup] Jul 10 22:05:25.516 INFO E| Compiling lazy_static v1.5.0
34132026-07-10T22:05:26.073Z[ helios-setup] Jul 10 22:05:25.559 INFO E| Compiling lock_api v0.4.14
34142026-07-10T22:05:26.145Z[ helios-setup] Jul 10 22:05:25.630 INFO E| Compiling num-iter v0.1.45
34152026-07-10T22:05:26.171Z[ host-package] Compiling prefix-trie v0.7.0
34162026-07-10T22:05:26.209Z[ helios-setup] Jul 10 22:05:25.695 INFO E| Compiling proc-macro-crate v3.4.0
34172026-07-10T22:05:26.228Z[ helios-setup] Jul 10 22:05:25.713 INFO E| Compiling time-macros v0.2.24
34182026-07-10T22:05:26.393Z[ helios-setup] Jul 10 22:05:25.878 INFO E| Compiling bitvec v1.0.1
34192026-07-10T22:05:26.519Z[ helios-setup] Jul 10 22:05:26.005 INFO E| Compiling indexmap v1.9.3
34202026-07-10T22:05:26.530Z[ helios-setup] Jul 10 22:05:26.015 INFO E| Compiling once_cell v1.21.3
34212026-07-10T22:05:26.544Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34222026-07-10T22:05:26.689Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
34232026-07-10T22:05:26.889Z[ helios-setup] Jul 10 22:05:26.374 INFO E| Compiling serde_json v1.0.145
34242026-07-10T22:05:26.897Z[ helios-setup] Jul 10 22:05:26.383 INFO E| Compiling adler2 v2.0.1
34252026-07-10T22:05:27.036Z[ helios-setup] Jul 10 22:05:26.522 INFO E| Compiling log v0.4.28
34262026-07-10T22:05:27.064Z[ helios-setup] Jul 10 22:05:26.550 INFO E| Compiling crc-catalog v2.4.0
34272026-07-10T22:05:27.064Z[ helios-setup] Jul 10 22:05:26.550 INFO E| Compiling thiserror v2.0.17
34282026-07-10T22:05:27.307Z[ helios-setup] Jul 10 22:05:26.792 INFO E| Compiling iana-time-zone v0.1.64
34292026-07-10T22:05:27.477Z[ helios-setup] Jul 10 22:05:26.963 INFO E| Compiling simd-adler32 v0.3.7
34302026-07-10T22:05:27.508Z[ host-package] Compiling corncobs v0.1.4
34312026-07-10T22:05:27.519Z[ helios-setup] Jul 10 22:05:27.004 INFO E| Compiling nodrop v0.1.14
34322026-07-10T22:05:27.601Z[ helios-setup] Jul 10 22:05:27.084 INFO E| Compiling chrono v0.4.42
34332026-07-10T22:05:27.607Z[ helios-setup] Jul 10 22:05:27.093 INFO E| Compiling env_filter v0.1.4
34342026-07-10T22:05:27.684Z[ helios-setup] Jul 10 22:05:27.163 INFO E| Compiling array-init v0.0.4
34352026-07-10T22:05:27.685Z[ host-package] Compiling cassowary v0.3.0
34362026-07-10T22:05:27.688Z[ helios-setup] Jul 10 22:05:27.171 INFO E| Compiling crc v3.3.0
34372026-07-10T22:05:27.772Z[ helios-setup] Jul 10 22:05:27.255 INFO E| Compiling parking_lot v0.12.5
34382026-07-10T22:05:27.836Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
34392026-07-10T22:05:27.940Z[ helios-setup] Jul 10 22:05:27.425 INFO E| Compiling miniz_oxide v0.8.9
34402026-07-10T22:05:27.959Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34412026-07-10T22:05:27.995Z[ helios-setup] Jul 10 22:05:27.480 INFO E| Compiling smallvec v0.6.14
34422026-07-10T22:05:28.305Z[ host-package] Compiling hickory-server v0.25.2
34432026-07-10T22:05:28.446Z[ helios-setup] Jul 10 22:05:27.931 INFO E| Compiling serde_spanned v1.0.3
34442026-07-10T22:05:28.507Z[ helios-setup] Jul 10 22:05:27.993 INFO E| Compiling time v0.3.44
34452026-07-10T22:05:28.529Z[ host-package] Compiling ratatui v0.29.0
34462026-07-10T22:05:28.592Z[ helios-setup] Jul 10 22:05:28.078 INFO E| Compiling signature v2.2.0
34472026-07-10T22:05:28.723Z[ helios-setup] Jul 10 22:05:28.208 INFO E| Compiling is-terminal v0.4.17
34482026-07-10T22:05:28.895Z[ helios-setup] Jul 10 22:05:28.380 INFO E| Compiling mio v1.1.0
34492026-07-10T22:05:28.932Z[ helios-setup] Jul 10 22:05:28.418 INFO E| Compiling signal-hook-registry v1.4.6
34502026-07-10T22:05:28.946Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34512026-07-10T22:05:29.156Z[ helios-setup] Jul 10 22:05:28.641 INFO E| Compiling serde_derive v1.0.228
34522026-07-10T22:05:29.166Z[ helios-setup] Jul 10 22:05:28.652 INFO E| Compiling zerocopy-derive v0.8.27
34532026-07-10T22:05:29.173Z[ helios-setup] Jul 10 22:05:28.659 INFO E| Compiling der_derive v0.7.3
34542026-07-10T22:05:29.205Z[ helios-setup] Jul 10 22:05:28.690 INFO E| Compiling futures-macro v0.3.31
34552026-07-10T22:05:29.425Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34562026-07-10T22:05:29.551Z[ helios-setup] Jul 10 22:05:29.037 INFO E| Compiling packed_struct_codegen v0.10.1
34572026-07-10T22:05:29.606Z[ helios-setup] Jul 10 22:05:29.091 INFO E| Compiling clap_derive v4.5.49
34582026-07-10T22:05:29.993Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34592026-07-10T22:05:30.035Z[ helios-setup] Jul 10 22:05:29.520 INFO E| Compiling thiserror-impl v1.0.69
34602026-07-10T22:05:30.042Z[ helios-setup] Jul 10 22:05:29.528 INFO E| Compiling zerocopy-derive v0.6.6
34612026-07-10T22:05:30.242Z[ helios-setup] Jul 10 22:05:29.727 INFO E| Compiling bitfield-macros v0.19.3
34622026-07-10T22:05:30.264Z[ helios-setup] Jul 10 22:05:29.750 INFO E| Compiling num_enum_derive v0.7.5
34632026-07-10T22:05:30.489Z[ helios-setup] Jul 10 22:05:29.974 INFO E| Compiling thiserror-impl v2.0.17
34642026-07-10T22:05:30.604Z[ host-package] Compiling camino-tempfile-ext v0.3.3
34652026-07-10T22:05:30.806Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34662026-07-10T22:05:31.157Z[ helios-setup] Jul 10 22:05:30.642 INFO E| Compiling tokio-macros v2.6.0
34672026-07-10T22:05:31.421Z[ helios-setup] Jul 10 22:05:30.907 INFO E| Compiling der v0.7.10
34682026-07-10T22:05:31.588Z[ helios-setup] Jul 10 22:05:31.073 INFO E| Compiling futures-util v0.3.31
34692026-07-10T22:05:31.614Z[ helios-setup] Jul 10 22:05:31.100 INFO E| Compiling zerocopy v0.6.6
34702026-07-10T22:05:31.793Z[ host-package] Compiling darling v0.13.4
34712026-07-10T22:05:32.031Z[ helios-setup] Jul 10 22:05:31.517 INFO E| Compiling socket2 v0.6.1
34722026-07-10T22:05:32.106Z[ host-package] Compiling sled v0.34.7
34732026-07-10T22:05:32.394Z[ helios-setup] Jul 10 22:05:31.880 INFO E| Compiling thread_local v1.1.9
34742026-07-10T22:05:32.470Z[ helios-setup] Jul 10 22:05:31.956 INFO E| Compiling term v1.2.0
34752026-07-10T22:05:32.729Z[ helios-setup] Jul 10 22:05:32.215 INFO E| Compiling bitfield v0.19.3
34762026-07-10T22:05:32.738Z[ helios-setup] Jul 10 22:05:32.224 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
34772026-07-10T22:05:32.910Z[ helios-setup] Jul 10 22:05:32.395 INFO E| Compiling winnow v0.5.40
34782026-07-10T22:05:33.040Z[ helios-setup] Jul 10 22:05:32.525 INFO E| Compiling num_enum v0.7.5
34792026-07-10T22:05:33.082Z[ helios-setup] Jul 10 22:05:32.568 INFO E| Compiling toml_writer v1.0.4
34802026-07-10T22:05:33.091Z[ helios-setup] Jul 10 22:05:32.577 INFO E| Compiling hashbrown v0.12.3
34812026-07-10T22:05:33.304Z[ helios-setup] Jul 10 22:05:32.790 INFO E| Compiling clap v4.5.51
34822026-07-10T22:05:33.304Z[ helios-setup] Jul 10 22:05:32.790 INFO E| Compiling libdevinfo-sys v1.1.0
34832026-07-10T22:05:33.402Z[ helios-setup] Jul 10 22:05:32.888 INFO E| Compiling base64 v0.21.7
34842026-07-10T22:05:33.422Z[ helios-setup] Jul 10 22:05:32.907 INFO E| Compiling subtle v2.6.1
34852026-07-10T22:05:33.504Z[ helios-setup] Jul 10 22:05:32.989 INFO E| Compiling ryu v1.0.20
34862026-07-10T22:05:33.524Z[ helios-setup] Jul 10 22:05:33.010 INFO E| Compiling toml v0.9.8
34872026-07-10T22:05:33.601Z[ helios-setup] Jul 10 22:05:33.087 INFO E| Compiling devinfo v0.1.0
34882026-07-10T22:05:33.625Z[ helios-setup] Jul 10 22:05:33.111 INFO E| Compiling tokio v1.48.0
34892026-07-10T22:05:33.722Z[ helios-setup] Jul 10 22:05:33.207 INFO E| Compiling spki v0.7.3
34902026-07-10T22:05:33.918Z[ helios-setup] Jul 10 22:05:33.404 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34912026-07-10T22:05:34.240Z[ helios-setup] Jul 10 22:05:33.726 INFO E| Compiling pkcs8 v0.10.2
34922026-07-10T22:05:34.581Z[ helios-setup] Jul 10 22:05:34.067 INFO E| Compiling x509-cert v0.2.5
34932026-07-10T22:05:34.604Z[ helios-setup] Jul 10 22:05:34.090 INFO E| Compiling bzip2 v0.4.4
34942026-07-10T22:05:34.699Z[ helios-setup] Jul 10 22:05:34.185 INFO E| Compiling pkcs1 v0.7.5
34952026-07-10T22:05:34.955Z[ helios-setup] Jul 10 22:05:34.441 INFO E| Compiling flate2 v1.1.5
34962026-07-10T22:05:35.279Z[ helios-setup] Jul 10 22:05:34.765 INFO E| Compiling uuid v1.18.1
34972026-07-10T22:05:35.694Z[ helios-setup] Jul 10 22:05:35.179 INFO E| Compiling ppv-lite86 v0.2.21
34982026-07-10T22:05:35.883Z[ helios-setup] Jul 10 22:05:35.368 INFO E| Compiling env_logger v0.11.8
34992026-07-10T22:05:36.212Z[ helios-setup] Jul 10 22:05:35.697 INFO E| Compiling hashbrown v0.13.2
35002026-07-10T22:05:36.212Z[ helios-setup] Jul 10 22:05:35.697 INFO E| Compiling bitflags v1.3.2
35012026-07-10T22:05:36.270Z[ helios-setup] Jul 10 22:05:35.753 INFO E| Compiling crc-any v2.5.0
35022026-07-10T22:05:36.379Z[ helios-setup] Jul 10 22:05:35.865 INFO E| Compiling rand_chacha v0.3.1
35032026-07-10T22:05:36.614Z[ helios-setup] Jul 10 22:05:36.099 INFO E| Compiling erased-serde v0.3.31
35042026-07-10T22:05:36.667Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35052026-07-10T22:05:36.702Z[ helios-setup] Jul 10 22:05:36.187 INFO E| Compiling serde_spanned v0.6.9
35062026-07-10T22:05:36.935Z[ helios-setup] Jul 10 22:05:36.417 INFO E| Compiling rand v0.8.5
35072026-07-10T22:05:36.955Z[ helios-setup] Jul 10 22:05:36.439 INFO E| Compiling toml_datetime v0.6.11
35082026-07-10T22:05:37.021Z[ helios-setup] Jul 10 22:05:36.506 INFO E| Compiling futures-executor v0.3.31
35092026-07-10T22:05:37.048Z[ helios-setup] Jul 10 22:05:36.532 INFO E| Compiling serde-hex v0.1.0
35102026-07-10T22:05:37.191Z[ helios-setup] Jul 10 22:05:36.668 INFO E| Compiling ron v0.8.1
35112026-07-10T22:05:37.273Z[ helios-setup] Jul 10 22:05:36.757 INFO E| Compiling hex v0.4.3
35122026-07-10T22:05:37.491Z[ helios-setup] Jul 10 22:05:36.975 INFO E| Compiling toml_edit v0.19.15
35132026-07-10T22:05:37.604Z[ helios-setup] Jul 10 22:05:37.090 INFO E| Compiling futures v0.3.31
35142026-07-10T22:05:37.689Z[ helios-setup] Jul 10 22:05:37.175 INFO E| Compiling rustc-hash v2.1.1
35152026-07-10T22:05:37.742Z[ helios-setup] Jul 10 22:05:37.228 INFO E| Compiling foldhash v0.2.0
35162026-07-10T22:05:37.757Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35172026-07-10T22:05:37.761Z[ helios-setup] Jul 10 22:05:37.244 INFO E| Compiling object v0.30.4
35182026-07-10T22:05:37.956Z[ helios-setup] Jul 10 22:05:37.442 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
35192026-07-10T22:05:38.086Z[ helios-setup] Jul 10 22:05:37.572 INFO E| Compiling iddqd v0.3.14
35202026-07-10T22:05:38.101Z[ helios-setup] Jul 10 22:05:37.587 INFO E| Compiling zip v0.6.6
35212026-07-10T22:05:38.378Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35222026-07-10T22:05:38.381Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35232026-07-10T22:05:38.479Z[ helios-setup] Jul 10 22:05:37.965 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35242026-07-10T22:05:38.621Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35252026-07-10T22:05:38.917Z[ host-package] Compiling git2 v0.20.4
35262026-07-10T22:05:39.147Z[ helios-setup] Jul 10 22:05:38.633 INFO E| Compiling slog-term v2.9.2
35272026-07-10T22:05:39.265Z[ helios-setup] Jul 10 22:05:38.749 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
35282026-07-10T22:05:39.589Z[ host-package] Compiling secrecy v0.8.0
35292026-07-10T22:05:39.634Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35302026-07-10T22:05:39.858Z[ helios-setup] Jul 10 22:05:39.344 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35312026-07-10T22:05:39.933Z[ helios-setup] Jul 10 22:05:39.419 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
35322026-07-10T22:05:40.228Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35332026-07-10T22:05:40.467Z[ helios-setup] Jul 10 22:05:39.953 INFO E| Compiling rsa v0.9.8
35342026-07-10T22:05:40.782Z[ helios-setup] Jul 10 22:05:40.268 INFO E| Compiling toml v0.7.8
35352026-07-10T22:05:40.815Z[ helios-setup] Jul 10 22:05:40.301 INFO E| Compiling path-slash v0.1.5
35362026-07-10T22:05:41.167Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35372026-07-10T22:05:41.515Z[ host-package] Compiling serde_with_macros v1.5.2
35382026-07-10T22:05:41.952Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35392026-07-10T22:05:43.078Z[ helios-setup] Jul 10 22:05:42.564 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
35402026-07-10T22:05:43.202Z[ helios-setup] Jul 10 22:05:42.688 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
35412026-07-10T22:05:43.358Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35422026-07-10T22:05:45.050Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35432026-07-10T22:05:45.423Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
35442026-07-10T22:05:45.599Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35452026-07-10T22:05:46.040Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35462026-07-10T22:05:46.294Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35472026-07-10T22:05:46.544Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35482026-07-10T22:05:46.863Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35492026-07-10T22:05:46.941Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35502026-07-10T22:05:47.254Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35512026-07-10T22:05:47.314Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35522026-07-10T22:05:47.455Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35532026-07-10T22:05:47.566Z[ host-package] Compiling base64 v0.21.7
35542026-07-10T22:05:47.695Z[ host-package] Compiling void v1.0.2
35552026-07-10T22:05:47.867Z[ host-package] Compiling lzss v0.8.2
35562026-07-10T22:05:47.892Z[ host-package] Compiling ron v0.8.1
35572026-07-10T22:05:48.188Z[ host-package] Compiling illumos-nvpair v0.3.0
35582026-07-10T22:05:48.217Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35592026-07-10T22:05:48.717Z[ host-package] Compiling serde_with v1.14.0
35602026-07-10T22:05:48.742Z[ helios-setup] Jul 10 22:05:48.228 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35612026-07-10T22:05:49.601Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35622026-07-10T22:05:49.898Z[ helios-setup] Jul 10 22:05:49.383 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
35632026-07-10T22:05:50.334Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35642026-07-10T22:05:50.419Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35652026-07-10T22:05:51.638Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
35662026-07-10T22:05:54.116Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
35672026-07-10T22:05:54.373Z[ helios-setup] Jul 10 22:05:53.859 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35682026-07-10T22:05:54.784Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35692026-07-10T22:05:55.116Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35702026-07-10T22:05:55.378Z[ host-package] Compiling tungstenite v0.23.0
35712026-07-10T22:05:55.628Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
35722026-07-10T22:05:56.750Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35732026-07-10T22:05:57.314Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35742026-07-10T22:05:57.562Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35752026-07-10T22:05:57.817Z[ host-package] Compiling nix v0.27.1
35762026-07-10T22:05:57.951Z[ host-package] Compiling twox-hash v2.1.2
35772026-07-10T22:05:58.136Z[ host-package] Compiling serde_bytes v0.11.19
35782026-07-10T22:05:58.518Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
35792026-07-10T22:05:58.709Z[ host-package] Compiling tokio-tungstenite v0.23.1
35802026-07-10T22:05:58.714Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35812026-07-10T22:05:59.176Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35822026-07-10T22:05:59.292Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35832026-07-10T22:05:59.620Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35842026-07-10T22:06:02.849Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35852026-07-10T22:06:03.162Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35862026-07-10T22:06:03.746Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35872026-07-10T22:06:03.858Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35882026-07-10T22:06:03.903Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35892026-07-10T22:06:04.313Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
35902026-07-10T22:06:04.976Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35912026-07-10T22:06:05.083Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35922026-07-10T22:06:05.567Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35932026-07-10T22:06:05.863Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
35942026-07-10T22:06:06.258Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35952026-07-10T22:06:06.669Z[ helios-setup] Jul 10 22:06:06.154 INFO E| Finished `release` profile [optimized] target(s) in 49.48s
35962026-07-10T22:06:06.672Z[ helios-setup] Jul 10 22:06:06.154 INFO E| Blocking waiting for file lock on package cache
35972026-07-10T22:06:06.761Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35982026-07-10T22:06:07.276Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35992026-07-10T22:06:07.411Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36002026-07-10T22:06:09.792Z[ helios-setup] Jul 10 22:06:09.277 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
36012026-07-10T22:06:09.792Z[ helios-setup] Jul 10 22:06:09.278 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36022026-07-10T22:06:09.805Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36032026-07-10T22:06:09.850Z[ helios-setup] Jul 10 22:06:09.335 INFO building project "pilot" ok (52 seconds)
36042026-07-10T22:06:09.850Z[ helios-setup] Jul 10 22:06:09.335 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
36052026-07-10T22:06:09.860Z[ helios-setup] Jul 10 22:06:09.345 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.96.1-x86_64-unknown-illumos (default)"
36062026-07-10T22:06:09.860Z[ helios-setup] Jul 10 22:06:09.345 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
36072026-07-10T22:06:09.863Z[ helios-setup] Jul 10 22:06:09.345 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
36082026-07-10T22:06:10.072Z[ helios-setup] Jul 10 22:06:09.557 INFO E| Downloading crates ...
36092026-07-10T22:06:10.155Z[ helios-setup] Jul 10 22:06:09.640 INFO E| Downloaded tempfile v3.20.0
36102026-07-10T22:06:10.158Z[ helios-setup] Jul 10 22:06:09.642 INFO E| Downloaded hashbrown v0.15.3
36112026-07-10T22:06:10.161Z[ helios-setup] Jul 10 22:06:09.645 INFO E| Downloaded errno v0.3.12
36122026-07-10T22:06:10.167Z[ helios-setup] Jul 10 22:06:09.652 INFO E| Downloaded time-core v0.1.4
36132026-07-10T22:06:10.170Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36142026-07-10T22:06:10.175Z[ helios-setup] Jul 10 22:06:09.661 INFO E| Downloaded serde_with_macros v3.12.0
36152026-07-10T22:06:10.178Z[ helios-setup] Jul 10 22:06:09.663 INFO E| Downloaded time-macros v0.2.22
36162026-07-10T22:06:10.183Z[ helios-setup] Jul 10 22:06:09.664 INFO E| Downloaded deranged v0.4.0
36172026-07-10T22:06:10.186Z[ helios-setup] Jul 10 22:06:09.670 INFO E| Downloaded iana-time-zone v0.1.63
36182026-07-10T22:06:10.186Z[ helios-setup] Jul 10 22:06:09.672 INFO E| Downloaded bitflags v2.9.1
36192026-07-10T22:06:10.189Z[ helios-setup] Jul 10 22:06:09.674 INFO E| Downloaded anyhow v1.0.98
36202026-07-10T22:06:10.192Z[ helios-setup] Jul 10 22:06:09.677 INFO E| Downloaded getrandom v0.3.3
36212026-07-10T22:06:10.210Z[ helios-setup] Jul 10 22:06:09.695 INFO E| Downloaded indexmap v2.9.0
36222026-07-10T22:06:10.231Z[ helios-setup] Jul 10 22:06:09.716 INFO E| Downloaded time v0.3.41
36232026-07-10T22:06:10.235Z[ helios-setup] Jul 10 22:06:09.721 INFO E| Downloaded serde_with v3.12.0
36242026-07-10T22:06:10.263Z[ helios-setup] Jul 10 22:06:09.748 INFO E| Downloaded chrono v0.4.41
36252026-07-10T22:06:10.267Z[ helios-setup] Jul 10 22:06:09.753 INFO E| Downloaded rustix v1.0.7
36262026-07-10T22:06:10.346Z[ helios-setup] Jul 10 22:06:09.832 INFO E| Compiling proc-macro2 v1.0.95
36272026-07-10T22:06:10.359Z[ helios-setup] Jul 10 22:06:09.845 INFO E| Compiling unicode-ident v1.0.18
36282026-07-10T22:06:10.359Z[ helios-setup] Jul 10 22:06:09.845 INFO E| Compiling libc v0.2.172
36292026-07-10T22:06:10.362Z[ helios-setup] Jul 10 22:06:09.845 INFO E| Compiling fnv v1.0.7
36302026-07-10T22:06:10.362Z[ helios-setup] Jul 10 22:06:09.845 INFO E| Compiling ident_case v1.0.1
36312026-07-10T22:06:10.362Z[ helios-setup] Jul 10 22:06:09.845 INFO E| Compiling strsim v0.11.1
36322026-07-10T22:06:10.362Z[ helios-setup] Jul 10 22:06:09.845 INFO E| Compiling serde v1.0.219
36332026-07-10T22:06:10.362Z[ helios-setup] Jul 10 22:06:09.845 INFO E| Compiling getrandom v0.3.3
36342026-07-10T22:06:10.362Z[ helios-setup] Jul 10 22:06:09.845 INFO E| Compiling rustix v1.0.7
36352026-07-10T22:06:10.362Z[ helios-setup] Jul 10 22:06:09.845 INFO E| Compiling serde_json v1.0.140
36362026-07-10T22:06:10.363Z[ helios-setup] Jul 10 22:06:09.845 INFO E| Compiling thiserror v2.0.12
36372026-07-10T22:06:10.363Z[ helios-setup] Jul 10 22:06:09.845 INFO E| Compiling anyhow v1.0.98
36382026-07-10T22:06:10.363Z[ helios-setup] Jul 10 22:06:09.845 INFO E| Compiling bitflags v2.9.1
36392026-07-10T22:06:10.363Z[ helios-setup] Jul 10 22:06:09.845 INFO E| Compiling cfg-if v1.0.0
36402026-07-10T22:06:10.363Z[ helios-setup] Jul 10 22:06:09.845 INFO E| Compiling once_cell v1.21.3
36412026-07-10T22:06:10.363Z[ helios-setup] Jul 10 22:06:09.845 INFO E| Compiling fastrand v2.3.0
36422026-07-10T22:06:10.471Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
36432026-07-10T22:06:10.799Z[ helios-setup] Jul 10 22:06:10.284 INFO E| Compiling itoa v1.0.15
36442026-07-10T22:06:10.819Z[ helios-setup] Jul 10 22:06:10.304 INFO E| Compiling memchr v2.7.4
36452026-07-10T22:06:10.871Z[ helios-setup] Jul 10 22:06:10.357 INFO E| Compiling ryu v1.0.20
36462026-07-10T22:06:11.057Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36472026-07-10T22:06:11.095Z[ helios-setup] Jul 10 22:06:10.581 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
36482026-07-10T22:06:11.969Z[ helios-setup] Jul 10 22:06:11.454 INFO E| Compiling quote v1.0.40
36492026-07-10T22:06:12.052Z[ helios-setup] Jul 10 22:06:11.538 INFO E| Compiling errno v0.3.12
36502026-07-10T22:06:12.250Z[ helios-setup] Jul 10 22:06:11.735 INFO E| Compiling syn v2.0.101
36512026-07-10T22:06:12.362Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36522026-07-10T22:06:12.567Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36532026-07-10T22:06:12.924Z[ host-package] Compiling fatfs v0.3.6
36542026-07-10T22:06:13.138Z[ helios-setup] Jul 10 22:06:12.623 INFO E| Compiling tempfile v3.20.0
36552026-07-10T22:06:13.244Z[ host-package] Compiling signal-hook-tokio v0.3.1
36562026-07-10T22:06:13.476Z[ host-package] Compiling yasna v0.5.2
36572026-07-10T22:06:13.538Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36582026-07-10T22:06:14.524Z[ host-package] Compiling assert_matches v1.5.0
36592026-07-10T22:06:14.625Z[ host-package] Compiling seq-macro v0.3.6
36602026-07-10T22:06:14.659Z[ host-package] Compiling is_ci v1.2.0
36612026-07-10T22:06:14.937Z[ helios-setup] Jul 10 22:06:14.421 INFO E| Compiling darling_core v0.20.11
36622026-07-10T22:06:15.032Z[ host-package] Compiling supports-color v3.0.2
36632026-07-10T22:06:15.193Z[ host-package] Compiling rcgen v0.12.1
36642026-07-10T22:06:15.233Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36652026-07-10T22:06:15.571Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36662026-07-10T22:06:15.835Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36672026-07-10T22:06:15.860Z[ helios-setup] Jul 10 22:06:15.346 INFO E| Compiling serde_derive v1.0.219
36682026-07-10T22:06:15.860Z[ helios-setup] Jul 10 22:06:15.346 INFO E| Compiling thiserror-impl v2.0.12
36692026-07-10T22:06:16.275Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36702026-07-10T22:06:16.623Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36712026-07-10T22:06:17.032Z[ helios-setup] Jul 10 22:06:16.517 INFO E| Compiling darling_macro v0.20.11
36722026-07-10T22:06:17.103Z[ host-package] Compiling subprocess v0.2.15
36732026-07-10T22:06:17.954Z[ host-package] Compiling rtoolbox v0.0.3
36742026-07-10T22:06:17.961Z[ helios-setup] Jul 10 22:06:17.447 INFO E| Compiling darling v0.20.11
36752026-07-10T22:06:18.055Z[ helios-setup] Jul 10 22:06:17.540 INFO E| Compiling serde_with_macros v3.12.0
36762026-07-10T22:06:18.321Z[ host-package] Compiling rpassword v7.4.0
36772026-07-10T22:06:18.633Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36782026-07-10T22:06:18.987Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36792026-07-10T22:06:20.002Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36802026-07-10T22:06:20.272Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
36812026-07-10T22:06:21.046Z[ helios-setup] Jul 10 22:06:20.532 INFO E| Compiling serde_with v3.12.0
36822026-07-10T22:06:21.214Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
36832026-07-10T22:06:21.488Z[ host-package] Compiling tui-tree-widget v0.23.1
36842026-07-10T22:06:21.903Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36852026-07-10T22:06:23.343Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36862026-07-10T22:06:24.236Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36872026-07-10T22:06:24.518Z[ host-package] Compiling uzers v0.12.2
36882026-07-10T22:06:24.630Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36892026-07-10T22:06:26.017Z[ helios-setup] Jul 10 22:06:25.503 INFO E| Finished `release` profile [optimized] target(s) in 16.14s
36902026-07-10T22:06:26.042Z[ helios-setup] Jul 10 22:06:25.527 INFO building project "dmar-report" ok (16 seconds)
36912026-07-10T22:06:26.042Z[ helios-setup] Jul 10 22:06:25.527 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
36922026-07-10T22:06:26.204Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36932026-07-10T22:06:26.616Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36942026-07-10T22:06:28.897Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36952026-07-10T22:06:30.030Z[ host-package] Compiling support-bundle-viewer v0.1.2
36962026-07-10T22:06:30.527Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36972026-07-10T22:06:32.050Z[ host-package] Compiling multimap v0.10.1
36982026-07-10T22:06:43.069Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
36992026-07-10T22:06:48.447Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37002026-07-10T22:06:50.379Z[ helios-setup] Jul 10 22:06:49.864 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')"
37012026-07-10T22:06:50.379Z[ helios-setup] Jul 10 22:06:49.864 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
37022026-07-10T22:06:50.384Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37032026-07-10T22:06:50.392Z[ helios-setup] Jul 10 22:06:49.878 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.96.1-x86_64-unknown-illumos (default)"
37042026-07-10T22:06:50.393Z[ helios-setup] Jul 10 22:06:49.878 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
37052026-07-10T22:06:50.393Z[ helios-setup] Jul 10 22:06:49.878 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
37062026-07-10T22:06:50.509Z[ helios-setup] Jul 10 22:06:49.994 INFO E| Downloading crates ...
37072026-07-10T22:06:50.558Z[ helios-setup] Jul 10 22:06:50.044 INFO E| Downloaded cpufeatures v0.2.5
37082026-07-10T22:06:50.566Z[ helios-setup] Jul 10 22:06:50.051 INFO E| Downloaded miniz_oxide v0.6.2
37092026-07-10T22:06:50.569Z[ helios-setup] Jul 10 22:06:50.053 INFO E| Downloaded generic-array v0.14.6
37102026-07-10T22:06:50.569Z[ helios-setup] Jul 10 22:06:50.054 INFO E| Downloaded block-buffer v0.10.3
37112026-07-10T22:06:50.579Z[ helios-setup] Jul 10 22:06:50.064 INFO E| Downloaded sha2 v0.10.5
37122026-07-10T22:06:50.582Z[ helios-setup] Jul 10 22:06:50.066 INFO E| Downloaded flate2 v1.0.25
37132026-07-10T22:06:50.585Z[ helios-setup] Jul 10 22:06:50.069 INFO E| Downloaded digest v0.10.3
37142026-07-10T22:06:50.585Z[ helios-setup] Jul 10 22:06:50.070 INFO E| Downloaded typenum v1.15.0
37152026-07-10T22:06:50.588Z[ helios-setup] Jul 10 22:06:50.071 INFO E| Downloaded bytes v1.2.1
37162026-07-10T22:06:50.588Z[ helios-setup] Jul 10 22:06:50.073 INFO E| Downloaded anyhow v1.0.62
37172026-07-10T22:06:50.639Z[ helios-setup] Jul 10 22:06:50.123 INFO E| Compiling typenum v1.15.0
37182026-07-10T22:06:50.639Z[ helios-setup] Jul 10 22:06:50.123 INFO E| Compiling version_check v0.9.4
37192026-07-10T22:06:50.639Z[ helios-setup] Jul 10 22:06:50.123 INFO E| Compiling cfg-if v1.0.0
37202026-07-10T22:06:50.642Z[ helios-setup] Jul 10 22:06:50.123 INFO E| Compiling crc32fast v1.3.2
37212026-07-10T22:06:50.642Z[ helios-setup] Jul 10 22:06:50.123 INFO E| Compiling anyhow v1.0.62
37222026-07-10T22:06:50.642Z[ helios-setup] Jul 10 22:06:50.123 INFO E| Compiling adler v1.0.2
37232026-07-10T22:06:50.642Z[ helios-setup] Jul 10 22:06:50.123 INFO E| Compiling unicode-width v0.1.10
37242026-07-10T22:06:50.642Z[ helios-setup] Jul 10 22:06:50.123 INFO E| Compiling cpufeatures v0.2.5
37252026-07-10T22:06:50.646Z[ helios-setup] Jul 10 22:06:50.131 INFO E| Compiling bytes v1.2.1
37262026-07-10T22:06:50.646Z[ helios-setup] Jul 10 22:06:50.131 INFO E| Compiling bitflags v1.3.2
37272026-07-10T22:06:50.797Z[ helios-setup] Jul 10 22:06:50.282 INFO E| Compiling getopts v0.2.21
37282026-07-10T22:06:50.800Z[ helios-setup] Jul 10 22:06:50.285 INFO E| Compiling miniz_oxide v0.6.2
37292026-07-10T22:06:51.181Z[ helios-setup] Jul 10 22:06:50.666 INFO E| Compiling generic-array v0.14.6
37302026-07-10T22:06:51.542Z[ helios-setup] Jul 10 22:06:51.027 INFO E| Compiling flate2 v1.0.25
37312026-07-10T22:06:53.322Z[ helios-setup] Jul 10 22:06:52.807 INFO E| Compiling crypto-common v0.1.6
37322026-07-10T22:06:53.322Z[ helios-setup] Jul 10 22:06:52.807 INFO E| Compiling block-buffer v0.10.3
37332026-07-10T22:06:53.442Z[ helios-setup] Jul 10 22:06:52.927 INFO E| Compiling digest v0.10.3
37342026-07-10T22:06:53.622Z[ helios-setup] Jul 10 22:06:53.107 INFO E| Compiling sha2 v0.10.5
37352026-07-10T22:06:53.887Z[ helios-setup] Jul 10 22:06:53.372 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
37362026-07-10T22:06:55.685Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37372026-07-10T22:06:56.063Z[ helios-setup] Jul 10 22:06:55.546 INFO E| Finished `release` profile [optimized] target(s) in 5.65s
37382026-07-10T22:06:56.074Z[ helios-setup] Jul 10 22:06:55.559 INFO building project "bootserver" ok (5 seconds)
37392026-07-10T22:06:56.077Z[ helios-setup] rm -f helios-build
37402026-07-10T22:06:56.077Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37412026-07-10T22:06:56.080Z[ helios-setup]
37422026-07-10T22:06:56.083Z[ helios-setup] Setup complete! ./helios-build is now available.
37432026-07-10T22:06:56.083Z[ helios-setup]
37442026-07-10T22:06:56.084Z[ helios-setup]
37452026-07-10T22:06:56.084Z[ helios-setup] real 3:06.326477529
37462026-07-10T22:06:56.084Z[ helios-setup] user 7:08.323873403
37472026-07-10T22:06:56.084Z[ helios-setup] sys 1:21.327218154
37482026-07-10T22:06:56.084Z[ helios-setup] trap 0.514889904
37492026-07-10T22:06:56.084Z[ helios-setup] tflt 2.577008864
37502026-07-10T22:06:56.084Z[ helios-setup] dflt 7.968675729
37512026-07-10T22:06:56.084Z[ helios-setup] kflt 0.025250433
37522026-07-10T22:06:56.084Z[ helios-setup] lock 58:13.513341387
37532026-07-10T22:06:56.084Z[ helios-setup] slp 38:55.795077009
37542026-07-10T22:06:56.084Z[ helios-setup] lat 7:25.812503110
37552026-07-10T22:06:56.084Z[ helios-setup] stop 1:25.169944137
37562026-07-10T22:06:56.084ZJul 10 22:06:55.569 INFO [helios-setup] process exited with exit status: 0 (186.329705968s)
37572026-07-10T22:06:56.084ZJul 10 22:06:55.569 INFO [helios-record] running task
37582026-07-10T22:06:56.088ZJul 10 22:06:55.569 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37592026-07-10T22:06:56.093ZJul 10 22:06:55.574 DEBG process exited with exit status: 0 (4.757728ms)
37602026-07-10T22:06:56.093ZJul 10 22:06:55.574 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37612026-07-10T22:06:56.093ZJul 10 22:06:55.577 DEBG process exited with exit status: 0 (3.535129ms)
37622026-07-10T22:06:56.093ZJul 10 22:06:55.577 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37632026-07-10T22:06:56.095ZJul 10 22:06:55.581 DEBG process exited with exit status: 0 (3.472778ms)
37642026-07-10T22:06:56.095ZJul 10 22:06:55.581 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37652026-07-10T22:06:56.099ZJul 10 22:06:55.584 DEBG process exited with exit status: 0 (3.300219ms)
37662026-07-10T22:06:56.099ZJul 10 22:06:55.584 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37672026-07-10T22:06:56.102ZJul 10 22:06:55.587 DEBG process exited with exit status: 0 (3.204909ms)
37682026-07-10T22:06:56.102ZJul 10 22:06:55.587 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37692026-07-10T22:06:56.105ZJul 10 22:06:55.591 DEBG process exited with exit status: 0 (3.313618ms)
37702026-07-10T22:06:56.105ZJul 10 22:06:55.591 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37712026-07-10T22:06:56.109ZJul 10 22:06:55.594 DEBG process exited with exit status: 0 (3.686379ms)
37722026-07-10T22:06:56.109ZJul 10 22:06:55.594 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37732026-07-10T22:06:56.112ZJul 10 22:06:55.598 DEBG process exited with exit status: 0 (3.379769ms)
37742026-07-10T22:06:56.112ZJul 10 22:06:55.598 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37752026-07-10T22:06:56.116ZJul 10 22:06:55.601 DEBG process exited with exit status: 0 (3.447158ms)
37762026-07-10T22:06:56.118ZJul 10 22:06:55.601 INFO [helios-record] task succeeded (32.662587ms)
37772026-07-10T22:06:56.847Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37782026-07-10T22:13:50.140Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 28s
37792026-07-10T22:14:36.203ZJul 10 22:14:35.684 INFO [host-package] process exited with exit status: 0 (614.357718605s)
37802026-07-10T22:14:36.203ZJul 10 22:14:35.684 INFO [host-libraries] running task
37812026-07-10T22:14:36.203ZJul 10 22:14:35.684 INFO [host-stamp] running task
37822026-07-10T22:14:36.206ZJul 10 22:14:35.687 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 21.0.0-0.ci+gitf3f8ff9b46e
37832026-07-10T22:14:36.206ZJul 10 22:14:35.687 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 21.0.0-0.ci+gitf3f8ff9b46e
37842026-07-10T22:14:36.206ZJul 10 22:14:35.687 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 21.0.0-0.ci+gitf3f8ff9b46e
37852026-07-10T22:14:36.206ZJul 10 22:14:35.688 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 21.0.0-0.ci+gitf3f8ff9b46e
37862026-07-10T22:14:36.206ZJul 10 22:14:35.688 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 21.0.0-0.ci+gitf3f8ff9b46e
37872026-07-10T22:14:36.206ZJul 10 22:14:35.688 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 21.0.0-0.ci+gitf3f8ff9b46e
37882026-07-10T22:14:36.206ZJul 10 22:14:35.688 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 21.0.0-0.ci+gitf3f8ff9b46e
37892026-07-10T22:14:36.209ZJul 10 22:14:35.689 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 21.0.0-0.ci+gitf3f8ff9b46e
37902026-07-10T22:14:36.214Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
37912026-07-10T22:14:36.217Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37922026-07-10T22:14:36.217Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
37932026-07-10T22:14:36.217Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
37942026-07-10T22:14:36.217Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37952026-07-10T22:14:36.217Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
37962026-07-10T22:14:36.217Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
37972026-07-10T22:14:36.217Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
37982026-07-10T22:14:36.217Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
37992026-07-10T22:14:36.220ZJul 10 22:14:35.701 INFO [stamp-overlay] process exited with exit status: 0 (12.248516ms)
38002026-07-10T22:14:36.225Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38012026-07-10T22:14:36.228ZJul 10 22:14:35.710 INFO [stamp-oxlog] process exited with exit status: 0 (22.752371ms)
38022026-07-10T22:14:36.263Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38032026-07-10T22:14:36.266ZJul 10 22:14:35.747 INFO [stamp-crucible-utils] process exited with exit status: 0 (60.125247ms)
38042026-07-10T22:14:36.284Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38052026-07-10T22:14:36.289ZJul 10 22:14:35.760 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (71.452152ms)
38062026-07-10T22:14:36.422Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38072026-07-10T22:14:36.426ZJul 10 22:14:35.907 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (219.034765ms)
38082026-07-10T22:14:36.600Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38092026-07-10T22:14:36.603ZJul 10 22:14:36.085 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (397.542175ms)
38102026-07-10T22:14:36.757Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38112026-07-10T22:14:36.762ZJul 10 22:14:36.244 INFO [stamp-propolis-server] process exited with exit status: 0 (557.374613ms)
38122026-07-10T22:14:37.570ZJul 10 22:14:37.044 INFO [host-libraries] task succeeded (1.359651101s)
38132026-07-10T22:14:37.573ZJul 10 22:14:37.044 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38142026-07-10T22:14:37.573Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38152026-07-10T22:14:38.517Z[recovery-package] Compiling newtype-uuid v1.3.2
38162026-07-10T22:14:38.753Z[recovery-package] Compiling daft v0.1.7
38172026-07-10T22:14:38.959Z[recovery-package] Compiling iddqd v0.4.2
38182026-07-10T22:14:39.912Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38192026-07-10T22:14:40.212Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38202026-07-10T22:14:40.212Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38212026-07-10T22:14:40.212Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38222026-07-10T22:14:40.217Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38232026-07-10T22:14:40.217Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38242026-07-10T22:14:40.217Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38252026-07-10T22:14:40.224Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38262026-07-10T22:14:40.228Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38272026-07-10T22:14:40.308Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38282026-07-10T22:14:40.584Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38292026-07-10T22:14:40.601Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38302026-07-10T22:14:40.722Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38312026-07-10T22:14:42.584Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38322026-07-10T22:14:42.587ZJul 10 22:14:42.070 INFO [stamp-switch-asic] process exited with exit status: 0 (6.382000617s)
38332026-07-10T22:14:42.587ZJul 10 22:14:42.070 INFO [host-stamp] task succeeded (6.385389276s)
38342026-07-10T22:14:42.587ZJul 10 22:14:42.070 INFO [host-proto] running task
38352026-07-10T22:14:42.997ZJul 10 22:14:42.480 INFO [host-proto] task succeeded (410.231321ms)
38362026-07-10T22:14:42.998ZJul 10 22:14:42.480 INFO [host-profile] running task
38372026-07-10T22:14:43.001ZJul 10 22:14:42.480 INFO [host-profile] task succeeded (226.139µs)
38382026-07-10T22:14:43.001ZJul 10 22:14:42.480 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.492' -P /tmp/.tmpK6rNYa/proto/host/root -N 'ci f3f8ff9/${os_short_commit} 2026-07-10 22:03' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38392026-07-10T22:14:43.005Z[ host-image] Jul 10 22:14:42.487 INFO Checking files for board 'cosmo'
38402026-07-10T22:14:43.005Z[ host-image] Jul 10 22:14:42.487 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38412026-07-10T22:14:43.005Z[ host-image] Jul 10 22:14:42.487 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38422026-07-10T22:14:43.006Z[ host-image] Jul 10 22:14:42.487 INFO Checking files for board 'cosmo-mbist'
38432026-07-10T22:14:43.006Z[ host-image] Jul 10 22:14:42.487 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38442026-07-10T22:14:43.006Z[ host-image] Jul 10 22:14:42.487 INFO Checking files for board 'cosmo-mbist-noaggr'
38452026-07-10T22:14:43.006Z[ host-image] Jul 10 22:14:42.487 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38462026-07-10T22:14:43.006Z[ host-image] Jul 10 22:14:42.487 INFO Checking files for board 'gimlet'
38472026-07-10T22:14:43.006Z[ host-image] Jul 10 22:14:42.487 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38482026-07-10T22:14:43.006Z[ host-image] Jul 10 22:14:42.487 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38492026-07-10T22:14:43.014Z[ host-image] Jul 10 22:14:42.496 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpK6rNYa/proto/host/root"
38502026-07-10T22:14:43.017Z[ host-image] Jul 10 22:14:42.496 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38512026-07-10T22:14:43.017Z[ host-image] Jul 10 22:14:42.496 INFO image builder template: ramdisk-01-os...
38522026-07-10T22:14:43.018Z[ host-image] Jul 10 22:14:42.496 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/.tmpK6rNYa/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.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38532026-07-10T22:14:43.027Z[ host-image] Jul 10 22:14:42.510 INFO O| Jul 10 22:14:42.510 INFO CREATE DATASET: rpool/images/build/host/output
38542026-07-10T22:14:44.454Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38552026-07-10T22:14:44.454Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38562026-07-10T22:14:44.457Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38572026-07-10T22:14:44.457Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38582026-07-10T22:14:44.457Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38592026-07-10T22:14:44.757Z[ host-image] Jul 10 22:14:44.240 INFO O| Jul 10 22:14:44.240 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38602026-07-10T22:14:44.762Z[ host-image] Jul 10 22:14:44.243 INFO O| Jul 10 22:14:44.243 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38612026-07-10T22:14:44.978Z[ host-image] Jul 10 22:14:44.460 INFO O| Jul 10 22:14:44.460 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38622026-07-10T22:14:45.032Z[ host-image] Jul 10 22:14:44.514 INFO O| Jul 10 22:14:44.514 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38632026-07-10T22:14:45.032Z[ host-image] Jul 10 22:14:44.514 INFO O| Jul 10 22:14:44.514 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38642026-07-10T22:14:45.032Z[ host-image] Jul 10 22:14:44.514 INFO O| Jul 10 22:14:44.514 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38652026-07-10T22:14:45.035Z[ host-image] Jul 10 22:14:44.514 INFO O| Jul 10 22:14:44.514 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38662026-07-10T22:14:45.039Z[ host-image] Jul 10 22:14:44.521 INFO O| Jul 10 22:14:44.521 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38672026-07-10T22:14:45.249Z[ host-image] Jul 10 22:14:44.732 INFO O| Jul 10 22:14:44.732 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38682026-07-10T22:14:45.257Z[ host-image] Jul 10 22:14:44.739 INFO O| Jul 10 22:14:44.739 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38692026-07-10T22:14:45.573Z[ host-image] Jul 10 22:14:45.055 INFO O| Jul 10 22:14:45.055 INFO O| Caching catalogs ... Done
38702026-07-10T22:14:45.662Z[ host-image] Jul 10 22:14:45.144 INFO O| Jul 10 22:14:45.144 INFO STEP 0 (pkg_image_create) COMPLETE
38712026-07-10T22:14:45.662Z[ host-image] Jul 10 22:14:45.145 INFO O| Jul 10 22:14:45.144 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38722026-07-10T22:14:45.671Z[ host-image] Jul 10 22:14:45.153 INFO O| Jul 10 22:14:45.153 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"]
38732026-07-10T22:14:45.945Z[ host-image] Jul 10 22:14:45.427 INFO O| Jul 10 22:14:45.427 INFO STEP 1 (pkg_set_publisher) COMPLETE
38742026-07-10T22:14:45.945Z[ host-image] Jul 10 22:14:45.427 INFO O| Jul 10 22:14:45.427 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38752026-07-10T22:14:45.949Z[ host-image] Jul 10 22:14:45.427 INFO O| Jul 10 22:14:45.427 INFO skip step because feature "publisher_1_name" is not enabled
38762026-07-10T22:14:45.950Z[ host-image] Jul 10 22:14:45.427 INFO O| Jul 10 22:14:45.427 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38772026-07-10T22:14:45.950Z[ host-image] Jul 10 22:14:45.427 INFO O| Jul 10 22:14:45.427 INFO skip step because feature "publisher_2_name" is not enabled
38782026-07-10T22:14:45.950Z[ host-image] Jul 10 22:14:45.427 INFO O| Jul 10 22:14:45.427 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38792026-07-10T22:14:45.950Z[ host-image] Jul 10 22:14:45.427 INFO O| Jul 10 22:14:45.427 INFO skip step because feature "publisher_3_name" is not enabled
38802026-07-10T22:14:45.950Z[ host-image] Jul 10 22:14:45.427 INFO O| Jul 10 22:14:45.427 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38812026-07-10T22:14:46.200Z[ host-image] Jul 10 22:14:45.681 INFO O| Jul 10 22:14:45.681 INFO variant opensolaris.zone is already global
38822026-07-10T22:14:46.200Z[ host-image] Jul 10 22:14:45.681 INFO O| Jul 10 22:14:45.681 INFO STEP 5 (pkg_change_variant) COMPLETE
38832026-07-10T22:14:46.204Z[ host-image] Jul 10 22:14:45.681 INFO O| Jul 10 22:14:45.681 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38842026-07-10T22:14:46.446Z[ host-image] Jul 10 22:14:45.929 INFO O| Jul 10 22:14:45.928 INFO variant opensolaris.imagetype is full; changing to partial
38852026-07-10T22:14:46.450Z[ host-image] Jul 10 22:14:45.929 INFO O| Jul 10 22:14:45.929 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38862026-07-10T22:14:47.106Z[ host-image] Jul 10 22:14:46.583 INFO O| Jul 10 22:14:46.583 INFO O| Startup: Refreshing catalog 'helios' ... Done
38872026-07-10T22:14:47.213Z[ host-image] Jul 10 22:14:46.694 INFO O| Jul 10 22:14:46.694 INFO O| Startup: Caching catalogs ... Done
38882026-07-10T22:14:47.216Z[ host-image] Jul 10 22:14:46.699 INFO O| Jul 10 22:14:46.699 INFO O| Planning: Planning completed in 0.00 seconds
38892026-07-10T22:14:47.220Z[ host-image] Jul 10 22:14:46.699 INFO O| Jul 10 22:14:46.699 INFO O| Planning: Consolidating action changes ... Done
38902026-07-10T22:14:47.220Z[ host-image] Jul 10 22:14:46.699 INFO O| Jul 10 22:14:46.699 INFO O| Planning: Evaluating mediators ... Done
38912026-07-10T22:14:47.220Z[ host-image] Jul 10 22:14:46.699 INFO O| Jul 10 22:14:46.699 INFO O| Planning: Planning completed in 0.00 seconds
38922026-07-10T22:14:47.220Z[ host-image] Jul 10 22:14:46.699 INFO O| Jul 10 22:14:46.699 INFO O| Variants/Facets to change: 1
38932026-07-10T22:14:47.226Z[ host-image] Jul 10 22:14:46.708 INFO O| Jul 10 22:14:46.708 INFO O| Finalize: Updating package state database ... Done
38942026-07-10T22:14:47.226Z[ host-image] Jul 10 22:14:46.708 INFO O| Jul 10 22:14:46.708 INFO O| Finalize: Updating package cache ... Done
38952026-07-10T22:14:47.245Z[ host-image] Jul 10 22:14:46.727 INFO O| Jul 10 22:14:46.727 INFO O| Finalize: Updating image state ... Done
38962026-07-10T22:14:47.249Z[ host-image] Jul 10 22:14:46.729 INFO O| Jul 10 22:14:46.729 INFO O| Finalize: Creating fast lookup database ... Done
38972026-07-10T22:14:47.249Z[ host-image] Jul 10 22:14:46.730 INFO O| Jul 10 22:14:46.730 INFO O| Finalize: Reading search index ... Done
38982026-07-10T22:14:47.249Z[ host-image] Jul 10 22:14:46.730 INFO O| Jul 10 22:14:46.730 INFO O| Finalize: Updating search index ... Done
38992026-07-10T22:14:47.249Z[ host-image] Jul 10 22:14:46.731 INFO O| Jul 10 22:14:46.731 INFO O| Finalize: Updating package cache ... Done
39002026-07-10T22:14:47.345Z[ host-image] Jul 10 22:14:46.827 INFO O| Jul 10 22:14:46.827 INFO STEP 6 (pkg_change_variant) COMPLETE
39012026-07-10T22:14:47.345Z[ host-image] Jul 10 22:14:46.827 INFO O| Jul 10 22:14:46.827 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39022026-07-10T22:14:47.345Z[ host-image] Jul 10 22:14:46.827 INFO O| Jul 10 22:14:46.827 INFO skip step because feature "debug_variant" is not enabled
39032026-07-10T22:14:47.348Z[ host-image] Jul 10 22:14:46.827 INFO O| Jul 10 22:14:46.827 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39042026-07-10T22:14:47.600Z[ host-image] Jul 10 22:14:47.082 INFO O| Jul 10 22:14:47.082 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39052026-07-10T22:14:48.225Z[ host-image] Jul 10 22:14:47.708 INFO O| Jul 10 22:14:47.707 INFO O| Startup: Refreshing catalog 'helios' ... Done
39062026-07-10T22:14:48.332Z[ host-image] Jul 10 22:14:47.814 INFO O| Jul 10 22:14:47.814 INFO O| Startup: Caching catalogs ... Done
39072026-07-10T22:14:48.335Z[ host-image] Jul 10 22:14:47.818 INFO O| Jul 10 22:14:47.818 INFO O| Planning: Planning completed in 0.00 seconds
39082026-07-10T22:14:48.339Z[ host-image] Jul 10 22:14:47.818 INFO O| Jul 10 22:14:47.818 INFO O| Planning: Consolidating action changes ... Done
39092026-07-10T22:14:48.339Z[ host-image] Jul 10 22:14:47.818 INFO O| Jul 10 22:14:47.818 INFO O| Planning: Evaluating mediators ... Done
39102026-07-10T22:14:48.339Z[ host-image] Jul 10 22:14:47.819 INFO O| Jul 10 22:14:47.819 INFO O| Planning: Planning completed in 0.00 seconds
39112026-07-10T22:14:48.339Z[ host-image] Jul 10 22:14:47.819 INFO O| Jul 10 22:14:47.819 INFO O| Variants/Facets to change: 1
39122026-07-10T22:14:48.345Z[ host-image] Jul 10 22:14:47.827 INFO O| Jul 10 22:14:47.827 INFO O| Finalize: Updating package state database ... Done
39132026-07-10T22:14:48.345Z[ host-image] Jul 10 22:14:47.827 INFO O| Jul 10 22:14:47.827 INFO O| Finalize: Updating package cache ... Done
39142026-07-10T22:14:48.363Z[ host-image] Jul 10 22:14:47.846 INFO O| Jul 10 22:14:47.846 INFO O| Finalize: Updating image state ... Done
39152026-07-10T22:14:48.367Z[ host-image] Jul 10 22:14:47.848 INFO O| Jul 10 22:14:47.848 INFO O| Finalize: Creating fast lookup database ... Done
39162026-07-10T22:14:48.367Z[ host-image] Jul 10 22:14:47.849 INFO O| Jul 10 22:14:47.849 INFO O| Finalize: Reading search index ... Done
39172026-07-10T22:14:48.367Z[ host-image] Jul 10 22:14:47.849 INFO O| Jul 10 22:14:47.849 INFO O| Finalize: Updating search index ... Done
39182026-07-10T22:14:48.367Z[ host-image] Jul 10 22:14:47.849 INFO O| Jul 10 22:14:47.849 INFO O| Finalize: Updating package cache ... Done
39192026-07-10T22:14:48.454Z[ host-image] Jul 10 22:14:47.937 INFO O| Jul 10 22:14:47.937 INFO STEP 8 (pkg_change_facet) COMPLETE
39202026-07-10T22:14:48.455Z[ host-image] Jul 10 22:14:47.937 INFO O| Jul 10 22:14:47.937 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39212026-07-10T22:14:48.458Z[ host-image] Jul 10 22:14:47.937 INFO O| Jul 10 22:14:47.937 INFO skip step because feature "recovery" is not enabled
39222026-07-10T22:14:48.458Z[ host-image] Jul 10 22:14:47.937 INFO O| Jul 10 22:14:47.937 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39232026-07-10T22:14:48.458Z[ host-image] Jul 10 22:14:47.937 INFO O| Jul 10 22:14:47.937 INFO skip step because feature "recovery" is not enabled
39242026-07-10T22:14:48.458Z[ host-image] Jul 10 22:14:47.937 INFO O| Jul 10 22:14:47.937 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39252026-07-10T22:14:48.462Z[ host-image] Jul 10 22:14:47.945 INFO O| Jul 10 22:14:47.945 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/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", "/consolidation/oxide/omicron-release-incorporation@21.0.0.0"]
39262026-07-10T22:14:49.091Z[ host-image] Jul 10 22:14:48.573 INFO O| Jul 10 22:14:48.573 INFO O| Startup: Refreshing catalog 'helios' ... Done
39272026-07-10T22:14:49.197Z[ host-image] Jul 10 22:14:48.680 INFO O| Jul 10 22:14:48.679 INFO O| Startup: Caching catalogs ... Done
39282026-07-10T22:14:49.653Z[ host-image] Jul 10 22:14:49.135 INFO O| Jul 10 22:14:49.135 INFO O| Planning: Solver setup ... Done
39292026-07-10T22:14:49.669Z[ host-image] Jul 10 22:14:49.151 INFO O| Jul 10 22:14:49.151 INFO O| Planning: Running solver ... Done
39302026-07-10T22:14:49.679Z[ host-image] Jul 10 22:14:49.161 INFO O| Jul 10 22:14:49.161 INFO O| Planning: Finding local manifests ... Done
39312026-07-10T22:14:49.696Z[ host-image] Jul 10 22:14:49.179 INFO O| Jul 10 22:14:49.179 INFO O| Planning: Fetching manifests: 0/128 0% complete
39322026-07-10T22:14:51.210Z[ host-image] Jul 10 22:14:50.691 INFO O| Jul 10 22:14:50.691 INFO O| Planning: Fetching manifests: 128/128 100% complete
39332026-07-10T22:14:51.597Z[ host-image] Jul 10 22:14:51.079 INFO O| Jul 10 22:14:51.079 INFO O| Planning: Package planning ... Done
39342026-07-10T22:14:51.905Z[ host-image] Jul 10 22:14:51.387 INFO O| Jul 10 22:14:51.387 INFO O| Planning: Merging actions ... Done
39352026-07-10T22:14:52.090Z[ host-image] Jul 10 22:14:51.572 INFO O| Jul 10 22:14:51.572 INFO O| Planning: Checking for conflicting actions ... Done
39362026-07-10T22:14:52.187Z[ host-image] Jul 10 22:14:51.669 INFO O| Jul 10 22:14:51.669 INFO O| Planning: Consolidating action changes ... Done
39372026-07-10T22:14:52.349Z[ host-image] Jul 10 22:14:51.831 INFO O| Jul 10 22:14:51.831 INFO O| Planning: Evaluating mediators ... Done
39382026-07-10T22:14:52.699Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39392026-07-10T22:14:53.581Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39402026-07-10T22:14:53.741Z[ host-image] Jul 10 22:14:53.223 INFO O| Jul 10 22:14:53.223 INFO O| Planning: Planning completed in 4.54 seconds
39412026-07-10T22:14:53.745Z[ host-image] Jul 10 22:14:53.225 INFO O| Jul 10 22:14:53.225 INFO O| Packages to install: 128
39422026-07-10T22:14:53.745Z[ host-image] Jul 10 22:14:53.225 INFO O| Jul 10 22:14:53.225 INFO O| Mediators to change: 5
39432026-07-10T22:14:53.745Z[ host-image] Jul 10 22:14:53.225 INFO O| Jul 10 22:14:53.225 INFO O| Services to change: 6
39442026-07-10T22:14:53.772Z[ host-image] Jul 10 22:14:53.254 INFO O| Jul 10 22:14:53.254 INFO O| Download: 0/23866 items 0.0/222.6MB 0% complete
39452026-07-10T22:14:55.943Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39462026-07-10T22:14:55.943Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39472026-07-10T22:14:57.048Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39482026-07-10T22:14:57.649Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39492026-07-10T22:14:58.942Z[ host-image] Jul 10 22:14:58.424 INFO O| Jul 10 22:14:58.424 INFO O| Download: 1595/23866 items 9.7/222.6MB 4% complete (2.2M/s)
39502026-07-10T22:15:04.264Z[ host-image] Jul 10 22:15:03.746 INFO O| Jul 10 22:15:03.746 INFO O| Download: 2232/23866 items 23.7/222.6MB 10% complete (2.4M/s)
39512026-07-10T22:15:09.267Z[ host-image] Jul 10 22:15:08.748 INFO O| Jul 10 22:15:08.748 INFO O| Download: 3830/23866 items 37.1/222.6MB 16% complete (2.8M/s)
39522026-07-10T22:15:09.801Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.11s
39532026-07-10T22:15:11.439ZJul 10 22:15:10.921 INFO [recovery-package] process exited with exit status: 0 (33.877123182s)
39542026-07-10T22:15:11.439ZJul 10 22:15:10.921 INFO [recovery-libraries] running task
39552026-07-10T22:15:11.439ZJul 10 22:15:10.921 INFO [recovery-stamp] running task
39562026-07-10T22:15:11.442ZJul 10 22:15:10.922 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 21.0.0-0.ci+gitf3f8ff9b46e
39572026-07-10T22:15:11.442ZJul 10 22:15:10.922 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 21.0.0-0.ci+gitf3f8ff9b46e
39582026-07-10T22:15:11.447Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39592026-07-10T22:15:11.451Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39602026-07-10T22:15:11.489ZJul 10 22:15:10.972 INFO [recovery-libraries] task succeeded (50.39658ms)
39612026-07-10T22:15:11.492ZJul 10 22:15:10.972 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39622026-07-10T22:15:11.559Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39632026-07-10T22:15:11.563ZJul 10 22:15:11.044 INFO [stamp-installinator] process exited with exit status: 0 (122.590892ms)
39642026-07-10T22:15:11.623Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39652026-07-10T22:15:11.626ZJul 10 22:15:11.108 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (186.221047ms)
39662026-07-10T22:15:11.626ZJul 10 22:15:11.108 INFO [recovery-stamp] task succeeded (186.642797ms)
39672026-07-10T22:15:11.626ZJul 10 22:15:11.108 INFO [recovery-proto] running task
39682026-07-10T22:15:11.626ZJul 10 22:15:11.108 INFO [tuf-stamp] running task
39692026-07-10T22:15:11.626ZJul 10 22:15:11.108 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 21.0.0-0.ci+gitf3f8ff9b46e
39702026-07-10T22:15:11.630ZJul 10 22:15:11.109 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 21.0.0-0.ci+gitf3f8ff9b46e
39712026-07-10T22:15:11.630ZJul 10 22:15:11.109 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 21.0.0-0.ci+gitf3f8ff9b46e
39722026-07-10T22:15:11.630ZJul 10 22:15:11.110 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 21.0.0-0.ci+gitf3f8ff9b46e
39732026-07-10T22:15:11.630ZJul 10 22:15:11.110 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 21.0.0-0.ci+gitf3f8ff9b46e
39742026-07-10T22:15:11.630ZJul 10 22:15:11.110 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 21.0.0-0.ci+gitf3f8ff9b46e
39752026-07-10T22:15:11.630ZJul 10 22:15:11.111 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 21.0.0-0.ci+gitf3f8ff9b46e
39762026-07-10T22:15:11.630ZJul 10 22:15:11.111 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 21.0.0-0.ci+gitf3f8ff9b46e
39772026-07-10T22:15:11.630ZJul 10 22:15:11.111 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 21.0.0-0.ci+gitf3f8ff9b46e
39782026-07-10T22:15:11.630ZJul 10 22:15:11.111 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 21.0.0-0.ci+gitf3f8ff9b46e
39792026-07-10T22:15:11.630ZJul 10 22:15:11.112 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 21.0.0-0.ci+gitf3f8ff9b46e
39802026-07-10T22:15:11.630ZJul 10 22:15:11.112 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 21.0.0-0.ci+gitf3f8ff9b46e
39812026-07-10T22:15:11.634Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39822026-07-10T22:15:11.637Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39832026-07-10T22:15:11.637Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39842026-07-10T22:15:11.637Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39852026-07-10T22:15:11.637Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39862026-07-10T22:15:11.638Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39872026-07-10T22:15:11.638Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39882026-07-10T22:15:11.638Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39892026-07-10T22:15:11.638Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39902026-07-10T22:15:11.638Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-07-10T22:15:11.638Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-07-10T22:15:11.638Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-07-10T22:15:11.684Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39942026-07-10T22:15:11.688ZJul 10 22:15:11.170 INFO [stamp-probe] process exited with exit status: 0 (59.737137ms)
39952026-07-10T22:15:11.746ZJul 10 22:15:11.228 INFO [recovery-proto] task succeeded (120.142384ms)
39962026-07-10T22:15:11.749ZJul 10 22:15:11.228 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.492' -P /tmp/.tmpK6rNYa/proto/recovery/root -N 'recovery f3f8ff9/${os_short_commit} 2026-07-10 22:03' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
39972026-07-10T22:15:11.752Z[ recovery-image] Jul 10 22:15:11.234 INFO Checking files for board 'cosmo-mbist'
39982026-07-10T22:15:11.752Z[ recovery-image] Jul 10 22:15:11.235 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39992026-07-10T22:15:11.752Z[ recovery-image] Jul 10 22:15:11.235 INFO Checking files for board 'gimlet'
40002026-07-10T22:15:11.752Z[ recovery-image] Jul 10 22:15:11.235 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40012026-07-10T22:15:11.753Z[ recovery-image] Jul 10 22:15:11.235 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40022026-07-10T22:15:11.753Z[ recovery-image] Jul 10 22:15:11.235 INFO Checking files for board 'cosmo-mbist-noaggr'
40032026-07-10T22:15:11.753Z[ recovery-image] Jul 10 22:15:11.235 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40042026-07-10T22:15:11.753Z[ recovery-image] Jul 10 22:15:11.235 INFO Checking files for board 'cosmo'
40052026-07-10T22:15:11.753Z[ recovery-image] Jul 10 22:15:11.235 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40062026-07-10T22:15:11.753Z[ recovery-image] Jul 10 22:15:11.235 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40072026-07-10T22:15:11.761Z[ recovery-image] Jul 10 22:15:11.244 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpK6rNYa/proto/recovery/root"
40082026-07-10T22:15:11.761Z[ recovery-image] Jul 10 22:15:11.244 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40092026-07-10T22:15:11.764Z[ recovery-image] Jul 10 22:15:11.244 INFO image builder template: ramdisk-01-os...
40102026-07-10T22:15:11.764Z[ recovery-image] Jul 10 22:15:11.244 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/.tmpK6rNYa/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@21.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40112026-07-10T22:15:11.776Z[ recovery-image] Jul 10 22:15:11.259 INFO O| Jul 10 22:15:11.259 INFO CREATE DATASET: rpool/images/build/recovery/output
40122026-07-10T22:15:12.004Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40132026-07-10T22:15:12.029Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40142026-07-10T22:15:12.081Z[ recovery-image] Jul 10 22:15:11.563 INFO O| Jul 10 22:15:11.563 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40152026-07-10T22:15:12.085Z[ recovery-image] Jul 10 22:15:11.567 INFO O| Jul 10 22:15:11.567 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40162026-07-10T22:15:12.089Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40172026-07-10T22:15:12.089ZJul 10 22:15:11.570 INFO [stamp-ntp] process exited with exit status: 0 (460.73065ms)
40182026-07-10T22:15:12.192Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40192026-07-10T22:15:12.196ZJul 10 22:15:11.678 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (568.751938ms)
40202026-07-10T22:15:12.362Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40212026-07-10T22:15:12.365ZJul 10 22:15:11.847 INFO [stamp-external-dns] process exited with exit status: 0 (738.236703ms)
40222026-07-10T22:15:12.383Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40232026-07-10T22:15:12.386ZJul 10 22:15:11.868 INFO [stamp-internal-dns] process exited with exit status: 0 (757.215175ms)
40242026-07-10T22:15:12.434Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40252026-07-10T22:15:12.437ZJul 10 22:15:11.920 INFO [stamp-crucible-zone] process exited with exit status: 0 (808.776335ms)
40262026-07-10T22:15:12.588Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40272026-07-10T22:15:12.591ZJul 10 22:15:12.073 INFO [stamp-oximeter] process exited with exit status: 0 (962.774456ms)
40282026-07-10T22:15:12.738Z[ recovery-image] Jul 10 22:15:12.220 INFO O| Jul 10 22:15:12.220 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40292026-07-10T22:15:12.896Z[ recovery-image] Jul 10 22:15:12.378 INFO O| Jul 10 22:15:12.378 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40302026-07-10T22:15:12.896Z[ recovery-image] Jul 10 22:15:12.378 INFO O| Jul 10 22:15:12.378 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40312026-07-10T22:15:12.900Z[ recovery-image] Jul 10 22:15:12.378 INFO O| Jul 10 22:15:12.378 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40322026-07-10T22:15:12.900Z[ recovery-image] Jul 10 22:15:12.378 INFO O| Jul 10 22:15:12.378 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40332026-07-10T22:15:12.903Z[ recovery-image] Jul 10 22:15:12.384 INFO O| Jul 10 22:15:12.384 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40342026-07-10T22:15:14.087Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40352026-07-10T22:15:14.091ZJul 10 22:15:13.573 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.462505102s)
40362026-07-10T22:15:14.558Z[ host-image] Jul 10 22:15:14.041 INFO O| Jul 10 22:15:14.041 INFO O| Download: 4976/23866 items 43.9/222.6MB 19% complete (2.0M/s)
40372026-07-10T22:15:14.805Z[ recovery-image] Jul 10 22:15:14.287 INFO O| Jul 10 22:15:14.287 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40382026-07-10T22:15:14.812Z[ recovery-image] Jul 10 22:15:14.294 INFO O| Jul 10 22:15:14.294 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40392026-07-10T22:15:15.071Z[ recovery-image] Jul 10 22:15:14.553 INFO O| Jul 10 22:15:14.553 INFO O| Caching catalogs ... Done
40402026-07-10T22:15:15.135Z[ recovery-image] Jul 10 22:15:14.617 INFO O| Jul 10 22:15:14.617 INFO STEP 0 (pkg_image_create) COMPLETE
40412026-07-10T22:15:15.135Z[ recovery-image] Jul 10 22:15:14.617 INFO O| Jul 10 22:15:14.617 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40422026-07-10T22:15:15.144Z[ recovery-image] Jul 10 22:15:14.626 INFO O| Jul 10 22:15:14.626 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"]
40432026-07-10T22:15:15.695Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40442026-07-10T22:15:15.699ZJul 10 22:15:15.181 INFO [stamp-nexus] process exited with exit status: 0 (4.072441846s)
40452026-07-10T22:15:16.016Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40462026-07-10T22:15:16.020ZJul 10 22:15:15.501 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.391452452s)
40472026-07-10T22:15:16.298Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40482026-07-10T22:15:16.302ZJul 10 22:15:15.785 INFO [stamp-clickhouse] process exited with exit status: 0 (4.672898222s)
40492026-07-10T22:15:16.326Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40502026-07-10T22:15:16.329ZJul 10 22:15:15.811 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.699961772s)
40512026-07-10T22:15:16.329ZJul 10 22:15:15.811 INFO [tuf-stamp] task succeeded (4.703587411s)
40522026-07-10T22:15:17.024Z[verify-libraries] Compiling match_cfg v0.1.0
40532026-07-10T22:15:17.024Z[verify-libraries] Compiling slog-json v2.6.1
40542026-07-10T22:15:17.027Z[verify-libraries] Compiling itertools v0.14.0
40552026-07-10T22:15:17.027Z[verify-libraries] Compiling progenitor-client v0.14.0
40562026-07-10T22:15:17.027Z[verify-libraries] Compiling structmeta-derive v0.3.0
40572026-07-10T22:15:17.027Z[verify-libraries] Compiling debug-ignore v1.0.5
40582026-07-10T22:15:17.027Z[verify-libraries] Compiling sha1 v0.11.0
40592026-07-10T22:15:17.264Z[ recovery-image] Jul 10 22:15:16.746 INFO O| Jul 10 22:15:16.746 INFO STEP 1 (pkg_set_publisher) COMPLETE
40602026-07-10T22:15:17.264Z[ recovery-image] Jul 10 22:15:16.746 INFO O| Jul 10 22:15:16.746 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40612026-07-10T22:15:17.264Z[ recovery-image] Jul 10 22:15:16.746 INFO O| Jul 10 22:15:16.746 INFO skip step because feature "publisher_1_name" is not enabled
40622026-07-10T22:15:17.267Z[ recovery-image] Jul 10 22:15:16.746 INFO O| Jul 10 22:15:16.746 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40632026-07-10T22:15:17.267Z[ recovery-image] Jul 10 22:15:16.746 INFO O| Jul 10 22:15:16.746 INFO skip step because feature "publisher_2_name" is not enabled
40642026-07-10T22:15:17.267Z[ recovery-image] Jul 10 22:15:16.746 INFO O| Jul 10 22:15:16.746 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40652026-07-10T22:15:17.267Z[ recovery-image] Jul 10 22:15:16.746 INFO O| Jul 10 22:15:16.746 INFO skip step because feature "publisher_3_name" is not enabled
40662026-07-10T22:15:17.267Z[ recovery-image] Jul 10 22:15:16.746 INFO O| Jul 10 22:15:16.746 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40672026-07-10T22:15:17.316Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40682026-07-10T22:15:17.336Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40692026-07-10T22:15:17.340Z[verify-libraries] Compiling multer v3.1.0
40702026-07-10T22:15:17.340Z[verify-libraries] Compiling compression-core v0.4.31
40712026-07-10T22:15:17.340Z[verify-libraries] Compiling async-stream-impl v0.3.6
40722026-07-10T22:15:17.340Z[verify-libraries] Compiling serde_spanned v1.1.1
40732026-07-10T22:15:17.464Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40742026-07-10T22:15:17.487Z[verify-libraries] Compiling hostname v0.3.1
40752026-07-10T22:15:17.487Z[verify-libraries] Compiling dropshot v0.17.1
40762026-07-10T22:15:17.490Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40772026-07-10T22:15:17.490Z[verify-libraries] Compiling waitgroup v0.1.2
40782026-07-10T22:15:17.559Z[ recovery-image] Jul 10 22:15:17.041 INFO O| Jul 10 22:15:17.041 INFO variant opensolaris.zone is already global
40792026-07-10T22:15:17.559Z[ recovery-image] Jul 10 22:15:17.041 INFO O| Jul 10 22:15:17.041 INFO STEP 5 (pkg_change_variant) COMPLETE
40802026-07-10T22:15:17.559Z[ recovery-image] Jul 10 22:15:17.041 INFO O| Jul 10 22:15:17.041 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40812026-07-10T22:15:17.577Z[verify-libraries] Compiling compression-codecs v0.4.37
40822026-07-10T22:15:17.577Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40832026-07-10T22:15:17.580Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40842026-07-10T22:15:17.601Z[verify-libraries] Compiling slog-bunyan v2.5.0
40852026-07-10T22:15:17.684Z[verify-libraries] Compiling hostname v0.4.2
40862026-07-10T22:15:17.687Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
40872026-07-10T22:15:17.708Z[verify-libraries] Compiling atomicwrites v0.4.4
40882026-07-10T22:15:17.752Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
40892026-07-10T22:15:17.781Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40902026-07-10T22:15:17.804Z[verify-libraries] Compiling async-compression v0.4.41
40912026-07-10T22:15:17.843Z[verify-libraries] Compiling macaddr v1.0.1
40922026-07-10T22:15:17.874Z[ recovery-image] Jul 10 22:15:17.356 INFO O| Jul 10 22:15:17.356 INFO variant opensolaris.imagetype is full; changing to partial
40932026-07-10T22:15:17.874Z[ recovery-image] Jul 10 22:15:17.356 INFO O| Jul 10 22:15:17.356 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40942026-07-10T22:15:17.888Z[verify-libraries] Compiling regress v0.10.5
40952026-07-10T22:15:17.892Z[verify-libraries] Compiling instant v0.1.13
40962026-07-10T22:15:17.928Z[verify-libraries] Compiling backon v1.6.0
40972026-07-10T22:15:17.931Z[verify-libraries] Compiling humantime v2.3.0
40982026-07-10T22:15:17.969Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40992026-07-10T22:15:17.972Z[verify-libraries] Compiling convert_case v0.4.0
41002026-07-10T22:15:18.046Z[verify-libraries] Compiling backoff v0.4.0
41012026-07-10T22:15:18.088Z[verify-libraries] Compiling async-stream v0.3.6
41022026-07-10T22:15:18.144Z[verify-libraries] Compiling progenitor-extras v0.2.0
41032026-07-10T22:15:18.176Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41042026-07-10T22:15:18.201Z[verify-libraries] Compiling half v2.7.1
41052026-07-10T22:15:18.201Z[verify-libraries] Compiling ciborium-io v0.2.2
41062026-07-10T22:15:18.253Z[verify-libraries] Compiling regress v0.11.1
41072026-07-10T22:15:18.274Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41082026-07-10T22:15:18.305Z[verify-libraries] Compiling indent_write v2.2.0
41092026-07-10T22:15:18.328Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41102026-07-10T22:15:18.353Z[verify-libraries] Compiling secrecy v0.10.3
41112026-07-10T22:15:18.353Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41122026-07-10T22:15:18.420Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41132026-07-10T22:15:18.445Z[verify-libraries] Compiling derive_more v0.99.20
41142026-07-10T22:15:18.445Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41152026-07-10T22:15:18.488Z[verify-libraries] Compiling structmeta v0.3.0
41162026-07-10T22:15:18.491Z[verify-libraries] Compiling ciborium-ll v0.2.2
41172026-07-10T22:15:18.536Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41182026-07-10T22:15:18.560Z[verify-libraries] Compiling inout v0.1.4
41192026-07-10T22:15:18.560Z[verify-libraries] Compiling universal-hash v0.5.1
41202026-07-10T22:15:18.561Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41212026-07-10T22:15:18.746Z[verify-libraries] Compiling derive-ex v0.1.8
41222026-07-10T22:15:18.771Z[verify-libraries] Compiling parse-display-derive v0.10.0
41232026-07-10T22:15:18.774Z[verify-libraries] Compiling ciborium v0.2.2
41242026-07-10T22:15:18.774Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
41252026-07-10T22:15:18.834Z[verify-libraries] Compiling cipher v0.4.4
41262026-07-10T22:15:18.865Z[verify-libraries] Compiling opaque-debug v0.3.1
41272026-07-10T22:15:18.907Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41282026-07-10T22:15:18.978Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41292026-07-10T22:15:19.016Z[verify-libraries] Compiling poly1305 v0.8.0
41302026-07-10T22:15:19.052Z[verify-libraries] Compiling byte-wrapper v0.1.0
41312026-07-10T22:15:19.053Z[verify-libraries] Compiling blake2 v0.10.6
41322026-07-10T22:15:19.071Z[ recovery-image] Jul 10 22:15:18.550 INFO O| Jul 10 22:15:18.550 INFO O| Startup: Refreshing catalog 'helios' ... Done
41332026-07-10T22:15:19.177Z[verify-libraries] Compiling chacha20 v0.9.1
41342026-07-10T22:15:19.202Z[ recovery-image] Jul 10 22:15:18.684 INFO O| Jul 10 22:15:18.683 INFO O| Startup: Caching catalogs ... Done
41352026-07-10T22:15:19.211Z[ recovery-image] Jul 10 22:15:18.691 INFO O| Jul 10 22:15:18.691 INFO O| Planning: Planning completed in 0.00 seconds
41362026-07-10T22:15:19.215Z[ recovery-image] Jul 10 22:15:18.691 INFO O| Jul 10 22:15:18.691 INFO O| Planning: Consolidating action changes ... Done
41372026-07-10T22:15:19.215Z[ recovery-image] Jul 10 22:15:18.691 INFO O| Jul 10 22:15:18.691 INFO O| Planning: Evaluating mediators ... Done
41382026-07-10T22:15:19.215Z[ recovery-image] Jul 10 22:15:18.691 INFO O| Jul 10 22:15:18.691 INFO O| Planning: Planning completed in 0.00 seconds
41392026-07-10T22:15:19.215Z[ recovery-image] Jul 10 22:15:18.692 INFO O| Jul 10 22:15:18.692 INFO O| Variants/Facets to change: 1
41402026-07-10T22:15:19.221Z[ recovery-image] Jul 10 22:15:18.703 INFO O| Jul 10 22:15:18.703 INFO O| Finalize: Updating package state database ... Done
41412026-07-10T22:15:19.221Z[ recovery-image] Jul 10 22:15:18.703 INFO O| Jul 10 22:15:18.703 INFO O| Finalize: Updating package cache ... Done
41422026-07-10T22:15:19.232Z[verify-libraries] Compiling aead v0.5.2
41432026-07-10T22:15:19.249Z[ recovery-image] Jul 10 22:15:18.731 INFO O| Jul 10 22:15:18.730 INFO O| Finalize: Updating image state ... Done
41442026-07-10T22:15:19.255Z[ recovery-image] Jul 10 22:15:18.737 INFO O| Jul 10 22:15:18.736 INFO O| Finalize: Creating fast lookup database ... Done
41452026-07-10T22:15:19.258Z[ recovery-image] Jul 10 22:15:18.737 INFO O| Jul 10 22:15:18.737 INFO O| Finalize: Reading search index ... Done
41462026-07-10T22:15:19.258Z[ recovery-image] Jul 10 22:15:18.737 INFO O| Jul 10 22:15:18.737 INFO O| Finalize: Updating search index ... Done
41472026-07-10T22:15:19.258Z[ recovery-image] Jul 10 22:15:18.738 INFO O| Jul 10 22:15:18.738 INFO O| Finalize: Updating package cache ... Done
41482026-07-10T22:15:19.404Z[ recovery-image] Jul 10 22:15:18.885 INFO O| Jul 10 22:15:18.885 INFO STEP 6 (pkg_change_variant) COMPLETE
41492026-07-10T22:15:19.404Z[ recovery-image] Jul 10 22:15:18.885 INFO O| Jul 10 22:15:18.885 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41502026-07-10T22:15:19.409Z[ recovery-image] Jul 10 22:15:18.885 INFO O| Jul 10 22:15:18.885 INFO skip step because feature "debug_variant" is not enabled
41512026-07-10T22:15:19.409Z[ recovery-image] Jul 10 22:15:18.885 INFO O| Jul 10 22:15:18.885 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41522026-07-10T22:15:19.428Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41532026-07-10T22:15:19.480Z[verify-libraries] Compiling password-hash v0.5.0
41542026-07-10T22:15:19.510Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41552026-07-10T22:15:19.561Z[ host-image] Jul 10 22:15:19.043 INFO O| Jul 10 22:15:19.042 INFO O| Download: 6876/23866 items 47.4/222.6MB 21% complete (810k/s)
41562026-07-10T22:15:19.580Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41572026-07-10T22:15:19.580Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41582026-07-10T22:15:19.684Z[verify-libraries] Compiling rayon-core v1.13.0
41592026-07-10T22:15:19.750Z[ recovery-image] Jul 10 22:15:19.231 INFO O| Jul 10 22:15:19.231 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41602026-07-10T22:15:19.774Z[verify-libraries] Compiling glob v0.3.3
41612026-07-10T22:15:19.828Z[verify-libraries] Compiling argon2 v0.5.3
41622026-07-10T22:15:19.859Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41632026-07-10T22:15:19.894Z[verify-libraries] Compiling typify-impl v0.6.2
41642026-07-10T22:15:19.979Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41652026-07-10T22:15:19.983Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41662026-07-10T22:15:20.100Z[verify-libraries] Compiling vsss-rs v3.3.4
41672026-07-10T22:15:20.213Z[verify-libraries] Compiling usdt-macro v0.5.0
41682026-07-10T22:15:20.646Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41692026-07-10T22:15:20.669Z[verify-libraries] Compiling test-strategy v0.4.5
41702026-07-10T22:15:20.722Z[verify-libraries] Compiling parse-display v0.10.0
41712026-07-10T22:15:20.866Z[ recovery-image] Jul 10 22:15:20.348 INFO O| Jul 10 22:15:20.345 INFO O| Startup: Refreshing catalog 'helios' ... Done
41722026-07-10T22:15:20.899Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41732026-07-10T22:15:21.018Z[ recovery-image] Jul 10 22:15:20.499 INFO O| Jul 10 22:15:20.499 INFO O| Startup: Caching catalogs ... Done
41742026-07-10T22:15:21.033Z[ recovery-image] Jul 10 22:15:20.507 INFO O| Jul 10 22:15:20.507 INFO O| Planning: Planning completed in 0.00 seconds
41752026-07-10T22:15:21.034Z[ recovery-image] Jul 10 22:15:20.507 INFO O| Jul 10 22:15:20.507 INFO O| Planning: Consolidating action changes ... Done
41762026-07-10T22:15:21.034Z[ recovery-image] Jul 10 22:15:20.507 INFO O| Jul 10 22:15:20.507 INFO O| Planning: Evaluating mediators ... Done
41772026-07-10T22:15:21.034Z[ recovery-image] Jul 10 22:15:20.507 INFO O| Jul 10 22:15:20.507 INFO O| Planning: Planning completed in 0.00 seconds
41782026-07-10T22:15:21.034Z[ recovery-image] Jul 10 22:15:20.508 INFO O| Jul 10 22:15:20.508 INFO O| Variants/Facets to change: 1
41792026-07-10T22:15:21.041Z[ recovery-image] Jul 10 22:15:20.522 INFO O| Jul 10 22:15:20.522 INFO O| Finalize: Updating package state database ... Done
41802026-07-10T22:15:21.041Z[ recovery-image] Jul 10 22:15:20.522 INFO O| Jul 10 22:15:20.522 INFO O| Finalize: Updating package cache ... Done
41812026-07-10T22:15:21.058Z[verify-libraries] Compiling memmap v0.7.0
41822026-07-10T22:15:21.063Z[ recovery-image] Jul 10 22:15:20.546 INFO O| Jul 10 22:15:20.545 INFO O| Finalize: Updating image state ... Done
41832026-07-10T22:15:21.078Z[ recovery-image] Jul 10 22:15:20.551 INFO O| Jul 10 22:15:20.551 INFO O| Finalize: Creating fast lookup database ... Done
41842026-07-10T22:15:21.078Z[ recovery-image] Jul 10 22:15:20.551 INFO O| Jul 10 22:15:20.551 INFO O| Finalize: Reading search index ... Done
41852026-07-10T22:15:21.078Z[ recovery-image] Jul 10 22:15:20.551 INFO O| Jul 10 22:15:20.551 INFO O| Finalize: Updating search index ... Done
41862026-07-10T22:15:21.079Z[ recovery-image] Jul 10 22:15:20.552 INFO O| Jul 10 22:15:20.552 INFO O| Finalize: Updating package cache ... Done
41872026-07-10T22:15:21.098Z[verify-libraries] Compiling heapless v0.8.0
41882026-07-10T22:15:21.143Z[verify-libraries] Compiling proc-macro-error v1.0.4
41892026-07-10T22:15:21.146Z[verify-libraries] Compiling ingot-macros v0.1.1
41902026-07-10T22:15:21.146Z[verify-libraries] Compiling tabwriter v1.4.1
41912026-07-10T22:15:21.190Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41922026-07-10T22:15:21.194Z[verify-libraries] Compiling hash32 v0.3.1
41932026-07-10T22:15:21.213Z[ recovery-image] Jul 10 22:15:20.695 INFO O| Jul 10 22:15:20.695 INFO STEP 8 (pkg_change_facet) COMPLETE
41942026-07-10T22:15:21.213Z[ recovery-image] Jul 10 22:15:20.695 INFO O| Jul 10 22:15:20.695 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41952026-07-10T22:15:21.299Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41962026-07-10T22:15:21.335Z[verify-libraries] Compiling usdt v0.5.0
41972026-07-10T22:15:21.335Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41982026-07-10T22:15:21.419Z[verify-libraries] Compiling smoltcp v0.11.0
41992026-07-10T22:15:21.455Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42002026-07-10T22:15:21.506Z[verify-libraries] Compiling toml v0.8.23
42012026-07-10T22:15:21.526Z[verify-libraries] Compiling num_enum_derive v0.7.6
42022026-07-10T22:15:21.534Z[ recovery-image] Jul 10 22:15:21.016 INFO O| Jul 10 22:15:21.015 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42032026-07-10T22:15:21.549Z[verify-libraries] Compiling cobs v0.3.0
42042026-07-10T22:15:21.601Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42052026-07-10T22:15:21.645Z[verify-libraries] Compiling colored v3.1.1
42062026-07-10T22:15:21.746Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42072026-07-10T22:15:21.806Z[verify-libraries] Compiling postcard v1.1.3
42082026-07-10T22:15:21.851Z[verify-libraries] Compiling rayon v1.11.0
42092026-07-10T22:15:21.902Z[verify-libraries] Compiling rand v0.10.1
42102026-07-10T22:15:21.935Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42112026-07-10T22:15:22.146Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42122026-07-10T22:15:22.175Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42132026-07-10T22:15:22.198Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42142026-07-10T22:15:22.202Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42152026-07-10T22:15:22.304Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
42162026-07-10T22:15:22.340Z[ recovery-image] Jul 10 22:15:21.819 INFO O| Jul 10 22:15:21.819 INFO O| Startup: Refreshing catalog 'helios' ... Done
42172026-07-10T22:15:22.404Z[verify-libraries] Compiling num_enum_derive v0.5.11
42182026-07-10T22:15:22.447Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42192026-07-10T22:15:22.467Z[ recovery-image] Jul 10 22:15:21.949 INFO O| Jul 10 22:15:21.949 INFO O| Startup: Caching catalogs ... Done
42202026-07-10T22:15:22.474Z[ recovery-image] Jul 10 22:15:21.956 INFO O| Jul 10 22:15:21.956 INFO O| Planning: Planning completed in 0.00 seconds
42212026-07-10T22:15:22.477Z[ recovery-image] Jul 10 22:15:21.957 INFO O| Jul 10 22:15:21.957 INFO O| Planning: Consolidating action changes ... Done
42222026-07-10T22:15:22.478Z[ recovery-image] Jul 10 22:15:21.957 INFO O| Jul 10 22:15:21.957 INFO O| Planning: Evaluating mediators ... Done
42232026-07-10T22:15:22.478Z[ recovery-image] Jul 10 22:15:21.957 INFO O| Jul 10 22:15:21.957 INFO O| Planning: Planning completed in 0.00 seconds
42242026-07-10T22:15:22.478Z[ recovery-image] Jul 10 22:15:21.957 INFO O| Jul 10 22:15:21.957 INFO O| Variants/Facets to change: 1
42252026-07-10T22:15:22.487Z[ recovery-image] Jul 10 22:15:21.969 INFO O| Jul 10 22:15:21.969 INFO O| Finalize: Updating package state database ... Done
42262026-07-10T22:15:22.487Z[ recovery-image] Jul 10 22:15:21.969 INFO O| Jul 10 22:15:21.969 INFO O| Finalize: Updating package cache ... Done
42272026-07-10T22:15:22.512Z[ recovery-image] Jul 10 22:15:21.994 INFO O| Jul 10 22:15:21.994 INFO O| Finalize: Updating image state ... Done
42282026-07-10T22:15:22.527Z[ recovery-image] Jul 10 22:15:21.998 INFO O| Jul 10 22:15:21.998 INFO O| Finalize: Creating fast lookup database ... Done
42292026-07-10T22:15:22.527Z[ recovery-image] Jul 10 22:15:21.999 INFO O| Jul 10 22:15:21.999 INFO O| Finalize: Reading search index ... Done
42302026-07-10T22:15:22.530Z[ recovery-image] Jul 10 22:15:21.999 INFO O| Jul 10 22:15:21.999 INFO O| Finalize: Updating search index ... Done
42312026-07-10T22:15:22.530Z[ recovery-image] Jul 10 22:15:22.000 INFO O| Jul 10 22:15:22.000 INFO O| Finalize: Updating package cache ... Done
42322026-07-10T22:15:22.533Z[verify-libraries] Compiling num-derive v0.4.2
42332026-07-10T22:15:22.559Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42342026-07-10T22:15:22.590Z[verify-libraries] Compiling cstr-argument v0.1.2
42352026-07-10T22:15:22.684Z[ recovery-image] Jul 10 22:15:22.165 INFO O| Jul 10 22:15:22.165 INFO STEP 9 (pkg_change_facet) COMPLETE
42362026-07-10T22:15:22.684Z[ recovery-image] Jul 10 22:15:22.166 INFO O| Jul 10 22:15:22.165 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42372026-07-10T22:15:22.762Z[verify-libraries] Compiling num_enum v0.7.6
42382026-07-10T22:15:22.863Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42392026-07-10T22:15:22.890Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42402026-07-10T22:15:22.890Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42412026-07-10T22:15:22.933Z[verify-libraries] Compiling foreign-types v0.5.0
42422026-07-10T22:15:22.937Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42432026-07-10T22:15:22.982Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42442026-07-10T22:15:22.985Z[verify-libraries] Compiling sigpipe v0.1.3
42452026-07-10T22:15:23.014Z[ recovery-image] Jul 10 22:15:22.496 INFO O| Jul 10 22:15:22.495 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42462026-07-10T22:15:23.056Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42472026-07-10T22:15:23.129Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42482026-07-10T22:15:23.180Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42492026-07-10T22:15:23.180Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42502026-07-10T22:15:23.226Z[verify-libraries] Compiling itertools v0.12.1
42512026-07-10T22:15:23.230Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42522026-07-10T22:15:23.377Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42532026-07-10T22:15:23.401Z[verify-libraries] Compiling smf v0.2.3
42542026-07-10T22:15:23.425Z[verify-libraries] Compiling whoami v1.6.1
42552026-07-10T22:15:23.582Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42562026-07-10T22:15:23.605Z[verify-libraries] Compiling num_enum v0.5.11
42572026-07-10T22:15:23.605Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
42582026-07-10T22:15:23.730Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42592026-07-10T22:15:23.757Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42602026-07-10T22:15:23.757Z[verify-libraries] Compiling derive-where v1.6.0
42612026-07-10T22:15:23.803Z[verify-libraries] Compiling owo-colors v4.3.0
42622026-07-10T22:15:23.863Z[ recovery-image] Jul 10 22:15:23.345 INFO O| Jul 10 22:15:23.345 INFO O| Startup: Refreshing catalog 'helios' ... Done
42632026-07-10T22:15:23.895Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42642026-07-10T22:15:24.022Z[ recovery-image] Jul 10 22:15:23.503 INFO O| Jul 10 22:15:23.503 INFO O| Startup: Caching catalogs ... Done
42652026-07-10T22:15:24.029Z[ recovery-image] Jul 10 22:15:23.511 INFO O| Jul 10 22:15:23.511 INFO O| Planning: Planning completed in 0.00 seconds
42662026-07-10T22:15:24.032Z[ recovery-image] Jul 10 22:15:23.511 INFO O| Jul 10 22:15:23.511 INFO O| Planning: Consolidating action changes ... Done
42672026-07-10T22:15:24.032Z[ recovery-image] Jul 10 22:15:23.511 INFO O| Jul 10 22:15:23.511 INFO O| Planning: Evaluating mediators ... Done
42682026-07-10T22:15:24.035Z[ recovery-image] Jul 10 22:15:23.511 INFO O| Jul 10 22:15:23.511 INFO O| Planning: Planning completed in 0.00 seconds
42692026-07-10T22:15:24.035Z[ recovery-image] Jul 10 22:15:23.512 INFO O| Jul 10 22:15:23.512 INFO O| Variants/Facets to change: 1
42702026-07-10T22:15:24.043Z[ recovery-image] Jul 10 22:15:23.525 INFO O| Jul 10 22:15:23.525 INFO O| Finalize: Updating package state database ... Done
42712026-07-10T22:15:24.043Z[ recovery-image] Jul 10 22:15:23.525 INFO O| Jul 10 22:15:23.525 INFO O| Finalize: Updating package cache ... Done
42722026-07-10T22:15:24.070Z[ recovery-image] Jul 10 22:15:23.552 INFO O| Jul 10 22:15:23.549 INFO O| Finalize: Updating image state ... Done
42732026-07-10T22:15:24.073Z[ recovery-image] Jul 10 22:15:23.554 INFO O| Jul 10 22:15:23.553 INFO O| Finalize: Creating fast lookup database ... Done
42742026-07-10T22:15:24.073Z[ recovery-image] Jul 10 22:15:23.554 INFO O| Jul 10 22:15:23.554 INFO O| Finalize: Reading search index ... Done
42752026-07-10T22:15:24.073Z[ recovery-image] Jul 10 22:15:23.554 INFO O| Jul 10 22:15:23.554 INFO O| Finalize: Updating search index ... Done
42762026-07-10T22:15:24.073Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42772026-07-10T22:15:24.073Z[ recovery-image] Jul 10 22:15:23.555 INFO O| Jul 10 22:15:23.555 INFO O| Finalize: Updating package cache ... Done
42782026-07-10T22:15:24.109Z[verify-libraries] Compiling gethostname v0.5.0
42792026-07-10T22:15:24.133Z[verify-libraries] Compiling libsw-core v0.3.2
42802026-07-10T22:15:24.133Z[verify-libraries] Compiling console v0.15.11
42812026-07-10T22:15:24.217Z[ recovery-image] Jul 10 22:15:23.699 INFO O| Jul 10 22:15:23.699 INFO STEP 10 (pkg_change_facet) COMPLETE
42822026-07-10T22:15:24.217Z[ recovery-image] Jul 10 22:15:23.699 INFO O| Jul 10 22:15:23.699 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42832026-07-10T22:15:24.228Z[ recovery-image] Jul 10 22:15:23.710 INFO O| Jul 10 22:15:23.710 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/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", "/consolidation/oxide/omicron-release-incorporation@21.0.0.0"]
42842026-07-10T22:15:24.253Z[verify-libraries] Compiling ingot-types v0.1.2
42852026-07-10T22:15:24.340Z[verify-libraries] Compiling libsw v3.5.0
42862026-07-10T22:15:24.362Z[verify-libraries] Compiling linear-map v1.2.0
42872026-07-10T22:15:24.427Z[verify-libraries] Compiling newline-converter v0.3.0
42882026-07-10T22:15:24.469Z[verify-libraries] Compiling zone v0.3.1
42892026-07-10T22:15:24.499Z[verify-libraries] Compiling resolv-conf v0.7.6
42902026-07-10T22:15:24.550Z[verify-libraries] Compiling num-rational v0.4.2
42912026-07-10T22:15:24.574Z[verify-libraries] Compiling expectorate v1.2.0
42922026-07-10T22:15:24.574Z[verify-libraries] Compiling num-complex v0.4.6
42932026-07-10T22:15:24.617Z[verify-libraries] Compiling slog-dtrace v0.3.0
42942026-07-10T22:15:24.652Z[ host-image] Jul 10 22:15:24.135 INFO O| Jul 10 22:15:24.135 INFO O| Download: 8421/23866 items 61.7/222.6MB 27% complete (1.8M/s)
42952026-07-10T22:15:24.656Z[verify-libraries] Compiling ingot v0.1.1
42962026-07-10T22:15:24.719Z[verify-libraries] Compiling prettyplease v0.2.37
42972026-07-10T22:15:24.800Z[verify-libraries] Compiling typify-macro v0.6.2
42982026-07-10T22:15:24.803Z[verify-libraries] Compiling float-ord v0.3.2
42992026-07-10T22:15:24.843Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43002026-07-10T22:15:24.942Z[verify-libraries] Compiling linked-hash-map v0.5.6
43012026-07-10T22:15:25.030Z[verify-libraries] Compiling num v0.4.3
43022026-07-10T22:15:25.053Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43032026-07-10T22:15:25.096Z[verify-libraries] Compiling hickory-proto v0.24.4
43042026-07-10T22:15:25.096Z[ recovery-image] Jul 10 22:15:24.552 INFO O| Jul 10 22:15:24.552 INFO O| Startup: Refreshing catalog 'helios' ... Done
43052026-07-10T22:15:25.194Z[verify-libraries] Compiling lru-cache v0.1.2
43062026-07-10T22:15:25.198Z[verify-libraries] Compiling convert_case v0.10.0
43072026-07-10T22:15:25.244Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43082026-07-10T22:15:25.244Z[verify-libraries] Compiling minimal-lexical v0.2.1
43092026-07-10T22:15:25.273Z[ recovery-image] Jul 10 22:15:24.755 INFO O| Jul 10 22:15:24.755 INFO O| Startup: Caching catalogs ... Done
43102026-07-10T22:15:25.331Z[verify-libraries] Compiling display-error-chain v0.2.2
43112026-07-10T22:15:25.369Z[verify-libraries] Compiling unicode-xid v0.2.6
43122026-07-10T22:15:25.429Z[verify-libraries] Compiling tabled_derive v0.7.0
43132026-07-10T22:15:25.490Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43142026-07-10T22:15:25.551Z[verify-libraries] Compiling nom v7.1.3
43152026-07-10T22:15:25.590Z[verify-libraries] Compiling fd-lock v4.0.4
43162026-07-10T22:15:25.594Z[verify-libraries] Compiling vte v0.14.1
43172026-07-10T22:15:25.633Z[verify-libraries] Compiling derive_more-impl v2.1.1
43182026-07-10T22:15:25.636Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43192026-07-10T22:15:25.793Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43202026-07-10T22:15:25.852Z[verify-libraries] Compiling stacker v0.1.23
43212026-07-10T22:15:25.874Z[ recovery-image] Jul 10 22:15:25.356 INFO O| Jul 10 22:15:25.356 INFO O| Planning: Solver setup ... Done
43222026-07-10T22:15:25.892Z[ recovery-image] Jul 10 22:15:25.374 INFO O| Jul 10 22:15:25.374 INFO O| Planning: Running solver ... Done
43232026-07-10T22:15:25.914Z[ recovery-image] Jul 10 22:15:25.396 INFO O| Jul 10 22:15:25.396 INFO O| Planning: Finding local manifests ... Done
43242026-07-10T22:15:25.975Z[verify-libraries] Compiling reedline v0.40.0
43252026-07-10T22:15:25.994Z[ recovery-image] Jul 10 22:15:25.477 INFO O| Jul 10 22:15:25.477 INFO O| Planning: Fetching manifests: 0/128 0% complete
43262026-07-10T22:15:26.060Z[verify-libraries] Compiling cfg_aliases v0.1.1
43272026-07-10T22:15:26.081Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43282026-07-10T22:15:26.239Z[verify-libraries] Compiling nix v0.28.0
43292026-07-10T22:15:26.264Z[verify-libraries] Compiling semver v0.1.20
43302026-07-10T22:15:26.318Z[verify-libraries] Compiling termtree v0.5.1
43312026-07-10T22:15:26.472Z[verify-libraries] Compiling psm v0.1.30
43322026-07-10T22:15:26.518Z[verify-libraries] Compiling rustc_version v0.1.7
43332026-07-10T22:15:26.543Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43342026-07-10T22:15:26.567Z[verify-libraries] Compiling derive_more v2.1.1
43352026-07-10T22:15:26.567Z[verify-libraries] Compiling tabled v0.15.0
43362026-07-10T22:15:26.629Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43372026-07-10T22:15:26.704Z[verify-libraries] Compiling crossterm v0.29.0
43382026-07-10T22:15:26.732Z[verify-libraries] Compiling phf_shared v0.12.1
43392026-07-10T22:15:26.766Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43402026-07-10T22:15:26.812Z[verify-libraries] Compiling nibble_vec v0.1.0
43412026-07-10T22:15:26.902Z[verify-libraries] Compiling typify v0.6.2
43422026-07-10T22:15:26.963Z[verify-libraries] Compiling chrono-tz v0.10.4
43432026-07-10T22:15:26.986Z[verify-libraries] Compiling highway v1.3.0
43442026-07-10T22:15:26.989Z[verify-libraries] Compiling endian-type v0.1.2
43452026-07-10T22:15:27.045Z[verify-libraries] Compiling progenitor-impl v0.14.0
43462026-07-10T22:15:27.070Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43472026-07-10T22:15:27.265Z[verify-libraries] Compiling radix_trie v0.2.1
43482026-07-10T22:15:27.311Z[verify-libraries] Compiling hickory-resolver v0.24.4
43492026-07-10T22:15:27.335Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43502026-07-10T22:15:27.363Z[verify-libraries] Compiling phf v0.12.1
43512026-07-10T22:15:27.439Z[verify-libraries] Compiling newtype_derive v0.1.6
43522026-07-10T22:15:27.608Z[verify-libraries] Compiling recursive v0.1.1
43532026-07-10T22:15:27.655Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43542026-07-10T22:15:27.727Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43552026-07-10T22:15:27.755Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43562026-07-10T22:15:27.782Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43572026-07-10T22:15:27.807Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43582026-07-10T22:15:27.915Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43592026-07-10T22:15:28.081Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43602026-07-10T22:15:28.184Z[verify-libraries] Compiling peg-macros v0.8.5
43612026-07-10T22:15:28.440Z[verify-libraries] Compiling qorb v0.4.1
43622026-07-10T22:15:28.703Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43632026-07-10T22:15:28.747Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43642026-07-10T22:15:28.908Z[verify-libraries] Compiling winnow v0.6.26
43652026-07-10T22:15:28.977Z[ recovery-image] Jul 10 22:15:28.459 INFO O| Jul 10 22:15:28.459 INFO O| Planning: Fetching manifests: 128/128 100% complete
43662026-07-10T22:15:29.068Z[verify-libraries] Compiling csv-core v0.1.13
43672026-07-10T22:15:29.115Z[verify-libraries] Compiling unicode_categories v0.1.1
43682026-07-10T22:15:29.170Z[verify-libraries] Compiling home v0.5.12
43692026-07-10T22:15:29.338Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43702026-07-10T22:15:29.389Z[verify-libraries] Compiling rustyline v14.0.0
43712026-07-10T22:15:29.417Z[verify-libraries] Compiling csv v1.4.0
43722026-07-10T22:15:29.482Z[ recovery-image] Jul 10 22:15:28.957 INFO O| Jul 10 22:15:28.957 INFO O| Planning: Package planning ... Done
43732026-07-10T22:15:29.561Z[verify-libraries] Compiling textwrap v0.16.2
43742026-07-10T22:15:29.656Z[ host-image] Jul 10 22:15:29.138 INFO O| Jul 10 22:15:29.136 INFO O| Download: 9241/23866 items 79.7/222.6MB 35% complete (3.2M/s)
43752026-07-10T22:15:29.666Z[ recovery-image] Jul 10 22:15:29.148 INFO O| Jul 10 22:15:29.148 INFO O| Planning: Merging actions ... Done
43762026-07-10T22:15:29.683Z[verify-libraries] Compiling sqlparser v0.61.0
43772026-07-10T22:15:29.719Z[verify-libraries] Compiling const_format v0.2.35
43782026-07-10T22:15:29.738Z[ recovery-image] Jul 10 22:15:29.220 INFO O| Jul 10 22:15:29.220 INFO O| Planning: Checking for conflicting actions ... Done
43792026-07-10T22:15:29.742Z[verify-libraries] Compiling peg v0.8.5
43802026-07-10T22:15:29.805Z[ recovery-image] Jul 10 22:15:29.287 INFO O| Jul 10 22:15:29.287 INFO O| Planning: Consolidating action changes ... Done
43812026-07-10T22:15:29.831Z[verify-libraries] Compiling progenitor-macro v0.14.0
43822026-07-10T22:15:29.936Z[ recovery-image] Jul 10 22:15:29.417 INFO O| Jul 10 22:15:29.417 INFO O| Planning: Evaluating mediators ... Done
43832026-07-10T22:15:30.046Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43842026-07-10T22:15:30.088Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43852026-07-10T22:15:30.129Z[verify-libraries] Compiling bcs v0.1.6
43862026-07-10T22:15:30.278Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43872026-07-10T22:15:30.370Z[verify-libraries] Compiling sqlformat v0.3.5
43882026-07-10T22:15:30.413Z[verify-libraries] Compiling nom v8.0.0
43892026-07-10T22:15:30.435Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43902026-07-10T22:15:30.510Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43912026-07-10T22:15:30.540Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43922026-07-10T22:15:30.598Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
43932026-07-10T22:15:30.713Z[verify-libraries] Compiling base64 v0.21.7
43942026-07-10T22:15:30.754Z[verify-libraries] Compiling steno v0.4.1
43952026-07-10T22:15:31.101Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43962026-07-10T22:15:31.142Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43972026-07-10T22:15:31.408Z[verify-libraries] Compiling sha1 v0.10.6
43982026-07-10T22:15:31.434Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43992026-07-10T22:15:31.439Z[verify-libraries] Compiling utf-8 v0.7.6
44002026-07-10T22:15:31.476Z[ recovery-image] Jul 10 22:15:30.958 INFO O| Jul 10 22:15:30.958 INFO O| Planning: Planning completed in 6.19 seconds
44012026-07-10T22:15:31.480Z[ recovery-image] Jul 10 22:15:30.960 INFO O| Jul 10 22:15:30.960 INFO O| Packages to install: 128
44022026-07-10T22:15:31.480Z[ recovery-image] Jul 10 22:15:30.960 INFO O| Jul 10 22:15:30.960 INFO O| Mediators to change: 5
44032026-07-10T22:15:31.480Z[ recovery-image] Jul 10 22:15:30.960 INFO O| Jul 10 22:15:30.960 INFO O| Services to change: 5
44042026-07-10T22:15:31.486Z[verify-libraries] Compiling tagptr v0.2.0
44052026-07-10T22:15:31.505Z[ recovery-image] Jul 10 22:15:30.987 INFO O| Jul 10 22:15:30.987 INFO O| Download: 0/16671 items 0.0/199.8MB 0% complete
44062026-07-10T22:15:31.544Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44072026-07-10T22:15:31.656Z[verify-libraries] Compiling moka v0.12.13
44082026-07-10T22:15:31.679Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44092026-07-10T22:15:31.683Z[verify-libraries] Compiling tungstenite v0.21.0
44102026-07-10T22:15:31.720Z[verify-libraries] Compiling radium v0.7.0
44112026-07-10T22:15:31.813Z[verify-libraries] Compiling ron v0.8.1
44122026-07-10T22:15:31.837Z[verify-libraries] Compiling tap v1.0.1
44132026-07-10T22:15:31.860Z[verify-libraries] Compiling maybe-uninit v2.0.0
44142026-07-10T22:15:31.888Z[verify-libraries] Compiling zerocopy-derive v0.6.6
44152026-07-10T22:15:31.989Z[verify-libraries] Compiling wyz v0.5.1
44162026-07-10T22:15:32.216Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44172026-07-10T22:15:32.304Z[verify-libraries] Compiling funty v2.0.0
44182026-07-10T22:15:32.343Z[verify-libraries] Compiling crc-catalog v2.4.0
44192026-07-10T22:15:32.395Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44202026-07-10T22:15:32.476Z[verify-libraries] Compiling hickory-resolver v0.25.2
44212026-07-10T22:15:32.533Z[verify-libraries] Compiling packed_struct v0.10.1
44222026-07-10T22:15:32.602Z[verify-libraries] Compiling crc v3.4.0
44232026-07-10T22:15:32.713Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44242026-07-10T22:15:32.815Z[verify-libraries] Compiling bitvec v1.0.1
44252026-07-10T22:15:32.866Z[verify-libraries] Compiling packed_struct_codegen v0.10.1
44262026-07-10T22:15:32.910Z[verify-libraries] Compiling bitfield-macros v0.19.4
44272026-07-10T22:15:32.913Z[verify-libraries] Compiling zerocopy v0.6.6
44282026-07-10T22:15:32.913Z[verify-libraries] Compiling indexmap v1.9.3
44292026-07-10T22:15:32.975Z[verify-libraries] Compiling nodrop v0.1.14
44302026-07-10T22:15:32.979Z[verify-libraries] Compiling libefi-sys v0.1.0
44312026-07-10T22:15:33.113Z[verify-libraries] Compiling array-init v0.0.4
44322026-07-10T22:15:33.203Z[verify-libraries] Compiling smallvec v0.6.14
44332026-07-10T22:15:33.273Z[verify-libraries] Compiling bitfield-struct v0.6.2
44342026-07-10T22:15:33.333Z[verify-libraries] Compiling hashbrown v0.12.3
44352026-07-10T22:15:33.459Z[verify-libraries] Compiling serde-hex v0.1.0
44362026-07-10T22:15:33.515Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44372026-07-10T22:15:33.749Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
44382026-07-10T22:15:33.775Z[verify-libraries] Compiling bitfield v0.19.4
44392026-07-10T22:15:33.982Z[verify-libraries] Compiling hashbrown v0.13.2
44402026-07-10T22:15:34.039Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44412026-07-10T22:15:34.096Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44422026-07-10T22:15:34.120Z[verify-libraries] Compiling crc-any v2.5.0
44432026-07-10T22:15:34.215Z[verify-libraries] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
44442026-07-10T22:15:34.380Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44452026-07-10T22:15:34.404Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44462026-07-10T22:15:34.428Z[verify-libraries] Compiling path-slash v0.1.5
44472026-07-10T22:15:34.528Z[verify-libraries] Compiling object v0.30.4
44482026-07-10T22:15:34.605Z[verify-libraries] Compiling xshell-macros v0.2.7
44492026-07-10T22:15:34.656Z[ host-image] Jul 10 22:15:34.138 INFO O| Jul 10 22:15:34.138 INFO O| Download: 10836/23866 items 94.6/222.6MB 42% complete (3.2M/s)
44502026-07-10T22:15:34.666Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44512026-07-10T22:15:34.750Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44522026-07-10T22:15:34.805Z[verify-libraries] Compiling num-derive v0.3.3
44532026-07-10T22:15:34.851Z[verify-libraries] Compiling subprocess v0.2.15
44542026-07-10T22:15:35.082Z[verify-libraries] Compiling papergrid v0.17.0
44552026-07-10T22:15:35.127Z[verify-libraries] Compiling xshell v0.2.7
44562026-07-10T22:15:35.180Z[verify-libraries] Compiling progenitor v0.14.0
44572026-07-10T22:15:35.289Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
44582026-07-10T22:15:35.318Z[verify-libraries] Compiling testing_table v0.3.0
44592026-07-10T22:15:35.438Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44602026-07-10T22:15:35.460Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
44612026-07-10T22:15:35.518Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44622026-07-10T22:15:35.661Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
44632026-07-10T22:15:35.690Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44642026-07-10T22:15:35.724Z[verify-libraries] Compiling tabled_derive v0.11.0
44652026-07-10T22:15:35.750Z[verify-libraries] Compiling progenitor-impl v0.13.0
44662026-07-10T22:15:35.797Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44672026-07-10T22:15:35.912Z[verify-libraries] Compiling libscf-sys v1.1.0
44682026-07-10T22:15:35.943Z[verify-libraries] Compiling headers-core v0.3.0
44692026-07-10T22:15:35.987Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44702026-07-10T22:15:36.092Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44712026-07-10T22:15:36.113Z[verify-libraries] Compiling unicase v2.9.0
44722026-07-10T22:15:36.318Z[verify-libraries] Compiling headers v0.4.1
44732026-07-10T22:15:36.365Z[verify-libraries] Compiling progenitor-client v0.13.0
44742026-07-10T22:15:36.503Z[verify-libraries] Compiling maplit v1.0.2
44752026-07-10T22:15:36.588Z[ recovery-image] Jul 10 22:15:36.070 INFO O| Jul 10 22:15:36.070 INFO O| Download: 1065/16671 items 8.3/199.8MB 4% complete (1.8M/s)
44762026-07-10T22:15:36.632Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44772026-07-10T22:15:36.654Z[verify-libraries] Compiling yasna v0.5.2
44782026-07-10T22:15:36.736Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44792026-07-10T22:15:36.787Z[verify-libraries] Compiling crc8 v0.1.1
44802026-07-10T22:15:36.875Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
44812026-07-10T22:15:36.896Z[verify-libraries] Compiling vergen-lib v0.1.6
44822026-07-10T22:15:36.945Z[verify-libraries] Compiling diesel_derives v2.3.7
44832026-07-10T22:15:36.987Z[verify-libraries] Compiling tabled v0.20.0
44842026-07-10T22:15:37.133Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44852026-07-10T22:15:37.155Z[verify-libraries] Compiling rcgen v0.12.1
44862026-07-10T22:15:37.232Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44872026-07-10T22:15:37.256Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44882026-07-10T22:15:37.416Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44892026-07-10T22:15:37.502Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44902026-07-10T22:15:37.599Z[verify-libraries] Compiling half v1.8.3
44912026-07-10T22:15:37.636Z[verify-libraries] Compiling r2d2 v0.8.10
44922026-07-10T22:15:37.756Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44932026-07-10T22:15:37.791Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44942026-07-10T22:15:37.901Z[verify-libraries] Compiling serde_cbor v0.11.2
44952026-07-10T22:15:37.940Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
44962026-07-10T22:15:37.943Z[verify-libraries] Compiling git-stub v1.0.0
44972026-07-10T22:15:38.075Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44982026-07-10T22:15:38.097Z[verify-libraries] Compiling downcast-rs v2.0.2
44992026-07-10T22:15:38.147Z[verify-libraries] Compiling crunchy v0.2.4
45002026-07-10T22:15:38.232Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45012026-07-10T22:15:38.260Z[verify-libraries] Compiling dirs-next v2.0.0
45022026-07-10T22:15:38.414Z[verify-libraries] Compiling clang-sys v1.8.1
45032026-07-10T22:15:38.436Z[verify-libraries] Compiling tiny-keccak v2.0.2
45042026-07-10T22:15:38.473Z[verify-libraries] Compiling progenitor-macro v0.13.0
45052026-07-10T22:15:38.527Z[verify-libraries] Compiling cpubits v0.1.1
45062026-07-10T22:15:38.665Z[verify-libraries] Compiling term v0.7.0
45072026-07-10T22:15:38.685Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45082026-07-10T22:15:38.746Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45092026-07-10T22:15:38.797Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45102026-07-10T22:15:38.859Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45112026-07-10T22:15:38.961Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45122026-07-10T22:15:39.015Z[verify-libraries] Compiling bit-vec v0.6.3
45132026-07-10T22:15:39.065Z[verify-libraries] Compiling diff v0.1.13
45142026-07-10T22:15:39.262Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
45152026-07-10T22:15:39.284Z[verify-libraries] Compiling bit-set v0.5.3
45162026-07-10T22:15:39.339Z[verify-libraries] Compiling ascii-canvas v3.0.0
45172026-07-10T22:15:39.485Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45182026-07-10T22:15:39.526Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45192026-07-10T22:15:39.621Z[verify-libraries] Compiling itertools v0.10.5
45202026-07-10T22:15:39.686Z[verify-libraries] Compiling ena v0.14.4
45212026-07-10T22:15:39.778Z[verify-libraries] Compiling libloading v0.8.9
45222026-07-10T22:15:39.836Z[verify-libraries] Compiling regex-syntax v0.6.29
45232026-07-10T22:15:39.887Z[verify-libraries] Compiling bindgen v0.71.1
45242026-07-10T22:15:39.912Z[ host-image] Jul 10 22:15:39.393 INFO O| Jul 10 22:15:39.393 INFO O| Download: 11967/23866 items 102.4/222.6MB 46% complete (2.2M/s)
45252026-07-10T22:15:40.060Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45262026-07-10T22:15:40.359Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45272026-07-10T22:15:40.430Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45282026-07-10T22:15:40.453Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45292026-07-10T22:15:40.558Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
45302026-07-10T22:15:40.834Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45312026-07-10T22:15:41.418Z[verify-libraries] Compiling lalrpop v0.19.12
45322026-07-10T22:15:41.593Z[ recovery-image] Jul 10 22:15:41.075 INFO O| Jul 10 22:15:41.075 INFO O| Download: 1189/16671 items 14.7/199.8MB 7% complete (1.4M/s)
45332026-07-10T22:15:41.608Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45342026-07-10T22:15:41.711Z[verify-libraries] Compiling cexpr v0.6.0
45352026-07-10T22:15:42.075Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45362026-07-10T22:15:42.140Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45372026-07-10T22:15:42.391Z[verify-libraries] Compiling rustc-hash v2.1.1
45382026-07-10T22:15:42.445Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45392026-07-10T22:15:42.449Z[verify-libraries] Compiling libxml v0.3.3
45402026-07-10T22:15:42.497Z[verify-libraries] Compiling arc-swap v1.8.2
45412026-07-10T22:15:42.793Z[verify-libraries] Compiling slog-scope v4.4.1
45422026-07-10T22:15:43.129Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45432026-07-10T22:15:43.132Z[verify-libraries] Compiling strum_macros v0.24.3
45442026-07-10T22:15:43.170Z[verify-libraries] Compiling hmac v0.13.0
45452026-07-10T22:15:43.401Z[verify-libraries] Compiling universal-hash v0.6.1
45462026-07-10T22:15:43.423Z[verify-libraries] Compiling fxhash v0.2.1
45472026-07-10T22:15:43.515Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45482026-07-10T22:15:43.591Z[verify-libraries] Compiling diesel v2.3.7
45492026-07-10T22:15:43.614Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45502026-07-10T22:15:43.619Z[verify-libraries] Compiling fs-err v2.11.0
45512026-07-10T22:15:43.742Z[verify-libraries] Compiling indoc v1.0.9
45522026-07-10T22:15:43.765Z[verify-libraries] Compiling progenitor v0.13.0
45532026-07-10T22:15:43.866Z[verify-libraries] Compiling slog-stdlog v4.1.1
45542026-07-10T22:15:43.955Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
45552026-07-10T22:15:44.123Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45562026-07-10T22:15:44.254Z[verify-libraries] Compiling oso-derive v0.27.3
45572026-07-10T22:15:44.381Z[verify-libraries] Compiling quick-xml v0.37.5
45582026-07-10T22:15:44.624Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45592026-07-10T22:15:44.842Z[verify-libraries] Compiling openssl-probe v0.1.6
45602026-07-10T22:15:44.984Z[ host-image] Jul 10 22:15:44.465 INFO O| Jul 10 22:15:44.465 INFO O| Download: 12876/23866 items 108.9/222.6MB 48% complete (1.4M/s)
45612026-07-10T22:15:45.019Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45622026-07-10T22:15:45.070Z[verify-libraries] Compiling slog-envlogger v2.2.0
45632026-07-10T22:15:45.287Z[verify-libraries] Compiling polyval v0.7.1
45642026-07-10T22:15:45.554Z[verify-libraries] Compiling der v0.8.0
45652026-07-10T22:15:45.576Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
45662026-07-10T22:15:45.712Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45672026-07-10T22:15:45.930Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45682026-07-10T22:15:46.103Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45692026-07-10T22:15:46.301Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45702026-07-10T22:15:46.337Z[verify-libraries] Compiling kstat-rs v0.2.4
45712026-07-10T22:15:46.699Z[verify-libraries] Compiling trait-variant v0.1.2
45722026-07-10T22:15:46.722Z[verify-libraries] Compiling parse-size v1.1.0
45732026-07-10T22:15:46.913Z[verify-libraries] Compiling salty v0.3.0
45742026-07-10T22:15:46.937Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45752026-07-10T22:15:46.967Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
45762026-07-10T22:15:47.019Z[ recovery-image] Jul 10 22:15:46.500 INFO O| Jul 10 22:15:46.500 INFO O| Download: 1510/16671 items 21.1/199.8MB 10% complete (1.3M/s)
45772026-07-10T22:15:47.096Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45782026-07-10T22:15:47.150Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45792026-07-10T22:15:47.177Z[verify-libraries] Compiling ghash v0.6.0
45802026-07-10T22:15:47.251Z[verify-libraries] Compiling pbkdf2 v0.13.0
45812026-07-10T22:15:47.323Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45822026-07-10T22:15:47.353Z[verify-libraries] Compiling aes v0.9.1
45832026-07-10T22:15:47.408Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45842026-07-10T22:15:47.483Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45852026-07-10T22:15:47.568Z[verify-libraries] Compiling ctr v0.10.1
45862026-07-10T22:15:47.788Z[verify-libraries] Compiling bb8 v0.8.6
45872026-07-10T22:15:47.823Z[verify-libraries] Compiling aead v0.6.1
45882026-07-10T22:15:48.028Z[verify-libraries] Compiling sha2 v0.11.0
45892026-07-10T22:15:48.085Z[verify-libraries] Compiling parking_lot_core v0.8.6
45902026-07-10T22:15:48.153Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
45912026-07-10T22:15:48.510Z[verify-libraries] Compiling aes-gcm v0.11.0
45922026-07-10T22:15:48.586Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45932026-07-10T22:15:48.777Z[verify-libraries] Compiling spki v0.8.0
45942026-07-10T22:15:48.902Z[verify-libraries] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
45952026-07-10T22:15:49.062Z[verify-libraries] Compiling crypto-bigint v0.7.5
45962026-07-10T22:15:49.130Z[verify-libraries] Compiling mime_guess v2.0.5
45972026-07-10T22:15:49.214Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45982026-07-10T22:15:49.364Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
45992026-07-10T22:15:49.476Z[verify-libraries] Compiling rfc6979 v0.4.0
46002026-07-10T22:15:49.499Z[verify-libraries] Compiling cbc v0.2.1
46012026-07-10T22:15:49.654Z[verify-libraries] Compiling salsa20 v0.11.0
46022026-07-10T22:15:49.719Z[verify-libraries] Compiling nanorand v0.7.0
46032026-07-10T22:15:49.792Z[verify-libraries] Compiling ecdsa v0.16.9
46042026-07-10T22:15:49.850Z[verify-libraries] Compiling scrypt v0.12.0
46052026-07-10T22:15:49.995Z[ host-image] Jul 10 22:15:49.477 INFO O| Jul 10 22:15:49.476 INFO O| Download: 13792/23866 items 119.8/222.6MB 53% complete (1.8M/s)
46062026-07-10T22:15:50.007Z[verify-libraries] Compiling flume v0.11.1
46072026-07-10T22:15:50.143Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46082026-07-10T22:15:50.265Z[verify-libraries] Compiling primeorder v0.13.6
46092026-07-10T22:15:50.308Z[verify-libraries] Compiling atty v0.2.14
46102026-07-10T22:15:50.446Z[verify-libraries] Compiling nonempty v0.12.0
46112026-07-10T22:15:50.467Z[verify-libraries] Compiling http-range v0.1.5
46122026-07-10T22:15:50.583Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46132026-07-10T22:15:50.586Z[verify-libraries] Compiling p384 v0.13.1
46142026-07-10T22:15:50.625Z[verify-libraries] Compiling parking_lot v0.11.2
46152026-07-10T22:15:50.714Z[verify-libraries] Compiling pkcs5 v0.8.1
46162026-07-10T22:15:50.899Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46172026-07-10T22:15:51.013Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46182026-07-10T22:15:51.069Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46192026-07-10T22:15:51.236Z[verify-libraries] Compiling prefix-trie v0.7.0
46202026-07-10T22:15:51.260Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46212026-07-10T22:15:51.294Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46222026-07-10T22:15:51.330Z[verify-libraries] Compiling pkcs8 v0.11.0
46232026-07-10T22:15:51.353Z[verify-libraries] Compiling sled v0.34.7
46242026-07-10T22:15:51.521Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46252026-07-10T22:15:51.615Z[verify-libraries] Compiling hickory-server v0.25.2
46262026-07-10T22:15:51.680Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46272026-07-10T22:15:51.751Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46282026-07-10T22:15:51.854Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
46292026-07-10T22:15:52.021Z[ recovery-image] Jul 10 22:15:51.503 INFO O| Jul 10 22:15:51.503 INFO O| Download: 2687/16671 items 31.2/199.8MB 15% complete (1.2M/s)
46302026-07-10T22:15:52.042Z[verify-libraries] Compiling ignore v0.4.25
46312026-07-10T22:15:52.074Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46322026-07-10T22:15:52.291Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46332026-07-10T22:15:52.342Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46342026-07-10T22:15:52.592Z[verify-libraries] Compiling corncobs v0.1.4
46352026-07-10T22:15:52.661Z[verify-libraries] Compiling globwalk v0.9.1
46362026-07-10T22:15:52.784Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46372026-07-10T22:15:52.875Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46382026-07-10T22:15:52.959Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46392026-07-10T22:15:52.982Z[verify-libraries] Compiling predicates-tree v1.0.13
46402026-07-10T22:15:53.275Z[verify-libraries] Compiling libz-sys v1.1.24
46412026-07-10T22:15:53.297Z[verify-libraries] Compiling rand_seeder v0.4.0
46422026-07-10T22:15:53.403Z[verify-libraries] Compiling darling_core v0.23.0
46432026-07-10T22:15:53.454Z[verify-libraries] Compiling secrecy v0.8.0
46442026-07-10T22:15:53.530Z[verify-libraries] Compiling ff v0.14.0
46452026-07-10T22:15:53.583Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46462026-07-10T22:15:53.719Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46472026-07-10T22:15:53.867Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46482026-07-10T22:15:53.957Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46492026-07-10T22:15:53.979Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46502026-07-10T22:15:54.065Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46512026-07-10T22:15:54.204Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46522026-07-10T22:15:54.319Z[verify-libraries] Compiling signature v3.0.0
46532026-07-10T22:15:54.543Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46542026-07-10T22:15:54.735Z[verify-libraries] Compiling base16ct v1.0.0
46552026-07-10T22:15:54.786Z[verify-libraries] Compiling instability v0.3.11
46562026-07-10T22:15:54.866Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46572026-07-10T22:15:54.889Z[verify-libraries] Compiling sec1 v0.8.1
46582026-07-10T22:15:54.892Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46592026-07-10T22:15:54.979Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
46602026-07-10T22:15:55.062Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46612026-07-10T22:15:55.243Z[verify-libraries] Compiling group v0.14.0
46622026-07-10T22:15:55.246Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46632026-07-10T22:15:55.285Z[verify-libraries] Compiling hkdf v0.13.0
46642026-07-10T22:15:55.289Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
46652026-07-10T22:15:55.289Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
46662026-07-10T22:15:55.342Z[ host-image] Jul 10 22:15:54.823 INFO O| Jul 10 22:15:54.823 INFO O| Download: 14777/23866 items 120.2/222.6MB 54% complete (1.3M/s)
46672026-07-10T22:15:55.476Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
46682026-07-10T22:15:55.505Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
46692026-07-10T22:15:55.731Z[verify-libraries] Compiling castaway v0.2.4
46702026-07-10T22:15:55.863Z[verify-libraries] Compiling indoc v2.0.7
46712026-07-10T22:15:55.899Z[verify-libraries] Compiling compact_str v0.8.1
46722026-07-10T22:15:56.153Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46732026-07-10T22:15:56.189Z[verify-libraries] Compiling darling_macro v0.23.0
46742026-07-10T22:15:56.261Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
46752026-07-10T22:15:56.441Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46762026-07-10T22:15:56.542Z[verify-libraries] Compiling elliptic-curve v0.14.0-rc.33
46772026-07-10T22:15:56.717Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
46782026-07-10T22:15:56.754Z[verify-libraries] Compiling darling v0.23.0
46792026-07-10T22:15:56.985Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
46802026-07-10T22:15:57.069Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
46812026-07-10T22:15:57.280Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
46822026-07-10T22:15:57.402Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
46832026-07-10T22:15:57.517Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
46842026-07-10T22:15:57.540Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
46852026-07-10T22:15:57.617Z[verify-libraries] Compiling unicode-truncate v1.1.0
46862026-07-10T22:15:57.675Z[verify-libraries] Compiling lru v0.12.5
46872026-07-10T22:15:57.815Z[verify-libraries] Compiling cassowary v0.3.0
46882026-07-10T22:15:57.889Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46892026-07-10T22:15:58.102Z[verify-libraries] Compiling ratatui v0.29.0
46902026-07-10T22:15:58.311Z[verify-libraries] Compiling rfc6979 v0.5.0
46912026-07-10T22:15:58.358Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46922026-07-10T22:15:58.395Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46932026-07-10T22:15:58.459Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
46942026-07-10T22:15:58.507Z[verify-libraries] Compiling vergen-git2 v9.1.0
46952026-07-10T22:15:58.517Z[ recovery-image] Jul 10 22:15:57.999 INFO O| Jul 10 22:15:57.999 INFO O| Download: 3722/16671 items 38.6/199.8MB 19% complete (1.8M/s)
46962026-07-10T22:15:58.673Z[verify-libraries] Compiling strsim v0.10.0
46972026-07-10T22:15:58.677Z[verify-libraries] Compiling is_ci v1.2.0
46982026-07-10T22:15:58.771Z[verify-libraries] Compiling ecdsa v0.17.0-rc.18
46992026-07-10T22:15:58.813Z[verify-libraries] Compiling supports-color v3.0.2
47002026-07-10T22:15:58.844Z[verify-libraries] Compiling primeorder v0.14.0-rc.10
47012026-07-10T22:15:58.880Z[verify-libraries] Compiling primefield v0.14.0
47022026-07-10T22:15:59.034Z[verify-libraries] Compiling darling_core v0.13.4
47032026-07-10T22:15:59.056Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47042026-07-10T22:15:59.149Z[verify-libraries] Compiling tungstenite v0.23.0
47052026-07-10T22:15:59.205Z[verify-libraries] Compiling console v0.16.2
47062026-07-10T22:15:59.256Z[verify-libraries] Compiling curve25519-dalek v5.0.0-rc.0
47072026-07-10T22:15:59.671Z[verify-libraries] Compiling assert_matches v1.5.0
47082026-07-10T22:15:59.694Z[verify-libraries] Compiling unit-prefix v0.5.2
47092026-07-10T22:15:59.781Z[verify-libraries] Compiling void v1.0.2
47102026-07-10T22:15:59.814Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
47112026-07-10T22:15:59.848Z[verify-libraries] Compiling indicatif v0.18.4
47122026-07-10T22:15:59.972Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47132026-07-10T22:16:00.002Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47142026-07-10T22:16:00.134Z[verify-libraries] Compiling lzss v0.8.2
47152026-07-10T22:16:00.166Z[verify-libraries] Compiling ssh-encoding v0.3.0-rc.9
47162026-07-10T22:16:00.322Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47172026-07-10T22:16:00.451Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
47182026-07-10T22:16:00.514Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47192026-07-10T22:16:00.581Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47202026-07-10T22:16:00.685Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47212026-07-10T22:16:00.851Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47222026-07-10T22:16:00.873Z[verify-libraries] Compiling nix v0.27.1
47232026-07-10T22:16:00.956Z[verify-libraries] Compiling colored v2.2.0
47242026-07-10T22:16:00.980Z[verify-libraries] Compiling serde_bytes v0.11.19
47252026-07-10T22:16:01.047Z[verify-libraries] Compiling darling_macro v0.13.4
47262026-07-10T22:16:01.056Z[ host-image] Jul 10 22:16:00.538 INFO O| Jul 10 22:16:00.538 INFO O| Download: 15292/23866 items 121.7/222.6MB 54% complete (179k/s)
47272026-07-10T22:16:01.114Z[verify-libraries] Compiling shell-words v1.1.1
47282026-07-10T22:16:01.234Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47292026-07-10T22:16:01.321Z[verify-libraries] Compiling ed25519 v3.0.0
47302026-07-10T22:16:01.382Z[verify-libraries] Compiling crypto-primes v0.7.2
47312026-07-10T22:16:01.419Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
47322026-07-10T22:16:01.599Z[verify-libraries] Compiling darling v0.13.4
47332026-07-10T22:16:01.670Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47342026-07-10T22:16:01.722Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
47352026-07-10T22:16:01.850Z[verify-libraries] Compiling poly1305 v0.9.0
47362026-07-10T22:16:01.872Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
47372026-07-10T22:16:02.458Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
47382026-07-10T22:16:02.480Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47392026-07-10T22:16:02.503Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47402026-07-10T22:16:02.675Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47412026-07-10T22:16:02.716Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47422026-07-10T22:16:02.746Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47432026-07-10T22:16:02.768Z[verify-libraries] Compiling blowfish v0.10.0
47442026-07-10T22:16:02.941Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
47452026-07-10T22:16:02.978Z[verify-libraries] Compiling petname v2.0.2
47462026-07-10T22:16:03.019Z[verify-libraries] Compiling keccak v0.2.0
47472026-07-10T22:16:03.043Z[verify-libraries] Compiling fiat-crypto v0.3.0
47482026-07-10T22:16:03.165Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
47492026-07-10T22:16:03.241Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
47502026-07-10T22:16:03.526Z[ recovery-image] Jul 10 22:16:03.007 INFO O| Jul 10 22:16:03.007 INFO O| Download: 4317/16671 items 43.3/199.8MB 21% complete (1.0M/s)
47512026-07-10T22:16:03.529Z[verify-libraries] Compiling sha3 v0.11.0
47522026-07-10T22:16:03.704Z[verify-libraries] Compiling rsa v0.10.0-rc.18
47532026-07-10T22:16:03.724Z[verify-libraries] Compiling ed25519-dalek v3.0.0-rc.0
47542026-07-10T22:16:04.065Z[verify-libraries] Compiling ssh-cipher v0.3.0-rc.9
47552026-07-10T22:16:04.401Z[verify-libraries] Compiling serde_with_macros v1.5.2
47562026-07-10T22:16:04.448Z[verify-libraries] Compiling p521 v0.14.0-rc.10
47572026-07-10T22:16:04.665Z[verify-libraries] Compiling p256 v0.14.0-rc.10
47582026-07-10T22:16:04.766Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
47592026-07-10T22:16:04.923Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47602026-07-10T22:16:05.360Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47612026-07-10T22:16:05.391Z[verify-libraries] Compiling twox-hash v2.1.2
47622026-07-10T22:16:05.569Z[verify-libraries] Compiling kem v0.3.0
47632026-07-10T22:16:05.617Z[verify-libraries] Compiling module-lattice v0.2.3
47642026-07-10T22:16:05.739Z[verify-libraries] Compiling blake3 v1.8.5
47652026-07-10T22:16:05.872Z[verify-libraries] Compiling rtoolbox v0.0.3
47662026-07-10T22:16:05.906Z[verify-libraries] Compiling ml-kem v0.3.2
47672026-07-10T22:16:05.960Z[verify-libraries] Compiling serde_with v1.14.0
47682026-07-10T22:16:06.076Z[ host-image] Jul 10 22:16:05.557 INFO O| Jul 10 22:16:05.557 INFO O| Download: 16321/23866 items 135.3/222.6MB 60% complete (2.0M/s)
47692026-07-10T22:16:06.140Z[verify-libraries] Compiling rpassword v7.4.0
47702026-07-10T22:16:06.355Z[verify-libraries] Compiling russh-cryptovec v0.61.0
47712026-07-10T22:16:06.619Z[verify-libraries] Compiling tui-tree-widget v0.23.1
47722026-07-10T22:16:06.723Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47732026-07-10T22:16:06.853Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47742026-07-10T22:16:06.909Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47752026-07-10T22:16:07.033Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
47762026-07-10T22:16:07.134Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
47772026-07-10T22:16:07.190Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
47782026-07-10T22:16:07.947Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47792026-07-10T22:16:08.050Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47802026-07-10T22:16:08.206Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47812026-07-10T22:16:08.228Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47822026-07-10T22:16:08.301Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47832026-07-10T22:16:08.352Z[verify-libraries] Compiling fatfs v0.3.6
47842026-07-10T22:16:08.474Z[verify-libraries] Compiling num-bigint v0.4.6
47852026-07-10T22:16:08.496Z[verify-libraries] Compiling p384 v0.14.0-rc.10
47862026-07-10T22:16:08.519Z[verify-libraries] Compiling generic-array v1.4.3
47872026-07-10T22:16:08.585Z[verify-libraries] Compiling russh-util v0.52.0
47882026-07-10T22:16:08.609Z[verify-libraries] Compiling enum_dispatch v0.3.13
47892026-07-10T22:16:08.668Z[verify-libraries] Compiling sapling-renderdag v0.1.0
47902026-07-10T22:16:08.690Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
47912026-07-10T22:16:08.779Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47922026-07-10T22:16:08.838Z[ recovery-image] Jul 10 22:16:08.320 INFO O| Jul 10 22:16:08.320 INFO O| Download: 5117/16671 items 43.7/199.8MB 21% complete (652k/s)
47932026-07-10T22:16:08.953Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47942026-07-10T22:16:09.032Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
47952026-07-10T22:16:09.035Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
47962026-07-10T22:16:09.087Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47972026-07-10T22:16:10.750Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47982026-07-10T22:16:10.794Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47992026-07-10T22:16:11.078Z[ host-image] Jul 10 22:16:10.559 INFO O| Jul 10 22:16:10.559 INFO O| Download: 17067/23866 items 143.1/222.6MB 64% complete (2.1M/s)
48002026-07-10T22:16:11.251Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48012026-07-10T22:16:11.455Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48022026-07-10T22:16:11.602Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48032026-07-10T22:16:11.689Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48042026-07-10T22:16:12.416Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48052026-07-10T22:16:12.689Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48062026-07-10T22:16:12.765Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48072026-07-10T22:16:12.786Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
48082026-07-10T22:16:13.519Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48092026-07-10T22:16:14.546Z[ recovery-image] Jul 10 22:16:14.027 INFO O| Jul 10 22:16:14.027 INFO O| Download: 6110/16671 items 46.2/199.8MB 23% complete (283k/s)
48102026-07-10T22:16:14.618Z[verify-libraries] Compiling ssh-key v0.7.0-rc.10
48112026-07-10T22:16:14.853Z[verify-libraries] Compiling delegate v0.13.5
48122026-07-10T22:16:14.958Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48132026-07-10T22:16:15.019Z[verify-libraries] Compiling hex-literal v1.1.0
48142026-07-10T22:16:15.042Z[verify-libraries] Compiling arrayref v0.3.9
48152026-07-10T22:16:15.147Z[verify-libraries] Compiling sync-ptr v0.1.4
48162026-07-10T22:16:15.168Z[verify-libraries] Compiling seq-macro v0.3.6
48172026-07-10T22:16:15.381Z[verify-libraries] Compiling arrayvec v0.7.6
48182026-07-10T22:16:15.510Z[verify-libraries] Compiling constant_time_eq v0.4.2
48192026-07-10T22:16:15.639Z[verify-libraries] Compiling md5 v0.8.0
48202026-07-10T22:16:15.811Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48212026-07-10T22:16:15.845Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48222026-07-10T22:16:15.961Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
48232026-07-10T22:16:16.089Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48242026-07-10T22:16:16.393Z[ host-image] Jul 10 22:16:15.875 INFO O| Jul 10 22:16:15.875 INFO O| Download: 18838/23866 items 171.5/222.6MB 77% complete (3.5M/s)
48252026-07-10T22:16:16.427Z[verify-libraries] Compiling russh v0.61.2
48262026-07-10T22:16:16.713Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48272026-07-10T22:16:16.866Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48282026-07-10T22:16:17.151Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48292026-07-10T22:16:17.450Z[verify-libraries] Compiling socket2 v0.5.10
48302026-07-10T22:16:17.472Z[verify-libraries] Compiling internet-checksum v0.2.1
48312026-07-10T22:16:17.658Z[verify-libraries] Compiling topological-sort v0.2.2
48322026-07-10T22:16:17.766Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
48332026-07-10T22:16:17.847Z[verify-libraries] Compiling omicron-zone-package v0.12.3
48342026-07-10T22:16:19.117Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48352026-07-10T22:16:20.083Z[ recovery-image] Jul 10 22:16:19.564 INFO O| Jul 10 22:16:19.564 INFO O| Download: 6379/16671 items 56.4/199.8MB 28% complete (1.4M/s)
48362026-07-10T22:16:21.395Z[ host-image] Jul 10 22:16:20.876 INFO O| Jul 10 22:16:20.876 INFO O| Download: 20621/23866 items 179.6/222.6MB 80% complete (3.5M/s)
48372026-07-10T22:16:21.540Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48382026-07-10T22:16:21.564Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48392026-07-10T22:16:22.413Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
48402026-07-10T22:16:22.603Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48412026-07-10T22:16:22.694Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48422026-07-10T22:16:22.875Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48432026-07-10T22:16:22.965Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48442026-07-10T22:16:23.156Z[verify-libraries] Compiling yansi v1.0.1
48452026-07-10T22:16:23.505Z[verify-libraries] Compiling pretty_assertions v1.4.1
48462026-07-10T22:16:23.616Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48472026-07-10T22:16:23.857Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48482026-07-10T22:16:23.892Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
48492026-07-10T22:16:24.000Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
48502026-07-10T22:16:24.274Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48512026-07-10T22:16:24.544Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48522026-07-10T22:16:24.755Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48532026-07-10T22:16:24.824Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48542026-07-10T22:16:25.020Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48552026-07-10T22:16:25.091Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48562026-07-10T22:16:25.142Z[ recovery-image] Jul 10 22:16:24.622 INFO O| Jul 10 22:16:24.620 INFO O| Download: 6557/16671 items 67.4/199.8MB 33% complete (2.0M/s)
48572026-07-10T22:16:25.317Z[verify-libraries] Compiling samael v0.0.19
48582026-07-10T22:16:25.353Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48592026-07-10T22:16:25.375Z[verify-libraries] Compiling drift v0.2.0
48602026-07-10T22:16:25.410Z[verify-libraries] Compiling uzers v0.12.2
48612026-07-10T22:16:25.534Z[verify-libraries] Compiling git2 v0.20.4
48622026-07-10T22:16:25.690Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48632026-07-10T22:16:25.781Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48642026-07-10T22:16:25.883Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48652026-07-10T22:16:26.520Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
48662026-07-10T22:16:26.867Z[ host-image] Jul 10 22:16:26.349 INFO O| Jul 10 22:16:26.349 INFO O| Download: 21921/23866 items 189.9/222.6MB 85% complete (2.6M/s)
48672026-07-10T22:16:29.755Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48682026-07-10T22:16:29.838Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
48692026-07-10T22:16:30.141Z[ recovery-image] Jul 10 22:16:29.623 INFO O| Jul 10 22:16:29.623 INFO O| Download: 7735/16671 items 82.5/199.8MB 41% complete (2.6M/s)
48702026-07-10T22:16:30.334Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48712026-07-10T22:16:30.425Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
48722026-07-10T22:16:30.493Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48732026-07-10T22:16:30.498Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
48742026-07-10T22:16:31.313Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48752026-07-10T22:16:31.626Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
48762026-07-10T22:16:32.057Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
48772026-07-10T22:16:32.212Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48782026-07-10T22:16:32.286Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
48792026-07-10T22:16:32.305Z[ host-image] Jul 10 22:16:31.787 INFO O| Jul 10 22:16:31.786 INFO O| Download: 22597/23866 items 200.3/222.6MB 89% complete (2.0M/s)
48802026-07-10T22:16:32.655Z[verify-libraries] Compiling multimap v0.10.1
48812026-07-10T22:16:32.756Z[verify-libraries] Compiling termios v0.3.3
48822026-07-10T22:16:33.002Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48832026-07-10T22:16:33.558Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
48842026-07-10T22:16:34.010Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48852026-07-10T22:16:35.282Z[ recovery-image] Jul 10 22:16:34.763 INFO O| Jul 10 22:16:34.763 INFO O| Download: 8522/16671 items 87.5/199.8MB 43% complete (2.1M/s)
48862026-07-10T22:16:38.192Z[ host-image] Jul 10 22:16:37.673 INFO O| Jul 10 22:16:37.673 INFO O| Download: 23039/23866 items 215.6/222.6MB 96% complete (3.0M/s)
48872026-07-10T22:16:40.295Z[ recovery-image] Jul 10 22:16:39.776 INFO O| Jul 10 22:16:39.776 INFO O| Download: 9574/16671 items 103.2/199.8MB 51% complete (2.1M/s)
48882026-07-10T22:16:42.472Z[verify-libraries] Compiling polar-core v0.27.3
48892026-07-10T22:16:43.245Z[ host-image] Jul 10 22:16:42.724 INFO O| Jul 10 22:16:42.724 INFO O| Download: 23862/23866 items 222.5/222.6MB 99% complete (2.2M/s)
48902026-07-10T22:16:43.284Z[ host-image] Jul 10 22:16:42.766 INFO O| Jul 10 22:16:42.766 INFO O| Download: Completed 222.61 MB in 109.51 seconds (2.0M/s)
48912026-07-10T22:16:45.443Z[ recovery-image] Jul 10 22:16:44.924 INFO O| Jul 10 22:16:44.924 INFO O| Download: 11177/16671 items 104.0/199.8MB 52% complete (1.7M/s)
48922026-07-10T22:16:47.597Z[ host-image] Jul 10 22:16:47.077 INFO O| Jul 10 22:16:47.077 INFO O| Actions: 1/54075 actions (Installing new actions)
48932026-07-10T22:16:48.642Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
48942026-07-10T22:16:48.895Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48952026-07-10T22:16:50.305Z[verify-libraries] Compiling oso v0.27.3
48962026-07-10T22:16:50.503Z[ recovery-image] Jul 10 22:16:49.985 INFO O| Jul 10 22:16:49.985 INFO O| Download: 12113/16671 items 121.3/199.8MB 60% complete (1.8M/s)
48972026-07-10T22:16:52.588Z[ host-image] Jul 10 22:16:52.070 INFO O| Jul 10 22:16:52.070 INFO O| Actions: 23993/54075 actions (Installing new actions)
48982026-07-10T22:16:54.562Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
48992026-07-10T22:16:55.125Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
49002026-07-10T22:16:55.527Z[ recovery-image] Jul 10 22:16:54.996 INFO O| Jul 10 22:16:54.996 INFO O| Download: 13465/16671 items 154.8/199.8MB 77% complete (5.1M/s)
49012026-07-10T22:16:55.746Z[ host-image] Jul 10 22:16:55.228 INFO O| Jul 10 22:16:55.227 INFO O| Actions: Completed 54075 actions in 8.15 seconds.
49022026-07-10T22:16:55.822Z[ host-image] Jul 10 22:16:55.304 INFO O| Jul 10 22:16:55.303 INFO O| Finalize: Updating package state database ... Done
49032026-07-10T22:16:55.822Z[ host-image] Jul 10 22:16:55.304 INFO O| Jul 10 22:16:55.303 INFO O| Finalize: Updating package cache ... Done
49042026-07-10T22:16:55.877Z[ host-image] Jul 10 22:16:55.357 INFO O| Jul 10 22:16:55.356 INFO O| Finalize: Updating image state ... Done
49052026-07-10T22:16:56.094Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49062026-07-10T22:16:56.793Z[ host-image] Jul 10 22:16:56.274 INFO O| Jul 10 22:16:56.274 INFO O| Finalize: Creating fast lookup database ... Done
49072026-07-10T22:16:56.823Z[ host-image] Jul 10 22:16:56.303 INFO O| Jul 10 22:16:56.303 INFO O| Finalize: Reading search index ... Done
49082026-07-10T22:16:59.502Z[ host-image] Jul 10 22:16:58.981 INFO O| Jul 10 22:16:58.981 INFO O| Finalize: Building new search index ... Done
49092026-07-10T22:17:00.058Z[ host-image] Jul 10 22:16:59.539 INFO O| Jul 10 22:16:59.538 INFO O| Finalize: Updating package cache ... Done
49102026-07-10T22:17:00.257Z[ host-image] Jul 10 22:16:59.739 INFO O| Jul 10 22:16:59.739 INFO STEP 11 (pkg_install) COMPLETE
49112026-07-10T22:17:00.257Z[ host-image] Jul 10 22:16:59.739 INFO O| Jul 10 22:16:59.739 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49122026-07-10T22:17:00.273Z[ host-image] Jul 10 22:16:59.751 INFO O| Jul 10 22:16:59.751 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"]
49132026-07-10T22:17:00.515Z[ recovery-image] Jul 10 22:16:59.996 INFO O| Jul 10 22:16:59.996 INFO O| Download: 15281/16671 items 161.6/199.8MB 80% complete (4.1M/s)
49142026-07-10T22:17:01.469Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
49152026-07-10T22:17:03.955Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49162026-07-10T22:17:04.287Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49172026-07-10T22:17:05.330Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49182026-07-10T22:17:05.518Z[ recovery-image] Jul 10 22:17:04.999 INFO O| Jul 10 22:17:04.999 INFO O| Download: 16200/16671 items 192.3/199.8MB 96% complete (3.7M/s)
49192026-07-10T22:17:05.547Z[ host-image] Jul 10 22:17:05.028 INFO O| Jul 10 22:17:05.027 INFO O| Startup: Refreshing catalog 'helios' ... Done
49202026-07-10T22:17:05.687Z[ host-image] Jul 10 22:17:05.168 INFO O| Jul 10 22:17:05.168 INFO O| Startup: Caching catalogs ... Done
49212026-07-10T22:17:05.922Z[ host-image] Jul 10 22:17:05.403 INFO O| Jul 10 22:17:05.403 INFO O| Planning: Solver setup ... Done
49222026-07-10T22:17:05.927Z[ host-image] Jul 10 22:17:05.408 INFO O| Jul 10 22:17:05.408 INFO O| Planning: Running solver ... Done
49232026-07-10T22:17:05.933Z[ host-image] Jul 10 22:17:05.414 INFO O| Jul 10 22:17:05.414 INFO O| Planning: Finding local manifests ... Done
49242026-07-10T22:17:05.950Z[ host-image] Jul 10 22:17:05.431 INFO O| Jul 10 22:17:05.431 INFO O| Planning: Fetching manifests: 0/6 0% complete
49252026-07-10T22:17:06.001Z[ host-image] Jul 10 22:17:05.482 INFO O| Jul 10 22:17:05.481 INFO O| Planning: Fetching manifests: 6/6 100% complete
49262026-07-10T22:17:06.021Z[ host-image] Jul 10 22:17:05.502 INFO O| Jul 10 22:17:05.502 INFO O| Planning: Package planning ... Done
49272026-07-10T22:17:06.025Z[ host-image] Jul 10 22:17:05.504 INFO O| Jul 10 22:17:05.504 INFO O| Planning: Merging actions ... Done
49282026-07-10T22:17:06.111Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
49292026-07-10T22:17:06.252Z[ host-image] Jul 10 22:17:05.733 INFO O| Jul 10 22:17:05.733 INFO O| Planning: Checking for conflicting actions ... Done
49302026-07-10T22:17:06.256Z[ host-image] Jul 10 22:17:05.735 INFO O| Jul 10 22:17:05.735 INFO O| Planning: Consolidating action changes ... Done
49312026-07-10T22:17:06.409Z[ host-image] Jul 10 22:17:05.890 INFO O| Jul 10 22:17:05.890 INFO O| Planning: Evaluating mediators ... Done
49322026-07-10T22:17:06.413Z[ host-image] Jul 10 22:17:05.891 INFO O| Jul 10 22:17:05.891 INFO O| Planning: Planning completed in 0.71 seconds
49332026-07-10T22:17:06.413Z[ host-image] Jul 10 22:17:05.892 INFO O| Jul 10 22:17:05.892 INFO O| Packages to install: 6
49342026-07-10T22:17:06.413Z[ host-image] Jul 10 22:17:05.892 INFO O| Jul 10 22:17:05.892 INFO O| Services to change: 2
49352026-07-10T22:17:06.422Z[ host-image] Jul 10 22:17:05.903 INFO O| Jul 10 22:17:05.903 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
49362026-07-10T22:17:09.098Z[ host-image] Jul 10 22:17:08.579 INFO O| Jul 10 22:17:08.542 INFO O| Download: Completed 1.75 MB in 2.64 seconds (677k/s)
49372026-07-10T22:17:10.433Z[ recovery-image] Jul 10 22:17:09.915 INFO O| Jul 10 22:17:09.914 INFO O| Download: Completed 199.80 MB in 98.93 seconds (2.0M/s)
49382026-07-10T22:17:10.675Z[ host-image] Jul 10 22:17:10.156 INFO O| Jul 10 22:17:10.156 INFO O| Actions: 1/390 actions (Installing new actions)
49392026-07-10T22:17:10.884Z[ host-image] Jul 10 22:17:10.366 INFO O| Jul 10 22:17:10.366 INFO O| Actions: Completed 390 actions in 0.21 seconds.
49402026-07-10T22:17:10.914Z[ host-image] Jul 10 22:17:10.396 INFO O| Jul 10 22:17:10.395 INFO O| Finalize: Updating package state database ... Done
49412026-07-10T22:17:10.914Z[ host-image] Jul 10 22:17:10.396 INFO O| Jul 10 22:17:10.396 INFO O| Finalize: Updating package cache ... Done
49422026-07-10T22:17:10.977Z[ host-image] Jul 10 22:17:10.458 INFO O| Jul 10 22:17:10.458 INFO O| Finalize: Updating image state ... Done
49432026-07-10T22:17:12.033Z[ host-image] Jul 10 22:17:11.514 INFO O| Jul 10 22:17:11.514 INFO O| Finalize: Creating fast lookup database ... Done
49442026-07-10T22:17:12.061Z[ host-image] Jul 10 22:17:11.543 INFO O| Jul 10 22:17:11.543 INFO O| Finalize: Reading search index ... Done
49452026-07-10T22:17:12.062Z[ host-image] Jul 10 22:17:11.543 INFO O| Jul 10 22:17:11.543 INFO O| Finalize: Updating search index ... Done
49462026-07-10T22:17:12.077Z[ host-image] Jul 10 22:17:11.558 INFO O| Jul 10 22:17:11.558 INFO O| Finalize: Updating package cache ... Done
49472026-07-10T22:17:12.224Z[ host-image] Jul 10 22:17:11.705 INFO O| Jul 10 22:17:11.705 INFO STEP 12 (pkg_install) COMPLETE
49482026-07-10T22:17:12.224Z[ host-image] Jul 10 22:17:11.705 INFO O| Jul 10 22:17:11.705 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49492026-07-10T22:17:12.233Z[ host-image] Jul 10 22:17:11.714 INFO O| Jul 10 22:17:11.714 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
49502026-07-10T22:17:12.288Z[ recovery-image] Jul 10 22:17:11.769 INFO O| Jul 10 22:17:11.769 INFO O| Actions: 1/27516 actions (Installing new actions)
49512026-07-10T22:17:13.079Z[ host-image] Jul 10 22:17:12.561 INFO O| Jul 10 22:17:12.561 INFO O| Startup: Refreshing catalog 'helios' ... Done
49522026-07-10T22:17:13.208Z[ host-image] Jul 10 22:17:12.689 INFO O| Jul 10 22:17:12.689 INFO O| Startup: Caching catalogs ... Done
49532026-07-10T22:17:13.393Z[ host-image] Jul 10 22:17:12.874 INFO O| Jul 10 22:17:12.874 INFO O| Planning: Solver setup ... Done
49542026-07-10T22:17:13.398Z[ host-image] Jul 10 22:17:12.879 INFO O| Jul 10 22:17:12.879 INFO O| Planning: Running solver ... Done
49552026-07-10T22:17:13.403Z[ host-image] Jul 10 22:17:12.884 INFO O| Jul 10 22:17:12.884 INFO O| Planning: Finding local manifests ... Done
49562026-07-10T22:17:13.416Z[ host-image] Jul 10 22:17:12.898 INFO O| Jul 10 22:17:12.898 INFO O| Planning: Fetching manifests: 0/6 0% complete
49572026-07-10T22:17:13.477Z[ host-image] Jul 10 22:17:12.958 INFO O| Jul 10 22:17:12.958 INFO O| Planning: Fetching manifests: 6/6 100% complete
49582026-07-10T22:17:13.550Z[ host-image] Jul 10 22:17:13.031 INFO O| Jul 10 22:17:13.031 INFO O| Planning: Package planning ... Done
49592026-07-10T22:17:13.558Z[ host-image] Jul 10 22:17:13.040 INFO O| Jul 10 22:17:13.040 INFO O| Planning: Merging actions ... Done
49602026-07-10T22:17:13.612Z[ host-image] Jul 10 22:17:13.093 INFO O| Jul 10 22:17:13.093 INFO O| Planning: Checking for conflicting actions ... Done
49612026-07-10T22:17:13.615Z[ host-image] Jul 10 22:17:13.096 INFO O| Jul 10 22:17:13.096 INFO O| Planning: Consolidating action changes ... Done
49622026-07-10T22:17:13.823Z[ host-image] Jul 10 22:17:13.235 INFO O| Jul 10 22:17:13.235 INFO O| Planning: Evaluating mediators ... Done
49632026-07-10T22:17:13.826Z[ host-image] Jul 10 22:17:13.238 INFO O| Jul 10 22:17:13.238 INFO O| Planning: Planning completed in 0.54 seconds
49642026-07-10T22:17:13.826Z[ host-image] Jul 10 22:17:13.239 INFO O| Jul 10 22:17:13.239 INFO O| Packages to install: 6
49652026-07-10T22:17:13.826Z[ host-image] Jul 10 22:17:13.239 INFO O| Jul 10 22:17:13.239 INFO O| Mediators to change: 1
49662026-07-10T22:17:13.827Z[ host-image] Jul 10 22:17:13.239 INFO O| Jul 10 22:17:13.239 INFO O| Services to change: 1
49672026-07-10T22:17:13.827Z[ host-image] Jul 10 22:17:13.249 INFO O| Jul 10 22:17:13.249 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
49682026-07-10T22:17:13.933Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
49692026-07-10T22:17:16.630Z[ host-image] Jul 10 22:17:16.101 INFO O| Jul 10 22:17:16.101 INFO O| Download: Completed 7.84 MB in 2.85 seconds (2.8M/s)
49702026-07-10T22:17:16.653Z[ host-image] Jul 10 22:17:16.134 INFO O| Jul 10 22:17:16.134 INFO O| Actions: 1/1366 actions (Installing new actions)
49712026-07-10T22:17:16.888Z[ host-image] Jul 10 22:17:16.367 INFO O| Jul 10 22:17:16.367 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
49722026-07-10T22:17:16.899Z[ host-image] Jul 10 22:17:16.379 INFO O| Jul 10 22:17:16.379 INFO O| Finalize: Updating package state database ... Done
49732026-07-10T22:17:16.899Z[ host-image] Jul 10 22:17:16.379 INFO O| Jul 10 22:17:16.379 INFO O| Finalize: Updating package cache ... Done
49742026-07-10T22:17:16.931Z[ host-image] Jul 10 22:17:16.412 INFO O| Jul 10 22:17:16.412 INFO O| Finalize: Updating image state ... Done
49752026-07-10T22:17:17.289Z[ recovery-image] Jul 10 22:17:16.769 INFO O| Jul 10 22:17:16.769 INFO O| Actions: 21993/27516 actions (Installing new actions)
49762026-07-10T22:17:17.760Z[ host-image] Jul 10 22:17:17.229 INFO O| Jul 10 22:17:17.229 INFO O| Finalize: Creating fast lookup database ... Done
49772026-07-10T22:17:17.794Z[ host-image] Jul 10 22:17:17.258 INFO O| Jul 10 22:17:17.258 INFO O| Finalize: Reading search index ... Done
49782026-07-10T22:17:17.794Z[ host-image] Jul 10 22:17:17.258 INFO O| Jul 10 22:17:17.258 INFO O| Finalize: Updating search index ... Done
49792026-07-10T22:17:17.831Z[ host-image] Jul 10 22:17:17.294 INFO O| Jul 10 22:17:17.293 INFO O| Finalize: Updating package cache ... Done
49802026-07-10T22:17:17.861Z[ recovery-image] Jul 10 22:17:17.322 INFO O| Jul 10 22:17:17.322 INFO O| Actions: Completed 27516 actions in 5.55 seconds.
49812026-07-10T22:17:17.895Z[ recovery-image] Jul 10 22:17:17.362 INFO O| Jul 10 22:17:17.362 INFO O| Finalize: Updating package state database ... Done
49822026-07-10T22:17:17.895Z[ recovery-image] Jul 10 22:17:17.362 INFO O| Jul 10 22:17:17.362 INFO O| Finalize: Updating package cache ... Done
49832026-07-10T22:17:17.932Z[ recovery-image] Jul 10 22:17:17.409 INFO O| Jul 10 22:17:17.409 INFO O| Finalize: Updating image state ... Done
49842026-07-10T22:17:17.941Z[ host-image] Jul 10 22:17:17.421 INFO O| Jul 10 22:17:17.421 INFO STEP 13 (pkg_install) COMPLETE
49852026-07-10T22:17:17.941Z[ host-image] Jul 10 22:17:17.421 INFO O| Jul 10 22:17:17.421 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49862026-07-10T22:17:17.949Z[ host-image] Jul 10 22:17:17.429 INFO O| Jul 10 22:17:17.429 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
49872026-07-10T22:17:18.507Z[ recovery-image] Jul 10 22:17:17.987 INFO O| Jul 10 22:17:17.987 INFO O| Finalize: Creating fast lookup database ... Done
49882026-07-10T22:17:18.522Z[ recovery-image] Jul 10 22:17:18.004 INFO O| Jul 10 22:17:18.004 INFO O| Finalize: Reading search index ... Done
49892026-07-10T22:17:18.724Z[ host-image] Jul 10 22:17:18.200 INFO O| Jul 10 22:17:18.200 INFO O| Startup: Refreshing catalog 'helios' ... Done
49902026-07-10T22:17:19.242Z[ host-image] Jul 10 22:17:18.722 INFO O| Jul 10 22:17:18.722 INFO O| Startup: Caching catalogs ... Done
49912026-07-10T22:17:19.425Z[ host-image] Jul 10 22:17:18.899 INFO O| Jul 10 22:17:18.899 INFO O| Planning: Solver setup ... Done
49922026-07-10T22:17:19.436Z[ host-image] Jul 10 22:17:18.904 INFO O| Jul 10 22:17:18.904 INFO O| Planning: Running solver ... Done
49932026-07-10T22:17:19.437Z[ host-image] Jul 10 22:17:18.908 INFO O| Jul 10 22:17:18.908 INFO O| Planning: Finding local manifests ... Done
49942026-07-10T22:17:19.440Z[ host-image] Jul 10 22:17:18.919 INFO O| Jul 10 22:17:18.919 INFO O| Planning: Fetching manifests: 0/1 0% complete
49952026-07-10T22:17:19.444Z[ host-image] Jul 10 22:17:18.924 INFO O| Jul 10 22:17:18.924 INFO O| Planning: Fetching manifests: 1/1 100% complete
49962026-07-10T22:17:19.460Z[ host-image] Jul 10 22:17:18.938 INFO O| Jul 10 22:17:18.938 INFO O| Planning: Package planning ... Done
49972026-07-10T22:17:19.464Z[ host-image] Jul 10 22:17:18.939 INFO O| Jul 10 22:17:18.939 INFO O| Planning: Merging actions ... Done
49982026-07-10T22:17:19.540Z[ host-image] Jul 10 22:17:19.020 INFO O| Jul 10 22:17:19.020 INFO O| Planning: Checking for conflicting actions ... Done
49992026-07-10T22:17:19.546Z[ host-image] Jul 10 22:17:19.021 INFO O| Jul 10 22:17:19.021 INFO O| Planning: Consolidating action changes ... Done
50002026-07-10T22:17:19.670Z[ host-image] Jul 10 22:17:19.152 INFO O| Jul 10 22:17:19.152 INFO O| Planning: Evaluating mediators ... Done
50012026-07-10T22:17:19.676Z[ host-image] Jul 10 22:17:19.152 INFO O| Jul 10 22:17:19.152 INFO O| Planning: Planning completed in 0.42 seconds
50022026-07-10T22:17:19.676Z[ host-image] Jul 10 22:17:19.153 INFO O| Jul 10 22:17:19.153 INFO O| Packages to install: 1
50032026-07-10T22:17:19.682Z[ host-image] Jul 10 22:17:19.163 INFO O| Jul 10 22:17:19.163 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
50042026-07-10T22:17:19.801Z[ host-image] Jul 10 22:17:19.282 INFO O| Jul 10 22:17:19.282 INFO O| Download: Completed 13.06 MB in 0.12 seconds (109M/s)
50052026-07-10T22:17:19.827Z[ host-image] Jul 10 22:17:19.300 INFO O| Jul 10 22:17:19.300 INFO O| Actions: 1/22 actions (Installing new actions)
50062026-07-10T22:17:20.040Z[ host-image] Jul 10 22:17:19.520 INFO O| Jul 10 22:17:19.520 INFO O| Actions: Completed 22 actions in 0.22 seconds.
50072026-07-10T22:17:20.051Z[ host-image] Jul 10 22:17:19.532 INFO O| Jul 10 22:17:19.532 INFO O| Finalize: Updating package state database ... Done
50082026-07-10T22:17:20.051Z[ host-image] Jul 10 22:17:19.532 INFO O| Jul 10 22:17:19.532 INFO O| Finalize: Updating package cache ... Done
50092026-07-10T22:17:20.089Z[ recovery-image] Jul 10 22:17:19.569 INFO O| Jul 10 22:17:19.569 INFO O| Finalize: Building new search index ... Done
50102026-07-10T22:17:20.092Z[ host-image] Jul 10 22:17:19.570 INFO O| Jul 10 22:17:19.570 INFO O| Finalize: Updating image state ... Done
50112026-07-10T22:17:20.398Z[ recovery-image] Jul 10 22:17:19.875 INFO O| Jul 10 22:17:19.875 INFO O| Finalize: Updating package cache ... Done
50122026-07-10T22:17:20.591Z[ recovery-image] Jul 10 22:17:20.072 INFO O| Jul 10 22:17:20.072 INFO STEP 11 (pkg_install) COMPLETE
50132026-07-10T22:17:20.591Z[ recovery-image] Jul 10 22:17:20.072 INFO O| Jul 10 22:17:20.072 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50142026-07-10T22:17:20.591Z[ recovery-image] Jul 10 22:17:20.072 INFO O| Jul 10 22:17:20.072 INFO skip step because feature "recovery" is enabled
50152026-07-10T22:17:20.595Z[ recovery-image] Jul 10 22:17:20.072 INFO O| Jul 10 22:17:20.072 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50162026-07-10T22:17:20.595Z[ recovery-image] Jul 10 22:17:20.072 INFO O| Jul 10 22:17:20.072 INFO skip step because feature "omicron1" is not enabled
50172026-07-10T22:17:20.655Z[ recovery-image] Jul 10 22:17:20.072 INFO O| Jul 10 22:17:20.072 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50182026-07-10T22:17:20.661Z[ recovery-image] Jul 10 22:17:20.083 INFO O| Jul 10 22:17:20.083 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
50192026-07-10T22:17:20.959Z[ host-image] Jul 10 22:17:20.434 INFO O| Jul 10 22:17:20.434 INFO O| Finalize: Creating fast lookup database ... Done
50202026-07-10T22:17:20.979Z[ host-image] Jul 10 22:17:20.460 INFO O| Jul 10 22:17:20.460 INFO O| Finalize: Reading search index ... Done
50212026-07-10T22:17:20.979Z[ host-image] Jul 10 22:17:20.460 INFO O| Jul 10 22:17:20.460 INFO O| Finalize: Updating search index ... Done
50222026-07-10T22:17:20.995Z[ host-image] Jul 10 22:17:20.470 INFO O| Jul 10 22:17:20.470 INFO O| Finalize: Updating package cache ... Done
50232026-07-10T22:17:21.131Z[ host-image] Jul 10 22:17:20.612 INFO O| Jul 10 22:17:20.612 INFO STEP 14 (pkg_install) COMPLETE
50242026-07-10T22:17:21.131Z[ host-image] Jul 10 22:17:20.612 INFO O| Jul 10 22:17:20.612 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50252026-07-10T22:17:21.131Z[ host-image] Jul 10 22:17:20.612 INFO O| Jul 10 22:17:20.612 INFO skip step because feature "mfg" is not enabled
50262026-07-10T22:17:21.136Z[ host-image] Jul 10 22:17:20.612 INFO O| Jul 10 22:17:20.612 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50272026-07-10T22:17:21.136Z[ host-image] Jul 10 22:17:20.612 INFO O| Jul 10 22:17:20.612 INFO skip step because feature "compliance" is not enabled
50282026-07-10T22:17:21.139Z[ host-image] Jul 10 22:17:20.612 INFO O| Jul 10 22:17:20.612 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50292026-07-10T22:17:21.139Z[ host-image] Jul 10 22:17:20.612 INFO O| Jul 10 22:17:20.612 INFO skip step because feature "stress" is not enabled
50302026-07-10T22:17:21.139Z[ host-image] Jul 10 22:17:20.612 INFO O| Jul 10 22:17:20.612 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50312026-07-10T22:17:21.139Z[ host-image] Jul 10 22:17:20.612 INFO O| Jul 10 22:17:20.612 INFO skip step because feature "compliance" is not enabled
50322026-07-10T22:17:21.139Z[ host-image] Jul 10 22:17:20.612 INFO O| Jul 10 22:17:20.612 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50332026-07-10T22:17:21.139Z[ host-image] Jul 10 22:17:20.612 INFO O| Jul 10 22:17:20.612 INFO skip step because feature "nfs" is not enabled
50342026-07-10T22:17:21.139Z[ host-image] Jul 10 22:17:20.612 INFO O| Jul 10 22:17:20.612 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
50352026-07-10T22:17:21.139Z[ host-image] Jul 10 22:17:20.612 INFO O| Jul 10 22:17:20.612 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
50362026-07-10T22:17:21.384Z[ recovery-image] Jul 10 22:17:20.854 INFO O| Jul 10 22:17:20.854 INFO O| Startup: Refreshing catalog 'helios' ... Done
50372026-07-10T22:17:21.601Z[ host-image] Jul 10 22:17:21.081 INFO O| Jul 10 22:17:21.081 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
50382026-07-10T22:17:21.716Z[ host-image] Jul 10 22:17:21.197 INFO O| Jul 10 22:17:21.197 INFO completed processing sled/ramdisk-01-os
50392026-07-10T22:17:21.723Z[ host-image] Jul 10 22:17:21.200 INFO omicron1 baseline generation...
50402026-07-10T22:17:21.723Z[ host-image] Jul 10 22:17:21.200 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
50412026-07-10T22:17:21.733Z[ recovery-image] Jul 10 22:17:21.204 INFO O| Jul 10 22:17:21.204 INFO O| Startup: Caching catalogs ... Done
50422026-07-10T22:17:21.905Z[ recovery-image] Jul 10 22:17:21.383 INFO O| Jul 10 22:17:21.383 INFO O| Planning: Solver setup ... Done
50432026-07-10T22:17:21.908Z[ recovery-image] Jul 10 22:17:21.388 INFO O| Jul 10 22:17:21.388 INFO O| Planning: Running solver ... Done
50442026-07-10T22:17:21.912Z[ recovery-image] Jul 10 22:17:21.392 INFO O| Jul 10 22:17:21.392 INFO O| Planning: Finding local manifests ... Done
50452026-07-10T22:17:21.924Z[ recovery-image] Jul 10 22:17:21.406 INFO O| Jul 10 22:17:21.406 INFO O| Planning: Fetching manifests: 0/1 0% complete
50462026-07-10T22:17:21.931Z[ recovery-image] Jul 10 22:17:21.411 INFO O| Jul 10 22:17:21.411 INFO O| Planning: Fetching manifests: 1/1 100% complete
50472026-07-10T22:17:21.947Z[ recovery-image] Jul 10 22:17:21.426 INFO O| Jul 10 22:17:21.426 INFO O| Planning: Package planning ... Done
50482026-07-10T22:17:21.947Z[ recovery-image] Jul 10 22:17:21.426 INFO O| Jul 10 22:17:21.426 INFO O| Planning: Merging actions ... Done
50492026-07-10T22:17:22.010Z[ recovery-image] Jul 10 22:17:21.490 INFO O| Jul 10 22:17:21.490 INFO O| Planning: Checking for conflicting actions ... Done
50502026-07-10T22:17:22.019Z[ recovery-image] Jul 10 22:17:21.491 INFO O| Jul 10 22:17:21.491 INFO O| Planning: Consolidating action changes ... Done
50512026-07-10T22:17:22.058Z[ host-image] Jul 10 22:17:21.536 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24068:20260625T122325Z
50522026-07-10T22:17:22.113Z[ recovery-image] Jul 10 22:17:21.587 INFO O| Jul 10 22:17:21.587 INFO O| Planning: Evaluating mediators ... Done
50532026-07-10T22:17:22.119Z[ recovery-image] Jul 10 22:17:21.588 INFO O| Jul 10 22:17:21.588 INFO O| Planning: Planning completed in 0.38 seconds
50542026-07-10T22:17:22.119Z[ recovery-image] Jul 10 22:17:21.588 INFO O| Jul 10 22:17:21.588 INFO O| Packages to install: 1
50552026-07-10T22:17:22.127Z[ recovery-image] Jul 10 22:17:21.601 INFO O| Jul 10 22:17:21.601 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
50562026-07-10T22:17:22.216Z[ recovery-image] Jul 10 22:17:21.696 INFO O| Jul 10 22:17:21.696 INFO O| Download: Completed 13.06 MB in 0.10 seconds (136M/s)
50572026-07-10T22:17:22.235Z[ recovery-image] Jul 10 22:17:21.716 INFO O| Jul 10 22:17:21.716 INFO O| Actions: 1/22 actions (Installing new actions)
50582026-07-10T22:17:22.467Z[ recovery-image] Jul 10 22:17:21.947 INFO O| Jul 10 22:17:21.947 INFO O| Actions: Completed 22 actions in 0.23 seconds.
50592026-07-10T22:17:22.481Z[ recovery-image] Jul 10 22:17:21.962 INFO O| Jul 10 22:17:21.962 INFO O| Finalize: Updating package state database ... Done
50602026-07-10T22:17:22.481Z[ recovery-image] Jul 10 22:17:21.962 INFO O| Jul 10 22:17:21.962 INFO O| Finalize: Updating package cache ... Done
50612026-07-10T22:17:22.524Z[ recovery-image] Jul 10 22:17:21.999 INFO O| Jul 10 22:17:21.999 INFO O| Finalize: Updating image state ... Done
50622026-07-10T22:17:23.127Z[ recovery-image] Jul 10 22:17:22.600 INFO O| Jul 10 22:17:22.599 INFO O| Finalize: Creating fast lookup database ... Done
50632026-07-10T22:17:23.134Z[ recovery-image] Jul 10 22:17:22.615 INFO O| Jul 10 22:17:22.615 INFO O| Finalize: Reading search index ... Done
50642026-07-10T22:17:23.134Z[ recovery-image] Jul 10 22:17:22.615 INFO O| Jul 10 22:17:22.615 INFO O| Finalize: Updating search index ... Done
50652026-07-10T22:17:23.145Z[ recovery-image] Jul 10 22:17:22.627 INFO O| Jul 10 22:17:22.627 INFO O| Finalize: Updating package cache ... Done
50662026-07-10T22:17:23.311Z[ recovery-image] Jul 10 22:17:22.789 INFO O| Jul 10 22:17:22.789 INFO STEP 14 (pkg_install) COMPLETE
50672026-07-10T22:17:23.311Z[ recovery-image] Jul 10 22:17:22.789 INFO O| Jul 10 22:17:22.789 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50682026-07-10T22:17:23.311Z[ recovery-image] Jul 10 22:17:22.789 INFO O| Jul 10 22:17:22.789 INFO skip step because feature "mfg" is not enabled
50692026-07-10T22:17:23.320Z[ recovery-image] Jul 10 22:17:22.789 INFO O| Jul 10 22:17:22.789 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50702026-07-10T22:17:23.320Z[ recovery-image] Jul 10 22:17:22.789 INFO O| Jul 10 22:17:22.789 INFO skip step because feature "compliance" is not enabled
50712026-07-10T22:17:23.320Z[ recovery-image] Jul 10 22:17:22.789 INFO O| Jul 10 22:17:22.789 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50722026-07-10T22:17:23.320Z[ recovery-image] Jul 10 22:17:22.789 INFO O| Jul 10 22:17:22.789 INFO skip step because feature "stress" is not enabled
50732026-07-10T22:17:23.320Z[ recovery-image] Jul 10 22:17:22.789 INFO O| Jul 10 22:17:22.789 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50742026-07-10T22:17:23.320Z[ recovery-image] Jul 10 22:17:22.789 INFO O| Jul 10 22:17:22.789 INFO skip step because feature "compliance" is not enabled
50752026-07-10T22:17:23.320Z[ recovery-image] Jul 10 22:17:22.789 INFO O| Jul 10 22:17:22.789 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50762026-07-10T22:17:23.320Z[ recovery-image] Jul 10 22:17:22.789 INFO O| Jul 10 22:17:22.789 INFO skip step because feature "nfs" is not enabled
50772026-07-10T22:17:23.320Z[ recovery-image] Jul 10 22:17:22.789 INFO O| Jul 10 22:17:22.789 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50782026-07-10T22:17:23.320Z[ recovery-image] Jul 10 22:17:22.789 INFO O| Jul 10 22:17:22.789 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50792026-07-10T22:17:23.578Z[ recovery-image] Jul 10 22:17:23.059 INFO O| Jul 10 22:17:23.059 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50802026-07-10T22:17:23.719Z[ recovery-image] Jul 10 22:17:23.201 INFO O| Jul 10 22:17:23.201 INFO completed processing sled/ramdisk-01-os
50812026-07-10T22:17:23.725Z[ recovery-image] Jul 10 22:17:23.206 INFO image builder template: ramdisk-02-trim...
50822026-07-10T22:17:23.726Z[ recovery-image] Jul 10 22:17:23.206 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/.tmpK6rNYa/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@21.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-02-trim"], pwd: None
50832026-07-10T22:17:23.756Z[ recovery-image] Jul 10 22:17:23.236 INFO O| Jul 10 22:17:23.235 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50842026-07-10T22:17:23.765Z[ recovery-image] Jul 10 22:17:23.239 INFO O| Jul 10 22:17:23.239 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50852026-07-10T22:17:23.845Z[ recovery-image] Jul 10 22:17:23.325 INFO O| Jul 10 22:17:23.324 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50862026-07-10T22:17:23.916Z[ recovery-image] Jul 10 22:17:23.397 INFO O| Jul 10 22:17:23.397 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50872026-07-10T22:17:23.918Z[ recovery-image] Jul 10 22:17:23.397 INFO O| Jul 10 22:17:23.397 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50882026-07-10T22:17:23.925Z[ recovery-image] Jul 10 22:17:23.402 INFO O| Jul 10 22:17:23.402 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50892026-07-10T22:17:23.929Z[ recovery-image] Jul 10 22:17:23.406 INFO O| Jul 10 22:17:23.406 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50902026-07-10T22:17:23.929Z[ recovery-image] Jul 10 22:17:23.410 INFO O| Jul 10 22:17:23.410 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50912026-07-10T22:17:24.510Z[ recovery-image] Jul 10 22:17:23.990 INFO O| Jul 10 22:17:23.990 INFO rolled back to input snapshot; work may begin
50922026-07-10T22:17:24.510Z[ recovery-image] Jul 10 22:17:23.990 INFO O| Jul 10 22:17:23.990 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50932026-07-10T22:17:24.514Z[ recovery-image] Jul 10 22:17:23.996 INFO O| Jul 10 22:17:23.995 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50942026-07-10T22:17:24.523Z[ recovery-image] Jul 10 22:17:24.005 INFO O| Jul 10 22:17:24.005 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50952026-07-10T22:17:24.566Z[ recovery-image] Jul 10 22:17:24.047 INFO O| Jul 10 22:17:24.047 INFO STEP 0 (remove_files) COMPLETE
50962026-07-10T22:17:24.566Z[ recovery-image] Jul 10 22:17:24.047 INFO O| Jul 10 22:17:24.047 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50972026-07-10T22:17:24.576Z[ recovery-image] Jul 10 22:17:24.057 INFO O| Jul 10 22:17:24.057 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50982026-07-10T22:17:24.582Z[ recovery-image] Jul 10 22:17:24.059 INFO O| Jul 10 22:17:24.059 INFO STEP 1 (remove_files) COMPLETE
50992026-07-10T22:17:24.582Z[ recovery-image] Jul 10 22:17:24.059 INFO O| Jul 10 22:17:24.059 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51002026-07-10T22:17:24.587Z[ recovery-image] Jul 10 22:17:24.068 INFO O| Jul 10 22:17:24.068 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
51012026-07-10T22:17:24.603Z[ recovery-image] Jul 10 22:17:24.083 INFO O| Jul 10 22:17:24.083 INFO STEP 2 (remove_files) COMPLETE
51022026-07-10T22:17:24.603Z[ recovery-image] Jul 10 22:17:24.083 INFO O| Jul 10 22:17:24.083 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51032026-07-10T22:17:24.613Z[ recovery-image] Jul 10 22:17:24.093 INFO O| Jul 10 22:17:24.093 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
51042026-07-10T22:17:24.624Z[ recovery-image] Jul 10 22:17:24.095 INFO O| Jul 10 22:17:24.095 INFO STEP 3 (remove_files) COMPLETE
51052026-07-10T22:17:24.624Z[ recovery-image] Jul 10 22:17:24.095 INFO O| Jul 10 22:17:24.095 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51062026-07-10T22:17:24.627Z[ recovery-image] Jul 10 22:17:24.105 INFO O| Jul 10 22:17:24.105 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
51072026-07-10T22:17:24.634Z[ recovery-image] Jul 10 22:17:24.109 INFO O| Jul 10 22:17:24.109 INFO STEP 4 (remove_files) COMPLETE
51082026-07-10T22:17:24.634Z[ recovery-image] Jul 10 22:17:24.109 INFO O| Jul 10 22:17:24.109 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51092026-07-10T22:17:24.638Z[ recovery-image] Jul 10 22:17:24.119 INFO O| Jul 10 22:17:24.119 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
51102026-07-10T22:17:24.646Z[ recovery-image] Jul 10 22:17:24.119 INFO O| Jul 10 22:17:24.119 INFO STEP 5 (remove_files) COMPLETE
51112026-07-10T22:17:24.646Z[ recovery-image] Jul 10 22:17:24.119 INFO O| Jul 10 22:17:24.119 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51122026-07-10T22:17:24.653Z[ recovery-image] Jul 10 22:17:24.129 INFO O| Jul 10 22:17:24.129 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
51132026-07-10T22:17:24.661Z[ recovery-image] Jul 10 22:17:24.143 INFO O| Jul 10 22:17:24.143 INFO STEP 6 (remove_files) COMPLETE
51142026-07-10T22:17:24.661Z[ recovery-image] Jul 10 22:17:24.143 INFO O| Jul 10 22:17:24.143 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-07-10T22:17:24.664Z[ recovery-image] Jul 10 22:17:24.143 INFO O| Jul 10 22:17:24.143 INFO skip step because feature "heliosv2" is not enabled
51162026-07-10T22:17:24.664Z[ recovery-image] Jul 10 22:17:24.143 INFO O| Jul 10 22:17:24.143 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-07-10T22:17:24.664Z[ recovery-image] Jul 10 22:17:24.143 INFO O| Jul 10 22:17:24.143 INFO skip step because feature "recovery" is enabled
51182026-07-10T22:17:24.664Z[ recovery-image] Jul 10 22:17:24.143 INFO O| Jul 10 22:17:24.143 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51192026-07-10T22:17:24.664Z[ recovery-image] Jul 10 22:17:24.143 INFO O| Jul 10 22:17:24.143 INFO skip step because feature "recovery" is enabled
51202026-07-10T22:17:24.664Z[ recovery-image] Jul 10 22:17:24.143 INFO O| Jul 10 22:17:24.143 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-07-10T22:17:24.664Z[ recovery-image] Jul 10 22:17:24.143 INFO O| Jul 10 22:17:24.143 INFO skip step because feature "recovery" is enabled
51222026-07-10T22:17:24.664Z[ recovery-image] Jul 10 22:17:24.143 INFO O| Jul 10 22:17:24.143 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-07-10T22:17:24.672Z[ recovery-image] Jul 10 22:17:24.152 INFO O| Jul 10 22:17:24.152 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
51242026-07-10T22:17:24.675Z[ recovery-image] Jul 10 22:17:24.155 INFO O| Jul 10 22:17:24.155 INFO STEP 11 (remove_files) COMPLETE
51252026-07-10T22:17:24.675Z[ recovery-image] Jul 10 22:17:24.155 INFO O| Jul 10 22:17:24.155 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-07-10T22:17:24.683Z[ recovery-image] Jul 10 22:17:24.163 INFO O| Jul 10 22:17:24.163 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
51272026-07-10T22:17:24.687Z[ recovery-image] Jul 10 22:17:24.164 INFO O| Jul 10 22:17:24.164 INFO STEP 12 (remove_files) COMPLETE
51282026-07-10T22:17:24.687Z[ recovery-image] Jul 10 22:17:24.164 INFO O| Jul 10 22:17:24.164 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-07-10T22:17:24.698Z[ recovery-image] Jul 10 22:17:24.172 INFO O| Jul 10 22:17:24.172 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
51302026-07-10T22:17:24.698Z[ recovery-image] Jul 10 22:17:24.173 INFO O| Jul 10 22:17:24.173 INFO STEP 13 (remove_files) COMPLETE
51312026-07-10T22:17:24.698Z[ recovery-image] Jul 10 22:17:24.173 INFO O| Jul 10 22:17:24.173 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51322026-07-10T22:17:24.811Z[ recovery-image] Jul 10 22:17:24.292 INFO O| Jul 10 22:17:24.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
51332026-07-10T22:17:24.839Z[ recovery-image] Jul 10 22:17:24.321 INFO O| Jul 10 22:17:24.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
51342026-07-10T22:17:24.864Z[ recovery-image] Jul 10 22:17:24.341 INFO O| Jul 10 22:17:24.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
51352026-07-10T22:17:24.865Z[ recovery-image] Jul 10 22:17:24.341 INFO O| Jul 10 22:17:24.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
51362026-07-10T22:17:24.888Z[ recovery-image] Jul 10 22:17:24.345 INFO O| Jul 10 22:17:24.344 INFO STEP 14 (remove_files) COMPLETE
51372026-07-10T22:17:24.888Z[ recovery-image] Jul 10 22:17:24.345 INFO O| Jul 10 22:17:24.345 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51382026-07-10T22:17:24.954Z[ recovery-image] Jul 10 22:17:24.355 INFO O| Jul 10 22:17:24.355 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
51392026-07-10T22:17:24.954Z[ recovery-image] Jul 10 22:17:24.358 INFO O| Jul 10 22:17:24.357 INFO STEP 15 (remove_files) COMPLETE
51402026-07-10T22:17:24.954Z[ recovery-image] Jul 10 22:17:24.358 INFO O| Jul 10 22:17:24.357 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51412026-07-10T22:17:24.954Z[ recovery-image] Jul 10 22:17:24.369 INFO O| Jul 10 22:17:24.368 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
51422026-07-10T22:17:24.954Z[ recovery-image] Jul 10 22:17:24.375 INFO O| Jul 10 22:17:24.375 INFO STEP 16 (remove_files) COMPLETE
51432026-07-10T22:17:24.954Z[ recovery-image] Jul 10 22:17:24.375 INFO O| Jul 10 22:17:24.375 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-07-10T22:17:24.956Z[ recovery-image] Jul 10 22:17:24.385 INFO O| Jul 10 22:17:24.385 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
51452026-07-10T22:17:24.957Z[ recovery-image] Jul 10 22:17:24.385 INFO O| Jul 10 22:17:24.385 INFO STEP 17 (remove_files) COMPLETE
51462026-07-10T22:17:24.957Z[ recovery-image] Jul 10 22:17:24.385 INFO O| Jul 10 22:17:24.385 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51472026-07-10T22:17:24.957Z[ recovery-image] Jul 10 22:17:24.395 INFO O| Jul 10 22:17:24.395 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
51482026-07-10T22:17:24.957Z[ recovery-image] Jul 10 22:17:24.397 INFO O| Jul 10 22:17:24.397 INFO STEP 18 (remove_files) COMPLETE
51492026-07-10T22:17:24.957Z[ recovery-image] Jul 10 22:17:24.397 INFO O| Jul 10 22:17:24.397 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51502026-07-10T22:17:25.006Z[ recovery-image] Jul 10 22:17:24.406 INFO O| Jul 10 22:17:24.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
51512026-07-10T22:17:25.006Z[ recovery-image] Jul 10 22:17:24.406 INFO O| Jul 10 22:17:24.406 INFO STEP 19 (remove_files) COMPLETE
51522026-07-10T22:17:25.006Z[ recovery-image] Jul 10 22:17:24.406 INFO O| Jul 10 22:17:24.406 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51532026-07-10T22:17:25.006Z[ recovery-image] Jul 10 22:17:24.416 INFO O| Jul 10 22:17:24.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
51542026-07-10T22:17:25.007Z[ recovery-image] Jul 10 22:17:24.416 INFO O| Jul 10 22:17:24.416 INFO STEP 20 (remove_files) COMPLETE
51552026-07-10T22:17:25.007Z[ recovery-image] Jul 10 22:17:24.416 INFO O| Jul 10 22:17:24.416 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51562026-07-10T22:17:25.007Z[ recovery-image] Jul 10 22:17:24.424 INFO O| Jul 10 22:17:24.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
51572026-07-10T22:17:25.007Z[ recovery-image] Jul 10 22:17:24.425 INFO O| Jul 10 22:17:24.425 INFO STEP 21 (remove_files) COMPLETE
51582026-07-10T22:17:25.007Z[ recovery-image] Jul 10 22:17:24.425 INFO O| Jul 10 22:17:24.425 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51592026-07-10T22:17:25.007Z[ recovery-image] Jul 10 22:17:24.433 INFO O| Jul 10 22:17:24.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51602026-07-10T22:17:25.007Z[ recovery-image] Jul 10 22:17:24.433 INFO O| Jul 10 22:17:24.433 INFO STEP 22 (remove_files) COMPLETE
51612026-07-10T22:17:25.007Z[ recovery-image] Jul 10 22:17:24.433 INFO O| Jul 10 22:17:24.433 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51622026-07-10T22:17:25.007Z[ recovery-image] Jul 10 22:17:24.442 INFO O| Jul 10 22:17:24.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51632026-07-10T22:17:25.008Z[ recovery-image] Jul 10 22:17:24.442 INFO O| Jul 10 22:17:24.442 INFO STEP 23 (remove_files) COMPLETE
51642026-07-10T22:17:25.008Z[ recovery-image] Jul 10 22:17:24.442 INFO O| Jul 10 22:17:24.442 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51652026-07-10T22:17:25.008Z[ recovery-image] Jul 10 22:17:24.450 INFO O| Jul 10 22:17:24.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51662026-07-10T22:17:25.008Z[ recovery-image] Jul 10 22:17:24.450 INFO O| Jul 10 22:17:24.450 INFO STEP 24 (remove_files) COMPLETE
51672026-07-10T22:17:25.008Z[ recovery-image] Jul 10 22:17:24.450 INFO O| Jul 10 22:17:24.450 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51682026-07-10T22:17:25.008Z[ recovery-image] Jul 10 22:17:24.459 INFO O| Jul 10 22:17:24.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51692026-07-10T22:17:25.008Z[ recovery-image] Jul 10 22:17:24.459 INFO O| Jul 10 22:17:24.459 INFO STEP 25 (remove_files) COMPLETE
51702026-07-10T22:17:25.008Z[ recovery-image] Jul 10 22:17:24.459 INFO O| Jul 10 22:17:24.459 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51712026-07-10T22:17:25.008Z[ recovery-image] Jul 10 22:17:24.467 INFO O| Jul 10 22:17:24.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51722026-07-10T22:17:25.008Z[ recovery-image] Jul 10 22:17:24.467 INFO O| Jul 10 22:17:24.467 INFO STEP 26 (remove_files) COMPLETE
51732026-07-10T22:17:25.008Z[ recovery-image] Jul 10 22:17:24.467 INFO O| Jul 10 22:17:24.467 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51742026-07-10T22:17:25.010Z[ recovery-image] Jul 10 22:17:24.475 INFO O| Jul 10 22:17:24.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51752026-07-10T22:17:25.010Z[ recovery-image] Jul 10 22:17:24.475 INFO O| Jul 10 22:17:24.475 INFO STEP 27 (remove_files) COMPLETE
51762026-07-10T22:17:25.010Z[ recovery-image] Jul 10 22:17:24.475 INFO O| Jul 10 22:17:24.475 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51772026-07-10T22:17:25.010Z[ recovery-image] Jul 10 22:17:24.485 INFO O| Jul 10 22:17:24.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51782026-07-10T22:17:25.010Z[ recovery-image] Jul 10 22:17:24.485 INFO O| Jul 10 22:17:24.485 INFO STEP 28 (remove_files) COMPLETE
51792026-07-10T22:17:25.010Z[ recovery-image] Jul 10 22:17:24.485 INFO O| Jul 10 22:17:24.485 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51802026-07-10T22:17:25.020Z[ recovery-image] Jul 10 22:17:24.493 INFO O| Jul 10 22:17:24.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51812026-07-10T22:17:25.020Z[ recovery-image] Jul 10 22:17:24.493 INFO O| Jul 10 22:17:24.493 INFO STEP 29 (remove_files) COMPLETE
51822026-07-10T22:17:25.020Z[ recovery-image] Jul 10 22:17:24.493 INFO O| Jul 10 22:17:24.493 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51832026-07-10T22:17:25.025Z[ recovery-image] Jul 10 22:17:24.500 INFO O| Jul 10 22:17:24.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51842026-07-10T22:17:25.025Z[ recovery-image] Jul 10 22:17:24.501 INFO O| Jul 10 22:17:24.500 INFO STEP 30 (remove_files) COMPLETE
51852026-07-10T22:17:25.025Z[ recovery-image] Jul 10 22:17:24.501 INFO O| Jul 10 22:17:24.501 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51862026-07-10T22:17:25.029Z[ recovery-image] Jul 10 22:17:24.508 INFO O| Jul 10 22:17:24.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51872026-07-10T22:17:25.029Z[ recovery-image] Jul 10 22:17:24.508 INFO O| Jul 10 22:17:24.508 INFO STEP 31 (remove_files) COMPLETE
51882026-07-10T22:17:25.030Z[ recovery-image] Jul 10 22:17:24.508 INFO O| Jul 10 22:17:24.508 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51892026-07-10T22:17:25.036Z[ recovery-image] Jul 10 22:17:24.516 INFO O| Jul 10 22:17:24.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51902026-07-10T22:17:25.036Z[ recovery-image] Jul 10 22:17:24.516 INFO O| Jul 10 22:17:24.516 INFO STEP 32 (remove_files) COMPLETE
51912026-07-10T22:17:25.041Z[ recovery-image] Jul 10 22:17:24.516 INFO O| Jul 10 22:17:24.516 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51922026-07-10T22:17:25.045Z[ recovery-image] Jul 10 22:17:24.526 INFO O| Jul 10 22:17:24.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51932026-07-10T22:17:25.045Z[ recovery-image] Jul 10 22:17:24.526 INFO O| Jul 10 22:17:24.526 INFO STEP 33 (remove_files) COMPLETE
51942026-07-10T22:17:25.052Z[ recovery-image] Jul 10 22:17:24.526 INFO O| Jul 10 22:17:24.526 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51952026-07-10T22:17:25.059Z[ recovery-image] Jul 10 22:17:24.535 INFO O| Jul 10 22:17:24.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51962026-07-10T22:17:25.059Z[ recovery-image] Jul 10 22:17:24.535 INFO O| Jul 10 22:17:24.535 INFO STEP 34 (remove_files) COMPLETE
51972026-07-10T22:17:25.059Z[ recovery-image] Jul 10 22:17:24.535 INFO O| Jul 10 22:17:24.535 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51982026-07-10T22:17:25.064Z[ recovery-image] Jul 10 22:17:24.545 INFO O| Jul 10 22:17:24.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51992026-07-10T22:17:25.064Z[ recovery-image] Jul 10 22:17:24.545 INFO O| Jul 10 22:17:24.545 INFO STEP 35 (remove_files) COMPLETE
52002026-07-10T22:17:25.069Z[ recovery-image] Jul 10 22:17:24.545 INFO O| Jul 10 22:17:24.545 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52012026-07-10T22:17:25.074Z[ recovery-image] Jul 10 22:17:24.555 INFO O| Jul 10 22:17:24.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
52022026-07-10T22:17:25.075Z[ recovery-image] Jul 10 22:17:24.555 INFO O| Jul 10 22:17:24.555 INFO STEP 36 (remove_files) COMPLETE
52032026-07-10T22:17:25.078Z[ recovery-image] Jul 10 22:17:24.555 INFO O| Jul 10 22:17:24.555 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52042026-07-10T22:17:25.085Z[ recovery-image] Jul 10 22:17:24.565 INFO O| Jul 10 22:17:24.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
52052026-07-10T22:17:25.085Z[ recovery-image] Jul 10 22:17:24.565 INFO O| Jul 10 22:17:24.565 INFO STEP 37 (remove_files) COMPLETE
52062026-07-10T22:17:25.094Z[ recovery-image] Jul 10 22:17:24.565 INFO O| Jul 10 22:17:24.565 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52072026-07-10T22:17:25.098Z[ recovery-image] Jul 10 22:17:24.575 INFO O| Jul 10 22:17:24.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
52082026-07-10T22:17:25.098Z[ recovery-image] Jul 10 22:17:24.575 INFO O| Jul 10 22:17:24.575 INFO STEP 38 (remove_files) COMPLETE
52092026-07-10T22:17:25.098Z[ recovery-image] Jul 10 22:17:24.575 INFO O| Jul 10 22:17:24.575 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52102026-07-10T22:17:25.106Z[ recovery-image] Jul 10 22:17:24.584 INFO O| Jul 10 22:17:24.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
52112026-07-10T22:17:25.110Z[ recovery-image] Jul 10 22:17:24.584 INFO O| Jul 10 22:17:24.584 INFO STEP 39 (remove_files) COMPLETE
52122026-07-10T22:17:25.110Z[ recovery-image] Jul 10 22:17:24.584 INFO O| Jul 10 22:17:24.584 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52132026-07-10T22:17:25.115Z[ recovery-image] Jul 10 22:17:24.592 INFO O| Jul 10 22:17:24.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
52142026-07-10T22:17:25.115Z[ recovery-image] Jul 10 22:17:24.592 INFO O| Jul 10 22:17:24.592 INFO STEP 40 (remove_files) COMPLETE
52152026-07-10T22:17:25.115Z[ recovery-image] Jul 10 22:17:24.592 INFO O| Jul 10 22:17:24.592 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52162026-07-10T22:17:25.121Z[ recovery-image] Jul 10 22:17:24.602 INFO O| Jul 10 22:17:24.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
52172026-07-10T22:17:25.121Z[ recovery-image] Jul 10 22:17:24.602 INFO O| Jul 10 22:17:24.602 INFO STEP 41 (remove_files) COMPLETE
52182026-07-10T22:17:25.125Z[ recovery-image] Jul 10 22:17:24.602 INFO O| Jul 10 22:17:24.602 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52192026-07-10T22:17:25.130Z[ recovery-image] Jul 10 22:17:24.611 INFO O| Jul 10 22:17:24.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
52202026-07-10T22:17:25.134Z[ recovery-image] Jul 10 22:17:24.611 INFO O| Jul 10 22:17:24.611 INFO STEP 42 (remove_files) COMPLETE
52212026-07-10T22:17:25.134Z[ recovery-image] Jul 10 22:17:24.611 INFO O| Jul 10 22:17:24.611 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52222026-07-10T22:17:25.144Z[ recovery-image] Jul 10 22:17:24.621 INFO O| Jul 10 22:17:24.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
52232026-07-10T22:17:25.150Z[ recovery-image] Jul 10 22:17:24.621 INFO O| Jul 10 22:17:24.621 INFO STEP 43 (remove_files) COMPLETE
52242026-07-10T22:17:25.150Z[ recovery-image] Jul 10 22:17:24.621 INFO O| Jul 10 22:17:24.621 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52252026-07-10T22:17:25.150Z[ recovery-image] Jul 10 22:17:24.629 INFO O| Jul 10 22:17:24.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
52262026-07-10T22:17:25.150Z[ recovery-image] Jul 10 22:17:24.629 INFO O| Jul 10 22:17:24.629 INFO STEP 44 (remove_files) COMPLETE
52272026-07-10T22:17:25.151Z[ recovery-image] Jul 10 22:17:24.629 INFO O| Jul 10 22:17:24.629 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52282026-07-10T22:17:25.162Z[ recovery-image] Jul 10 22:17:24.638 INFO O| Jul 10 22:17:24.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
52292026-07-10T22:17:25.172Z[ recovery-image] Jul 10 22:17:24.638 INFO O| Jul 10 22:17:24.638 INFO STEP 45 (remove_files) COMPLETE
52302026-07-10T22:17:25.172Z[ recovery-image] Jul 10 22:17:24.638 INFO O| Jul 10 22:17:24.638 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52312026-07-10T22:17:25.172Z[ recovery-image] Jul 10 22:17:24.647 INFO O| Jul 10 22:17:24.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
52322026-07-10T22:17:25.172Z[ recovery-image] Jul 10 22:17:24.647 INFO O| Jul 10 22:17:24.647 INFO STEP 46 (remove_files) COMPLETE
52332026-07-10T22:17:25.172Z[ recovery-image] Jul 10 22:17:24.647 INFO O| Jul 10 22:17:24.647 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52342026-07-10T22:17:25.175Z[ recovery-image] Jul 10 22:17:24.655 INFO O| Jul 10 22:17:24.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
52352026-07-10T22:17:25.176Z[ recovery-image] Jul 10 22:17:24.655 INFO O| Jul 10 22:17:24.655 INFO STEP 47 (remove_files) COMPLETE
52362026-07-10T22:17:25.176Z[ recovery-image] Jul 10 22:17:24.655 INFO O| Jul 10 22:17:24.655 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52372026-07-10T22:17:25.183Z[ recovery-image] Jul 10 22:17:24.665 INFO O| Jul 10 22:17:24.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
52382026-07-10T22:17:25.183Z[ recovery-image] Jul 10 22:17:24.665 INFO O| Jul 10 22:17:24.665 INFO STEP 48 (remove_files) COMPLETE
52392026-07-10T22:17:25.190Z[ recovery-image] Jul 10 22:17:24.665 INFO O| Jul 10 22:17:24.665 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52402026-07-10T22:17:25.194Z[ recovery-image] Jul 10 22:17:24.674 INFO O| Jul 10 22:17:24.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
52412026-07-10T22:17:25.194Z[ recovery-image] Jul 10 22:17:24.674 INFO O| Jul 10 22:17:24.674 INFO STEP 49 (remove_files) COMPLETE
52422026-07-10T22:17:25.194Z[ recovery-image] Jul 10 22:17:24.674 INFO O| Jul 10 22:17:24.674 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52432026-07-10T22:17:25.213Z[ recovery-image] Jul 10 22:17:24.684 INFO O| Jul 10 22:17:24.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
52442026-07-10T22:17:25.213Z[ recovery-image] Jul 10 22:17:24.684 INFO O| Jul 10 22:17:24.684 INFO STEP 50 (remove_files) COMPLETE
52452026-07-10T22:17:25.214Z[ recovery-image] Jul 10 22:17:24.684 INFO O| Jul 10 22:17:24.684 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52462026-07-10T22:17:25.219Z[ recovery-image] Jul 10 22:17:24.693 INFO O| Jul 10 22:17:24.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
52472026-07-10T22:17:25.220Z[ recovery-image] Jul 10 22:17:24.693 INFO O| Jul 10 22:17:24.693 INFO STEP 51 (remove_files) COMPLETE
52482026-07-10T22:17:25.220Z[ recovery-image] Jul 10 22:17:24.693 INFO O| Jul 10 22:17:24.693 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52492026-07-10T22:17:25.220Z[ recovery-image] Jul 10 22:17:24.700 INFO O| Jul 10 22:17:24.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
52502026-07-10T22:17:25.220Z[ recovery-image] Jul 10 22:17:24.700 INFO O| Jul 10 22:17:24.700 INFO STEP 52 (remove_files) COMPLETE
52512026-07-10T22:17:25.220Z[ recovery-image] Jul 10 22:17:24.700 INFO O| Jul 10 22:17:24.700 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52522026-07-10T22:17:25.232Z[ recovery-image] Jul 10 22:17:24.710 INFO O| Jul 10 22:17:24.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
52532026-07-10T22:17:25.233Z[ recovery-image] Jul 10 22:17:24.710 INFO O| Jul 10 22:17:24.710 INFO STEP 53 (remove_files) COMPLETE
52542026-07-10T22:17:25.233Z[ recovery-image] Jul 10 22:17:24.710 INFO O| Jul 10 22:17:24.710 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52552026-07-10T22:17:25.238Z[ recovery-image] Jul 10 22:17:24.717 INFO O| Jul 10 22:17:24.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
52562026-07-10T22:17:25.238Z[ recovery-image] Jul 10 22:17:24.718 INFO O| Jul 10 22:17:24.717 INFO STEP 54 (remove_files) COMPLETE
52572026-07-10T22:17:25.238Z[ recovery-image] Jul 10 22:17:24.718 INFO O| Jul 10 22:17:24.717 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52582026-07-10T22:17:25.246Z[ recovery-image] Jul 10 22:17:24.727 INFO O| Jul 10 22:17:24.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52592026-07-10T22:17:25.249Z[ recovery-image] Jul 10 22:17:24.728 INFO O| Jul 10 22:17:24.728 INFO STEP 55 (remove_files) COMPLETE
52602026-07-10T22:17:25.249Z[ recovery-image] Jul 10 22:17:24.728 INFO O| Jul 10 22:17:24.728 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52612026-07-10T22:17:25.257Z[ recovery-image] Jul 10 22:17:24.738 INFO O| Jul 10 22:17:24.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52622026-07-10T22:17:25.257Z[ recovery-image] Jul 10 22:17:24.738 INFO O| Jul 10 22:17:24.738 INFO STEP 56 (remove_files) COMPLETE
52632026-07-10T22:17:25.266Z[ recovery-image] Jul 10 22:17:24.738 INFO O| Jul 10 22:17:24.738 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52642026-07-10T22:17:25.270Z[ recovery-image] Jul 10 22:17:24.746 INFO O| Jul 10 22:17:24.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52652026-07-10T22:17:25.270Z[ recovery-image] Jul 10 22:17:24.746 INFO O| Jul 10 22:17:24.746 INFO STEP 57 (remove_files) COMPLETE
52662026-07-10T22:17:25.270Z[ recovery-image] Jul 10 22:17:24.746 INFO O| Jul 10 22:17:24.746 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52672026-07-10T22:17:25.277Z[ recovery-image] Jul 10 22:17:24.756 INFO O| Jul 10 22:17:24.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52682026-07-10T22:17:25.277Z[ recovery-image] Jul 10 22:17:24.756 INFO O| Jul 10 22:17:24.756 INFO STEP 58 (remove_files) COMPLETE
52692026-07-10T22:17:25.282Z[ recovery-image] Jul 10 22:17:24.756 INFO O| Jul 10 22:17:24.756 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52702026-07-10T22:17:25.287Z[ recovery-image] Jul 10 22:17:24.765 INFO O| Jul 10 22:17:24.765 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52712026-07-10T22:17:25.287Z[ recovery-image] Jul 10 22:17:24.765 INFO O| Jul 10 22:17:24.765 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52722026-07-10T22:17:25.287Z[ recovery-image] Jul 10 22:17:24.765 INFO O| Jul 10 22:17:24.765 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52732026-07-10T22:17:25.287Z[ recovery-image] Jul 10 22:17:24.765 INFO O| Jul 10 22:17:24.765 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52742026-07-10T22:17:25.287Z[ recovery-image] Jul 10 22:17:24.765 INFO O| Jul 10 22:17:24.765 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52752026-07-10T22:17:25.288Z[ recovery-image] Jul 10 22:17:24.765 INFO O| Jul 10 22:17:24.765 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52762026-07-10T22:17:25.288Z[ recovery-image] Jul 10 22:17:24.765 INFO O| Jul 10 22:17:24.765 INFO ok!
52772026-07-10T22:17:25.288Z[ recovery-image] Jul 10 22:17:24.765 INFO O| Jul 10 22:17:24.765 INFO STEP 59 (ensure_file) COMPLETE
52782026-07-10T22:17:25.288Z[ recovery-image] Jul 10 22:17:24.765 INFO O| Jul 10 22:17:24.765 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52792026-07-10T22:17:25.294Z[ recovery-image] Jul 10 22:17:24.776 INFO O| Jul 10 22:17:24.776 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52802026-07-10T22:17:25.294Z[ recovery-image] Jul 10 22:17:24.776 INFO O| Jul 10 22:17:24.776 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52812026-07-10T22:17:25.299Z[ recovery-image] Jul 10 22:17:24.776 INFO O| Jul 10 22:17:24.776 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52822026-07-10T22:17:25.299Z[ recovery-image] Jul 10 22:17:24.776 INFO O| Jul 10 22:17:24.776 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52832026-07-10T22:17:25.299Z[ recovery-image] Jul 10 22:17:24.776 INFO O| Jul 10 22:17:24.776 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52842026-07-10T22:17:25.299Z[ recovery-image] Jul 10 22:17:24.776 INFO O| Jul 10 22:17:24.776 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52852026-07-10T22:17:25.299Z[ recovery-image] Jul 10 22:17:24.776 INFO O| Jul 10 22:17:24.776 INFO ok!
52862026-07-10T22:17:25.299Z[ recovery-image] Jul 10 22:17:24.776 INFO O| Jul 10 22:17:24.776 INFO STEP 60 (ensure_file) COMPLETE
52872026-07-10T22:17:25.299Z[ recovery-image] Jul 10 22:17:24.776 INFO O| Jul 10 22:17:24.776 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52882026-07-10T22:17:25.305Z[ recovery-image] Jul 10 22:17:24.786 INFO O| Jul 10 22:17:24.786 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52892026-07-10T22:17:25.306Z[ recovery-image] Jul 10 22:17:24.786 INFO O| Jul 10 22:17:24.786 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52902026-07-10T22:17:25.314Z[ recovery-image] Jul 10 22:17:24.786 INFO O| Jul 10 22:17:24.786 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52912026-07-10T22:17:25.314Z[ recovery-image] Jul 10 22:17:24.786 INFO O| Jul 10 22:17:24.786 INFO ok!
52922026-07-10T22:17:25.314Z[ recovery-image] Jul 10 22:17:24.786 INFO O| Jul 10 22:17:24.786 INFO STEP 61 (ensure_file) COMPLETE
52932026-07-10T22:17:25.314Z[ recovery-image] Jul 10 22:17:24.786 INFO O| Jul 10 22:17:24.786 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52942026-07-10T22:17:25.319Z[ recovery-image] Jul 10 22:17:24.795 INFO O| Jul 10 22:17:24.795 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52952026-07-10T22:17:25.320Z[ recovery-image] Jul 10 22:17:24.795 INFO O| Jul 10 22:17:24.795 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52962026-07-10T22:17:25.320Z[ recovery-image] Jul 10 22:17:24.795 INFO O| Jul 10 22:17:24.795 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52972026-07-10T22:17:25.320Z[ recovery-image] Jul 10 22:17:24.795 INFO O| Jul 10 22:17:24.795 INFO ok!
52982026-07-10T22:17:25.320Z[ recovery-image] Jul 10 22:17:24.795 INFO O| Jul 10 22:17:24.795 INFO STEP 62 (ensure_file) COMPLETE
52992026-07-10T22:17:25.320Z[ recovery-image] Jul 10 22:17:24.795 INFO O| Jul 10 22:17:24.795 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53002026-07-10T22:17:25.326Z[ recovery-image] Jul 10 22:17:24.804 INFO O| Jul 10 22:17:24.804 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
53012026-07-10T22:17:25.326Z[ recovery-image] Jul 10 22:17:24.804 INFO O| Jul 10 22:17:24.804 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
53022026-07-10T22:17:25.326Z[ recovery-image] Jul 10 22:17:24.804 INFO O| Jul 10 22:17:24.804 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
53032026-07-10T22:17:25.326Z[ recovery-image] Jul 10 22:17:24.804 INFO O| Jul 10 22:17:24.804 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
53042026-07-10T22:17:25.326Z[ recovery-image] Jul 10 22:17:24.804 INFO O| Jul 10 22:17:24.804 INFO ok!
53052026-07-10T22:17:25.326Z[ recovery-image] Jul 10 22:17:24.804 INFO O| Jul 10 22:17:24.804 INFO STEP 63 (ensure_file) COMPLETE
53062026-07-10T22:17:25.326Z[ recovery-image] Jul 10 22:17:24.804 INFO O| Jul 10 22:17:24.804 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53072026-07-10T22:17:25.330Z[ recovery-image] Jul 10 22:17:24.812 INFO O| Jul 10 22:17:24.812 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
53082026-07-10T22:17:25.330Z[ recovery-image] Jul 10 22:17:24.812 INFO O| Jul 10 22:17:24.812 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
53092026-07-10T22:17:25.333Z[ recovery-image] Jul 10 22:17:24.812 INFO O| Jul 10 22:17:24.812 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
53102026-07-10T22:17:25.333Z[ recovery-image] Jul 10 22:17:24.812 INFO O| Jul 10 22:17:24.812 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
53112026-07-10T22:17:25.333Z[ recovery-image] Jul 10 22:17:24.812 INFO O| Jul 10 22:17:24.812 INFO ok!
53122026-07-10T22:17:25.333Z[ recovery-image] Jul 10 22:17:24.812 INFO O| Jul 10 22:17:24.812 INFO STEP 64 (ensure_file) COMPLETE
53132026-07-10T22:17:25.333Z[ recovery-image] Jul 10 22:17:24.812 INFO O| Jul 10 22:17:24.812 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53142026-07-10T22:17:25.340Z[ recovery-image] Jul 10 22:17:24.822 INFO O| Jul 10 22:17:24.822 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
53152026-07-10T22:17:25.340Z[ recovery-image] Jul 10 22:17:24.822 INFO O| Jul 10 22:17:24.822 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
53162026-07-10T22:17:25.346Z[ recovery-image] Jul 10 22:17:24.822 INFO O| Jul 10 22:17:24.822 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
53172026-07-10T22:17:25.346Z[ recovery-image] Jul 10 22:17:24.822 INFO O| Jul 10 22:17:24.822 INFO ok!
53182026-07-10T22:17:25.346Z[ recovery-image] Jul 10 22:17:24.822 INFO O| Jul 10 22:17:24.822 INFO STEP 65 (assemble_files) COMPLETE
53192026-07-10T22:17:25.346Z[ recovery-image] Jul 10 22:17:24.822 INFO O| Jul 10 22:17:24.822 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53202026-07-10T22:17:25.357Z[ recovery-image] Jul 10 22:17:24.830 INFO O| Jul 10 22:17:24.830 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
53212026-07-10T22:17:25.358Z[ recovery-image] Jul 10 22:17:24.830 INFO O| Jul 10 22:17:24.830 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
53222026-07-10T22:17:25.358Z[ recovery-image] Jul 10 22:17:24.830 INFO O| Jul 10 22:17:24.830 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53232026-07-10T22:17:25.358Z[ recovery-image] Jul 10 22:17:24.830 INFO O| Jul 10 22:17:24.830 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53242026-07-10T22:17:25.358Z[ recovery-image] Jul 10 22:17:24.830 INFO O| Jul 10 22:17:24.830 INFO ok!
53252026-07-10T22:17:25.358Z[ recovery-image] Jul 10 22:17:24.830 INFO O| Jul 10 22:17:24.830 INFO STEP 66 (ensure_file) COMPLETE
53262026-07-10T22:17:25.358Z[ recovery-image] Jul 10 22:17:24.830 INFO O| Jul 10 22:17:24.830 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53272026-07-10T22:17:25.358Z[ recovery-image] Jul 10 22:17:24.830 INFO O| Jul 10 22:17:24.830 INFO skip step because feature "omicron1" is not enabled
53282026-07-10T22:17:25.358Z[ recovery-image] Jul 10 22:17:24.830 INFO O| Jul 10 22:17:24.830 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53292026-07-10T22:17:25.358Z[ recovery-image] Jul 10 22:17:24.830 INFO O| Jul 10 22:17:24.830 INFO skip step because feature "omicron1" is not enabled
53302026-07-10T22:17:25.358Z[ recovery-image] Jul 10 22:17:24.830 INFO O| Jul 10 22:17:24.830 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53312026-07-10T22:17:25.358Z[ recovery-image] Jul 10 22:17:24.830 INFO O| Jul 10 22:17:24.830 INFO skip step because feature "omicron1" is not enabled
53322026-07-10T22:17:25.358Z[ recovery-image] Jul 10 22:17:24.830 INFO O| Jul 10 22:17:24.830 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53332026-07-10T22:17:25.363Z[ recovery-image] Jul 10 22:17:24.842 INFO O| Jul 10 22:17:24.842 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
53342026-07-10T22:17:25.363Z[ recovery-image] Jul 10 22:17:24.842 INFO O| Jul 10 22:17:24.842 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
53352026-07-10T22:17:26.588Z[ recovery-image] Jul 10 22:17:26.067 INFO O| Jul 10 22:17:26.066 INFO STEP 70 (pack_tar) COMPLETE
53362026-07-10T22:17:26.588Z[ recovery-image] Jul 10 22:17:26.067 INFO O| Jul 10 22:17:26.067 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53372026-07-10T22:17:26.594Z[ recovery-image] Jul 10 22:17:26.067 INFO O| Jul 10 22:17:26.067 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53382026-07-10T22:17:26.653Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
53392026-07-10T22:17:27.220Z[ recovery-image] Jul 10 22:17:26.691 INFO O| Jul 10 22:17:26.691 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53402026-07-10T22:17:28.296Z[ recovery-image] Jul 10 22:17:27.752 INFO O| Jul 10 22:17:27.752 INFO completed processing sled/ramdisk-02-trim
53412026-07-10T22:17:28.323Z[ recovery-image] Jul 10 22:17:27.754 INFO image builder template: ramdisk-03-recovery-trim...
53422026-07-10T22:17:28.323Z[ recovery-image] Jul 10 22:17:27.754 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/.tmpK6rNYa/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@21.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-03-recovery-trim"], pwd: None
53432026-07-10T22:17:28.324Z[ recovery-image] Jul 10 22:17:27.759 INFO O| Jul 10 22:17:27.759 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
53442026-07-10T22:17:28.359Z[ recovery-image] Jul 10 22:17:27.833 INFO O| Jul 10 22:17:27.832 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53452026-07-10T22:17:28.367Z[ recovery-image] Jul 10 22:17:27.836 INFO O| Jul 10 22:17:27.836 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53462026-07-10T22:17:28.484Z[ recovery-image] Jul 10 22:17:27.945 INFO O| Jul 10 22:17:27.945 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53472026-07-10T22:17:28.536Z[ recovery-image] Jul 10 22:17:28.017 INFO O| Jul 10 22:17:28.017 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53482026-07-10T22:17:28.536Z[ recovery-image] Jul 10 22:17:28.017 INFO O| Jul 10 22:17:28.017 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53492026-07-10T22:17:28.543Z[ recovery-image] Jul 10 22:17:28.023 INFO O| Jul 10 22:17:28.023 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53502026-07-10T22:17:28.549Z[ recovery-image] Jul 10 22:17:28.027 INFO O| Jul 10 22:17:28.027 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53512026-07-10T22:17:28.554Z[ recovery-image] Jul 10 22:17:28.033 INFO O| Jul 10 22:17:28.033 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53522026-07-10T22:17:28.955Z[ recovery-image] Jul 10 22:17:28.435 INFO O| Jul 10 22:17:28.435 INFO rolled back to input snapshot; work may begin
53532026-07-10T22:17:28.955Z[ recovery-image] Jul 10 22:17:28.435 INFO O| Jul 10 22:17:28.435 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53542026-07-10T22:17:28.959Z[ recovery-image] Jul 10 22:17:28.439 INFO O| Jul 10 22:17:28.439 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-07-10T22:17:28.970Z[ recovery-image] Jul 10 22:17:28.447 INFO O| Jul 10 22:17:28.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53562026-07-10T22:17:28.988Z[ recovery-image] Jul 10 22:17:28.450 INFO O| Jul 10 22:17:28.450 INFO STEP 0 (remove_files) COMPLETE
53572026-07-10T22:17:28.988Z[ recovery-image] Jul 10 22:17:28.450 INFO O| Jul 10 22:17:28.450 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-07-10T22:17:28.988Z[ recovery-image] Jul 10 22:17:28.458 INFO O| Jul 10 22:17:28.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53592026-07-10T22:17:28.992Z[ recovery-image] Jul 10 22:17:28.458 INFO O| Jul 10 22:17:28.458 INFO STEP 1 (remove_files) COMPLETE
53602026-07-10T22:17:28.992Z[ recovery-image] Jul 10 22:17:28.458 INFO O| Jul 10 22:17:28.458 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-07-10T22:17:28.992Z[ recovery-image] Jul 10 22:17:28.465 INFO O| Jul 10 22:17:28.465 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53622026-07-10T22:17:28.992Z[ recovery-image] Jul 10 22:17:28.467 INFO O| Jul 10 22:17:28.467 INFO STEP 2 (remove_files) COMPLETE
53632026-07-10T22:17:28.992Z[ recovery-image] Jul 10 22:17:28.467 INFO O| Jul 10 22:17:28.467 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-07-10T22:17:28.996Z[ recovery-image] Jul 10 22:17:28.475 INFO O| Jul 10 22:17:28.475 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53652026-07-10T22:17:29.037Z[ recovery-image] Jul 10 22:17:28.517 INFO O| Jul 10 22:17:28.517 INFO STEP 3 (remove_files) COMPLETE
53662026-07-10T22:17:29.037Z[ recovery-image] Jul 10 22:17:28.517 INFO O| Jul 10 22:17:28.517 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-07-10T22:17:29.046Z[ recovery-image] Jul 10 22:17:28.528 INFO O| Jul 10 22:17:28.528 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53682026-07-10T22:17:29.051Z[ recovery-image] Jul 10 22:17:28.529 INFO O| Jul 10 22:17:28.529 INFO STEP 4 (remove_files) COMPLETE
53692026-07-10T22:17:29.051Z[ recovery-image] Jul 10 22:17:28.529 INFO O| Jul 10 22:17:28.529 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-07-10T22:17:29.057Z[ recovery-image] Jul 10 22:17:28.538 INFO O| Jul 10 22:17:28.537 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53712026-07-10T22:17:29.089Z[ recovery-image] Jul 10 22:17:28.571 INFO O| Jul 10 22:17:28.571 INFO STEP 5 (remove_files) COMPLETE
53722026-07-10T22:17:29.090Z[ recovery-image] Jul 10 22:17:28.571 INFO O| Jul 10 22:17:28.571 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-07-10T22:17:29.100Z[ recovery-image] Jul 10 22:17:28.580 INFO O| Jul 10 22:17:28.580 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53742026-07-10T22:17:29.138Z[ recovery-image] Jul 10 22:17:28.602 INFO O| Jul 10 22:17:28.602 INFO STEP 6 (remove_files) COMPLETE
53752026-07-10T22:17:29.138Z[ recovery-image] Jul 10 22:17:28.602 INFO O| Jul 10 22:17:28.602 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-07-10T22:17:29.144Z[ recovery-image] Jul 10 22:17:28.611 INFO O| Jul 10 22:17:28.611 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53772026-07-10T22:17:29.144Z[ recovery-image] Jul 10 22:17:28.612 INFO O| Jul 10 22:17:28.612 INFO STEP 7 (remove_files) COMPLETE
53782026-07-10T22:17:29.145Z[ recovery-image] Jul 10 22:17:28.612 INFO O| Jul 10 22:17:28.612 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-07-10T22:17:29.145Z[ recovery-image] Jul 10 22:17:28.620 INFO O| Jul 10 22:17:28.620 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53802026-07-10T22:17:29.145Z[ recovery-image] Jul 10 22:17:28.621 INFO O| Jul 10 22:17:28.621 INFO STEP 8 (remove_files) COMPLETE
53812026-07-10T22:17:29.145Z[ recovery-image] Jul 10 22:17:28.621 INFO O| Jul 10 22:17:28.621 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-07-10T22:17:29.160Z[ recovery-image] Jul 10 22:17:28.628 INFO O| Jul 10 22:17:28.628 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53832026-07-10T22:17:29.160Z[ recovery-image] Jul 10 22:17:28.630 INFO O| Jul 10 22:17:28.630 INFO STEP 9 (remove_files) COMPLETE
53842026-07-10T22:17:29.160Z[ recovery-image] Jul 10 22:17:28.630 INFO O| Jul 10 22:17:28.630 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-07-10T22:17:29.175Z[ recovery-image] Jul 10 22:17:28.637 INFO O| Jul 10 22:17:28.637 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53862026-07-10T22:17:29.175Z[ recovery-image] Jul 10 22:17:28.637 INFO O| Jul 10 22:17:28.637 INFO STEP 10 (remove_files) COMPLETE
53872026-07-10T22:17:29.175Z[ recovery-image] Jul 10 22:17:28.637 INFO O| Jul 10 22:17:28.637 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-07-10T22:17:29.175Z[ recovery-image] Jul 10 22:17:28.645 INFO O| Jul 10 22:17:28.645 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53892026-07-10T22:17:29.175Z[ recovery-image] Jul 10 22:17:28.647 INFO O| Jul 10 22:17:28.647 INFO STEP 11 (remove_files) COMPLETE
53902026-07-10T22:17:29.175Z[ recovery-image] Jul 10 22:17:28.647 INFO O| Jul 10 22:17:28.647 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-07-10T22:17:29.175Z[ recovery-image] Jul 10 22:17:28.655 INFO O| Jul 10 22:17:28.655 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53922026-07-10T22:17:29.252Z[ recovery-image] Jul 10 22:17:28.717 INFO O| Jul 10 22:17:28.717 INFO STEP 12 (remove_files) COMPLETE
53932026-07-10T22:17:29.252Z[ recovery-image] Jul 10 22:17:28.717 INFO O| Jul 10 22:17:28.717 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-07-10T22:17:29.265Z[ recovery-image] Jul 10 22:17:28.724 INFO O| Jul 10 22:17:28.724 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53952026-07-10T22:17:29.266Z[ recovery-image] Jul 10 22:17:28.727 INFO O| Jul 10 22:17:28.727 INFO STEP 13 (remove_files) COMPLETE
53962026-07-10T22:17:29.266Z[ recovery-image] Jul 10 22:17:28.727 INFO O| Jul 10 22:17:28.727 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-07-10T22:17:29.266Z[ recovery-image] Jul 10 22:17:28.734 INFO O| Jul 10 22:17:28.734 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53982026-07-10T22:17:29.266Z[ recovery-image] Jul 10 22:17:28.736 INFO O| Jul 10 22:17:28.736 INFO STEP 14 (remove_files) COMPLETE
53992026-07-10T22:17:29.266Z[ recovery-image] Jul 10 22:17:28.736 INFO O| Jul 10 22:17:28.736 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-07-10T22:17:29.271Z[ recovery-image] Jul 10 22:17:28.742 INFO O| Jul 10 22:17:28.742 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
54012026-07-10T22:17:29.271Z[ recovery-image] Jul 10 22:17:28.742 INFO O| Jul 10 22:17:28.742 INFO STEP 15 (remove_files) COMPLETE
54022026-07-10T22:17:29.271Z[ recovery-image] Jul 10 22:17:28.742 INFO O| Jul 10 22:17:28.742 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-07-10T22:17:29.274Z[ recovery-image] Jul 10 22:17:28.749 INFO O| Jul 10 22:17:28.749 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
54042026-07-10T22:17:29.274Z[ recovery-image] Jul 10 22:17:28.750 INFO O| Jul 10 22:17:28.750 INFO STEP 16 (remove_files) COMPLETE
54052026-07-10T22:17:29.274Z[ recovery-image] Jul 10 22:17:28.750 INFO O| Jul 10 22:17:28.750 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-07-10T22:17:29.279Z[ recovery-image] Jul 10 22:17:28.757 INFO O| Jul 10 22:17:28.757 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
54072026-07-10T22:17:29.302Z[ recovery-image] Jul 10 22:17:28.769 INFO O| Jul 10 22:17:28.769 INFO STEP 17 (remove_files) COMPLETE
54082026-07-10T22:17:29.302Z[ recovery-image] Jul 10 22:17:28.769 INFO O| Jul 10 22:17:28.769 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-07-10T22:17:29.310Z[ recovery-image] Jul 10 22:17:28.778 INFO O| Jul 10 22:17:28.778 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
54102026-07-10T22:17:29.310Z[ recovery-image] Jul 10 22:17:28.778 INFO O| Jul 10 22:17:28.778 INFO STEP 18 (remove_files) COMPLETE
54112026-07-10T22:17:29.310Z[ recovery-image] Jul 10 22:17:28.778 INFO O| Jul 10 22:17:28.778 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-07-10T22:17:29.310Z[ recovery-image] Jul 10 22:17:28.785 INFO O| Jul 10 22:17:28.785 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
54132026-07-10T22:17:29.310Z[ recovery-image] Jul 10 22:17:28.785 INFO O| Jul 10 22:17:28.785 INFO STEP 19 (remove_files) COMPLETE
54142026-07-10T22:17:29.310Z[ recovery-image] Jul 10 22:17:28.785 INFO O| Jul 10 22:17:28.785 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-07-10T22:17:29.316Z[ recovery-image] Jul 10 22:17:28.794 INFO O| Jul 10 22:17:28.794 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
54162026-07-10T22:17:29.355Z[ recovery-image] Jul 10 22:17:28.836 INFO O| Jul 10 22:17:28.836 INFO STEP 20 (remove_files) COMPLETE
54172026-07-10T22:17:29.355Z[ recovery-image] Jul 10 22:17:28.836 INFO O| Jul 10 22:17:28.836 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-07-10T22:17:29.390Z[ recovery-image] Jul 10 22:17:28.845 INFO O| Jul 10 22:17:28.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
54192026-07-10T22:17:29.516Z[ recovery-image] Jul 10 22:17:28.847 INFO O| Jul 10 22:17:28.847 INFO STEP 21 (remove_files) COMPLETE
54202026-07-10T22:17:29.516Z[ recovery-image] Jul 10 22:17:28.847 INFO O| Jul 10 22:17:28.847 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-07-10T22:17:29.517Z[ recovery-image] Jul 10 22:17:28.855 INFO O| Jul 10 22:17:28.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
54222026-07-10T22:17:29.517Z[ recovery-image] Jul 10 22:17:28.856 INFO O| Jul 10 22:17:28.856 INFO STEP 22 (remove_files) COMPLETE
54232026-07-10T22:17:29.517Z[ recovery-image] Jul 10 22:17:28.856 INFO O| Jul 10 22:17:28.856 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-07-10T22:17:29.517Z[ recovery-image] Jul 10 22:17:28.864 INFO O| Jul 10 22:17:28.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
54252026-07-10T22:17:29.517Z[ recovery-image] Jul 10 22:17:28.864 INFO O| Jul 10 22:17:28.864 INFO STEP 23 (remove_files) COMPLETE
54262026-07-10T22:17:29.517Z[ recovery-image] Jul 10 22:17:28.864 INFO O| Jul 10 22:17:28.864 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-07-10T22:17:29.517Z[ recovery-image] Jul 10 22:17:28.872 INFO O| Jul 10 22:17:28.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
54282026-07-10T22:17:29.517Z[ recovery-image] Jul 10 22:17:28.872 INFO O| Jul 10 22:17:28.872 INFO STEP 24 (remove_files) COMPLETE
54292026-07-10T22:17:29.517Z[ recovery-image] Jul 10 22:17:28.872 INFO O| Jul 10 22:17:28.872 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-07-10T22:17:29.517Z[ recovery-image] Jul 10 22:17:28.879 INFO O| Jul 10 22:17:28.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
54312026-07-10T22:17:29.517Z[ recovery-image] Jul 10 22:17:28.880 INFO O| Jul 10 22:17:28.880 INFO STEP 25 (remove_files) COMPLETE
54322026-07-10T22:17:29.517Z[ recovery-image] Jul 10 22:17:28.880 INFO O| Jul 10 22:17:28.880 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-07-10T22:17:29.519Z[ recovery-image] Jul 10 22:17:28.887 INFO O| Jul 10 22:17:28.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
54342026-07-10T22:17:29.519Z[ recovery-image] Jul 10 22:17:28.888 INFO O| Jul 10 22:17:28.888 INFO STEP 26 (remove_files) COMPLETE
54352026-07-10T22:17:29.519Z[ recovery-image] Jul 10 22:17:28.888 INFO O| Jul 10 22:17:28.888 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-07-10T22:17:29.519Z[ recovery-image] Jul 10 22:17:28.895 INFO O| Jul 10 22:17:28.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
54372026-07-10T22:17:29.519Z[ recovery-image] Jul 10 22:17:28.895 INFO O| Jul 10 22:17:28.895 INFO STEP 27 (remove_files) COMPLETE
54382026-07-10T22:17:29.519Z[ recovery-image] Jul 10 22:17:28.895 INFO O| Jul 10 22:17:28.895 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-07-10T22:17:29.519Z[ recovery-image] Jul 10 22:17:28.902 INFO O| Jul 10 22:17:28.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54402026-07-10T22:17:29.519Z[ recovery-image] Jul 10 22:17:28.902 INFO O| Jul 10 22:17:28.902 INFO STEP 28 (remove_files) COMPLETE
54412026-07-10T22:17:29.519Z[ recovery-image] Jul 10 22:17:28.902 INFO O| Jul 10 22:17:28.902 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-07-10T22:17:29.519Z[ recovery-image] Jul 10 22:17:28.911 INFO O| Jul 10 22:17:28.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54432026-07-10T22:17:29.519Z[ recovery-image] Jul 10 22:17:28.911 INFO O| Jul 10 22:17:28.911 INFO STEP 29 (remove_files) COMPLETE
54442026-07-10T22:17:29.519Z[ recovery-image] Jul 10 22:17:28.911 INFO O| Jul 10 22:17:28.911 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-07-10T22:17:29.519Z[ recovery-image] Jul 10 22:17:28.918 INFO O| Jul 10 22:17:28.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54462026-07-10T22:17:29.519Z[ recovery-image] Jul 10 22:17:28.918 INFO O| Jul 10 22:17:28.918 INFO STEP 30 (remove_files) COMPLETE
54472026-07-10T22:17:29.519Z[ recovery-image] Jul 10 22:17:28.918 INFO O| Jul 10 22:17:28.918 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-07-10T22:17:29.519Z[ recovery-image] Jul 10 22:17:28.925 INFO O| Jul 10 22:17:28.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54492026-07-10T22:17:29.519Z[ recovery-image] Jul 10 22:17:28.925 INFO O| Jul 10 22:17:28.925 INFO STEP 31 (remove_files) COMPLETE
54502026-07-10T22:17:29.519Z[ recovery-image] Jul 10 22:17:28.925 INFO O| Jul 10 22:17:28.925 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-07-10T22:17:29.520Z[ recovery-image] Jul 10 22:17:28.933 INFO O| Jul 10 22:17:28.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54522026-07-10T22:17:29.530Z[ recovery-image] Jul 10 22:17:28.934 INFO O| Jul 10 22:17:28.934 INFO STEP 32 (remove_files) COMPLETE
54532026-07-10T22:17:29.530Z[ recovery-image] Jul 10 22:17:28.934 INFO O| Jul 10 22:17:28.934 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-07-10T22:17:29.530Z[ recovery-image] Jul 10 22:17:28.941 INFO O| Jul 10 22:17:28.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54552026-07-10T22:17:29.530Z[ recovery-image] Jul 10 22:17:28.941 INFO O| Jul 10 22:17:28.941 INFO STEP 33 (remove_files) COMPLETE
54562026-07-10T22:17:29.530Z[ recovery-image] Jul 10 22:17:28.941 INFO O| Jul 10 22:17:28.941 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-07-10T22:17:29.530Z[ recovery-image] Jul 10 22:17:28.949 INFO O| Jul 10 22:17:28.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54582026-07-10T22:17:29.530Z[ recovery-image] Jul 10 22:17:28.949 INFO O| Jul 10 22:17:28.949 INFO STEP 34 (remove_files) COMPLETE
54592026-07-10T22:17:29.530Z[ recovery-image] Jul 10 22:17:28.949 INFO O| Jul 10 22:17:28.949 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-07-10T22:17:29.530Z[ recovery-image] Jul 10 22:17:28.955 INFO O| Jul 10 22:17:28.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54612026-07-10T22:17:29.530Z[ recovery-image] Jul 10 22:17:28.955 INFO O| Jul 10 22:17:28.955 INFO STEP 35 (remove_files) COMPLETE
54622026-07-10T22:17:29.530Z[ recovery-image] Jul 10 22:17:28.955 INFO O| Jul 10 22:17:28.955 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-07-10T22:17:29.531Z[ recovery-image] Jul 10 22:17:28.962 INFO O| Jul 10 22:17:28.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54642026-07-10T22:17:29.531Z[ recovery-image] Jul 10 22:17:28.963 INFO O| Jul 10 22:17:28.963 INFO STEP 36 (remove_files) COMPLETE
54652026-07-10T22:17:29.531Z[ recovery-image] Jul 10 22:17:28.963 INFO O| Jul 10 22:17:28.963 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-07-10T22:17:29.531Z[ recovery-image] Jul 10 22:17:28.969 INFO O| Jul 10 22:17:28.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54672026-07-10T22:17:29.531Z[ recovery-image] Jul 10 22:17:28.969 INFO O| Jul 10 22:17:28.969 INFO STEP 37 (remove_files) COMPLETE
54682026-07-10T22:17:29.531Z[ recovery-image] Jul 10 22:17:28.969 INFO O| Jul 10 22:17:28.969 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-07-10T22:17:29.531Z[ recovery-image] Jul 10 22:17:28.976 INFO O| Jul 10 22:17:28.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54702026-07-10T22:17:29.532Z[ recovery-image] Jul 10 22:17:28.977 INFO O| Jul 10 22:17:28.977 INFO STEP 38 (remove_files) COMPLETE
54712026-07-10T22:17:29.532Z[ recovery-image] Jul 10 22:17:28.977 INFO O| Jul 10 22:17:28.977 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-07-10T22:17:29.532Z[ recovery-image] Jul 10 22:17:28.983 INFO O| Jul 10 22:17:28.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54732026-07-10T22:17:29.532Z[ recovery-image] Jul 10 22:17:28.983 INFO O| Jul 10 22:17:28.983 INFO STEP 39 (remove_files) COMPLETE
54742026-07-10T22:17:29.532Z[ recovery-image] Jul 10 22:17:28.983 INFO O| Jul 10 22:17:28.983 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-07-10T22:17:29.532Z[ recovery-image] Jul 10 22:17:28.992 INFO O| Jul 10 22:17:28.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54762026-07-10T22:17:29.532Z[ recovery-image] Jul 10 22:17:28.992 INFO O| Jul 10 22:17:28.992 INFO STEP 40 (remove_files) COMPLETE
54772026-07-10T22:17:29.532Z[ recovery-image] Jul 10 22:17:28.992 INFO O| Jul 10 22:17:28.992 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-07-10T22:17:29.532Z[ recovery-image] Jul 10 22:17:28.998 INFO O| Jul 10 22:17:28.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54792026-07-10T22:17:29.532Z[ recovery-image] Jul 10 22:17:28.998 INFO O| Jul 10 22:17:28.998 INFO STEP 41 (remove_files) COMPLETE
54802026-07-10T22:17:29.532Z[ recovery-image] Jul 10 22:17:28.998 INFO O| Jul 10 22:17:28.998 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-07-10T22:17:29.533Z[ recovery-image] Jul 10 22:17:29.005 INFO O| Jul 10 22:17:29.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54822026-07-10T22:17:29.533Z[ recovery-image] Jul 10 22:17:29.005 INFO O| Jul 10 22:17:29.005 INFO STEP 42 (remove_files) COMPLETE
54832026-07-10T22:17:29.533Z[ recovery-image] Jul 10 22:17:29.005 INFO O| Jul 10 22:17:29.005 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-07-10T22:17:29.539Z[ recovery-image] Jul 10 22:17:29.011 INFO O| Jul 10 22:17:29.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54852026-07-10T22:17:29.539Z[ recovery-image] Jul 10 22:17:29.011 INFO O| Jul 10 22:17:29.011 INFO STEP 43 (remove_files) COMPLETE
54862026-07-10T22:17:29.539Z[ recovery-image] Jul 10 22:17:29.011 INFO O| Jul 10 22:17:29.011 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-07-10T22:17:29.539Z[ recovery-image] Jul 10 22:17:29.019 INFO O| Jul 10 22:17:29.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54882026-07-10T22:17:29.539Z[ recovery-image] Jul 10 22:17:29.020 INFO O| Jul 10 22:17:29.020 INFO STEP 44 (remove_files) COMPLETE
54892026-07-10T22:17:29.539Z[ recovery-image] Jul 10 22:17:29.020 INFO O| Jul 10 22:17:29.020 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-07-10T22:17:29.545Z[ recovery-image] Jul 10 22:17:29.027 INFO O| Jul 10 22:17:29.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54912026-07-10T22:17:29.545Z[ recovery-image] Jul 10 22:17:29.027 INFO O| Jul 10 22:17:29.027 INFO STEP 45 (remove_files) COMPLETE
54922026-07-10T22:17:29.554Z[ recovery-image] Jul 10 22:17:29.027 INFO O| Jul 10 22:17:29.027 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-07-10T22:17:29.567Z[ recovery-image] Jul 10 22:17:29.033 INFO O| Jul 10 22:17:29.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54942026-07-10T22:17:29.568Z[ recovery-image] Jul 10 22:17:29.033 INFO O| Jul 10 22:17:29.033 INFO STEP 46 (remove_files) COMPLETE
54952026-07-10T22:17:29.568Z[ recovery-image] Jul 10 22:17:29.033 INFO O| Jul 10 22:17:29.033 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-07-10T22:17:29.568Z[ recovery-image] Jul 10 22:17:29.039 INFO O| Jul 10 22:17:29.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54972026-07-10T22:17:29.568Z[ recovery-image] Jul 10 22:17:29.039 INFO O| Jul 10 22:17:29.039 INFO STEP 47 (remove_files) COMPLETE
54982026-07-10T22:17:29.568Z[ recovery-image] Jul 10 22:17:29.039 INFO O| Jul 10 22:17:29.039 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-07-10T22:17:29.572Z[ recovery-image] Jul 10 22:17:29.045 INFO O| Jul 10 22:17:29.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
55002026-07-10T22:17:29.572Z[ recovery-image] Jul 10 22:17:29.045 INFO O| Jul 10 22:17:29.045 INFO STEP 48 (remove_files) COMPLETE
55012026-07-10T22:17:29.572Z[ recovery-image] Jul 10 22:17:29.045 INFO O| Jul 10 22:17:29.045 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-07-10T22:17:29.572Z[ recovery-image] Jul 10 22:17:29.051 INFO O| Jul 10 22:17:29.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
55032026-07-10T22:17:29.572Z[ recovery-image] Jul 10 22:17:29.051 INFO O| Jul 10 22:17:29.051 INFO STEP 49 (remove_files) COMPLETE
55042026-07-10T22:17:29.572Z[ recovery-image] Jul 10 22:17:29.051 INFO O| Jul 10 22:17:29.051 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-07-10T22:17:29.576Z[ recovery-image] Jul 10 22:17:29.057 INFO O| Jul 10 22:17:29.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
55062026-07-10T22:17:29.576Z[ recovery-image] Jul 10 22:17:29.057 INFO O| Jul 10 22:17:29.057 INFO STEP 50 (remove_files) COMPLETE
55072026-07-10T22:17:29.576Z[ recovery-image] Jul 10 22:17:29.057 INFO O| Jul 10 22:17:29.057 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-07-10T22:17:29.581Z[ recovery-image] Jul 10 22:17:29.063 INFO O| Jul 10 22:17:29.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
55092026-07-10T22:17:29.586Z[ recovery-image] Jul 10 22:17:29.064 INFO O| Jul 10 22:17:29.064 INFO STEP 51 (remove_files) COMPLETE
55102026-07-10T22:17:29.586Z[ recovery-image] Jul 10 22:17:29.064 INFO O| Jul 10 22:17:29.064 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-07-10T22:17:29.589Z[ recovery-image] Jul 10 22:17:29.071 INFO O| Jul 10 22:17:29.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
55122026-07-10T22:17:29.592Z[ recovery-image] Jul 10 22:17:29.071 INFO O| Jul 10 22:17:29.071 INFO STEP 52 (remove_files) COMPLETE
55132026-07-10T22:17:29.592Z[ recovery-image] Jul 10 22:17:29.071 INFO O| Jul 10 22:17:29.071 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-07-10T22:17:29.605Z[ recovery-image] Jul 10 22:17:29.081 INFO O| Jul 10 22:17:29.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
55152026-07-10T22:17:29.605Z[ recovery-image] Jul 10 22:17:29.081 INFO O| Jul 10 22:17:29.081 INFO STEP 53 (remove_files) COMPLETE
55162026-07-10T22:17:29.609Z[ recovery-image] Jul 10 22:17:29.081 INFO O| Jul 10 22:17:29.081 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-07-10T22:17:29.610Z[ recovery-image] Jul 10 22:17:29.087 INFO O| Jul 10 22:17:29.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
55182026-07-10T22:17:29.610Z[ recovery-image] Jul 10 22:17:29.087 INFO O| Jul 10 22:17:29.087 INFO STEP 54 (remove_files) COMPLETE
55192026-07-10T22:17:29.610Z[ recovery-image] Jul 10 22:17:29.088 INFO O| Jul 10 22:17:29.087 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-07-10T22:17:29.619Z[ recovery-image] Jul 10 22:17:29.094 INFO O| Jul 10 22:17:29.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
55212026-07-10T22:17:29.619Z[ recovery-image] Jul 10 22:17:29.094 INFO O| Jul 10 22:17:29.094 INFO STEP 55 (remove_files) COMPLETE
55222026-07-10T22:17:29.624Z[ recovery-image] Jul 10 22:17:29.094 INFO O| Jul 10 22:17:29.094 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-07-10T22:17:29.638Z[ recovery-image] Jul 10 22:17:29.100 INFO O| Jul 10 22:17:29.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
55242026-07-10T22:17:29.638Z[ recovery-image] Jul 10 22:17:29.100 INFO O| Jul 10 22:17:29.100 INFO STEP 56 (remove_files) COMPLETE
55252026-07-10T22:17:29.638Z[ recovery-image] Jul 10 22:17:29.100 INFO O| Jul 10 22:17:29.100 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-07-10T22:17:29.638Z[ recovery-image] Jul 10 22:17:29.106 INFO O| Jul 10 22:17:29.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
55272026-07-10T22:17:29.638Z[ recovery-image] Jul 10 22:17:29.106 INFO O| Jul 10 22:17:29.106 INFO STEP 57 (remove_files) COMPLETE
55282026-07-10T22:17:29.638Z[ recovery-image] Jul 10 22:17:29.106 INFO O| Jul 10 22:17:29.106 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-07-10T22:17:29.638Z[ recovery-image] Jul 10 22:17:29.112 INFO O| Jul 10 22:17:29.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
55302026-07-10T22:17:29.638Z[ recovery-image] Jul 10 22:17:29.112 INFO O| Jul 10 22:17:29.112 INFO STEP 58 (remove_files) COMPLETE
55312026-07-10T22:17:29.638Z[ recovery-image] Jul 10 22:17:29.112 INFO O| Jul 10 22:17:29.112 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-07-10T22:17:29.646Z[ recovery-image] Jul 10 22:17:29.118 INFO O| Jul 10 22:17:29.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
55332026-07-10T22:17:29.647Z[ recovery-image] Jul 10 22:17:29.118 INFO O| Jul 10 22:17:29.118 INFO STEP 59 (remove_files) COMPLETE
55342026-07-10T22:17:29.647Z[ recovery-image] Jul 10 22:17:29.118 INFO O| Jul 10 22:17:29.118 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-07-10T22:17:29.647Z[ recovery-image] Jul 10 22:17:29.124 INFO O| Jul 10 22:17:29.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55362026-07-10T22:17:29.647Z[ recovery-image] Jul 10 22:17:29.124 INFO O| Jul 10 22:17:29.124 INFO STEP 60 (remove_files) COMPLETE
55372026-07-10T22:17:29.647Z[ recovery-image] Jul 10 22:17:29.124 INFO O| Jul 10 22:17:29.124 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-07-10T22:17:29.663Z[ recovery-image] Jul 10 22:17:29.134 INFO O| Jul 10 22:17:29.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55392026-07-10T22:17:29.664Z[ recovery-image] Jul 10 22:17:29.134 INFO O| Jul 10 22:17:29.134 INFO STEP 61 (remove_files) COMPLETE
55402026-07-10T22:17:29.664Z[ recovery-image] Jul 10 22:17:29.134 INFO O| Jul 10 22:17:29.134 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-07-10T22:17:29.664Z[ recovery-image] Jul 10 22:17:29.142 INFO O| Jul 10 22:17:29.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55422026-07-10T22:17:29.664Z[ recovery-image] Jul 10 22:17:29.142 INFO O| Jul 10 22:17:29.142 INFO STEP 62 (remove_files) COMPLETE
55432026-07-10T22:17:29.664Z[ recovery-image] Jul 10 22:17:29.142 INFO O| Jul 10 22:17:29.142 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-07-10T22:17:29.668Z[ recovery-image] Jul 10 22:17:29.149 INFO O| Jul 10 22:17:29.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55452026-07-10T22:17:29.668Z[ recovery-image] Jul 10 22:17:29.150 INFO O| Jul 10 22:17:29.149 INFO STEP 63 (remove_files) COMPLETE
55462026-07-10T22:17:29.673Z[ recovery-image] Jul 10 22:17:29.150 INFO O| Jul 10 22:17:29.149 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-07-10T22:17:29.676Z[ recovery-image] Jul 10 22:17:29.156 INFO O| Jul 10 22:17:29.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55482026-07-10T22:17:29.676Z[ recovery-image] Jul 10 22:17:29.156 INFO O| Jul 10 22:17:29.156 INFO STEP 64 (remove_files) COMPLETE
55492026-07-10T22:17:29.677Z[ recovery-image] Jul 10 22:17:29.156 INFO O| Jul 10 22:17:29.156 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-07-10T22:17:29.685Z[ recovery-image] Jul 10 22:17:29.163 INFO O| Jul 10 22:17:29.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55512026-07-10T22:17:29.685Z[ recovery-image] Jul 10 22:17:29.163 INFO O| Jul 10 22:17:29.163 INFO STEP 65 (remove_files) COMPLETE
55522026-07-10T22:17:29.685Z[ recovery-image] Jul 10 22:17:29.163 INFO O| Jul 10 22:17:29.163 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-07-10T22:17:29.701Z[ recovery-image] Jul 10 22:17:29.172 INFO O| Jul 10 22:17:29.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55542026-07-10T22:17:29.701Z[ recovery-image] Jul 10 22:17:29.172 INFO O| Jul 10 22:17:29.172 INFO STEP 66 (remove_files) COMPLETE
55552026-07-10T22:17:29.701Z[ recovery-image] Jul 10 22:17:29.172 INFO O| Jul 10 22:17:29.172 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-07-10T22:17:29.705Z[ recovery-image] Jul 10 22:17:29.180 INFO O| Jul 10 22:17:29.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55572026-07-10T22:17:29.705Z[ recovery-image] Jul 10 22:17:29.180 INFO O| Jul 10 22:17:29.180 INFO STEP 67 (remove_files) COMPLETE
55582026-07-10T22:17:29.705Z[ recovery-image] Jul 10 22:17:29.180 INFO O| Jul 10 22:17:29.180 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-07-10T22:17:29.710Z[ recovery-image] Jul 10 22:17:29.188 INFO O| Jul 10 22:17:29.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55602026-07-10T22:17:29.710Z[ recovery-image] Jul 10 22:17:29.188 INFO O| Jul 10 22:17:29.188 INFO STEP 68 (remove_files) COMPLETE
55612026-07-10T22:17:29.710Z[ recovery-image] Jul 10 22:17:29.188 INFO O| Jul 10 22:17:29.188 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-07-10T22:17:29.716Z[ recovery-image] Jul 10 22:17:29.195 INFO O| Jul 10 22:17:29.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55632026-07-10T22:17:29.716Z[ recovery-image] Jul 10 22:17:29.195 INFO O| Jul 10 22:17:29.195 INFO STEP 69 (remove_files) COMPLETE
55642026-07-10T22:17:29.716Z[ recovery-image] Jul 10 22:17:29.195 INFO O| Jul 10 22:17:29.195 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-07-10T22:17:29.722Z[ recovery-image] Jul 10 22:17:29.202 INFO O| Jul 10 22:17:29.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55662026-07-10T22:17:29.722Z[ recovery-image] Jul 10 22:17:29.202 INFO O| Jul 10 22:17:29.202 INFO STEP 70 (remove_files) COMPLETE
55672026-07-10T22:17:29.727Z[ recovery-image] Jul 10 22:17:29.202 INFO O| Jul 10 22:17:29.202 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-07-10T22:17:29.731Z[ recovery-image] Jul 10 22:17:29.209 INFO O| Jul 10 22:17:29.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55692026-07-10T22:17:29.732Z[ recovery-image] Jul 10 22:17:29.209 INFO O| Jul 10 22:17:29.209 INFO STEP 71 (remove_files) COMPLETE
55702026-07-10T22:17:29.732Z[ recovery-image] Jul 10 22:17:29.209 INFO O| Jul 10 22:17:29.209 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-07-10T22:17:29.736Z[ recovery-image] Jul 10 22:17:29.215 INFO O| Jul 10 22:17:29.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55722026-07-10T22:17:29.736Z[ recovery-image] Jul 10 22:17:29.215 INFO O| Jul 10 22:17:29.215 INFO STEP 72 (remove_files) COMPLETE
55732026-07-10T22:17:29.736Z[ recovery-image] Jul 10 22:17:29.215 INFO O| Jul 10 22:17:29.215 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-07-10T22:17:29.742Z[ recovery-image] Jul 10 22:17:29.224 INFO O| Jul 10 22:17:29.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55752026-07-10T22:17:29.742Z[ recovery-image] Jul 10 22:17:29.224 INFO O| Jul 10 22:17:29.224 INFO STEP 73 (remove_files) COMPLETE
55762026-07-10T22:17:29.742Z[ recovery-image] Jul 10 22:17:29.224 INFO O| Jul 10 22:17:29.224 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-07-10T22:17:29.749Z[ recovery-image] Jul 10 22:17:29.230 INFO O| Jul 10 22:17:29.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55782026-07-10T22:17:29.749Z[ recovery-image] Jul 10 22:17:29.230 INFO O| Jul 10 22:17:29.230 INFO STEP 74 (remove_files) COMPLETE
55792026-07-10T22:17:29.753Z[ recovery-image] Jul 10 22:17:29.230 INFO O| Jul 10 22:17:29.230 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-07-10T22:17:29.756Z[ recovery-image] Jul 10 22:17:29.237 INFO O| Jul 10 22:17:29.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55812026-07-10T22:17:29.756Z[ recovery-image] Jul 10 22:17:29.237 INFO O| Jul 10 22:17:29.237 INFO STEP 75 (remove_files) COMPLETE
55822026-07-10T22:17:29.756Z[ recovery-image] Jul 10 22:17:29.237 INFO O| Jul 10 22:17:29.237 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-07-10T22:17:29.800Z[ recovery-image] Jul 10 22:17:29.244 INFO O| Jul 10 22:17:29.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55842026-07-10T22:17:29.800Z[ recovery-image] Jul 10 22:17:29.244 INFO O| Jul 10 22:17:29.244 INFO STEP 76 (remove_files) COMPLETE
55852026-07-10T22:17:29.800Z[ recovery-image] Jul 10 22:17:29.244 INFO O| Jul 10 22:17:29.244 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-07-10T22:17:29.800Z[ recovery-image] Jul 10 22:17:29.250 INFO O| Jul 10 22:17:29.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55872026-07-10T22:17:29.800Z[ recovery-image] Jul 10 22:17:29.250 INFO O| Jul 10 22:17:29.250 INFO STEP 77 (remove_files) COMPLETE
55882026-07-10T22:17:29.800Z[ recovery-image] Jul 10 22:17:29.250 INFO O| Jul 10 22:17:29.250 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-07-10T22:17:29.800Z[ recovery-image] Jul 10 22:17:29.259 INFO O| Jul 10 22:17:29.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55902026-07-10T22:17:29.800Z[ recovery-image] Jul 10 22:17:29.259 INFO O| Jul 10 22:17:29.259 INFO STEP 78 (remove_files) COMPLETE
55912026-07-10T22:17:29.801Z[ recovery-image] Jul 10 22:17:29.259 INFO O| Jul 10 22:17:29.259 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-07-10T22:17:29.801Z[ recovery-image] Jul 10 22:17:29.267 INFO O| Jul 10 22:17:29.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55932026-07-10T22:17:29.801Z[ recovery-image] Jul 10 22:17:29.267 INFO O| Jul 10 22:17:29.267 INFO STEP 79 (remove_files) COMPLETE
55942026-07-10T22:17:29.801Z[ recovery-image] Jul 10 22:17:29.267 INFO O| Jul 10 22:17:29.267 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-07-10T22:17:29.801Z[ recovery-image] Jul 10 22:17:29.274 INFO O| Jul 10 22:17:29.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55962026-07-10T22:17:29.801Z[ recovery-image] Jul 10 22:17:29.274 INFO O| Jul 10 22:17:29.274 INFO STEP 80 (remove_files) COMPLETE
55972026-07-10T22:17:29.801Z[ recovery-image] Jul 10 22:17:29.274 INFO O| Jul 10 22:17:29.274 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-07-10T22:17:29.812Z[ recovery-image] Jul 10 22:17:29.281 INFO O| Jul 10 22:17:29.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55992026-07-10T22:17:29.812Z[ recovery-image] Jul 10 22:17:29.281 INFO O| Jul 10 22:17:29.281 INFO STEP 81 (remove_files) COMPLETE
56002026-07-10T22:17:29.812Z[ recovery-image] Jul 10 22:17:29.281 INFO O| Jul 10 22:17:29.281 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-07-10T22:17:29.812Z[ recovery-image] Jul 10 22:17:29.290 INFO O| Jul 10 22:17:29.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
56022026-07-10T22:17:29.812Z[ recovery-image] Jul 10 22:17:29.290 INFO O| Jul 10 22:17:29.290 INFO STEP 82 (remove_files) COMPLETE
56032026-07-10T22:17:29.812Z[ recovery-image] Jul 10 22:17:29.290 INFO O| Jul 10 22:17:29.290 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-07-10T22:17:29.833Z[ recovery-image] Jul 10 22:17:29.297 INFO O| Jul 10 22:17:29.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
56052026-07-10T22:17:29.833Z[ recovery-image] Jul 10 22:17:29.297 INFO O| Jul 10 22:17:29.297 INFO STEP 83 (remove_files) COMPLETE
56062026-07-10T22:17:29.833Z[ recovery-image] Jul 10 22:17:29.297 INFO O| Jul 10 22:17:29.297 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-07-10T22:17:29.833Z[ recovery-image] Jul 10 22:17:29.305 INFO O| Jul 10 22:17:29.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
56082026-07-10T22:17:29.833Z[ recovery-image] Jul 10 22:17:29.305 INFO O| Jul 10 22:17:29.305 INFO STEP 84 (remove_files) COMPLETE
56092026-07-10T22:17:29.833Z[ recovery-image] Jul 10 22:17:29.305 INFO O| Jul 10 22:17:29.305 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-07-10T22:17:29.840Z[ recovery-image] Jul 10 22:17:29.311 INFO O| Jul 10 22:17:29.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
56112026-07-10T22:17:29.840Z[ recovery-image] Jul 10 22:17:29.312 INFO O| Jul 10 22:17:29.311 INFO STEP 85 (remove_files) COMPLETE
56122026-07-10T22:17:29.840Z[ recovery-image] Jul 10 22:17:29.312 INFO O| Jul 10 22:17:29.311 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-07-10T22:17:29.841Z[ recovery-image] Jul 10 22:17:29.318 INFO O| Jul 10 22:17:29.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
56142026-07-10T22:17:29.841Z[ recovery-image] Jul 10 22:17:29.318 INFO O| Jul 10 22:17:29.318 INFO STEP 86 (remove_files) COMPLETE
56152026-07-10T22:17:29.842Z[ recovery-image] Jul 10 22:17:29.318 INFO O| Jul 10 22:17:29.318 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-07-10T22:17:29.867Z[ recovery-image] Jul 10 22:17:29.325 INFO O| Jul 10 22:17:29.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
56172026-07-10T22:17:29.867Z[ recovery-image] Jul 10 22:17:29.325 INFO O| Jul 10 22:17:29.325 INFO STEP 87 (remove_files) COMPLETE
56182026-07-10T22:17:29.867Z[ recovery-image] Jul 10 22:17:29.325 INFO O| Jul 10 22:17:29.325 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-07-10T22:17:29.874Z[ recovery-image] Jul 10 22:17:29.332 INFO O| Jul 10 22:17:29.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
56202026-07-10T22:17:29.874Z[ recovery-image] Jul 10 22:17:29.332 INFO O| Jul 10 22:17:29.332 INFO STEP 88 (remove_files) COMPLETE
56212026-07-10T22:17:29.874Z[ recovery-image] Jul 10 22:17:29.332 INFO O| Jul 10 22:17:29.332 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-07-10T22:17:29.874Z[ recovery-image] Jul 10 22:17:29.338 INFO O| Jul 10 22:17:29.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
56232026-07-10T22:17:29.874Z[ recovery-image] Jul 10 22:17:29.338 INFO O| Jul 10 22:17:29.338 INFO STEP 89 (remove_files) COMPLETE
56242026-07-10T22:17:29.874Z[ recovery-image] Jul 10 22:17:29.338 INFO O| Jul 10 22:17:29.338 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-07-10T22:17:29.874Z[ recovery-image] Jul 10 22:17:29.346 INFO O| Jul 10 22:17:29.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
56262026-07-10T22:17:29.874Z[ recovery-image] Jul 10 22:17:29.346 INFO O| Jul 10 22:17:29.346 INFO STEP 90 (remove_files) COMPLETE
56272026-07-10T22:17:29.874Z[ recovery-image] Jul 10 22:17:29.346 INFO O| Jul 10 22:17:29.346 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-07-10T22:17:29.874Z[ recovery-image] Jul 10 22:17:29.353 INFO O| Jul 10 22:17:29.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
56292026-07-10T22:17:29.874Z[ recovery-image] Jul 10 22:17:29.353 INFO O| Jul 10 22:17:29.353 INFO STEP 91 (remove_files) COMPLETE
56302026-07-10T22:17:29.874Z[ recovery-image] Jul 10 22:17:29.353 INFO O| Jul 10 22:17:29.353 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-07-10T22:17:29.879Z[ recovery-image] Jul 10 22:17:29.359 INFO O| Jul 10 22:17:29.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
56322026-07-10T22:17:29.879Z[ recovery-image] Jul 10 22:17:29.359 INFO O| Jul 10 22:17:29.359 INFO STEP 92 (remove_files) COMPLETE
56332026-07-10T22:17:29.879Z[ recovery-image] Jul 10 22:17:29.359 INFO O| Jul 10 22:17:29.359 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-07-10T22:17:29.907Z[ recovery-image] Jul 10 22:17:29.366 INFO O| Jul 10 22:17:29.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56352026-07-10T22:17:29.922Z[ recovery-image] Jul 10 22:17:29.366 INFO O| Jul 10 22:17:29.366 INFO STEP 93 (remove_files) COMPLETE
56362026-07-10T22:17:29.922Z[ recovery-image] Jul 10 22:17:29.366 INFO O| Jul 10 22:17:29.366 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-07-10T22:17:29.922Z[ recovery-image] Jul 10 22:17:29.373 INFO O| Jul 10 22:17:29.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56382026-07-10T22:17:29.922Z[ recovery-image] Jul 10 22:17:29.373 INFO O| Jul 10 22:17:29.373 INFO STEP 94 (remove_files) COMPLETE
56392026-07-10T22:17:29.922Z[ recovery-image] Jul 10 22:17:29.373 INFO O| Jul 10 22:17:29.373 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-07-10T22:17:29.922Z[ recovery-image] Jul 10 22:17:29.379 INFO O| Jul 10 22:17:29.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56412026-07-10T22:17:29.922Z[ recovery-image] Jul 10 22:17:29.380 INFO O| Jul 10 22:17:29.379 INFO STEP 95 (remove_files) COMPLETE
56422026-07-10T22:17:29.922Z[ recovery-image] Jul 10 22:17:29.380 INFO O| Jul 10 22:17:29.379 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-07-10T22:17:29.923Z[ recovery-image] Jul 10 22:17:29.386 INFO O| Jul 10 22:17:29.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56442026-07-10T22:17:29.923Z[ recovery-image] Jul 10 22:17:29.386 INFO O| Jul 10 22:17:29.386 INFO STEP 96 (remove_files) COMPLETE
56452026-07-10T22:17:29.923Z[ recovery-image] Jul 10 22:17:29.386 INFO O| Jul 10 22:17:29.386 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-07-10T22:17:29.923Z[ recovery-image] Jul 10 22:17:29.392 INFO O| Jul 10 22:17:29.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56472026-07-10T22:17:29.923Z[ recovery-image] Jul 10 22:17:29.392 INFO O| Jul 10 22:17:29.392 INFO STEP 97 (remove_files) COMPLETE
56482026-07-10T22:17:29.923Z[ recovery-image] Jul 10 22:17:29.392 INFO O| Jul 10 22:17:29.392 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-07-10T22:17:29.930Z[ recovery-image] Jul 10 22:17:29.400 INFO O| Jul 10 22:17:29.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56502026-07-10T22:17:29.930Z[ recovery-image] Jul 10 22:17:29.400 INFO O| Jul 10 22:17:29.400 INFO STEP 98 (remove_files) COMPLETE
56512026-07-10T22:17:29.930Z[ recovery-image] Jul 10 22:17:29.400 INFO O| Jul 10 22:17:29.400 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-07-10T22:17:29.930Z[ recovery-image] Jul 10 22:17:29.407 INFO O| Jul 10 22:17:29.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56532026-07-10T22:17:29.930Z[ recovery-image] Jul 10 22:17:29.407 INFO O| Jul 10 22:17:29.407 INFO STEP 99 (remove_files) COMPLETE
56542026-07-10T22:17:29.930Z[ recovery-image] Jul 10 22:17:29.407 INFO O| Jul 10 22:17:29.407 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-07-10T22:17:29.938Z[ recovery-image] Jul 10 22:17:29.415 INFO O| Jul 10 22:17:29.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56562026-07-10T22:17:29.938Z[ recovery-image] Jul 10 22:17:29.415 INFO O| Jul 10 22:17:29.415 INFO STEP 100 (remove_files) COMPLETE
56572026-07-10T22:17:29.938Z[ recovery-image] Jul 10 22:17:29.415 INFO O| Jul 10 22:17:29.415 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-07-10T22:17:29.942Z[ recovery-image] Jul 10 22:17:29.422 INFO O| Jul 10 22:17:29.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56592026-07-10T22:17:29.942Z[ recovery-image] Jul 10 22:17:29.422 INFO O| Jul 10 22:17:29.422 INFO STEP 101 (remove_files) COMPLETE
56602026-07-10T22:17:29.942Z[ recovery-image] Jul 10 22:17:29.422 INFO O| Jul 10 22:17:29.422 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-07-10T22:17:29.951Z[ recovery-image] Jul 10 22:17:29.429 INFO O| Jul 10 22:17:29.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56622026-07-10T22:17:29.951Z[ recovery-image] Jul 10 22:17:29.429 INFO O| Jul 10 22:17:29.429 INFO STEP 102 (remove_files) COMPLETE
56632026-07-10T22:17:29.957Z[ recovery-image] Jul 10 22:17:29.429 INFO O| Jul 10 22:17:29.429 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-07-10T22:17:29.957Z[ recovery-image] Jul 10 22:17:29.436 INFO O| Jul 10 22:17:29.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56652026-07-10T22:17:29.957Z[ recovery-image] Jul 10 22:17:29.436 INFO O| Jul 10 22:17:29.436 INFO STEP 103 (remove_files) COMPLETE
56662026-07-10T22:17:29.957Z[ recovery-image] Jul 10 22:17:29.436 INFO O| Jul 10 22:17:29.436 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-07-10T22:17:29.968Z[ recovery-image] Jul 10 22:17:29.445 INFO O| Jul 10 22:17:29.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56682026-07-10T22:17:29.968Z[ recovery-image] Jul 10 22:17:29.445 INFO O| Jul 10 22:17:29.445 INFO STEP 104 (remove_files) COMPLETE
56692026-07-10T22:17:29.968Z[ recovery-image] Jul 10 22:17:29.445 INFO O| Jul 10 22:17:29.445 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-07-10T22:17:29.977Z[ recovery-image] Jul 10 22:17:29.452 INFO O| Jul 10 22:17:29.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56712026-07-10T22:17:29.977Z[ recovery-image] Jul 10 22:17:29.452 INFO O| Jul 10 22:17:29.452 INFO STEP 105 (remove_files) COMPLETE
56722026-07-10T22:17:29.977Z[ recovery-image] Jul 10 22:17:29.452 INFO O| Jul 10 22:17:29.452 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-07-10T22:17:29.980Z[ recovery-image] Jul 10 22:17:29.459 INFO O| Jul 10 22:17:29.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56742026-07-10T22:17:29.980Z[ recovery-image] Jul 10 22:17:29.459 INFO O| Jul 10 22:17:29.459 INFO STEP 106 (remove_files) COMPLETE
56752026-07-10T22:17:29.980Z[ recovery-image] Jul 10 22:17:29.459 INFO O| Jul 10 22:17:29.459 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-07-10T22:17:29.984Z[ recovery-image] Jul 10 22:17:29.466 INFO O| Jul 10 22:17:29.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56772026-07-10T22:17:29.993Z[ recovery-image] Jul 10 22:17:29.466 INFO O| Jul 10 22:17:29.466 INFO STEP 107 (remove_files) COMPLETE
56782026-07-10T22:17:29.993Z[ recovery-image] Jul 10 22:17:29.466 INFO O| Jul 10 22:17:29.466 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-07-10T22:17:29.993Z[ recovery-image] Jul 10 22:17:29.472 INFO O| Jul 10 22:17:29.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56802026-07-10T22:17:29.993Z[ recovery-image] Jul 10 22:17:29.472 INFO O| Jul 10 22:17:29.472 INFO STEP 108 (remove_files) COMPLETE
56812026-07-10T22:17:29.993Z[ recovery-image] Jul 10 22:17:29.472 INFO O| Jul 10 22:17:29.472 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-07-10T22:17:30.004Z[ recovery-image] Jul 10 22:17:29.481 INFO O| Jul 10 22:17:29.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56832026-07-10T22:17:30.004Z[ recovery-image] Jul 10 22:17:29.481 INFO O| Jul 10 22:17:29.481 INFO STEP 109 (remove_files) COMPLETE
56842026-07-10T22:17:30.004Z[ recovery-image] Jul 10 22:17:29.481 INFO O| Jul 10 22:17:29.481 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-07-10T22:17:30.011Z[ recovery-image] Jul 10 22:17:29.489 INFO O| Jul 10 22:17:29.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56862026-07-10T22:17:30.011Z[ recovery-image] Jul 10 22:17:29.489 INFO O| Jul 10 22:17:29.489 INFO STEP 110 (remove_files) COMPLETE
56872026-07-10T22:17:30.015Z[ recovery-image] Jul 10 22:17:29.489 INFO O| Jul 10 22:17:29.489 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-07-10T22:17:30.019Z[ recovery-image] Jul 10 22:17:29.497 INFO O| Jul 10 22:17:29.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56892026-07-10T22:17:30.019Z[ recovery-image] Jul 10 22:17:29.497 INFO O| Jul 10 22:17:29.497 INFO STEP 111 (remove_files) COMPLETE
56902026-07-10T22:17:30.019Z[ recovery-image] Jul 10 22:17:29.497 INFO O| Jul 10 22:17:29.497 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-07-10T22:17:30.022Z[ recovery-image] Jul 10 22:17:29.504 INFO O| Jul 10 22:17:29.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56922026-07-10T22:17:30.023Z[ recovery-image] Jul 10 22:17:29.504 INFO O| Jul 10 22:17:29.504 INFO STEP 112 (remove_files) COMPLETE
56932026-07-10T22:17:30.023Z[ recovery-image] Jul 10 22:17:29.504 INFO O| Jul 10 22:17:29.504 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-07-10T22:17:30.035Z[ recovery-image] Jul 10 22:17:29.512 INFO O| Jul 10 22:17:29.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56952026-07-10T22:17:30.035Z[ recovery-image] Jul 10 22:17:29.512 INFO O| Jul 10 22:17:29.512 INFO STEP 113 (remove_files) COMPLETE
56962026-07-10T22:17:30.046Z[ recovery-image] Jul 10 22:17:29.512 INFO O| Jul 10 22:17:29.512 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-07-10T22:17:30.046Z[ recovery-image] Jul 10 22:17:29.519 INFO O| Jul 10 22:17:29.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56982026-07-10T22:17:30.047Z[ recovery-image] Jul 10 22:17:29.519 INFO O| Jul 10 22:17:29.519 INFO STEP 114 (remove_files) COMPLETE
56992026-07-10T22:17:30.047Z[ recovery-image] Jul 10 22:17:29.519 INFO O| Jul 10 22:17:29.519 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-07-10T22:17:30.050Z[ recovery-image] Jul 10 22:17:29.526 INFO O| Jul 10 22:17:29.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
57012026-07-10T22:17:30.051Z[ recovery-image] Jul 10 22:17:29.526 INFO O| Jul 10 22:17:29.526 INFO STEP 115 (remove_files) COMPLETE
57022026-07-10T22:17:30.051Z[ recovery-image] Jul 10 22:17:29.526 INFO O| Jul 10 22:17:29.526 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-07-10T22:17:30.054Z[ recovery-image] Jul 10 22:17:29.534 INFO O| Jul 10 22:17:29.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
57042026-07-10T22:17:30.054Z[ recovery-image] Jul 10 22:17:29.534 INFO O| Jul 10 22:17:29.534 INFO STEP 116 (remove_files) COMPLETE
57052026-07-10T22:17:30.054Z[ recovery-image] Jul 10 22:17:29.534 INFO O| Jul 10 22:17:29.534 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-07-10T22:17:30.059Z[ recovery-image] Jul 10 22:17:29.541 INFO O| Jul 10 22:17:29.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
57072026-07-10T22:17:30.059Z[ recovery-image] Jul 10 22:17:29.541 INFO O| Jul 10 22:17:29.541 INFO STEP 117 (remove_files) COMPLETE
57082026-07-10T22:17:30.060Z[ recovery-image] Jul 10 22:17:29.541 INFO O| Jul 10 22:17:29.541 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-07-10T22:17:30.071Z[ recovery-image] Jul 10 22:17:29.550 INFO O| Jul 10 22:17:29.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
57102026-07-10T22:17:30.076Z[ recovery-image] Jul 10 22:17:29.550 INFO O| Jul 10 22:17:29.550 INFO STEP 118 (remove_files) COMPLETE
57112026-07-10T22:17:30.076Z[ recovery-image] Jul 10 22:17:29.550 INFO O| Jul 10 22:17:29.550 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-07-10T22:17:30.082Z[ recovery-image] Jul 10 22:17:29.557 INFO O| Jul 10 22:17:29.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
57132026-07-10T22:17:30.082Z[ recovery-image] Jul 10 22:17:29.558 INFO O| Jul 10 22:17:29.558 INFO STEP 119 (remove_files) COMPLETE
57142026-07-10T22:17:30.082Z[ recovery-image] Jul 10 22:17:29.558 INFO O| Jul 10 22:17:29.558 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-07-10T22:17:30.086Z[ recovery-image] Jul 10 22:17:29.565 INFO O| Jul 10 22:17:29.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
57162026-07-10T22:17:30.086Z[ recovery-image] Jul 10 22:17:29.565 INFO O| Jul 10 22:17:29.565 INFO STEP 120 (remove_files) COMPLETE
57172026-07-10T22:17:30.086Z[ recovery-image] Jul 10 22:17:29.565 INFO O| Jul 10 22:17:29.565 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-07-10T22:17:30.090Z[ recovery-image] Jul 10 22:17:29.571 INFO O| Jul 10 22:17:29.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
57192026-07-10T22:17:30.090Z[ recovery-image] Jul 10 22:17:29.571 INFO O| Jul 10 22:17:29.571 INFO STEP 121 (remove_files) COMPLETE
57202026-07-10T22:17:30.090Z[ recovery-image] Jul 10 22:17:29.571 INFO O| Jul 10 22:17:29.571 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-07-10T22:17:30.104Z[ recovery-image] Jul 10 22:17:29.579 INFO O| Jul 10 22:17:29.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
57222026-07-10T22:17:30.104Z[ recovery-image] Jul 10 22:17:29.579 INFO O| Jul 10 22:17:29.579 INFO STEP 122 (remove_files) COMPLETE
57232026-07-10T22:17:30.111Z[ recovery-image] Jul 10 22:17:29.579 INFO O| Jul 10 22:17:29.579 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-07-10T22:17:30.111Z[ recovery-image] Jul 10 22:17:29.586 INFO O| Jul 10 22:17:29.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
57252026-07-10T22:17:30.111Z[ recovery-image] Jul 10 22:17:29.586 INFO O| Jul 10 22:17:29.586 INFO STEP 123 (remove_files) COMPLETE
57262026-07-10T22:17:30.111Z[ recovery-image] Jul 10 22:17:29.586 INFO O| Jul 10 22:17:29.586 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-07-10T22:17:30.119Z[ recovery-image] Jul 10 22:17:29.593 INFO O| Jul 10 22:17:29.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
57282026-07-10T22:17:30.119Z[ recovery-image] Jul 10 22:17:29.593 INFO O| Jul 10 22:17:29.593 INFO STEP 124 (remove_files) COMPLETE
57292026-07-10T22:17:30.119Z[ recovery-image] Jul 10 22:17:29.593 INFO O| Jul 10 22:17:29.593 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-07-10T22:17:30.122Z[ recovery-image] Jul 10 22:17:29.599 INFO O| Jul 10 22:17:29.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
57312026-07-10T22:17:30.122Z[ recovery-image] Jul 10 22:17:29.599 INFO O| Jul 10 22:17:29.599 INFO STEP 125 (remove_files) COMPLETE
57322026-07-10T22:17:30.122Z[ recovery-image] Jul 10 22:17:29.599 INFO O| Jul 10 22:17:29.599 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-07-10T22:17:30.127Z[ recovery-image] Jul 10 22:17:29.606 INFO O| Jul 10 22:17:29.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57342026-07-10T22:17:30.128Z[ recovery-image] Jul 10 22:17:29.606 INFO O| Jul 10 22:17:29.606 INFO STEP 126 (remove_files) COMPLETE
57352026-07-10T22:17:30.128Z[ recovery-image] Jul 10 22:17:29.606 INFO O| Jul 10 22:17:29.606 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-07-10T22:17:30.132Z[ recovery-image] Jul 10 22:17:29.612 INFO O| Jul 10 22:17:29.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57372026-07-10T22:17:30.132Z[ recovery-image] Jul 10 22:17:29.612 INFO O| Jul 10 22:17:29.612 INFO STEP 127 (remove_files) COMPLETE
57382026-07-10T22:17:30.132Z[ recovery-image] Jul 10 22:17:29.612 INFO O| Jul 10 22:17:29.612 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-07-10T22:17:30.140Z[ recovery-image] Jul 10 22:17:29.619 INFO O| Jul 10 22:17:29.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57402026-07-10T22:17:30.140Z[ recovery-image] Jul 10 22:17:29.619 INFO O| Jul 10 22:17:29.619 INFO STEP 128 (remove_files) COMPLETE
57412026-07-10T22:17:30.144Z[ recovery-image] Jul 10 22:17:29.619 INFO O| Jul 10 22:17:29.619 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-07-10T22:17:30.152Z[ recovery-image] Jul 10 22:17:29.626 INFO O| Jul 10 22:17:29.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57432026-07-10T22:17:30.152Z[ recovery-image] Jul 10 22:17:29.626 INFO O| Jul 10 22:17:29.626 INFO STEP 129 (remove_files) COMPLETE
57442026-07-10T22:17:30.152Z[ recovery-image] Jul 10 22:17:29.626 INFO O| Jul 10 22:17:29.626 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-07-10T22:17:30.156Z[ recovery-image] Jul 10 22:17:29.632 INFO O| Jul 10 22:17:29.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57462026-07-10T22:17:30.156Z[ recovery-image] Jul 10 22:17:29.632 INFO O| Jul 10 22:17:29.632 INFO STEP 130 (remove_files) COMPLETE
57472026-07-10T22:17:30.156Z[ recovery-image] Jul 10 22:17:29.632 INFO O| Jul 10 22:17:29.632 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-07-10T22:17:30.163Z[ recovery-image] Jul 10 22:17:29.638 INFO O| Jul 10 22:17:29.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57492026-07-10T22:17:30.163Z[ recovery-image] Jul 10 22:17:29.638 INFO O| Jul 10 22:17:29.638 INFO STEP 131 (remove_files) COMPLETE
57502026-07-10T22:17:30.164Z[ recovery-image] Jul 10 22:17:29.638 INFO O| Jul 10 22:17:29.638 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-07-10T22:17:30.164Z[ recovery-image] Jul 10 22:17:29.644 INFO O| Jul 10 22:17:29.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57522026-07-10T22:17:30.164Z[ recovery-image] Jul 10 22:17:29.644 INFO O| Jul 10 22:17:29.644 INFO STEP 132 (remove_files) COMPLETE
57532026-07-10T22:17:30.164Z[ recovery-image] Jul 10 22:17:29.644 INFO O| Jul 10 22:17:29.644 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-07-10T22:17:30.172Z[ recovery-image] Jul 10 22:17:29.653 INFO O| Jul 10 22:17:29.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57552026-07-10T22:17:30.172Z[ recovery-image] Jul 10 22:17:29.653 INFO O| Jul 10 22:17:29.653 INFO STEP 133 (remove_files) COMPLETE
57562026-07-10T22:17:30.177Z[ recovery-image] Jul 10 22:17:29.653 INFO O| Jul 10 22:17:29.653 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-07-10T22:17:30.181Z[ recovery-image] Jul 10 22:17:29.660 INFO O| Jul 10 22:17:29.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57582026-07-10T22:17:30.181Z[ recovery-image] Jul 10 22:17:29.660 INFO O| Jul 10 22:17:29.660 INFO STEP 134 (remove_files) COMPLETE
57592026-07-10T22:17:30.181Z[ recovery-image] Jul 10 22:17:29.660 INFO O| Jul 10 22:17:29.660 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-07-10T22:17:30.191Z[ recovery-image] Jul 10 22:17:29.667 INFO O| Jul 10 22:17:29.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57612026-07-10T22:17:30.191Z[ recovery-image] Jul 10 22:17:29.667 INFO O| Jul 10 22:17:29.667 INFO STEP 135 (remove_files) COMPLETE
57622026-07-10T22:17:30.197Z[ recovery-image] Jul 10 22:17:29.667 INFO O| Jul 10 22:17:29.667 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-07-10T22:17:30.198Z[ recovery-image] Jul 10 22:17:29.675 INFO O| Jul 10 22:17:29.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57642026-07-10T22:17:30.198Z[ recovery-image] Jul 10 22:17:29.675 INFO O| Jul 10 22:17:29.675 INFO STEP 136 (remove_files) COMPLETE
57652026-07-10T22:17:30.198Z[ recovery-image] Jul 10 22:17:29.675 INFO O| Jul 10 22:17:29.675 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-07-10T22:17:30.203Z[ recovery-image] Jul 10 22:17:29.682 INFO O| Jul 10 22:17:29.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57672026-07-10T22:17:30.203Z[ recovery-image] Jul 10 22:17:29.682 INFO O| Jul 10 22:17:29.682 INFO STEP 137 (remove_files) COMPLETE
57682026-07-10T22:17:30.203Z[ recovery-image] Jul 10 22:17:29.682 INFO O| Jul 10 22:17:29.682 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-07-10T22:17:30.207Z[ recovery-image] Jul 10 22:17:29.688 INFO O| Jul 10 22:17:29.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57702026-07-10T22:17:30.207Z[ recovery-image] Jul 10 22:17:29.688 INFO O| Jul 10 22:17:29.688 INFO STEP 138 (remove_files) COMPLETE
57712026-07-10T22:17:30.207Z[ recovery-image] Jul 10 22:17:29.688 INFO O| Jul 10 22:17:29.688 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-07-10T22:17:30.214Z[ recovery-image] Jul 10 22:17:29.695 INFO O| Jul 10 22:17:29.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57732026-07-10T22:17:30.214Z[ recovery-image] Jul 10 22:17:29.695 INFO O| Jul 10 22:17:29.695 INFO STEP 139 (remove_files) COMPLETE
57742026-07-10T22:17:30.223Z[ recovery-image] Jul 10 22:17:29.695 INFO O| Jul 10 22:17:29.695 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-07-10T22:17:30.226Z[ recovery-image] Jul 10 22:17:29.704 INFO O| Jul 10 22:17:29.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57762026-07-10T22:17:30.229Z[ recovery-image] Jul 10 22:17:29.704 INFO O| Jul 10 22:17:29.704 INFO STEP 140 (remove_files) COMPLETE
57772026-07-10T22:17:30.229Z[ recovery-image] Jul 10 22:17:29.704 INFO O| Jul 10 22:17:29.704 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-07-10T22:17:30.234Z[ recovery-image] Jul 10 22:17:29.713 INFO O| Jul 10 22:17:29.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57792026-07-10T22:17:30.234Z[ recovery-image] Jul 10 22:17:29.713 INFO O| Jul 10 22:17:29.713 INFO STEP 141 (remove_files) COMPLETE
57802026-07-10T22:17:30.234Z[ recovery-image] Jul 10 22:17:29.713 INFO O| Jul 10 22:17:29.713 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-07-10T22:17:30.242Z[ recovery-image] Jul 10 22:17:29.721 INFO O| Jul 10 22:17:29.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57822026-07-10T22:17:30.250Z[ recovery-image] Jul 10 22:17:29.721 INFO O| Jul 10 22:17:29.721 INFO STEP 142 (remove_files) COMPLETE
57832026-07-10T22:17:30.250Z[ recovery-image] Jul 10 22:17:29.721 INFO O| Jul 10 22:17:29.721 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-07-10T22:17:30.250Z[ recovery-image] Jul 10 22:17:29.729 INFO O| Jul 10 22:17:29.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57852026-07-10T22:17:30.250Z[ recovery-image] Jul 10 22:17:29.729 INFO O| Jul 10 22:17:29.729 INFO STEP 143 (remove_files) COMPLETE
57862026-07-10T22:17:30.250Z[ recovery-image] Jul 10 22:17:29.729 INFO O| Jul 10 22:17:29.729 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-07-10T22:17:30.256Z[ recovery-image] Jul 10 22:17:29.737 INFO O| Jul 10 22:17:29.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57882026-07-10T22:17:30.256Z[ recovery-image] Jul 10 22:17:29.737 INFO O| Jul 10 22:17:29.737 INFO STEP 144 (remove_files) COMPLETE
57892026-07-10T22:17:30.262Z[ recovery-image] Jul 10 22:17:29.737 INFO O| Jul 10 22:17:29.737 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-07-10T22:17:30.269Z[ recovery-image] Jul 10 22:17:29.745 INFO O| Jul 10 22:17:29.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57912026-07-10T22:17:30.269Z[ recovery-image] Jul 10 22:17:29.745 INFO O| Jul 10 22:17:29.745 INFO STEP 145 (remove_files) COMPLETE
57922026-07-10T22:17:30.269Z[ recovery-image] Jul 10 22:17:29.745 INFO O| Jul 10 22:17:29.745 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-07-10T22:17:30.274Z[ recovery-image] Jul 10 22:17:29.752 INFO O| Jul 10 22:17:29.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57942026-07-10T22:17:30.275Z[ recovery-image] Jul 10 22:17:29.752 INFO O| Jul 10 22:17:29.752 INFO STEP 146 (remove_files) COMPLETE
57952026-07-10T22:17:30.275Z[ recovery-image] Jul 10 22:17:29.752 INFO O| Jul 10 22:17:29.752 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-07-10T22:17:30.278Z[ recovery-image] Jul 10 22:17:29.760 INFO O| Jul 10 22:17:29.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57972026-07-10T22:17:30.278Z[ recovery-image] Jul 10 22:17:29.760 INFO O| Jul 10 22:17:29.760 INFO STEP 147 (remove_files) COMPLETE
57982026-07-10T22:17:30.279Z[ recovery-image] Jul 10 22:17:29.760 INFO O| Jul 10 22:17:29.760 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-07-10T22:17:30.287Z[ recovery-image] Jul 10 22:17:29.767 INFO O| Jul 10 22:17:29.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
58002026-07-10T22:17:30.287Z[ recovery-image] Jul 10 22:17:29.767 INFO O| Jul 10 22:17:29.767 INFO STEP 148 (remove_files) COMPLETE
58012026-07-10T22:17:30.298Z[ recovery-image] Jul 10 22:17:29.767 INFO O| Jul 10 22:17:29.767 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-07-10T22:17:30.301Z[ recovery-image] Jul 10 22:17:29.774 INFO O| Jul 10 22:17:29.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
58032026-07-10T22:17:30.301Z[ recovery-image] Jul 10 22:17:29.774 INFO O| Jul 10 22:17:29.774 INFO STEP 149 (remove_files) COMPLETE
58042026-07-10T22:17:30.301Z[ recovery-image] Jul 10 22:17:29.774 INFO O| Jul 10 22:17:29.774 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-07-10T22:17:30.302Z[ recovery-image] Jul 10 22:17:29.781 INFO O| Jul 10 22:17:29.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
58062026-07-10T22:17:30.302Z[ recovery-image] Jul 10 22:17:29.781 INFO O| Jul 10 22:17:29.781 INFO STEP 150 (remove_files) COMPLETE
58072026-07-10T22:17:30.302Z[ recovery-image] Jul 10 22:17:29.781 INFO O| Jul 10 22:17:29.781 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-07-10T22:17:30.307Z[ recovery-image] Jul 10 22:17:29.787 INFO O| Jul 10 22:17:29.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
58092026-07-10T22:17:30.307Z[ recovery-image] Jul 10 22:17:29.787 INFO O| Jul 10 22:17:29.787 INFO STEP 151 (remove_files) COMPLETE
58102026-07-10T22:17:30.308Z[ recovery-image] Jul 10 22:17:29.787 INFO O| Jul 10 22:17:29.787 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-07-10T22:17:30.314Z[ recovery-image] Jul 10 22:17:29.794 INFO O| Jul 10 22:17:29.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
58122026-07-10T22:17:30.314Z[ recovery-image] Jul 10 22:17:29.794 INFO O| Jul 10 22:17:29.794 INFO STEP 152 (remove_files) COMPLETE
58132026-07-10T22:17:30.318Z[ recovery-image] Jul 10 22:17:29.794 INFO O| Jul 10 22:17:29.794 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-07-10T22:17:30.323Z[ recovery-image] Jul 10 22:17:29.800 INFO O| Jul 10 22:17:29.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
58152026-07-10T22:17:30.323Z[ recovery-image] Jul 10 22:17:29.800 INFO O| Jul 10 22:17:29.800 INFO STEP 153 (remove_files) COMPLETE
58162026-07-10T22:17:30.323Z[ recovery-image] Jul 10 22:17:29.800 INFO O| Jul 10 22:17:29.800 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-07-10T22:17:30.333Z[ recovery-image] Jul 10 22:17:29.809 INFO O| Jul 10 22:17:29.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
58182026-07-10T22:17:30.333Z[ recovery-image] Jul 10 22:17:29.809 INFO O| Jul 10 22:17:29.809 INFO STEP 154 (remove_files) COMPLETE
58192026-07-10T22:17:30.337Z[ recovery-image] Jul 10 22:17:29.809 INFO O| Jul 10 22:17:29.809 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-07-10T22:17:30.338Z[ recovery-image] Jul 10 22:17:29.816 INFO O| Jul 10 22:17:29.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
58212026-07-10T22:17:30.338Z[ recovery-image] Jul 10 22:17:29.816 INFO O| Jul 10 22:17:29.816 INFO STEP 155 (remove_files) COMPLETE
58222026-07-10T22:17:30.338Z[ recovery-image] Jul 10 22:17:29.816 INFO O| Jul 10 22:17:29.816 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-07-10T22:17:30.344Z[ recovery-image] Jul 10 22:17:29.824 INFO O| Jul 10 22:17:29.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
58242026-07-10T22:17:30.344Z[ recovery-image] Jul 10 22:17:29.824 INFO O| Jul 10 22:17:29.824 INFO STEP 156 (remove_files) COMPLETE
58252026-07-10T22:17:30.344Z[ recovery-image] Jul 10 22:17:29.824 INFO O| Jul 10 22:17:29.824 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-07-10T22:17:30.352Z[ recovery-image] Jul 10 22:17:29.833 INFO O| Jul 10 22:17:29.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
58272026-07-10T22:17:30.352Z[ recovery-image] Jul 10 22:17:29.833 INFO O| Jul 10 22:17:29.833 INFO STEP 157 (remove_files) COMPLETE
58282026-07-10T22:17:30.352Z[ recovery-image] Jul 10 22:17:29.833 INFO O| Jul 10 22:17:29.833 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-07-10T22:17:30.360Z[ recovery-image] Jul 10 22:17:29.840 INFO O| Jul 10 22:17:29.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
58302026-07-10T22:17:30.365Z[ recovery-image] Jul 10 22:17:29.840 INFO O| Jul 10 22:17:29.840 INFO STEP 158 (remove_files) COMPLETE
58312026-07-10T22:17:30.365Z[ recovery-image] Jul 10 22:17:29.840 INFO O| Jul 10 22:17:29.840 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-07-10T22:17:30.369Z[ recovery-image] Jul 10 22:17:29.848 INFO O| Jul 10 22:17:29.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58332026-07-10T22:17:30.369Z[ recovery-image] Jul 10 22:17:29.849 INFO O| Jul 10 22:17:29.849 INFO STEP 159 (remove_files) COMPLETE
58342026-07-10T22:17:30.369Z[ recovery-image] Jul 10 22:17:29.849 INFO O| Jul 10 22:17:29.849 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-07-10T22:17:30.374Z[ recovery-image] Jul 10 22:17:29.856 INFO O| Jul 10 22:17:29.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58362026-07-10T22:17:30.380Z[ recovery-image] Jul 10 22:17:29.856 INFO O| Jul 10 22:17:29.856 INFO STEP 160 (remove_files) COMPLETE
58372026-07-10T22:17:30.380Z[ recovery-image] Jul 10 22:17:29.856 INFO O| Jul 10 22:17:29.856 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-07-10T22:17:30.383Z[ recovery-image] Jul 10 22:17:29.863 INFO O| Jul 10 22:17:29.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58392026-07-10T22:17:30.383Z[ recovery-image] Jul 10 22:17:29.863 INFO O| Jul 10 22:17:29.863 INFO STEP 161 (remove_files) COMPLETE
58402026-07-10T22:17:30.383Z[ recovery-image] Jul 10 22:17:29.863 INFO O| Jul 10 22:17:29.863 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-07-10T22:17:30.390Z[ recovery-image] Jul 10 22:17:29.871 INFO O| Jul 10 22:17:29.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58422026-07-10T22:17:30.390Z[ recovery-image] Jul 10 22:17:29.871 INFO O| Jul 10 22:17:29.871 INFO STEP 162 (remove_files) COMPLETE
58432026-07-10T22:17:30.390Z[ recovery-image] Jul 10 22:17:29.871 INFO O| Jul 10 22:17:29.871 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-07-10T22:17:30.398Z[ recovery-image] Jul 10 22:17:29.879 INFO O| Jul 10 22:17:29.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58452026-07-10T22:17:30.398Z[ recovery-image] Jul 10 22:17:29.879 INFO O| Jul 10 22:17:29.879 INFO STEP 163 (remove_files) COMPLETE
58462026-07-10T22:17:30.398Z[ recovery-image] Jul 10 22:17:29.879 INFO O| Jul 10 22:17:29.879 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-07-10T22:17:30.409Z[ recovery-image] Jul 10 22:17:29.887 INFO O| Jul 10 22:17:29.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58482026-07-10T22:17:30.412Z[ recovery-image] Jul 10 22:17:29.887 INFO O| Jul 10 22:17:29.887 INFO STEP 164 (remove_files) COMPLETE
58492026-07-10T22:17:30.412Z[ recovery-image] Jul 10 22:17:29.887 INFO O| Jul 10 22:17:29.887 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-07-10T22:17:30.418Z[ recovery-image] Jul 10 22:17:29.894 INFO O| Jul 10 22:17:29.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58512026-07-10T22:17:30.418Z[ recovery-image] Jul 10 22:17:29.894 INFO O| Jul 10 22:17:29.894 INFO STEP 165 (remove_files) COMPLETE
58522026-07-10T22:17:30.418Z[ recovery-image] Jul 10 22:17:29.894 INFO O| Jul 10 22:17:29.894 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-07-10T22:17:30.427Z[ recovery-image] Jul 10 22:17:29.900 INFO O| Jul 10 22:17:29.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58542026-07-10T22:17:30.427Z[ recovery-image] Jul 10 22:17:29.900 INFO O| Jul 10 22:17:29.900 INFO STEP 166 (remove_files) COMPLETE
58552026-07-10T22:17:30.427Z[ recovery-image] Jul 10 22:17:29.900 INFO O| Jul 10 22:17:29.900 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-07-10T22:17:30.431Z[ recovery-image] Jul 10 22:17:29.907 INFO O| Jul 10 22:17:29.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58572026-07-10T22:17:30.431Z[ recovery-image] Jul 10 22:17:29.907 INFO O| Jul 10 22:17:29.907 INFO STEP 167 (remove_files) COMPLETE
58582026-07-10T22:17:30.431Z[ recovery-image] Jul 10 22:17:29.907 INFO O| Jul 10 22:17:29.907 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-07-10T22:17:30.438Z[ recovery-image] Jul 10 22:17:29.916 INFO O| Jul 10 22:17:29.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58602026-07-10T22:17:30.439Z[ recovery-image] Jul 10 22:17:29.916 INFO O| Jul 10 22:17:29.916 INFO STEP 168 (remove_files) COMPLETE
58612026-07-10T22:17:30.445Z[ recovery-image] Jul 10 22:17:29.916 INFO O| Jul 10 22:17:29.916 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-07-10T22:17:30.445Z[ recovery-image] Jul 10 22:17:29.924 INFO O| Jul 10 22:17:29.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58632026-07-10T22:17:30.445Z[ recovery-image] Jul 10 22:17:29.924 INFO O| Jul 10 22:17:29.924 INFO STEP 169 (remove_files) COMPLETE
58642026-07-10T22:17:30.445Z[ recovery-image] Jul 10 22:17:29.925 INFO O| Jul 10 22:17:29.924 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-07-10T22:17:30.456Z[ recovery-image] Jul 10 22:17:29.932 INFO O| Jul 10 22:17:29.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58662026-07-10T22:17:30.456Z[ recovery-image] Jul 10 22:17:29.932 INFO O| Jul 10 22:17:29.932 INFO STEP 170 (remove_files) COMPLETE
58672026-07-10T22:17:30.459Z[ recovery-image] Jul 10 22:17:29.932 INFO O| Jul 10 22:17:29.932 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-07-10T22:17:30.459Z[ recovery-image] Jul 10 22:17:29.939 INFO O| Jul 10 22:17:29.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58692026-07-10T22:17:30.459Z[ recovery-image] Jul 10 22:17:29.939 INFO O| Jul 10 22:17:29.939 INFO STEP 171 (remove_files) COMPLETE
58702026-07-10T22:17:30.459Z[ recovery-image] Jul 10 22:17:29.939 INFO O| Jul 10 22:17:29.939 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-07-10T22:17:30.470Z[ recovery-image] Jul 10 22:17:29.947 INFO O| Jul 10 22:17:29.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58722026-07-10T22:17:30.470Z[ recovery-image] Jul 10 22:17:29.947 INFO O| Jul 10 22:17:29.947 INFO STEP 172 (remove_files) COMPLETE
58732026-07-10T22:17:30.476Z[ recovery-image] Jul 10 22:17:29.947 INFO O| Jul 10 22:17:29.947 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-07-10T22:17:30.476Z[ recovery-image] Jul 10 22:17:29.955 INFO O| Jul 10 22:17:29.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58752026-07-10T22:17:30.476Z[ recovery-image] Jul 10 22:17:29.955 INFO O| Jul 10 22:17:29.955 INFO STEP 173 (remove_files) COMPLETE
58762026-07-10T22:17:30.477Z[ recovery-image] Jul 10 22:17:29.955 INFO O| Jul 10 22:17:29.955 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-07-10T22:17:30.483Z[ recovery-image] Jul 10 22:17:29.963 INFO O| Jul 10 22:17:29.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58782026-07-10T22:17:30.483Z[ recovery-image] Jul 10 22:17:29.963 INFO O| Jul 10 22:17:29.963 INFO STEP 174 (remove_files) COMPLETE
58792026-07-10T22:17:30.491Z[ recovery-image] Jul 10 22:17:29.963 INFO O| Jul 10 22:17:29.963 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-07-10T22:17:30.498Z[ recovery-image] Jul 10 22:17:29.971 INFO O| Jul 10 22:17:29.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58812026-07-10T22:17:30.498Z[ recovery-image] Jul 10 22:17:29.971 INFO O| Jul 10 22:17:29.971 INFO STEP 175 (remove_files) COMPLETE
58822026-07-10T22:17:30.498Z[ recovery-image] Jul 10 22:17:29.971 INFO O| Jul 10 22:17:29.971 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-07-10T22:17:30.498Z[ recovery-image] Jul 10 22:17:29.978 INFO O| Jul 10 22:17:29.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58842026-07-10T22:17:30.498Z[ recovery-image] Jul 10 22:17:29.978 INFO O| Jul 10 22:17:29.978 INFO STEP 176 (remove_files) COMPLETE
58852026-07-10T22:17:30.498Z[ recovery-image] Jul 10 22:17:29.978 INFO O| Jul 10 22:17:29.978 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-07-10T22:17:30.504Z[ recovery-image] Jul 10 22:17:29.986 INFO O| Jul 10 22:17:29.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58872026-07-10T22:17:30.515Z[ recovery-image] Jul 10 22:17:29.986 INFO O| Jul 10 22:17:29.986 INFO STEP 177 (remove_files) COMPLETE
58882026-07-10T22:17:30.515Z[ recovery-image] Jul 10 22:17:29.986 INFO O| Jul 10 22:17:29.986 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-07-10T22:17:30.515Z[ recovery-image] Jul 10 22:17:29.994 INFO O| Jul 10 22:17:29.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58902026-07-10T22:17:30.515Z[ recovery-image] Jul 10 22:17:29.994 INFO O| Jul 10 22:17:29.994 INFO STEP 178 (remove_files) COMPLETE
58912026-07-10T22:17:30.515Z[ recovery-image] Jul 10 22:17:29.994 INFO O| Jul 10 22:17:29.994 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-07-10T22:17:30.534Z[ recovery-image] Jul 10 22:17:30.001 INFO O| Jul 10 22:17:30.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58932026-07-10T22:17:30.549Z[ recovery-image] Jul 10 22:17:30.002 INFO O| Jul 10 22:17:30.002 INFO STEP 179 (remove_files) COMPLETE
58942026-07-10T22:17:30.550Z[ recovery-image] Jul 10 22:17:30.002 INFO O| Jul 10 22:17:30.002 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-07-10T22:17:30.551Z[ recovery-image] Jul 10 22:17:30.009 INFO O| Jul 10 22:17:30.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58962026-07-10T22:17:30.551Z[ recovery-image] Jul 10 22:17:30.009 INFO O| Jul 10 22:17:30.009 INFO STEP 180 (remove_files) COMPLETE
58972026-07-10T22:17:30.551Z[ recovery-image] Jul 10 22:17:30.009 INFO O| Jul 10 22:17:30.009 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-07-10T22:17:30.551Z[ recovery-image] Jul 10 22:17:30.016 INFO O| Jul 10 22:17:30.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58992026-07-10T22:17:30.551Z[ recovery-image] Jul 10 22:17:30.016 INFO O| Jul 10 22:17:30.016 INFO STEP 181 (remove_files) COMPLETE
59002026-07-10T22:17:30.551Z[ recovery-image] Jul 10 22:17:30.016 INFO O| Jul 10 22:17:30.016 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-07-10T22:17:30.558Z[ recovery-image] Jul 10 22:17:30.024 INFO O| Jul 10 22:17:30.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
59022026-07-10T22:17:30.558Z[ recovery-image] Jul 10 22:17:30.024 INFO O| Jul 10 22:17:30.024 INFO STEP 182 (remove_files) COMPLETE
59032026-07-10T22:17:30.558Z[ recovery-image] Jul 10 22:17:30.024 INFO O| Jul 10 22:17:30.024 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-07-10T22:17:30.558Z[ recovery-image] Jul 10 22:17:30.032 INFO O| Jul 10 22:17:30.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
59052026-07-10T22:17:30.558Z[ recovery-image] Jul 10 22:17:30.032 INFO O| Jul 10 22:17:30.032 INFO STEP 183 (remove_files) COMPLETE
59062026-07-10T22:17:30.558Z[ recovery-image] Jul 10 22:17:30.032 INFO O| Jul 10 22:17:30.032 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-07-10T22:17:30.563Z[ recovery-image] Jul 10 22:17:30.039 INFO O| Jul 10 22:17:30.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
59082026-07-10T22:17:30.563Z[ recovery-image] Jul 10 22:17:30.039 INFO O| Jul 10 22:17:30.039 INFO STEP 184 (remove_files) COMPLETE
59092026-07-10T22:17:30.563Z[ recovery-image] Jul 10 22:17:30.039 INFO O| Jul 10 22:17:30.039 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-07-10T22:17:30.577Z[ recovery-image] Jul 10 22:17:30.046 INFO O| Jul 10 22:17:30.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
59112026-07-10T22:17:30.578Z[ recovery-image] Jul 10 22:17:30.046 INFO O| Jul 10 22:17:30.046 INFO STEP 185 (remove_files) COMPLETE
59122026-07-10T22:17:30.578Z[ recovery-image] Jul 10 22:17:30.046 INFO O| Jul 10 22:17:30.046 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-07-10T22:17:30.581Z[ recovery-image] Jul 10 22:17:30.054 INFO O| Jul 10 22:17:30.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
59142026-07-10T22:17:30.581Z[ recovery-image] Jul 10 22:17:30.054 INFO O| Jul 10 22:17:30.054 INFO STEP 186 (remove_files) COMPLETE
59152026-07-10T22:17:30.581Z[ recovery-image] Jul 10 22:17:30.054 INFO O| Jul 10 22:17:30.054 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-07-10T22:17:30.581Z[ recovery-image] Jul 10 22:17:30.062 INFO O| Jul 10 22:17:30.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
59172026-07-10T22:17:30.581Z[ recovery-image] Jul 10 22:17:30.062 INFO O| Jul 10 22:17:30.062 INFO STEP 187 (remove_files) COMPLETE
59182026-07-10T22:17:30.581Z[ recovery-image] Jul 10 22:17:30.062 INFO O| Jul 10 22:17:30.062 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-07-10T22:17:30.588Z[ recovery-image] Jul 10 22:17:30.069 INFO O| Jul 10 22:17:30.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
59202026-07-10T22:17:30.588Z[ recovery-image] Jul 10 22:17:30.069 INFO O| Jul 10 22:17:30.069 INFO STEP 188 (remove_files) COMPLETE
59212026-07-10T22:17:30.588Z[ recovery-image] Jul 10 22:17:30.069 INFO O| Jul 10 22:17:30.069 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-07-10T22:17:30.599Z[ recovery-image] Jul 10 22:17:30.076 INFO O| Jul 10 22:17:30.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
59232026-07-10T22:17:30.599Z[ recovery-image] Jul 10 22:17:30.076 INFO O| Jul 10 22:17:30.076 INFO STEP 189 (remove_files) COMPLETE
59242026-07-10T22:17:30.599Z[ recovery-image] Jul 10 22:17:30.076 INFO O| Jul 10 22:17:30.076 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-07-10T22:17:30.605Z[ recovery-image] Jul 10 22:17:30.084 INFO O| Jul 10 22:17:30.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
59262026-07-10T22:17:30.605Z[ recovery-image] Jul 10 22:17:30.084 INFO O| Jul 10 22:17:30.084 INFO STEP 190 (remove_files) COMPLETE
59272026-07-10T22:17:30.605Z[ recovery-image] Jul 10 22:17:30.084 INFO O| Jul 10 22:17:30.084 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-07-10T22:17:30.612Z[ recovery-image] Jul 10 22:17:30.092 INFO O| Jul 10 22:17:30.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59292026-07-10T22:17:30.612Z[ recovery-image] Jul 10 22:17:30.092 INFO O| Jul 10 22:17:30.092 INFO STEP 191 (remove_files) COMPLETE
59302026-07-10T22:17:30.612Z[ recovery-image] Jul 10 22:17:30.092 INFO O| Jul 10 22:17:30.092 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-07-10T22:17:30.631Z[ recovery-image] Jul 10 22:17:30.099 INFO O| Jul 10 22:17:30.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59322026-07-10T22:17:30.631Z[ recovery-image] Jul 10 22:17:30.099 INFO O| Jul 10 22:17:30.099 INFO STEP 192 (remove_files) COMPLETE
59332026-07-10T22:17:30.631Z[ recovery-image] Jul 10 22:17:30.099 INFO O| Jul 10 22:17:30.099 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-07-10T22:17:30.639Z[ recovery-image] Jul 10 22:17:30.106 INFO O| Jul 10 22:17:30.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59352026-07-10T22:17:30.639Z[ recovery-image] Jul 10 22:17:30.106 INFO O| Jul 10 22:17:30.106 INFO STEP 193 (remove_files) COMPLETE
59362026-07-10T22:17:30.639Z[ recovery-image] Jul 10 22:17:30.106 INFO O| Jul 10 22:17:30.106 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-07-10T22:17:30.639Z[ recovery-image] Jul 10 22:17:30.113 INFO O| Jul 10 22:17:30.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59382026-07-10T22:17:30.639Z[ recovery-image] Jul 10 22:17:30.113 INFO O| Jul 10 22:17:30.113 INFO STEP 194 (remove_files) COMPLETE
59392026-07-10T22:17:30.639Z[ recovery-image] Jul 10 22:17:30.113 INFO O| Jul 10 22:17:30.113 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-07-10T22:17:30.639Z[ recovery-image] Jul 10 22:17:30.120 INFO O| Jul 10 22:17:30.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59412026-07-10T22:17:30.640Z[ recovery-image] Jul 10 22:17:30.120 INFO O| Jul 10 22:17:30.120 INFO STEP 195 (remove_files) COMPLETE
59422026-07-10T22:17:30.640Z[ recovery-image] Jul 10 22:17:30.120 INFO O| Jul 10 22:17:30.120 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-07-10T22:17:30.655Z[ recovery-image] Jul 10 22:17:30.127 INFO O| Jul 10 22:17:30.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59442026-07-10T22:17:30.656Z[ recovery-image] Jul 10 22:17:30.127 INFO O| Jul 10 22:17:30.127 INFO STEP 196 (remove_files) COMPLETE
59452026-07-10T22:17:30.656Z[ recovery-image] Jul 10 22:17:30.128 INFO O| Jul 10 22:17:30.127 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-07-10T22:17:30.661Z[ recovery-image] Jul 10 22:17:30.134 INFO O| Jul 10 22:17:30.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59472026-07-10T22:17:30.661Z[ recovery-image] Jul 10 22:17:30.134 INFO O| Jul 10 22:17:30.134 INFO STEP 197 (remove_files) COMPLETE
59482026-07-10T22:17:30.661Z[ recovery-image] Jul 10 22:17:30.134 INFO O| Jul 10 22:17:30.134 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-07-10T22:17:30.665Z[ recovery-image] Jul 10 22:17:30.141 INFO O| Jul 10 22:17:30.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59502026-07-10T22:17:30.665Z[ recovery-image] Jul 10 22:17:30.141 INFO O| Jul 10 22:17:30.141 INFO STEP 198 (remove_files) COMPLETE
59512026-07-10T22:17:30.665Z[ recovery-image] Jul 10 22:17:30.141 INFO O| Jul 10 22:17:30.141 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-07-10T22:17:30.669Z[ recovery-image] Jul 10 22:17:30.148 INFO O| Jul 10 22:17:30.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59532026-07-10T22:17:30.669Z[ recovery-image] Jul 10 22:17:30.148 INFO O| Jul 10 22:17:30.148 INFO STEP 199 (remove_files) COMPLETE
59542026-07-10T22:17:30.669Z[ recovery-image] Jul 10 22:17:30.148 INFO O| Jul 10 22:17:30.148 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-07-10T22:17:30.673Z[ recovery-image] Jul 10 22:17:30.154 INFO O| Jul 10 22:17:30.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59562026-07-10T22:17:30.673Z[ recovery-image] Jul 10 22:17:30.154 INFO O| Jul 10 22:17:30.154 INFO STEP 200 (remove_files) COMPLETE
59572026-07-10T22:17:30.674Z[ recovery-image] Jul 10 22:17:30.154 INFO O| Jul 10 22:17:30.154 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-07-10T22:17:30.681Z[ recovery-image] Jul 10 22:17:30.161 INFO O| Jul 10 22:17:30.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59592026-07-10T22:17:30.681Z[ recovery-image] Jul 10 22:17:30.161 INFO O| Jul 10 22:17:30.161 INFO STEP 201 (remove_files) COMPLETE
59602026-07-10T22:17:30.681Z[ recovery-image] Jul 10 22:17:30.161 INFO O| Jul 10 22:17:30.161 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-07-10T22:17:30.687Z[ recovery-image] Jul 10 22:17:30.167 INFO O| Jul 10 22:17:30.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59622026-07-10T22:17:30.687Z[ recovery-image] Jul 10 22:17:30.167 INFO O| Jul 10 22:17:30.167 INFO STEP 202 (remove_files) COMPLETE
59632026-07-10T22:17:30.694Z[ recovery-image] Jul 10 22:17:30.167 INFO O| Jul 10 22:17:30.167 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-07-10T22:17:30.699Z[ recovery-image] Jul 10 22:17:30.175 INFO O| Jul 10 22:17:30.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59652026-07-10T22:17:30.699Z[ recovery-image] Jul 10 22:17:30.175 INFO O| Jul 10 22:17:30.175 INFO STEP 203 (remove_files) COMPLETE
59662026-07-10T22:17:30.699Z[ recovery-image] Jul 10 22:17:30.175 INFO O| Jul 10 22:17:30.175 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-07-10T22:17:30.706Z[ recovery-image] Jul 10 22:17:30.182 INFO O| Jul 10 22:17:30.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59682026-07-10T22:17:30.706Z[ recovery-image] Jul 10 22:17:30.182 INFO O| Jul 10 22:17:30.182 INFO STEP 204 (remove_files) COMPLETE
59692026-07-10T22:17:30.706Z[ recovery-image] Jul 10 22:17:30.182 INFO O| Jul 10 22:17:30.182 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-07-10T22:17:30.709Z[ recovery-image] Jul 10 22:17:30.189 INFO O| Jul 10 22:17:30.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59712026-07-10T22:17:30.709Z[ recovery-image] Jul 10 22:17:30.189 INFO O| Jul 10 22:17:30.189 INFO STEP 205 (remove_files) COMPLETE
59722026-07-10T22:17:30.709Z[ recovery-image] Jul 10 22:17:30.189 INFO O| Jul 10 22:17:30.189 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-07-10T22:17:30.716Z[ recovery-image] Jul 10 22:17:30.197 INFO O| Jul 10 22:17:30.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59742026-07-10T22:17:30.716Z[ recovery-image] Jul 10 22:17:30.197 INFO O| Jul 10 22:17:30.197 INFO STEP 206 (remove_files) COMPLETE
59752026-07-10T22:17:30.716Z[ recovery-image] Jul 10 22:17:30.197 INFO O| Jul 10 22:17:30.197 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-07-10T22:17:30.722Z[ recovery-image] Jul 10 22:17:30.204 INFO O| Jul 10 22:17:30.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59772026-07-10T22:17:30.725Z[ recovery-image] Jul 10 22:17:30.204 INFO O| Jul 10 22:17:30.204 INFO STEP 207 (remove_files) COMPLETE
59782026-07-10T22:17:30.725Z[ recovery-image] Jul 10 22:17:30.204 INFO O| Jul 10 22:17:30.204 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-07-10T22:17:30.732Z[ recovery-image] Jul 10 22:17:30.210 INFO O| Jul 10 22:17:30.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59802026-07-10T22:17:30.732Z[ recovery-image] Jul 10 22:17:30.210 INFO O| Jul 10 22:17:30.210 INFO STEP 208 (remove_files) COMPLETE
59812026-07-10T22:17:30.755Z[ recovery-image] Jul 10 22:17:30.210 INFO O| Jul 10 22:17:30.210 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-07-10T22:17:30.755Z[ recovery-image] Jul 10 22:17:30.219 INFO O| Jul 10 22:17:30.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59832026-07-10T22:17:30.755Z[ recovery-image] Jul 10 22:17:30.219 INFO O| Jul 10 22:17:30.219 INFO STEP 209 (remove_files) COMPLETE
59842026-07-10T22:17:30.755Z[ recovery-image] Jul 10 22:17:30.219 INFO O| Jul 10 22:17:30.219 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-07-10T22:17:30.755Z[ recovery-image] Jul 10 22:17:30.228 INFO O| Jul 10 22:17:30.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59862026-07-10T22:17:30.755Z[ recovery-image] Jul 10 22:17:30.228 INFO O| Jul 10 22:17:30.228 INFO STEP 210 (remove_files) COMPLETE
59872026-07-10T22:17:30.755Z[ recovery-image] Jul 10 22:17:30.228 INFO O| Jul 10 22:17:30.228 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-07-10T22:17:30.759Z[ recovery-image] Jul 10 22:17:30.237 INFO O| Jul 10 22:17:30.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59892026-07-10T22:17:30.759Z[ recovery-image] Jul 10 22:17:30.237 INFO O| Jul 10 22:17:30.237 INFO STEP 211 (remove_files) COMPLETE
59902026-07-10T22:17:30.759Z[ recovery-image] Jul 10 22:17:30.237 INFO O| Jul 10 22:17:30.237 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-07-10T22:17:30.765Z[ recovery-image] Jul 10 22:17:30.245 INFO O| Jul 10 22:17:30.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59922026-07-10T22:17:30.765Z[ recovery-image] Jul 10 22:17:30.245 INFO O| Jul 10 22:17:30.245 INFO STEP 212 (remove_files) COMPLETE
59932026-07-10T22:17:30.771Z[ recovery-image] Jul 10 22:17:30.245 INFO O| Jul 10 22:17:30.245 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-07-10T22:17:30.776Z[ recovery-image] Jul 10 22:17:30.251 INFO O| Jul 10 22:17:30.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59952026-07-10T22:17:30.776Z[ recovery-image] Jul 10 22:17:30.251 INFO O| Jul 10 22:17:30.251 INFO STEP 213 (remove_files) COMPLETE
59962026-07-10T22:17:30.776Z[ recovery-image] Jul 10 22:17:30.251 INFO O| Jul 10 22:17:30.251 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-07-10T22:17:30.781Z[ recovery-image] Jul 10 22:17:30.258 INFO O| Jul 10 22:17:30.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59982026-07-10T22:17:30.781Z[ recovery-image] Jul 10 22:17:30.258 INFO O| Jul 10 22:17:30.258 INFO STEP 214 (remove_files) COMPLETE
59992026-07-10T22:17:30.781Z[ recovery-image] Jul 10 22:17:30.258 INFO O| Jul 10 22:17:30.258 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-07-10T22:17:30.786Z[ recovery-image] Jul 10 22:17:30.264 INFO O| Jul 10 22:17:30.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
60012026-07-10T22:17:30.786Z[ recovery-image] Jul 10 22:17:30.264 INFO O| Jul 10 22:17:30.264 INFO STEP 215 (remove_files) COMPLETE
60022026-07-10T22:17:30.786Z[ recovery-image] Jul 10 22:17:30.264 INFO O| Jul 10 22:17:30.264 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-07-10T22:17:30.790Z[ recovery-image] Jul 10 22:17:30.272 INFO O| Jul 10 22:17:30.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
60042026-07-10T22:17:30.793Z[ recovery-image] Jul 10 22:17:30.272 INFO O| Jul 10 22:17:30.272 INFO STEP 216 (remove_files) COMPLETE
60052026-07-10T22:17:30.793Z[ recovery-image] Jul 10 22:17:30.272 INFO O| Jul 10 22:17:30.272 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-07-10T22:17:30.797Z[ recovery-image] Jul 10 22:17:30.279 INFO O| Jul 10 22:17:30.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
60072026-07-10T22:17:30.803Z[ recovery-image] Jul 10 22:17:30.279 INFO O| Jul 10 22:17:30.279 INFO STEP 217 (remove_files) COMPLETE
60082026-07-10T22:17:30.803Z[ recovery-image] Jul 10 22:17:30.279 INFO O| Jul 10 22:17:30.279 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-07-10T22:17:30.808Z[ recovery-image] Jul 10 22:17:30.286 INFO O| Jul 10 22:17:30.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
60102026-07-10T22:17:30.808Z[ recovery-image] Jul 10 22:17:30.286 INFO O| Jul 10 22:17:30.286 INFO STEP 218 (remove_files) COMPLETE
60112026-07-10T22:17:30.808Z[ recovery-image] Jul 10 22:17:30.286 INFO O| Jul 10 22:17:30.286 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-07-10T22:17:30.815Z[ recovery-image] Jul 10 22:17:30.294 INFO O| Jul 10 22:17:30.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
60132026-07-10T22:17:30.815Z[ recovery-image] Jul 10 22:17:30.294 INFO O| Jul 10 22:17:30.294 INFO STEP 219 (remove_files) COMPLETE
60142026-07-10T22:17:30.827Z[ recovery-image] Jul 10 22:17:30.294 INFO O| Jul 10 22:17:30.294 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-07-10T22:17:30.832Z[ recovery-image] Jul 10 22:17:30.301 INFO O| Jul 10 22:17:30.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
60162026-07-10T22:17:30.832Z[ recovery-image] Jul 10 22:17:30.301 INFO O| Jul 10 22:17:30.301 INFO STEP 220 (remove_files) COMPLETE
60172026-07-10T22:17:30.832Z[ recovery-image] Jul 10 22:17:30.301 INFO O| Jul 10 22:17:30.301 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-07-10T22:17:30.832Z[ recovery-image] Jul 10 22:17:30.309 INFO O| Jul 10 22:17:30.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
60192026-07-10T22:17:30.832Z[ recovery-image] Jul 10 22:17:30.309 INFO O| Jul 10 22:17:30.309 INFO STEP 221 (remove_files) COMPLETE
60202026-07-10T22:17:30.832Z[ recovery-image] Jul 10 22:17:30.309 INFO O| Jul 10 22:17:30.309 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-07-10T22:17:30.839Z[ recovery-image] Jul 10 22:17:30.318 INFO O| Jul 10 22:17:30.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
60222026-07-10T22:17:30.839Z[ recovery-image] Jul 10 22:17:30.318 INFO O| Jul 10 22:17:30.318 INFO STEP 222 (remove_files) COMPLETE
60232026-07-10T22:17:30.839Z[ recovery-image] Jul 10 22:17:30.318 INFO O| Jul 10 22:17:30.318 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-07-10T22:17:30.847Z[ recovery-image] Jul 10 22:17:30.327 INFO O| Jul 10 22:17:30.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
60252026-07-10T22:17:30.847Z[ recovery-image] Jul 10 22:17:30.327 INFO O| Jul 10 22:17:30.327 INFO STEP 223 (remove_files) COMPLETE
60262026-07-10T22:17:30.852Z[ recovery-image] Jul 10 22:17:30.327 INFO O| Jul 10 22:17:30.327 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-07-10T22:17:30.856Z[ recovery-image] Jul 10 22:17:30.335 INFO O| Jul 10 22:17:30.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60282026-07-10T22:17:30.856Z[ recovery-image] Jul 10 22:17:30.335 INFO O| Jul 10 22:17:30.335 INFO STEP 224 (remove_files) COMPLETE
60292026-07-10T22:17:30.856Z[ recovery-image] Jul 10 22:17:30.335 INFO O| Jul 10 22:17:30.335 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-07-10T22:17:30.862Z[ recovery-image] Jul 10 22:17:30.343 INFO O| Jul 10 22:17:30.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60312026-07-10T22:17:30.862Z[ recovery-image] Jul 10 22:17:30.343 INFO O| Jul 10 22:17:30.343 INFO STEP 225 (remove_files) COMPLETE
60322026-07-10T22:17:30.866Z[ recovery-image] Jul 10 22:17:30.343 INFO O| Jul 10 22:17:30.343 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-07-10T22:17:30.875Z[ recovery-image] Jul 10 22:17:30.351 INFO O| Jul 10 22:17:30.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60342026-07-10T22:17:30.875Z[ recovery-image] Jul 10 22:17:30.351 INFO O| Jul 10 22:17:30.351 INFO STEP 226 (remove_files) COMPLETE
60352026-07-10T22:17:30.875Z[ recovery-image] Jul 10 22:17:30.351 INFO O| Jul 10 22:17:30.351 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-07-10T22:17:30.881Z[ recovery-image] Jul 10 22:17:30.359 INFO O| Jul 10 22:17:30.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60372026-07-10T22:17:30.881Z[ recovery-image] Jul 10 22:17:30.360 INFO O| Jul 10 22:17:30.360 INFO STEP 227 (remove_files) COMPLETE
60382026-07-10T22:17:30.881Z[ recovery-image] Jul 10 22:17:30.360 INFO O| Jul 10 22:17:30.360 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-07-10T22:17:30.889Z[ recovery-image] Jul 10 22:17:30.368 INFO O| Jul 10 22:17:30.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60402026-07-10T22:17:30.889Z[ recovery-image] Jul 10 22:17:30.368 INFO O| Jul 10 22:17:30.368 INFO STEP 228 (remove_files) COMPLETE
60412026-07-10T22:17:30.893Z[ recovery-image] Jul 10 22:17:30.368 INFO O| Jul 10 22:17:30.368 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-07-10T22:17:30.897Z[ recovery-image] Jul 10 22:17:30.375 INFO O| Jul 10 22:17:30.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60432026-07-10T22:17:30.897Z[ recovery-image] Jul 10 22:17:30.375 INFO O| Jul 10 22:17:30.375 INFO STEP 229 (remove_files) COMPLETE
60442026-07-10T22:17:30.897Z[ recovery-image] Jul 10 22:17:30.375 INFO O| Jul 10 22:17:30.375 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-07-10T22:17:30.901Z[ recovery-image] Jul 10 22:17:30.383 INFO O| Jul 10 22:17:30.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60462026-07-10T22:17:30.910Z[ recovery-image] Jul 10 22:17:30.383 INFO O| Jul 10 22:17:30.383 INFO STEP 230 (remove_files) COMPLETE
60472026-07-10T22:17:30.910Z[ recovery-image] Jul 10 22:17:30.383 INFO O| Jul 10 22:17:30.383 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-07-10T22:17:30.910Z[ recovery-image] Jul 10 22:17:30.389 INFO O| Jul 10 22:17:30.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60492026-07-10T22:17:30.910Z[ recovery-image] Jul 10 22:17:30.390 INFO O| Jul 10 22:17:30.389 INFO STEP 231 (remove_files) COMPLETE
60502026-07-10T22:17:30.910Z[ recovery-image] Jul 10 22:17:30.390 INFO O| Jul 10 22:17:30.389 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-07-10T22:17:30.915Z[ recovery-image] Jul 10 22:17:30.396 INFO O| Jul 10 22:17:30.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60522026-07-10T22:17:30.915Z[ recovery-image] Jul 10 22:17:30.396 INFO O| Jul 10 22:17:30.396 INFO STEP 232 (remove_files) COMPLETE
60532026-07-10T22:17:30.920Z[ recovery-image] Jul 10 22:17:30.396 INFO O| Jul 10 22:17:30.396 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-07-10T22:17:30.924Z[ recovery-image] Jul 10 22:17:30.403 INFO O| Jul 10 22:17:30.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60552026-07-10T22:17:30.924Z[ recovery-image] Jul 10 22:17:30.403 INFO O| Jul 10 22:17:30.403 INFO STEP 233 (remove_files) COMPLETE
60562026-07-10T22:17:30.924Z[ recovery-image] Jul 10 22:17:30.403 INFO O| Jul 10 22:17:30.403 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-07-10T22:17:30.928Z[ recovery-image] Jul 10 22:17:30.409 INFO O| Jul 10 22:17:30.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60582026-07-10T22:17:30.928Z[ recovery-image] Jul 10 22:17:30.409 INFO O| Jul 10 22:17:30.409 INFO STEP 234 (remove_files) COMPLETE
60592026-07-10T22:17:30.928Z[ recovery-image] Jul 10 22:17:30.409 INFO O| Jul 10 22:17:30.409 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-07-10T22:17:30.934Z[ recovery-image] Jul 10 22:17:30.416 INFO O| Jul 10 22:17:30.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60612026-07-10T22:17:30.937Z[ recovery-image] Jul 10 22:17:30.416 INFO O| Jul 10 22:17:30.416 INFO STEP 235 (remove_files) COMPLETE
60622026-07-10T22:17:30.937Z[ recovery-image] Jul 10 22:17:30.416 INFO O| Jul 10 22:17:30.416 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-07-10T22:17:30.945Z[ recovery-image] Jul 10 22:17:30.424 INFO O| Jul 10 22:17:30.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60642026-07-10T22:17:30.945Z[ recovery-image] Jul 10 22:17:30.424 INFO O| Jul 10 22:17:30.424 INFO STEP 236 (remove_files) COMPLETE
60652026-07-10T22:17:30.945Z[ recovery-image] Jul 10 22:17:30.424 INFO O| Jul 10 22:17:30.424 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-07-10T22:17:30.951Z[ recovery-image] Jul 10 22:17:30.431 INFO O| Jul 10 22:17:30.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60672026-07-10T22:17:30.951Z[ recovery-image] Jul 10 22:17:30.431 INFO O| Jul 10 22:17:30.431 INFO STEP 237 (remove_files) COMPLETE
60682026-07-10T22:17:30.951Z[ recovery-image] Jul 10 22:17:30.431 INFO O| Jul 10 22:17:30.431 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-07-10T22:17:30.957Z[ recovery-image] Jul 10 22:17:30.438 INFO O| Jul 10 22:17:30.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60702026-07-10T22:17:30.957Z[ recovery-image] Jul 10 22:17:30.438 INFO O| Jul 10 22:17:30.438 INFO STEP 238 (remove_files) COMPLETE
60712026-07-10T22:17:30.963Z[ recovery-image] Jul 10 22:17:30.438 INFO O| Jul 10 22:17:30.438 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-07-10T22:17:30.968Z[ recovery-image] Jul 10 22:17:30.444 INFO O| Jul 10 22:17:30.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60732026-07-10T22:17:30.968Z[ recovery-image] Jul 10 22:17:30.444 INFO O| Jul 10 22:17:30.444 INFO STEP 239 (remove_files) COMPLETE
60742026-07-10T22:17:30.968Z[ recovery-image] Jul 10 22:17:30.444 INFO O| Jul 10 22:17:30.444 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-07-10T22:17:30.972Z[ recovery-image] Jul 10 22:17:30.450 INFO O| Jul 10 22:17:30.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60762026-07-10T22:17:30.972Z[ recovery-image] Jul 10 22:17:30.450 INFO O| Jul 10 22:17:30.450 INFO STEP 240 (remove_files) COMPLETE
60772026-07-10T22:17:30.972Z[ recovery-image] Jul 10 22:17:30.450 INFO O| Jul 10 22:17:30.450 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-07-10T22:17:30.979Z[ recovery-image] Jul 10 22:17:30.457 INFO O| Jul 10 22:17:30.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60792026-07-10T22:17:30.979Z[ recovery-image] Jul 10 22:17:30.458 INFO O| Jul 10 22:17:30.458 INFO STEP 241 (remove_files) COMPLETE
60802026-07-10T22:17:30.979Z[ recovery-image] Jul 10 22:17:30.458 INFO O| Jul 10 22:17:30.458 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-07-10T22:17:30.984Z[ recovery-image] Jul 10 22:17:30.464 INFO O| Jul 10 22:17:30.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60822026-07-10T22:17:30.984Z[ recovery-image] Jul 10 22:17:30.464 INFO O| Jul 10 22:17:30.464 INFO STEP 242 (remove_files) COMPLETE
60832026-07-10T22:17:30.984Z[ recovery-image] Jul 10 22:17:30.464 INFO O| Jul 10 22:17:30.464 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-07-10T22:17:30.992Z[ recovery-image] Jul 10 22:17:30.471 INFO O| Jul 10 22:17:30.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60852026-07-10T22:17:30.996Z[ recovery-image] Jul 10 22:17:30.472 INFO O| Jul 10 22:17:30.472 INFO STEP 243 (remove_files) COMPLETE
60862026-07-10T22:17:30.996Z[ recovery-image] Jul 10 22:17:30.472 INFO O| Jul 10 22:17:30.472 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-07-10T22:17:31.010Z[ recovery-image] Jul 10 22:17:30.478 INFO O| Jul 10 22:17:30.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60882026-07-10T22:17:31.010Z[ recovery-image] Jul 10 22:17:30.478 INFO O| Jul 10 22:17:30.478 INFO STEP 244 (remove_files) COMPLETE
60892026-07-10T22:17:31.010Z[ recovery-image] Jul 10 22:17:30.478 INFO O| Jul 10 22:17:30.478 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-07-10T22:17:31.018Z[ recovery-image] Jul 10 22:17:30.487 INFO O| Jul 10 22:17:30.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60912026-07-10T22:17:31.018Z[ recovery-image] Jul 10 22:17:30.487 INFO O| Jul 10 22:17:30.487 INFO STEP 245 (remove_files) COMPLETE
60922026-07-10T22:17:31.018Z[ recovery-image] Jul 10 22:17:30.487 INFO O| Jul 10 22:17:30.487 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-07-10T22:17:31.018Z[ recovery-image] Jul 10 22:17:30.496 INFO O| Jul 10 22:17:30.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60942026-07-10T22:17:31.018Z[ recovery-image] Jul 10 22:17:30.496 INFO O| Jul 10 22:17:30.496 INFO STEP 246 (remove_files) COMPLETE
60952026-07-10T22:17:31.018Z[ recovery-image] Jul 10 22:17:30.496 INFO O| Jul 10 22:17:30.496 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-07-10T22:17:31.024Z[ recovery-image] Jul 10 22:17:30.503 INFO O| Jul 10 22:17:30.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60972026-07-10T22:17:31.024Z[ recovery-image] Jul 10 22:17:30.503 INFO O| Jul 10 22:17:30.503 INFO STEP 247 (remove_files) COMPLETE
60982026-07-10T22:17:31.024Z[ recovery-image] Jul 10 22:17:30.503 INFO O| Jul 10 22:17:30.503 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-07-10T22:17:31.035Z[ recovery-image] Jul 10 22:17:30.512 INFO O| Jul 10 22:17:30.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
61002026-07-10T22:17:31.035Z[ recovery-image] Jul 10 22:17:30.513 INFO O| Jul 10 22:17:30.512 INFO STEP 248 (remove_files) COMPLETE
61012026-07-10T22:17:31.038Z[ recovery-image] Jul 10 22:17:30.513 INFO O| Jul 10 22:17:30.512 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-07-10T22:17:31.045Z[ recovery-image] Jul 10 22:17:30.520 INFO O| Jul 10 22:17:30.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
61032026-07-10T22:17:31.045Z[ recovery-image] Jul 10 22:17:30.520 INFO O| Jul 10 22:17:30.520 INFO STEP 249 (remove_files) COMPLETE
61042026-07-10T22:17:31.045Z[ recovery-image] Jul 10 22:17:30.520 INFO O| Jul 10 22:17:30.520 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-07-10T22:17:31.049Z[ recovery-image] Jul 10 22:17:30.531 INFO O| Jul 10 22:17:30.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
61062026-07-10T22:17:31.056Z[ recovery-image] Jul 10 22:17:30.532 INFO O| Jul 10 22:17:30.532 INFO STEP 250 (remove_files) COMPLETE
61072026-07-10T22:17:31.056Z[ recovery-image] Jul 10 22:17:30.532 INFO O| Jul 10 22:17:30.532 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-07-10T22:17:31.061Z[ recovery-image] Jul 10 22:17:30.541 INFO O| Jul 10 22:17:30.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
61092026-07-10T22:17:31.061Z[ recovery-image] Jul 10 22:17:30.541 INFO O| Jul 10 22:17:30.541 INFO STEP 251 (remove_files) COMPLETE
61102026-07-10T22:17:31.061Z[ recovery-image] Jul 10 22:17:30.541 INFO O| Jul 10 22:17:30.541 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-07-10T22:17:31.071Z[ recovery-image] Jul 10 22:17:30.549 INFO O| Jul 10 22:17:30.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
61122026-07-10T22:17:31.071Z[ recovery-image] Jul 10 22:17:30.549 INFO O| Jul 10 22:17:30.549 INFO STEP 252 (remove_files) COMPLETE
61132026-07-10T22:17:31.076Z[ recovery-image] Jul 10 22:17:30.549 INFO O| Jul 10 22:17:30.549 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-07-10T22:17:31.076Z[ recovery-image] Jul 10 22:17:30.555 INFO O| Jul 10 22:17:30.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
61152026-07-10T22:17:31.076Z[ recovery-image] Jul 10 22:17:30.555 INFO O| Jul 10 22:17:30.555 INFO STEP 253 (remove_files) COMPLETE
61162026-07-10T22:17:31.076Z[ recovery-image] Jul 10 22:17:30.555 INFO O| Jul 10 22:17:30.555 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-07-10T22:17:31.084Z[ recovery-image] Jul 10 22:17:30.564 INFO O| Jul 10 22:17:30.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
61182026-07-10T22:17:31.084Z[ recovery-image] Jul 10 22:17:30.564 INFO O| Jul 10 22:17:30.564 INFO STEP 254 (remove_files) COMPLETE
61192026-07-10T22:17:31.088Z[ recovery-image] Jul 10 22:17:30.564 INFO O| Jul 10 22:17:30.564 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-07-10T22:17:31.095Z[ recovery-image] Jul 10 22:17:30.571 INFO O| Jul 10 22:17:30.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
61212026-07-10T22:17:31.095Z[ recovery-image] Jul 10 22:17:30.571 INFO O| Jul 10 22:17:30.571 INFO STEP 255 (remove_files) COMPLETE
61222026-07-10T22:17:31.095Z[ recovery-image] Jul 10 22:17:30.571 INFO O| Jul 10 22:17:30.571 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-07-10T22:17:31.099Z[ recovery-image] Jul 10 22:17:30.579 INFO O| Jul 10 22:17:30.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61242026-07-10T22:17:31.099Z[ recovery-image] Jul 10 22:17:30.579 INFO O| Jul 10 22:17:30.579 INFO STEP 256 (remove_files) COMPLETE
61252026-07-10T22:17:31.099Z[ recovery-image] Jul 10 22:17:30.579 INFO O| Jul 10 22:17:30.579 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-07-10T22:17:31.110Z[ recovery-image] Jul 10 22:17:30.587 INFO O| Jul 10 22:17:30.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61272026-07-10T22:17:31.116Z[ recovery-image] Jul 10 22:17:30.587 INFO O| Jul 10 22:17:30.587 INFO STEP 257 (remove_files) COMPLETE
61282026-07-10T22:17:31.116Z[ recovery-image] Jul 10 22:17:30.587 INFO O| Jul 10 22:17:30.587 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-07-10T22:17:31.116Z[ recovery-image] Jul 10 22:17:30.594 INFO O| Jul 10 22:17:30.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61302026-07-10T22:17:31.116Z[ recovery-image] Jul 10 22:17:30.594 INFO O| Jul 10 22:17:30.594 INFO STEP 258 (remove_files) COMPLETE
61312026-07-10T22:17:31.116Z[ recovery-image] Jul 10 22:17:30.594 INFO O| Jul 10 22:17:30.594 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-07-10T22:17:31.120Z[ recovery-image] Jul 10 22:17:30.600 INFO O| Jul 10 22:17:30.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61332026-07-10T22:17:31.120Z[ recovery-image] Jul 10 22:17:30.600 INFO O| Jul 10 22:17:30.600 INFO STEP 259 (remove_files) COMPLETE
61342026-07-10T22:17:31.120Z[ recovery-image] Jul 10 22:17:30.600 INFO O| Jul 10 22:17:30.600 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-07-10T22:17:31.125Z[ recovery-image] Jul 10 22:17:30.606 INFO O| Jul 10 22:17:30.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61362026-07-10T22:17:31.125Z[ recovery-image] Jul 10 22:17:30.606 INFO O| Jul 10 22:17:30.606 INFO STEP 260 (remove_files) COMPLETE
61372026-07-10T22:17:31.125Z[ recovery-image] Jul 10 22:17:30.606 INFO O| Jul 10 22:17:30.606 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-07-10T22:17:31.133Z[ recovery-image] Jul 10 22:17:30.613 INFO O| Jul 10 22:17:30.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61392026-07-10T22:17:31.133Z[ recovery-image] Jul 10 22:17:30.613 INFO O| Jul 10 22:17:30.613 INFO STEP 261 (remove_files) COMPLETE
61402026-07-10T22:17:31.138Z[ recovery-image] Jul 10 22:17:30.613 INFO O| Jul 10 22:17:30.613 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-07-10T22:17:31.143Z[ recovery-image] Jul 10 22:17:30.621 INFO O| Jul 10 22:17:30.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61422026-07-10T22:17:31.143Z[ recovery-image] Jul 10 22:17:30.622 INFO O| Jul 10 22:17:30.622 INFO STEP 262 (remove_files) COMPLETE
61432026-07-10T22:17:31.143Z[ recovery-image] Jul 10 22:17:30.622 INFO O| Jul 10 22:17:30.622 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-07-10T22:17:31.152Z[ recovery-image] Jul 10 22:17:30.629 INFO O| Jul 10 22:17:30.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61452026-07-10T22:17:31.152Z[ recovery-image] Jul 10 22:17:30.630 INFO O| Jul 10 22:17:30.630 INFO STEP 263 (remove_files) COMPLETE
61462026-07-10T22:17:31.152Z[ recovery-image] Jul 10 22:17:30.630 INFO O| Jul 10 22:17:30.630 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-07-10T22:17:31.159Z[ recovery-image] Jul 10 22:17:30.636 INFO O| Jul 10 22:17:30.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61482026-07-10T22:17:31.159Z[ recovery-image] Jul 10 22:17:30.636 INFO O| Jul 10 22:17:30.636 INFO STEP 264 (remove_files) COMPLETE
61492026-07-10T22:17:31.159Z[ recovery-image] Jul 10 22:17:30.636 INFO O| Jul 10 22:17:30.636 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-07-10T22:17:31.166Z[ recovery-image] Jul 10 22:17:30.643 INFO O| Jul 10 22:17:30.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61512026-07-10T22:17:31.166Z[ recovery-image] Jul 10 22:17:30.643 INFO O| Jul 10 22:17:30.643 INFO STEP 265 (remove_files) COMPLETE
61522026-07-10T22:17:31.166Z[ recovery-image] Jul 10 22:17:30.643 INFO O| Jul 10 22:17:30.643 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-07-10T22:17:31.174Z[ recovery-image] Jul 10 22:17:30.651 INFO O| Jul 10 22:17:30.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61542026-07-10T22:17:31.174Z[ recovery-image] Jul 10 22:17:30.651 INFO O| Jul 10 22:17:30.651 INFO STEP 266 (remove_files) COMPLETE
61552026-07-10T22:17:31.174Z[ recovery-image] Jul 10 22:17:30.651 INFO O| Jul 10 22:17:30.651 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-07-10T22:17:31.180Z[ recovery-image] Jul 10 22:17:30.657 INFO O| Jul 10 22:17:30.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61572026-07-10T22:17:31.180Z[ recovery-image] Jul 10 22:17:30.657 INFO O| Jul 10 22:17:30.657 INFO STEP 267 (remove_files) COMPLETE
61582026-07-10T22:17:31.180Z[ recovery-image] Jul 10 22:17:30.657 INFO O| Jul 10 22:17:30.657 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-07-10T22:17:31.190Z[ recovery-image] Jul 10 22:17:30.665 INFO O| Jul 10 22:17:30.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61602026-07-10T22:17:31.190Z[ recovery-image] Jul 10 22:17:30.665 INFO O| Jul 10 22:17:30.665 INFO STEP 268 (remove_files) COMPLETE
61612026-07-10T22:17:31.190Z[ recovery-image] Jul 10 22:17:30.665 INFO O| Jul 10 22:17:30.665 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-07-10T22:17:31.195Z[ recovery-image] Jul 10 22:17:30.672 INFO O| Jul 10 22:17:30.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61632026-07-10T22:17:31.195Z[ recovery-image] Jul 10 22:17:30.672 INFO O| Jul 10 22:17:30.672 INFO STEP 269 (remove_files) COMPLETE
61642026-07-10T22:17:31.195Z[ recovery-image] Jul 10 22:17:30.672 INFO O| Jul 10 22:17:30.672 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-07-10T22:17:31.199Z[ recovery-image] Jul 10 22:17:30.680 INFO O| Jul 10 22:17:30.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61662026-07-10T22:17:31.199Z[ recovery-image] Jul 10 22:17:30.680 INFO O| Jul 10 22:17:30.680 INFO STEP 270 (remove_files) COMPLETE
61672026-07-10T22:17:31.199Z[ recovery-image] Jul 10 22:17:30.680 INFO O| Jul 10 22:17:30.680 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-07-10T22:17:31.206Z[ recovery-image] Jul 10 22:17:30.687 INFO O| Jul 10 22:17:30.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61692026-07-10T22:17:31.206Z[ recovery-image] Jul 10 22:17:30.687 INFO O| Jul 10 22:17:30.687 INFO STEP 271 (remove_files) COMPLETE
61702026-07-10T22:17:31.213Z[ recovery-image] Jul 10 22:17:30.687 INFO O| Jul 10 22:17:30.687 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-07-10T22:17:31.217Z[ recovery-image] Jul 10 22:17:30.695 INFO O| Jul 10 22:17:30.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61722026-07-10T22:17:31.217Z[ recovery-image] Jul 10 22:17:30.695 INFO O| Jul 10 22:17:30.695 INFO STEP 272 (remove_files) COMPLETE
61732026-07-10T22:17:31.217Z[ recovery-image] Jul 10 22:17:30.695 INFO O| Jul 10 22:17:30.695 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-07-10T22:17:31.223Z[ recovery-image] Jul 10 22:17:30.703 INFO O| Jul 10 22:17:30.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61752026-07-10T22:17:31.223Z[ recovery-image] Jul 10 22:17:30.703 INFO O| Jul 10 22:17:30.703 INFO STEP 273 (remove_files) COMPLETE
61762026-07-10T22:17:31.223Z[ recovery-image] Jul 10 22:17:30.703 INFO O| Jul 10 22:17:30.703 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-07-10T22:17:31.230Z[ recovery-image] Jul 10 22:17:30.709 INFO O| Jul 10 22:17:30.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61782026-07-10T22:17:31.231Z[ recovery-image] Jul 10 22:17:30.710 INFO O| Jul 10 22:17:30.710 INFO STEP 274 (remove_files) COMPLETE
61792026-07-10T22:17:31.231Z[ recovery-image] Jul 10 22:17:30.710 INFO O| Jul 10 22:17:30.710 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-07-10T22:17:31.238Z[ recovery-image] Jul 10 22:17:30.718 INFO O| Jul 10 22:17:30.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61812026-07-10T22:17:31.242Z[ recovery-image] Jul 10 22:17:30.718 INFO O| Jul 10 22:17:30.718 INFO STEP 275 (remove_files) COMPLETE
61822026-07-10T22:17:31.242Z[ recovery-image] Jul 10 22:17:30.718 INFO O| Jul 10 22:17:30.718 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-07-10T22:17:31.245Z[ recovery-image] Jul 10 22:17:30.725 INFO O| Jul 10 22:17:30.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61842026-07-10T22:17:31.245Z[ recovery-image] Jul 10 22:17:30.725 INFO O| Jul 10 22:17:30.725 INFO STEP 276 (remove_files) COMPLETE
61852026-07-10T22:17:31.245Z[ recovery-image] Jul 10 22:17:30.725 INFO O| Jul 10 22:17:30.725 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-07-10T22:17:31.253Z[ recovery-image] Jul 10 22:17:30.732 INFO O| Jul 10 22:17:30.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61872026-07-10T22:17:31.253Z[ recovery-image] Jul 10 22:17:30.732 INFO O| Jul 10 22:17:30.732 INFO STEP 277 (remove_files) COMPLETE
61882026-07-10T22:17:31.253Z[ recovery-image] Jul 10 22:17:30.732 INFO O| Jul 10 22:17:30.732 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-07-10T22:17:31.259Z[ recovery-image] Jul 10 22:17:30.738 INFO O| Jul 10 22:17:30.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61902026-07-10T22:17:31.259Z[ recovery-image] Jul 10 22:17:30.738 INFO O| Jul 10 22:17:30.738 INFO STEP 278 (remove_files) COMPLETE
61912026-07-10T22:17:31.259Z[ recovery-image] Jul 10 22:17:30.738 INFO O| Jul 10 22:17:30.738 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-07-10T22:17:31.270Z[ recovery-image] Jul 10 22:17:30.747 INFO O| Jul 10 22:17:30.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61932026-07-10T22:17:31.271Z[ recovery-image] Jul 10 22:17:30.747 INFO O| Jul 10 22:17:30.747 INFO STEP 279 (remove_files) COMPLETE
61942026-07-10T22:17:31.277Z[ recovery-image] Jul 10 22:17:30.747 INFO O| Jul 10 22:17:30.747 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-07-10T22:17:31.278Z[ recovery-image] Jul 10 22:17:30.755 INFO O| Jul 10 22:17:30.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61962026-07-10T22:17:31.278Z[ recovery-image] Jul 10 22:17:30.755 INFO O| Jul 10 22:17:30.755 INFO STEP 280 (remove_files) COMPLETE
61972026-07-10T22:17:31.278Z[ recovery-image] Jul 10 22:17:30.755 INFO O| Jul 10 22:17:30.755 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-07-10T22:17:31.281Z[ recovery-image] Jul 10 22:17:30.762 INFO O| Jul 10 22:17:30.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61992026-07-10T22:17:31.281Z[ recovery-image] Jul 10 22:17:30.762 INFO O| Jul 10 22:17:30.762 INFO STEP 281 (remove_files) COMPLETE
62002026-07-10T22:17:31.281Z[ recovery-image] Jul 10 22:17:30.762 INFO O| Jul 10 22:17:30.762 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-07-10T22:17:31.288Z[ recovery-image] Jul 10 22:17:30.769 INFO O| Jul 10 22:17:30.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
62022026-07-10T22:17:31.288Z[ recovery-image] Jul 10 22:17:30.769 INFO O| Jul 10 22:17:30.769 INFO STEP 282 (remove_files) COMPLETE
62032026-07-10T22:17:31.288Z[ recovery-image] Jul 10 22:17:30.769 INFO O| Jul 10 22:17:30.769 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62042026-07-10T22:17:31.295Z[ recovery-image] Jul 10 22:17:30.776 INFO O| Jul 10 22:17:30.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
62052026-07-10T22:17:31.295Z[ recovery-image] Jul 10 22:17:30.776 INFO O| Jul 10 22:17:30.776 INFO STEP 283 (remove_files) COMPLETE
62062026-07-10T22:17:31.295Z[ recovery-image] Jul 10 22:17:30.776 INFO O| Jul 10 22:17:30.776 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62072026-07-10T22:17:31.304Z[ recovery-image] Jul 10 22:17:30.783 INFO O| Jul 10 22:17:30.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
62082026-07-10T22:17:31.305Z[ recovery-image] Jul 10 22:17:30.783 INFO O| Jul 10 22:17:30.783 INFO STEP 284 (remove_files) COMPLETE
62092026-07-10T22:17:31.312Z[ recovery-image] Jul 10 22:17:30.783 INFO O| Jul 10 22:17:30.783 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62102026-07-10T22:17:31.313Z[ recovery-image] Jul 10 22:17:30.790 INFO O| Jul 10 22:17:30.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
62112026-07-10T22:17:31.313Z[ recovery-image] Jul 10 22:17:30.790 INFO O| Jul 10 22:17:30.790 INFO STEP 285 (remove_files) COMPLETE
62122026-07-10T22:17:31.313Z[ recovery-image] Jul 10 22:17:30.790 INFO O| Jul 10 22:17:30.790 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62132026-07-10T22:17:31.320Z[ recovery-image] Jul 10 22:17:30.797 INFO O| Jul 10 22:17:30.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
62142026-07-10T22:17:31.320Z[ recovery-image] Jul 10 22:17:30.797 INFO O| Jul 10 22:17:30.797 INFO STEP 286 (remove_files) COMPLETE
62152026-07-10T22:17:31.320Z[ recovery-image] Jul 10 22:17:30.797 INFO O| Jul 10 22:17:30.797 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-07-10T22:17:31.324Z[ recovery-image] Jul 10 22:17:30.805 INFO O| Jul 10 22:17:30.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
62172026-07-10T22:17:31.324Z[ recovery-image] Jul 10 22:17:30.805 INFO O| Jul 10 22:17:30.805 INFO STEP 287 (remove_files) COMPLETE
62182026-07-10T22:17:31.324Z[ recovery-image] Jul 10 22:17:30.805 INFO O| Jul 10 22:17:30.805 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-07-10T22:17:31.330Z[ recovery-image] Jul 10 22:17:30.812 INFO O| Jul 10 22:17:30.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
62202026-07-10T22:17:31.330Z[ recovery-image] Jul 10 22:17:30.812 INFO O| Jul 10 22:17:30.812 INFO STEP 288 (remove_files) COMPLETE
62212026-07-10T22:17:31.336Z[ recovery-image] Jul 10 22:17:30.812 INFO O| Jul 10 22:17:30.812 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-07-10T22:17:31.340Z[ recovery-image] Jul 10 22:17:30.819 INFO O| Jul 10 22:17:30.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
62232026-07-10T22:17:31.340Z[ recovery-image] Jul 10 22:17:30.819 INFO O| Jul 10 22:17:30.819 INFO STEP 289 (remove_files) COMPLETE
62242026-07-10T22:17:31.340Z[ recovery-image] Jul 10 22:17:30.819 INFO O| Jul 10 22:17:30.819 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-07-10T22:17:31.346Z[ recovery-image] Jul 10 22:17:30.827 INFO O| Jul 10 22:17:30.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62262026-07-10T22:17:31.346Z[ recovery-image] Jul 10 22:17:30.827 INFO O| Jul 10 22:17:30.827 INFO STEP 290 (remove_files) COMPLETE
62272026-07-10T22:17:31.352Z[ recovery-image] Jul 10 22:17:30.827 INFO O| Jul 10 22:17:30.827 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-07-10T22:17:31.358Z[ recovery-image] Jul 10 22:17:30.837 INFO O| Jul 10 22:17:30.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62292026-07-10T22:17:31.358Z[ recovery-image] Jul 10 22:17:30.837 INFO O| Jul 10 22:17:30.837 INFO STEP 291 (remove_files) COMPLETE
62302026-07-10T22:17:31.358Z[ recovery-image] Jul 10 22:17:30.837 INFO O| Jul 10 22:17:30.837 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-07-10T22:17:31.364Z[ recovery-image] Jul 10 22:17:30.845 INFO O| Jul 10 22:17:30.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62322026-07-10T22:17:31.368Z[ recovery-image] Jul 10 22:17:30.846 INFO O| Jul 10 22:17:30.846 INFO STEP 292 (remove_files) COMPLETE
62332026-07-10T22:17:31.368Z[ recovery-image] Jul 10 22:17:30.846 INFO O| Jul 10 22:17:30.846 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-07-10T22:17:31.372Z[ recovery-image] Jul 10 22:17:30.853 INFO O| Jul 10 22:17:30.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62352026-07-10T22:17:31.372Z[ recovery-image] Jul 10 22:17:30.853 INFO O| Jul 10 22:17:30.853 INFO STEP 293 (remove_files) COMPLETE
62362026-07-10T22:17:31.372Z[ recovery-image] Jul 10 22:17:30.853 INFO O| Jul 10 22:17:30.853 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-07-10T22:17:31.379Z[ recovery-image] Jul 10 22:17:30.861 INFO O| Jul 10 22:17:30.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62382026-07-10T22:17:31.379Z[ recovery-image] Jul 10 22:17:30.861 INFO O| Jul 10 22:17:30.861 INFO STEP 294 (remove_files) COMPLETE
62392026-07-10T22:17:31.383Z[ recovery-image] Jul 10 22:17:30.861 INFO O| Jul 10 22:17:30.861 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-07-10T22:17:31.389Z[ recovery-image] Jul 10 22:17:30.868 INFO O| Jul 10 22:17:30.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62412026-07-10T22:17:31.389Z[ recovery-image] Jul 10 22:17:30.868 INFO O| Jul 10 22:17:30.868 INFO STEP 295 (remove_files) COMPLETE
62422026-07-10T22:17:31.389Z[ recovery-image] Jul 10 22:17:30.868 INFO O| Jul 10 22:17:30.868 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-07-10T22:17:31.395Z[ recovery-image] Jul 10 22:17:30.876 INFO O| Jul 10 22:17:30.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62442026-07-10T22:17:31.395Z[ recovery-image] Jul 10 22:17:30.876 INFO O| Jul 10 22:17:30.876 INFO STEP 296 (remove_files) COMPLETE
62452026-07-10T22:17:31.395Z[ recovery-image] Jul 10 22:17:30.876 INFO O| Jul 10 22:17:30.876 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-07-10T22:17:31.407Z[ recovery-image] Jul 10 22:17:30.885 INFO O| Jul 10 22:17:30.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62472026-07-10T22:17:31.407Z[ recovery-image] Jul 10 22:17:30.885 INFO O| Jul 10 22:17:30.885 INFO STEP 297 (remove_files) COMPLETE
62482026-07-10T22:17:31.410Z[ recovery-image] Jul 10 22:17:30.885 INFO O| Jul 10 22:17:30.885 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-07-10T22:17:31.417Z[ recovery-image] Jul 10 22:17:30.892 INFO O| Jul 10 22:17:30.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62502026-07-10T22:17:31.417Z[ recovery-image] Jul 10 22:17:30.892 INFO O| Jul 10 22:17:30.892 INFO STEP 298 (remove_files) COMPLETE
62512026-07-10T22:17:31.417Z[ recovery-image] Jul 10 22:17:30.892 INFO O| Jul 10 22:17:30.892 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-07-10T22:17:31.417Z[ recovery-image] Jul 10 22:17:30.899 INFO O| Jul 10 22:17:30.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62532026-07-10T22:17:31.417Z[ recovery-image] Jul 10 22:17:30.899 INFO O| Jul 10 22:17:30.899 INFO STEP 299 (remove_files) COMPLETE
62542026-07-10T22:17:31.418Z[ recovery-image] Jul 10 22:17:30.899 INFO O| Jul 10 22:17:30.899 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-07-10T22:17:31.427Z[ recovery-image] Jul 10 22:17:30.906 INFO O| Jul 10 22:17:30.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62562026-07-10T22:17:31.427Z[ recovery-image] Jul 10 22:17:30.906 INFO O| Jul 10 22:17:30.906 INFO STEP 300 (remove_files) COMPLETE
62572026-07-10T22:17:31.435Z[ recovery-image] Jul 10 22:17:30.906 INFO O| Jul 10 22:17:30.906 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-07-10T22:17:31.435Z[ recovery-image] Jul 10 22:17:30.913 INFO O| Jul 10 22:17:30.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62592026-07-10T22:17:31.435Z[ recovery-image] Jul 10 22:17:30.913 INFO O| Jul 10 22:17:30.913 INFO STEP 301 (remove_files) COMPLETE
62602026-07-10T22:17:31.435Z[ recovery-image] Jul 10 22:17:30.913 INFO O| Jul 10 22:17:30.913 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-07-10T22:17:31.442Z[ recovery-image] Jul 10 22:17:30.920 INFO O| Jul 10 22:17:30.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62622026-07-10T22:17:31.442Z[ recovery-image] Jul 10 22:17:30.920 INFO O| Jul 10 22:17:30.920 INFO STEP 302 (remove_files) COMPLETE
62632026-07-10T22:17:31.442Z[ recovery-image] Jul 10 22:17:30.920 INFO O| Jul 10 22:17:30.920 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-07-10T22:17:31.446Z[ recovery-image] Jul 10 22:17:30.927 INFO O| Jul 10 22:17:30.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62652026-07-10T22:17:31.446Z[ recovery-image] Jul 10 22:17:30.927 INFO O| Jul 10 22:17:30.927 INFO STEP 303 (remove_files) COMPLETE
62662026-07-10T22:17:31.446Z[ recovery-image] Jul 10 22:17:30.928 INFO O| Jul 10 22:17:30.927 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-07-10T22:17:31.456Z[ recovery-image] Jul 10 22:17:30.936 INFO O| Jul 10 22:17:30.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62682026-07-10T22:17:31.463Z[ recovery-image] Jul 10 22:17:30.936 INFO O| Jul 10 22:17:30.936 INFO STEP 304 (remove_files) COMPLETE
62692026-07-10T22:17:31.463Z[ recovery-image] Jul 10 22:17:30.936 INFO O| Jul 10 22:17:30.936 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-07-10T22:17:31.465Z[ recovery-image] Jul 10 22:17:30.942 INFO O| Jul 10 22:17:30.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62712026-07-10T22:17:31.465Z[ recovery-image] Jul 10 22:17:30.942 INFO O| Jul 10 22:17:30.942 INFO STEP 305 (remove_files) COMPLETE
62722026-07-10T22:17:31.465Z[ recovery-image] Jul 10 22:17:30.942 INFO O| Jul 10 22:17:30.942 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-07-10T22:17:31.478Z[ recovery-image] Jul 10 22:17:30.953 INFO O| Jul 10 22:17:30.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62742026-07-10T22:17:31.478Z[ recovery-image] Jul 10 22:17:30.953 INFO O| Jul 10 22:17:30.953 INFO STEP 306 (remove_files) COMPLETE
62752026-07-10T22:17:31.487Z[ recovery-image] Jul 10 22:17:30.953 INFO O| Jul 10 22:17:30.953 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-07-10T22:17:31.487Z[ recovery-image] Jul 10 22:17:30.960 INFO O| Jul 10 22:17:30.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62772026-07-10T22:17:31.487Z[ recovery-image] Jul 10 22:17:30.960 INFO O| Jul 10 22:17:30.960 INFO STEP 307 (remove_files) COMPLETE
62782026-07-10T22:17:31.487Z[ recovery-image] Jul 10 22:17:30.960 INFO O| Jul 10 22:17:30.960 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-07-10T22:17:31.492Z[ recovery-image] Jul 10 22:17:30.970 INFO O| Jul 10 22:17:30.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62802026-07-10T22:17:31.492Z[ recovery-image] Jul 10 22:17:30.970 INFO O| Jul 10 22:17:30.970 INFO STEP 308 (remove_files) COMPLETE
62812026-07-10T22:17:31.492Z[ recovery-image] Jul 10 22:17:30.970 INFO O| Jul 10 22:17:30.970 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-07-10T22:17:31.499Z[ recovery-image] Jul 10 22:17:30.977 INFO O| Jul 10 22:17:30.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62832026-07-10T22:17:31.499Z[ recovery-image] Jul 10 22:17:30.977 INFO O| Jul 10 22:17:30.977 INFO STEP 309 (remove_files) COMPLETE
62842026-07-10T22:17:31.499Z[ recovery-image] Jul 10 22:17:30.977 INFO O| Jul 10 22:17:30.977 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-07-10T22:17:31.505Z[ recovery-image] Jul 10 22:17:30.985 INFO O| Jul 10 22:17:30.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62862026-07-10T22:17:31.505Z[ recovery-image] Jul 10 22:17:30.985 INFO O| Jul 10 22:17:30.985 INFO STEP 310 (remove_files) COMPLETE
62872026-07-10T22:17:31.509Z[ recovery-image] Jul 10 22:17:30.985 INFO O| Jul 10 22:17:30.985 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-07-10T22:17:31.514Z[ recovery-image] Jul 10 22:17:30.991 INFO O| Jul 10 22:17:30.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62892026-07-10T22:17:31.514Z[ recovery-image] Jul 10 22:17:30.991 INFO O| Jul 10 22:17:30.991 INFO STEP 311 (remove_files) COMPLETE
62902026-07-10T22:17:31.515Z[ recovery-image] Jul 10 22:17:30.991 INFO O| Jul 10 22:17:30.991 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-07-10T22:17:31.520Z[ recovery-image] Jul 10 22:17:30.998 INFO O| Jul 10 22:17:30.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62922026-07-10T22:17:31.520Z[ recovery-image] Jul 10 22:17:30.998 INFO O| Jul 10 22:17:30.998 INFO STEP 312 (remove_files) COMPLETE
62932026-07-10T22:17:31.520Z[ recovery-image] Jul 10 22:17:30.998 INFO O| Jul 10 22:17:30.998 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-07-10T22:17:31.524Z[ recovery-image] Jul 10 22:17:31.003 INFO O| Jul 10 22:17:31.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62952026-07-10T22:17:31.524Z[ recovery-image] Jul 10 22:17:31.003 INFO O| Jul 10 22:17:31.003 INFO STEP 313 (remove_files) COMPLETE
62962026-07-10T22:17:31.524Z[ recovery-image] Jul 10 22:17:31.003 INFO O| Jul 10 22:17:31.003 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-07-10T22:17:31.532Z[ recovery-image] Jul 10 22:17:31.014 INFO O| Jul 10 22:17:31.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62982026-07-10T22:17:31.537Z[ recovery-image] Jul 10 22:17:31.014 INFO O| Jul 10 22:17:31.014 INFO STEP 314 (remove_files) COMPLETE
62992026-07-10T22:17:31.537Z[ recovery-image] Jul 10 22:17:31.014 INFO O| Jul 10 22:17:31.014 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-07-10T22:17:31.542Z[ recovery-image] Jul 10 22:17:31.023 INFO O| Jul 10 22:17:31.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
63012026-07-10T22:17:31.542Z[ recovery-image] Jul 10 22:17:31.023 INFO O| Jul 10 22:17:31.023 INFO STEP 315 (remove_files) COMPLETE
63022026-07-10T22:17:31.542Z[ recovery-image] Jul 10 22:17:31.023 INFO O| Jul 10 22:17:31.023 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-07-10T22:17:31.552Z[ recovery-image] Jul 10 22:17:31.031 INFO O| Jul 10 22:17:31.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
63042026-07-10T22:17:31.552Z[ recovery-image] Jul 10 22:17:31.031 INFO O| Jul 10 22:17:31.031 INFO STEP 316 (remove_files) COMPLETE
63052026-07-10T22:17:31.557Z[ recovery-image] Jul 10 22:17:31.031 INFO O| Jul 10 22:17:31.031 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-07-10T22:17:31.580Z[ recovery-image] Jul 10 22:17:31.038 INFO O| Jul 10 22:17:31.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
63072026-07-10T22:17:31.580Z[ recovery-image] Jul 10 22:17:31.038 INFO O| Jul 10 22:17:31.038 INFO STEP 317 (remove_files) COMPLETE
63082026-07-10T22:17:31.580Z[ recovery-image] Jul 10 22:17:31.038 INFO O| Jul 10 22:17:31.038 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-07-10T22:17:31.580Z[ recovery-image] Jul 10 22:17:31.047 INFO O| Jul 10 22:17:31.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
63102026-07-10T22:17:31.580Z[ recovery-image] Jul 10 22:17:31.047 INFO O| Jul 10 22:17:31.047 INFO STEP 318 (remove_files) COMPLETE
63112026-07-10T22:17:31.581Z[ recovery-image] Jul 10 22:17:31.047 INFO O| Jul 10 22:17:31.047 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-07-10T22:17:31.587Z[ recovery-image] Jul 10 22:17:31.055 INFO O| Jul 10 22:17:31.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
63132026-07-10T22:17:31.587Z[ recovery-image] Jul 10 22:17:31.055 INFO O| Jul 10 22:17:31.055 INFO STEP 319 (remove_files) COMPLETE
63142026-07-10T22:17:31.587Z[ recovery-image] Jul 10 22:17:31.055 INFO O| Jul 10 22:17:31.055 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-07-10T22:17:31.587Z[ recovery-image] Jul 10 22:17:31.062 INFO O| Jul 10 22:17:31.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
63162026-07-10T22:17:31.587Z[ recovery-image] Jul 10 22:17:31.062 INFO O| Jul 10 22:17:31.062 INFO STEP 320 (remove_files) COMPLETE
63172026-07-10T22:17:31.587Z[ recovery-image] Jul 10 22:17:31.062 INFO O| Jul 10 22:17:31.062 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-07-10T22:17:31.623Z[ recovery-image] Jul 10 22:17:31.069 INFO O| Jul 10 22:17:31.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
63192026-07-10T22:17:31.624Z[ recovery-image] Jul 10 22:17:31.070 INFO O| Jul 10 22:17:31.069 INFO STEP 321 (remove_files) COMPLETE
63202026-07-10T22:17:31.624Z[ recovery-image] Jul 10 22:17:31.070 INFO O| Jul 10 22:17:31.070 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-07-10T22:17:31.624Z[ recovery-image] Jul 10 22:17:31.077 INFO O| Jul 10 22:17:31.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
63222026-07-10T22:17:31.624Z[ recovery-image] Jul 10 22:17:31.077 INFO O| Jul 10 22:17:31.077 INFO STEP 322 (remove_files) COMPLETE
63232026-07-10T22:17:31.624Z[ recovery-image] Jul 10 22:17:31.077 INFO O| Jul 10 22:17:31.077 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-07-10T22:17:31.624Z[ recovery-image] Jul 10 22:17:31.084 INFO O| Jul 10 22:17:31.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63252026-07-10T22:17:31.624Z[ recovery-image] Jul 10 22:17:31.084 INFO O| Jul 10 22:17:31.084 INFO STEP 323 (remove_files) COMPLETE
63262026-07-10T22:17:31.624Z[ recovery-image] Jul 10 22:17:31.084 INFO O| Jul 10 22:17:31.084 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-07-10T22:17:31.683Z[ recovery-image] Jul 10 22:17:31.091 INFO O| Jul 10 22:17:31.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63282026-07-10T22:17:31.683Z[ recovery-image] Jul 10 22:17:31.091 INFO O| Jul 10 22:17:31.091 INFO STEP 324 (remove_files) COMPLETE
63292026-07-10T22:17:31.683Z[ recovery-image] Jul 10 22:17:31.091 INFO O| Jul 10 22:17:31.091 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-07-10T22:17:31.685Z[ recovery-image] Jul 10 22:17:31.098 INFO O| Jul 10 22:17:31.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63312026-07-10T22:17:31.685Z[ recovery-image] Jul 10 22:17:31.098 INFO O| Jul 10 22:17:31.098 INFO STEP 325 (remove_files) COMPLETE
63322026-07-10T22:17:31.685Z[ recovery-image] Jul 10 22:17:31.098 INFO O| Jul 10 22:17:31.098 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-07-10T22:17:31.685Z[ recovery-image] Jul 10 22:17:31.107 INFO O| Jul 10 22:17:31.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63342026-07-10T22:17:31.703Z[ recovery-image] Jul 10 22:17:31.107 INFO O| Jul 10 22:17:31.107 INFO STEP 326 (remove_files) COMPLETE
63352026-07-10T22:17:31.703Z[ recovery-image] Jul 10 22:17:31.107 INFO O| Jul 10 22:17:31.107 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-07-10T22:17:31.703Z[ recovery-image] Jul 10 22:17:31.114 INFO O| Jul 10 22:17:31.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63372026-07-10T22:17:31.703Z[ recovery-image] Jul 10 22:17:31.114 INFO O| Jul 10 22:17:31.114 INFO STEP 327 (remove_files) COMPLETE
63382026-07-10T22:17:31.703Z[ recovery-image] Jul 10 22:17:31.114 INFO O| Jul 10 22:17:31.114 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-07-10T22:17:31.703Z[ recovery-image] Jul 10 22:17:31.121 INFO O| Jul 10 22:17:31.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63402026-07-10T22:17:31.703Z[ recovery-image] Jul 10 22:17:31.121 INFO O| Jul 10 22:17:31.121 INFO STEP 328 (remove_files) COMPLETE
63412026-07-10T22:17:31.703Z[ recovery-image] Jul 10 22:17:31.121 INFO O| Jul 10 22:17:31.121 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-07-10T22:17:31.703Z[ recovery-image] Jul 10 22:17:31.129 INFO O| Jul 10 22:17:31.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63432026-07-10T22:17:31.703Z[ recovery-image] Jul 10 22:17:31.129 INFO O| Jul 10 22:17:31.129 INFO STEP 329 (remove_files) COMPLETE
63442026-07-10T22:17:31.703Z[ recovery-image] Jul 10 22:17:31.129 INFO O| Jul 10 22:17:31.129 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-07-10T22:17:31.703Z[ recovery-image] Jul 10 22:17:31.136 INFO O| Jul 10 22:17:31.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63462026-07-10T22:17:31.704Z[ recovery-image] Jul 10 22:17:31.136 INFO O| Jul 10 22:17:31.136 INFO STEP 330 (remove_files) COMPLETE
63472026-07-10T22:17:31.704Z[ recovery-image] Jul 10 22:17:31.136 INFO O| Jul 10 22:17:31.136 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-07-10T22:17:31.704Z[ recovery-image] Jul 10 22:17:31.143 INFO O| Jul 10 22:17:31.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63492026-07-10T22:17:31.704Z[ recovery-image] Jul 10 22:17:31.143 INFO O| Jul 10 22:17:31.143 INFO STEP 331 (remove_files) COMPLETE
63502026-07-10T22:17:31.704Z[ recovery-image] Jul 10 22:17:31.143 INFO O| Jul 10 22:17:31.143 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-07-10T22:17:31.704Z[ recovery-image] Jul 10 22:17:31.150 INFO O| Jul 10 22:17:31.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63522026-07-10T22:17:31.704Z[ recovery-image] Jul 10 22:17:31.150 INFO O| Jul 10 22:17:31.150 INFO STEP 332 (remove_files) COMPLETE
63532026-07-10T22:17:31.704Z[ recovery-image] Jul 10 22:17:31.150 INFO O| Jul 10 22:17:31.150 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-07-10T22:17:31.722Z[ recovery-image] Jul 10 22:17:31.157 INFO O| Jul 10 22:17:31.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63552026-07-10T22:17:31.722Z[ recovery-image] Jul 10 22:17:31.157 INFO O| Jul 10 22:17:31.157 INFO STEP 333 (remove_files) COMPLETE
63562026-07-10T22:17:31.722Z[ recovery-image] Jul 10 22:17:31.157 INFO O| Jul 10 22:17:31.157 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-07-10T22:17:31.722Z[ recovery-image] Jul 10 22:17:31.165 INFO O| Jul 10 22:17:31.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63582026-07-10T22:17:31.722Z[ recovery-image] Jul 10 22:17:31.165 INFO O| Jul 10 22:17:31.165 INFO STEP 334 (remove_files) COMPLETE
63592026-07-10T22:17:31.722Z[ recovery-image] Jul 10 22:17:31.165 INFO O| Jul 10 22:17:31.165 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-07-10T22:17:31.723Z[ recovery-image] Jul 10 22:17:31.172 INFO O| Jul 10 22:17:31.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63612026-07-10T22:17:31.723Z[ recovery-image] Jul 10 22:17:31.172 INFO O| Jul 10 22:17:31.172 INFO STEP 335 (remove_files) COMPLETE
63622026-07-10T22:17:31.723Z[ recovery-image] Jul 10 22:17:31.172 INFO O| Jul 10 22:17:31.172 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-07-10T22:17:31.724Z[ recovery-image] Jul 10 22:17:31.179 INFO O| Jul 10 22:17:31.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63642026-07-10T22:17:31.724Z[ recovery-image] Jul 10 22:17:31.179 INFO O| Jul 10 22:17:31.179 INFO STEP 336 (remove_files) COMPLETE
63652026-07-10T22:17:31.724Z[ recovery-image] Jul 10 22:17:31.179 INFO O| Jul 10 22:17:31.179 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-07-10T22:17:31.724Z[ recovery-image] Jul 10 22:17:31.187 INFO O| Jul 10 22:17:31.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63672026-07-10T22:17:31.724Z[ recovery-image] Jul 10 22:17:31.187 INFO O| Jul 10 22:17:31.187 INFO STEP 337 (remove_files) COMPLETE
63682026-07-10T22:17:31.724Z[ recovery-image] Jul 10 22:17:31.187 INFO O| Jul 10 22:17:31.187 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-07-10T22:17:31.725Z[ recovery-image] Jul 10 22:17:31.194 INFO O| Jul 10 22:17:31.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63702026-07-10T22:17:31.725Z[ recovery-image] Jul 10 22:17:31.194 INFO O| Jul 10 22:17:31.194 INFO STEP 338 (remove_files) COMPLETE
63712026-07-10T22:17:31.725Z[ recovery-image] Jul 10 22:17:31.194 INFO O| Jul 10 22:17:31.194 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-07-10T22:17:31.728Z[ recovery-image] Jul 10 22:17:31.202 INFO O| Jul 10 22:17:31.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63732026-07-10T22:17:31.728Z[ recovery-image] Jul 10 22:17:31.202 INFO O| Jul 10 22:17:31.202 INFO STEP 339 (remove_files) COMPLETE
63742026-07-10T22:17:31.729Z[ recovery-image] Jul 10 22:17:31.202 INFO O| Jul 10 22:17:31.202 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-07-10T22:17:31.734Z[ recovery-image] Jul 10 22:17:31.210 INFO O| Jul 10 22:17:31.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63762026-07-10T22:17:31.734Z[ recovery-image] Jul 10 22:17:31.210 INFO O| Jul 10 22:17:31.210 INFO STEP 340 (remove_files) COMPLETE
63772026-07-10T22:17:31.734Z[ recovery-image] Jul 10 22:17:31.210 INFO O| Jul 10 22:17:31.210 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-07-10T22:17:31.773Z[ recovery-image] Jul 10 22:17:31.217 INFO O| Jul 10 22:17:31.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63792026-07-10T22:17:31.773Z[ recovery-image] Jul 10 22:17:31.217 INFO O| Jul 10 22:17:31.217 INFO STEP 341 (remove_files) COMPLETE
63802026-07-10T22:17:31.774Z[ recovery-image] Jul 10 22:17:31.217 INFO O| Jul 10 22:17:31.217 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-07-10T22:17:31.774Z[ recovery-image] Jul 10 22:17:31.226 INFO O| Jul 10 22:17:31.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63822026-07-10T22:17:31.774Z[ recovery-image] Jul 10 22:17:31.226 INFO O| Jul 10 22:17:31.226 INFO STEP 342 (remove_files) COMPLETE
63832026-07-10T22:17:31.774Z[ recovery-image] Jul 10 22:17:31.226 INFO O| Jul 10 22:17:31.226 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-07-10T22:17:31.774Z[ recovery-image] Jul 10 22:17:31.235 INFO O| Jul 10 22:17:31.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63852026-07-10T22:17:31.774Z[ recovery-image] Jul 10 22:17:31.235 INFO O| Jul 10 22:17:31.235 INFO STEP 343 (remove_files) COMPLETE
63862026-07-10T22:17:31.774Z[ recovery-image] Jul 10 22:17:31.235 INFO O| Jul 10 22:17:31.235 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-07-10T22:17:31.774Z[ recovery-image] Jul 10 22:17:31.242 INFO O| Jul 10 22:17:31.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63882026-07-10T22:17:31.774Z[ recovery-image] Jul 10 22:17:31.243 INFO O| Jul 10 22:17:31.243 INFO STEP 344 (remove_files) COMPLETE
63892026-07-10T22:17:31.774Z[ recovery-image] Jul 10 22:17:31.243 INFO O| Jul 10 22:17:31.243 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-07-10T22:17:31.776Z[ recovery-image] Jul 10 22:17:31.250 INFO O| Jul 10 22:17:31.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63912026-07-10T22:17:31.776Z[ recovery-image] Jul 10 22:17:31.250 INFO O| Jul 10 22:17:31.250 INFO STEP 345 (remove_files) COMPLETE
63922026-07-10T22:17:31.776Z[ recovery-image] Jul 10 22:17:31.250 INFO O| Jul 10 22:17:31.250 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-07-10T22:17:31.783Z[ recovery-image] Jul 10 22:17:31.257 INFO O| Jul 10 22:17:31.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63942026-07-10T22:17:31.783Z[ recovery-image] Jul 10 22:17:31.257 INFO O| Jul 10 22:17:31.257 INFO STEP 346 (remove_files) COMPLETE
63952026-07-10T22:17:31.783Z[ recovery-image] Jul 10 22:17:31.257 INFO O| Jul 10 22:17:31.257 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63962026-07-10T22:17:31.789Z[ recovery-image] Jul 10 22:17:31.264 INFO O| Jul 10 22:17:31.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63972026-07-10T22:17:31.790Z[ recovery-image] Jul 10 22:17:31.264 INFO O| Jul 10 22:17:31.264 INFO STEP 347 (remove_files) COMPLETE
63982026-07-10T22:17:31.790Z[ recovery-image] Jul 10 22:17:31.264 INFO O| Jul 10 22:17:31.264 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63992026-07-10T22:17:31.794Z[ recovery-image] Jul 10 22:17:31.272 INFO O| Jul 10 22:17:31.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
64002026-07-10T22:17:31.794Z[ recovery-image] Jul 10 22:17:31.272 INFO O| Jul 10 22:17:31.272 INFO STEP 348 (remove_files) COMPLETE
64012026-07-10T22:17:31.795Z[ recovery-image] Jul 10 22:17:31.272 INFO O| Jul 10 22:17:31.272 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64022026-07-10T22:17:31.799Z[ recovery-image] Jul 10 22:17:31.279 INFO O| Jul 10 22:17:31.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
64032026-07-10T22:17:31.799Z[ recovery-image] Jul 10 22:17:31.279 INFO O| Jul 10 22:17:31.279 INFO STEP 349 (remove_files) COMPLETE
64042026-07-10T22:17:31.799Z[ recovery-image] Jul 10 22:17:31.279 INFO O| Jul 10 22:17:31.279 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64052026-07-10T22:17:31.805Z[ recovery-image] Jul 10 22:17:31.286 INFO O| Jul 10 22:17:31.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
64062026-07-10T22:17:31.805Z[ recovery-image] Jul 10 22:17:31.286 INFO O| Jul 10 22:17:31.286 INFO STEP 350 (remove_files) COMPLETE
64072026-07-10T22:17:31.808Z[ recovery-image] Jul 10 22:17:31.286 INFO O| Jul 10 22:17:31.286 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64082026-07-10T22:17:31.813Z[ recovery-image] Jul 10 22:17:31.294 INFO O| Jul 10 22:17:31.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
64092026-07-10T22:17:31.813Z[ recovery-image] Jul 10 22:17:31.294 INFO O| Jul 10 22:17:31.294 INFO STEP 351 (remove_files) COMPLETE
64102026-07-10T22:17:31.813Z[ recovery-image] Jul 10 22:17:31.294 INFO O| Jul 10 22:17:31.294 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-07-10T22:17:31.821Z[ recovery-image] Jul 10 22:17:31.300 INFO O| Jul 10 22:17:31.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
64122026-07-10T22:17:31.821Z[ recovery-image] Jul 10 22:17:31.300 INFO O| Jul 10 22:17:31.300 INFO STEP 352 (remove_files) COMPLETE
64132026-07-10T22:17:31.821Z[ recovery-image] Jul 10 22:17:31.300 INFO O| Jul 10 22:17:31.300 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-07-10T22:17:31.827Z[ recovery-image] Jul 10 22:17:31.306 INFO O| Jul 10 22:17:31.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
64152026-07-10T22:17:31.827Z[ recovery-image] Jul 10 22:17:31.306 INFO O| Jul 10 22:17:31.306 INFO STEP 353 (remove_files) COMPLETE
64162026-07-10T22:17:31.827Z[ recovery-image] Jul 10 22:17:31.306 INFO O| Jul 10 22:17:31.306 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-07-10T22:17:31.831Z[ recovery-image] Jul 10 22:17:31.313 INFO O| Jul 10 22:17:31.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
64182026-07-10T22:17:31.835Z[ recovery-image] Jul 10 22:17:31.313 INFO O| Jul 10 22:17:31.313 INFO STEP 354 (remove_files) COMPLETE
64192026-07-10T22:17:31.835Z[ recovery-image] Jul 10 22:17:31.313 INFO O| Jul 10 22:17:31.313 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-07-10T22:17:31.840Z[ recovery-image] Jul 10 22:17:31.319 INFO O| Jul 10 22:17:31.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
64212026-07-10T22:17:31.840Z[ recovery-image] Jul 10 22:17:31.319 INFO O| Jul 10 22:17:31.319 INFO STEP 355 (remove_files) COMPLETE
64222026-07-10T22:17:31.840Z[ recovery-image] Jul 10 22:17:31.319 INFO O| Jul 10 22:17:31.319 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-07-10T22:17:31.845Z[ recovery-image] Jul 10 22:17:31.327 INFO O| Jul 10 22:17:31.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64242026-07-10T22:17:31.845Z[ recovery-image] Jul 10 22:17:31.327 INFO O| Jul 10 22:17:31.327 INFO STEP 356 (remove_files) COMPLETE
64252026-07-10T22:17:31.851Z[ recovery-image] Jul 10 22:17:31.327 INFO O| Jul 10 22:17:31.327 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-07-10T22:17:31.857Z[ recovery-image] Jul 10 22:17:31.333 INFO O| Jul 10 22:17:31.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64272026-07-10T22:17:31.858Z[ recovery-image] Jul 10 22:17:31.333 INFO O| Jul 10 22:17:31.333 INFO STEP 357 (remove_files) COMPLETE
64282026-07-10T22:17:31.858Z[ recovery-image] Jul 10 22:17:31.333 INFO O| Jul 10 22:17:31.333 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-07-10T22:17:31.868Z[ recovery-image] Jul 10 22:17:31.341 INFO O| Jul 10 22:17:31.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64302026-07-10T22:17:31.868Z[ recovery-image] Jul 10 22:17:31.341 INFO O| Jul 10 22:17:31.341 INFO STEP 358 (remove_files) COMPLETE
64312026-07-10T22:17:31.868Z[ recovery-image] Jul 10 22:17:31.341 INFO O| Jul 10 22:17:31.341 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-07-10T22:17:31.872Z[ recovery-image] Jul 10 22:17:31.347 INFO O| Jul 10 22:17:31.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64332026-07-10T22:17:31.872Z[ recovery-image] Jul 10 22:17:31.347 INFO O| Jul 10 22:17:31.347 INFO STEP 359 (remove_files) COMPLETE
64342026-07-10T22:17:31.872Z[ recovery-image] Jul 10 22:17:31.347 INFO O| Jul 10 22:17:31.347 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-07-10T22:17:31.877Z[ recovery-image] Jul 10 22:17:31.354 INFO O| Jul 10 22:17:31.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64362026-07-10T22:17:31.877Z[ recovery-image] Jul 10 22:17:31.354 INFO O| Jul 10 22:17:31.354 INFO STEP 360 (remove_files) COMPLETE
64372026-07-10T22:17:31.877Z[ recovery-image] Jul 10 22:17:31.354 INFO O| Jul 10 22:17:31.354 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-07-10T22:17:31.886Z[ recovery-image] Jul 10 22:17:31.360 INFO O| Jul 10 22:17:31.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64392026-07-10T22:17:31.886Z[ recovery-image] Jul 10 22:17:31.360 INFO O| Jul 10 22:17:31.360 INFO STEP 361 (remove_files) COMPLETE
64402026-07-10T22:17:31.886Z[ recovery-image] Jul 10 22:17:31.360 INFO O| Jul 10 22:17:31.360 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64412026-07-10T22:17:31.891Z[ recovery-image] Jul 10 22:17:31.367 INFO O| Jul 10 22:17:31.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64422026-07-10T22:17:31.891Z[ recovery-image] Jul 10 22:17:31.367 INFO O| Jul 10 22:17:31.367 INFO STEP 362 (remove_files) COMPLETE
64432026-07-10T22:17:31.891Z[ recovery-image] Jul 10 22:17:31.367 INFO O| Jul 10 22:17:31.367 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64442026-07-10T22:17:31.897Z[ recovery-image] Jul 10 22:17:31.375 INFO O| Jul 10 22:17:31.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64452026-07-10T22:17:31.897Z[ recovery-image] Jul 10 22:17:31.375 INFO O| Jul 10 22:17:31.375 INFO STEP 363 (remove_files) COMPLETE
64462026-07-10T22:17:31.897Z[ recovery-image] Jul 10 22:17:31.375 INFO O| Jul 10 22:17:31.375 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64472026-07-10T22:17:31.912Z[ recovery-image] Jul 10 22:17:31.384 INFO O| Jul 10 22:17:31.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64482026-07-10T22:17:31.912Z[ recovery-image] Jul 10 22:17:31.384 INFO O| Jul 10 22:17:31.384 INFO STEP 364 (remove_files) COMPLETE
64492026-07-10T22:17:31.917Z[ recovery-image] Jul 10 22:17:31.384 INFO O| Jul 10 22:17:31.384 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64502026-07-10T22:17:31.917Z[ recovery-image] Jul 10 22:17:31.391 INFO O| Jul 10 22:17:31.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64512026-07-10T22:17:31.917Z[ recovery-image] Jul 10 22:17:31.391 INFO O| Jul 10 22:17:31.391 INFO STEP 365 (remove_files) COMPLETE
64522026-07-10T22:17:31.917Z[ recovery-image] Jul 10 22:17:31.391 INFO O| Jul 10 22:17:31.391 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-07-10T22:17:31.918Z[ recovery-image] Jul 10 22:17:31.397 INFO O| Jul 10 22:17:31.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64542026-07-10T22:17:31.918Z[ recovery-image] Jul 10 22:17:31.397 INFO O| Jul 10 22:17:31.397 INFO STEP 366 (remove_files) COMPLETE
64552026-07-10T22:17:31.918Z[ recovery-image] Jul 10 22:17:31.397 INFO O| Jul 10 22:17:31.397 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-07-10T22:17:31.923Z[ recovery-image] Jul 10 22:17:31.403 INFO O| Jul 10 22:17:31.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64572026-07-10T22:17:31.924Z[ recovery-image] Jul 10 22:17:31.403 INFO O| Jul 10 22:17:31.403 INFO STEP 367 (remove_files) COMPLETE
64582026-07-10T22:17:31.924Z[ recovery-image] Jul 10 22:17:31.403 INFO O| Jul 10 22:17:31.403 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-07-10T22:17:31.934Z[ recovery-image] Jul 10 22:17:31.409 INFO O| Jul 10 22:17:31.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64602026-07-10T22:17:31.934Z[ recovery-image] Jul 10 22:17:31.409 INFO O| Jul 10 22:17:31.409 INFO STEP 368 (remove_files) COMPLETE
64612026-07-10T22:17:31.935Z[ recovery-image] Jul 10 22:17:31.409 INFO O| Jul 10 22:17:31.409 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-07-10T22:17:31.941Z[ recovery-image] Jul 10 22:17:31.414 INFO O| Jul 10 22:17:31.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64632026-07-10T22:17:31.941Z[ recovery-image] Jul 10 22:17:31.415 INFO O| Jul 10 22:17:31.415 INFO STEP 369 (remove_files) COMPLETE
64642026-07-10T22:17:31.941Z[ recovery-image] Jul 10 22:17:31.415 INFO O| Jul 10 22:17:31.415 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-07-10T22:17:31.956Z[ recovery-image] Jul 10 22:17:31.421 INFO O| Jul 10 22:17:31.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64662026-07-10T22:17:31.956Z[ recovery-image] Jul 10 22:17:31.421 INFO O| Jul 10 22:17:31.421 INFO STEP 370 (remove_files) COMPLETE
64672026-07-10T22:17:31.956Z[ recovery-image] Jul 10 22:17:31.421 INFO O| Jul 10 22:17:31.421 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-07-10T22:17:31.960Z[ recovery-image] Jul 10 22:17:31.430 INFO O| Jul 10 22:17:31.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64692026-07-10T22:17:31.960Z[ recovery-image] Jul 10 22:17:31.430 INFO O| Jul 10 22:17:31.430 INFO STEP 371 (remove_files) COMPLETE
64702026-07-10T22:17:31.960Z[ recovery-image] Jul 10 22:17:31.430 INFO O| Jul 10 22:17:31.430 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-07-10T22:17:31.960Z[ recovery-image] Jul 10 22:17:31.437 INFO O| Jul 10 22:17:31.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64722026-07-10T22:17:31.960Z[ recovery-image] Jul 10 22:17:31.437 INFO O| Jul 10 22:17:31.437 INFO STEP 372 (remove_files) COMPLETE
64732026-07-10T22:17:31.960Z[ recovery-image] Jul 10 22:17:31.437 INFO O| Jul 10 22:17:31.437 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-07-10T22:17:31.963Z[ recovery-image] Jul 10 22:17:31.444 INFO O| Jul 10 22:17:31.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64752026-07-10T22:17:31.963Z[ recovery-image] Jul 10 22:17:31.444 INFO O| Jul 10 22:17:31.444 INFO STEP 373 (remove_files) COMPLETE
64762026-07-10T22:17:31.963Z[ recovery-image] Jul 10 22:17:31.444 INFO O| Jul 10 22:17:31.444 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-07-10T22:17:31.975Z[ recovery-image] Jul 10 22:17:31.453 INFO O| Jul 10 22:17:31.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64782026-07-10T22:17:31.976Z[ recovery-image] Jul 10 22:17:31.453 INFO O| Jul 10 22:17:31.453 INFO STEP 374 (remove_files) COMPLETE
64792026-07-10T22:17:31.976Z[ recovery-image] Jul 10 22:17:31.453 INFO O| Jul 10 22:17:31.453 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-07-10T22:17:31.991Z[ recovery-image] Jul 10 22:17:31.459 INFO O| Jul 10 22:17:31.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64812026-07-10T22:17:31.991Z[ recovery-image] Jul 10 22:17:31.459 INFO O| Jul 10 22:17:31.459 INFO STEP 375 (remove_files) COMPLETE
64822026-07-10T22:17:31.991Z[ recovery-image] Jul 10 22:17:31.460 INFO O| Jul 10 22:17:31.459 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-07-10T22:17:31.991Z[ recovery-image] Jul 10 22:17:31.466 INFO O| Jul 10 22:17:31.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64842026-07-10T22:17:31.991Z[ recovery-image] Jul 10 22:17:31.467 INFO O| Jul 10 22:17:31.467 INFO STEP 376 (remove_files) COMPLETE
64852026-07-10T22:17:31.991Z[ recovery-image] Jul 10 22:17:31.467 INFO O| Jul 10 22:17:31.467 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-07-10T22:17:31.999Z[ recovery-image] Jul 10 22:17:31.473 INFO O| Jul 10 22:17:31.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64872026-07-10T22:17:31.999Z[ recovery-image] Jul 10 22:17:31.473 INFO O| Jul 10 22:17:31.473 INFO STEP 377 (remove_files) COMPLETE
64882026-07-10T22:17:31.999Z[ recovery-image] Jul 10 22:17:31.473 INFO O| Jul 10 22:17:31.473 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-07-10T22:17:32.004Z[ recovery-image] Jul 10 22:17:31.480 INFO O| Jul 10 22:17:31.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64902026-07-10T22:17:32.004Z[ recovery-image] Jul 10 22:17:31.480 INFO O| Jul 10 22:17:31.480 INFO STEP 378 (remove_files) COMPLETE
64912026-07-10T22:17:32.004Z[ recovery-image] Jul 10 22:17:31.480 INFO O| Jul 10 22:17:31.480 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-07-10T22:17:32.007Z[ recovery-image] Jul 10 22:17:31.488 INFO O| Jul 10 22:17:31.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64932026-07-10T22:17:32.007Z[ recovery-image] Jul 10 22:17:31.488 INFO O| Jul 10 22:17:31.488 INFO STEP 379 (remove_files) COMPLETE
64942026-07-10T22:17:32.007Z[ recovery-image] Jul 10 22:17:31.488 INFO O| Jul 10 22:17:31.488 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-07-10T22:17:32.032Z[ recovery-image] Jul 10 22:17:31.495 INFO O| Jul 10 22:17:31.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64962026-07-10T22:17:32.033Z[ recovery-image] Jul 10 22:17:31.495 INFO O| Jul 10 22:17:31.495 INFO STEP 380 (remove_files) COMPLETE
64972026-07-10T22:17:32.038Z[ recovery-image] Jul 10 22:17:31.495 INFO O| Jul 10 22:17:31.495 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-07-10T22:17:32.038Z[ recovery-image] Jul 10 22:17:31.503 INFO O| Jul 10 22:17:31.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64992026-07-10T22:17:32.038Z[ recovery-image] Jul 10 22:17:31.503 INFO O| Jul 10 22:17:31.503 INFO STEP 381 (remove_files) COMPLETE
65002026-07-10T22:17:32.038Z[ recovery-image] Jul 10 22:17:31.503 INFO O| Jul 10 22:17:31.503 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-07-10T22:17:32.038Z[ recovery-image] Jul 10 22:17:31.510 INFO O| Jul 10 22:17:31.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
65022026-07-10T22:17:32.038Z[ recovery-image] Jul 10 22:17:31.510 INFO O| Jul 10 22:17:31.510 INFO STEP 382 (remove_files) COMPLETE
65032026-07-10T22:17:32.038Z[ recovery-image] Jul 10 22:17:31.510 INFO O| Jul 10 22:17:31.510 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-07-10T22:17:32.042Z[ recovery-image] Jul 10 22:17:31.518 INFO O| Jul 10 22:17:31.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
65052026-07-10T22:17:32.042Z[ recovery-image] Jul 10 22:17:31.518 INFO O| Jul 10 22:17:31.518 INFO STEP 383 (remove_files) COMPLETE
65062026-07-10T22:17:32.042Z[ recovery-image] Jul 10 22:17:31.518 INFO O| Jul 10 22:17:31.518 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-07-10T22:17:32.045Z[ recovery-image] Jul 10 22:17:31.526 INFO O| Jul 10 22:17:31.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
65082026-07-10T22:17:32.045Z[ recovery-image] Jul 10 22:17:31.526 INFO O| Jul 10 22:17:31.526 INFO STEP 384 (remove_files) COMPLETE
65092026-07-10T22:17:32.045Z[ recovery-image] Jul 10 22:17:31.526 INFO O| Jul 10 22:17:31.526 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-07-10T22:17:32.054Z[ recovery-image] Jul 10 22:17:31.535 INFO O| Jul 10 22:17:31.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
65112026-07-10T22:17:32.054Z[ recovery-image] Jul 10 22:17:31.535 INFO O| Jul 10 22:17:31.535 INFO STEP 385 (remove_files) COMPLETE
65122026-07-10T22:17:32.054Z[ recovery-image] Jul 10 22:17:31.535 INFO O| Jul 10 22:17:31.535 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-07-10T22:17:32.065Z[ recovery-image] Jul 10 22:17:31.542 INFO O| Jul 10 22:17:31.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
65142026-07-10T22:17:32.070Z[ recovery-image] Jul 10 22:17:31.543 INFO O| Jul 10 22:17:31.543 INFO STEP 386 (remove_files) COMPLETE
65152026-07-10T22:17:32.070Z[ recovery-image] Jul 10 22:17:31.543 INFO O| Jul 10 22:17:31.543 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-07-10T22:17:32.070Z[ recovery-image] Jul 10 22:17:31.549 INFO O| Jul 10 22:17:31.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
65172026-07-10T22:17:32.070Z[ recovery-image] Jul 10 22:17:31.549 INFO O| Jul 10 22:17:31.549 INFO STEP 387 (remove_files) COMPLETE
65182026-07-10T22:17:32.070Z[ recovery-image] Jul 10 22:17:31.549 INFO O| Jul 10 22:17:31.549 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-07-10T22:17:32.075Z[ recovery-image] Jul 10 22:17:31.556 INFO O| Jul 10 22:17:31.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
65202026-07-10T22:17:32.082Z[ recovery-image] Jul 10 22:17:31.556 INFO O| Jul 10 22:17:31.556 INFO STEP 388 (remove_files) COMPLETE
65212026-07-10T22:17:32.082Z[ recovery-image] Jul 10 22:17:31.556 INFO O| Jul 10 22:17:31.556 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-07-10T22:17:32.085Z[ recovery-image] Jul 10 22:17:31.564 INFO O| Jul 10 22:17:31.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65232026-07-10T22:17:32.085Z[ recovery-image] Jul 10 22:17:31.564 INFO O| Jul 10 22:17:31.564 INFO STEP 389 (remove_files) COMPLETE
65242026-07-10T22:17:32.085Z[ recovery-image] Jul 10 22:17:31.564 INFO O| Jul 10 22:17:31.564 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-07-10T22:17:32.095Z[ recovery-image] Jul 10 22:17:31.571 INFO O| Jul 10 22:17:31.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65262026-07-10T22:17:32.095Z[ recovery-image] Jul 10 22:17:31.571 INFO O| Jul 10 22:17:31.571 INFO STEP 390 (remove_files) COMPLETE
65272026-07-10T22:17:32.095Z[ recovery-image] Jul 10 22:17:31.571 INFO O| Jul 10 22:17:31.571 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-07-10T22:17:32.099Z[ recovery-image] Jul 10 22:17:31.578 INFO O| Jul 10 22:17:31.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65292026-07-10T22:17:32.099Z[ recovery-image] Jul 10 22:17:31.578 INFO O| Jul 10 22:17:31.578 INFO STEP 391 (remove_files) COMPLETE
65302026-07-10T22:17:32.099Z[ recovery-image] Jul 10 22:17:31.578 INFO O| Jul 10 22:17:31.578 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-07-10T22:17:32.103Z[ recovery-image] Jul 10 22:17:31.584 INFO O| Jul 10 22:17:31.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65322026-07-10T22:17:32.103Z[ recovery-image] Jul 10 22:17:31.584 INFO O| Jul 10 22:17:31.584 INFO STEP 392 (remove_files) COMPLETE
65332026-07-10T22:17:32.103Z[ recovery-image] Jul 10 22:17:31.584 INFO O| Jul 10 22:17:31.584 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-07-10T22:17:32.110Z[ recovery-image] Jul 10 22:17:31.591 INFO O| Jul 10 22:17:31.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65352026-07-10T22:17:32.110Z[ recovery-image] Jul 10 22:17:31.591 INFO O| Jul 10 22:17:31.591 INFO STEP 393 (remove_files) COMPLETE
65362026-07-10T22:17:32.110Z[ recovery-image] Jul 10 22:17:31.591 INFO O| Jul 10 22:17:31.591 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-07-10T22:17:32.116Z[ recovery-image] Jul 10 22:17:31.597 INFO O| Jul 10 22:17:31.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65382026-07-10T22:17:32.116Z[ recovery-image] Jul 10 22:17:31.597 INFO O| Jul 10 22:17:31.597 INFO STEP 394 (remove_files) COMPLETE
65392026-07-10T22:17:32.116Z[ recovery-image] Jul 10 22:17:31.597 INFO O| Jul 10 22:17:31.597 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-07-10T22:17:32.123Z[ recovery-image] Jul 10 22:17:31.604 INFO O| Jul 10 22:17:31.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65412026-07-10T22:17:32.123Z[ recovery-image] Jul 10 22:17:31.604 INFO O| Jul 10 22:17:31.604 INFO STEP 395 (remove_files) COMPLETE
65422026-07-10T22:17:32.123Z[ recovery-image] Jul 10 22:17:31.604 INFO O| Jul 10 22:17:31.604 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-07-10T22:17:32.130Z[ recovery-image] Jul 10 22:17:31.611 INFO O| Jul 10 22:17:31.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65442026-07-10T22:17:32.131Z[ recovery-image] Jul 10 22:17:31.611 INFO O| Jul 10 22:17:31.611 INFO STEP 396 (remove_files) COMPLETE
65452026-07-10T22:17:32.142Z[ recovery-image] Jul 10 22:17:31.611 INFO O| Jul 10 22:17:31.611 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-07-10T22:17:32.142Z[ recovery-image] Jul 10 22:17:31.618 INFO O| Jul 10 22:17:31.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65472026-07-10T22:17:32.142Z[ recovery-image] Jul 10 22:17:31.618 INFO O| Jul 10 22:17:31.618 INFO STEP 397 (remove_files) COMPLETE
65482026-07-10T22:17:32.142Z[ recovery-image] Jul 10 22:17:31.618 INFO O| Jul 10 22:17:31.618 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-07-10T22:17:32.155Z[ recovery-image] Jul 10 22:17:31.625 INFO O| Jul 10 22:17:31.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65502026-07-10T22:17:32.155Z[ recovery-image] Jul 10 22:17:31.625 INFO O| Jul 10 22:17:31.625 INFO STEP 398 (remove_files) COMPLETE
65512026-07-10T22:17:32.155Z[ recovery-image] Jul 10 22:17:31.625 INFO O| Jul 10 22:17:31.625 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-07-10T22:17:32.173Z[ recovery-image] Jul 10 22:17:31.633 INFO O| Jul 10 22:17:31.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65532026-07-10T22:17:32.173Z[ recovery-image] Jul 10 22:17:31.633 INFO O| Jul 10 22:17:31.633 INFO STEP 399 (remove_files) COMPLETE
65542026-07-10T22:17:32.173Z[ recovery-image] Jul 10 22:17:31.633 INFO O| Jul 10 22:17:31.633 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-07-10T22:17:32.174Z[ recovery-image] Jul 10 22:17:31.640 INFO O| Jul 10 22:17:31.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65562026-07-10T22:17:32.174Z[ recovery-image] Jul 10 22:17:31.640 INFO O| Jul 10 22:17:31.640 INFO STEP 400 (remove_files) COMPLETE
65572026-07-10T22:17:32.174Z[ recovery-image] Jul 10 22:17:31.640 INFO O| Jul 10 22:17:31.640 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-07-10T22:17:32.175Z[ recovery-image] Jul 10 22:17:31.647 INFO O| Jul 10 22:17:31.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65592026-07-10T22:17:32.175Z[ recovery-image] Jul 10 22:17:31.647 INFO O| Jul 10 22:17:31.647 INFO STEP 401 (remove_files) COMPLETE
65602026-07-10T22:17:32.175Z[ recovery-image] Jul 10 22:17:31.647 INFO O| Jul 10 22:17:31.647 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-07-10T22:17:32.187Z[ recovery-image] Jul 10 22:17:31.654 INFO O| Jul 10 22:17:31.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65622026-07-10T22:17:32.187Z[ recovery-image] Jul 10 22:17:31.654 INFO O| Jul 10 22:17:31.654 INFO STEP 402 (remove_files) COMPLETE
65632026-07-10T22:17:32.187Z[ recovery-image] Jul 10 22:17:31.654 INFO O| Jul 10 22:17:31.654 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-07-10T22:17:32.187Z[ recovery-image] Jul 10 22:17:31.661 INFO O| Jul 10 22:17:31.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65652026-07-10T22:17:32.187Z[ recovery-image] Jul 10 22:17:31.661 INFO O| Jul 10 22:17:31.661 INFO STEP 403 (remove_files) COMPLETE
65662026-07-10T22:17:32.187Z[ recovery-image] Jul 10 22:17:31.661 INFO O| Jul 10 22:17:31.661 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-07-10T22:17:32.190Z[ recovery-image] Jul 10 22:17:31.669 INFO O| Jul 10 22:17:31.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65682026-07-10T22:17:32.190Z[ recovery-image] Jul 10 22:17:31.669 INFO O| Jul 10 22:17:31.669 INFO STEP 404 (remove_files) COMPLETE
65692026-07-10T22:17:32.191Z[ recovery-image] Jul 10 22:17:31.669 INFO O| Jul 10 22:17:31.669 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-07-10T22:17:32.196Z[ recovery-image] Jul 10 22:17:31.677 INFO O| Jul 10 22:17:31.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65712026-07-10T22:17:32.197Z[ recovery-image] Jul 10 22:17:31.677 INFO O| Jul 10 22:17:31.677 INFO STEP 405 (remove_files) COMPLETE
65722026-07-10T22:17:32.197Z[ recovery-image] Jul 10 22:17:31.677 INFO O| Jul 10 22:17:31.677 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-07-10T22:17:32.204Z[ recovery-image] Jul 10 22:17:31.684 INFO O| Jul 10 22:17:31.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65742026-07-10T22:17:32.204Z[ recovery-image] Jul 10 22:17:31.684 INFO O| Jul 10 22:17:31.684 INFO STEP 406 (remove_files) COMPLETE
65752026-07-10T22:17:32.209Z[ recovery-image] Jul 10 22:17:31.684 INFO O| Jul 10 22:17:31.684 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-07-10T22:17:32.212Z[ recovery-image] Jul 10 22:17:31.691 INFO O| Jul 10 22:17:31.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65772026-07-10T22:17:32.212Z[ recovery-image] Jul 10 22:17:31.691 INFO O| Jul 10 22:17:31.691 INFO STEP 407 (remove_files) COMPLETE
65782026-07-10T22:17:32.212Z[ recovery-image] Jul 10 22:17:31.691 INFO O| Jul 10 22:17:31.691 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-07-10T22:17:32.216Z[ recovery-image] Jul 10 22:17:31.698 INFO O| Jul 10 22:17:31.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65802026-07-10T22:17:32.216Z[ recovery-image] Jul 10 22:17:31.698 INFO O| Jul 10 22:17:31.698 INFO STEP 408 (remove_files) COMPLETE
65812026-07-10T22:17:32.217Z[ recovery-image] Jul 10 22:17:31.698 INFO O| Jul 10 22:17:31.698 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-07-10T22:17:32.226Z[ recovery-image] Jul 10 22:17:31.707 INFO O| Jul 10 22:17:31.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65832026-07-10T22:17:32.226Z[ recovery-image] Jul 10 22:17:31.707 INFO O| Jul 10 22:17:31.707 INFO STEP 409 (remove_files) COMPLETE
65842026-07-10T22:17:32.226Z[ recovery-image] Jul 10 22:17:31.707 INFO O| Jul 10 22:17:31.707 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-07-10T22:17:32.235Z[ recovery-image] Jul 10 22:17:31.715 INFO O| Jul 10 22:17:31.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65862026-07-10T22:17:32.235Z[ recovery-image] Jul 10 22:17:31.715 INFO O| Jul 10 22:17:31.715 INFO STEP 410 (remove_files) COMPLETE
65872026-07-10T22:17:32.239Z[ recovery-image] Jul 10 22:17:31.715 INFO O| Jul 10 22:17:31.715 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-07-10T22:17:32.245Z[ recovery-image] Jul 10 22:17:31.723 INFO O| Jul 10 22:17:31.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65892026-07-10T22:17:32.245Z[ recovery-image] Jul 10 22:17:31.723 INFO O| Jul 10 22:17:31.723 INFO STEP 411 (remove_files) COMPLETE
65902026-07-10T22:17:32.245Z[ recovery-image] Jul 10 22:17:31.723 INFO O| Jul 10 22:17:31.723 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-07-10T22:17:32.254Z[ recovery-image] Jul 10 22:17:31.732 INFO O| Jul 10 22:17:31.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65922026-07-10T22:17:32.254Z[ recovery-image] Jul 10 22:17:31.732 INFO O| Jul 10 22:17:31.732 INFO STEP 412 (remove_files) COMPLETE
65932026-07-10T22:17:32.254Z[ recovery-image] Jul 10 22:17:31.732 INFO O| Jul 10 22:17:31.732 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-07-10T22:17:32.259Z[ recovery-image] Jul 10 22:17:31.740 INFO O| Jul 10 22:17:31.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65952026-07-10T22:17:32.259Z[ recovery-image] Jul 10 22:17:31.740 INFO O| Jul 10 22:17:31.740 INFO STEP 413 (remove_files) COMPLETE
65962026-07-10T22:17:32.266Z[ recovery-image] Jul 10 22:17:31.740 INFO O| Jul 10 22:17:31.740 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-07-10T22:17:32.272Z[ recovery-image] Jul 10 22:17:31.749 INFO O| Jul 10 22:17:31.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65982026-07-10T22:17:32.273Z[ recovery-image] Jul 10 22:17:31.749 INFO O| Jul 10 22:17:31.749 INFO STEP 414 (remove_files) COMPLETE
65992026-07-10T22:17:32.273Z[ recovery-image] Jul 10 22:17:31.749 INFO O| Jul 10 22:17:31.749 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-07-10T22:17:32.285Z[ recovery-image] Jul 10 22:17:31.756 INFO O| Jul 10 22:17:31.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
66012026-07-10T22:17:32.285Z[ recovery-image] Jul 10 22:17:31.756 INFO O| Jul 10 22:17:31.756 INFO STEP 415 (remove_files) COMPLETE
66022026-07-10T22:17:32.285Z[ recovery-image] Jul 10 22:17:31.756 INFO O| Jul 10 22:17:31.756 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-07-10T22:17:32.290Z[ recovery-image] Jul 10 22:17:31.765 INFO O| Jul 10 22:17:31.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
66042026-07-10T22:17:32.290Z[ recovery-image] Jul 10 22:17:31.765 INFO O| Jul 10 22:17:31.765 INFO STEP 416 (remove_files) COMPLETE
66052026-07-10T22:17:32.290Z[ recovery-image] Jul 10 22:17:31.765 INFO O| Jul 10 22:17:31.765 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-07-10T22:17:32.300Z[ recovery-image] Jul 10 22:17:31.776 INFO O| Jul 10 22:17:31.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
66072026-07-10T22:17:32.300Z[ recovery-image] Jul 10 22:17:31.776 INFO O| Jul 10 22:17:31.776 INFO STEP 417 (remove_files) COMPLETE
66082026-07-10T22:17:32.300Z[ recovery-image] Jul 10 22:17:31.776 INFO O| Jul 10 22:17:31.776 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-07-10T22:17:32.305Z[ recovery-image] Jul 10 22:17:31.786 INFO O| Jul 10 22:17:31.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
66102026-07-10T22:17:32.319Z[ recovery-image] Jul 10 22:17:31.799 INFO O| Jul 10 22:17:31.799 INFO STEP 418 (remove_files) COMPLETE
66112026-07-10T22:17:32.319Z[ recovery-image] Jul 10 22:17:31.799 INFO O| Jul 10 22:17:31.799 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-07-10T22:17:32.339Z[ recovery-image] Jul 10 22:17:31.815 INFO O| Jul 10 22:17:31.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
66132026-07-10T22:17:32.340Z[ recovery-image] Jul 10 22:17:31.820 INFO O| Jul 10 22:17:31.820 INFO STEP 419 (remove_files) COMPLETE
66142026-07-10T22:17:32.340Z[ recovery-image] Jul 10 22:17:31.820 INFO O| Jul 10 22:17:31.820 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-07-10T22:17:32.359Z[ recovery-image] Jul 10 22:17:31.839 INFO O| Jul 10 22:17:31.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66162026-07-10T22:17:32.365Z[ recovery-image] Jul 10 22:17:31.840 INFO O| Jul 10 22:17:31.839 INFO STEP 420 (remove_files) COMPLETE
66172026-07-10T22:17:32.365Z[ recovery-image] Jul 10 22:17:31.840 INFO O| Jul 10 22:17:31.839 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-07-10T22:17:32.371Z[ recovery-image] Jul 10 22:17:31.849 INFO O| Jul 10 22:17:31.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66192026-07-10T22:17:32.371Z[ recovery-image] Jul 10 22:17:31.849 INFO O| Jul 10 22:17:31.849 INFO STEP 421 (remove_files) COMPLETE
66202026-07-10T22:17:32.371Z[ recovery-image] Jul 10 22:17:31.850 INFO O| Jul 10 22:17:31.849 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-07-10T22:17:32.381Z[ recovery-image] Jul 10 22:17:31.859 INFO O| Jul 10 22:17:31.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66222026-07-10T22:17:32.381Z[ recovery-image] Jul 10 22:17:31.859 INFO O| Jul 10 22:17:31.859 INFO STEP 422 (remove_files) COMPLETE
66232026-07-10T22:17:32.387Z[ recovery-image] Jul 10 22:17:31.859 INFO O| Jul 10 22:17:31.859 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-07-10T22:17:32.395Z[ recovery-image] Jul 10 22:17:31.871 INFO O| Jul 10 22:17:31.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66252026-07-10T22:17:32.401Z[ recovery-image] Jul 10 22:17:31.871 INFO O| Jul 10 22:17:31.871 INFO STEP 423 (remove_files) COMPLETE
66262026-07-10T22:17:32.408Z[ recovery-image] Jul 10 22:17:31.871 INFO O| Jul 10 22:17:31.871 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-07-10T22:17:32.411Z[ recovery-image] Jul 10 22:17:31.891 INFO O| Jul 10 22:17:31.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66282026-07-10T22:17:32.412Z[ recovery-image] Jul 10 22:17:31.891 INFO O| Jul 10 22:17:31.891 INFO STEP 424 (remove_files) COMPLETE
66292026-07-10T22:17:32.412Z[ recovery-image] Jul 10 22:17:31.891 INFO O| Jul 10 22:17:31.891 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-07-10T22:17:32.422Z[ recovery-image] Jul 10 22:17:31.900 INFO O| Jul 10 22:17:31.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66312026-07-10T22:17:32.428Z[ recovery-image] Jul 10 22:17:31.900 INFO O| Jul 10 22:17:31.900 INFO STEP 425 (remove_files) COMPLETE
66322026-07-10T22:17:32.428Z[ recovery-image] Jul 10 22:17:31.900 INFO O| Jul 10 22:17:31.900 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-07-10T22:17:32.434Z[ recovery-image] Jul 10 22:17:31.910 INFO O| Jul 10 22:17:31.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66342026-07-10T22:17:32.434Z[ recovery-image] Jul 10 22:17:31.910 INFO O| Jul 10 22:17:31.910 INFO STEP 426 (remove_files) COMPLETE
66352026-07-10T22:17:32.434Z[ recovery-image] Jul 10 22:17:31.910 INFO O| Jul 10 22:17:31.910 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-07-10T22:17:32.438Z[ recovery-image] Jul 10 22:17:31.919 INFO O| Jul 10 22:17:31.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66372026-07-10T22:17:32.438Z[ recovery-image] Jul 10 22:17:31.919 INFO O| Jul 10 22:17:31.919 INFO STEP 427 (remove_files) COMPLETE
66382026-07-10T22:17:32.438Z[ recovery-image] Jul 10 22:17:31.919 INFO O| Jul 10 22:17:31.919 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-07-10T22:17:32.446Z[ recovery-image] Jul 10 22:17:31.927 INFO O| Jul 10 22:17:31.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66402026-07-10T22:17:32.451Z[ recovery-image] Jul 10 22:17:31.927 INFO O| Jul 10 22:17:31.927 INFO STEP 428 (remove_files) COMPLETE
66412026-07-10T22:17:32.451Z[ recovery-image] Jul 10 22:17:31.927 INFO O| Jul 10 22:17:31.927 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-07-10T22:17:32.462Z[ recovery-image] Jul 10 22:17:31.936 INFO O| Jul 10 22:17:31.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66432026-07-10T22:17:32.462Z[ recovery-image] Jul 10 22:17:31.936 INFO O| Jul 10 22:17:31.936 INFO STEP 429 (remove_files) COMPLETE
66442026-07-10T22:17:32.463Z[ recovery-image] Jul 10 22:17:31.936 INFO O| Jul 10 22:17:31.936 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-07-10T22:17:32.473Z[ recovery-image] Jul 10 22:17:31.946 INFO O| Jul 10 22:17:31.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66462026-07-10T22:17:32.473Z[ recovery-image] Jul 10 22:17:31.946 INFO O| Jul 10 22:17:31.946 INFO STEP 430 (remove_files) COMPLETE
66472026-07-10T22:17:32.473Z[ recovery-image] Jul 10 22:17:31.946 INFO O| Jul 10 22:17:31.946 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-07-10T22:17:32.476Z[ recovery-image] Jul 10 22:17:31.955 INFO O| Jul 10 22:17:31.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66492026-07-10T22:17:32.476Z[ recovery-image] Jul 10 22:17:31.955 INFO O| Jul 10 22:17:31.955 INFO STEP 431 (remove_files) COMPLETE
66502026-07-10T22:17:32.476Z[ recovery-image] Jul 10 22:17:31.955 INFO O| Jul 10 22:17:31.955 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-07-10T22:17:32.482Z[ recovery-image] Jul 10 22:17:31.964 INFO O| Jul 10 22:17:31.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66522026-07-10T22:17:32.482Z[ recovery-image] Jul 10 22:17:31.964 INFO O| Jul 10 22:17:31.964 INFO STEP 432 (remove_files) COMPLETE
66532026-07-10T22:17:32.489Z[ recovery-image] Jul 10 22:17:31.964 INFO O| Jul 10 22:17:31.964 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-07-10T22:17:32.493Z[ recovery-image] Jul 10 22:17:31.974 INFO O| Jul 10 22:17:31.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66552026-07-10T22:17:32.493Z[ recovery-image] Jul 10 22:17:31.974 INFO O| Jul 10 22:17:31.974 INFO STEP 433 (remove_files) COMPLETE
66562026-07-10T22:17:32.493Z[ recovery-image] Jul 10 22:17:31.974 INFO O| Jul 10 22:17:31.974 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-07-10T22:17:32.501Z[ recovery-image] Jul 10 22:17:31.982 INFO O| Jul 10 22:17:31.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66582026-07-10T22:17:32.502Z[ recovery-image] Jul 10 22:17:31.982 INFO O| Jul 10 22:17:31.982 INFO STEP 434 (remove_files) COMPLETE
66592026-07-10T22:17:32.509Z[ recovery-image] Jul 10 22:17:31.982 INFO O| Jul 10 22:17:31.982 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-07-10T22:17:32.513Z[ recovery-image] Jul 10 22:17:31.994 INFO O| Jul 10 22:17:31.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66612026-07-10T22:17:32.513Z[ recovery-image] Jul 10 22:17:31.994 INFO O| Jul 10 22:17:31.994 INFO STEP 435 (remove_files) COMPLETE
66622026-07-10T22:17:32.513Z[ recovery-image] Jul 10 22:17:31.994 INFO O| Jul 10 22:17:31.994 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-07-10T22:17:32.522Z[ recovery-image] Jul 10 22:17:32.004 INFO O| Jul 10 22:17:32.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66642026-07-10T22:17:32.522Z[ recovery-image] Jul 10 22:17:32.004 INFO O| Jul 10 22:17:32.004 INFO STEP 436 (remove_files) COMPLETE
66652026-07-10T22:17:32.527Z[ recovery-image] Jul 10 22:17:32.004 INFO O| Jul 10 22:17:32.004 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-07-10T22:17:32.532Z[ recovery-image] Jul 10 22:17:32.013 INFO O| Jul 10 22:17:32.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66672026-07-10T22:17:32.532Z[ recovery-image] Jul 10 22:17:32.013 INFO O| Jul 10 22:17:32.013 INFO STEP 437 (remove_files) COMPLETE
66682026-07-10T22:17:32.536Z[ recovery-image] Jul 10 22:17:32.013 INFO O| Jul 10 22:17:32.013 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-07-10T22:17:32.546Z[ recovery-image] Jul 10 22:17:32.022 INFO O| Jul 10 22:17:32.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66702026-07-10T22:17:32.546Z[ recovery-image] Jul 10 22:17:32.022 INFO O| Jul 10 22:17:32.022 INFO STEP 438 (remove_files) COMPLETE
66712026-07-10T22:17:32.546Z[ recovery-image] Jul 10 22:17:32.022 INFO O| Jul 10 22:17:32.022 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-07-10T22:17:32.552Z[ recovery-image] Jul 10 22:17:32.032 INFO O| Jul 10 22:17:32.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66732026-07-10T22:17:32.555Z[ recovery-image] Jul 10 22:17:32.032 INFO O| Jul 10 22:17:32.032 INFO STEP 439 (remove_files) COMPLETE
66742026-07-10T22:17:32.555Z[ recovery-image] Jul 10 22:17:32.032 INFO O| Jul 10 22:17:32.032 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-07-10T22:17:32.562Z[ recovery-image] Jul 10 22:17:32.041 INFO O| Jul 10 22:17:32.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66762026-07-10T22:17:32.562Z[ recovery-image] Jul 10 22:17:32.041 INFO O| Jul 10 22:17:32.041 INFO STEP 440 (remove_files) COMPLETE
66772026-07-10T22:17:32.562Z[ recovery-image] Jul 10 22:17:32.041 INFO O| Jul 10 22:17:32.041 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-07-10T22:17:32.575Z[ recovery-image] Jul 10 22:17:32.052 INFO O| Jul 10 22:17:32.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66792026-07-10T22:17:32.575Z[ recovery-image] Jul 10 22:17:32.052 INFO O| Jul 10 22:17:32.052 INFO STEP 441 (remove_files) COMPLETE
66802026-07-10T22:17:32.575Z[ recovery-image] Jul 10 22:17:32.052 INFO O| Jul 10 22:17:32.052 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-07-10T22:17:32.584Z[ recovery-image] Jul 10 22:17:32.063 INFO O| Jul 10 22:17:32.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66822026-07-10T22:17:32.584Z[ recovery-image] Jul 10 22:17:32.063 INFO O| Jul 10 22:17:32.063 INFO STEP 442 (remove_files) COMPLETE
66832026-07-10T22:17:32.584Z[ recovery-image] Jul 10 22:17:32.063 INFO O| Jul 10 22:17:32.063 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-07-10T22:17:32.591Z[ recovery-image] Jul 10 22:17:32.072 INFO O| Jul 10 22:17:32.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66852026-07-10T22:17:32.595Z[ recovery-image] Jul 10 22:17:32.072 INFO O| Jul 10 22:17:32.072 INFO STEP 443 (remove_files) COMPLETE
66862026-07-10T22:17:32.595Z[ recovery-image] Jul 10 22:17:32.072 INFO O| Jul 10 22:17:32.072 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-07-10T22:17:32.603Z[ recovery-image] Jul 10 22:17:32.083 INFO O| Jul 10 22:17:32.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66882026-07-10T22:17:32.603Z[ recovery-image] Jul 10 22:17:32.083 INFO O| Jul 10 22:17:32.083 INFO STEP 444 (remove_files) COMPLETE
66892026-07-10T22:17:32.603Z[ recovery-image] Jul 10 22:17:32.083 INFO O| Jul 10 22:17:32.083 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-07-10T22:17:32.613Z[ recovery-image] Jul 10 22:17:32.093 INFO O| Jul 10 22:17:32.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66912026-07-10T22:17:32.613Z[ recovery-image] Jul 10 22:17:32.093 INFO O| Jul 10 22:17:32.093 INFO STEP 445 (remove_files) COMPLETE
66922026-07-10T22:17:32.621Z[ recovery-image] Jul 10 22:17:32.093 INFO O| Jul 10 22:17:32.093 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-07-10T22:17:32.627Z[ recovery-image] Jul 10 22:17:32.102 INFO O| Jul 10 22:17:32.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66942026-07-10T22:17:32.627Z[ recovery-image] Jul 10 22:17:32.102 INFO O| Jul 10 22:17:32.102 INFO STEP 446 (remove_files) COMPLETE
66952026-07-10T22:17:32.627Z[ recovery-image] Jul 10 22:17:32.102 INFO O| Jul 10 22:17:32.102 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-07-10T22:17:32.630Z[ recovery-image] Jul 10 22:17:32.112 INFO O| Jul 10 22:17:32.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66972026-07-10T22:17:32.634Z[ recovery-image] Jul 10 22:17:32.113 INFO O| Jul 10 22:17:32.113 INFO STEP 447 (remove_files) COMPLETE
66982026-07-10T22:17:32.634Z[ recovery-image] Jul 10 22:17:32.113 INFO O| Jul 10 22:17:32.113 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-07-10T22:17:32.644Z[ recovery-image] Jul 10 22:17:32.122 INFO O| Jul 10 22:17:32.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
67002026-07-10T22:17:32.644Z[ recovery-image] Jul 10 22:17:32.123 INFO O| Jul 10 22:17:32.123 INFO STEP 448 (remove_files) COMPLETE
67012026-07-10T22:17:32.644Z[ recovery-image] Jul 10 22:17:32.123 INFO O| Jul 10 22:17:32.123 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-07-10T22:17:32.654Z[ recovery-image] Jul 10 22:17:32.132 INFO O| Jul 10 22:17:32.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
67032026-07-10T22:17:32.654Z[ recovery-image] Jul 10 22:17:32.132 INFO O| Jul 10 22:17:32.132 INFO STEP 449 (remove_files) COMPLETE
67042026-07-10T22:17:32.665Z[ recovery-image] Jul 10 22:17:32.132 INFO O| Jul 10 22:17:32.132 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-07-10T22:17:32.671Z[ recovery-image] Jul 10 22:17:32.141 INFO O| Jul 10 22:17:32.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
67062026-07-10T22:17:32.671Z[ recovery-image] Jul 10 22:17:32.142 INFO O| Jul 10 22:17:32.141 INFO STEP 450 (remove_files) COMPLETE
67072026-07-10T22:17:32.671Z[ recovery-image] Jul 10 22:17:32.142 INFO O| Jul 10 22:17:32.142 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-07-10T22:17:32.671Z[ recovery-image] Jul 10 22:17:32.151 INFO O| Jul 10 22:17:32.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
67092026-07-10T22:17:32.671Z[ recovery-image] Jul 10 22:17:32.151 INFO O| Jul 10 22:17:32.151 INFO STEP 451 (remove_files) COMPLETE
67102026-07-10T22:17:32.671Z[ recovery-image] Jul 10 22:17:32.151 INFO O| Jul 10 22:17:32.151 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-07-10T22:17:32.678Z[ recovery-image] Jul 10 22:17:32.160 INFO O| Jul 10 22:17:32.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
67122026-07-10T22:17:32.678Z[ recovery-image] Jul 10 22:17:32.160 INFO O| Jul 10 22:17:32.160 INFO STEP 452 (remove_files) COMPLETE
67132026-07-10T22:17:32.686Z[ recovery-image] Jul 10 22:17:32.160 INFO O| Jul 10 22:17:32.160 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-07-10T22:17:32.692Z[ recovery-image] Jul 10 22:17:32.168 INFO O| Jul 10 22:17:32.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67152026-07-10T22:17:32.692Z[ recovery-image] Jul 10 22:17:32.168 INFO O| Jul 10 22:17:32.168 INFO STEP 453 (remove_files) COMPLETE
67162026-07-10T22:17:32.692Z[ recovery-image] Jul 10 22:17:32.168 INFO O| Jul 10 22:17:32.168 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-07-10T22:17:32.699Z[ recovery-image] Jul 10 22:17:32.176 INFO O| Jul 10 22:17:32.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67182026-07-10T22:17:32.699Z[ recovery-image] Jul 10 22:17:32.176 INFO O| Jul 10 22:17:32.176 INFO STEP 454 (remove_files) COMPLETE
67192026-07-10T22:17:32.699Z[ recovery-image] Jul 10 22:17:32.176 INFO O| Jul 10 22:17:32.176 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-07-10T22:17:32.704Z[ recovery-image] Jul 10 22:17:32.185 INFO O| Jul 10 22:17:32.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67212026-07-10T22:17:32.704Z[ recovery-image] Jul 10 22:17:32.185 INFO O| Jul 10 22:17:32.185 INFO STEP 455 (remove_files) COMPLETE
67222026-07-10T22:17:32.708Z[ recovery-image] Jul 10 22:17:32.185 INFO O| Jul 10 22:17:32.185 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-07-10T22:17:32.713Z[ recovery-image] Jul 10 22:17:32.195 INFO O| Jul 10 22:17:32.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67242026-07-10T22:17:32.720Z[ recovery-image] Jul 10 22:17:32.195 INFO O| Jul 10 22:17:32.195 INFO STEP 456 (remove_files) COMPLETE
67252026-07-10T22:17:32.720Z[ recovery-image] Jul 10 22:17:32.195 INFO O| Jul 10 22:17:32.195 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-07-10T22:17:32.724Z[ recovery-image] Jul 10 22:17:32.203 INFO O| Jul 10 22:17:32.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67272026-07-10T22:17:32.724Z[ recovery-image] Jul 10 22:17:32.204 INFO O| Jul 10 22:17:32.204 INFO STEP 457 (remove_files) COMPLETE
67282026-07-10T22:17:32.724Z[ recovery-image] Jul 10 22:17:32.204 INFO O| Jul 10 22:17:32.204 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-07-10T22:17:32.734Z[ recovery-image] Jul 10 22:17:32.213 INFO O| Jul 10 22:17:32.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67302026-07-10T22:17:32.739Z[ recovery-image] Jul 10 22:17:32.213 INFO O| Jul 10 22:17:32.213 INFO STEP 458 (remove_files) COMPLETE
67312026-07-10T22:17:32.740Z[ recovery-image] Jul 10 22:17:32.213 INFO O| Jul 10 22:17:32.213 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-07-10T22:17:32.747Z[ recovery-image] Jul 10 22:17:32.221 INFO O| Jul 10 22:17:32.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67332026-07-10T22:17:32.747Z[ recovery-image] Jul 10 22:17:32.221 INFO O| Jul 10 22:17:32.221 INFO STEP 459 (remove_files) COMPLETE
67342026-07-10T22:17:32.748Z[ recovery-image] Jul 10 22:17:32.221 INFO O| Jul 10 22:17:32.221 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-07-10T22:17:32.753Z[ recovery-image] Jul 10 22:17:32.230 INFO O| Jul 10 22:17:32.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67362026-07-10T22:17:32.753Z[ recovery-image] Jul 10 22:17:32.230 INFO O| Jul 10 22:17:32.230 INFO STEP 460 (remove_files) COMPLETE
67372026-07-10T22:17:32.753Z[ recovery-image] Jul 10 22:17:32.230 INFO O| Jul 10 22:17:32.230 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-07-10T22:17:32.756Z[ recovery-image] Jul 10 22:17:32.238 INFO O| Jul 10 22:17:32.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67392026-07-10T22:17:32.766Z[ recovery-image] Jul 10 22:17:32.239 INFO O| Jul 10 22:17:32.239 INFO STEP 461 (remove_files) COMPLETE
67402026-07-10T22:17:32.766Z[ recovery-image] Jul 10 22:17:32.239 INFO O| Jul 10 22:17:32.239 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-07-10T22:17:32.766Z[ recovery-image] Jul 10 22:17:32.247 INFO O| Jul 10 22:17:32.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67422026-07-10T22:17:32.766Z[ recovery-image] Jul 10 22:17:32.247 INFO O| Jul 10 22:17:32.247 INFO STEP 462 (remove_files) COMPLETE
67432026-07-10T22:17:32.766Z[ recovery-image] Jul 10 22:17:32.247 INFO O| Jul 10 22:17:32.247 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-07-10T22:17:32.774Z[ recovery-image] Jul 10 22:17:32.255 INFO O| Jul 10 22:17:32.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67452026-07-10T22:17:32.774Z[ recovery-image] Jul 10 22:17:32.255 INFO O| Jul 10 22:17:32.255 INFO STEP 463 (remove_files) COMPLETE
67462026-07-10T22:17:32.780Z[ recovery-image] Jul 10 22:17:32.255 INFO O| Jul 10 22:17:32.255 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-07-10T22:17:32.785Z[ recovery-image] Jul 10 22:17:32.263 INFO O| Jul 10 22:17:32.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67482026-07-10T22:17:32.785Z[ recovery-image] Jul 10 22:17:32.263 INFO O| Jul 10 22:17:32.263 INFO STEP 464 (remove_files) COMPLETE
67492026-07-10T22:17:32.786Z[ recovery-image] Jul 10 22:17:32.263 INFO O| Jul 10 22:17:32.263 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-07-10T22:17:32.792Z[ recovery-image] Jul 10 22:17:32.273 INFO O| Jul 10 22:17:32.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67512026-07-10T22:17:32.792Z[ recovery-image] Jul 10 22:17:32.273 INFO O| Jul 10 22:17:32.273 INFO STEP 465 (remove_files) COMPLETE
67522026-07-10T22:17:32.795Z[ recovery-image] Jul 10 22:17:32.273 INFO O| Jul 10 22:17:32.273 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-07-10T22:17:32.799Z[ recovery-image] Jul 10 22:17:32.281 INFO O| Jul 10 22:17:32.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67542026-07-10T22:17:32.808Z[ recovery-image] Jul 10 22:17:32.281 INFO O| Jul 10 22:17:32.281 INFO STEP 466 (remove_files) COMPLETE
67552026-07-10T22:17:32.808Z[ recovery-image] Jul 10 22:17:32.281 INFO O| Jul 10 22:17:32.281 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-07-10T22:17:32.808Z[ recovery-image] Jul 10 22:17:32.289 INFO O| Jul 10 22:17:32.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67572026-07-10T22:17:32.808Z[ recovery-image] Jul 10 22:17:32.289 INFO O| Jul 10 22:17:32.289 INFO STEP 467 (remove_files) COMPLETE
67582026-07-10T22:17:32.808Z[ recovery-image] Jul 10 22:17:32.289 INFO O| Jul 10 22:17:32.289 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-07-10T22:17:32.819Z[ recovery-image] Jul 10 22:17:32.297 INFO O| Jul 10 22:17:32.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67602026-07-10T22:17:32.819Z[ recovery-image] Jul 10 22:17:32.297 INFO O| Jul 10 22:17:32.297 INFO STEP 468 (remove_files) COMPLETE
67612026-07-10T22:17:32.827Z[ recovery-image] Jul 10 22:17:32.297 INFO O| Jul 10 22:17:32.297 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-07-10T22:17:32.827Z[ recovery-image] Jul 10 22:17:32.305 INFO O| Jul 10 22:17:32.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67632026-07-10T22:17:32.828Z[ recovery-image] Jul 10 22:17:32.305 INFO O| Jul 10 22:17:32.305 INFO STEP 469 (remove_files) COMPLETE
67642026-07-10T22:17:32.828Z[ recovery-image] Jul 10 22:17:32.305 INFO O| Jul 10 22:17:32.305 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-07-10T22:17:32.835Z[ recovery-image] Jul 10 22:17:32.313 INFO O| Jul 10 22:17:32.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67662026-07-10T22:17:32.835Z[ recovery-image] Jul 10 22:17:32.313 INFO O| Jul 10 22:17:32.313 INFO STEP 470 (remove_files) COMPLETE
67672026-07-10T22:17:32.839Z[ recovery-image] Jul 10 22:17:32.313 INFO O| Jul 10 22:17:32.313 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-07-10T22:17:32.842Z[ recovery-image] Jul 10 22:17:32.322 INFO O| Jul 10 22:17:32.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67692026-07-10T22:17:32.842Z[ recovery-image] Jul 10 22:17:32.322 INFO O| Jul 10 22:17:32.322 INFO STEP 471 (remove_files) COMPLETE
67702026-07-10T22:17:32.842Z[ recovery-image] Jul 10 22:17:32.322 INFO O| Jul 10 22:17:32.322 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-07-10T22:17:32.848Z[ recovery-image] Jul 10 22:17:32.330 INFO O| Jul 10 22:17:32.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67722026-07-10T22:17:32.853Z[ recovery-image] Jul 10 22:17:32.330 INFO O| Jul 10 22:17:32.330 INFO STEP 472 (remove_files) COMPLETE
67732026-07-10T22:17:32.853Z[ recovery-image] Jul 10 22:17:32.330 INFO O| Jul 10 22:17:32.330 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-07-10T22:17:32.861Z[ recovery-image] Jul 10 22:17:32.338 INFO O| Jul 10 22:17:32.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67752026-07-10T22:17:32.861Z[ recovery-image] Jul 10 22:17:32.338 INFO O| Jul 10 22:17:32.338 INFO STEP 473 (remove_files) COMPLETE
67762026-07-10T22:17:32.861Z[ recovery-image] Jul 10 22:17:32.338 INFO O| Jul 10 22:17:32.338 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-07-10T22:17:32.868Z[ recovery-image] Jul 10 22:17:32.346 INFO O| Jul 10 22:17:32.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhsmp"
67782026-07-10T22:17:32.869Z[ recovery-image] Jul 10 22:17:32.347 INFO O| Jul 10 22:17:32.347 INFO STEP 474 (remove_files) COMPLETE
67792026-07-10T22:17:32.869Z[ recovery-image] Jul 10 22:17:32.347 INFO O| Jul 10 22:17:32.347 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-07-10T22:17:32.879Z[ recovery-image] Jul 10 22:17:32.355 INFO O| Jul 10 22:17:32.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usmn"
67812026-07-10T22:17:32.883Z[ recovery-image] Jul 10 22:17:32.356 INFO O| Jul 10 22:17:32.355 INFO STEP 475 (remove_files) COMPLETE
67822026-07-10T22:17:32.883Z[ recovery-image] Jul 10 22:17:32.356 INFO O| Jul 10 22:17:32.356 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-07-10T22:17:32.883Z[ recovery-image] Jul 10 22:17:32.363 INFO O| Jul 10 22:17:32.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/zen_udf"
67842026-07-10T22:17:32.883Z[ recovery-image] Jul 10 22:17:32.363 INFO O| Jul 10 22:17:32.363 INFO STEP 476 (remove_files) COMPLETE
67852026-07-10T22:17:32.883Z[ recovery-image] Jul 10 22:17:32.363 INFO O| Jul 10 22:17:32.363 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-07-10T22:17:32.900Z[ recovery-image] Jul 10 22:17:32.369 INFO O| Jul 10 22:17:32.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67872026-07-10T22:17:32.906Z[ recovery-image] Jul 10 22:17:32.369 INFO O| Jul 10 22:17:32.369 INFO STEP 477 (remove_files) COMPLETE
67882026-07-10T22:17:32.906Z[ recovery-image] Jul 10 22:17:32.369 INFO O| Jul 10 22:17:32.369 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-07-10T22:17:32.906Z[ recovery-image] Jul 10 22:17:32.377 INFO O| Jul 10 22:17:32.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67902026-07-10T22:17:32.906Z[ recovery-image] Jul 10 22:17:32.377 INFO O| Jul 10 22:17:32.377 INFO STEP 478 (remove_files) COMPLETE
67912026-07-10T22:17:32.906Z[ recovery-image] Jul 10 22:17:32.377 INFO O| Jul 10 22:17:32.377 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-07-10T22:17:32.906Z[ recovery-image] Jul 10 22:17:32.385 INFO O| Jul 10 22:17:32.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67932026-07-10T22:17:32.906Z[ recovery-image] Jul 10 22:17:32.385 INFO O| Jul 10 22:17:32.385 INFO STEP 479 (remove_files) COMPLETE
67942026-07-10T22:17:32.906Z[ recovery-image] Jul 10 22:17:32.385 INFO O| Jul 10 22:17:32.385 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-07-10T22:17:32.915Z[ recovery-image] Jul 10 22:17:32.392 INFO O| Jul 10 22:17:32.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67962026-07-10T22:17:32.915Z[ recovery-image] Jul 10 22:17:32.392 INFO O| Jul 10 22:17:32.392 INFO STEP 480 (remove_files) COMPLETE
67972026-07-10T22:17:32.915Z[ recovery-image] Jul 10 22:17:32.392 INFO O| Jul 10 22:17:32.392 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-07-10T22:17:32.927Z[ recovery-image] Jul 10 22:17:32.399 INFO O| Jul 10 22:17:32.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67992026-07-10T22:17:32.927Z[ recovery-image] Jul 10 22:17:32.399 INFO O| Jul 10 22:17:32.399 INFO STEP 481 (remove_files) COMPLETE
68002026-07-10T22:17:32.927Z[ recovery-image] Jul 10 22:17:32.399 INFO O| Jul 10 22:17:32.399 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-07-10T22:17:32.938Z[ recovery-image] Jul 10 22:17:32.406 INFO O| Jul 10 22:17:32.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
68022026-07-10T22:17:32.938Z[ recovery-image] Jul 10 22:17:32.406 INFO O| Jul 10 22:17:32.406 INFO STEP 482 (remove_files) COMPLETE
68032026-07-10T22:17:32.938Z[ recovery-image] Jul 10 22:17:32.406 INFO O| Jul 10 22:17:32.406 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-07-10T22:17:32.938Z[ recovery-image] Jul 10 22:17:32.412 INFO O| Jul 10 22:17:32.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
68052026-07-10T22:17:32.938Z[ recovery-image] Jul 10 22:17:32.412 INFO O| Jul 10 22:17:32.412 INFO STEP 483 (remove_files) COMPLETE
68062026-07-10T22:17:32.938Z[ recovery-image] Jul 10 22:17:32.412 INFO O| Jul 10 22:17:32.412 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-07-10T22:17:32.950Z[ recovery-image] Jul 10 22:17:32.420 INFO O| Jul 10 22:17:32.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
68082026-07-10T22:17:32.950Z[ recovery-image] Jul 10 22:17:32.420 INFO O| Jul 10 22:17:32.420 INFO STEP 484 (remove_files) COMPLETE
68092026-07-10T22:17:32.950Z[ recovery-image] Jul 10 22:17:32.420 INFO O| Jul 10 22:17:32.420 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-07-10T22:17:32.952Z[ recovery-image] Jul 10 22:17:32.427 INFO O| Jul 10 22:17:32.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
68112026-07-10T22:17:32.952Z[ recovery-image] Jul 10 22:17:32.427 INFO O| Jul 10 22:17:32.427 INFO STEP 485 (remove_files) COMPLETE
68122026-07-10T22:17:32.952Z[ recovery-image] Jul 10 22:17:32.427 INFO O| Jul 10 22:17:32.427 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-07-10T22:17:32.961Z[ recovery-image] Jul 10 22:17:32.434 INFO O| Jul 10 22:17:32.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
68142026-07-10T22:17:32.961Z[ recovery-image] Jul 10 22:17:32.434 INFO O| Jul 10 22:17:32.434 INFO STEP 486 (remove_files) COMPLETE
68152026-07-10T22:17:32.961Z[ recovery-image] Jul 10 22:17:32.435 INFO O| Jul 10 22:17:32.434 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-07-10T22:17:32.965Z[ recovery-image] Jul 10 22:17:32.442 INFO O| Jul 10 22:17:32.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68172026-07-10T22:17:32.965Z[ recovery-image] Jul 10 22:17:32.442 INFO O| Jul 10 22:17:32.442 INFO STEP 487 (remove_files) COMPLETE
68182026-07-10T22:17:32.965Z[ recovery-image] Jul 10 22:17:32.442 INFO O| Jul 10 22:17:32.442 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-07-10T22:17:32.969Z[ recovery-image] Jul 10 22:17:32.448 INFO O| Jul 10 22:17:32.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68202026-07-10T22:17:32.969Z[ recovery-image] Jul 10 22:17:32.448 INFO O| Jul 10 22:17:32.448 INFO STEP 488 (remove_files) COMPLETE
68212026-07-10T22:17:32.969Z[ recovery-image] Jul 10 22:17:32.448 INFO O| Jul 10 22:17:32.448 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-07-10T22:17:32.974Z[ recovery-image] Jul 10 22:17:32.456 INFO O| Jul 10 22:17:32.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68232026-07-10T22:17:32.974Z[ recovery-image] Jul 10 22:17:32.456 INFO O| Jul 10 22:17:32.456 INFO STEP 489 (remove_files) COMPLETE
68242026-07-10T22:17:32.980Z[ recovery-image] Jul 10 22:17:32.456 INFO O| Jul 10 22:17:32.456 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-07-10T22:17:32.987Z[ recovery-image] Jul 10 22:17:32.463 INFO O| Jul 10 22:17:32.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68262026-07-10T22:17:32.987Z[ recovery-image] Jul 10 22:17:32.463 INFO O| Jul 10 22:17:32.463 INFO STEP 490 (remove_files) COMPLETE
68272026-07-10T22:17:32.987Z[ recovery-image] Jul 10 22:17:32.463 INFO O| Jul 10 22:17:32.463 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-07-10T22:17:32.993Z[ recovery-image] Jul 10 22:17:32.470 INFO O| Jul 10 22:17:32.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68292026-07-10T22:17:32.993Z[ recovery-image] Jul 10 22:17:32.470 INFO O| Jul 10 22:17:32.470 INFO STEP 491 (remove_files) COMPLETE
68302026-07-10T22:17:32.993Z[ recovery-image] Jul 10 22:17:32.470 INFO O| Jul 10 22:17:32.470 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-07-10T22:17:32.999Z[ recovery-image] Jul 10 22:17:32.478 INFO O| Jul 10 22:17:32.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68322026-07-10T22:17:32.999Z[ recovery-image] Jul 10 22:17:32.478 INFO O| Jul 10 22:17:32.478 INFO STEP 492 (remove_files) COMPLETE
68332026-07-10T22:17:32.999Z[ recovery-image] Jul 10 22:17:32.478 INFO O| Jul 10 22:17:32.478 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-07-10T22:17:33.008Z[ recovery-image] Jul 10 22:17:32.486 INFO O| Jul 10 22:17:32.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68352026-07-10T22:17:33.008Z[ recovery-image] Jul 10 22:17:32.486 INFO O| Jul 10 22:17:32.486 INFO STEP 493 (remove_files) COMPLETE
68362026-07-10T22:17:33.008Z[ recovery-image] Jul 10 22:17:32.486 INFO O| Jul 10 22:17:32.486 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-07-10T22:17:33.012Z[ recovery-image] Jul 10 22:17:32.494 INFO O| Jul 10 22:17:32.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68382026-07-10T22:17:33.012Z[ recovery-image] Jul 10 22:17:32.494 INFO O| Jul 10 22:17:32.494 INFO STEP 494 (remove_files) COMPLETE
68392026-07-10T22:17:33.015Z[ recovery-image] Jul 10 22:17:32.494 INFO O| Jul 10 22:17:32.494 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-07-10T22:17:33.029Z[ recovery-image] Jul 10 22:17:32.502 INFO O| Jul 10 22:17:32.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68412026-07-10T22:17:33.029Z[ recovery-image] Jul 10 22:17:32.502 INFO O| Jul 10 22:17:32.502 INFO STEP 495 (remove_files) COMPLETE
68422026-07-10T22:17:33.029Z[ recovery-image] Jul 10 22:17:32.502 INFO O| Jul 10 22:17:32.502 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-07-10T22:17:33.029Z[ recovery-image] Jul 10 22:17:32.509 INFO O| Jul 10 22:17:32.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68442026-07-10T22:17:33.029Z[ recovery-image] Jul 10 22:17:32.509 INFO O| Jul 10 22:17:32.509 INFO STEP 496 (remove_files) COMPLETE
68452026-07-10T22:17:33.029Z[ recovery-image] Jul 10 22:17:32.510 INFO O| Jul 10 22:17:32.509 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-07-10T22:17:33.045Z[ recovery-image] Jul 10 22:17:32.517 INFO O| Jul 10 22:17:32.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68472026-07-10T22:17:33.046Z[ recovery-image] Jul 10 22:17:32.517 INFO O| Jul 10 22:17:32.517 INFO STEP 497 (remove_files) COMPLETE
68482026-07-10T22:17:33.050Z[ recovery-image] Jul 10 22:17:32.517 INFO O| Jul 10 22:17:32.517 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-07-10T22:17:33.050Z[ recovery-image] Jul 10 22:17:32.524 INFO O| Jul 10 22:17:32.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68502026-07-10T22:17:33.050Z[ recovery-image] Jul 10 22:17:32.524 INFO O| Jul 10 22:17:32.524 INFO STEP 498 (remove_files) COMPLETE
68512026-07-10T22:17:33.051Z[ recovery-image] Jul 10 22:17:32.524 INFO O| Jul 10 22:17:32.524 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-07-10T22:17:33.054Z[ recovery-image] Jul 10 22:17:32.531 INFO O| Jul 10 22:17:32.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68532026-07-10T22:17:33.054Z[ recovery-image] Jul 10 22:17:32.531 INFO O| Jul 10 22:17:32.531 INFO STEP 499 (remove_files) COMPLETE
68542026-07-10T22:17:33.054Z[ recovery-image] Jul 10 22:17:32.531 INFO O| Jul 10 22:17:32.531 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-07-10T22:17:33.060Z[ recovery-image] Jul 10 22:17:32.538 INFO O| Jul 10 22:17:32.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68562026-07-10T22:17:33.060Z[ recovery-image] Jul 10 22:17:32.538 INFO O| Jul 10 22:17:32.538 INFO STEP 500 (remove_files) COMPLETE
68572026-07-10T22:17:33.060Z[ recovery-image] Jul 10 22:17:32.538 INFO O| Jul 10 22:17:32.538 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-07-10T22:17:33.068Z[ recovery-image] Jul 10 22:17:32.544 INFO O| Jul 10 22:17:32.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68592026-07-10T22:17:33.068Z[ recovery-image] Jul 10 22:17:32.545 INFO O| Jul 10 22:17:32.545 INFO STEP 501 (remove_files) COMPLETE
68602026-07-10T22:17:33.068Z[ recovery-image] Jul 10 22:17:32.545 INFO O| Jul 10 22:17:32.545 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-07-10T22:17:33.072Z[ recovery-image] Jul 10 22:17:32.551 INFO O| Jul 10 22:17:32.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68622026-07-10T22:17:33.072Z[ recovery-image] Jul 10 22:17:32.551 INFO O| Jul 10 22:17:32.551 INFO STEP 502 (remove_files) COMPLETE
68632026-07-10T22:17:33.072Z[ recovery-image] Jul 10 22:17:32.551 INFO O| Jul 10 22:17:32.551 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-07-10T22:17:33.079Z[ recovery-image] Jul 10 22:17:32.558 INFO O| Jul 10 22:17:32.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68652026-07-10T22:17:33.079Z[ recovery-image] Jul 10 22:17:32.558 INFO O| Jul 10 22:17:32.558 INFO STEP 503 (remove_files) COMPLETE
68662026-07-10T22:17:33.087Z[ recovery-image] Jul 10 22:17:32.558 INFO O| Jul 10 22:17:32.558 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-07-10T22:17:33.092Z[ recovery-image] Jul 10 22:17:32.566 INFO O| Jul 10 22:17:32.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68682026-07-10T22:17:33.092Z[ recovery-image] Jul 10 22:17:32.566 INFO O| Jul 10 22:17:32.566 INFO STEP 504 (remove_files) COMPLETE
68692026-07-10T22:17:33.093Z[ recovery-image] Jul 10 22:17:32.566 INFO O| Jul 10 22:17:32.566 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-07-10T22:17:33.097Z[ recovery-image] Jul 10 22:17:32.573 INFO O| Jul 10 22:17:32.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68712026-07-10T22:17:33.097Z[ recovery-image] Jul 10 22:17:32.574 INFO O| Jul 10 22:17:32.573 INFO STEP 505 (remove_files) COMPLETE
68722026-07-10T22:17:33.097Z[ recovery-image] Jul 10 22:17:32.574 INFO O| Jul 10 22:17:32.573 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-07-10T22:17:33.101Z[ recovery-image] Jul 10 22:17:32.581 INFO O| Jul 10 22:17:32.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68742026-07-10T22:17:33.101Z[ recovery-image] Jul 10 22:17:32.581 INFO O| Jul 10 22:17:32.581 INFO STEP 506 (remove_files) COMPLETE
68752026-07-10T22:17:33.101Z[ recovery-image] Jul 10 22:17:32.581 INFO O| Jul 10 22:17:32.581 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-07-10T22:17:33.109Z[ recovery-image] Jul 10 22:17:32.590 INFO O| Jul 10 22:17:32.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68772026-07-10T22:17:33.110Z[ recovery-image] Jul 10 22:17:32.590 INFO O| Jul 10 22:17:32.590 INFO STEP 507 (remove_files) COMPLETE
68782026-07-10T22:17:33.115Z[ recovery-image] Jul 10 22:17:32.590 INFO O| Jul 10 22:17:32.590 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-07-10T22:17:33.119Z[ recovery-image] Jul 10 22:17:32.598 INFO O| Jul 10 22:17:32.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/apobdump"
68802026-07-10T22:17:33.119Z[ recovery-image] Jul 10 22:17:32.598 INFO O| Jul 10 22:17:32.598 INFO STEP 508 (remove_files) COMPLETE
68812026-07-10T22:17:33.119Z[ recovery-image] Jul 10 22:17:32.598 INFO O| Jul 10 22:17:32.598 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-07-10T22:17:33.124Z[ recovery-image] Jul 10 22:17:32.606 INFO O| Jul 10 22:17:32.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/udf"
68832026-07-10T22:17:33.124Z[ recovery-image] Jul 10 22:17:32.606 INFO O| Jul 10 22:17:32.606 INFO STEP 509 (remove_files) COMPLETE
68842026-07-10T22:17:33.131Z[ recovery-image] Jul 10 22:17:32.606 INFO O| Jul 10 22:17:32.606 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-07-10T22:17:33.137Z[ recovery-image] Jul 10 22:17:32.613 INFO O| Jul 10 22:17:32.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/uhsmp"
68862026-07-10T22:17:33.137Z[ recovery-image] Jul 10 22:17:32.613 INFO O| Jul 10 22:17:32.613 INFO STEP 510 (remove_files) COMPLETE
68872026-07-10T22:17:33.138Z[ recovery-image] Jul 10 22:17:32.613 INFO O| Jul 10 22:17:32.613 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-07-10T22:17:33.148Z[ recovery-image] Jul 10 22:17:32.622 INFO O| Jul 10 22:17:32.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/usmn"
68892026-07-10T22:17:33.148Z[ recovery-image] Jul 10 22:17:32.622 INFO O| Jul 10 22:17:32.622 INFO STEP 511 (remove_files) COMPLETE
68902026-07-10T22:17:33.148Z[ recovery-image] Jul 10 22:17:32.622 INFO O| Jul 10 22:17:32.622 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-07-10T22:17:33.151Z[ recovery-image] Jul 10 22:17:32.629 INFO O| Jul 10 22:17:32.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68922026-07-10T22:17:33.151Z[ recovery-image] Jul 10 22:17:32.629 INFO O| Jul 10 22:17:32.629 INFO STEP 512 (remove_files) COMPLETE
68932026-07-10T22:17:33.151Z[ recovery-image] Jul 10 22:17:32.629 INFO O| Jul 10 22:17:32.629 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-07-10T22:17:33.159Z[ recovery-image] Jul 10 22:17:32.636 INFO O| Jul 10 22:17:32.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68952026-07-10T22:17:33.159Z[ recovery-image] Jul 10 22:17:32.636 INFO O| Jul 10 22:17:32.636 INFO STEP 513 (remove_files) COMPLETE
68962026-07-10T22:17:33.159Z[ recovery-image] Jul 10 22:17:32.636 INFO O| Jul 10 22:17:32.636 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-07-10T22:17:33.167Z[ recovery-image] Jul 10 22:17:32.643 INFO O| Jul 10 22:17:32.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68982026-07-10T22:17:33.167Z[ recovery-image] Jul 10 22:17:32.643 INFO O| Jul 10 22:17:32.643 INFO STEP 514 (remove_files) COMPLETE
68992026-07-10T22:17:33.168Z[ recovery-image] Jul 10 22:17:32.643 INFO O| Jul 10 22:17:32.643 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-07-10T22:17:33.176Z[ recovery-image] Jul 10 22:17:32.650 INFO O| Jul 10 22:17:32.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
69012026-07-10T22:17:33.177Z[ recovery-image] Jul 10 22:17:32.650 INFO O| Jul 10 22:17:32.650 INFO STEP 515 (remove_files) COMPLETE
69022026-07-10T22:17:33.177Z[ recovery-image] Jul 10 22:17:32.650 INFO O| Jul 10 22:17:32.650 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-07-10T22:17:33.185Z[ recovery-image] Jul 10 22:17:32.656 INFO O| Jul 10 22:17:32.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
69042026-07-10T22:17:33.185Z[ recovery-image] Jul 10 22:17:32.656 INFO O| Jul 10 22:17:32.656 INFO STEP 516 (remove_files) COMPLETE
69052026-07-10T22:17:33.185Z[ recovery-image] Jul 10 22:17:32.656 INFO O| Jul 10 22:17:32.656 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-07-10T22:17:33.185Z[ recovery-image] Jul 10 22:17:32.662 INFO O| Jul 10 22:17:32.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
69072026-07-10T22:17:33.189Z[ recovery-image] Jul 10 22:17:32.662 INFO O| Jul 10 22:17:32.662 INFO STEP 517 (remove_files) COMPLETE
69082026-07-10T22:17:33.189Z[ recovery-image] Jul 10 22:17:32.662 INFO O| Jul 10 22:17:32.662 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-07-10T22:17:33.189Z[ recovery-image] Jul 10 22:17:32.668 INFO O| Jul 10 22:17:32.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
69102026-07-10T22:17:33.189Z[ recovery-image] Jul 10 22:17:32.668 INFO O| Jul 10 22:17:32.668 INFO STEP 518 (remove_files) COMPLETE
69112026-07-10T22:17:33.189Z[ recovery-image] Jul 10 22:17:32.668 INFO O| Jul 10 22:17:32.668 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-07-10T22:17:33.193Z[ recovery-image] Jul 10 22:17:32.674 INFO O| Jul 10 22:17:32.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
69132026-07-10T22:17:33.197Z[ recovery-image] Jul 10 22:17:32.674 INFO O| Jul 10 22:17:32.674 INFO STEP 519 (remove_files) COMPLETE
69142026-07-10T22:17:33.197Z[ recovery-image] Jul 10 22:17:32.674 INFO O| Jul 10 22:17:32.674 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-07-10T22:17:33.202Z[ recovery-image] Jul 10 22:17:32.681 INFO O| Jul 10 22:17:32.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69162026-07-10T22:17:33.202Z[ recovery-image] Jul 10 22:17:32.681 INFO O| Jul 10 22:17:32.681 INFO STEP 520 (remove_files) COMPLETE
69172026-07-10T22:17:33.202Z[ recovery-image] Jul 10 22:17:32.681 INFO O| Jul 10 22:17:32.681 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-07-10T22:17:33.209Z[ recovery-image] Jul 10 22:17:32.687 INFO O| Jul 10 22:17:32.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69192026-07-10T22:17:33.209Z[ recovery-image] Jul 10 22:17:32.687 INFO O| Jul 10 22:17:32.687 INFO STEP 521 (remove_files) COMPLETE
69202026-07-10T22:17:33.210Z[ recovery-image] Jul 10 22:17:32.687 INFO O| Jul 10 22:17:32.687 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-07-10T22:17:33.218Z[ recovery-image] Jul 10 22:17:32.693 INFO O| Jul 10 22:17:32.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69222026-07-10T22:17:33.218Z[ recovery-image] Jul 10 22:17:32.693 INFO O| Jul 10 22:17:32.693 INFO STEP 522 (remove_files) COMPLETE
69232026-07-10T22:17:33.218Z[ recovery-image] Jul 10 22:17:32.693 INFO O| Jul 10 22:17:32.693 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-07-10T22:17:33.224Z[ recovery-image] Jul 10 22:17:32.699 INFO O| Jul 10 22:17:32.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69252026-07-10T22:17:33.224Z[ recovery-image] Jul 10 22:17:32.699 INFO O| Jul 10 22:17:32.699 INFO STEP 523 (remove_files) COMPLETE
69262026-07-10T22:17:33.224Z[ recovery-image] Jul 10 22:17:32.699 INFO O| Jul 10 22:17:32.699 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-07-10T22:17:33.232Z[ recovery-image] Jul 10 22:17:32.705 INFO O| Jul 10 22:17:32.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69282026-07-10T22:17:33.232Z[ recovery-image] Jul 10 22:17:32.705 INFO O| Jul 10 22:17:32.705 INFO STEP 524 (remove_files) COMPLETE
69292026-07-10T22:17:33.232Z[ recovery-image] Jul 10 22:17:32.705 INFO O| Jul 10 22:17:32.705 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-07-10T22:17:33.237Z[ recovery-image] Jul 10 22:17:32.711 INFO O| Jul 10 22:17:32.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69312026-07-10T22:17:33.237Z[ recovery-image] Jul 10 22:17:32.711 INFO O| Jul 10 22:17:32.711 INFO STEP 525 (remove_files) COMPLETE
69322026-07-10T22:17:33.238Z[ recovery-image] Jul 10 22:17:32.711 INFO O| Jul 10 22:17:32.711 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-07-10T22:17:33.238Z[ recovery-image] Jul 10 22:17:32.719 INFO O| Jul 10 22:17:32.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69342026-07-10T22:17:33.238Z[ recovery-image] Jul 10 22:17:32.719 INFO O| Jul 10 22:17:32.719 INFO STEP 526 (remove_files) COMPLETE
69352026-07-10T22:17:33.238Z[ recovery-image] Jul 10 22:17:32.719 INFO O| Jul 10 22:17:32.719 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-07-10T22:17:33.245Z[ recovery-image] Jul 10 22:17:32.726 INFO O| Jul 10 22:17:32.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69372026-07-10T22:17:33.245Z[ recovery-image] Jul 10 22:17:32.726 INFO O| Jul 10 22:17:32.726 INFO STEP 527 (remove_files) COMPLETE
69382026-07-10T22:17:33.245Z[ recovery-image] Jul 10 22:17:32.726 INFO O| Jul 10 22:17:32.726 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-07-10T22:17:33.251Z[ recovery-image] Jul 10 22:17:32.731 INFO O| Jul 10 22:17:32.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69402026-07-10T22:17:33.270Z[ recovery-image] Jul 10 22:17:32.732 INFO O| Jul 10 22:17:32.732 INFO STEP 528 (remove_files) COMPLETE
69412026-07-10T22:17:33.270Z[ recovery-image] Jul 10 22:17:32.732 INFO O| Jul 10 22:17:32.732 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-07-10T22:17:33.270Z[ recovery-image] Jul 10 22:17:32.739 INFO O| Jul 10 22:17:32.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69432026-07-10T22:17:33.272Z[ recovery-image] Jul 10 22:17:32.739 INFO O| Jul 10 22:17:32.739 INFO STEP 529 (remove_files) COMPLETE
69442026-07-10T22:17:33.272Z[ recovery-image] Jul 10 22:17:32.739 INFO O| Jul 10 22:17:32.739 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-07-10T22:17:33.272Z[ recovery-image] Jul 10 22:17:32.747 INFO O| Jul 10 22:17:32.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69462026-07-10T22:17:33.272Z[ recovery-image] Jul 10 22:17:32.747 INFO O| Jul 10 22:17:32.747 INFO STEP 530 (remove_files) COMPLETE
69472026-07-10T22:17:33.272Z[ recovery-image] Jul 10 22:17:32.747 INFO O| Jul 10 22:17:32.747 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-07-10T22:17:33.276Z[ recovery-image] Jul 10 22:17:32.754 INFO O| Jul 10 22:17:32.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69492026-07-10T22:17:33.276Z[ recovery-image] Jul 10 22:17:32.754 INFO O| Jul 10 22:17:32.754 INFO STEP 531 (remove_files) COMPLETE
69502026-07-10T22:17:33.276Z[ recovery-image] Jul 10 22:17:32.754 INFO O| Jul 10 22:17:32.754 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-07-10T22:17:33.279Z[ recovery-image] Jul 10 22:17:32.760 INFO O| Jul 10 22:17:32.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69522026-07-10T22:17:33.279Z[ recovery-image] Jul 10 22:17:32.760 INFO O| Jul 10 22:17:32.760 INFO STEP 532 (remove_files) COMPLETE
69532026-07-10T22:17:33.279Z[ recovery-image] Jul 10 22:17:32.760 INFO O| Jul 10 22:17:32.760 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-07-10T22:17:33.287Z[ recovery-image] Jul 10 22:17:32.767 INFO O| Jul 10 22:17:32.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69552026-07-10T22:17:33.287Z[ recovery-image] Jul 10 22:17:32.767 INFO O| Jul 10 22:17:32.767 INFO STEP 533 (remove_files) COMPLETE
69562026-07-10T22:17:33.287Z[ recovery-image] Jul 10 22:17:32.767 INFO O| Jul 10 22:17:32.767 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-07-10T22:17:33.292Z[ recovery-image] Jul 10 22:17:32.774 INFO O| Jul 10 22:17:32.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69582026-07-10T22:17:33.293Z[ recovery-image] Jul 10 22:17:32.774 INFO O| Jul 10 22:17:32.774 INFO STEP 534 (remove_files) COMPLETE
69592026-07-10T22:17:33.300Z[ recovery-image] Jul 10 22:17:32.774 INFO O| Jul 10 22:17:32.774 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-07-10T22:17:33.310Z[ recovery-image] Jul 10 22:17:32.780 INFO O| Jul 10 22:17:32.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69612026-07-10T22:17:33.310Z[ recovery-image] Jul 10 22:17:32.780 INFO O| Jul 10 22:17:32.780 INFO STEP 535 (remove_files) COMPLETE
69622026-07-10T22:17:33.310Z[ recovery-image] Jul 10 22:17:32.780 INFO O| Jul 10 22:17:32.780 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-07-10T22:17:33.314Z[ recovery-image] Jul 10 22:17:32.788 INFO O| Jul 10 22:17:32.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69642026-07-10T22:17:33.314Z[ recovery-image] Jul 10 22:17:32.788 INFO O| Jul 10 22:17:32.788 INFO STEP 536 (remove_files) COMPLETE
69652026-07-10T22:17:33.314Z[ recovery-image] Jul 10 22:17:32.788 INFO O| Jul 10 22:17:32.788 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-07-10T22:17:33.314Z[ recovery-image] Jul 10 22:17:32.794 INFO O| Jul 10 22:17:32.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69672026-07-10T22:17:33.314Z[ recovery-image] Jul 10 22:17:32.794 INFO O| Jul 10 22:17:32.794 INFO STEP 537 (remove_files) COMPLETE
69682026-07-10T22:17:33.314Z[ recovery-image] Jul 10 22:17:32.794 INFO O| Jul 10 22:17:32.794 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-07-10T22:17:33.319Z[ recovery-image] Jul 10 22:17:32.801 INFO O| Jul 10 22:17:32.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69702026-07-10T22:17:33.323Z[ recovery-image] Jul 10 22:17:32.801 INFO O| Jul 10 22:17:32.801 INFO STEP 538 (remove_files) COMPLETE
69712026-07-10T22:17:33.323Z[ recovery-image] Jul 10 22:17:32.801 INFO O| Jul 10 22:17:32.801 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-07-10T22:17:33.330Z[ recovery-image] Jul 10 22:17:32.807 INFO O| Jul 10 22:17:32.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69732026-07-10T22:17:33.332Z[ recovery-image] Jul 10 22:17:32.807 INFO O| Jul 10 22:17:32.807 INFO STEP 539 (remove_files) COMPLETE
69742026-07-10T22:17:33.332Z[ recovery-image] Jul 10 22:17:32.807 INFO O| Jul 10 22:17:32.807 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-07-10T22:17:33.341Z[ recovery-image] Jul 10 22:17:32.814 INFO O| Jul 10 22:17:32.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69762026-07-10T22:17:33.341Z[ recovery-image] Jul 10 22:17:32.814 INFO O| Jul 10 22:17:32.814 INFO STEP 540 (remove_files) COMPLETE
69772026-07-10T22:17:33.341Z[ recovery-image] Jul 10 22:17:32.814 INFO O| Jul 10 22:17:32.814 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-07-10T22:17:33.349Z[ recovery-image] Jul 10 22:17:32.822 INFO O| Jul 10 22:17:32.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69792026-07-10T22:17:33.349Z[ recovery-image] Jul 10 22:17:32.822 INFO O| Jul 10 22:17:32.822 INFO STEP 541 (remove_files) COMPLETE
69802026-07-10T22:17:33.349Z[ recovery-image] Jul 10 22:17:32.822 INFO O| Jul 10 22:17:32.822 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-07-10T22:17:33.353Z[ recovery-image] Jul 10 22:17:32.829 INFO O| Jul 10 22:17:32.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69822026-07-10T22:17:33.353Z[ recovery-image] Jul 10 22:17:32.829 INFO O| Jul 10 22:17:32.829 INFO STEP 542 (remove_files) COMPLETE
69832026-07-10T22:17:33.353Z[ recovery-image] Jul 10 22:17:32.829 INFO O| Jul 10 22:17:32.829 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-07-10T22:17:33.357Z[ recovery-image] Jul 10 22:17:32.836 INFO O| Jul 10 22:17:32.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69852026-07-10T22:17:33.357Z[ recovery-image] Jul 10 22:17:32.836 INFO O| Jul 10 22:17:32.836 INFO STEP 543 (remove_files) COMPLETE
69862026-07-10T22:17:33.357Z[ recovery-image] Jul 10 22:17:32.836 INFO O| Jul 10 22:17:32.836 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-07-10T22:17:33.362Z[ recovery-image] Jul 10 22:17:32.843 INFO O| Jul 10 22:17:32.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69882026-07-10T22:17:33.363Z[ recovery-image] Jul 10 22:17:32.843 INFO O| Jul 10 22:17:32.843 INFO STEP 544 (remove_files) COMPLETE
69892026-07-10T22:17:33.366Z[ recovery-image] Jul 10 22:17:32.843 INFO O| Jul 10 22:17:32.843 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-07-10T22:17:33.373Z[ recovery-image] Jul 10 22:17:32.850 INFO O| Jul 10 22:17:32.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69912026-07-10T22:17:33.373Z[ recovery-image] Jul 10 22:17:32.850 INFO O| Jul 10 22:17:32.850 INFO STEP 545 (remove_files) COMPLETE
69922026-07-10T22:17:33.373Z[ recovery-image] Jul 10 22:17:32.850 INFO O| Jul 10 22:17:32.850 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-07-10T22:17:33.377Z[ recovery-image] Jul 10 22:17:32.856 INFO O| Jul 10 22:17:32.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69942026-07-10T22:17:33.378Z[ recovery-image] Jul 10 22:17:32.856 INFO O| Jul 10 22:17:32.856 INFO STEP 546 (remove_files) COMPLETE
69952026-07-10T22:17:33.378Z[ recovery-image] Jul 10 22:17:32.856 INFO O| Jul 10 22:17:32.856 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-07-10T22:17:33.386Z[ recovery-image] Jul 10 22:17:32.863 INFO O| Jul 10 22:17:32.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69972026-07-10T22:17:33.392Z[ recovery-image] Jul 10 22:17:32.863 INFO O| Jul 10 22:17:32.863 INFO STEP 547 (remove_files) COMPLETE
69982026-07-10T22:17:33.392Z[ recovery-image] Jul 10 22:17:32.863 INFO O| Jul 10 22:17:32.863 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-07-10T22:17:33.392Z[ recovery-image] Jul 10 22:17:32.871 INFO O| Jul 10 22:17:32.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
70002026-07-10T22:17:33.392Z[ recovery-image] Jul 10 22:17:32.871 INFO O| Jul 10 22:17:32.871 INFO STEP 548 (remove_files) COMPLETE
70012026-07-10T22:17:33.392Z[ recovery-image] Jul 10 22:17:32.871 INFO O| Jul 10 22:17:32.871 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-07-10T22:17:33.397Z[ recovery-image] Jul 10 22:17:32.878 INFO O| Jul 10 22:17:32.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
70032026-07-10T22:17:33.401Z[ recovery-image] Jul 10 22:17:32.878 INFO O| Jul 10 22:17:32.878 INFO STEP 549 (remove_files) COMPLETE
70042026-07-10T22:17:33.401Z[ recovery-image] Jul 10 22:17:32.878 INFO O| Jul 10 22:17:32.878 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-07-10T22:17:33.404Z[ recovery-image] Jul 10 22:17:32.884 INFO O| Jul 10 22:17:32.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
70062026-07-10T22:17:33.404Z[ recovery-image] Jul 10 22:17:32.884 INFO O| Jul 10 22:17:32.884 INFO STEP 550 (remove_files) COMPLETE
70072026-07-10T22:17:33.405Z[ recovery-image] Jul 10 22:17:32.884 INFO O| Jul 10 22:17:32.884 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-07-10T22:17:33.408Z[ recovery-image] Jul 10 22:17:32.889 INFO O| Jul 10 22:17:32.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
70092026-07-10T22:17:33.408Z[ recovery-image] Jul 10 22:17:32.889 INFO O| Jul 10 22:17:32.889 INFO STEP 551 (remove_files) COMPLETE
70102026-07-10T22:17:33.408Z[ recovery-image] Jul 10 22:17:32.889 INFO O| Jul 10 22:17:32.889 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-07-10T22:17:33.414Z[ recovery-image] Jul 10 22:17:32.895 INFO O| Jul 10 22:17:32.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
70122026-07-10T22:17:33.414Z[ recovery-image] Jul 10 22:17:32.895 INFO O| Jul 10 22:17:32.895 INFO STEP 552 (remove_files) COMPLETE
70132026-07-10T22:17:33.414Z[ recovery-image] Jul 10 22:17:32.895 INFO O| Jul 10 22:17:32.895 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-07-10T22:17:33.427Z[ recovery-image] Jul 10 22:17:32.904 INFO O| Jul 10 22:17:32.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70152026-07-10T22:17:33.427Z[ recovery-image] Jul 10 22:17:32.904 INFO O| Jul 10 22:17:32.904 INFO STEP 553 (remove_files) COMPLETE
70162026-07-10T22:17:33.427Z[ recovery-image] Jul 10 22:17:32.904 INFO O| Jul 10 22:17:32.904 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-07-10T22:17:33.433Z[ recovery-image] Jul 10 22:17:32.912 INFO O| Jul 10 22:17:32.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70182026-07-10T22:17:33.433Z[ recovery-image] Jul 10 22:17:32.912 INFO O| Jul 10 22:17:32.912 INFO STEP 554 (remove_files) COMPLETE
70192026-07-10T22:17:33.433Z[ recovery-image] Jul 10 22:17:32.912 INFO O| Jul 10 22:17:32.912 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-07-10T22:17:33.438Z[ recovery-image] Jul 10 22:17:32.919 INFO O| Jul 10 22:17:32.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70212026-07-10T22:17:33.438Z[ recovery-image] Jul 10 22:17:32.919 INFO O| Jul 10 22:17:32.919 INFO STEP 555 (remove_files) COMPLETE
70222026-07-10T22:17:33.438Z[ recovery-image] Jul 10 22:17:32.919 INFO O| Jul 10 22:17:32.919 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-07-10T22:17:33.446Z[ recovery-image] Jul 10 22:17:32.927 INFO O| Jul 10 22:17:32.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70242026-07-10T22:17:33.450Z[ recovery-image] Jul 10 22:17:32.927 INFO O| Jul 10 22:17:32.927 INFO STEP 556 (remove_files) COMPLETE
70252026-07-10T22:17:33.450Z[ recovery-image] Jul 10 22:17:32.927 INFO O| Jul 10 22:17:32.927 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-07-10T22:17:33.453Z[ recovery-image] Jul 10 22:17:32.935 INFO O| Jul 10 22:17:32.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70272026-07-10T22:17:33.453Z[ recovery-image] Jul 10 22:17:32.935 INFO O| Jul 10 22:17:32.935 INFO STEP 557 (remove_files) COMPLETE
70282026-07-10T22:17:33.456Z[ recovery-image] Jul 10 22:17:32.935 INFO O| Jul 10 22:17:32.935 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-07-10T22:17:33.464Z[ recovery-image] Jul 10 22:17:32.942 INFO O| Jul 10 22:17:32.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70302026-07-10T22:17:33.464Z[ recovery-image] Jul 10 22:17:32.942 INFO O| Jul 10 22:17:32.942 INFO STEP 558 (remove_files) COMPLETE
70312026-07-10T22:17:33.464Z[ recovery-image] Jul 10 22:17:32.942 INFO O| Jul 10 22:17:32.942 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-07-10T22:17:33.472Z[ recovery-image] Jul 10 22:17:32.948 INFO O| Jul 10 22:17:32.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70332026-07-10T22:17:33.472Z[ recovery-image] Jul 10 22:17:32.948 INFO O| Jul 10 22:17:32.948 INFO STEP 559 (remove_files) COMPLETE
70342026-07-10T22:17:33.472Z[ recovery-image] Jul 10 22:17:32.948 INFO O| Jul 10 22:17:32.948 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-07-10T22:17:33.484Z[ recovery-image] Jul 10 22:17:32.956 INFO O| Jul 10 22:17:32.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70362026-07-10T22:17:33.484Z[ recovery-image] Jul 10 22:17:32.956 INFO O| Jul 10 22:17:32.956 INFO STEP 560 (remove_files) COMPLETE
70372026-07-10T22:17:33.484Z[ recovery-image] Jul 10 22:17:32.956 INFO O| Jul 10 22:17:32.956 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-07-10T22:17:33.487Z[ recovery-image] Jul 10 22:17:32.962 INFO O| Jul 10 22:17:32.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70392026-07-10T22:17:33.487Z[ recovery-image] Jul 10 22:17:32.963 INFO O| Jul 10 22:17:32.962 INFO STEP 561 (remove_files) COMPLETE
70402026-07-10T22:17:33.487Z[ recovery-image] Jul 10 22:17:32.963 INFO O| Jul 10 22:17:32.963 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-07-10T22:17:33.491Z[ recovery-image] Jul 10 22:17:32.971 INFO O| Jul 10 22:17:32.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70422026-07-10T22:17:33.491Z[ recovery-image] Jul 10 22:17:32.971 INFO O| Jul 10 22:17:32.971 INFO STEP 562 (remove_files) COMPLETE
70432026-07-10T22:17:33.491Z[ recovery-image] Jul 10 22:17:32.971 INFO O| Jul 10 22:17:32.971 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-07-10T22:17:33.496Z[ recovery-image] Jul 10 22:17:32.978 INFO O| Jul 10 22:17:32.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70452026-07-10T22:17:33.496Z[ recovery-image] Jul 10 22:17:32.978 INFO O| Jul 10 22:17:32.978 INFO STEP 563 (remove_files) COMPLETE
70462026-07-10T22:17:33.503Z[ recovery-image] Jul 10 22:17:32.978 INFO O| Jul 10 22:17:32.978 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-07-10T22:17:33.508Z[ recovery-image] Jul 10 22:17:32.986 INFO O| Jul 10 22:17:32.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70482026-07-10T22:17:33.508Z[ recovery-image] Jul 10 22:17:32.986 INFO O| Jul 10 22:17:32.986 INFO STEP 564 (remove_files) COMPLETE
70492026-07-10T22:17:33.508Z[ recovery-image] Jul 10 22:17:32.986 INFO O| Jul 10 22:17:32.986 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-07-10T22:17:33.514Z[ recovery-image] Jul 10 22:17:32.993 INFO O| Jul 10 22:17:32.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70512026-07-10T22:17:33.520Z[ recovery-image] Jul 10 22:17:32.993 INFO O| Jul 10 22:17:32.993 INFO STEP 565 (remove_files) COMPLETE
70522026-07-10T22:17:33.520Z[ recovery-image] Jul 10 22:17:32.993 INFO O| Jul 10 22:17:32.993 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-07-10T22:17:33.525Z[ recovery-image] Jul 10 22:17:32.999 INFO O| Jul 10 22:17:32.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70542026-07-10T22:17:33.525Z[ recovery-image] Jul 10 22:17:32.999 INFO O| Jul 10 22:17:32.999 INFO STEP 566 (remove_files) COMPLETE
70552026-07-10T22:17:33.525Z[ recovery-image] Jul 10 22:17:32.999 INFO O| Jul 10 22:17:32.999 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-07-10T22:17:33.533Z[ recovery-image] Jul 10 22:17:33.006 INFO O| Jul 10 22:17:33.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70572026-07-10T22:17:33.533Z[ recovery-image] Jul 10 22:17:33.006 INFO O| Jul 10 22:17:33.006 INFO STEP 567 (remove_files) COMPLETE
70582026-07-10T22:17:33.533Z[ recovery-image] Jul 10 22:17:33.006 INFO O| Jul 10 22:17:33.006 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-07-10T22:17:33.536Z[ recovery-image] Jul 10 22:17:33.012 INFO O| Jul 10 22:17:33.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70602026-07-10T22:17:33.536Z[ recovery-image] Jul 10 22:17:33.012 INFO O| Jul 10 22:17:33.012 INFO STEP 568 (remove_files) COMPLETE
70612026-07-10T22:17:33.537Z[ recovery-image] Jul 10 22:17:33.012 INFO O| Jul 10 22:17:33.012 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-07-10T22:17:33.547Z[ recovery-image] Jul 10 22:17:33.018 INFO O| Jul 10 22:17:33.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70632026-07-10T22:17:33.547Z[ recovery-image] Jul 10 22:17:33.018 INFO O| Jul 10 22:17:33.018 INFO STEP 569 (remove_files) COMPLETE
70642026-07-10T22:17:33.547Z[ recovery-image] Jul 10 22:17:33.018 INFO O| Jul 10 22:17:33.018 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-07-10T22:17:33.547Z[ recovery-image] Jul 10 22:17:33.026 INFO O| Jul 10 22:17:33.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70662026-07-10T22:17:33.547Z[ recovery-image] Jul 10 22:17:33.027 INFO O| Jul 10 22:17:33.027 INFO STEP 570 (remove_files) COMPLETE
70672026-07-10T22:17:33.547Z[ recovery-image] Jul 10 22:17:33.027 INFO O| Jul 10 22:17:33.027 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-07-10T22:17:33.552Z[ recovery-image] Jul 10 22:17:33.033 INFO O| Jul 10 22:17:33.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70692026-07-10T22:17:33.562Z[ recovery-image] Jul 10 22:17:33.033 INFO O| Jul 10 22:17:33.033 INFO STEP 571 (remove_files) COMPLETE
70702026-07-10T22:17:33.562Z[ recovery-image] Jul 10 22:17:33.033 INFO O| Jul 10 22:17:33.033 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-07-10T22:17:33.570Z[ recovery-image] Jul 10 22:17:33.039 INFO O| Jul 10 22:17:33.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70722026-07-10T22:17:33.570Z[ recovery-image] Jul 10 22:17:33.039 INFO O| Jul 10 22:17:33.039 INFO STEP 572 (remove_files) COMPLETE
70732026-07-10T22:17:33.570Z[ recovery-image] Jul 10 22:17:33.039 INFO O| Jul 10 22:17:33.039 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-07-10T22:17:33.573Z[ recovery-image] Jul 10 22:17:33.047 INFO O| Jul 10 22:17:33.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70752026-07-10T22:17:33.574Z[ recovery-image] Jul 10 22:17:33.047 INFO O| Jul 10 22:17:33.047 INFO STEP 573 (remove_files) COMPLETE
70762026-07-10T22:17:33.574Z[ recovery-image] Jul 10 22:17:33.047 INFO O| Jul 10 22:17:33.047 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-07-10T22:17:33.574Z[ recovery-image] Jul 10 22:17:33.054 INFO O| Jul 10 22:17:33.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70782026-07-10T22:17:33.574Z[ recovery-image] Jul 10 22:17:33.054 INFO O| Jul 10 22:17:33.054 INFO STEP 574 (remove_files) COMPLETE
70792026-07-10T22:17:33.574Z[ recovery-image] Jul 10 22:17:33.054 INFO O| Jul 10 22:17:33.054 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-07-10T22:17:33.578Z[ recovery-image] Jul 10 22:17:33.060 INFO O| Jul 10 22:17:33.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70812026-07-10T22:17:33.579Z[ recovery-image] Jul 10 22:17:33.060 INFO O| Jul 10 22:17:33.060 INFO STEP 575 (remove_files) COMPLETE
70822026-07-10T22:17:33.586Z[ recovery-image] Jul 10 22:17:33.060 INFO O| Jul 10 22:17:33.060 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-07-10T22:17:33.586Z[ recovery-image] Jul 10 22:17:33.068 INFO O| Jul 10 22:17:33.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70842026-07-10T22:17:33.586Z[ recovery-image] Jul 10 22:17:33.068 INFO O| Jul 10 22:17:33.068 INFO STEP 576 (remove_files) COMPLETE
70852026-07-10T22:17:33.586Z[ recovery-image] Jul 10 22:17:33.068 INFO O| Jul 10 22:17:33.068 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-07-10T22:17:33.597Z[ recovery-image] Jul 10 22:17:33.075 INFO O| Jul 10 22:17:33.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70872026-07-10T22:17:33.597Z[ recovery-image] Jul 10 22:17:33.075 INFO O| Jul 10 22:17:33.075 INFO STEP 577 (remove_files) COMPLETE
70882026-07-10T22:17:33.597Z[ recovery-image] Jul 10 22:17:33.075 INFO O| Jul 10 22:17:33.075 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-07-10T22:17:33.603Z[ recovery-image] Jul 10 22:17:33.082 INFO O| Jul 10 22:17:33.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70902026-07-10T22:17:33.603Z[ recovery-image] Jul 10 22:17:33.082 INFO O| Jul 10 22:17:33.082 INFO STEP 578 (remove_files) COMPLETE
70912026-07-10T22:17:33.604Z[ recovery-image] Jul 10 22:17:33.082 INFO O| Jul 10 22:17:33.082 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-07-10T22:17:33.608Z[ recovery-image] Jul 10 22:17:33.088 INFO O| Jul 10 22:17:33.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70932026-07-10T22:17:33.608Z[ recovery-image] Jul 10 22:17:33.088 INFO O| Jul 10 22:17:33.088 INFO STEP 579 (remove_files) COMPLETE
70942026-07-10T22:17:33.608Z[ recovery-image] Jul 10 22:17:33.088 INFO O| Jul 10 22:17:33.088 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-07-10T22:17:33.615Z[ recovery-image] Jul 10 22:17:33.096 INFO O| Jul 10 22:17:33.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70962026-07-10T22:17:33.615Z[ recovery-image] Jul 10 22:17:33.096 INFO O| Jul 10 22:17:33.096 INFO STEP 580 (remove_files) COMPLETE
70972026-07-10T22:17:33.619Z[ recovery-image] Jul 10 22:17:33.096 INFO O| Jul 10 22:17:33.096 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-07-10T22:17:33.622Z[ recovery-image] Jul 10 22:17:33.103 INFO O| Jul 10 22:17:33.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70992026-07-10T22:17:33.622Z[ recovery-image] Jul 10 22:17:33.104 INFO O| Jul 10 22:17:33.103 INFO STEP 581 (remove_files) COMPLETE
71002026-07-10T22:17:33.622Z[ recovery-image] Jul 10 22:17:33.104 INFO O| Jul 10 22:17:33.103 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-07-10T22:17:33.630Z[ recovery-image] Jul 10 22:17:33.111 INFO O| Jul 10 22:17:33.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
71022026-07-10T22:17:33.630Z[ recovery-image] Jul 10 22:17:33.111 INFO O| Jul 10 22:17:33.111 INFO STEP 582 (remove_files) COMPLETE
71032026-07-10T22:17:33.630Z[ recovery-image] Jul 10 22:17:33.111 INFO O| Jul 10 22:17:33.111 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-07-10T22:17:33.637Z[ recovery-image] Jul 10 22:17:33.118 INFO O| Jul 10 22:17:33.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
71052026-07-10T22:17:33.637Z[ recovery-image] Jul 10 22:17:33.119 INFO O| Jul 10 22:17:33.119 INFO STEP 583 (remove_files) COMPLETE
71062026-07-10T22:17:33.643Z[ recovery-image] Jul 10 22:17:33.119 INFO O| Jul 10 22:17:33.119 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-07-10T22:17:33.649Z[ recovery-image] Jul 10 22:17:33.126 INFO O| Jul 10 22:17:33.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
71082026-07-10T22:17:33.650Z[ recovery-image] Jul 10 22:17:33.126 INFO O| Jul 10 22:17:33.126 INFO STEP 584 (remove_files) COMPLETE
71092026-07-10T22:17:33.650Z[ recovery-image] Jul 10 22:17:33.126 INFO O| Jul 10 22:17:33.126 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-07-10T22:17:33.703Z[ recovery-image] Jul 10 22:17:33.133 INFO O| Jul 10 22:17:33.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
71112026-07-10T22:17:33.703Z[ recovery-image] Jul 10 22:17:33.133 INFO O| Jul 10 22:17:33.133 INFO STEP 585 (remove_files) COMPLETE
71122026-07-10T22:17:33.703Z[ recovery-image] Jul 10 22:17:33.133 INFO O| Jul 10 22:17:33.133 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-07-10T22:17:33.703Z[ recovery-image] Jul 10 22:17:33.141 INFO O| Jul 10 22:17:33.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71142026-07-10T22:17:33.703Z[ recovery-image] Jul 10 22:17:33.141 INFO O| Jul 10 22:17:33.141 INFO STEP 586 (remove_files) COMPLETE
71152026-07-10T22:17:33.703Z[ recovery-image] Jul 10 22:17:33.141 INFO O| Jul 10 22:17:33.141 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-07-10T22:17:33.703Z[ recovery-image] Jul 10 22:17:33.148 INFO O| Jul 10 22:17:33.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71172026-07-10T22:17:33.703Z[ recovery-image] Jul 10 22:17:33.148 INFO O| Jul 10 22:17:33.148 INFO STEP 587 (remove_files) COMPLETE
71182026-07-10T22:17:33.703Z[ recovery-image] Jul 10 22:17:33.148 INFO O| Jul 10 22:17:33.148 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-07-10T22:17:33.703Z[ recovery-image] Jul 10 22:17:33.155 INFO O| Jul 10 22:17:33.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71202026-07-10T22:17:33.703Z[ recovery-image] Jul 10 22:17:33.155 INFO O| Jul 10 22:17:33.155 INFO STEP 588 (remove_files) COMPLETE
71212026-07-10T22:17:33.703Z[ recovery-image] Jul 10 22:17:33.155 INFO O| Jul 10 22:17:33.155 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-07-10T22:17:33.703Z[ recovery-image] Jul 10 22:17:33.164 INFO O| Jul 10 22:17:33.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71232026-07-10T22:17:33.703Z[ recovery-image] Jul 10 22:17:33.164 INFO O| Jul 10 22:17:33.164 INFO STEP 589 (remove_files) COMPLETE
71242026-07-10T22:17:33.703Z[ recovery-image] Jul 10 22:17:33.164 INFO O| Jul 10 22:17:33.164 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-07-10T22:17:33.703Z[ recovery-image] Jul 10 22:17:33.171 INFO O| Jul 10 22:17:33.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71262026-07-10T22:17:33.703Z[ recovery-image] Jul 10 22:17:33.172 INFO O| Jul 10 22:17:33.171 INFO STEP 590 (remove_files) COMPLETE
71272026-07-10T22:17:33.703Z[ recovery-image] Jul 10 22:17:33.172 INFO O| Jul 10 22:17:33.171 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-07-10T22:17:33.703Z[ recovery-image] Jul 10 22:17:33.178 INFO O| Jul 10 22:17:33.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71292026-07-10T22:17:33.704Z[ recovery-image] Jul 10 22:17:33.178 INFO O| Jul 10 22:17:33.178 INFO STEP 591 (remove_files) COMPLETE
71302026-07-10T22:17:33.704Z[ recovery-image] Jul 10 22:17:33.178 INFO O| Jul 10 22:17:33.178 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-07-10T22:17:33.763Z[ recovery-image] Jul 10 22:17:33.187 INFO O| Jul 10 22:17:33.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71322026-07-10T22:17:33.763Z[ recovery-image] Jul 10 22:17:33.187 INFO O| Jul 10 22:17:33.187 INFO STEP 592 (remove_files) COMPLETE
71332026-07-10T22:17:33.763Z[ recovery-image] Jul 10 22:17:33.187 INFO O| Jul 10 22:17:33.187 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-07-10T22:17:33.763Z[ recovery-image] Jul 10 22:17:33.194 INFO O| Jul 10 22:17:33.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71352026-07-10T22:17:33.763Z[ recovery-image] Jul 10 22:17:33.194 INFO O| Jul 10 22:17:33.194 INFO STEP 593 (remove_files) COMPLETE
71362026-07-10T22:17:33.763Z[ recovery-image] Jul 10 22:17:33.194 INFO O| Jul 10 22:17:33.194 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-07-10T22:17:33.813Z[ recovery-image] Jul 10 22:17:33.201 INFO O| Jul 10 22:17:33.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71382026-07-10T22:17:33.813Z[ recovery-image] Jul 10 22:17:33.201 INFO O| Jul 10 22:17:33.201 INFO STEP 594 (remove_files) COMPLETE
71392026-07-10T22:17:33.813Z[ recovery-image] Jul 10 22:17:33.201 INFO O| Jul 10 22:17:33.201 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-07-10T22:17:33.813Z[ recovery-image] Jul 10 22:17:33.210 INFO O| Jul 10 22:17:33.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71412026-07-10T22:17:33.813Z[ recovery-image] Jul 10 22:17:33.210 INFO O| Jul 10 22:17:33.210 INFO STEP 595 (remove_files) COMPLETE
71422026-07-10T22:17:33.813Z[ recovery-image] Jul 10 22:17:33.210 INFO O| Jul 10 22:17:33.210 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-07-10T22:17:33.813Z[ recovery-image] Jul 10 22:17:33.217 INFO O| Jul 10 22:17:33.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71442026-07-10T22:17:33.813Z[ recovery-image] Jul 10 22:17:33.218 INFO O| Jul 10 22:17:33.218 INFO STEP 596 (remove_files) COMPLETE
71452026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.218 INFO O| Jul 10 22:17:33.218 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.225 INFO O| Jul 10 22:17:33.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71472026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.225 INFO O| Jul 10 22:17:33.225 INFO STEP 597 (remove_files) COMPLETE
71482026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.225 INFO O| Jul 10 22:17:33.225 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.233 INFO O| Jul 10 22:17:33.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71502026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.233 INFO O| Jul 10 22:17:33.233 INFO STEP 598 (remove_files) COMPLETE
71512026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.233 INFO O| Jul 10 22:17:33.233 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.240 INFO O| Jul 10 22:17:33.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71532026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.240 INFO O| Jul 10 22:17:33.240 INFO STEP 599 (remove_files) COMPLETE
71542026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.240 INFO O| Jul 10 22:17:33.240 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.248 INFO O| Jul 10 22:17:33.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71562026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.249 INFO O| Jul 10 22:17:33.249 INFO STEP 600 (remove_files) COMPLETE
71572026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.249 INFO O| Jul 10 22:17:33.249 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.256 INFO O| Jul 10 22:17:33.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71592026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.256 INFO O| Jul 10 22:17:33.256 INFO STEP 601 (remove_files) COMPLETE
71602026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.256 INFO O| Jul 10 22:17:33.256 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.263 INFO O| Jul 10 22:17:33.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71622026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.263 INFO O| Jul 10 22:17:33.263 INFO STEP 602 (remove_files) COMPLETE
71632026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.263 INFO O| Jul 10 22:17:33.263 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.269 INFO O| Jul 10 22:17:33.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71652026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.269 INFO O| Jul 10 22:17:33.269 INFO STEP 603 (remove_files) COMPLETE
71662026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.269 INFO O| Jul 10 22:17:33.269 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.275 INFO O| Jul 10 22:17:33.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71682026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.275 INFO O| Jul 10 22:17:33.275 INFO STEP 604 (remove_files) COMPLETE
71692026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.275 INFO O| Jul 10 22:17:33.275 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.281 INFO O| Jul 10 22:17:33.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71712026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.281 INFO O| Jul 10 22:17:33.281 INFO STEP 605 (remove_files) COMPLETE
71722026-07-10T22:17:33.814Z[ recovery-image] Jul 10 22:17:33.281 INFO O| Jul 10 22:17:33.281 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-07-10T22:17:33.815Z[ recovery-image] Jul 10 22:17:33.288 INFO O| Jul 10 22:17:33.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71742026-07-10T22:17:33.815Z[ recovery-image] Jul 10 22:17:33.288 INFO O| Jul 10 22:17:33.288 INFO STEP 606 (remove_files) COMPLETE
71752026-07-10T22:17:33.815Z[ recovery-image] Jul 10 22:17:33.288 INFO O| Jul 10 22:17:33.288 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-07-10T22:17:33.825Z[ recovery-image] Jul 10 22:17:33.295 INFO O| Jul 10 22:17:33.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71772026-07-10T22:17:33.825Z[ recovery-image] Jul 10 22:17:33.295 INFO O| Jul 10 22:17:33.295 INFO STEP 607 (remove_files) COMPLETE
71782026-07-10T22:17:33.825Z[ recovery-image] Jul 10 22:17:33.295 INFO O| Jul 10 22:17:33.295 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-07-10T22:17:33.825Z[ recovery-image] Jul 10 22:17:33.302 INFO O| Jul 10 22:17:33.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71802026-07-10T22:17:33.826Z[ recovery-image] Jul 10 22:17:33.302 INFO O| Jul 10 22:17:33.302 INFO STEP 608 (remove_files) COMPLETE
71812026-07-10T22:17:33.826Z[ recovery-image] Jul 10 22:17:33.302 INFO O| Jul 10 22:17:33.302 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-07-10T22:17:33.830Z[ recovery-image] Jul 10 22:17:33.308 INFO O| Jul 10 22:17:33.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71832026-07-10T22:17:33.830Z[ recovery-image] Jul 10 22:17:33.308 INFO O| Jul 10 22:17:33.308 INFO STEP 609 (remove_files) COMPLETE
71842026-07-10T22:17:33.830Z[ recovery-image] Jul 10 22:17:33.308 INFO O| Jul 10 22:17:33.308 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-07-10T22:17:33.833Z[ recovery-image] Jul 10 22:17:33.314 INFO O| Jul 10 22:17:33.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71862026-07-10T22:17:33.833Z[ recovery-image] Jul 10 22:17:33.314 INFO O| Jul 10 22:17:33.314 INFO STEP 610 (remove_files) COMPLETE
71872026-07-10T22:17:33.833Z[ recovery-image] Jul 10 22:17:33.314 INFO O| Jul 10 22:17:33.314 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-07-10T22:17:33.838Z[ recovery-image] Jul 10 22:17:33.320 INFO O| Jul 10 22:17:33.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71892026-07-10T22:17:33.838Z[ recovery-image] Jul 10 22:17:33.320 INFO O| Jul 10 22:17:33.320 INFO STEP 611 (remove_files) COMPLETE
71902026-07-10T22:17:33.838Z[ recovery-image] Jul 10 22:17:33.320 INFO O| Jul 10 22:17:33.320 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-07-10T22:17:33.845Z[ recovery-image] Jul 10 22:17:33.326 INFO O| Jul 10 22:17:33.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71922026-07-10T22:17:33.848Z[ recovery-image] Jul 10 22:17:33.326 INFO O| Jul 10 22:17:33.326 INFO STEP 612 (remove_files) COMPLETE
71932026-07-10T22:17:33.848Z[ recovery-image] Jul 10 22:17:33.326 INFO O| Jul 10 22:17:33.326 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-07-10T22:17:33.851Z[ recovery-image] Jul 10 22:17:33.333 INFO O| Jul 10 22:17:33.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71952026-07-10T22:17:33.851Z[ recovery-image] Jul 10 22:17:33.333 INFO O| Jul 10 22:17:33.333 INFO STEP 613 (remove_files) COMPLETE
71962026-07-10T22:17:33.854Z[ recovery-image] Jul 10 22:17:33.333 INFO O| Jul 10 22:17:33.333 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-07-10T22:17:33.857Z[ recovery-image] Jul 10 22:17:33.339 INFO O| Jul 10 22:17:33.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71982026-07-10T22:17:33.857Z[ recovery-image] Jul 10 22:17:33.339 INFO O| Jul 10 22:17:33.339 INFO STEP 614 (remove_files) COMPLETE
71992026-07-10T22:17:33.857Z[ recovery-image] Jul 10 22:17:33.339 INFO O| Jul 10 22:17:33.339 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-07-10T22:17:33.864Z[ recovery-image] Jul 10 22:17:33.346 INFO O| Jul 10 22:17:33.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
72012026-07-10T22:17:33.867Z[ recovery-image] Jul 10 22:17:33.346 INFO O| Jul 10 22:17:33.346 INFO STEP 615 (remove_files) COMPLETE
72022026-07-10T22:17:33.867Z[ recovery-image] Jul 10 22:17:33.346 INFO O| Jul 10 22:17:33.346 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-07-10T22:17:33.871Z[ recovery-image] Jul 10 22:17:33.353 INFO O| Jul 10 22:17:33.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
72042026-07-10T22:17:33.871Z[ recovery-image] Jul 10 22:17:33.353 INFO O| Jul 10 22:17:33.353 INFO STEP 616 (remove_files) COMPLETE
72052026-07-10T22:17:33.874Z[ recovery-image] Jul 10 22:17:33.353 INFO O| Jul 10 22:17:33.353 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-07-10T22:17:33.877Z[ recovery-image] Jul 10 22:17:33.359 INFO O| Jul 10 22:17:33.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
72072026-07-10T22:17:33.877Z[ recovery-image] Jul 10 22:17:33.359 INFO O| Jul 10 22:17:33.359 INFO STEP 617 (remove_files) COMPLETE
72082026-07-10T22:17:33.880Z[ recovery-image] Jul 10 22:17:33.359 INFO O| Jul 10 22:17:33.359 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-07-10T22:17:33.884Z[ recovery-image] Jul 10 22:17:33.366 INFO O| Jul 10 22:17:33.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
72102026-07-10T22:17:33.884Z[ recovery-image] Jul 10 22:17:33.366 INFO O| Jul 10 22:17:33.366 INFO STEP 618 (remove_files) COMPLETE
72112026-07-10T22:17:33.885Z[ recovery-image] Jul 10 22:17:33.366 INFO O| Jul 10 22:17:33.366 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-07-10T22:17:33.891Z[ recovery-image] Jul 10 22:17:33.373 INFO O| Jul 10 22:17:33.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72132026-07-10T22:17:33.891Z[ recovery-image] Jul 10 22:17:33.373 INFO O| Jul 10 22:17:33.373 INFO STEP 619 (remove_files) COMPLETE
72142026-07-10T22:17:33.894Z[ recovery-image] Jul 10 22:17:33.373 INFO O| Jul 10 22:17:33.373 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-07-10T22:17:33.898Z[ recovery-image] Jul 10 22:17:33.379 INFO O| Jul 10 22:17:33.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72162026-07-10T22:17:33.898Z[ recovery-image] Jul 10 22:17:33.380 INFO O| Jul 10 22:17:33.379 INFO STEP 620 (remove_files) COMPLETE
72172026-07-10T22:17:33.900Z[ recovery-image] Jul 10 22:17:33.380 INFO O| Jul 10 22:17:33.380 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-07-10T22:17:33.904Z[ recovery-image] Jul 10 22:17:33.385 INFO O| Jul 10 22:17:33.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72192026-07-10T22:17:33.904Z[ recovery-image] Jul 10 22:17:33.385 INFO O| Jul 10 22:17:33.385 INFO STEP 621 (remove_files) COMPLETE
72202026-07-10T22:17:33.906Z[ recovery-image] Jul 10 22:17:33.385 INFO O| Jul 10 22:17:33.385 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-07-10T22:17:33.910Z[ recovery-image] Jul 10 22:17:33.392 INFO O| Jul 10 22:17:33.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72222026-07-10T22:17:33.913Z[ recovery-image] Jul 10 22:17:33.392 INFO O| Jul 10 22:17:33.392 INFO STEP 622 (remove_files) COMPLETE
72232026-07-10T22:17:33.913Z[ recovery-image] Jul 10 22:17:33.392 INFO O| Jul 10 22:17:33.392 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-07-10T22:17:33.917Z[ recovery-image] Jul 10 22:17:33.399 INFO O| Jul 10 22:17:33.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72252026-07-10T22:17:33.919Z[ recovery-image] Jul 10 22:17:33.399 INFO O| Jul 10 22:17:33.399 INFO STEP 623 (remove_files) COMPLETE
72262026-07-10T22:17:33.920Z[ recovery-image] Jul 10 22:17:33.399 INFO O| Jul 10 22:17:33.399 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-07-10T22:17:33.923Z[ recovery-image] Jul 10 22:17:33.405 INFO O| Jul 10 22:17:33.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72282026-07-10T22:17:33.923Z[ recovery-image] Jul 10 22:17:33.405 INFO O| Jul 10 22:17:33.405 INFO STEP 624 (remove_files) COMPLETE
72292026-07-10T22:17:33.926Z[ recovery-image] Jul 10 22:17:33.405 INFO O| Jul 10 22:17:33.405 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-07-10T22:17:33.929Z[ recovery-image] Jul 10 22:17:33.411 INFO O| Jul 10 22:17:33.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72312026-07-10T22:17:33.929Z[ recovery-image] Jul 10 22:17:33.411 INFO O| Jul 10 22:17:33.411 INFO STEP 625 (remove_files) COMPLETE
72322026-07-10T22:17:33.929Z[ recovery-image] Jul 10 22:17:33.411 INFO O| Jul 10 22:17:33.411 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-07-10T22:17:33.936Z[ recovery-image] Jul 10 22:17:33.417 INFO O| Jul 10 22:17:33.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72342026-07-10T22:17:33.938Z[ recovery-image] Jul 10 22:17:33.418 INFO O| Jul 10 22:17:33.418 INFO STEP 626 (remove_files) COMPLETE
72352026-07-10T22:17:33.938Z[ recovery-image] Jul 10 22:17:33.418 INFO O| Jul 10 22:17:33.418 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-07-10T22:17:33.944Z[ recovery-image] Jul 10 22:17:33.425 INFO O| Jul 10 22:17:33.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72372026-07-10T22:17:33.946Z[ recovery-image] Jul 10 22:17:33.425 INFO O| Jul 10 22:17:33.425 INFO STEP 627 (remove_files) COMPLETE
72382026-07-10T22:17:33.946Z[ recovery-image] Jul 10 22:17:33.425 INFO O| Jul 10 22:17:33.425 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-07-10T22:17:33.950Z[ recovery-image] Jul 10 22:17:33.431 INFO O| Jul 10 22:17:33.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72402026-07-10T22:17:33.950Z[ recovery-image] Jul 10 22:17:33.431 INFO O| Jul 10 22:17:33.431 INFO STEP 628 (remove_files) COMPLETE
72412026-07-10T22:17:33.950Z[ recovery-image] Jul 10 22:17:33.431 INFO O| Jul 10 22:17:33.431 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-07-10T22:17:33.955Z[ recovery-image] Jul 10 22:17:33.437 INFO O| Jul 10 22:17:33.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72432026-07-10T22:17:33.955Z[ recovery-image] Jul 10 22:17:33.437 INFO O| Jul 10 22:17:33.437 INFO STEP 629 (remove_files) COMPLETE
72442026-07-10T22:17:33.955Z[ recovery-image] Jul 10 22:17:33.437 INFO O| Jul 10 22:17:33.437 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-07-10T22:17:33.961Z[ recovery-image] Jul 10 22:17:33.443 INFO O| Jul 10 22:17:33.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72462026-07-10T22:17:33.964Z[ recovery-image] Jul 10 22:17:33.443 INFO O| Jul 10 22:17:33.443 INFO STEP 630 (remove_files) COMPLETE
72472026-07-10T22:17:33.964Z[ recovery-image] Jul 10 22:17:33.443 INFO O| Jul 10 22:17:33.443 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-07-10T22:17:33.967Z[ recovery-image] Jul 10 22:17:33.449 INFO O| Jul 10 22:17:33.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72492026-07-10T22:17:33.967Z[ recovery-image] Jul 10 22:17:33.449 INFO O| Jul 10 22:17:33.449 INFO STEP 631 (remove_files) COMPLETE
72502026-07-10T22:17:33.967Z[ recovery-image] Jul 10 22:17:33.449 INFO O| Jul 10 22:17:33.449 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-07-10T22:17:33.976Z[ recovery-image] Jul 10 22:17:33.457 INFO O| Jul 10 22:17:33.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72522026-07-10T22:17:33.979Z[ recovery-image] Jul 10 22:17:33.457 INFO O| Jul 10 22:17:33.457 INFO STEP 632 (remove_files) COMPLETE
72532026-07-10T22:17:33.979Z[ recovery-image] Jul 10 22:17:33.457 INFO O| Jul 10 22:17:33.457 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-07-10T22:17:33.982Z[ recovery-image] Jul 10 22:17:33.463 INFO O| Jul 10 22:17:33.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72552026-07-10T22:17:33.982Z[ recovery-image] Jul 10 22:17:33.463 INFO O| Jul 10 22:17:33.463 INFO STEP 633 (remove_files) COMPLETE
72562026-07-10T22:17:33.983Z[ recovery-image] Jul 10 22:17:33.463 INFO O| Jul 10 22:17:33.463 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-07-10T22:17:33.989Z[ recovery-image] Jul 10 22:17:33.471 INFO O| Jul 10 22:17:33.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72582026-07-10T22:17:33.989Z[ recovery-image] Jul 10 22:17:33.471 INFO O| Jul 10 22:17:33.471 INFO STEP 634 (remove_files) COMPLETE
72592026-07-10T22:17:33.989Z[ recovery-image] Jul 10 22:17:33.471 INFO O| Jul 10 22:17:33.471 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-07-10T22:17:33.994Z[ recovery-image] Jul 10 22:17:33.476 INFO O| Jul 10 22:17:33.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72612026-07-10T22:17:33.994Z[ recovery-image] Jul 10 22:17:33.476 INFO O| Jul 10 22:17:33.476 INFO STEP 635 (remove_files) COMPLETE
72622026-07-10T22:17:33.997Z[ recovery-image] Jul 10 22:17:33.476 INFO O| Jul 10 22:17:33.476 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-07-10T22:17:34.000Z[ recovery-image] Jul 10 22:17:33.482 INFO O| Jul 10 22:17:33.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72642026-07-10T22:17:34.000Z[ recovery-image] Jul 10 22:17:33.482 INFO O| Jul 10 22:17:33.482 INFO STEP 636 (remove_files) COMPLETE
72652026-07-10T22:17:34.000Z[ recovery-image] Jul 10 22:17:33.482 INFO O| Jul 10 22:17:33.482 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-07-10T22:17:34.008Z[ recovery-image] Jul 10 22:17:33.490 INFO O| Jul 10 22:17:33.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72672026-07-10T22:17:34.008Z[ recovery-image] Jul 10 22:17:33.490 INFO O| Jul 10 22:17:33.490 INFO STEP 637 (remove_files) COMPLETE
72682026-07-10T22:17:34.012Z[ recovery-image] Jul 10 22:17:33.490 INFO O| Jul 10 22:17:33.490 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-07-10T22:17:34.015Z[ recovery-image] Jul 10 22:17:33.497 INFO O| Jul 10 22:17:33.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72702026-07-10T22:17:34.016Z[ recovery-image] Jul 10 22:17:33.497 INFO O| Jul 10 22:17:33.497 INFO STEP 638 (remove_files) COMPLETE
72712026-07-10T22:17:34.016Z[ recovery-image] Jul 10 22:17:33.497 INFO O| Jul 10 22:17:33.497 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-07-10T22:17:34.021Z[ recovery-image] Jul 10 22:17:33.503 INFO O| Jul 10 22:17:33.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72732026-07-10T22:17:34.021Z[ recovery-image] Jul 10 22:17:33.503 INFO O| Jul 10 22:17:33.503 INFO STEP 639 (remove_files) COMPLETE
72742026-07-10T22:17:34.021Z[ recovery-image] Jul 10 22:17:33.503 INFO O| Jul 10 22:17:33.503 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-07-10T22:17:34.028Z[ recovery-image] Jul 10 22:17:33.510 INFO O| Jul 10 22:17:33.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72762026-07-10T22:17:34.028Z[ recovery-image] Jul 10 22:17:33.510 INFO O| Jul 10 22:17:33.510 INFO STEP 640 (remove_files) COMPLETE
72772026-07-10T22:17:34.031Z[ recovery-image] Jul 10 22:17:33.510 INFO O| Jul 10 22:17:33.510 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-07-10T22:17:34.036Z[ recovery-image] Jul 10 22:17:33.517 INFO O| Jul 10 22:17:33.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72792026-07-10T22:17:34.036Z[ recovery-image] Jul 10 22:17:33.517 INFO O| Jul 10 22:17:33.517 INFO STEP 641 (remove_files) COMPLETE
72802026-07-10T22:17:34.039Z[ recovery-image] Jul 10 22:17:33.517 INFO O| Jul 10 22:17:33.517 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-07-10T22:17:34.042Z[ recovery-image] Jul 10 22:17:33.523 INFO O| Jul 10 22:17:33.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72822026-07-10T22:17:34.042Z[ recovery-image] Jul 10 22:17:33.523 INFO O| Jul 10 22:17:33.523 INFO STEP 642 (remove_files) COMPLETE
72832026-07-10T22:17:34.042Z[ recovery-image] Jul 10 22:17:33.523 INFO O| Jul 10 22:17:33.523 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-07-10T22:17:34.049Z[ recovery-image] Jul 10 22:17:33.530 INFO O| Jul 10 22:17:33.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72852026-07-10T22:17:34.049Z[ recovery-image] Jul 10 22:17:33.530 INFO O| Jul 10 22:17:33.530 INFO STEP 643 (remove_files) COMPLETE
72862026-07-10T22:17:34.049Z[ recovery-image] Jul 10 22:17:33.530 INFO O| Jul 10 22:17:33.530 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-07-10T22:17:34.055Z[ recovery-image] Jul 10 22:17:33.537 INFO O| Jul 10 22:17:33.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72882026-07-10T22:17:34.055Z[ recovery-image] Jul 10 22:17:33.537 INFO O| Jul 10 22:17:33.537 INFO STEP 644 (remove_files) COMPLETE
72892026-07-10T22:17:34.057Z[ recovery-image] Jul 10 22:17:33.537 INFO O| Jul 10 22:17:33.537 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-07-10T22:17:34.062Z[ recovery-image] Jul 10 22:17:33.544 INFO O| Jul 10 22:17:33.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72912026-07-10T22:17:34.062Z[ recovery-image] Jul 10 22:17:33.544 INFO O| Jul 10 22:17:33.544 INFO STEP 645 (remove_files) COMPLETE
72922026-07-10T22:17:34.062Z[ recovery-image] Jul 10 22:17:33.544 INFO O| Jul 10 22:17:33.544 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-07-10T22:17:34.069Z[ recovery-image] Jul 10 22:17:33.551 INFO O| Jul 10 22:17:33.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72942026-07-10T22:17:34.069Z[ recovery-image] Jul 10 22:17:33.551 INFO O| Jul 10 22:17:33.551 INFO STEP 646 (remove_files) COMPLETE
72952026-07-10T22:17:34.069Z[ recovery-image] Jul 10 22:17:33.551 INFO O| Jul 10 22:17:33.551 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-07-10T22:17:34.075Z[ recovery-image] Jul 10 22:17:33.557 INFO O| Jul 10 22:17:33.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72972026-07-10T22:17:34.075Z[ recovery-image] Jul 10 22:17:33.557 INFO O| Jul 10 22:17:33.557 INFO STEP 647 (remove_files) COMPLETE
72982026-07-10T22:17:34.075Z[ recovery-image] Jul 10 22:17:33.557 INFO O| Jul 10 22:17:33.557 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-07-10T22:17:34.081Z[ recovery-image] Jul 10 22:17:33.563 INFO O| Jul 10 22:17:33.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
73002026-07-10T22:17:34.084Z[ recovery-image] Jul 10 22:17:33.563 INFO O| Jul 10 22:17:33.563 INFO STEP 648 (remove_files) COMPLETE
73012026-07-10T22:17:34.084Z[ recovery-image] Jul 10 22:17:33.563 INFO O| Jul 10 22:17:33.563 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-07-10T22:17:34.088Z[ recovery-image] Jul 10 22:17:33.570 INFO O| Jul 10 22:17:33.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
73032026-07-10T22:17:34.091Z[ recovery-image] Jul 10 22:17:33.570 INFO O| Jul 10 22:17:33.570 INFO STEP 649 (remove_files) COMPLETE
73042026-07-10T22:17:34.091Z[ recovery-image] Jul 10 22:17:33.570 INFO O| Jul 10 22:17:33.570 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-07-10T22:17:34.095Z[ recovery-image] Jul 10 22:17:33.577 INFO O| Jul 10 22:17:33.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
73062026-07-10T22:17:34.095Z[ recovery-image] Jul 10 22:17:33.577 INFO O| Jul 10 22:17:33.577 INFO STEP 650 (remove_files) COMPLETE
73072026-07-10T22:17:34.095Z[ recovery-image] Jul 10 22:17:33.577 INFO O| Jul 10 22:17:33.577 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-07-10T22:17:34.102Z[ recovery-image] Jul 10 22:17:33.583 INFO O| Jul 10 22:17:33.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
73092026-07-10T22:17:34.102Z[ recovery-image] Jul 10 22:17:33.584 INFO O| Jul 10 22:17:33.583 INFO STEP 651 (remove_files) COMPLETE
73102026-07-10T22:17:34.102Z[ recovery-image] Jul 10 22:17:33.584 INFO O| Jul 10 22:17:33.583 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-07-10T22:17:34.108Z[ recovery-image] Jul 10 22:17:33.590 INFO O| Jul 10 22:17:33.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
73122026-07-10T22:17:34.111Z[ recovery-image] Jul 10 22:17:33.590 INFO O| Jul 10 22:17:33.590 INFO STEP 652 (remove_files) COMPLETE
73132026-07-10T22:17:34.111Z[ recovery-image] Jul 10 22:17:33.590 INFO O| Jul 10 22:17:33.590 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-07-10T22:17:34.114Z[ recovery-image] Jul 10 22:17:33.596 INFO O| Jul 10 22:17:33.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73152026-07-10T22:17:34.114Z[ recovery-image] Jul 10 22:17:33.596 INFO O| Jul 10 22:17:33.596 INFO STEP 653 (remove_files) COMPLETE
73162026-07-10T22:17:34.114Z[ recovery-image] Jul 10 22:17:33.596 INFO O| Jul 10 22:17:33.596 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-07-10T22:17:34.122Z[ recovery-image] Jul 10 22:17:33.604 INFO O| Jul 10 22:17:33.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73182026-07-10T22:17:34.124Z[ recovery-image] Jul 10 22:17:33.604 INFO O| Jul 10 22:17:33.604 INFO STEP 654 (remove_files) COMPLETE
73192026-07-10T22:17:34.125Z[ recovery-image] Jul 10 22:17:33.604 INFO O| Jul 10 22:17:33.604 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-07-10T22:17:34.129Z[ recovery-image] Jul 10 22:17:33.611 INFO O| Jul 10 22:17:33.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73212026-07-10T22:17:34.129Z[ recovery-image] Jul 10 22:17:33.611 INFO O| Jul 10 22:17:33.611 INFO STEP 655 (remove_files) COMPLETE
73222026-07-10T22:17:34.129Z[ recovery-image] Jul 10 22:17:33.611 INFO O| Jul 10 22:17:33.611 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-07-10T22:17:34.136Z[ recovery-image] Jul 10 22:17:33.617 INFO O| Jul 10 22:17:33.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73242026-07-10T22:17:34.141Z[ recovery-image] Jul 10 22:17:33.617 INFO O| Jul 10 22:17:33.617 INFO STEP 656 (remove_files) COMPLETE
73252026-07-10T22:17:34.141Z[ recovery-image] Jul 10 22:17:33.617 INFO O| Jul 10 22:17:33.617 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-07-10T22:17:34.145Z[ recovery-image] Jul 10 22:17:33.624 INFO O| Jul 10 22:17:33.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73272026-07-10T22:17:34.145Z[ recovery-image] Jul 10 22:17:33.624 INFO O| Jul 10 22:17:33.624 INFO STEP 657 (remove_files) COMPLETE
73282026-07-10T22:17:34.145Z[ recovery-image] Jul 10 22:17:33.624 INFO O| Jul 10 22:17:33.624 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-07-10T22:17:34.148Z[ recovery-image] Jul 10 22:17:33.630 INFO O| Jul 10 22:17:33.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73302026-07-10T22:17:34.151Z[ recovery-image] Jul 10 22:17:33.630 INFO O| Jul 10 22:17:33.630 INFO STEP 658 (remove_files) COMPLETE
73312026-07-10T22:17:34.161Z[ recovery-image] Jul 10 22:17:33.630 INFO O| Jul 10 22:17:33.630 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-07-10T22:17:34.161Z[ recovery-image] Jul 10 22:17:33.637 INFO O| Jul 10 22:17:33.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73332026-07-10T22:17:34.161Z[ recovery-image] Jul 10 22:17:33.637 INFO O| Jul 10 22:17:33.637 INFO STEP 659 (remove_files) COMPLETE
73342026-07-10T22:17:34.161Z[ recovery-image] Jul 10 22:17:33.637 INFO O| Jul 10 22:17:33.637 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-07-10T22:17:34.165Z[ recovery-image] Jul 10 22:17:33.643 INFO O| Jul 10 22:17:33.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73362026-07-10T22:17:34.165Z[ recovery-image] Jul 10 22:17:33.643 INFO O| Jul 10 22:17:33.643 INFO STEP 660 (remove_files) COMPLETE
73372026-07-10T22:17:34.165Z[ recovery-image] Jul 10 22:17:33.643 INFO O| Jul 10 22:17:33.643 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-07-10T22:17:34.173Z[ recovery-image] Jul 10 22:17:33.649 INFO O| Jul 10 22:17:33.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73392026-07-10T22:17:34.173Z[ recovery-image] Jul 10 22:17:33.649 INFO O| Jul 10 22:17:33.649 INFO STEP 661 (remove_files) COMPLETE
73402026-07-10T22:17:34.173Z[ recovery-image] Jul 10 22:17:33.649 INFO O| Jul 10 22:17:33.649 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-07-10T22:17:34.178Z[ recovery-image] Jul 10 22:17:33.655 INFO O| Jul 10 22:17:33.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73422026-07-10T22:17:34.178Z[ recovery-image] Jul 10 22:17:33.656 INFO O| Jul 10 22:17:33.656 INFO STEP 662 (remove_files) COMPLETE
73432026-07-10T22:17:34.178Z[ recovery-image] Jul 10 22:17:33.656 INFO O| Jul 10 22:17:33.656 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-07-10T22:17:34.184Z[ recovery-image] Jul 10 22:17:33.663 INFO O| Jul 10 22:17:33.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73452026-07-10T22:17:34.185Z[ recovery-image] Jul 10 22:17:33.663 INFO O| Jul 10 22:17:33.663 INFO STEP 663 (remove_files) COMPLETE
73462026-07-10T22:17:34.185Z[ recovery-image] Jul 10 22:17:33.663 INFO O| Jul 10 22:17:33.663 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-07-10T22:17:34.188Z[ recovery-image] Jul 10 22:17:33.669 INFO O| Jul 10 22:17:33.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73482026-07-10T22:17:34.188Z[ recovery-image] Jul 10 22:17:33.669 INFO O| Jul 10 22:17:33.669 INFO STEP 664 (remove_files) COMPLETE
73492026-07-10T22:17:34.188Z[ recovery-image] Jul 10 22:17:33.669 INFO O| Jul 10 22:17:33.669 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-07-10T22:17:34.193Z[ recovery-image] Jul 10 22:17:33.675 INFO O| Jul 10 22:17:33.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73512026-07-10T22:17:34.193Z[ recovery-image] Jul 10 22:17:33.675 INFO O| Jul 10 22:17:33.675 INFO STEP 665 (remove_files) COMPLETE
73522026-07-10T22:17:34.193Z[ recovery-image] Jul 10 22:17:33.675 INFO O| Jul 10 22:17:33.675 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-07-10T22:17:34.202Z[ recovery-image] Jul 10 22:17:33.681 INFO O| Jul 10 22:17:33.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73542026-07-10T22:17:34.202Z[ recovery-image] Jul 10 22:17:33.681 INFO O| Jul 10 22:17:33.681 INFO STEP 666 (remove_files) COMPLETE
73552026-07-10T22:17:34.202Z[ recovery-image] Jul 10 22:17:33.681 INFO O| Jul 10 22:17:33.681 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-07-10T22:17:34.212Z[ recovery-image] Jul 10 22:17:33.688 INFO O| Jul 10 22:17:33.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73572026-07-10T22:17:34.218Z[ recovery-image] Jul 10 22:17:33.688 INFO O| Jul 10 22:17:33.688 INFO STEP 667 (remove_files) COMPLETE
73582026-07-10T22:17:34.218Z[ recovery-image] Jul 10 22:17:33.688 INFO O| Jul 10 22:17:33.688 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-07-10T22:17:34.218Z[ recovery-image] Jul 10 22:17:33.695 INFO O| Jul 10 22:17:33.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73602026-07-10T22:17:34.218Z[ recovery-image] Jul 10 22:17:33.695 INFO O| Jul 10 22:17:33.695 INFO STEP 668 (remove_files) COMPLETE
73612026-07-10T22:17:34.218Z[ recovery-image] Jul 10 22:17:33.695 INFO O| Jul 10 22:17:33.695 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-07-10T22:17:34.223Z[ recovery-image] Jul 10 22:17:33.701 INFO O| Jul 10 22:17:33.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73632026-07-10T22:17:34.223Z[ recovery-image] Jul 10 22:17:33.701 INFO O| Jul 10 22:17:33.701 INFO STEP 669 (remove_files) COMPLETE
73642026-07-10T22:17:34.223Z[ recovery-image] Jul 10 22:17:33.701 INFO O| Jul 10 22:17:33.701 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-07-10T22:17:34.226Z[ recovery-image] Jul 10 22:17:33.707 INFO O| Jul 10 22:17:33.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73662026-07-10T22:17:34.226Z[ recovery-image] Jul 10 22:17:33.707 INFO O| Jul 10 22:17:33.707 INFO STEP 670 (remove_files) COMPLETE
73672026-07-10T22:17:34.226Z[ recovery-image] Jul 10 22:17:33.707 INFO O| Jul 10 22:17:33.707 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-07-10T22:17:34.231Z[ recovery-image] Jul 10 22:17:33.713 INFO O| Jul 10 22:17:33.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73692026-07-10T22:17:34.231Z[ recovery-image] Jul 10 22:17:33.713 INFO O| Jul 10 22:17:33.713 INFO STEP 671 (remove_files) COMPLETE
73702026-07-10T22:17:34.231Z[ recovery-image] Jul 10 22:17:33.713 INFO O| Jul 10 22:17:33.713 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-07-10T22:17:34.238Z[ recovery-image] Jul 10 22:17:33.719 INFO O| Jul 10 22:17:33.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73722026-07-10T22:17:34.238Z[ recovery-image] Jul 10 22:17:33.719 INFO O| Jul 10 22:17:33.719 INFO STEP 672 (remove_files) COMPLETE
73732026-07-10T22:17:34.238Z[ recovery-image] Jul 10 22:17:33.719 INFO O| Jul 10 22:17:33.719 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-07-10T22:17:34.244Z[ recovery-image] Jul 10 22:17:33.725 INFO O| Jul 10 22:17:33.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73752026-07-10T22:17:34.245Z[ recovery-image] Jul 10 22:17:33.725 INFO O| Jul 10 22:17:33.725 INFO STEP 673 (remove_files) COMPLETE
73762026-07-10T22:17:34.245Z[ recovery-image] Jul 10 22:17:33.725 INFO O| Jul 10 22:17:33.725 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-07-10T22:17:34.250Z[ recovery-image] Jul 10 22:17:33.730 INFO O| Jul 10 22:17:33.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73782026-07-10T22:17:34.256Z[ recovery-image] Jul 10 22:17:33.730 INFO O| Jul 10 22:17:33.730 INFO STEP 674 (remove_files) COMPLETE
73792026-07-10T22:17:34.256Z[ recovery-image] Jul 10 22:17:33.730 INFO O| Jul 10 22:17:33.730 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-07-10T22:17:34.259Z[ recovery-image] Jul 10 22:17:33.739 INFO O| Jul 10 22:17:33.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73812026-07-10T22:17:34.260Z[ recovery-image] Jul 10 22:17:33.739 INFO O| Jul 10 22:17:33.739 INFO STEP 675 (remove_files) COMPLETE
73822026-07-10T22:17:34.260Z[ recovery-image] Jul 10 22:17:33.739 INFO O| Jul 10 22:17:33.739 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-07-10T22:17:34.264Z[ recovery-image] Jul 10 22:17:33.745 INFO O| Jul 10 22:17:33.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73842026-07-10T22:17:34.264Z[ recovery-image] Jul 10 22:17:33.745 INFO O| Jul 10 22:17:33.745 INFO STEP 676 (remove_files) COMPLETE
73852026-07-10T22:17:34.267Z[ recovery-image] Jul 10 22:17:33.745 INFO O| Jul 10 22:17:33.745 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-07-10T22:17:34.274Z[ recovery-image] Jul 10 22:17:33.752 INFO O| Jul 10 22:17:33.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73872026-07-10T22:17:34.274Z[ recovery-image] Jul 10 22:17:33.752 INFO O| Jul 10 22:17:33.752 INFO STEP 677 (remove_files) COMPLETE
73882026-07-10T22:17:34.275Z[ recovery-image] Jul 10 22:17:33.752 INFO O| Jul 10 22:17:33.752 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-07-10T22:17:34.279Z[ recovery-image] Jul 10 22:17:33.759 INFO O| Jul 10 22:17:33.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73902026-07-10T22:17:34.279Z[ recovery-image] Jul 10 22:17:33.759 INFO O| Jul 10 22:17:33.759 INFO STEP 678 (remove_files) COMPLETE
73912026-07-10T22:17:34.279Z[ recovery-image] Jul 10 22:17:33.759 INFO O| Jul 10 22:17:33.759 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-07-10T22:17:34.284Z[ recovery-image] Jul 10 22:17:33.765 INFO O| Jul 10 22:17:33.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73932026-07-10T22:17:34.285Z[ recovery-image] Jul 10 22:17:33.765 INFO O| Jul 10 22:17:33.765 INFO STEP 679 (remove_files) COMPLETE
73942026-07-10T22:17:34.285Z[ recovery-image] Jul 10 22:17:33.766 INFO O| Jul 10 22:17:33.765 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-07-10T22:17:34.293Z[ recovery-image] Jul 10 22:17:33.773 INFO O| Jul 10 22:17:33.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73962026-07-10T22:17:34.293Z[ recovery-image] Jul 10 22:17:33.773 INFO O| Jul 10 22:17:33.773 INFO STEP 680 (remove_files) COMPLETE
73972026-07-10T22:17:34.296Z[ recovery-image] Jul 10 22:17:33.773 INFO O| Jul 10 22:17:33.773 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-07-10T22:17:34.300Z[ recovery-image] Jul 10 22:17:33.781 INFO O| Jul 10 22:17:33.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73992026-07-10T22:17:34.300Z[ recovery-image] Jul 10 22:17:33.781 INFO O| Jul 10 22:17:33.781 INFO STEP 681 (remove_files) COMPLETE
74002026-07-10T22:17:34.300Z[ recovery-image] Jul 10 22:17:33.781 INFO O| Jul 10 22:17:33.781 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-07-10T22:17:34.310Z[ recovery-image] Jul 10 22:17:33.788 INFO O| Jul 10 22:17:33.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
74022026-07-10T22:17:34.310Z[ recovery-image] Jul 10 22:17:33.788 INFO O| Jul 10 22:17:33.788 INFO STEP 682 (remove_files) COMPLETE
74032026-07-10T22:17:34.315Z[ recovery-image] Jul 10 22:17:33.788 INFO O| Jul 10 22:17:33.788 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-07-10T22:17:34.315Z[ recovery-image] Jul 10 22:17:33.795 INFO O| Jul 10 22:17:33.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
74052026-07-10T22:17:34.315Z[ recovery-image] Jul 10 22:17:33.795 INFO O| Jul 10 22:17:33.795 INFO STEP 683 (remove_files) COMPLETE
74062026-07-10T22:17:34.315Z[ recovery-image] Jul 10 22:17:33.795 INFO O| Jul 10 22:17:33.795 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-07-10T22:17:34.322Z[ recovery-image] Jul 10 22:17:33.801 INFO O| Jul 10 22:17:33.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
74082026-07-10T22:17:34.327Z[ recovery-image] Jul 10 22:17:33.801 INFO O| Jul 10 22:17:33.801 INFO STEP 684 (remove_files) COMPLETE
74092026-07-10T22:17:34.327Z[ recovery-image] Jul 10 22:17:33.801 INFO O| Jul 10 22:17:33.801 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-07-10T22:17:34.330Z[ recovery-image] Jul 10 22:17:33.808 INFO O| Jul 10 22:17:33.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
74112026-07-10T22:17:34.330Z[ recovery-image] Jul 10 22:17:33.808 INFO O| Jul 10 22:17:33.808 INFO STEP 685 (remove_files) COMPLETE
74122026-07-10T22:17:34.330Z[ recovery-image] Jul 10 22:17:33.808 INFO O| Jul 10 22:17:33.808 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-07-10T22:17:34.337Z[ recovery-image] Jul 10 22:17:33.815 INFO O| Jul 10 22:17:33.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74142026-07-10T22:17:34.338Z[ recovery-image] Jul 10 22:17:33.815 INFO O| Jul 10 22:17:33.815 INFO STEP 686 (remove_files) COMPLETE
74152026-07-10T22:17:34.338Z[ recovery-image] Jul 10 22:17:33.815 INFO O| Jul 10 22:17:33.815 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-07-10T22:17:34.342Z[ recovery-image] Jul 10 22:17:33.822 INFO O| Jul 10 22:17:33.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74172026-07-10T22:17:34.342Z[ recovery-image] Jul 10 22:17:33.822 INFO O| Jul 10 22:17:33.822 INFO STEP 687 (remove_files) COMPLETE
74182026-07-10T22:17:34.342Z[ recovery-image] Jul 10 22:17:33.822 INFO O| Jul 10 22:17:33.822 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-07-10T22:17:34.349Z[ recovery-image] Jul 10 22:17:33.829 INFO O| Jul 10 22:17:33.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74202026-07-10T22:17:34.349Z[ recovery-image] Jul 10 22:17:33.829 INFO O| Jul 10 22:17:33.829 INFO STEP 688 (remove_files) COMPLETE
74212026-07-10T22:17:34.353Z[ recovery-image] Jul 10 22:17:33.829 INFO O| Jul 10 22:17:33.829 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-07-10T22:17:34.356Z[ recovery-image] Jul 10 22:17:33.836 INFO O| Jul 10 22:17:33.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74232026-07-10T22:17:34.356Z[ recovery-image] Jul 10 22:17:33.836 INFO O| Jul 10 22:17:33.836 INFO STEP 689 (remove_files) COMPLETE
74242026-07-10T22:17:34.356Z[ recovery-image] Jul 10 22:17:33.836 INFO O| Jul 10 22:17:33.836 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-07-10T22:17:34.361Z[ recovery-image] Jul 10 22:17:33.843 INFO O| Jul 10 22:17:33.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74262026-07-10T22:17:34.361Z[ recovery-image] Jul 10 22:17:33.843 INFO O| Jul 10 22:17:33.843 INFO STEP 690 (remove_files) COMPLETE
74272026-07-10T22:17:34.361Z[ recovery-image] Jul 10 22:17:33.843 INFO O| Jul 10 22:17:33.843 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-07-10T22:17:34.368Z[ recovery-image] Jul 10 22:17:33.849 INFO O| Jul 10 22:17:33.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74292026-07-10T22:17:34.368Z[ recovery-image] Jul 10 22:17:33.849 INFO O| Jul 10 22:17:33.849 INFO STEP 691 (remove_files) COMPLETE
74302026-07-10T22:17:34.372Z[ recovery-image] Jul 10 22:17:33.849 INFO O| Jul 10 22:17:33.849 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-07-10T22:17:34.379Z[ recovery-image] Jul 10 22:17:33.856 INFO O| Jul 10 22:17:33.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74322026-07-10T22:17:34.379Z[ recovery-image] Jul 10 22:17:33.856 INFO O| Jul 10 22:17:33.856 INFO STEP 692 (remove_files) COMPLETE
74332026-07-10T22:17:34.379Z[ recovery-image] Jul 10 22:17:33.856 INFO O| Jul 10 22:17:33.856 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-07-10T22:17:34.385Z[ recovery-image] Jul 10 22:17:33.863 INFO O| Jul 10 22:17:33.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74352026-07-10T22:17:34.385Z[ recovery-image] Jul 10 22:17:33.863 INFO O| Jul 10 22:17:33.863 INFO STEP 693 (remove_files) COMPLETE
74362026-07-10T22:17:34.385Z[ recovery-image] Jul 10 22:17:33.863 INFO O| Jul 10 22:17:33.863 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-07-10T22:17:34.391Z[ recovery-image] Jul 10 22:17:33.869 INFO O| Jul 10 22:17:33.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74382026-07-10T22:17:34.392Z[ recovery-image] Jul 10 22:17:33.869 INFO O| Jul 10 22:17:33.869 INFO STEP 694 (remove_files) COMPLETE
74392026-07-10T22:17:34.392Z[ recovery-image] Jul 10 22:17:33.869 INFO O| Jul 10 22:17:33.869 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-07-10T22:17:34.394Z[ recovery-image] Jul 10 22:17:33.875 INFO O| Jul 10 22:17:33.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74412026-07-10T22:17:34.394Z[ recovery-image] Jul 10 22:17:33.875 INFO O| Jul 10 22:17:33.875 INFO STEP 695 (remove_files) COMPLETE
74422026-07-10T22:17:34.394Z[ recovery-image] Jul 10 22:17:33.875 INFO O| Jul 10 22:17:33.875 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-07-10T22:17:34.404Z[ recovery-image] Jul 10 22:17:33.882 INFO O| Jul 10 22:17:33.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74442026-07-10T22:17:34.404Z[ recovery-image] Jul 10 22:17:33.882 INFO O| Jul 10 22:17:33.882 INFO STEP 696 (remove_files) COMPLETE
74452026-07-10T22:17:34.404Z[ recovery-image] Jul 10 22:17:33.882 INFO O| Jul 10 22:17:33.882 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-07-10T22:17:34.411Z[ recovery-image] Jul 10 22:17:33.888 INFO O| Jul 10 22:17:33.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74472026-07-10T22:17:34.411Z[ recovery-image] Jul 10 22:17:33.888 INFO O| Jul 10 22:17:33.888 INFO STEP 697 (remove_files) COMPLETE
74482026-07-10T22:17:34.412Z[ recovery-image] Jul 10 22:17:33.888 INFO O| Jul 10 22:17:33.888 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-07-10T22:17:34.417Z[ recovery-image] Jul 10 22:17:33.896 INFO O| Jul 10 22:17:33.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74502026-07-10T22:17:34.417Z[ recovery-image] Jul 10 22:17:33.896 INFO O| Jul 10 22:17:33.896 INFO STEP 698 (remove_files) COMPLETE
74512026-07-10T22:17:34.417Z[ recovery-image] Jul 10 22:17:33.896 INFO O| Jul 10 22:17:33.896 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-07-10T22:17:34.421Z[ recovery-image] Jul 10 22:17:33.902 INFO O| Jul 10 22:17:33.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74532026-07-10T22:17:34.421Z[ recovery-image] Jul 10 22:17:33.902 INFO O| Jul 10 22:17:33.902 INFO STEP 699 (remove_files) COMPLETE
74542026-07-10T22:17:34.421Z[ recovery-image] Jul 10 22:17:33.902 INFO O| Jul 10 22:17:33.902 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-07-10T22:17:34.428Z[ recovery-image] Jul 10 22:17:33.909 INFO O| Jul 10 22:17:33.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74562026-07-10T22:17:34.428Z[ recovery-image] Jul 10 22:17:33.909 INFO O| Jul 10 22:17:33.909 INFO STEP 700 (remove_files) COMPLETE
74572026-07-10T22:17:34.428Z[ recovery-image] Jul 10 22:17:33.909 INFO O| Jul 10 22:17:33.909 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-07-10T22:17:34.435Z[ recovery-image] Jul 10 22:17:33.915 INFO O| Jul 10 22:17:33.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74592026-07-10T22:17:34.435Z[ recovery-image] Jul 10 22:17:33.915 INFO O| Jul 10 22:17:33.915 INFO STEP 701 (remove_files) COMPLETE
74602026-07-10T22:17:34.435Z[ recovery-image] Jul 10 22:17:33.915 INFO O| Jul 10 22:17:33.915 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-07-10T22:17:34.441Z[ recovery-image] Jul 10 22:17:33.922 INFO O| Jul 10 22:17:33.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74622026-07-10T22:17:34.441Z[ recovery-image] Jul 10 22:17:33.922 INFO O| Jul 10 22:17:33.922 INFO STEP 702 (remove_files) COMPLETE
74632026-07-10T22:17:34.446Z[ recovery-image] Jul 10 22:17:33.922 INFO O| Jul 10 22:17:33.922 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-07-10T22:17:34.458Z[ recovery-image] Jul 10 22:17:33.930 INFO O| Jul 10 22:17:33.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74652026-07-10T22:17:34.458Z[ recovery-image] Jul 10 22:17:33.930 INFO O| Jul 10 22:17:33.930 INFO STEP 703 (remove_files) COMPLETE
74662026-07-10T22:17:34.458Z[ recovery-image] Jul 10 22:17:33.930 INFO O| Jul 10 22:17:33.930 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-07-10T22:17:34.465Z[ recovery-image] Jul 10 22:17:33.936 INFO O| Jul 10 22:17:33.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74682026-07-10T22:17:34.465Z[ recovery-image] Jul 10 22:17:33.936 INFO O| Jul 10 22:17:33.936 INFO STEP 704 (remove_files) COMPLETE
74692026-07-10T22:17:34.465Z[ recovery-image] Jul 10 22:17:33.936 INFO O| Jul 10 22:17:33.936 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-07-10T22:17:34.465Z[ recovery-image] Jul 10 22:17:33.942 INFO O| Jul 10 22:17:33.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74712026-07-10T22:17:34.465Z[ recovery-image] Jul 10 22:17:33.942 INFO O| Jul 10 22:17:33.942 INFO STEP 705 (remove_files) COMPLETE
74722026-07-10T22:17:34.465Z[ recovery-image] Jul 10 22:17:33.942 INFO O| Jul 10 22:17:33.942 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-07-10T22:17:34.472Z[ recovery-image] Jul 10 22:17:33.949 INFO O| Jul 10 22:17:33.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74742026-07-10T22:17:34.472Z[ recovery-image] Jul 10 22:17:33.949 INFO O| Jul 10 22:17:33.949 INFO STEP 706 (remove_files) COMPLETE
74752026-07-10T22:17:34.472Z[ recovery-image] Jul 10 22:17:33.949 INFO O| Jul 10 22:17:33.949 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-07-10T22:17:34.479Z[ recovery-image] Jul 10 22:17:33.955 INFO O| Jul 10 22:17:33.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74772026-07-10T22:17:34.480Z[ recovery-image] Jul 10 22:17:33.955 INFO O| Jul 10 22:17:33.955 INFO STEP 707 (remove_files) COMPLETE
74782026-07-10T22:17:34.480Z[ recovery-image] Jul 10 22:17:33.955 INFO O| Jul 10 22:17:33.955 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-07-10T22:17:34.485Z[ recovery-image] Jul 10 22:17:33.961 INFO O| Jul 10 22:17:33.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74802026-07-10T22:17:34.485Z[ recovery-image] Jul 10 22:17:33.962 INFO O| Jul 10 22:17:33.962 INFO STEP 708 (remove_files) COMPLETE
74812026-07-10T22:17:34.485Z[ recovery-image] Jul 10 22:17:33.962 INFO O| Jul 10 22:17:33.962 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-07-10T22:17:34.489Z[ recovery-image] Jul 10 22:17:33.968 INFO O| Jul 10 22:17:33.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74832026-07-10T22:17:34.489Z[ recovery-image] Jul 10 22:17:33.968 INFO O| Jul 10 22:17:33.968 INFO STEP 709 (remove_files) COMPLETE
74842026-07-10T22:17:34.489Z[ recovery-image] Jul 10 22:17:33.968 INFO O| Jul 10 22:17:33.968 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-07-10T22:17:34.493Z[ recovery-image] Jul 10 22:17:33.974 INFO O| Jul 10 22:17:33.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74862026-07-10T22:17:34.493Z[ recovery-image] Jul 10 22:17:33.974 INFO O| Jul 10 22:17:33.974 INFO STEP 710 (remove_files) COMPLETE
74872026-07-10T22:17:34.496Z[ recovery-image] Jul 10 22:17:33.974 INFO O| Jul 10 22:17:33.974 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-07-10T22:17:34.501Z[ recovery-image] Jul 10 22:17:33.980 INFO O| Jul 10 22:17:33.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74892026-07-10T22:17:34.501Z[ recovery-image] Jul 10 22:17:33.981 INFO O| Jul 10 22:17:33.981 INFO STEP 711 (remove_files) COMPLETE
74902026-07-10T22:17:34.501Z[ recovery-image] Jul 10 22:17:33.981 INFO O| Jul 10 22:17:33.981 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-07-10T22:17:34.505Z[ recovery-image] Jul 10 22:17:33.986 INFO O| Jul 10 22:17:33.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74922026-07-10T22:17:34.505Z[ recovery-image] Jul 10 22:17:33.986 INFO O| Jul 10 22:17:33.986 INFO STEP 712 (remove_files) COMPLETE
74932026-07-10T22:17:34.505Z[ recovery-image] Jul 10 22:17:33.986 INFO O| Jul 10 22:17:33.986 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-07-10T22:17:34.510Z[ recovery-image] Jul 10 22:17:33.992 INFO O| Jul 10 22:17:33.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74952026-07-10T22:17:34.510Z[ recovery-image] Jul 10 22:17:33.992 INFO O| Jul 10 22:17:33.992 INFO STEP 713 (remove_files) COMPLETE
74962026-07-10T22:17:34.510Z[ recovery-image] Jul 10 22:17:33.992 INFO O| Jul 10 22:17:33.992 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-07-10T22:17:34.516Z[ recovery-image] Jul 10 22:17:33.998 INFO O| Jul 10 22:17:33.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74982026-07-10T22:17:34.516Z[ recovery-image] Jul 10 22:17:33.998 INFO O| Jul 10 22:17:33.998 INFO STEP 714 (remove_files) COMPLETE
74992026-07-10T22:17:34.519Z[ recovery-image] Jul 10 22:17:33.998 INFO O| Jul 10 22:17:33.998 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-07-10T22:17:34.524Z[ recovery-image] Jul 10 22:17:34.005 INFO O| Jul 10 22:17:34.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
75012026-07-10T22:17:34.524Z[ recovery-image] Jul 10 22:17:34.005 INFO O| Jul 10 22:17:34.005 INFO STEP 715 (remove_files) COMPLETE
75022026-07-10T22:17:34.527Z[ recovery-image] Jul 10 22:17:34.005 INFO O| Jul 10 22:17:34.005 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-07-10T22:17:34.531Z[ recovery-image] Jul 10 22:17:34.013 INFO O| Jul 10 22:17:34.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
75042026-07-10T22:17:34.531Z[ recovery-image] Jul 10 22:17:34.013 INFO O| Jul 10 22:17:34.013 INFO STEP 716 (remove_files) COMPLETE
75052026-07-10T22:17:34.531Z[ recovery-image] Jul 10 22:17:34.013 INFO O| Jul 10 22:17:34.013 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-07-10T22:17:34.537Z[ recovery-image] Jul 10 22:17:34.019 INFO O| Jul 10 22:17:34.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
75072026-07-10T22:17:34.540Z[ recovery-image] Jul 10 22:17:34.019 INFO O| Jul 10 22:17:34.019 INFO STEP 717 (remove_files) COMPLETE
75082026-07-10T22:17:34.542Z[ recovery-image] Jul 10 22:17:34.019 INFO O| Jul 10 22:17:34.019 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-07-10T22:17:34.545Z[ recovery-image] Jul 10 22:17:34.026 INFO O| Jul 10 22:17:34.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
75102026-07-10T22:17:34.545Z[ recovery-image] Jul 10 22:17:34.026 INFO O| Jul 10 22:17:34.026 INFO STEP 718 (remove_files) COMPLETE
75112026-07-10T22:17:34.547Z[ recovery-image] Jul 10 22:17:34.027 INFO O| Jul 10 22:17:34.026 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-07-10T22:17:34.552Z[ recovery-image] Jul 10 22:17:34.033 INFO O| Jul 10 22:17:34.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75132026-07-10T22:17:34.552Z[ recovery-image] Jul 10 22:17:34.033 INFO O| Jul 10 22:17:34.033 INFO STEP 719 (remove_files) COMPLETE
75142026-07-10T22:17:34.552Z[ recovery-image] Jul 10 22:17:34.033 INFO O| Jul 10 22:17:34.033 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-07-10T22:17:34.559Z[ recovery-image] Jul 10 22:17:34.041 INFO O| Jul 10 22:17:34.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75162026-07-10T22:17:34.562Z[ recovery-image] Jul 10 22:17:34.041 INFO O| Jul 10 22:17:34.041 INFO STEP 720 (remove_files) COMPLETE
75172026-07-10T22:17:34.562Z[ recovery-image] Jul 10 22:17:34.041 INFO O| Jul 10 22:17:34.041 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-07-10T22:17:34.565Z[ recovery-image] Jul 10 22:17:34.046 INFO O| Jul 10 22:17:34.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75192026-07-10T22:17:34.565Z[ recovery-image] Jul 10 22:17:34.046 INFO O| Jul 10 22:17:34.046 INFO STEP 721 (remove_files) COMPLETE
75202026-07-10T22:17:34.565Z[ recovery-image] Jul 10 22:17:34.046 INFO O| Jul 10 22:17:34.046 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-07-10T22:17:34.570Z[ recovery-image] Jul 10 22:17:34.052 INFO O| Jul 10 22:17:34.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75222026-07-10T22:17:34.573Z[ recovery-image] Jul 10 22:17:34.052 INFO O| Jul 10 22:17:34.052 INFO STEP 722 (remove_files) COMPLETE
75232026-07-10T22:17:34.573Z[ recovery-image] Jul 10 22:17:34.052 INFO O| Jul 10 22:17:34.052 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-07-10T22:17:34.576Z[ recovery-image] Jul 10 22:17:34.058 INFO O| Jul 10 22:17:34.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75252026-07-10T22:17:34.576Z[ recovery-image] Jul 10 22:17:34.058 INFO O| Jul 10 22:17:34.058 INFO STEP 723 (remove_files) COMPLETE
75262026-07-10T22:17:34.580Z[ recovery-image] Jul 10 22:17:34.058 INFO O| Jul 10 22:17:34.058 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-07-10T22:17:34.583Z[ recovery-image] Jul 10 22:17:34.065 INFO O| Jul 10 22:17:34.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75282026-07-10T22:17:34.583Z[ recovery-image] Jul 10 22:17:34.065 INFO O| Jul 10 22:17:34.065 INFO STEP 724 (remove_files) COMPLETE
75292026-07-10T22:17:34.583Z[ recovery-image] Jul 10 22:17:34.065 INFO O| Jul 10 22:17:34.065 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-07-10T22:17:34.589Z[ recovery-image] Jul 10 22:17:34.070 INFO O| Jul 10 22:17:34.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75312026-07-10T22:17:34.592Z[ recovery-image] Jul 10 22:17:34.070 INFO O| Jul 10 22:17:34.070 INFO STEP 725 (remove_files) COMPLETE
75322026-07-10T22:17:34.592Z[ recovery-image] Jul 10 22:17:34.070 INFO O| Jul 10 22:17:34.070 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-07-10T22:17:34.596Z[ recovery-image] Jul 10 22:17:34.078 INFO O| Jul 10 22:17:34.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75342026-07-10T22:17:34.599Z[ recovery-image] Jul 10 22:17:34.078 INFO O| Jul 10 22:17:34.078 INFO STEP 726 (remove_files) COMPLETE
75352026-07-10T22:17:34.599Z[ recovery-image] Jul 10 22:17:34.078 INFO O| Jul 10 22:17:34.078 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-07-10T22:17:34.602Z[ recovery-image] Jul 10 22:17:34.083 INFO O| Jul 10 22:17:34.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75372026-07-10T22:17:34.602Z[ recovery-image] Jul 10 22:17:34.083 INFO O| Jul 10 22:17:34.083 INFO STEP 727 (remove_files) COMPLETE
75382026-07-10T22:17:34.602Z[ recovery-image] Jul 10 22:17:34.083 INFO O| Jul 10 22:17:34.083 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-07-10T22:17:34.609Z[ recovery-image] Jul 10 22:17:34.091 INFO O| Jul 10 22:17:34.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75402026-07-10T22:17:34.610Z[ recovery-image] Jul 10 22:17:34.091 INFO O| Jul 10 22:17:34.091 INFO STEP 728 (remove_files) COMPLETE
75412026-07-10T22:17:34.610Z[ recovery-image] Jul 10 22:17:34.091 INFO O| Jul 10 22:17:34.091 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-07-10T22:17:34.617Z[ recovery-image] Jul 10 22:17:34.099 INFO O| Jul 10 22:17:34.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75432026-07-10T22:17:34.617Z[ recovery-image] Jul 10 22:17:34.099 INFO O| Jul 10 22:17:34.099 INFO STEP 729 (remove_files) COMPLETE
75442026-07-10T22:17:34.620Z[ recovery-image] Jul 10 22:17:34.099 INFO O| Jul 10 22:17:34.099 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-07-10T22:17:34.625Z[ recovery-image] Jul 10 22:17:34.107 INFO O| Jul 10 22:17:34.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75462026-07-10T22:17:34.625Z[ recovery-image] Jul 10 22:17:34.107 INFO O| Jul 10 22:17:34.107 INFO STEP 730 (remove_files) COMPLETE
75472026-07-10T22:17:34.625Z[ recovery-image] Jul 10 22:17:34.107 INFO O| Jul 10 22:17:34.107 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-07-10T22:17:34.633Z[ recovery-image] Jul 10 22:17:34.114 INFO O| Jul 10 22:17:34.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75492026-07-10T22:17:34.633Z[ recovery-image] Jul 10 22:17:34.114 INFO O| Jul 10 22:17:34.114 INFO STEP 731 (remove_files) COMPLETE
75502026-07-10T22:17:34.636Z[ recovery-image] Jul 10 22:17:34.114 INFO O| Jul 10 22:17:34.114 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-07-10T22:17:34.639Z[ recovery-image] Jul 10 22:17:34.120 INFO O| Jul 10 22:17:34.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75522026-07-10T22:17:34.639Z[ recovery-image] Jul 10 22:17:34.120 INFO O| Jul 10 22:17:34.120 INFO STEP 732 (remove_files) COMPLETE
75532026-07-10T22:17:34.640Z[ recovery-image] Jul 10 22:17:34.120 INFO O| Jul 10 22:17:34.120 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-07-10T22:17:34.645Z[ recovery-image] Jul 10 22:17:34.126 INFO O| Jul 10 22:17:34.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75552026-07-10T22:17:34.645Z[ recovery-image] Jul 10 22:17:34.127 INFO O| Jul 10 22:17:34.126 INFO STEP 733 (remove_files) COMPLETE
75562026-07-10T22:17:34.645Z[ recovery-image] Jul 10 22:17:34.127 INFO O| Jul 10 22:17:34.127 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-07-10T22:17:34.652Z[ recovery-image] Jul 10 22:17:34.134 INFO O| Jul 10 22:17:34.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75582026-07-10T22:17:34.656Z[ recovery-image] Jul 10 22:17:34.135 INFO O| Jul 10 22:17:34.135 INFO STEP 734 (remove_files) COMPLETE
75592026-07-10T22:17:34.656Z[ recovery-image] Jul 10 22:17:34.135 INFO O| Jul 10 22:17:34.135 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-07-10T22:17:34.660Z[ recovery-image] Jul 10 22:17:34.142 INFO O| Jul 10 22:17:34.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75612026-07-10T22:17:34.661Z[ recovery-image] Jul 10 22:17:34.142 INFO O| Jul 10 22:17:34.142 INFO STEP 735 (remove_files) COMPLETE
75622026-07-10T22:17:34.664Z[ recovery-image] Jul 10 22:17:34.142 INFO O| Jul 10 22:17:34.142 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-07-10T22:17:34.667Z[ recovery-image] Jul 10 22:17:34.149 INFO O| Jul 10 22:17:34.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75642026-07-10T22:17:34.667Z[ recovery-image] Jul 10 22:17:34.149 INFO O| Jul 10 22:17:34.149 INFO STEP 736 (remove_files) COMPLETE
75652026-07-10T22:17:34.667Z[ recovery-image] Jul 10 22:17:34.149 INFO O| Jul 10 22:17:34.149 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-07-10T22:17:34.674Z[ recovery-image] Jul 10 22:17:34.155 INFO O| Jul 10 22:17:34.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75672026-07-10T22:17:34.674Z[ recovery-image] Jul 10 22:17:34.155 INFO O| Jul 10 22:17:34.155 INFO STEP 737 (remove_files) COMPLETE
75682026-07-10T22:17:34.677Z[ recovery-image] Jul 10 22:17:34.155 INFO O| Jul 10 22:17:34.155 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-07-10T22:17:34.682Z[ recovery-image] Jul 10 22:17:34.161 INFO O| Jul 10 22:17:34.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75702026-07-10T22:17:34.682Z[ recovery-image] Jul 10 22:17:34.161 INFO O| Jul 10 22:17:34.161 INFO STEP 738 (remove_files) COMPLETE
75712026-07-10T22:17:34.682Z[ recovery-image] Jul 10 22:17:34.161 INFO O| Jul 10 22:17:34.161 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-07-10T22:17:34.686Z[ recovery-image] Jul 10 22:17:34.168 INFO O| Jul 10 22:17:34.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75732026-07-10T22:17:34.686Z[ recovery-image] Jul 10 22:17:34.168 INFO O| Jul 10 22:17:34.168 INFO STEP 739 (remove_files) COMPLETE
75742026-07-10T22:17:34.686Z[ recovery-image] Jul 10 22:17:34.168 INFO O| Jul 10 22:17:34.168 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-07-10T22:17:34.692Z[ recovery-image] Jul 10 22:17:34.173 INFO O| Jul 10 22:17:34.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75762026-07-10T22:17:34.692Z[ recovery-image] Jul 10 22:17:34.173 INFO O| Jul 10 22:17:34.173 INFO STEP 740 (remove_files) COMPLETE
75772026-07-10T22:17:34.694Z[ recovery-image] Jul 10 22:17:34.173 INFO O| Jul 10 22:17:34.173 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-07-10T22:17:34.698Z[ recovery-image] Jul 10 22:17:34.179 INFO O| Jul 10 22:17:34.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75792026-07-10T22:17:34.698Z[ recovery-image] Jul 10 22:17:34.179 INFO O| Jul 10 22:17:34.179 INFO STEP 741 (remove_files) COMPLETE
75802026-07-10T22:17:34.698Z[ recovery-image] Jul 10 22:17:34.179 INFO O| Jul 10 22:17:34.179 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-07-10T22:17:34.703Z[ recovery-image] Jul 10 22:17:34.184 INFO O| Jul 10 22:17:34.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75822026-07-10T22:17:34.703Z[ recovery-image] Jul 10 22:17:34.184 INFO O| Jul 10 22:17:34.184 INFO STEP 742 (remove_files) COMPLETE
75832026-07-10T22:17:34.706Z[ recovery-image] Jul 10 22:17:34.184 INFO O| Jul 10 22:17:34.184 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-07-10T22:17:34.710Z[ recovery-image] Jul 10 22:17:34.190 INFO O| Jul 10 22:17:34.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75852026-07-10T22:17:34.710Z[ recovery-image] Jul 10 22:17:34.190 INFO O| Jul 10 22:17:34.190 INFO STEP 743 (remove_files) COMPLETE
75862026-07-10T22:17:34.710Z[ recovery-image] Jul 10 22:17:34.190 INFO O| Jul 10 22:17:34.190 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-07-10T22:17:34.714Z[ recovery-image] Jul 10 22:17:34.196 INFO O| Jul 10 22:17:34.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75882026-07-10T22:17:34.714Z[ recovery-image] Jul 10 22:17:34.196 INFO O| Jul 10 22:17:34.196 INFO STEP 744 (remove_files) COMPLETE
75892026-07-10T22:17:34.717Z[ recovery-image] Jul 10 22:17:34.196 INFO O| Jul 10 22:17:34.196 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-07-10T22:17:34.720Z[ recovery-image] Jul 10 22:17:34.201 INFO O| Jul 10 22:17:34.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75912026-07-10T22:17:34.720Z[ recovery-image] Jul 10 22:17:34.202 INFO O| Jul 10 22:17:34.201 INFO STEP 745 (remove_files) COMPLETE
75922026-07-10T22:17:34.720Z[ recovery-image] Jul 10 22:17:34.202 INFO O| Jul 10 22:17:34.202 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-07-10T22:17:34.727Z[ recovery-image] Jul 10 22:17:34.209 INFO O| Jul 10 22:17:34.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75942026-07-10T22:17:34.727Z[ recovery-image] Jul 10 22:17:34.209 INFO O| Jul 10 22:17:34.209 INFO STEP 746 (remove_files) COMPLETE
75952026-07-10T22:17:34.731Z[ recovery-image] Jul 10 22:17:34.209 INFO O| Jul 10 22:17:34.209 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-07-10T22:17:34.735Z[ recovery-image] Jul 10 22:17:34.216 INFO O| Jul 10 22:17:34.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75972026-07-10T22:17:34.738Z[ recovery-image] Jul 10 22:17:34.216 INFO O| Jul 10 22:17:34.216 INFO STEP 747 (remove_files) COMPLETE
75982026-07-10T22:17:34.738Z[ recovery-image] Jul 10 22:17:34.216 INFO O| Jul 10 22:17:34.216 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-07-10T22:17:34.743Z[ recovery-image] Jul 10 22:17:34.223 INFO O| Jul 10 22:17:34.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
76002026-07-10T22:17:34.744Z[ recovery-image] Jul 10 22:17:34.223 INFO O| Jul 10 22:17:34.223 INFO STEP 748 (remove_files) COMPLETE
76012026-07-10T22:17:34.744Z[ recovery-image] Jul 10 22:17:34.223 INFO O| Jul 10 22:17:34.223 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-07-10T22:17:34.748Z[ recovery-image] Jul 10 22:17:34.229 INFO O| Jul 10 22:17:34.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
76032026-07-10T22:17:34.748Z[ recovery-image] Jul 10 22:17:34.230 INFO O| Jul 10 22:17:34.229 INFO STEP 749 (remove_files) COMPLETE
76042026-07-10T22:17:34.748Z[ recovery-image] Jul 10 22:17:34.230 INFO O| Jul 10 22:17:34.229 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-07-10T22:17:34.757Z[ recovery-image] Jul 10 22:17:34.238 INFO O| Jul 10 22:17:34.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
76062026-07-10T22:17:34.757Z[ recovery-image] Jul 10 22:17:34.238 INFO O| Jul 10 22:17:34.238 INFO STEP 750 (remove_files) COMPLETE
76072026-07-10T22:17:34.757Z[ recovery-image] Jul 10 22:17:34.238 INFO O| Jul 10 22:17:34.238 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-07-10T22:17:34.764Z[ recovery-image] Jul 10 22:17:34.246 INFO O| Jul 10 22:17:34.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
76092026-07-10T22:17:34.764Z[ recovery-image] Jul 10 22:17:34.246 INFO O| Jul 10 22:17:34.246 INFO STEP 751 (remove_files) COMPLETE
76102026-07-10T22:17:34.768Z[ recovery-image] Jul 10 22:17:34.246 INFO O| Jul 10 22:17:34.246 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-07-10T22:17:34.778Z[ recovery-image] Jul 10 22:17:34.253 INFO O| Jul 10 22:17:34.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
76122026-07-10T22:17:34.778Z[ recovery-image] Jul 10 22:17:34.253 INFO O| Jul 10 22:17:34.253 INFO STEP 752 (remove_files) COMPLETE
76132026-07-10T22:17:34.778Z[ recovery-image] Jul 10 22:17:34.253 INFO O| Jul 10 22:17:34.253 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-07-10T22:17:34.784Z[ recovery-image] Jul 10 22:17:34.261 INFO O| Jul 10 22:17:34.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76152026-07-10T22:17:34.784Z[ recovery-image] Jul 10 22:17:34.261 INFO O| Jul 10 22:17:34.261 INFO STEP 753 (remove_files) COMPLETE
76162026-07-10T22:17:34.784Z[ recovery-image] Jul 10 22:17:34.261 INFO O| Jul 10 22:17:34.261 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-07-10T22:17:34.788Z[ recovery-image] Jul 10 22:17:34.267 INFO O| Jul 10 22:17:34.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76182026-07-10T22:17:34.788Z[ recovery-image] Jul 10 22:17:34.267 INFO O| Jul 10 22:17:34.267 INFO STEP 754 (remove_files) COMPLETE
76192026-07-10T22:17:34.788Z[ recovery-image] Jul 10 22:17:34.267 INFO O| Jul 10 22:17:34.267 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-07-10T22:17:34.792Z[ recovery-image] Jul 10 22:17:34.274 INFO O| Jul 10 22:17:34.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76212026-07-10T22:17:34.792Z[ recovery-image] Jul 10 22:17:34.274 INFO O| Jul 10 22:17:34.274 INFO STEP 755 (remove_files) COMPLETE
76222026-07-10T22:17:34.792Z[ recovery-image] Jul 10 22:17:34.274 INFO O| Jul 10 22:17:34.274 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-07-10T22:17:34.799Z[ recovery-image] Jul 10 22:17:34.280 INFO O| Jul 10 22:17:34.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76242026-07-10T22:17:34.799Z[ recovery-image] Jul 10 22:17:34.280 INFO O| Jul 10 22:17:34.280 INFO STEP 756 (remove_files) COMPLETE
76252026-07-10T22:17:34.803Z[ recovery-image] Jul 10 22:17:34.280 INFO O| Jul 10 22:17:34.280 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-07-10T22:17:34.807Z[ recovery-image] Jul 10 22:17:34.287 INFO O| Jul 10 22:17:34.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76272026-07-10T22:17:34.807Z[ recovery-image] Jul 10 22:17:34.287 INFO O| Jul 10 22:17:34.287 INFO STEP 757 (remove_files) COMPLETE
76282026-07-10T22:17:34.807Z[ recovery-image] Jul 10 22:17:34.287 INFO O| Jul 10 22:17:34.287 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-07-10T22:17:34.811Z[ recovery-image] Jul 10 22:17:34.293 INFO O| Jul 10 22:17:34.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76302026-07-10T22:17:34.812Z[ recovery-image] Jul 10 22:17:34.293 INFO O| Jul 10 22:17:34.293 INFO STEP 758 (remove_files) COMPLETE
76312026-07-10T22:17:34.812Z[ recovery-image] Jul 10 22:17:34.293 INFO O| Jul 10 22:17:34.293 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-07-10T22:17:34.818Z[ recovery-image] Jul 10 22:17:34.299 INFO O| Jul 10 22:17:34.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76332026-07-10T22:17:34.822Z[ recovery-image] Jul 10 22:17:34.299 INFO O| Jul 10 22:17:34.299 INFO STEP 759 (remove_files) COMPLETE
76342026-07-10T22:17:34.822Z[ recovery-image] Jul 10 22:17:34.299 INFO O| Jul 10 22:17:34.299 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-07-10T22:17:34.825Z[ recovery-image] Jul 10 22:17:34.306 INFO O| Jul 10 22:17:34.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76362026-07-10T22:17:34.825Z[ recovery-image] Jul 10 22:17:34.306 INFO O| Jul 10 22:17:34.306 INFO STEP 760 (remove_files) COMPLETE
76372026-07-10T22:17:34.825Z[ recovery-image] Jul 10 22:17:34.306 INFO O| Jul 10 22:17:34.306 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-07-10T22:17:34.831Z[ recovery-image] Jul 10 22:17:34.313 INFO O| Jul 10 22:17:34.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76392026-07-10T22:17:34.835Z[ recovery-image] Jul 10 22:17:34.313 INFO O| Jul 10 22:17:34.313 INFO STEP 761 (remove_files) COMPLETE
76402026-07-10T22:17:34.835Z[ recovery-image] Jul 10 22:17:34.313 INFO O| Jul 10 22:17:34.313 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-07-10T22:17:34.839Z[ recovery-image] Jul 10 22:17:34.320 INFO O| Jul 10 22:17:34.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76422026-07-10T22:17:34.839Z[ recovery-image] Jul 10 22:17:34.320 INFO O| Jul 10 22:17:34.320 INFO STEP 762 (remove_files) COMPLETE
76432026-07-10T22:17:34.842Z[ recovery-image] Jul 10 22:17:34.320 INFO O| Jul 10 22:17:34.320 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-07-10T22:17:34.846Z[ recovery-image] Jul 10 22:17:34.328 INFO O| Jul 10 22:17:34.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76452026-07-10T22:17:34.847Z[ recovery-image] Jul 10 22:17:34.328 INFO O| Jul 10 22:17:34.328 INFO STEP 763 (remove_files) COMPLETE
76462026-07-10T22:17:34.847Z[ recovery-image] Jul 10 22:17:34.328 INFO O| Jul 10 22:17:34.328 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-07-10T22:17:34.855Z[ recovery-image] Jul 10 22:17:34.336 INFO O| Jul 10 22:17:34.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76482026-07-10T22:17:34.855Z[ recovery-image] Jul 10 22:17:34.336 INFO O| Jul 10 22:17:34.336 INFO STEP 764 (remove_files) COMPLETE
76492026-07-10T22:17:34.859Z[ recovery-image] Jul 10 22:17:34.336 INFO O| Jul 10 22:17:34.336 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-07-10T22:17:34.864Z[ recovery-image] Jul 10 22:17:34.343 INFO O| Jul 10 22:17:34.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76512026-07-10T22:17:34.864Z[ recovery-image] Jul 10 22:17:34.343 INFO O| Jul 10 22:17:34.343 INFO STEP 765 (remove_files) COMPLETE
76522026-07-10T22:17:34.864Z[ recovery-image] Jul 10 22:17:34.343 INFO O| Jul 10 22:17:34.343 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-07-10T22:17:34.868Z[ recovery-image] Jul 10 22:17:34.350 INFO O| Jul 10 22:17:34.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76542026-07-10T22:17:34.868Z[ recovery-image] Jul 10 22:17:34.350 INFO O| Jul 10 22:17:34.350 INFO STEP 766 (remove_files) COMPLETE
76552026-07-10T22:17:34.868Z[ recovery-image] Jul 10 22:17:34.350 INFO O| Jul 10 22:17:34.350 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-07-10T22:17:34.875Z[ recovery-image] Jul 10 22:17:34.357 INFO O| Jul 10 22:17:34.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76572026-07-10T22:17:34.875Z[ recovery-image] Jul 10 22:17:34.357 INFO O| Jul 10 22:17:34.357 INFO STEP 767 (remove_files) COMPLETE
76582026-07-10T22:17:34.879Z[ recovery-image] Jul 10 22:17:34.357 INFO O| Jul 10 22:17:34.357 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-07-10T22:17:34.884Z[ recovery-image] Jul 10 22:17:34.363 INFO O| Jul 10 22:17:34.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76602026-07-10T22:17:34.884Z[ recovery-image] Jul 10 22:17:34.363 INFO O| Jul 10 22:17:34.363 INFO STEP 768 (remove_files) COMPLETE
76612026-07-10T22:17:34.884Z[ recovery-image] Jul 10 22:17:34.363 INFO O| Jul 10 22:17:34.363 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-07-10T22:17:34.888Z[ recovery-image] Jul 10 22:17:34.369 INFO O| Jul 10 22:17:34.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76632026-07-10T22:17:34.889Z[ recovery-image] Jul 10 22:17:34.369 INFO O| Jul 10 22:17:34.369 INFO STEP 769 (remove_files) COMPLETE
76642026-07-10T22:17:34.889Z[ recovery-image] Jul 10 22:17:34.369 INFO O| Jul 10 22:17:34.369 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-07-10T22:17:34.896Z[ recovery-image] Jul 10 22:17:34.377 INFO O| Jul 10 22:17:34.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76662026-07-10T22:17:34.896Z[ recovery-image] Jul 10 22:17:34.377 INFO O| Jul 10 22:17:34.377 INFO STEP 770 (remove_files) COMPLETE
76672026-07-10T22:17:34.896Z[ recovery-image] Jul 10 22:17:34.377 INFO O| Jul 10 22:17:34.377 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-07-10T22:17:34.903Z[ recovery-image] Jul 10 22:17:34.385 INFO O| Jul 10 22:17:34.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76692026-07-10T22:17:34.903Z[ recovery-image] Jul 10 22:17:34.385 INFO O| Jul 10 22:17:34.385 INFO STEP 771 (remove_files) COMPLETE
76702026-07-10T22:17:34.907Z[ recovery-image] Jul 10 22:17:34.385 INFO O| Jul 10 22:17:34.385 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-07-10T22:17:34.911Z[ recovery-image] Jul 10 22:17:34.392 INFO O| Jul 10 22:17:34.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76722026-07-10T22:17:34.911Z[ recovery-image] Jul 10 22:17:34.392 INFO O| Jul 10 22:17:34.392 INFO STEP 772 (remove_files) COMPLETE
76732026-07-10T22:17:34.911Z[ recovery-image] Jul 10 22:17:34.392 INFO O| Jul 10 22:17:34.392 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-07-10T22:17:34.918Z[ recovery-image] Jul 10 22:17:34.400 INFO O| Jul 10 22:17:34.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76752026-07-10T22:17:34.918Z[ recovery-image] Jul 10 22:17:34.400 INFO O| Jul 10 22:17:34.400 INFO STEP 773 (remove_files) COMPLETE
76762026-07-10T22:17:34.918Z[ recovery-image] Jul 10 22:17:34.400 INFO O| Jul 10 22:17:34.400 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-07-10T22:17:34.925Z[ recovery-image] Jul 10 22:17:34.407 INFO O| Jul 10 22:17:34.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76782026-07-10T22:17:34.928Z[ recovery-image] Jul 10 22:17:34.407 INFO O| Jul 10 22:17:34.407 INFO STEP 774 (remove_files) COMPLETE
76792026-07-10T22:17:34.929Z[ recovery-image] Jul 10 22:17:34.407 INFO O| Jul 10 22:17:34.407 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-07-10T22:17:34.932Z[ recovery-image] Jul 10 22:17:34.413 INFO O| Jul 10 22:17:34.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76812026-07-10T22:17:34.932Z[ recovery-image] Jul 10 22:17:34.413 INFO O| Jul 10 22:17:34.413 INFO STEP 775 (remove_files) COMPLETE
76822026-07-10T22:17:34.936Z[ recovery-image] Jul 10 22:17:34.413 INFO O| Jul 10 22:17:34.413 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-07-10T22:17:34.939Z[ recovery-image] Jul 10 22:17:34.419 INFO O| Jul 10 22:17:34.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76842026-07-10T22:17:34.939Z[ recovery-image] Jul 10 22:17:34.419 INFO O| Jul 10 22:17:34.419 INFO STEP 776 (remove_files) COMPLETE
76852026-07-10T22:17:34.939Z[ recovery-image] Jul 10 22:17:34.419 INFO O| Jul 10 22:17:34.419 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-07-10T22:17:34.944Z[ recovery-image] Jul 10 22:17:34.425 INFO O| Jul 10 22:17:34.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76872026-07-10T22:17:34.944Z[ recovery-image] Jul 10 22:17:34.426 INFO O| Jul 10 22:17:34.426 INFO STEP 777 (remove_files) COMPLETE
76882026-07-10T22:17:34.944Z[ recovery-image] Jul 10 22:17:34.426 INFO O| Jul 10 22:17:34.426 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-07-10T22:17:34.951Z[ recovery-image] Jul 10 22:17:34.433 INFO O| Jul 10 22:17:34.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76902026-07-10T22:17:34.951Z[ recovery-image] Jul 10 22:17:34.433 INFO O| Jul 10 22:17:34.433 INFO STEP 778 (remove_files) COMPLETE
76912026-07-10T22:17:34.952Z[ recovery-image] Jul 10 22:17:34.433 INFO O| Jul 10 22:17:34.433 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-07-10T22:17:34.960Z[ recovery-image] Jul 10 22:17:34.441 INFO O| Jul 10 22:17:34.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76932026-07-10T22:17:34.960Z[ recovery-image] Jul 10 22:17:34.441 INFO O| Jul 10 22:17:34.441 INFO STEP 779 (remove_files) COMPLETE
76942026-07-10T22:17:34.963Z[ recovery-image] Jul 10 22:17:34.441 INFO O| Jul 10 22:17:34.441 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-07-10T22:17:34.966Z[ recovery-image] Jul 10 22:17:34.448 INFO O| Jul 10 22:17:34.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76962026-07-10T22:17:34.966Z[ recovery-image] Jul 10 22:17:34.448 INFO O| Jul 10 22:17:34.448 INFO STEP 780 (remove_files) COMPLETE
76972026-07-10T22:17:34.969Z[ recovery-image] Jul 10 22:17:34.448 INFO O| Jul 10 22:17:34.448 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-07-10T22:17:34.973Z[ recovery-image] Jul 10 22:17:34.455 INFO O| Jul 10 22:17:34.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76992026-07-10T22:17:34.973Z[ recovery-image] Jul 10 22:17:34.455 INFO O| Jul 10 22:17:34.455 INFO STEP 781 (remove_files) COMPLETE
77002026-07-10T22:17:34.973Z[ recovery-image] Jul 10 22:17:34.455 INFO O| Jul 10 22:17:34.455 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-07-10T22:17:34.980Z[ recovery-image] Jul 10 22:17:34.462 INFO O| Jul 10 22:17:34.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
77022026-07-10T22:17:34.983Z[ recovery-image] Jul 10 22:17:34.462 INFO O| Jul 10 22:17:34.462 INFO STEP 782 (remove_files) COMPLETE
77032026-07-10T22:17:34.983Z[ recovery-image] Jul 10 22:17:34.462 INFO O| Jul 10 22:17:34.462 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-07-10T22:17:34.988Z[ recovery-image] Jul 10 22:17:34.469 INFO O| Jul 10 22:17:34.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
77052026-07-10T22:17:34.988Z[ recovery-image] Jul 10 22:17:34.469 INFO O| Jul 10 22:17:34.469 INFO STEP 783 (remove_files) COMPLETE
77062026-07-10T22:17:34.988Z[ recovery-image] Jul 10 22:17:34.469 INFO O| Jul 10 22:17:34.469 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-07-10T22:17:34.994Z[ recovery-image] Jul 10 22:17:34.476 INFO O| Jul 10 22:17:34.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
77082026-07-10T22:17:34.994Z[ recovery-image] Jul 10 22:17:34.476 INFO O| Jul 10 22:17:34.476 INFO STEP 784 (remove_files) COMPLETE
77092026-07-10T22:17:34.994Z[ recovery-image] Jul 10 22:17:34.476 INFO O| Jul 10 22:17:34.476 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-07-10T22:17:35.002Z[ recovery-image] Jul 10 22:17:34.482 INFO O| Jul 10 22:17:34.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
77112026-07-10T22:17:35.002Z[ recovery-image] Jul 10 22:17:34.482 INFO O| Jul 10 22:17:34.482 INFO STEP 785 (remove_files) COMPLETE
77122026-07-10T22:17:35.002Z[ recovery-image] Jul 10 22:17:34.482 INFO O| Jul 10 22:17:34.482 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-07-10T22:17:35.006Z[ recovery-image] Jul 10 22:17:34.488 INFO O| Jul 10 22:17:34.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77142026-07-10T22:17:35.006Z[ recovery-image] Jul 10 22:17:34.488 INFO O| Jul 10 22:17:34.488 INFO STEP 786 (remove_files) COMPLETE
77152026-07-10T22:17:35.006Z[ recovery-image] Jul 10 22:17:34.488 INFO O| Jul 10 22:17:34.488 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-07-10T22:17:35.012Z[ recovery-image] Jul 10 22:17:34.493 INFO O| Jul 10 22:17:34.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77172026-07-10T22:17:35.012Z[ recovery-image] Jul 10 22:17:34.493 INFO O| Jul 10 22:17:34.493 INFO STEP 787 (remove_files) COMPLETE
77182026-07-10T22:17:35.012Z[ recovery-image] Jul 10 22:17:34.493 INFO O| Jul 10 22:17:34.493 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-07-10T22:17:35.018Z[ recovery-image] Jul 10 22:17:34.499 INFO O| Jul 10 22:17:34.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77202026-07-10T22:17:35.018Z[ recovery-image] Jul 10 22:17:34.499 INFO O| Jul 10 22:17:34.499 INFO STEP 788 (remove_files) COMPLETE
77212026-07-10T22:17:35.018Z[ recovery-image] Jul 10 22:17:34.499 INFO O| Jul 10 22:17:34.499 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-07-10T22:17:35.026Z[ recovery-image] Jul 10 22:17:34.507 INFO O| Jul 10 22:17:34.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77232026-07-10T22:17:35.030Z[ recovery-image] Jul 10 22:17:34.507 INFO O| Jul 10 22:17:34.507 INFO STEP 789 (remove_files) COMPLETE
77242026-07-10T22:17:35.030Z[ recovery-image] Jul 10 22:17:34.507 INFO O| Jul 10 22:17:34.507 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-07-10T22:17:35.033Z[ recovery-image] Jul 10 22:17:34.513 INFO O| Jul 10 22:17:34.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77262026-07-10T22:17:35.033Z[ recovery-image] Jul 10 22:17:34.514 INFO O| Jul 10 22:17:34.513 INFO STEP 790 (remove_files) COMPLETE
77272026-07-10T22:17:35.033Z[ recovery-image] Jul 10 22:17:34.514 INFO O| Jul 10 22:17:34.513 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-07-10T22:17:35.040Z[ recovery-image] Jul 10 22:17:34.521 INFO O| Jul 10 22:17:34.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77292026-07-10T22:17:35.040Z[ recovery-image] Jul 10 22:17:34.521 INFO O| Jul 10 22:17:34.521 INFO STEP 791 (remove_files) COMPLETE
77302026-07-10T22:17:35.040Z[ recovery-image] Jul 10 22:17:34.521 INFO O| Jul 10 22:17:34.521 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-07-10T22:17:35.046Z[ recovery-image] Jul 10 22:17:34.528 INFO O| Jul 10 22:17:34.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77322026-07-10T22:17:35.051Z[ recovery-image] Jul 10 22:17:34.528 INFO O| Jul 10 22:17:34.528 INFO STEP 792 (remove_files) COMPLETE
77332026-07-10T22:17:35.051Z[ recovery-image] Jul 10 22:17:34.528 INFO O| Jul 10 22:17:34.528 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-07-10T22:17:35.055Z[ recovery-image] Jul 10 22:17:34.535 INFO O| Jul 10 22:17:34.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77352026-07-10T22:17:35.055Z[ recovery-image] Jul 10 22:17:34.535 INFO O| Jul 10 22:17:34.535 INFO STEP 793 (remove_files) COMPLETE
77362026-07-10T22:17:35.055Z[ recovery-image] Jul 10 22:17:34.535 INFO O| Jul 10 22:17:34.535 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-07-10T22:17:35.060Z[ recovery-image] Jul 10 22:17:34.542 INFO O| Jul 10 22:17:34.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77382026-07-10T22:17:35.061Z[ recovery-image] Jul 10 22:17:34.542 INFO O| Jul 10 22:17:34.542 INFO STEP 794 (remove_files) COMPLETE
77392026-07-10T22:17:35.063Z[ recovery-image] Jul 10 22:17:34.542 INFO O| Jul 10 22:17:34.542 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-07-10T22:17:35.067Z[ recovery-image] Jul 10 22:17:34.548 INFO O| Jul 10 22:17:34.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77412026-07-10T22:17:35.067Z[ recovery-image] Jul 10 22:17:34.548 INFO O| Jul 10 22:17:34.548 INFO STEP 795 (remove_files) COMPLETE
77422026-07-10T22:17:35.071Z[ recovery-image] Jul 10 22:17:34.548 INFO O| Jul 10 22:17:34.548 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-07-10T22:17:35.074Z[ recovery-image] Jul 10 22:17:34.555 INFO O| Jul 10 22:17:34.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77442026-07-10T22:17:35.074Z[ recovery-image] Jul 10 22:17:34.555 INFO O| Jul 10 22:17:34.555 INFO STEP 796 (remove_files) COMPLETE
77452026-07-10T22:17:35.074Z[ recovery-image] Jul 10 22:17:34.555 INFO O| Jul 10 22:17:34.555 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-07-10T22:17:35.082Z[ recovery-image] Jul 10 22:17:34.562 INFO O| Jul 10 22:17:34.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77472026-07-10T22:17:35.085Z[ recovery-image] Jul 10 22:17:34.562 INFO O| Jul 10 22:17:34.562 INFO STEP 797 (remove_files) COMPLETE
77482026-07-10T22:17:35.085Z[ recovery-image] Jul 10 22:17:34.562 INFO O| Jul 10 22:17:34.562 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-07-10T22:17:35.090Z[ recovery-image] Jul 10 22:17:34.569 INFO O| Jul 10 22:17:34.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77502026-07-10T22:17:35.090Z[ recovery-image] Jul 10 22:17:34.569 INFO O| Jul 10 22:17:34.569 INFO STEP 798 (remove_files) COMPLETE
77512026-07-10T22:17:35.090Z[ recovery-image] Jul 10 22:17:34.569 INFO O| Jul 10 22:17:34.569 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-07-10T22:17:35.094Z[ recovery-image] Jul 10 22:17:34.576 INFO O| Jul 10 22:17:34.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77532026-07-10T22:17:35.098Z[ recovery-image] Jul 10 22:17:34.576 INFO O| Jul 10 22:17:34.576 INFO STEP 799 (remove_files) COMPLETE
77542026-07-10T22:17:35.098Z[ recovery-image] Jul 10 22:17:34.576 INFO O| Jul 10 22:17:34.576 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-07-10T22:17:35.101Z[ recovery-image] Jul 10 22:17:34.583 INFO O| Jul 10 22:17:34.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77562026-07-10T22:17:35.101Z[ recovery-image] Jul 10 22:17:34.583 INFO O| Jul 10 22:17:34.583 INFO STEP 800 (remove_files) COMPLETE
77572026-07-10T22:17:35.105Z[ recovery-image] Jul 10 22:17:34.583 INFO O| Jul 10 22:17:34.583 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-07-10T22:17:35.109Z[ recovery-image] Jul 10 22:17:34.589 INFO O| Jul 10 22:17:34.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77592026-07-10T22:17:35.109Z[ recovery-image] Jul 10 22:17:34.590 INFO O| Jul 10 22:17:34.590 INFO STEP 801 (remove_files) COMPLETE
77602026-07-10T22:17:35.109Z[ recovery-image] Jul 10 22:17:34.590 INFO O| Jul 10 22:17:34.590 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-07-10T22:17:35.114Z[ recovery-image] Jul 10 22:17:34.596 INFO O| Jul 10 22:17:34.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77622026-07-10T22:17:35.114Z[ recovery-image] Jul 10 22:17:34.596 INFO O| Jul 10 22:17:34.596 INFO STEP 802 (remove_files) COMPLETE
77632026-07-10T22:17:35.114Z[ recovery-image] Jul 10 22:17:34.596 INFO O| Jul 10 22:17:34.596 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-07-10T22:17:35.121Z[ recovery-image] Jul 10 22:17:34.602 INFO O| Jul 10 22:17:34.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77652026-07-10T22:17:35.121Z[ recovery-image] Jul 10 22:17:34.602 INFO O| Jul 10 22:17:34.602 INFO STEP 803 (remove_files) COMPLETE
77662026-07-10T22:17:35.123Z[ recovery-image] Jul 10 22:17:34.602 INFO O| Jul 10 22:17:34.602 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-07-10T22:17:35.127Z[ recovery-image] Jul 10 22:17:34.609 INFO O| Jul 10 22:17:34.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77682026-07-10T22:17:35.128Z[ recovery-image] Jul 10 22:17:34.609 INFO O| Jul 10 22:17:34.609 INFO STEP 804 (remove_files) COMPLETE
77692026-07-10T22:17:35.131Z[ recovery-image] Jul 10 22:17:34.609 INFO O| Jul 10 22:17:34.609 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-07-10T22:17:35.134Z[ recovery-image] Jul 10 22:17:34.615 INFO O| Jul 10 22:17:34.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77712026-07-10T22:17:35.134Z[ recovery-image] Jul 10 22:17:34.615 INFO O| Jul 10 22:17:34.615 INFO STEP 805 (remove_files) COMPLETE
77722026-07-10T22:17:35.135Z[ recovery-image] Jul 10 22:17:34.615 INFO O| Jul 10 22:17:34.615 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-07-10T22:17:35.140Z[ recovery-image] Jul 10 22:17:34.621 INFO O| Jul 10 22:17:34.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77742026-07-10T22:17:35.140Z[ recovery-image] Jul 10 22:17:34.621 INFO O| Jul 10 22:17:34.621 INFO STEP 806 (remove_files) COMPLETE
77752026-07-10T22:17:35.140Z[ recovery-image] Jul 10 22:17:34.621 INFO O| Jul 10 22:17:34.621 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-07-10T22:17:35.147Z[ recovery-image] Jul 10 22:17:34.629 INFO O| Jul 10 22:17:34.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77772026-07-10T22:17:35.147Z[ recovery-image] Jul 10 22:17:34.629 INFO O| Jul 10 22:17:34.629 INFO STEP 807 (remove_files) COMPLETE
77782026-07-10T22:17:35.150Z[ recovery-image] Jul 10 22:17:34.629 INFO O| Jul 10 22:17:34.629 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-07-10T22:17:35.154Z[ recovery-image] Jul 10 22:17:34.635 INFO O| Jul 10 22:17:34.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77802026-07-10T22:17:35.154Z[ recovery-image] Jul 10 22:17:34.635 INFO O| Jul 10 22:17:34.635 INFO STEP 808 (remove_files) COMPLETE
77812026-07-10T22:17:35.154Z[ recovery-image] Jul 10 22:17:34.635 INFO O| Jul 10 22:17:34.635 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-07-10T22:17:35.160Z[ recovery-image] Jul 10 22:17:34.641 INFO O| Jul 10 22:17:34.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77832026-07-10T22:17:35.160Z[ recovery-image] Jul 10 22:17:34.641 INFO O| Jul 10 22:17:34.641 INFO STEP 809 (remove_files) COMPLETE
77842026-07-10T22:17:35.163Z[ recovery-image] Jul 10 22:17:34.641 INFO O| Jul 10 22:17:34.641 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-07-10T22:17:35.167Z[ recovery-image] Jul 10 22:17:34.647 INFO O| Jul 10 22:17:34.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77862026-07-10T22:17:35.167Z[ recovery-image] Jul 10 22:17:34.648 INFO O| Jul 10 22:17:34.647 INFO STEP 810 (remove_files) COMPLETE
77872026-07-10T22:17:35.167Z[ recovery-image] Jul 10 22:17:34.648 INFO O| Jul 10 22:17:34.647 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-07-10T22:17:35.172Z[ recovery-image] Jul 10 22:17:34.653 INFO O| Jul 10 22:17:34.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77892026-07-10T22:17:35.176Z[ recovery-image] Jul 10 22:17:34.653 INFO O| Jul 10 22:17:34.653 INFO STEP 811 (remove_files) COMPLETE
77902026-07-10T22:17:35.176Z[ recovery-image] Jul 10 22:17:34.653 INFO O| Jul 10 22:17:34.653 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-07-10T22:17:35.181Z[ recovery-image] Jul 10 22:17:34.660 INFO O| Jul 10 22:17:34.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77922026-07-10T22:17:35.181Z[ recovery-image] Jul 10 22:17:34.660 INFO O| Jul 10 22:17:34.660 INFO STEP 812 (remove_files) COMPLETE
77932026-07-10T22:17:35.182Z[ recovery-image] Jul 10 22:17:34.660 INFO O| Jul 10 22:17:34.660 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-07-10T22:17:35.195Z[ recovery-image] Jul 10 22:17:34.668 INFO O| Jul 10 22:17:34.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77952026-07-10T22:17:35.195Z[ recovery-image] Jul 10 22:17:34.668 INFO O| Jul 10 22:17:34.668 INFO STEP 813 (remove_files) COMPLETE
77962026-07-10T22:17:35.195Z[ recovery-image] Jul 10 22:17:34.668 INFO O| Jul 10 22:17:34.668 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-07-10T22:17:35.201Z[ recovery-image] Jul 10 22:17:34.676 INFO O| Jul 10 22:17:34.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77982026-07-10T22:17:35.201Z[ recovery-image] Jul 10 22:17:34.676 INFO O| Jul 10 22:17:34.676 INFO STEP 814 (remove_files) COMPLETE
77992026-07-10T22:17:35.201Z[ recovery-image] Jul 10 22:17:34.676 INFO O| Jul 10 22:17:34.676 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-07-10T22:17:35.207Z[ recovery-image] Jul 10 22:17:34.683 INFO O| Jul 10 22:17:34.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
78012026-07-10T22:17:35.208Z[ recovery-image] Jul 10 22:17:34.683 INFO O| Jul 10 22:17:34.683 INFO STEP 815 (remove_files) COMPLETE
78022026-07-10T22:17:35.208Z[ recovery-image] Jul 10 22:17:34.683 INFO O| Jul 10 22:17:34.683 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-07-10T22:17:35.212Z[ recovery-image] Jul 10 22:17:34.690 INFO O| Jul 10 22:17:34.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
78042026-07-10T22:17:35.212Z[ recovery-image] Jul 10 22:17:34.690 INFO O| Jul 10 22:17:34.690 INFO STEP 816 (remove_files) COMPLETE
78052026-07-10T22:17:35.212Z[ recovery-image] Jul 10 22:17:34.690 INFO O| Jul 10 22:17:34.690 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-07-10T22:17:35.215Z[ recovery-image] Jul 10 22:17:34.697 INFO O| Jul 10 22:17:34.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
78072026-07-10T22:17:35.215Z[ recovery-image] Jul 10 22:17:34.697 INFO O| Jul 10 22:17:34.697 INFO STEP 817 (remove_files) COMPLETE
78082026-07-10T22:17:35.215Z[ recovery-image] Jul 10 22:17:34.697 INFO O| Jul 10 22:17:34.697 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-07-10T22:17:35.221Z[ recovery-image] Jul 10 22:17:34.702 INFO O| Jul 10 22:17:34.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
78102026-07-10T22:17:35.221Z[ recovery-image] Jul 10 22:17:34.702 INFO O| Jul 10 22:17:34.702 INFO STEP 818 (remove_files) COMPLETE
78112026-07-10T22:17:35.221Z[ recovery-image] Jul 10 22:17:34.702 INFO O| Jul 10 22:17:34.702 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-07-10T22:17:35.226Z[ recovery-image] Jul 10 22:17:34.708 INFO O| Jul 10 22:17:34.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78132026-07-10T22:17:35.227Z[ recovery-image] Jul 10 22:17:34.708 INFO O| Jul 10 22:17:34.708 INFO STEP 819 (remove_files) COMPLETE
78142026-07-10T22:17:35.230Z[ recovery-image] Jul 10 22:17:34.708 INFO O| Jul 10 22:17:34.708 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-07-10T22:17:35.397Z[ recovery-image] Jul 10 22:17:34.715 INFO O| Jul 10 22:17:34.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78162026-07-10T22:17:35.397Z[ recovery-image] Jul 10 22:17:34.715 INFO O| Jul 10 22:17:34.715 INFO STEP 820 (remove_files) COMPLETE
78172026-07-10T22:17:35.397Z[ recovery-image] Jul 10 22:17:34.715 INFO O| Jul 10 22:17:34.715 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-07-10T22:17:35.397Z[ recovery-image] Jul 10 22:17:34.722 INFO O| Jul 10 22:17:34.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78192026-07-10T22:17:35.397Z[ recovery-image] Jul 10 22:17:34.722 INFO O| Jul 10 22:17:34.722 INFO STEP 821 (remove_files) COMPLETE
78202026-07-10T22:17:35.397Z[ recovery-image] Jul 10 22:17:34.722 INFO O| Jul 10 22:17:34.722 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-07-10T22:17:35.397Z[ recovery-image] Jul 10 22:17:34.728 INFO O| Jul 10 22:17:34.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78222026-07-10T22:17:35.397Z[ recovery-image] Jul 10 22:17:34.728 INFO O| Jul 10 22:17:34.728 INFO STEP 822 (remove_files) COMPLETE
78232026-07-10T22:17:35.399Z[ recovery-image] Jul 10 22:17:34.728 INFO O| Jul 10 22:17:34.728 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-07-10T22:17:35.399Z[ recovery-image] Jul 10 22:17:34.735 INFO O| Jul 10 22:17:34.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78252026-07-10T22:17:35.399Z[ recovery-image] Jul 10 22:17:34.735 INFO O| Jul 10 22:17:34.735 INFO STEP 823 (remove_files) COMPLETE
78262026-07-10T22:17:35.399Z[ recovery-image] Jul 10 22:17:34.735 INFO O| Jul 10 22:17:34.735 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-07-10T22:17:35.399Z[ recovery-image] Jul 10 22:17:34.741 INFO O| Jul 10 22:17:34.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78282026-07-10T22:17:35.399Z[ recovery-image] Jul 10 22:17:34.741 INFO O| Jul 10 22:17:34.741 INFO STEP 824 (remove_files) COMPLETE
78292026-07-10T22:17:35.399Z[ recovery-image] Jul 10 22:17:34.741 INFO O| Jul 10 22:17:34.741 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-07-10T22:17:35.399Z[ recovery-image] Jul 10 22:17:34.747 INFO O| Jul 10 22:17:34.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78312026-07-10T22:17:35.399Z[ recovery-image] Jul 10 22:17:34.747 INFO O| Jul 10 22:17:34.747 INFO STEP 825 (remove_files) COMPLETE
78322026-07-10T22:17:35.399Z[ recovery-image] Jul 10 22:17:34.747 INFO O| Jul 10 22:17:34.747 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-07-10T22:17:35.399Z[ recovery-image] Jul 10 22:17:34.753 INFO O| Jul 10 22:17:34.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78342026-07-10T22:17:35.399Z[ recovery-image] Jul 10 22:17:34.753 INFO O| Jul 10 22:17:34.753 INFO STEP 826 (remove_files) COMPLETE
78352026-07-10T22:17:35.399Z[ recovery-image] Jul 10 22:17:34.753 INFO O| Jul 10 22:17:34.753 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-07-10T22:17:35.399Z[ recovery-image] Jul 10 22:17:34.758 INFO O| Jul 10 22:17:34.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78372026-07-10T22:17:35.399Z[ recovery-image] Jul 10 22:17:34.758 INFO O| Jul 10 22:17:34.758 INFO STEP 827 (remove_files) COMPLETE
78382026-07-10T22:17:35.401Z[ recovery-image] Jul 10 22:17:34.758 INFO O| Jul 10 22:17:34.758 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-07-10T22:17:35.401Z[ recovery-image] Jul 10 22:17:34.766 INFO O| Jul 10 22:17:34.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78402026-07-10T22:17:35.401Z[ recovery-image] Jul 10 22:17:34.766 INFO O| Jul 10 22:17:34.766 INFO STEP 828 (remove_files) COMPLETE
78412026-07-10T22:17:35.401Z[ recovery-image] Jul 10 22:17:34.766 INFO O| Jul 10 22:17:34.766 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-07-10T22:17:35.401Z[ recovery-image] Jul 10 22:17:34.772 INFO O| Jul 10 22:17:34.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78432026-07-10T22:17:35.401Z[ recovery-image] Jul 10 22:17:34.773 INFO O| Jul 10 22:17:34.773 INFO STEP 829 (remove_files) COMPLETE
78442026-07-10T22:17:35.401Z[ recovery-image] Jul 10 22:17:34.773 INFO O| Jul 10 22:17:34.773 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-07-10T22:17:35.401Z[ recovery-image] Jul 10 22:17:34.779 INFO O| Jul 10 22:17:34.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78462026-07-10T22:17:35.401Z[ recovery-image] Jul 10 22:17:34.779 INFO O| Jul 10 22:17:34.779 INFO STEP 830 (remove_files) COMPLETE
78472026-07-10T22:17:35.401Z[ recovery-image] Jul 10 22:17:34.779 INFO O| Jul 10 22:17:34.779 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-07-10T22:17:35.401Z[ recovery-image] Jul 10 22:17:34.786 INFO O| Jul 10 22:17:34.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78492026-07-10T22:17:35.401Z[ recovery-image] Jul 10 22:17:34.786 INFO O| Jul 10 22:17:34.786 INFO STEP 831 (remove_files) COMPLETE
78502026-07-10T22:17:35.401Z[ recovery-image] Jul 10 22:17:34.786 INFO O| Jul 10 22:17:34.786 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-07-10T22:17:35.401Z[ recovery-image] Jul 10 22:17:34.793 INFO O| Jul 10 22:17:34.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78522026-07-10T22:17:35.401Z[ recovery-image] Jul 10 22:17:34.793 INFO O| Jul 10 22:17:34.793 INFO STEP 832 (remove_files) COMPLETE
78532026-07-10T22:17:35.402Z[ recovery-image] Jul 10 22:17:34.793 INFO O| Jul 10 22:17:34.793 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-07-10T22:17:35.402Z[ recovery-image] Jul 10 22:17:34.798 INFO O| Jul 10 22:17:34.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78552026-07-10T22:17:35.402Z[ recovery-image] Jul 10 22:17:34.798 INFO O| Jul 10 22:17:34.798 INFO STEP 833 (remove_files) COMPLETE
78562026-07-10T22:17:35.402Z[ recovery-image] Jul 10 22:17:34.799 INFO O| Jul 10 22:17:34.798 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-07-10T22:17:35.402Z[ recovery-image] Jul 10 22:17:34.804 INFO O| Jul 10 22:17:34.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78582026-07-10T22:17:35.402Z[ recovery-image] Jul 10 22:17:34.804 INFO O| Jul 10 22:17:34.804 INFO STEP 834 (remove_files) COMPLETE
78592026-07-10T22:17:35.402Z[ recovery-image] Jul 10 22:17:34.804 INFO O| Jul 10 22:17:34.804 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-07-10T22:17:35.402Z[ recovery-image] Jul 10 22:17:34.810 INFO O| Jul 10 22:17:34.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78612026-07-10T22:17:35.402Z[ recovery-image] Jul 10 22:17:34.810 INFO O| Jul 10 22:17:34.810 INFO STEP 835 (remove_files) COMPLETE
78622026-07-10T22:17:35.402Z[ recovery-image] Jul 10 22:17:34.810 INFO O| Jul 10 22:17:34.810 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-07-10T22:17:35.412Z[ recovery-image] Jul 10 22:17:34.816 INFO O| Jul 10 22:17:34.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78642026-07-10T22:17:35.412Z[ recovery-image] Jul 10 22:17:34.816 INFO O| Jul 10 22:17:34.816 INFO STEP 836 (remove_files) COMPLETE
78652026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.816 INFO O| Jul 10 22:17:34.816 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.822 INFO O| Jul 10 22:17:34.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78672026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.822 INFO O| Jul 10 22:17:34.822 INFO STEP 837 (remove_files) COMPLETE
78682026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.822 INFO O| Jul 10 22:17:34.822 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.828 INFO O| Jul 10 22:17:34.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78702026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.828 INFO O| Jul 10 22:17:34.828 INFO STEP 838 (remove_files) COMPLETE
78712026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.828 INFO O| Jul 10 22:17:34.828 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.834 INFO O| Jul 10 22:17:34.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78732026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.834 INFO O| Jul 10 22:17:34.834 INFO STEP 839 (remove_files) COMPLETE
78742026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.834 INFO O| Jul 10 22:17:34.834 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.839 INFO O| Jul 10 22:17:34.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78762026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.839 INFO O| Jul 10 22:17:34.839 INFO STEP 840 (remove_files) COMPLETE
78772026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.839 INFO O| Jul 10 22:17:34.839 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.845 INFO O| Jul 10 22:17:34.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78792026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.845 INFO O| Jul 10 22:17:34.845 INFO STEP 841 (remove_files) COMPLETE
78802026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.845 INFO O| Jul 10 22:17:34.845 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.851 INFO O| Jul 10 22:17:34.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78822026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.851 INFO O| Jul 10 22:17:34.851 INFO STEP 842 (remove_files) COMPLETE
78832026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.851 INFO O| Jul 10 22:17:34.851 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.857 INFO O| Jul 10 22:17:34.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78852026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.857 INFO O| Jul 10 22:17:34.857 INFO STEP 843 (remove_files) COMPLETE
78862026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.857 INFO O| Jul 10 22:17:34.857 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.862 INFO O| Jul 10 22:17:34.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78882026-07-10T22:17:35.413Z[ recovery-image] Jul 10 22:17:34.862 INFO O| Jul 10 22:17:34.862 INFO STEP 844 (remove_files) COMPLETE
78892026-07-10T22:17:35.414Z[ recovery-image] Jul 10 22:17:34.862 INFO O| Jul 10 22:17:34.862 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-07-10T22:17:35.414Z[ recovery-image] Jul 10 22:17:34.872 INFO O| Jul 10 22:17:34.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78912026-07-10T22:17:35.414Z[ recovery-image] Jul 10 22:17:34.872 INFO O| Jul 10 22:17:34.872 INFO STEP 845 (remove_files) COMPLETE
78922026-07-10T22:17:35.414Z[ recovery-image] Jul 10 22:17:34.872 INFO O| Jul 10 22:17:34.872 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-07-10T22:17:35.414Z[ recovery-image] Jul 10 22:17:34.879 INFO O| Jul 10 22:17:34.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78942026-07-10T22:17:35.414Z[ recovery-image] Jul 10 22:17:34.879 INFO O| Jul 10 22:17:34.879 INFO STEP 846 (remove_files) COMPLETE
78952026-07-10T22:17:35.414Z[ recovery-image] Jul 10 22:17:34.879 INFO O| Jul 10 22:17:34.879 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-07-10T22:17:35.414Z[ recovery-image] Jul 10 22:17:34.886 INFO O| Jul 10 22:17:34.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78972026-07-10T22:17:35.414Z[ recovery-image] Jul 10 22:17:34.886 INFO O| Jul 10 22:17:34.886 INFO STEP 847 (remove_files) COMPLETE
78982026-07-10T22:17:35.417Z[ recovery-image] Jul 10 22:17:34.886 INFO O| Jul 10 22:17:34.886 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-07-10T22:17:35.423Z[ recovery-image] Jul 10 22:17:34.894 INFO O| Jul 10 22:17:34.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
79002026-07-10T22:17:35.423Z[ recovery-image] Jul 10 22:17:34.894 INFO O| Jul 10 22:17:34.894 INFO STEP 848 (remove_files) COMPLETE
79012026-07-10T22:17:35.423Z[ recovery-image] Jul 10 22:17:34.894 INFO O| Jul 10 22:17:34.894 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-07-10T22:17:35.423Z[ recovery-image] Jul 10 22:17:34.901 INFO O| Jul 10 22:17:34.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
79032026-07-10T22:17:35.423Z[ recovery-image] Jul 10 22:17:34.901 INFO O| Jul 10 22:17:34.901 INFO STEP 849 (remove_files) COMPLETE
79042026-07-10T22:17:35.423Z[ recovery-image] Jul 10 22:17:34.901 INFO O| Jul 10 22:17:34.901 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-07-10T22:17:35.428Z[ recovery-image] Jul 10 22:17:34.909 INFO O| Jul 10 22:17:34.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
79062026-07-10T22:17:35.428Z[ recovery-image] Jul 10 22:17:34.909 INFO O| Jul 10 22:17:34.909 INFO STEP 850 (remove_files) COMPLETE
79072026-07-10T22:17:35.428Z[ recovery-image] Jul 10 22:17:34.909 INFO O| Jul 10 22:17:34.909 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-07-10T22:17:35.441Z[ recovery-image] Jul 10 22:17:34.916 INFO O| Jul 10 22:17:34.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79092026-07-10T22:17:35.442Z[ recovery-image] Jul 10 22:17:34.916 INFO O| Jul 10 22:17:34.916 INFO STEP 851 (remove_files) COMPLETE
79102026-07-10T22:17:35.442Z[ recovery-image] Jul 10 22:17:34.916 INFO O| Jul 10 22:17:34.916 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-07-10T22:17:35.450Z[ recovery-image] Jul 10 22:17:34.923 INFO O| Jul 10 22:17:34.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79122026-07-10T22:17:35.450Z[ recovery-image] Jul 10 22:17:34.923 INFO O| Jul 10 22:17:34.923 INFO STEP 852 (remove_files) COMPLETE
79132026-07-10T22:17:35.450Z[ recovery-image] Jul 10 22:17:34.923 INFO O| Jul 10 22:17:34.923 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-07-10T22:17:35.456Z[ recovery-image] Jul 10 22:17:34.930 INFO O| Jul 10 22:17:34.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79152026-07-10T22:17:35.456Z[ recovery-image] Jul 10 22:17:34.930 INFO O| Jul 10 22:17:34.930 INFO STEP 853 (remove_files) COMPLETE
79162026-07-10T22:17:35.456Z[ recovery-image] Jul 10 22:17:34.930 INFO O| Jul 10 22:17:34.930 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-07-10T22:17:35.456Z[ recovery-image] Jul 10 22:17:34.937 INFO O| Jul 10 22:17:34.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79182026-07-10T22:17:35.456Z[ recovery-image] Jul 10 22:17:34.937 INFO O| Jul 10 22:17:34.937 INFO STEP 854 (remove_files) COMPLETE
79192026-07-10T22:17:35.456Z[ recovery-image] Jul 10 22:17:34.937 INFO O| Jul 10 22:17:34.937 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-07-10T22:17:35.462Z[ recovery-image] Jul 10 22:17:34.944 INFO O| Jul 10 22:17:34.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79212026-07-10T22:17:35.462Z[ recovery-image] Jul 10 22:17:34.944 INFO O| Jul 10 22:17:34.944 INFO STEP 855 (remove_files) COMPLETE
79222026-07-10T22:17:35.463Z[ recovery-image] Jul 10 22:17:34.944 INFO O| Jul 10 22:17:34.944 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-07-10T22:17:35.470Z[ recovery-image] Jul 10 22:17:34.952 INFO O| Jul 10 22:17:34.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79242026-07-10T22:17:35.474Z[ recovery-image] Jul 10 22:17:34.952 INFO O| Jul 10 22:17:34.952 INFO STEP 856 (remove_files) COMPLETE
79252026-07-10T22:17:35.474Z[ recovery-image] Jul 10 22:17:34.952 INFO O| Jul 10 22:17:34.952 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-07-10T22:17:35.482Z[ recovery-image] Jul 10 22:17:34.959 INFO O| Jul 10 22:17:34.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79272026-07-10T22:17:35.482Z[ recovery-image] Jul 10 22:17:34.959 INFO O| Jul 10 22:17:34.959 INFO STEP 857 (remove_files) COMPLETE
79282026-07-10T22:17:35.482Z[ recovery-image] Jul 10 22:17:34.959 INFO O| Jul 10 22:17:34.959 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-07-10T22:17:35.487Z[ recovery-image] Jul 10 22:17:34.967 INFO O| Jul 10 22:17:34.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79302026-07-10T22:17:35.487Z[ recovery-image] Jul 10 22:17:34.967 INFO O| Jul 10 22:17:34.967 INFO STEP 858 (remove_files) COMPLETE
79312026-07-10T22:17:35.487Z[ recovery-image] Jul 10 22:17:34.967 INFO O| Jul 10 22:17:34.967 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-07-10T22:17:35.493Z[ recovery-image] Jul 10 22:17:34.975 INFO O| Jul 10 22:17:34.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79332026-07-10T22:17:35.493Z[ recovery-image] Jul 10 22:17:34.975 INFO O| Jul 10 22:17:34.975 INFO STEP 859 (remove_files) COMPLETE
79342026-07-10T22:17:35.498Z[ recovery-image] Jul 10 22:17:34.975 INFO O| Jul 10 22:17:34.975 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-07-10T22:17:35.504Z[ recovery-image] Jul 10 22:17:34.983 INFO O| Jul 10 22:17:34.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79362026-07-10T22:17:35.504Z[ recovery-image] Jul 10 22:17:34.983 INFO O| Jul 10 22:17:34.983 INFO STEP 860 (remove_files) COMPLETE
79372026-07-10T22:17:35.504Z[ recovery-image] Jul 10 22:17:34.983 INFO O| Jul 10 22:17:34.983 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-07-10T22:17:35.509Z[ recovery-image] Jul 10 22:17:34.990 INFO O| Jul 10 22:17:34.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79392026-07-10T22:17:35.509Z[ recovery-image] Jul 10 22:17:34.990 INFO O| Jul 10 22:17:34.990 INFO STEP 861 (remove_files) COMPLETE
79402026-07-10T22:17:35.512Z[ recovery-image] Jul 10 22:17:34.990 INFO O| Jul 10 22:17:34.990 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-07-10T22:17:35.516Z[ recovery-image] Jul 10 22:17:34.998 INFO O| Jul 10 22:17:34.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79422026-07-10T22:17:35.516Z[ recovery-image] Jul 10 22:17:34.998 INFO O| Jul 10 22:17:34.998 INFO STEP 862 (remove_files) COMPLETE
79432026-07-10T22:17:35.519Z[ recovery-image] Jul 10 22:17:34.998 INFO O| Jul 10 22:17:34.998 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-07-10T22:17:35.524Z[ recovery-image] Jul 10 22:17:35.006 INFO O| Jul 10 22:17:35.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79452026-07-10T22:17:35.524Z[ recovery-image] Jul 10 22:17:35.006 INFO O| Jul 10 22:17:35.006 INFO STEP 863 (remove_files) COMPLETE
79462026-07-10T22:17:35.525Z[ recovery-image] Jul 10 22:17:35.006 INFO O| Jul 10 22:17:35.006 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-07-10T22:17:35.533Z[ recovery-image] Jul 10 22:17:35.014 INFO O| Jul 10 22:17:35.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79482026-07-10T22:17:35.533Z[ recovery-image] Jul 10 22:17:35.014 INFO O| Jul 10 22:17:35.014 INFO STEP 864 (remove_files) COMPLETE
79492026-07-10T22:17:35.537Z[ recovery-image] Jul 10 22:17:35.014 INFO O| Jul 10 22:17:35.014 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-07-10T22:17:35.541Z[ recovery-image] Jul 10 22:17:35.023 INFO O| Jul 10 22:17:35.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79512026-07-10T22:17:35.543Z[ recovery-image] Jul 10 22:17:35.023 INFO O| Jul 10 22:17:35.023 INFO STEP 865 (remove_files) COMPLETE
79522026-07-10T22:17:35.543Z[ recovery-image] Jul 10 22:17:35.023 INFO O| Jul 10 22:17:35.023 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-07-10T22:17:35.549Z[ recovery-image] Jul 10 22:17:35.031 INFO O| Jul 10 22:17:35.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79542026-07-10T22:17:35.549Z[ recovery-image] Jul 10 22:17:35.031 INFO O| Jul 10 22:17:35.031 INFO STEP 866 (remove_files) COMPLETE
79552026-07-10T22:17:35.553Z[ recovery-image] Jul 10 22:17:35.031 INFO O| Jul 10 22:17:35.031 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-07-10T22:17:35.558Z[ recovery-image] Jul 10 22:17:35.040 INFO O| Jul 10 22:17:35.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79572026-07-10T22:17:35.558Z[ recovery-image] Jul 10 22:17:35.040 INFO O| Jul 10 22:17:35.040 INFO STEP 867 (remove_files) COMPLETE
79582026-07-10T22:17:35.561Z[ recovery-image] Jul 10 22:17:35.040 INFO O| Jul 10 22:17:35.040 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-07-10T22:17:35.567Z[ recovery-image] Jul 10 22:17:35.048 INFO O| Jul 10 22:17:35.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79602026-07-10T22:17:35.567Z[ recovery-image] Jul 10 22:17:35.048 INFO O| Jul 10 22:17:35.048 INFO STEP 868 (remove_files) COMPLETE
79612026-07-10T22:17:35.567Z[ recovery-image] Jul 10 22:17:35.048 INFO O| Jul 10 22:17:35.048 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-07-10T22:17:35.575Z[ recovery-image] Jul 10 22:17:35.056 INFO O| Jul 10 22:17:35.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79632026-07-10T22:17:35.575Z[ recovery-image] Jul 10 22:17:35.056 INFO O| Jul 10 22:17:35.056 INFO STEP 869 (remove_files) COMPLETE
79642026-07-10T22:17:35.575Z[ recovery-image] Jul 10 22:17:35.056 INFO O| Jul 10 22:17:35.056 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-07-10T22:17:35.583Z[ recovery-image] Jul 10 22:17:35.064 INFO O| Jul 10 22:17:35.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79662026-07-10T22:17:35.583Z[ recovery-image] Jul 10 22:17:35.064 INFO O| Jul 10 22:17:35.064 INFO STEP 870 (remove_files) COMPLETE
79672026-07-10T22:17:35.583Z[ recovery-image] Jul 10 22:17:35.064 INFO O| Jul 10 22:17:35.064 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-07-10T22:17:35.591Z[ recovery-image] Jul 10 22:17:35.072 INFO O| Jul 10 22:17:35.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79692026-07-10T22:17:35.591Z[ recovery-image] Jul 10 22:17:35.072 INFO O| Jul 10 22:17:35.072 INFO STEP 871 (remove_files) COMPLETE
79702026-07-10T22:17:35.591Z[ recovery-image] Jul 10 22:17:35.072 INFO O| Jul 10 22:17:35.072 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-07-10T22:17:35.598Z[ recovery-image] Jul 10 22:17:35.079 INFO O| Jul 10 22:17:35.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79722026-07-10T22:17:35.598Z[ recovery-image] Jul 10 22:17:35.079 INFO O| Jul 10 22:17:35.079 INFO STEP 872 (remove_files) COMPLETE
79732026-07-10T22:17:35.601Z[ recovery-image] Jul 10 22:17:35.079 INFO O| Jul 10 22:17:35.079 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-07-10T22:17:35.605Z[ recovery-image] Jul 10 22:17:35.086 INFO O| Jul 10 22:17:35.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79752026-07-10T22:17:35.605Z[ recovery-image] Jul 10 22:17:35.086 INFO O| Jul 10 22:17:35.086 INFO STEP 873 (remove_files) COMPLETE
79762026-07-10T22:17:35.608Z[ recovery-image] Jul 10 22:17:35.086 INFO O| Jul 10 22:17:35.086 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-07-10T22:17:35.612Z[ recovery-image] Jul 10 22:17:35.094 INFO O| Jul 10 22:17:35.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79782026-07-10T22:17:35.612Z[ recovery-image] Jul 10 22:17:35.094 INFO O| Jul 10 22:17:35.094 INFO STEP 874 (remove_files) COMPLETE
79792026-07-10T22:17:35.615Z[ recovery-image] Jul 10 22:17:35.094 INFO O| Jul 10 22:17:35.094 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-07-10T22:17:35.620Z[ recovery-image] Jul 10 22:17:35.102 INFO O| Jul 10 22:17:35.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79812026-07-10T22:17:35.621Z[ recovery-image] Jul 10 22:17:35.102 INFO O| Jul 10 22:17:35.102 INFO STEP 875 (remove_files) COMPLETE
79822026-07-10T22:17:35.624Z[ recovery-image] Jul 10 22:17:35.102 INFO O| Jul 10 22:17:35.102 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-07-10T22:17:35.628Z[ recovery-image] Jul 10 22:17:35.109 INFO O| Jul 10 22:17:35.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79842026-07-10T22:17:35.628Z[ recovery-image] Jul 10 22:17:35.109 INFO O| Jul 10 22:17:35.109 INFO STEP 876 (remove_files) COMPLETE
79852026-07-10T22:17:35.631Z[ recovery-image] Jul 10 22:17:35.109 INFO O| Jul 10 22:17:35.109 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-07-10T22:17:35.634Z[ recovery-image] Jul 10 22:17:35.116 INFO O| Jul 10 22:17:35.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79872026-07-10T22:17:35.634Z[ recovery-image] Jul 10 22:17:35.116 INFO O| Jul 10 22:17:35.116 INFO STEP 877 (remove_files) COMPLETE
79882026-07-10T22:17:35.638Z[ recovery-image] Jul 10 22:17:35.116 INFO O| Jul 10 22:17:35.116 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-07-10T22:17:35.642Z[ recovery-image] Jul 10 22:17:35.123 INFO O| Jul 10 22:17:35.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79902026-07-10T22:17:35.642Z[ recovery-image] Jul 10 22:17:35.123 INFO O| Jul 10 22:17:35.123 INFO STEP 878 (remove_files) COMPLETE
79912026-07-10T22:17:35.642Z[ recovery-image] Jul 10 22:17:35.123 INFO O| Jul 10 22:17:35.123 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-07-10T22:17:35.649Z[ recovery-image] Jul 10 22:17:35.130 INFO O| Jul 10 22:17:35.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79932026-07-10T22:17:35.649Z[ recovery-image] Jul 10 22:17:35.130 INFO O| Jul 10 22:17:35.130 INFO STEP 879 (remove_files) COMPLETE
79942026-07-10T22:17:35.651Z[ recovery-image] Jul 10 22:17:35.130 INFO O| Jul 10 22:17:35.130 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-07-10T22:17:35.656Z[ recovery-image] Jul 10 22:17:35.137 INFO O| Jul 10 22:17:35.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79962026-07-10T22:17:35.656Z[ recovery-image] Jul 10 22:17:35.137 INFO O| Jul 10 22:17:35.137 INFO STEP 880 (remove_files) COMPLETE
79972026-07-10T22:17:35.660Z[ recovery-image] Jul 10 22:17:35.137 INFO O| Jul 10 22:17:35.137 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-07-10T22:17:35.664Z[ recovery-image] Jul 10 22:17:35.145 INFO O| Jul 10 22:17:35.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79992026-07-10T22:17:35.664Z[ recovery-image] Jul 10 22:17:35.146 INFO O| Jul 10 22:17:35.146 INFO STEP 881 (remove_files) COMPLETE
80002026-07-10T22:17:35.667Z[ recovery-image] Jul 10 22:17:35.146 INFO O| Jul 10 22:17:35.146 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-07-10T22:17:35.671Z[ recovery-image] Jul 10 22:17:35.153 INFO O| Jul 10 22:17:35.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
80022026-07-10T22:17:35.674Z[ recovery-image] Jul 10 22:17:35.153 INFO O| Jul 10 22:17:35.153 INFO STEP 882 (remove_files) COMPLETE
80032026-07-10T22:17:35.674Z[ recovery-image] Jul 10 22:17:35.153 INFO O| Jul 10 22:17:35.153 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-07-10T22:17:35.678Z[ recovery-image] Jul 10 22:17:35.160 INFO O| Jul 10 22:17:35.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
80052026-07-10T22:17:35.678Z[ recovery-image] Jul 10 22:17:35.160 INFO O| Jul 10 22:17:35.160 INFO STEP 883 (remove_files) COMPLETE
80062026-07-10T22:17:35.678Z[ recovery-image] Jul 10 22:17:35.160 INFO O| Jul 10 22:17:35.160 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-07-10T22:17:35.686Z[ recovery-image] Jul 10 22:17:35.167 INFO O| Jul 10 22:17:35.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80082026-07-10T22:17:35.689Z[ recovery-image] Jul 10 22:17:35.167 INFO O| Jul 10 22:17:35.167 INFO STEP 884 (remove_files) COMPLETE
80092026-07-10T22:17:35.689Z[ recovery-image] Jul 10 22:17:35.167 INFO O| Jul 10 22:17:35.167 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-07-10T22:17:35.693Z[ recovery-image] Jul 10 22:17:35.175 INFO O| Jul 10 22:17:35.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80112026-07-10T22:17:35.697Z[ recovery-image] Jul 10 22:17:35.175 INFO O| Jul 10 22:17:35.175 INFO STEP 885 (remove_files) COMPLETE
80122026-07-10T22:17:35.697Z[ recovery-image] Jul 10 22:17:35.175 INFO O| Jul 10 22:17:35.175 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-07-10T22:17:35.700Z[ recovery-image] Jul 10 22:17:35.182 INFO O| Jul 10 22:17:35.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80142026-07-10T22:17:35.700Z[ recovery-image] Jul 10 22:17:35.182 INFO O| Jul 10 22:17:35.182 INFO STEP 886 (remove_files) COMPLETE
80152026-07-10T22:17:35.703Z[ recovery-image] Jul 10 22:17:35.182 INFO O| Jul 10 22:17:35.182 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-07-10T22:17:35.707Z[ recovery-image] Jul 10 22:17:35.189 INFO O| Jul 10 22:17:35.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80172026-07-10T22:17:35.707Z[ recovery-image] Jul 10 22:17:35.189 INFO O| Jul 10 22:17:35.189 INFO STEP 887 (remove_files) COMPLETE
80182026-07-10T22:17:35.710Z[ recovery-image] Jul 10 22:17:35.189 INFO O| Jul 10 22:17:35.189 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-07-10T22:17:35.714Z[ recovery-image] Jul 10 22:17:35.196 INFO O| Jul 10 22:17:35.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80202026-07-10T22:17:35.714Z[ recovery-image] Jul 10 22:17:35.196 INFO O| Jul 10 22:17:35.196 INFO STEP 888 (remove_files) COMPLETE
80212026-07-10T22:17:35.714Z[ recovery-image] Jul 10 22:17:35.196 INFO O| Jul 10 22:17:35.196 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-07-10T22:17:35.721Z[ recovery-image] Jul 10 22:17:35.203 INFO O| Jul 10 22:17:35.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80232026-07-10T22:17:35.721Z[ recovery-image] Jul 10 22:17:35.203 INFO O| Jul 10 22:17:35.203 INFO STEP 889 (remove_files) COMPLETE
80242026-07-10T22:17:35.725Z[ recovery-image] Jul 10 22:17:35.203 INFO O| Jul 10 22:17:35.203 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-07-10T22:17:35.729Z[ recovery-image] Jul 10 22:17:35.211 INFO O| Jul 10 22:17:35.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80262026-07-10T22:17:35.732Z[ recovery-image] Jul 10 22:17:35.212 INFO O| Jul 10 22:17:35.212 INFO STEP 890 (remove_files) COMPLETE
80272026-07-10T22:17:35.732Z[ recovery-image] Jul 10 22:17:35.212 INFO O| Jul 10 22:17:35.212 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-07-10T22:17:35.737Z[ recovery-image] Jul 10 22:17:35.218 INFO O| Jul 10 22:17:35.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80292026-07-10T22:17:35.737Z[ recovery-image] Jul 10 22:17:35.218 INFO O| Jul 10 22:17:35.218 INFO STEP 891 (remove_files) COMPLETE
80302026-07-10T22:17:35.740Z[ recovery-image] Jul 10 22:17:35.218 INFO O| Jul 10 22:17:35.218 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-07-10T22:17:35.744Z[ recovery-image] Jul 10 22:17:35.225 INFO O| Jul 10 22:17:35.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80322026-07-10T22:17:35.744Z[ recovery-image] Jul 10 22:17:35.225 INFO O| Jul 10 22:17:35.225 INFO STEP 892 (remove_files) COMPLETE
80332026-07-10T22:17:35.747Z[ recovery-image] Jul 10 22:17:35.225 INFO O| Jul 10 22:17:35.225 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-07-10T22:17:35.750Z[ recovery-image] Jul 10 22:17:35.232 INFO O| Jul 10 22:17:35.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80352026-07-10T22:17:35.750Z[ recovery-image] Jul 10 22:17:35.232 INFO O| Jul 10 22:17:35.232 INFO STEP 893 (remove_files) COMPLETE
80362026-07-10T22:17:35.750Z[ recovery-image] Jul 10 22:17:35.232 INFO O| Jul 10 22:17:35.232 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-07-10T22:17:35.757Z[ recovery-image] Jul 10 22:17:35.238 INFO O| Jul 10 22:17:35.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80382026-07-10T22:17:35.757Z[ recovery-image] Jul 10 22:17:35.239 INFO O| Jul 10 22:17:35.238 INFO STEP 894 (remove_files) COMPLETE
80392026-07-10T22:17:35.760Z[ recovery-image] Jul 10 22:17:35.239 INFO O| Jul 10 22:17:35.238 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-07-10T22:17:35.765Z[ recovery-image] Jul 10 22:17:35.246 INFO O| Jul 10 22:17:35.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80412026-07-10T22:17:35.765Z[ recovery-image] Jul 10 22:17:35.246 INFO O| Jul 10 22:17:35.246 INFO STEP 895 (remove_files) COMPLETE
80422026-07-10T22:17:35.765Z[ recovery-image] Jul 10 22:17:35.246 INFO O| Jul 10 22:17:35.246 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-07-10T22:17:35.772Z[ recovery-image] Jul 10 22:17:35.254 INFO O| Jul 10 22:17:35.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80442026-07-10T22:17:35.772Z[ recovery-image] Jul 10 22:17:35.254 INFO O| Jul 10 22:17:35.254 INFO STEP 896 (remove_files) COMPLETE
80452026-07-10T22:17:35.772Z[ recovery-image] Jul 10 22:17:35.254 INFO O| Jul 10 22:17:35.254 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-07-10T22:17:35.779Z[ recovery-image] Jul 10 22:17:35.260 INFO O| Jul 10 22:17:35.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80472026-07-10T22:17:35.779Z[ recovery-image] Jul 10 22:17:35.260 INFO O| Jul 10 22:17:35.260 INFO STEP 897 (remove_files) COMPLETE
80482026-07-10T22:17:35.782Z[ recovery-image] Jul 10 22:17:35.260 INFO O| Jul 10 22:17:35.260 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-07-10T22:17:35.785Z[ recovery-image] Jul 10 22:17:35.267 INFO O| Jul 10 22:17:35.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80502026-07-10T22:17:35.785Z[ recovery-image] Jul 10 22:17:35.267 INFO O| Jul 10 22:17:35.267 INFO STEP 898 (remove_files) COMPLETE
80512026-07-10T22:17:35.790Z[ recovery-image] Jul 10 22:17:35.267 INFO O| Jul 10 22:17:35.267 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-07-10T22:17:35.793Z[ recovery-image] Jul 10 22:17:35.275 INFO O| Jul 10 22:17:35.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80532026-07-10T22:17:35.794Z[ recovery-image] Jul 10 22:17:35.275 INFO O| Jul 10 22:17:35.275 INFO STEP 899 (remove_files) COMPLETE
80542026-07-10T22:17:35.797Z[ recovery-image] Jul 10 22:17:35.275 INFO O| Jul 10 22:17:35.275 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-07-10T22:17:35.801Z[ recovery-image] Jul 10 22:17:35.283 INFO O| Jul 10 22:17:35.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80562026-07-10T22:17:35.801Z[ recovery-image] Jul 10 22:17:35.283 INFO O| Jul 10 22:17:35.283 INFO STEP 900 (remove_files) COMPLETE
80572026-07-10T22:17:35.804Z[ recovery-image] Jul 10 22:17:35.283 INFO O| Jul 10 22:17:35.283 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-07-10T22:17:35.809Z[ recovery-image] Jul 10 22:17:35.290 INFO O| Jul 10 22:17:35.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80592026-07-10T22:17:35.812Z[ recovery-image] Jul 10 22:17:35.290 INFO O| Jul 10 22:17:35.290 INFO STEP 901 (remove_files) COMPLETE
80602026-07-10T22:17:35.812Z[ recovery-image] Jul 10 22:17:35.290 INFO O| Jul 10 22:17:35.290 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-07-10T22:17:35.816Z[ recovery-image] Jul 10 22:17:35.297 INFO O| Jul 10 22:17:35.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80622026-07-10T22:17:35.816Z[ recovery-image] Jul 10 22:17:35.297 INFO O| Jul 10 22:17:35.297 INFO STEP 902 (remove_files) COMPLETE
80632026-07-10T22:17:35.816Z[ recovery-image] Jul 10 22:17:35.297 INFO O| Jul 10 22:17:35.297 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-07-10T22:17:35.821Z[ recovery-image] Jul 10 22:17:35.303 INFO O| Jul 10 22:17:35.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80652026-07-10T22:17:35.821Z[ recovery-image] Jul 10 22:17:35.303 INFO O| Jul 10 22:17:35.303 INFO STEP 903 (remove_files) COMPLETE
80662026-07-10T22:17:35.821Z[ recovery-image] Jul 10 22:17:35.303 INFO O| Jul 10 22:17:35.303 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-07-10T22:17:35.827Z[ recovery-image] Jul 10 22:17:35.309 INFO O| Jul 10 22:17:35.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80682026-07-10T22:17:35.827Z[ recovery-image] Jul 10 22:17:35.309 INFO O| Jul 10 22:17:35.309 INFO STEP 904 (remove_files) COMPLETE
80692026-07-10T22:17:35.831Z[ recovery-image] Jul 10 22:17:35.309 INFO O| Jul 10 22:17:35.309 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-07-10T22:17:35.834Z[ recovery-image] Jul 10 22:17:35.315 INFO O| Jul 10 22:17:35.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80712026-07-10T22:17:35.834Z[ recovery-image] Jul 10 22:17:35.315 INFO O| Jul 10 22:17:35.315 INFO STEP 905 (remove_files) COMPLETE
80722026-07-10T22:17:35.834Z[ recovery-image] Jul 10 22:17:35.315 INFO O| Jul 10 22:17:35.315 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-07-10T22:17:35.840Z[ recovery-image] Jul 10 22:17:35.321 INFO O| Jul 10 22:17:35.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80742026-07-10T22:17:35.840Z[ recovery-image] Jul 10 22:17:35.321 INFO O| Jul 10 22:17:35.321 INFO STEP 906 (remove_files) COMPLETE
80752026-07-10T22:17:35.843Z[ recovery-image] Jul 10 22:17:35.321 INFO O| Jul 10 22:17:35.321 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-07-10T22:17:35.846Z[ recovery-image] Jul 10 22:17:35.327 INFO O| Jul 10 22:17:35.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80772026-07-10T22:17:35.846Z[ recovery-image] Jul 10 22:17:35.327 INFO O| Jul 10 22:17:35.327 INFO STEP 907 (remove_files) COMPLETE
80782026-07-10T22:17:35.846Z[ recovery-image] Jul 10 22:17:35.327 INFO O| Jul 10 22:17:35.327 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-07-10T22:17:35.851Z[ recovery-image] Jul 10 22:17:35.333 INFO O| Jul 10 22:17:35.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80802026-07-10T22:17:35.855Z[ recovery-image] Jul 10 22:17:35.333 INFO O| Jul 10 22:17:35.333 INFO STEP 908 (remove_files) COMPLETE
80812026-07-10T22:17:35.855Z[ recovery-image] Jul 10 22:17:35.333 INFO O| Jul 10 22:17:35.333 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-07-10T22:17:35.858Z[ recovery-image] Jul 10 22:17:35.339 INFO O| Jul 10 22:17:35.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80832026-07-10T22:17:35.858Z[ recovery-image] Jul 10 22:17:35.339 INFO O| Jul 10 22:17:35.339 INFO STEP 909 (remove_files) COMPLETE
80842026-07-10T22:17:35.858Z[ recovery-image] Jul 10 22:17:35.339 INFO O| Jul 10 22:17:35.339 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-07-10T22:17:35.863Z[ recovery-image] Jul 10 22:17:35.345 INFO O| Jul 10 22:17:35.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80862026-07-10T22:17:35.863Z[ recovery-image] Jul 10 22:17:35.345 INFO O| Jul 10 22:17:35.345 INFO STEP 910 (remove_files) COMPLETE
80872026-07-10T22:17:35.868Z[ recovery-image] Jul 10 22:17:35.345 INFO O| Jul 10 22:17:35.345 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-07-10T22:17:35.870Z[ recovery-image] Jul 10 22:17:35.350 INFO O| Jul 10 22:17:35.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80892026-07-10T22:17:35.870Z[ recovery-image] Jul 10 22:17:35.350 INFO O| Jul 10 22:17:35.350 INFO STEP 911 (remove_files) COMPLETE
80902026-07-10T22:17:35.870Z[ recovery-image] Jul 10 22:17:35.350 INFO O| Jul 10 22:17:35.350 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-07-10T22:17:35.874Z[ recovery-image] Jul 10 22:17:35.356 INFO O| Jul 10 22:17:35.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80922026-07-10T22:17:35.874Z[ recovery-image] Jul 10 22:17:35.356 INFO O| Jul 10 22:17:35.356 INFO STEP 912 (remove_files) COMPLETE
80932026-07-10T22:17:35.874Z[ recovery-image] Jul 10 22:17:35.356 INFO O| Jul 10 22:17:35.356 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-07-10T22:17:35.882Z[ recovery-image] Jul 10 22:17:35.363 INFO O| Jul 10 22:17:35.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80952026-07-10T22:17:35.887Z[ recovery-image] Jul 10 22:17:35.363 INFO O| Jul 10 22:17:35.363 INFO STEP 913 (remove_files) COMPLETE
80962026-07-10T22:17:35.887Z[ recovery-image] Jul 10 22:17:35.363 INFO O| Jul 10 22:17:35.363 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-07-10T22:17:35.893Z[ recovery-image] Jul 10 22:17:35.369 INFO O| Jul 10 22:17:35.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80982026-07-10T22:17:35.893Z[ recovery-image] Jul 10 22:17:35.369 INFO O| Jul 10 22:17:35.369 INFO STEP 914 (remove_files) COMPLETE
80992026-07-10T22:17:35.893Z[ recovery-image] Jul 10 22:17:35.369 INFO O| Jul 10 22:17:35.369 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-07-10T22:17:35.897Z[ recovery-image] Jul 10 22:17:35.376 INFO O| Jul 10 22:17:35.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
81012026-07-10T22:17:35.897Z[ recovery-image] Jul 10 22:17:35.376 INFO O| Jul 10 22:17:35.376 INFO STEP 915 (remove_files) COMPLETE
81022026-07-10T22:17:35.897Z[ recovery-image] Jul 10 22:17:35.376 INFO O| Jul 10 22:17:35.376 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-07-10T22:17:35.900Z[ recovery-image] Jul 10 22:17:35.381 INFO O| Jul 10 22:17:35.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
81042026-07-10T22:17:35.900Z[ recovery-image] Jul 10 22:17:35.381 INFO O| Jul 10 22:17:35.381 INFO STEP 916 (remove_files) COMPLETE
81052026-07-10T22:17:35.900Z[ recovery-image] Jul 10 22:17:35.381 INFO O| Jul 10 22:17:35.381 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-07-10T22:17:35.906Z[ recovery-image] Jul 10 22:17:35.387 INFO O| Jul 10 22:17:35.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
81072026-07-10T22:17:35.906Z[ recovery-image] Jul 10 22:17:35.387 INFO O| Jul 10 22:17:35.387 INFO STEP 917 (remove_files) COMPLETE
81082026-07-10T22:17:35.906Z[ recovery-image] Jul 10 22:17:35.387 INFO O| Jul 10 22:17:35.387 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-07-10T22:17:35.912Z[ recovery-image] Jul 10 22:17:35.394 INFO O| Jul 10 22:17:35.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
81102026-07-10T22:17:35.912Z[ recovery-image] Jul 10 22:17:35.394 INFO O| Jul 10 22:17:35.394 INFO STEP 918 (remove_files) COMPLETE
81112026-07-10T22:17:35.916Z[ recovery-image] Jul 10 22:17:35.394 INFO O| Jul 10 22:17:35.394 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-07-10T22:17:35.919Z[ recovery-image] Jul 10 22:17:35.399 INFO O| Jul 10 22:17:35.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81132026-07-10T22:17:35.919Z[ recovery-image] Jul 10 22:17:35.399 INFO O| Jul 10 22:17:35.399 INFO STEP 919 (remove_files) COMPLETE
81142026-07-10T22:17:35.919Z[ recovery-image] Jul 10 22:17:35.399 INFO O| Jul 10 22:17:35.399 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-07-10T22:17:35.925Z[ recovery-image] Jul 10 22:17:35.405 INFO O| Jul 10 22:17:35.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81162026-07-10T22:17:35.926Z[ recovery-image] Jul 10 22:17:35.405 INFO O| Jul 10 22:17:35.405 INFO STEP 920 (remove_files) COMPLETE
81172026-07-10T22:17:35.926Z[ recovery-image] Jul 10 22:17:35.405 INFO O| Jul 10 22:17:35.405 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-07-10T22:17:35.931Z[ recovery-image] Jul 10 22:17:35.411 INFO O| Jul 10 22:17:35.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81192026-07-10T22:17:35.931Z[ recovery-image] Jul 10 22:17:35.411 INFO O| Jul 10 22:17:35.411 INFO STEP 921 (remove_files) COMPLETE
81202026-07-10T22:17:35.931Z[ recovery-image] Jul 10 22:17:35.411 INFO O| Jul 10 22:17:35.411 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-07-10T22:17:35.935Z[ recovery-image] Jul 10 22:17:35.416 INFO O| Jul 10 22:17:35.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81222026-07-10T22:17:35.935Z[ recovery-image] Jul 10 22:17:35.416 INFO O| Jul 10 22:17:35.416 INFO STEP 922 (remove_files) COMPLETE
81232026-07-10T22:17:35.935Z[ recovery-image] Jul 10 22:17:35.416 INFO O| Jul 10 22:17:35.416 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-07-10T22:17:35.941Z[ recovery-image] Jul 10 22:17:35.422 INFO O| Jul 10 22:17:35.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81252026-07-10T22:17:35.941Z[ recovery-image] Jul 10 22:17:35.422 INFO O| Jul 10 22:17:35.422 INFO STEP 923 (remove_files) COMPLETE
81262026-07-10T22:17:35.945Z[ recovery-image] Jul 10 22:17:35.422 INFO O| Jul 10 22:17:35.422 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-07-10T22:17:35.949Z[ recovery-image] Jul 10 22:17:35.428 INFO O| Jul 10 22:17:35.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81282026-07-10T22:17:35.949Z[ recovery-image] Jul 10 22:17:35.428 INFO O| Jul 10 22:17:35.428 INFO STEP 924 (remove_files) COMPLETE
81292026-07-10T22:17:35.950Z[ recovery-image] Jul 10 22:17:35.428 INFO O| Jul 10 22:17:35.428 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-07-10T22:17:35.956Z[ recovery-image] Jul 10 22:17:35.434 INFO O| Jul 10 22:17:35.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81312026-07-10T22:17:35.956Z[ recovery-image] Jul 10 22:17:35.434 INFO O| Jul 10 22:17:35.434 INFO STEP 925 (remove_files) COMPLETE
81322026-07-10T22:17:35.956Z[ recovery-image] Jul 10 22:17:35.434 INFO O| Jul 10 22:17:35.434 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-07-10T22:17:35.959Z[ recovery-image] Jul 10 22:17:35.440 INFO O| Jul 10 22:17:35.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81342026-07-10T22:17:35.959Z[ recovery-image] Jul 10 22:17:35.440 INFO O| Jul 10 22:17:35.440 INFO STEP 926 (remove_files) COMPLETE
81352026-07-10T22:17:35.959Z[ recovery-image] Jul 10 22:17:35.440 INFO O| Jul 10 22:17:35.440 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-07-10T22:17:35.967Z[ recovery-image] Jul 10 22:17:35.448 INFO O| Jul 10 22:17:35.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81372026-07-10T22:17:35.967Z[ recovery-image] Jul 10 22:17:35.448 INFO O| Jul 10 22:17:35.448 INFO STEP 927 (remove_files) COMPLETE
81382026-07-10T22:17:36.191Z[ recovery-image] Jul 10 22:17:35.448 INFO O| Jul 10 22:17:35.448 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-07-10T22:17:36.191Z[ recovery-image] Jul 10 22:17:35.455 INFO O| Jul 10 22:17:35.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81402026-07-10T22:17:36.191Z[ recovery-image] Jul 10 22:17:35.455 INFO O| Jul 10 22:17:35.455 INFO STEP 928 (remove_files) COMPLETE
81412026-07-10T22:17:36.191Z[ recovery-image] Jul 10 22:17:35.455 INFO O| Jul 10 22:17:35.455 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-07-10T22:17:36.191Z[ recovery-image] Jul 10 22:17:35.461 INFO O| Jul 10 22:17:35.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81432026-07-10T22:17:36.191Z[ recovery-image] Jul 10 22:17:35.461 INFO O| Jul 10 22:17:35.461 INFO STEP 929 (remove_files) COMPLETE
81442026-07-10T22:17:36.191Z[ recovery-image] Jul 10 22:17:35.461 INFO O| Jul 10 22:17:35.461 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-07-10T22:17:36.191Z[ recovery-image] Jul 10 22:17:35.466 INFO O| Jul 10 22:17:35.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81462026-07-10T22:17:36.191Z[ recovery-image] Jul 10 22:17:35.466 INFO O| Jul 10 22:17:35.466 INFO STEP 930 (remove_files) COMPLETE
81472026-07-10T22:17:36.191Z[ recovery-image] Jul 10 22:17:35.466 INFO O| Jul 10 22:17:35.466 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-07-10T22:17:36.191Z[ recovery-image] Jul 10 22:17:35.473 INFO O| Jul 10 22:17:35.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81492026-07-10T22:17:36.191Z[ recovery-image] Jul 10 22:17:35.473 INFO O| Jul 10 22:17:35.473 INFO STEP 931 (remove_files) COMPLETE
81502026-07-10T22:17:36.191Z[ recovery-image] Jul 10 22:17:35.473 INFO O| Jul 10 22:17:35.473 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-07-10T22:17:36.191Z[ recovery-image] Jul 10 22:17:35.478 INFO O| Jul 10 22:17:35.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81522026-07-10T22:17:36.191Z[ recovery-image] Jul 10 22:17:35.478 INFO O| Jul 10 22:17:35.478 INFO STEP 932 (remove_files) COMPLETE
81532026-07-10T22:17:36.191Z[ recovery-image] Jul 10 22:17:35.478 INFO O| Jul 10 22:17:35.478 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-07-10T22:17:36.192Z[ recovery-image] Jul 10 22:17:35.484 INFO O| Jul 10 22:17:35.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81552026-07-10T22:17:36.192Z[ recovery-image] Jul 10 22:17:35.484 INFO O| Jul 10 22:17:35.484 INFO STEP 933 (remove_files) COMPLETE
81562026-07-10T22:17:36.192Z[ recovery-image] Jul 10 22:17:35.484 INFO O| Jul 10 22:17:35.484 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-07-10T22:17:36.192Z[ recovery-image] Jul 10 22:17:35.489 INFO O| Jul 10 22:17:35.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81582026-07-10T22:17:36.192Z[ recovery-image] Jul 10 22:17:35.489 INFO O| Jul 10 22:17:35.489 INFO STEP 934 (remove_files) COMPLETE
81592026-07-10T22:17:36.192Z[ recovery-image] Jul 10 22:17:35.489 INFO O| Jul 10 22:17:35.489 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-07-10T22:17:36.203Z[ recovery-image] Jul 10 22:17:35.497 INFO O| Jul 10 22:17:35.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81612026-07-10T22:17:36.203Z[ recovery-image] Jul 10 22:17:35.497 INFO O| Jul 10 22:17:35.497 INFO STEP 935 (remove_files) COMPLETE
81622026-07-10T22:17:36.203Z[ recovery-image] Jul 10 22:17:35.497 INFO O| Jul 10 22:17:35.497 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-07-10T22:17:36.203Z[ recovery-image] Jul 10 22:17:35.503 INFO O| Jul 10 22:17:35.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81642026-07-10T22:17:36.203Z[ recovery-image] Jul 10 22:17:35.503 INFO O| Jul 10 22:17:35.503 INFO STEP 936 (remove_files) COMPLETE
81652026-07-10T22:17:36.203Z[ recovery-image] Jul 10 22:17:35.503 INFO O| Jul 10 22:17:35.503 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-07-10T22:17:36.203Z[ recovery-image] Jul 10 22:17:35.509 INFO O| Jul 10 22:17:35.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81672026-07-10T22:17:36.203Z[ recovery-image] Jul 10 22:17:35.509 INFO O| Jul 10 22:17:35.509 INFO STEP 937 (remove_files) COMPLETE
81682026-07-10T22:17:36.203Z[ recovery-image] Jul 10 22:17:35.509 INFO O| Jul 10 22:17:35.509 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-07-10T22:17:36.203Z[ recovery-image] Jul 10 22:17:35.514 INFO O| Jul 10 22:17:35.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81702026-07-10T22:17:36.203Z[ recovery-image] Jul 10 22:17:35.514 INFO O| Jul 10 22:17:35.514 INFO STEP 938 (remove_files) COMPLETE
81712026-07-10T22:17:36.204Z[ recovery-image] Jul 10 22:17:35.514 INFO O| Jul 10 22:17:35.514 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-07-10T22:17:36.204Z[ recovery-image] Jul 10 22:17:35.521 INFO O| Jul 10 22:17:35.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81732026-07-10T22:17:36.204Z[ recovery-image] Jul 10 22:17:35.522 INFO O| Jul 10 22:17:35.522 INFO STEP 939 (remove_files) COMPLETE
81742026-07-10T22:17:36.204Z[ recovery-image] Jul 10 22:17:35.522 INFO O| Jul 10 22:17:35.522 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-07-10T22:17:36.204Z[ recovery-image] Jul 10 22:17:35.529 INFO O| Jul 10 22:17:35.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81762026-07-10T22:17:36.204Z[ recovery-image] Jul 10 22:17:35.529 INFO O| Jul 10 22:17:35.529 INFO STEP 940 (remove_files) COMPLETE
81772026-07-10T22:17:36.204Z[ recovery-image] Jul 10 22:17:35.529 INFO O| Jul 10 22:17:35.529 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-07-10T22:17:36.204Z[ recovery-image] Jul 10 22:17:35.534 INFO O| Jul 10 22:17:35.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81792026-07-10T22:17:36.204Z[ recovery-image] Jul 10 22:17:35.534 INFO O| Jul 10 22:17:35.534 INFO STEP 941 (remove_files) COMPLETE
81802026-07-10T22:17:36.204Z[ recovery-image] Jul 10 22:17:35.534 INFO O| Jul 10 22:17:35.534 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-07-10T22:17:36.204Z[ recovery-image] Jul 10 22:17:35.540 INFO O| Jul 10 22:17:35.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81822026-07-10T22:17:36.204Z[ recovery-image] Jul 10 22:17:35.540 INFO O| Jul 10 22:17:35.540 INFO STEP 942 (remove_files) COMPLETE
81832026-07-10T22:17:36.204Z[ recovery-image] Jul 10 22:17:35.540 INFO O| Jul 10 22:17:35.540 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-07-10T22:17:36.204Z[ recovery-image] Jul 10 22:17:35.546 INFO O| Jul 10 22:17:35.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81852026-07-10T22:17:36.205Z[ recovery-image] Jul 10 22:17:35.546 INFO O| Jul 10 22:17:35.546 INFO STEP 943 (remove_files) COMPLETE
81862026-07-10T22:17:36.205Z[ recovery-image] Jul 10 22:17:35.546 INFO O| Jul 10 22:17:35.546 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-07-10T22:17:36.205Z[ recovery-image] Jul 10 22:17:35.553 INFO O| Jul 10 22:17:35.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81882026-07-10T22:17:36.205Z[ recovery-image] Jul 10 22:17:35.553 INFO O| Jul 10 22:17:35.553 INFO STEP 944 (remove_files) COMPLETE
81892026-07-10T22:17:36.205Z[ recovery-image] Jul 10 22:17:35.553 INFO O| Jul 10 22:17:35.553 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-07-10T22:17:36.229Z[ recovery-image] Jul 10 22:17:35.560 INFO O| Jul 10 22:17:35.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81912026-07-10T22:17:36.229Z[ recovery-image] Jul 10 22:17:35.560 INFO O| Jul 10 22:17:35.560 INFO STEP 945 (remove_files) COMPLETE
81922026-07-10T22:17:36.229Z[ recovery-image] Jul 10 22:17:35.560 INFO O| Jul 10 22:17:35.560 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-07-10T22:17:36.229Z[ recovery-image] Jul 10 22:17:35.567 INFO O| Jul 10 22:17:35.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81942026-07-10T22:17:36.229Z[ recovery-image] Jul 10 22:17:35.567 INFO O| Jul 10 22:17:35.567 INFO STEP 946 (remove_files) COMPLETE
81952026-07-10T22:17:36.229Z[ recovery-image] Jul 10 22:17:35.567 INFO O| Jul 10 22:17:35.567 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-07-10T22:17:36.229Z[ recovery-image] Jul 10 22:17:35.575 INFO O| Jul 10 22:17:35.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81972026-07-10T22:17:36.229Z[ recovery-image] Jul 10 22:17:35.575 INFO O| Jul 10 22:17:35.575 INFO STEP 947 (remove_files) COMPLETE
81982026-07-10T22:17:36.229Z[ recovery-image] Jul 10 22:17:35.575 INFO O| Jul 10 22:17:35.575 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-07-10T22:17:36.229Z[ recovery-image] Jul 10 22:17:35.581 INFO O| Jul 10 22:17:35.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
82002026-07-10T22:17:36.229Z[ recovery-image] Jul 10 22:17:35.581 INFO O| Jul 10 22:17:35.581 INFO STEP 948 (remove_files) COMPLETE
82012026-07-10T22:17:36.229Z[ recovery-image] Jul 10 22:17:35.581 INFO O| Jul 10 22:17:35.581 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-07-10T22:17:36.229Z[ recovery-image] Jul 10 22:17:35.588 INFO O| Jul 10 22:17:35.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
82032026-07-10T22:17:36.230Z[ recovery-image] Jul 10 22:17:35.588 INFO O| Jul 10 22:17:35.588 INFO STEP 949 (remove_files) COMPLETE
82042026-07-10T22:17:36.230Z[ recovery-image] Jul 10 22:17:35.588 INFO O| Jul 10 22:17:35.588 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-07-10T22:17:36.232Z[ recovery-image] Jul 10 22:17:35.595 INFO O| Jul 10 22:17:35.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
82062026-07-10T22:17:36.232Z[ recovery-image] Jul 10 22:17:35.595 INFO O| Jul 10 22:17:35.595 INFO STEP 950 (remove_files) COMPLETE
82072026-07-10T22:17:36.232Z[ recovery-image] Jul 10 22:17:35.595 INFO O| Jul 10 22:17:35.595 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-07-10T22:17:36.232Z[ recovery-image] Jul 10 22:17:35.601 INFO O| Jul 10 22:17:35.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
82092026-07-10T22:17:36.232Z[ recovery-image] Jul 10 22:17:35.602 INFO O| Jul 10 22:17:35.601 INFO STEP 951 (remove_files) COMPLETE
82102026-07-10T22:17:36.232Z[ recovery-image] Jul 10 22:17:35.602 INFO O| Jul 10 22:17:35.601 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-07-10T22:17:36.232Z[ recovery-image] Jul 10 22:17:35.608 INFO O| Jul 10 22:17:35.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82122026-07-10T22:17:36.232Z[ recovery-image] Jul 10 22:17:35.608 INFO O| Jul 10 22:17:35.608 INFO STEP 952 (remove_files) COMPLETE
82132026-07-10T22:17:36.232Z[ recovery-image] Jul 10 22:17:35.608 INFO O| Jul 10 22:17:35.608 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-07-10T22:17:36.232Z[ recovery-image] Jul 10 22:17:35.615 INFO O| Jul 10 22:17:35.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82152026-07-10T22:17:36.232Z[ recovery-image] Jul 10 22:17:35.615 INFO O| Jul 10 22:17:35.615 INFO STEP 953 (remove_files) COMPLETE
82162026-07-10T22:17:36.232Z[ recovery-image] Jul 10 22:17:35.615 INFO O| Jul 10 22:17:35.615 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-07-10T22:17:36.232Z[ recovery-image] Jul 10 22:17:35.623 INFO O| Jul 10 22:17:35.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82182026-07-10T22:17:36.232Z[ recovery-image] Jul 10 22:17:35.623 INFO O| Jul 10 22:17:35.623 INFO STEP 954 (remove_files) COMPLETE
82192026-07-10T22:17:36.232Z[ recovery-image] Jul 10 22:17:35.623 INFO O| Jul 10 22:17:35.623 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-07-10T22:17:36.236Z[ recovery-image] Jul 10 22:17:35.630 INFO O| Jul 10 22:17:35.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82212026-07-10T22:17:36.236Z[ recovery-image] Jul 10 22:17:35.630 INFO O| Jul 10 22:17:35.630 INFO STEP 955 (remove_files) COMPLETE
82222026-07-10T22:17:36.236Z[ recovery-image] Jul 10 22:17:35.630 INFO O| Jul 10 22:17:35.630 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-07-10T22:17:36.236Z[ recovery-image] Jul 10 22:17:35.637 INFO O| Jul 10 22:17:35.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82242026-07-10T22:17:36.236Z[ recovery-image] Jul 10 22:17:35.637 INFO O| Jul 10 22:17:35.637 INFO STEP 956 (remove_files) COMPLETE
82252026-07-10T22:17:36.236Z[ recovery-image] Jul 10 22:17:35.637 INFO O| Jul 10 22:17:35.637 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-07-10T22:17:36.236Z[ recovery-image] Jul 10 22:17:35.644 INFO O| Jul 10 22:17:35.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82272026-07-10T22:17:36.236Z[ recovery-image] Jul 10 22:17:35.644 INFO O| Jul 10 22:17:35.644 INFO STEP 957 (remove_files) COMPLETE
82282026-07-10T22:17:36.236Z[ recovery-image] Jul 10 22:17:35.644 INFO O| Jul 10 22:17:35.644 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-07-10T22:17:36.236Z[ recovery-image] Jul 10 22:17:35.650 INFO O| Jul 10 22:17:35.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82302026-07-10T22:17:36.236Z[ recovery-image] Jul 10 22:17:35.650 INFO O| Jul 10 22:17:35.650 INFO STEP 958 (remove_files) COMPLETE
82312026-07-10T22:17:36.236Z[ recovery-image] Jul 10 22:17:35.650 INFO O| Jul 10 22:17:35.650 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-07-10T22:17:36.237Z[ recovery-image] Jul 10 22:17:35.657 INFO O| Jul 10 22:17:35.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82332026-07-10T22:17:36.237Z[ recovery-image] Jul 10 22:17:35.657 INFO O| Jul 10 22:17:35.657 INFO STEP 959 (remove_files) COMPLETE
82342026-07-10T22:17:36.237Z[ recovery-image] Jul 10 22:17:35.657 INFO O| Jul 10 22:17:35.657 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-07-10T22:17:36.237Z[ recovery-image] Jul 10 22:17:35.663 INFO O| Jul 10 22:17:35.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82362026-07-10T22:17:36.237Z[ recovery-image] Jul 10 22:17:35.663 INFO O| Jul 10 22:17:35.663 INFO STEP 960 (remove_files) COMPLETE
82372026-07-10T22:17:36.237Z[ recovery-image] Jul 10 22:17:35.663 INFO O| Jul 10 22:17:35.663 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-07-10T22:17:36.238Z[ recovery-image] Jul 10 22:17:35.669 INFO O| Jul 10 22:17:35.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82392026-07-10T22:17:36.238Z[ recovery-image] Jul 10 22:17:35.669 INFO O| Jul 10 22:17:35.669 INFO STEP 961 (remove_files) COMPLETE
82402026-07-10T22:17:36.238Z[ recovery-image] Jul 10 22:17:35.669 INFO O| Jul 10 22:17:35.669 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-07-10T22:17:36.238Z[ recovery-image] Jul 10 22:17:35.675 INFO O| Jul 10 22:17:35.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82422026-07-10T22:17:36.238Z[ recovery-image] Jul 10 22:17:35.675 INFO O| Jul 10 22:17:35.675 INFO STEP 962 (remove_files) COMPLETE
82432026-07-10T22:17:36.238Z[ recovery-image] Jul 10 22:17:35.675 INFO O| Jul 10 22:17:35.675 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-07-10T22:17:36.242Z[ recovery-image] Jul 10 22:17:35.681 INFO O| Jul 10 22:17:35.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82452026-07-10T22:17:36.242Z[ recovery-image] Jul 10 22:17:35.681 INFO O| Jul 10 22:17:35.681 INFO STEP 963 (remove_files) COMPLETE
82462026-07-10T22:17:36.243Z[ recovery-image] Jul 10 22:17:35.681 INFO O| Jul 10 22:17:35.681 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-07-10T22:17:36.243Z[ recovery-image] Jul 10 22:17:35.687 INFO O| Jul 10 22:17:35.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82482026-07-10T22:17:36.243Z[ recovery-image] Jul 10 22:17:35.687 INFO O| Jul 10 22:17:35.687 INFO STEP 964 (remove_files) COMPLETE
82492026-07-10T22:17:36.243Z[ recovery-image] Jul 10 22:17:35.687 INFO O| Jul 10 22:17:35.687 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-07-10T22:17:36.244Z[ recovery-image] Jul 10 22:17:35.692 INFO O| Jul 10 22:17:35.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82512026-07-10T22:17:36.244Z[ recovery-image] Jul 10 22:17:35.692 INFO O| Jul 10 22:17:35.692 INFO STEP 965 (remove_files) COMPLETE
82522026-07-10T22:17:36.244Z[ recovery-image] Jul 10 22:17:35.692 INFO O| Jul 10 22:17:35.692 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-07-10T22:17:36.244Z[ recovery-image] Jul 10 22:17:35.698 INFO O| Jul 10 22:17:35.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82542026-07-10T22:17:36.244Z[ recovery-image] Jul 10 22:17:35.698 INFO O| Jul 10 22:17:35.698 INFO STEP 966 (remove_files) COMPLETE
82552026-07-10T22:17:36.244Z[ recovery-image] Jul 10 22:17:35.698 INFO O| Jul 10 22:17:35.698 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-07-10T22:17:36.244Z[ recovery-image] Jul 10 22:17:35.703 INFO O| Jul 10 22:17:35.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82572026-07-10T22:17:36.244Z[ recovery-image] Jul 10 22:17:35.703 INFO O| Jul 10 22:17:35.703 INFO STEP 967 (remove_files) COMPLETE
82582026-07-10T22:17:36.244Z[ recovery-image] Jul 10 22:17:35.703 INFO O| Jul 10 22:17:35.703 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-07-10T22:17:36.244Z[ recovery-image] Jul 10 22:17:35.710 INFO O| Jul 10 22:17:35.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82602026-07-10T22:17:36.244Z[ recovery-image] Jul 10 22:17:35.710 INFO O| Jul 10 22:17:35.710 INFO STEP 968 (remove_files) COMPLETE
82612026-07-10T22:17:36.245Z[ recovery-image] Jul 10 22:17:35.710 INFO O| Jul 10 22:17:35.710 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-07-10T22:17:36.245Z[ recovery-image] Jul 10 22:17:35.716 INFO O| Jul 10 22:17:35.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82632026-07-10T22:17:36.245Z[ recovery-image] Jul 10 22:17:35.716 INFO O| Jul 10 22:17:35.716 INFO STEP 969 (remove_files) COMPLETE
82642026-07-10T22:17:36.245Z[ recovery-image] Jul 10 22:17:35.716 INFO O| Jul 10 22:17:35.716 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-07-10T22:17:36.246Z[ recovery-image] Jul 10 22:17:35.723 INFO O| Jul 10 22:17:35.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82662026-07-10T22:17:36.246Z[ recovery-image] Jul 10 22:17:35.723 INFO O| Jul 10 22:17:35.723 INFO STEP 970 (remove_files) COMPLETE
82672026-07-10T22:17:36.246Z[ recovery-image] Jul 10 22:17:35.723 INFO O| Jul 10 22:17:35.723 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-07-10T22:17:36.250Z[ recovery-image] Jul 10 22:17:35.728 INFO O| Jul 10 22:17:35.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82692026-07-10T22:17:36.250Z[ recovery-image] Jul 10 22:17:35.728 INFO O| Jul 10 22:17:35.728 INFO STEP 971 (remove_files) COMPLETE
82702026-07-10T22:17:36.250Z[ recovery-image] Jul 10 22:17:35.728 INFO O| Jul 10 22:17:35.728 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-07-10T22:17:36.253Z[ recovery-image] Jul 10 22:17:35.734 INFO O| Jul 10 22:17:35.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82722026-07-10T22:17:36.253Z[ recovery-image] Jul 10 22:17:35.734 INFO O| Jul 10 22:17:35.734 INFO STEP 972 (remove_files) COMPLETE
82732026-07-10T22:17:36.253Z[ recovery-image] Jul 10 22:17:35.734 INFO O| Jul 10 22:17:35.734 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-07-10T22:17:36.258Z[ recovery-image] Jul 10 22:17:35.740 INFO O| Jul 10 22:17:35.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82752026-07-10T22:17:36.258Z[ recovery-image] Jul 10 22:17:35.740 INFO O| Jul 10 22:17:35.740 INFO STEP 973 (remove_files) COMPLETE
82762026-07-10T22:17:36.258Z[ recovery-image] Jul 10 22:17:35.740 INFO O| Jul 10 22:17:35.740 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-07-10T22:17:36.264Z[ recovery-image] Jul 10 22:17:35.745 INFO O| Jul 10 22:17:35.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82782026-07-10T22:17:36.264Z[ recovery-image] Jul 10 22:17:35.745 INFO O| Jul 10 22:17:35.745 INFO STEP 974 (remove_files) COMPLETE
82792026-07-10T22:17:36.264Z[ recovery-image] Jul 10 22:17:35.745 INFO O| Jul 10 22:17:35.745 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-07-10T22:17:36.271Z[ recovery-image] Jul 10 22:17:35.752 INFO O| Jul 10 22:17:35.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82812026-07-10T22:17:36.275Z[ recovery-image] Jul 10 22:17:35.752 INFO O| Jul 10 22:17:35.752 INFO STEP 975 (remove_files) COMPLETE
82822026-07-10T22:17:36.275Z[ recovery-image] Jul 10 22:17:35.752 INFO O| Jul 10 22:17:35.752 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-07-10T22:17:36.278Z[ recovery-image] Jul 10 22:17:35.758 INFO O| Jul 10 22:17:35.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82842026-07-10T22:17:36.278Z[ recovery-image] Jul 10 22:17:35.758 INFO O| Jul 10 22:17:35.758 INFO STEP 976 (remove_files) COMPLETE
82852026-07-10T22:17:36.278Z[ recovery-image] Jul 10 22:17:35.758 INFO O| Jul 10 22:17:35.758 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-07-10T22:17:36.281Z[ recovery-image] Jul 10 22:17:35.763 INFO O| Jul 10 22:17:35.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82872026-07-10T22:17:36.282Z[ recovery-image] Jul 10 22:17:35.763 INFO O| Jul 10 22:17:35.763 INFO STEP 977 (remove_files) COMPLETE
82882026-07-10T22:17:36.285Z[ recovery-image] Jul 10 22:17:35.763 INFO O| Jul 10 22:17:35.763 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-07-10T22:17:36.288Z[ recovery-image] Jul 10 22:17:35.769 INFO O| Jul 10 22:17:35.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82902026-07-10T22:17:36.288Z[ recovery-image] Jul 10 22:17:35.769 INFO O| Jul 10 22:17:35.769 INFO STEP 978 (remove_files) COMPLETE
82912026-07-10T22:17:36.288Z[ recovery-image] Jul 10 22:17:35.769 INFO O| Jul 10 22:17:35.769 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-07-10T22:17:36.296Z[ recovery-image] Jul 10 22:17:35.776 INFO O| Jul 10 22:17:35.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82932026-07-10T22:17:36.300Z[ recovery-image] Jul 10 22:17:35.776 INFO O| Jul 10 22:17:35.776 INFO STEP 979 (remove_files) COMPLETE
82942026-07-10T22:17:36.300Z[ recovery-image] Jul 10 22:17:35.776 INFO O| Jul 10 22:17:35.776 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-07-10T22:17:36.303Z[ recovery-image] Jul 10 22:17:35.783 INFO O| Jul 10 22:17:35.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82962026-07-10T22:17:36.303Z[ recovery-image] Jul 10 22:17:35.783 INFO O| Jul 10 22:17:35.783 INFO STEP 980 (remove_files) COMPLETE
82972026-07-10T22:17:36.304Z[ recovery-image] Jul 10 22:17:35.783 INFO O| Jul 10 22:17:35.783 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-07-10T22:17:36.308Z[ recovery-image] Jul 10 22:17:35.790 INFO O| Jul 10 22:17:35.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82992026-07-10T22:17:36.308Z[ recovery-image] Jul 10 22:17:35.790 INFO O| Jul 10 22:17:35.790 INFO STEP 981 (remove_files) COMPLETE
83002026-07-10T22:17:36.312Z[ recovery-image] Jul 10 22:17:35.790 INFO O| Jul 10 22:17:35.790 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-07-10T22:17:36.315Z[ recovery-image] Jul 10 22:17:35.797 INFO O| Jul 10 22:17:35.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
83022026-07-10T22:17:36.319Z[ recovery-image] Jul 10 22:17:35.797 INFO O| Jul 10 22:17:35.797 INFO STEP 982 (remove_files) COMPLETE
83032026-07-10T22:17:36.319Z[ recovery-image] Jul 10 22:17:35.797 INFO O| Jul 10 22:17:35.797 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-07-10T22:17:36.322Z[ recovery-image] Jul 10 22:17:35.804 INFO O| Jul 10 22:17:35.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
83052026-07-10T22:17:36.327Z[ recovery-image] Jul 10 22:17:35.804 INFO O| Jul 10 22:17:35.804 INFO STEP 983 (remove_files) COMPLETE
83062026-07-10T22:17:36.327Z[ recovery-image] Jul 10 22:17:35.804 INFO O| Jul 10 22:17:35.804 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-07-10T22:17:36.332Z[ recovery-image] Jul 10 22:17:35.812 INFO O| Jul 10 22:17:35.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
83082026-07-10T22:17:36.336Z[ recovery-image] Jul 10 22:17:35.812 INFO O| Jul 10 22:17:35.812 INFO STEP 984 (remove_files) COMPLETE
83092026-07-10T22:17:36.336Z[ recovery-image] Jul 10 22:17:35.812 INFO O| Jul 10 22:17:35.812 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-07-10T22:17:36.339Z[ recovery-image] Jul 10 22:17:35.819 INFO O| Jul 10 22:17:35.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83112026-07-10T22:17:36.340Z[ recovery-image] Jul 10 22:17:35.819 INFO O| Jul 10 22:17:35.819 INFO STEP 985 (remove_files) COMPLETE
83122026-07-10T22:17:36.340Z[ recovery-image] Jul 10 22:17:35.819 INFO O| Jul 10 22:17:35.819 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-07-10T22:17:36.345Z[ recovery-image] Jul 10 22:17:35.826 INFO O| Jul 10 22:17:35.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83142026-07-10T22:17:36.345Z[ recovery-image] Jul 10 22:17:35.826 INFO O| Jul 10 22:17:35.826 INFO STEP 986 (remove_files) COMPLETE
83152026-07-10T22:17:36.345Z[ recovery-image] Jul 10 22:17:35.826 INFO O| Jul 10 22:17:35.826 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-07-10T22:17:36.351Z[ recovery-image] Jul 10 22:17:35.833 INFO O| Jul 10 22:17:35.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83172026-07-10T22:17:36.351Z[ recovery-image] Jul 10 22:17:35.833 INFO O| Jul 10 22:17:35.833 INFO STEP 987 (remove_files) COMPLETE
83182026-07-10T22:17:36.355Z[ recovery-image] Jul 10 22:17:35.833 INFO O| Jul 10 22:17:35.833 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-07-10T22:17:36.359Z[ recovery-image] Jul 10 22:17:35.840 INFO O| Jul 10 22:17:35.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83202026-07-10T22:17:36.359Z[ recovery-image] Jul 10 22:17:35.840 INFO O| Jul 10 22:17:35.840 INFO STEP 988 (remove_files) COMPLETE
83212026-07-10T22:17:36.359Z[ recovery-image] Jul 10 22:17:35.840 INFO O| Jul 10 22:17:35.840 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-07-10T22:17:36.365Z[ recovery-image] Jul 10 22:17:35.846 INFO O| Jul 10 22:17:35.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83232026-07-10T22:17:36.365Z[ recovery-image] Jul 10 22:17:35.846 INFO O| Jul 10 22:17:35.846 INFO STEP 989 (remove_files) COMPLETE
83242026-07-10T22:17:36.365Z[ recovery-image] Jul 10 22:17:35.846 INFO O| Jul 10 22:17:35.846 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-07-10T22:17:36.370Z[ recovery-image] Jul 10 22:17:35.852 INFO O| Jul 10 22:17:35.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83262026-07-10T22:17:36.370Z[ recovery-image] Jul 10 22:17:35.852 INFO O| Jul 10 22:17:35.852 INFO STEP 990 (remove_files) COMPLETE
83272026-07-10T22:17:36.370Z[ recovery-image] Jul 10 22:17:35.852 INFO O| Jul 10 22:17:35.852 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-07-10T22:17:36.378Z[ recovery-image] Jul 10 22:17:35.858 INFO O| Jul 10 22:17:35.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83292026-07-10T22:17:36.378Z[ recovery-image] Jul 10 22:17:35.858 INFO O| Jul 10 22:17:35.858 INFO STEP 991 (remove_files) COMPLETE
83302026-07-10T22:17:36.378Z[ recovery-image] Jul 10 22:17:35.858 INFO O| Jul 10 22:17:35.858 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-07-10T22:17:36.384Z[ recovery-image] Jul 10 22:17:35.865 INFO O| Jul 10 22:17:35.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83322026-07-10T22:17:36.384Z[ recovery-image] Jul 10 22:17:35.865 INFO O| Jul 10 22:17:35.865 INFO STEP 992 (remove_files) COMPLETE
83332026-07-10T22:17:36.387Z[ recovery-image] Jul 10 22:17:35.865 INFO O| Jul 10 22:17:35.865 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-07-10T22:17:36.390Z[ recovery-image] Jul 10 22:17:35.870 INFO O| Jul 10 22:17:35.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83352026-07-10T22:17:36.390Z[ recovery-image] Jul 10 22:17:35.871 INFO O| Jul 10 22:17:35.871 INFO STEP 993 (remove_files) COMPLETE
83362026-07-10T22:17:36.390Z[ recovery-image] Jul 10 22:17:35.871 INFO O| Jul 10 22:17:35.871 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-07-10T22:17:36.394Z[ recovery-image] Jul 10 22:17:35.876 INFO O| Jul 10 22:17:35.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83382026-07-10T22:17:36.396Z[ recovery-image] Jul 10 22:17:35.876 INFO O| Jul 10 22:17:35.876 INFO STEP 994 (remove_files) COMPLETE
83392026-07-10T22:17:36.417Z[ recovery-image] Jul 10 22:17:35.876 INFO O| Jul 10 22:17:35.876 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-07-10T22:17:36.424Z[ recovery-image] Jul 10 22:17:35.881 INFO O| Jul 10 22:17:35.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83412026-07-10T22:17:36.424Z[ recovery-image] Jul 10 22:17:35.881 INFO O| Jul 10 22:17:35.881 INFO STEP 995 (remove_files) COMPLETE
83422026-07-10T22:17:36.424Z[ recovery-image] Jul 10 22:17:35.881 INFO O| Jul 10 22:17:35.881 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-07-10T22:17:36.453Z[ recovery-image] Jul 10 22:17:35.889 INFO O| Jul 10 22:17:35.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83442026-07-10T22:17:36.453Z[ recovery-image] Jul 10 22:17:35.889 INFO O| Jul 10 22:17:35.889 INFO STEP 996 (remove_files) COMPLETE
83452026-07-10T22:17:36.453Z[ recovery-image] Jul 10 22:17:35.889 INFO O| Jul 10 22:17:35.889 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-07-10T22:17:36.454Z[ recovery-image] Jul 10 22:17:35.896 INFO O| Jul 10 22:17:35.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83472026-07-10T22:17:36.454Z[ recovery-image] Jul 10 22:17:35.896 INFO O| Jul 10 22:17:35.896 INFO STEP 997 (remove_files) COMPLETE
83482026-07-10T22:17:36.454Z[ recovery-image] Jul 10 22:17:35.896 INFO O| Jul 10 22:17:35.896 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-07-10T22:17:36.454Z[ recovery-image] Jul 10 22:17:35.903 INFO O| Jul 10 22:17:35.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83502026-07-10T22:17:36.454Z[ recovery-image] Jul 10 22:17:35.903 INFO O| Jul 10 22:17:35.903 INFO STEP 998 (remove_files) COMPLETE
83512026-07-10T22:17:36.454Z[ recovery-image] Jul 10 22:17:35.903 INFO O| Jul 10 22:17:35.903 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-07-10T22:17:36.454Z[ recovery-image] Jul 10 22:17:35.909 INFO O| Jul 10 22:17:35.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83532026-07-10T22:17:36.475Z[ recovery-image] Jul 10 22:17:35.909 INFO O| Jul 10 22:17:35.909 INFO STEP 999 (remove_files) COMPLETE
83542026-07-10T22:17:36.475Z[ recovery-image] Jul 10 22:17:35.909 INFO O| Jul 10 22:17:35.909 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-07-10T22:17:36.475Z[ recovery-image] Jul 10 22:17:35.916 INFO O| Jul 10 22:17:35.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83562026-07-10T22:17:36.475Z[ recovery-image] Jul 10 22:17:35.916 INFO O| Jul 10 22:17:35.916 INFO STEP 1000 (remove_files) COMPLETE
83572026-07-10T22:17:36.475Z[ recovery-image] Jul 10 22:17:35.916 INFO O| Jul 10 22:17:35.916 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-07-10T22:17:36.475Z[ recovery-image] Jul 10 22:17:35.922 INFO O| Jul 10 22:17:35.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83592026-07-10T22:17:36.475Z[ recovery-image] Jul 10 22:17:35.922 INFO O| Jul 10 22:17:35.922 INFO STEP 1001 (remove_files) COMPLETE
83602026-07-10T22:17:36.475Z[ recovery-image] Jul 10 22:17:35.922 INFO O| Jul 10 22:17:35.922 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-07-10T22:17:36.475Z[ recovery-image] Jul 10 22:17:35.928 INFO O| Jul 10 22:17:35.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83622026-07-10T22:17:36.475Z[ recovery-image] Jul 10 22:17:35.929 INFO O| Jul 10 22:17:35.928 INFO STEP 1002 (remove_files) COMPLETE
83632026-07-10T22:17:36.475Z[ recovery-image] Jul 10 22:17:35.929 INFO O| Jul 10 22:17:35.929 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-07-10T22:17:36.487Z[ recovery-image] Jul 10 22:17:35.935 INFO O| Jul 10 22:17:35.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83652026-07-10T22:17:36.487Z[ recovery-image] Jul 10 22:17:35.935 INFO O| Jul 10 22:17:35.935 INFO STEP 1003 (remove_files) COMPLETE
83662026-07-10T22:17:36.487Z[ recovery-image] Jul 10 22:17:35.935 INFO O| Jul 10 22:17:35.935 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-07-10T22:17:36.487Z[ recovery-image] Jul 10 22:17:35.942 INFO O| Jul 10 22:17:35.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83682026-07-10T22:17:36.487Z[ recovery-image] Jul 10 22:17:35.942 INFO O| Jul 10 22:17:35.942 INFO STEP 1004 (remove_files) COMPLETE
83692026-07-10T22:17:36.487Z[ recovery-image] Jul 10 22:17:35.942 INFO O| Jul 10 22:17:35.942 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-07-10T22:17:36.487Z[ recovery-image] Jul 10 22:17:35.949 INFO O| Jul 10 22:17:35.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83712026-07-10T22:17:36.487Z[ recovery-image] Jul 10 22:17:35.949 INFO O| Jul 10 22:17:35.949 INFO STEP 1005 (remove_files) COMPLETE
83722026-07-10T22:17:36.487Z[ recovery-image] Jul 10 22:17:35.949 INFO O| Jul 10 22:17:35.949 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-07-10T22:17:36.487Z[ recovery-image] Jul 10 22:17:35.955 INFO O| Jul 10 22:17:35.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83742026-07-10T22:17:36.487Z[ recovery-image] Jul 10 22:17:35.955 INFO O| Jul 10 22:17:35.955 INFO STEP 1006 (remove_files) COMPLETE
83752026-07-10T22:17:36.487Z[ recovery-image] Jul 10 22:17:35.955 INFO O| Jul 10 22:17:35.955 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-07-10T22:17:36.487Z[ recovery-image] Jul 10 22:17:35.961 INFO O| Jul 10 22:17:35.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83772026-07-10T22:17:36.488Z[ recovery-image] Jul 10 22:17:35.961 INFO O| Jul 10 22:17:35.961 INFO STEP 1007 (remove_files) COMPLETE
83782026-07-10T22:17:36.488Z[ recovery-image] Jul 10 22:17:35.961 INFO O| Jul 10 22:17:35.961 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-07-10T22:17:36.488Z[ recovery-image] Jul 10 22:17:35.968 INFO O| Jul 10 22:17:35.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83802026-07-10T22:17:36.488Z[ recovery-image] Jul 10 22:17:35.968 INFO O| Jul 10 22:17:35.968 INFO STEP 1008 (remove_files) COMPLETE
83812026-07-10T22:17:36.488Z[ recovery-image] Jul 10 22:17:35.968 INFO O| Jul 10 22:17:35.968 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-07-10T22:17:36.524Z[ recovery-image] Jul 10 22:17:35.974 INFO O| Jul 10 22:17:35.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83832026-07-10T22:17:36.544Z[ recovery-image] Jul 10 22:17:35.974 INFO O| Jul 10 22:17:35.974 INFO STEP 1009 (remove_files) COMPLETE
83842026-07-10T22:17:36.544Z[ recovery-image] Jul 10 22:17:35.974 INFO O| Jul 10 22:17:35.974 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-07-10T22:17:36.544Z[ recovery-image] Jul 10 22:17:35.980 INFO O| Jul 10 22:17:35.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83862026-07-10T22:17:36.544Z[ recovery-image] Jul 10 22:17:35.981 INFO O| Jul 10 22:17:35.981 INFO STEP 1010 (remove_files) COMPLETE
83872026-07-10T22:17:36.545Z[ recovery-image] Jul 10 22:17:35.981 INFO O| Jul 10 22:17:35.981 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-07-10T22:17:36.587Z[ recovery-image] Jul 10 22:17:35.988 INFO O| Jul 10 22:17:35.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83892026-07-10T22:17:36.587Z[ recovery-image] Jul 10 22:17:35.988 INFO O| Jul 10 22:17:35.988 INFO STEP 1011 (remove_files) COMPLETE
83902026-07-10T22:17:36.587Z[ recovery-image] Jul 10 22:17:35.988 INFO O| Jul 10 22:17:35.988 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-07-10T22:17:36.587Z[ recovery-image] Jul 10 22:17:35.994 INFO O| Jul 10 22:17:35.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83922026-07-10T22:17:36.587Z[ recovery-image] Jul 10 22:17:35.994 INFO O| Jul 10 22:17:35.994 INFO STEP 1012 (remove_files) COMPLETE
83932026-07-10T22:17:36.587Z[ recovery-image] Jul 10 22:17:35.994 INFO O| Jul 10 22:17:35.994 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-07-10T22:17:36.587Z[ recovery-image] Jul 10 22:17:36.000 INFO O| Jul 10 22:17:36.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83952026-07-10T22:17:36.587Z[ recovery-image] Jul 10 22:17:36.000 INFO O| Jul 10 22:17:36.000 INFO STEP 1013 (remove_files) COMPLETE
83962026-07-10T22:17:36.587Z[ recovery-image] Jul 10 22:17:36.000 INFO O| Jul 10 22:17:36.000 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-07-10T22:17:36.587Z[ recovery-image] Jul 10 22:17:36.007 INFO O| Jul 10 22:17:36.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83982026-07-10T22:17:36.587Z[ recovery-image] Jul 10 22:17:36.007 INFO O| Jul 10 22:17:36.007 INFO STEP 1014 (remove_files) COMPLETE
83992026-07-10T22:17:36.587Z[ recovery-image] Jul 10 22:17:36.007 INFO O| Jul 10 22:17:36.007 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-07-10T22:17:36.587Z[ recovery-image] Jul 10 22:17:36.015 INFO O| Jul 10 22:17:36.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
84012026-07-10T22:17:36.587Z[ recovery-image] Jul 10 22:17:36.015 INFO O| Jul 10 22:17:36.015 INFO STEP 1015 (remove_files) COMPLETE
84022026-07-10T22:17:36.587Z[ recovery-image] Jul 10 22:17:36.015 INFO O| Jul 10 22:17:36.015 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-07-10T22:17:36.588Z[ recovery-image] Jul 10 22:17:36.022 INFO O| Jul 10 22:17:36.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
84042026-07-10T22:17:36.588Z[ recovery-image] Jul 10 22:17:36.022 INFO O| Jul 10 22:17:36.022 INFO STEP 1016 (remove_files) COMPLETE
84052026-07-10T22:17:36.588Z[ recovery-image] Jul 10 22:17:36.022 INFO O| Jul 10 22:17:36.022 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-07-10T22:17:36.588Z[ recovery-image] Jul 10 22:17:36.029 INFO O| Jul 10 22:17:36.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
84072026-07-10T22:17:36.588Z[ recovery-image] Jul 10 22:17:36.029 INFO O| Jul 10 22:17:36.029 INFO STEP 1017 (remove_files) COMPLETE
84082026-07-10T22:17:36.588Z[ recovery-image] Jul 10 22:17:36.029 INFO O| Jul 10 22:17:36.029 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-07-10T22:17:36.600Z[ recovery-image] Jul 10 22:17:36.037 INFO O| Jul 10 22:17:36.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84102026-07-10T22:17:36.600Z[ recovery-image] Jul 10 22:17:36.037 INFO O| Jul 10 22:17:36.037 INFO STEP 1018 (remove_files) COMPLETE
84112026-07-10T22:17:36.600Z[ recovery-image] Jul 10 22:17:36.037 INFO O| Jul 10 22:17:36.037 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-07-10T22:17:36.600Z[ recovery-image] Jul 10 22:17:36.043 INFO O| Jul 10 22:17:36.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84132026-07-10T22:17:36.600Z[ recovery-image] Jul 10 22:17:36.043 INFO O| Jul 10 22:17:36.043 INFO STEP 1019 (remove_files) COMPLETE
84142026-07-10T22:17:36.600Z[ recovery-image] Jul 10 22:17:36.043 INFO O| Jul 10 22:17:36.043 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-07-10T22:17:36.600Z[ recovery-image] Jul 10 22:17:36.049 INFO O| Jul 10 22:17:36.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84162026-07-10T22:17:36.600Z[ recovery-image] Jul 10 22:17:36.049 INFO O| Jul 10 22:17:36.049 INFO STEP 1020 (remove_files) COMPLETE
84172026-07-10T22:17:36.600Z[ recovery-image] Jul 10 22:17:36.049 INFO O| Jul 10 22:17:36.049 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-07-10T22:17:36.600Z[ recovery-image] Jul 10 22:17:36.055 INFO O| Jul 10 22:17:36.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84192026-07-10T22:17:36.600Z[ recovery-image] Jul 10 22:17:36.055 INFO O| Jul 10 22:17:36.055 INFO STEP 1021 (remove_files) COMPLETE
84202026-07-10T22:17:36.600Z[ recovery-image] Jul 10 22:17:36.055 INFO O| Jul 10 22:17:36.055 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-07-10T22:17:36.600Z[ recovery-image] Jul 10 22:17:36.061 INFO O| Jul 10 22:17:36.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84222026-07-10T22:17:36.601Z[ recovery-image] Jul 10 22:17:36.061 INFO O| Jul 10 22:17:36.061 INFO STEP 1022 (remove_files) COMPLETE
84232026-07-10T22:17:36.601Z[ recovery-image] Jul 10 22:17:36.061 INFO O| Jul 10 22:17:36.061 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-07-10T22:17:36.603Z[ recovery-image] Jul 10 22:17:36.067 INFO O| Jul 10 22:17:36.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84252026-07-10T22:17:36.603Z[ recovery-image] Jul 10 22:17:36.067 INFO O| Jul 10 22:17:36.067 INFO STEP 1023 (remove_files) COMPLETE
84262026-07-10T22:17:36.603Z[ recovery-image] Jul 10 22:17:36.067 INFO O| Jul 10 22:17:36.067 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-07-10T22:17:36.603Z[ recovery-image] Jul 10 22:17:36.073 INFO O| Jul 10 22:17:36.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84282026-07-10T22:17:36.603Z[ recovery-image] Jul 10 22:17:36.073 INFO O| Jul 10 22:17:36.073 INFO STEP 1024 (remove_files) COMPLETE
84292026-07-10T22:17:36.603Z[ recovery-image] Jul 10 22:17:36.073 INFO O| Jul 10 22:17:36.073 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-07-10T22:17:36.611Z[ recovery-image] Jul 10 22:17:36.080 INFO O| Jul 10 22:17:36.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84312026-07-10T22:17:36.611Z[ recovery-image] Jul 10 22:17:36.080 INFO O| Jul 10 22:17:36.080 INFO STEP 1025 (remove_files) COMPLETE
84322026-07-10T22:17:36.611Z[ recovery-image] Jul 10 22:17:36.080 INFO O| Jul 10 22:17:36.080 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-07-10T22:17:36.611Z[ recovery-image] Jul 10 22:17:36.086 INFO O| Jul 10 22:17:36.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84342026-07-10T22:17:36.611Z[ recovery-image] Jul 10 22:17:36.086 INFO O| Jul 10 22:17:36.086 INFO STEP 1026 (remove_files) COMPLETE
84352026-07-10T22:17:36.611Z[ recovery-image] Jul 10 22:17:36.086 INFO O| Jul 10 22:17:36.086 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-07-10T22:17:36.611Z[ recovery-image] Jul 10 22:17:36.092 INFO O| Jul 10 22:17:36.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84372026-07-10T22:17:36.611Z[ recovery-image] Jul 10 22:17:36.092 INFO O| Jul 10 22:17:36.092 INFO STEP 1027 (remove_files) COMPLETE
84382026-07-10T22:17:36.611Z[ recovery-image] Jul 10 22:17:36.092 INFO O| Jul 10 22:17:36.092 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-07-10T22:17:36.617Z[ recovery-image] Jul 10 22:17:36.098 INFO O| Jul 10 22:17:36.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84402026-07-10T22:17:36.617Z[ recovery-image] Jul 10 22:17:36.098 INFO O| Jul 10 22:17:36.098 INFO STEP 1028 (remove_files) COMPLETE
84412026-07-10T22:17:36.617Z[ recovery-image] Jul 10 22:17:36.098 INFO O| Jul 10 22:17:36.098 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-07-10T22:17:36.622Z[ recovery-image] Jul 10 22:17:36.104 INFO O| Jul 10 22:17:36.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84432026-07-10T22:17:36.622Z[ recovery-image] Jul 10 22:17:36.104 INFO O| Jul 10 22:17:36.104 INFO STEP 1029 (remove_files) COMPLETE
84442026-07-10T22:17:36.631Z[ recovery-image] Jul 10 22:17:36.104 INFO O| Jul 10 22:17:36.104 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-07-10T22:17:36.631Z[ recovery-image] Jul 10 22:17:36.112 INFO O| Jul 10 22:17:36.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84462026-07-10T22:17:36.631Z[ recovery-image] Jul 10 22:17:36.112 INFO O| Jul 10 22:17:36.112 INFO STEP 1030 (remove_files) COMPLETE
84472026-07-10T22:17:36.631Z[ recovery-image] Jul 10 22:17:36.112 INFO O| Jul 10 22:17:36.112 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-07-10T22:17:36.637Z[ recovery-image] Jul 10 22:17:36.118 INFO O| Jul 10 22:17:36.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84492026-07-10T22:17:36.637Z[ recovery-image] Jul 10 22:17:36.118 INFO O| Jul 10 22:17:36.118 INFO STEP 1031 (remove_files) COMPLETE
84502026-07-10T22:17:36.637Z[ recovery-image] Jul 10 22:17:36.118 INFO O| Jul 10 22:17:36.118 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-07-10T22:17:36.643Z[ recovery-image] Jul 10 22:17:36.125 INFO O| Jul 10 22:17:36.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84522026-07-10T22:17:36.643Z[ recovery-image] Jul 10 22:17:36.125 INFO O| Jul 10 22:17:36.125 INFO STEP 1032 (remove_files) COMPLETE
84532026-07-10T22:17:36.647Z[ recovery-image] Jul 10 22:17:36.125 INFO O| Jul 10 22:17:36.125 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-07-10T22:17:36.649Z[ recovery-image] Jul 10 22:17:36.131 INFO O| Jul 10 22:17:36.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84552026-07-10T22:17:36.650Z[ recovery-image] Jul 10 22:17:36.131 INFO O| Jul 10 22:17:36.131 INFO STEP 1033 (remove_files) COMPLETE
84562026-07-10T22:17:36.652Z[ recovery-image] Jul 10 22:17:36.131 INFO O| Jul 10 22:17:36.131 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-07-10T22:17:36.656Z[ recovery-image] Jul 10 22:17:36.138 INFO O| Jul 10 22:17:36.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84582026-07-10T22:17:36.656Z[ recovery-image] Jul 10 22:17:36.138 INFO O| Jul 10 22:17:36.138 INFO STEP 1034 (remove_files) COMPLETE
84592026-07-10T22:17:36.659Z[ recovery-image] Jul 10 22:17:36.138 INFO O| Jul 10 22:17:36.138 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-07-10T22:17:36.663Z[ recovery-image] Jul 10 22:17:36.145 INFO O| Jul 10 22:17:36.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84612026-07-10T22:17:36.663Z[ recovery-image] Jul 10 22:17:36.145 INFO O| Jul 10 22:17:36.145 INFO STEP 1035 (remove_files) COMPLETE
84622026-07-10T22:17:36.666Z[ recovery-image] Jul 10 22:17:36.145 INFO O| Jul 10 22:17:36.145 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-07-10T22:17:36.669Z[ recovery-image] Jul 10 22:17:36.151 INFO O| Jul 10 22:17:36.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84642026-07-10T22:17:36.672Z[ recovery-image] Jul 10 22:17:36.151 INFO O| Jul 10 22:17:36.151 INFO STEP 1036 (remove_files) COMPLETE
84652026-07-10T22:17:36.672Z[ recovery-image] Jul 10 22:17:36.151 INFO O| Jul 10 22:17:36.151 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-07-10T22:17:36.676Z[ recovery-image] Jul 10 22:17:36.157 INFO O| Jul 10 22:17:36.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84672026-07-10T22:17:36.679Z[ recovery-image] Jul 10 22:17:36.157 INFO O| Jul 10 22:17:36.157 INFO STEP 1037 (remove_files) COMPLETE
84682026-07-10T22:17:36.679Z[ recovery-image] Jul 10 22:17:36.157 INFO O| Jul 10 22:17:36.157 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-07-10T22:17:36.682Z[ recovery-image] Jul 10 22:17:36.164 INFO O| Jul 10 22:17:36.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84702026-07-10T22:17:36.682Z[ recovery-image] Jul 10 22:17:36.164 INFO O| Jul 10 22:17:36.164 INFO STEP 1038 (remove_files) COMPLETE
84712026-07-10T22:17:36.682Z[ recovery-image] Jul 10 22:17:36.164 INFO O| Jul 10 22:17:36.164 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-07-10T22:17:36.691Z[ recovery-image] Jul 10 22:17:36.171 INFO O| Jul 10 22:17:36.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84732026-07-10T22:17:36.691Z[ recovery-image] Jul 10 22:17:36.171 INFO O| Jul 10 22:17:36.171 INFO STEP 1039 (remove_files) COMPLETE
84742026-07-10T22:17:36.694Z[ recovery-image] Jul 10 22:17:36.171 INFO O| Jul 10 22:17:36.171 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-07-10T22:17:36.698Z[ recovery-image] Jul 10 22:17:36.178 INFO O| Jul 10 22:17:36.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84762026-07-10T22:17:36.698Z[ recovery-image] Jul 10 22:17:36.178 INFO O| Jul 10 22:17:36.178 INFO STEP 1040 (remove_files) COMPLETE
84772026-07-10T22:17:36.698Z[ recovery-image] Jul 10 22:17:36.178 INFO O| Jul 10 22:17:36.178 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-07-10T22:17:36.702Z[ recovery-image] Jul 10 22:17:36.184 INFO O| Jul 10 22:17:36.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84792026-07-10T22:17:36.702Z[ recovery-image] Jul 10 22:17:36.184 INFO O| Jul 10 22:17:36.184 INFO STEP 1041 (remove_files) COMPLETE
84802026-07-10T22:17:36.702Z[ recovery-image] Jul 10 22:17:36.184 INFO O| Jul 10 22:17:36.184 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-07-10T22:17:36.708Z[ recovery-image] Jul 10 22:17:36.190 INFO O| Jul 10 22:17:36.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84822026-07-10T22:17:36.708Z[ recovery-image] Jul 10 22:17:36.190 INFO O| Jul 10 22:17:36.190 INFO STEP 1042 (remove_files) COMPLETE
84832026-07-10T22:17:36.712Z[ recovery-image] Jul 10 22:17:36.190 INFO O| Jul 10 22:17:36.190 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-07-10T22:17:36.715Z[ recovery-image] Jul 10 22:17:36.195 INFO O| Jul 10 22:17:36.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84852026-07-10T22:17:36.715Z[ recovery-image] Jul 10 22:17:36.195 INFO O| Jul 10 22:17:36.195 INFO STEP 1043 (remove_files) COMPLETE
84862026-07-10T22:17:36.715Z[ recovery-image] Jul 10 22:17:36.195 INFO O| Jul 10 22:17:36.195 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-07-10T22:17:36.719Z[ recovery-image] Jul 10 22:17:36.201 INFO O| Jul 10 22:17:36.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84882026-07-10T22:17:36.720Z[ recovery-image] Jul 10 22:17:36.201 INFO O| Jul 10 22:17:36.201 INFO STEP 1044 (remove_files) COMPLETE
84892026-07-10T22:17:36.720Z[ recovery-image] Jul 10 22:17:36.201 INFO O| Jul 10 22:17:36.201 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-07-10T22:17:36.725Z[ recovery-image] Jul 10 22:17:36.207 INFO O| Jul 10 22:17:36.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84912026-07-10T22:17:36.725Z[ recovery-image] Jul 10 22:17:36.207 INFO O| Jul 10 22:17:36.207 INFO STEP 1045 (remove_files) COMPLETE
84922026-07-10T22:17:36.725Z[ recovery-image] Jul 10 22:17:36.207 INFO O| Jul 10 22:17:36.207 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-07-10T22:17:36.731Z[ recovery-image] Jul 10 22:17:36.213 INFO O| Jul 10 22:17:36.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84942026-07-10T22:17:36.732Z[ recovery-image] Jul 10 22:17:36.213 INFO O| Jul 10 22:17:36.213 INFO STEP 1046 (remove_files) COMPLETE
84952026-07-10T22:17:36.735Z[ recovery-image] Jul 10 22:17:36.213 INFO O| Jul 10 22:17:36.213 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-07-10T22:17:36.738Z[ recovery-image] Jul 10 22:17:36.218 INFO O| Jul 10 22:17:36.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84972026-07-10T22:17:36.738Z[ recovery-image] Jul 10 22:17:36.218 INFO O| Jul 10 22:17:36.218 INFO STEP 1047 (remove_files) COMPLETE
84982026-07-10T22:17:36.738Z[ recovery-image] Jul 10 22:17:36.218 INFO O| Jul 10 22:17:36.218 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-07-10T22:17:36.745Z[ recovery-image] Jul 10 22:17:36.226 INFO O| Jul 10 22:17:36.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
85002026-07-10T22:17:36.748Z[ recovery-image] Jul 10 22:17:36.226 INFO O| Jul 10 22:17:36.226 INFO STEP 1048 (remove_files) COMPLETE
85012026-07-10T22:17:36.748Z[ recovery-image] Jul 10 22:17:36.226 INFO O| Jul 10 22:17:36.226 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-07-10T22:17:36.751Z[ recovery-image] Jul 10 22:17:36.232 INFO O| Jul 10 22:17:36.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
85032026-07-10T22:17:36.751Z[ recovery-image] Jul 10 22:17:36.232 INFO O| Jul 10 22:17:36.232 INFO STEP 1049 (remove_files) COMPLETE
85042026-07-10T22:17:36.751Z[ recovery-image] Jul 10 22:17:36.232 INFO O| Jul 10 22:17:36.232 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-07-10T22:17:36.755Z[ recovery-image] Jul 10 22:17:36.237 INFO O| Jul 10 22:17:36.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
85062026-07-10T22:17:36.756Z[ recovery-image] Jul 10 22:17:36.237 INFO O| Jul 10 22:17:36.237 INFO STEP 1050 (remove_files) COMPLETE
85072026-07-10T22:17:36.756Z[ recovery-image] Jul 10 22:17:36.237 INFO O| Jul 10 22:17:36.237 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-07-10T22:17:36.761Z[ recovery-image] Jul 10 22:17:36.242 INFO O| Jul 10 22:17:36.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85092026-07-10T22:17:36.761Z[ recovery-image] Jul 10 22:17:36.242 INFO O| Jul 10 22:17:36.242 INFO STEP 1051 (remove_files) COMPLETE
85102026-07-10T22:17:36.764Z[ recovery-image] Jul 10 22:17:36.242 INFO O| Jul 10 22:17:36.242 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-07-10T22:17:36.767Z[ recovery-image] Jul 10 22:17:36.248 INFO O| Jul 10 22:17:36.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85122026-07-10T22:17:36.767Z[ recovery-image] Jul 10 22:17:36.248 INFO O| Jul 10 22:17:36.248 INFO STEP 1052 (remove_files) COMPLETE
85132026-07-10T22:17:36.767Z[ recovery-image] Jul 10 22:17:36.248 INFO O| Jul 10 22:17:36.248 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-07-10T22:17:36.771Z[ recovery-image] Jul 10 22:17:36.253 INFO O| Jul 10 22:17:36.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85152026-07-10T22:17:36.771Z[ recovery-image] Jul 10 22:17:36.253 INFO O| Jul 10 22:17:36.253 INFO STEP 1053 (remove_files) COMPLETE
85162026-07-10T22:17:36.774Z[ recovery-image] Jul 10 22:17:36.253 INFO O| Jul 10 22:17:36.253 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-07-10T22:17:36.778Z[ recovery-image] Jul 10 22:17:36.258 INFO O| Jul 10 22:17:36.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85182026-07-10T22:17:36.778Z[ recovery-image] Jul 10 22:17:36.258 INFO O| Jul 10 22:17:36.258 INFO STEP 1054 (remove_files) COMPLETE
85192026-07-10T22:17:36.778Z[ recovery-image] Jul 10 22:17:36.258 INFO O| Jul 10 22:17:36.258 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-07-10T22:17:36.782Z[ recovery-image] Jul 10 22:17:36.264 INFO O| Jul 10 22:17:36.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85212026-07-10T22:17:36.782Z[ recovery-image] Jul 10 22:17:36.264 INFO O| Jul 10 22:17:36.264 INFO STEP 1055 (remove_files) COMPLETE
85222026-07-10T22:17:36.785Z[ recovery-image] Jul 10 22:17:36.264 INFO O| Jul 10 22:17:36.264 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-07-10T22:17:36.789Z[ recovery-image] Jul 10 22:17:36.271 INFO O| Jul 10 22:17:36.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85242026-07-10T22:17:36.789Z[ recovery-image] Jul 10 22:17:36.271 INFO O| Jul 10 22:17:36.271 INFO STEP 1056 (remove_files) COMPLETE
85252026-07-10T22:17:36.792Z[ recovery-image] Jul 10 22:17:36.271 INFO O| Jul 10 22:17:36.271 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-07-10T22:17:36.797Z[ recovery-image] Jul 10 22:17:36.278 INFO O| Jul 10 22:17:36.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85272026-07-10T22:17:36.797Z[ recovery-image] Jul 10 22:17:36.278 INFO O| Jul 10 22:17:36.278 INFO STEP 1057 (remove_files) COMPLETE
85282026-07-10T22:17:36.797Z[ recovery-image] Jul 10 22:17:36.278 INFO O| Jul 10 22:17:36.278 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-07-10T22:17:36.804Z[ recovery-image] Jul 10 22:17:36.285 INFO O| Jul 10 22:17:36.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85302026-07-10T22:17:36.804Z[ recovery-image] Jul 10 22:17:36.285 INFO O| Jul 10 22:17:36.285 INFO STEP 1058 (remove_files) COMPLETE
85312026-07-10T22:17:36.804Z[ recovery-image] Jul 10 22:17:36.285 INFO O| Jul 10 22:17:36.285 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-07-10T22:17:36.811Z[ recovery-image] Jul 10 22:17:36.292 INFO O| Jul 10 22:17:36.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85332026-07-10T22:17:36.811Z[ recovery-image] Jul 10 22:17:36.292 INFO O| Jul 10 22:17:36.292 INFO STEP 1059 (remove_files) COMPLETE
85342026-07-10T22:17:36.811Z[ recovery-image] Jul 10 22:17:36.292 INFO O| Jul 10 22:17:36.292 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-07-10T22:17:36.817Z[ recovery-image] Jul 10 22:17:36.298 INFO O| Jul 10 22:17:36.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85362026-07-10T22:17:36.817Z[ recovery-image] Jul 10 22:17:36.298 INFO O| Jul 10 22:17:36.298 INFO STEP 1060 (remove_files) COMPLETE
85372026-07-10T22:17:36.820Z[ recovery-image] Jul 10 22:17:36.298 INFO O| Jul 10 22:17:36.298 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-07-10T22:17:36.823Z[ recovery-image] Jul 10 22:17:36.304 INFO O| Jul 10 22:17:36.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85392026-07-10T22:17:36.823Z[ recovery-image] Jul 10 22:17:36.304 INFO O| Jul 10 22:17:36.304 INFO STEP 1061 (remove_files) COMPLETE
85402026-07-10T22:17:36.823Z[ recovery-image] Jul 10 22:17:36.304 INFO O| Jul 10 22:17:36.304 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-07-10T22:17:36.827Z[ recovery-image] Jul 10 22:17:36.309 INFO O| Jul 10 22:17:36.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85422026-07-10T22:17:36.828Z[ recovery-image] Jul 10 22:17:36.309 INFO O| Jul 10 22:17:36.309 INFO STEP 1062 (remove_files) COMPLETE
85432026-07-10T22:17:36.831Z[ recovery-image] Jul 10 22:17:36.309 INFO O| Jul 10 22:17:36.309 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-07-10T22:17:36.834Z[ recovery-image] Jul 10 22:17:36.315 INFO O| Jul 10 22:17:36.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85452026-07-10T22:17:36.834Z[ recovery-image] Jul 10 22:17:36.315 INFO O| Jul 10 22:17:36.315 INFO STEP 1063 (remove_files) COMPLETE
85462026-07-10T22:17:36.835Z[ recovery-image] Jul 10 22:17:36.315 INFO O| Jul 10 22:17:36.315 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-07-10T22:17:36.841Z[ recovery-image] Jul 10 22:17:36.322 INFO O| Jul 10 22:17:36.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85482026-07-10T22:17:36.841Z[ recovery-image] Jul 10 22:17:36.322 INFO O| Jul 10 22:17:36.322 INFO STEP 1064 (remove_files) COMPLETE
85492026-07-10T22:17:36.845Z[ recovery-image] Jul 10 22:17:36.322 INFO O| Jul 10 22:17:36.322 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-07-10T22:17:36.848Z[ recovery-image] Jul 10 22:17:36.328 INFO O| Jul 10 22:17:36.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85512026-07-10T22:17:36.848Z[ recovery-image] Jul 10 22:17:36.328 INFO O| Jul 10 22:17:36.328 INFO STEP 1065 (remove_files) COMPLETE
85522026-07-10T22:17:36.848Z[ recovery-image] Jul 10 22:17:36.328 INFO O| Jul 10 22:17:36.328 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-07-10T22:17:36.852Z[ recovery-image] Jul 10 22:17:36.333 INFO O| Jul 10 22:17:36.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85542026-07-10T22:17:36.855Z[ recovery-image] Jul 10 22:17:36.334 INFO O| Jul 10 22:17:36.334 INFO STEP 1066 (remove_files) COMPLETE
85552026-07-10T22:17:36.855Z[ recovery-image] Jul 10 22:17:36.334 INFO O| Jul 10 22:17:36.334 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-07-10T22:17:36.858Z[ recovery-image] Jul 10 22:17:36.340 INFO O| Jul 10 22:17:36.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85572026-07-10T22:17:36.858Z[ recovery-image] Jul 10 22:17:36.340 INFO O| Jul 10 22:17:36.340 INFO STEP 1067 (remove_files) COMPLETE
85582026-07-10T22:17:36.861Z[ recovery-image] Jul 10 22:17:36.340 INFO O| Jul 10 22:17:36.340 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-07-10T22:17:36.865Z[ recovery-image] Jul 10 22:17:36.345 INFO O| Jul 10 22:17:36.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85602026-07-10T22:17:36.865Z[ recovery-image] Jul 10 22:17:36.345 INFO O| Jul 10 22:17:36.345 INFO STEP 1068 (remove_files) COMPLETE
85612026-07-10T22:17:36.865Z[ recovery-image] Jul 10 22:17:36.345 INFO O| Jul 10 22:17:36.345 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-07-10T22:17:36.868Z[ recovery-image] Jul 10 22:17:36.350 INFO O| Jul 10 22:17:36.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85632026-07-10T22:17:36.868Z[ recovery-image] Jul 10 22:17:36.350 INFO O| Jul 10 22:17:36.350 INFO STEP 1069 (remove_files) COMPLETE
85642026-07-10T22:17:36.868Z[ recovery-image] Jul 10 22:17:36.350 INFO O| Jul 10 22:17:36.350 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-07-10T22:17:36.873Z[ recovery-image] Jul 10 22:17:36.355 INFO O| Jul 10 22:17:36.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85662026-07-10T22:17:36.873Z[ recovery-image] Jul 10 22:17:36.355 INFO O| Jul 10 22:17:36.355 INFO STEP 1070 (remove_files) COMPLETE
85672026-07-10T22:17:36.876Z[ recovery-image] Jul 10 22:17:36.355 INFO O| Jul 10 22:17:36.355 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-07-10T22:17:36.879Z[ recovery-image] Jul 10 22:17:36.360 INFO O| Jul 10 22:17:36.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85692026-07-10T22:17:36.879Z[ recovery-image] Jul 10 22:17:36.360 INFO O| Jul 10 22:17:36.360 INFO STEP 1071 (remove_files) COMPLETE
85702026-07-10T22:17:36.879Z[ recovery-image] Jul 10 22:17:36.360 INFO O| Jul 10 22:17:36.360 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-07-10T22:17:36.883Z[ recovery-image] Jul 10 22:17:36.365 INFO O| Jul 10 22:17:36.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85722026-07-10T22:17:36.883Z[ recovery-image] Jul 10 22:17:36.365 INFO O| Jul 10 22:17:36.365 INFO STEP 1072 (remove_files) COMPLETE
85732026-07-10T22:17:36.883Z[ recovery-image] Jul 10 22:17:36.365 INFO O| Jul 10 22:17:36.365 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-07-10T22:17:36.890Z[ recovery-image] Jul 10 22:17:36.370 INFO O| Jul 10 22:17:36.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85752026-07-10T22:17:36.890Z[ recovery-image] Jul 10 22:17:36.370 INFO O| Jul 10 22:17:36.370 INFO STEP 1073 (remove_files) COMPLETE
85762026-07-10T22:17:36.890Z[ recovery-image] Jul 10 22:17:36.370 INFO O| Jul 10 22:17:36.370 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-07-10T22:17:36.895Z[ recovery-image] Jul 10 22:17:36.376 INFO O| Jul 10 22:17:36.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85782026-07-10T22:17:36.895Z[ recovery-image] Jul 10 22:17:36.376 INFO O| Jul 10 22:17:36.376 INFO STEP 1074 (remove_files) COMPLETE
85792026-07-10T22:17:36.898Z[ recovery-image] Jul 10 22:17:36.376 INFO O| Jul 10 22:17:36.376 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-07-10T22:17:36.901Z[ recovery-image] Jul 10 22:17:36.383 INFO O| Jul 10 22:17:36.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85812026-07-10T22:17:36.901Z[ recovery-image] Jul 10 22:17:36.383 INFO O| Jul 10 22:17:36.383 INFO STEP 1075 (remove_files) COMPLETE
85822026-07-10T22:17:36.901Z[ recovery-image] Jul 10 22:17:36.383 INFO O| Jul 10 22:17:36.383 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-07-10T22:17:36.907Z[ recovery-image] Jul 10 22:17:36.389 INFO O| Jul 10 22:17:36.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85842026-07-10T22:17:36.908Z[ recovery-image] Jul 10 22:17:36.389 INFO O| Jul 10 22:17:36.389 INFO STEP 1076 (remove_files) COMPLETE
85852026-07-10T22:17:36.911Z[ recovery-image] Jul 10 22:17:36.389 INFO O| Jul 10 22:17:36.389 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-07-10T22:17:36.914Z[ recovery-image] Jul 10 22:17:36.395 INFO O| Jul 10 22:17:36.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85872026-07-10T22:17:36.914Z[ recovery-image] Jul 10 22:17:36.395 INFO O| Jul 10 22:17:36.395 INFO STEP 1077 (remove_files) COMPLETE
85882026-07-10T22:17:36.914Z[ recovery-image] Jul 10 22:17:36.395 INFO O| Jul 10 22:17:36.395 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-07-10T22:17:36.919Z[ recovery-image] Jul 10 22:17:36.400 INFO O| Jul 10 22:17:36.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85902026-07-10T22:17:36.919Z[ recovery-image] Jul 10 22:17:36.400 INFO O| Jul 10 22:17:36.400 INFO STEP 1078 (remove_files) COMPLETE
85912026-07-10T22:17:36.922Z[ recovery-image] Jul 10 22:17:36.400 INFO O| Jul 10 22:17:36.400 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-07-10T22:17:36.925Z[ recovery-image] Jul 10 22:17:36.406 INFO O| Jul 10 22:17:36.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85932026-07-10T22:17:36.925Z[ recovery-image] Jul 10 22:17:36.406 INFO O| Jul 10 22:17:36.406 INFO STEP 1079 (remove_files) COMPLETE
85942026-07-10T22:17:36.925Z[ recovery-image] Jul 10 22:17:36.406 INFO O| Jul 10 22:17:36.406 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-07-10T22:17:36.932Z[ recovery-image] Jul 10 22:17:36.413 INFO O| Jul 10 22:17:36.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85962026-07-10T22:17:36.932Z[ recovery-image] Jul 10 22:17:36.413 INFO O| Jul 10 22:17:36.413 INFO STEP 1080 (remove_files) COMPLETE
85972026-07-10T22:17:36.932Z[ recovery-image] Jul 10 22:17:36.413 INFO O| Jul 10 22:17:36.413 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-07-10T22:17:36.937Z[ recovery-image] Jul 10 22:17:36.419 INFO O| Jul 10 22:17:36.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85992026-07-10T22:17:36.937Z[ recovery-image] Jul 10 22:17:36.419 INFO O| Jul 10 22:17:36.419 INFO STEP 1081 (remove_files) COMPLETE
86002026-07-10T22:17:36.937Z[ recovery-image] Jul 10 22:17:36.419 INFO O| Jul 10 22:17:36.419 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-07-10T22:17:36.943Z[ recovery-image] Jul 10 22:17:36.424 INFO O| Jul 10 22:17:36.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
86022026-07-10T22:17:36.943Z[ recovery-image] Jul 10 22:17:36.424 INFO O| Jul 10 22:17:36.424 INFO STEP 1082 (remove_files) COMPLETE
86032026-07-10T22:17:36.943Z[ recovery-image] Jul 10 22:17:36.424 INFO O| Jul 10 22:17:36.424 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-07-10T22:17:36.948Z[ recovery-image] Jul 10 22:17:36.430 INFO O| Jul 10 22:17:36.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
86052026-07-10T22:17:36.948Z[ recovery-image] Jul 10 22:17:36.430 INFO O| Jul 10 22:17:36.430 INFO STEP 1083 (remove_files) COMPLETE
86062026-07-10T22:17:36.952Z[ recovery-image] Jul 10 22:17:36.430 INFO O| Jul 10 22:17:36.430 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-07-10T22:17:36.955Z[ recovery-image] Jul 10 22:17:36.435 INFO O| Jul 10 22:17:36.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
86082026-07-10T22:17:36.955Z[ recovery-image] Jul 10 22:17:36.435 INFO O| Jul 10 22:17:36.435 INFO STEP 1084 (remove_files) COMPLETE
86092026-07-10T22:17:36.955Z[ recovery-image] Jul 10 22:17:36.435 INFO O| Jul 10 22:17:36.435 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-07-10T22:17:36.958Z[ recovery-image] Jul 10 22:17:36.440 INFO O| Jul 10 22:17:36.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
86112026-07-10T22:17:36.961Z[ recovery-image] Jul 10 22:17:36.440 INFO O| Jul 10 22:17:36.440 INFO STEP 1085 (remove_files) COMPLETE
86122026-07-10T22:17:36.961Z[ recovery-image] Jul 10 22:17:36.440 INFO O| Jul 10 22:17:36.440 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-07-10T22:17:36.965Z[ recovery-image] Jul 10 22:17:36.447 INFO O| Jul 10 22:17:36.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86142026-07-10T22:17:36.965Z[ recovery-image] Jul 10 22:17:36.447 INFO O| Jul 10 22:17:36.447 INFO STEP 1086 (remove_files) COMPLETE
86152026-07-10T22:17:36.968Z[ recovery-image] Jul 10 22:17:36.447 INFO O| Jul 10 22:17:36.447 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-07-10T22:17:36.971Z[ recovery-image] Jul 10 22:17:36.452 INFO O| Jul 10 22:17:36.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86172026-07-10T22:17:36.971Z[ recovery-image] Jul 10 22:17:36.452 INFO O| Jul 10 22:17:36.452 INFO STEP 1087 (remove_files) COMPLETE
86182026-07-10T22:17:36.971Z[ recovery-image] Jul 10 22:17:36.452 INFO O| Jul 10 22:17:36.452 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-07-10T22:17:36.979Z[ recovery-image] Jul 10 22:17:36.458 INFO O| Jul 10 22:17:36.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86202026-07-10T22:17:36.982Z[ recovery-image] Jul 10 22:17:36.458 INFO O| Jul 10 22:17:36.458 INFO STEP 1088 (remove_files) COMPLETE
86212026-07-10T22:17:36.982Z[ recovery-image] Jul 10 22:17:36.458 INFO O| Jul 10 22:17:36.458 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-07-10T22:17:36.985Z[ recovery-image] Jul 10 22:17:36.464 INFO O| Jul 10 22:17:36.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86232026-07-10T22:17:36.985Z[ recovery-image] Jul 10 22:17:36.464 INFO O| Jul 10 22:17:36.464 INFO STEP 1089 (remove_files) COMPLETE
86242026-07-10T22:17:36.985Z[ recovery-image] Jul 10 22:17:36.464 INFO O| Jul 10 22:17:36.464 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-07-10T22:17:36.988Z[ recovery-image] Jul 10 22:17:36.469 INFO O| Jul 10 22:17:36.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86262026-07-10T22:17:36.988Z[ recovery-image] Jul 10 22:17:36.469 INFO O| Jul 10 22:17:36.469 INFO STEP 1090 (remove_files) COMPLETE
86272026-07-10T22:17:36.988Z[ recovery-image] Jul 10 22:17:36.469 INFO O| Jul 10 22:17:36.469 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-07-10T22:17:36.993Z[ recovery-image] Jul 10 22:17:36.474 INFO O| Jul 10 22:17:36.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86292026-07-10T22:17:36.993Z[ recovery-image] Jul 10 22:17:36.474 INFO O| Jul 10 22:17:36.474 INFO STEP 1091 (remove_files) COMPLETE
86302026-07-10T22:17:36.993Z[ recovery-image] Jul 10 22:17:36.474 INFO O| Jul 10 22:17:36.474 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-07-10T22:17:36.998Z[ recovery-image] Jul 10 22:17:36.480 INFO O| Jul 10 22:17:36.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86322026-07-10T22:17:36.998Z[ recovery-image] Jul 10 22:17:36.480 INFO O| Jul 10 22:17:36.480 INFO STEP 1092 (remove_files) COMPLETE
86332026-07-10T22:17:37.002Z[ recovery-image] Jul 10 22:17:36.480 INFO O| Jul 10 22:17:36.480 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-07-10T22:17:37.006Z[ recovery-image] Jul 10 22:17:36.485 INFO O| Jul 10 22:17:36.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86352026-07-10T22:17:37.006Z[ recovery-image] Jul 10 22:17:36.485 INFO O| Jul 10 22:17:36.485 INFO STEP 1093 (remove_files) COMPLETE
86362026-07-10T22:17:37.006Z[ recovery-image] Jul 10 22:17:36.485 INFO O| Jul 10 22:17:36.485 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-07-10T22:17:37.009Z[ recovery-image] Jul 10 22:17:36.491 INFO O| Jul 10 22:17:36.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86382026-07-10T22:17:37.009Z[ recovery-image] Jul 10 22:17:36.491 INFO O| Jul 10 22:17:36.491 INFO STEP 1094 (remove_files) COMPLETE
86392026-07-10T22:17:37.012Z[ recovery-image] Jul 10 22:17:36.491 INFO O| Jul 10 22:17:36.491 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-07-10T22:17:37.016Z[ recovery-image] Jul 10 22:17:36.498 INFO O| Jul 10 22:17:36.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86412026-07-10T22:17:37.019Z[ recovery-image] Jul 10 22:17:36.498 INFO O| Jul 10 22:17:36.498 INFO STEP 1095 (remove_files) COMPLETE
86422026-07-10T22:17:37.019Z[ recovery-image] Jul 10 22:17:36.498 INFO O| Jul 10 22:17:36.498 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-07-10T22:17:37.022Z[ recovery-image] Jul 10 22:17:36.503 INFO O| Jul 10 22:17:36.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86442026-07-10T22:17:37.022Z[ recovery-image] Jul 10 22:17:36.503 INFO O| Jul 10 22:17:36.503 INFO STEP 1096 (remove_files) COMPLETE
86452026-07-10T22:17:37.022Z[ recovery-image] Jul 10 22:17:36.503 INFO O| Jul 10 22:17:36.503 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-07-10T22:17:37.027Z[ recovery-image] Jul 10 22:17:36.509 INFO O| Jul 10 22:17:36.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86472026-07-10T22:17:37.027Z[ recovery-image] Jul 10 22:17:36.509 INFO O| Jul 10 22:17:36.509 INFO STEP 1097 (remove_files) COMPLETE
86482026-07-10T22:17:37.031Z[ recovery-image] Jul 10 22:17:36.509 INFO O| Jul 10 22:17:36.509 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-07-10T22:17:37.034Z[ recovery-image] Jul 10 22:17:36.514 INFO O| Jul 10 22:17:36.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86502026-07-10T22:17:37.034Z[ recovery-image] Jul 10 22:17:36.514 INFO O| Jul 10 22:17:36.514 INFO STEP 1098 (remove_files) COMPLETE
86512026-07-10T22:17:37.034Z[ recovery-image] Jul 10 22:17:36.514 INFO O| Jul 10 22:17:36.514 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-07-10T22:17:37.038Z[ recovery-image] Jul 10 22:17:36.520 INFO O| Jul 10 22:17:36.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86532026-07-10T22:17:37.042Z[ recovery-image] Jul 10 22:17:36.520 INFO O| Jul 10 22:17:36.520 INFO STEP 1099 (remove_files) COMPLETE
86542026-07-10T22:17:37.042Z[ recovery-image] Jul 10 22:17:36.520 INFO O| Jul 10 22:17:36.520 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-07-10T22:17:37.046Z[ recovery-image] Jul 10 22:17:36.525 INFO O| Jul 10 22:17:36.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86562026-07-10T22:17:37.046Z[ recovery-image] Jul 10 22:17:36.525 INFO O| Jul 10 22:17:36.525 INFO STEP 1100 (remove_files) COMPLETE
86572026-07-10T22:17:37.046Z[ recovery-image] Jul 10 22:17:36.525 INFO O| Jul 10 22:17:36.525 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-07-10T22:17:37.132Z[ recovery-image] Jul 10 22:17:36.532 INFO O| Jul 10 22:17:36.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86592026-07-10T22:17:37.133Z[ recovery-image] Jul 10 22:17:36.532 INFO O| Jul 10 22:17:36.532 INFO STEP 1101 (remove_files) COMPLETE
86602026-07-10T22:17:37.133Z[ recovery-image] Jul 10 22:17:36.532 INFO O| Jul 10 22:17:36.532 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86612026-07-10T22:17:37.133Z[ recovery-image] Jul 10 22:17:36.537 INFO O| Jul 10 22:17:36.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86622026-07-10T22:17:37.134Z[ recovery-image] Jul 10 22:17:36.537 INFO O| Jul 10 22:17:36.537 INFO STEP 1102 (remove_files) COMPLETE
86632026-07-10T22:17:37.134Z[ recovery-image] Jul 10 22:17:36.537 INFO O| Jul 10 22:17:36.537 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86642026-07-10T22:17:37.134Z[ recovery-image] Jul 10 22:17:36.542 INFO O| Jul 10 22:17:36.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86652026-07-10T22:17:37.134Z[ recovery-image] Jul 10 22:17:36.542 INFO O| Jul 10 22:17:36.542 INFO STEP 1103 (remove_files) COMPLETE
86662026-07-10T22:17:37.134Z[ recovery-image] Jul 10 22:17:36.542 INFO O| Jul 10 22:17:36.542 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86672026-07-10T22:17:37.134Z[ recovery-image] Jul 10 22:17:36.547 INFO O| Jul 10 22:17:36.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86682026-07-10T22:17:37.134Z[ recovery-image] Jul 10 22:17:36.547 INFO O| Jul 10 22:17:36.547 INFO STEP 1104 (remove_files) COMPLETE
86692026-07-10T22:17:37.134Z[ recovery-image] Jul 10 22:17:36.547 INFO O| Jul 10 22:17:36.547 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86702026-07-10T22:17:37.134Z[ recovery-image] Jul 10 22:17:36.553 INFO O| Jul 10 22:17:36.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86712026-07-10T22:17:37.134Z[ recovery-image] Jul 10 22:17:36.553 INFO O| Jul 10 22:17:36.553 INFO STEP 1105 (remove_files) COMPLETE
86722026-07-10T22:17:37.134Z[ recovery-image] Jul 10 22:17:36.553 INFO O| Jul 10 22:17:36.553 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86732026-07-10T22:17:37.134Z[ recovery-image] Jul 10 22:17:36.558 INFO O| Jul 10 22:17:36.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86742026-07-10T22:17:37.134Z[ recovery-image] Jul 10 22:17:36.558 INFO O| Jul 10 22:17:36.558 INFO STEP 1106 (remove_files) COMPLETE
86752026-07-10T22:17:37.134Z[ recovery-image] Jul 10 22:17:36.558 INFO O| Jul 10 22:17:36.558 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86762026-07-10T22:17:37.134Z[ recovery-image] Jul 10 22:17:36.563 INFO O| Jul 10 22:17:36.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86772026-07-10T22:17:37.135Z[ recovery-image] Jul 10 22:17:36.563 INFO O| Jul 10 22:17:36.563 INFO STEP 1107 (remove_files) COMPLETE
86782026-07-10T22:17:37.135Z[ recovery-image] Jul 10 22:17:36.563 INFO O| Jul 10 22:17:36.563 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86792026-07-10T22:17:37.135Z[ recovery-image] Jul 10 22:17:36.569 INFO O| Jul 10 22:17:36.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86802026-07-10T22:17:37.135Z[ recovery-image] Jul 10 22:17:36.569 INFO O| Jul 10 22:17:36.569 INFO STEP 1108 (remove_files) COMPLETE
86812026-07-10T22:17:37.135Z[ recovery-image] Jul 10 22:17:36.569 INFO O| Jul 10 22:17:36.569 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86822026-07-10T22:17:37.135Z[ recovery-image] Jul 10 22:17:36.574 INFO O| Jul 10 22:17:36.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86832026-07-10T22:17:37.135Z[ recovery-image] Jul 10 22:17:36.574 INFO O| Jul 10 22:17:36.574 INFO STEP 1109 (remove_files) COMPLETE
86842026-07-10T22:17:37.135Z[ recovery-image] Jul 10 22:17:36.574 INFO O| Jul 10 22:17:36.574 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86852026-07-10T22:17:37.135Z[ recovery-image] Jul 10 22:17:36.579 INFO O| Jul 10 22:17:36.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86862026-07-10T22:17:37.135Z[ recovery-image] Jul 10 22:17:36.579 INFO O| Jul 10 22:17:36.579 INFO STEP 1110 (remove_files) COMPLETE
86872026-07-10T22:17:37.135Z[ recovery-image] Jul 10 22:17:36.579 INFO O| Jul 10 22:17:36.579 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86882026-07-10T22:17:37.136Z[ recovery-image] Jul 10 22:17:36.584 INFO O| Jul 10 22:17:36.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86892026-07-10T22:17:37.136Z[ recovery-image] Jul 10 22:17:36.584 INFO O| Jul 10 22:17:36.584 INFO STEP 1111 (remove_files) COMPLETE
86902026-07-10T22:17:37.136Z[ recovery-image] Jul 10 22:17:36.584 INFO O| Jul 10 22:17:36.584 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86912026-07-10T22:17:37.137Z[ recovery-image] Jul 10 22:17:36.591 INFO O| Jul 10 22:17:36.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86922026-07-10T22:17:37.137Z[ recovery-image] Jul 10 22:17:36.591 INFO O| Jul 10 22:17:36.591 INFO STEP 1112 (remove_files) COMPLETE
86932026-07-10T22:17:37.137Z[ recovery-image] Jul 10 22:17:36.591 INFO O| Jul 10 22:17:36.591 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86942026-07-10T22:17:37.137Z[ recovery-image] Jul 10 22:17:36.596 INFO O| Jul 10 22:17:36.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86952026-07-10T22:17:37.137Z[ recovery-image] Jul 10 22:17:36.596 INFO O| Jul 10 22:17:36.596 INFO STEP 1113 (remove_files) COMPLETE
86962026-07-10T22:17:37.137Z[ recovery-image] Jul 10 22:17:36.596 INFO O| Jul 10 22:17:36.596 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86972026-07-10T22:17:37.137Z[ recovery-image] Jul 10 22:17:36.602 INFO O| Jul 10 22:17:36.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86982026-07-10T22:17:37.137Z[ recovery-image] Jul 10 22:17:36.602 INFO O| Jul 10 22:17:36.602 INFO STEP 1114 (remove_files) COMPLETE
86992026-07-10T22:17:37.138Z[ recovery-image] Jul 10 22:17:36.602 INFO O| Jul 10 22:17:36.602 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87002026-07-10T22:17:37.138Z[ recovery-image] Jul 10 22:17:36.607 INFO O| Jul 10 22:17:36.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
87012026-07-10T22:17:37.138Z[ recovery-image] Jul 10 22:17:36.607 INFO O| Jul 10 22:17:36.607 INFO STEP 1115 (remove_files) COMPLETE
87022026-07-10T22:17:37.138Z[ recovery-image] Jul 10 22:17:36.607 INFO O| Jul 10 22:17:36.607 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87032026-07-10T22:17:37.141Z[ recovery-image] Jul 10 22:17:36.615 INFO O| Jul 10 22:17:36.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
87042026-07-10T22:17:37.142Z[ recovery-image] Jul 10 22:17:36.615 INFO O| Jul 10 22:17:36.615 INFO STEP 1116 (remove_files) COMPLETE
87052026-07-10T22:17:37.142Z[ recovery-image] Jul 10 22:17:36.615 INFO O| Jul 10 22:17:36.615 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87062026-07-10T22:17:37.142Z[ recovery-image] Jul 10 22:17:36.621 INFO O| Jul 10 22:17:36.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
87072026-07-10T22:17:37.142Z[ recovery-image] Jul 10 22:17:36.621 INFO O| Jul 10 22:17:36.621 INFO STEP 1117 (remove_files) COMPLETE
87082026-07-10T22:17:37.142Z[ recovery-image] Jul 10 22:17:36.621 INFO O| Jul 10 22:17:36.621 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87092026-07-10T22:17:37.145Z[ recovery-image] Jul 10 22:17:36.627 INFO O| Jul 10 22:17:36.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
87102026-07-10T22:17:37.149Z[ recovery-image] Jul 10 22:17:36.627 INFO O| Jul 10 22:17:36.627 INFO STEP 1118 (remove_files) COMPLETE
87112026-07-10T22:17:37.149Z[ recovery-image] Jul 10 22:17:36.627 INFO O| Jul 10 22:17:36.627 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87122026-07-10T22:17:37.153Z[ recovery-image] Jul 10 22:17:36.634 INFO O| Jul 10 22:17:36.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87132026-07-10T22:17:37.153Z[ recovery-image] Jul 10 22:17:36.634 INFO O| Jul 10 22:17:36.634 INFO STEP 1119 (remove_files) COMPLETE
87142026-07-10T22:17:37.157Z[ recovery-image] Jul 10 22:17:36.634 INFO O| Jul 10 22:17:36.634 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87152026-07-10T22:17:37.160Z[ recovery-image] Jul 10 22:17:36.639 INFO O| Jul 10 22:17:36.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87162026-07-10T22:17:37.160Z[ recovery-image] Jul 10 22:17:36.639 INFO O| Jul 10 22:17:36.639 INFO STEP 1120 (remove_files) COMPLETE
87172026-07-10T22:17:37.160Z[ recovery-image] Jul 10 22:17:36.639 INFO O| Jul 10 22:17:36.639 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87182026-07-10T22:17:37.164Z[ recovery-image] Jul 10 22:17:36.644 INFO O| Jul 10 22:17:36.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87192026-07-10T22:17:37.164Z[ recovery-image] Jul 10 22:17:36.645 INFO O| Jul 10 22:17:36.645 INFO STEP 1121 (remove_files) COMPLETE
87202026-07-10T22:17:37.164Z[ recovery-image] Jul 10 22:17:36.645 INFO O| Jul 10 22:17:36.645 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87212026-07-10T22:17:37.169Z[ recovery-image] Jul 10 22:17:36.649 INFO O| Jul 10 22:17:36.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87222026-07-10T22:17:37.172Z[ recovery-image] Jul 10 22:17:36.649 INFO O| Jul 10 22:17:36.649 INFO STEP 1122 (remove_files) COMPLETE
87232026-07-10T22:17:37.172Z[ recovery-image] Jul 10 22:17:36.649 INFO O| Jul 10 22:17:36.649 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87242026-07-10T22:17:37.175Z[ recovery-image] Jul 10 22:17:36.654 INFO O| Jul 10 22:17:36.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87252026-07-10T22:17:37.175Z[ recovery-image] Jul 10 22:17:36.654 INFO O| Jul 10 22:17:36.654 INFO STEP 1123 (remove_files) COMPLETE
87262026-07-10T22:17:37.176Z[ recovery-image] Jul 10 22:17:36.654 INFO O| Jul 10 22:17:36.654 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87272026-07-10T22:17:37.180Z[ recovery-image] Jul 10 22:17:36.662 INFO O| Jul 10 22:17:36.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87282026-07-10T22:17:37.180Z[ recovery-image] Jul 10 22:17:36.662 INFO O| Jul 10 22:17:36.662 INFO STEP 1124 (remove_files) COMPLETE
87292026-07-10T22:17:37.183Z[ recovery-image] Jul 10 22:17:36.662 INFO O| Jul 10 22:17:36.662 INFO STEP 1125: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87302026-07-10T22:17:37.191Z[ recovery-image] Jul 10 22:17:36.671 INFO O| Jul 10 22:17:36.671 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87312026-07-10T22:17:37.191Z[ recovery-image] Jul 10 22:17:36.671 INFO O| Jul 10 22:17:36.671 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87322026-07-10T22:17:37.749Z[ recovery-image] Jul 10 22:17:37.229 INFO O| Jul 10 22:17:37.229 INFO STEP 1125 (pack_tar) COMPLETE
87332026-07-10T22:17:37.749Z[ recovery-image] Jul 10 22:17:37.229 INFO O| Jul 10 22:17:37.229 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87342026-07-10T22:17:37.749Z[ recovery-image] Jul 10 22:17:37.229 INFO O| Jul 10 22:17:37.229 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87352026-07-10T22:17:38.567Z[ recovery-image] Jul 10 22:17:38.049 INFO O| Jul 10 22:17:38.049 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87362026-07-10T22:17:38.660Z[ recovery-image] Jul 10 22:17:38.141 INFO O| Jul 10 22:17:38.141 INFO completed processing sled/ramdisk-03-recovery-trim
87372026-07-10T22:17:38.669Z[ recovery-image] Jul 10 22:17:38.144 INFO image builder template: zfs-recovery...
87382026-07-10T22:17:38.669Z[ recovery-image] Jul 10 22:17:38.144 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpK6rNYa/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@21.0.0.0", "-F", "optever=0.41.492", "-n", "zfs-recovery"], pwd: None
87392026-07-10T22:17:38.686Z[ recovery-image] Jul 10 22:17:38.167 INFO O| Jul 10 22:17:38.167 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87402026-07-10T22:17:38.697Z[ recovery-image] Jul 10 22:17:38.170 INFO O| Jul 10 22:17:38.170 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87412026-07-10T22:17:38.767Z[ recovery-image] Jul 10 22:17:38.248 INFO O| Jul 10 22:17:38.248 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87422026-07-10T22:17:38.810Z[ recovery-image] Jul 10 22:17:38.291 INFO O| Jul 10 22:17:38.291 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87432026-07-10T22:17:38.810Z[ recovery-image] Jul 10 22:17:38.291 INFO O| Jul 10 22:17:38.291 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87442026-07-10T22:17:38.820Z[ recovery-image] Jul 10 22:17:38.294 INFO O| Jul 10 22:17:38.294 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87452026-07-10T22:17:38.888Z[ recovery-image] Jul 10 22:17:38.369 INFO O| Jul 10 22:17:38.369 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87462026-07-10T22:17:38.949Z[ recovery-image] Jul 10 22:17:38.430 INFO O| Jul 10 22:17:38.430 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87472026-07-10T22:17:38.957Z[ recovery-image] Jul 10 22:17:38.436 INFO O| Jul 10 22:17:38.436 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87482026-07-10T22:17:38.966Z[ recovery-image] Jul 10 22:17:38.441 INFO O| Jul 10 22:17:38.441 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87492026-07-10T22:17:38.966Z[ recovery-image] Jul 10 22:17:38.442 INFO O| Jul 10 22:17:38.442 INFO no lofi found
87502026-07-10T22:17:38.966Z[ recovery-image] Jul 10 22:17:38.442 INFO O| Jul 10 22:17:38.442 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87512026-07-10T22:17:38.966Z[ recovery-image] Jul 10 22:17:38.442 INFO O| Jul 10 22:17:38.442 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87522026-07-10T22:17:40.520Z[ recovery-image] Jul 10 22:17:40.001 INFO O| Jul 10 22:17:40.001 INFO lofi device = /dev/dsk/c2t1d0p0
87532026-07-10T22:17:40.520Z[ recovery-image] Jul 10 22:17:40.001 INFO O| Jul 10 22:17:40.001 INFO pool device = /dev/dsk/c2t1d0p0
87542026-07-10T22:17:40.529Z[ recovery-image] Jul 10 22:17:40.001 INFO O| Jul 10 22:17:40.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"]
87552026-07-10T22:17:40.580Z[ recovery-image] Jul 10 22:17:40.061 INFO O| Jul 10 22:17:40.061 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87562026-07-10T22:17:40.580Z[ recovery-image] Jul 10 22:17:40.061 INFO O| Jul 10 22:17:40.061 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87572026-07-10T22:17:40.593Z[ recovery-image] Jul 10 22:17:40.075 INFO O| Jul 10 22:17:40.075 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87582026-07-10T22:17:40.640Z[ recovery-image] Jul 10 22:17:40.122 INFO O| Jul 10 22:17:40.122 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87592026-07-10T22:17:40.666Z[ recovery-image] Jul 10 22:17:40.146 INFO O| Jul 10 22:17:40.146 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87602026-07-10T22:17:40.677Z[ recovery-image] Jul 10 22:17:40.157 INFO O| Jul 10 22:17:40.157 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87612026-07-10T22:17:40.693Z[ recovery-image] Jul 10 22:17:40.165 INFO O| Jul 10 22:17:40.165 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87622026-07-10T22:17:40.713Z[ recovery-image] Jul 10 22:17:40.194 INFO O| Jul 10 22:17:40.194 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87632026-07-10T22:17:40.722Z[ recovery-image] Jul 10 22:17:40.194 INFO O| Jul 10 22:17:40.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87642026-07-10T22:17:40.722Z[ recovery-image] Jul 10 22:17:40.194 INFO O| Jul 10 22:17:40.194 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87652026-07-10T22:17:40.722Z[ recovery-image] Jul 10 22:17:40.203 INFO O| Jul 10 22:17:40.203 INFO boot environment UUID: 699c5600-c55b-442c-909c-568c93e86f18
87662026-07-10T22:17:40.722Z[ recovery-image] Jul 10 22:17:40.203 INFO O| Jul 10 22:17:40.203 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 699c5600-c55b-442c-909c-568c93e86f18
87672026-07-10T22:17:40.729Z[ recovery-image] Jul 10 22:17:40.209 INFO O| Jul 10 22:17:40.209 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87682026-07-10T22:17:40.738Z[ recovery-image] Jul 10 22:17:40.216 INFO O| Jul 10 22:17:40.216 INFO STEP 0 (create_be) COMPLETE
87692026-07-10T22:17:40.738Z[ recovery-image] Jul 10 22:17:40.216 INFO O| Jul 10 22:17:40.216 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87702026-07-10T22:17:40.747Z[ recovery-image] Jul 10 22:17:40.226 INFO O| Jul 10 22:17:40.226 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"]
87712026-07-10T22:17:47.085Z[ recovery-image] Jul 10 22:17:42.604 INFO O| Jul 10 22:17:42.604 INFO STEP 1 (unpack_tar) COMPLETE
87722026-07-10T22:17:47.085Z[ recovery-image] Jul 10 22:17:42.604 INFO O| Jul 10 22:17:42.604 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87732026-07-10T22:17:47.110Z[ recovery-image] Jul 10 22:17:42.611 INFO O| Jul 10 22:17:42.611 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87742026-07-10T22:17:47.110Z[ recovery-image] Jul 10 22:17:42.928 INFO O| Jul 10 22:17:42.928 INFO STEP 2 (devfsadm) COMPLETE
87752026-07-10T22:17:47.110Z[ recovery-image] Jul 10 22:17:42.928 INFO O| Jul 10 22:17:42.928 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762026-07-10T22:17:47.110Z[ recovery-image] Jul 10 22:17:42.935 INFO O| Jul 10 22:17:42.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87772026-07-10T22:17:47.110Z[ recovery-image] Jul 10 22:17:42.935 INFO O| Jul 10 22:17:42.935 INFO STEP 3 (ensure_dir) COMPLETE
87782026-07-10T22:17:47.110Z[ recovery-image] Jul 10 22:17:42.935 INFO O| Jul 10 22:17:42.935 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792026-07-10T22:17:47.110Z[ recovery-image] Jul 10 22:17:42.942 INFO O| Jul 10 22:17:42.942 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87802026-07-10T22:17:47.110Z[ recovery-image] Jul 10 22:17:42.942 INFO O| Jul 10 22:17:42.942 INFO STEP 4 (ensure_dir) COMPLETE
87812026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.942 INFO O| Jul 10 22:17:42.942 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87822026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.948 INFO O| Jul 10 22:17:42.948 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87832026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.948 INFO O| Jul 10 22:17:42.948 INFO STEP 5 (ensure_dir) COMPLETE
87842026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.948 INFO O| Jul 10 22:17:42.948 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.954 INFO O| Jul 10 22:17:42.954 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87862026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.954 INFO O| Jul 10 22:17:42.954 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87872026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.954 INFO O| Jul 10 22:17:42.954 INFO STEP 6 (ensure_dir) COMPLETE
87882026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.954 INFO O| Jul 10 22:17:42.954 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87892026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.960 INFO O| Jul 10 22:17:42.960 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87902026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.960 INFO O| Jul 10 22:17:42.960 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87912026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.960 INFO O| Jul 10 22:17:42.960 INFO STEP 7 (ensure_dir) COMPLETE
87922026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.960 INFO O| Jul 10 22:17:42.960 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87932026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.967 INFO O| Jul 10 22:17:42.967 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87942026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.967 INFO O| Jul 10 22:17:42.967 INFO STEP 8 (remove_files) COMPLETE
87952026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.967 INFO O| Jul 10 22:17:42.967 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87962026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.973 INFO O| Jul 10 22:17:42.973 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87972026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.974 INFO O| Jul 10 22:17:42.974 INFO STEP 9 (remove_files) COMPLETE
87982026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.974 INFO O| Jul 10 22:17:42.974 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87992026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.980 INFO O| Jul 10 22:17:42.980 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88002026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.981 INFO O| Jul 10 22:17:42.981 INFO STEP 10 (remove_files) COMPLETE
88012026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.981 INFO O| Jul 10 22:17:42.981 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88022026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.987 INFO O| Jul 10 22:17:42.987 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88032026-07-10T22:17:47.111Z[ recovery-image] Jul 10 22:17:42.987 INFO O| Jul 10 22:17:42.987 INFO STEP 11 (remove_files) COMPLETE
88042026-07-10T22:17:47.112Z[ recovery-image] Jul 10 22:17:42.987 INFO O| Jul 10 22:17:42.987 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88052026-07-10T22:17:47.112Z[ recovery-image] Jul 10 22:17:42.993 INFO O| Jul 10 22:17:42.993 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88062026-07-10T22:17:47.112Z[ recovery-image] Jul 10 22:17:42.993 INFO O| Jul 10 22:17:42.993 INFO STEP 12 (remove_files) COMPLETE
88072026-07-10T22:17:47.112Z[ recovery-image] Jul 10 22:17:42.993 INFO O| Jul 10 22:17:42.993 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88082026-07-10T22:17:47.112Z[ recovery-image] Jul 10 22:17:42.999 INFO O| Jul 10 22:17:42.999 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88092026-07-10T22:17:47.112Z[ recovery-image] Jul 10 22:17:42.999 INFO O| Jul 10 22:17:42.999 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88102026-07-10T22:17:47.112Z[ recovery-image] Jul 10 22:17:42.999 INFO O| Jul 10 22:17:42.999 INFO STEP 13 (ensure_dir) COMPLETE
88112026-07-10T22:17:47.112Z[ recovery-image] Jul 10 22:17:42.999 INFO O| Jul 10 22:17:42.999 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88122026-07-10T22:17:47.112Z[ recovery-image] Jul 10 22:17:43.006 INFO O| Jul 10 22:17:43.006 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88132026-07-10T22:17:47.112Z[ recovery-image] Jul 10 22:17:43.006 INFO O| Jul 10 22:17:43.006 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88142026-07-10T22:17:47.112Z[ recovery-image] Jul 10 22:17:43.006 INFO O| Jul 10 22:17:43.006 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88152026-07-10T22:17:47.112Z[ recovery-image] Jul 10 22:17:43.006 INFO O| Jul 10 22:17:43.006 INFO STEP 14 (ensure_dir) COMPLETE
88162026-07-10T22:17:47.112Z[ recovery-image] Jul 10 22:17:43.006 INFO O| Jul 10 22:17:43.006 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88172026-07-10T22:17:47.112Z[ recovery-image] Jul 10 22:17:43.013 INFO O| Jul 10 22:17:43.013 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88182026-07-10T22:17:47.112Z[ recovery-image] Jul 10 22:17:43.013 INFO O| Jul 10 22:17:43.013 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88192026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.013 INFO O| Jul 10 22:17:43.013 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88202026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.013 INFO O| Jul 10 22:17:43.013 INFO STEP 15 (ensure_dir) COMPLETE
88212026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.013 INFO O| Jul 10 22:17:43.013 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88222026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.019 INFO O| Jul 10 22:17:43.019 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88232026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.019 INFO O| Jul 10 22:17:43.019 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88242026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.019 INFO O| Jul 10 22:17:43.019 INFO STEP 16 (ensure_dir) COMPLETE
88252026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.019 INFO O| Jul 10 22:17:43.019 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88262026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.025 INFO O| Jul 10 22:17:43.025 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88272026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.025 INFO O| Jul 10 22:17:43.025 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88282026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.025 INFO O| Jul 10 22:17:43.025 INFO STEP 17 (ensure_dir) COMPLETE
88292026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.025 INFO O| Jul 10 22:17:43.025 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88302026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.031 INFO O| Jul 10 22:17:43.031 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88312026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.031 INFO O| Jul 10 22:17:43.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88322026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.031 INFO O| Jul 10 22:17:43.031 INFO ok!
88332026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.031 INFO O| Jul 10 22:17:43.031 INFO STEP 18 (ensure_symlink) COMPLETE
88342026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.031 INFO O| Jul 10 22:17:43.031 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88352026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.036 INFO O| Jul 10 22:17:43.036 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88362026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.036 INFO O| Jul 10 22:17:43.036 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88372026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.036 INFO O| Jul 10 22:17:43.036 INFO ok!
88382026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.036 INFO O| Jul 10 22:17:43.036 INFO STEP 19 (ensure_file) COMPLETE
88392026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.036 INFO O| Jul 10 22:17:43.036 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88402026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.042 INFO O| Jul 10 22:17:43.042 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88412026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.042 INFO O| Jul 10 22:17:43.042 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88422026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.042 INFO O| Jul 10 22:17:43.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88432026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.042 INFO O| Jul 10 22:17:43.042 INFO ok!
88442026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.042 INFO O| Jul 10 22:17:43.042 INFO STEP 20 (ensure_symlink) COMPLETE
88452026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.042 INFO O| Jul 10 22:17:43.042 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88462026-07-10T22:17:47.114Z[ recovery-image] Jul 10 22:17:43.048 INFO O| Jul 10 22:17:43.048 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88472026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.048 INFO O| Jul 10 22:17:43.048 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88482026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.048 INFO O| Jul 10 22:17:43.048 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88492026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.048 INFO O| Jul 10 22:17:43.048 INFO ok!
88502026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.048 INFO O| Jul 10 22:17:43.048 INFO STEP 21 (ensure_symlink) COMPLETE
88512026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.048 INFO O| Jul 10 22:17:43.048 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88522026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.054 INFO O| Jul 10 22:17:43.054 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88532026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.054 INFO O| Jul 10 22:17:43.054 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88542026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.054 INFO O| Jul 10 22:17:43.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88552026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.054 INFO O| Jul 10 22:17:43.054 INFO ok!
88562026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.054 INFO O| Jul 10 22:17:43.054 INFO STEP 22 (ensure_symlink) COMPLETE
88572026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.054 INFO O| Jul 10 22:17:43.054 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88582026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.061 INFO O| Jul 10 22:17:43.061 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88592026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.061 INFO O| Jul 10 22:17:43.061 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88602026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.061 INFO O| Jul 10 22:17:43.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88612026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.061 INFO O| Jul 10 22:17:43.061 INFO ok!
88622026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.061 INFO O| Jul 10 22:17:43.061 INFO STEP 23 (ensure_symlink) COMPLETE
88632026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.061 INFO O| Jul 10 22:17:43.061 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88642026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.067 INFO O| Jul 10 22:17:43.067 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88652026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.067 INFO O| Jul 10 22:17:43.067 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 ...
88662026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.067 INFO O| Jul 10 22:17:43.067 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88672026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.067 INFO O| Jul 10 22:17:43.067 INFO ok!
88682026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.067 INFO O| Jul 10 22:17:43.067 INFO STEP 24 (ensure_file) COMPLETE
88692026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.067 INFO O| Jul 10 22:17:43.067 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88702026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.073 INFO O| Jul 10 22:17:43.072 INFO updating shadow file
88712026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.073 INFO O| Jul 10 22:17:43.073 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88722026-07-10T22:17:47.115Z[ recovery-image] Jul 10 22:17:43.073 INFO O| Jul 10 22:17:43.073 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88732026-07-10T22:17:47.128Z[ recovery-image] Jul 10 22:17:43.073 INFO O| Jul 10 22:17:43.073 INFO STEP 25 (shadow) COMPLETE
88742026-07-10T22:17:47.129Z[ recovery-image] Jul 10 22:17:43.073 INFO O| Jul 10 22:17:43.073 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88752026-07-10T22:17:47.129Z[ recovery-image] Jul 10 22:17:43.079 INFO O| Jul 10 22:17:43.079 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88762026-07-10T22:17:47.129Z[ recovery-image] Jul 10 22:17:43.079 INFO O| Jul 10 22:17:43.079 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88772026-07-10T22:17:47.129Z[ recovery-image] Jul 10 22:17:43.079 INFO O| Jul 10 22:17:43.079 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88782026-07-10T22:17:47.129Z[ recovery-image] Jul 10 22:17:43.079 INFO O| Jul 10 22:17:43.079 INFO ok!
88792026-07-10T22:17:47.129Z[ recovery-image] Jul 10 22:17:43.079 INFO O| Jul 10 22:17:43.079 INFO STEP 26 (ensure_file) COMPLETE
88802026-07-10T22:17:47.129Z[ recovery-image] Jul 10 22:17:43.079 INFO O| Jul 10 22:17:43.079 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88812026-07-10T22:17:47.129Z[ recovery-image] Jul 10 22:17:43.085 INFO O| Jul 10 22:17:43.085 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88822026-07-10T22:17:47.129Z[ recovery-image] Jul 10 22:17:43.085 INFO O| Jul 10 22:17:43.085 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88832026-07-10T22:17:47.129Z[ recovery-image] Jul 10 22:17:43.085 INFO O| Jul 10 22:17:43.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88842026-07-10T22:17:47.129Z[ recovery-image] Jul 10 22:17:43.085 INFO O| Jul 10 22:17:43.085 INFO ok!
88852026-07-10T22:17:47.129Z[ recovery-image] Jul 10 22:17:43.085 INFO O| Jul 10 22:17:43.085 INFO STEP 27 (ensure_file) COMPLETE
88862026-07-10T22:17:47.129Z[ recovery-image] Jul 10 22:17:43.085 INFO O| Jul 10 22:17:43.085 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88872026-07-10T22:17:47.129Z[ recovery-image] Jul 10 22:17:43.092 INFO O| Jul 10 22:17:43.092 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88882026-07-10T22:17:47.129Z[ recovery-image] Jul 10 22:17:43.092 INFO O| Jul 10 22:17:43.092 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88892026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.092 INFO O| Jul 10 22:17:43.092 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88902026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.092 INFO O| Jul 10 22:17:43.092 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88912026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.092 INFO O| Jul 10 22:17:43.092 INFO ok!
88922026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.092 INFO O| Jul 10 22:17:43.092 INFO STEP 28 (ensure_file) COMPLETE
88932026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.092 INFO O| Jul 10 22:17:43.092 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88942026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.099 INFO O| Jul 10 22:17:43.098 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88952026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.099 INFO O| Jul 10 22:17:43.099 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88962026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.099 INFO O| Jul 10 22:17:43.099 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88972026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.099 INFO O| Jul 10 22:17:43.099 INFO ok!
88982026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.099 INFO O| Jul 10 22:17:43.099 INFO STEP 29 (ensure_file) COMPLETE
88992026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.099 INFO O| Jul 10 22:17:43.099 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89002026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.105 INFO O| Jul 10 22:17:43.105 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89012026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.105 INFO O| Jul 10 22:17:43.105 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89022026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.105 INFO O| Jul 10 22:17:43.105 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89032026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.105 INFO O| Jul 10 22:17:43.105 INFO STEP 30 (ensure_dir) COMPLETE
89042026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.105 INFO O| Jul 10 22:17:43.105 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89052026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.112 INFO O| Jul 10 22:17:43.112 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89062026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.112 INFO O| Jul 10 22:17:43.112 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 ...
89072026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.112 INFO O| Jul 10 22:17:43.112 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
89082026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.112 INFO O| Jul 10 22:17:43.112 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89092026-07-10T22:17:47.131Z[ recovery-image] Jul 10 22:17:43.112 INFO O| Jul 10 22:17:43.112 INFO ok!
89102026-07-10T22:17:47.132Z[ recovery-image] Jul 10 22:17:43.112 INFO O| Jul 10 22:17:43.112 INFO STEP 31 (ensure_file) COMPLETE
89112026-07-10T22:17:47.132Z[ recovery-image] Jul 10 22:17:43.112 INFO O| Jul 10 22:17:43.112 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89122026-07-10T22:17:47.132Z[ recovery-image] Jul 10 22:17:43.118 INFO O| Jul 10 22:17:43.118 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89132026-07-10T22:17:47.132Z[ recovery-image] Jul 10 22:17:43.118 INFO O| Jul 10 22:17:43.118 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89142026-07-10T22:17:47.132Z[ recovery-image] Jul 10 22:17:43.118 INFO O| Jul 10 22:17:43.118 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89152026-07-10T22:17:47.132Z[ recovery-image] Jul 10 22:17:43.118 INFO O| Jul 10 22:17:43.118 INFO STEP 32 (ensure_dir) COMPLETE
89162026-07-10T22:17:47.132Z[ recovery-image] Jul 10 22:17:43.118 INFO O| Jul 10 22:17:43.118 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89172026-07-10T22:17:47.132Z[ recovery-image] Jul 10 22:17:43.125 INFO O| Jul 10 22:17:43.125 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89182026-07-10T22:17:47.132Z[ recovery-image] Jul 10 22:17:43.125 INFO O| Jul 10 22:17:43.125 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 ...
89192026-07-10T22:17:47.133Z[ recovery-image] Jul 10 22:17:43.125 INFO O| Jul 10 22:17:43.125 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
89202026-07-10T22:17:47.133Z[ recovery-image] Jul 10 22:17:43.125 INFO O| Jul 10 22:17:43.125 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89212026-07-10T22:17:47.133Z[ recovery-image] Jul 10 22:17:43.125 INFO O| Jul 10 22:17:43.125 INFO ok!
89222026-07-10T22:17:47.133Z[ recovery-image] Jul 10 22:17:43.125 INFO O| Jul 10 22:17:43.125 INFO STEP 33 (ensure_file) COMPLETE
89232026-07-10T22:17:47.133Z[ recovery-image] Jul 10 22:17:43.125 INFO O| Jul 10 22:17:43.125 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89242026-07-10T22:17:47.133Z[ recovery-image] Jul 10 22:17:43.131 INFO O| Jul 10 22:17:43.131 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89252026-07-10T22:17:47.133Z[ recovery-image] Jul 10 22:17:43.131 INFO O| Jul 10 22:17:43.131 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89262026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.131 INFO O| Jul 10 22:17:43.131 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89272026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.131 INFO O| Jul 10 22:17:43.131 INFO ok!
89282026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.131 INFO O| Jul 10 22:17:43.131 INFO STEP 34 (ensure_file) COMPLETE
89292026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.131 INFO O| Jul 10 22:17:43.131 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89302026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.138 INFO O| Jul 10 22:17:43.138 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89312026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.138 INFO O| Jul 10 22:17:43.138 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89322026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.138 INFO O| Jul 10 22:17:43.138 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89332026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.138 INFO O| Jul 10 22:17:43.138 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89342026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.138 INFO O| Jul 10 22:17:43.138 INFO ok!
89352026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.138 INFO O| Jul 10 22:17:43.138 INFO STEP 35 (ensure_file) COMPLETE
89362026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.138 INFO O| Jul 10 22:17:43.138 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89372026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.144 INFO O| Jul 10 22:17:43.144 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89382026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.144 INFO O| Jul 10 22:17:43.144 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89392026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.144 INFO O| Jul 10 22:17:43.144 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89402026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.144 INFO O| Jul 10 22:17:43.144 INFO ok!
89412026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.144 INFO O| Jul 10 22:17:43.144 INFO STEP 36 (ensure_file) COMPLETE
89422026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.144 INFO O| Jul 10 22:17:43.144 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89432026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.149 INFO O| Jul 10 22:17:43.149 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89442026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.149 INFO O| Jul 10 22:17:43.149 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89452026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.149 INFO O| Jul 10 22:17:43.149 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89462026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.149 INFO O| Jul 10 22:17:43.149 INFO ok!
89472026-07-10T22:17:47.134Z[ recovery-image] Jul 10 22:17:43.149 INFO O| Jul 10 22:17:43.149 INFO STEP 37 (ensure_file) COMPLETE
89482026-07-10T22:17:47.136Z[ recovery-image] Jul 10 22:17:43.149 INFO O| Jul 10 22:17:43.149 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89492026-07-10T22:17:47.136Z[ recovery-image] Jul 10 22:17:43.156 INFO O| Jul 10 22:17:43.156 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89502026-07-10T22:17:47.136Z[ recovery-image] Jul 10 22:17:43.156 INFO O| Jul 10 22:17:43.156 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89512026-07-10T22:17:47.136Z[ recovery-image] Jul 10 22:17:43.156 INFO O| Jul 10 22:17:43.156 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89522026-07-10T22:17:47.136Z[ recovery-image] Jul 10 22:17:43.156 INFO O| Jul 10 22:17:43.156 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89532026-07-10T22:17:47.136Z[ recovery-image] Jul 10 22:17:43.156 INFO O| Jul 10 22:17:43.156 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89542026-07-10T22:17:47.136Z[ recovery-image] Jul 10 22:17:43.156 INFO O| Jul 10 22:17:43.156 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89552026-07-10T22:17:47.136Z[ recovery-image] Jul 10 22:17:43.156 INFO O| Jul 10 22:17:43.156 INFO ok!
89562026-07-10T22:17:47.136Z[ recovery-image] Jul 10 22:17:43.156 INFO O| Jul 10 22:17:43.156 INFO STEP 38 (ensure_file) COMPLETE
89572026-07-10T22:17:47.136Z[ recovery-image] Jul 10 22:17:43.156 INFO O| Jul 10 22:17:43.156 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89582026-07-10T22:17:47.136Z[ recovery-image] Jul 10 22:17:43.161 INFO O| Jul 10 22:17:43.161 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89592026-07-10T22:17:47.137Z[ recovery-image] Jul 10 22:17:43.161 INFO O| Jul 10 22:17:43.161 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89602026-07-10T22:17:47.137Z[ recovery-image] Jul 10 22:17:43.161 INFO O| Jul 10 22:17:43.161 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89612026-07-10T22:17:47.137Z[ recovery-image] Jul 10 22:17:43.161 INFO O| Jul 10 22:17:43.161 INFO STEP 39 (ensure_dir) COMPLETE
89622026-07-10T22:17:47.137Z[ recovery-image] Jul 10 22:17:43.161 INFO O| Jul 10 22:17:43.161 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89632026-07-10T22:17:47.137Z[ recovery-image] Jul 10 22:17:43.168 INFO O| Jul 10 22:17:43.167 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
89642026-07-10T22:17:47.137Z[ recovery-image] Jul 10 22:17:43.168 INFO O| Jul 10 22:17:43.168 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 ...
89652026-07-10T22:17:47.137Z[ recovery-image] Jul 10 22:17:43.168 INFO O| Jul 10 22:17:43.168 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
89662026-07-10T22:17:47.137Z[ recovery-image] Jul 10 22:17:43.168 INFO O| Jul 10 22:17:43.168 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
89672026-07-10T22:17:47.140Z[ recovery-image] Jul 10 22:17:43.168 INFO O| Jul 10 22:17:43.168 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
89682026-07-10T22:17:47.140Z[ recovery-image] Jul 10 22:17:43.168 INFO O| Jul 10 22:17:43.168 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
89692026-07-10T22:17:47.140Z[ recovery-image] Jul 10 22:17:43.168 INFO O| Jul 10 22:17:43.168 INFO ok!
89702026-07-10T22:17:47.140Z[ recovery-image] Jul 10 22:17:43.168 INFO O| Jul 10 22:17:43.168 INFO STEP 40 (ensure_file) COMPLETE
89712026-07-10T22:17:47.140Z[ recovery-image] Jul 10 22:17:43.168 INFO O| Jul 10 22:17:43.168 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89722026-07-10T22:17:47.140Z[ recovery-image] Jul 10 22:17:43.173 INFO O| Jul 10 22:17:43.173 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89732026-07-10T22:17:47.146Z[ recovery-image] Jul 10 22:17:43.173 INFO O| Jul 10 22:17:43.173 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 ...
89742026-07-10T22:17:47.146Z[ recovery-image] Jul 10 22:17:43.173 INFO O| Jul 10 22:17:43.173 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89752026-07-10T22:17:47.146Z[ recovery-image] Jul 10 22:17:43.173 INFO O| Jul 10 22:17:43.173 INFO ok!
89762026-07-10T22:17:47.146Z[ recovery-image] Jul 10 22:17:43.173 INFO O| Jul 10 22:17:43.173 INFO STEP 41 (ensure_symlink) COMPLETE
89772026-07-10T22:17:47.146Z[ recovery-image] Jul 10 22:17:43.173 INFO O| Jul 10 22:17:43.173 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89782026-07-10T22:17:47.146Z[ recovery-image] Jul 10 22:17:43.179 INFO O| Jul 10 22:17:43.179 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89792026-07-10T22:17:47.146Z[ recovery-image] Jul 10 22:17:43.179 INFO O| Jul 10 22:17:43.179 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89802026-07-10T22:17:47.146Z[ recovery-image] Jul 10 22:17:43.179 INFO O| Jul 10 22:17:43.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89812026-07-10T22:17:47.146Z[ recovery-image] Jul 10 22:17:43.179 INFO O| Jul 10 22:17:43.179 INFO ok!
89822026-07-10T22:17:47.146Z[ recovery-image] Jul 10 22:17:43.179 INFO O| Jul 10 22:17:43.179 INFO STEP 42 (ensure_symlink) COMPLETE
89832026-07-10T22:17:47.146Z[ recovery-image] Jul 10 22:17:43.179 INFO O| Jul 10 22:17:43.179 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89842026-07-10T22:17:47.146Z[ recovery-image] Jul 10 22:17:43.185 INFO O| Jul 10 22:17:43.185 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89852026-07-10T22:17:47.146Z[ recovery-image] Jul 10 22:17:43.185 INFO O| Jul 10 22:17:43.185 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89862026-07-10T22:17:47.147Z[ recovery-image] Jul 10 22:17:43.185 INFO O| Jul 10 22:17:43.185 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89872026-07-10T22:17:47.147Z[ recovery-image] Jul 10 22:17:43.185 INFO O| Jul 10 22:17:43.185 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89882026-07-10T22:17:47.147Z[ recovery-image] Jul 10 22:17:43.185 INFO O| Jul 10 22:17:43.185 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89892026-07-10T22:17:47.147Z[ recovery-image] Jul 10 22:17:43.185 INFO O| Jul 10 22:17:43.185 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89902026-07-10T22:17:47.147Z[ recovery-image] Jul 10 22:17:43.185 INFO O| Jul 10 22:17:43.185 INFO ok!
89912026-07-10T22:17:47.147Z[ recovery-image] Jul 10 22:17:43.185 INFO O| Jul 10 22:17:43.185 INFO STEP 43 (ensure_file) COMPLETE
89922026-07-10T22:17:47.147Z[ recovery-image] Jul 10 22:17:43.185 INFO O| Jul 10 22:17:43.185 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89932026-07-10T22:17:47.147Z[ recovery-image] Jul 10 22:17:43.191 INFO O| Jul 10 22:17:43.190 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89942026-07-10T22:17:47.147Z[ recovery-image] Jul 10 22:17:43.191 INFO O| Jul 10 22:17:43.190 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 ...
89952026-07-10T22:17:47.147Z[ recovery-image] Jul 10 22:17:43.191 INFO O| Jul 10 22:17:43.191 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
89962026-07-10T22:17:47.147Z[ recovery-image] Jul 10 22:17:43.191 INFO O| Jul 10 22:17:43.191 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89972026-07-10T22:17:47.147Z[ recovery-image] Jul 10 22:17:43.191 INFO O| Jul 10 22:17:43.191 INFO ok!
89982026-07-10T22:17:47.147Z[ recovery-image] Jul 10 22:17:43.191 INFO O| Jul 10 22:17:43.191 INFO STEP 44 (ensure_file) COMPLETE
89992026-07-10T22:17:47.147Z[ recovery-image] Jul 10 22:17:43.191 INFO O| Jul 10 22:17:43.191 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90002026-07-10T22:17:47.147Z[ recovery-image] Jul 10 22:17:43.196 INFO O| Jul 10 22:17:43.196 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90012026-07-10T22:17:47.147Z[ recovery-image] Jul 10 22:17:43.196 INFO O| Jul 10 22:17:43.196 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90022026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.196 INFO O| Jul 10 22:17:43.196 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90032026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.196 INFO O| Jul 10 22:17:43.196 INFO ok!
90042026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.196 INFO O| Jul 10 22:17:43.196 INFO STEP 45 (ensure_file) COMPLETE
90052026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.196 INFO O| Jul 10 22:17:43.196 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90062026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.202 INFO O| Jul 10 22:17:43.202 INFO updating shadow file
90072026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.202 INFO O| Jul 10 22:17:43.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90082026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.202 INFO O| Jul 10 22:17:43.202 INFO STEP 46 (shadow) COMPLETE
90092026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.202 INFO O| Jul 10 22:17:43.202 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90102026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.207 INFO O| Jul 10 22:17:43.207 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90112026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.208 INFO O| Jul 10 22:17:43.208 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90122026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.208 INFO O| Jul 10 22:17:43.208 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90132026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.208 INFO O| Jul 10 22:17:43.208 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90142026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.208 INFO O| Jul 10 22:17:43.208 INFO ok!
90152026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.208 INFO O| Jul 10 22:17:43.208 INFO STEP 47 (ensure_file) COMPLETE
90162026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.208 INFO O| Jul 10 22:17:43.208 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90172026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.213 INFO O| Jul 10 22:17:43.213 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90182026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.213 INFO O| Jul 10 22:17:43.213 INFO STEP 48 (ensure_dir) COMPLETE
90192026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.213 INFO O| Jul 10 22:17:43.213 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90202026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.218 INFO O| Jul 10 22:17:43.218 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90212026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.218 INFO O| Jul 10 22:17:43.218 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90222026-07-10T22:17:47.148Z[ recovery-image] Jul 10 22:17:43.218 INFO O| Jul 10 22:17:43.218 INFO STEP 49 (ensure_dir) COMPLETE
90232026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.219 INFO O| Jul 10 22:17:43.218 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90242026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.224 INFO O| Jul 10 22:17:43.224 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90252026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.224 INFO O| Jul 10 22:17:43.224 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90262026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.224 INFO O| Jul 10 22:17:43.224 INFO STEP 50 (ensure_dir) COMPLETE
90272026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.224 INFO O| Jul 10 22:17:43.224 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90282026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.229 INFO O| Jul 10 22:17:43.229 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90292026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.229 INFO O| Jul 10 22:17:43.229 INFO copying /tmp/.tmpK6rNYa/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90302026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.262 INFO O| Jul 10 22:17:43.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90312026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.262 INFO O| Jul 10 22:17:43.262 INFO ok!
90322026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.262 INFO O| Jul 10 22:17:43.262 INFO STEP 51 (ensure_file) COMPLETE
90332026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.262 INFO O| Jul 10 22:17:43.262 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90342026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.267 INFO O| Jul 10 22:17:43.267 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90352026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.267 INFO O| Jul 10 22:17:43.267 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90362026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.267 INFO O| Jul 10 22:17:43.267 INFO STEP 52 (ensure_dir) COMPLETE
90372026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.267 INFO O| Jul 10 22:17:43.267 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90382026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.273 INFO O| Jul 10 22:17:43.273 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90392026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.273 INFO O| Jul 10 22:17:43.273 INFO copying /tmp/.tmpK6rNYa/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90402026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.273 INFO O| Jul 10 22:17:43.273 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90412026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.273 INFO O| Jul 10 22:17:43.273 INFO ok!
90422026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.273 INFO O| Jul 10 22:17:43.273 INFO STEP 53 (ensure_file) COMPLETE
90432026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.273 INFO O| Jul 10 22:17:43.273 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90442026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.279 INFO O| Jul 10 22:17:43.279 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90452026-07-10T22:17:47.149Z[ recovery-image] Jul 10 22:17:43.279 INFO O| Jul 10 22:17:43.279 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90462026-07-10T22:17:47.150Z[ recovery-image] Jul 10 22:17:43.279 INFO O| Jul 10 22:17:43.279 INFO STEP 54 (ensure_dir) COMPLETE
90472026-07-10T22:17:47.150Z[ recovery-image] Jul 10 22:17:43.279 INFO O| Jul 10 22:17:43.279 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90482026-07-10T22:17:47.150Z[ recovery-image] Jul 10 22:17:43.284 INFO O| Jul 10 22:17:43.284 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90492026-07-10T22:17:47.150Z[ recovery-image] Jul 10 22:17:43.284 INFO O| Jul 10 22:17:43.284 INFO copying /tmp/.tmpK6rNYa/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90502026-07-10T22:17:47.150Z[ recovery-image] Jul 10 22:17:43.857 INFO O| Jul 10 22:17:43.857 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90512026-07-10T22:17:47.150Z[ recovery-image] Jul 10 22:17:43.857 INFO O| Jul 10 22:17:43.857 INFO ok!
90522026-07-10T22:17:47.150Z[ recovery-image] Jul 10 22:17:43.857 INFO O| Jul 10 22:17:43.857 INFO STEP 55 (ensure_file) COMPLETE
90532026-07-10T22:17:47.150Z[ recovery-image] Jul 10 22:17:43.857 INFO O| Jul 10 22:17:43.857 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90542026-07-10T22:17:47.150Z[ recovery-image] Jul 10 22:17:43.865 INFO O| Jul 10 22:17:43.865 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90552026-07-10T22:17:47.150Z[ recovery-image] Jul 10 22:17:43.865 INFO O| Jul 10 22:17:43.865 INFO copying /tmp/.tmpK6rNYa/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90562026-07-10T22:17:47.150Z[ recovery-image] Jul 10 22:17:44.379 INFO O| Jul 10 22:17:44.379 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90572026-07-10T22:17:47.150Z[ recovery-image] Jul 10 22:17:44.380 INFO O| Jul 10 22:17:44.379 INFO ok!
90582026-07-10T22:17:47.150Z[ recovery-image] Jul 10 22:17:44.380 INFO O| Jul 10 22:17:44.379 INFO STEP 56 (ensure_file) COMPLETE
90592026-07-10T22:17:47.150Z[ recovery-image] Jul 10 22:17:44.380 INFO O| Jul 10 22:17:44.379 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90602026-07-10T22:17:47.151Z[ recovery-image] Jul 10 22:17:44.387 INFO O| Jul 10 22:17:44.387 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90612026-07-10T22:17:47.152Z[ recovery-image] Jul 10 22:17:44.387 INFO O| Jul 10 22:17:44.387 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90622026-07-10T22:17:47.152Z[ recovery-image] Jul 10 22:17:44.387 INFO O| Jul 10 22:17:44.387 INFO STEP 57 (ensure_dir) COMPLETE
90632026-07-10T22:17:47.152Z[ recovery-image] Jul 10 22:17:44.387 INFO O| Jul 10 22:17:44.387 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90642026-07-10T22:17:47.152Z[ recovery-image] Jul 10 22:17:44.392 INFO O| Jul 10 22:17:44.392 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90652026-07-10T22:17:47.152Z[ recovery-image] Jul 10 22:17:44.392 INFO O| Jul 10 22:17:44.392 INFO copying /tmp/.tmpK6rNYa/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 ...
90662026-07-10T22:17:47.152Z[ recovery-image] Jul 10 22:17:44.392 INFO O| Jul 10 22:17:44.392 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
90672026-07-10T22:17:47.152Z[ recovery-image] Jul 10 22:17:44.392 INFO O| Jul 10 22:17:44.392 INFO ok!
90682026-07-10T22:17:47.152Z[ recovery-image] Jul 10 22:17:44.392 INFO O| Jul 10 22:17:44.392 INFO STEP 58 (ensure_file) COMPLETE
90692026-07-10T22:17:47.152Z[ recovery-image] Jul 10 22:17:44.392 INFO O| Jul 10 22:17:44.392 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90702026-07-10T22:17:47.152Z[ recovery-image] Jul 10 22:17:44.398 INFO O| Jul 10 22:17:44.398 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90712026-07-10T22:17:47.152Z[ recovery-image] Jul 10 22:17:44.398 INFO O| Jul 10 22:17:44.398 INFO copying /tmp/.tmpK6rNYa/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 ...
90722026-07-10T22:17:47.152Z[ recovery-image] Jul 10 22:17:44.398 INFO O| Jul 10 22:17:44.398 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
90732026-07-10T22:17:47.157Z[ recovery-image] Jul 10 22:17:44.398 INFO O| Jul 10 22:17:44.398 INFO ok!
90742026-07-10T22:17:47.157Z[ recovery-image] Jul 10 22:17:44.398 INFO O| Jul 10 22:17:44.398 INFO STEP 59 (ensure_file) COMPLETE
90752026-07-10T22:17:47.159Z[ recovery-image] Jul 10 22:17:44.398 INFO O| Jul 10 22:17:44.398 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90762026-07-10T22:17:47.159Z[ recovery-image] Jul 10 22:17:44.404 INFO O| Jul 10 22:17:44.404 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90772026-07-10T22:17:47.159Z[ recovery-image] Jul 10 22:17:44.404 INFO O| Jul 10 22:17:44.404 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90782026-07-10T22:17:47.159Z[ recovery-image] Jul 10 22:17:44.404 INFO O| Jul 10 22:17:44.404 INFO STEP 60 (ensure_dir) COMPLETE
90792026-07-10T22:17:47.159Z[ recovery-image] Jul 10 22:17:44.404 INFO O| Jul 10 22:17:44.404 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90802026-07-10T22:17:47.159Z[ recovery-image] Jul 10 22:17:44.409 INFO O| Jul 10 22:17:44.409 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90812026-07-10T22:17:47.159Z[ recovery-image] Jul 10 22:17:44.409 INFO O| Jul 10 22:17:44.409 INFO copying /tmp/.tmpK6rNYa/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 ...
90822026-07-10T22:17:47.159Z[ recovery-image] Jul 10 22:17:44.409 INFO O| Jul 10 22:17:44.409 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90832026-07-10T22:17:47.159Z[ recovery-image] Jul 10 22:17:44.409 INFO O| Jul 10 22:17:44.409 INFO ok!
90842026-07-10T22:17:47.159Z[ recovery-image] Jul 10 22:17:44.409 INFO O| Jul 10 22:17:44.409 INFO STEP 61 (ensure_file) COMPLETE
90852026-07-10T22:17:47.159Z[ recovery-image] Jul 10 22:17:44.409 INFO O| Jul 10 22:17:44.409 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90862026-07-10T22:17:47.159Z[ recovery-image] Jul 10 22:17:44.415 INFO O| Jul 10 22:17:44.415 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90872026-07-10T22:17:47.159Z[ recovery-image] Jul 10 22:17:44.415 INFO O| Jul 10 22:17:44.415 INFO copying /tmp/.tmpK6rNYa/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 ...
90882026-07-10T22:17:47.159Z[ recovery-image] Jul 10 22:17:44.415 INFO O| Jul 10 22:17:44.415 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
90892026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:44.415 INFO O| Jul 10 22:17:44.415 INFO ok!
90902026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:44.415 INFO O| Jul 10 22:17:44.415 INFO STEP 62 (ensure_file) COMPLETE
90912026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:44.415 INFO O| Jul 10 22:17:44.415 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90922026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:44.421 INFO O| Jul 10 22:17:44.421 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90932026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:44.421 INFO O| Jul 10 22:17:44.421 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90942026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:44.421 INFO O| Jul 10 22:17:44.421 INFO STEP 63 (ensure_dir) COMPLETE
90952026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:44.421 INFO O| Jul 10 22:17:44.421 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90962026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:44.427 INFO O| Jul 10 22:17:44.427 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90972026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:44.427 INFO O| Jul 10 22:17:44.427 INFO copying /tmp/.tmpK6rNYa/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 ...
90982026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:44.427 INFO O| Jul 10 22:17:44.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90992026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:44.427 INFO O| Jul 10 22:17:44.427 INFO ok!
91002026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:44.427 INFO O| Jul 10 22:17:44.427 INFO STEP 64 (ensure_file) COMPLETE
91012026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:44.427 INFO O| Jul 10 22:17:44.427 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91022026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:46.561 INFO O| Jul 10 22:17:44.432 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91032026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.432 INFO copying /tmp/.tmpK6rNYa/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91042026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91052026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.432 INFO ok!
91062026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.432 INFO STEP 65 (ensure_file) COMPLETE
91072026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.432 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91082026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.438 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91092026-07-10T22:17:47.161Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.438 INFO STEP 66 (ensure_dir) COMPLETE
91102026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.438 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91112026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.444 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91122026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.444 INFO STEP 67 (ensure_dir) COMPLETE
91132026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.444 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91142026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.450 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91152026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.450 INFO STEP 68 (ensure_dir) COMPLETE
91162026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.450 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91172026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.455 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91182026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.455 INFO STEP 69 (ensure_dir) COMPLETE
91192026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.455 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91202026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.461 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91212026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.461 INFO copying /tmp/.tmpK6rNYa/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91222026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.461 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91232026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.461 INFO ok!
91242026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.461 INFO STEP 70 (ensure_file) COMPLETE
91252026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.461 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91262026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.466 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91272026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.466 INFO STEP 71 (remove_files) COMPLETE
91282026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.466 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91292026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.472 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91302026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.472 INFO STEP 72 (remove_files) COMPLETE
91312026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.472 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91322026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.477 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91332026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.477 INFO STEP 73 (remove_files) COMPLETE
91342026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.477 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91352026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.482 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91362026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.482 INFO STEP 74 (remove_files) COMPLETE
91372026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.482 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91382026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.488 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91392026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.488 INFO STEP 75 (remove_files) COMPLETE
91402026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.488 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.494 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91422026-07-10T22:17:47.162Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.494 INFO STEP 76 (remove_files) COMPLETE
91432026-07-10T22:17:47.163Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.494 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-07-10T22:17:47.163Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.499 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91452026-07-10T22:17:47.163Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.499 INFO STEP 77 (remove_files) COMPLETE
91462026-07-10T22:17:47.163Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.499 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-07-10T22:17:47.163Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.505 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91482026-07-10T22:17:47.163Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.505 INFO STEP 78 (remove_files) COMPLETE
91492026-07-10T22:17:47.163Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.505 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91502026-07-10T22:17:47.163Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.510 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91512026-07-10T22:17:47.163Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.510 INFO STEP 79 (remove_files) COMPLETE
91522026-07-10T22:17:47.163Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.510 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91532026-07-10T22:17:47.166Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.515 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91542026-07-10T22:17:47.166Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.515 INFO STEP 80 (remove_files) COMPLETE
91552026-07-10T22:17:47.166Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.515 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91562026-07-10T22:17:47.166Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.520 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91572026-07-10T22:17:47.166Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.520 INFO STEP 81 (remove_files) COMPLETE
91582026-07-10T22:17:47.166Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.520 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91592026-07-10T22:17:47.166Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.525 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91602026-07-10T22:17:47.166Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.525 INFO STEP 82 (remove_files) COMPLETE
91612026-07-10T22:17:47.166Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.525 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91622026-07-10T22:17:47.166Z[ recovery-image] Jul 10 22:17:46.562 INFO O| Jul 10 22:17:44.530 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91632026-07-10T22:17:47.166Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.531 INFO STEP 83 (remove_files) COMPLETE
91642026-07-10T22:17:47.167Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.531 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91652026-07-10T22:17:47.167Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.536 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91662026-07-10T22:17:47.167Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.536 INFO STEP 84 (remove_files) COMPLETE
91672026-07-10T22:17:47.167Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.536 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91682026-07-10T22:17:47.167Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.541 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91692026-07-10T22:17:47.167Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.541 INFO STEP 85 (remove_files) COMPLETE
91702026-07-10T22:17:47.167Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.541 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91712026-07-10T22:17:47.167Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.546 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91722026-07-10T22:17:47.167Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.546 INFO STEP 86 (remove_files) COMPLETE
91732026-07-10T22:17:47.171Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.546 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91742026-07-10T22:17:47.171Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.554 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91752026-07-10T22:17:47.171Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.554 INFO STEP 87 (remove_files) COMPLETE
91762026-07-10T22:17:47.171Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.554 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91772026-07-10T22:17:47.171Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.561 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91782026-07-10T22:17:47.171Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.561 INFO STEP 88 (remove_files) COMPLETE
91792026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.561 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91802026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.568 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91812026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.568 INFO STEP 89 (remove_files) COMPLETE
91822026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.568 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91832026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.574 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91842026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.574 INFO STEP 90 (remove_files) COMPLETE
91852026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.574 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91862026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.579 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91872026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.579 INFO STEP 91 (remove_files) COMPLETE
91882026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.579 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91892026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.585 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91902026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.585 INFO STEP 92 (remove_files) COMPLETE
91912026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.585 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91922026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.590 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91932026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.590 INFO STEP 93 (remove_files) COMPLETE
91942026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.590 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91952026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.595 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91962026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.595 INFO STEP 94 (remove_files) COMPLETE
91972026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.595 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91982026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.601 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91992026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.601 INFO STEP 95 (remove_files) COMPLETE
92002026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.601 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92012026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.606 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92022026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.606 INFO STEP 96 (remove_files) COMPLETE
92032026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.606 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92042026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.612 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92052026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.612 INFO STEP 97 (remove_files) COMPLETE
92062026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.612 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92072026-07-10T22:17:47.172Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.618 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92082026-07-10T22:17:47.173Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.618 INFO STEP 98 (remove_files) COMPLETE
92092026-07-10T22:17:47.173Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.618 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92102026-07-10T22:17:47.173Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.623 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92112026-07-10T22:17:47.173Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.623 INFO STEP 99 (remove_files) COMPLETE
92122026-07-10T22:17:47.173Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.623 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92132026-07-10T22:17:47.173Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.631 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92142026-07-10T22:17:47.173Z[ recovery-image] Jul 10 22:17:46.564 INFO O| Jul 10 22:17:44.631 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"}
92152026-07-10T22:17:47.572Z[ recovery-image] Jul 10 22:17:47.053 INFO O| Jul 10 22:17:47.053 INFO O| Loading smf(7) service descriptions: 1/682/683/684/685/686/687/688/689/6810/6811/6812/6813/6814/6815/6816/6817/6818/6819/6820/6821/6822/6823/6824/6825/6826/6827/6828/6829/6830/6831/6832/6833/6834/6835/6836/6837/6838/6839/6840/6841/6842/6843/6844/6845/6846/6847/6848/6849/6850/6851/6852/6853/6854/6855/6856/6857/6858/6859/6860/6861/6862/6863/6864/6865/6866/6867/6868/68
92162026-07-10T22:17:47.572Z[ recovery-image] Jul 10 22:17:47.053 INFO O| Jul 10 22:17:47.053 INFO E| svccfg: Loaded 68 smf(7) service descriptions
92172026-07-10T22:17:47.582Z[ recovery-image] Jul 10 22:17:47.063 INFO O| Jul 10 22:17:47.063 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92182026-07-10T22:17:47.672Z[ recovery-image] Jul 10 22:17:47.153 INFO O| Jul 10 22:17:47.153 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92192026-07-10T22:17:47.722Z[ recovery-image] Jul 10 22:17:47.203 INFO O| Jul 10 22:17:47.203 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
92202026-07-10T22:17:47.780Z[ recovery-image] Jul 10 22:17:47.261 INFO O| Jul 10 22:17:47.261 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92212026-07-10T22:17:47.782Z[ recovery-image] Jul 10 22:17:47.261 INFO O| Jul 10 22:17:47.261 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 ...
92222026-07-10T22:17:47.786Z[ recovery-image] Jul 10 22:17:47.262 INFO O| Jul 10 22:17:47.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92232026-07-10T22:17:47.786Z[ recovery-image] Jul 10 22:17:47.262 INFO O| Jul 10 22:17:47.262 INFO ok!
92242026-07-10T22:17:47.786Z[ recovery-image] Jul 10 22:17:47.262 INFO O| Jul 10 22:17:47.262 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92252026-07-10T22:17:47.786Z[ recovery-image] Jul 10 22:17:47.262 INFO O| Jul 10 22:17:47.262 INFO STEP 100 (seed_smf) COMPLETE
92262026-07-10T22:17:47.786Z[ recovery-image] Jul 10 22:17:47.262 INFO O| Jul 10 22:17:47.262 INFO steps complete; finalising image!
92272026-07-10T22:17:47.786Z[ recovery-image] Jul 10 22:17:47.262 INFO O| Jul 10 22:17:47.262 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92282026-07-10T22:17:47.921Z[ recovery-image] Jul 10 22:17:47.401 INFO O| Jul 10 22:17:47.401 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Fri Jul 10 22:17:47 2026)
92292026-07-10T22:17:48.125Z[ recovery-image] Jul 10 22:17:47.606 INFO O| Jul 10 22:17:47.606 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Jul 10 22:17:47 2026)
92302026-07-10T22:17:48.330Z[ recovery-image] Jul 10 22:17:47.811 INFO O| Jul 10 22:17:47.811 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Jul 10 22:17:47 2026)
92312026-07-10T22:17:48.535Z[ recovery-image] Jul 10 22:17:48.016 INFO O| Jul 10 22:17:48.016 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Jul 10 22:17:47 2026)
92322026-07-10T22:17:48.739Z[ recovery-image] Jul 10 22:17:48.220 INFO O| Jul 10 22:17:48.220 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Jul 10 22:17:47 2026)
92332026-07-10T22:17:48.951Z[ recovery-image] Jul 10 22:17:48.432 INFO O| Jul 10 22:17:48.432 INFO temporary pool has 492M used, 1.27G avail, 1.00x compressratio
92342026-07-10T22:17:48.951Z[ recovery-image] Jul 10 22:17:48.432 INFO O| Jul 10 22:17:48.432 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92352026-07-10T22:17:49.215Z[ recovery-image] Jul 10 22:17:48.696 INFO O| Jul 10 22:17:48.696 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
92362026-07-10T22:17:49.215Z[ recovery-image] Jul 10 22:17:48.696 INFO O| Jul 10 22:17:48.696 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92372026-07-10T22:17:51.238Z[ recovery-image] Jul 10 22:17:50.719 INFO O| Jul 10 22:17:50.719 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92382026-07-10T22:17:51.238Z[ recovery-image] Jul 10 22:17:50.719 INFO O| Jul 10 22:17:50.719 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92392026-07-10T22:17:51.238Z[ recovery-image] Jul 10 22:17:50.719 INFO O| Jul 10 22:17:50.719 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92402026-07-10T22:17:51.241Z[ recovery-image] Jul 10 22:17:50.719 INFO O| Jul 10 22:17:50.719 INFO completed processing sled/zfs-recovery
92412026-07-10T22:17:51.241Z[ recovery-image] Jul 10 22:17:50.719 INFO O| Jul 10 22:17:50.719 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92422026-07-10T22:17:53.128Z[ recovery-image] Jul 10 22:17:52.609 INFO O| Jul 10 22:17:52.609 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92432026-07-10T22:17:53.212Z[ recovery-image] Jul 10 22:17:52.693 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
92442026-07-10T22:17:53.212Z[ recovery-image] Jul 10 22:17:52.693 INFO expanded image name: "recovery f3f8ff9/${os_short_commit} 2026-07-10 22:03" -> "recovery f3f8ff9/9b09742 2026-07-10 22:03"
92452026-07-10T22:17:53.215Z[ recovery-image] Jul 10 22:17:52.693 INFO output artefacts stored in: "/work/os-recovery"
92462026-07-10T22:17:53.215Z[ recovery-image] Jul 10 22:17:52.693 INFO collecting git info from project "pilot"...
92472026-07-10T22:17:53.220Z[ recovery-image] Jul 10 22:17:52.702 INFO collecting git info from project "dmar-report"...
92482026-07-10T22:17:53.228Z[ recovery-image] Jul 10 22:17:52.709 INFO collecting git info from project "image-builder"...
92492026-07-10T22:17:53.232Z[ recovery-image] Jul 10 22:17:52.714 INFO collecting git info from project "amd-host-image-builder"...
92502026-07-10T22:17:53.269Z[ recovery-image] Jul 10 22:17:52.751 INFO collecting git info from project "amd-firmware"...
92512026-07-10T22:17:53.582Z[ recovery-image] Jul 10 22:17:53.063 INFO collecting git info from project "chelsio-t6-roms"...
92522026-07-10T22:17:53.597Z[ recovery-image] Jul 10 22:17:53.079 INFO collecting git info from project "pinprick"...
92532026-07-10T22:17:53.602Z[ recovery-image] Jul 10 22:17:53.083 INFO collecting git info from project "bootserver"...
92542026-07-10T22:17:53.606Z[ recovery-image] Jul 10 22:17:53.087 INFO collecting git info from project "phbl"...
92552026-07-10T22:17:53.611Z[ recovery-image] Jul 10 22:17:53.092 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
92562026-07-10T22:17:53.902Z[ recovery-image] Jul 10 22:17:53.383 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
92572026-07-10T22:17:54.189Z[ recovery-image] Jul 10 22:17:53.670 INFO creating Oxide boot image...
92582026-07-10T22:17:54.189Z[ recovery-image] Jul 10 22:17:53.670 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery f3f8ff9/9b09742 2026-07-10 22:03", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
92592026-07-10T22:18:03.608Z[ host-image] Jul 10 22:18:03.089 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24068:20260625T122347Z
92602026-07-10T22:18:03.609Z[ host-image] Jul 10 22:18:03.089 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24068:20260625T122347Z
92612026-07-10T22:18:03.613Z[ host-image] Jul 10 22:18:03.089 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92622026-07-10T22:18:03.614Z[ host-image] Jul 10 22:18:03.089 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92632026-07-10T22:18:03.614Z[ host-image] Jul 10 22:18:03.089 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92642026-07-10T22:18:03.614Z[ host-image] Jul 10 22:18:03.089 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92652026-07-10T22:18:03.614Z[ host-image] Jul 10 22:18:03.090 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92662026-07-10T22:18:03.614Z[ host-image] Jul 10 22:18:03.090 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92672026-07-10T22:18:03.614Z[ host-image] Jul 10 22:18:03.091 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0-3.0:20260710T220351Z
92682026-07-10T22:18:03.614Z[ host-image] Jul 10 22:18:03.091 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92692026-07-10T22:18:03.614Z[ host-image] Jul 10 22:18:03.091 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92702026-07-10T22:18:03.614Z[ host-image] Jul 10 22:18:03.091 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24068:20260625T122347Z
92712026-07-10T22:18:03.614Z[ host-image] Jul 10 22:18:03.091 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24068:20260625T122348Z
92722026-07-10T22:18:03.614Z[ host-image] Jul 10 22:18:03.091 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24068:20260625T122348Z
92732026-07-10T22:18:03.614Z[ host-image] Jul 10 22:18:03.091 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24068:20260625T122348Z
92742026-07-10T22:18:03.614Z[ host-image] Jul 10 22:18:03.091 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92752026-07-10T22:18:03.614Z[ host-image] Jul 10 22:18:03.092 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24068:20260625T122348Z
92762026-07-10T22:18:03.615Z[ host-image] Jul 10 22:18:03.092 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24068:20260625T122348Z
92772026-07-10T22:18:03.615Z[ host-image] Jul 10 22:18:03.092 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24068:20260625T122348Z
92782026-07-10T22:18:03.615Z[ host-image] Jul 10 22:18:03.092 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24068:20260625T122348Z
92792026-07-10T22:18:03.615Z[ host-image] Jul 10 22:18:03.092 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24068:20260625T122349Z
92802026-07-10T22:18:03.615Z[ host-image] Jul 10 22:18:03.092 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92812026-07-10T22:18:03.615Z[ host-image] Jul 10 22:18:03.092 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24068:20260625T122349Z
92822026-07-10T22:18:03.615Z[ host-image] Jul 10 22:18:03.092 INFO O| install = pkg://helios/driver/developer/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92832026-07-10T22:18:03.616Z[ host-image] Jul 10 22:18:03.092 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24068:20260625T122350Z
92842026-07-10T22:18:03.616Z[ host-image] Jul 10 22:18:03.092 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24068:20260625T122350Z
92852026-07-10T22:18:03.616Z[ host-image] Jul 10 22:18:03.092 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24068:20260625T122350Z
92862026-07-10T22:18:03.616Z[ host-image] Jul 10 22:18:03.092 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24068:20260625T122351Z
92872026-07-10T22:18:03.616Z[ host-image] Jul 10 22:18:03.092 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24068:20260625T122351Z
92882026-07-10T22:18:03.616Z[ host-image] Jul 10 22:18:03.092 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24068:20260625T122352Z
92892026-07-10T22:18:03.616Z[ host-image] Jul 10 22:18:03.093 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24068:20260625T122352Z
92902026-07-10T22:18:03.616Z[ host-image] Jul 10 22:18:03.093 INFO O| install = pkg://helios/driver/network/opte@0.41.492-3.0:20260630T165610Z
92912026-07-10T22:18:03.616Z[ host-image] Jul 10 22:18:03.093 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24068:20260625T122353Z
92922026-07-10T22:18:03.616Z[ host-image] Jul 10 22:18:03.093 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24068:20260625T122355Z
92932026-07-10T22:18:03.618Z[ host-image] Jul 10 22:18:03.093 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24068:20260625T122355Z
92942026-07-10T22:18:03.618Z[ host-image] Jul 10 22:18:03.093 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24068:20260625T122356Z
92952026-07-10T22:18:03.618Z[ host-image] Jul 10 22:18:03.093 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24068:20260625T122357Z
92962026-07-10T22:18:03.618Z[ host-image] Jul 10 22:18:03.093 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24068:20260625T122357Z
92972026-07-10T22:18:03.622Z[ host-image] Jul 10 22:18:03.096 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92982026-07-10T22:18:03.622Z[ host-image] Jul 10 22:18:03.096 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24068:20260625T122357Z
92992026-07-10T22:18:03.622Z[ host-image] Jul 10 22:18:03.096 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
93002026-07-10T22:18:03.622Z[ host-image] Jul 10 22:18:03.096 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93012026-07-10T22:18:03.622Z[ host-image] Jul 10 22:18:03.097 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93022026-07-10T22:18:03.622Z[ host-image] Jul 10 22:18:03.097 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93032026-07-10T22:18:03.622Z[ host-image] Jul 10 22:18:03.097 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24068:20260625T122357Z
93042026-07-10T22:18:03.622Z[ host-image] Jul 10 22:18:03.097 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93052026-07-10T22:18:03.622Z[ host-image] Jul 10 22:18:03.097 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93062026-07-10T22:18:03.622Z[ host-image] Jul 10 22:18:03.097 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93072026-07-10T22:18:03.622Z[ host-image] Jul 10 22:18:03.097 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93082026-07-10T22:18:03.622Z[ host-image] Jul 10 22:18:03.100 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93092026-07-10T22:18:03.622Z[ host-image] Jul 10 22:18:03.100 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93102026-07-10T22:18:03.622Z[ host-image] Jul 10 22:18:03.101 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93112026-07-10T22:18:03.622Z[ host-image] Jul 10 22:18:03.101 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93122026-07-10T22:18:03.623Z[ host-image] Jul 10 22:18:03.101 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93132026-07-10T22:18:03.623Z[ host-image] Jul 10 22:18:03.101 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93142026-07-10T22:18:03.697Z[ host-image] Jul 10 22:18:03.113 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93152026-07-10T22:18:03.697Z[ host-image] Jul 10 22:18:03.113 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93162026-07-10T22:18:03.697Z[ host-image] Jul 10 22:18:03.113 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93172026-07-10T22:18:03.697Z[ host-image] Jul 10 22:18:03.114 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24068:20260625T122358Z
93182026-07-10T22:18:03.697Z[ host-image] Jul 10 22:18:03.114 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24068:20260625T122402Z
93192026-07-10T22:18:03.697Z[ host-image] Jul 10 22:18:03.114 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93202026-07-10T22:18:03.697Z[ host-image] Jul 10 22:18:03.114 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24068:20260625T122403Z
93212026-07-10T22:18:03.698Z[ host-image] Jul 10 22:18:03.114 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93222026-07-10T22:18:03.698Z[ host-image] Jul 10 22:18:03.114 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93232026-07-10T22:18:03.698Z[ host-image] Jul 10 22:18:03.114 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93242026-07-10T22:18:03.698Z[ host-image] Jul 10 22:18:03.114 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93252026-07-10T22:18:03.698Z[ host-image] Jul 10 22:18:03.114 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24068:20260625T122403Z
93262026-07-10T22:18:03.698Z[ host-image] Jul 10 22:18:03.114 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93272026-07-10T22:18:03.700Z[ host-image] Jul 10 22:18:03.115 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93282026-07-10T22:18:03.700Z[ host-image] Jul 10 22:18:03.115 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93292026-07-10T22:18:03.700Z[ host-image] Jul 10 22:18:03.115 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93302026-07-10T22:18:03.700Z[ host-image] Jul 10 22:18:03.115 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24068:20260625T122403Z
93312026-07-10T22:18:03.700Z[ host-image] Jul 10 22:18:03.115 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93322026-07-10T22:18:03.700Z[ host-image] Jul 10 22:18:03.119 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93332026-07-10T22:18:03.700Z[ host-image] Jul 10 22:18:03.119 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24068:20260625T122403Z
93342026-07-10T22:18:03.700Z[ host-image] Jul 10 22:18:03.120 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24068:20260625T122403Z
93352026-07-10T22:18:03.700Z[ host-image] Jul 10 22:18:03.120 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24068:20260625T122403Z
93362026-07-10T22:18:03.700Z[ host-image] Jul 10 22:18:03.120 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93372026-07-10T22:18:03.700Z[ host-image] Jul 10 22:18:03.120 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24068:20260625T122404Z
93382026-07-10T22:18:03.700Z[ host-image] Jul 10 22:18:03.120 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24068:20260625T122404Z
93392026-07-10T22:18:03.701Z[ host-image] Jul 10 22:18:03.120 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24068:20260625T122405Z
93402026-07-10T22:18:03.701Z[ host-image] Jul 10 22:18:03.120 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24068:20260625T122405Z
93412026-07-10T22:18:03.701Z[ host-image] Jul 10 22:18:03.121 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93422026-07-10T22:18:03.701Z[ host-image] Jul 10 22:18:03.121 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24068:20260625T122405Z
93432026-07-10T22:18:03.701Z[ host-image] Jul 10 22:18:03.122 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24068:20260625T122406Z
93442026-07-10T22:18:03.702Z[ host-image] Jul 10 22:18:03.122 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93452026-07-10T22:18:03.702Z[ host-image] Jul 10 22:18:03.122 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24068:20260625T122406Z
93462026-07-10T22:18:03.702Z[ host-image] Jul 10 22:18:03.122 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24068:20260625T122406Z
93472026-07-10T22:18:03.702Z[ host-image] Jul 10 22:18:03.122 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24068:20260625T122406Z
93482026-07-10T22:18:03.702Z[ host-image] Jul 10 22:18:03.122 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24068:20260625T122406Z
93492026-07-10T22:18:03.702Z[ host-image] Jul 10 22:18:03.124 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24068:20260625T122406Z
93502026-07-10T22:18:03.702Z[ host-image] Jul 10 22:18:03.124 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93512026-07-10T22:18:03.702Z[ host-image] Jul 10 22:18:03.125 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24068:20260625T122406Z
93522026-07-10T22:18:03.702Z[ host-image] Jul 10 22:18:03.125 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24068:20260625T122406Z
93532026-07-10T22:18:03.702Z[ host-image] Jul 10 22:18:03.125 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24068:20260625T122407Z
93542026-07-10T22:18:03.702Z[ host-image] Jul 10 22:18:03.125 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24068:20260625T122407Z
93552026-07-10T22:18:03.702Z[ host-image] Jul 10 22:18:03.125 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24068:20260625T122407Z
93562026-07-10T22:18:03.702Z[ host-image] Jul 10 22:18:03.125 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24068:20260625T122407Z
93572026-07-10T22:18:03.702Z[ host-image] Jul 10 22:18:03.125 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24068:20260625T122407Z
93582026-07-10T22:18:03.702Z[ host-image] Jul 10 22:18:03.128 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24068:20260625T122408Z
93592026-07-10T22:18:03.702Z[ host-image] Jul 10 22:18:03.128 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24068:20260625T122408Z
93602026-07-10T22:18:03.703Z[ host-image] Jul 10 22:18:03.128 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24068:20260625T122408Z
93612026-07-10T22:18:03.705Z[ host-image] Jul 10 22:18:03.129 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24068:20260625T122408Z
93622026-07-10T22:18:03.705Z[ host-image] Jul 10 22:18:03.129 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24068:20260625T122408Z
93632026-07-10T22:18:03.705Z[ host-image] Jul 10 22:18:03.135 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24068:20260625T122410Z
93642026-07-10T22:18:03.705Z[ host-image] Jul 10 22:18:03.135 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24068:20260625T122408Z
93652026-07-10T22:18:03.705Z[ host-image] Jul 10 22:18:03.135 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24068:20260625T122408Z
93662026-07-10T22:18:03.705Z[ host-image] Jul 10 22:18:03.135 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93672026-07-10T22:18:03.705Z[ host-image] Jul 10 22:18:03.135 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93682026-07-10T22:18:03.705Z[ host-image] Jul 10 22:18:03.143 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24068:20260625T122408Z
93692026-07-10T22:18:03.705Z[ host-image] Jul 10 22:18:03.143 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93702026-07-10T22:18:03.705Z[ host-image] Jul 10 22:18:03.143 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24068:20260625T122409Z
93712026-07-10T22:18:03.705Z[ host-image] Jul 10 22:18:03.143 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24068:20260625T122409Z
93722026-07-10T22:18:03.705Z[ host-image] Jul 10 22:18:03.144 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24068:20260625T122409Z
93732026-07-10T22:18:03.705Z[ host-image] Jul 10 22:18:03.144 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93742026-07-10T22:18:03.705Z[ host-image] Jul 10 22:18:03.144 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93752026-07-10T22:18:03.706Z[ host-image] Jul 10 22:18:03.144 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24068:20260625T122410Z
93762026-07-10T22:18:03.706Z[ host-image] Jul 10 22:18:03.144 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24068:20260625T122409Z
93772026-07-10T22:18:03.706Z[ host-image] Jul 10 22:18:03.144 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24068:20260625T122410Z
93782026-07-10T22:18:03.708Z[ host-image] Jul 10 22:18:03.144 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24068:20260625T122410Z
93792026-07-10T22:18:03.708Z[ host-image] Jul 10 22:18:03.144 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24068:20260625T122410Z
93802026-07-10T22:18:03.708Z[ host-image] Jul 10 22:18:03.144 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24068:20260625T122410Z
93812026-07-10T22:18:03.708Z[ host-image] Jul 10 22:18:03.145 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93822026-07-10T22:18:03.708Z[ host-image] Jul 10 22:18:03.145 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24068:20260625T122411Z
93832026-07-10T22:18:03.708Z[ host-image] Jul 10 22:18:03.145 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24068:20260625T122411Z
93842026-07-10T22:18:03.708Z[ host-image] Jul 10 22:18:03.145 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24068:20260625T122411Z
93852026-07-10T22:18:03.708Z[ host-image] Jul 10 22:18:03.146 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24068:20260625T122412Z
93862026-07-10T22:18:03.708Z[ host-image] Jul 10 22:18:03.146 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24068:20260625T122411Z
93872026-07-10T22:18:03.709Z[ host-image] Jul 10 22:18:03.146 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24068:20260625T122411Z
93882026-07-10T22:18:03.709Z[ host-image] Jul 10 22:18:03.146 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93892026-07-10T22:18:03.709Z[ host-image] Jul 10 22:18:03.146 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93902026-07-10T22:18:03.709Z[ host-image] Jul 10 22:18:03.146 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24068:20260625T122413Z
93912026-07-10T22:18:03.709Z[ host-image] Jul 10 22:18:03.146 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24068:20260625T122413Z
93922026-07-10T22:18:03.709Z[ host-image] Jul 10 22:18:03.146 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93932026-07-10T22:18:03.709Z[ host-image] Jul 10 22:18:03.146 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93942026-07-10T22:18:03.709Z[ host-image] Jul 10 22:18:03.146 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93952026-07-10T22:18:03.710Z[ host-image] Jul 10 22:18:03.146 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93962026-07-10T22:18:03.710Z[ host-image] Jul 10 22:18:03.146 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93972026-07-10T22:18:03.710Z[ host-image] Jul 10 22:18:03.146 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93982026-07-10T22:18:03.710Z[ host-image] Jul 10 22:18:03.147 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93992026-07-10T22:18:03.710Z[ host-image] Jul 10 22:18:03.147 INFO O| tempdir @ "/tmp/.tmp1Dvp4n/tmp"
94002026-07-10T22:18:03.710Z[ host-image] Jul 10 22:18:03.147 INFO O| image root @ "/tmp/.tmp1Dvp4n/tmp/root"
94012026-07-10T22:18:03.710Z[ host-image] Jul 10 22:18:03.147 INFO O| creating image...
94022026-07-10T22:18:03.971Z[ host-image] Jul 10 22:18:03.452 INFO O| copying publishers...
94032026-07-10T22:18:04.829Z[ host-image] Jul 10 22:18:04.310 INFO O| adding properties...
94042026-07-10T22:18:05.610Z[ host-image] Jul 10 22:18:05.091 INFO O| installing packages...
94052026-07-10T22:18:18.345Z[ host-image] Jul 10 22:18:17.826 INFO O| seeding SMF database...
94062026-07-10T22:18:22.523Z[ host-image] Jul 10 22:18:22.004 INFO O| configuring SMF profile...
94072026-07-10T22:18:22.523Z[ host-image] Jul 10 22:18:22.004 INFO O| modifying shadow(5)...
94082026-07-10T22:18:22.527Z[ host-image] Jul 10 22:18:22.004 INFO O| loading user and group database...
94092026-07-10T22:18:22.527Z[ host-image] Jul 10 22:18:22.004 INFO O| loading facet selections...
94102026-07-10T22:18:22.818Z[ host-image] Jul 10 22:18:22.299 INFO O| devel -> true
94112026-07-10T22:18:22.818Z[ host-image] Jul 10 22:18:22.299 INFO O| doc.man -> true
94122026-07-10T22:18:22.822Z[ host-image] Jul 10 22:18:22.299 INFO O| version-lock.shell/ksh93 -> true
94132026-07-10T22:18:22.822Z[ host-image] Jul 10 22:18:22.299 INFO O| version-lock.system/data/hardware-registry -> true
94142026-07-10T22:18:22.822Z[ host-image] Jul 10 22:18:22.299 INFO O| version-lock.system/data/zoneinfo -> true
94152026-07-10T22:18:22.822Z[ host-image] Jul 10 22:18:22.299 INFO O| version-lock.system/microcode/amd -> true
94162026-07-10T22:18:22.822Z[ host-image] Jul 10 22:18:22.299 INFO O| version-lock.system/microcode/intel -> true
94172026-07-10T22:18:22.822Z[ host-image] Jul 10 22:18:22.299 INFO O| version-lock.system/microcode/oxide -> true
94182026-07-10T22:18:22.823Z[ host-image] Jul 10 22:18:22.299 INFO O| assessing packaged files...
94192026-07-10T22:18:24.392Z[ host-image] Jul 10 22:18:23.826 INFO O| creating archive...
94202026-07-10T22:18:24.396Z[ host-image] Jul 10 22:18:23.847 INFO O| missing from packaging:
94212026-07-10T22:18:24.396Z[ host-image] Jul 10 22:18:23.847 INFO O| "etc/.pwd.lock"
94222026-07-10T22:18:24.396Z[ host-image] Jul 10 22:18:23.847 INFO O| "etc/bash"
94232026-07-10T22:18:24.396Z[ host-image] Jul 10 22:18:23.850 INFO O| "etc/svc/profile/generic.xml"
94242026-07-10T22:18:24.396Z[ host-image] Jul 10 22:18:23.850 INFO O| "etc/svc/profile/inetd_services.xml"
94252026-07-10T22:18:24.396Z[ host-image] Jul 10 22:18:23.850 INFO O| "etc/svc/profile/name_service.xml"
94262026-07-10T22:18:24.396Z[ host-image] Jul 10 22:18:23.850 INFO O| "etc/svc/profile/platform.xml"
94272026-07-10T22:18:24.396Z[ host-image] Jul 10 22:18:23.850 INFO O| "etc/svc/profile/platform_omicron1.xml"
94282026-07-10T22:18:24.397Z[ host-image] Jul 10 22:18:23.850 INFO O| "etc/svc/repository.db"
94292026-07-10T22:18:24.397Z[ host-image] Jul 10 22:18:23.856 INFO O| "opt/ooce/share"
94302026-07-10T22:18:24.397Z[ host-image] Jul 10 22:18:23.856 INFO O| "opt/ooce/share/man"
94312026-07-10T22:18:24.397Z[ host-image] Jul 10 22:18:23.856 INFO O| "opt/ooce/share/man/man1"
94322026-07-10T22:18:24.398Z[ host-image] Jul 10 22:18:23.864 INFO O| finishing archive...
94332026-07-10T22:18:26.711Z[ host-image] Jul 10 22:18:26.192 INFO O| creating gzonly manifest...
94342026-07-10T22:18:26.716Z[ host-image] Jul 10 22:18:26.197 INFO O| ok
94352026-07-10T22:18:26.802Z[ host-image] Jul 10 22:18:26.283 INFO image builder template: ramdisk-02-trim...
94362026-07-10T22:18:26.802Z[ host-image] Jul 10 22:18:26.283 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/.tmpK6rNYa/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.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94372026-07-10T22:18:26.819Z[ host-image] Jul 10 22:18:26.300 INFO O| Jul 10 22:18:26.300 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94382026-07-10T22:18:26.822Z[ host-image] Jul 10 22:18:26.303 INFO O| Jul 10 22:18:26.303 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94392026-07-10T22:18:27.285Z[ host-image] Jul 10 22:18:26.766 INFO O| Jul 10 22:18:26.765 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94402026-07-10T22:18:27.360Z[ host-image] Jul 10 22:18:26.841 INFO O| Jul 10 22:18:26.841 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94412026-07-10T22:18:27.360Z[ host-image] Jul 10 22:18:26.841 INFO O| Jul 10 22:18:26.841 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94422026-07-10T22:18:27.363Z[ host-image] Jul 10 22:18:26.845 INFO O| Jul 10 22:18:26.845 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94432026-07-10T22:18:27.366Z[ host-image] Jul 10 22:18:26.847 INFO O| Jul 10 22:18:26.847 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94442026-07-10T22:18:27.370Z[ host-image] Jul 10 22:18:26.849 INFO O| Jul 10 22:18:26.849 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94452026-07-10T22:18:27.777Z[ host-image] Jul 10 22:18:27.257 INFO O| Jul 10 22:18:27.257 INFO rolled back to input snapshot; work may begin
94462026-07-10T22:18:27.777Z[ host-image] Jul 10 22:18:27.258 INFO O| Jul 10 22:18:27.257 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94472026-07-10T22:18:27.780Z[ host-image] Jul 10 22:18:27.261 INFO O| Jul 10 22:18:27.261 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94482026-07-10T22:18:27.786Z[ host-image] Jul 10 22:18:27.267 INFO O| Jul 10 22:18:27.267 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94492026-07-10T22:18:27.821Z[ host-image] Jul 10 22:18:27.303 INFO O| Jul 10 22:18:27.303 INFO STEP 0 (remove_files) COMPLETE
94502026-07-10T22:18:27.822Z[ host-image] Jul 10 22:18:27.303 INFO O| Jul 10 22:18:27.303 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94512026-07-10T22:18:27.829Z[ host-image] Jul 10 22:18:27.310 INFO O| Jul 10 22:18:27.310 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94522026-07-10T22:18:27.832Z[ host-image] Jul 10 22:18:27.311 INFO O| Jul 10 22:18:27.311 INFO STEP 1 (remove_files) COMPLETE
94532026-07-10T22:18:27.832Z[ host-image] Jul 10 22:18:27.311 INFO O| Jul 10 22:18:27.311 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94542026-07-10T22:18:27.836Z[ host-image] Jul 10 22:18:27.317 INFO O| Jul 10 22:18:27.317 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94552026-07-10T22:18:27.847Z[ host-image] Jul 10 22:18:27.329 INFO O| Jul 10 22:18:27.328 INFO STEP 2 (remove_files) COMPLETE
94562026-07-10T22:18:27.848Z[ host-image] Jul 10 22:18:27.329 INFO O| Jul 10 22:18:27.328 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94572026-07-10T22:18:27.853Z[ host-image] Jul 10 22:18:27.335 INFO O| Jul 10 22:18:27.335 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94582026-07-10T22:18:27.856Z[ host-image] Jul 10 22:18:27.336 INFO O| Jul 10 22:18:27.336 INFO STEP 3 (remove_files) COMPLETE
94592026-07-10T22:18:27.856Z[ host-image] Jul 10 22:18:27.336 INFO O| Jul 10 22:18:27.336 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94602026-07-10T22:18:27.860Z[ host-image] Jul 10 22:18:27.341 INFO O| Jul 10 22:18:27.341 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94612026-07-10T22:18:27.862Z[ host-image] Jul 10 22:18:27.344 INFO O| Jul 10 22:18:27.344 INFO STEP 4 (remove_files) COMPLETE
94622026-07-10T22:18:27.863Z[ host-image] Jul 10 22:18:27.344 INFO O| Jul 10 22:18:27.344 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94632026-07-10T22:18:27.868Z[ host-image] Jul 10 22:18:27.349 INFO O| Jul 10 22:18:27.349 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94642026-07-10T22:18:27.871Z[ host-image] Jul 10 22:18:27.351 INFO O| Jul 10 22:18:27.351 INFO STEP 5 (remove_files) COMPLETE
94652026-07-10T22:18:27.871Z[ host-image] Jul 10 22:18:27.351 INFO O| Jul 10 22:18:27.351 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94662026-07-10T22:18:27.877Z[ host-image] Jul 10 22:18:27.358 INFO O| Jul 10 22:18:27.358 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94672026-07-10T22:18:27.886Z[ host-image] Jul 10 22:18:27.367 INFO O| Jul 10 22:18:27.367 INFO STEP 6 (remove_files) COMPLETE
94682026-07-10T22:18:27.886Z[ host-image] Jul 10 22:18:27.367 INFO O| Jul 10 22:18:27.367 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94692026-07-10T22:18:27.886Z[ host-image] Jul 10 22:18:27.367 INFO O| Jul 10 22:18:27.367 INFO skip step because feature "heliosv2" is not enabled
94702026-07-10T22:18:27.886Z[ host-image] Jul 10 22:18:27.367 INFO O| Jul 10 22:18:27.367 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94712026-07-10T22:18:27.892Z[ host-image] Jul 10 22:18:27.374 INFO O| Jul 10 22:18:27.374 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94722026-07-10T22:18:27.902Z[ host-image] Jul 10 22:18:27.383 INFO O| Jul 10 22:18:27.383 INFO STEP 8 (remove_files) COMPLETE
94732026-07-10T22:18:27.902Z[ host-image] Jul 10 22:18:27.383 INFO O| Jul 10 22:18:27.383 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94742026-07-10T22:18:27.908Z[ host-image] Jul 10 22:18:27.389 INFO O| Jul 10 22:18:27.389 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94752026-07-10T22:18:27.972Z[ host-image] Jul 10 22:18:27.454 INFO O| Jul 10 22:18:27.454 INFO STEP 9 (remove_files) COMPLETE
94762026-07-10T22:18:27.973Z[ host-image] Jul 10 22:18:27.454 INFO O| Jul 10 22:18:27.454 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94772026-07-10T22:18:27.978Z[ host-image] Jul 10 22:18:27.460 INFO O| Jul 10 22:18:27.460 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94782026-07-10T22:18:28.056Z[ host-image] Jul 10 22:18:27.537 INFO O| Jul 10 22:18:27.537 INFO STEP 10 (remove_files) COMPLETE
94792026-07-10T22:18:28.059Z[ host-image] Jul 10 22:18:27.537 INFO O| Jul 10 22:18:27.537 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94802026-07-10T22:18:28.062Z[ host-image] Jul 10 22:18:27.543 INFO O| Jul 10 22:18:27.543 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94812026-07-10T22:18:28.065Z[ host-image] Jul 10 22:18:27.546 INFO O| Jul 10 22:18:27.546 INFO STEP 11 (remove_files) COMPLETE
94822026-07-10T22:18:28.065Z[ host-image] Jul 10 22:18:27.546 INFO O| Jul 10 22:18:27.546 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94832026-07-10T22:18:28.072Z[ host-image] Jul 10 22:18:27.553 INFO O| Jul 10 22:18:27.553 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94842026-07-10T22:18:28.075Z[ host-image] Jul 10 22:18:27.554 INFO O| Jul 10 22:18:27.554 INFO STEP 12 (remove_files) COMPLETE
94852026-07-10T22:18:28.075Z[ host-image] Jul 10 22:18:27.554 INFO O| Jul 10 22:18:27.554 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94862026-07-10T22:18:28.078Z[ host-image] Jul 10 22:18:27.560 INFO O| Jul 10 22:18:27.560 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94872026-07-10T22:18:28.081Z[ host-image] Jul 10 22:18:27.561 INFO O| Jul 10 22:18:27.561 INFO STEP 13 (remove_files) COMPLETE
94882026-07-10T22:18:28.081Z[ host-image] Jul 10 22:18:27.561 INFO O| Jul 10 22:18:27.561 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94892026-07-10T22:18:28.242Z[ host-image] Jul 10 22:18:27.724 INFO O| Jul 10 22:18:27.724 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94902026-07-10T22:18:28.245Z[ host-image] Jul 10 22:18:27.727 INFO O| Jul 10 22:18:27.727 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94912026-07-10T22:18:28.289Z[ host-image] Jul 10 22:18:27.770 INFO O| Jul 10 22:18:27.770 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94922026-07-10T22:18:28.289Z[ host-image] Jul 10 22:18:27.770 INFO O| Jul 10 22:18:27.770 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94932026-07-10T22:18:28.295Z[ host-image] Jul 10 22:18:27.776 INFO O| Jul 10 22:18:27.776 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94942026-07-10T22:18:28.295Z[ host-image] Jul 10 22:18:27.776 INFO O| Jul 10 22:18:27.776 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94952026-07-10T22:18:28.298Z[ host-image] Jul 10 22:18:27.776 INFO O| Jul 10 22:18:27.776 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94962026-07-10T22:18:28.298Z[ host-image] Jul 10 22:18:27.776 INFO O| Jul 10 22:18:27.776 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94972026-07-10T22:18:28.298Z[ host-image] Jul 10 22:18:27.776 INFO O| Jul 10 22:18:27.776 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94982026-07-10T22:18:28.298Z[ host-image] Jul 10 22:18:27.776 INFO O| Jul 10 22:18:27.776 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94992026-07-10T22:18:28.299Z[ host-image] Jul 10 22:18:27.776 INFO O| Jul 10 22:18:27.776 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95002026-07-10T22:18:28.299Z[ host-image] Jul 10 22:18:27.776 INFO O| Jul 10 22:18:27.776 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95012026-07-10T22:18:28.299Z[ host-image] Jul 10 22:18:27.777 INFO O| Jul 10 22:18:27.777 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95022026-07-10T22:18:28.299Z[ host-image] Jul 10 22:18:27.777 INFO O| Jul 10 22:18:27.777 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95032026-07-10T22:18:28.299Z[ host-image] Jul 10 22:18:27.777 INFO O| Jul 10 22:18:27.777 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95042026-07-10T22:18:28.299Z[ host-image] Jul 10 22:18:27.777 INFO O| Jul 10 22:18:27.777 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95052026-07-10T22:18:28.299Z[ host-image] Jul 10 22:18:27.777 INFO O| Jul 10 22:18:27.777 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95062026-07-10T22:18:28.299Z[ host-image] Jul 10 22:18:27.777 INFO O| Jul 10 22:18:27.777 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95072026-07-10T22:18:28.300Z[ host-image] Jul 10 22:18:27.777 INFO O| Jul 10 22:18:27.777 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95082026-07-10T22:18:28.300Z[ host-image] Jul 10 22:18:27.777 INFO O| Jul 10 22:18:27.777 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95092026-07-10T22:18:28.303Z[ host-image] Jul 10 22:18:27.781 INFO O| Jul 10 22:18:27.781 INFO STEP 14 (remove_files) COMPLETE
95102026-07-10T22:18:28.303Z[ host-image] Jul 10 22:18:27.781 INFO O| Jul 10 22:18:27.781 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-07-10T22:18:28.307Z[ host-image] Jul 10 22:18:27.788 INFO O| Jul 10 22:18:27.788 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95122026-07-10T22:18:28.310Z[ host-image] Jul 10 22:18:27.789 INFO O| Jul 10 22:18:27.789 INFO STEP 15 (remove_files) COMPLETE
95132026-07-10T22:18:28.310Z[ host-image] Jul 10 22:18:27.789 INFO O| Jul 10 22:18:27.789 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-07-10T22:18:28.315Z[ host-image] Jul 10 22:18:27.796 INFO O| Jul 10 22:18:27.796 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95152026-07-10T22:18:28.321Z[ host-image] Jul 10 22:18:27.802 INFO O| Jul 10 22:18:27.802 INFO STEP 16 (remove_files) COMPLETE
95162026-07-10T22:18:28.321Z[ host-image] Jul 10 22:18:27.802 INFO O| Jul 10 22:18:27.802 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-07-10T22:18:28.327Z[ host-image] Jul 10 22:18:27.808 INFO O| Jul 10 22:18:27.808 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95182026-07-10T22:18:28.329Z[ host-image] Jul 10 22:18:27.808 INFO O| Jul 10 22:18:27.808 INFO STEP 17 (remove_files) COMPLETE
95192026-07-10T22:18:28.329Z[ host-image] Jul 10 22:18:27.808 INFO O| Jul 10 22:18:27.808 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-07-10T22:18:28.332Z[ host-image] Jul 10 22:18:27.814 INFO O| Jul 10 22:18:27.814 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95212026-07-10T22:18:28.335Z[ host-image] Jul 10 22:18:27.815 INFO O| Jul 10 22:18:27.815 INFO STEP 18 (remove_files) COMPLETE
95222026-07-10T22:18:28.335Z[ host-image] Jul 10 22:18:27.815 INFO O| Jul 10 22:18:27.815 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-07-10T22:18:28.340Z[ host-image] Jul 10 22:18:27.822 INFO O| Jul 10 22:18:27.822 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95242026-07-10T22:18:28.340Z[ host-image] Jul 10 22:18:27.822 INFO O| Jul 10 22:18:27.822 INFO STEP 19 (remove_files) COMPLETE
95252026-07-10T22:18:28.340Z[ host-image] Jul 10 22:18:27.822 INFO O| Jul 10 22:18:27.822 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-07-10T22:18:28.345Z[ host-image] Jul 10 22:18:27.827 INFO O| Jul 10 22:18:27.827 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95272026-07-10T22:18:28.345Z[ host-image] Jul 10 22:18:27.827 INFO O| Jul 10 22:18:27.827 INFO STEP 20 (remove_files) COMPLETE
95282026-07-10T22:18:28.345Z[ host-image] Jul 10 22:18:27.827 INFO O| Jul 10 22:18:27.827 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-07-10T22:18:28.351Z[ host-image] Jul 10 22:18:27.832 INFO O| Jul 10 22:18:27.832 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95302026-07-10T22:18:28.351Z[ host-image] Jul 10 22:18:27.832 INFO O| Jul 10 22:18:27.832 INFO STEP 21 (remove_files) COMPLETE
95312026-07-10T22:18:28.351Z[ host-image] Jul 10 22:18:27.832 INFO O| Jul 10 22:18:27.832 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-07-10T22:18:28.356Z[ host-image] Jul 10 22:18:27.837 INFO O| Jul 10 22:18:27.837 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95332026-07-10T22:18:28.356Z[ host-image] Jul 10 22:18:27.837 INFO O| Jul 10 22:18:27.837 INFO STEP 22 (remove_files) COMPLETE
95342026-07-10T22:18:28.359Z[ host-image] Jul 10 22:18:27.837 INFO O| Jul 10 22:18:27.837 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-07-10T22:18:28.362Z[ host-image] Jul 10 22:18:27.844 INFO O| Jul 10 22:18:27.843 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95362026-07-10T22:18:28.365Z[ host-image] Jul 10 22:18:27.844 INFO O| Jul 10 22:18:27.844 INFO STEP 23 (remove_files) COMPLETE
95372026-07-10T22:18:28.365Z[ host-image] Jul 10 22:18:27.844 INFO O| Jul 10 22:18:27.844 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-07-10T22:18:28.368Z[ host-image] Jul 10 22:18:27.850 INFO O| Jul 10 22:18:27.850 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95392026-07-10T22:18:28.368Z[ host-image] Jul 10 22:18:27.850 INFO O| Jul 10 22:18:27.850 INFO STEP 24 (remove_files) COMPLETE
95402026-07-10T22:18:28.371Z[ host-image] Jul 10 22:18:27.850 INFO O| Jul 10 22:18:27.850 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-07-10T22:18:28.374Z[ host-image] Jul 10 22:18:27.855 INFO O| Jul 10 22:18:27.855 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95422026-07-10T22:18:28.377Z[ host-image] Jul 10 22:18:27.855 INFO O| Jul 10 22:18:27.855 INFO STEP 25 (remove_files) COMPLETE
95432026-07-10T22:18:28.377Z[ host-image] Jul 10 22:18:27.855 INFO O| Jul 10 22:18:27.855 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-07-10T22:18:28.379Z[ host-image] Jul 10 22:18:27.861 INFO O| Jul 10 22:18:27.861 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95452026-07-10T22:18:28.379Z[ host-image] Jul 10 22:18:27.861 INFO O| Jul 10 22:18:27.861 INFO STEP 26 (remove_files) COMPLETE
95462026-07-10T22:18:28.380Z[ host-image] Jul 10 22:18:27.861 INFO O| Jul 10 22:18:27.861 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-07-10T22:18:28.385Z[ host-image] Jul 10 22:18:27.867 INFO O| Jul 10 22:18:27.867 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95482026-07-10T22:18:28.385Z[ host-image] Jul 10 22:18:27.867 INFO O| Jul 10 22:18:27.867 INFO STEP 27 (remove_files) COMPLETE
95492026-07-10T22:18:28.385Z[ host-image] Jul 10 22:18:27.867 INFO O| Jul 10 22:18:27.867 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-07-10T22:18:28.391Z[ host-image] Jul 10 22:18:27.873 INFO O| Jul 10 22:18:27.873 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95512026-07-10T22:18:28.391Z[ host-image] Jul 10 22:18:27.873 INFO O| Jul 10 22:18:27.873 INFO STEP 28 (remove_files) COMPLETE
95522026-07-10T22:18:28.394Z[ host-image] Jul 10 22:18:27.873 INFO O| Jul 10 22:18:27.873 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-07-10T22:18:28.397Z[ host-image] Jul 10 22:18:27.878 INFO O| Jul 10 22:18:27.878 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95542026-07-10T22:18:28.397Z[ host-image] Jul 10 22:18:27.878 INFO O| Jul 10 22:18:27.878 INFO STEP 29 (remove_files) COMPLETE
95552026-07-10T22:18:28.397Z[ host-image] Jul 10 22:18:27.878 INFO O| Jul 10 22:18:27.878 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-07-10T22:18:28.403Z[ host-image] Jul 10 22:18:27.883 INFO O| Jul 10 22:18:27.883 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95572026-07-10T22:18:28.403Z[ host-image] Jul 10 22:18:27.883 INFO O| Jul 10 22:18:27.883 INFO STEP 30 (remove_files) COMPLETE
95582026-07-10T22:18:28.406Z[ host-image] Jul 10 22:18:27.883 INFO O| Jul 10 22:18:27.883 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-07-10T22:18:28.409Z[ host-image] Jul 10 22:18:27.888 INFO O| Jul 10 22:18:27.888 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95602026-07-10T22:18:28.409Z[ host-image] Jul 10 22:18:27.888 INFO O| Jul 10 22:18:27.888 INFO STEP 31 (remove_files) COMPLETE
95612026-07-10T22:18:28.409Z[ host-image] Jul 10 22:18:27.888 INFO O| Jul 10 22:18:27.888 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-07-10T22:18:28.413Z[ host-image] Jul 10 22:18:27.893 INFO O| Jul 10 22:18:27.893 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95632026-07-10T22:18:28.413Z[ host-image] Jul 10 22:18:27.894 INFO O| Jul 10 22:18:27.894 INFO STEP 32 (remove_files) COMPLETE
95642026-07-10T22:18:28.413Z[ host-image] Jul 10 22:18:27.894 INFO O| Jul 10 22:18:27.894 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-07-10T22:18:28.418Z[ host-image] Jul 10 22:18:27.899 INFO O| Jul 10 22:18:27.899 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95662026-07-10T22:18:28.420Z[ host-image] Jul 10 22:18:27.899 INFO O| Jul 10 22:18:27.899 INFO STEP 33 (remove_files) COMPLETE
95672026-07-10T22:18:28.420Z[ host-image] Jul 10 22:18:27.899 INFO O| Jul 10 22:18:27.899 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-07-10T22:18:28.423Z[ host-image] Jul 10 22:18:27.905 INFO O| Jul 10 22:18:27.905 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95692026-07-10T22:18:28.426Z[ host-image] Jul 10 22:18:27.905 INFO O| Jul 10 22:18:27.905 INFO STEP 34 (remove_files) COMPLETE
95702026-07-10T22:18:28.426Z[ host-image] Jul 10 22:18:27.905 INFO O| Jul 10 22:18:27.905 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-07-10T22:18:28.429Z[ host-image] Jul 10 22:18:27.910 INFO O| Jul 10 22:18:27.910 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95722026-07-10T22:18:28.429Z[ host-image] Jul 10 22:18:27.910 INFO O| Jul 10 22:18:27.910 INFO STEP 35 (remove_files) COMPLETE
95732026-07-10T22:18:28.429Z[ host-image] Jul 10 22:18:27.910 INFO O| Jul 10 22:18:27.910 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-07-10T22:18:28.434Z[ host-image] Jul 10 22:18:27.915 INFO O| Jul 10 22:18:27.915 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95752026-07-10T22:18:28.437Z[ host-image] Jul 10 22:18:27.915 INFO O| Jul 10 22:18:27.915 INFO STEP 36 (remove_files) COMPLETE
95762026-07-10T22:18:28.437Z[ host-image] Jul 10 22:18:27.915 INFO O| Jul 10 22:18:27.915 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-07-10T22:18:28.441Z[ host-image] Jul 10 22:18:27.920 INFO O| Jul 10 22:18:27.920 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95782026-07-10T22:18:28.441Z[ host-image] Jul 10 22:18:27.920 INFO O| Jul 10 22:18:27.920 INFO STEP 37 (remove_files) COMPLETE
95792026-07-10T22:18:28.441Z[ host-image] Jul 10 22:18:27.921 INFO O| Jul 10 22:18:27.920 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-07-10T22:18:28.445Z[ host-image] Jul 10 22:18:27.926 INFO O| Jul 10 22:18:27.926 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95812026-07-10T22:18:28.445Z[ host-image] Jul 10 22:18:27.926 INFO O| Jul 10 22:18:27.926 INFO STEP 38 (remove_files) COMPLETE
95822026-07-10T22:18:28.445Z[ host-image] Jul 10 22:18:27.926 INFO O| Jul 10 22:18:27.926 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-07-10T22:18:28.450Z[ host-image] Jul 10 22:18:27.931 INFO O| Jul 10 22:18:27.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95842026-07-10T22:18:28.450Z[ host-image] Jul 10 22:18:27.931 INFO O| Jul 10 22:18:27.931 INFO STEP 39 (remove_files) COMPLETE
95852026-07-10T22:18:28.450Z[ host-image] Jul 10 22:18:27.931 INFO O| Jul 10 22:18:27.931 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-07-10T22:18:28.459Z[ host-image] Jul 10 22:18:27.936 INFO O| Jul 10 22:18:27.936 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95872026-07-10T22:18:28.459Z[ host-image] Jul 10 22:18:27.936 INFO O| Jul 10 22:18:27.936 INFO STEP 40 (remove_files) COMPLETE
95882026-07-10T22:18:28.459Z[ host-image] Jul 10 22:18:27.936 INFO O| Jul 10 22:18:27.936 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-07-10T22:18:28.462Z[ host-image] Jul 10 22:18:27.941 INFO O| Jul 10 22:18:27.941 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95902026-07-10T22:18:28.462Z[ host-image] Jul 10 22:18:27.941 INFO O| Jul 10 22:18:27.941 INFO STEP 41 (remove_files) COMPLETE
95912026-07-10T22:18:28.462Z[ host-image] Jul 10 22:18:27.941 INFO O| Jul 10 22:18:27.941 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-07-10T22:18:28.466Z[ host-image] Jul 10 22:18:27.946 INFO O| Jul 10 22:18:27.946 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95932026-07-10T22:18:28.466Z[ host-image] Jul 10 22:18:27.946 INFO O| Jul 10 22:18:27.946 INFO STEP 42 (remove_files) COMPLETE
95942026-07-10T22:18:28.466Z[ host-image] Jul 10 22:18:27.946 INFO O| Jul 10 22:18:27.946 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-07-10T22:18:28.470Z[ host-image] Jul 10 22:18:27.952 INFO O| Jul 10 22:18:27.952 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95962026-07-10T22:18:28.470Z[ host-image] Jul 10 22:18:27.952 INFO O| Jul 10 22:18:27.952 INFO STEP 43 (remove_files) COMPLETE
95972026-07-10T22:18:28.473Z[ host-image] Jul 10 22:18:27.952 INFO O| Jul 10 22:18:27.952 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-07-10T22:18:28.475Z[ host-image] Jul 10 22:18:27.957 INFO O| Jul 10 22:18:27.957 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95992026-07-10T22:18:28.476Z[ host-image] Jul 10 22:18:27.957 INFO O| Jul 10 22:18:27.957 INFO STEP 44 (remove_files) COMPLETE
96002026-07-10T22:18:28.476Z[ host-image] Jul 10 22:18:27.957 INFO O| Jul 10 22:18:27.957 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-07-10T22:18:28.480Z[ host-image] Jul 10 22:18:27.962 INFO O| Jul 10 22:18:27.961 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96022026-07-10T22:18:28.480Z[ host-image] Jul 10 22:18:27.962 INFO O| Jul 10 22:18:27.962 INFO STEP 45 (remove_files) COMPLETE
96032026-07-10T22:18:28.480Z[ host-image] Jul 10 22:18:27.962 INFO O| Jul 10 22:18:27.962 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-07-10T22:18:28.485Z[ host-image] Jul 10 22:18:27.967 INFO O| Jul 10 22:18:27.967 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96052026-07-10T22:18:28.485Z[ host-image] Jul 10 22:18:27.967 INFO O| Jul 10 22:18:27.967 INFO STEP 46 (remove_files) COMPLETE
96062026-07-10T22:18:28.488Z[ host-image] Jul 10 22:18:27.967 INFO O| Jul 10 22:18:27.967 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-07-10T22:18:28.493Z[ host-image] Jul 10 22:18:27.972 INFO O| Jul 10 22:18:27.972 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96082026-07-10T22:18:28.493Z[ host-image] Jul 10 22:18:27.972 INFO O| Jul 10 22:18:27.972 INFO STEP 47 (remove_files) COMPLETE
96092026-07-10T22:18:28.493Z[ host-image] Jul 10 22:18:27.972 INFO O| Jul 10 22:18:27.972 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-07-10T22:18:28.496Z[ host-image] Jul 10 22:18:27.978 INFO O| Jul 10 22:18:27.978 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96112026-07-10T22:18:28.496Z[ host-image] Jul 10 22:18:27.978 INFO O| Jul 10 22:18:27.978 INFO STEP 48 (remove_files) COMPLETE
96122026-07-10T22:18:28.496Z[ host-image] Jul 10 22:18:27.978 INFO O| Jul 10 22:18:27.978 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-07-10T22:18:28.502Z[ host-image] Jul 10 22:18:27.983 INFO O| Jul 10 22:18:27.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96142026-07-10T22:18:28.502Z[ host-image] Jul 10 22:18:27.983 INFO O| Jul 10 22:18:27.983 INFO STEP 49 (remove_files) COMPLETE
96152026-07-10T22:18:28.502Z[ host-image] Jul 10 22:18:27.983 INFO O| Jul 10 22:18:27.983 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-07-10T22:18:28.509Z[ host-image] Jul 10 22:18:27.991 INFO O| Jul 10 22:18:27.990 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96172026-07-10T22:18:28.509Z[ host-image] Jul 10 22:18:27.991 INFO O| Jul 10 22:18:27.991 INFO STEP 50 (remove_files) COMPLETE
96182026-07-10T22:18:28.509Z[ host-image] Jul 10 22:18:27.991 INFO O| Jul 10 22:18:27.991 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-07-10T22:18:28.515Z[ host-image] Jul 10 22:18:27.996 INFO O| Jul 10 22:18:27.996 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96202026-07-10T22:18:28.515Z[ host-image] Jul 10 22:18:27.996 INFO O| Jul 10 22:18:27.996 INFO STEP 51 (remove_files) COMPLETE
96212026-07-10T22:18:28.518Z[ host-image] Jul 10 22:18:27.996 INFO O| Jul 10 22:18:27.996 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96222026-07-10T22:18:28.522Z[ host-image] Jul 10 22:18:28.002 INFO O| Jul 10 22:18:28.002 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96232026-07-10T22:18:28.522Z[ host-image] Jul 10 22:18:28.002 INFO O| Jul 10 22:18:28.002 INFO STEP 52 (remove_files) COMPLETE
96242026-07-10T22:18:28.522Z[ host-image] Jul 10 22:18:28.002 INFO O| Jul 10 22:18:28.002 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-07-10T22:18:28.525Z[ host-image] Jul 10 22:18:28.007 INFO O| Jul 10 22:18:28.007 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96262026-07-10T22:18:28.525Z[ host-image] Jul 10 22:18:28.007 INFO O| Jul 10 22:18:28.007 INFO STEP 53 (remove_files) COMPLETE
96272026-07-10T22:18:28.528Z[ host-image] Jul 10 22:18:28.007 INFO O| Jul 10 22:18:28.007 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96282026-07-10T22:18:28.531Z[ host-image] Jul 10 22:18:28.012 INFO O| Jul 10 22:18:28.012 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96292026-07-10T22:18:28.531Z[ host-image] Jul 10 22:18:28.012 INFO O| Jul 10 22:18:28.012 INFO STEP 54 (remove_files) COMPLETE
96302026-07-10T22:18:28.531Z[ host-image] Jul 10 22:18:28.012 INFO O| Jul 10 22:18:28.012 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96312026-07-10T22:18:28.536Z[ host-image] Jul 10 22:18:28.017 INFO O| Jul 10 22:18:28.017 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96322026-07-10T22:18:28.536Z[ host-image] Jul 10 22:18:28.017 INFO O| Jul 10 22:18:28.017 INFO STEP 55 (remove_files) COMPLETE
96332026-07-10T22:18:28.536Z[ host-image] Jul 10 22:18:28.017 INFO O| Jul 10 22:18:28.017 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96342026-07-10T22:18:28.541Z[ host-image] Jul 10 22:18:28.023 INFO O| Jul 10 22:18:28.022 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96352026-07-10T22:18:28.541Z[ host-image] Jul 10 22:18:28.023 INFO O| Jul 10 22:18:28.023 INFO STEP 56 (remove_files) COMPLETE
96362026-07-10T22:18:28.541Z[ host-image] Jul 10 22:18:28.023 INFO O| Jul 10 22:18:28.023 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96372026-07-10T22:18:28.546Z[ host-image] Jul 10 22:18:28.028 INFO O| Jul 10 22:18:28.028 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96382026-07-10T22:18:28.546Z[ host-image] Jul 10 22:18:28.028 INFO O| Jul 10 22:18:28.028 INFO STEP 57 (remove_files) COMPLETE
96392026-07-10T22:18:28.549Z[ host-image] Jul 10 22:18:28.028 INFO O| Jul 10 22:18:28.028 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96402026-07-10T22:18:28.551Z[ host-image] Jul 10 22:18:28.033 INFO O| Jul 10 22:18:28.033 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96412026-07-10T22:18:28.551Z[ host-image] Jul 10 22:18:28.033 INFO O| Jul 10 22:18:28.033 INFO STEP 58 (remove_files) COMPLETE
96422026-07-10T22:18:28.551Z[ host-image] Jul 10 22:18:28.033 INFO O| Jul 10 22:18:28.033 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96432026-07-10T22:18:28.556Z[ host-image] Jul 10 22:18:28.038 INFO O| Jul 10 22:18:28.038 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96442026-07-10T22:18:28.556Z[ host-image] Jul 10 22:18:28.038 INFO O| Jul 10 22:18:28.038 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96452026-07-10T22:18:28.559Z[ host-image] Jul 10 22:18:28.038 INFO O| Jul 10 22:18:28.038 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96462026-07-10T22:18:28.559Z[ host-image] Jul 10 22:18:28.038 INFO O| Jul 10 22:18:28.038 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96472026-07-10T22:18:28.559Z[ host-image] Jul 10 22:18:28.038 INFO O| Jul 10 22:18:28.038 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96482026-07-10T22:18:28.559Z[ host-image] Jul 10 22:18:28.038 INFO O| Jul 10 22:18:28.038 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96492026-07-10T22:18:28.560Z[ host-image] Jul 10 22:18:28.038 INFO O| Jul 10 22:18:28.038 INFO ok!
96502026-07-10T22:18:28.560Z[ host-image] Jul 10 22:18:28.038 INFO O| Jul 10 22:18:28.038 INFO STEP 59 (ensure_file) COMPLETE
96512026-07-10T22:18:28.560Z[ host-image] Jul 10 22:18:28.038 INFO O| Jul 10 22:18:28.038 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96522026-07-10T22:18:28.564Z[ host-image] Jul 10 22:18:28.044 INFO O| Jul 10 22:18:28.044 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96532026-07-10T22:18:28.564Z[ host-image] Jul 10 22:18:28.044 INFO O| Jul 10 22:18:28.044 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96542026-07-10T22:18:28.564Z[ host-image] Jul 10 22:18:28.044 INFO O| Jul 10 22:18:28.044 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96552026-07-10T22:18:28.564Z[ host-image] Jul 10 22:18:28.044 INFO O| Jul 10 22:18:28.044 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96562026-07-10T22:18:28.564Z[ host-image] Jul 10 22:18:28.044 INFO O| Jul 10 22:18:28.044 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96572026-07-10T22:18:28.564Z[ host-image] Jul 10 22:18:28.044 INFO O| Jul 10 22:18:28.044 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96582026-07-10T22:18:28.564Z[ host-image] Jul 10 22:18:28.044 INFO O| Jul 10 22:18:28.044 INFO ok!
96592026-07-10T22:18:28.564Z[ host-image] Jul 10 22:18:28.044 INFO O| Jul 10 22:18:28.044 INFO STEP 60 (ensure_file) COMPLETE
96602026-07-10T22:18:28.564Z[ host-image] Jul 10 22:18:28.044 INFO O| Jul 10 22:18:28.044 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96612026-07-10T22:18:28.568Z[ host-image] Jul 10 22:18:28.049 INFO O| Jul 10 22:18:28.049 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96622026-07-10T22:18:28.568Z[ host-image] Jul 10 22:18:28.049 INFO O| Jul 10 22:18:28.049 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96632026-07-10T22:18:28.568Z[ host-image] Jul 10 22:18:28.049 INFO O| Jul 10 22:18:28.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96642026-07-10T22:18:28.571Z[ host-image] Jul 10 22:18:28.049 INFO O| Jul 10 22:18:28.049 INFO ok!
96652026-07-10T22:18:28.571Z[ host-image] Jul 10 22:18:28.049 INFO O| Jul 10 22:18:28.049 INFO STEP 61 (ensure_file) COMPLETE
96662026-07-10T22:18:28.571Z[ host-image] Jul 10 22:18:28.049 INFO O| Jul 10 22:18:28.049 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96672026-07-10T22:18:28.574Z[ host-image] Jul 10 22:18:28.054 INFO O| Jul 10 22:18:28.054 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96682026-07-10T22:18:28.574Z[ host-image] Jul 10 22:18:28.054 INFO O| Jul 10 22:18:28.054 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96692026-07-10T22:18:28.574Z[ host-image] Jul 10 22:18:28.054 INFO O| Jul 10 22:18:28.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96702026-07-10T22:18:28.574Z[ host-image] Jul 10 22:18:28.054 INFO O| Jul 10 22:18:28.054 INFO ok!
96712026-07-10T22:18:28.574Z[ host-image] Jul 10 22:18:28.054 INFO O| Jul 10 22:18:28.054 INFO STEP 62 (ensure_file) COMPLETE
96722026-07-10T22:18:28.574Z[ host-image] Jul 10 22:18:28.054 INFO O| Jul 10 22:18:28.054 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96732026-07-10T22:18:28.578Z[ host-image] Jul 10 22:18:28.060 INFO O| Jul 10 22:18:28.060 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96742026-07-10T22:18:28.578Z[ host-image] Jul 10 22:18:28.060 INFO O| Jul 10 22:18:28.060 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96752026-07-10T22:18:28.578Z[ host-image] Jul 10 22:18:28.060 INFO O| Jul 10 22:18:28.060 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96762026-07-10T22:18:28.581Z[ host-image] Jul 10 22:18:28.060 INFO O| Jul 10 22:18:28.060 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96772026-07-10T22:18:28.581Z[ host-image] Jul 10 22:18:28.060 INFO O| Jul 10 22:18:28.060 INFO ok!
96782026-07-10T22:18:28.581Z[ host-image] Jul 10 22:18:28.060 INFO O| Jul 10 22:18:28.060 INFO STEP 63 (ensure_file) COMPLETE
96792026-07-10T22:18:28.581Z[ host-image] Jul 10 22:18:28.060 INFO O| Jul 10 22:18:28.060 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96802026-07-10T22:18:28.584Z[ host-image] Jul 10 22:18:28.066 INFO O| Jul 10 22:18:28.066 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96812026-07-10T22:18:28.584Z[ host-image] Jul 10 22:18:28.066 INFO O| Jul 10 22:18:28.066 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96822026-07-10T22:18:28.584Z[ host-image] Jul 10 22:18:28.066 INFO O| Jul 10 22:18:28.066 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96832026-07-10T22:18:28.584Z[ host-image] Jul 10 22:18:28.066 INFO O| Jul 10 22:18:28.066 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96842026-07-10T22:18:28.584Z[ host-image] Jul 10 22:18:28.066 INFO O| Jul 10 22:18:28.066 INFO ok!
96852026-07-10T22:18:28.587Z[ host-image] Jul 10 22:18:28.066 INFO O| Jul 10 22:18:28.066 INFO STEP 64 (ensure_file) COMPLETE
96862026-07-10T22:18:28.587Z[ host-image] Jul 10 22:18:28.066 INFO O| Jul 10 22:18:28.066 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96872026-07-10T22:18:28.592Z[ host-image] Jul 10 22:18:28.073 INFO O| Jul 10 22:18:28.073 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96882026-07-10T22:18:28.592Z[ host-image] Jul 10 22:18:28.073 INFO O| Jul 10 22:18:28.073 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96892026-07-10T22:18:28.594Z[ host-image] Jul 10 22:18:28.073 INFO O| Jul 10 22:18:28.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96902026-07-10T22:18:28.594Z[ host-image] Jul 10 22:18:28.073 INFO O| Jul 10 22:18:28.073 INFO ok!
96912026-07-10T22:18:28.594Z[ host-image] Jul 10 22:18:28.073 INFO O| Jul 10 22:18:28.073 INFO STEP 65 (assemble_files) COMPLETE
96922026-07-10T22:18:28.594Z[ host-image] Jul 10 22:18:28.073 INFO O| Jul 10 22:18:28.073 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96932026-07-10T22:18:28.597Z[ host-image] Jul 10 22:18:28.079 INFO O| Jul 10 22:18:28.079 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96942026-07-10T22:18:28.597Z[ host-image] Jul 10 22:18:28.079 INFO O| Jul 10 22:18:28.079 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96952026-07-10T22:18:28.597Z[ host-image] Jul 10 22:18:28.079 INFO O| Jul 10 22:18:28.079 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96962026-07-10T22:18:28.597Z[ host-image] Jul 10 22:18:28.079 INFO O| Jul 10 22:18:28.079 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96972026-07-10T22:18:28.597Z[ host-image] Jul 10 22:18:28.079 INFO O| Jul 10 22:18:28.079 INFO ok!
96982026-07-10T22:18:28.598Z[ host-image] Jul 10 22:18:28.079 INFO O| Jul 10 22:18:28.079 INFO STEP 66 (ensure_file) COMPLETE
96992026-07-10T22:18:28.600Z[ host-image] Jul 10 22:18:28.079 INFO O| Jul 10 22:18:28.079 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97002026-07-10T22:18:28.603Z[ host-image] Jul 10 22:18:28.085 INFO O| Jul 10 22:18:28.085 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97012026-07-10T22:18:28.603Z[ host-image] Jul 10 22:18:28.085 INFO O| Jul 10 22:18:28.085 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97022026-07-10T22:18:28.603Z[ host-image] Jul 10 22:18:28.085 INFO O| Jul 10 22:18:28.085 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97032026-07-10T22:18:28.603Z[ host-image] Jul 10 22:18:28.085 INFO O| Jul 10 22:18:28.085 INFO STEP 67 (ensure_dir) COMPLETE
97042026-07-10T22:18:28.606Z[ host-image] Jul 10 22:18:28.085 INFO O| Jul 10 22:18:28.085 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97052026-07-10T22:18:28.610Z[ host-image] Jul 10 22:18:28.091 INFO O| Jul 10 22:18:28.091 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97062026-07-10T22:18:28.610Z[ host-image] Jul 10 22:18:28.091 INFO O| Jul 10 22:18:28.091 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 ...
97072026-07-10T22:18:28.615Z[ host-image] Jul 10 22:18:28.097 INFO O| Jul 10 22:18:28.097 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
97082026-07-10T22:18:28.615Z[ host-image] Jul 10 22:18:28.097 INFO O| Jul 10 22:18:28.097 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97092026-07-10T22:18:28.615Z[ host-image] Jul 10 22:18:28.097 INFO O| Jul 10 22:18:28.097 INFO ok!
97102026-07-10T22:18:28.616Z[ host-image] Jul 10 22:18:28.097 INFO O| Jul 10 22:18:28.097 INFO STEP 68 (ensure_file) COMPLETE
97112026-07-10T22:18:28.619Z[ host-image] Jul 10 22:18:28.097 INFO O| Jul 10 22:18:28.097 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97122026-07-10T22:18:28.622Z[ host-image] Jul 10 22:18:28.102 INFO O| Jul 10 22:18:28.102 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97132026-07-10T22:18:28.622Z[ host-image] Jul 10 22:18:28.102 INFO O| Jul 10 22:18:28.102 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 ...
97142026-07-10T22:18:28.622Z[ host-image] Jul 10 22:18:28.102 INFO O| Jul 10 22:18:28.102 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
97152026-07-10T22:18:28.622Z[ host-image] Jul 10 22:18:28.102 INFO O| Jul 10 22:18:28.102 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97162026-07-10T22:18:28.622Z[ host-image] Jul 10 22:18:28.102 INFO O| Jul 10 22:18:28.102 INFO ok!
97172026-07-10T22:18:28.622Z[ host-image] Jul 10 22:18:28.102 INFO O| Jul 10 22:18:28.102 INFO STEP 69 (ensure_file) COMPLETE
97182026-07-10T22:18:28.622Z[ host-image] Jul 10 22:18:28.102 INFO O| Jul 10 22:18:28.102 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97192026-07-10T22:18:28.629Z[ host-image] Jul 10 22:18:28.110 INFO O| Jul 10 22:18:28.110 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97202026-07-10T22:18:28.629Z[ host-image] Jul 10 22:18:28.110 INFO O| Jul 10 22:18:28.110 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97212026-07-10T22:18:30.046Z[ host-image] Jul 10 22:18:29.527 INFO O| Jul 10 22:18:29.527 INFO STEP 70 (pack_tar) COMPLETE
97222026-07-10T22:18:30.046Z[ host-image] Jul 10 22:18:29.527 INFO O| Jul 10 22:18:29.527 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97232026-07-10T22:18:30.046Z[ host-image] Jul 10 22:18:29.527 INFO O| Jul 10 22:18:29.527 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97242026-07-10T22:18:30.594Z[ host-image] Jul 10 22:18:30.075 INFO O| Jul 10 22:18:30.075 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97252026-07-10T22:18:30.674Z[ host-image] Jul 10 22:18:30.155 INFO O| Jul 10 22:18:30.155 INFO completed processing sled/ramdisk-02-trim
97262026-07-10T22:18:30.677Z[ host-image] Jul 10 22:18:30.156 INFO image builder template: zfs...
97272026-07-10T22:18:30.679Z[ host-image] Jul 10 22:18:30.157 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/.tmpK6rNYa/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.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "zfs"], pwd: None
97282026-07-10T22:18:30.686Z[ host-image] Jul 10 22:18:30.168 INFO O| Jul 10 22:18:30.168 INFO skip include "stress" because feature "stress" is not enabled
97292026-07-10T22:18:30.686Z[ host-image] Jul 10 22:18:30.168 INFO O| Jul 10 22:18:30.168 INFO skip include "stress" because feature "compliance" is not enabled
97302026-07-10T22:18:30.712Z[ host-image] Jul 10 22:18:30.193 INFO O| Jul 10 22:18:30.193 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97312026-07-10T22:18:30.715Z[ host-image] Jul 10 22:18:30.197 INFO O| Jul 10 22:18:30.196 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97322026-07-10T22:18:30.856Z[ host-image] Jul 10 22:18:30.338 INFO O| Jul 10 22:18:30.337 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97332026-07-10T22:18:30.923Z[ host-image] Jul 10 22:18:30.404 INFO O| Jul 10 22:18:30.404 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97342026-07-10T22:18:30.923Z[ host-image] Jul 10 22:18:30.404 INFO O| Jul 10 22:18:30.404 INFO work dataset: rpool/images/build/host/work/sled/zfs
97352026-07-10T22:18:30.926Z[ host-image] Jul 10 22:18:30.406 INFO O| Jul 10 22:18:30.406 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97362026-07-10T22:18:31.011Z[ host-image] Jul 10 22:18:30.492 INFO O| Jul 10 22:18:30.492 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97372026-07-10T22:18:31.071Z[ host-image] Jul 10 22:18:30.551 INFO O| Jul 10 22:18:30.551 INFO DESTROY POOL: TEMPORARY-sled-zfs
97382026-07-10T22:18:31.075Z[ host-image] Jul 10 22:18:30.556 INFO O| Jul 10 22:18:30.556 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97392026-07-10T22:18:31.079Z[ host-image] Jul 10 22:18:30.560 INFO O| Jul 10 22:18:30.560 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97402026-07-10T22:18:31.079Z[ host-image] Jul 10 22:18:30.560 INFO O| Jul 10 22:18:30.560 INFO no lofi found
97412026-07-10T22:18:31.082Z[ host-image] Jul 10 22:18:30.560 INFO O| Jul 10 22:18:30.560 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97422026-07-10T22:18:31.082Z[ host-image] Jul 10 22:18:30.560 INFO O| Jul 10 22:18:30.560 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97432026-07-10T22:18:31.427Z[ recovery-image] Jul 10 22:18:30.907 INFO O| ok, image written!
97442026-07-10T22:18:31.427Z[ recovery-image] Jul 10 22:18:30.907 INFO O| ok, boot_image_csum file written!
97452026-07-10T22:18:31.430Z[ recovery-image] Jul 10 22:18:30.909 INFO creating boot archive (CPIO)...
97462026-07-10T22:18:31.430Z[ recovery-image] Jul 10 22:18:30.909 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
97472026-07-10T22:18:31.433Z[ recovery-image] Jul 10 22:18:30.913 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
97482026-07-10T22:18:31.433Z[ recovery-image] Jul 10 22:18:30.913 INFO E| + outfile=/work/os-recovery/cpio
97492026-07-10T22:18:31.433Z[ recovery-image] Jul 10 22:18:30.913 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
97502026-07-10T22:18:31.436Z[ recovery-image] Jul 10 22:18:30.915 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
97512026-07-10T22:18:31.436Z[ recovery-image] Jul 10 22:18:30.916 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
97522026-07-10T22:18:31.460Z[ recovery-image] Jul 10 22:18:30.941 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
97532026-07-10T22:18:31.463Z[ recovery-image] Jul 10 22:18:30.941 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
97542026-07-10T22:18:31.466Z[ recovery-image] Jul 10 22:18:30.946 INFO creating compressed cpio/unix for dev loaders...
97552026-07-10T22:18:31.466Z[ recovery-image] Jul 10 22:18:30.946 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
97562026-07-10T22:18:31.691Z[ recovery-image] Jul 10 22:18:31.172 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
97572026-07-10T22:18:32.520Z[ host-image] Jul 10 22:18:32.001 INFO O| Jul 10 22:18:32.001 INFO lofi device = /dev/dsk/c2t1d0p0
97582026-07-10T22:18:32.520Z[ host-image] Jul 10 22:18:32.001 INFO O| Jul 10 22:18:32.001 INFO pool device = /dev/dsk/c2t1d0p0
97592026-07-10T22:18:32.524Z[ host-image] Jul 10 22:18:32.001 INFO O| Jul 10 22:18:32.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"]
97602026-07-10T22:18:32.578Z[ host-image] Jul 10 22:18:32.059 INFO O| Jul 10 22:18:32.059 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97612026-07-10T22:18:32.578Z[ host-image] Jul 10 22:18:32.059 INFO O| Jul 10 22:18:32.059 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97622026-07-10T22:18:32.590Z[ host-image] Jul 10 22:18:32.071 INFO O| Jul 10 22:18:32.071 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97632026-07-10T22:18:32.627Z[ host-image] Jul 10 22:18:32.108 INFO O| Jul 10 22:18:32.108 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97642026-07-10T22:18:32.651Z[ host-image] Jul 10 22:18:32.132 INFO O| Jul 10 22:18:32.132 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97652026-07-10T22:18:32.660Z[ host-image] Jul 10 22:18:32.141 INFO O| Jul 10 22:18:32.141 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97662026-07-10T22:18:32.667Z[ host-image] Jul 10 22:18:32.148 INFO O| Jul 10 22:18:32.148 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97672026-07-10T22:18:32.694Z[ host-image] Jul 10 22:18:32.175 INFO O| Jul 10 22:18:32.175 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97682026-07-10T22:18:32.698Z[ host-image] Jul 10 22:18:32.175 INFO O| Jul 10 22:18:32.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97692026-07-10T22:18:32.699Z[ host-image] Jul 10 22:18:32.175 INFO O| Jul 10 22:18:32.175 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97702026-07-10T22:18:32.702Z[ host-image] Jul 10 22:18:32.181 INFO O| Jul 10 22:18:32.181 INFO boot environment UUID: 9d40dd1f-a016-40ce-baf2-759efe57b4d5
97712026-07-10T22:18:32.703Z[ host-image] Jul 10 22:18:32.181 INFO O| Jul 10 22:18:32.181 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9d40dd1f-a016-40ce-baf2-759efe57b4d5
97722026-07-10T22:18:32.706Z[ host-image] Jul 10 22:18:32.188 INFO O| Jul 10 22:18:32.188 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97732026-07-10T22:18:32.712Z[ host-image] Jul 10 22:18:32.194 INFO O| Jul 10 22:18:32.194 INFO STEP 0 (create_be) COMPLETE
97742026-07-10T22:18:32.712Z[ host-image] Jul 10 22:18:32.194 INFO O| Jul 10 22:18:32.194 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97752026-07-10T22:18:32.722Z[ host-image] Jul 10 22:18:32.203 INFO O| Jul 10 22:18:32.203 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97762026-07-10T22:18:35.095Z[ recovery-image] Jul 10 22:18:34.576 INFO creating reset image...
97772026-07-10T22:18:35.095Z[ recovery-image] Jul 10 22:18:34.576 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")
97782026-07-10T22:18:35.333Z[ recovery-image] Jul 10 22:18:34.812 INFO E| Updating crates.io index
97792026-07-10T22:18:35.540Z[ recovery-image] Jul 10 22:18:35.019 INFO E| Downloading crates ...
97802026-07-10T22:18:35.584Z[ recovery-image] Jul 10 22:18:35.064 INFO E| Downloaded colorchoice v1.0.5
97812026-07-10T22:18:35.586Z[ recovery-image] Jul 10 22:18:35.065 INFO E| Downloaded os_pipe v1.2.3
97822026-07-10T22:18:35.590Z[ recovery-image] Jul 10 22:18:35.070 INFO E| Downloaded clap_lex v1.1.0
97832026-07-10T22:18:35.592Z[ recovery-image] Jul 10 22:18:35.071 INFO E| Downloaded shared_thread v0.2.0
97842026-07-10T22:18:35.592Z[ recovery-image] Jul 10 22:18:35.071 INFO E| Downloaded shared_child v1.1.1
97852026-07-10T22:18:35.592Z[ recovery-image] Jul 10 22:18:35.072 INFO E| Downloaded sigchld v0.2.4
97862026-07-10T22:18:35.592Z[ recovery-image] Jul 10 22:18:35.073 INFO E| Downloaded duct v1.1.1
97872026-07-10T22:18:35.628Z[ recovery-image] Jul 10 22:18:35.109 INFO E| Compiling libc v0.2.186
97882026-07-10T22:18:35.639Z[ recovery-image] Jul 10 22:18:35.110 INFO E| Compiling proc-macro2 v1.0.106
97892026-07-10T22:18:35.639Z[ recovery-image] Jul 10 22:18:35.110 INFO E| Compiling quote v1.0.45
97902026-07-10T22:18:35.639Z[ recovery-image] Jul 10 22:18:35.110 INFO E| Compiling signal-hook v0.3.18
97912026-07-10T22:18:35.639Z[ recovery-image] Jul 10 22:18:35.110 INFO E| Compiling unicode-ident v1.0.24
97922026-07-10T22:18:35.639Z[ recovery-image] Jul 10 22:18:35.110 INFO E| Compiling utf8parse v0.2.2
97932026-07-10T22:18:35.639Z[ recovery-image] Jul 10 22:18:35.110 INFO E| Compiling is_terminal_polyfill v1.70.2
97942026-07-10T22:18:35.639Z[ recovery-image] Jul 10 22:18:35.110 INFO E| Compiling anstyle-query v1.1.5
97952026-07-10T22:18:35.639Z[ recovery-image] Jul 10 22:18:35.110 INFO E| Compiling anstyle v1.0.14
97962026-07-10T22:18:35.639Z[ recovery-image] Jul 10 22:18:35.110 INFO E| Compiling colorchoice v1.0.5
97972026-07-10T22:18:35.639Z[ recovery-image] Jul 10 22:18:35.110 INFO E| Compiling strsim v0.11.1
97982026-07-10T22:18:35.639Z[ recovery-image] Jul 10 22:18:35.110 INFO E| Compiling heck v0.5.0
97992026-07-10T22:18:35.641Z[ recovery-image] Jul 10 22:18:35.110 INFO E| Compiling clap_lex v1.1.0
98002026-07-10T22:18:35.641Z[ recovery-image] Jul 10 22:18:35.110 INFO E| Compiling shared_thread v0.2.0
98012026-07-10T22:18:35.876Z[ recovery-image] Jul 10 22:18:35.357 INFO E| Compiling anstyle-parse v1.0.0
98022026-07-10T22:18:36.216Z[ recovery-image] Jul 10 22:18:35.697 INFO E| Compiling anstream v1.0.0
98032026-07-10T22:18:36.538Z[ recovery-image] Jul 10 22:18:36.016 INFO E| Compiling clap_builder v4.6.0
98042026-07-10T22:18:36.849Z[ recovery-image] Jul 10 22:18:36.329 INFO E| Compiling errno v0.3.14
98052026-07-10T22:18:36.849Z[ recovery-image] Jul 10 22:18:36.329 INFO E| Compiling os_pipe v1.2.3
98062026-07-10T22:18:36.955Z[ recovery-image] Jul 10 22:18:36.436 INFO E| Compiling signal-hook-registry v1.4.8
98072026-07-10T22:18:37.160Z[ recovery-image] Jul 10 22:18:36.641 INFO E| Compiling syn v2.0.117
98082026-07-10T22:18:37.254Z[ recovery-image] Jul 10 22:18:36.732 INFO E| Compiling sigchld v0.2.4
98092026-07-10T22:18:37.354Z[ recovery-image] Jul 10 22:18:36.835 INFO E| Compiling shared_child v1.1.1
98102026-07-10T22:18:37.471Z[ recovery-image] Jul 10 22:18:36.952 INFO E| Compiling duct v1.1.1
98112026-07-10T22:18:39.559Z[ recovery-image] Jul 10 22:18:39.039 INFO E| Compiling clap_derive v4.6.1
98122026-07-10T22:18:40.948Z[ recovery-image] Jul 10 22:18:40.428 INFO E| Compiling clap v4.6.1
98132026-07-10T22:18:41.011Z[ recovery-image] Jul 10 22:18:40.492 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
98142026-07-10T22:18:41.028Z[ host-image] Jul 10 22:18:40.509 INFO O| Jul 10 22:18:40.509 INFO STEP 1 (unpack_tar) COMPLETE
98152026-07-10T22:18:41.029Z[ host-image] Jul 10 22:18:40.509 INFO O| Jul 10 22:18:40.509 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98162026-07-10T22:18:41.037Z[ host-image] Jul 10 22:18:40.518 INFO O| Jul 10 22:18:40.518 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98172026-07-10T22:18:41.155Z[ host-image] Jul 10 22:18:40.636 INFO O| Jul 10 22:18:40.636 INFO STEP 2 (devfsadm) COMPLETE
98182026-07-10T22:18:41.155Z[ host-image] Jul 10 22:18:40.636 INFO O| Jul 10 22:18:40.636 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98192026-07-10T22:18:41.163Z[ host-image] Jul 10 22:18:40.644 INFO O| Jul 10 22:18:40.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98202026-07-10T22:18:41.163Z[ host-image] Jul 10 22:18:40.644 INFO O| Jul 10 22:18:40.644 INFO STEP 3 (ensure_dir) COMPLETE
98212026-07-10T22:18:41.167Z[ host-image] Jul 10 22:18:40.644 INFO O| Jul 10 22:18:40.644 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98222026-07-10T22:18:41.170Z[ host-image] Jul 10 22:18:40.650 INFO O| Jul 10 22:18:40.650 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98232026-07-10T22:18:41.170Z[ host-image] Jul 10 22:18:40.650 INFO O| Jul 10 22:18:40.650 INFO STEP 4 (ensure_dir) COMPLETE
98242026-07-10T22:18:41.170Z[ host-image] Jul 10 22:18:40.650 INFO O| Jul 10 22:18:40.650 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98252026-07-10T22:18:41.174Z[ host-image] Jul 10 22:18:40.655 INFO O| Jul 10 22:18:40.655 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98262026-07-10T22:18:41.174Z[ host-image] Jul 10 22:18:40.655 INFO O| Jul 10 22:18:40.655 INFO STEP 5 (ensure_dir) COMPLETE
98272026-07-10T22:18:41.177Z[ host-image] Jul 10 22:18:40.655 INFO O| Jul 10 22:18:40.655 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98282026-07-10T22:18:41.180Z[ host-image] Jul 10 22:18:40.661 INFO O| Jul 10 22:18:40.661 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98292026-07-10T22:18:41.180Z[ host-image] Jul 10 22:18:40.661 INFO O| Jul 10 22:18:40.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98302026-07-10T22:18:41.180Z[ host-image] Jul 10 22:18:40.661 INFO O| Jul 10 22:18:40.661 INFO STEP 6 (ensure_dir) COMPLETE
98312026-07-10T22:18:41.180Z[ host-image] Jul 10 22:18:40.661 INFO O| Jul 10 22:18:40.661 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98322026-07-10T22:18:41.185Z[ host-image] Jul 10 22:18:40.667 INFO O| Jul 10 22:18:40.667 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98332026-07-10T22:18:41.188Z[ host-image] Jul 10 22:18:40.667 INFO O| Jul 10 22:18:40.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98342026-07-10T22:18:41.188Z[ host-image] Jul 10 22:18:40.667 INFO O| Jul 10 22:18:40.667 INFO STEP 7 (ensure_dir) COMPLETE
98352026-07-10T22:18:41.188Z[ host-image] Jul 10 22:18:40.667 INFO O| Jul 10 22:18:40.667 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98362026-07-10T22:18:41.192Z[ host-image] Jul 10 22:18:40.672 INFO O| Jul 10 22:18:40.672 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98372026-07-10T22:18:41.192Z[ host-image] Jul 10 22:18:40.673 INFO O| Jul 10 22:18:40.673 INFO STEP 8 (remove_files) COMPLETE
98382026-07-10T22:18:41.192Z[ host-image] Jul 10 22:18:40.673 INFO O| Jul 10 22:18:40.673 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98392026-07-10T22:18:41.197Z[ host-image] Jul 10 22:18:40.678 INFO O| Jul 10 22:18:40.678 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98402026-07-10T22:18:41.200Z[ host-image] Jul 10 22:18:40.678 INFO O| Jul 10 22:18:40.678 INFO STEP 9 (remove_files) COMPLETE
98412026-07-10T22:18:41.200Z[ host-image] Jul 10 22:18:40.678 INFO O| Jul 10 22:18:40.678 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98422026-07-10T22:18:41.203Z[ host-image] Jul 10 22:18:40.684 INFO O| Jul 10 22:18:40.684 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98432026-07-10T22:18:41.206Z[ host-image] Jul 10 22:18:40.685 INFO O| Jul 10 22:18:40.685 INFO STEP 10 (remove_files) COMPLETE
98442026-07-10T22:18:41.206Z[ host-image] Jul 10 22:18:40.685 INFO O| Jul 10 22:18:40.685 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98452026-07-10T22:18:41.210Z[ host-image] Jul 10 22:18:40.691 INFO O| Jul 10 22:18:40.691 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98462026-07-10T22:18:41.210Z[ host-image] Jul 10 22:18:40.691 INFO O| Jul 10 22:18:40.691 INFO STEP 11 (remove_files) COMPLETE
98472026-07-10T22:18:41.210Z[ host-image] Jul 10 22:18:40.691 INFO O| Jul 10 22:18:40.691 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98482026-07-10T22:18:41.217Z[ host-image] Jul 10 22:18:40.699 INFO O| Jul 10 22:18:40.699 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98492026-07-10T22:18:41.220Z[ host-image] Jul 10 22:18:40.699 INFO O| Jul 10 22:18:40.699 INFO STEP 12 (remove_files) COMPLETE
98502026-07-10T22:18:41.220Z[ host-image] Jul 10 22:18:40.699 INFO O| Jul 10 22:18:40.699 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98512026-07-10T22:18:41.226Z[ host-image] Jul 10 22:18:40.705 INFO O| Jul 10 22:18:40.705 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98522026-07-10T22:18:41.226Z[ host-image] Jul 10 22:18:40.705 INFO O| Jul 10 22:18:40.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98532026-07-10T22:18:41.226Z[ host-image] Jul 10 22:18:40.705 INFO O| Jul 10 22:18:40.705 INFO STEP 13 (ensure_dir) COMPLETE
98542026-07-10T22:18:41.226Z[ host-image] Jul 10 22:18:40.705 INFO O| Jul 10 22:18:40.705 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98552026-07-10T22:18:41.230Z[ host-image] Jul 10 22:18:40.712 INFO O| Jul 10 22:18:40.712 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98562026-07-10T22:18:41.231Z[ host-image] Jul 10 22:18:40.712 INFO O| Jul 10 22:18:40.712 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98572026-07-10T22:18:41.234Z[ host-image] Jul 10 22:18:40.712 INFO O| Jul 10 22:18:40.712 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98582026-07-10T22:18:41.234Z[ host-image] Jul 10 22:18:40.712 INFO O| Jul 10 22:18:40.712 INFO STEP 14 (ensure_dir) COMPLETE
98592026-07-10T22:18:41.234Z[ host-image] Jul 10 22:18:40.712 INFO O| Jul 10 22:18:40.712 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98602026-07-10T22:18:41.238Z[ host-image] Jul 10 22:18:40.719 INFO O| Jul 10 22:18:40.719 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98612026-07-10T22:18:41.238Z[ host-image] Jul 10 22:18:40.719 INFO O| Jul 10 22:18:40.719 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98622026-07-10T22:18:41.242Z[ host-image] Jul 10 22:18:40.719 INFO O| Jul 10 22:18:40.719 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98632026-07-10T22:18:41.242Z[ host-image] Jul 10 22:18:40.719 INFO O| Jul 10 22:18:40.719 INFO STEP 15 (ensure_dir) COMPLETE
98642026-07-10T22:18:41.242Z[ host-image] Jul 10 22:18:40.719 INFO O| Jul 10 22:18:40.719 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98652026-07-10T22:18:41.246Z[ host-image] Jul 10 22:18:40.727 INFO O| Jul 10 22:18:40.727 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98662026-07-10T22:18:41.249Z[ host-image] Jul 10 22:18:40.727 INFO O| Jul 10 22:18:40.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98672026-07-10T22:18:41.249Z[ host-image] Jul 10 22:18:40.727 INFO O| Jul 10 22:18:40.727 INFO STEP 16 (ensure_dir) COMPLETE
98682026-07-10T22:18:41.249Z[ host-image] Jul 10 22:18:40.727 INFO O| Jul 10 22:18:40.727 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98692026-07-10T22:18:41.255Z[ host-image] Jul 10 22:18:40.736 INFO O| Jul 10 22:18:40.736 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98702026-07-10T22:18:41.255Z[ host-image] Jul 10 22:18:40.736 INFO O| Jul 10 22:18:40.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98712026-07-10T22:18:41.255Z[ host-image] Jul 10 22:18:40.736 INFO O| Jul 10 22:18:40.736 INFO STEP 17 (ensure_dir) COMPLETE
98722026-07-10T22:18:41.255Z[ host-image] Jul 10 22:18:40.736 INFO O| Jul 10 22:18:40.736 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98732026-07-10T22:18:41.263Z[ host-image] Jul 10 22:18:40.744 INFO O| Jul 10 22:18:40.744 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98742026-07-10T22:18:41.263Z[ host-image] Jul 10 22:18:40.744 INFO O| Jul 10 22:18:40.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98752026-07-10T22:18:41.266Z[ host-image] Jul 10 22:18:40.744 INFO O| Jul 10 22:18:40.744 INFO ok!
98762026-07-10T22:18:41.266Z[ host-image] Jul 10 22:18:40.744 INFO O| Jul 10 22:18:40.744 INFO STEP 18 (ensure_symlink) COMPLETE
98772026-07-10T22:18:41.266Z[ host-image] Jul 10 22:18:40.744 INFO O| Jul 10 22:18:40.744 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98782026-07-10T22:18:41.271Z[ host-image] Jul 10 22:18:40.752 INFO O| Jul 10 22:18:40.752 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98792026-07-10T22:18:41.271Z[ host-image] Jul 10 22:18:40.752 INFO O| Jul 10 22:18:40.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98802026-07-10T22:18:41.274Z[ host-image] Jul 10 22:18:40.752 INFO O| Jul 10 22:18:40.752 INFO ok!
98812026-07-10T22:18:41.274Z[ host-image] Jul 10 22:18:40.752 INFO O| Jul 10 22:18:40.752 INFO STEP 19 (ensure_file) COMPLETE
98822026-07-10T22:18:41.274Z[ host-image] Jul 10 22:18:40.752 INFO O| Jul 10 22:18:40.752 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98832026-07-10T22:18:41.279Z[ host-image] Jul 10 22:18:40.760 INFO O| Jul 10 22:18:40.760 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98842026-07-10T22:18:41.279Z[ host-image] Jul 10 22:18:40.760 INFO O| Jul 10 22:18:40.760 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98852026-07-10T22:18:41.283Z[ host-image] Jul 10 22:18:40.760 INFO O| Jul 10 22:18:40.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98862026-07-10T22:18:41.283Z[ host-image] Jul 10 22:18:40.760 INFO O| Jul 10 22:18:40.760 INFO ok!
98872026-07-10T22:18:41.283Z[ host-image] Jul 10 22:18:40.760 INFO O| Jul 10 22:18:40.760 INFO STEP 20 (ensure_symlink) COMPLETE
98882026-07-10T22:18:41.283Z[ host-image] Jul 10 22:18:40.760 INFO O| Jul 10 22:18:40.760 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98892026-07-10T22:18:41.287Z[ host-image] Jul 10 22:18:40.768 INFO O| Jul 10 22:18:40.768 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98902026-07-10T22:18:41.287Z[ host-image] Jul 10 22:18:40.768 INFO O| Jul 10 22:18:40.768 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98912026-07-10T22:18:41.287Z[ host-image] Jul 10 22:18:40.768 INFO O| Jul 10 22:18:40.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98922026-07-10T22:18:41.290Z[ host-image] Jul 10 22:18:40.768 INFO O| Jul 10 22:18:40.768 INFO ok!
98932026-07-10T22:18:41.290Z[ host-image] Jul 10 22:18:40.768 INFO O| Jul 10 22:18:40.768 INFO STEP 21 (ensure_symlink) COMPLETE
98942026-07-10T22:18:41.291Z[ host-image] Jul 10 22:18:40.768 INFO O| Jul 10 22:18:40.768 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98952026-07-10T22:18:41.295Z[ host-image] Jul 10 22:18:40.776 INFO O| Jul 10 22:18:40.776 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98962026-07-10T22:18:41.295Z[ host-image] Jul 10 22:18:40.776 INFO O| Jul 10 22:18:40.776 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98972026-07-10T22:18:41.299Z[ host-image] Jul 10 22:18:40.776 INFO O| Jul 10 22:18:40.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98982026-07-10T22:18:41.299Z[ host-image] Jul 10 22:18:40.776 INFO O| Jul 10 22:18:40.776 INFO ok!
98992026-07-10T22:18:41.299Z[ host-image] Jul 10 22:18:40.776 INFO O| Jul 10 22:18:40.776 INFO STEP 22 (ensure_symlink) COMPLETE
99002026-07-10T22:18:41.299Z[ host-image] Jul 10 22:18:40.776 INFO O| Jul 10 22:18:40.776 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99012026-07-10T22:18:41.303Z[ host-image] Jul 10 22:18:40.783 INFO O| Jul 10 22:18:40.783 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
99022026-07-10T22:18:41.303Z[ host-image] Jul 10 22:18:40.783 INFO O| Jul 10 22:18:40.783 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99032026-07-10T22:18:41.303Z[ host-image] Jul 10 22:18:40.783 INFO O| Jul 10 22:18:40.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99042026-07-10T22:18:41.303Z[ host-image] Jul 10 22:18:40.783 INFO O| Jul 10 22:18:40.783 INFO ok!
99052026-07-10T22:18:41.303Z[ host-image] Jul 10 22:18:40.783 INFO O| Jul 10 22:18:40.783 INFO STEP 23 (ensure_symlink) COMPLETE
99062026-07-10T22:18:41.303Z[ host-image] Jul 10 22:18:40.783 INFO O| Jul 10 22:18:40.783 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99072026-07-10T22:18:41.308Z[ host-image] Jul 10 22:18:40.789 INFO O| Jul 10 22:18:40.789 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99082026-07-10T22:18:41.308Z[ host-image] Jul 10 22:18:40.790 INFO O| Jul 10 22:18:40.790 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99092026-07-10T22:18:41.311Z[ host-image] Jul 10 22:18:40.790 INFO O| Jul 10 22:18:40.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99102026-07-10T22:18:41.311Z[ host-image] Jul 10 22:18:40.790 INFO O| Jul 10 22:18:40.790 INFO ok!
99112026-07-10T22:18:41.311Z[ host-image] Jul 10 22:18:40.790 INFO O| Jul 10 22:18:40.790 INFO STEP 24 (ensure_file) COMPLETE
99122026-07-10T22:18:41.311Z[ host-image] Jul 10 22:18:40.790 INFO O| Jul 10 22:18:40.790 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99132026-07-10T22:18:41.315Z[ host-image] Jul 10 22:18:40.796 INFO O| Jul 10 22:18:40.796 INFO updating shadow file
99142026-07-10T22:18:41.318Z[ host-image] Jul 10 22:18:40.796 INFO O| Jul 10 22:18:40.796 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99152026-07-10T22:18:41.318Z[ host-image] Jul 10 22:18:40.796 INFO O| Jul 10 22:18:40.796 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99162026-07-10T22:18:41.319Z[ host-image] Jul 10 22:18:40.796 INFO O| Jul 10 22:18:40.796 INFO STEP 25 (shadow) COMPLETE
99172026-07-10T22:18:41.319Z[ host-image] Jul 10 22:18:40.796 INFO O| Jul 10 22:18:40.796 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99182026-07-10T22:18:41.322Z[ host-image] Jul 10 22:18:40.803 INFO O| Jul 10 22:18:40.803 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99192026-07-10T22:18:41.322Z[ host-image] Jul 10 22:18:40.803 INFO O| Jul 10 22:18:40.803 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99202026-07-10T22:18:41.325Z[ host-image] Jul 10 22:18:40.803 INFO O| Jul 10 22:18:40.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99212026-07-10T22:18:41.325Z[ host-image] Jul 10 22:18:40.803 INFO O| Jul 10 22:18:40.803 INFO ok!
99222026-07-10T22:18:41.325Z[ host-image] Jul 10 22:18:40.803 INFO O| Jul 10 22:18:40.803 INFO STEP 26 (ensure_file) COMPLETE
99232026-07-10T22:18:41.325Z[ host-image] Jul 10 22:18:40.803 INFO O| Jul 10 22:18:40.803 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99242026-07-10T22:18:41.329Z[ host-image] Jul 10 22:18:40.810 INFO O| Jul 10 22:18:40.810 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99252026-07-10T22:18:41.329Z[ host-image] Jul 10 22:18:40.810 INFO O| Jul 10 22:18:40.810 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99262026-07-10T22:18:41.332Z[ host-image] Jul 10 22:18:40.810 INFO O| Jul 10 22:18:40.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99272026-07-10T22:18:41.332Z[ host-image] Jul 10 22:18:40.810 INFO O| Jul 10 22:18:40.810 INFO ok!
99282026-07-10T22:18:41.332Z[ host-image] Jul 10 22:18:40.810 INFO O| Jul 10 22:18:40.810 INFO STEP 27 (ensure_file) COMPLETE
99292026-07-10T22:18:41.332Z[ host-image] Jul 10 22:18:40.810 INFO O| Jul 10 22:18:40.810 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99302026-07-10T22:18:41.336Z[ host-image] Jul 10 22:18:40.816 INFO O| Jul 10 22:18:40.816 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99312026-07-10T22:18:41.336Z[ host-image] Jul 10 22:18:40.816 INFO O| Jul 10 22:18:40.816 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99322026-07-10T22:18:41.336Z[ host-image] Jul 10 22:18:40.817 INFO O| Jul 10 22:18:40.817 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99332026-07-10T22:18:41.336Z[ host-image] Jul 10 22:18:40.817 INFO O| Jul 10 22:18:40.817 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99342026-07-10T22:18:41.336Z[ host-image] Jul 10 22:18:40.817 INFO O| Jul 10 22:18:40.817 INFO ok!
99352026-07-10T22:18:41.336Z[ host-image] Jul 10 22:18:40.817 INFO O| Jul 10 22:18:40.817 INFO STEP 28 (ensure_file) COMPLETE
99362026-07-10T22:18:41.336Z[ host-image] Jul 10 22:18:40.817 INFO O| Jul 10 22:18:40.817 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99372026-07-10T22:18:41.342Z[ host-image] Jul 10 22:18:40.823 INFO O| Jul 10 22:18:40.823 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99382026-07-10T22:18:41.345Z[ host-image] Jul 10 22:18:40.823 INFO O| Jul 10 22:18:40.823 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99392026-07-10T22:18:41.345Z[ host-image] Jul 10 22:18:40.823 INFO O| Jul 10 22:18:40.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99402026-07-10T22:18:41.345Z[ host-image] Jul 10 22:18:40.823 INFO O| Jul 10 22:18:40.823 INFO ok!
99412026-07-10T22:18:41.345Z[ host-image] Jul 10 22:18:40.823 INFO O| Jul 10 22:18:40.823 INFO STEP 29 (ensure_file) COMPLETE
99422026-07-10T22:18:41.345Z[ host-image] Jul 10 22:18:40.823 INFO O| Jul 10 22:18:40.823 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99432026-07-10T22:18:41.348Z[ host-image] Jul 10 22:18:40.830 INFO O| Jul 10 22:18:40.830 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99442026-07-10T22:18:41.351Z[ host-image] Jul 10 22:18:40.830 INFO O| Jul 10 22:18:40.830 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99452026-07-10T22:18:41.351Z[ host-image] Jul 10 22:18:40.830 INFO O| Jul 10 22:18:40.830 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99462026-07-10T22:18:41.351Z[ host-image] Jul 10 22:18:40.830 INFO O| Jul 10 22:18:40.830 INFO STEP 30 (ensure_dir) COMPLETE
99472026-07-10T22:18:41.351Z[ host-image] Jul 10 22:18:40.830 INFO O| Jul 10 22:18:40.830 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99482026-07-10T22:18:41.355Z[ host-image] Jul 10 22:18:40.836 INFO O| Jul 10 22:18:40.836 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99492026-07-10T22:18:41.355Z[ host-image] Jul 10 22:18:40.836 INFO O| Jul 10 22:18:40.836 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99502026-07-10T22:18:41.355Z[ host-image] Jul 10 22:18:40.836 INFO O| Jul 10 22:18:40.836 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99512026-07-10T22:18:41.355Z[ host-image] Jul 10 22:18:40.836 INFO O| Jul 10 22:18:40.836 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99522026-07-10T22:18:41.355Z[ host-image] Jul 10 22:18:40.836 INFO O| Jul 10 22:18:40.836 INFO ok!
99532026-07-10T22:18:41.355Z[ host-image] Jul 10 22:18:40.836 INFO O| Jul 10 22:18:40.836 INFO STEP 31 (ensure_file) COMPLETE
99542026-07-10T22:18:41.355Z[ host-image] Jul 10 22:18:40.836 INFO O| Jul 10 22:18:40.836 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99552026-07-10T22:18:41.360Z[ host-image] Jul 10 22:18:40.842 INFO O| Jul 10 22:18:40.842 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99562026-07-10T22:18:41.360Z[ host-image] Jul 10 22:18:40.842 INFO O| Jul 10 22:18:40.842 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99572026-07-10T22:18:41.363Z[ host-image] Jul 10 22:18:40.842 INFO O| Jul 10 22:18:40.842 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99582026-07-10T22:18:41.363Z[ host-image] Jul 10 22:18:40.842 INFO O| Jul 10 22:18:40.842 INFO STEP 32 (ensure_dir) COMPLETE
99592026-07-10T22:18:41.363Z[ host-image] Jul 10 22:18:40.842 INFO O| Jul 10 22:18:40.842 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99602026-07-10T22:18:41.367Z[ host-image] Jul 10 22:18:40.848 INFO O| Jul 10 22:18:40.848 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99612026-07-10T22:18:41.370Z[ host-image] Jul 10 22:18:40.848 INFO O| Jul 10 22:18:40.848 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 ...
99622026-07-10T22:18:41.370Z[ host-image] Jul 10 22:18:40.848 INFO O| Jul 10 22:18:40.848 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
99632026-07-10T22:18:41.370Z[ host-image] Jul 10 22:18:40.848 INFO O| Jul 10 22:18:40.848 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99642026-07-10T22:18:41.370Z[ host-image] Jul 10 22:18:40.848 INFO O| Jul 10 22:18:40.848 INFO ok!
99652026-07-10T22:18:41.370Z[ host-image] Jul 10 22:18:40.848 INFO O| Jul 10 22:18:40.848 INFO STEP 33 (ensure_file) COMPLETE
99662026-07-10T22:18:41.370Z[ host-image] Jul 10 22:18:40.848 INFO O| Jul 10 22:18:40.848 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99672026-07-10T22:18:41.373Z[ host-image] Jul 10 22:18:40.855 INFO O| Jul 10 22:18:40.855 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99682026-07-10T22:18:41.373Z[ host-image] Jul 10 22:18:40.855 INFO O| Jul 10 22:18:40.855 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99692026-07-10T22:18:41.376Z[ host-image] Jul 10 22:18:40.855 INFO O| Jul 10 22:18:40.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99702026-07-10T22:18:41.376Z[ host-image] Jul 10 22:18:40.855 INFO O| Jul 10 22:18:40.855 INFO ok!
99712026-07-10T22:18:41.376Z[ host-image] Jul 10 22:18:40.855 INFO O| Jul 10 22:18:40.855 INFO STEP 34 (ensure_file) COMPLETE
99722026-07-10T22:18:41.376Z[ host-image] Jul 10 22:18:40.855 INFO O| Jul 10 22:18:40.855 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99732026-07-10T22:18:41.382Z[ host-image] Jul 10 22:18:40.862 INFO O| Jul 10 22:18:40.861 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99742026-07-10T22:18:41.382Z[ host-image] Jul 10 22:18:40.862 INFO O| Jul 10 22:18:40.862 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99752026-07-10T22:18:41.385Z[ host-image] Jul 10 22:18:40.862 INFO O| Jul 10 22:18:40.862 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99762026-07-10T22:18:41.385Z[ host-image] Jul 10 22:18:40.862 INFO O| Jul 10 22:18:40.862 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99772026-07-10T22:18:41.385Z[ host-image] Jul 10 22:18:40.862 INFO O| Jul 10 22:18:40.862 INFO ok!
99782026-07-10T22:18:41.385Z[ host-image] Jul 10 22:18:40.862 INFO O| Jul 10 22:18:40.862 INFO STEP 35 (ensure_file) COMPLETE
99792026-07-10T22:18:41.386Z[ host-image] Jul 10 22:18:40.862 INFO O| Jul 10 22:18:40.862 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99802026-07-10T22:18:41.389Z[ host-image] Jul 10 22:18:40.869 INFO O| Jul 10 22:18:40.869 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99812026-07-10T22:18:41.389Z[ host-image] Jul 10 22:18:40.869 INFO O| Jul 10 22:18:40.869 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99822026-07-10T22:18:41.389Z[ host-image] Jul 10 22:18:40.869 INFO O| Jul 10 22:18:40.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99832026-07-10T22:18:41.389Z[ host-image] Jul 10 22:18:40.869 INFO O| Jul 10 22:18:40.869 INFO ok!
99842026-07-10T22:18:41.389Z[ host-image] Jul 10 22:18:40.869 INFO O| Jul 10 22:18:40.869 INFO STEP 36 (ensure_file) COMPLETE
99852026-07-10T22:18:41.389Z[ host-image] Jul 10 22:18:40.869 INFO O| Jul 10 22:18:40.869 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99862026-07-10T22:18:41.394Z[ host-image] Jul 10 22:18:40.875 INFO O| Jul 10 22:18:40.875 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99872026-07-10T22:18:41.397Z[ host-image] Jul 10 22:18:40.875 INFO O| Jul 10 22:18:40.875 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99882026-07-10T22:18:41.397Z[ host-image] Jul 10 22:18:40.875 INFO O| Jul 10 22:18:40.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99892026-07-10T22:18:41.397Z[ host-image] Jul 10 22:18:40.875 INFO O| Jul 10 22:18:40.875 INFO ok!
99902026-07-10T22:18:41.398Z[ host-image] Jul 10 22:18:40.875 INFO O| Jul 10 22:18:40.875 INFO STEP 37 (ensure_file) COMPLETE
99912026-07-10T22:18:41.398Z[ host-image] Jul 10 22:18:40.875 INFO O| Jul 10 22:18:40.875 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99922026-07-10T22:18:41.402Z[ host-image] Jul 10 22:18:40.882 INFO O| Jul 10 22:18:40.882 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99932026-07-10T22:18:41.402Z[ host-image] Jul 10 22:18:40.882 INFO O| Jul 10 22:18:40.882 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99942026-07-10T22:18:41.402Z[ host-image] Jul 10 22:18:40.882 INFO O| Jul 10 22:18:40.882 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99952026-07-10T22:18:41.402Z[ host-image] Jul 10 22:18:40.882 INFO O| Jul 10 22:18:40.882 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99962026-07-10T22:18:41.402Z[ host-image] Jul 10 22:18:40.882 INFO O| Jul 10 22:18:40.882 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99972026-07-10T22:18:41.402Z[ host-image] Jul 10 22:18:40.882 INFO O| Jul 10 22:18:40.882 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99982026-07-10T22:18:41.402Z[ host-image] Jul 10 22:18:40.882 INFO O| Jul 10 22:18:40.882 INFO ok!
99992026-07-10T22:18:41.402Z[ host-image] Jul 10 22:18:40.882 INFO O| Jul 10 22:18:40.882 INFO STEP 38 (ensure_file) COMPLETE
100002026-07-10T22:18:41.402Z[ host-image] Jul 10 22:18:40.882 INFO O| Jul 10 22:18:40.882 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100012026-07-10T22:18:41.407Z[ host-image] Jul 10 22:18:40.888 INFO O| Jul 10 22:18:40.888 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100022026-07-10T22:18:41.410Z[ host-image] Jul 10 22:18:40.888 INFO O| Jul 10 22:18:40.888 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100032026-07-10T22:18:41.410Z[ host-image] Jul 10 22:18:40.888 INFO O| Jul 10 22:18:40.888 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100042026-07-10T22:18:41.411Z[ host-image] Jul 10 22:18:40.888 INFO O| Jul 10 22:18:40.888 INFO STEP 39 (ensure_dir) COMPLETE
100052026-07-10T22:18:41.411Z[ host-image] Jul 10 22:18:40.888 INFO O| Jul 10 22:18:40.888 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100062026-07-10T22:18:41.414Z[ host-image] Jul 10 22:18:40.895 INFO O| Jul 10 22:18:40.895 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
100072026-07-10T22:18:41.414Z[ host-image] Jul 10 22:18:40.895 INFO O| Jul 10 22:18:40.895 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 ...
100082026-07-10T22:18:41.414Z[ host-image] Jul 10 22:18:40.895 INFO O| Jul 10 22:18:40.895 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
100092026-07-10T22:18:41.414Z[ host-image] Jul 10 22:18:40.895 INFO O| Jul 10 22:18:40.895 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
100102026-07-10T22:18:41.414Z[ host-image] Jul 10 22:18:40.895 INFO O| Jul 10 22:18:40.895 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
100112026-07-10T22:18:41.414Z[ host-image] Jul 10 22:18:40.895 INFO O| Jul 10 22:18:40.895 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
100122026-07-10T22:18:41.414Z[ host-image] Jul 10 22:18:40.895 INFO O| Jul 10 22:18:40.895 INFO ok!
100132026-07-10T22:18:41.414Z[ host-image] Jul 10 22:18:40.895 INFO O| Jul 10 22:18:40.895 INFO STEP 40 (ensure_file) COMPLETE
100142026-07-10T22:18:41.414Z[ host-image] Jul 10 22:18:40.895 INFO O| Jul 10 22:18:40.895 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100152026-07-10T22:18:41.420Z[ host-image] Jul 10 22:18:40.901 INFO O| Jul 10 22:18:40.901 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100162026-07-10T22:18:41.420Z[ host-image] Jul 10 22:18:40.901 INFO O| Jul 10 22:18:40.901 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 ...
100172026-07-10T22:18:41.420Z[ host-image] Jul 10 22:18:40.901 INFO O| Jul 10 22:18:40.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100182026-07-10T22:18:41.423Z[ host-image] Jul 10 22:18:40.901 INFO O| Jul 10 22:18:40.901 INFO ok!
100192026-07-10T22:18:41.423Z[ host-image] Jul 10 22:18:40.901 INFO O| Jul 10 22:18:40.901 INFO STEP 41 (ensure_symlink) COMPLETE
100202026-07-10T22:18:41.423Z[ host-image] Jul 10 22:18:40.901 INFO O| Jul 10 22:18:40.901 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100212026-07-10T22:18:41.428Z[ host-image] Jul 10 22:18:40.909 INFO O| Jul 10 22:18:40.909 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100222026-07-10T22:18:41.428Z[ host-image] Jul 10 22:18:40.909 INFO O| Jul 10 22:18:40.909 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100232026-07-10T22:18:41.431Z[ host-image] Jul 10 22:18:40.909 INFO O| Jul 10 22:18:40.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100242026-07-10T22:18:41.431Z[ host-image] Jul 10 22:18:40.909 INFO O| Jul 10 22:18:40.909 INFO ok!
100252026-07-10T22:18:41.431Z[ host-image] Jul 10 22:18:40.909 INFO O| Jul 10 22:18:40.909 INFO STEP 42 (ensure_symlink) COMPLETE
100262026-07-10T22:18:41.431Z[ host-image] Jul 10 22:18:40.909 INFO O| Jul 10 22:18:40.909 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100272026-07-10T22:18:41.435Z[ host-image] Jul 10 22:18:40.916 INFO O| Jul 10 22:18:40.916 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100282026-07-10T22:18:41.435Z[ host-image] Jul 10 22:18:40.916 INFO O| Jul 10 22:18:40.916 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100292026-07-10T22:18:41.435Z[ host-image] Jul 10 22:18:40.916 INFO O| Jul 10 22:18:40.916 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100302026-07-10T22:18:41.435Z[ host-image] Jul 10 22:18:40.916 INFO O| Jul 10 22:18:40.916 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100312026-07-10T22:18:41.436Z[ host-image] Jul 10 22:18:40.916 INFO O| Jul 10 22:18:40.916 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100322026-07-10T22:18:41.436Z[ host-image] Jul 10 22:18:40.916 INFO O| Jul 10 22:18:40.916 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100332026-07-10T22:18:41.439Z[ host-image] Jul 10 22:18:40.916 INFO O| Jul 10 22:18:40.916 INFO ok!
100342026-07-10T22:18:41.439Z[ host-image] Jul 10 22:18:40.916 INFO O| Jul 10 22:18:40.916 INFO STEP 43 (ensure_file) COMPLETE
100352026-07-10T22:18:41.439Z[ host-image] Jul 10 22:18:40.916 INFO O| Jul 10 22:18:40.916 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100362026-07-10T22:18:41.442Z[ host-image] Jul 10 22:18:40.923 INFO O| Jul 10 22:18:40.923 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100372026-07-10T22:18:41.442Z[ host-image] Jul 10 22:18:40.923 INFO O| Jul 10 22:18:40.923 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 ...
100382026-07-10T22:18:41.442Z[ host-image] Jul 10 22:18:40.923 INFO O| Jul 10 22:18:40.923 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
100392026-07-10T22:18:41.442Z[ host-image] Jul 10 22:18:40.923 INFO O| Jul 10 22:18:40.923 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100402026-07-10T22:18:41.442Z[ host-image] Jul 10 22:18:40.923 INFO O| Jul 10 22:18:40.923 INFO ok!
100412026-07-10T22:18:41.442Z[ host-image] Jul 10 22:18:40.923 INFO O| Jul 10 22:18:40.923 INFO STEP 44 (ensure_file) COMPLETE
100422026-07-10T22:18:41.442Z[ host-image] Jul 10 22:18:40.923 INFO O| Jul 10 22:18:40.923 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100432026-07-10T22:18:41.449Z[ host-image] Jul 10 22:18:40.930 INFO O| Jul 10 22:18:40.930 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100442026-07-10T22:18:41.449Z[ host-image] Jul 10 22:18:40.930 INFO O| Jul 10 22:18:40.930 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100452026-07-10T22:18:41.452Z[ host-image] Jul 10 22:18:40.930 INFO O| Jul 10 22:18:40.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100462026-07-10T22:18:41.453Z[ host-image] Jul 10 22:18:40.930 INFO O| Jul 10 22:18:40.930 INFO ok!
100472026-07-10T22:18:41.453Z[ host-image] Jul 10 22:18:40.930 INFO O| Jul 10 22:18:40.930 INFO STEP 45 (ensure_file) COMPLETE
100482026-07-10T22:18:41.453Z[ host-image] Jul 10 22:18:40.930 INFO O| Jul 10 22:18:40.930 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100492026-07-10T22:18:41.456Z[ host-image] Jul 10 22:18:40.937 INFO O| Jul 10 22:18:40.937 INFO updating shadow file
100502026-07-10T22:18:41.456Z[ host-image] Jul 10 22:18:40.937 INFO O| Jul 10 22:18:40.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100512026-07-10T22:18:41.456Z[ host-image] Jul 10 22:18:40.937 INFO O| Jul 10 22:18:40.937 INFO STEP 46 (shadow) COMPLETE
100522026-07-10T22:18:41.456Z[ host-image] Jul 10 22:18:40.937 INFO O| Jul 10 22:18:40.937 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100532026-07-10T22:18:41.463Z[ host-image] Jul 10 22:18:40.944 INFO O| Jul 10 22:18:40.944 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100542026-07-10T22:18:41.463Z[ host-image] Jul 10 22:18:40.944 INFO O| Jul 10 22:18:40.944 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100552026-07-10T22:18:41.466Z[ host-image] Jul 10 22:18:40.944 INFO O| Jul 10 22:18:40.944 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100562026-07-10T22:18:41.466Z[ host-image] Jul 10 22:18:40.944 INFO O| Jul 10 22:18:40.944 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100572026-07-10T22:18:41.466Z[ host-image] Jul 10 22:18:40.944 INFO O| Jul 10 22:18:40.944 INFO ok!
100582026-07-10T22:18:41.466Z[ host-image] Jul 10 22:18:40.944 INFO O| Jul 10 22:18:40.944 INFO STEP 47 (ensure_file) COMPLETE
100592026-07-10T22:18:41.466Z[ host-image] Jul 10 22:18:40.944 INFO O| Jul 10 22:18:40.944 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100602026-07-10T22:18:41.466Z[ host-image] Jul 10 22:18:40.944 INFO O| Jul 10 22:18:40.944 INFO skip step because feature "mfg" is not enabled
100612026-07-10T22:18:41.466Z[ host-image] Jul 10 22:18:40.944 INFO O| Jul 10 22:18:40.944 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100622026-07-10T22:18:41.466Z[ host-image] Jul 10 22:18:40.944 INFO O| Jul 10 22:18:40.944 INFO skip step because feature "mfg" is not enabled
100632026-07-10T22:18:41.466Z[ host-image] Jul 10 22:18:40.944 INFO O| Jul 10 22:18:40.944 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100642026-07-10T22:18:41.470Z[ host-image] Jul 10 22:18:40.951 INFO O| Jul 10 22:18:40.951 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100652026-07-10T22:18:41.470Z[ host-image] Jul 10 22:18:40.951 INFO O| Jul 10 22:18:40.951 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100662026-07-10T22:18:41.490Z[ host-image] Jul 10 22:18:40.971 INFO O| Jul 10 22:18:40.971 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100672026-07-10T22:18:41.490Z[ host-image] Jul 10 22:18:40.971 INFO O| Jul 10 22:18:40.971 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100682026-07-10T22:18:41.494Z[ host-image] Jul 10 22:18:40.971 INFO O| Jul 10 22:18:40.971 INFO ok!
100692026-07-10T22:18:41.494Z[ host-image] Jul 10 22:18:40.971 INFO O| Jul 10 22:18:40.971 INFO STEP 50 (ensure_file) COMPLETE
100702026-07-10T22:18:41.494Z[ host-image] Jul 10 22:18:40.971 INFO O| Jul 10 22:18:40.971 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100712026-07-10T22:18:41.494Z[ host-image] Jul 10 22:18:40.971 INFO O| Jul 10 22:18:40.971 INFO skip step because feature "compliance" is not enabled
100722026-07-10T22:18:41.494Z[ host-image] Jul 10 22:18:40.971 INFO O| Jul 10 22:18:40.971 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100732026-07-10T22:18:41.498Z[ host-image] Jul 10 22:18:40.978 INFO O| Jul 10 22:18:40.978 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100742026-07-10T22:18:41.498Z[ host-image] Jul 10 22:18:40.978 INFO O| Jul 10 22:18:40.978 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100752026-07-10T22:18:41.499Z[ host-image] Jul 10 22:18:40.978 INFO O| Jul 10 22:18:40.978 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100762026-07-10T22:18:41.499Z[ host-image] Jul 10 22:18:40.978 INFO O| Jul 10 22:18:40.978 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100772026-07-10T22:18:41.499Z[ host-image] Jul 10 22:18:40.978 INFO O| Jul 10 22:18:40.978 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100782026-07-10T22:18:41.499Z[ host-image] Jul 10 22:18:40.978 INFO O| Jul 10 22:18:40.978 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100792026-07-10T22:18:41.499Z[ host-image] Jul 10 22:18:40.978 INFO O| Jul 10 22:18:40.978 INFO ok!
100802026-07-10T22:18:41.499Z[ host-image] Jul 10 22:18:40.978 INFO O| Jul 10 22:18:40.978 INFO STEP 52 (ensure_file) COMPLETE
100812026-07-10T22:18:41.499Z[ host-image] Jul 10 22:18:40.978 INFO O| Jul 10 22:18:40.978 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100822026-07-10T22:18:41.504Z[ host-image] Jul 10 22:18:40.985 INFO O| Jul 10 22:18:40.985 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100832026-07-10T22:18:41.505Z[ host-image] Jul 10 22:18:40.985 INFO O| Jul 10 22:18:40.985 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 ...
100842026-07-10T22:18:41.509Z[ host-image] Jul 10 22:18:40.985 INFO O| Jul 10 22:18:40.985 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
100852026-07-10T22:18:41.509Z[ host-image] Jul 10 22:18:40.985 INFO O| Jul 10 22:18:40.985 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100862026-07-10T22:18:41.509Z[ host-image] Jul 10 22:18:40.985 INFO O| Jul 10 22:18:40.985 INFO ok!
100872026-07-10T22:18:41.509Z[ host-image] Jul 10 22:18:40.985 INFO O| Jul 10 22:18:40.985 INFO STEP 53 (ensure_file) COMPLETE
100882026-07-10T22:18:41.509Z[ host-image] Jul 10 22:18:40.985 INFO O| Jul 10 22:18:40.985 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100892026-07-10T22:18:41.511Z[ host-image] Jul 10 22:18:40.992 INFO O| Jul 10 22:18:40.992 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100902026-07-10T22:18:41.512Z[ host-image] Jul 10 22:18:40.992 INFO O| Jul 10 22:18:40.992 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 ...
100912026-07-10T22:18:41.512Z[ host-image] Jul 10 22:18:40.992 INFO O| Jul 10 22:18:40.992 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100922026-07-10T22:18:41.512Z[ host-image] Jul 10 22:18:40.992 INFO O| Jul 10 22:18:40.992 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100932026-07-10T22:18:41.512Z[ host-image] Jul 10 22:18:40.992 INFO O| Jul 10 22:18:40.992 INFO ok!
100942026-07-10T22:18:41.512Z[ host-image] Jul 10 22:18:40.992 INFO O| Jul 10 22:18:40.992 INFO STEP 54 (ensure_file) COMPLETE
100952026-07-10T22:18:41.512Z[ host-image] Jul 10 22:18:40.992 INFO O| Jul 10 22:18:40.992 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100962026-07-10T22:18:41.517Z[ host-image] Jul 10 22:18:40.998 INFO O| Jul 10 22:18:40.998 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100972026-07-10T22:18:41.517Z[ host-image] Jul 10 22:18:40.998 INFO O| Jul 10 22:18:40.998 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 ...
100982026-07-10T22:18:41.517Z[ host-image] Jul 10 22:18:40.998 INFO O| Jul 10 22:18:40.998 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
100992026-07-10T22:18:41.520Z[ host-image] Jul 10 22:18:40.998 INFO O| Jul 10 22:18:40.998 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
101002026-07-10T22:18:41.520Z[ host-image] Jul 10 22:18:40.998 INFO O| Jul 10 22:18:40.998 INFO ok!
101012026-07-10T22:18:41.520Z[ host-image] Jul 10 22:18:40.998 INFO O| Jul 10 22:18:40.998 INFO STEP 55 (ensure_file) COMPLETE
101022026-07-10T22:18:41.520Z[ host-image] Jul 10 22:18:40.998 INFO O| Jul 10 22:18:40.998 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101032026-07-10T22:18:41.523Z[ host-image] Jul 10 22:18:41.005 INFO O| Jul 10 22:18:41.005 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101042026-07-10T22:18:41.523Z[ host-image] Jul 10 22:18:41.005 INFO O| Jul 10 22:18:41.005 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 ...
101052026-07-10T22:18:41.524Z[ host-image] Jul 10 22:18:41.005 INFO O| Jul 10 22:18:41.005 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101062026-07-10T22:18:41.527Z[ host-image] Jul 10 22:18:41.005 INFO O| Jul 10 22:18:41.005 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101072026-07-10T22:18:41.527Z[ host-image] Jul 10 22:18:41.005 INFO O| Jul 10 22:18:41.005 INFO ok!
101082026-07-10T22:18:41.527Z[ host-image] Jul 10 22:18:41.005 INFO O| Jul 10 22:18:41.005 INFO STEP 56 (ensure_file) COMPLETE
101092026-07-10T22:18:41.527Z[ host-image] Jul 10 22:18:41.005 INFO O| Jul 10 22:18:41.005 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101102026-07-10T22:18:41.531Z[ host-image] Jul 10 22:18:41.011 INFO O| Jul 10 22:18:41.011 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101112026-07-10T22:18:41.531Z[ host-image] Jul 10 22:18:41.011 INFO O| Jul 10 22:18:41.011 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 ...
101122026-07-10T22:18:41.531Z[ host-image] Jul 10 22:18:41.011 INFO O| Jul 10 22:18:41.011 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
101132026-07-10T22:18:41.531Z[ host-image] Jul 10 22:18:41.011 INFO O| Jul 10 22:18:41.011 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101142026-07-10T22:18:41.531Z[ host-image] Jul 10 22:18:41.011 INFO O| Jul 10 22:18:41.011 INFO ok!
101152026-07-10T22:18:41.531Z[ host-image] Jul 10 22:18:41.011 INFO O| Jul 10 22:18:41.011 INFO STEP 57 (ensure_file) COMPLETE
101162026-07-10T22:18:41.531Z[ host-image] Jul 10 22:18:41.011 INFO O| Jul 10 22:18:41.011 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101172026-07-10T22:18:41.537Z[ host-image] Jul 10 22:18:41.018 INFO O| Jul 10 22:18:41.018 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101182026-07-10T22:18:41.537Z[ host-image] Jul 10 22:18:41.018 INFO O| Jul 10 22:18:41.018 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 ...
101192026-07-10T22:18:41.540Z[ host-image] Jul 10 22:18:41.018 INFO O| Jul 10 22:18:41.018 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101202026-07-10T22:18:41.541Z[ host-image] Jul 10 22:18:41.018 INFO O| Jul 10 22:18:41.018 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101212026-07-10T22:18:41.541Z[ host-image] Jul 10 22:18:41.018 INFO O| Jul 10 22:18:41.018 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101222026-07-10T22:18:41.541Z[ host-image] Jul 10 22:18:41.018 INFO O| Jul 10 22:18:41.018 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101232026-07-10T22:18:41.541Z[ host-image] Jul 10 22:18:41.018 INFO O| Jul 10 22:18:41.018 INFO ok!
101242026-07-10T22:18:41.541Z[ host-image] Jul 10 22:18:41.018 INFO O| Jul 10 22:18:41.018 INFO STEP 58 (ensure_file) COMPLETE
101252026-07-10T22:18:41.541Z[ host-image] Jul 10 22:18:41.018 INFO O| Jul 10 22:18:41.018 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101262026-07-10T22:18:41.544Z[ host-image] Jul 10 22:18:41.025 INFO O| Jul 10 22:18:41.025 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101272026-07-10T22:18:41.544Z[ host-image] Jul 10 22:18:41.025 INFO O| Jul 10 22:18:41.025 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 ...
101282026-07-10T22:18:41.548Z[ host-image] Jul 10 22:18:41.025 INFO O| Jul 10 22:18:41.025 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
101292026-07-10T22:18:41.548Z[ host-image] Jul 10 22:18:41.025 INFO O| Jul 10 22:18:41.025 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101302026-07-10T22:18:41.548Z[ host-image] Jul 10 22:18:41.025 INFO O| Jul 10 22:18:41.025 INFO ok!
101312026-07-10T22:18:41.548Z[ host-image] Jul 10 22:18:41.025 INFO O| Jul 10 22:18:41.025 INFO STEP 59 (ensure_file) COMPLETE
101322026-07-10T22:18:41.548Z[ host-image] Jul 10 22:18:41.025 INFO O| Jul 10 22:18:41.025 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101332026-07-10T22:18:41.553Z[ host-image] Jul 10 22:18:41.031 INFO O| Jul 10 22:18:41.031 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101342026-07-10T22:18:41.553Z[ host-image] Jul 10 22:18:41.031 INFO O| Jul 10 22:18:41.031 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101352026-07-10T22:18:41.553Z[ host-image] Jul 10 22:18:41.031 INFO O| Jul 10 22:18:41.031 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101362026-07-10T22:18:41.554Z[ host-image] Jul 10 22:18:41.031 INFO O| Jul 10 22:18:41.031 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101372026-07-10T22:18:41.554Z[ host-image] Jul 10 22:18:41.031 INFO O| Jul 10 22:18:41.031 INFO ok!
101382026-07-10T22:18:41.554Z[ host-image] Jul 10 22:18:41.031 INFO O| Jul 10 22:18:41.031 INFO STEP 60 (ensure_file) COMPLETE
101392026-07-10T22:18:41.554Z[ host-image] Jul 10 22:18:41.031 INFO O| Jul 10 22:18:41.031 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101402026-07-10T22:18:41.557Z[ host-image] Jul 10 22:18:41.038 INFO O| Jul 10 22:18:41.038 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101412026-07-10T22:18:41.557Z[ host-image] Jul 10 22:18:41.038 INFO O| Jul 10 22:18:41.038 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 ...
101422026-07-10T22:18:41.560Z[ host-image] Jul 10 22:18:41.038 INFO O| Jul 10 22:18:41.038 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
101432026-07-10T22:18:41.560Z[ host-image] Jul 10 22:18:41.038 INFO O| Jul 10 22:18:41.038 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101442026-07-10T22:18:41.560Z[ host-image] Jul 10 22:18:41.038 INFO O| Jul 10 22:18:41.038 INFO ok!
101452026-07-10T22:18:41.560Z[ host-image] Jul 10 22:18:41.038 INFO O| Jul 10 22:18:41.038 INFO STEP 61 (ensure_file) COMPLETE
101462026-07-10T22:18:41.560Z[ host-image] Jul 10 22:18:41.038 INFO O| Jul 10 22:18:41.038 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101472026-07-10T22:18:41.564Z[ host-image] Jul 10 22:18:41.045 INFO O| Jul 10 22:18:41.045 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101482026-07-10T22:18:41.565Z[ host-image] Jul 10 22:18:41.045 INFO O| Jul 10 22:18:41.045 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101492026-07-10T22:18:41.565Z[ host-image] Jul 10 22:18:41.045 INFO O| Jul 10 22:18:41.045 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101502026-07-10T22:18:41.565Z[ host-image] Jul 10 22:18:41.045 INFO O| Jul 10 22:18:41.045 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101512026-07-10T22:18:41.565Z[ host-image] Jul 10 22:18:41.045 INFO O| Jul 10 22:18:41.045 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101522026-07-10T22:18:41.565Z[ host-image] Jul 10 22:18:41.045 INFO O| Jul 10 22:18:41.045 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101532026-07-10T22:18:41.565Z[ host-image] Jul 10 22:18:41.045 INFO O| Jul 10 22:18:41.045 INFO ok!
101542026-07-10T22:18:41.565Z[ host-image] Jul 10 22:18:41.045 INFO O| Jul 10 22:18:41.045 INFO STEP 62 (ensure_file) COMPLETE
101552026-07-10T22:18:41.565Z[ host-image] Jul 10 22:18:41.045 INFO O| Jul 10 22:18:41.045 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101562026-07-10T22:18:41.569Z[ host-image] Jul 10 22:18:41.050 INFO O| Jul 10 22:18:41.050 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101572026-07-10T22:18:41.569Z[ host-image] Jul 10 22:18:41.050 INFO O| Jul 10 22:18:41.050 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 ...
101582026-07-10T22:18:41.572Z[ host-image] Jul 10 22:18:41.050 INFO O| Jul 10 22:18:41.050 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
101592026-07-10T22:18:41.572Z[ host-image] Jul 10 22:18:41.050 INFO O| Jul 10 22:18:41.050 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101602026-07-10T22:18:41.572Z[ host-image] Jul 10 22:18:41.050 INFO O| Jul 10 22:18:41.050 INFO ok!
101612026-07-10T22:18:41.572Z[ host-image] Jul 10 22:18:41.050 INFO O| Jul 10 22:18:41.050 INFO STEP 63 (ensure_file) COMPLETE
101622026-07-10T22:18:41.572Z[ host-image] Jul 10 22:18:41.050 INFO O| Jul 10 22:18:41.050 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101632026-07-10T22:18:41.576Z[ host-image] Jul 10 22:18:41.056 INFO O| Jul 10 22:18:41.056 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101642026-07-10T22:18:41.576Z[ host-image] Jul 10 22:18:41.056 INFO O| Jul 10 22:18:41.056 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 ...
101652026-07-10T22:18:41.576Z[ host-image] Jul 10 22:18:41.056 INFO O| Jul 10 22:18:41.056 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
101662026-07-10T22:18:41.576Z[ host-image] Jul 10 22:18:41.056 INFO O| Jul 10 22:18:41.056 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101672026-07-10T22:18:41.576Z[ host-image] Jul 10 22:18:41.056 INFO O| Jul 10 22:18:41.056 INFO ok!
101682026-07-10T22:18:41.576Z[ host-image] Jul 10 22:18:41.056 INFO O| Jul 10 22:18:41.056 INFO STEP 64 (ensure_file) COMPLETE
101692026-07-10T22:18:41.576Z[ host-image] Jul 10 22:18:41.056 INFO O| Jul 10 22:18:41.056 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101702026-07-10T22:18:41.581Z[ host-image] Jul 10 22:18:41.062 INFO O| Jul 10 22:18:41.062 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101712026-07-10T22:18:41.581Z[ host-image] Jul 10 22:18:41.062 INFO O| Jul 10 22:18:41.062 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 ...
101722026-07-10T22:18:41.584Z[ host-image] Jul 10 22:18:41.062 INFO O| Jul 10 22:18:41.062 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
101732026-07-10T22:18:41.584Z[ host-image] Jul 10 22:18:41.062 INFO O| Jul 10 22:18:41.062 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101742026-07-10T22:18:41.584Z[ host-image] Jul 10 22:18:41.062 INFO O| Jul 10 22:18:41.062 INFO ok!
101752026-07-10T22:18:41.584Z[ host-image] Jul 10 22:18:41.062 INFO O| Jul 10 22:18:41.062 INFO STEP 65 (ensure_file) COMPLETE
101762026-07-10T22:18:41.585Z[ host-image] Jul 10 22:18:41.062 INFO O| Jul 10 22:18:41.062 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101772026-07-10T22:18:41.585Z[ host-image] Jul 10 22:18:41.062 INFO O| Jul 10 22:18:41.062 INFO skip step because feature "mbist" is not enabled
101782026-07-10T22:18:41.585Z[ host-image] Jul 10 22:18:41.062 INFO O| Jul 10 22:18:41.062 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792026-07-10T22:18:41.588Z[ host-image] Jul 10 22:18:41.068 INFO O| Jul 10 22:18:41.068 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101802026-07-10T22:18:41.588Z[ host-image] Jul 10 22:18:41.068 INFO O| Jul 10 22:18:41.068 INFO STEP 67 (ensure_dir) COMPLETE
101812026-07-10T22:18:41.588Z[ host-image] Jul 10 22:18:41.068 INFO O| Jul 10 22:18:41.068 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101822026-07-10T22:18:41.593Z[ host-image] Jul 10 22:18:41.074 INFO O| Jul 10 22:18:41.074 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101832026-07-10T22:18:41.596Z[ host-image] Jul 10 22:18:41.074 INFO O| Jul 10 22:18:41.074 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101842026-07-10T22:18:41.596Z[ host-image] Jul 10 22:18:41.074 INFO O| Jul 10 22:18:41.074 INFO STEP 68 (ensure_dir) COMPLETE
101852026-07-10T22:18:41.596Z[ host-image] Jul 10 22:18:41.074 INFO O| Jul 10 22:18:41.074 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101862026-07-10T22:18:41.599Z[ host-image] Jul 10 22:18:41.080 INFO O| Jul 10 22:18:41.080 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101872026-07-10T22:18:41.602Z[ host-image] Jul 10 22:18:41.081 INFO O| Jul 10 22:18:41.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101882026-07-10T22:18:41.602Z[ host-image] Jul 10 22:18:41.081 INFO O| Jul 10 22:18:41.081 INFO STEP 69 (ensure_dir) COMPLETE
101892026-07-10T22:18:41.602Z[ host-image] Jul 10 22:18:41.081 INFO O| Jul 10 22:18:41.081 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101902026-07-10T22:18:41.605Z[ host-image] Jul 10 22:18:41.086 INFO O| Jul 10 22:18:41.086 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101912026-07-10T22:18:41.605Z[ host-image] Jul 10 22:18:41.086 INFO O| Jul 10 22:18:41.086 INFO copying /tmp/.tmpK6rNYa/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101922026-07-10T22:18:41.890Z[ recovery-image] Jul 10 22:18:41.371 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.75s
101932026-07-10T22:18:41.896Z[ recovery-image] Jul 10 22:18:41.377 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
101942026-07-10T22:18:42.102Z[ host-image] Jul 10 22:18:41.580 INFO O| Jul 10 22:18:41.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101952026-07-10T22:18:42.102Z[ host-image] Jul 10 22:18:41.580 INFO O| Jul 10 22:18:41.580 INFO ok!
101962026-07-10T22:18:42.102Z[ host-image] Jul 10 22:18:41.580 INFO O| Jul 10 22:18:41.580 INFO STEP 70 (ensure_file) COMPLETE
101972026-07-10T22:18:42.103Z[ host-image] Jul 10 22:18:41.580 INFO O| Jul 10 22:18:41.580 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101982026-07-10T22:18:42.108Z[ host-image] Jul 10 22:18:41.589 INFO O| Jul 10 22:18:41.589 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101992026-07-10T22:18:42.108Z[ host-image] Jul 10 22:18:41.589 INFO O| Jul 10 22:18:41.589 INFO copying /tmp/.tmpK6rNYa/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
102002026-07-10T22:18:42.142Z[ recovery-image] Jul 10 22:18:41.622 INFO E| Downloading crates ...
102012026-07-10T22:18:42.182Z[ recovery-image] Jul 10 22:18:41.663 INFO E| Downloaded bitstruct_derive v0.1.0
102022026-07-10T22:18:42.186Z[ recovery-image] Jul 10 22:18:41.664 INFO E| Downloaded bitstruct v0.1.1
102032026-07-10T22:18:42.186Z[ recovery-image] Jul 10 22:18:41.665 INFO E| Downloaded bit_field v0.10.3
102042026-07-10T22:18:42.190Z[ recovery-image] Jul 10 22:18:41.672 INFO E| Downloaded bitflags v2.13.0
102052026-07-10T22:18:42.194Z[ recovery-image] Jul 10 22:18:41.675 INFO E| Downloaded cpio_reader v0.1.2
102062026-07-10T22:18:42.212Z[ recovery-image] Jul 10 22:18:41.693 INFO E| Downloaded log v0.4.32
102072026-07-10T22:18:42.215Z[ recovery-image] Jul 10 22:18:41.695 INFO E| Downloaded raw-cpuid v10.7.0
102082026-07-10T22:18:42.219Z[ recovery-image] Jul 10 22:18:41.697 INFO E| Downloaded miniz_oxide v0.9.1
102092026-07-10T22:18:42.241Z[ recovery-image] Jul 10 22:18:41.722 INFO E| Downloaded goblin v0.10.7
102102026-07-10T22:18:42.355Z[ recovery-image] Jul 10 22:18:41.836 INFO E| Downloaded x86 v0.52.0
102112026-07-10T22:18:42.390Z[ recovery-image] Jul 10 22:18:41.871 INFO E| Updating crates.io index
102122026-07-10T22:18:42.432Z[ recovery-image] Jul 10 22:18:41.913 INFO E| Downloading crates ...
102132026-07-10T22:18:42.448Z[ recovery-image] Jul 10 22:18:41.929 INFO E| Downloaded rustc-literal-escaper v0.0.7
102142026-07-10T22:18:42.455Z[ recovery-image] Jul 10 22:18:41.936 INFO E| Downloaded hashbrown v0.17.1
102152026-07-10T22:18:42.500Z[ recovery-image] Jul 10 22:18:41.981 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)
102162026-07-10T22:18:42.501Z[ recovery-image] Jul 10 22:18:41.981 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)
102172026-07-10T22:18:42.503Z[ recovery-image] Jul 10 22:18:41.981 INFO E| Compiling proc-macro2 v1.0.106
102182026-07-10T22:18:42.504Z[ recovery-image] Jul 10 22:18:41.981 INFO E| Compiling quote v1.0.45
102192026-07-10T22:18:42.504Z[ recovery-image] Jul 10 22:18:41.981 INFO E| Compiling unicode-ident v1.0.24
102202026-07-10T22:18:42.504Z[ recovery-image] Jul 10 22:18:41.981 INFO E| Compiling syn v1.0.109
102212026-07-10T22:18:42.504Z[ recovery-image] Jul 10 22:18:41.982 INFO E| Compiling x86 v0.52.0
102222026-07-10T22:18:42.504Z[ recovery-image] Jul 10 22:18:41.982 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102232026-07-10T22:18:42.504Z[ recovery-image] Jul 10 22:18:41.982 INFO E| Compiling seq-macro v0.3.6
102242026-07-10T22:18:42.587Z[ host-image] Jul 10 22:18:42.068 INFO O| Jul 10 22:18:42.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102252026-07-10T22:18:42.587Z[ host-image] Jul 10 22:18:42.068 INFO O| Jul 10 22:18:42.068 INFO ok!
102262026-07-10T22:18:42.587Z[ host-image] Jul 10 22:18:42.068 INFO O| Jul 10 22:18:42.068 INFO STEP 71 (ensure_file) COMPLETE
102272026-07-10T22:18:42.587Z[ host-image] Jul 10 22:18:42.068 INFO O| Jul 10 22:18:42.068 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102282026-07-10T22:18:42.596Z[ host-image] Jul 10 22:18:42.077 INFO O| Jul 10 22:18:42.077 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102292026-07-10T22:18:42.596Z[ host-image] Jul 10 22:18:42.077 INFO O| Jul 10 22:18:42.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102302026-07-10T22:18:42.599Z[ host-image] Jul 10 22:18:42.077 INFO O| Jul 10 22:18:42.077 INFO STEP 72 (ensure_dir) COMPLETE
102312026-07-10T22:18:42.600Z[ host-image] Jul 10 22:18:42.077 INFO O| Jul 10 22:18:42.077 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102322026-07-10T22:18:42.604Z[ host-image] Jul 10 22:18:42.086 INFO O| Jul 10 22:18:42.086 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102332026-07-10T22:18:42.604Z[ host-image] Jul 10 22:18:42.086 INFO O| Jul 10 22:18:42.086 INFO copying /tmp/.tmpK6rNYa/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 ...
102342026-07-10T22:18:42.607Z[ host-image] Jul 10 22:18:42.086 INFO O| Jul 10 22:18:42.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102352026-07-10T22:18:42.608Z[ host-image] Jul 10 22:18:42.086 INFO O| Jul 10 22:18:42.086 INFO ok!
102362026-07-10T22:18:42.608Z[ host-image] Jul 10 22:18:42.086 INFO O| Jul 10 22:18:42.086 INFO STEP 73 (ensure_file) COMPLETE
102372026-07-10T22:18:42.608Z[ host-image] Jul 10 22:18:42.086 INFO O| Jul 10 22:18:42.086 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102382026-07-10T22:18:42.613Z[ host-image] Jul 10 22:18:42.094 INFO O| Jul 10 22:18:42.094 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102392026-07-10T22:18:42.613Z[ host-image] Jul 10 22:18:42.094 INFO O| Jul 10 22:18:42.094 INFO copying /tmp/.tmpK6rNYa/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 ...
102402026-07-10T22:18:42.617Z[ host-image] Jul 10 22:18:42.094 INFO O| Jul 10 22:18:42.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102412026-07-10T22:18:42.617Z[ host-image] Jul 10 22:18:42.094 INFO O| Jul 10 22:18:42.094 INFO ok!
102422026-07-10T22:18:42.617Z[ host-image] Jul 10 22:18:42.094 INFO O| Jul 10 22:18:42.094 INFO STEP 74 (ensure_file) COMPLETE
102432026-07-10T22:18:42.617Z[ host-image] Jul 10 22:18:42.094 INFO O| Jul 10 22:18:42.094 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102442026-07-10T22:18:42.621Z[ host-image] Jul 10 22:18:42.102 INFO O| Jul 10 22:18:42.102 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102452026-07-10T22:18:42.621Z[ host-image] Jul 10 22:18:42.102 INFO O| Jul 10 22:18:42.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102462026-07-10T22:18:42.621Z[ host-image] Jul 10 22:18:42.102 INFO O| Jul 10 22:18:42.102 INFO STEP 75 (ensure_dir) COMPLETE
102472026-07-10T22:18:42.621Z[ host-image] Jul 10 22:18:42.102 INFO O| Jul 10 22:18:42.102 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102482026-07-10T22:18:42.629Z[ host-image] Jul 10 22:18:42.111 INFO O| Jul 10 22:18:42.110 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102492026-07-10T22:18:42.629Z[ host-image] Jul 10 22:18:42.111 INFO O| Jul 10 22:18:42.110 INFO copying /tmp/.tmpK6rNYa/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 ...
102502026-07-10T22:18:42.632Z[ host-image] Jul 10 22:18:42.111 INFO O| Jul 10 22:18:42.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102512026-07-10T22:18:42.633Z[ host-image] Jul 10 22:18:42.111 INFO O| Jul 10 22:18:42.111 INFO ok!
102522026-07-10T22:18:42.633Z[ host-image] Jul 10 22:18:42.111 INFO O| Jul 10 22:18:42.111 INFO STEP 76 (ensure_file) COMPLETE
102532026-07-10T22:18:42.633Z[ host-image] Jul 10 22:18:42.111 INFO O| Jul 10 22:18:42.111 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102542026-07-10T22:18:42.639Z[ host-image] Jul 10 22:18:42.120 INFO O| Jul 10 22:18:42.120 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102552026-07-10T22:18:42.639Z[ host-image] Jul 10 22:18:42.120 INFO O| Jul 10 22:18:42.120 INFO copying /tmp/.tmpK6rNYa/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 ...
102562026-07-10T22:18:42.642Z[ host-image] Jul 10 22:18:42.120 INFO O| Jul 10 22:18:42.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102572026-07-10T22:18:42.642Z[ host-image] Jul 10 22:18:42.120 INFO O| Jul 10 22:18:42.120 INFO ok!
102582026-07-10T22:18:42.642Z[ host-image] Jul 10 22:18:42.120 INFO O| Jul 10 22:18:42.120 INFO STEP 77 (ensure_file) COMPLETE
102592026-07-10T22:18:42.642Z[ host-image] Jul 10 22:18:42.120 INFO O| Jul 10 22:18:42.120 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102602026-07-10T22:18:42.648Z[ host-image] Jul 10 22:18:42.129 INFO O| Jul 10 22:18:42.129 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102612026-07-10T22:18:42.648Z[ host-image] Jul 10 22:18:42.129 INFO O| Jul 10 22:18:42.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102622026-07-10T22:18:42.651Z[ host-image] Jul 10 22:18:42.129 INFO O| Jul 10 22:18:42.129 INFO STEP 78 (ensure_dir) COMPLETE
102632026-07-10T22:18:42.651Z[ host-image] Jul 10 22:18:42.129 INFO O| Jul 10 22:18:42.129 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-07-10T22:18:42.656Z[ host-image] Jul 10 22:18:42.137 INFO O| Jul 10 22:18:42.137 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102652026-07-10T22:18:42.656Z[ host-image] Jul 10 22:18:42.137 INFO O| Jul 10 22:18:42.137 INFO copying /tmp/.tmpK6rNYa/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 ...
102662026-07-10T22:18:42.660Z[ host-image] Jul 10 22:18:42.137 INFO O| Jul 10 22:18:42.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102672026-07-10T22:18:42.660Z[ host-image] Jul 10 22:18:42.137 INFO O| Jul 10 22:18:42.137 INFO ok!
102682026-07-10T22:18:42.660Z[ host-image] Jul 10 22:18:42.137 INFO O| Jul 10 22:18:42.137 INFO STEP 79 (ensure_file) COMPLETE
102692026-07-10T22:18:42.661Z[ host-image] Jul 10 22:18:42.137 INFO O| Jul 10 22:18:42.137 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102702026-07-10T22:18:42.664Z[ host-image] Jul 10 22:18:42.145 INFO O| Jul 10 22:18:42.145 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102712026-07-10T22:18:42.665Z[ host-image] Jul 10 22:18:42.145 INFO O| Jul 10 22:18:42.145 INFO copying /tmp/.tmpK6rNYa/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102722026-07-10T22:18:42.665Z[ host-image] Jul 10 22:18:42.145 INFO O| Jul 10 22:18:42.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102732026-07-10T22:18:42.665Z[ host-image] Jul 10 22:18:42.145 INFO O| Jul 10 22:18:42.145 INFO ok!
102742026-07-10T22:18:42.665Z[ host-image] Jul 10 22:18:42.145 INFO O| Jul 10 22:18:42.145 INFO STEP 80 (ensure_file) COMPLETE
102752026-07-10T22:18:42.665Z[ host-image] Jul 10 22:18:42.145 INFO O| Jul 10 22:18:42.145 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102762026-07-10T22:18:42.671Z[ host-image] Jul 10 22:18:42.152 INFO O| Jul 10 22:18:42.152 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102772026-07-10T22:18:42.671Z[ host-image] Jul 10 22:18:42.152 INFO O| Jul 10 22:18:42.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102782026-07-10T22:18:42.674Z[ host-image] Jul 10 22:18:42.152 INFO O| Jul 10 22:18:42.152 INFO STEP 81 (ensure_dir) COMPLETE
102792026-07-10T22:18:42.674Z[ host-image] Jul 10 22:18:42.152 INFO O| Jul 10 22:18:42.152 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102802026-07-10T22:18:42.680Z[ host-image] Jul 10 22:18:42.161 INFO O| Jul 10 22:18:42.161 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102812026-07-10T22:18:42.680Z[ host-image] Jul 10 22:18:42.161 INFO O| Jul 10 22:18:42.161 INFO copying /tmp/.tmpK6rNYa/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102822026-07-10T22:18:42.974Z[ host-image] Jul 10 22:18:42.455 INFO O| Jul 10 22:18:42.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102832026-07-10T22:18:42.974Z[ host-image] Jul 10 22:18:42.455 INFO O| Jul 10 22:18:42.455 INFO ok!
102842026-07-10T22:18:42.974Z[ host-image] Jul 10 22:18:42.455 INFO O| Jul 10 22:18:42.455 INFO STEP 82 (ensure_file) COMPLETE
102852026-07-10T22:18:42.977Z[ host-image] Jul 10 22:18:42.455 INFO O| Jul 10 22:18:42.455 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102862026-07-10T22:18:42.983Z[ host-image] Jul 10 22:18:42.464 INFO O| Jul 10 22:18:42.464 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102872026-07-10T22:18:42.983Z[ host-image] Jul 10 22:18:42.464 INFO O| Jul 10 22:18:42.464 INFO copying /tmp/.tmpK6rNYa/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102882026-07-10T22:18:43.486Z[ host-image] Jul 10 22:18:42.964 INFO O| Jul 10 22:18:42.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102892026-07-10T22:18:43.486Z[ host-image] Jul 10 22:18:42.965 INFO O| Jul 10 22:18:42.964 INFO ok!
102902026-07-10T22:18:43.486Z[ host-image] Jul 10 22:18:42.965 INFO O| Jul 10 22:18:42.964 INFO STEP 83 (ensure_file) COMPLETE
102912026-07-10T22:18:43.489Z[ host-image] Jul 10 22:18:42.965 INFO O| Jul 10 22:18:42.964 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102922026-07-10T22:18:43.493Z[ host-image] Jul 10 22:18:42.975 INFO O| Jul 10 22:18:42.975 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102932026-07-10T22:18:43.493Z[ host-image] Jul 10 22:18:42.975 INFO O| Jul 10 22:18:42.975 INFO copying /tmp/.tmpK6rNYa/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102942026-07-10T22:18:43.568Z[ recovery-image] Jul 10 22:18:43.045 INFO E| Compiling syn v2.0.117
102952026-07-10T22:18:44.652Z[ host-image] Jul 10 22:18:44.133 INFO O| Jul 10 22:18:44.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102962026-07-10T22:18:44.652Z[ host-image] Jul 10 22:18:44.133 INFO O| Jul 10 22:18:44.133 INFO ok!
102972026-07-10T22:18:44.652Z[ host-image] Jul 10 22:18:44.133 INFO O| Jul 10 22:18:44.133 INFO STEP 84 (ensure_file) COMPLETE
102982026-07-10T22:18:44.655Z[ host-image] Jul 10 22:18:44.133 INFO O| Jul 10 22:18:44.133 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102992026-07-10T22:18:44.659Z[ host-image] Jul 10 22:18:44.141 INFO O| Jul 10 22:18:44.141 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103002026-07-10T22:18:44.660Z[ host-image] Jul 10 22:18:44.141 INFO O| Jul 10 22:18:44.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103012026-07-10T22:18:44.660Z[ host-image] Jul 10 22:18:44.141 INFO O| Jul 10 22:18:44.141 INFO STEP 85 (ensure_dir) COMPLETE
103022026-07-10T22:18:44.662Z[ host-image] Jul 10 22:18:44.141 INFO O| Jul 10 22:18:44.141 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103032026-07-10T22:18:44.669Z[ host-image] Jul 10 22:18:44.150 INFO O| Jul 10 22:18:44.150 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
103042026-07-10T22:18:44.669Z[ host-image] Jul 10 22:18:44.150 INFO O| Jul 10 22:18:44.150 INFO copying /tmp/.tmpK6rNYa/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 ...
103052026-07-10T22:18:44.672Z[ host-image] Jul 10 22:18:44.151 INFO O| Jul 10 22:18:44.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103062026-07-10T22:18:44.672Z[ host-image] Jul 10 22:18:44.151 INFO O| Jul 10 22:18:44.151 INFO ok!
103072026-07-10T22:18:44.672Z[ host-image] Jul 10 22:18:44.151 INFO O| Jul 10 22:18:44.151 INFO STEP 86 (ensure_file) COMPLETE
103082026-07-10T22:18:44.672Z[ host-image] Jul 10 22:18:44.151 INFO O| Jul 10 22:18:44.151 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103092026-07-10T22:18:44.677Z[ host-image] Jul 10 22:18:44.158 INFO O| Jul 10 22:18:44.158 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103102026-07-10T22:18:44.681Z[ host-image] Jul 10 22:18:44.158 INFO O| Jul 10 22:18:44.158 INFO copying /tmp/.tmpK6rNYa/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 ...
103112026-07-10T22:18:44.682Z[ host-image] Jul 10 22:18:44.158 INFO O| Jul 10 22:18:44.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103122026-07-10T22:18:44.682Z[ host-image] Jul 10 22:18:44.158 INFO O| Jul 10 22:18:44.158 INFO ok!
103132026-07-10T22:18:44.682Z[ host-image] Jul 10 22:18:44.158 INFO O| Jul 10 22:18:44.158 INFO STEP 87 (ensure_file) COMPLETE
103142026-07-10T22:18:44.682Z[ host-image] Jul 10 22:18:44.158 INFO O| Jul 10 22:18:44.158 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103152026-07-10T22:18:44.685Z[ host-image] Jul 10 22:18:44.166 INFO O| Jul 10 22:18:44.166 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103162026-07-10T22:18:44.685Z[ host-image] Jul 10 22:18:44.166 INFO O| Jul 10 22:18:44.166 INFO copying /tmp/.tmpK6rNYa/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103172026-07-10T22:18:44.685Z[ host-image] Jul 10 22:18:44.166 INFO O| Jul 10 22:18:44.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103182026-07-10T22:18:44.685Z[ host-image] Jul 10 22:18:44.166 INFO O| Jul 10 22:18:44.166 INFO ok!
103192026-07-10T22:18:44.685Z[ host-image] Jul 10 22:18:44.166 INFO O| Jul 10 22:18:44.166 INFO STEP 88 (ensure_file) COMPLETE
103202026-07-10T22:18:44.686Z[ host-image] Jul 10 22:18:44.166 INFO O| Jul 10 22:18:44.166 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103212026-07-10T22:18:44.694Z[ host-image] Jul 10 22:18:44.175 INFO O| Jul 10 22:18:44.175 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103222026-07-10T22:18:44.694Z[ host-image] Jul 10 22:18:44.175 INFO O| Jul 10 22:18:44.175 INFO copying /tmp/.tmpK6rNYa/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103232026-07-10T22:18:44.697Z[ host-image] Jul 10 22:18:44.175 INFO O| Jul 10 22:18:44.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103242026-07-10T22:18:44.697Z[ host-image] Jul 10 22:18:44.175 INFO O| Jul 10 22:18:44.175 INFO ok!
103252026-07-10T22:18:44.697Z[ host-image] Jul 10 22:18:44.175 INFO O| Jul 10 22:18:44.175 INFO STEP 89 (ensure_file) COMPLETE
103262026-07-10T22:18:44.697Z[ host-image] Jul 10 22:18:44.175 INFO O| Jul 10 22:18:44.175 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103272026-07-10T22:18:44.703Z[ host-image] Jul 10 22:18:44.184 INFO O| Jul 10 22:18:44.184 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103282026-07-10T22:18:44.703Z[ host-image] Jul 10 22:18:44.184 INFO O| Jul 10 22:18:44.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103292026-07-10T22:18:44.703Z[ host-image] Jul 10 22:18:44.184 INFO O| Jul 10 22:18:44.184 INFO STEP 90 (ensure_dir) COMPLETE
103302026-07-10T22:18:44.706Z[ host-image] Jul 10 22:18:44.184 INFO O| Jul 10 22:18:44.184 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-07-10T22:18:44.710Z[ host-image] Jul 10 22:18:44.191 INFO O| Jul 10 22:18:44.191 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103322026-07-10T22:18:44.710Z[ host-image] Jul 10 22:18:44.191 INFO O| Jul 10 22:18:44.191 INFO copying /tmp/.tmpK6rNYa/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103332026-07-10T22:18:44.713Z[ host-image] Jul 10 22:18:44.194 INFO O| Jul 10 22:18:44.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103342026-07-10T22:18:44.713Z[ host-image] Jul 10 22:18:44.194 INFO O| Jul 10 22:18:44.194 INFO ok!
103352026-07-10T22:18:44.716Z[ host-image] Jul 10 22:18:44.194 INFO O| Jul 10 22:18:44.194 INFO STEP 91 (ensure_file) COMPLETE
103362026-07-10T22:18:44.716Z[ host-image] Jul 10 22:18:44.194 INFO O| Jul 10 22:18:44.194 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-07-10T22:18:44.722Z[ host-image] Jul 10 22:18:44.202 INFO O| Jul 10 22:18:44.202 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103382026-07-10T22:18:44.722Z[ host-image] Jul 10 22:18:44.202 INFO O| Jul 10 22:18:44.202 INFO copying /tmp/.tmpK6rNYa/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103392026-07-10T22:18:44.722Z[ host-image] Jul 10 22:18:44.202 INFO O| Jul 10 22:18:44.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103402026-07-10T22:18:44.722Z[ host-image] Jul 10 22:18:44.202 INFO O| Jul 10 22:18:44.202 INFO ok!
103412026-07-10T22:18:44.728Z[ host-image] Jul 10 22:18:44.202 INFO O| Jul 10 22:18:44.202 INFO STEP 92 (ensure_file) COMPLETE
103422026-07-10T22:18:44.728Z[ host-image] Jul 10 22:18:44.202 INFO O| Jul 10 22:18:44.202 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-07-10T22:18:44.728Z[ host-image] Jul 10 22:18:44.209 INFO O| Jul 10 22:18:44.209 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103442026-07-10T22:18:44.728Z[ host-image] Jul 10 22:18:44.209 INFO O| Jul 10 22:18:44.209 INFO copying /tmp/.tmpK6rNYa/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103452026-07-10T22:18:45.082Z[ recovery-image] Jul 10 22:18:44.563 INFO E| Compiling scroll_derive v0.13.1
103462026-07-10T22:18:45.343Z[ host-image] Jul 10 22:18:44.821 INFO O| Jul 10 22:18:44.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103472026-07-10T22:18:45.343Z[ host-image] Jul 10 22:18:44.821 INFO O| Jul 10 22:18:44.821 INFO ok!
103482026-07-10T22:18:45.343Z[ host-image] Jul 10 22:18:44.821 INFO O| Jul 10 22:18:44.821 INFO STEP 93 (ensure_file) COMPLETE
103492026-07-10T22:18:45.343Z[ host-image] Jul 10 22:18:44.821 INFO O| Jul 10 22:18:44.821 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103502026-07-10T22:18:45.347Z[ host-image] Jul 10 22:18:44.829 INFO O| Jul 10 22:18:44.828 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103512026-07-10T22:18:45.348Z[ host-image] Jul 10 22:18:44.829 INFO O| Jul 10 22:18:44.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103522026-07-10T22:18:45.352Z[ host-image] Jul 10 22:18:44.829 INFO O| Jul 10 22:18:44.829 INFO STEP 94 (ensure_dir) COMPLETE
103532026-07-10T22:18:45.352Z[ host-image] Jul 10 22:18:44.829 INFO O| Jul 10 22:18:44.829 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103542026-07-10T22:18:45.355Z[ host-image] Jul 10 22:18:44.834 INFO O| Jul 10 22:18:44.834 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103552026-07-10T22:18:45.355Z[ host-image] Jul 10 22:18:44.834 INFO O| Jul 10 22:18:44.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103562026-07-10T22:18:45.355Z[ host-image] Jul 10 22:18:44.834 INFO O| Jul 10 22:18:44.834 INFO STEP 95 (ensure_dir) COMPLETE
103572026-07-10T22:18:45.355Z[ host-image] Jul 10 22:18:44.834 INFO O| Jul 10 22:18:44.834 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-07-10T22:18:45.359Z[ host-image] Jul 10 22:18:44.840 INFO O| Jul 10 22:18:44.840 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103592026-07-10T22:18:45.359Z[ host-image] Jul 10 22:18:44.840 INFO O| Jul 10 22:18:44.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103602026-07-10T22:18:45.364Z[ host-image] Jul 10 22:18:44.840 INFO O| Jul 10 22:18:44.840 INFO STEP 96 (ensure_dir) COMPLETE
103612026-07-10T22:18:45.364Z[ host-image] Jul 10 22:18:44.840 INFO O| Jul 10 22:18:44.840 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103622026-07-10T22:18:45.399Z[ host-image] Jul 10 22:18:44.846 INFO O| Jul 10 22:18:44.846 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103632026-07-10T22:18:45.399Z[ host-image] Jul 10 22:18:44.846 INFO O| Jul 10 22:18:44.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103642026-07-10T22:18:45.399Z[ host-image] Jul 10 22:18:44.846 INFO O| Jul 10 22:18:44.846 INFO STEP 97 (ensure_dir) COMPLETE
103652026-07-10T22:18:45.399Z[ host-image] Jul 10 22:18:44.846 INFO O| Jul 10 22:18:44.846 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103662026-07-10T22:18:45.400Z[ host-image] Jul 10 22:18:44.852 INFO O| Jul 10 22:18:44.852 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103672026-07-10T22:18:45.400Z[ host-image] Jul 10 22:18:44.852 INFO O| Jul 10 22:18:44.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103682026-07-10T22:18:45.400Z[ host-image] Jul 10 22:18:44.852 INFO O| Jul 10 22:18:44.852 INFO STEP 98 (ensure_dir) COMPLETE
103692026-07-10T22:18:45.400Z[ host-image] Jul 10 22:18:44.852 INFO O| Jul 10 22:18:44.852 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103702026-07-10T22:18:45.400Z[ host-image] Jul 10 22:18:44.860 INFO O| Jul 10 22:18:44.860 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103712026-07-10T22:18:45.400Z[ host-image] Jul 10 22:18:44.860 INFO O| Jul 10 22:18:44.860 INFO copying /tmp/.tmpK6rNYa/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 ...
103722026-07-10T22:18:45.400Z[ host-image] Jul 10 22:18:44.860 INFO O| Jul 10 22:18:44.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103732026-07-10T22:18:45.400Z[ host-image] Jul 10 22:18:44.860 INFO O| Jul 10 22:18:44.860 INFO ok!
103742026-07-10T22:18:45.400Z[ host-image] Jul 10 22:18:44.860 INFO O| Jul 10 22:18:44.860 INFO STEP 99 (ensure_file) COMPLETE
103752026-07-10T22:18:45.400Z[ host-image] Jul 10 22:18:44.860 INFO O| Jul 10 22:18:44.860 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-07-10T22:18:45.400Z[ host-image] Jul 10 22:18:44.865 INFO O| Jul 10 22:18:44.865 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103772026-07-10T22:18:45.400Z[ host-image] Jul 10 22:18:44.865 INFO O| Jul 10 22:18:44.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103782026-07-10T22:18:45.400Z[ host-image] Jul 10 22:18:44.865 INFO O| Jul 10 22:18:44.865 INFO STEP 100 (ensure_dir) COMPLETE
103792026-07-10T22:18:45.400Z[ host-image] Jul 10 22:18:44.865 INFO O| Jul 10 22:18:44.865 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103802026-07-10T22:18:45.401Z[ host-image] Jul 10 22:18:44.877 INFO O| Jul 10 22:18:44.877 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103812026-07-10T22:18:45.401Z[ host-image] Jul 10 22:18:44.877 INFO O| Jul 10 22:18:44.877 INFO copying /tmp/.tmpK6rNYa/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103822026-07-10T22:18:45.409Z[ host-image] Jul 10 22:18:44.891 INFO O| Jul 10 22:18:44.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103832026-07-10T22:18:45.409Z[ host-image] Jul 10 22:18:44.891 INFO O| Jul 10 22:18:44.891 INFO ok!
103842026-07-10T22:18:45.412Z[ host-image] Jul 10 22:18:44.891 INFO O| Jul 10 22:18:44.891 INFO STEP 101 (ensure_file) COMPLETE
103852026-07-10T22:18:45.412Z[ host-image] Jul 10 22:18:44.891 INFO O| Jul 10 22:18:44.891 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103862026-07-10T22:18:45.418Z[ host-image] Jul 10 22:18:44.896 INFO O| Jul 10 22:18:44.896 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103872026-07-10T22:18:45.418Z[ host-image] Jul 10 22:18:44.896 INFO O| Jul 10 22:18:44.896 INFO copying /tmp/.tmpK6rNYa/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103882026-07-10T22:18:45.418Z[ host-image] Jul 10 22:18:44.896 INFO O| Jul 10 22:18:44.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103892026-07-10T22:18:45.418Z[ host-image] Jul 10 22:18:44.896 INFO O| Jul 10 22:18:44.896 INFO ok!
103902026-07-10T22:18:45.418Z[ host-image] Jul 10 22:18:44.896 INFO O| Jul 10 22:18:44.896 INFO STEP 102 (ensure_file) COMPLETE
103912026-07-10T22:18:45.418Z[ host-image] Jul 10 22:18:44.896 INFO O| Jul 10 22:18:44.896 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103922026-07-10T22:18:45.424Z[ host-image] Jul 10 22:18:44.905 INFO O| Jul 10 22:18:44.905 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103932026-07-10T22:18:45.424Z[ host-image] Jul 10 22:18:44.905 INFO O| Jul 10 22:18:44.905 INFO copying /tmp/.tmpK6rNYa/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103942026-07-10T22:18:45.695Z[ host-image] Jul 10 22:18:45.175 INFO O| Jul 10 22:18:45.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103952026-07-10T22:18:45.695Z[ host-image] Jul 10 22:18:45.175 INFO O| Jul 10 22:18:45.175 INFO ok!
103962026-07-10T22:18:45.695Z[ host-image] Jul 10 22:18:45.175 INFO O| Jul 10 22:18:45.175 INFO STEP 103 (ensure_file) COMPLETE
103972026-07-10T22:18:45.698Z[ host-image] Jul 10 22:18:45.175 INFO O| Jul 10 22:18:45.175 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103982026-07-10T22:18:45.701Z[ host-image] Jul 10 22:18:45.183 INFO O| Jul 10 22:18:45.183 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103992026-07-10T22:18:45.702Z[ host-image] Jul 10 22:18:45.183 INFO O| Jul 10 22:18:45.183 INFO copying /tmp/.tmpK6rNYa/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
104002026-07-10T22:18:45.704Z[ host-image] Jul 10 22:18:45.183 INFO O| Jul 10 22:18:45.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
104012026-07-10T22:18:45.704Z[ host-image] Jul 10 22:18:45.183 INFO O| Jul 10 22:18:45.183 INFO ok!
104022026-07-10T22:18:45.704Z[ host-image] Jul 10 22:18:45.183 INFO O| Jul 10 22:18:45.183 INFO STEP 104 (ensure_file) COMPLETE
104032026-07-10T22:18:45.704Z[ host-image] Jul 10 22:18:45.183 INFO O| Jul 10 22:18:45.183 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104042026-07-10T22:18:45.707Z[ host-image] Jul 10 22:18:45.189 INFO O| Jul 10 22:18:45.189 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104052026-07-10T22:18:45.711Z[ host-image] Jul 10 22:18:45.189 INFO O| Jul 10 22:18:45.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104062026-07-10T22:18:45.711Z[ host-image] Jul 10 22:18:45.189 INFO O| Jul 10 22:18:45.189 INFO STEP 105 (ensure_dir) COMPLETE
104072026-07-10T22:18:45.711Z[ host-image] Jul 10 22:18:45.189 INFO O| Jul 10 22:18:45.189 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104082026-07-10T22:18:45.716Z[ host-image] Jul 10 22:18:45.197 INFO O| Jul 10 22:18:45.197 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104092026-07-10T22:18:45.716Z[ host-image] Jul 10 22:18:45.197 INFO O| Jul 10 22:18:45.197 INFO copying /tmp/.tmpK6rNYa/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 ...
104102026-07-10T22:18:46.015Z[ host-image] Jul 10 22:18:45.496 INFO O| Jul 10 22:18:45.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104112026-07-10T22:18:46.015Z[ host-image] Jul 10 22:18:45.496 INFO O| Jul 10 22:18:45.496 INFO ok!
104122026-07-10T22:18:46.016Z[ host-image] Jul 10 22:18:45.496 INFO O| Jul 10 22:18:45.496 INFO STEP 106 (ensure_file) COMPLETE
104132026-07-10T22:18:46.018Z[ host-image] Jul 10 22:18:45.496 INFO O| Jul 10 22:18:45.496 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104142026-07-10T22:18:46.023Z[ host-image] Jul 10 22:18:45.504 INFO O| Jul 10 22:18:45.504 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104152026-07-10T22:18:46.023Z[ host-image] Jul 10 22:18:45.504 INFO O| Jul 10 22:18:45.504 INFO copying /tmp/.tmpK6rNYa/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 ...
104162026-07-10T22:18:46.026Z[ host-image] Jul 10 22:18:45.504 INFO O| Jul 10 22:18:45.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104172026-07-10T22:18:46.026Z[ host-image] Jul 10 22:18:45.504 INFO O| Jul 10 22:18:45.504 INFO ok!
104182026-07-10T22:18:46.026Z[ host-image] Jul 10 22:18:45.504 INFO O| Jul 10 22:18:45.504 INFO STEP 107 (ensure_file) COMPLETE
104192026-07-10T22:18:46.026Z[ host-image] Jul 10 22:18:45.504 INFO O| Jul 10 22:18:45.504 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104202026-07-10T22:18:46.029Z[ host-image] Jul 10 22:18:45.510 INFO O| Jul 10 22:18:45.510 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104212026-07-10T22:18:46.029Z[ host-image] Jul 10 22:18:45.510 INFO O| Jul 10 22:18:45.510 INFO copying /tmp/.tmpK6rNYa/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 ...
104222026-07-10T22:18:46.029Z[ host-image] Jul 10 22:18:45.510 INFO O| Jul 10 22:18:45.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104232026-07-10T22:18:46.029Z[ host-image] Jul 10 22:18:45.510 INFO O| Jul 10 22:18:45.510 INFO ok!
104242026-07-10T22:18:46.030Z[ host-image] Jul 10 22:18:45.510 INFO O| Jul 10 22:18:45.510 INFO STEP 108 (ensure_file) COMPLETE
104252026-07-10T22:18:46.030Z[ host-image] Jul 10 22:18:45.510 INFO O| Jul 10 22:18:45.510 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104262026-07-10T22:18:46.035Z[ host-image] Jul 10 22:18:45.516 INFO O| Jul 10 22:18:45.516 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104272026-07-10T22:18:46.035Z[ host-image] Jul 10 22:18:45.516 INFO O| Jul 10 22:18:45.516 INFO copying /tmp/.tmpK6rNYa/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 ...
104282026-07-10T22:18:46.038Z[ host-image] Jul 10 22:18:45.516 INFO O| Jul 10 22:18:45.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104292026-07-10T22:18:46.038Z[ host-image] Jul 10 22:18:45.516 INFO O| Jul 10 22:18:45.516 INFO ok!
104302026-07-10T22:18:46.038Z[ host-image] Jul 10 22:18:45.516 INFO O| Jul 10 22:18:45.516 INFO STEP 109 (ensure_file) COMPLETE
104312026-07-10T22:18:46.038Z[ host-image] Jul 10 22:18:45.516 INFO O| Jul 10 22:18:45.516 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104322026-07-10T22:18:46.041Z[ host-image] Jul 10 22:18:45.522 INFO O| Jul 10 22:18:45.522 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104332026-07-10T22:18:46.041Z[ host-image] Jul 10 22:18:45.522 INFO O| Jul 10 22:18:45.522 INFO copying /tmp/.tmpK6rNYa/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 ...
104342026-07-10T22:18:46.041Z[ host-image] Jul 10 22:18:45.522 INFO O| Jul 10 22:18:45.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104352026-07-10T22:18:46.041Z[ host-image] Jul 10 22:18:45.522 INFO O| Jul 10 22:18:45.522 INFO ok!
104362026-07-10T22:18:46.041Z[ host-image] Jul 10 22:18:45.522 INFO O| Jul 10 22:18:45.522 INFO STEP 110 (ensure_file) COMPLETE
104372026-07-10T22:18:46.041Z[ host-image] Jul 10 22:18:45.522 INFO O| Jul 10 22:18:45.522 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104382026-07-10T22:18:46.047Z[ host-image] Jul 10 22:18:45.528 INFO O| Jul 10 22:18:45.528 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104392026-07-10T22:18:46.047Z[ host-image] Jul 10 22:18:45.528 INFO O| Jul 10 22:18:45.528 INFO copying /tmp/.tmpK6rNYa/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 ...
104402026-07-10T22:18:46.050Z[ host-image] Jul 10 22:18:45.528 INFO O| Jul 10 22:18:45.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104412026-07-10T22:18:46.050Z[ host-image] Jul 10 22:18:45.528 INFO O| Jul 10 22:18:45.528 INFO ok!
104422026-07-10T22:18:46.050Z[ host-image] Jul 10 22:18:45.528 INFO O| Jul 10 22:18:45.528 INFO STEP 111 (ensure_file) COMPLETE
104432026-07-10T22:18:46.050Z[ host-image] Jul 10 22:18:45.528 INFO O| Jul 10 22:18:45.528 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104442026-07-10T22:18:46.054Z[ host-image] Jul 10 22:18:45.534 INFO O| Jul 10 22:18:45.534 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104452026-07-10T22:18:46.054Z[ host-image] Jul 10 22:18:45.534 INFO O| Jul 10 22:18:45.534 INFO copying /tmp/.tmpK6rNYa/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 ...
104462026-07-10T22:18:46.054Z[ host-image] Jul 10 22:18:45.534 INFO O| Jul 10 22:18:45.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104472026-07-10T22:18:46.054Z[ host-image] Jul 10 22:18:45.534 INFO O| Jul 10 22:18:45.534 INFO ok!
104482026-07-10T22:18:46.054Z[ host-image] Jul 10 22:18:45.534 INFO O| Jul 10 22:18:45.534 INFO STEP 112 (ensure_file) COMPLETE
104492026-07-10T22:18:46.054Z[ host-image] Jul 10 22:18:45.534 INFO O| Jul 10 22:18:45.534 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104502026-07-10T22:18:46.059Z[ host-image] Jul 10 22:18:45.540 INFO O| Jul 10 22:18:45.540 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104512026-07-10T22:18:46.059Z[ host-image] Jul 10 22:18:45.540 INFO O| Jul 10 22:18:45.540 INFO copying /tmp/.tmpK6rNYa/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104522026-07-10T22:18:46.061Z[ host-image] Jul 10 22:18:45.540 INFO O| Jul 10 22:18:45.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104532026-07-10T22:18:46.062Z[ host-image] Jul 10 22:18:45.540 INFO O| Jul 10 22:18:45.540 INFO ok!
104542026-07-10T22:18:46.062Z[ host-image] Jul 10 22:18:45.540 INFO O| Jul 10 22:18:45.540 INFO STEP 113 (ensure_file) COMPLETE
104552026-07-10T22:18:46.062Z[ host-image] Jul 10 22:18:45.540 INFO O| Jul 10 22:18:45.540 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104562026-07-10T22:18:46.066Z[ host-image] Jul 10 22:18:45.548 INFO O| Jul 10 22:18:45.548 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104572026-07-10T22:18:46.069Z[ host-image] Jul 10 22:18:45.548 INFO O| Jul 10 22:18:45.548 INFO copying /tmp/.tmpK6rNYa/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 ...
104582026-07-10T22:18:46.069Z[ host-image] Jul 10 22:18:45.548 INFO O| Jul 10 22:18:45.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104592026-07-10T22:18:46.069Z[ host-image] Jul 10 22:18:45.548 INFO O| Jul 10 22:18:45.548 INFO ok!
104602026-07-10T22:18:46.069Z[ host-image] Jul 10 22:18:45.548 INFO O| Jul 10 22:18:45.548 INFO STEP 114 (ensure_file) COMPLETE
104612026-07-10T22:18:46.069Z[ host-image] Jul 10 22:18:45.548 INFO O| Jul 10 22:18:45.548 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104622026-07-10T22:18:46.073Z[ host-image] Jul 10 22:18:45.555 INFO O| Jul 10 22:18:45.555 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104632026-07-10T22:18:46.073Z[ host-image] Jul 10 22:18:45.555 INFO O| Jul 10 22:18:45.555 INFO copying /tmp/.tmpK6rNYa/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 ...
104642026-07-10T22:18:46.076Z[ host-image] Jul 10 22:18:45.555 INFO O| Jul 10 22:18:45.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104652026-07-10T22:18:46.076Z[ host-image] Jul 10 22:18:45.555 INFO O| Jul 10 22:18:45.555 INFO ok!
104662026-07-10T22:18:46.076Z[ host-image] Jul 10 22:18:45.555 INFO O| Jul 10 22:18:45.555 INFO STEP 115 (ensure_file) COMPLETE
104672026-07-10T22:18:46.076Z[ host-image] Jul 10 22:18:45.555 INFO O| Jul 10 22:18:45.555 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104682026-07-10T22:18:46.081Z[ host-image] Jul 10 22:18:45.561 INFO O| Jul 10 22:18:45.561 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104692026-07-10T22:18:46.081Z[ host-image] Jul 10 22:18:45.561 INFO O| Jul 10 22:18:45.561 INFO copying /tmp/.tmpK6rNYa/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 ...
104702026-07-10T22:18:46.086Z[ host-image] Jul 10 22:18:45.562 INFO O| Jul 10 22:18:45.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104712026-07-10T22:18:46.086Z[ host-image] Jul 10 22:18:45.562 INFO O| Jul 10 22:18:45.561 INFO ok!
104722026-07-10T22:18:46.086Z[ host-image] Jul 10 22:18:45.562 INFO O| Jul 10 22:18:45.561 INFO STEP 116 (ensure_file) COMPLETE
104732026-07-10T22:18:46.086Z[ host-image] Jul 10 22:18:45.562 INFO O| Jul 10 22:18:45.561 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104742026-07-10T22:18:46.090Z[ host-image] Jul 10 22:18:45.568 INFO O| Jul 10 22:18:45.568 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104752026-07-10T22:18:46.090Z[ host-image] Jul 10 22:18:45.568 INFO O| Jul 10 22:18:45.568 INFO copying /tmp/.tmpK6rNYa/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104762026-07-10T22:18:46.090Z[ host-image] Jul 10 22:18:45.568 INFO O| Jul 10 22:18:45.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104772026-07-10T22:18:46.090Z[ host-image] Jul 10 22:18:45.568 INFO O| Jul 10 22:18:45.568 INFO ok!
104782026-07-10T22:18:46.090Z[ host-image] Jul 10 22:18:45.568 INFO O| Jul 10 22:18:45.568 INFO STEP 117 (ensure_file) COMPLETE
104792026-07-10T22:18:46.090Z[ host-image] Jul 10 22:18:45.568 INFO O| Jul 10 22:18:45.568 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104802026-07-10T22:18:46.093Z[ host-image] Jul 10 22:18:45.574 INFO O| Jul 10 22:18:45.574 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104812026-07-10T22:18:46.093Z[ host-image] Jul 10 22:18:45.574 INFO O| Jul 10 22:18:45.574 INFO copying /tmp/.tmpK6rNYa/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 ...
104822026-07-10T22:18:46.098Z[ host-image] Jul 10 22:18:45.574 INFO O| Jul 10 22:18:45.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104832026-07-10T22:18:46.098Z[ host-image] Jul 10 22:18:45.574 INFO O| Jul 10 22:18:45.574 INFO ok!
104842026-07-10T22:18:46.098Z[ host-image] Jul 10 22:18:45.574 INFO O| Jul 10 22:18:45.574 INFO STEP 118 (ensure_file) COMPLETE
104852026-07-10T22:18:46.098Z[ host-image] Jul 10 22:18:45.574 INFO O| Jul 10 22:18:45.574 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104862026-07-10T22:18:46.100Z[ host-image] Jul 10 22:18:45.580 INFO O| Jul 10 22:18:45.580 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104872026-07-10T22:18:46.100Z[ host-image] Jul 10 22:18:45.580 INFO O| Jul 10 22:18:45.580 INFO copying /tmp/.tmpK6rNYa/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 ...
104882026-07-10T22:18:46.100Z[ host-image] Jul 10 22:18:45.580 INFO O| Jul 10 22:18:45.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104892026-07-10T22:18:46.100Z[ host-image] Jul 10 22:18:45.580 INFO O| Jul 10 22:18:45.580 INFO ok!
104902026-07-10T22:18:46.100Z[ host-image] Jul 10 22:18:45.580 INFO O| Jul 10 22:18:45.580 INFO STEP 119 (ensure_file) COMPLETE
104912026-07-10T22:18:46.100Z[ host-image] Jul 10 22:18:45.580 INFO O| Jul 10 22:18:45.580 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104922026-07-10T22:18:46.104Z[ host-image] Jul 10 22:18:45.586 INFO O| Jul 10 22:18:45.586 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104932026-07-10T22:18:46.104Z[ host-image] Jul 10 22:18:45.586 INFO O| Jul 10 22:18:45.586 INFO copying /tmp/.tmpK6rNYa/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 ...
104942026-07-10T22:18:46.107Z[ host-image] Jul 10 22:18:45.586 INFO O| Jul 10 22:18:45.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104952026-07-10T22:18:46.107Z[ host-image] Jul 10 22:18:45.586 INFO O| Jul 10 22:18:45.586 INFO ok!
104962026-07-10T22:18:46.107Z[ host-image] Jul 10 22:18:45.586 INFO O| Jul 10 22:18:45.586 INFO STEP 120 (ensure_file) COMPLETE
104972026-07-10T22:18:46.108Z[ host-image] Jul 10 22:18:45.586 INFO O| Jul 10 22:18:45.586 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104982026-07-10T22:18:46.112Z[ host-image] Jul 10 22:18:45.593 INFO O| Jul 10 22:18:45.593 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104992026-07-10T22:18:46.112Z[ host-image] Jul 10 22:18:45.593 INFO O| Jul 10 22:18:45.593 INFO copying /tmp/.tmpK6rNYa/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 ...
105002026-07-10T22:18:46.115Z[ host-image] Jul 10 22:18:45.593 INFO O| Jul 10 22:18:45.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
105012026-07-10T22:18:46.115Z[ host-image] Jul 10 22:18:45.593 INFO O| Jul 10 22:18:45.593 INFO ok!
105022026-07-10T22:18:46.115Z[ host-image] Jul 10 22:18:45.593 INFO O| Jul 10 22:18:45.593 INFO STEP 121 (ensure_file) COMPLETE
105032026-07-10T22:18:46.115Z[ host-image] Jul 10 22:18:45.593 INFO O| Jul 10 22:18:45.593 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105042026-07-10T22:18:46.120Z[ host-image] Jul 10 22:18:45.601 INFO O| Jul 10 22:18:45.601 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105052026-07-10T22:18:46.120Z[ host-image] Jul 10 22:18:45.601 INFO O| Jul 10 22:18:45.601 INFO copying /tmp/.tmpK6rNYa/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 ...
105062026-07-10T22:18:46.122Z[ host-image] Jul 10 22:18:45.601 INFO O| Jul 10 22:18:45.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105072026-07-10T22:18:46.122Z[ host-image] Jul 10 22:18:45.601 INFO O| Jul 10 22:18:45.601 INFO ok!
105082026-07-10T22:18:46.122Z[ host-image] Jul 10 22:18:45.601 INFO O| Jul 10 22:18:45.601 INFO STEP 122 (ensure_file) COMPLETE
105092026-07-10T22:18:46.122Z[ host-image] Jul 10 22:18:45.601 INFO O| Jul 10 22:18:45.601 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105102026-07-10T22:18:46.127Z[ host-image] Jul 10 22:18:45.608 INFO O| Jul 10 22:18:45.608 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105112026-07-10T22:18:46.129Z[ host-image] Jul 10 22:18:45.608 INFO O| Jul 10 22:18:45.608 INFO copying /tmp/.tmpK6rNYa/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 ...
105122026-07-10T22:18:46.129Z[ host-image] Jul 10 22:18:45.608 INFO O| Jul 10 22:18:45.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105132026-07-10T22:18:46.129Z[ host-image] Jul 10 22:18:45.608 INFO O| Jul 10 22:18:45.608 INFO ok!
105142026-07-10T22:18:46.129Z[ host-image] Jul 10 22:18:45.608 INFO O| Jul 10 22:18:45.608 INFO STEP 123 (ensure_file) COMPLETE
105152026-07-10T22:18:46.129Z[ host-image] Jul 10 22:18:45.608 INFO O| Jul 10 22:18:45.608 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105162026-07-10T22:18:46.134Z[ host-image] Jul 10 22:18:45.615 INFO O| Jul 10 22:18:45.615 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105172026-07-10T22:18:46.134Z[ host-image] Jul 10 22:18:45.615 INFO O| Jul 10 22:18:45.615 INFO copying /tmp/.tmpK6rNYa/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 ...
105182026-07-10T22:18:46.136Z[ host-image] Jul 10 22:18:45.615 INFO O| Jul 10 22:18:45.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105192026-07-10T22:18:46.136Z[ host-image] Jul 10 22:18:45.615 INFO O| Jul 10 22:18:45.615 INFO ok!
105202026-07-10T22:18:46.136Z[ host-image] Jul 10 22:18:45.615 INFO O| Jul 10 22:18:45.615 INFO STEP 124 (ensure_file) COMPLETE
105212026-07-10T22:18:46.137Z[ host-image] Jul 10 22:18:45.615 INFO O| Jul 10 22:18:45.615 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105222026-07-10T22:18:46.141Z[ host-image] Jul 10 22:18:45.622 INFO O| Jul 10 22:18:45.622 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105232026-07-10T22:18:46.144Z[ host-image] Jul 10 22:18:45.622 INFO O| Jul 10 22:18:45.622 INFO copying /tmp/.tmpK6rNYa/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 ...
105242026-07-10T22:18:46.144Z[ host-image] Jul 10 22:18:45.622 INFO O| Jul 10 22:18:45.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105252026-07-10T22:18:46.144Z[ host-image] Jul 10 22:18:45.622 INFO O| Jul 10 22:18:45.622 INFO ok!
105262026-07-10T22:18:46.145Z[ host-image] Jul 10 22:18:45.622 INFO O| Jul 10 22:18:45.622 INFO STEP 125 (ensure_file) COMPLETE
105272026-07-10T22:18:46.145Z[ host-image] Jul 10 22:18:45.622 INFO O| Jul 10 22:18:45.622 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105282026-07-10T22:18:46.150Z[ host-image] Jul 10 22:18:45.630 INFO O| Jul 10 22:18:45.630 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105292026-07-10T22:18:46.150Z[ host-image] Jul 10 22:18:45.630 INFO O| Jul 10 22:18:45.630 INFO copying /tmp/.tmpK6rNYa/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 ...
105302026-07-10T22:18:46.150Z[ host-image] Jul 10 22:18:45.630 INFO O| Jul 10 22:18:45.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105312026-07-10T22:18:46.150Z[ host-image] Jul 10 22:18:45.630 INFO O| Jul 10 22:18:45.630 INFO ok!
105322026-07-10T22:18:46.150Z[ host-image] Jul 10 22:18:45.630 INFO O| Jul 10 22:18:45.630 INFO STEP 126 (ensure_file) COMPLETE
105332026-07-10T22:18:46.150Z[ host-image] Jul 10 22:18:45.630 INFO O| Jul 10 22:18:45.630 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105342026-07-10T22:18:46.155Z[ host-image] Jul 10 22:18:45.637 INFO O| Jul 10 22:18:45.637 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105352026-07-10T22:18:46.155Z[ host-image] Jul 10 22:18:45.637 INFO O| Jul 10 22:18:45.637 INFO copying /tmp/.tmpK6rNYa/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 ...
105362026-07-10T22:18:46.158Z[ host-image] Jul 10 22:18:45.637 INFO O| Jul 10 22:18:45.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105372026-07-10T22:18:46.158Z[ host-image] Jul 10 22:18:45.637 INFO O| Jul 10 22:18:45.637 INFO ok!
105382026-07-10T22:18:46.158Z[ host-image] Jul 10 22:18:45.637 INFO O| Jul 10 22:18:45.637 INFO STEP 127 (ensure_file) COMPLETE
105392026-07-10T22:18:46.158Z[ host-image] Jul 10 22:18:45.637 INFO O| Jul 10 22:18:45.637 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105402026-07-10T22:18:46.163Z[ host-image] Jul 10 22:18:45.644 INFO O| Jul 10 22:18:45.644 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105412026-07-10T22:18:46.168Z[ host-image] Jul 10 22:18:45.644 INFO O| Jul 10 22:18:45.644 INFO copying /tmp/.tmpK6rNYa/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 ...
105422026-07-10T22:18:46.168Z[ host-image] Jul 10 22:18:45.644 INFO O| Jul 10 22:18:45.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105432026-07-10T22:18:46.168Z[ host-image] Jul 10 22:18:45.644 INFO O| Jul 10 22:18:45.644 INFO ok!
105442026-07-10T22:18:46.168Z[ host-image] Jul 10 22:18:45.644 INFO O| Jul 10 22:18:45.644 INFO STEP 128 (ensure_file) COMPLETE
105452026-07-10T22:18:46.168Z[ host-image] Jul 10 22:18:45.644 INFO O| Jul 10 22:18:45.644 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105462026-07-10T22:18:46.171Z[ host-image] Jul 10 22:18:45.652 INFO O| Jul 10 22:18:45.652 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105472026-07-10T22:18:46.171Z[ host-image] Jul 10 22:18:45.652 INFO O| Jul 10 22:18:45.652 INFO copying /tmp/.tmpK6rNYa/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 ...
105482026-07-10T22:18:46.171Z[ host-image] Jul 10 22:18:45.652 INFO O| Jul 10 22:18:45.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105492026-07-10T22:18:46.171Z[ host-image] Jul 10 22:18:45.652 INFO O| Jul 10 22:18:45.652 INFO ok!
105502026-07-10T22:18:46.171Z[ host-image] Jul 10 22:18:45.652 INFO O| Jul 10 22:18:45.652 INFO STEP 129 (ensure_file) COMPLETE
105512026-07-10T22:18:46.171Z[ host-image] Jul 10 22:18:45.652 INFO O| Jul 10 22:18:45.652 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105522026-07-10T22:18:46.177Z[ host-image] Jul 10 22:18:45.659 INFO O| Jul 10 22:18:45.659 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105532026-07-10T22:18:46.177Z[ host-image] Jul 10 22:18:45.659 INFO O| Jul 10 22:18:45.659 INFO copying /tmp/.tmpK6rNYa/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 ...
105542026-07-10T22:18:46.180Z[ host-image] Jul 10 22:18:45.659 INFO O| Jul 10 22:18:45.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105552026-07-10T22:18:46.180Z[ host-image] Jul 10 22:18:45.659 INFO O| Jul 10 22:18:45.659 INFO ok!
105562026-07-10T22:18:46.180Z[ host-image] Jul 10 22:18:45.659 INFO O| Jul 10 22:18:45.659 INFO STEP 130 (ensure_file) COMPLETE
105572026-07-10T22:18:46.180Z[ host-image] Jul 10 22:18:45.659 INFO O| Jul 10 22:18:45.659 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105582026-07-10T22:18:46.184Z[ host-image] Jul 10 22:18:45.666 INFO O| Jul 10 22:18:45.666 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105592026-07-10T22:18:46.184Z[ host-image] Jul 10 22:18:45.666 INFO O| Jul 10 22:18:45.666 INFO copying /tmp/.tmpK6rNYa/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 ...
105602026-07-10T22:18:46.184Z[ host-image] Jul 10 22:18:45.666 INFO O| Jul 10 22:18:45.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105612026-07-10T22:18:46.187Z[ host-image] Jul 10 22:18:45.666 INFO O| Jul 10 22:18:45.666 INFO ok!
105622026-07-10T22:18:46.187Z[ host-image] Jul 10 22:18:45.666 INFO O| Jul 10 22:18:45.666 INFO STEP 131 (ensure_file) COMPLETE
105632026-07-10T22:18:46.187Z[ host-image] Jul 10 22:18:45.666 INFO O| Jul 10 22:18:45.666 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105642026-07-10T22:18:46.191Z[ host-image] Jul 10 22:18:45.673 INFO O| Jul 10 22:18:45.673 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105652026-07-10T22:18:46.191Z[ host-image] Jul 10 22:18:45.673 INFO O| Jul 10 22:18:45.673 INFO copying /tmp/.tmpK6rNYa/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 ...
105662026-07-10T22:18:46.194Z[ host-image] Jul 10 22:18:45.673 INFO O| Jul 10 22:18:45.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105672026-07-10T22:18:46.194Z[ host-image] Jul 10 22:18:45.673 INFO O| Jul 10 22:18:45.673 INFO ok!
105682026-07-10T22:18:46.194Z[ host-image] Jul 10 22:18:45.673 INFO O| Jul 10 22:18:45.673 INFO STEP 132 (ensure_file) COMPLETE
105692026-07-10T22:18:46.194Z[ host-image] Jul 10 22:18:45.673 INFO O| Jul 10 22:18:45.673 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105702026-07-10T22:18:46.198Z[ host-image] Jul 10 22:18:45.680 INFO O| Jul 10 22:18:45.680 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105712026-07-10T22:18:46.198Z[ host-image] Jul 10 22:18:45.680 INFO O| Jul 10 22:18:45.680 INFO copying /tmp/.tmpK6rNYa/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 ...
105722026-07-10T22:18:46.198Z[ host-image] Jul 10 22:18:45.680 INFO O| Jul 10 22:18:45.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105732026-07-10T22:18:46.202Z[ host-image] Jul 10 22:18:45.680 INFO O| Jul 10 22:18:45.680 INFO ok!
105742026-07-10T22:18:46.202Z[ host-image] Jul 10 22:18:45.680 INFO O| Jul 10 22:18:45.680 INFO STEP 133 (ensure_file) COMPLETE
105752026-07-10T22:18:46.202Z[ host-image] Jul 10 22:18:45.680 INFO O| Jul 10 22:18:45.680 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105762026-07-10T22:18:46.205Z[ host-image] Jul 10 22:18:45.685 INFO O| Jul 10 22:18:45.685 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105772026-07-10T22:18:46.205Z[ host-image] Jul 10 22:18:45.685 INFO O| Jul 10 22:18:45.685 INFO copying /tmp/.tmpK6rNYa/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 ...
105782026-07-10T22:18:46.205Z[ host-image] Jul 10 22:18:45.685 INFO O| Jul 10 22:18:45.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105792026-07-10T22:18:46.205Z[ host-image] Jul 10 22:18:45.685 INFO O| Jul 10 22:18:45.685 INFO ok!
105802026-07-10T22:18:46.205Z[ host-image] Jul 10 22:18:45.685 INFO O| Jul 10 22:18:45.685 INFO STEP 134 (ensure_file) COMPLETE
105812026-07-10T22:18:46.205Z[ host-image] Jul 10 22:18:45.685 INFO O| Jul 10 22:18:45.685 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105822026-07-10T22:18:46.215Z[ host-image] Jul 10 22:18:45.693 INFO O| Jul 10 22:18:45.693 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105832026-07-10T22:18:46.215Z[ host-image] Jul 10 22:18:45.693 INFO O| Jul 10 22:18:45.693 INFO copying /tmp/.tmpK6rNYa/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 ...
105842026-07-10T22:18:46.220Z[ host-image] Jul 10 22:18:45.693 INFO O| Jul 10 22:18:45.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105852026-07-10T22:18:46.220Z[ host-image] Jul 10 22:18:45.693 INFO O| Jul 10 22:18:45.693 INFO ok!
105862026-07-10T22:18:46.220Z[ host-image] Jul 10 22:18:45.693 INFO O| Jul 10 22:18:45.693 INFO STEP 135 (ensure_file) COMPLETE
105872026-07-10T22:18:46.220Z[ host-image] Jul 10 22:18:45.693 INFO O| Jul 10 22:18:45.693 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105882026-07-10T22:18:46.223Z[ host-image] Jul 10 22:18:45.700 INFO O| Jul 10 22:18:45.700 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105892026-07-10T22:18:46.223Z[ host-image] Jul 10 22:18:45.700 INFO O| Jul 10 22:18:45.700 INFO copying /tmp/.tmpK6rNYa/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105902026-07-10T22:18:46.223Z[ host-image] Jul 10 22:18:45.701 INFO O| Jul 10 22:18:45.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105912026-07-10T22:18:46.223Z[ host-image] Jul 10 22:18:45.701 INFO O| Jul 10 22:18:45.701 INFO ok!
105922026-07-10T22:18:46.223Z[ host-image] Jul 10 22:18:45.701 INFO O| Jul 10 22:18:45.701 INFO STEP 136 (ensure_file) COMPLETE
105932026-07-10T22:18:46.223Z[ host-image] Jul 10 22:18:45.701 INFO O| Jul 10 22:18:45.701 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105942026-07-10T22:18:46.226Z[ host-image] Jul 10 22:18:45.708 INFO O| Jul 10 22:18:45.708 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105952026-07-10T22:18:46.226Z[ host-image] Jul 10 22:18:45.708 INFO O| Jul 10 22:18:45.708 INFO copying /tmp/.tmpK6rNYa/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 ...
105962026-07-10T22:18:46.229Z[ host-image] Jul 10 22:18:45.708 INFO O| Jul 10 22:18:45.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105972026-07-10T22:18:46.229Z[ host-image] Jul 10 22:18:45.708 INFO O| Jul 10 22:18:45.708 INFO ok!
105982026-07-10T22:18:46.229Z[ host-image] Jul 10 22:18:45.708 INFO O| Jul 10 22:18:45.708 INFO STEP 137 (ensure_file) COMPLETE
105992026-07-10T22:18:46.229Z[ host-image] Jul 10 22:18:45.708 INFO O| Jul 10 22:18:45.708 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106002026-07-10T22:18:46.233Z[ host-image] Jul 10 22:18:45.714 INFO O| Jul 10 22:18:45.714 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
106012026-07-10T22:18:46.233Z[ host-image] Jul 10 22:18:45.714 INFO O| Jul 10 22:18:45.714 INFO copying /tmp/.tmpK6rNYa/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
106022026-07-10T22:18:46.236Z[ host-image] Jul 10 22:18:45.714 INFO O| Jul 10 22:18:45.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
106032026-07-10T22:18:46.236Z[ host-image] Jul 10 22:18:45.714 INFO O| Jul 10 22:18:45.714 INFO ok!
106042026-07-10T22:18:46.236Z[ host-image] Jul 10 22:18:45.714 INFO O| Jul 10 22:18:45.714 INFO STEP 138 (ensure_file) COMPLETE
106052026-07-10T22:18:46.236Z[ host-image] Jul 10 22:18:45.714 INFO O| Jul 10 22:18:45.714 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106062026-07-10T22:18:46.240Z[ host-image] Jul 10 22:18:45.721 INFO O| Jul 10 22:18:45.721 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106072026-07-10T22:18:46.240Z[ host-image] Jul 10 22:18:45.721 INFO O| Jul 10 22:18:45.721 INFO copying /tmp/.tmpK6rNYa/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106082026-07-10T22:18:46.244Z[ recovery-image] Jul 10 22:18:45.725 INFO E| Compiling bitstruct_derive v0.1.0
106092026-07-10T22:18:51.521Z[ host-image] Jul 10 22:18:50.999 INFO O| Jul 10 22:18:50.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106102026-07-10T22:18:51.521Z[ host-image] Jul 10 22:18:50.999 INFO O| Jul 10 22:18:50.999 INFO ok!
106112026-07-10T22:18:51.521Z[ host-image] Jul 10 22:18:50.999 INFO O| Jul 10 22:18:50.999 INFO STEP 139 (ensure_file) COMPLETE
106122026-07-10T22:18:51.524Z[ host-image] Jul 10 22:18:50.999 INFO O| Jul 10 22:18:50.999 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106132026-07-10T22:18:51.527Z[ host-image] Jul 10 22:18:51.008 INFO O| Jul 10 22:18:51.007 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106142026-07-10T22:18:51.528Z[ host-image] Jul 10 22:18:51.008 INFO O| Jul 10 22:18:51.008 INFO STEP 140 (ensure_dir) COMPLETE
106152026-07-10T22:18:51.528Z[ host-image] Jul 10 22:18:51.008 INFO O| Jul 10 22:18:51.008 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106162026-07-10T22:18:51.535Z[ host-image] Jul 10 22:18:51.016 INFO O| Jul 10 22:18:51.015 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106172026-07-10T22:18:51.535Z[ host-image] Jul 10 22:18:51.016 INFO O| Jul 10 22:18:51.016 INFO STEP 141 (ensure_dir) COMPLETE
106182026-07-10T22:18:51.538Z[ host-image] Jul 10 22:18:51.016 INFO O| Jul 10 22:18:51.016 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106192026-07-10T22:18:51.541Z[ host-image] Jul 10 22:18:51.022 INFO O| Jul 10 22:18:51.022 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106202026-07-10T22:18:51.544Z[ host-image] Jul 10 22:18:51.022 INFO O| Jul 10 22:18:51.022 INFO STEP 142 (ensure_dir) COMPLETE
106212026-07-10T22:18:51.544Z[ host-image] Jul 10 22:18:51.022 INFO O| Jul 10 22:18:51.022 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106222026-07-10T22:18:51.548Z[ host-image] Jul 10 22:18:51.030 INFO O| Jul 10 22:18:51.029 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106232026-07-10T22:18:51.548Z[ host-image] Jul 10 22:18:51.030 INFO O| Jul 10 22:18:51.030 INFO STEP 143 (ensure_dir) COMPLETE
106242026-07-10T22:18:51.548Z[ host-image] Jul 10 22:18:51.030 INFO O| Jul 10 22:18:51.030 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106252026-07-10T22:18:51.555Z[ host-image] Jul 10 22:18:51.036 INFO O| Jul 10 22:18:51.036 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106262026-07-10T22:18:51.555Z[ host-image] Jul 10 22:18:51.036 INFO O| Jul 10 22:18:51.036 INFO copying /tmp/.tmpK6rNYa/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 ...
106272026-07-10T22:18:51.558Z[ host-image] Jul 10 22:18:51.036 INFO O| Jul 10 22:18:51.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106282026-07-10T22:18:51.558Z[ host-image] Jul 10 22:18:51.036 INFO O| Jul 10 22:18:51.036 INFO ok!
106292026-07-10T22:18:51.558Z[ host-image] Jul 10 22:18:51.036 INFO O| Jul 10 22:18:51.036 INFO STEP 144 (ensure_file) COMPLETE
106302026-07-10T22:18:51.558Z[ host-image] Jul 10 22:18:51.036 INFO O| Jul 10 22:18:51.036 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106312026-07-10T22:18:51.562Z[ host-image] Jul 10 22:18:51.042 INFO O| Jul 10 22:18:51.042 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106322026-07-10T22:18:51.562Z[ host-image] Jul 10 22:18:51.042 INFO O| Jul 10 22:18:51.042 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106332026-07-10T22:18:51.563Z[ host-image] Jul 10 22:18:51.042 INFO O| Jul 10 22:18:51.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106342026-07-10T22:18:51.563Z[ host-image] Jul 10 22:18:51.042 INFO O| Jul 10 22:18:51.042 INFO STEP 145 (ensure_dir) COMPLETE
106352026-07-10T22:18:51.563Z[ host-image] Jul 10 22:18:51.042 INFO O| Jul 10 22:18:51.042 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106362026-07-10T22:18:51.566Z[ host-image] Jul 10 22:18:51.047 INFO O| Jul 10 22:18:51.047 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106372026-07-10T22:18:51.567Z[ host-image] Jul 10 22:18:51.047 INFO O| Jul 10 22:18:51.047 INFO copying /tmp/.tmpK6rNYa/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106382026-07-10T22:18:51.570Z[ host-image] Jul 10 22:18:51.048 INFO O| Jul 10 22:18:51.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106392026-07-10T22:18:51.570Z[ host-image] Jul 10 22:18:51.048 INFO O| Jul 10 22:18:51.048 INFO ok!
106402026-07-10T22:18:51.570Z[ host-image] Jul 10 22:18:51.048 INFO O| Jul 10 22:18:51.048 INFO STEP 146 (ensure_file) COMPLETE
106412026-07-10T22:18:51.570Z[ host-image] Jul 10 22:18:51.048 INFO O| Jul 10 22:18:51.048 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106422026-07-10T22:18:51.574Z[ host-image] Jul 10 22:18:51.055 INFO O| Jul 10 22:18:51.055 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106432026-07-10T22:18:51.577Z[ host-image] Jul 10 22:18:51.055 INFO O| Jul 10 22:18:51.055 INFO STEP 147 (remove_files) COMPLETE
106442026-07-10T22:18:51.577Z[ host-image] Jul 10 22:18:51.055 INFO O| Jul 10 22:18:51.055 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106452026-07-10T22:18:51.580Z[ host-image] Jul 10 22:18:51.061 INFO O| Jul 10 22:18:51.061 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106462026-07-10T22:18:51.583Z[ host-image] Jul 10 22:18:51.061 INFO O| Jul 10 22:18:51.061 INFO STEP 148 (remove_files) COMPLETE
106472026-07-10T22:18:51.583Z[ host-image] Jul 10 22:18:51.061 INFO O| Jul 10 22:18:51.061 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106482026-07-10T22:18:51.586Z[ host-image] Jul 10 22:18:51.068 INFO O| Jul 10 22:18:51.068 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106492026-07-10T22:18:51.589Z[ host-image] Jul 10 22:18:51.068 INFO O| Jul 10 22:18:51.068 INFO STEP 149 (remove_files) COMPLETE
106502026-07-10T22:18:51.589Z[ host-image] Jul 10 22:18:51.068 INFO O| Jul 10 22:18:51.068 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106512026-07-10T22:18:51.593Z[ host-image] Jul 10 22:18:51.074 INFO O| Jul 10 22:18:51.074 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106522026-07-10T22:18:51.596Z[ host-image] Jul 10 22:18:51.075 INFO O| Jul 10 22:18:51.075 INFO STEP 150 (remove_files) COMPLETE
106532026-07-10T22:18:51.596Z[ host-image] Jul 10 22:18:51.075 INFO O| Jul 10 22:18:51.075 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106542026-07-10T22:18:51.599Z[ host-image] Jul 10 22:18:51.080 INFO O| Jul 10 22:18:51.080 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106552026-07-10T22:18:51.600Z[ host-image] Jul 10 22:18:51.081 INFO O| Jul 10 22:18:51.081 INFO STEP 151 (remove_files) COMPLETE
106562026-07-10T22:18:51.600Z[ host-image] Jul 10 22:18:51.081 INFO O| Jul 10 22:18:51.081 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106572026-07-10T22:18:51.606Z[ host-image] Jul 10 22:18:51.087 INFO O| Jul 10 22:18:51.087 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106582026-07-10T22:18:51.609Z[ host-image] Jul 10 22:18:51.087 INFO O| Jul 10 22:18:51.087 INFO STEP 152 (remove_files) COMPLETE
106592026-07-10T22:18:51.609Z[ host-image] Jul 10 22:18:51.087 INFO O| Jul 10 22:18:51.087 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106602026-07-10T22:18:51.612Z[ host-image] Jul 10 22:18:51.094 INFO O| Jul 10 22:18:51.094 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106612026-07-10T22:18:51.613Z[ host-image] Jul 10 22:18:51.094 INFO O| Jul 10 22:18:51.094 INFO STEP 153 (remove_files) COMPLETE
106622026-07-10T22:18:51.613Z[ host-image] Jul 10 22:18:51.094 INFO O| Jul 10 22:18:51.094 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106632026-07-10T22:18:51.618Z[ host-image] Jul 10 22:18:51.100 INFO O| Jul 10 22:18:51.100 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106642026-07-10T22:18:51.621Z[ host-image] Jul 10 22:18:51.100 INFO O| Jul 10 22:18:51.100 INFO STEP 154 (remove_files) COMPLETE
106652026-07-10T22:18:51.621Z[ host-image] Jul 10 22:18:51.100 INFO O| Jul 10 22:18:51.100 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106662026-07-10T22:18:51.624Z[ host-image] Jul 10 22:18:51.105 INFO O| Jul 10 22:18:51.105 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106672026-07-10T22:18:51.625Z[ host-image] Jul 10 22:18:51.105 INFO O| Jul 10 22:18:51.105 INFO STEP 155 (remove_files) COMPLETE
106682026-07-10T22:18:51.625Z[ host-image] Jul 10 22:18:51.105 INFO O| Jul 10 22:18:51.105 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106692026-07-10T22:18:51.630Z[ host-image] Jul 10 22:18:51.111 INFO O| Jul 10 22:18:51.111 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106702026-07-10T22:18:51.630Z[ host-image] Jul 10 22:18:51.111 INFO O| Jul 10 22:18:51.111 INFO STEP 156 (remove_files) COMPLETE
106712026-07-10T22:18:51.633Z[ host-image] Jul 10 22:18:51.111 INFO O| Jul 10 22:18:51.111 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106722026-07-10T22:18:51.636Z[ host-image] Jul 10 22:18:51.117 INFO O| Jul 10 22:18:51.117 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106732026-07-10T22:18:51.639Z[ host-image] Jul 10 22:18:51.117 INFO O| Jul 10 22:18:51.117 INFO STEP 157 (remove_files) COMPLETE
106742026-07-10T22:18:51.639Z[ host-image] Jul 10 22:18:51.117 INFO O| Jul 10 22:18:51.117 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106752026-07-10T22:18:51.643Z[ host-image] Jul 10 22:18:51.123 INFO O| Jul 10 22:18:51.123 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106762026-07-10T22:18:51.643Z[ host-image] Jul 10 22:18:51.123 INFO O| Jul 10 22:18:51.123 INFO STEP 158 (remove_files) COMPLETE
106772026-07-10T22:18:51.643Z[ host-image] Jul 10 22:18:51.123 INFO O| Jul 10 22:18:51.123 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106782026-07-10T22:18:51.648Z[ host-image] Jul 10 22:18:51.129 INFO O| Jul 10 22:18:51.129 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106792026-07-10T22:18:51.652Z[ host-image] Jul 10 22:18:51.129 INFO O| Jul 10 22:18:51.129 INFO STEP 159 (remove_files) COMPLETE
106802026-07-10T22:18:51.652Z[ host-image] Jul 10 22:18:51.129 INFO O| Jul 10 22:18:51.129 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106812026-07-10T22:18:51.655Z[ host-image] Jul 10 22:18:51.135 INFO O| Jul 10 22:18:51.135 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106822026-07-10T22:18:51.656Z[ host-image] Jul 10 22:18:51.135 INFO O| Jul 10 22:18:51.135 INFO STEP 160 (remove_files) COMPLETE
106832026-07-10T22:18:51.656Z[ host-image] Jul 10 22:18:51.135 INFO O| Jul 10 22:18:51.135 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106842026-07-10T22:18:51.661Z[ host-image] Jul 10 22:18:51.142 INFO O| Jul 10 22:18:51.142 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106852026-07-10T22:18:51.661Z[ host-image] Jul 10 22:18:51.142 INFO O| Jul 10 22:18:51.142 INFO STEP 161 (remove_files) COMPLETE
106862026-07-10T22:18:51.663Z[ host-image] Jul 10 22:18:51.142 INFO O| Jul 10 22:18:51.142 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106872026-07-10T22:18:51.667Z[ host-image] Jul 10 22:18:51.148 INFO O| Jul 10 22:18:51.148 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106882026-07-10T22:18:51.670Z[ host-image] Jul 10 22:18:51.148 INFO O| Jul 10 22:18:51.148 INFO STEP 162 (remove_files) COMPLETE
106892026-07-10T22:18:51.670Z[ host-image] Jul 10 22:18:51.149 INFO O| Jul 10 22:18:51.148 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106902026-07-10T22:18:51.674Z[ host-image] Jul 10 22:18:51.155 INFO O| Jul 10 22:18:51.155 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106912026-07-10T22:18:51.674Z[ host-image] Jul 10 22:18:51.155 INFO O| Jul 10 22:18:51.155 INFO STEP 163 (remove_files) COMPLETE
106922026-07-10T22:18:51.677Z[ host-image] Jul 10 22:18:51.155 INFO O| Jul 10 22:18:51.155 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106932026-07-10T22:18:51.680Z[ host-image] Jul 10 22:18:51.161 INFO O| Jul 10 22:18:51.161 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106942026-07-10T22:18:51.680Z[ host-image] Jul 10 22:18:51.161 INFO O| Jul 10 22:18:51.161 INFO STEP 164 (remove_files) COMPLETE
106952026-07-10T22:18:51.683Z[ host-image] Jul 10 22:18:51.161 INFO O| Jul 10 22:18:51.161 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106962026-07-10T22:18:51.686Z[ host-image] Jul 10 22:18:51.168 INFO O| Jul 10 22:18:51.167 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106972026-07-10T22:18:51.687Z[ host-image] Jul 10 22:18:51.168 INFO O| Jul 10 22:18:51.168 INFO STEP 165 (remove_files) COMPLETE
106982026-07-10T22:18:51.690Z[ host-image] Jul 10 22:18:51.168 INFO O| Jul 10 22:18:51.168 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106992026-07-10T22:18:51.693Z[ host-image] Jul 10 22:18:51.173 INFO O| Jul 10 22:18:51.173 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107002026-07-10T22:18:51.693Z[ host-image] Jul 10 22:18:51.173 INFO O| Jul 10 22:18:51.173 INFO STEP 166 (remove_files) COMPLETE
107012026-07-10T22:18:51.693Z[ host-image] Jul 10 22:18:51.173 INFO O| Jul 10 22:18:51.173 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107022026-07-10T22:18:51.698Z[ host-image] Jul 10 22:18:51.179 INFO O| Jul 10 22:18:51.179 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107032026-07-10T22:18:51.698Z[ host-image] Jul 10 22:18:51.179 INFO O| Jul 10 22:18:51.179 INFO STEP 167 (remove_files) COMPLETE
107042026-07-10T22:18:51.702Z[ host-image] Jul 10 22:18:51.179 INFO O| Jul 10 22:18:51.179 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107052026-07-10T22:18:51.704Z[ host-image] Jul 10 22:18:51.186 INFO O| Jul 10 22:18:51.186 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107062026-07-10T22:18:51.704Z[ host-image] Jul 10 22:18:51.186 INFO O| Jul 10 22:18:51.186 INFO STEP 168 (remove_files) COMPLETE
107072026-07-10T22:18:51.704Z[ host-image] Jul 10 22:18:51.186 INFO O| Jul 10 22:18:51.186 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107082026-07-10T22:18:51.710Z[ host-image] Jul 10 22:18:51.192 INFO O| Jul 10 22:18:51.192 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107092026-07-10T22:18:51.711Z[ host-image] Jul 10 22:18:51.192 INFO O| Jul 10 22:18:51.192 INFO STEP 169 (remove_files) COMPLETE
107102026-07-10T22:18:51.711Z[ host-image] Jul 10 22:18:51.192 INFO O| Jul 10 22:18:51.192 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107112026-07-10T22:18:51.720Z[ host-image] Jul 10 22:18:51.198 INFO O| Jul 10 22:18:51.198 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107122026-07-10T22:18:51.720Z[ host-image] Jul 10 22:18:51.198 INFO O| Jul 10 22:18:51.198 INFO STEP 170 (remove_files) COMPLETE
107132026-07-10T22:18:51.726Z[ host-image] Jul 10 22:18:51.198 INFO O| Jul 10 22:18:51.198 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107142026-07-10T22:18:51.726Z[ host-image] Jul 10 22:18:51.204 INFO O| Jul 10 22:18:51.204 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107152026-07-10T22:18:51.726Z[ host-image] Jul 10 22:18:51.204 INFO O| Jul 10 22:18:51.204 INFO STEP 171 (remove_files) COMPLETE
107162026-07-10T22:18:51.726Z[ host-image] Jul 10 22:18:51.204 INFO O| Jul 10 22:18:51.204 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107172026-07-10T22:18:51.729Z[ host-image] Jul 10 22:18:51.210 INFO O| Jul 10 22:18:51.210 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107182026-07-10T22:18:51.729Z[ host-image] Jul 10 22:18:51.210 INFO O| Jul 10 22:18:51.210 INFO STEP 172 (remove_files) COMPLETE
107192026-07-10T22:18:51.730Z[ host-image] Jul 10 22:18:51.210 INFO O| Jul 10 22:18:51.210 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107202026-07-10T22:18:51.736Z[ host-image] Jul 10 22:18:51.217 INFO O| Jul 10 22:18:51.217 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107212026-07-10T22:18:51.736Z[ host-image] Jul 10 22:18:51.217 INFO O| Jul 10 22:18:51.217 INFO STEP 173 (remove_files) COMPLETE
107222026-07-10T22:18:51.739Z[ host-image] Jul 10 22:18:51.217 INFO O| Jul 10 22:18:51.217 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107232026-07-10T22:18:51.742Z[ host-image] Jul 10 22:18:51.223 INFO O| Jul 10 22:18:51.223 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107242026-07-10T22:18:51.743Z[ host-image] Jul 10 22:18:51.223 INFO O| Jul 10 22:18:51.223 INFO STEP 174 (remove_files) COMPLETE
107252026-07-10T22:18:51.743Z[ host-image] Jul 10 22:18:51.223 INFO O| Jul 10 22:18:51.223 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107262026-07-10T22:18:51.747Z[ host-image] Jul 10 22:18:51.229 INFO O| Jul 10 22:18:51.229 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107272026-07-10T22:18:51.748Z[ host-image] Jul 10 22:18:51.229 INFO O| Jul 10 22:18:51.229 INFO STEP 175 (remove_files) COMPLETE
107282026-07-10T22:18:51.751Z[ host-image] Jul 10 22:18:51.229 INFO O| Jul 10 22:18:51.229 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107292026-07-10T22:18:51.757Z[ host-image] Jul 10 22:18:51.238 INFO O| Jul 10 22:18:51.238 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107302026-07-10T22:18:51.757Z[ host-image] Jul 10 22:18:51.238 INFO O| Jul 10 22:18:51.238 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", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107312026-07-10T22:18:56.635Z[ recovery-image] Jul 10 22:18:56.116 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)
107322026-07-10T22:18:57.117Z[ host-image] Jul 10 22:18:56.598 INFO O| Jul 10 22:18:56.598 INFO O| Loading smf(7) service descriptions: 1/792/793/794/795/796/797/798/799/7910/7911/7912/7913/7914/7915/7916/7917/7918/7919/7920/7921/7922/7923/7924/7925/7926/7927/7928/7929/7930/7931/7932/7933/7934/7935/7936/7937/7938/7939/7940/7941/7942/7943/7944/7945/7946/7947/7948/7949/7950/7951/7952/7953/7954/7955/7956/7957/7958/7959/7960/7961/7962/7963/7964/7965/7966/7967/7968/7969/7970/7971/7972/7973/7974/7975/7976/7977/7978/7979/79
107332026-07-10T22:18:57.118Z[ host-image] Jul 10 22:18:56.598 INFO O| Jul 10 22:18:56.598 INFO E| svccfg: Loaded 79 smf(7) service descriptions
107342026-07-10T22:18:57.130Z[ host-image] Jul 10 22:18:56.611 INFO O| Jul 10 22:18:56.611 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107352026-07-10T22:18:57.226Z[ host-image] Jul 10 22:18:56.707 INFO O| Jul 10 22:18:56.707 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"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", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107362026-07-10T22:18:57.281Z[ host-image] Jul 10 22:18:56.762 INFO O| Jul 10 22:18:56.762 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107372026-07-10T22:18:57.344Z[ host-image] Jul 10 22:18:56.825 INFO O| Jul 10 22:18:56.825 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107382026-07-10T22:18:57.346Z[ host-image] Jul 10 22:18:56.825 INFO O| Jul 10 22:18:56.825 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107392026-07-10T22:18:57.420Z[ host-image] Jul 10 22:18:56.900 INFO O| Jul 10 22:18:56.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107402026-07-10T22:18:57.420Z[ host-image] Jul 10 22:18:56.900 INFO O| Jul 10 22:18:56.900 INFO ok!
107412026-07-10T22:18:57.422Z[ host-image] Jul 10 22:18:56.900 INFO O| Jul 10 22:18:56.900 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107422026-07-10T22:18:57.422Z[ host-image] Jul 10 22:18:56.900 INFO O| Jul 10 22:18:56.900 INFO STEP 176 (seed_smf) COMPLETE
107432026-07-10T22:18:57.422Z[ host-image] Jul 10 22:18:56.900 INFO O| Jul 10 22:18:56.900 INFO steps complete; finalising image!
107442026-07-10T22:18:57.422Z[ host-image] Jul 10 22:18:56.900 INFO O| Jul 10 22:18:56.900 INFO TRIM POOL: TEMPORARY-sled-zfs
107452026-07-10T22:18:57.467Z[ host-image] Jul 10 22:18:56.948 INFO O| Jul 10 22:18:56.948 INFO trim TEMPORARY-sled-zfs: (72% trimmed, started at Fri Jul 10 22:18:56 2026)
107462026-07-10T22:18:57.681Z[ host-image] Jul 10 22:18:57.162 INFO O| Jul 10 22:18:57.162 INFO temporary pool has 849M used, 47.3M avail, 1.82x compressratio
107472026-07-10T22:18:57.681Z[ host-image] Jul 10 22:18:57.162 INFO O| Jul 10 22:18:57.162 INFO EXPORT POOL: TEMPORARY-sled-zfs
107482026-07-10T22:18:58.024Z[ host-image] Jul 10 22:18:57.505 INFO O| Jul 10 22:18:57.505 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107492026-07-10T22:18:58.025Z[ host-image] Jul 10 22:18:57.505 INFO O| Jul 10 22:18:57.505 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107502026-07-10T22:18:58.670Z[ host-image] Jul 10 22:18:58.151 INFO O| Jul 10 22:18:58.151 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107512026-07-10T22:18:58.671Z[ host-image] Jul 10 22:18:58.151 INFO O| Jul 10 22:18:58.151 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107522026-07-10T22:18:58.673Z[ host-image] Jul 10 22:18:58.151 INFO O| Jul 10 22:18:58.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107532026-07-10T22:18:58.673Z[ host-image] Jul 10 22:18:58.151 INFO O| Jul 10 22:18:58.151 INFO completed processing sled/zfs
107542026-07-10T22:18:58.674Z[ host-image] Jul 10 22:18:58.151 INFO O| Jul 10 22:18:58.151 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107552026-07-10T22:18:58.753Z[ recovery-image] Jul 10 22:18:58.233 INFO E| Compiling bitflags v1.3.2
107562026-07-10T22:18:58.753Z[ recovery-image] Jul 10 22:18:58.233 INFO E| Compiling scroll v0.13.0
107572026-07-10T22:18:58.756Z[ recovery-image] Jul 10 22:18:58.233 INFO E| Compiling log v0.4.32
107582026-07-10T22:18:58.756Z[ recovery-image] Jul 10 22:18:58.233 INFO E| Compiling adler2 v2.0.1
107592026-07-10T22:18:58.757Z[ recovery-image] Jul 10 22:18:58.233 INFO E| Compiling bit_field v0.10.3
107602026-07-10T22:18:58.757Z[ recovery-image] Jul 10 22:18:58.233 INFO E| Compiling plain v0.2.3
107612026-07-10T22:18:58.757Z[ recovery-image] Jul 10 22:18:58.233 INFO E| Compiling bitflags v2.13.0
107622026-07-10T22:18:58.757Z[ recovery-image] Jul 10 22:18:58.233 INFO E| Compiling static_assertions v1.1.0
107632026-07-10T22:18:58.757Z[ recovery-image] Jul 10 22:18:58.234 INFO E| Compiling bitstruct v0.1.1
107642026-07-10T22:18:58.804Z[ recovery-image] Jul 10 22:18:58.285 INFO E| Compiling raw-cpuid v10.7.0
107652026-07-10T22:18:58.841Z[ recovery-image] Jul 10 22:18:58.322 INFO E| Compiling miniz_oxide v0.9.1
107662026-07-10T22:18:58.920Z[ recovery-image] Jul 10 22:18:58.401 INFO E| Compiling cpio_reader v0.1.2
107672026-07-10T22:18:58.972Z[ recovery-image] Jul 10 22:18:58.453 INFO E| Compiling goblin v0.10.7
107682026-07-10T22:19:01.772Z[ recovery-image] Jul 10 22:19:01.252 INFO E| Finished `release` profile [optimized] target(s) in 19.86s
107692026-07-10T22:19:01.791Z[ recovery-image] Jul 10 22:19:01.271 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107702026-07-10T22:19:01.791Z[ recovery-image] Jul 10 22:19:01.271 INFO building ROM for gimlet
107712026-07-10T22:19:01.794Z[ recovery-image] Jul 10 22:19:01.271 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")
107722026-07-10T22:19:01.867Z[ recovery-image] Jul 10 22:19:01.348 INFO E| Downloading crates ...
107732026-07-10T22:19:01.925Z[ recovery-image] Jul 10 22:19:01.406 INFO E| Downloaded anstyle v1.0.10
107742026-07-10T22:19:01.937Z[ recovery-image] Jul 10 22:19:01.417 INFO E| Downloaded toml v0.8.22
107752026-07-10T22:19:01.957Z[ recovery-image] Jul 10 22:19:01.438 INFO E| Downloaded shared_child v1.0.1
107762026-07-10T22:19:01.960Z[ recovery-image] Jul 10 22:19:01.439 INFO E| Downloaded toml_datetime v0.6.9
107772026-07-10T22:19:01.960Z[ recovery-image] Jul 10 22:19:01.439 INFO E| Downloaded is_terminal_polyfill v1.70.1
107782026-07-10T22:19:01.960Z[ recovery-image] Jul 10 22:19:01.440 INFO E| Downloaded anstyle-query v1.1.2
107792026-07-10T22:19:01.960Z[ recovery-image] Jul 10 22:19:01.441 INFO E| Downloaded serde_spanned v0.6.8
107802026-07-10T22:19:01.963Z[ recovery-image] Jul 10 22:19:01.441 INFO E| Downloaded os_pipe v1.2.1
107812026-07-10T22:19:01.963Z[ recovery-image] Jul 10 22:19:01.442 INFO E| Downloaded colorchoice v1.0.3
107822026-07-10T22:19:01.963Z[ recovery-image] Jul 10 22:19:01.443 INFO E| Downloaded clap_lex v0.7.4
107832026-07-10T22:19:01.966Z[ recovery-image] Jul 10 22:19:01.448 INFO E| Downloaded toml_write v0.1.1
107842026-07-10T22:19:01.969Z[ recovery-image] Jul 10 22:19:01.449 INFO E| Downloaded anstyle-parse v0.2.6
107852026-07-10T22:19:01.969Z[ recovery-image] Jul 10 22:19:01.450 INFO E| Downloaded anstream v0.6.18
107862026-07-10T22:19:01.975Z[ recovery-image] Jul 10 22:19:01.456 INFO E| Downloaded duct v0.13.7
107872026-07-10T22:19:01.978Z[ recovery-image] Jul 10 22:19:01.458 INFO E| Downloaded clap_derive v4.5.32
107882026-07-10T22:19:01.978Z[ recovery-image] Jul 10 22:19:01.459 INFO E| Downloaded clap v4.5.37
107892026-07-10T22:19:01.994Z[ recovery-image] Jul 10 22:19:01.474 INFO E| Downloaded cc v1.2.20
107902026-07-10T22:19:01.996Z[ recovery-image] Jul 10 22:19:01.477 INFO E| Downloaded toml_edit v0.22.26
107912026-07-10T22:19:02.015Z[ recovery-image] Jul 10 22:19:01.496 INFO E| Downloaded winnow v0.7.7
107922026-07-10T22:19:02.020Z[ recovery-image] Jul 10 22:19:01.501 INFO E| Downloaded clap_builder v4.5.37
107932026-07-10T22:19:02.034Z[ recovery-image] Jul 10 22:19:01.514 INFO E| Compiling libc v0.2.172
107942026-07-10T22:19:02.034Z[ recovery-image] Jul 10 22:19:01.514 INFO E| Compiling utf8parse v0.2.2
107952026-07-10T22:19:02.037Z[ recovery-image] Jul 10 22:19:01.514 INFO E| Compiling is_terminal_polyfill v1.70.1
107962026-07-10T22:19:02.037Z[ recovery-image] Jul 10 22:19:01.514 INFO E| Compiling once_cell v1.21.3
107972026-07-10T22:19:02.037Z[ recovery-image] Jul 10 22:19:01.515 INFO E| Compiling shlex v1.3.0
107982026-07-10T22:19:02.037Z[ recovery-image] Jul 10 22:19:01.515 INFO E| Compiling anstyle v1.0.10
107992026-07-10T22:19:02.037Z[ recovery-image] Jul 10 22:19:01.515 INFO E| Compiling colorchoice v1.0.3
108002026-07-10T22:19:02.051Z[ recovery-image] Jul 10 22:19:01.532 INFO E| Compiling anstyle-query v1.1.2
108012026-07-10T22:19:02.054Z[ recovery-image] Jul 10 22:19:01.532 INFO E| Compiling equivalent v1.0.2
108022026-07-10T22:19:02.055Z[ recovery-image] Jul 10 22:19:01.532 INFO E| Compiling hashbrown v0.15.2
108032026-07-10T22:19:02.055Z[ recovery-image] Jul 10 22:19:01.532 INFO E| Compiling toml_write v0.1.1
108042026-07-10T22:19:02.055Z[ recovery-image] Jul 10 22:19:01.533 INFO E| Compiling anyhow v1.0.98
108052026-07-10T22:19:02.068Z[ recovery-image] Jul 10 22:19:01.549 INFO E| Compiling winnow v0.7.7
108062026-07-10T22:19:02.072Z[ recovery-image] Jul 10 22:19:01.550 INFO E| Compiling clap_lex v0.7.4
108072026-07-10T22:19:02.074Z[ recovery-image] Jul 10 22:19:01.555 INFO E| Compiling strsim v0.11.1
108082026-07-10T22:19:02.079Z[ recovery-image] Jul 10 22:19:01.560 INFO E| Compiling syn v2.0.101
108092026-07-10T22:19:02.164Z[ recovery-image] Jul 10 22:19:01.644 INFO E| Compiling anstyle-parse v0.2.6
108102026-07-10T22:19:02.215Z[ recovery-image] Jul 10 22:19:01.696 INFO E| Compiling cc v1.2.20
108112026-07-10T22:19:02.298Z[ recovery-image] Jul 10 22:19:01.778 INFO E| Compiling anstream v0.6.18
108122026-07-10T22:19:02.492Z[ recovery-image] Jul 10 22:19:01.973 INFO E| Compiling clap_builder v4.5.37
108132026-07-10T22:19:02.510Z[ recovery-image] Jul 10 22:19:01.991 INFO E| Compiling indexmap v2.9.0
108142026-07-10T22:19:02.680Z[ recovery-image] Jul 10 22:19:02.161 INFO E| Compiling os_pipe v1.2.1
108152026-07-10T22:19:02.681Z[ recovery-image] Jul 10 22:19:02.161 INFO E| Compiling shared_child v1.0.1
108162026-07-10T22:19:02.798Z[ recovery-image] Jul 10 22:19:02.279 INFO E| Compiling duct v0.13.7
108172026-07-10T22:19:03.231Z[ recovery-image] Jul 10 22:19:02.711 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108182026-07-10T22:19:04.077Z[ recovery-image] Jul 10 22:19:03.558 INFO E| Compiling serde_derive v1.0.219
108192026-07-10T22:19:04.077Z[ recovery-image] Jul 10 22:19:03.558 INFO E| Compiling clap_derive v4.5.32
108202026-07-10T22:19:05.319Z[ recovery-image] Jul 10 22:19:04.800 INFO E| Compiling clap v4.5.37
108212026-07-10T22:19:05.934Z[ recovery-image] Jul 10 22:19:05.415 INFO E| Compiling serde v1.0.219
108222026-07-10T22:19:07.589Z[ recovery-image] Jul 10 22:19:07.069 INFO E| Compiling serde_spanned v0.6.8
108232026-07-10T22:19:07.589Z[ recovery-image] Jul 10 22:19:07.069 INFO E| Compiling toml_datetime v0.6.9
108242026-07-10T22:19:07.732Z[ recovery-image] Jul 10 22:19:07.213 INFO E| Compiling toml_edit v0.22.26
108252026-07-10T22:19:08.890Z[ recovery-image] Jul 10 22:19:08.371 INFO E| Compiling toml v0.8.22
108262026-07-10T22:19:10.844Z[ recovery-image] Jul 10 22:19:10.324 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s
108272026-07-10T22:19:10.855Z[ recovery-image] Jul 10 22:19:10.336 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`
108282026-07-10T22:19:10.867Z[ recovery-image] Jul 10 22:19:10.348 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108292026-07-10T22:19:10.936Z[ recovery-image] Jul 10 22:19:10.417 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108302026-07-10T22:19:10.940Z[ recovery-image] Jul 10 22:19:10.420 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`
108312026-07-10T22:19:11.051Z[ recovery-image] Jul 10 22:19:10.531 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108322026-07-10T22:19:11.051Z[ recovery-image] Jul 10 22:19:10.531 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108332026-07-10T22:19:11.055Z[ recovery-image] Jul 10 22:19:10.531 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108342026-07-10T22:19:11.055Z[ recovery-image] Jul 10 22:19:10.531 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108352026-07-10T22:19:11.055Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108362026-07-10T22:19:11.055Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108372026-07-10T22:19:11.055Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108382026-07-10T22:19:11.055Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108392026-07-10T22:19:11.055Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108402026-07-10T22:19:11.057Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108412026-07-10T22:19:11.057Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108422026-07-10T22:19:11.057Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108432026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108442026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108452026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108462026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.532 INFO O| Info: ABL version: 0x100f5010
108472026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.532 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108482026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108492026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108502026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108512026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108522026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108532026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108542026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108552026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108562026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108572026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108582026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108592026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108602026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108612026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108622026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108632026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108642026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108652026-07-10T22:19:11.058Z[ recovery-image] Jul 10 22:19:10.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108662026-07-10T22:19:11.086Z[ recovery-image] Jul 10 22:19:10.567 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108672026-07-10T22:19:11.089Z[ recovery-image] Jul 10 22:19:10.567 INFO building ROM for cosmo
108682026-07-10T22:19:11.090Z[ recovery-image] Jul 10 22:19:10.567 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml", "--image", "/work/os-recovery/cosmo.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
108692026-07-10T22:19:11.168Z[ recovery-image] Jul 10 22:19:10.648 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
108702026-07-10T22:19:11.171Z[ recovery-image] Jul 10 22:19:10.651 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml --image /work/os-recovery/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
108712026-07-10T22:19:11.180Z[ recovery-image] Jul 10 22:19:10.661 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108722026-07-10T22:19:11.243Z[ recovery-image] Jul 10 22:19:10.723 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
108732026-07-10T22:19:11.246Z[ recovery-image] Jul 10 22:19:10.726 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a -o /work/os-recovery/cosmo.rom`
108742026-07-10T22:19:11.447Z[ recovery-image] Jul 10 22:19:10.927 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108752026-07-10T22:19:11.447Z[ recovery-image] Jul 10 22:19:10.927 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108762026-07-10T22:19:11.447Z[ recovery-image] Jul 10 22:19:10.927 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108772026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.927 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108782026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.927 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108792026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.927 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108802026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108812026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108822026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108832026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108842026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108852026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108862026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108872026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108882026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108892026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108902026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108912026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108922026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108932026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108942026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108952026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108962026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108972026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108982026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108992026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109002026-07-10T22:19:11.452Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109012026-07-10T22:19:11.453Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109022026-07-10T22:19:11.453Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109032026-07-10T22:19:11.453Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109042026-07-10T22:19:11.453Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109052026-07-10T22:19:11.453Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109062026-07-10T22:19:11.453Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109072026-07-10T22:19:11.454Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109082026-07-10T22:19:11.454Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109092026-07-10T22:19:11.454Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109102026-07-10T22:19:11.454Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109112026-07-10T22:19:11.454Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109122026-07-10T22:19:11.454Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109132026-07-10T22:19:11.454Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109142026-07-10T22:19:11.454Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109152026-07-10T22:19:11.454Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109162026-07-10T22:19:11.455Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109172026-07-10T22:19:11.455Z[ recovery-image] Jul 10 22:19:10.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109182026-07-10T22:19:11.455Z[ recovery-image] Jul 10 22:19:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109192026-07-10T22:19:11.455Z[ recovery-image] Jul 10 22:19:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109202026-07-10T22:19:11.455Z[ recovery-image] Jul 10 22:19:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109212026-07-10T22:19:11.455Z[ recovery-image] Jul 10 22:19:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109222026-07-10T22:19:11.455Z[ recovery-image] Jul 10 22:19:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109232026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109242026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109252026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109262026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109272026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.929 INFO O| Info: ABL version: 0x100af010
109282026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.929 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109292026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.929 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109302026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109312026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109322026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109332026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109342026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109352026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109362026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109372026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109382026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109392026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109402026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109412026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109422026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109432026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109442026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109452026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109462026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109472026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109482026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109492026-07-10T22:19:11.456Z[ recovery-image] Jul 10 22:19:10.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109502026-07-10T22:19:11.457Z[ recovery-image] Jul 10 22:19:10.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109512026-07-10T22:19:11.457Z[ recovery-image] Jul 10 22:19:10.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109522026-07-10T22:19:11.457Z[ recovery-image] Jul 10 22:19:10.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109532026-07-10T22:19:11.457Z[ recovery-image] Jul 10 22:19:10.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109542026-07-10T22:19:11.457Z[ recovery-image] Jul 10 22:19:10.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109552026-07-10T22:19:11.457Z[ recovery-image] Jul 10 22:19:10.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109562026-07-10T22:19:11.457Z[ recovery-image] Jul 10 22:19:10.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109572026-07-10T22:19:11.457Z[ recovery-image] Jul 10 22:19:10.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109582026-07-10T22:19:11.457Z[ recovery-image] Jul 10 22:19:10.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109592026-07-10T22:19:11.458Z[ recovery-image] Jul 10 22:19:10.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109602026-07-10T22:19:11.458Z[ recovery-image] Jul 10 22:19:10.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109612026-07-10T22:19:11.479Z[ recovery-image] Jul 10 22:19:10.959 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109622026-07-10T22:19:12.447Z[ host-image] Jul 10 22:19:11.927 INFO O| Jul 10 22:19:11.927 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
109632026-07-10T22:19:12.606Z[ host-image] Jul 10 22:19:12.068 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
109642026-07-10T22:19:12.607Z[ host-image] Jul 10 22:19:12.068 INFO expanded image name: "ci f3f8ff9/${os_short_commit} 2026-07-10 22:03" -> "ci f3f8ff9/9b09742 2026-07-10 22:03"
109652026-07-10T22:19:12.611Z[ host-image] Jul 10 22:19:12.068 INFO output artefacts stored in: "/work/os-host"
109662026-07-10T22:19:12.611Z[ host-image] Jul 10 22:19:12.068 INFO collecting git info from project "pilot"...
109672026-07-10T22:19:12.611Z[ host-image] Jul 10 22:19:12.075 INFO collecting git info from project "dmar-report"...
109682026-07-10T22:19:12.611Z[ host-image] Jul 10 22:19:12.079 INFO collecting git info from project "image-builder"...
109692026-07-10T22:19:12.611Z[ host-image] Jul 10 22:19:12.083 INFO collecting git info from project "amd-host-image-builder"...
109702026-07-10T22:19:12.611Z[ host-image] Jul 10 22:19:12.087 INFO collecting git info from project "amd-firmware"...
109712026-07-10T22:19:12.624Z[ host-image] Jul 10 22:19:12.097 INFO collecting git info from project "chelsio-t6-roms"...
109722026-07-10T22:19:12.628Z[ host-image] Jul 10 22:19:12.102 INFO collecting git info from project "pinprick"...
109732026-07-10T22:19:12.628Z[ host-image] Jul 10 22:19:12.105 INFO collecting git info from project "bootserver"...
109742026-07-10T22:19:12.628Z[ host-image] Jul 10 22:19:12.109 INFO collecting git info from project "phbl"...
109752026-07-10T22:19:12.632Z[ host-image] Jul 10 22:19:12.113 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
109762026-07-10T22:19:12.700Z[ recovery-image] Jul 10 22:19:12.181 INFO image complete! materials are in "/work/os-recovery"
109772026-07-10T22:19:12.703Z[ recovery-image]
109782026-07-10T22:19:12.703Z[ recovery-image] real 4:00.951288650
109792026-07-10T22:19:12.703Z[ recovery-image] user 2:27.781343249
109802026-07-10T22:19:12.703Z[ recovery-image] sys 33.457392734
109812026-07-10T22:19:12.703Z[ recovery-image] trap 0.065298739
109822026-07-10T22:19:12.703Z[ recovery-image] tflt 0.617737030
109832026-07-10T22:19:12.703Z[ recovery-image] dflt 0.661141136
109842026-07-10T22:19:12.703Z[ recovery-image] kflt 0.000086231
109852026-07-10T22:19:12.703Z[ recovery-image] lock 8:48.722180108
109862026-07-10T22:19:12.703Z[ recovery-image] slp 23:47.237861058
109872026-07-10T22:19:12.704Z[ recovery-image] lat 31.598472112
109882026-07-10T22:19:12.704Z[ recovery-image] stop 7.594540460
109892026-07-10T22:19:12.704ZJul 10 22:19:12.184 INFO [recovery-image] process exited with exit status: 0 (240.956028809s)
109902026-07-10T22:19:12.916Z[ host-image] Jul 10 22:19:12.397 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
109912026-07-10T22:19:13.184Z[ host-image] Jul 10 22:19:12.663 INFO creating Oxide boot image...
109922026-07-10T22:19:13.184Z[ host-image] Jul 10 22:19:12.663 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci f3f8ff9/9b09742 2026-07-10 22:03", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
109932026-07-10T22:19:13.862Z[ host-image] Jul 10 22:19:13.343 INFO O| ok, image written!
109942026-07-10T22:19:13.862Z[ host-image] Jul 10 22:19:13.343 INFO O| ok, boot_image_csum file written!
109952026-07-10T22:19:13.866Z[ host-image] Jul 10 22:19:13.345 INFO creating boot archive (CPIO)...
109962026-07-10T22:19:13.866Z[ host-image] Jul 10 22:19:13.345 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
109972026-07-10T22:19:13.869Z[ host-image] Jul 10 22:19:13.349 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
109982026-07-10T22:19:13.869Z[ host-image] Jul 10 22:19:13.349 INFO E| + outfile=/work/os-host/cpio
109992026-07-10T22:19:13.869Z[ host-image] Jul 10 22:19:13.349 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
110002026-07-10T22:19:13.871Z[ host-image] Jul 10 22:19:13.351 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
110012026-07-10T22:19:13.871Z[ host-image] Jul 10 22:19:13.351 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
110022026-07-10T22:19:13.894Z[ host-image] Jul 10 22:19:13.375 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
110032026-07-10T22:19:13.897Z[ host-image] Jul 10 22:19:13.375 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
110042026-07-10T22:19:13.900Z[ host-image] Jul 10 22:19:13.381 INFO creating compressed cpio/unix for dev loaders...
110052026-07-10T22:19:13.900Z[ host-image] Jul 10 22:19:13.381 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
110062026-07-10T22:19:14.124Z[ host-image] Jul 10 22:19:13.604 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
110072026-07-10T22:19:17.354Z[ host-image] Jul 10 22:19:16.834 INFO creating reset image...
110082026-07-10T22:19:17.354Z[ host-image] Jul 10 22:19:16.834 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")
110092026-07-10T22:19:17.418Z[ host-image] Jul 10 22:19:16.899 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.02s
110102026-07-10T22:19:17.421Z[ host-image] Jul 10 22:19:16.900 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110112026-07-10T22:19:17.644Z[ host-image] Jul 10 22:19:17.125 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)
110122026-07-10T22:19:17.644Z[ host-image] Jul 10 22:19:17.125 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)
110132026-07-10T22:19:17.644Z[ host-image] Jul 10 22:19:17.125 INFO E| Compiling proc-macro2 v1.0.106
110142026-07-10T22:19:17.648Z[ host-image] Jul 10 22:19:17.125 INFO E| Compiling unicode-ident v1.0.24
110152026-07-10T22:19:17.648Z[ host-image] Jul 10 22:19:17.125 INFO E| Compiling quote v1.0.45
110162026-07-10T22:19:17.648Z[ host-image] Jul 10 22:19:17.125 INFO E| Compiling syn v1.0.109
110172026-07-10T22:19:17.648Z[ host-image] Jul 10 22:19:17.125 INFO E| Compiling x86 v0.52.0
110182026-07-10T22:19:17.648Z[ host-image] Jul 10 22:19:17.125 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110192026-07-10T22:19:17.648Z[ host-image] Jul 10 22:19:17.126 INFO E| Compiling seq-macro v0.3.6
110202026-07-10T22:19:18.539Z[ host-image] Jul 10 22:19:18.020 INFO E| Compiling syn v2.0.117
110212026-07-10T22:19:19.833Z[ host-image] Jul 10 22:19:19.314 INFO E| Compiling scroll_derive v0.13.1
110222026-07-10T22:19:20.826Z[ host-image] Jul 10 22:19:20.307 INFO E| Compiling bitstruct_derive v0.1.0
110232026-07-10T22:19:29.873Z[ host-image] Jul 10 22:19:29.354 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)
110242026-07-10T22:19:31.970Z[ host-image] Jul 10 22:19:31.451 INFO E| Compiling bitflags v1.3.2
110252026-07-10T22:19:31.970Z[ host-image] Jul 10 22:19:31.451 INFO E| Compiling bitflags v2.13.0
110262026-07-10T22:19:31.970Z[ host-image] Jul 10 22:19:31.451 INFO E| Compiling scroll v0.13.0
110272026-07-10T22:19:31.970Z[ host-image] Jul 10 22:19:31.451 INFO E| Compiling bit_field v0.10.3
110282026-07-10T22:19:31.973Z[ host-image] Jul 10 22:19:31.451 INFO E| Compiling log v0.4.32
110292026-07-10T22:19:31.973Z[ host-image] Jul 10 22:19:31.451 INFO E| Compiling plain v0.2.3
110302026-07-10T22:19:31.973Z[ host-image] Jul 10 22:19:31.451 INFO E| Compiling adler2 v2.0.1
110312026-07-10T22:19:31.973Z[ host-image] Jul 10 22:19:31.451 INFO E| Compiling bitstruct v0.1.1
110322026-07-10T22:19:31.973Z[ host-image] Jul 10 22:19:31.451 INFO E| Compiling static_assertions v1.1.0
110332026-07-10T22:19:32.020Z[ host-image] Jul 10 22:19:31.500 INFO E| Compiling raw-cpuid v10.7.0
110342026-07-10T22:19:32.069Z[ host-image] Jul 10 22:19:31.549 INFO E| Compiling miniz_oxide v0.9.1
110352026-07-10T22:19:32.133Z[ host-image] Jul 10 22:19:31.614 INFO E| Compiling cpio_reader v0.1.2
110362026-07-10T22:19:32.185Z[ host-image] Jul 10 22:19:31.666 INFO E| Compiling goblin v0.10.7
110372026-07-10T22:19:35.010Z[ host-image] Jul 10 22:19:34.491 INFO E| Finished `release` profile [optimized] target(s) in 17.58s
110382026-07-10T22:19:35.022Z[ host-image] Jul 10 22:19:34.503 INFO building ROM for cosmo
110392026-07-10T22:19:35.022Z[ host-image] Jul 10 22:19:34.503 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")
110402026-07-10T22:19:35.106Z[ host-image] Jul 10 22:19:34.587 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110412026-07-10T22:19:35.110Z[ host-image] Jul 10 22:19:34.591 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`
110422026-07-10T22:19:35.124Z[ host-image] Jul 10 22:19:34.605 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110432026-07-10T22:19:35.188Z[ host-image] Jul 10 22:19:34.669 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110442026-07-10T22:19:35.191Z[ host-image] Jul 10 22:19:34.672 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`
110452026-07-10T22:19:35.392Z[ host-image] Jul 10 22:19:34.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110462026-07-10T22:19:35.392Z[ host-image] Jul 10 22:19:34.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110472026-07-10T22:19:35.392Z[ host-image] Jul 10 22:19:34.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110482026-07-10T22:19:35.398Z[ host-image] Jul 10 22:19:34.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110492026-07-10T22:19:35.398Z[ host-image] Jul 10 22:19:34.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110502026-07-10T22:19:35.398Z[ host-image] Jul 10 22:19:34.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110512026-07-10T22:19:35.398Z[ host-image] Jul 10 22:19:34.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110522026-07-10T22:19:35.398Z[ host-image] Jul 10 22:19:34.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110532026-07-10T22:19:35.398Z[ host-image] Jul 10 22:19:34.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110542026-07-10T22:19:35.398Z[ host-image] Jul 10 22:19:34.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110552026-07-10T22:19:35.398Z[ host-image] Jul 10 22:19:34.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110562026-07-10T22:19:35.398Z[ host-image] Jul 10 22:19:34.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110572026-07-10T22:19:35.399Z[ host-image] Jul 10 22:19:34.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110582026-07-10T22:19:35.399Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110592026-07-10T22:19:35.399Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110602026-07-10T22:19:35.399Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110612026-07-10T22:19:35.399Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110622026-07-10T22:19:35.399Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110632026-07-10T22:19:35.399Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110642026-07-10T22:19:35.399Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110652026-07-10T22:19:35.399Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110662026-07-10T22:19:35.399Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110672026-07-10T22:19:35.399Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110682026-07-10T22:19:35.399Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110692026-07-10T22:19:35.399Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110702026-07-10T22:19:35.399Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110712026-07-10T22:19:35.400Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110722026-07-10T22:19:35.400Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110732026-07-10T22:19:35.400Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110742026-07-10T22:19:35.400Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110752026-07-10T22:19:35.400Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110762026-07-10T22:19:35.400Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110772026-07-10T22:19:35.400Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110782026-07-10T22:19:35.400Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110792026-07-10T22:19:35.400Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110802026-07-10T22:19:35.400Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110812026-07-10T22:19:35.401Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110822026-07-10T22:19:35.401Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110832026-07-10T22:19:35.401Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110842026-07-10T22:19:35.401Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110852026-07-10T22:19:35.401Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110862026-07-10T22:19:35.401Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110872026-07-10T22:19:35.401Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110882026-07-10T22:19:35.401Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110892026-07-10T22:19:35.401Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110902026-07-10T22:19:35.401Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110912026-07-10T22:19:35.401Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110922026-07-10T22:19:35.401Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110932026-07-10T22:19:35.401Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110942026-07-10T22:19:35.401Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110952026-07-10T22:19:35.401Z[ host-image] Jul 10 22:19:34.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110962026-07-10T22:19:35.403Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110972026-07-10T22:19:35.403Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110982026-07-10T22:19:35.403Z[ host-image] Jul 10 22:19:34.874 INFO O| Info: ABL version: 0x100af010
110992026-07-10T22:19:35.403Z[ host-image] Jul 10 22:19:34.874 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111002026-07-10T22:19:35.403Z[ host-image] Jul 10 22:19:34.874 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111012026-07-10T22:19:35.403Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111022026-07-10T22:19:35.403Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111032026-07-10T22:19:35.403Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111042026-07-10T22:19:35.403Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111052026-07-10T22:19:35.403Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111062026-07-10T22:19:35.403Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111072026-07-10T22:19:35.403Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111082026-07-10T22:19:35.403Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111092026-07-10T22:19:35.403Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111102026-07-10T22:19:35.403Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111112026-07-10T22:19:35.404Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111122026-07-10T22:19:35.404Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111132026-07-10T22:19:35.404Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111142026-07-10T22:19:35.404Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111152026-07-10T22:19:35.404Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111162026-07-10T22:19:35.404Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111172026-07-10T22:19:35.404Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111182026-07-10T22:19:35.404Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111192026-07-10T22:19:35.404Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111202026-07-10T22:19:35.404Z[ host-image] Jul 10 22:19:34.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111212026-07-10T22:19:35.404Z[ host-image] Jul 10 22:19:34.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111222026-07-10T22:19:35.404Z[ host-image] Jul 10 22:19:34.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111232026-07-10T22:19:35.404Z[ host-image] Jul 10 22:19:34.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111242026-07-10T22:19:35.404Z[ host-image] Jul 10 22:19:34.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111252026-07-10T22:19:35.405Z[ host-image] Jul 10 22:19:34.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111262026-07-10T22:19:35.405Z[ host-image] Jul 10 22:19:34.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111272026-07-10T22:19:35.405Z[ host-image] Jul 10 22:19:34.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111282026-07-10T22:19:35.405Z[ host-image] Jul 10 22:19:34.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111292026-07-10T22:19:35.405Z[ host-image] Jul 10 22:19:34.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111302026-07-10T22:19:35.405Z[ host-image] Jul 10 22:19:34.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111312026-07-10T22:19:35.405Z[ host-image] Jul 10 22:19:34.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111322026-07-10T22:19:35.422Z[ host-image] Jul 10 22:19:34.903 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111332026-07-10T22:19:35.422Z[ host-image] Jul 10 22:19:34.903 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111342026-07-10T22:19:35.422Z[ host-image] Jul 10 22:19:34.903 INFO building ROM for gimlet
111352026-07-10T22:19:35.425Z[ host-image] Jul 10 22:19:34.903 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")
111362026-07-10T22:19:35.504Z[ host-image] Jul 10 22:19:34.985 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111372026-07-10T22:19:35.508Z[ host-image] Jul 10 22:19:34.989 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`
111382026-07-10T22:19:35.518Z[ host-image] Jul 10 22:19:34.999 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111392026-07-10T22:19:35.584Z[ host-image] Jul 10 22:19:35.065 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111402026-07-10T22:19:35.587Z[ host-image] Jul 10 22:19:35.068 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`
111412026-07-10T22:19:35.709Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111422026-07-10T22:19:35.709Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111432026-07-10T22:19:35.712Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111442026-07-10T22:19:35.712Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111452026-07-10T22:19:35.712Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111462026-07-10T22:19:35.712Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111472026-07-10T22:19:35.712Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111482026-07-10T22:19:35.713Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111492026-07-10T22:19:35.713Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111502026-07-10T22:19:35.713Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111512026-07-10T22:19:35.713Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111522026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111532026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111542026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111552026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111562026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.190 INFO O| Info: ABL version: 0x100f5010
111572026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.190 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111582026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111592026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111602026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111612026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111622026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111632026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111642026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111652026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111662026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111672026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111682026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111692026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111702026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111712026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111722026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111732026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111742026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111752026-07-10T22:19:35.714Z[ host-image] Jul 10 22:19:35.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111762026-07-10T22:19:35.741Z[ host-image] Jul 10 22:19:35.222 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111772026-07-10T22:19:45.397Z[ host-image] Jul 10 22:19:44.877 INFO image complete! materials are in "/work/os-host"
111782026-07-10T22:19:45.400Z[ host-image]
111792026-07-10T22:19:45.400Z[ host-image] real 5:02.395804118
111802026-07-10T22:19:45.400Z[ host-image] user 2:28.655815591
111812026-07-10T22:19:45.403Z[ host-image] sys 33.386723048
111822026-07-10T22:19:45.403Z[ host-image] trap 0.056506997
111832026-07-10T22:19:45.403Z[ host-image] tflt 0.231436058
111842026-07-10T22:19:45.403Z[ host-image] dflt 0.257302206
111852026-07-10T22:19:45.403Z[ host-image] kflt 0.000070973
111862026-07-10T22:19:45.403Z[ host-image] lock 6:09.113007480
111872026-07-10T22:19:45.403Z[ host-image] slp 29:11.806620726
111882026-07-10T22:19:45.403Z[ host-image] lat 19.035177930
111892026-07-10T22:19:45.403Z[ host-image] stop 1.552782179
111902026-07-10T22:19:45.403ZJul 10 22:19:44.882 INFO [host-image] process exited with exit status: 0 (302.401331436s)
111912026-07-10T22:19:45.403ZJul 10 22:19:44.882 INFO [tuf-repo] running task
111922026-07-10T22:20:04.076ZJul 10 22:20:03.556 INFO assembling repository in `/tmp/tufaceous0rforD`, component: OmicronRepoAssembler
111932026-07-10T22:20:09.276ZJul 10 22:20:08.757 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111942026-07-10T22:20:09.494ZJul 10 22:20:08.974 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111952026-07-10T22:20:18.320ZJul 10 22:20:17.801 INFO extracting uploaded archive to /tmp/.tmp1tVD5x
111962026-07-10T22:20:20.071ZJul 10 22:20:19.550 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.TCRNzx
111972026-07-10T22:20:20.126ZJul 10 22:20:19.607 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
111982026-07-10T22:20:20.228ZJul 10 22:20:19.708 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
111992026-07-10T22:20:20.307ZJul 10 22:20:19.788 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
112002026-07-10T22:20:20.397ZJul 10 22:20:19.877 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
112012026-07-10T22:20:20.470ZJul 10 22:20:19.950 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
112022026-07-10T22:20:20.549ZJul 10 22:20:20.030 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
112032026-07-10T22:20:20.625ZJul 10 22:20:20.106 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
112042026-07-10T22:20:20.710ZJul 10 22:20:20.190 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112052026-07-10T22:20:20.710ZJul 10 22:20:20.190 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112062026-07-10T22:20:20.758ZJul 10 22:20:20.239 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112072026-07-10T22:20:20.758ZJul 10 22:20:20.239 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112082026-07-10T22:20:20.816ZJul 10 22:20:20.297 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112092026-07-10T22:20:20.819ZJul 10 22:20:20.297 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112102026-07-10T22:20:20.870ZJul 10 22:20:20.351 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112112026-07-10T22:20:20.870ZJul 10 22:20:20.351 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112122026-07-10T22:20:20.915ZJul 10 22:20:20.396 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112132026-07-10T22:20:20.920ZJul 10 22:20:20.396 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112142026-07-10T22:20:20.958ZJul 10 22:20:20.439 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112152026-07-10T22:20:20.961ZJul 10 22:20:20.439 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112162026-07-10T22:20:21.005ZJul 10 22:20:20.486 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112172026-07-10T22:20:21.005ZJul 10 22:20:20.486 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112182026-07-10T22:20:21.009ZJul 10 22:20:20.486 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112192026-07-10T22:20:21.009ZJul 10 22:20:20.487 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112202026-07-10T22:20:21.009ZJul 10 22:20:20.488 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112212026-07-10T22:20:21.009ZJul 10 22:20:20.488 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112222026-07-10T22:20:21.010ZJul 10 22:20:20.489 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112232026-07-10T22:20:26.679ZJul 10 22:20:26.159 INFO added artifact, length: 33554432, hash: bd8560e008106b4c7f8611b50e2ad820bc64400166b13cbb5f11194ec3c4b17b, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: gimlet_host_phase_1, name: host
112242026-07-10T22:20:26.679ZJul 10 22:20:26.159 INFO added artifact, length: 33554432, hash: 09261a47185ae72b9068e42f83b917975a0cfa709c94bdd0144f1cf2a55d26bd, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: cosmo_host_phase_1, name: host
112252026-07-10T22:20:26.679ZJul 10 22:20:26.159 INFO added artifact, length: 1101008896, hash: 742a72f5a9a4ccc4df01d2bd7ae31aabfd5183bce2b68e4141d0f38b32852f3e, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: host_phase_2, name: host
112262026-07-10T22:20:27.631ZJul 10 22:20:27.111 INFO added artifact, length: 33554432, hash: 21b7ba2e1b02f35cb6c1ff393917d2d87744db287a360c9f01d1b1bf84dafba4, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: gimlet_trampoline_phase_1, name: trampoline
112272026-07-10T22:20:27.631ZJul 10 22:20:27.111 INFO added artifact, length: 33554432, hash: 973beeb545d78f3d3632b3c1f7da8274e59c8facdc6dbdd6391fddfc7fc2d9eb, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: cosmo_trampoline_phase_1, name: trampoline
112282026-07-10T22:20:27.634ZJul 10 22:20:27.111 INFO added artifact, length: 164959674, hash: dd6f08ae4702e9f389f29bfe7108a8a1a999148b40097aa75473a275b168caff, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: trampoline_phase_2, name: trampoline
112292026-07-10T22:20:29.369ZJul 10 22:20:28.849 INFO added artifact, length: 304329355, hash: 206a36e84cde1c488b5fe8c4aa7986952215d115af8bae2797fd84665bb154eb, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: zone, name: clickhouse_keeper
112302026-07-10T22:20:31.235ZJul 10 22:20:30.716 INFO added artifact, length: 318180717, hash: 05498f3a69f9b244eb11f591aa781b0fd99d80c67de97f72f37ac9736d6a9d6a, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: zone, name: clickhouse_server
112312026-07-10T22:20:33.006ZJul 10 22:20:32.487 INFO added artifact, length: 318183482, hash: 0f632afef494deb47c39ead2a3b88938deee9c7aa73a9e6ebb22e4ff2471758b, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: zone, name: clickhouse
112322026-07-10T22:20:34.038ZJul 10 22:20:33.518 INFO added artifact, length: 165617748, hash: 4297513f3ac5d49c82f1d7ad4bfa46a5642a792468482fe7314d6443ba35df0d, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: zone, name: cockroachdb
112332026-07-10T22:20:34.281ZJul 10 22:20:33.762 INFO added artifact, length: 40048238, hash: 096c44f17f6ca12feaa0b5c1340ce7167bed0a4bf110627558e133e7fa3e52af, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: zone, name: crucible-pantry-zone
112342026-07-10T22:20:34.671ZJul 10 22:20:34.151 INFO added artifact, length: 55096751, hash: 68d18de60db262f9785f05af5b1f22b67bd74ef2ef883bec102efd13efce769a, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: zone, name: crucible-zone
112352026-07-10T22:20:34.929ZJul 10 22:20:34.410 INFO added artifact, length: 47916883, hash: 1415e1a293870b82efd4cb0b68184ae4b180c2f4844a53abdd08e61d86be34c7, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: zone, name: external-dns
112362026-07-10T22:20:35.223ZJul 10 22:20:34.703 INFO added artifact, length: 47916481, hash: b9b67a6cf8482492574228a4880bbb2d1de9ee9029f7e4ce18cda7bf77ded486, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: zone, name: internal-dns
112372026-07-10T22:20:36.792ZJul 10 22:20:36.272 INFO added artifact, length: 280915140, hash: f7d5a1dc2412d58c70613fb7257a600f2aec549994f7cd4120c9324bfe6e431b, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: zone, name: nexus
112382026-07-10T22:20:36.975ZJul 10 22:20:36.455 INFO added artifact, length: 30628372, hash: 79662ca6b9e26518a87c2e60c8154249ad9d2191d080f904ba0469d76f2596bf, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: zone, name: ntp
112392026-07-10T22:20:37.315ZJul 10 22:20:36.794 INFO added artifact, length: 63627149, hash: 6878a0d93131c5f6f49cf26974455eecfd73d850724a5287c254850f062eb45f, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: zone, name: oximeter
112402026-07-10T22:20:37.333ZJul 10 22:20:36.813 INFO added artifact, length: 3109592, hash: a4602a7338ed5031598d04da5abaa5abd1426c212a1a6e9c9d0c8ab769bcc26d, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: zone, name: probe
112412026-07-10T22:20:37.336ZJul 10 22:20:36.813 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112422026-07-10T22:20:37.336ZJul 10 22:20:36.813 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
112432026-07-10T22:20:37.336ZJul 10 22:20:36.814 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112442026-07-10T22:20:37.365ZJul 10 22:20:36.845 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
112452026-07-10T22:20:37.399ZJul 10 22:20:36.880 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
112462026-07-10T22:20:37.432ZJul 10 22:20:36.912 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
112472026-07-10T22:20:37.481ZJul 10 22:20:36.961 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112482026-07-10T22:20:37.481ZJul 10 22:20:36.961 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112492026-07-10T22:20:37.541ZJul 10 22:20:37.021 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112502026-07-10T22:20:37.545ZJul 10 22:20:37.021 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112512026-07-10T22:20:37.590ZJul 10 22:20:37.070 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112522026-07-10T22:20:37.590ZJul 10 22:20:37.070 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112532026-07-10T22:20:37.634ZJul 10 22:20:37.115 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112542026-07-10T22:20:37.635ZJul 10 22:20:37.115 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112552026-07-10T22:20:37.638ZJul 10 22:20:37.116 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112562026-07-10T22:20:37.639ZJul 10 22:20:37.116 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112572026-07-10T22:20:37.639ZJul 10 22:20:37.117 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112582026-07-10T22:20:37.683ZJul 10 22:20:37.163 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
112592026-07-10T22:20:37.761ZJul 10 22:20:37.241 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
112602026-07-10T22:20:37.860ZJul 10 22:20:37.340 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
112612026-07-10T22:20:37.957ZJul 10 22:20:37.437 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112622026-07-10T22:20:37.957ZJul 10 22:20:37.438 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112632026-07-10T22:20:38.010ZJul 10 22:20:37.490 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112642026-07-10T22:20:38.010ZJul 10 22:20:37.490 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112652026-07-10T22:20:38.058ZJul 10 22:20:37.539 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112662026-07-10T22:20:38.062ZJul 10 22:20:37.539 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112672026-07-10T22:20:38.105ZJul 10 22:20:37.585 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112682026-07-10T22:20:38.105ZJul 10 22:20:37.585 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112692026-07-10T22:20:38.108ZJul 10 22:20:37.585 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112702026-07-10T22:20:38.108ZJul 10 22:20:37.586 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112712026-07-10T22:20:38.108ZJul 10 22:20:37.586 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112722026-07-10T22:20:38.108ZJul 10 22:20:37.586 INFO added artifact, length: 924, hash: 2f64c283fabe582de3cf6051cc84f6c9524c48324b9371256ccc1fdd56071c30, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: installinator_document, name: installinator_document
112732026-07-10T22:20:38.649ZJul 10 22:20:38.130 INFO extracting uploaded archive to /tmp/.tmpdSbpvw
112742026-07-10T22:20:40.497ZJul 10 22:20:39.977 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.YDZo35
112752026-07-10T22:20:40.557ZJul 10 22:20:40.037 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
112762026-07-10T22:20:40.651ZJul 10 22:20:40.132 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
112772026-07-10T22:20:40.748ZJul 10 22:20:40.228 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
112782026-07-10T22:20:40.837ZJul 10 22:20:40.317 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
112792026-07-10T22:20:40.925ZJul 10 22:20:40.406 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
112802026-07-10T22:20:40.998ZJul 10 22:20:40.478 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
112812026-07-10T22:20:41.079ZJul 10 22:20:40.559 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
112822026-07-10T22:20:41.168ZJul 10 22:20:40.648 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112832026-07-10T22:20:41.168ZJul 10 22:20:40.648 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112842026-07-10T22:20:41.217ZJul 10 22:20:40.697 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112852026-07-10T22:20:41.217ZJul 10 22:20:40.697 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112862026-07-10T22:20:41.266ZJul 10 22:20:40.747 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112872026-07-10T22:20:41.269ZJul 10 22:20:40.747 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112882026-07-10T22:20:41.315ZJul 10 22:20:40.795 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112892026-07-10T22:20:41.318ZJul 10 22:20:40.795 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112902026-07-10T22:20:41.364ZJul 10 22:20:40.844 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112912026-07-10T22:20:41.367ZJul 10 22:20:40.844 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112922026-07-10T22:20:41.421ZJul 10 22:20:40.901 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112932026-07-10T22:20:41.421ZJul 10 22:20:40.901 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112942026-07-10T22:20:41.470ZJul 10 22:20:40.950 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112952026-07-10T22:20:41.473ZJul 10 22:20:40.950 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112962026-07-10T22:20:41.473ZJul 10 22:20:40.951 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112972026-07-10T22:20:41.473ZJul 10 22:20:40.951 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112982026-07-10T22:20:41.473ZJul 10 22:20:40.952 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112992026-07-10T22:20:41.473ZJul 10 22:20:40.952 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
113002026-07-10T22:20:41.473ZJul 10 22:20:40.953 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
113012026-07-10T22:20:46.720ZJul 10 22:20:46.200 INFO added artifact, length: 33554432, hash: bd8560e008106b4c7f8611b50e2ad820bc64400166b13cbb5f11194ec3c4b17b, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: gimlet_host_phase_1, name: host
113022026-07-10T22:20:46.720ZJul 10 22:20:46.200 INFO added artifact, length: 33554432, hash: 09261a47185ae72b9068e42f83b917975a0cfa709c94bdd0144f1cf2a55d26bd, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: cosmo_host_phase_1, name: host
113032026-07-10T22:20:46.724ZJul 10 22:20:46.200 INFO added artifact, length: 1101008896, hash: 742a72f5a9a4ccc4df01d2bd7ae31aabfd5183bce2b68e4141d0f38b32852f3e, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: host_phase_2, name: host
113042026-07-10T22:20:47.699ZJul 10 22:20:47.180 INFO added artifact, length: 33554432, hash: 21b7ba2e1b02f35cb6c1ff393917d2d87744db287a360c9f01d1b1bf84dafba4, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: gimlet_trampoline_phase_1, name: trampoline
113052026-07-10T22:20:47.699ZJul 10 22:20:47.180 INFO added artifact, length: 33554432, hash: 973beeb545d78f3d3632b3c1f7da8274e59c8facdc6dbdd6391fddfc7fc2d9eb, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: cosmo_trampoline_phase_1, name: trampoline
113062026-07-10T22:20:47.699ZJul 10 22:20:47.180 INFO added artifact, length: 164959674, hash: dd6f08ae4702e9f389f29bfe7108a8a1a999148b40097aa75473a275b168caff, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: trampoline_phase_2, name: trampoline
113072026-07-10T22:20:53.164ZJul 10 22:20:52.644 INFO added artifact, length: 1734042602, hash: 450e62e3262cb97949e345a35e3cbd7a37b82f956cc4451a08ed479d3feae3dc, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: control_plane, name: control-plane
113082026-07-10T22:20:53.168ZJul 10 22:20:52.644 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
113092026-07-10T22:20:53.168ZJul 10 22:20:52.644 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
113102026-07-10T22:20:53.168ZJul 10 22:20:52.644 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
113112026-07-10T22:20:53.191ZJul 10 22:20:52.672 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
113122026-07-10T22:20:53.224ZJul 10 22:20:52.704 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
113132026-07-10T22:20:53.254ZJul 10 22:20:52.731 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
113142026-07-10T22:20:53.300ZJul 10 22:20:52.780 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113152026-07-10T22:20:53.305ZJul 10 22:20:52.780 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113162026-07-10T22:20:53.348ZJul 10 22:20:52.828 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113172026-07-10T22:20:53.351ZJul 10 22:20:52.828 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113182026-07-10T22:20:53.399ZJul 10 22:20:52.879 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113192026-07-10T22:20:53.402ZJul 10 22:20:52.879 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113202026-07-10T22:20:53.450ZJul 10 22:20:52.930 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113212026-07-10T22:20:53.450ZJul 10 22:20:52.930 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113222026-07-10T22:20:53.453ZJul 10 22:20:52.931 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113232026-07-10T22:20:53.453ZJul 10 22:20:52.932 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113242026-07-10T22:20:53.454ZJul 10 22:20:52.932 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113252026-07-10T22:20:53.500ZJul 10 22:20:52.980 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
113262026-07-10T22:20:53.595ZJul 10 22:20:53.076 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
113272026-07-10T22:20:53.685ZJul 10 22:20:53.165 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
113282026-07-10T22:20:53.774ZJul 10 22:20:53.255 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113292026-07-10T22:20:53.774ZJul 10 22:20:53.255 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113302026-07-10T22:20:53.826ZJul 10 22:20:53.307 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113312026-07-10T22:20:53.829ZJul 10 22:20:53.307 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113322026-07-10T22:20:53.882ZJul 10 22:20:53.363 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113332026-07-10T22:20:53.885ZJul 10 22:20:53.363 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113342026-07-10T22:20:53.932ZJul 10 22:20:53.413 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113352026-07-10T22:20:53.935ZJul 10 22:20:53.413 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113362026-07-10T22:20:53.935ZJul 10 22:20:53.413 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113372026-07-10T22:20:53.935ZJul 10 22:20:53.414 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113382026-07-10T22:20:53.935ZJul 10 22:20:53.414 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113392026-07-10T22:20:53.935ZJul 10 22:20:53.414 INFO added artifact, length: 924, hash: 2f64c283fabe582de3cf6051cc84f6c9524c48324b9371256ccc1fdd56071c30, version: 21.0.0-0.ci+gitf3f8ff9b46e, kind: installinator_document, name: installinator_document
113402026-07-10T22:20:54.808ZJul 10 22:20:54.288 INFO [tuf-repo] task succeeded (69.406446831s)
113412026-07-10T22:21:43.606Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 27s
113422026-07-10T22:21:45.374ZJul 10 22:21:44.853 INFO [verify-libraries] process exited with exit status: 0 (393.8813885s)
113432026-07-10T22:21:45.374ZJul 10 22:21:44.853 INFO all jobs completed in 1075.614708806s
113442026-07-10T22:21:46.328Zprocess exited: duration 1281388 ms, exit code 0
 
113452026-07-10T22:21:46.336Zfound 41 output files
113462026-07-10T22:21:46.336Zuploading: /work/manifest.toml (17334 bytes)
113472026-07-10T22:21:47.348Zuploaded: /work/manifest.toml
113482026-07-10T22:21:47.348Zuploading: /work/repo.zip (3044166934 bytes)
113492026-07-10T22:22:23.721Zuploaded: /work/repo.zip
113502026-07-10T22:22:23.721Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113512026-07-10T22:22:24.738Zuploaded: /work/repo.zip.sha256.txt
113522026-07-10T22:22:24.739Zuploading: /work/helios.json (647 bytes)
113532026-07-10T22:22:25.749Zuploaded: /work/helios.json
113542026-07-10T22:22:25.749Zuploading: /work/incorporation.p5m (113332 bytes)
113552026-07-10T22:22:26.763Zuploaded: /work/incorporation.p5m
113562026-07-10T22:22:26.763Zuploading: /work/incorporation.p5p (133120 bytes)
113572026-07-10T22:22:27.778Zuploaded: /work/incorporation.p5p
113582026-07-10T22:22:27.778Zuploading: /work/helios-incorp.log (522 bytes)
113592026-07-10T22:22:28.789Zuploaded: /work/helios-incorp.log
113602026-07-10T22:22:28.790Zuploading: /work/helios-setup.log (57137 bytes)
113612026-07-10T22:22:29.802Zuploaded: /work/helios-setup.log
113622026-07-10T22:22:29.802Zuploading: /work/host-image.log (235215 bytes)
113632026-07-10T22:22:30.817Zuploaded: /work/host-image.log
113642026-07-10T22:22:30.818Zuploading: /work/host-package.log (32820 bytes)
113652026-07-10T22:22:31.831Zuploaded: /work/host-package.log
113662026-07-10T22:22:31.831Zuploading: /work/host-target.log (101 bytes)
113672026-07-10T22:22:32.841Zuploaded: /work/host-target.log
113682026-07-10T22:22:32.841Zuploading: /work/incorp-create.log (0 bytes)
113692026-07-10T22:22:33.848Zuploaded: /work/incorp-create.log
113702026-07-10T22:22:33.848Zuploading: /work/incorp-fmt.log (0 bytes)
113712026-07-10T22:22:34.856Zuploaded: /work/incorp-fmt.log
113722026-07-10T22:22:34.856Zuploading: /work/incorp-pkgsend.log (108 bytes)
113732026-07-10T22:22:35.867Zuploaded: /work/incorp-pkgsend.log
113742026-07-10T22:22:35.867Zuploading: /work/incorp-publisher.log (0 bytes)
113752026-07-10T22:22:36.876Zuploaded: /work/incorp-publisher.log
113762026-07-10T22:22:36.876Zuploading: /work/omicron-package.log (8003 bytes)
113772026-07-10T22:22:37.903Zuploaded: /work/omicron-package.log
113782026-07-10T22:22:37.903Zuploading: /work/recovery-image.log (593638 bytes)
113792026-07-10T22:22:38.924Zuploaded: /work/recovery-image.log
113802026-07-10T22:22:38.924Zuploading: /work/recovery-package.log (2545 bytes)
113812026-07-10T22:22:39.934Zuploaded: /work/recovery-package.log
113822026-07-10T22:22:39.934Zuploading: /work/recovery-target.log (98 bytes)
113832026-07-10T22:22:40.944Zuploaded: /work/recovery-target.log
113842026-07-10T22:22:40.944Zuploading: /work/stamp-clickhouse.log (117 bytes)
113852026-07-10T22:22:41.954Zuploaded: /work/stamp-clickhouse.log
113862026-07-10T22:22:41.954Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113872026-07-10T22:22:42.963Zuploaded: /work/stamp-clickhouse_keeper.log
113882026-07-10T22:22:42.963Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113892026-07-10T22:22:43.973Zuploaded: /work/stamp-clickhouse_server.log
113902026-07-10T22:22:43.973Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113912026-07-10T22:22:44.983Zuploaded: /work/stamp-cockroachdb.log
113922026-07-10T22:22:44.983Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113932026-07-10T22:22:45.993Zuploaded: /work/stamp-crucible-pantry-zone.log
113942026-07-10T22:22:45.993Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113952026-07-10T22:22:47.008Zuploaded: /work/stamp-crucible-utils.log
113962026-07-10T22:22:47.008Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113972026-07-10T22:22:48.022Zuploaded: /work/stamp-crucible-zone.log
113982026-07-10T22:22:48.022Zuploading: /work/stamp-external-dns.log (119 bytes)
113992026-07-10T22:22:49.060Zuploaded: /work/stamp-external-dns.log
114002026-07-10T22:22:49.060Zuploading: /work/stamp-installinator.log (103 bytes)
114012026-07-10T22:22:50.092Zuploaded: /work/stamp-installinator.log
114022026-07-10T22:22:50.092Zuploading: /work/stamp-internal-dns.log (119 bytes)
114032026-07-10T22:22:51.104Zuploaded: /work/stamp-internal-dns.log
114042026-07-10T22:22:51.104Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
114052026-07-10T22:22:52.121Zuploaded: /work/stamp-mg-ddm-gz.log
114062026-07-10T22:22:52.121Zuploading: /work/stamp-nexus.log (112 bytes)
114072026-07-10T22:22:53.138Zuploaded: /work/stamp-nexus.log
114082026-07-10T22:22:53.138Zuploading: /work/stamp-ntp.log (110 bytes)
114092026-07-10T22:22:54.147Zuploaded: /work/stamp-ntp.log
114102026-07-10T22:22:54.147Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114112026-07-10T22:22:55.156Zuploaded: /work/stamp-omicron-sled-agent.log
114122026-07-10T22:22:55.156Zuploading: /work/stamp-overlay.log (114 bytes)
114132026-07-10T22:22:56.166Zuploaded: /work/stamp-overlay.log
114142026-07-10T22:22:56.166Zuploading: /work/stamp-oximeter.log (115 bytes)
114152026-07-10T22:22:57.176Zuploaded: /work/stamp-oximeter.log
114162026-07-10T22:22:57.176Zuploading: /work/stamp-oxlog.log (109 bytes)
114172026-07-10T22:22:58.186Zuploaded: /work/stamp-oxlog.log
114182026-07-10T22:22:58.186Zuploading: /work/stamp-probe.log (112 bytes)
114192026-07-10T22:22:59.196Zuploaded: /work/stamp-probe.log
114202026-07-10T22:22:59.196Zuploading: /work/stamp-propolis-server.log (122 bytes)
114212026-07-10T22:23:00.205Zuploaded: /work/stamp-propolis-server.log
114222026-07-10T22:23:00.205Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114232026-07-10T22:23:01.215Zuploaded: /work/stamp-pumpkind-gz.log
114242026-07-10T22:23:01.216Zuploading: /work/stamp-switch-asic.log (118 bytes)
114252026-07-10T22:23:02.223Zuploaded: /work/stamp-switch-asic.log
114262026-07-10T22:23:02.223Zuploading: /work/verify-libraries.log (50487 bytes)
114272026-07-10T22:23:03.236Zuploaded: /work/verify-libraries.log