01KXH7YT01550AA7YKWY8XYKEW: 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: 01KXH7Z9R52Y3SGF5MPQ128S6F

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T21:20:19.647Zjob assigned to worker 01KXH7ZFTP3R8X2AS7HXSDGMAF [factory aws, i-0ac16dcaf102ba188] (queued for 58 s)
 
22026-07-14T21:20:27.028Zstarting task 0: "setup"
32026-07-14T21:20:27.036Z++ uname -s
42026-07-14T21:20:27.039Z+ kern=SunOS
52026-07-14T21:20:27.039Z+ build_user=build
62026-07-14T21:20:27.039Z+ build_uid=12345
72026-07-14T21:20:27.039Z+ work_dir=/work
82026-07-14T21:20:27.039Z+ input_dir=/input
92026-07-14T21:20:27.039Z+ [[ 0 == 12345 ]]
102026-07-14T21:20:27.039Z+ case "$kern" in
112026-07-14T21:20:27.039Z+ groupadd -g 12345 build
122026-07-14T21:20:27.043Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T21:20:29.052Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T21:20:29.137Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T21:20:29.140Z+ home_fs=zfs
162026-07-14T21:20:29.140Z+ [[ zfs == autofs ]]
172026-07-14T21:20:29.140Z+ mkdir -p /home/build
182026-07-14T21:20:29.143Z+ chown build:build /home/build /work
192026-07-14T21:20:31.143Z+ chmod 0700 /home/build /work
202026-07-14T21:20:31.146Zprocess exited: duration 4122 ms, exit code 0
 
212026-07-14T21:20:31.152Zstarting task 1: "rust-toolchain"
222026-07-14T21:20:31.158Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-14T21:20:31.158Z * rust toolchain channel = "1.96.1"
242026-07-14T21:20:31.158Z * rust toolchain profile = "default"
252026-07-14T21:20:31.158Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-14T21:20:31.158Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T21:20:31.158Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T21:20:31.161Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T21:20:31.161Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-14T21:20:31.235Zinfo: downloading installer
312026-07-14T21:20:32.624Zwarn: It looks like you have an existing rustup settings file at:
322026-07-14T21:20:32.624Zwarn: /home/build/.rustup/settings.toml
332026-07-14T21:20:32.624Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-14T21:20:32.624Zwarn: instead of the one inferred from the default host triple.
352026-07-14T21:20:32.635Zinfo: profile set to default
362026-07-14T21:20:32.635Zinfo: default host triple is x86_64-unknown-illumos
372026-07-14T21:20:32.639Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-14T21:20:32.773Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-14T21:20:32.777Zinfo: downloading 6 components
402026-07-14T21:20:47.152Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-14T21:20:47.152Z
422026-07-14T21:20:47.182Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-14T21:20:47.182Z
442026-07-14T21:20:47.182Z
452026-07-14T21:20:47.182ZRust is installed now. Great!
462026-07-14T21:20:47.182Z
472026-07-14T21:20:47.182ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-14T21:20:47.183Zenvironment variable. This has not been done automatically.
492026-07-14T21:20:47.183Z
502026-07-14T21:20:47.183ZTo configure your current shell, you need to source
512026-07-14T21:20:47.183Zthe corresponding env file under $HOME/.cargo.
522026-07-14T21:20:47.183Z
532026-07-14T21:20:47.183ZThis is usually done by running one of the following (note the leading DOT):
542026-07-14T21:20:47.183Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-14T21:20:47.183Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-14T21:20:47.183Zsource "~/.cargo/env.nu" # For nushell
572026-07-14T21:20:47.183Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-14T21:20:47.183Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-14T21:20:47.183Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-14T21:20:47.197Zwarn: no default linker (`cc`) was found in your PATH
612026-07-14T21:20:47.198Zwarn: many Rust crates require a system C toolchain to build
622026-07-14T21:20:47.283Z+ rustup --version
632026-07-14T21:20:47.289Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-14T21:20:47.289Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-14T21:20:47.315Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-14T21:20:47.319Z+ cargo --version
672026-07-14T21:20:47.330Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-14T21:20:47.330Z+ rustc --version
692026-07-14T21:20:47.349Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-14T21:20:47.354Zprocess exited: duration 16194 ms, exit code 0
 
712026-07-14T21:20:47.372Zstarting task 2: "authentication"
722026-07-14T21:20:47.398Zprocess exited: duration 24 ms, exit code 0
 
732026-07-14T21:20:47.417Zstarting task 3: "clone repository"
742026-07-14T21:20:47.436Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-14T21:20:47.436Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-14T21:20:47.460ZCloning into '/work/oxidecomputer/omicron'...
772026-07-14T21:20:58.230Z+ cd /work/oxidecomputer/omicron
782026-07-14T21:20:58.230Z+ git fetch origin 344c5b62ee1f8b5ad72483065baa57325c83c21d
792026-07-14T21:20:58.493ZFrom https://github.com/oxidecomputer/omicron
802026-07-14T21:20:58.493Z * branch 344c5b62ee1f8b5ad72483065baa57325c83c21d -> FETCH_HEAD
812026-07-14T21:20:58.506Z+ [[ -n iliana/tufaceous-v2/10.releng ]]
822026-07-14T21:20:58.510Z++ git branch --show-current
832026-07-14T21:20:58.510Z+ current=main
842026-07-14T21:20:58.510Z+ [[ main != iliana/tufaceous-v2/10.releng ]]
852026-07-14T21:20:58.510Z+ git branch -f iliana/tufaceous-v2/10.releng 344c5b62ee1f8b5ad72483065baa57325c83c21d
862026-07-14T21:20:58.513Z+ git checkout -f iliana/tufaceous-v2/10.releng
872026-07-14T21:20:58.759ZSwitched to branch 'iliana/tufaceous-v2/10.releng'
882026-07-14T21:20:58.763Z+ git reset --hard 344c5b62ee1f8b5ad72483065baa57325c83c21d
892026-07-14T21:20:59.001ZHEAD is now at 344c5b62e Merge remote-tracking branch 'origin/main' into iliana/tufaceous-v2/10.releng
902026-07-14T21:20:59.005Zprocess exited: duration 11589 ms, exit code 0
 
912026-07-14T21:20:59.012Zstarting task 4: "build"
922026-07-14T21:20:59.016Z+ source .github/buildomat/ci-env.sh
932026-07-14T21:20:59.016Z++ export CARGO_TERM_COLOR=always
942026-07-14T21:20:59.016Z++ CARGO_TERM_COLOR=always
952026-07-14T21:20:59.023Z+++ uname -s
962026-07-14T21:20:59.023Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-14T21:20:59.023Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-14T21:20:59.027Z+ cargo --version
992026-07-14T21:20:59.030Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-14T21:20:59.034Z+ rustc --version
1012026-07-14T21:20:59.054Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-14T21:20:59.057Z+ cargo tree --locked
1032026-07-14T21:20:59.228Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-07-14T21:20:59.533Z Updating crates.io index
1052026-07-14T21:20:59.536Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-07-14T21:20:59.748Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-07-14T21:21:00.069Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-07-14T21:21:01.083Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-07-14T21:21:01.606Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-07-14T21:21:03.163Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-07-14T21:21:03.953Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-07-14T21:21:04.222Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-07-14T21:21:04.522Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-07-14T21:21:05.779Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-07-14T21:21:06.018Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-07-14T21:21:06.350Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1172026-07-14T21:21:06.629Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-07-14T21:21:07.083Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1192026-07-14T21:21:07.593Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-07-14T21:21:07.836Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-07-14T21:21:08.116Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-07-14T21:21:08.419Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-07-14T21:21:08.710Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1242026-07-14T21:21:09.004Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1252026-07-14T21:21:09.246Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1262026-07-14T21:21:09.504Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1272026-07-14T21:21:09.856Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1282026-07-14T21:21:10.175Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-07-14T21:21:10.411Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-07-14T21:21:10.787Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-07-14T21:21:11.176Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1322026-07-14T21:21:11.568Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332026-07-14T21:21:11.900Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342026-07-14T21:21:12.154Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1352026-07-14T21:21:12.410Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-07-14T21:21:12.765Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1372026-07-14T21:21:13.150Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1382026-07-14T21:21:13.399Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1392026-07-14T21:21:13.665Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-07-14T21:21:13.934Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-07-14T21:21:14.299Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-07-14T21:21:14.747Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432026-07-14T21:21:15.003Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442026-07-14T21:21:16.278Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452026-07-14T21:21:16.527Z Updating git repository `https://github.com/illumos/smf-rs`
1462026-07-14T21:21:19.475Z Downloading crates ...
1472026-07-14T21:21:19.558Z Downloaded async-bb8-diesel v0.2.1
1482026-07-14T21:21:19.571Z Downloaded base16ct v0.2.0
1492026-07-14T21:21:19.578Z Downloaded assert_matches v1.5.0
1502026-07-14T21:21:19.581Z Downloaded aho-corasick v1.1.4
1512026-07-14T21:21:19.587Z Downloaded assert-json-diff v2.0.2
1522026-07-14T21:21:19.591Z Downloaded anstyle-parse v0.2.7
1532026-07-14T21:21:19.594Z Downloaded adler2 v2.0.1
1542026-07-14T21:21:19.599Z Downloaded aead v0.6.1
1552026-07-14T21:21:19.602Z Downloaded console v0.15.11
1562026-07-14T21:21:19.602Z Downloaded crucible-workspace-hack v0.1.0
1572026-07-14T21:21:19.602Z Downloaded cipher v0.4.4
1582026-07-14T21:21:19.606Z Downloaded async-trait v0.1.89
1592026-07-14T21:21:19.606Z Downloaded clap v4.6.1
1602026-07-14T21:21:19.609Z Downloaded curve25519-dalek-derive v0.1.1
1612026-07-14T21:21:19.612Z Downloaded aead v0.5.2
1622026-07-14T21:21:19.612Z Downloaded cpufeatures v0.3.0
1632026-07-14T21:21:19.613Z Downloaded backoff v0.4.0
1642026-07-14T21:21:19.616Z Downloaded chacha20 v0.10.0
1652026-07-14T21:21:19.616Z Downloaded atomicwrites v0.4.4
1662026-07-14T21:21:19.620Z Downloaded anstyle-parse v1.0.0
1672026-07-14T21:21:19.620Z Downloaded anstyle v1.0.14
1682026-07-14T21:21:19.620Z Downloaded cpubits v0.1.1
1692026-07-14T21:21:19.623Z Downloaded atty v0.2.14
1702026-07-14T21:21:19.623Z Downloaded crc8 v0.1.1
1712026-07-14T21:21:19.623Z Downloaded cobs v0.3.0
1722026-07-14T21:21:19.623Z Downloaded bzip2 v0.6.1
1732026-07-14T21:21:19.626Z Downloaded compression-core v0.4.31
1742026-07-14T21:21:19.626Z Downloaded ahash v0.8.12
1752026-07-14T21:21:19.626Z Downloaded constant_time_eq v0.4.2
1762026-07-14T21:21:19.629Z Downloaded colored v2.2.0
1772026-07-14T21:21:19.629Z Downloaded arrayvec v0.7.6
1782026-07-14T21:21:19.632Z Downloaded const_format_proc_macros v0.2.34
1792026-07-14T21:21:19.632Z Downloaded anstream v0.6.21
1802026-07-14T21:21:19.635Z Downloaded cpufeatures v0.2.17
1812026-07-14T21:21:19.635Z Downloaded addr2line v0.25.1
1822026-07-14T21:21:19.638Z Downloaded crc v3.4.0
1832026-07-14T21:21:19.638Z Downloaded bitfield-struct v0.6.2
1842026-07-14T21:21:19.638Z Downloaded constant_time_eq v0.3.1
1852026-07-14T21:21:19.641Z Downloaded base16ct v1.0.0
1862026-07-14T21:21:19.641Z Downloaded atomic-waker v1.1.2
1872026-07-14T21:21:19.642Z Downloaded cassowary v0.3.0
1882026-07-14T21:21:19.645Z Downloaded bitflags v1.3.2
1892026-07-14T21:21:19.645Z Downloaded cookie_store v0.22.1
1902026-07-14T21:21:19.648Z Downloaded async-stream v0.3.6
1912026-07-14T21:21:19.648Z Downloaded anstream v1.0.0
1922026-07-14T21:21:19.651Z Downloaded darling_macro v0.13.4
1932026-07-14T21:21:19.651Z Downloaded anes v0.1.6
1942026-07-14T21:21:19.651Z Downloaded assert_cmd v2.1.2
1952026-07-14T21:21:19.654Z Downloaded convert_case v0.4.0
1962026-07-14T21:21:19.654Z Downloaded bit-set v0.5.3
1972026-07-14T21:21:19.654Z Downloaded approx v0.5.1
1982026-07-14T21:21:19.657Z Downloaded array-init v0.0.4
1992026-07-14T21:21:19.657Z Downloaded arrayref v0.3.9
2002026-07-14T21:21:19.661Z Downloaded cargo-platform v0.3.2
2012026-07-14T21:21:19.667Z Downloaded darling_macro v0.20.11
2022026-07-14T21:21:19.671Z Downloaded crc-catalog v2.4.0
2032026-07-14T21:21:19.671Z Downloaded darling_macro v0.23.0
2042026-07-14T21:21:19.671Z Downloaded castaway v0.2.4
2052026-07-14T21:21:19.674Z Downloaded cfg_aliases v0.2.1
2062026-07-14T21:21:19.674Z Downloaded block-padding v0.4.2
2072026-07-14T21:21:19.674Z Downloaded debug-ignore v1.0.5
2082026-07-14T21:21:19.674Z Downloaded cfg_aliases v0.1.1
2092026-07-14T21:21:19.678Z Downloaded block-buffer v0.10.4
2102026-07-14T21:21:19.678Z Downloaded criterion-plot v0.6.0
2112026-07-14T21:21:19.678Z Downloaded convert_case v0.10.0
2122026-07-14T21:21:19.681Z Downloaded backtrace-ext v0.2.1
2132026-07-14T21:21:19.681Z Downloaded async-recursion v1.1.1
2142026-07-14T21:21:19.684Z Downloaded bit-set v0.8.0
2152026-07-14T21:21:19.684Z Downloaded ciborium-ll v0.2.2
2162026-07-14T21:21:19.684Z Downloaded bcrypt-pbkdf v0.11.0
2172026-07-14T21:21:19.684Z Downloaded bb8 v0.8.6
2182026-07-14T21:21:19.687Z Downloaded async-stream-impl v0.3.6
2192026-07-14T21:21:19.687Z Downloaded darling_macro v0.21.3
2202026-07-14T21:21:19.690Z Downloaded colorchoice v1.0.4
2212026-07-14T21:21:19.690Z Downloaded defmt-parser v1.0.0
2222026-07-14T21:21:19.690Z Downloaded crunchy v0.2.4
2232026-07-14T21:21:19.697Z Downloaded derive_builder_macro v0.20.2
2242026-07-14T21:21:19.701Z Downloaded block-buffer v0.12.1
2252026-07-14T21:21:19.701Z Downloaded bcs v0.1.6
2262026-07-14T21:21:19.704Z Downloaded cfg-if v1.0.4
2272026-07-14T21:21:19.704Z Downloaded autocfg v1.5.0
2282026-07-14T21:21:19.704Z Downloaded ascii-canvas v3.0.0
2292026-07-14T21:21:19.707Z Downloaded bitfield-macros v0.19.4
2302026-07-14T21:21:19.710Z Downloaded cstr-argument v0.1.2
2312026-07-14T21:21:19.713Z Downloaded difflib v0.4.0
2322026-07-14T21:21:19.713Z Downloaded digest-io v0.1.0
2332026-07-14T21:21:19.713Z Downloaded defmt v0.3.100
2342026-07-14T21:21:19.716Z Downloaded crypto-common v0.1.7
2352026-07-14T21:21:19.719Z Downloaded concurrent-queue v2.5.0
2362026-07-14T21:21:19.719Z Downloaded camino-tempfile v1.4.1
2372026-07-14T21:21:19.722Z Downloaded cmov v0.5.4
2382026-07-14T21:21:19.722Z Downloaded anyhow v1.0.102
2392026-07-14T21:21:19.725Z Downloaded clap_lex v1.0.0
2402026-07-14T21:21:19.725Z Downloaded bytecount v0.6.9
2412026-07-14T21:21:19.728Z Downloaded argon2 v0.5.3
2422026-07-14T21:21:19.728Z Downloaded anstyle-query v1.1.5
2432026-07-14T21:21:19.731Z Downloaded byteorder v1.5.0
2442026-07-14T21:21:19.731Z Downloaded display-error-chain v0.2.2
2452026-07-14T21:21:19.731Z Downloaded crypto-common v0.2.2
2462026-07-14T21:21:19.735Z Downloaded diesel_table_macro_syntax v0.3.0
2472026-07-14T21:21:19.735Z Downloaded camino-tempfile-ext v0.3.3
2482026-07-14T21:21:19.735Z Downloaded dof v0.3.0
2492026-07-14T21:21:19.738Z Downloaded document-features v0.2.12
2502026-07-14T21:21:19.738Z Downloaded dropshot-api-manager-types v0.7.2
2512026-07-14T21:21:19.738Z Downloaded buf-list v1.1.2
2522026-07-14T21:21:19.738Z Downloaded base64ct v1.8.3
2532026-07-14T21:21:19.741Z Downloaded corncobs v0.1.4
2542026-07-14T21:21:19.741Z Downloaded cookie v0.18.1
2552026-07-14T21:21:19.745Z Downloaded console v0.16.2
2562026-07-14T21:21:19.745Z Downloaded dtrace-parser v0.2.0
2572026-07-14T21:21:19.745Z Downloaded downcast-rs v2.0.2
2582026-07-14T21:21:19.748Z Downloaded critical-section v1.2.0
2592026-07-14T21:21:19.748Z Downloaded embedded-io v0.6.1
2602026-07-14T21:21:19.748Z Downloaded dirs-sys-next v0.1.2
2612026-07-14T21:21:19.751Z Downloaded cmake v0.1.57
2622026-07-14T21:21:19.751Z Downloaded cipher v0.5.2
2632026-07-14T21:21:19.751Z Downloaded dof v0.4.0
2642026-07-14T21:21:19.754Z Downloaded base64 v0.22.1
2652026-07-14T21:21:19.757Z Downloaded dunce v1.0.5
2662026-07-14T21:21:19.757Z Downloaded dtrace-parser v0.3.0
2672026-07-14T21:21:19.758Z Downloaded dsl_auto_type v0.2.0
2682026-07-14T21:21:19.758Z Downloaded datatest-stable v0.3.3
2692026-07-14T21:21:19.761Z Downloaded dyn-clone v1.0.20
2702026-07-14T21:21:19.761Z Downloaded dirs-next v2.0.0
2712026-07-14T21:21:19.764Z Downloaded byte-wrapper v0.1.0
2722026-07-14T21:21:19.764Z Downloaded crc-any v2.5.0
2732026-07-14T21:21:19.767Z Downloaded clang-sys v1.8.1
2742026-07-14T21:21:19.767Z Downloaded equivalent v1.0.2
2752026-07-14T21:21:19.769Z Downloaded enum-as-inner v0.6.1
2762026-07-14T21:21:19.769Z Downloaded env_filter v1.0.0
2772026-07-14T21:21:19.770Z Downloaded chacha20 v0.9.1
2782026-07-14T21:21:19.773Z Downloaded cbc v0.2.1
2792026-07-14T21:21:19.773Z Downloaded cast v0.3.0
2802026-07-14T21:21:19.773Z Downloaded bitfield v0.19.4
2812026-07-14T21:21:19.776Z Downloaded endian-type v0.1.2
2822026-07-14T21:21:19.776Z Downloaded embedded-io v0.4.0
2832026-07-14T21:21:19.776Z Downloaded ciborium v0.2.2
2842026-07-14T21:21:19.779Z Downloaded csv-core v0.1.13
2852026-07-14T21:21:19.779Z Downloaded diesel-dtrace v0.5.0
2862026-07-14T21:21:19.782Z Downloaded derive_builder_core v0.20.2
2872026-07-14T21:21:19.782Z Downloaded cargo_metadata v0.23.1
2882026-07-14T21:21:19.782Z Downloaded chacha20poly1305 v0.10.1
2892026-07-14T21:21:19.786Z Downloaded errno v0.3.14
2902026-07-14T21:21:19.786Z Downloaded allocator-api2 v0.2.21
2912026-07-14T21:21:19.789Z Downloaded fastrand v2.3.0
2922026-07-14T21:21:19.789Z Downloaded derive-ex v0.1.8
2932026-07-14T21:21:19.789Z Downloaded delegate v0.13.5
2942026-07-14T21:21:19.789Z Downloaded data-encoding v2.10.0
2952026-07-14T21:21:19.792Z Downloaded deranged v0.5.8
2962026-07-14T21:21:19.792Z Downloaded displaydoc v0.2.5
2972026-07-14T21:21:19.795Z Downloaded escape8259 v0.5.3
2982026-07-14T21:21:19.795Z Downloaded cexpr v0.6.0
2992026-07-14T21:21:19.795Z Downloaded bitflags v2.11.0
3002026-07-14T21:21:19.798Z Downloaded event-listener-strategy v0.5.4
3012026-07-14T21:21:19.801Z Downloaded bit-vec v0.8.0
3022026-07-14T21:21:19.801Z Downloaded const-oid v0.9.6
3032026-07-14T21:21:19.801Z Downloaded ctr v0.10.1
3042026-07-14T21:21:19.805Z Downloaded flagset v0.4.7
3052026-07-14T21:21:19.805Z Downloaded fixedbitset v0.4.2
3062026-07-14T21:21:19.805Z Downloaded colored v3.1.1
3072026-07-14T21:21:19.808Z Downloaded digest v0.10.7
3082026-07-14T21:21:19.808Z Downloaded fd-lock v4.0.4
3092026-07-14T21:21:19.811Z Downloaded ecdsa v0.16.9
3102026-07-14T21:21:19.811Z Downloaded compression-codecs v0.4.37
3112026-07-14T21:21:19.814Z Downloaded backon v1.6.0
3122026-07-14T21:21:19.814Z Downloaded foreign-types-shared v0.1.1
3132026-07-14T21:21:19.819Z Downloaded foreign-types-macros v0.2.3
3142026-07-14T21:21:19.819Z Downloaded foreign-types v0.5.0
3152026-07-14T21:21:19.819Z Downloaded foreign-types-shared v0.3.1
3162026-07-14T21:21:19.819Z Downloaded cancel-safe-futures v0.1.5
3172026-07-14T21:21:19.822Z Downloaded digest v0.11.3
3182026-07-14T21:21:19.822Z Downloaded float-ord v0.3.2
3192026-07-14T21:21:19.822Z Downloaded async-object-pool v0.2.0
3202026-07-14T21:21:19.825Z Downloaded form_urlencoded v1.2.2
3212026-07-14T21:21:19.825Z Downloaded ctutils v0.4.2
3222026-07-14T21:21:19.825Z Downloaded derive_builder v0.20.2
3232026-07-14T21:21:19.828Z Downloaded ena v0.14.4
3242026-07-14T21:21:19.831Z Downloaded either v1.15.0
3252026-07-14T21:21:19.831Z Downloaded funty v2.0.0
3262026-07-14T21:21:19.831Z Downloaded env_logger v0.11.9
3272026-07-14T21:21:19.834Z Downloaded futures-io v0.3.32
3282026-07-14T21:21:19.834Z Downloaded futures-core v0.3.32
3292026-07-14T21:21:19.834Z Downloaded enum_dispatch v0.3.13
3302026-07-14T21:21:19.837Z Downloaded futures-task v0.3.32
3312026-07-14T21:21:19.837Z Downloaded gethostname v0.5.0
3322026-07-14T21:21:19.840Z Downloaded crossbeam-epoch v0.9.18
3332026-07-14T21:21:19.840Z Downloaded des v0.9.0
3342026-07-14T21:21:19.843Z Downloaded defmt-macros v1.0.1
3352026-07-14T21:21:19.843Z Downloaded erased-serde v0.3.31
3362026-07-14T21:21:19.846Z Downloaded darling v0.21.3
3372026-07-14T21:21:19.849Z Downloaded bzip2 v0.4.4
3382026-07-14T21:21:19.849Z Downloaded futures-macro v0.3.32
3392026-07-14T21:21:19.849Z Downloaded futures-sink v0.3.32
3402026-07-14T21:21:19.853Z Downloaded git-stub v1.0.0
3412026-07-14T21:21:19.853Z Downloaded generic-array v0.14.7
3422026-07-14T21:21:19.853Z Downloaded darling v0.20.11
3432026-07-14T21:21:19.856Z Downloaded ghash v0.6.0
3442026-07-14T21:21:19.856Z Downloaded fxhash v0.2.1
3452026-07-14T21:21:19.856Z Downloaded crossbeam-utils v0.8.21
3462026-07-14T21:21:19.859Z Downloaded globwalk v0.9.1
3472026-07-14T21:21:19.859Z Downloaded ed25519 v3.0.0
3482026-07-14T21:21:19.859Z Downloaded guppy-workspace-hack v0.1.0
3492026-07-14T21:21:19.863Z Downloaded filetime v0.2.27
3502026-07-14T21:21:19.863Z Downloaded hash32 v0.3.1
3512026-07-14T21:21:19.863Z Downloaded cfg-expr v0.20.6
3522026-07-14T21:21:19.867Z Downloaded blake2 v0.11.0-rc.6
3532026-07-14T21:21:19.867Z Downloaded ed25519 v2.2.3
3542026-07-14T21:21:19.871Z Downloaded crc32fast v1.5.0
3552026-07-14T21:21:19.871Z Downloaded camino v1.2.2
3562026-07-14T21:21:19.871Z Downloaded fixedbitset v0.5.7
3572026-07-14T21:21:19.874Z Downloaded find-msvc-tools v0.1.9
3582026-07-14T21:21:19.874Z Downloaded blake2 v0.10.6
3592026-07-14T21:21:19.874Z Downloaded crossbeam-deque v0.8.6
3602026-07-14T21:21:19.877Z Downloaded ff v0.14.0
3612026-07-14T21:21:19.877Z Downloaded hash32 v0.2.1
3622026-07-14T21:21:19.877Z Downloaded foldhash v0.2.0
3632026-07-14T21:21:19.881Z Downloaded fnv v1.0.7
3642026-07-14T21:21:19.881Z Downloaded clap_derive v4.6.1
3652026-07-14T21:21:19.881Z Downloaded foreign-types v0.3.2
3662026-07-14T21:21:19.881Z Downloaded hex v0.4.3
3672026-07-14T21:21:19.884Z Downloaded der_derive v0.7.3
3682026-07-14T21:21:19.884Z Downloaded diff v0.1.13
3692026-07-14T21:21:19.888Z Downloaded heck v0.5.0
3702026-07-14T21:21:19.888Z Downloaded headers-core v0.3.0
3712026-07-14T21:21:19.888Z Downloaded fs-err v2.11.0
3722026-07-14T21:21:19.888Z Downloaded float-cmp v0.10.0
3732026-07-14T21:21:19.891Z Downloaded const_format v0.2.35
3742026-07-14T21:21:19.894Z Downloaded futures-executor v0.3.32
3752026-07-14T21:21:19.894Z Downloaded hex-literal v1.1.0
3762026-07-14T21:21:19.894Z Downloaded fs_extra v1.3.0
3772026-07-14T21:21:19.898Z Downloaded fs-err v3.3.0
3782026-07-14T21:21:19.898Z Downloaded ecdsa v0.17.0-rc.18
3792026-07-14T21:21:19.898Z Downloaded foldhash v0.1.5
3802026-07-14T21:21:19.901Z Downloaded hostname v0.3.1
3812026-07-14T21:21:19.901Z Downloaded http-body v1.0.1
3822026-07-14T21:21:19.901Z Downloaded home v0.5.12
3832026-07-14T21:21:19.904Z Downloaded hubpack v0.1.2
3842026-07-14T21:21:19.904Z Downloaded httpdate v1.0.3
3852026-07-14T21:21:19.904Z Downloaded http-range v0.1.5
3862026-07-14T21:21:19.904Z Downloaded defmt v1.0.1
3872026-07-14T21:21:19.907Z Downloaded darling v0.13.4
3882026-07-14T21:21:19.911Z Downloaded hyper-tls v0.6.0
3892026-07-14T21:21:19.911Z Downloaded hubpack_derive v0.1.1
3902026-07-14T21:21:19.911Z Downloaded derive_more v0.99.20
3912026-07-14T21:21:19.915Z Downloaded blake2b_simd v1.0.4
3922026-07-14T21:21:19.915Z Downloaded ciborium-io v0.2.2
3932026-07-14T21:21:19.915Z Downloaded daft-derive v0.1.7
3942026-07-14T21:21:19.918Z Downloaded git-stub-vcs v0.1.0
3952026-07-14T21:21:19.918Z Downloaded futures-timer v3.0.3
3962026-07-14T21:21:19.921Z Downloaded fallible-iterator v0.2.0
3972026-07-14T21:21:19.921Z Downloaded derive-where v1.6.0
3982026-07-14T21:21:19.924Z Downloaded darling_core v0.13.4
3992026-07-14T21:21:19.927Z Downloaded const-oid v0.10.2
4002026-07-14T21:21:19.927Z Downloaded group v0.14.0
4012026-07-14T21:21:19.930Z Downloaded glob v0.3.3
4022026-07-14T21:21:19.930Z Downloaded backtrace v0.3.76
4032026-07-14T21:21:19.934Z Downloaded illumos-nvpair-sys v0.2.0
4042026-07-14T21:21:19.934Z Downloaded illumos-nvpair v0.3.0
4052026-07-14T21:21:19.934Z Downloaded group v0.13.0
4062026-07-14T21:21:19.934Z Downloaded ff v0.13.1
4072026-07-14T21:21:19.937Z Downloaded inout v0.1.4
4082026-07-14T21:21:19.937Z Downloaded idna_adapter v1.2.1
4092026-07-14T21:21:19.937Z Downloaded indent_write v2.2.0
4102026-07-14T21:21:19.940Z Downloaded daft v0.1.7
4112026-07-14T21:21:19.940Z Downloaded darling v0.23.0
4122026-07-14T21:21:19.943Z Downloaded event-listener v5.4.1
4132026-07-14T21:21:19.943Z Downloaded async-lock v3.4.2
4142026-07-14T21:21:19.946Z Downloaded argon2 v0.6.0-rc.8
4152026-07-14T21:21:19.946Z Downloaded bit-vec v0.6.3
4162026-07-14T21:21:19.950Z Downloaded blowfish v0.10.0
4172026-07-14T21:21:19.953Z Downloaded ident_case v1.0.1
4182026-07-14T21:21:19.953Z Downloaded is_terminal_polyfill v1.70.2
4192026-07-14T21:21:19.953Z Downloaded hex-literal v0.4.1
4202026-07-14T21:21:19.956Z Downloaded inout v0.2.2
4212026-07-14T21:21:19.960Z Downloaded is-terminal v0.4.17
4222026-07-14T21:21:19.963Z Downloaded instant v0.1.13
4232026-07-14T21:21:19.963Z Downloaded instability v0.3.11
4242026-07-14T21:21:19.963Z Downloaded is_ci v1.2.0
4252026-07-14T21:21:19.966Z Downloaded internet-checksum v0.2.1
4262026-07-14T21:21:19.966Z Downloaded aes v0.9.1
4272026-07-14T21:21:19.969Z Downloaded heck v0.4.1
4282026-07-14T21:21:19.972Z Downloaded elliptic-curve v0.13.8
4292026-07-14T21:21:19.975Z Downloaded dropshot_endpoint v0.17.1
4302026-07-14T21:21:19.975Z Downloaded chumsky v0.9.3
4312026-07-14T21:21:19.978Z Downloaded hostname v0.4.2
4322026-07-14T21:21:19.982Z Downloaded humantime v2.3.0
4332026-07-14T21:21:19.982Z Downloaded highway v1.3.0
4342026-07-14T21:21:19.985Z Downloaded itoa v1.0.17
4352026-07-14T21:21:19.985Z Downloaded hyper-staticfile v0.10.1
4362026-07-14T21:21:19.988Z Downloaded lalrpop-util v0.19.12
4372026-07-14T21:21:19.988Z Downloaded kem v0.3.0
4382026-07-14T21:21:19.988Z Downloaded futures-channel v0.3.32
4392026-07-14T21:21:19.991Z Downloaded arc-swap v1.8.2
4402026-07-14T21:21:19.994Z Downloaded lazy_static v1.5.0
4412026-07-14T21:21:19.994Z Downloaded compact_str v0.8.1
4422026-07-14T21:21:19.997Z Downloaded http-body-util v0.1.3
4432026-07-14T21:21:20.001Z Downloaded darling_core v0.21.3
4442026-07-14T21:21:20.006Z Downloaded kstat-rs v0.2.4
4452026-07-14T21:21:20.006Z Downloaded darling_core v0.23.0
4462026-07-14T21:21:20.009Z Downloaded fatfs v0.3.6
4472026-07-14T21:21:20.012Z Downloaded half v1.8.3
4482026-07-14T21:21:20.012Z Downloaded cc v1.2.56
4492026-07-14T21:21:20.014Z Downloaded base64 v0.21.7
4502026-07-14T21:21:20.018Z Downloaded linkme-impl v0.3.35
4512026-07-14T21:21:20.018Z Downloaded linked-hash-map v0.5.6
4522026-07-14T21:21:20.021Z Downloaded libscf-sys v1.1.0
4532026-07-14T21:21:20.021Z Downloaded async-compression v0.4.41
4542026-07-14T21:21:20.024Z Downloaded impl-trait-for-tuples v0.2.3
4552026-07-14T21:21:20.028Z Downloaded drift v0.2.0
4562026-07-14T21:21:20.033Z Downloaded macaddr v1.0.1
4572026-07-14T21:21:20.036Z Downloaded lru v0.12.5
4582026-07-14T21:21:20.036Z Downloaded lzss v0.8.2
4592026-07-14T21:21:20.039Z Downloaded md5 v0.8.0
4602026-07-14T21:21:20.039Z Downloaded match_cfg v0.1.0
4612026-07-14T21:21:20.039Z Downloaded memmap v0.7.0
4622026-07-14T21:21:20.042Z Downloaded md-5 v0.10.6
4632026-07-14T21:21:20.042Z Downloaded mime v0.3.17
4642026-07-14T21:21:20.045Z Downloaded bytes v1.11.1
4652026-07-14T21:21:20.048Z Downloaded jobserver v0.1.34
4662026-07-14T21:21:20.048Z Downloaded elliptic-curve v0.14.0-rc.33
4672026-07-14T21:21:20.051Z Downloaded memoffset v0.9.1
4682026-07-14T21:21:20.052Z Downloaded hickory-client v0.25.2
4692026-07-14T21:21:20.056Z Downloaded ingot-types v0.1.2
4702026-07-14T21:21:20.056Z Downloaded miette-derive v5.10.0
4712026-07-14T21:21:20.059Z Downloaded maybe-uninit v2.0.0
4722026-07-14T21:21:20.059Z Downloaded httparse v1.10.1
4732026-07-14T21:21:20.059Z Downloaded indoc v2.0.7
4742026-07-14T21:21:20.062Z Downloaded multimap v0.10.1
4752026-07-14T21:21:20.062Z Downloaded keccak v0.2.0
4762026-07-14T21:21:20.065Z Downloaded httptest v0.16.4
4772026-07-14T21:21:20.065Z Downloaded derive_more v2.1.1
4782026-07-14T21:21:20.078Z Downloaded libloading v0.8.9
4792026-07-14T21:21:20.083Z Downloaded iana-time-zone v0.1.65
4802026-07-14T21:21:20.086Z Downloaded globset v0.4.18
4812026-07-14T21:21:20.086Z Downloaded der v0.7.10
4822026-07-14T21:21:20.089Z Downloaded new_debug_unreachable v1.0.6
4832026-07-14T21:21:20.089Z Downloaded nibble_vec v0.1.0
4842026-07-14T21:21:20.092Z Downloaded newtype_derive v0.1.6
4852026-07-14T21:21:20.092Z Downloaded newtype-uuid-macros v0.1.0
4862026-07-14T21:21:20.092Z Downloaded nested v0.1.1
4872026-07-14T21:21:20.096Z Downloaded libsw-core v0.3.2
4882026-07-14T21:21:20.096Z Downloaded libtest-mimic v0.8.1
4892026-07-14T21:21:20.099Z Downloaded newline-converter v0.3.0
4902026-07-14T21:21:20.099Z Downloaded lock_api v0.4.14
4912026-07-14T21:21:20.099Z Downloaded half v2.7.1
4922026-07-14T21:21:20.102Z Downloaded chrono v0.4.45
4932026-07-14T21:21:20.107Z Downloaded normalize-line-endings v0.3.0
4942026-07-14T21:21:20.110Z Downloaded managed v0.8.0
4952026-07-14T21:21:20.110Z Downloaded linkme v0.3.35
4962026-07-14T21:21:20.110Z Downloaded num-iter v0.1.45
4972026-07-14T21:21:20.113Z Downloaded num-derive v0.4.2
4982026-07-14T21:21:20.113Z Downloaded num-derive v0.3.3
4992026-07-14T21:21:20.116Z Downloaded num-conv v0.2.0
5002026-07-14T21:21:20.116Z Downloaded ed25519-dalek v2.2.0
5012026-07-14T21:21:20.119Z Downloaded bumpalo v3.20.2
5022026-07-14T21:21:20.119Z Downloaded hmac v0.12.1
5032026-07-14T21:21:20.122Z Downloaded flume v0.11.1
5042026-07-14T21:21:20.125Z Downloaded nodrop v0.1.14
5052026-07-14T21:21:20.125Z Downloaded linear-map v1.2.0
5062026-07-14T21:21:20.125Z Downloaded ingot-macros v0.1.1
5072026-07-14T21:21:20.128Z Downloaded num_threads v0.1.7
5082026-07-14T21:21:20.128Z Downloaded num_enum_derive v0.5.11
5092026-07-14T21:21:20.128Z Downloaded module-lattice v0.2.3
5102026-07-14T21:21:20.131Z Downloaded libefi-sys v0.1.0
5112026-07-14T21:21:20.131Z Downloaded derive_more-impl v2.1.1
5122026-07-14T21:21:20.134Z Downloaded knuffel-derive v3.2.0
5132026-07-14T21:21:20.137Z Downloaded getrandom v0.4.1
5142026-07-14T21:21:20.140Z Downloaded nanorand v0.7.0
5152026-07-14T21:21:20.140Z Downloaded getrandom v0.3.4
5162026-07-14T21:21:20.143Z Downloaded openssl-macros v0.1.1
5172026-07-14T21:21:20.143Z Downloaded generic-array v1.4.3
5182026-07-14T21:21:20.146Z Downloaded criterion v0.7.0
5192026-07-14T21:21:20.149Z Downloaded mime_guess v2.0.5
5202026-07-14T21:21:20.152Z Downloaded icu_properties v2.1.2
5212026-07-14T21:21:20.155Z Downloaded fancy-regex v0.14.0
5222026-07-14T21:21:20.155Z Downloaded openssl-probe v0.2.1
5232026-07-14T21:21:20.158Z Downloaded oso-derive v0.27.3
5242026-07-14T21:21:20.158Z Downloaded openssl-probe v0.1.6
5252026-07-14T21:21:20.158Z Downloaded opaque-debug v0.3.1
5262026-07-14T21:21:20.161Z Downloaded nonempty v0.12.0
5272026-07-14T21:21:20.161Z Downloaded native-tls v0.2.18
5282026-07-14T21:21:20.161Z Downloaded futures v0.3.32
5292026-07-14T21:21:20.164Z Downloaded multer v3.1.0
5302026-07-14T21:21:20.167Z Downloaded aes-gcm v0.11.0
5312026-07-14T21:21:20.170Z Downloaded ignore v0.4.25
5322026-07-14T21:21:20.170Z Downloaded crypto-bigint v0.5.5
5332026-07-14T21:21:20.174Z Downloaded parking v2.2.1
5342026-07-14T21:21:20.178Z Downloaded packed_struct_codegen v0.10.1
5352026-07-14T21:21:20.178Z Downloaded num v0.4.3
5362026-07-14T21:21:20.178Z Downloaded litrs v1.0.0
5372026-07-14T21:21:20.181Z Downloaded password-hash v0.6.1
5382026-07-14T21:21:20.181Z Downloaded libsw v3.5.0
5392026-07-14T21:21:20.184Z Downloaded parse-display v0.10.0
5402026-07-14T21:21:20.184Z Downloaded flate2 v1.1.9
5412026-07-14T21:21:20.187Z Downloaded num_enum v0.5.11
5422026-07-14T21:21:20.190Z Downloaded num-integer v0.1.46
5432026-07-14T21:21:20.193Z Downloaded nu-ansi-term v0.50.3
5442026-07-14T21:21:20.193Z Downloaded heapless v0.7.17
5452026-07-14T21:21:20.197Z Downloaded percent-encoding v2.3.2
5462026-07-14T21:21:20.197Z Downloaded peg-runtime v0.8.5
5472026-07-14T21:21:20.200Z Downloaded num_enum_derive v0.7.6
5482026-07-14T21:21:20.200Z Downloaded num_enum v0.7.6
5492026-07-14T21:21:20.203Z Downloaded pathdiff v0.2.3
5502026-07-14T21:21:20.203Z Downloaded path-slash v0.1.5
5512026-07-14T21:21:20.206Z Downloaded indexmap v1.9.3
5522026-07-14T21:21:20.206Z Downloaded headers v0.4.1
5532026-07-14T21:21:20.210Z Downloaded ed25519-dalek v3.0.0-rc.0
5542026-07-14T21:21:20.213Z Downloaded libbz2-rs-sys v0.2.2
5552026-07-14T21:21:20.213Z Downloaded num-rational v0.4.2
5562026-07-14T21:21:20.216Z Downloaded memmap2 v0.9.10
5572026-07-14T21:21:20.216Z Downloaded oorandom v11.1.5
5582026-07-14T21:21:20.219Z Downloaded diesel_derives v2.3.7
5592026-07-14T21:21:20.222Z Downloaded phf_shared v0.11.3
5602026-07-14T21:21:20.222Z Downloaded litemap v0.8.1
5612026-07-14T21:21:20.225Z Downloaded phf_shared v0.12.1
5622026-07-14T21:21:20.226Z Downloaded oxide-tokio-rt v0.1.4
5632026-07-14T21:21:20.229Z Downloaded expectorate v1.2.0
5642026-07-14T21:21:20.229Z Downloaded ml-kem v0.3.2
5652026-07-14T21:21:20.232Z Downloaded icu_normalizer v2.1.1
5662026-07-14T21:21:20.235Z Downloaded icu_locale_core v2.1.1
5672026-07-14T21:21:20.238Z Downloaded phf_shared v0.13.1
5682026-07-14T21:21:20.238Z Downloaded packed_struct v0.10.1
5692026-07-14T21:21:20.241Z Downloaded oxnet v0.1.6
5702026-07-14T21:21:20.241Z Downloaded plain v0.2.3
5712026-07-14T21:21:20.241Z Downloaded plotters-backend v0.3.7
5722026-07-14T21:21:20.244Z Downloaded olpc-cjson v0.1.4
5732026-07-14T21:21:20.244Z Downloaded owo-colors v3.5.0
5742026-07-14T21:21:20.248Z Downloaded keccak v0.1.6
5752026-07-14T21:21:20.248Z Downloaded hyper-rustls v0.27.7
5762026-07-14T21:21:20.248Z Downloaded hmac v0.13.0
5772026-07-14T21:21:20.251Z Downloaded newtype-uuid v1.3.2
5782026-07-14T21:21:20.251Z Downloaded indicatif v0.18.4
5792026-07-14T21:21:20.254Z Downloaded plotters-svg v0.3.7
5802026-07-14T21:21:20.254Z Downloaded paste v1.0.15
5812026-07-14T21:21:20.257Z Downloaded partial-io v0.5.4
5822026-07-14T21:21:20.260Z Downloaded parse-size v1.1.0
5832026-07-14T21:21:20.260Z Downloaded icu_provider v2.1.1
5842026-07-14T21:21:20.261Z Downloaded heapless v0.8.0
5852026-07-14T21:21:20.264Z Downloaded potential_utf v0.1.4
5862026-07-14T21:21:20.264Z Downloaded parse-display-derive v0.10.0
5872026-07-14T21:21:20.267Z Downloaded hybrid-array v0.4.13
5882026-07-14T21:21:20.267Z Downloaded getrandom v0.2.17
5892026-07-14T21:21:20.270Z Downloaded predicates-tree v1.0.13
5902026-07-14T21:21:20.270Z Downloaded pem-rfc7468 v0.7.0
5912026-07-14T21:21:20.273Z Downloaded pem v3.0.6
5922026-07-14T21:21:20.273Z Downloaded path-tree v0.8.3
5932026-07-14T21:21:20.276Z Downloaded predicates-core v1.0.10
5942026-07-14T21:21:20.276Z Downloaded hickory-resolver v0.25.2
5952026-07-14T21:21:20.279Z Downloaded password-hash v0.5.0
5962026-07-14T21:21:20.279Z Downloaded precomputed-hash v0.1.1
5972026-07-14T21:21:20.282Z Downloaded num-complex v0.4.6
5982026-07-14T21:21:20.282Z Downloaded peg-macros v0.8.5
5992026-07-14T21:21:20.285Z Downloaded pem-rfc7468 v1.0.0
6002026-07-14T21:21:20.285Z Downloaded powerfmt v0.2.0
6012026-07-14T21:21:20.289Z Downloaded once_cell v1.21.3
6022026-07-14T21:21:20.289Z Downloaded peg v0.8.5
6032026-07-14T21:21:20.291Z Downloaded pbkdf2 v0.13.0
6042026-07-14T21:21:20.295Z Downloaded proc-macro-crate v1.3.1
6052026-07-14T21:21:20.295Z Downloaded hickory-resolver v0.24.4
6062026-07-14T21:21:20.297Z Downloaded pretty-hex v0.4.1
6072026-07-14T21:21:20.298Z Downloaded log v0.4.29
6082026-07-14T21:21:20.300Z Downloaded phf v0.13.1
6092026-07-14T21:21:20.304Z Downloaded knuffel v3.2.0
6102026-07-14T21:21:20.304Z Downloaded icu_normalizer_data v2.1.1
6112026-07-14T21:21:20.306Z Downloaded maplit v1.0.2
6122026-07-14T21:21:20.306Z Downloaded lru-slab v0.1.2
6132026-07-14T21:21:20.306Z Downloaded lru-cache v0.1.2
6142026-07-14T21:21:20.309Z Downloaded ipnetwork v0.21.1
6152026-07-14T21:21:20.309Z Downloaded proc-macro-error-attr2 v2.0.0
6162026-07-14T21:21:20.313Z Downloaded owo-colors v4.3.0
6172026-07-14T21:21:20.313Z Downloaded proc-macro-crate v3.4.0
6182026-07-14T21:21:20.313Z Downloaded icu_collections v2.1.1
6192026-07-14T21:21:20.317Z Downloaded progenitor-client v0.14.0
6202026-07-14T21:21:20.319Z Downloaded crossterm v0.28.1
6212026-07-14T21:21:20.322Z Downloaded psl-types v2.0.11
6222026-07-14T21:21:20.325Z Downloaded progenitor-macro v0.14.0
6232026-07-14T21:21:20.325Z Downloaded parking_lot v0.12.5
6242026-07-14T21:21:20.328Z Downloaded proc-macro-error-attr v1.0.4
6252026-07-14T21:21:20.328Z Downloaded pkcs8 v0.10.2
6262026-07-14T21:21:20.328Z Downloaded pin-project-internal v1.1.11
6272026-07-14T21:21:20.331Z Downloaded hashbrown v0.12.3
6282026-07-14T21:21:20.334Z Downloaded quick-error v1.2.3
6292026-07-14T21:21:20.334Z Downloaded der v0.8.0
6302026-07-14T21:21:20.337Z Downloaded parking_lot_core v0.9.12
6312026-07-14T21:21:20.340Z Downloaded radium v0.7.0
6322026-07-14T21:21:20.340Z Downloaded pin-project-lite v0.2.17
6332026-07-14T21:21:20.344Z Downloaded predicates v3.1.4
6342026-07-14T21:21:20.347Z Downloaded polyval v0.7.1
6352026-07-14T21:21:20.349Z Downloaded poly1305 v0.8.0
6362026-07-14T21:21:20.349Z Downloaded num-traits v0.2.19
6372026-07-14T21:21:20.353Z Downloaded parking_lot_core v0.8.6
6382026-07-14T21:21:20.353Z Downloaded parking_lot v0.11.2
6392026-07-14T21:21:20.355Z Downloaded phf v0.12.1
6402026-07-14T21:21:20.355Z Downloaded pest_derive v2.8.6
6412026-07-14T21:21:20.358Z Downloaded ipnet v2.11.0
6422026-07-14T21:21:20.358Z Downloaded ingot v0.1.1
6432026-07-14T21:21:20.361Z Downloaded postgres-protocol v0.6.10
6442026-07-14T21:21:20.361Z Downloaded primeorder v0.14.0-rc.10
6452026-07-14T21:21:20.366Z Downloaded rand_xorshift v0.4.0
6462026-07-14T21:21:20.366Z Downloaded rand_chacha v0.3.1
6472026-07-14T21:21:20.366Z Downloaded indoc v1.0.9
6482026-07-14T21:21:20.369Z Downloaded crossbeam-channel v0.5.15
6492026-07-14T21:21:20.372Z Downloaded recursive-proc-macro-impl v0.1.1
6502026-07-14T21:21:20.372Z Downloaded ppv-lite86 v0.2.21
6512026-07-14T21:21:20.372Z Downloaded phc v0.6.1
6522026-07-14T21:21:20.375Z Downloaded jiff-static v0.2.21
6532026-07-14T21:21:20.375Z Downloaded ar_archive_writer v0.5.1
6542026-07-14T21:21:20.378Z Downloaded proc-macro-error v1.0.4
6552026-07-14T21:21:20.383Z Downloaded pest_generator v2.8.6
6562026-07-14T21:21:20.383Z Downloaded primeorder v0.13.6
6572026-07-14T21:21:20.387Z Downloaded recursive v0.1.1
6582026-07-14T21:21:20.387Z Downloaded ref-cast-impl v1.0.25
6592026-07-14T21:21:20.387Z Downloaded proc-macro-error2 v2.0.1
6602026-07-14T21:21:20.387Z Downloaded progenitor-macro v0.13.0
6612026-07-14T21:21:20.392Z Downloaded oso v0.27.3
6622026-07-14T21:21:20.392Z Downloaded darling_core v0.20.11
6632026-07-14T21:21:20.395Z Downloaded progenitor-extras v0.2.0
6642026-07-14T21:21:20.395Z Downloaded progenitor-client v0.13.0
6652026-07-14T21:21:20.395Z Downloaded progenitor v0.14.0
6662026-07-14T21:21:20.435Z Downloaded papergrid v0.11.0
6672026-07-14T21:21:20.435Z Downloaded psm v0.1.30
6682026-07-14T21:21:20.435Z Downloaded hashbrown v0.13.2
6692026-07-14T21:21:20.435Z Downloaded pkg-config v0.3.32
6702026-07-14T21:21:20.436Z Downloaded pkcs1 v0.8.0-rc.4
6712026-07-14T21:21:20.436Z Downloaded rfc6979 v0.5.0
6722026-07-14T21:21:20.436Z Downloaded r2d2 v0.8.10
6732026-07-14T21:21:20.436Z Downloaded progenitor v0.13.0
6742026-07-14T21:21:20.436Z Downloaded rfc6979 v0.4.0
6752026-07-14T21:21:20.436Z Downloaded pkcs1 v0.7.5
6762026-07-14T21:21:20.436Z Downloaded rustc_version v0.1.7
6772026-07-14T21:21:20.436Z Downloaded postcard v1.1.3
6782026-07-14T21:21:20.436Z Downloaded pkcs8 v0.11.0
6792026-07-14T21:21:20.436Z Downloaded papergrid v0.17.0
6802026-07-14T21:21:20.436Z Downloaded poly1305 v0.9.0
6812026-07-14T21:21:20.436Z Downloaded minimal-lexical v0.2.1
6822026-07-14T21:21:20.436Z Downloaded omicron-zone-package v0.12.3
6832026-07-14T21:21:20.436Z Downloaded quote v1.0.45
6842026-07-14T21:21:20.436Z Downloaded postgres-types v0.2.12
6852026-07-14T21:21:20.436Z Downloaded rand_core v0.10.0
6862026-07-14T21:21:20.440Z Downloaded rand_chacha v0.9.0
6872026-07-14T21:21:20.440Z Downloaded hickory-server v0.25.2
6882026-07-14T21:21:20.440Z Downloaded rustc_version v0.4.1
6892026-07-14T21:21:20.443Z Downloaded russh-util v0.52.0
6902026-07-14T21:21:20.443Z Downloaded rtoolbox v0.0.3
6912026-07-14T21:21:20.443Z Downloaded port-file v0.1.0
6922026-07-14T21:21:20.446Z Downloaded miniz_oxide v0.8.9
6932026-07-14T21:21:20.446Z Downloaded pkcs5 v0.8.1
6942026-07-14T21:21:20.450Z Downloaded openssl-sys v0.9.115
6952026-07-14T21:21:20.453Z Downloaded ref-cast v1.0.25
6962026-07-14T21:21:20.456Z Downloaded http v1.4.2
6972026-07-14T21:21:20.459Z Downloaded crossterm v0.29.0
6982026-07-14T21:21:20.462Z Downloaded rand_seeder v0.4.0
6992026-07-14T21:21:20.462Z Downloaded rand_core v0.9.5
7002026-07-14T21:21:20.465Z Downloaded primefield v0.14.0
7012026-07-14T21:21:20.465Z Downloaded hyper-util v0.1.20
7022026-07-14T21:21:20.468Z Downloaded miette v5.10.0
7032026-07-14T21:21:20.471Z Downloaded scopeguard v1.2.0
7042026-07-14T21:21:20.471Z Downloaded same-file v1.0.6
7052026-07-14T21:21:20.478Z Downloaded p256 v0.14.0-rc.10
7062026-07-14T21:21:20.483Z Downloaded relative-path v1.9.3
7072026-07-14T21:21:20.486Z Downloaded resolv-conf v0.7.6
7082026-07-14T21:21:20.489Z Downloaded russh-cryptovec v0.61.0
7092026-07-14T21:21:20.492Z Downloaded rand_core v0.6.4
7102026-07-14T21:21:20.492Z Downloaded dropshot-api-manager v0.7.2
7112026-07-14T21:21:20.495Z Downloaded semver v0.1.20
7122026-07-14T21:21:20.498Z Downloaded secrecy v0.10.3
7132026-07-14T21:21:20.498Z Downloaded secrecy v0.8.0
7142026-07-14T21:21:20.498Z Downloaded scroll_derive v0.13.1
7152026-07-14T21:21:20.498Z Downloaded serde-big-array v0.5.1
7162026-07-14T21:21:20.502Z Downloaded memchr v2.8.0
7172026-07-14T21:21:20.505Z Downloaded quinn-udp v0.5.14
7182026-07-14T21:21:20.505Z Downloaded indexmap v2.14.0
7192026-07-14T21:21:20.508Z Downloaded scheduled-thread-pool v0.2.7
7202026-07-14T21:21:20.508Z Downloaded internal-russh-num-bigint v0.5.0
7212026-07-14T21:21:20.511Z Downloaded prefix-trie v0.7.0
7222026-07-14T21:21:20.514Z Downloaded scroll_derive v0.12.1
7232026-07-14T21:21:20.514Z Downloaded rustc-hash v2.1.1
7242026-07-14T21:21:20.514Z Downloaded rustc-demangle v0.1.27
7252026-07-14T21:21:20.519Z Downloaded rustls-native-certs v0.8.3
7262026-07-14T21:21:20.522Z Downloaded rust-argon2 v2.1.0
7272026-07-14T21:21:20.522Z Downloaded seq-macro v0.3.6
7282026-07-14T21:21:20.526Z Downloaded serde_bytes v0.11.19
7292026-07-14T21:21:20.529Z Downloaded serde_plain v1.0.2
7302026-07-14T21:21:20.534Z Downloaded rusty-fork v0.3.1
7312026-07-14T21:21:20.541Z Downloaded sapling-renderdag v0.1.0
7322026-07-14T21:21:20.544Z Downloaded serde_repr v0.1.20
7332026-07-14T21:21:20.544Z Downloaded serde_urlencoded v0.7.1
7342026-07-14T21:21:20.548Z Downloaded serde_regex v1.1.0
7352026-07-14T21:21:20.548Z Downloaded pest_meta v2.8.6
7362026-07-14T21:21:20.551Z Downloaded rustversion v1.0.22
7372026-07-14T21:21:20.554Z Downloaded scroll v0.12.0
7382026-07-14T21:21:20.554Z Downloaded hashbrown v0.15.5
7392026-07-14T21:21:20.557Z Downloaded serde_spanned v1.1.1
7402026-07-14T21:21:20.560Z Downloaded serde_spanned v0.6.9
7412026-07-14T21:21:20.560Z Downloaded hashbrown v0.16.1
7422026-07-14T21:21:20.567Z Downloaded pin-project v1.1.11
7432026-07-14T21:21:20.577Z Downloaded sigpipe v0.1.3
7442026-07-14T21:21:20.580Z Downloaded clap_builder v4.6.0
7452026-07-14T21:21:20.580Z Downloaded sha1 v0.10.6
7462026-07-14T21:21:20.580Z Downloaded signal-hook-mio v0.2.5
7472026-07-14T21:21:20.583Z Downloaded shell-words v1.1.1
7482026-07-14T21:21:20.583Z Downloaded sec1 v0.8.1
7492026-07-14T21:21:20.593Z Downloaded rustls-pemfile v2.2.0
7502026-07-14T21:21:20.597Z Downloaded signal-hook-tokio v0.3.1
7512026-07-14T21:21:20.597Z Downloaded prettyplease v0.2.37
7522026-07-14T21:21:20.600Z Downloaded scroll v0.13.0
7532026-07-14T21:21:20.600Z Downloaded itertools v0.10.5
7542026-07-14T21:21:20.603Z Downloaded sec1 v0.7.3
7552026-07-14T21:21:20.606Z Downloaded rustls-pki-types v1.14.0
7562026-07-14T21:21:20.606Z Downloaded progenitor-impl v0.13.0
7572026-07-14T21:21:20.606Z Downloaded proc-macro2 v1.0.106
7582026-07-14T21:21:20.611Z Downloaded num-bigint v0.4.6
7592026-07-14T21:21:20.614Z Downloaded slog-bunyan v2.5.0
7602026-07-14T21:21:20.614Z Downloaded similar-asserts v1.7.0
7612026-07-14T21:21:20.614Z Downloaded serde_path_to_error v0.1.20
7622026-07-14T21:21:20.617Z Downloaded progenitor-impl v0.14.0
7632026-07-14T21:21:20.617Z Downloaded hashbrown v0.14.5
7642026-07-14T21:21:20.620Z Downloaded serde-hex v0.1.0
7652026-07-14T21:21:20.620Z Downloaded signature v3.0.0
7662026-07-14T21:21:20.627Z Downloaded sha2 v0.10.9
7672026-07-14T21:21:20.630Z Downloaded sha1 v0.11.0
7682026-07-14T21:21:20.630Z Downloaded serde_with_macros v1.5.2
7692026-07-14T21:21:20.633Z Downloaded smawk v0.3.2
7702026-07-14T21:21:20.640Z Downloaded serde_derive_internals v0.29.1
7712026-07-14T21:21:20.643Z Downloaded salsa20 v0.11.0
7722026-07-14T21:21:20.646Z Downloaded serde_tokenstream v0.2.3
7732026-07-14T21:21:20.646Z Downloaded ron v0.8.1
7742026-07-14T21:21:20.649Z Downloaded rstest v0.25.0
7752026-07-14T21:21:20.654Z Downloaded schemars_derive v0.8.22
7762026-07-14T21:21:20.657Z Downloaded aws-lc-rs v1.16.3
7772026-07-14T21:21:20.660Z Downloaded signal-hook-registry v1.4.8
7782026-07-14T21:21:20.663Z Downloaded itertools v0.12.1
7792026-07-14T21:21:20.666Z Downloaded iri-string v0.7.10
7802026-07-14T21:21:20.669Z Downloaded hashbrown v0.17.0
7812026-07-14T21:21:20.673Z Downloaded simd-adler32 v0.3.8
7822026-07-14T21:21:20.675Z Downloaded libxml v0.3.3
7832026-07-14T21:21:20.678Z Downloaded stable_deref_trait v1.2.1
7842026-07-14T21:21:20.678Z Downloaded sqlparser_derive v0.5.0
7852026-07-14T21:21:20.681Z Downloaded rcgen v0.12.1
7862026-07-14T21:21:20.681Z Downloaded signature v2.2.0
7872026-07-14T21:21:20.684Z Downloaded p384 v0.14.0-rc.10
7882026-07-14T21:21:20.684Z Downloaded blake3 v1.8.5
7892026-07-14T21:21:20.689Z Downloaded slog-scope v4.4.1
7902026-07-14T21:21:20.692Z Downloaded slog-envlogger v2.2.0
7912026-07-14T21:21:20.692Z Downloaded slog-dtrace v0.3.0
7922026-07-14T21:21:20.695Z Downloaded mio v1.2.0
7932026-07-14T21:21:20.698Z Downloaded structmeta v0.3.0
7942026-07-14T21:21:20.698Z Downloaded strsim v0.11.1
7952026-07-14T21:21:20.698Z Downloaded slab v0.4.12
7962026-07-14T21:21:20.701Z Downloaded siphasher v1.0.2
7972026-07-14T21:21:20.701Z Downloaded serde_cbor v0.11.2
7982026-07-14T21:21:20.701Z Downloaded scrypt v0.12.0
7992026-07-14T21:21:20.704Z Downloaded structmeta-derive v0.3.0
8002026-07-14T21:21:20.704Z Downloaded slog-stdlog v4.1.1
8012026-07-14T21:21:20.707Z Downloaded futures-util v0.3.32
8022026-07-14T21:21:20.711Z Downloaded strip-ansi-escapes v0.2.1
8032026-07-14T21:21:20.714Z Downloaded smallvec v0.6.14
8042026-07-14T21:21:20.714Z Downloaded slog-json v2.6.1
8052026-07-14T21:21:20.717Z Downloaded strum v0.26.3
8062026-07-14T21:21:20.717Z Downloaded rayon-core v1.13.0
8072026-07-14T21:21:20.720Z Downloaded publicsuffix v2.3.0
8082026-07-14T21:21:20.720Z Downloaded smf v0.2.3
8092026-07-14T21:21:20.720Z Downloaded strum v0.27.2
8102026-07-14T21:21:20.723Z Downloaded slog-async v2.8.0
8112026-07-14T21:21:20.723Z Downloaded ryu v1.0.23
8122026-07-14T21:21:20.728Z Downloaded rand_distr v0.5.1
8132026-07-14T21:21:20.728Z Downloaded subtle v2.6.1
8142026-07-14T21:21:20.731Z Downloaded rstest_macros v0.25.0
8152026-07-14T21:21:20.731Z Downloaded nom v7.1.3
8162026-07-14T21:21:20.734Z Downloaded swrite v0.1.0
8172026-07-14T21:21:20.734Z Downloaded supports-color v3.0.2
8182026-07-14T21:21:20.737Z Downloaded itertools v0.13.0
8192026-07-14T21:21:20.743Z Downloaded serdect v0.4.3
8202026-07-14T21:21:20.743Z Downloaded serde_with_macros v3.17.0
8212026-07-14T21:21:20.746Z Downloaded rand v0.8.6
8222026-07-14T21:21:20.746Z Downloaded p521 v0.14.0-rc.10
8232026-07-14T21:21:20.746Z Downloaded sync_wrapper v1.0.2
8242026-07-14T21:21:20.749Z Downloaded idna v1.1.0
8252026-07-14T21:21:20.749Z Downloaded ssh-encoding v0.3.0-rc.9
8262026-07-14T21:21:20.752Z Downloaded tabled_derive v0.7.0
8272026-07-14T21:21:20.752Z Downloaded stacker v0.1.23
8282026-07-14T21:21:20.755Z Downloaded tap v1.0.1
8292026-07-14T21:21:20.755Z Downloaded sha2 v0.11.0
8302026-07-14T21:21:20.758Z Downloaded sqlformat v0.3.5
8312026-07-14T21:21:20.758Z Downloaded itertools v0.14.0
8322026-07-14T21:21:20.761Z Downloaded serde_derive v1.0.228
8332026-07-14T21:21:20.764Z Downloaded target-triple v1.0.0
8342026-07-14T21:21:20.764Z Downloaded strsim v0.10.0
8352026-07-14T21:21:20.767Z Downloaded qorb v0.4.1
8362026-07-14T21:21:20.767Z Downloaded tabwriter v1.4.1
8372026-07-14T21:21:20.771Z Downloaded static_assertions v1.1.0
8382026-07-14T21:21:20.771Z Downloaded serde_core v1.0.228
8392026-07-14T21:21:20.774Z Downloaded take_mut v0.2.2
8402026-07-14T21:21:20.774Z Downloaded tagptr v0.2.0
8412026-07-14T21:21:20.774Z Downloaded slog-term v2.9.2
8422026-07-14T21:21:20.777Z Downloaded stringmetrics v2.2.2
8432026-07-14T21:21:20.777Z Downloaded smallvec v1.15.1
8442026-07-14T21:21:20.777Z Downloaded tabled_derive v0.11.0
8452026-07-14T21:21:20.780Z Downloaded stringprep v0.1.5
8462026-07-14T21:21:20.780Z Downloaded hkdf v0.12.4
8472026-07-14T21:21:20.783Z Downloaded num-bigint-dig v0.8.6
8482026-07-14T21:21:20.786Z Downloaded termtree v0.5.1
8492026-07-14T21:21:20.786Z Downloaded terminal_size v0.1.17
8502026-07-14T21:21:20.786Z Downloaded rustls-platform-verifier v0.6.2
8512026-07-14T21:21:20.791Z Downloaded strum_macros v0.27.2
8522026-07-14T21:21:20.791Z Downloaded strum_macros v0.26.4
8532026-07-14T21:21:20.794Z Downloaded strum_macros v0.24.3
8542026-07-14T21:21:20.794Z Downloaded testing_table v0.3.0
8552026-07-14T21:21:20.794Z Downloaded string_cache v0.8.9
8562026-07-14T21:21:20.794Z Downloaded rsa v0.9.10
8572026-07-14T21:21:20.797Z Downloaded signal-hook v0.3.18
8582026-07-14T21:21:20.800Z Downloaded schemars v0.8.22
8592026-07-14T21:21:20.805Z Downloaded sync-ptr v0.1.4
8602026-07-14T21:21:20.808Z Downloaded spin v0.9.8
8612026-07-14T21:21:20.808Z Downloaded serde_yaml v0.9.34+deprecated
8622026-07-14T21:21:20.811Z Downloaded nom v8.0.0
8632026-07-14T21:21:20.814Z Downloaded thiserror-impl-no-std v2.0.2
8642026-07-14T21:21:20.814Z Downloaded pest v2.8.6
8652026-07-14T21:21:20.817Z Downloaded ssh-cipher v0.3.0-rc.9
8662026-07-14T21:21:20.820Z Downloaded spki v0.8.0
8672026-07-14T21:21:20.820Z Downloaded similar v2.7.0
8682026-07-14T21:21:20.823Z Downloaded thread-id v4.2.2
8692026-07-14T21:21:20.826Z Downloaded synstructure v0.13.2
8702026-07-14T21:21:20.826Z Downloaded tinyvec_macros v0.1.1
8712026-07-14T21:21:20.826Z Downloaded tokio-macros v2.7.0
8722026-07-14T21:21:20.830Z Downloaded time-core v0.1.8
8732026-07-14T21:21:20.830Z Downloaded hkdf v0.13.0
8742026-07-14T21:21:20.833Z Downloaded icu_properties_data v2.1.2
8752026-07-14T21:21:20.836Z Downloaded slog v2.8.2
8762026-07-14T21:21:20.839Z Downloaded supports-unicode v2.1.0
8772026-07-14T21:21:20.839Z Downloaded supports-hyperlinks v2.1.0
8782026-07-14T21:21:20.842Z Downloaded spki v0.7.3
8792026-07-14T21:21:20.842Z Downloaded snafu-derive v0.8.9
8802026-07-14T21:21:20.842Z Downloaded supports-color v2.1.0
8812026-07-14T21:21:20.845Z Downloaded shlex v1.3.0
8822026-07-14T21:21:20.845Z Downloaded guppy v0.17.25
8832026-07-14T21:21:20.848Z Downloaded target-spec v3.5.7
8842026-07-14T21:21:20.851Z Downloaded target-lexicon v0.13.3
8852026-07-14T21:21:20.851Z Downloaded samael v0.0.19
8862026-07-14T21:21:20.854Z Downloaded pretty_assertions v1.4.1
8872026-07-14T21:21:20.857Z Downloaded rustls-webpki v0.103.13
8882026-07-14T21:21:20.857Z Downloaded termcolor v1.4.1
8892026-07-14T21:21:20.860Z Downloaded toml_datetime v0.6.11
8902026-07-14T21:21:20.860Z Downloaded terminal_size v0.4.3
8912026-07-14T21:21:20.860Z Downloaded libm v0.2.16
8922026-07-14T21:21:20.867Z Downloaded trait-variant v0.1.2
8932026-07-14T21:21:20.870Z Downloaded termios v0.3.3
8942026-07-14T21:21:20.870Z Downloaded tower-service v0.3.3
8952026-07-14T21:21:20.870Z Downloaded tower-layer v0.3.3
8962026-07-14T21:21:20.870Z Downloaded topological-sort v0.2.2
8972026-07-14T21:21:20.870Z Downloaded toml_write v0.1.2
8982026-07-14T21:21:20.873Z Downloaded support-bundle-viewer v0.1.2
8992026-07-14T21:21:20.873Z Downloaded hyper v1.10.1
9002026-07-14T21:21:20.876Z Downloaded semver v1.0.28
9012026-07-14T21:21:20.879Z Downloaded h2 v0.4.15
9022026-07-14T21:21:20.882Z Downloaded thiserror-no-std v2.0.2
9032026-07-14T21:21:20.885Z Downloaded thiserror-impl v2.0.18
9042026-07-14T21:21:20.888Z Downloaded thiserror-impl v1.0.69
9052026-07-14T21:21:20.888Z Downloaded typify-macro v0.6.2
9062026-07-14T21:21:20.888Z Downloaded thiserror v2.0.18
9072026-07-14T21:21:20.892Z Downloaded try-lock v0.2.5
9082026-07-14T21:21:20.895Z Downloaded serde v1.0.228
9092026-07-14T21:21:20.895Z Downloaded tinystr v0.8.2
9102026-07-14T21:21:20.898Z Downloaded tiny-keccak v2.0.2
9112026-07-14T21:21:20.898Z Downloaded thread_local v1.1.9
9122026-07-14T21:21:20.901Z Downloaded time-macros v0.2.27
9132026-07-14T21:21:20.901Z Downloaded schemars v0.9.0
9142026-07-14T21:21:20.907Z Downloaded unicode-xid v0.2.6
9152026-07-14T21:21:20.910Z Downloaded unicode-truncate v1.1.0
9162026-07-14T21:21:20.910Z Downloaded unicode-linebreak v0.1.5
9172026-07-14T21:21:20.910Z Downloaded thread-id v5.1.0
9182026-07-14T21:21:20.913Z Downloaded universal-hash v0.6.1
9192026-07-14T21:21:20.913Z Downloaded tls_codec_derive v0.4.2
9202026-07-14T21:21:20.916Z Downloaded untrusted v0.9.0
9212026-07-14T21:21:20.916Z Downloaded unit-prefix v0.5.2
9222026-07-14T21:21:20.916Z Downloaded tinytemplate v1.2.1
9232026-07-14T21:21:20.919Z Downloaded rand v0.9.2
9242026-07-14T21:21:20.919Z Downloaded tls_codec v0.4.2
9252026-07-14T21:21:20.922Z Downloaded tokio-native-tls v0.3.1
9262026-07-14T21:21:20.922Z Downloaded tokio-dtrace v0.1.1
9272026-07-14T21:21:20.925Z Downloaded tokio-tungstenite v0.21.0
9282026-07-14T21:21:20.925Z Downloaded tokio-test v0.4.5
9292026-07-14T21:21:20.925Z Downloaded quinn v0.11.9
9302026-07-14T21:21:20.928Z Downloaded usdt v0.5.0
9312026-07-14T21:21:20.928Z Downloaded universal-hash v0.5.1
9322026-07-14T21:21:20.931Z Downloaded tokio-tungstenite v0.23.1
9332026-07-14T21:21:20.931Z Downloaded thiserror v1.0.69
9342026-07-14T21:21:20.934Z Downloaded socket2 v0.6.3
9352026-07-14T21:21:20.934Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9362026-07-14T21:21:20.939Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9372026-07-14T21:21:20.939Z Downloaded term v0.7.0
9382026-07-14T21:21:20.942Z Downloaded rand v0.10.1
9392026-07-14T21:21:20.942Z Downloaded usdt v0.6.0
9402026-07-14T21:21:20.946Z Downloaded utf8parse v0.2.2
9412026-07-14T21:21:20.946Z Downloaded usdt-macro v0.6.0
9422026-07-14T21:21:20.946Z Downloaded usdt-macro v0.5.0
9432026-07-14T21:21:20.947Z Downloaded utf8_iter v1.0.4
9442026-07-14T21:21:20.950Z Downloaded usdt-attr-macro v0.5.0
9452026-07-14T21:21:20.950Z Downloaded tui-tree-widget v0.23.1
9462026-07-14T21:21:20.950Z Downloaded toml_writer v1.1.1+spec-1.1.0
9472026-07-14T21:21:20.950Z Downloaded goblin v0.8.2
9482026-07-14T21:21:20.953Z Downloaded term v1.2.1
9492026-07-14T21:21:20.956Z Downloaded tempfile v3.25.0
9502026-07-14T21:21:20.956Z Downloaded schemars v1.2.1
9512026-07-14T21:21:20.963Z Downloaded version_check v0.9.5
9522026-07-14T21:21:20.968Z Downloaded iddqd v0.4.2
9532026-07-14T21:21:20.971Z Downloaded unarray v0.1.4
9542026-07-14T21:21:20.971Z Downloaded bitvec v1.0.1
9552026-07-14T21:21:20.978Z Downloaded unicase v2.9.0
9562026-07-14T21:21:20.981Z Downloaded utf-8 v0.7.6
9572026-07-14T21:21:20.981Z Downloaded wait-timeout v0.2.1
9582026-07-14T21:21:20.981Z Downloaded subprocess v0.2.15
9592026-07-14T21:21:20.984Z Downloaded socket2 v0.5.10
9602026-07-14T21:21:20.987Z Downloaded want v0.3.1
9612026-07-14T21:21:20.987Z Downloaded waitgroup v0.1.2
9622026-07-14T21:21:20.987Z Downloaded void v1.0.2
9632026-07-14T21:21:20.987Z Downloaded crypto-primes v0.7.2
9642026-07-14T21:21:20.990Z Downloaded tokio-stream v0.1.18
9652026-07-14T21:21:20.993Z Downloaded untrusted v0.7.1
9662026-07-14T21:21:20.996Z Downloaded tokio-rustls v0.26.4
9672026-07-14T21:21:20.996Z Downloaded rsa v0.10.0-rc.18
9682026-07-14T21:21:20.999Z Downloaded xattr v1.6.1
9692026-07-14T21:21:21.007Z Downloaded usdt-attr-macro v0.6.0
9702026-07-14T21:21:21.011Z Downloaded snafu v0.8.9
9712026-07-14T21:21:21.015Z Downloaded toml v0.8.23
9722026-07-14T21:21:21.015Z Downloaded toml_parser v1.1.2+spec-1.1.0
9732026-07-14T21:21:21.018Z Downloaded yoke-derive v0.8.1
9742026-07-14T21:21:21.018Z Downloaded usdt-impl v0.5.0
9752026-07-14T21:21:21.018Z Downloaded xshell-macros v0.2.7
9762026-07-14T21:21:21.018Z Downloaded zerofrom-derive v0.1.6
9772026-07-14T21:21:21.021Z Downloaded rustyline v14.0.0
9782026-07-14T21:21:21.024Z Downloaded usdt-impl v0.6.0
9792026-07-14T21:21:21.024Z Downloaded test-strategy v0.4.5
9802026-07-14T21:21:21.036Z Downloaded textwrap v0.15.2
9812026-07-14T21:21:21.039Z Downloaded trybuild v1.0.116
9822026-07-14T21:21:21.042Z Downloaded zone_cfg_derive v0.3.1
9832026-07-14T21:21:21.042Z Downloaded zerofrom v0.1.6
9842026-07-14T21:21:21.045Z Downloaded uzers v0.12.2
9852026-07-14T21:21:21.047Z Downloaded zeroize_derive v1.4.3
9862026-07-14T21:21:21.048Z Downloaded ucd-trie v0.1.7
9872026-07-14T21:21:21.048Z Downloaded twox-hash v2.1.2
9882026-07-14T21:21:21.057Z Downloaded vergen-lib v0.1.6
9892026-07-14T21:21:21.061Z Downloaded vergen-git2 v9.1.0
9902026-07-14T21:21:21.064Z Downloaded zone v0.3.1
9912026-07-14T21:21:21.067Z Downloaded vergen-lib v9.1.0
9922026-07-14T21:21:21.070Z Downloaded walkdir v2.5.0
9932026-07-14T21:21:21.070Z Downloaded plotters v0.3.7
9942026-07-14T21:21:21.075Z Downloaded whoami v1.6.1
9952026-07-14T21:21:21.078Z Downloaded wyz v0.5.1
9962026-07-14T21:21:21.078Z Downloaded p384 v0.13.1
9972026-07-14T21:21:21.081Z Downloaded toml v0.7.8
9982026-07-14T21:21:21.084Z Downloaded writeable v0.6.2
9992026-07-14T21:21:21.084Z Downloaded tinyvec v1.10.0
10002026-07-14T21:21:21.087Z Downloaded serde_with v1.14.0
10012026-07-14T21:21:21.090Z Downloaded bindgen v0.71.1
10022026-07-14T21:21:21.093Z Downloaded tracing-attributes v0.1.31
10032026-07-14T21:21:21.096Z Downloaded xshell v0.2.7
10042026-07-14T21:21:21.096Z Downloaded tungstenite v0.21.0
10052026-07-14T21:21:21.099Z Downloaded yoke v0.8.1
10062026-07-14T21:21:21.099Z Downloaded toml v1.1.2+spec-1.1.0
10072026-07-14T21:21:21.106Z Downloaded textwrap v0.16.2
10082026-07-14T21:21:21.109Z Downloaded tungstenite v0.23.0
10092026-07-14T21:21:21.112Z Downloaded tracing-core v0.1.36
10102026-07-14T21:21:21.115Z Downloaded typify v0.6.2
10112026-07-14T21:21:21.115Z Downloaded zerovec-derive v0.11.2
10122026-07-14T21:21:21.117Z Downloaded zeroize v1.8.2
10132026-07-14T21:21:21.120Z Downloaded unicode-ident v1.0.24
10142026-07-14T21:21:21.123Z Downloaded zstd-safe v7.2.4
10152026-07-14T21:21:21.123Z Downloaded vergen-gitcl v1.0.8
10162026-07-14T21:21:21.123Z Downloaded unicode-properties v0.1.4
10172026-07-14T21:21:21.126Z Downloaded vsss-rs v3.3.4
10182026-07-14T21:21:21.126Z Downloaded zmij v1.0.21
10192026-07-14T21:21:21.129Z Downloaded unicode-bidi v0.3.18
10202026-07-14T21:21:21.132Z Downloaded zstd v0.13.3
10212026-07-14T21:21:21.135Z Downloaded vergen v9.1.0
10222026-07-14T21:21:21.135Z Downloaded steno v0.4.1
10232026-07-14T21:21:21.138Z Downloaded tar v0.4.46
10242026-07-14T21:21:21.141Z Downloaded whoami v2.1.0
10252026-07-14T21:21:21.141Z Downloaded unsafe-libyaml v0.2.11
10262026-07-14T21:21:21.145Z Downloaded toml_edit v0.22.27
10272026-07-14T21:21:21.148Z Downloaded regex v1.12.3
10282026-07-14T21:21:21.151Z Downloaded reedline v0.40.0
10292026-07-14T21:21:21.154Z Downloaded toml_edit v0.23.10+spec-1.0.0
10302026-07-14T21:21:21.157Z Downloaded git2 v0.20.4
10312026-07-14T21:21:21.162Z Downloaded zerocopy-derive v0.7.35
10322026-07-14T21:21:21.164Z Downloaded zerocopy v0.6.6
10332026-07-14T21:21:21.167Z Downloaded reqwest v0.13.2
10342026-07-14T21:21:21.171Z Downloaded rpassword v7.4.0
10352026-07-14T21:21:21.171Z Downloaded reqwest v0.12.28
10362026-07-14T21:21:21.173Z Downloaded yasna v0.5.2
10372026-07-14T21:21:21.176Z Downloaded portable-atomic v1.13.1
10382026-07-14T21:21:21.182Z Downloaded vte v0.14.1
10392026-07-14T21:21:21.190Z Downloaded rawzip v0.4.4
10402026-07-14T21:21:21.208Z Downloaded tokio-postgres v0.7.16
10412026-07-14T21:21:21.208Z Downloaded moka v0.12.13
10422026-07-14T21:21:21.208Z Downloaded lalrpop v0.19.12
10432026-07-14T21:21:21.213Z Downloaded goblin v0.10.5
10442026-07-14T21:21:21.219Z Downloaded quick-xml v0.37.5
10452026-07-14T21:21:21.223Z Downloaded crypto-bigint v0.7.5
10462026-07-14T21:21:21.235Z Downloaded curve25519-dalek v4.1.3
10472026-07-14T21:21:21.240Z Downloaded zopfli v0.8.3
10482026-07-14T21:21:21.243Z Downloaded gimli v0.32.3
10492026-07-14T21:21:21.246Z Downloaded url v2.5.8
10502026-07-14T21:21:21.250Z Downloaded toml_edit v0.19.15
10512026-07-14T21:21:21.271Z Downloaded uuid v1.23.4
10522026-07-14T21:21:21.274Z Downloaded serde_json v1.0.150
10532026-07-14T21:21:21.277Z Downloaded unicode_categories v0.1.1
10542026-07-14T21:21:21.281Z Downloaded rayon v1.11.0
10552026-07-14T21:21:21.284Z Downloaded zip v0.6.6
10562026-07-14T21:21:21.289Z Downloaded petname v2.0.2
10572026-07-14T21:21:21.293Z Downloaded yansi v1.0.1
10582026-07-14T21:21:21.297Z Downloaded salty v0.3.0
10592026-07-14T21:21:21.303Z Downloaded tower v0.5.3
10602026-07-14T21:21:21.306Z Downloaded proptest v1.10.0
10612026-07-14T21:21:21.310Z Downloaded zerotrie v0.2.3
10622026-07-14T21:21:21.314Z Downloaded bstr v1.12.1
10632026-07-14T21:21:21.317Z Downloaded typenum v1.20.1
10642026-07-14T21:21:21.320Z Downloaded object v0.30.4
10652026-07-14T21:21:21.325Z Downloaded x509-cert v0.2.5
10662026-07-14T21:21:21.328Z Downloaded ssh-key v0.7.0-rc.10
10672026-07-14T21:21:21.334Z Downloaded serde_with v3.17.0
10682026-07-14T21:21:21.340Z Downloaded unicode-normalization v0.1.25
10692026-07-14T21:21:21.343Z Downloaded typed-path v0.9.3
10702026-07-14T21:21:21.346Z Downloaded zerocopy-derive v0.8.40
10712026-07-14T21:21:21.352Z Downloaded nix v0.27.1
10722026-07-14T21:21:21.357Z Downloaded tower-http v0.6.8
10732026-07-14T21:21:21.362Z Downloaded unicode-segmentation v1.12.0
10742026-07-14T21:21:21.365Z Downloaded tokio-util v0.7.18
10752026-07-14T21:21:21.368Z Downloaded tough v0.22.0
10762026-07-14T21:21:21.373Z Downloaded zip v4.6.1
10772026-07-14T21:21:21.376Z Downloaded quinn-proto v0.11.13
10782026-07-14T21:21:21.385Z Downloaded zerovec v0.11.5
10792026-07-14T21:21:21.388Z Downloaded radix_trie v0.2.1
10802026-07-14T21:21:21.408Z Downloaded openssl v0.10.79
10812026-07-14T21:21:21.414Z Downloaded russh v0.61.2
10822026-07-14T21:21:21.418Z Downloaded polar-core v0.27.3
10832026-07-14T21:21:21.423Z Downloaded dropshot v0.17.1
10842026-07-14T21:21:21.436Z Downloaded curve25519-dalek v5.0.0-rc.0
10852026-07-14T21:21:21.443Z Downloaded hickory-proto v0.24.4
10862026-07-14T21:21:21.452Z Downloaded winnow v0.6.26
10872026-07-14T21:21:21.456Z Downloaded winnow v0.5.40
10882026-07-14T21:21:21.461Z Downloaded nix v0.28.0
10892026-07-14T21:21:21.468Z Downloaded tabled v0.15.0
10902026-07-14T21:21:21.476Z Downloaded winnow v1.0.3
10912026-07-14T21:21:21.482Z Downloaded winnow v0.7.14
10922026-07-14T21:21:21.490Z Downloaded object v0.37.3
10932026-07-14T21:21:21.504Z Downloaded hickory-proto v0.25.2
10942026-07-14T21:21:21.513Z Downloaded zerocopy v0.7.35
10952026-07-14T21:21:21.522Z Downloaded zlib-rs v0.6.2
10962026-07-14T21:21:21.525Z Downloaded regex-syntax v0.6.29
10972026-07-14T21:21:21.530Z Downloaded vcpkg v0.2.15
10982026-07-14T21:21:21.553Z Downloaded unicode-width v0.1.14
10992026-07-14T21:21:21.556Z Downloaded smoltcp v0.9.1
11002026-07-14T21:21:21.562Z Downloaded time v0.3.47
11012026-07-14T21:21:21.569Z Downloaded tabled v0.20.0
11022026-07-14T21:21:21.581Z Downloaded syn v1.0.109
11032026-07-14T21:21:21.585Z Downloaded regress v0.11.1
11042026-07-14T21:21:21.590Z Downloaded rustls v0.23.41
11052026-07-14T21:21:21.597Z Downloaded nix v0.31.2
11062026-07-14T21:21:21.604Z Downloaded rustix v1.1.3
11072026-07-14T21:21:21.635Z Downloaded diesel v2.3.7
11082026-07-14T21:21:21.647Z Downloaded regress v0.10.5
11092026-07-14T21:21:21.652Z Downloaded syn v2.0.117
11102026-07-14T21:21:21.658Z Downloaded bzip2-sys v0.1.13+1.0.8
11112026-07-14T21:21:21.666Z Downloaded openapiv3 v2.2.0
11122026-07-14T21:21:21.671Z Downloaded zerocopy v0.8.40
11132026-07-14T21:21:21.677Z Downloaded unicode-width v0.2.0
11142026-07-14T21:21:21.681Z Downloaded regex-syntax v0.8.10
11152026-07-14T21:21:21.685Z Downloaded rustix v0.38.44
11162026-07-14T21:21:21.697Z Downloaded smoltcp v0.11.0
11172026-07-14T21:21:21.734Z Downloaded petgraph v0.6.5
11182026-07-14T21:21:21.753Z Downloaded jiff v0.2.21
11192026-07-14T21:21:21.766Z Downloaded libc v0.2.185
11202026-07-14T21:21:21.794Z Downloaded libz-sys v1.1.24
11212026-07-14T21:21:21.807Z Downloaded sqlparser v0.61.0
11222026-07-14T21:21:21.813Z Downloaded sha3 v0.10.8
11232026-07-14T21:21:21.849Z Downloaded fiat-crypto v0.3.0
11242026-07-14T21:21:21.863Z Downloaded typify-impl v0.6.2
11252026-07-14T21:21:21.871Z Downloaded tracing v0.1.44
11262026-07-14T21:21:21.884Z Downloaded sled v0.34.7
11272026-07-14T21:21:21.890Z Downloaded ratatui v0.29.0
11282026-07-14T21:21:21.901Z Downloaded sha3 v0.11.0
11292026-07-14T21:21:21.912Z Downloaded chrono-tz v0.10.4
11302026-07-14T21:21:21.923Z Downloaded regex-automata v0.4.14
11312026-07-14T21:21:21.932Z Downloaded ring v0.17.14
11322026-07-14T21:21:21.955Z Downloaded zerocopy-derive v0.6.6
11332026-07-14T21:21:22.000Z Downloaded petgraph v0.8.3
11342026-07-14T21:21:22.017Z Downloaded csv v1.4.0
11352026-07-14T21:21:22.046Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11362026-07-14T21:21:22.074Z Downloaded tokio v1.52.1
11372026-07-14T21:21:22.130Z Downloaded encoding_rs v0.8.35
11382026-07-14T21:21:22.183Z Downloaded httpmock v0.8.3
11392026-07-14T21:21:22.197Z Downloaded libgit2-sys v0.18.3+1.9.2
11402026-07-14T21:21:22.519Z Downloaded aws-lc-sys v0.40.0
11412026-07-14T21:21:22.961Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11422026-07-14T21:21:24.526Z Startup: Refreshing catalog 'helios' ... Done
11432026-07-14T21:21:24.658Z Startup: Caching catalogs ... Done
11442026-07-14T21:21:25.172ZPlanning: Solver setup ... Done (0.468s)
11452026-07-14T21:21:25.196ZPlanning: Running solver ... Done (0.027s)
11462026-07-14T21:21:25.217ZPlanning: Finding local manifests ... Done (0.003s)
11472026-07-14T21:21:25.229ZPlanning: Fetching manifests: 0/2 0% complete
11482026-07-14T21:21:25.252ZPlanning: Fetching manifests: 2/2 100% complete
11492026-07-14T21:21:25.263ZPlanning: Package planning ... Done (0.014s)
11502026-07-14T21:21:25.269ZPlanning: Merging actions ... Done (0.001s)
11512026-07-14T21:21:25.433ZPlanning: Checking for conflicting actions ... Done (0.173s)
11522026-07-14T21:21:25.441ZPlanning: Consolidating action changes ... Done (0.001s)
11532026-07-14T21:21:26.382ZPlanning: Evaluating mediators ... Done (0.949s)
11542026-07-14T21:21:26.386ZPlanning: Planning completed in 1.71 seconds
11552026-07-14T21:21:26.551Z Packages to install: 2
11562026-07-14T21:21:26.552Z Estimated space available: 155.83 GB
11572026-07-14T21:21:26.552ZEstimated space to be consumed: 32.66 MB
11582026-07-14T21:21:26.552Z Create boot environment: No
11592026-07-14T21:21:26.552ZCreate backup boot environment: No
11602026-07-14T21:21:26.552Z Rebuild boot archive: No
11612026-07-14T21:21:26.555Z
11622026-07-14T21:21:26.556ZChanged packages:
11632026-07-14T21:21:26.556Zhelios
11642026-07-14T21:21:26.556Z developer/build-essential
11652026-07-14T21:21:26.556Z None -> 11-3.0
11662026-07-14T21:21:26.556Z library/libxmlsec1
11672026-07-14T21:21:26.556Z None -> 1.2.35-3.0
11682026-07-14T21:21:26.577Z
11692026-07-14T21:21:26.577ZDownload: 0/214 items 0.0/1.3MB 0% complete
11702026-07-14T21:21:27.073ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
11712026-07-14T21:21:27.152Z Actions: 1/268 actions (Installing new actions)
11722026-07-14T21:21:27.188Z Actions: Completed 268 actions in 0.04 seconds.
11732026-07-14T21:21:27.195ZFinalize: Updating package state database ... Done (0.012s)
11742026-07-14T21:21:27.209ZFinalize: Updating package cache ... Done (0.000s)
11752026-07-14T21:21:27.229ZFinalize: Updating image state ... Done (0.032s)
11762026-07-14T21:21:29.905ZFinalize: Creating fast lookup database ... Done (2.615s)
11772026-07-14T21:21:29.969ZFinalize: Reading search index ... Done (0.012s)
11782026-07-14T21:21:29.991ZFinalize: Updating search index ... Done (0.000s)
11792026-07-14T21:21:30.046ZFinalize: Updating package cache ... Done (0.000s)
11802026-07-14T21:21:30.373ZPlanning: Evaluating mediator changes ... Done
11812026-07-14T21:21:30.472ZPlanning: Checking for conflicting actions ... Done
11822026-07-14T21:21:30.477ZPlanning: Consolidating action changes ... Done
11832026-07-14T21:21:30.628ZPlanning: Evaluating mediators ... Done
11842026-07-14T21:21:30.631ZPlanning: Planning completed in 0.26 seconds
11852026-07-14T21:21:30.651Z Mediators to change: 2
11862026-07-14T21:21:30.654Z Create boot environment: No
11872026-07-14T21:21:30.654ZCreate backup boot environment: No
11882026-07-14T21:21:30.696ZFinalize: Updating package state database ... Done
11892026-07-14T21:21:30.696ZFinalize: Updating package cache ... Done
11902026-07-14T21:21:30.718ZFinalize: Updating image state ... Done
11912026-07-14T21:21:32.663ZFinalize: Creating fast lookup database ... Done
11922026-07-14T21:21:32.729ZFinalize: Reading search index ... Done
11932026-07-14T21:21:32.732ZFinalize: Updating search index ... Done
11942026-07-14T21:21:32.814ZFinalize: Updating package cache ... Done
11952026-07-14T21:21:33.106ZPlanning: Evaluating mediator changes ... Done
11962026-07-14T21:21:33.212ZPlanning: Checking for conflicting actions ... Done
11972026-07-14T21:21:33.215ZPlanning: Consolidating action changes ... Done
11982026-07-14T21:21:33.371ZPlanning: Evaluating mediators ... Done
11992026-07-14T21:21:33.374ZPlanning: Planning completed in 0.27 seconds
12002026-07-14T21:21:33.394Z Mediators to change: 1
12012026-07-14T21:21:33.394Z Create boot environment: No
12022026-07-14T21:21:33.395ZCreate backup boot environment: No
12032026-07-14T21:21:33.447ZFinalize: Updating package state database ... Done
12042026-07-14T21:21:33.447ZFinalize: Updating package cache ... Done
12052026-07-14T21:21:33.468ZFinalize: Updating image state ... Done
12062026-07-14T21:21:35.395ZFinalize: Creating fast lookup database ... Done
12072026-07-14T21:21:35.456ZFinalize: Reading search index ... Done
12082026-07-14T21:21:35.460ZFinalize: Updating search index ... Done
12092026-07-14T21:21:35.524ZFinalize: Updating package cache ... Done
12102026-07-14T21:21:35.837ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12112026-07-14T21:21:35.837Zapache system 2.4 system
12122026-07-14T21:21:35.837Zclang system 15 system
12132026-07-14T21:21:35.837Zcsh system system illumos
12142026-07-14T21:21:35.837Zctags system system illumos
12152026-07-14T21:21:35.837Zfile vendor vendor darwinsys
12162026-07-14T21:21:35.837Zfile system system illumos
12172026-07-14T21:21:35.838Zgcc vendor 14 vendor
12182026-07-14T21:21:35.838Zgcc system 13 system
12192026-07-14T21:21:35.838Zgcc system 10 system
12202026-07-14T21:21:35.838Zgo system 1.25 system
12212026-07-14T21:21:35.838Zllvm system 15 system
12222026-07-14T21:21:35.838Zmariadb system 11.4 system
12232026-07-14T21:21:35.838Zmta vendor vendor dma
12242026-07-14T21:21:35.838Zopenjdk system 17 system
12252026-07-14T21:21:35.838Zopenjdk system 11 system
12262026-07-14T21:21:35.838Zopenssl vendor 3 vendor
12272026-07-14T21:21:35.838Zperl system 5.40 system
12282026-07-14T21:21:35.838Zpostgresql system 18 system
12292026-07-14T21:21:35.838Zpostgresql system 17 system
12302026-07-14T21:21:35.838Zpython vendor 3 vendor
12312026-07-14T21:21:35.838Zpython system 2 system
12322026-07-14T21:21:35.838Zpython3 vendor 3.13 vendor
12332026-07-14T21:21:35.838Zruby system 3.4 system
12342026-07-14T21:21:35.838Zruby system 3.0 system
12352026-07-14T21:21:35.838Zwords vendor vendor american-english
12362026-07-14T21:21:35.838Zwords system system australian-english
12372026-07-14T21:21:35.838Zwords system system british-english
12382026-07-14T21:21:35.838Zwords system system canadian-english
12392026-07-14T21:21:35.838Zwords system system french
12402026-07-14T21:21:35.838Zwords system system italian
12412026-07-14T21:21:35.838Zwords system system ngerman
12422026-07-14T21:21:35.838Zwords system system ogerman
12432026-07-14T21:21:35.838Zwords system system spanish
12442026-07-14T21:21:36.095ZPUBLISHER TYPE STATUS P LOCATION
12452026-07-14T21:21:36.095Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12462026-07-14T21:21:36.398ZFMRI IFO
12472026-07-14T21:21:36.398Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12482026-07-14T21:21:36.398Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12492026-07-14T21:21:36.398Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12502026-07-14T21:21:36.398Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12512026-07-14T21:21:36.398Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12522026-07-14T21:21:36.398Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12532026-07-14T21:21:36.398Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12542026-07-14T21:21:36.398Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12552026-07-14T21:21:36.398Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12562026-07-14T21:21:36.930Z Downloading crates ...
12572026-07-14T21:21:36.985Z Downloaded cargo_toml v0.21.0
12582026-07-14T21:21:37.033Z Compiling proc-macro2 v1.0.106
12592026-07-14T21:21:37.033Z Compiling unicode-ident v1.0.24
12602026-07-14T21:21:37.036Z Compiling quote v1.0.45
12612026-07-14T21:21:37.036Z Compiling serde_core v1.0.228
12622026-07-14T21:21:37.036Z Compiling libc v0.2.185
12632026-07-14T21:21:37.036Z Compiling version_check v0.9.5
12642026-07-14T21:21:37.036Z Compiling memchr v2.8.0
12652026-07-14T21:21:37.036Z Compiling serde v1.0.228
12662026-07-14T21:21:37.112Z Compiling zmij v1.0.21
12672026-07-14T21:21:37.115Z Compiling itoa v1.0.17
12682026-07-14T21:21:37.115Z Compiling thiserror v1.0.69
12692026-07-14T21:21:37.115Z Compiling ucd-trie v0.1.7
12702026-07-14T21:21:37.115Z Compiling rustix v1.1.3
12712026-07-14T21:21:37.115Z Compiling byteorder v1.5.0
12722026-07-14T21:21:37.250Z Compiling bitflags v2.11.0
12732026-07-14T21:21:37.448Z Compiling serde_json v1.0.150
12742026-07-14T21:21:37.568Z Compiling syn v1.0.109
12752026-07-14T21:21:37.578Z Compiling camino v1.2.2
12762026-07-14T21:21:37.590Z Compiling proc-macro-error-attr v1.0.4
12772026-07-14T21:21:37.670Z Compiling pest v2.8.6
12782026-07-14T21:21:37.701Z Compiling usdt-impl v0.5.0
12792026-07-14T21:21:37.770Z Compiling proc-macro-error v1.0.4
12802026-07-14T21:21:37.781Z Compiling hashbrown v0.17.0
12812026-07-14T21:21:37.829Z Compiling log v0.4.29
12822026-07-14T21:21:37.913Z Compiling getrandom v0.4.1
12832026-07-14T21:21:37.948Z Compiling equivalent v1.0.2
12842026-07-14T21:21:37.954Z Compiling utf8parse v0.2.2
12852026-07-14T21:21:37.986Z Compiling plain v0.2.3
12862026-07-14T21:21:38.019Z Compiling winnow v0.7.14
12872026-07-14T21:21:38.050Z Compiling anstyle-parse v1.0.0
12882026-07-14T21:21:38.076Z Compiling pretty-hex v0.4.1
12892026-07-14T21:21:38.097Z Compiling errno v0.3.14
12902026-07-14T21:21:38.097Z Compiling thread-id v4.2.2
12912026-07-14T21:21:38.117Z Compiling thiserror v2.0.18
12922026-07-14T21:21:38.145Z Compiling toml_write v0.1.2
12932026-07-14T21:21:38.157Z Compiling anstyle v1.0.14
12942026-07-14T21:21:38.184Z Compiling cfg-if v1.0.4
12952026-07-14T21:21:38.197Z Compiling anstyle-query v1.1.5
12962026-07-14T21:21:38.253Z Compiling is_terminal_polyfill v1.70.2
12972026-07-14T21:21:38.256Z Compiling colorchoice v1.0.4
12982026-07-14T21:21:38.274Z Compiling autocfg v1.5.0
12992026-07-14T21:21:38.324Z Compiling fnv v1.0.7
13002026-07-14T21:21:38.356Z Compiling anstream v1.0.0
13012026-07-14T21:21:38.366Z Compiling indexmap v2.14.0
13022026-07-14T21:21:38.392Z Compiling strsim v0.11.1
13032026-07-14T21:21:38.403Z Compiling unicode-width v0.1.14
13042026-07-14T21:21:38.406Z Compiling fastrand v2.3.0
13052026-07-14T21:21:38.447Z Compiling heck v0.5.0
13062026-07-14T21:21:38.519Z Compiling anyhow v1.0.102
13072026-07-14T21:21:38.670Z Compiling syn v2.0.117
13082026-07-14T21:21:38.701Z Compiling clap_lex v1.0.0
13092026-07-14T21:21:38.705Z Compiling heck v0.4.1
13102026-07-14T21:21:38.722Z Compiling once_cell v1.21.3
13112026-07-14T21:21:38.726Z Compiling fs-err v3.3.0
13122026-07-14T21:21:38.726Z Compiling bytecount v0.6.9
13132026-07-14T21:21:38.763Z Compiling memmap v0.7.0
13142026-07-14T21:21:38.867Z Compiling pest_meta v2.8.6
13152026-07-14T21:21:38.934Z Compiling papergrid v0.11.0
13162026-07-14T21:21:38.945Z Compiling unicode-linebreak v0.1.5
13172026-07-14T21:21:38.959Z Compiling unicode-width v0.2.0
13182026-07-14T21:21:38.959Z Compiling smawk v0.3.2
13192026-07-14T21:21:38.988Z Compiling swrite v0.1.0
13202026-07-14T21:21:39.086Z Compiling terminal_size v0.4.3
13212026-07-14T21:21:39.096Z Compiling tempfile v3.25.0
13222026-07-14T21:21:39.182Z Compiling clap_builder v4.6.0
13232026-07-14T21:21:39.192Z Compiling textwrap v0.16.2
13242026-07-14T21:21:39.421Z Compiling cargo-platform v0.3.2
13252026-07-14T21:21:39.421Z Compiling semver v1.0.28
13262026-07-14T21:21:39.692Z Compiling camino-tempfile v1.4.1
13272026-07-14T21:21:40.059Z Compiling tabled_derive v0.7.0
13282026-07-14T21:21:40.711Z Compiling tabled v0.15.0
13292026-07-14T21:21:40.786Z Compiling pest_generator v2.8.6
13302026-07-14T21:21:41.285Z Compiling serde_derive v1.0.228
13312026-07-14T21:21:41.285Z Compiling thiserror-impl v1.0.69
13322026-07-14T21:21:41.285Z Compiling zerocopy-derive v0.7.35
13332026-07-14T21:21:41.289Z Compiling scroll_derive v0.12.1
13342026-07-14T21:21:41.289Z Compiling thiserror-impl v2.0.18
13352026-07-14T21:21:41.289Z Compiling clap_derive v4.6.1
13362026-07-14T21:21:41.366Z Compiling pest_derive v2.8.6
13372026-07-14T21:21:41.863Z Compiling scroll v0.12.0
13382026-07-14T21:21:41.992Z Compiling zerocopy v0.7.35
13392026-07-14T21:21:42.065Z Compiling goblin v0.8.2
13402026-07-14T21:21:42.333Z Compiling dtrace-parser v0.2.0
13412026-07-14T21:21:42.595Z Compiling clap v4.6.1
13422026-07-14T21:21:43.661Z Compiling dof v0.3.0
13432026-07-14T21:21:43.661Z Compiling serde_tokenstream v0.2.3
13442026-07-14T21:21:43.664Z Compiling toml_datetime v0.6.11
13452026-07-14T21:21:43.671Z Compiling serde_spanned v0.6.9
13462026-07-14T21:21:43.674Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13472026-07-14T21:21:43.674Z Compiling macaddr v1.0.1
13482026-07-14T21:21:43.674Z Compiling cargo_metadata v0.23.1
13492026-07-14T21:21:43.861Z Compiling toml_edit v0.22.27
13502026-07-14T21:21:44.314Z Compiling usdt-attr-macro v0.5.0
13512026-07-14T21:21:44.314Z Compiling usdt-macro v0.5.0
13522026-07-14T21:21:44.908Z Compiling usdt v0.5.0
13532026-07-14T21:21:45.100Z Compiling toml v0.8.23
13542026-07-14T21:21:45.403Z Compiling cargo_toml v0.21.0
13552026-07-14T21:21:46.696Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13562026-07-14T21:21:48.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.18s
13572026-07-14T21:21:48.710Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13582026-07-14T21:21:49.440Z Compiling libc v0.2.185
13592026-07-14T21:21:49.440Z Compiling serde_core v1.0.228
13602026-07-14T21:21:49.440Z Compiling serde v1.0.228
13612026-07-14T21:21:49.444Z Compiling log v0.4.29
13622026-07-14T21:21:49.444Z Compiling smallvec v1.15.1
13632026-07-14T21:21:49.444Z Compiling find-msvc-tools v0.1.9
13642026-07-14T21:21:49.444Z Compiling shlex v1.3.0
13652026-07-14T21:21:49.444Z Compiling subtle v2.6.1
13662026-07-14T21:21:49.444Z Compiling stable_deref_trait v1.2.1
13672026-07-14T21:21:49.444Z Compiling scopeguard v1.2.0
13682026-07-14T21:21:49.444Z Compiling typenum v1.20.1
13692026-07-14T21:21:49.563Z Compiling serde_json v1.0.150
13702026-07-14T21:21:49.612Z Compiling portable-atomic v1.13.1
13712026-07-14T21:21:49.635Z Compiling syn v2.0.117
13722026-07-14T21:21:49.648Z Compiling zerocopy v0.8.40
13732026-07-14T21:21:49.660Z Compiling pin-project-lite v0.2.17
13742026-07-14T21:21:49.663Z Compiling parking_lot_core v0.9.12
13752026-07-14T21:21:49.735Z Compiling lock_api v0.4.14
13762026-07-14T21:21:49.770Z Compiling getrandom v0.4.1
13772026-07-14T21:21:49.791Z Compiling critical-section v1.2.0
13782026-07-14T21:21:49.806Z Compiling libm v0.2.16
13792026-07-14T21:21:49.822Z Compiling pkg-config v0.3.32
13802026-07-14T21:21:49.851Z Compiling num-traits v0.2.19
13812026-07-14T21:21:49.912Z Compiling futures-core v0.3.32
13822026-07-14T21:21:49.937Z Compiling rand_core v0.10.0
13832026-07-14T21:21:49.957Z Compiling generic-array v0.14.7
13842026-07-14T21:21:50.014Z Compiling litemap v0.8.1
13852026-07-14T21:21:50.018Z Compiling writeable v0.6.2
13862026-07-14T21:21:50.070Z Compiling const-oid v0.9.6
13872026-07-14T21:21:50.131Z Compiling percent-encoding v2.3.2
13882026-07-14T21:21:50.164Z Compiling icu_normalizer_data v2.1.1
13892026-07-14T21:21:50.222Z Compiling icu_properties_data v2.1.2
13902026-07-14T21:21:50.251Z Compiling futures-sink v0.3.32
13912026-07-14T21:21:50.251Z Compiling futures-task v0.3.32
13922026-07-14T21:21:50.266Z Compiling slab v0.4.12
13932026-07-14T21:21:50.279Z Compiling futures-io v0.3.32
13942026-07-14T21:21:50.332Z Compiling utf8_iter v1.0.4
13952026-07-14T21:21:50.346Z Compiling form_urlencoded v1.2.2
13962026-07-14T21:21:50.390Z Compiling futures-channel v0.3.32
13972026-07-14T21:21:50.393Z Compiling rustversion v1.0.22
13982026-07-14T21:21:50.457Z Compiling getrandom v0.3.4
13992026-07-14T21:21:50.465Z Compiling ident_case v1.0.1
14002026-07-14T21:21:50.475Z Compiling dunce v1.0.5
14012026-07-14T21:21:50.496Z Compiling fs_extra v1.3.0
14022026-07-14T21:21:50.526Z Compiling rustix v1.1.3
14032026-07-14T21:21:50.555Z Compiling jobserver v0.1.34
14042026-07-14T21:21:50.558Z Compiling errno v0.3.14
14052026-07-14T21:21:50.580Z Compiling getrandom v0.2.17
14062026-07-14T21:21:50.621Z Compiling mio v1.2.0
14072026-07-14T21:21:50.676Z Compiling signal-hook-registry v1.4.8
14082026-07-14T21:21:50.726Z Compiling rand_core v0.6.4
14092026-07-14T21:21:50.795Z Compiling cc v1.2.56
14102026-07-14T21:21:50.811Z Compiling once_cell v1.21.3
14112026-07-14T21:21:50.829Z Compiling parking_lot v0.12.5
14122026-07-14T21:21:50.860Z Compiling socket2 v0.6.3
14132026-07-14T21:21:50.894Z Compiling iana-time-zone v0.1.65
14142026-07-14T21:21:50.910Z Compiling regex-syntax v0.8.10
14152026-07-14T21:21:50.959Z Compiling base64ct v1.8.3
14162026-07-14T21:21:50.974Z Compiling vcpkg v0.2.15
14172026-07-14T21:21:51.046Z Compiling base64 v0.22.1
14182026-07-14T21:21:51.116Z Compiling tracing-core v0.1.36
14192026-07-14T21:21:51.126Z Compiling flagset v0.4.7
14202026-07-14T21:21:51.178Z Compiling aws-lc-rs v1.16.3
14212026-07-14T21:21:51.220Z Compiling pem-rfc7468 v0.7.0
14222026-07-14T21:21:51.300Z Compiling dyn-clone v1.0.20
14232026-07-14T21:21:51.313Z Compiling schemars v0.8.22
14242026-07-14T21:21:51.326Z Compiling tinyvec_macros v0.1.1
14252026-07-14T21:21:51.397Z Compiling rand_core v0.9.5
14262026-07-14T21:21:51.413Z Compiling openssl-probe v0.2.1
14272026-07-14T21:21:51.429Z Compiling cmov v0.5.4
14282026-07-14T21:21:51.451Z Compiling httparse v1.10.1
14292026-07-14T21:21:51.475Z Compiling tinyvec v1.10.0
14302026-07-14T21:21:51.535Z Compiling aho-corasick v1.1.4
14312026-07-14T21:21:51.570Z Compiling cmake v0.1.57
14322026-07-14T21:21:51.584Z Compiling untrusted v0.7.1
14332026-07-14T21:21:51.608Z Compiling tower-layer v0.3.3
14342026-07-14T21:21:51.621Z Compiling ctutils v0.4.2
14352026-07-14T21:21:51.653Z Compiling tower-service v0.3.3
14362026-07-14T21:21:51.687Z Compiling atomic-waker v1.1.2
14372026-07-14T21:21:51.709Z Compiling try-lock v0.2.5
14382026-07-14T21:21:51.722Z Compiling untrusted v0.9.0
14392026-07-14T21:21:51.735Z Compiling openssl v0.10.79
14402026-07-14T21:21:51.755Z Compiling rustls v0.23.41
14412026-07-14T21:21:51.770Z Compiling cpufeatures v0.2.17
14422026-07-14T21:21:51.784Z Compiling foreign-types-shared v0.1.1
14432026-07-14T21:21:51.824Z Compiling want v0.3.1
14442026-07-14T21:21:51.838Z Compiling httpdate v1.0.3
14452026-07-14T21:21:51.842Z Compiling unicode-normalization v0.1.25
14462026-07-14T21:21:51.878Z Compiling foreign-types v0.3.2
14472026-07-14T21:21:51.881Z Compiling spin v0.9.8
14482026-07-14T21:21:51.881Z Compiling num-conv v0.2.0
14492026-07-14T21:21:51.955Z Compiling bitflags v2.11.0
14502026-07-14T21:21:51.968Z Compiling semver v1.0.28
14512026-07-14T21:21:51.994Z Compiling indexmap v2.14.0
14522026-07-14T21:21:52.007Z Compiling uuid v1.23.4
14532026-07-14T21:21:52.011Z Compiling native-tls v0.2.18
14542026-07-14T21:21:52.038Z Compiling crc32fast v1.5.0
14552026-07-14T21:21:52.080Z Compiling powerfmt v0.2.0
14562026-07-14T21:21:52.099Z Compiling time-core v0.1.8
14572026-07-14T21:21:52.113Z Compiling wait-timeout v0.2.1
14582026-07-14T21:21:52.232Z Compiling rustc_version v0.4.1
14592026-07-14T21:21:52.251Z Compiling deranged v0.5.8
14602026-07-14T21:21:52.265Z Compiling time-macros v0.2.27
14612026-07-14T21:21:52.296Z Compiling sync_wrapper v1.0.2
14622026-07-14T21:21:52.310Z Compiling bit-vec v0.8.0
14632026-07-14T21:21:52.344Z Compiling usdt-impl v0.6.0
14642026-07-14T21:21:52.390Z Compiling aws-lc-sys v0.40.0
14652026-07-14T21:21:52.393Z Compiling openssl-sys v0.9.115
14662026-07-14T21:21:52.416Z Compiling regex-automata v0.4.14
14672026-07-14T21:21:52.420Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14682026-07-14T21:21:52.555Z Compiling synstructure v0.13.2
14692026-07-14T21:21:52.570Z Compiling serde_derive_internals v0.29.1
14702026-07-14T21:21:52.585Z Compiling pest_generator v2.8.6
14712026-07-14T21:21:52.644Z Compiling darling_core v0.20.11
14722026-07-14T21:21:52.761Z Compiling simd-adler32 v0.3.8
14732026-07-14T21:21:53.025Z Compiling siphasher v1.0.2
14742026-07-14T21:21:53.065Z Compiling tempfile v3.25.0
14752026-07-14T21:21:53.184Z Compiling syn v1.0.109
14762026-07-14T21:21:53.232Z Compiling num_threads v0.1.7
14772026-07-14T21:21:53.257Z Compiling crossbeam-utils v0.8.21
14782026-07-14T21:21:53.272Z Compiling quick-error v1.2.3
14792026-07-14T21:21:53.328Z Compiling heapless v0.7.17
14802026-07-14T21:21:53.354Z Compiling darling_core v0.21.3
14812026-07-14T21:21:53.357Z Compiling bit-set v0.8.0
14822026-07-14T21:21:53.372Z Compiling rusty-fork v0.3.1
14832026-07-14T21:21:53.386Z Compiling time v0.3.47
14842026-07-14T21:21:53.451Z Compiling bzip2-sys v0.1.13+1.0.8
14852026-07-14T21:21:53.471Z Compiling slog v2.8.2
14862026-07-14T21:21:53.535Z Compiling rand_xorshift v0.4.0
14872026-07-14T21:21:53.565Z Compiling thread-id v5.1.0
14882026-07-14T21:21:53.602Z Compiling cookie v0.18.1
14892026-07-14T21:21:53.605Z Compiling iri-string v0.7.10
14902026-07-14T21:21:53.630Z Compiling zstd-safe v7.2.4
14912026-07-14T21:21:53.633Z Compiling ryu v1.0.23
14922026-07-14T21:21:53.658Z Compiling anyhow v1.0.102
14932026-07-14T21:21:53.699Z Compiling paste v1.0.15
14942026-07-14T21:21:53.712Z Compiling adler2 v2.0.1
14952026-07-14T21:21:53.716Z Compiling unicode-bidi v0.3.18
14962026-07-14T21:21:53.774Z Compiling unarray v0.1.4
14972026-07-14T21:21:53.825Z Compiling allocator-api2 v0.2.21
14982026-07-14T21:21:53.839Z Compiling unicode-properties v0.1.4
14992026-07-14T21:21:53.859Z Compiling signal-hook v0.3.18
15002026-07-14T21:21:53.896Z Compiling miniz_oxide v0.8.9
15012026-07-14T21:21:54.062Z Compiling stringprep v0.1.5
15022026-07-14T21:21:54.172Z Compiling camino v1.2.2
15032026-07-14T21:21:54.202Z Compiling serde_derive v1.0.228
15042026-07-14T21:21:54.229Z Compiling zeroize_derive v1.4.3
15052026-07-14T21:21:54.264Z Compiling zerofrom-derive v0.1.6
15062026-07-14T21:21:54.526Z Compiling yoke-derive v0.8.1
15072026-07-14T21:21:54.539Z Compiling zerovec-derive v0.11.2
15082026-07-14T21:21:54.579Z Compiling zerocopy-derive v0.8.40
15092026-07-14T21:21:54.681Z Compiling displaydoc v0.2.5
15102026-07-14T21:21:54.694Z Compiling tokio-macros v2.7.0
15112026-07-14T21:21:54.921Z Compiling zeroize v1.8.2
15122026-07-14T21:21:54.956Z Compiling futures-macro v0.3.32
15132026-07-14T21:21:54.997Z Compiling tracing-attributes v0.1.31
15142026-07-14T21:21:55.167Z Compiling thiserror-impl v2.0.18
15152026-07-14T21:21:55.465Z Compiling der_derive v0.7.3
15162026-07-14T21:21:55.478Z Compiling rustls-pki-types v1.14.0
15172026-07-14T21:21:55.708Z Compiling zerofrom v0.1.6
15182026-07-14T21:21:55.728Z Compiling block-buffer v0.10.4
15192026-07-14T21:21:55.751Z Compiling crypto-common v0.1.7
15202026-07-14T21:21:55.767Z Compiling schemars_derive v0.8.22
15212026-07-14T21:21:55.848Z Compiling yoke v0.8.1
15222026-07-14T21:21:55.852Z Compiling futures-util v0.3.32
15232026-07-14T21:21:55.899Z Compiling digest v0.10.7
15242026-07-14T21:21:55.914Z Compiling hybrid-array v0.4.13
15252026-07-14T21:21:55.917Z Compiling pest_derive v2.8.6
15262026-07-14T21:21:56.013Z Compiling zerovec v0.11.5
15272026-07-14T21:21:56.046Z Compiling zerotrie v0.2.3
15282026-07-14T21:21:56.174Z Compiling scroll_derive v0.13.1
15292026-07-14T21:21:56.366Z Compiling darling_macro v0.20.11
15302026-07-14T21:21:56.422Z Compiling openssl-macros v0.1.1
15312026-07-14T21:21:56.426Z Compiling tracing v0.1.44
15322026-07-14T21:21:56.483Z Compiling tinystr v0.8.2
15332026-07-14T21:21:56.541Z Compiling potential_utf v0.1.4
15342026-07-14T21:21:56.558Z Compiling der v0.7.10
15352026-07-14T21:21:56.594Z Compiling thiserror v2.0.18
15362026-07-14T21:21:56.709Z Compiling icu_locale_core v2.1.1
15372026-07-14T21:21:56.725Z Compiling icu_collections v2.1.1
15382026-07-14T21:21:56.741Z Compiling sha2 v0.10.9
15392026-07-14T21:21:56.745Z Compiling hmac v0.12.1
15402026-07-14T21:21:56.771Z Compiling dtrace-parser v0.3.0
15412026-07-14T21:21:56.899Z Compiling darling v0.20.11
15422026-07-14T21:21:56.931Z Compiling thiserror-impl v1.0.69
15432026-07-14T21:21:56.996Z Compiling derive_builder_core v0.20.2
15442026-07-14T21:21:57.044Z Compiling scroll v0.13.0
15452026-07-14T21:21:57.093Z Compiling scroll_derive v0.12.1
15462026-07-14T21:21:57.228Z Compiling crypto-common v0.2.2
15472026-07-14T21:21:57.332Z Compiling goblin v0.10.5
15482026-07-14T21:21:57.546Z Compiling icu_provider v2.1.1
15492026-07-14T21:21:57.622Z Compiling spki v0.7.3
15502026-07-14T21:21:57.789Z Compiling bytes v1.11.1
15512026-07-14T21:21:57.814Z Compiling icu_properties v2.1.2
15522026-07-14T21:21:57.828Z Compiling icu_normalizer v2.1.1
15532026-07-14T21:21:57.843Z Compiling chrono v0.4.45
15542026-07-14T21:21:57.861Z Compiling ipnet v2.11.0
15552026-07-14T21:21:57.905Z Compiling pkcs8 v0.10.2
15562026-07-14T21:21:58.077Z Compiling derive_builder_macro v0.20.2
15572026-07-14T21:21:58.180Z Compiling scroll v0.12.0
15582026-07-14T21:21:58.183Z Compiling serde_spanned v0.6.9
15592026-07-14T21:21:58.239Z Compiling hex v0.4.3
15602026-07-14T21:21:58.272Z Compiling tokio v1.52.1
15612026-07-14T21:21:58.352Z Compiling http v1.4.2
15622026-07-14T21:21:58.368Z Compiling thiserror v1.0.69
15632026-07-14T21:21:58.383Z Compiling serde_urlencoded v0.7.1
15642026-07-14T21:21:58.413Z Compiling erased-serde v0.3.31
15652026-07-14T21:21:58.467Z Compiling serde_tokenstream v0.2.3
15662026-07-14T21:21:58.484Z Compiling toml_datetime v0.6.11
15672026-07-14T21:21:58.529Z Compiling block-padding v0.4.2
15682026-07-14T21:21:58.593Z Compiling block-buffer v0.12.1
15692026-07-14T21:21:58.641Z Compiling md-5 v0.10.6
15702026-07-14T21:21:58.711Z Compiling idna_adapter v1.2.1
15712026-07-14T21:21:58.752Z Compiling signature v2.2.0
15722026-07-14T21:21:58.786Z Compiling darling_macro v0.21.3
15732026-07-14T21:21:58.800Z Compiling rustls-native-certs v0.8.3
15742026-07-14T21:21:58.818Z Compiling idna v1.1.0
15752026-07-14T21:21:58.862Z Compiling bstr v1.12.1
15762026-07-14T21:21:58.898Z Compiling pin-project-internal v1.1.11
15772026-07-14T21:21:58.915Z Compiling zerocopy-derive v0.7.35
15782026-07-14T21:21:58.942Z Compiling async-trait v0.1.89
15792026-07-14T21:21:58.970Z Compiling curve25519-dalek v4.1.3
15802026-07-14T21:21:59.108Z Compiling ppv-lite86 v0.2.21
15812026-07-14T21:21:59.255Z Compiling url v2.5.8
15822026-07-14T21:21:59.259Z Compiling http-body v1.0.1
15832026-07-14T21:21:59.318Z Compiling vergen-lib v9.1.0
15842026-07-14T21:21:59.342Z Compiling num-integer v0.1.46
15852026-07-14T21:21:59.437Z Compiling rand_chacha v0.9.0
15862026-07-14T21:21:59.451Z Compiling http-body-util v0.1.3
15872026-07-14T21:21:59.490Z Compiling rand_chacha v0.3.1
15882026-07-14T21:21:59.518Z Compiling hash32 v0.2.1
15892026-07-14T21:21:59.533Z Compiling memoffset v0.9.1
15902026-07-14T21:21:59.617Z Compiling encoding_rs v0.8.35
15912026-07-14T21:21:59.674Z Compiling rand v0.9.2
15922026-07-14T21:21:59.718Z Compiling num-bigint-dig v0.8.6
15932026-07-14T21:21:59.732Z Compiling psl-types v2.0.11
15942026-07-14T21:21:59.816Z Compiling litrs v1.0.0
15952026-07-14T21:21:59.872Z Compiling cfg_aliases v0.2.1
15962026-07-14T21:21:59.892Z Compiling mime v0.3.17
15972026-07-14T21:21:59.945Z Compiling rustix v0.38.44
15982026-07-14T21:21:59.958Z Compiling ref-cast v1.0.25
15992026-07-14T21:22:00.010Z Compiling dof v0.4.0
16002026-07-14T21:22:00.047Z Compiling zlib-rs v0.6.2
16012026-07-14T21:22:00.071Z Compiling fallible-iterator v0.2.0
16022026-07-14T21:22:00.143Z Compiling smoltcp v0.9.1
16032026-07-14T21:22:00.168Z Compiling pin-project v1.1.11
16042026-07-14T21:22:00.282Z Compiling proptest v1.10.0
16052026-07-14T21:22:00.297Z Compiling nix v0.31.2
16062026-07-14T21:22:00.346Z Compiling document-features v0.2.12
16072026-07-14T21:22:00.362Z Compiling postgres-protocol v0.6.10
16082026-07-14T21:22:00.425Z Compiling publicsuffix v2.3.0
16092026-07-14T21:22:00.452Z Compiling zerocopy v0.7.35
16102026-07-14T21:22:00.587Z Compiling ipnetwork v0.21.1
16112026-07-14T21:22:00.674Z Compiling rand v0.8.6
16122026-07-14T21:22:00.700Z Compiling num-iter v0.1.45
16132026-07-14T21:22:00.833Z Compiling oxnet v0.1.6
16142026-07-14T21:22:01.007Z Compiling darling v0.21.3
16152026-07-14T21:22:01.080Z Compiling inout v0.2.2
16162026-07-14T21:22:01.093Z Compiling derive_builder v0.20.2
16172026-07-14T21:22:01.105Z Compiling goblin v0.8.2
16182026-07-14T21:22:01.118Z Compiling hubpack_derive v0.1.1
16192026-07-14T21:22:01.174Z Compiling futures-executor v0.3.32
16202026-07-14T21:22:01.231Z Compiling regex v1.12.3
16212026-07-14T21:22:01.286Z Compiling curve25519-dalek-derive v0.1.1
16222026-07-14T21:22:01.300Z Compiling ref-cast-impl v1.0.25
16232026-07-14T21:22:01.368Z Compiling strum_macros v0.27.2
16242026-07-14T21:22:01.451Z Compiling daft-derive v0.1.7
16252026-07-14T21:22:01.465Z Compiling snafu-derive v0.8.9
16262026-07-14T21:22:01.644Z Compiling phf_shared v0.13.1
16272026-07-14T21:22:01.657Z Compiling terminal_size v0.4.3
16282026-07-14T21:22:01.682Z Compiling lazy_static v1.5.0
16292026-07-14T21:22:01.791Z Compiling cargo-platform v0.3.2
16302026-07-14T21:22:01.804Z Compiling anstyle-parse v0.2.7
16312026-07-14T21:22:01.819Z Compiling vergen v9.1.0
16322026-07-14T21:22:01.859Z Compiling ff v0.13.1
16332026-07-14T21:22:01.884Z Compiling fs-err v3.3.0
16342026-07-14T21:22:01.897Z Compiling ahash v0.8.12
16352026-07-14T21:22:01.969Z Compiling bitflags v1.3.2
16362026-07-14T21:22:02.004Z Compiling base16ct v0.2.0
16372026-07-14T21:22:02.019Z Compiling foldhash v0.2.0
16382026-07-14T21:22:02.034Z Compiling object v0.37.3
16392026-07-14T21:22:02.053Z Compiling tokio-util v0.7.18
16402026-07-14T21:22:02.082Z Compiling tower v0.5.3
16412026-07-14T21:22:02.108Z Compiling tokio-native-tls v0.3.1
16422026-07-14T21:22:02.143Z Compiling bumpalo v3.20.2
16432026-07-14T21:22:02.186Z Compiling same-file v1.0.6
16442026-07-14T21:22:02.200Z Compiling winnow v0.5.40
16452026-07-14T21:22:02.218Z Compiling libbz2-rs-sys v0.2.2
16462026-07-14T21:22:02.255Z Compiling foldhash v0.1.5
16472026-07-14T21:22:02.295Z Compiling unicode-segmentation v1.12.0
16482026-07-14T21:22:02.340Z Compiling managed v0.8.0
16492026-07-14T21:22:02.362Z Compiling zopfli v0.8.3
16502026-07-14T21:22:02.410Z Compiling hashbrown v0.15.5
16512026-07-14T21:22:02.486Z Compiling tower-http v0.6.8
16522026-07-14T21:22:02.589Z Compiling walkdir v2.5.0
16532026-07-14T21:22:02.690Z Compiling newtype-uuid v1.3.2
16542026-07-14T21:22:02.908Z Compiling h2 v0.4.15
16552026-07-14T21:22:02.923Z Compiling flate2 v1.1.9
16562026-07-14T21:22:02.926Z Compiling daft v0.1.7
16572026-07-14T21:22:02.986Z Compiling bzip2 v0.6.1
16582026-07-14T21:22:03.046Z Compiling clap_builder v4.6.0
16592026-07-14T21:22:03.060Z Compiling hashbrown v0.16.1
16602026-07-14T21:22:03.176Z Compiling sec1 v0.7.3
16612026-07-14T21:22:03.249Z Compiling group v0.13.0
16622026-07-14T21:22:03.319Z Compiling cargo_metadata v0.23.1
16632026-07-14T21:22:03.332Z Compiling dof v0.3.0
16642026-07-14T21:22:03.399Z Compiling strum v0.27.2
16652026-07-14T21:22:03.415Z Compiling anstream v0.6.21
16662026-07-14T21:22:03.433Z Compiling snafu v0.8.9
16672026-07-14T21:22:03.470Z Compiling phf v0.13.1
16682026-07-14T21:22:03.544Z Compiling toml_edit v0.19.15
16692026-07-14T21:22:03.644Z Compiling signal-hook-mio v0.2.5
16702026-07-14T21:22:03.685Z Compiling usdt-macro v0.6.0
16712026-07-14T21:22:03.698Z Compiling usdt-attr-macro v0.6.0
16722026-07-14T21:22:03.735Z Compiling hubpack v0.1.2
16732026-07-14T21:22:03.778Z Compiling cookie_store v0.22.1
16742026-07-14T21:22:03.968Z Compiling futures v0.3.32
16752026-07-14T21:22:04.040Z Compiling bzip2 v0.4.4
16762026-07-14T21:22:04.065Z Compiling cipher v0.5.2
16772026-07-14T21:22:04.082Z Compiling serde_with_macros v3.17.0
16782026-07-14T21:22:04.185Z Compiling postgres-types v0.2.12
16792026-07-14T21:22:04.377Z Compiling zstd v0.13.3
16802026-07-14T21:22:04.446Z Compiling globset v0.4.18
16812026-07-14T21:22:04.477Z Compiling ed25519 v2.2.3
16822026-07-14T21:22:04.535Z Compiling dtrace-parser v0.2.0
16832026-07-14T21:22:04.603Z Compiling pkcs1 v0.7.5
16842026-07-14T21:22:04.656Z Compiling serde-big-array v0.5.1
16852026-07-14T21:22:04.702Z Compiling olpc-cjson v0.1.4
16862026-07-14T21:22:04.764Z Compiling serde_plain v1.0.2
16872026-07-14T21:22:04.814Z Compiling hkdf v0.12.4
16882026-07-14T21:22:04.877Z Compiling crypto-bigint v0.5.5
16892026-07-14T21:22:04.973Z Compiling strum_macros v0.26.4
16902026-07-14T21:22:04.999Z Compiling enum-as-inner v0.6.1
16912026-07-14T21:22:05.013Z Compiling clap_derive v4.6.1
16922026-07-14T21:22:05.137Z Compiling async-recursion v1.1.1
16932026-07-14T21:22:05.257Z Compiling serde_repr v0.1.20
16942026-07-14T21:22:05.289Z Compiling phf_shared v0.11.3
16952026-07-14T21:22:05.382Z Compiling float-cmp v0.10.0
16962026-07-14T21:22:05.486Z Compiling pem v3.0.6
16972026-07-14T21:22:05.543Z Compiling memmap2 v0.9.10
16982026-07-14T21:22:05.577Z Compiling thread-id v4.2.2
16992026-07-14T21:22:05.592Z Compiling env_filter v1.0.0
17002026-07-14T21:22:05.676Z Compiling jiff v0.2.21
17012026-07-14T21:22:05.777Z Compiling const-oid v0.10.2
17022026-07-14T21:22:05.864Z Compiling winnow v1.0.3
17032026-07-14T21:22:05.884Z Compiling fixedbitset v0.5.7
17042026-07-14T21:22:05.898Z Compiling cpufeatures v0.3.0
17052026-07-14T21:22:05.919Z Compiling either v1.15.0
17062026-07-14T21:22:05.981Z Compiling precomputed-hash v0.1.1
17072026-07-14T21:22:06.010Z Compiling normalize-line-endings v0.3.0
17082026-07-14T21:22:06.082Z Compiling whoami v2.1.0
17092026-07-14T21:22:06.097Z Compiling static_assertions v1.1.0
17102026-07-14T21:22:06.122Z Compiling hyper v1.10.1
17112026-07-14T21:22:06.152Z Compiling keccak v0.1.6
17122026-07-14T21:22:06.173Z Compiling data-encoding v2.10.0
17132026-07-14T21:22:06.187Z Compiling fixedbitset v0.4.2
17142026-07-14T21:22:06.213Z Compiling new_debug_unreachable v1.0.6
17152026-07-14T21:22:06.261Z Compiling typed-path v0.9.3
17162026-07-14T21:22:06.295Z Compiling difflib v0.4.0
17172026-07-14T21:22:06.411Z Compiling predicates-core v1.0.10
17182026-07-14T21:22:06.425Z Compiling petgraph v0.6.5
17192026-07-14T21:22:06.487Z Compiling hickory-proto v0.25.2
17202026-07-14T21:22:06.610Z Compiling predicates v3.1.4
17212026-07-14T21:22:06.843Z Compiling strum v0.26.3
17222026-07-14T21:22:06.872Z Compiling sha3 v0.10.8
17232026-07-14T21:22:06.917Z Compiling tokio-postgres v0.7.16
17242026-07-14T21:22:06.932Z Compiling string_cache v0.8.9
17252026-07-14T21:22:06.941Z Compiling clap v4.6.1
17262026-07-14T21:22:06.982Z Compiling toml_parser v1.1.2+spec-1.1.0
17272026-07-14T21:22:07.034Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17282026-07-14T21:22:07.117Z Compiling itertools v0.13.0
17292026-07-14T21:22:07.180Z Compiling petgraph v0.8.3
17302026-07-14T21:22:07.193Z Compiling toml_edit v0.22.27
17312026-07-14T21:22:07.278Z Compiling hyper-util v0.1.20
17322026-07-14T21:22:07.344Z Compiling chacha20 v0.10.0
17332026-07-14T21:22:07.544Z Compiling digest v0.11.3
17342026-07-14T21:22:07.647Z Compiling elliptic-curve v0.13.8
17352026-07-14T21:22:07.750Z Compiling env_logger v0.11.9
17362026-07-14T21:22:07.795Z Compiling usdt v0.6.0
17372026-07-14T21:22:07.800Z Compiling usdt-impl v0.5.0
17382026-07-14T21:22:07.962Z Compiling serde_with v3.17.0
17392026-07-14T21:22:08.079Z Compiling crossterm v0.28.1
17402026-07-14T21:22:08.082Z Compiling toml v0.7.8
17412026-07-14T21:22:08.121Z Compiling rsa v0.9.10
17422026-07-14T21:22:08.400Z Compiling zip v4.6.1
17432026-07-14T21:22:08.413Z Compiling ed25519-dalek v2.2.0
17442026-07-14T21:22:08.702Z Compiling hyper-tls v0.6.0
17452026-07-14T21:22:08.958Z Compiling reqwest v0.12.28
17462026-07-14T21:22:09.070Z Compiling zip v0.6.6
17472026-07-14T21:22:09.185Z Compiling iddqd v0.4.2
17482026-07-14T21:22:09.383Z Compiling tokio-stream v0.1.18
17492026-07-14T21:22:09.554Z Compiling similar v2.7.0
17502026-07-14T21:22:09.620Z Compiling heck v0.4.1
17512026-07-14T21:22:09.661Z Compiling buf-list v1.1.2
17522026-07-14T21:22:09.685Z Compiling byte-wrapper v0.1.0
17532026-07-14T21:22:09.864Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17542026-07-14T21:22:09.867Z Compiling x509-cert v0.2.5
17552026-07-14T21:22:09.921Z Compiling openapiv3 v2.2.0
17562026-07-14T21:22:09.939Z Compiling crossbeam-epoch v0.9.18
17572026-07-14T21:22:09.956Z Compiling lalrpop-util v0.19.12
17582026-07-14T21:22:09.972Z Compiling peg-runtime v0.8.5
17592026-07-14T21:22:10.037Z Compiling thread_local v1.1.9
17602026-07-14T21:22:10.163Z Compiling slog-async v2.8.0
17612026-07-14T21:22:10.179Z Compiling crossbeam-channel v0.5.15
17622026-07-14T21:22:10.260Z Compiling filetime v0.2.27
17632026-07-14T21:22:10.282Z Compiling is-terminal v0.4.17
17642026-07-14T21:22:10.307Z Compiling take_mut v0.2.2
17652026-07-14T21:22:10.393Z Compiling term v1.2.1
17662026-07-14T21:22:10.430Z Compiling xattr v1.6.1
17672026-07-14T21:22:10.445Z Compiling camino-tempfile v1.4.1
17682026-07-14T21:22:10.642Z Compiling tar v0.4.46
17692026-07-14T21:22:10.739Z Compiling slog-term v2.9.2
17702026-07-14T21:22:28.377Z Compiling rustls-webpki v0.103.13
17712026-07-14T21:22:31.079Z Compiling tokio-rustls v0.26.4
17722026-07-14T21:22:31.079Z Compiling rustls-platform-verifier v0.6.2
17732026-07-14T21:22:31.082Z Compiling tough v0.22.0
17742026-07-14T21:22:31.271Z Compiling hyper-rustls v0.27.7
17752026-07-14T21:22:31.457Z Compiling reqwest v0.13.2
17762026-07-14T21:22:33.650Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17772026-07-14T21:22:33.875Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17782026-07-14T21:22:36.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.92s
17792026-07-14T21:22:36.794Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17802026-07-14T21:22:36.844ZJul 14 21:22:35.970 INFO Starting download, target: Cockroach
17812026-07-14T21:22:36.844ZJul 14 21:22:35.970 INFO Starting download, target: TransceiverControl
17822026-07-14T21:22:36.849ZJul 14 21:22:35.971 INFO Starting download, target: MaghemiteDdmd
17832026-07-14T21:22:36.851ZJul 14 21:22:35.971 INFO Starting download, target: DendriteStub
17842026-07-14T21:22:36.851ZJul 14 21:22:35.971 INFO Starting download, target: Console
17852026-07-14T21:22:36.851ZJul 14 21:22:35.971 INFO Starting download, target: MaghemiteMgd
17862026-07-14T21:22:36.851ZJul 14 21:22:35.971 INFO Starting download, target: Clickhouse
17872026-07-14T21:22:36.851ZJul 14 21:22:35.971 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17882026-07-14T21:22:36.851ZJul 14 21:22:35.971 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17892026-07-14T21:22:36.851ZJul 14 21:22:35.971 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17902026-07-14T21:22:36.851ZJul 14 21:22:35.971 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17912026-07-14T21:22:36.851ZJul 14 21:22:35.971 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17922026-07-14T21:22:36.851ZJul 14 21:22:35.971 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17932026-07-14T21:22:36.851ZJul 14 21:22:35.971 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17942026-07-14T21:22:37.452ZJul 14 21:22:36.543 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17952026-07-14T21:22:37.671ZJul 14 21:22:36.760 INFO Download complete, target: TransceiverControl
17962026-07-14T21:22:38.676ZJul 14 21:22:37.796 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17972026-07-14T21:22:38.728ZJul 14 21:22:37.849 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17982026-07-14T21:22:38.946ZJul 14 21:22:38.061 INFO Download complete, target: Console
17992026-07-14T21:22:38.967ZJul 14 21:22:38.089 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18002026-07-14T21:22:38.991ZJul 14 21:22:38.104 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18012026-07-14T21:22:39.090ZJul 14 21:22:38.204 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18022026-07-14T21:22:39.424ZJul 14 21:22:38.552 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18032026-07-14T21:22:39.424ZJul 14 21:22:38.552 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18042026-07-14T21:22:41.137ZJul 14 21:22:40.264 INFO Download complete, target: MaghemiteDdmd
18052026-07-14T21:22:41.482ZJul 14 21:22:40.609 INFO Download complete, target: DendriteStub
18062026-07-14T21:22:41.802ZJul 14 21:22:40.929 INFO Download complete, target: MaghemiteMgd
18072026-07-14T21:22:44.172ZJul 14 21:22:43.300 INFO Checking that binary works, target: Cockroach
18082026-07-14T21:22:44.291ZJul 14 21:22:43.418 INFO Download complete, target: Cockroach
18092026-07-14T21:22:45.931ZJul 14 21:22:45.057 INFO Checking that binary works, target: Clickhouse
18102026-07-14T21:22:46.019ZJul 14 21:22:45.143 INFO Download complete, target: Clickhouse
18112026-07-14T21:22:46.025ZAll prerequisites installed successfully
18122026-07-14T21:22:46.025Z
18132026-07-14T21:22:46.026Zreal 1:23.067065764
18142026-07-14T21:22:46.026Zuser 6:30.480883382
18152026-07-14T21:22:46.026Zsys 1:36.296678761
18162026-07-14T21:22:46.026Ztrap 0.234090055
18172026-07-14T21:22:46.026Ztflt 0.834135878
18182026-07-14T21:22:46.026Zdflt 1.755278609
18192026-07-14T21:22:46.026Zkflt 0.025845396
18202026-07-14T21:22:46.026Zlock 23:05.606924277
18212026-07-14T21:22:46.026Zslp 17:36.977964797
18222026-07-14T21:22:46.026Zlat 19.809314144
18232026-07-14T21:22:46.026Zstop 2:23.942821279
18242026-07-14T21:22:46.026Z+ source ./tools/include/force-git-over-https.sh
18252026-07-14T21:22:46.026Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18262026-07-14T21:22:46.026Z++ (( i = 0 ))
18272026-07-14T21:22:46.026Z++ (( i < 5 ))
18282026-07-14T21:22:46.026Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18292026-07-14T21:22:46.032Z++ (( i++ ))
18302026-07-14T21:22:46.032Z++ (( i < 5 ))
18312026-07-14T21:22:46.032Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18322026-07-14T21:22:46.032Z++ (( i++ ))
18332026-07-14T21:22:46.032Z++ (( i < 5 ))
18342026-07-14T21:22:46.032Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18352026-07-14T21:22:46.036Z++ (( i++ ))
18362026-07-14T21:22:46.036Z++ (( i < 5 ))
18372026-07-14T21:22:46.037Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18382026-07-14T21:22:46.040Z++ (( i++ ))
18392026-07-14T21:22:46.040Z++ (( i < 5 ))
18402026-07-14T21:22:46.040Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18412026-07-14T21:22:46.040Z++ (( i++ ))
18422026-07-14T21:22:46.040Z++ (( i < 5 ))
18432026-07-14T21:22:46.040Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18442026-07-14T21:22:46.040Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18452026-07-14T21:22:46.040Z+ rc=0
18462026-07-14T21:22:46.040Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18472026-07-14T21:22:52.275Z+ case $rc in
18482026-07-14T21:22:52.275Z+ pfexec zfs create -p rpool/images/build/host
18492026-07-14T21:22:52.448Z+ pfexec zfs create -p rpool/images/build/recovery
18502026-07-14T21:22:52.492Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18512026-07-14T21:22:52.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18522026-07-14T21:22:52.956Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18532026-07-14T21:22:53.820Z Compiling proc-macro2 v1.0.106
18542026-07-14T21:22:53.820Z Compiling quote v1.0.45
18552026-07-14T21:22:53.820Z Compiling unicode-ident v1.0.24
18562026-07-14T21:22:53.820Z Compiling libc v0.2.185
18572026-07-14T21:22:53.847Z Compiling serde_core v1.0.228
18582026-07-14T21:22:53.848Z Compiling serde v1.0.228
18592026-07-14T21:22:53.848Z Compiling cfg-if v1.0.4
18602026-07-14T21:22:53.848Z Compiling find-msvc-tools v0.1.9
18612026-07-14T21:22:53.924Z Compiling shlex v1.3.0
18622026-07-14T21:22:53.928Z Compiling version_check v0.9.5
18632026-07-14T21:22:53.928Z Compiling autocfg v1.5.0
18642026-07-14T21:22:53.928Z Compiling zmij v1.0.21
18652026-07-14T21:22:53.928Z Compiling memchr v2.8.0
18662026-07-14T21:22:53.928Z Compiling zerocopy v0.8.40
18672026-07-14T21:22:53.935Z Compiling serde_json v1.0.150
18682026-07-14T21:22:54.083Z Compiling portable-atomic v1.13.1
18692026-07-14T21:22:54.146Z Compiling getrandom v0.4.1
18702026-07-14T21:22:54.164Z Compiling libm v0.2.16
18712026-07-14T21:22:54.269Z Compiling parking_lot_core v0.9.12
18722026-07-14T21:22:54.409Z Compiling icu_normalizer_data v2.1.1
18732026-07-14T21:22:54.452Z Compiling icu_properties_data v2.1.2
18742026-07-14T21:22:54.473Z Compiling smallvec v1.15.1
18752026-07-14T21:22:54.506Z Compiling num-traits v0.2.19
18762026-07-14T21:22:54.520Z Compiling generic-array v0.14.7
18772026-07-14T21:22:54.536Z Compiling pkg-config v0.3.32
18782026-07-14T21:22:54.541Z Compiling log v0.4.29
18792026-07-14T21:22:54.554Z Compiling itoa v1.0.17
18802026-07-14T21:22:54.581Z Compiling subtle v2.6.1
18812026-07-14T21:22:54.717Z Compiling getrandom v0.3.4
18822026-07-14T21:22:54.742Z Compiling rustix v1.1.3
18832026-07-14T21:22:54.759Z Compiling scopeguard v1.2.0
18842026-07-14T21:22:54.783Z Compiling stable_deref_trait v1.2.1
18852026-07-14T21:22:54.871Z Compiling lock_api v0.4.14
18862026-07-14T21:22:54.893Z Compiling jobserver v0.1.34
18872026-07-14T21:22:54.893Z Compiling errno v0.3.14
18882026-07-14T21:22:54.903Z Compiling typenum v1.20.1
18892026-07-14T21:22:54.966Z Compiling heck v0.5.0
18902026-07-14T21:22:55.003Z Compiling critical-section v1.2.0
18912026-07-14T21:22:55.103Z Compiling cc v1.2.56
18922026-07-14T21:22:55.133Z Compiling rand_core v0.10.0
18932026-07-14T21:22:55.145Z Compiling fs_extra v1.3.0
18942026-07-14T21:22:55.156Z Compiling dunce v1.0.5
18952026-07-14T21:22:55.180Z Compiling thiserror v2.0.18
18962026-07-14T21:22:55.239Z Compiling syn v2.0.117
18972026-07-14T21:22:55.300Z Compiling pin-project-lite v0.2.17
18982026-07-14T21:22:55.317Z Compiling fnv v1.0.7
18992026-07-14T21:22:55.414Z Compiling once_cell v1.21.3
19002026-07-14T21:22:55.469Z Compiling writeable v0.6.2
19012026-07-14T21:22:55.500Z Compiling litemap v0.8.1
19022026-07-14T21:22:55.500Z Compiling rustversion v1.0.22
19032026-07-14T21:22:55.559Z Compiling percent-encoding v2.3.2
19042026-07-14T21:22:55.570Z Compiling getrandom v0.2.17
19052026-07-14T21:22:55.651Z Compiling schemars v0.8.22
19062026-07-14T21:22:55.745Z Compiling futures-core v0.3.32
19072026-07-14T21:22:55.755Z Compiling aws-lc-rs v1.16.3
19082026-07-14T21:22:55.773Z Compiling rand_core v0.6.4
19092026-07-14T21:22:55.773Z Compiling equivalent v1.0.2
19102026-07-14T21:22:55.819Z Compiling cmake v0.1.57
19112026-07-14T21:22:55.916Z Compiling signal-hook-registry v1.4.8
19122026-07-14T21:22:55.925Z Compiling httparse v1.10.1
19132026-07-14T21:22:55.934Z Compiling mio v1.2.0
19142026-07-14T21:22:56.090Z Compiling semver v1.0.28
19152026-07-14T21:22:56.140Z Compiling parking_lot v0.12.5
19162026-07-14T21:22:56.197Z Compiling const-oid v0.9.6
19172026-07-14T21:22:56.235Z Compiling bitflags v2.11.0
19182026-07-14T21:22:56.369Z Compiling aws-lc-sys v0.40.0
19192026-07-14T21:22:56.440Z Compiling utf8_iter v1.0.4
19202026-07-14T21:22:56.458Z Compiling crc32fast v1.5.0
19212026-07-14T21:22:56.473Z Compiling vcpkg v0.2.15
19222026-07-14T21:22:56.671Z Compiling form_urlencoded v1.2.2
19232026-07-14T21:22:56.743Z Compiling socket2 v0.6.3
19242026-07-14T21:22:56.810Z Compiling hashbrown v0.17.0
19252026-07-14T21:22:57.033Z Compiling openssl-sys v0.9.115
19262026-07-14T21:22:57.231Z Compiling futures-sink v0.3.32
19272026-07-14T21:22:57.270Z Compiling rustls v0.23.41
19282026-07-14T21:22:57.350Z Compiling futures-channel v0.3.32
19292026-07-14T21:22:57.425Z Compiling futures-io v0.3.32
19302026-07-14T21:22:57.443Z Compiling indexmap v2.14.0
19312026-07-14T21:22:57.498Z Compiling slab v0.4.12
19322026-07-14T21:22:57.515Z Compiling futures-task v0.3.32
19332026-07-14T21:22:57.541Z Compiling byteorder v1.5.0
19342026-07-14T21:22:57.637Z Compiling strsim v0.11.1
19352026-07-14T21:22:57.670Z Compiling iana-time-zone v0.1.65
19362026-07-14T21:22:57.673Z Compiling rustc_version v0.4.1
19372026-07-14T21:22:57.765Z Compiling syn v1.0.109
19382026-07-14T21:22:57.769Z Compiling ucd-trie v0.1.7
19392026-07-14T21:22:57.898Z Compiling thiserror v1.0.69
19402026-07-14T21:22:57.933Z Compiling base64 v0.22.1
19412026-07-14T21:22:57.966Z Compiling pest v2.8.6
19422026-07-14T21:22:58.002Z Compiling ident_case v1.0.1
19432026-07-14T21:22:58.030Z Compiling openssl v0.10.79
19442026-07-14T21:22:58.034Z Compiling time-core v0.1.8
19452026-07-14T21:22:58.097Z Compiling synstructure v0.13.2
19462026-07-14T21:22:58.119Z Compiling serde_derive_internals v0.29.1
19472026-07-14T21:22:58.171Z Compiling num-conv v0.2.0
19482026-07-14T21:22:58.238Z Compiling uuid v1.23.4
19492026-07-14T21:22:58.254Z Compiling bzip2-sys v0.1.13+1.0.8
19502026-07-14T21:22:58.323Z Compiling time-macros v0.2.27
19512026-07-14T21:22:58.395Z Compiling regex-syntax v0.8.10
19522026-07-14T21:22:58.410Z Compiling native-tls v0.2.18
19532026-07-14T21:22:58.446Z Compiling paste v1.0.15
19542026-07-14T21:22:58.627Z Compiling fastrand v2.3.0
19552026-07-14T21:22:58.664Z Compiling rand_core v0.9.5
19562026-07-14T21:22:58.892Z Compiling slog v2.8.2
19572026-07-14T21:22:58.926Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19582026-07-14T21:22:58.977Z Compiling dyn-clone v1.0.20
19592026-07-14T21:22:58.996Z Compiling crossbeam-utils v0.8.21
19602026-07-14T21:22:58.996Z Compiling num-bigint-dig v0.8.6
19612026-07-14T21:22:59.028Z Compiling camino v1.2.2
19622026-07-14T21:22:59.094Z Compiling pest_meta v2.8.6
19632026-07-14T21:22:59.145Z Compiling base64ct v1.8.3
19642026-07-14T21:22:59.257Z Compiling ahash v0.8.12
19652026-07-14T21:22:59.286Z Compiling flagset v0.4.7
19662026-07-14T21:22:59.341Z Compiling tempfile v3.25.0
19672026-07-14T21:22:59.397Z Compiling serde_derive v1.0.228
19682026-07-14T21:22:59.425Z Compiling zeroize_derive v1.4.3
19692026-07-14T21:22:59.446Z Compiling zerofrom-derive v0.1.6
19702026-07-14T21:22:59.462Z Compiling yoke-derive v0.8.1
19712026-07-14T21:22:59.462Z Compiling zerocopy-derive v0.8.40
19722026-07-14T21:22:59.507Z Compiling zerovec-derive v0.11.2
19732026-07-14T21:22:59.537Z Compiling displaydoc v0.2.5
19742026-07-14T21:22:59.608Z Compiling tokio-macros v2.7.0
19752026-07-14T21:22:59.658Z Compiling futures-macro v0.3.32
19762026-07-14T21:22:59.776Z Compiling thiserror-impl v2.0.18
19772026-07-14T21:23:00.068Z Compiling zeroize v1.8.2
19782026-07-14T21:23:00.275Z Compiling der_derive v0.7.3
19792026-07-14T21:23:00.330Z Compiling tracing-attributes v0.1.31
19802026-07-14T21:23:00.354Z Compiling schemars_derive v0.8.22
19812026-07-14T21:23:00.467Z Compiling futures-util v0.3.32
19822026-07-14T21:23:00.557Z Compiling thiserror-impl v1.0.69
19832026-07-14T21:23:00.583Z Compiling zerofrom v0.1.6
19842026-07-14T21:23:00.720Z Compiling yoke v0.8.1
19852026-07-14T21:23:00.945Z Compiling zerovec v0.11.5
19862026-07-14T21:23:00.962Z Compiling zerotrie v0.2.3
19872026-07-14T21:23:00.995Z Compiling crypto-common v0.1.7
19882026-07-14T21:23:01.217Z Compiling block-buffer v0.10.4
19892026-07-14T21:23:01.410Z Compiling digest v0.10.7
19902026-07-14T21:23:01.548Z Compiling tinystr v0.8.2
19912026-07-14T21:23:01.564Z Compiling potential_utf v0.1.4
19922026-07-14T21:23:01.640Z Compiling pest_generator v2.8.6
19932026-07-14T21:23:01.643Z Compiling openssl-macros v0.1.1
19942026-07-14T21:23:01.674Z Compiling scroll_derive v0.13.1
19952026-07-14T21:23:01.715Z Compiling icu_collections v2.1.1
19962026-07-14T21:23:01.761Z Compiling icu_locale_core v2.1.1
19972026-07-14T21:23:01.855Z Compiling pem-rfc7468 v0.7.0
19982026-07-14T21:23:02.091Z Compiling der v0.7.10
19992026-07-14T21:23:02.249Z Compiling rustls-pki-types v1.14.0
20002026-07-14T21:23:02.265Z Compiling pest_derive v2.8.6
20012026-07-14T21:23:02.449Z Compiling icu_provider v2.1.1
20022026-07-14T21:23:02.619Z Compiling bytes v1.11.1
20032026-07-14T21:23:02.656Z Compiling chrono v0.4.45
20042026-07-14T21:23:02.794Z Compiling icu_properties v2.1.2
20052026-07-14T21:23:02.821Z Compiling icu_normalizer v2.1.1
20062026-07-14T21:23:03.203Z Compiling tokio v1.52.1
20072026-07-14T21:23:03.298Z Compiling http v1.4.2
20082026-07-14T21:23:03.537Z Compiling daft-derive v0.1.7
20092026-07-14T21:23:03.896Z Compiling idna_adapter v1.2.1
20102026-07-14T21:23:03.979Z Compiling ppv-lite86 v0.2.21
20112026-07-14T21:23:04.039Z Compiling idna v1.1.0
20122026-07-14T21:23:04.128Z Compiling clap_derive v4.6.1
20132026-07-14T21:23:04.313Z Compiling tracing-core v0.1.36
20142026-07-14T21:23:04.331Z Compiling rand_chacha v0.9.0
20152026-07-14T21:23:04.377Z Compiling cookie v0.18.1
20162026-07-14T21:23:04.435Z Compiling url v2.5.8
20172026-07-14T21:23:04.612Z Compiling plain v0.2.3
20182026-07-14T21:23:04.740Z Compiling utf8parse v0.2.2
20192026-07-14T21:23:04.904Z Compiling tracing v0.1.44
20202026-07-14T21:23:05.212Z Compiling rand v0.9.2
20212026-07-14T21:23:05.324Z Compiling http-body v1.0.1
20222026-07-14T21:23:05.340Z Compiling spki v0.7.3
20232026-07-14T21:23:05.355Z Compiling hex v0.4.3
20242026-07-14T21:23:05.395Z Compiling async-trait v0.1.89
20252026-07-14T21:23:05.617Z Compiling spin v0.9.8
20262026-07-14T21:23:05.632Z Compiling aho-corasick v1.1.4
20272026-07-14T21:23:05.678Z Compiling simd-adler32 v0.3.8
20282026-07-14T21:23:05.780Z Compiling anstyle v1.0.14
20292026-07-14T21:23:05.945Z Compiling cpufeatures v0.2.17
20302026-07-14T21:23:06.003Z Compiling atomic-waker v1.1.2
20312026-07-14T21:23:06.285Z Compiling pretty-hex v0.4.1
20322026-07-14T21:23:06.305Z Compiling is_terminal_polyfill v1.70.2
20332026-07-14T21:23:06.322Z Compiling anstyle-query v1.1.5
20342026-07-14T21:23:06.342Z Compiling zstd-safe v7.2.4
20352026-07-14T21:23:06.412Z Compiling try-lock v0.2.5
20362026-07-14T21:23:06.445Z Compiling regex-automata v0.4.14
20372026-07-14T21:23:06.445Z Compiling adler2 v2.0.1
20382026-07-14T21:23:06.475Z Compiling colorchoice v1.0.4
20392026-07-14T21:23:06.508Z Compiling usdt-impl v0.6.0
20402026-07-14T21:23:06.553Z Compiling openssl-probe v0.2.1
20412026-07-14T21:23:06.568Z Compiling tinyvec_macros v0.1.1
20422026-07-14T21:23:06.582Z Compiling tower-service v0.3.3
20432026-07-14T21:23:06.599Z Compiling tower-layer v0.3.3
20442026-07-14T21:23:06.630Z Compiling cmov v0.5.4
20452026-07-14T21:23:06.695Z Compiling untrusted v0.7.1
20462026-07-14T21:23:06.762Z Compiling tinyvec v1.10.0
20472026-07-14T21:23:06.794Z Compiling miniz_oxide v0.8.9
20482026-07-14T21:23:06.810Z Compiling want v0.3.1
20492026-07-14T21:23:06.826Z Compiling ctutils v0.4.2
20502026-07-14T21:23:06.900Z Compiling sha2 v0.10.9
20512026-07-14T21:23:07.012Z Compiling pkcs8 v0.10.2
20522026-07-14T21:23:07.104Z Compiling tokio-util v0.7.18
20532026-07-14T21:23:07.104Z Compiling serde_tokenstream v0.2.3
20542026-07-14T21:23:07.104Z Compiling ipnet v2.11.0
20552026-07-14T21:23:07.118Z Compiling scroll v0.13.0
20562026-07-14T21:23:07.136Z Compiling scroll_derive v0.12.1
20572026-07-14T21:23:07.152Z Compiling pin-project-internal v1.1.11
20582026-07-14T21:23:07.360Z Compiling heapless v0.7.17
20592026-07-14T21:23:07.497Z Compiling litrs v1.0.0
20602026-07-14T21:23:07.788Z Compiling rustix v0.38.44
20612026-07-14T21:23:07.824Z Compiling zlib-rs v0.6.2
20622026-07-14T21:23:07.846Z Compiling httpdate v1.0.3
20632026-07-14T21:23:07.978Z Compiling anyhow v1.0.102
20642026-07-14T21:23:08.020Z Compiling signal-hook v0.3.18
20652026-07-14T21:23:08.144Z Compiling untrusted v0.9.0
20662026-07-14T21:23:08.257Z Compiling document-features v0.2.12
20672026-07-14T21:23:08.292Z Compiling h2 v0.4.15
20682026-07-14T21:23:08.393Z Compiling goblin v0.10.5
20692026-07-14T21:23:08.409Z Compiling hybrid-array v0.4.13
20702026-07-14T21:23:08.489Z Compiling anstyle-parse v1.0.0
20712026-07-14T21:23:08.723Z Compiling strum_macros v0.26.4
20722026-07-14T21:23:08.820Z Compiling darling_core v0.20.11
20732026-07-14T21:23:09.122Z Compiling darling_core v0.21.3
20742026-07-14T21:23:09.225Z Compiling wait-timeout v0.2.1
20752026-07-14T21:23:09.240Z Compiling foreign-types-shared v0.1.1
20762026-07-14T21:23:09.257Z Compiling bit-vec v0.8.0
20772026-07-14T21:23:09.597Z Compiling quick-error v1.2.3
20782026-07-14T21:23:09.660Z Compiling powerfmt v0.2.0
20792026-07-14T21:23:09.696Z Compiling rusty-fork v0.3.1
20802026-07-14T21:23:09.782Z Compiling bit-set v0.8.0
20812026-07-14T21:23:09.904Z Compiling deranged v0.5.8
20822026-07-14T21:23:09.924Z Compiling foreign-types v0.3.2
20832026-07-14T21:23:09.939Z Compiling anstream v1.0.0
20842026-07-14T21:23:09.988Z Compiling flate2 v1.1.9
20852026-07-14T21:23:10.008Z Compiling unicode-normalization v0.1.25
20862026-07-14T21:23:10.348Z Compiling rand_chacha v0.3.1
20872026-07-14T21:23:10.466Z Compiling dtrace-parser v0.3.0
20882026-07-14T21:23:10.481Z Compiling serde_spanned v0.6.9
20892026-07-14T21:23:10.520Z Compiling toml_datetime v0.6.11
20902026-07-14T21:23:10.547Z Compiling zerocopy-derive v0.7.35
20912026-07-14T21:23:10.662Z Compiling snafu-derive v0.8.9
20922026-07-14T21:23:10.739Z Compiling darling_macro v0.20.11
20932026-07-14T21:23:10.767Z Compiling rand_xorshift v0.4.0
20942026-07-14T21:23:10.945Z Compiling terminal_size v0.4.3
20952026-07-14T21:23:11.005Z Compiling curve25519-dalek v4.1.3
20962026-07-14T21:23:11.061Z Compiling dof v0.4.0
20972026-07-14T21:23:11.115Z Compiling thread-id v5.1.0
20982026-07-14T21:23:11.118Z Compiling memoffset v0.9.1
20992026-07-14T21:23:11.239Z Compiling darling_macro v0.21.3
21002026-07-14T21:23:11.254Z Compiling clap_lex v1.0.0
21012026-07-14T21:23:11.322Z Compiling num_threads v0.1.7
21022026-07-14T21:23:11.374Z Compiling smoltcp v0.9.1
21032026-07-14T21:23:11.436Z Compiling hyper v1.10.1
21042026-07-14T21:23:11.551Z Compiling ref-cast v1.0.25
21052026-07-14T21:23:11.627Z Compiling unarray v0.1.4
21062026-07-14T21:23:11.752Z Compiling darling v0.21.3
21072026-07-14T21:23:11.767Z Compiling time v0.3.47
21082026-07-14T21:23:11.865Z Compiling proptest v1.10.0
21092026-07-14T21:23:12.049Z Compiling clap_builder v4.6.0
21102026-07-14T21:23:12.088Z Compiling darling v0.20.11
21112026-07-14T21:23:12.164Z Compiling rand v0.8.6
21122026-07-14T21:23:12.219Z Compiling ipnetwork v0.21.1
21132026-07-14T21:23:12.241Z Compiling http-body-util v0.1.3
21142026-07-14T21:23:12.317Z Compiling erased-serde v0.3.31
21152026-07-14T21:23:12.333Z Compiling hmac v0.12.1
21162026-07-14T21:23:12.516Z Compiling signature v2.2.0
21172026-07-14T21:23:12.592Z Compiling hyper-util v0.1.20
21182026-07-14T21:23:12.744Z Compiling sync_wrapper v1.0.2
21192026-07-14T21:23:12.926Z Compiling num-integer v0.1.46
21202026-07-14T21:23:13.147Z Compiling encoding_rs v0.8.35
21212026-07-14T21:23:13.253Z Compiling cfg_aliases v0.2.1
21222026-07-14T21:23:13.515Z Compiling ryu v1.0.23
21232026-07-14T21:23:13.849Z Compiling siphasher v1.0.2
21242026-07-14T21:23:14.198Z Compiling mime v0.3.17
21252026-07-14T21:23:14.714Z Compiling newtype-uuid v1.3.2
21262026-07-14T21:23:15.005Z Compiling clap v4.6.1
21272026-07-14T21:23:15.069Z Compiling serde_urlencoded v0.7.1
21282026-07-14T21:23:15.103Z Compiling nix v0.31.2
21292026-07-14T21:23:15.373Z Compiling num-iter v0.1.45
21302026-07-14T21:23:15.477Z Compiling tower v0.5.3
21312026-07-14T21:23:15.680Z Compiling oxnet v0.1.6
21322026-07-14T21:23:15.712Z Compiling derive_builder_core v0.20.2
21332026-07-14T21:23:16.009Z Compiling serde_with_macros v3.17.0
21342026-07-14T21:23:16.073Z Compiling regex v1.12.3
21352026-07-14T21:23:16.105Z Compiling lazy_static v1.5.0
21362026-07-14T21:23:16.213Z Compiling anstyle-parse v0.2.7
21372026-07-14T21:23:16.275Z Compiling hubpack_derive v0.1.1
21382026-07-14T21:23:16.504Z Compiling curve25519-dalek-derive v0.1.1
21392026-07-14T21:23:16.522Z Compiling strum_macros v0.27.2
21402026-07-14T21:23:16.557Z Compiling async-recursion v1.1.1
21412026-07-14T21:23:16.574Z Compiling ref-cast-impl v1.0.25
21422026-07-14T21:23:16.944Z Compiling fs-err v3.3.0
21432026-07-14T21:23:17.107Z Compiling usdt-impl v0.5.0
21442026-07-14T21:23:17.171Z Compiling winnow v0.5.40
21452026-07-14T21:23:17.188Z Compiling iri-string v0.7.10
21462026-07-14T21:23:17.390Z Compiling object v0.37.3
21472026-07-14T21:23:17.414Z Compiling allocator-api2 v0.2.21
21482026-07-14T21:23:17.479Z Compiling unicode-properties v0.1.4
21492026-07-14T21:23:17.509Z Compiling unicode-bidi v0.3.18
21502026-07-14T21:23:17.945Z Compiling stringprep v0.1.5
21512026-07-14T21:23:18.460Z Compiling tower-http v0.6.8
21522026-07-14T21:23:18.559Z Compiling derive_builder_macro v0.20.2
21532026-07-14T21:23:18.910Z Compiling toml_edit v0.19.15
21542026-07-14T21:23:19.081Z Compiling anstream v0.6.21
21552026-07-14T21:23:19.218Z Compiling daft v0.1.7
21562026-07-14T21:23:19.251Z Compiling tokio-native-tls v0.3.1
21572026-07-14T21:23:19.265Z Compiling usdt-attr-macro v0.6.0
21582026-07-14T21:23:19.438Z Compiling usdt-macro v0.6.0
21592026-07-14T21:23:19.627Z Compiling block-buffer v0.12.1
21602026-07-14T21:23:19.659Z Compiling crypto-common v0.2.2
21612026-07-14T21:23:19.803Z Compiling block-padding v0.4.2
21622026-07-14T21:23:19.982Z Compiling bstr v1.12.1
21632026-07-14T21:23:20.097Z Compiling scroll v0.12.0
21642026-07-14T21:23:20.170Z Compiling pkcs1 v0.7.5
21652026-07-14T21:23:20.197Z Compiling rustls-native-certs v0.8.3
21662026-07-14T21:23:20.473Z Compiling md-5 v0.10.6
21672026-07-14T21:23:20.642Z Compiling hash32 v0.2.1
21682026-07-14T21:23:20.645Z Compiling vergen-lib v9.1.0
21692026-07-14T21:23:20.676Z Compiling env_filter v1.0.0
21702026-07-14T21:23:20.767Z Compiling fallible-iterator v0.2.0
21712026-07-14T21:23:20.849Z Compiling radium v0.7.0
21722026-07-14T21:23:20.938Z Compiling psl-types v2.0.11
21732026-07-14T21:23:21.078Z Compiling postgres-protocol v0.6.10
21742026-07-14T21:23:21.112Z Compiling publicsuffix v2.3.0
21752026-07-14T21:23:21.196Z Compiling env_logger v0.11.9
21762026-07-14T21:23:21.470Z Compiling toml v0.7.8
21772026-07-14T21:23:21.593Z Compiling rsa v0.9.10
21782026-07-14T21:23:21.674Z Compiling goblin v0.8.2
21792026-07-14T21:23:22.019Z Compiling inout v0.2.2
21802026-07-14T21:23:22.210Z Compiling bzip2 v0.4.4
21812026-07-14T21:23:22.228Z Compiling hyper-tls v0.6.0
21822026-07-14T21:23:22.301Z Compiling derive_builder v0.20.2
21832026-07-14T21:23:22.376Z Compiling phf_shared v0.13.1
21842026-07-14T21:23:22.484Z Compiling zerocopy v0.7.35
21852026-07-14T21:23:22.600Z Compiling pin-project v1.1.11
21862026-07-14T21:23:22.637Z Compiling x509-cert v0.2.5
21872026-07-14T21:23:22.718Z Compiling futures-executor v0.3.32
21882026-07-14T21:23:22.734Z Compiling enum-as-inner v0.6.1
21892026-07-14T21:23:22.737Z Compiling serde_repr v0.1.20
21902026-07-14T21:23:22.825Z Compiling ff v0.13.1
21912026-07-14T21:23:22.966Z Compiling vergen v9.1.0
21922026-07-14T21:23:22.981Z Compiling cargo-platform v0.3.2
21932026-07-14T21:23:23.077Z Compiling managed v0.8.0
21942026-07-14T21:23:23.199Z Compiling same-file v1.0.6
21952026-07-14T21:23:23.214Z Compiling bitflags v1.3.2
21962026-07-14T21:23:23.257Z Compiling foldhash v0.2.0
21972026-07-14T21:23:23.310Z Compiling maybe-uninit v2.0.0
21982026-07-14T21:23:23.325Z Compiling foldhash v0.1.5
21992026-07-14T21:23:23.363Z Compiling unicode-segmentation v1.12.0
22002026-07-14T21:23:23.418Z Compiling libbz2-rs-sys v0.2.2
22012026-07-14T21:23:23.527Z Compiling base16ct v0.2.0
22022026-07-14T21:23:23.594Z Compiling tap v1.0.1
22032026-07-14T21:23:23.609Z Compiling cpufeatures v0.3.0
22042026-07-14T21:23:23.696Z Compiling bumpalo v3.20.2
22052026-07-14T21:23:23.712Z Compiling wyz v0.5.1
22062026-07-14T21:23:23.725Z Compiling sec1 v0.7.3
22072026-07-14T21:23:23.857Z Compiling bzip2 v0.6.1
22082026-07-14T21:23:23.926Z Compiling zopfli v0.8.3
22092026-07-14T21:23:23.942Z Compiling dof v0.3.0
22102026-07-14T21:23:24.018Z Compiling hashbrown v0.15.5
22112026-07-14T21:23:24.032Z Compiling hashbrown v0.16.1
22122026-07-14T21:23:24.074Z Compiling walkdir v2.5.0
22132026-07-14T21:23:24.519Z Compiling cargo_metadata v0.23.1
22142026-07-14T21:23:24.546Z Compiling group v0.13.0
22152026-07-14T21:23:24.712Z Compiling futures v0.3.32
22162026-07-14T21:23:25.226Z Compiling snafu v0.8.9
22172026-07-14T21:23:25.526Z Compiling phf v0.13.1
22182026-07-14T21:23:25.621Z Compiling zstd v0.13.3
22192026-07-14T21:23:25.696Z Compiling reqwest v0.12.28
22202026-07-14T21:23:25.754Z Compiling zip v0.6.6
22212026-07-14T21:23:25.871Z Compiling signal-hook-mio v0.2.5
22222026-07-14T21:23:25.886Z Compiling cipher v0.5.2
22232026-07-14T21:23:25.900Z Compiling cookie_store v0.22.1
22242026-07-14T21:23:26.003Z Compiling postgres-types v0.2.12
22252026-07-14T21:23:26.133Z Compiling ed25519 v2.2.3
22262026-07-14T21:23:26.172Z Compiling globset v0.4.18
22272026-07-14T21:23:26.254Z Compiling dtrace-parser v0.2.0
22282026-07-14T21:23:26.270Z Compiling strum v0.27.2
22292026-07-14T21:23:26.417Z Compiling hubpack v0.1.2
22302026-07-14T21:23:26.507Z Compiling phf_shared v0.11.3
22312026-07-14T21:23:26.523Z Compiling hkdf v0.12.4
22322026-07-14T21:23:26.538Z Compiling olpc-cjson v0.1.4
22332026-07-14T21:23:26.686Z Compiling pem v3.0.6
22342026-07-14T21:23:26.748Z Compiling serde-big-array v0.5.1
22352026-07-14T21:23:26.839Z Compiling serde_plain v1.0.2
22362026-07-14T21:23:26.854Z Compiling crypto-bigint v0.5.5
22372026-07-14T21:23:26.969Z Compiling float-cmp v0.10.0
22382026-07-14T21:23:26.985Z Compiling memmap2 v0.9.10
22392026-07-14T21:23:26.990Z Compiling thread-id v4.2.2
22402026-07-14T21:23:27.129Z Compiling keccak v0.1.6
22412026-07-14T21:23:27.147Z Compiling winnow v0.7.14
22422026-07-14T21:23:27.206Z Compiling difflib v0.4.0
22432026-07-14T21:23:27.221Z Compiling fixedbitset v0.5.7
22442026-07-14T21:23:27.312Z Compiling static_assertions v1.1.0
22452026-07-14T21:23:27.339Z Compiling new_debug_unreachable v1.0.6
22462026-07-14T21:23:27.399Z Compiling whoami v2.1.0
22472026-07-14T21:23:27.417Z Compiling precomputed-hash v0.1.1
22482026-07-14T21:23:27.449Z Compiling either v1.15.0
22492026-07-14T21:23:27.453Z Compiling jiff v0.2.21
22502026-07-14T21:23:27.536Z Compiling data-encoding v2.10.0
22512026-07-14T21:23:27.552Z Compiling winnow v1.0.3
22522026-07-14T21:23:27.591Z Compiling typed-path v0.9.3
22532026-07-14T21:23:27.672Z Compiling const-oid v0.10.2
22542026-07-14T21:23:27.687Z Compiling fixedbitset v0.4.2
22552026-07-14T21:23:27.760Z Compiling predicates-core v1.0.10
22562026-07-14T21:23:27.909Z Compiling funty v2.0.0
22572026-07-14T21:23:27.942Z Compiling toml_write v0.1.2
22582026-07-14T21:23:27.975Z Compiling packed_struct v0.10.1
22592026-07-14T21:23:27.991Z Compiling normalize-line-endings v0.3.0
22602026-07-14T21:23:28.005Z Compiling chacha20 v0.10.0
22612026-07-14T21:23:28.022Z Compiling digest v0.11.3
22622026-07-14T21:23:28.084Z Compiling predicates v3.1.4
22632026-07-14T21:23:28.100Z Compiling toml_parser v1.1.2+spec-1.1.0
22642026-07-14T21:23:28.161Z Compiling petgraph v0.6.5
22652026-07-14T21:23:28.276Z Compiling bitvec v1.0.1
22662026-07-14T21:23:28.316Z Compiling hickory-proto v0.25.2
22672026-07-14T21:23:28.386Z Compiling elliptic-curve v0.13.8
22682026-07-14T21:23:28.531Z Compiling itertools v0.13.0
22692026-07-14T21:23:28.642Z Compiling toml_edit v0.22.27
22702026-07-14T21:23:28.682Z Compiling tokio-postgres v0.7.16
22712026-07-14T21:23:28.686Z Compiling string_cache v0.8.9
22722026-07-14T21:23:28.715Z Compiling petgraph v0.8.3
22732026-07-14T21:23:28.758Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22742026-07-14T21:23:28.849Z Compiling sha3 v0.10.8
22752026-07-14T21:23:29.247Z Compiling usdt v0.6.0
22762026-07-14T21:23:29.955Z Compiling ed25519-dalek v2.2.0
22772026-07-14T21:23:30.073Z Compiling zip v4.6.1
22782026-07-14T21:23:30.207Z Compiling iddqd v0.4.2
22792026-07-14T21:23:30.276Z Compiling crossterm v0.28.1
22802026-07-14T21:23:30.808Z Compiling crossbeam-epoch v0.9.18
22812026-07-14T21:23:30.976Z Compiling heck v0.4.1
22822026-07-14T21:23:30.979Z Compiling similar v2.7.0
22832026-07-14T21:23:31.032Z Compiling serde_with v3.17.0
22842026-07-14T21:23:31.131Z Compiling byte-wrapper v0.1.0
22852026-07-14T21:23:31.149Z Compiling strum v0.26.3
22862026-07-14T21:23:31.197Z Compiling tokio-stream v0.1.18
22872026-07-14T21:23:31.237Z Compiling buf-list v1.1.2
22882026-07-14T21:23:31.332Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22892026-07-14T21:23:31.411Z Compiling openapiv3 v2.2.0
22902026-07-14T21:23:31.467Z Compiling packed_struct_codegen v0.10.1
22912026-07-14T21:23:31.498Z Compiling zerocopy-derive v0.6.6
22922026-07-14T21:23:31.638Z Compiling bitfield-macros v0.19.4
22932026-07-14T21:23:31.661Z Compiling structmeta-derive v0.3.0
22942026-07-14T21:23:31.688Z Compiling indexmap v1.9.3
22952026-07-14T21:23:31.769Z Compiling lalrpop-util v0.19.12
22962026-07-14T21:23:31.900Z Compiling crc-catalog v2.4.0
22972026-07-14T21:23:31.972Z Compiling peg-runtime v0.8.5
22982026-07-14T21:23:32.010Z Compiling nodrop v0.1.14
22992026-07-14T21:23:32.142Z Compiling array-init v0.0.4
23002026-07-14T21:23:32.226Z Compiling crc v3.4.0
23012026-07-14T21:23:32.273Z Compiling zerocopy v0.6.6
23022026-07-14T21:23:32.342Z Compiling bitfield v0.19.4
23032026-07-14T21:23:32.556Z Compiling smallvec v0.6.14
23042026-07-14T21:23:32.698Z Compiling structmeta v0.3.0
23052026-07-14T21:23:32.847Z Compiling base64 v0.21.7
23062026-07-14T21:23:32.876Z Compiling hashbrown v0.12.3
23072026-07-14T21:23:33.079Z Compiling serde-hex v0.1.0
23082026-07-14T21:23:33.182Z Compiling ron v0.8.1
23092026-07-14T21:23:33.364Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23102026-07-14T21:23:33.964Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23112026-07-14T21:23:34.047Z Compiling hashbrown v0.13.2
23122026-07-14T21:23:35.485Z Compiling crc-any v2.5.0
23132026-07-14T21:23:37.435Z Compiling object v0.30.4
23142026-07-14T21:23:37.965Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23152026-07-14T21:23:38.532Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23162026-07-14T21:23:38.862Z Compiling filetime v0.2.27
23172026-07-14T21:23:39.285Z Compiling xattr v1.6.1
23182026-07-14T21:23:39.388Z Compiling path-slash v0.1.5
23192026-07-14T21:23:39.573Z Compiling tar v0.4.46
23202026-07-14T21:23:42.618Z Compiling derive-ex v0.1.8
23212026-07-14T21:23:47.492Z Compiling test-strategy v0.4.5
23222026-07-14T21:23:48.805Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23232026-07-14T21:23:49.050Z Compiling multer v3.1.0
23242026-07-14T21:23:49.119Z Compiling thread_local v1.1.9
23252026-07-14T21:23:49.404Z Compiling compression-core v0.4.31
23262026-07-14T21:23:49.501Z Compiling rayon-core v1.13.0
23272026-07-14T21:23:49.599Z Compiling slog-async v2.8.0
23282026-07-14T21:23:49.625Z Compiling match_cfg v0.1.0
23292026-07-14T21:23:49.640Z Compiling compression-codecs v0.4.37
23302026-07-14T21:23:49.710Z Compiling rustls-webpki v0.103.13
23312026-07-14T21:23:49.783Z Compiling hostname v0.3.1
23322026-07-14T21:23:49.942Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23332026-07-14T21:23:49.956Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23342026-07-14T21:23:49.959Z Compiling atomicwrites v0.4.4
23352026-07-14T21:23:49.972Z Compiling camino-tempfile v1.4.1
23362026-07-14T21:23:50.053Z Compiling crossbeam-channel v0.5.15
23372026-07-14T21:23:50.158Z Compiling slog-json v2.6.1
23382026-07-14T21:23:50.429Z Compiling half v2.7.1
23392026-07-14T21:23:50.431Z Compiling async-stream-impl v0.3.6
23402026-07-14T21:23:50.476Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23412026-07-14T21:23:50.508Z Compiling serde_path_to_error v0.1.20
23422026-07-14T21:23:50.631Z Compiling toml_datetime v1.1.1+spec-1.1.0
23432026-07-14T21:23:50.753Z Compiling serde_spanned v1.1.1
23442026-07-14T21:23:50.800Z Compiling is-terminal v0.4.17
23452026-07-14T21:23:50.908Z Compiling fs-err v2.11.0
23462026-07-14T21:23:50.924Z Compiling dropshot v0.17.1
23472026-07-14T21:23:50.940Z Compiling toml_writer v1.1.1+spec-1.1.0
23482026-07-14T21:23:50.968Z Compiling ciborium-io v0.2.2
23492026-07-14T21:23:51.076Z Compiling debug-ignore v1.0.5
23502026-07-14T21:23:51.080Z Compiling take_mut v0.2.2
23512026-07-14T21:23:51.094Z Compiling term v1.2.1
23522026-07-14T21:23:51.121Z Compiling ciborium-ll v0.2.2
23532026-07-14T21:23:51.209Z Compiling toml v1.1.2+spec-1.1.0
23542026-07-14T21:23:51.230Z Compiling async-stream v0.3.6
23552026-07-14T21:23:51.234Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23562026-07-14T21:23:51.266Z Compiling slog-bunyan v2.5.0
23572026-07-14T21:23:51.404Z Compiling async-compression v0.4.41
23582026-07-14T21:23:51.420Z Compiling slog-term v2.9.2
23592026-07-14T21:23:51.442Z Compiling crossbeam-deque v0.8.6
23602026-07-14T21:23:51.470Z Compiling parse-display-derive v0.10.0
23612026-07-14T21:23:51.483Z Compiling sha1 v0.11.0
23622026-07-14T21:23:51.685Z Compiling dropshot_endpoint v0.17.1
23632026-07-14T21:23:51.846Z Compiling newtype-uuid-macros v0.1.0
23642026-07-14T21:23:51.882Z Compiling waitgroup v0.1.2
23652026-07-14T21:23:51.912Z Compiling rustls-pemfile v2.2.0
23662026-07-14T21:23:52.053Z Compiling backon v1.6.0
23672026-07-14T21:23:52.210Z Compiling blake3 v1.8.5
23682026-07-14T21:23:52.324Z Compiling hostname v0.4.2
23692026-07-14T21:23:52.433Z Compiling instant v0.1.13
23702026-07-14T21:23:52.531Z Compiling backoff v0.4.0
23712026-07-14T21:23:52.552Z Compiling ciborium v0.2.2
23722026-07-14T21:23:52.629Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23732026-07-14T21:23:52.698Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
23742026-07-14T21:23:52.770Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23752026-07-14T21:23:52.900Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23762026-07-14T21:23:52.972Z Compiling toml v0.8.23
23772026-07-14T21:23:52.997Z Compiling parse-display v0.10.0
23782026-07-14T21:23:53.078Z Compiling regress v0.10.5
23792026-07-14T21:23:53.112Z Compiling itertools v0.14.0
23802026-07-14T21:23:53.328Z Compiling tokio-rustls v0.26.4
23812026-07-14T21:23:53.348Z Compiling rustls-platform-verifier v0.6.2
23822026-07-14T21:23:53.423Z Compiling tough v0.22.0
23832026-07-14T21:23:53.569Z Compiling hyper-rustls v0.27.7
23842026-07-14T21:23:53.611Z Compiling macaddr v1.0.1
23852026-07-14T21:23:53.860Z Compiling reqwest v0.13.2
23862026-07-14T21:23:53.902Z Compiling humantime v2.3.0
23872026-07-14T21:23:53.983Z Compiling constant_time_eq v0.4.2
23882026-07-14T21:23:54.198Z Compiling parse-size v1.1.0
23892026-07-14T21:23:54.349Z Compiling arrayvec v0.7.6
23902026-07-14T21:23:54.398Z Compiling arrayref v0.3.9
23912026-07-14T21:23:54.439Z Compiling indent_write v2.2.0
23922026-07-14T21:23:54.486Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
23932026-07-14T21:23:54.618Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23942026-07-14T21:23:54.650Z Compiling digest-io v0.1.0
23952026-07-14T21:23:54.731Z Compiling sha2 v0.11.0
23962026-07-14T21:23:54.808Z Compiling rawzip v0.4.4
23972026-07-14T21:23:54.836Z Compiling topological-sort v0.2.2
23982026-07-14T21:23:55.025Z Compiling display-error-chain v0.2.2
23992026-07-14T21:23:55.185Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24002026-07-14T21:23:55.383Z Compiling shell-words v1.1.1
24012026-07-14T21:23:56.863Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24022026-07-14T21:23:57.177Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24032026-07-14T21:24:04.686Z Compiling progenitor-client v0.14.0
24042026-07-14T21:24:04.686Z Compiling omicron-zone-package v0.12.3
24052026-07-14T21:24:04.923Z Compiling progenitor-extras v0.2.0
24062026-07-14T21:24:05.207Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24072026-07-14T21:24:05.268Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24082026-07-14T21:24:05.309Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24092026-07-14T21:24:05.382Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
24102026-07-14T21:24:06.460Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24112026-07-14T21:24:10.390Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24122026-07-14T21:24:13.438Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24132026-07-14T21:24:25.296Z Finished `release` profile [optimized] target(s) in 1m 32s
24142026-07-14T21:24:25.440Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24152026-07-14T21:24:25.498ZJul 14 21:24:24.623 DEBG changing working directory to /work/oxidecomputer/omicron
24162026-07-14T21:24:25.591ZJul 14 21:24:24.716 DEBG running: git rev-parse HEAD
24172026-07-14T21:24:25.594ZJul 14 21:24:24.719 DEBG process exited with exit status: 0 (2.44566ms)
24182026-07-14T21:24:25.594ZJul 14 21:24:24.719 INFO version: 22.0.0-0.ci+git344c5b62ee1
24192026-07-14T21:24:25.605ZJul 14 21:24:24.728 INFO cloning helios to /work/oxidecomputer/helios
24202026-07-14T21:24:25.605ZJul 14 21:24:24.728 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24212026-07-14T21:24:25.611ZCloning into '/work/oxidecomputer/helios'...
24222026-07-14T21:24:26.060ZJul 14 21:24:25.185 DEBG process exited with exit status: 0 (457.747969ms)
24232026-07-14T21:24:26.060ZJul 14 21:24:25.185 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24242026-07-14T21:24:26.065ZJul 14 21:24:25.188 DEBG process exited with exit status: 0 (2.48968ms)
24252026-07-14T21:24:26.065ZJul 14 21:24:25.188 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24262026-07-14T21:24:26.386ZJul 14 21:24:25.508 DEBG process exited with exit status: 0 (319.517389ms)
24272026-07-14T21:24:26.386ZJul 14 21:24:25.508 DEBG running: zfs list rpool/images/build/host
24282026-07-14T21:24:26.405ZNAME USED AVAIL REFER MOUNTPOINT
24292026-07-14T21:24:26.405Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24302026-07-14T21:24:26.405ZJul 14 21:24:25.512 DEBG process exited with exit status: 0 (4.25213ms)
24312026-07-14T21:24:26.405ZJul 14 21:24:25.512 DEBG running: zfs list rpool/images/build/recovery
24322026-07-14T21:24:26.405ZNAME USED AVAIL REFER MOUNTPOINT
24332026-07-14T21:24:26.405Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24342026-07-14T21:24:26.406ZJul 14 21:24:25.515 DEBG process exited with exit status: 0 (3.46265ms)
24352026-07-14T21:24:26.406ZJul 14 21:24:25.515 INFO console assets match pinned console commit (398e00c75e352effcfede8d950f99cac7b8e4311)
24362026-07-14T21:24:26.411ZJul 14 21:24:25.526 INFO console client API version matches nexus API version (2026061000.0.0)
24372026-07-14T21:24:26.411ZJul 14 21:24:25.528 INFO [hubris-production] running task
24382026-07-14T21:24:26.411ZJul 14 21:24:25.528 INFO [hubris-staging] running task
24392026-07-14T21:24:26.412ZJul 14 21:24:25.528 INFO [incorp-manifest] running task
24402026-07-14T21:24:26.412ZJul 14 21:24:25.529 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24412026-07-14T21:24:26.412ZJul 14 21:24:25.529 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24422026-07-14T21:24:26.412ZJul 14 21:24:25.530 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
24432026-07-14T21:24:26.412ZJul 14 21:24:25.530 INFO [incorp-create] running: pkgrepo create /work/incorporation
24442026-07-14T21:24:26.443Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24452026-07-14T21:24:26.636ZJul 14 21:24:25.762 INFO [incorp-create] process exited with exit status: 0 (231.95924ms)
24462026-07-14T21:24:26.642ZJul 14 21:24:25.762 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24472026-07-14T21:24:26.860Z[ omicron-package] Blocking waiting for file lock on package cache
24482026-07-14T21:24:26.865ZJul 14 21:24:25.986 INFO [incorp-publisher] process exited with exit status: 0 (223.851589ms)
24492026-07-14T21:24:27.198Z[ omicron-package] Blocking waiting for file lock on package cache
24502026-07-14T21:24:27.223ZJul 14 21:24:26.349 DEBG process exited with exit status: 0 (820.670599ms)
24512026-07-14T21:24:27.230ZJul 14 21:24:26.349 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24522026-07-14T21:24:27.467ZJul 14 21:24:26.593 INFO [hubris-production] task succeeded (1.065116768s)
24532026-07-14T21:24:28.126ZJul 14 21:24:27.251 DEBG process exited with exit status: 0 (901.135028ms)
24542026-07-14T21:24:28.133ZJul 14 21:24:27.252 INFO [incorp-manifest] task succeeded (1.723303397s)
24552026-07-14T21:24:28.133ZJul 14 21:24:27.252 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24562026-07-14T21:24:28.225Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24572026-07-14T21:24:28.225Z[ omicron-package] Compiling itertools v0.14.0
24582026-07-14T21:24:28.233Z[ omicron-package] Compiling secrecy v0.10.3
24592026-07-14T21:24:28.233Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24602026-07-14T21:24:28.233Z[ omicron-package] Compiling heapless v0.8.0
24612026-07-14T21:24:28.233Z[ omicron-package] Compiling hash32 v0.3.1
24622026-07-14T21:24:28.233Z[ omicron-package] Compiling inout v0.1.4
24632026-07-14T21:24:28.234Z[ omicron-package] Compiling unicode-width v0.2.0
24642026-07-14T21:24:28.234Z[ omicron-package] Compiling smoltcp v0.11.0
24652026-07-14T21:24:28.234Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24662026-07-14T21:24:28.234Z[ omicron-package] Compiling cobs v0.3.0
24672026-07-14T21:24:28.234Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24682026-07-14T21:24:28.234Z[ omicron-package] Compiling universal-hash v0.5.1
24692026-07-14T21:24:28.234Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24702026-07-14T21:24:28.234Z[ omicron-package] Compiling opaque-debug v0.3.1
24712026-07-14T21:24:28.234Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24722026-07-14T21:24:28.368ZJul 14 21:24:27.482 INFO [incorp-fmt] process exited with exit status: 0 (230.037029ms)
24732026-07-14T21:24:28.368ZJul 14 21:24:27.482 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24742026-07-14T21:24:28.742Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260714T212427Z
24752026-07-14T21:24:28.742Z[ incorp-pkgsend] PUBLISHED
24762026-07-14T21:24:28.830ZJul 14 21:24:27.955 INFO [incorp-pkgsend] process exited with exit status: 0 (472.803599ms)
24772026-07-14T21:24:28.851ZJul 14 21:24:27.955 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24782026-07-14T21:24:28.983Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24792026-07-14T21:24:28.991Z[ omicron-package] Compiling convert_case v0.4.0
24802026-07-14T21:24:29.185Z[ helios-incorp] Retrieving packages for publisher helios ...
24812026-07-14T21:24:29.190Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24822026-07-14T21:24:29.241Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24832026-07-14T21:24:29.241Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24842026-07-14T21:24:29.241Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24852026-07-14T21:24:29.261Z[ helios-incorp]
24862026-07-14T21:24:29.261Z[ helios-incorp] Archiving packages ...
24872026-07-14T21:24:29.261Z[ helios-incorp] Packages to add: 1
24882026-07-14T21:24:29.261Z[ helios-incorp] Files to retrieve: 0
24892026-07-14T21:24:29.262Z[ helios-incorp] Estimated transfer size: 0.00 B
24902026-07-14T21:24:29.262Z[ helios-incorp]
24912026-07-14T21:24:29.262Z[ helios-incorp] Packages to archive:
24922026-07-14T21:24:29.262Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260714T212427Z
24932026-07-14T21:24:29.262Z[ helios-incorp]
24942026-07-14T21:24:29.262Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24952026-07-14T21:24:29.262Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24962026-07-14T21:24:29.279ZJul 14 21:24:28.405 INFO [helios-incorp] process exited with exit status: 0 (450.32279ms)
24972026-07-14T21:24:29.437Z[ omicron-package] Compiling poly1305 v0.8.0
24982026-07-14T21:24:29.609Z[ omicron-package] Compiling postcard v1.1.3
24992026-07-14T21:24:29.674Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25002026-07-14T21:24:29.819Z[ omicron-package] Compiling cipher v0.4.4
25012026-07-14T21:24:29.819Z[ omicron-package] Compiling derive_more v0.99.20
25022026-07-14T21:24:29.933Z[ omicron-package] Compiling ingot-macros v0.1.1
25032026-07-14T21:24:29.936Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25042026-07-14T21:24:29.963Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25052026-07-14T21:24:29.963Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25062026-07-14T21:24:29.964Z[ omicron-package] Compiling password-hash v0.5.0
25072026-07-14T21:24:29.964Z[ omicron-package] Compiling blake2 v0.10.6
25082026-07-14T21:24:29.964Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25092026-07-14T21:24:29.999Z[ omicron-package] Compiling aead v0.5.2
25102026-07-14T21:24:30.231Z[ omicron-package] Compiling chacha20 v0.9.1
25112026-07-14T21:24:30.235Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25122026-07-14T21:24:30.235Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25132026-07-14T21:24:30.235Z[ omicron-package] Compiling num_enum_derive v0.7.6
25142026-07-14T21:24:30.355Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25152026-07-14T21:24:30.455Z[ omicron-package] Compiling proc-macro-error v1.0.4
25162026-07-14T21:24:30.534Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25172026-07-14T21:24:30.620Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25182026-07-14T21:24:30.709Z[ omicron-package] Compiling vsss-rs v3.3.4
25192026-07-14T21:24:30.760Z[ omicron-package] Compiling num_enum_derive v0.5.11
25202026-07-14T21:24:30.798Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25212026-07-14T21:24:30.831Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25222026-07-14T21:24:30.862Z[ omicron-package] Compiling argon2 v0.5.3
25232026-07-14T21:24:31.197Z[ omicron-package] Compiling foreign-types v0.5.0
25242026-07-14T21:24:31.291Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25252026-07-14T21:24:31.335Z[ omicron-package] Compiling tabwriter v1.4.1
25262026-07-14T21:24:31.354Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25272026-07-14T21:24:31.356Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25282026-07-14T21:24:31.383Z[ omicron-package] Compiling cstr-argument v0.1.2
25292026-07-14T21:24:31.438Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25302026-07-14T21:24:31.481Z[ omicron-package] Compiling num_enum v0.7.6
25312026-07-14T21:24:31.652Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25322026-07-14T21:24:31.783Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25332026-07-14T21:24:31.783Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25342026-07-14T21:24:31.814Z[ omicron-package] Compiling rayon v1.11.0
25352026-07-14T21:24:31.930Z[ omicron-package] Compiling num_enum v0.5.11
25362026-07-14T21:24:31.977Z[ omicron-package] Compiling rand v0.10.1
25372026-07-14T21:24:32.017Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25382026-07-14T21:24:32.042Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25392026-07-14T21:24:32.093Z[ omicron-package] Compiling libefi-sys v0.1.0
25402026-07-14T21:24:32.135Z[ omicron-package] Compiling colored v3.1.1
25412026-07-14T21:24:32.164Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25422026-07-14T21:24:32.190Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25432026-07-14T21:24:32.247Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25442026-07-14T21:24:32.289Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25452026-07-14T21:24:32.289Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25462026-07-14T21:24:32.308Z[ omicron-package] Compiling itertools v0.12.1
25472026-07-14T21:24:32.495Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25482026-07-14T21:24:32.532Z[ omicron-package] Compiling usdt-macro v0.5.0
25492026-07-14T21:24:32.614Z[ omicron-package] Compiling num-derive v0.4.2
25502026-07-14T21:24:32.747Z[ omicron-package] Compiling bitfield-struct v0.6.2
25512026-07-14T21:24:32.887Z[ omicron-package] Compiling memmap v0.7.0
25522026-07-14T21:24:32.973Z[ omicron-package] Compiling ingot-types v0.1.2
25532026-07-14T21:24:32.977Z[ omicron-package] Compiling sigpipe v0.1.3
25542026-07-14T21:24:33.007Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25552026-07-14T21:24:33.012Z[ omicron-package] Compiling glob v0.3.3
25562026-07-14T21:24:33.090Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25572026-07-14T21:24:33.239Z[ omicron-package] Compiling swrite v0.1.0
25582026-07-14T21:24:33.483Z[ omicron-package] Compiling ingot v0.1.1
25592026-07-14T21:24:33.533Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25602026-07-14T21:24:33.586Z[ omicron-package] Compiling usdt v0.5.0
25612026-07-14T21:24:33.650Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25622026-07-14T21:24:33.693Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25632026-07-14T21:24:33.745Z[ omicron-package] Compiling smf v0.2.3
25642026-07-14T21:24:33.882Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25652026-07-14T21:24:33.951Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25662026-07-14T21:24:33.988Z[ omicron-package] Compiling zone v0.3.1
25672026-07-14T21:24:34.009Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25682026-07-14T21:24:34.042Z[ omicron-package] Compiling whoami v1.6.1
25692026-07-14T21:24:34.087Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25702026-07-14T21:24:34.199Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25712026-07-14T21:24:34.245Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25722026-07-14T21:24:34.298Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25732026-07-14T21:24:34.549Z[ omicron-package] Compiling console v0.16.2
25742026-07-14T21:24:34.643Z[ omicron-package] Compiling gethostname v0.5.0
25752026-07-14T21:24:34.698Z[ omicron-package] Compiling unit-prefix v0.5.2
25762026-07-14T21:24:34.758Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25772026-07-14T21:24:35.087Z[ omicron-package] Compiling indicatif v0.18.4
25782026-07-14T21:24:35.899Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25792026-07-14T21:24:37.314Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25802026-07-14T21:24:38.481Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25812026-07-14T21:24:40.881Z[ helios-setup] Jul 14 21:24:40.007 INFO helios repository root is: /work/oxidecomputer/helios
25822026-07-14T21:24:40.885Z[ helios-setup] Jul 14 21:24:40.008 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25832026-07-14T21:24:40.886Z[ helios-setup] Jul 14 21:24:40.008 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25842026-07-14T21:24:40.886Z[ helios-setup] Jul 14 21:24:40.008 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
25852026-07-14T21:24:40.886Z[ helios-setup] Jul 14 21:24:40.008 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25862026-07-14T21:24:40.886Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25872026-07-14T21:24:41.730Z[ helios-setup] Jul 14 21:24:40.761 INFO clone ok!, project: chelsio-t6-roms
25882026-07-14T21:24:41.730Z[ helios-setup] Jul 14 21:24:40.761 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25892026-07-14T21:24:41.752Z[ helios-setup] Jul 14 21:24:40.761 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
25902026-07-14T21:24:41.752Z[ helios-setup] Jul 14 21:24:40.761 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25912026-07-14T21:24:41.752Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25922026-07-14T21:24:42.394Z[ helios-setup] Jul 14 21:24:41.226 INFO clone ok!, project: pinprick
25932026-07-14T21:24:42.394Z[ helios-setup] Jul 14 21:24:41.226 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
25942026-07-14T21:24:42.394Z[ helios-setup] Jul 14 21:24:41.226 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25952026-07-14T21:24:42.394Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25962026-07-14T21:24:42.394ZJul 14 21:24:41.505 INFO [hubris-staging] task succeeded (15.976664488s)
25972026-07-14T21:24:42.925Z[ helios-setup] Jul 14 21:24:42.043 INFO clone ok!, project: phbl
25982026-07-14T21:24:42.925Z[ helios-setup] Jul 14 21:24:42.043 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
25992026-07-14T21:24:42.930Z[ helios-setup] Jul 14 21:24:42.043 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26002026-07-14T21:24:42.930Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26012026-07-14T21:24:43.225Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26022026-07-14T21:24:46.428Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26032026-07-14T21:24:49.419Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26042026-07-14T21:24:49.959Z[ helios-setup] Jul 14 21:24:49.084 INFO clone ok!, project: amd-firmware
26052026-07-14T21:24:49.966Z[ helios-setup] Jul 14 21:24:49.084 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
26062026-07-14T21:24:49.966Z[ helios-setup] Jul 14 21:24:49.084 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26072026-07-14T21:24:49.966Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26082026-07-14T21:24:50.663Z[ helios-setup] Jul 14 21:24:49.737 INFO clone ok!, project: dmar-report
26092026-07-14T21:24:50.672Z[ helios-setup] Jul 14 21:24:49.737 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
26102026-07-14T21:24:50.672Z[ helios-setup] Jul 14 21:24:49.737 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
26112026-07-14T21:24:50.672Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26122026-07-14T21:24:51.488Z[ helios-setup] Jul 14 21:24:50.424 INFO clone ok!, project: amd-host-image-builder
26132026-07-14T21:24:51.488Z[ helios-setup] Jul 14 21:24:50.424 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
26142026-07-14T21:24:51.623Z[ helios-setup] Jul 14 21:24:50.424 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26152026-07-14T21:24:51.623Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26162026-07-14T21:24:52.252Z[ helios-setup] Jul 14 21:24:51.363 INFO clone ok!, project: pilot
26172026-07-14T21:24:52.266Z[ helios-setup] Jul 14 21:24:51.363 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
26182026-07-14T21:24:52.266Z[ helios-setup] Jul 14 21:24:51.363 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26192026-07-14T21:24:52.266Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26202026-07-14T21:24:56.616Z[ helios-setup] Jul 14 21:24:51.824 INFO clone ok!, project: bootserver
26212026-07-14T21:24:56.616Z[ helios-setup] Jul 14 21:24:51.824 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
26222026-07-14T21:24:56.768Z[ helios-setup] Jul 14 21:24:51.824 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26232026-07-14T21:24:56.770Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26242026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:52.268 INFO clone ok!, project: image-builder
26252026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:52.268 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26262026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:52.481 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26272026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:52.692 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26282026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:52.692 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26292026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:52.909 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26302026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:53.146 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26312026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:53.146 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26322026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:53.397 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26332026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:53.639 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26342026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:53.639 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26352026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:53.639 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26362026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:53.639 INFO ok!
26372026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:53.639 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26382026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:53.639 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26392026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:53.639 INFO ok!
26402026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:53.639 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26412026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:53.639 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26422026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:53.639 INFO ok!
26432026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:53.639 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
26442026-07-14T21:24:56.770Z[ helios-setup] Jul 14 21:24:53.647 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.96.1-x86_64-unknown-illumos (default)"
26452026-07-14T21:24:56.771Z[ helios-setup] Jul 14 21:24:53.647 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
26462026-07-14T21:24:56.771Z[ helios-setup] Jul 14 21:24:53.647 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
26472026-07-14T21:24:56.771Z[ helios-setup] Jul 14 21:24:53.777 INFO E| Downloading crates ...
26482026-07-14T21:24:56.771Z[ helios-setup] Jul 14 21:24:53.833 INFO E| Downloaded miniz_oxide v0.8.8
26492026-07-14T21:24:56.771Z[ helios-setup] Jul 14 21:24:53.836 INFO E| Downloaded adler2 v2.0.0
26502026-07-14T21:24:56.771Z[ helios-setup] Jul 14 21:24:53.864 INFO E| Compiling adler2 v2.0.0
26512026-07-14T21:24:56.771Z[ helios-setup] Jul 14 21:24:53.934 INFO E| Compiling miniz_oxide v0.8.8
26522026-07-14T21:24:56.771Z[ helios-setup] Jul 14 21:24:54.835 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
26532026-07-14T21:24:56.771Z[ helios-setup] Jul 14 21:24:55.211 INFO E| Finished `release` profile [optimized] target(s) in 1.55s
26542026-07-14T21:24:56.771Z[ helios-setup] Jul 14 21:24:55.218 INFO building project "pinprick" ok (1 seconds)
26552026-07-14T21:24:56.771Z[ helios-setup] Jul 14 21:24:55.218 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
26562026-07-14T21:24:57.002Z[ omicron-package] Finished `release` profile [optimized] target(s) in 30.55s
26572026-07-14T21:24:57.187Z[ omicron-package]
26582026-07-14T21:24:57.187Z[ omicron-package] real 30.726779839
26592026-07-14T21:24:57.467Z[ omicron-package] user 2:54.366902723
26602026-07-14T21:24:57.467Z[ omicron-package] sys 21.205716377
26612026-07-14T21:24:57.467Z[ omicron-package] trap 0.319146944
26622026-07-14T21:24:57.467Z[ omicron-package] tflt 0.599231165
26632026-07-14T21:24:57.467Z[ omicron-package] dflt 2.013808140
26642026-07-14T21:24:57.467Z[ omicron-package] kflt 0.000112774
26652026-07-14T21:24:57.467Z[ omicron-package] lock 7:44.102273858
26662026-07-14T21:24:57.467Z[ omicron-package] slp 4:24.097962457
26672026-07-14T21:24:57.467Z[ omicron-package] lat 33.471423469
26682026-07-14T21:24:57.467Z[ omicron-package] stop 1:09.467922328
26692026-07-14T21:24:57.467ZJul 14 21:24:56.314 INFO [omicron-package] process exited with exit status: 0 (30.784401509s)
26702026-07-14T21:24:57.467ZJul 14 21:24:56.314 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26712026-07-14T21:24:57.467ZJul 14 21:24:56.314 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26722026-07-14T21:24:57.473Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26732026-07-14T21:24:57.474Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26742026-07-14T21:24:57.474Z[ recovery-target] Created new build target 'recovery' and set it as active
26752026-07-14T21:24:57.474Z[ host-target] Created new build target 'host' and set it as active
26762026-07-14T21:24:57.474ZJul 14 21:24:56.327 INFO [recovery-target] process exited with exit status: 0 (12.98458ms)
26772026-07-14T21:24:57.474ZJul 14 21:24:56.329 INFO [host-target] process exited with exit status: 0 (14.69211ms)
26782026-07-14T21:24:57.474ZJul 14 21:24:56.329 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
26792026-07-14T21:24:57.474Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
26802026-07-14T21:24:58.609Z[ host-package] Compiling heck v0.5.0
26812026-07-14T21:24:58.609Z[ host-package] Compiling regress v0.11.1
26822026-07-14T21:24:58.868Z[ host-package] Compiling unsafe-libyaml v0.2.11
26832026-07-14T21:24:58.887Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26842026-07-14T21:24:58.919Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26852026-07-14T21:24:58.940Z[ host-package] Compiling unicode-width v0.1.14
26862026-07-14T21:24:58.959Z[ host-package] Compiling derive-where v1.6.0
26872026-07-14T21:24:58.959Z[ host-package] Compiling bytecount v0.6.9
26882026-07-14T21:24:58.964Z[ host-package] Compiling atomicwrites v0.4.4
26892026-07-14T21:24:58.981Z[ host-package] Compiling is-terminal v0.4.17
26902026-07-14T21:24:58.986Z[ host-package] Compiling prettyplease v0.2.37
26912026-07-14T21:24:59.065Z[ host-package] Compiling console v0.15.11
26922026-07-14T21:24:59.069Z[ host-package] Compiling newline-converter v0.3.0
26932026-07-14T21:24:59.069Z[ host-package] Compiling slog-dtrace v0.3.0
26942026-07-14T21:24:59.123Z[ host-package] Compiling resolv-conf v0.7.6
26952026-07-14T21:24:59.144Z[ host-package] Compiling owo-colors v4.3.0
26962026-07-14T21:24:59.168Z[ host-package] Compiling cancel-safe-futures v0.1.5
26972026-07-14T21:24:59.173Z[ host-package] Compiling num-rational v0.4.2
26982026-07-14T21:24:59.215Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26992026-07-14T21:24:59.237Z[ host-package] Compiling libsw-core v0.3.2
27002026-07-14T21:24:59.273Z[ host-package] Compiling num-complex v0.4.6
27012026-07-14T21:24:59.325Z[ host-package] Compiling thread_local v1.1.9
27022026-07-14T21:24:59.434Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27032026-07-14T21:24:59.478Z[ host-package] Compiling match_cfg v0.1.0
27042026-07-14T21:24:59.503Z[ host-package] Compiling expectorate v1.2.0
27052026-07-14T21:24:59.586Z[ host-package] Compiling compression-core v0.4.31
27062026-07-14T21:24:59.717Z[ host-package] Compiling hostname v0.3.1
27072026-07-14T21:24:59.735Z[ host-package] Compiling compression-codecs v0.4.37
27082026-07-14T21:24:59.757Z[ host-package] Compiling num v0.4.3
27092026-07-14T21:24:59.760Z[ host-package] Compiling libsw v3.5.0
27102026-07-14T21:24:59.761Z[ host-package] Compiling multer v3.1.0
27112026-07-14T21:24:59.828Z[ host-package] Compiling slog-async v2.8.0
27122026-07-14T21:24:59.865Z[ host-package] Compiling crossbeam-channel v0.5.15
27132026-07-14T21:24:59.894Z[ host-package] Compiling slog-json v2.6.1
27142026-07-14T21:24:59.906Z[ host-package] Compiling serde_spanned v1.1.1
27152026-07-14T21:24:59.993Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
27162026-07-14T21:25:00.013Z[ host-package] Compiling linked-hash-map v0.5.6
27172026-07-14T21:25:00.017Z[ host-package] Compiling float-ord v0.3.2
27182026-07-14T21:25:00.084Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27192026-07-14T21:25:00.121Z[ host-package] Compiling linear-map v1.2.0
27202026-07-14T21:25:00.148Z[ host-package] Compiling take_mut v0.2.2
27212026-07-14T21:25:00.197Z[ host-package] Compiling term v1.2.1
27222026-07-14T21:25:00.231Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
27232026-07-14T21:25:00.255Z[ host-package] Compiling lru-cache v0.1.2
27242026-07-14T21:25:00.285Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27252026-07-14T21:25:00.313Z[ host-package] Compiling slog-bunyan v2.5.0
27262026-07-14T21:25:00.370Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27272026-07-14T21:25:00.370Z[ host-package] Compiling async-compression v0.4.41
27282026-07-14T21:25:00.456Z[ host-package] Compiling typify-impl v0.6.2
27292026-07-14T21:25:00.479Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
27302026-07-14T21:25:00.517Z[ host-package] Compiling slog-term v2.9.2
27312026-07-14T21:25:00.601Z[ host-package] Compiling dropshot v0.17.1
27322026-07-14T21:25:00.722Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27332026-07-14T21:25:00.758Z[ host-package] Compiling async-stream v0.3.6
27342026-07-14T21:25:00.796Z[ host-package] Compiling sha1 v0.11.0
27352026-07-14T21:25:00.903Z[ host-package] Compiling progenitor-client v0.14.0
27362026-07-14T21:25:00.932Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27372026-07-14T21:25:00.954Z[ host-package] Compiling waitgroup v0.1.2
27382026-07-14T21:25:01.011Z[ host-package] Compiling rustls-pemfile v2.2.0
27392026-07-14T21:25:01.087Z[ host-package] Compiling backon v1.6.0
27402026-07-14T21:25:01.107Z[ host-package] Compiling serde_path_to_error v0.1.20
27412026-07-14T21:25:01.147Z[ host-package] Compiling hostname v0.4.2
27422026-07-14T21:25:01.193Z[ host-package] Compiling instant v0.1.13
27432026-07-14T21:25:01.236Z[ host-package] Compiling minimal-lexical v0.2.1
27442026-07-14T21:25:01.263Z[ host-package] Compiling debug-ignore v1.0.5
27452026-07-14T21:25:01.292Z[ host-package] Compiling progenitor-extras v0.2.0
27462026-07-14T21:25:01.336Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27472026-07-14T21:25:01.358Z[ host-package] Compiling backoff v0.4.0
27482026-07-14T21:25:01.392Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27492026-07-14T21:25:01.429Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27502026-07-14T21:25:01.520Z[ host-package] Compiling nom v7.1.3
27512026-07-14T21:25:01.598Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27522026-07-14T21:25:01.630Z[ host-package] Compiling parse-display v0.10.0
27532026-07-14T21:25:01.703Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27542026-07-14T21:25:01.733Z[ host-package] Compiling hickory-proto v0.24.4
27552026-07-14T21:25:01.942Z[ host-package] Compiling regress v0.10.5
27562026-07-14T21:25:02.495Z[ host-package] Compiling macaddr v1.0.1
27572026-07-14T21:25:02.567Z[ host-package] Compiling humantime v2.3.0
27582026-07-14T21:25:02.645Z[ host-package] Compiling unicode-xid v0.2.6
27592026-07-14T21:25:02.846Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27602026-07-14T21:25:02.931Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27612026-07-14T21:25:03.042Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27622026-07-14T21:25:03.137Z[ host-package] Compiling convert_case v0.10.0
27632026-07-14T21:25:03.354Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27642026-07-14T21:25:03.451Z[ host-package] Compiling derive_more-impl v2.1.1
27652026-07-14T21:25:03.538Z[ host-package] Compiling toml v0.8.23
27662026-07-14T21:25:03.820Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27672026-07-14T21:25:04.106Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27682026-07-14T21:25:04.255Z[ host-package] Compiling papergrid v0.11.0
27692026-07-14T21:25:04.299Z[ host-package] Compiling tabled_derive v0.7.0
27702026-07-14T21:25:04.325Z[ host-package] Compiling typify-macro v0.6.2
27712026-07-14T21:25:04.359Z[ host-package] Compiling termtree v0.5.1
27722026-07-14T21:25:04.386Z[ host-package] Compiling derive_more v2.1.1
27732026-07-14T21:25:04.490Z[ host-package] Compiling phf_shared v0.12.1
27742026-07-14T21:25:04.540Z[ host-package] Compiling hickory-resolver v0.24.4
27752026-07-14T21:25:04.612Z[ host-package] Compiling crossterm v0.29.0
27762026-07-14T21:25:04.828Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27772026-07-14T21:25:05.407Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27782026-07-14T21:25:05.565Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27792026-07-14T21:25:05.751Z[ host-package] Compiling tabled v0.15.0
27802026-07-14T21:25:05.853Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27812026-07-14T21:25:06.055Z[ host-package] Compiling typify v0.6.2
27822026-07-14T21:25:06.397Z[ host-package] Compiling progenitor-impl v0.14.0
27832026-07-14T21:25:07.169Z[ host-package] Compiling qorb v0.4.1
27842026-07-14T21:25:07.970Z[ host-package] Compiling vte v0.14.1
27852026-07-14T21:25:08.298Z[ host-package] Compiling csv-core v0.1.13
27862026-07-14T21:25:09.038Z[ host-package] Compiling highway v1.3.0
27872026-07-14T21:25:09.160Z[ host-package] Compiling progenitor-macro v0.14.0
27882026-07-14T21:25:09.349Z[ host-package] Compiling chrono-tz v0.10.4
27892026-07-14T21:25:09.650Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27902026-07-14T21:25:10.260Z[ host-package] Compiling csv v1.4.0
27912026-07-14T21:25:10.545Z[ host-package] Compiling strip-ansi-escapes v0.2.1
27922026-07-14T21:25:10.670Z[ host-package] Compiling phf v0.12.1
27932026-07-14T21:25:10.805Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27942026-07-14T21:25:10.885Z[ host-package] Compiling const_format_proc_macros v0.2.34
27952026-07-14T21:25:11.137Z[ host-package] Compiling fd-lock v4.0.4
27962026-07-14T21:25:11.161Z[ host-package] Compiling peg-macros v0.8.5
27972026-07-14T21:25:11.314Z[ host-package] Compiling nu-ansi-term v0.50.3
27982026-07-14T21:25:11.839Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27992026-07-14T21:25:11.870Z[ host-package] Compiling const_format v0.2.35
28002026-07-14T21:25:11.924Z[ host-package] Compiling reedline v0.40.0
28012026-07-14T21:25:12.552Z[ host-package] Compiling peg v0.8.5
28022026-07-14T21:25:12.799Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
28032026-07-14T21:25:12.927Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28042026-07-14T21:25:13.604Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28052026-07-14T21:25:13.646Z[ host-package] Compiling progenitor v0.14.0
28062026-07-14T21:25:13.743Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
28072026-07-14T21:25:13.829Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28082026-07-14T21:25:13.894Z[ host-package] Compiling bcs v0.1.6
28092026-07-14T21:25:14.130Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28102026-07-14T21:25:14.499Z[ host-package] Compiling nom v8.0.0
28112026-07-14T21:25:14.645Z[ host-package] Compiling semver v0.1.20
28122026-07-14T21:25:14.948Z[ host-package] Compiling rustc_version v0.1.7
28132026-07-14T21:25:15.268Z[ host-package] Compiling newtype_derive v0.1.6
28142026-07-14T21:25:15.723Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28152026-07-14T21:25:15.982Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28162026-07-14T21:25:16.161Z[ host-package] Compiling smawk v0.3.2
28172026-07-14T21:25:16.371Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28182026-07-14T21:25:16.564Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
28192026-07-14T21:25:16.802Z[ host-package] Compiling unicode-linebreak v0.1.5
28202026-07-14T21:25:17.010Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
28212026-07-14T21:25:17.037Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28222026-07-14T21:25:17.090Z[ host-package] Compiling textwrap v0.16.2
28232026-07-14T21:25:17.170Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
28242026-07-14T21:25:17.192Z[ host-package] Compiling steno v0.4.1
28252026-07-14T21:25:17.447Z[ helios-setup] Jul 14 21:25:16.572 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')"
28262026-07-14T21:25:17.451Z[ helios-setup] Jul 14 21:25:16.572 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
28272026-07-14T21:25:17.456Z[ helios-setup] Jul 14 21:25:16.582 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.96.1-x86_64-unknown-illumos (default)"
28282026-07-14T21:25:17.457Z[ helios-setup] Jul 14 21:25:16.582 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
28292026-07-14T21:25:17.460Z[ helios-setup] Jul 14 21:25:16.582 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
28302026-07-14T21:25:17.473Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
28312026-07-14T21:25:17.555Z[ host-package] Compiling sha1 v0.10.6
28322026-07-14T21:25:17.603Z[ helios-setup] Jul 14 21:25:16.727 INFO E| Updating crates.io index
28332026-07-14T21:25:17.700Z[ helios-setup] Jul 14 21:25:16.825 INFO E| Downloading crates ...
28342026-07-14T21:25:17.763Z[ helios-setup] Jul 14 21:25:16.889 INFO E| Downloaded thiserror-impl v2.0.12
28352026-07-14T21:25:17.768Z[ helios-setup] Jul 14 21:25:16.890 INFO E| Downloaded unicode-ident v1.0.18
28362026-07-14T21:25:17.773Z[ helios-setup] Jul 14 21:25:16.894 INFO E| Downloaded anyhow v1.0.98
28372026-07-14T21:25:17.773Z[ helios-setup] Jul 14 21:25:16.897 INFO E| Downloaded itoa v1.0.15
28382026-07-14T21:25:17.778Z[ helios-setup] Jul 14 21:25:16.903 INFO E| Downloaded time-core v0.1.4
28392026-07-14T21:25:17.787Z[ helios-setup] Jul 14 21:25:16.912 INFO E| Downloaded autocfg v1.4.0
28402026-07-14T21:25:17.800Z[ helios-setup] Jul 14 21:25:16.924 INFO E| Downloaded thiserror v2.0.12
28412026-07-14T21:25:17.803Z[ helios-setup] Jul 14 21:25:16.928 INFO E| Downloaded errno v0.3.12
28422026-07-14T21:25:17.809Z[ helios-setup] Jul 14 21:25:16.934 INFO E| Downloaded time-macros v0.2.22
28432026-07-14T21:25:17.813Z[ helios-setup] Jul 14 21:25:16.936 INFO E| Downloaded serde_with_macros v3.12.0
28442026-07-14T21:25:17.813Z[ helios-setup] Jul 14 21:25:16.938 INFO E| Downloaded quote v1.0.40
28452026-07-14T21:25:17.816Z[ helios-setup] Jul 14 21:25:16.939 INFO E| Downloaded deranged v0.4.0
28462026-07-14T21:25:17.821Z[ helios-setup] Jul 14 21:25:16.946 INFO E| Downloaded tempfile v3.20.0
28472026-07-14T21:25:17.825Z[ helios-setup] Jul 14 21:25:16.948 INFO E| Downloaded bitflags v2.9.1
28482026-07-14T21:25:17.847Z[ helios-setup] Jul 14 21:25:16.968 INFO E| Downloaded iana-time-zone v0.1.63
28492026-07-14T21:25:17.853Z[ helios-setup] Jul 14 21:25:16.978 INFO E| Downloaded serde_derive v1.0.219
28502026-07-14T21:25:17.857Z[ helios-setup] Jul 14 21:25:16.979 INFO E| Downloaded getrandom v0.3.3
28512026-07-14T21:25:17.857Z[ helios-setup] Jul 14 21:25:16.982 INFO E| Downloaded ryu v1.0.20
28522026-07-14T21:25:17.924Z[ helios-setup] Jul 14 21:25:16.983 INFO E| Downloaded serde v1.0.219
28532026-07-14T21:25:17.926Z[ helios-setup] Jul 14 21:25:16.985 INFO E| Downloaded proc-macro2 v1.0.95
28542026-07-14T21:25:17.926Z[ helios-setup] Jul 14 21:25:17.019 INFO E| Downloaded memchr v2.7.4
28552026-07-14T21:25:17.926Z[ helios-setup] Jul 14 21:25:17.022 INFO E| Downloaded indexmap v2.9.0
28562026-07-14T21:25:17.930Z[ helios-setup] Jul 14 21:25:17.052 INFO E| Downloaded time v0.3.41
28572026-07-14T21:25:17.934Z[ helios-setup] Jul 14 21:25:17.057 INFO E| Downloaded serde_with v3.12.0
28582026-07-14T21:25:17.938Z[ helios-setup] Jul 14 21:25:17.063 INFO E| Downloaded serde_json v1.0.140
28592026-07-14T21:25:17.944Z[ helios-setup] Jul 14 21:25:17.067 INFO E| Downloaded hashbrown v0.15.3
28602026-07-14T21:25:17.957Z[ helios-setup] Jul 14 21:25:17.082 INFO E| Downloaded chrono v0.4.41
28612026-07-14T21:25:17.965Z[ host-package] Compiling tagptr v0.2.0
28622026-07-14T21:25:17.975Z[ helios-setup] Jul 14 21:25:17.100 INFO E| Downloaded syn v2.0.101
28632026-07-14T21:25:17.986Z[ helios-setup] Jul 14 21:25:17.111 INFO E| Downloaded rustix v1.0.7
28642026-07-14T21:25:18.019Z[ helios-setup] Jul 14 21:25:17.144 INFO E| Downloaded libc v0.2.172
28652026-07-14T21:25:18.073Z[ host-package] Compiling utf-8 v0.7.6
28662026-07-14T21:25:18.078Z[ helios-setup] Jul 14 21:25:17.201 INFO E| Compiling proc-macro2 v1.0.95
28672026-07-14T21:25:18.078Z[ helios-setup] Jul 14 21:25:17.201 INFO E| Compiling unicode-ident v1.0.18
28682026-07-14T21:25:18.078Z[ helios-setup] Jul 14 21:25:17.201 INFO E| Compiling libc v0.2.172
28692026-07-14T21:25:18.078Z[ helios-setup] Jul 14 21:25:17.202 INFO E| Compiling ident_case v1.0.1
28702026-07-14T21:25:18.078Z[ helios-setup] Jul 14 21:25:17.202 INFO E| Compiling strsim v0.11.1
28712026-07-14T21:25:18.078Z[ helios-setup] Jul 14 21:25:17.202 INFO E| Compiling fnv v1.0.7
28722026-07-14T21:25:18.078Z[ helios-setup] Jul 14 21:25:17.202 INFO E| Compiling serde v1.0.219
28732026-07-14T21:25:18.078Z[ helios-setup] Jul 14 21:25:17.202 INFO E| Compiling rustix v1.0.7
28742026-07-14T21:25:18.078Z[ helios-setup] Jul 14 21:25:17.202 INFO E| Compiling getrandom v0.3.3
28752026-07-14T21:25:18.078Z[ helios-setup] Jul 14 21:25:17.202 INFO E| Compiling bitflags v2.9.1
28762026-07-14T21:25:18.078Z[ helios-setup] Jul 14 21:25:17.202 INFO E| Compiling thiserror v2.0.12
28772026-07-14T21:25:18.078Z[ helios-setup] Jul 14 21:25:17.202 INFO E| Compiling serde_json v1.0.140
28782026-07-14T21:25:18.078Z[ helios-setup] Jul 14 21:25:17.202 INFO E| Compiling anyhow v1.0.98
28792026-07-14T21:25:18.078Z[ helios-setup] Jul 14 21:25:17.202 INFO E| Compiling cfg-if v1.0.0
28802026-07-14T21:25:18.078Z[ helios-setup] Jul 14 21:25:17.202 INFO E| Compiling itoa v1.0.15
28812026-07-14T21:25:18.078Z[ helios-setup] Jul 14 21:25:17.202 INFO E| Compiling memchr v2.7.4
28822026-07-14T21:25:18.142Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28832026-07-14T21:25:18.228Z[ host-package] Compiling moka v0.12.13
28842026-07-14T21:25:18.359Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
28852026-07-14T21:25:18.606Z[ host-package] Compiling tungstenite v0.21.0
28862026-07-14T21:25:18.709Z[ helios-setup] Jul 14 21:25:17.834 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
28872026-07-14T21:25:18.832Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28882026-07-14T21:25:18.927Z[ host-package] Compiling vergen-lib v0.1.6
28892026-07-14T21:25:19.015Z[ helios-setup] Jul 14 21:25:18.140 INFO E| Compiling once_cell v1.21.3
28902026-07-14T21:25:19.022Z[ helios-setup] Jul 14 21:25:18.147 INFO E| Compiling ryu v1.0.20
28912026-07-14T21:25:19.078Z[ host-package] Compiling diesel_derives v2.3.7
28922026-07-14T21:25:19.379Z[ helios-setup] Jul 14 21:25:18.504 INFO E| Compiling fastrand v2.3.0
28932026-07-14T21:25:19.588Z[ host-package] Compiling hickory-resolver v0.25.2
28942026-07-14T21:25:19.630Z[ helios-setup] Jul 14 21:25:18.755 INFO E| Compiling errno v0.3.12
28952026-07-14T21:25:19.794Z[ helios-setup] Jul 14 21:25:18.919 INFO E| Compiling quote v1.0.40
28962026-07-14T21:25:19.823Z[ host-package] Compiling tokio-tungstenite v0.21.0
28972026-07-14T21:25:20.031Z[ helios-setup] Jul 14 21:25:19.156 INFO E| Compiling syn v2.0.101
28982026-07-14T21:25:20.394Z[ host-package] Compiling scheduled-thread-pool v0.2.7
28992026-07-14T21:25:20.441Z[ host-package] Compiling dsl_auto_type v0.2.0
29002026-07-14T21:25:20.655Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29012026-07-14T21:25:21.073Z[ host-package] Compiling vergen-gitcl v1.0.8
29022026-07-14T21:25:21.124Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
29032026-07-14T21:25:21.198Z[ helios-setup] Jul 14 21:25:20.323 INFO E| Compiling tempfile v3.20.0
29042026-07-14T21:25:21.220Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29052026-07-14T21:25:21.476Z[ host-package] Compiling dirs-sys-next v0.1.2
29062026-07-14T21:25:21.512Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
29072026-07-14T21:25:21.818Z[ host-package] Compiling maplit v1.0.2
29082026-07-14T21:25:21.952Z[ host-package] Compiling crunchy v0.2.4
29092026-07-14T21:25:22.182Z[ host-package] Compiling glob v0.3.3
29102026-07-14T21:25:22.476Z[ host-package] Compiling proc-macro-error2 v2.0.1
29112026-07-14T21:25:22.580Z[ host-package] Compiling clang-sys v1.8.1
29122026-07-14T21:25:22.701Z[ host-package] Compiling dirs-next v2.0.0
29132026-07-14T21:25:22.886Z[ helios-setup] Jul 14 21:25:22.011 INFO E| Compiling darling_core v0.20.11
29142026-07-14T21:25:23.004Z[ host-package] Compiling r2d2 v0.8.10
29152026-07-14T21:25:23.348Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29162026-07-14T21:25:23.619Z[ helios-setup] Jul 14 21:25:22.745 INFO E| Compiling serde_derive v1.0.219
29172026-07-14T21:25:23.620Z[ helios-setup] Jul 14 21:25:22.745 INFO E| Compiling thiserror-impl v2.0.12
29182026-07-14T21:25:23.640Z[ host-package] Compiling num-derive v0.3.3
29192026-07-14T21:25:23.975Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
29202026-07-14T21:25:24.096Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
29212026-07-14T21:25:24.237Z[ host-package] Compiling tiny-keccak v2.0.2
29222026-07-14T21:25:24.273Z[ host-package] Compiling downcast-rs v2.0.2
29232026-07-14T21:25:24.936Z[ host-package] Compiling libscf-sys v1.1.0
29242026-07-14T21:25:25.011Z[ helios-setup] Jul 14 21:25:24.137 INFO E| Compiling darling_macro v0.20.11
29252026-07-14T21:25:25.078Z[ host-package] Compiling term v0.7.0
29262026-07-14T21:25:25.150Z[ host-package] Compiling tabled_derive v0.11.0
29272026-07-14T21:25:25.483Z[ host-package] Compiling papergrid v0.17.0
29282026-07-14T21:25:25.610Z[ host-package] Compiling testing_table v0.3.0
29292026-07-14T21:25:25.710Z[ helios-setup] Jul 14 21:25:24.836 INFO E| Compiling darling v0.20.11
29302026-07-14T21:25:25.795Z[ helios-setup] Jul 14 21:25:24.920 INFO E| Compiling serde_with_macros v3.12.0
29312026-07-14T21:25:26.054Z[ host-package] Compiling bit-vec v0.6.3
29322026-07-14T21:25:26.466Z[ host-package] Compiling bit-set v0.5.3
29332026-07-14T21:25:26.513Z[ host-package] Compiling ascii-canvas v3.0.0
29342026-07-14T21:25:26.540Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
29352026-07-14T21:25:26.540Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29362026-07-14T21:25:26.778Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
29372026-07-14T21:25:26.910Z[ host-package] Compiling tabled v0.20.0
29382026-07-14T21:25:27.115Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29392026-07-14T21:25:27.160Z[ host-package] Compiling progenitor-impl v0.13.0
29402026-07-14T21:25:27.214Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
29412026-07-14T21:25:27.339Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29422026-07-14T21:25:27.694Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29432026-07-14T21:25:27.744Z[ host-package] Compiling itertools v0.10.5
29442026-07-14T21:25:27.876Z[ host-package] Compiling ena v0.14.4
29452026-07-14T21:25:27.917Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29462026-07-14T21:25:28.009Z[ host-package] Compiling diesel v2.3.7
29472026-07-14T21:25:28.138Z[ host-package] Compiling libloading v0.8.9
29482026-07-14T21:25:28.167Z[ host-package] Compiling diff v0.1.13
29492026-07-14T21:25:28.359Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
29502026-07-14T21:25:28.403Z[ host-package] Compiling bindgen v0.71.1
29512026-07-14T21:25:28.506Z[ host-package] Compiling xshell-macros v0.2.7
29522026-07-14T21:25:28.731Z[ host-package] Compiling regex-syntax v0.6.29
29532026-07-14T21:25:28.770Z[ helios-setup] Jul 14 21:25:27.895 INFO E| Compiling serde_with v3.12.0
29542026-07-14T21:25:28.956Z[ host-package] Compiling unicase v2.9.0
29552026-07-14T21:25:28.998Z[ host-package] Compiling xshell v0.2.7
29562026-07-14T21:25:29.330Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29572026-07-14T21:25:29.388Z[ host-package] Compiling progenitor-macro v0.13.0
29582026-07-14T21:25:30.202Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29592026-07-14T21:25:30.645Z[ host-package] Compiling lalrpop v0.19.12
29602026-07-14T21:25:30.924Z[ host-package] Compiling cexpr v0.6.0
29612026-07-14T21:25:31.722Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29622026-07-14T21:25:31.792Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29632026-07-14T21:25:32.002Z[ host-package] Compiling progenitor-client v0.13.0
29642026-07-14T21:25:32.685Z[ host-package] Compiling rustc-hash v2.1.1
29652026-07-14T21:25:32.740Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29662026-07-14T21:25:33.285Z[ helios-setup] Jul 14 21:25:32.410 INFO E| Finished `release` profile [optimized] target(s) in 15.81s
29672026-07-14T21:25:33.311Z[ helios-setup] Jul 14 21:25:32.436 INFO building project "dmar-report" ok (15 seconds)
29682026-07-14T21:25:33.311Z[ helios-setup] Jul 14 21:25:32.436 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
29692026-07-14T21:25:33.347Z[ helios-setup] Jul 14 21:25:32.472 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')"
29702026-07-14T21:25:33.347Z[ helios-setup] Jul 14 21:25:32.472 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29712026-07-14T21:25:33.347Z[ helios-setup] Jul 14 21:25:32.472 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29722026-07-14T21:25:33.519Z[ helios-setup] Jul 14 21:25:32.642 INFO E| Updating crates.io index
29732026-07-14T21:25:33.523Z[ helios-setup] Jul 14 21:25:32.643 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29742026-07-14T21:25:33.990Z[ helios-setup] Jul 14 21:25:33.115 INFO E| From https://github.com/oxidecomputer/amd-apcb
29752026-07-14T21:25:33.990Z[ helios-setup] Jul 14 21:25:33.115 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
29762026-07-14T21:25:34.006Z[ helios-setup] Jul 14 21:25:33.130 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
29772026-07-14T21:25:34.112Z[ host-package] Compiling progenitor v0.13.0
29782026-07-14T21:25:34.222Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29792026-07-14T21:25:34.302Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29802026-07-14T21:25:34.328Z[ helios-setup] Jul 14 21:25:33.453 INFO E| From https://github.com/oxidecomputer/amd-efs
29812026-07-14T21:25:34.328Z[ helios-setup] Jul 14 21:25:33.453 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
29822026-07-14T21:25:34.387Z[ host-package] Compiling headers-core v0.3.0
29832026-07-14T21:25:34.432Z[ host-package] Compiling libxml v0.3.3
29842026-07-14T21:25:34.550Z[ host-package] Compiling crc8 v0.1.1
29852026-07-14T21:25:34.585Z[ host-package] Compiling headers v0.4.1
29862026-07-14T21:25:34.599Z[ helios-setup] Jul 14 21:25:33.724 INFO E| Downloading crates ...
29872026-07-14T21:25:34.660Z[ helios-setup] Jul 14 21:25:33.785 INFO E| Downloaded ansi_term v0.12.1
29882026-07-14T21:25:34.665Z[ helios-setup] Jul 14 21:25:33.787 INFO E| Downloaded log v0.4.27
29892026-07-14T21:25:34.672Z[ helios-setup] Jul 14 21:25:33.793 INFO E| Downloaded parse_int v0.9.0
29902026-07-14T21:25:34.672Z[ helios-setup] Jul 14 21:25:33.794 INFO E| Downloaded four-cc v0.4.0
29912026-07-14T21:25:34.675Z[ helios-setup] Jul 14 21:25:33.800 INFO E| Downloaded unic-ucd-ident v0.9.0
29922026-07-14T21:25:34.679Z[ helios-setup] Jul 14 21:25:33.802 INFO E| Downloaded textwrap v0.11.0
29932026-07-14T21:25:34.679Z[ helios-setup] Jul 14 21:25:33.803 INFO E| Downloaded bytesize v2.0.1
29942026-07-14T21:25:34.683Z[ helios-setup] Jul 14 21:25:33.807 INFO E| Downloaded unic-common v0.9.0
29952026-07-14T21:25:34.683Z[ helios-setup] Jul 14 21:25:33.808 INFO E| Downloaded strsim v0.8.0
29962026-07-14T21:25:34.689Z[ helios-setup] Jul 14 21:25:33.809 INFO E| Downloaded heck v0.3.3
29972026-07-14T21:25:34.689Z[ helios-setup] Jul 14 21:25:33.810 INFO E| Downloaded unic-ucd-version v0.9.0
29982026-07-14T21:25:34.689Z[ helios-setup] Jul 14 21:25:33.811 INFO E| Downloaded strum v0.27.1
29992026-07-14T21:25:34.692Z[ helios-setup] Jul 14 21:25:33.815 INFO E| Downloaded dyn-clone v1.0.19
30002026-07-14T21:25:34.692Z[ helios-setup] Jul 14 21:25:33.816 INFO E| Downloaded vec_map v0.8.2
30012026-07-14T21:25:34.692Z[ helios-setup] Jul 14 21:25:33.817 INFO E| Downloaded fletcher v1.0.0
30022026-07-14T21:25:34.696Z[ helios-setup] Jul 14 21:25:33.821 INFO E| Downloaded unic-char-property v0.9.0
30032026-07-14T21:25:34.699Z[ helios-setup] Jul 14 21:25:33.823 INFO E| Downloaded unic-char-range v0.9.0
30042026-07-14T21:25:34.699Z[ helios-setup] Jul 14 21:25:33.824 INFO E| Downloaded modular-bitfield-impl v0.11.2
30052026-07-14T21:25:34.710Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30062026-07-14T21:25:34.710Z[ helios-setup] Jul 14 21:25:33.829 INFO E| Downloaded strum_macros v0.27.1
30072026-07-14T21:25:34.714Z[ helios-setup] Jul 14 21:25:33.831 INFO E| Downloaded pest_generator v2.8.0
30082026-07-14T21:25:34.714Z[ helios-setup] Jul 14 21:25:33.832 INFO E| Downloaded structopt-derive v0.4.18
30092026-07-14T21:25:34.714Z[ helios-setup] Jul 14 21:25:33.832 INFO E| Downloaded rustversion v1.0.20
30102026-07-14T21:25:34.714Z[ helios-setup] Jul 14 21:25:33.834 INFO E| Downloaded modular-bitfield-impl v0.13.1
30112026-07-14T21:25:34.714Z[ helios-setup] Jul 14 21:25:33.839 INFO E| Downloaded pest_meta v2.8.0
30122026-07-14T21:25:34.726Z[ helios-setup] Jul 14 21:25:33.851 INFO E| Downloaded modular-bitfield v0.11.2
30132026-07-14T21:25:34.733Z[ helios-setup] Jul 14 21:25:33.858 INFO E| Downloaded typenum v1.18.0
30142026-07-14T21:25:34.736Z[ helios-setup] Jul 14 21:25:33.860 INFO E| Downloaded modular-bitfield v0.13.1
30152026-07-14T21:25:34.739Z[ helios-setup] Jul 14 21:25:33.865 INFO E| Downloaded structopt v0.3.26
30162026-07-14T21:25:34.744Z[ helios-setup] Jul 14 21:25:33.869 INFO E| Downloaded zerocopy-derive v0.8.25
30172026-07-14T21:25:34.748Z[ helios-setup] Jul 14 21:25:33.873 INFO E| Downloaded goblin v0.9.3
30182026-07-14T21:25:34.751Z[ helios-setup] Jul 14 21:25:33.877 INFO E| Downloaded pest_derive v2.8.0
30192026-07-14T21:25:34.755Z[ helios-setup] Jul 14 21:25:33.878 INFO E| Downloaded pest v2.8.0
30202026-07-14T21:25:34.758Z[ helios-setup] Jul 14 21:25:33.881 INFO E| Downloaded clap v2.34.0
30212026-07-14T21:25:34.761Z[ helios-setup] Jul 14 21:25:33.885 INFO E| Downloaded zerocopy v0.8.25
30222026-07-14T21:25:34.797Z[ host-package] Compiling strum_macros v0.24.3
30232026-07-14T21:25:34.827Z[ host-package] Compiling indoc v1.0.9
30242026-07-14T21:25:34.832Z[ helios-setup] Jul 14 21:25:33.957 INFO E| Compiling proc-macro2 v1.0.95
30252026-07-14T21:25:34.877Z[ helios-setup] Jul 14 21:25:34.003 INFO E| Compiling unicode-ident v1.0.18
30262026-07-14T21:25:34.878Z[ helios-setup] Jul 14 21:25:34.003 INFO E| Compiling memchr v2.7.4
30272026-07-14T21:25:34.878Z[ helios-setup] Jul 14 21:25:34.003 INFO E| Compiling thiserror v2.0.12
30282026-07-14T21:25:34.881Z[ helios-setup] Jul 14 21:25:34.003 INFO E| Compiling autocfg v1.4.0
30292026-07-14T21:25:34.881Z[ helios-setup] Jul 14 21:25:34.003 INFO E| Compiling serde v1.0.219
30302026-07-14T21:25:34.881Z[ helios-setup] Jul 14 21:25:34.003 INFO E| Compiling syn v1.0.109
30312026-07-14T21:25:34.881Z[ helios-setup] Jul 14 21:25:34.003 INFO E| Compiling version_check v0.9.5
30322026-07-14T21:25:34.881Z[ helios-setup] Jul 14 21:25:34.003 INFO E| Compiling serde_json v1.0.140
30332026-07-14T21:25:34.881Z[ helios-setup] Jul 14 21:25:34.003 INFO E| Compiling schemars v0.8.22
30342026-07-14T21:25:34.881Z[ helios-setup] Jul 14 21:25:34.003 INFO E| Compiling ryu v1.0.20
30352026-07-14T21:25:34.881Z[ helios-setup] Jul 14 21:25:34.003 INFO E| Compiling itoa v1.0.15
30362026-07-14T21:25:34.881Z[ helios-setup] Jul 14 21:25:34.003 INFO E| Compiling ucd-trie v0.1.7
30372026-07-14T21:25:34.882Z[ helios-setup] Jul 14 21:25:34.003 INFO E| Compiling static_assertions v1.1.0
30382026-07-14T21:25:34.882Z[ helios-setup] Jul 14 21:25:34.003 INFO E| Compiling libc v0.2.172
30392026-07-14T21:25:34.882Z[ helios-setup] Jul 14 21:25:34.003 INFO E| Compiling dyn-clone v1.0.19
30402026-07-14T21:25:35.104Z[ helios-setup] Jul 14 21:25:34.229 INFO E| Compiling paste v1.0.15
30412026-07-14T21:25:35.172Z[ helios-setup] Jul 14 21:25:34.297 INFO E| Compiling zerocopy v0.8.25
30422026-07-14T21:25:35.316Z[ helios-setup] Jul 14 21:25:34.440 INFO E| Compiling rustversion v1.0.20
30432026-07-14T21:25:35.321Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30442026-07-14T21:25:35.422Z[ helios-setup] Jul 14 21:25:34.547 INFO E| Compiling once_cell v1.21.3
30452026-07-14T21:25:35.446Z[ helios-setup] Jul 14 21:25:34.569 INFO E| Compiling unicode-segmentation v1.12.0
30462026-07-14T21:25:35.449Z[ helios-setup] Jul 14 21:25:34.573 INFO E| Compiling heck v0.5.0
30472026-07-14T21:25:35.547Z[ host-package] Compiling derive_builder v0.20.2
30482026-07-14T21:25:35.611Z[ helios-setup] Jul 14 21:25:34.737 INFO E| Compiling proc-macro-error-attr v1.0.4
30492026-07-14T21:25:35.677Z[ helios-setup] Jul 14 21:25:34.802 INFO E| Compiling proc-macro-error v1.0.4
30502026-07-14T21:25:35.757Z[ helios-setup] Jul 14 21:25:34.882 INFO E| Compiling unicode-width v0.1.14
30512026-07-14T21:25:35.796Z[ helios-setup] Jul 14 21:25:34.921 INFO E| Compiling num-traits v0.2.19
30522026-07-14T21:25:35.819Z[ helios-setup] Jul 14 21:25:34.944 INFO E| Compiling memoffset v0.9.1
30532026-07-14T21:25:35.911Z[ host-package] Compiling oso-derive v0.27.3
30542026-07-14T21:25:35.971Z[ helios-setup] Jul 14 21:25:35.097 INFO E| Compiling heck v0.3.3
30552026-07-14T21:25:36.001Z[ helios-setup] Jul 14 21:25:35.126 INFO E| Compiling ansi_term v0.12.1
30562026-07-14T21:25:36.022Z[ helios-setup] Jul 14 21:25:35.148 INFO E| Compiling strsim v0.8.0
30572026-07-14T21:25:36.052Z[ helios-setup] Jul 14 21:25:35.178 INFO E| Compiling unic-common v0.9.0
30582026-07-14T21:25:36.066Z[ helios-setup] Jul 14 21:25:35.191 INFO E| Compiling fletcher v1.0.0
30592026-07-14T21:25:36.088Z[ host-package] Compiling quick-xml v0.37.5
30602026-07-14T21:25:36.092Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
30612026-07-14T21:25:36.161Z[ helios-setup] Jul 14 21:25:35.287 INFO E| Compiling vec_map v0.8.2
30622026-07-14T21:25:36.197Z[ helios-setup] Jul 14 21:25:35.322 INFO E| Compiling textwrap v0.11.0
30632026-07-14T21:25:36.286Z[ helios-setup] Jul 14 21:25:35.405 INFO E| Compiling bitflags v1.3.2
30642026-07-14T21:25:36.292Z[ helios-setup] Jul 14 21:25:35.406 INFO E| Compiling unic-char-range v0.9.0
30652026-07-14T21:25:36.350Z[ helios-setup] Jul 14 21:25:35.476 INFO E| Compiling strum v0.27.1
30662026-07-14T21:25:36.366Z[ host-package] Compiling openssl-probe v0.1.6
30672026-07-14T21:25:36.393Z[ helios-setup] Jul 14 21:25:35.519 INFO E| Compiling byteorder v1.5.0
30682026-07-14T21:25:36.399Z[ helios-setup] Jul 14 21:25:35.525 INFO E| Compiling unic-ucd-version v0.9.0
30692026-07-14T21:25:36.445Z[ helios-setup] Jul 14 21:25:35.570 INFO E| Compiling atty v0.2.14
30702026-07-14T21:25:36.469Z[ helios-setup] Jul 14 21:25:35.595 INFO E| Compiling unic-char-property v0.9.0
30712026-07-14T21:25:36.486Z[ helios-setup] Jul 14 21:25:35.611 INFO E| Compiling lazy_static v1.5.0
30722026-07-14T21:25:36.500Z[ helios-setup] Jul 14 21:25:35.626 INFO E| Compiling log v0.4.27
30732026-07-14T21:25:36.506Z[ helios-setup] Jul 14 21:25:35.631 INFO E| Compiling plain v0.2.3
30742026-07-14T21:25:36.522Z[ helios-setup] Jul 14 21:25:35.647 INFO E| Compiling clap v2.34.0
30752026-07-14T21:25:36.525Z[ helios-setup] Jul 14 21:25:35.648 INFO E| Compiling bytesize v2.0.1
30762026-07-14T21:25:36.568Z[ helios-setup] Jul 14 21:25:35.694 INFO E| Compiling unic-ucd-ident v0.9.0
30772026-07-14T21:25:36.625Z[ helios-setup] Jul 14 21:25:35.750 INFO E| Compiling quote v1.0.40
30782026-07-14T21:25:36.844Z[ helios-setup] Jul 14 21:25:35.968 INFO E| Compiling syn v2.0.101
30792026-07-14T21:25:37.084Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30802026-07-14T21:25:37.089Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
30812026-07-14T21:25:37.212Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30822026-07-14T21:25:37.274Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30832026-07-14T21:25:37.457Z[ helios-setup] Jul 14 21:25:36.582 INFO E| Compiling parse_int v0.9.0
30842026-07-14T21:25:37.721Z[ host-package] Compiling bb8 v0.8.6
30852026-07-14T21:25:38.100Z[ host-package] Compiling trait-variant v0.1.2
30862026-07-14T21:25:38.138Z[ host-package] Compiling half v1.8.3
30872026-07-14T21:25:38.277Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30882026-07-14T21:25:38.361Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30892026-07-14T21:25:38.689Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
30902026-07-14T21:25:38.736Z[ host-package] Compiling serde_cbor v0.11.2
30912026-07-14T21:25:38.852Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30922026-07-14T21:25:39.333Z[ host-package] Compiling samael v0.0.19
30932026-07-14T21:25:39.687Z[ helios-setup] Jul 14 21:25:38.812 INFO E| Compiling serde_derive_internals v0.29.1
30942026-07-14T21:25:39.727Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30952026-07-14T21:25:39.775Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30962026-07-14T21:25:40.025Z[ host-package] Compiling nonempty v0.12.0
30972026-07-14T21:25:40.053Z[ helios-setup] Jul 14 21:25:39.179 INFO E| Compiling modular-bitfield-impl v0.11.2
30982026-07-14T21:25:40.053Z[ helios-setup] Jul 14 21:25:39.179 INFO E| Compiling structopt-derive v0.4.18
30992026-07-14T21:25:40.090Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31002026-07-14T21:25:40.213Z[ host-package] Compiling polar-core v0.27.3
31012026-07-14T21:25:40.329Z[ host-package] Compiling fxhash v0.2.1
31022026-07-14T21:25:40.439Z[ host-package] Compiling libz-sys v1.1.24
31032026-07-14T21:25:40.565Z[ helios-setup] Jul 14 21:25:39.691 INFO E| Compiling thiserror-impl v2.0.12
31042026-07-14T21:25:40.566Z[ helios-setup] Jul 14 21:25:39.691 INFO E| Compiling serde_derive v1.0.219
31052026-07-14T21:25:40.569Z[ helios-setup] Jul 14 21:25:39.691 INFO E| Compiling schemars_derive v0.8.22
31062026-07-14T21:25:40.569Z[ helios-setup] Jul 14 21:25:39.691 INFO E| Compiling zerocopy-derive v0.8.25
31072026-07-14T21:25:40.569Z[ helios-setup] Jul 14 21:25:39.691 INFO E| Compiling modular-bitfield-impl v0.13.1
31082026-07-14T21:25:40.569Z[ helios-setup] Jul 14 21:25:39.691 INFO E| Compiling num-derive v0.4.2
31092026-07-14T21:25:40.569Z[ helios-setup] Jul 14 21:25:39.691 INFO E| Compiling scroll_derive v0.12.1
31102026-07-14T21:25:40.569Z[ helios-setup] Jul 14 21:25:39.691 INFO E| Compiling strum_macros v0.27.1
31112026-07-14T21:25:40.637Z[ host-package] Compiling salty v0.3.0
31122026-07-14T21:25:41.575Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31132026-07-14T21:25:41.630Z[ helios-setup] Jul 14 21:25:40.755 INFO E| Compiling structopt v0.3.26
31142026-07-14T21:25:41.661Z[ helios-setup] Jul 14 21:25:40.786 INFO E| Compiling modular-bitfield v0.11.2
31152026-07-14T21:25:41.873Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31162026-07-14T21:25:42.060Z[ helios-setup] Jul 14 21:25:41.186 INFO E| Compiling scroll v0.12.0
31172026-07-14T21:25:42.311Z[ helios-setup] Jul 14 21:25:41.436 INFO E| Compiling goblin v0.9.3
31182026-07-14T21:25:42.473Z[ host-package] Compiling kstat-rs v0.2.4
31192026-07-14T21:25:42.741Z[ host-package] Compiling arc-swap v1.8.2
31202026-07-14T21:25:42.834Z[ helios-setup] Jul 14 21:25:41.960 INFO E| Compiling modular-bitfield v0.13.1
31212026-07-14T21:25:43.054Z[ helios-setup] Jul 14 21:25:42.179 INFO E| Compiling pest v2.8.0
31222026-07-14T21:25:43.392Z[ host-package] Compiling slog-scope v4.4.1
31232026-07-14T21:25:43.458Z[ host-package] Compiling mime_guess v2.0.5
31242026-07-14T21:25:43.531Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31252026-07-14T21:25:43.967Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31262026-07-14T21:25:44.228Z[ helios-setup] Jul 14 21:25:43.353 INFO E| Compiling pest_meta v2.8.0
31272026-07-14T21:25:44.574Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31282026-07-14T21:25:44.757Z[ host-package] Compiling rfc6979 v0.4.0
31292026-07-14T21:25:44.932Z[ helios-setup] Jul 14 21:25:44.057 INFO E| Compiling pest_generator v2.8.0
31302026-07-14T21:25:45.037Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31312026-07-14T21:25:45.676Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
31322026-07-14T21:25:45.845Z[ host-package] Compiling nanorand v0.7.0
31332026-07-14T21:25:45.910Z[ host-package] Compiling darling_core v0.23.0
31342026-07-14T21:25:45.965Z[ helios-setup] Jul 14 21:25:45.090 INFO E| Compiling pest_derive v2.8.0
31352026-07-14T21:25:46.257Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31362026-07-14T21:25:46.602Z[ host-package] Compiling parking_lot_core v0.8.6
31372026-07-14T21:25:47.204Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
31382026-07-14T21:25:47.277Z[ helios-setup] Jul 14 21:25:46.402 INFO E| Compiling json5 v0.4.1
31392026-07-14T21:25:48.152Z[ host-package] Compiling flume v0.11.1
31402026-07-14T21:25:48.317Z[ host-package] Compiling darling_macro v0.23.0
31412026-07-14T21:25:48.525Z[ helios-setup] Jul 14 21:25:47.649 INFO E| Compiling four-cc v0.4.0
31422026-07-14T21:25:48.525Z[ helios-setup] Jul 14 21:25:47.649 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
31432026-07-14T21:25:48.570Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31442026-07-14T21:25:48.641Z[ helios-setup] Jul 14 21:25:47.766 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
31452026-07-14T21:25:48.729Z[ host-package] Compiling ecdsa v0.16.9
31462026-07-14T21:25:48.983Z[ host-package] Compiling slog-stdlog v4.1.1
31472026-07-14T21:25:49.164Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31482026-07-14T21:25:49.311Z[ host-package] Compiling primeorder v0.13.6
31492026-07-14T21:25:49.408Z[ host-package] Compiling git-stub v1.0.0
31502026-07-14T21:25:49.641Z[ host-package] Compiling atty v0.2.14
31512026-07-14T21:25:49.719Z[ host-package] Compiling http-range v0.1.5
31522026-07-14T21:25:49.794Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
31532026-07-14T21:25:49.835Z[ host-package] Compiling instability v0.3.11
31542026-07-14T21:25:50.115Z[ host-package] Compiling async-bb8-diesel v0.2.1
31552026-07-14T21:25:50.157Z[ host-package] Compiling diesel-dtrace v0.5.0
31562026-07-14T21:25:50.276Z[ host-package] Compiling strsim v0.10.0
31572026-07-14T21:25:50.535Z[ host-package] Compiling darling_core v0.13.4
31582026-07-14T21:25:50.675Z[ host-package] Compiling git-stub-vcs v0.1.0
31592026-07-14T21:25:50.696Z[ host-package] Compiling p384 v0.13.1
31602026-07-14T21:25:50.720Z[ host-package] Compiling slog-envlogger v2.2.0
31612026-07-14T21:25:51.969Z[ host-package] Compiling oso v0.27.3
31622026-07-14T21:25:51.990Z[ host-package] Compiling darling v0.23.0
31632026-07-14T21:25:52.117Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
31642026-07-14T21:25:52.965Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31652026-07-14T21:25:53.020Z[ host-package] Compiling ignore v0.4.25
31662026-07-14T21:25:53.057Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
31672026-07-14T21:25:53.635Z[ host-package] Compiling vergen-git2 v9.1.0
31682026-07-14T21:25:53.910Z[ host-package] Compiling castaway v0.2.4
31692026-07-14T21:25:54.092Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
31702026-07-14T21:25:54.345Z[ host-package] Compiling indoc v2.0.7
31712026-07-14T21:25:54.654Z[ host-package] Compiling compact_str v0.8.1
31722026-07-14T21:25:54.695Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
31732026-07-14T21:25:55.645Z[ host-package] Compiling globwalk v0.9.1
31742026-07-14T21:25:55.952Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31752026-07-14T21:25:56.344Z[ host-package] Compiling parking_lot v0.11.2
31762026-07-14T21:25:56.585Z[ host-package] Compiling darling_macro v0.13.4
31772026-07-14T21:25:56.735Z[ host-package] Compiling hyper-staticfile v0.10.1
31782026-07-14T21:25:57.145Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31792026-07-14T21:25:57.299Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31802026-07-14T21:25:57.462Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31812026-07-14T21:25:57.668Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
31822026-07-14T21:25:57.978Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31832026-07-14T21:25:58.091Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31842026-07-14T21:25:58.160Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31852026-07-14T21:25:58.527Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31862026-07-14T21:25:58.578Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31872026-07-14T21:25:59.003Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31882026-07-14T21:25:59.280Z[ host-package] Compiling predicates-tree v1.0.13
31892026-07-14T21:25:59.800Z[ host-package] Compiling unicode-truncate v1.1.0
31902026-07-14T21:25:59.823Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31912026-07-14T21:26:00.037Z[ host-package] Compiling lru v0.12.5
31922026-07-14T21:26:00.129Z[ host-package] Compiling rand_seeder v0.4.0
31932026-07-14T21:26:00.298Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31942026-07-14T21:26:00.400Z[ host-package] Compiling prefix-trie v0.7.0
31952026-07-14T21:26:00.484Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
31962026-07-14T21:26:00.769Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
31972026-07-14T21:26:00.977Z[ host-package] Compiling corncobs v0.1.4
31982026-07-14T21:26:01.013Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
31992026-07-14T21:26:01.059Z[ host-package] Compiling cassowary v0.3.0
32002026-07-14T21:26:01.238Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32012026-07-14T21:26:01.410Z[ host-package] Compiling hickory-server v0.25.2
32022026-07-14T21:26:01.791Z[ host-package] Compiling ratatui v0.29.0
32032026-07-14T21:26:02.054Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32042026-07-14T21:26:02.579Z[ helios-setup] Jul 14 21:26:01.704 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
32052026-07-14T21:26:02.630Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32062026-07-14T21:26:02.761Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32072026-07-14T21:26:02.851Z[ host-package] Compiling camino-tempfile-ext v0.3.3
32082026-07-14T21:26:02.945Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32092026-07-14T21:26:03.199Z[ host-package] Compiling darling v0.13.4
32102026-07-14T21:26:03.363Z[ host-package] Compiling sled v0.34.7
32112026-07-14T21:26:04.714Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
32122026-07-14T21:26:05.572Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32132026-07-14T21:26:05.793Z[ helios-setup] Jul 14 21:26:04.918 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
32142026-07-14T21:26:06.461Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32152026-07-14T21:26:06.616Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32162026-07-14T21:26:06.821Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32172026-07-14T21:26:06.952Z[ host-package] Compiling secrecy v0.8.0
32182026-07-14T21:26:06.984Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
32192026-07-14T21:26:07.183Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
32202026-07-14T21:26:07.291Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32212026-07-14T21:26:08.293Z[ host-package] Compiling serde_with_macros v1.5.2
32222026-07-14T21:26:08.417Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32232026-07-14T21:26:09.180Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32242026-07-14T21:26:09.929Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32252026-07-14T21:26:10.447Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32262026-07-14T21:26:10.823Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32272026-07-14T21:26:10.884Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32282026-07-14T21:26:11.130Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32292026-07-14T21:26:11.155Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32302026-07-14T21:26:11.271Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32312026-07-14T21:26:11.516Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32322026-07-14T21:26:11.580Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32332026-07-14T21:26:11.650Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32342026-07-14T21:26:11.910Z[ host-package] Compiling void v1.0.2
32352026-07-14T21:26:11.937Z[ host-package] Compiling base64 v0.21.7
32362026-07-14T21:26:12.085Z[ host-package] Compiling lzss v0.8.2
32372026-07-14T21:26:12.472Z[ host-package] Compiling ron v0.8.1
32382026-07-14T21:26:12.904Z[ host-package] Compiling illumos-nvpair v0.3.0
32392026-07-14T21:26:12.997Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32402026-07-14T21:26:13.472Z[ host-package] Compiling serde_with v1.14.0
32412026-07-14T21:26:13.658Z[ host-package] Compiling git2 v0.20.4
32422026-07-14T21:26:14.182Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32432026-07-14T21:26:14.319Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32442026-07-14T21:26:14.772Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32452026-07-14T21:26:15.141Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
32462026-07-14T21:26:15.524Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
32472026-07-14T21:26:16.937Z[ helios-setup] Jul 14 21:26:16.062 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.55s
32482026-07-14T21:26:16.941Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32492026-07-14T21:26:16.972Z[ helios-setup] Jul 14 21:26:16.097 INFO building project "amd-host-image-builder" ok (43 seconds)
32502026-07-14T21:26:16.972Z[ helios-setup] Jul 14 21:26:16.097 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
32512026-07-14T21:26:16.981Z[ helios-setup] Jul 14 21:26:16.106 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.96.1-x86_64-unknown-illumos (default)"
32522026-07-14T21:26:16.981Z[ helios-setup] Jul 14 21:26:16.106 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
32532026-07-14T21:26:16.985Z[ helios-setup] Jul 14 21:26:16.106 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
32542026-07-14T21:26:16.991Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
32552026-07-14T21:26:17.095Z[ helios-setup] Jul 14 21:26:16.219 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
32562026-07-14T21:26:17.204Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32572026-07-14T21:26:17.459Z[ host-package] Compiling tungstenite v0.23.0
32582026-07-14T21:26:17.515Z[ helios-setup] Jul 14 21:26:16.640 INFO E| From https://github.com/jclulow/hiercmd
32592026-07-14T21:26:17.515Z[ helios-setup] Jul 14 21:26:16.640 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
32602026-07-14T21:26:17.530Z[ helios-setup] Jul 14 21:26:16.654 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
32612026-07-14T21:26:17.815Z[ helios-setup] Jul 14 21:26:16.940 INFO E| From https://github.com/oxidecomputer/network-interface
32622026-07-14T21:26:17.815Z[ helios-setup] Jul 14 21:26:16.940 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
32632026-07-14T21:26:17.844Z[ helios-setup] Jul 14 21:26:16.969 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
32642026-07-14T21:26:17.941Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32652026-07-14T21:26:18.120Z[ helios-setup] Jul 14 21:26:17.245 INFO E| From https://github.com/oxidecomputer/boot-image-tools
32662026-07-14T21:26:18.120Z[ helios-setup] Jul 14 21:26:17.245 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
32672026-07-14T21:26:18.138Z[ helios-setup] Jul 14 21:26:17.263 INFO E| Updating crates.io index
32682026-07-14T21:26:18.398Z[ helios-setup] Jul 14 21:26:17.523 INFO E| Blocking waiting for file lock on package cache
32692026-07-14T21:26:18.829Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32702026-07-14T21:26:19.768Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32712026-07-14T21:26:19.982Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32722026-07-14T21:26:20.007Z[ host-package] Compiling nix v0.27.1
32732026-07-14T21:26:20.028Z[ host-package] Compiling twox-hash v2.1.2
32742026-07-14T21:26:20.262Z[ host-package] Compiling serde_bytes v0.11.19
32752026-07-14T21:26:20.598Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
32762026-07-14T21:26:20.665Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32772026-07-14T21:26:20.916Z[ host-package] Compiling tokio-tungstenite v0.23.1
32782026-07-14T21:26:21.148Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32792026-07-14T21:26:21.314Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
32802026-07-14T21:26:21.496Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32812026-07-14T21:26:23.819Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
32822026-07-14T21:26:24.494Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32832026-07-14T21:26:24.678Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32842026-07-14T21:26:25.153Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32852026-07-14T21:26:25.295Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32862026-07-14T21:26:25.373Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32872026-07-14T21:26:25.462Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32882026-07-14T21:26:25.609Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32892026-07-14T21:26:26.381Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32902026-07-14T21:26:26.516Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
32912026-07-14T21:26:26.540Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32922026-07-14T21:26:26.764Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32932026-07-14T21:26:27.456Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32942026-07-14T21:26:28.044Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32952026-07-14T21:26:28.563Z[ helios-setup] Jul 14 21:26:27.688 INFO E| Downloading crates ...
32962026-07-14T21:26:28.632Z[ helios-setup] Jul 14 21:26:27.757 INFO E| Downloaded anstyle v1.0.13
32972026-07-14T21:26:28.638Z[ helios-setup] Jul 14 21:26:27.763 INFO E| Downloaded base64ct v1.8.0
32982026-07-14T21:26:28.645Z[ helios-setup] Jul 14 21:26:27.769 INFO E| Downloaded anyhow v1.0.100
32992026-07-14T21:26:28.648Z[ helios-setup] Jul 14 21:26:27.773 INFO E| Downloaded bitfield-macros v0.19.3
33002026-07-14T21:26:28.652Z[ helios-setup] Jul 14 21:26:27.775 INFO E| Downloaded bitfield v0.19.3
33012026-07-14T21:26:28.654Z[ helios-setup] Jul 14 21:26:27.777 INFO E| Downloaded clap_lex v0.7.6
33022026-07-14T21:26:28.655Z[ helios-setup] Jul 14 21:26:27.778 INFO E| Downloaded futures-sink v0.3.31
33032026-07-14T21:26:28.657Z[ helios-setup] Jul 14 21:26:27.780 INFO E| Downloaded proc-macro2 v1.0.103
33042026-07-14T21:26:28.658Z[ helios-setup] Jul 14 21:26:27.782 INFO E| Downloaded anstyle-query v1.1.4
33052026-07-14T21:26:28.661Z[ helios-setup] Jul 14 21:26:27.783 INFO E| Downloaded futures-macro v0.3.31
33062026-07-14T21:26:28.664Z[ helios-setup] Jul 14 21:26:27.789 INFO E| Downloaded futures-executor v0.3.31
33072026-07-14T21:26:28.669Z[ helios-setup] Jul 14 21:26:27.794 INFO E| Downloaded bitflags v2.10.0
33082026-07-14T21:26:28.683Z[ helios-setup] Jul 14 21:26:27.807 INFO E| Downloaded crc v3.3.0
33092026-07-14T21:26:28.687Z[ helios-setup] Jul 14 21:26:27.812 INFO E| Downloaded deranged v0.5.5
33102026-07-14T21:26:28.690Z[ helios-setup] Jul 14 21:26:27.814 INFO E| Downloaded chrono v0.4.42
33112026-07-14T21:26:28.694Z[ helios-setup] Jul 14 21:26:27.819 INFO E| Downloaded pin-utils v0.1.0
33122026-07-14T21:26:28.697Z[ helios-setup] Jul 14 21:26:27.821 INFO E| Downloaded find-msvc-tools v0.1.4
33132026-07-14T21:26:28.697Z[ helios-setup] Jul 14 21:26:27.822 INFO E| Downloaded num_enum_derive v0.7.5
33142026-07-14T21:26:28.701Z[ helios-setup] Jul 14 21:26:27.823 INFO E| Downloaded futures-channel v0.3.31
33152026-07-14T21:26:28.704Z[ helios-setup] Jul 14 21:26:27.829 INFO E| Downloaded time-core v0.1.6
33162026-07-14T21:26:28.708Z[ helios-setup] Jul 14 21:26:27.831 INFO E| Downloaded libdevinfo-sys v1.1.0
33172026-07-14T21:26:28.708Z[ helios-setup] Jul 14 21:26:27.831 INFO E| Downloaded futures-io v0.3.31
33182026-07-14T21:26:28.711Z[ helios-setup] Jul 14 21:26:27.834 INFO E| Downloaded simd-adler32 v0.3.7
33192026-07-14T21:26:28.718Z[ helios-setup] Jul 14 21:26:27.843 INFO E| Downloaded devinfo v0.1.0
33202026-07-14T21:26:28.721Z[ helios-setup] Jul 14 21:26:27.844 INFO E| Downloaded futures-task v0.3.31
33212026-07-14T21:26:28.724Z[ helios-setup] Jul 14 21:26:27.846 INFO E| Downloaded env_filter v0.1.4
33222026-07-14T21:26:28.731Z[ helios-setup] Jul 14 21:26:27.856 INFO E| Downloaded zeroize_derive v1.4.2
33232026-07-14T21:26:28.735Z[ helios-setup] Jul 14 21:26:27.860 INFO E| Downloaded futures-core v0.3.31
33242026-07-14T21:26:28.758Z[ helios-setup] Jul 14 21:26:27.883 INFO E| Downloaded serde_spanned v1.0.3
33252026-07-14T21:26:28.762Z[ helios-setup] Jul 14 21:26:27.887 INFO E| Downloaded thiserror-impl v2.0.17
33262026-07-14T21:26:28.766Z[ helios-setup] Jul 14 21:26:27.889 INFO E| Downloaded num_enum v0.7.5
33272026-07-14T21:26:28.769Z[ helios-setup] Jul 14 21:26:27.892 INFO E| Downloaded thiserror v2.0.17
33282026-07-14T21:26:28.772Z[ helios-setup] Jul 14 21:26:27.896 INFO E| Downloaded quote v1.0.41
33292026-07-14T21:26:28.772Z[ helios-setup] Jul 14 21:26:27.897 INFO E| Downloaded signal-hook-registry v1.4.6
33302026-07-14T21:26:28.776Z[ helios-setup] Jul 14 21:26:27.898 INFO E| Downloaded pin-project-lite v0.2.16
33312026-07-14T21:26:28.779Z[ helios-setup] Jul 14 21:26:27.903 INFO E| Downloaded tokio-macros v2.6.0
33322026-07-14T21:26:28.779Z[ helios-setup] Jul 14 21:26:27.904 INFO E| Downloaded getopts v0.2.24
33332026-07-14T21:26:28.786Z[ helios-setup] Jul 14 21:26:27.911 INFO E| Downloaded env_logger v0.11.8
33342026-07-14T21:26:28.790Z[ helios-setup] Jul 14 21:26:27.913 INFO E| Downloaded cc v1.2.44
33352026-07-14T21:26:28.801Z[ helios-setup] Jul 14 21:26:27.926 INFO E| Downloaded toml_writer v1.0.4
33362026-07-14T21:26:28.805Z[ helios-setup] Jul 14 21:26:27.928 INFO E| Downloaded clap_derive v4.5.49
33372026-07-14T21:26:28.808Z[ helios-setup] Jul 14 21:26:27.930 INFO E| Downloaded time-macros v0.2.24
33382026-07-14T21:26:28.808Z[ helios-setup] Jul 14 21:26:27.932 INFO E| Downloaded slab v0.4.11
33392026-07-14T21:26:28.808Z[ helios-setup] Jul 14 21:26:27.933 INFO E| Downloaded iana-time-zone v0.1.64
33402026-07-14T21:26:28.811Z[ helios-setup] Jul 14 21:26:27.935 INFO E| Downloaded toml_datetime v0.7.3
33412026-07-14T21:26:28.811Z[ helios-setup] Jul 14 21:26:27.936 INFO E| Downloaded generic-array v0.14.9
33422026-07-14T21:26:28.829Z[ helios-setup] Jul 14 21:26:27.954 INFO E| Downloaded toml_parser v1.0.4
33432026-07-14T21:26:28.841Z[ helios-setup] Jul 14 21:26:27.966 INFO E| Downloaded socket2 v0.6.1
33442026-07-14T21:26:28.844Z[ helios-setup] Jul 14 21:26:27.967 INFO E| Downloaded getrandom v0.2.16
33452026-07-14T21:26:28.848Z[ helios-setup] Jul 14 21:26:27.969 INFO E| Downloaded futures v0.3.31
33462026-07-14T21:26:28.851Z[ helios-setup] Jul 14 21:26:27.976 INFO E| Downloaded log v0.4.28
33472026-07-14T21:26:28.854Z[ helios-setup] Jul 14 21:26:27.978 INFO E| Downloaded clap v4.5.51
33482026-07-14T21:26:28.866Z[ helios-setup] Jul 14 21:26:27.989 INFO E| Downloaded uuid v1.18.1
33492026-07-14T21:26:28.869Z[ helios-setup] Jul 14 21:26:27.992 INFO E| Downloaded term v1.2.0
33502026-07-14T21:26:28.873Z[ helios-setup] Jul 14 21:26:27.999 INFO E| Downloaded toml v0.9.8
33512026-07-14T21:26:28.881Z[ helios-setup] Jul 14 21:26:28.002 INFO E| Downloaded unicode-ident v1.0.22
33522026-07-14T21:26:28.881Z[ helios-setup] Jul 14 21:26:28.004 INFO E| Downloaded toml_edit v0.23.7
33532026-07-14T21:26:28.895Z[ helios-setup] Jul 14 21:26:28.020 INFO E| Downloaded typenum v1.19.0
33542026-07-14T21:26:28.898Z[ helios-setup] Jul 14 21:26:28.023 INFO E| Downloaded bytes v1.10.1
33552026-07-14T21:26:28.902Z[ helios-setup] Jul 14 21:26:28.027 INFO E| Downloaded rand v0.8.5
33562026-07-14T21:26:28.909Z[ helios-setup] Jul 14 21:26:28.034 INFO E| Downloaded zerocopy-derive v0.8.27
33572026-07-14T21:26:28.916Z[ helios-setup] Jul 14 21:26:28.041 INFO E| Downloaded memchr v2.7.6
33582026-07-14T21:26:28.919Z[ helios-setup] Jul 14 21:26:28.044 INFO E| Downloaded mio v1.1.0
33592026-07-14T21:26:28.923Z[ helios-setup] Jul 14 21:26:28.048 INFO E| Downloaded iddqd v0.3.14
33602026-07-14T21:26:28.929Z[ helios-setup] Jul 14 21:26:28.054 INFO E| Downloaded rsa v0.9.8
33612026-07-14T21:26:28.932Z[ helios-setup] Jul 14 21:26:28.057 INFO E| Downloaded indexmap v2.12.0
33622026-07-14T21:26:28.935Z[ helios-setup] Jul 14 21:26:28.060 INFO E| Downloaded hashbrown v0.16.0
33632026-07-14T21:26:28.939Z[ helios-setup] Jul 14 21:26:28.064 INFO E| Downloaded flate2 v1.1.5
33642026-07-14T21:26:28.949Z[ helios-setup] Jul 14 21:26:28.074 INFO E| Downloaded libm v0.2.15
33652026-07-14T21:26:28.957Z[ helios-setup] Jul 14 21:26:28.082 INFO E| Downloaded serde_json v1.0.145
33662026-07-14T21:26:28.962Z[ helios-setup] Jul 14 21:26:28.087 INFO E| Downloaded time v0.3.44
33672026-07-14T21:26:28.968Z[ helios-setup] Jul 14 21:26:28.093 INFO E| Downloaded num-bigint-dig v0.8.4
33682026-07-14T21:26:28.971Z[ helios-setup] Jul 14 21:26:28.096 INFO E| Downloaded futures-util v0.3.31
33692026-07-14T21:26:28.979Z[ helios-setup] Jul 14 21:26:28.104 INFO E| Downloaded winnow v0.7.13
33702026-07-14T21:26:28.985Z[ helios-setup] Jul 14 21:26:28.110 INFO E| Downloaded clap_builder v4.5.51
33712026-07-14T21:26:29.002Z[ helios-setup] Jul 14 21:26:28.126 INFO E| Downloaded zerocopy v0.8.27
33722026-07-14T21:26:29.015Z[ helios-setup] Jul 14 21:26:28.140 INFO E| Downloaded unicode-width v0.2.2
33732026-07-14T21:26:29.032Z[ helios-setup] Jul 14 21:26:28.157 INFO E| Downloaded syn v2.0.108
33742026-07-14T21:26:29.039Z[ helios-setup] Jul 14 21:26:28.164 INFO E| Downloaded rustix v1.1.2
33752026-07-14T21:26:29.122Z[ helios-setup] Jul 14 21:26:28.246 INFO E| Downloaded libc v0.2.177
33762026-07-14T21:26:29.138Z[ helios-setup] Jul 14 21:26:28.263 INFO E| Downloaded tokio v1.48.0
33772026-07-14T21:26:29.165Z[ helios-setup] Jul 14 21:26:28.289 INFO E| Blocking waiting for file lock on package cache
33782026-07-14T21:26:29.309Z[ helios-setup] Jul 14 21:26:28.432 INFO E| Compiling proc-macro2 v1.0.103
33792026-07-14T21:26:29.309Z[ helios-setup] Jul 14 21:26:28.432 INFO E| Compiling unicode-ident v1.0.22
33802026-07-14T21:26:29.309Z[ helios-setup] Jul 14 21:26:28.432 INFO E| Compiling quote v1.0.41
33812026-07-14T21:26:29.309Z[ helios-setup] Jul 14 21:26:28.432 INFO E| Compiling libc v0.2.177
33822026-07-14T21:26:29.313Z[ helios-setup] Jul 14 21:26:28.432 INFO E| Compiling serde_core v1.0.228
33832026-07-14T21:26:29.313Z[ helios-setup] Jul 14 21:26:28.432 INFO E| Compiling cfg-if v1.0.4
33842026-07-14T21:26:29.313Z[ helios-setup] Jul 14 21:26:28.432 INFO E| Compiling serde v1.0.228
33852026-07-14T21:26:29.313Z[ helios-setup] Jul 14 21:26:28.432 INFO E| Compiling version_check v0.9.5
33862026-07-14T21:26:29.313Z[ helios-setup] Jul 14 21:26:28.432 INFO E| Compiling autocfg v1.5.0
33872026-07-14T21:26:29.314Z[ helios-setup] Jul 14 21:26:28.432 INFO E| Compiling const-oid v0.9.6
33882026-07-14T21:26:29.314Z[ helios-setup] Jul 14 21:26:28.432 INFO E| Compiling typenum v1.19.0
33892026-07-14T21:26:29.314Z[ helios-setup] Jul 14 21:26:28.432 INFO E| Compiling libm v0.2.15
33902026-07-14T21:26:29.314Z[ helios-setup] Jul 14 21:26:28.432 INFO E| Compiling zerocopy v0.8.27
33912026-07-14T21:26:29.314Z[ helios-setup] Jul 14 21:26:28.432 INFO E| Compiling rustversion v1.0.22
33922026-07-14T21:26:29.314Z[ helios-setup] Jul 14 21:26:28.432 INFO E| Compiling base64ct v1.8.0
33932026-07-14T21:26:29.314Z[ helios-setup] Jul 14 21:26:28.432 INFO E| Compiling smallvec v1.15.1
33942026-07-14T21:26:29.899Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33952026-07-14T21:26:29.973Z[ helios-setup] Jul 14 21:26:29.097 INFO E| Compiling zeroize v1.8.2
33962026-07-14T21:26:29.978Z[ helios-setup] Jul 14 21:26:29.103 INFO E| Compiling anyhow v1.0.100
33972026-07-14T21:26:30.030Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33982026-07-14T21:26:30.061Z[ helios-setup] Jul 14 21:26:29.183 INFO E| Compiling rustix v1.1.2
33992026-07-14T21:26:30.594Z[ helios-setup] Jul 14 21:26:29.718 INFO E| Compiling pem-rfc7468 v0.7.0
34002026-07-14T21:26:30.660Z[ helios-setup] Jul 14 21:26:29.785 INFO E| Compiling equivalent v1.0.2
34012026-07-14T21:26:30.764Z[ helios-setup] Jul 14 21:26:29.888 INFO E| Compiling utf8parse v0.2.2
34022026-07-14T21:26:30.799Z[ helios-setup] Jul 14 21:26:29.923 INFO E| Compiling hashbrown v0.16.0
34032026-07-14T21:26:30.846Z[ helios-setup] Jul 14 21:26:29.971 INFO E| Compiling byteorder v1.5.0
34042026-07-14T21:26:30.978Z[ helios-setup] Jul 14 21:26:30.103 INFO E| Compiling generic-array v0.14.9
34052026-07-14T21:26:30.995Z[ helios-setup] Jul 14 21:26:30.119 INFO E| Compiling memchr v2.7.6
34062026-07-14T21:26:31.002Z[ helios-setup] Jul 14 21:26:30.127 INFO E| Compiling num-traits v0.2.19
34072026-07-14T21:26:31.037Z[ helios-setup] Jul 14 21:26:30.162 INFO E| Compiling crc32fast v1.5.0
34082026-07-14T21:26:31.143Z[ helios-setup] Jul 14 21:26:30.268 INFO E| Compiling winnow v0.7.13
34092026-07-14T21:26:31.253Z[ helios-setup] Jul 14 21:26:30.378 INFO E| Compiling flagset v0.4.7
34102026-07-14T21:26:31.513Z[ helios-setup] Jul 14 21:26:30.638 INFO E| Compiling anstyle-parse v0.2.7
34112026-07-14T21:26:31.571Z[ helios-setup] Jul 14 21:26:30.696 INFO E| Compiling colorchoice v1.0.4
34122026-07-14T21:26:31.619Z[ helios-setup] Jul 14 21:26:30.744 INFO E| Compiling is_terminal_polyfill v1.70.2
34132026-07-14T21:26:31.721Z[ helios-setup] Jul 14 21:26:30.846 INFO E| Compiling toml_datetime v0.7.3
34142026-07-14T21:26:31.738Z[ helios-setup] Jul 14 21:26:30.863 INFO E| Compiling shlex v1.3.0
34152026-07-14T21:26:31.784Z[ helios-setup] Jul 14 21:26:30.909 INFO E| Compiling anstyle v1.0.13
34162026-07-14T21:26:31.898Z[ helios-setup] Jul 14 21:26:31.023 INFO E| Compiling indexmap v2.12.0
34172026-07-14T21:26:32.001Z[ helios-setup] Jul 14 21:26:31.126 INFO E| Compiling getrandom v0.2.16
34182026-07-14T21:26:32.007Z[ helios-setup] Jul 14 21:26:31.132 INFO E| Compiling errno v0.3.14
34192026-07-14T21:26:32.015Z[ helios-setup] Jul 14 21:26:31.140 INFO E| Compiling anstyle-query v1.1.4
34202026-07-14T21:26:32.102Z[ helios-setup] Jul 14 21:26:31.226 INFO E| Compiling find-msvc-tools v0.1.4
34212026-07-14T21:26:32.148Z[ helios-setup] Jul 14 21:26:31.273 INFO E| Compiling allocator-api2 v0.2.21
34222026-07-14T21:26:32.175Z[ helios-setup] Jul 14 21:26:31.300 INFO E| Compiling radium v0.7.0
34232026-07-14T21:26:32.182Z[ helios-setup] Jul 14 21:26:31.307 INFO E| Compiling syn v1.0.109
34242026-07-14T21:26:32.276Z[ helios-setup] Jul 14 21:26:31.401 INFO E| Compiling cpufeatures v0.2.17
34252026-07-14T21:26:32.283Z[ helios-setup] Jul 14 21:26:31.408 INFO E| Compiling slog v2.8.2
34262026-07-14T21:26:32.364Z[ helios-setup] Jul 14 21:26:31.489 INFO E| Compiling anstream v0.6.21
34272026-07-14T21:26:32.383Z[ helios-setup] Jul 14 21:26:31.508 INFO E| Compiling rand_core v0.6.4
34282026-07-14T21:26:32.797Z[ helios-setup] Jul 14 21:26:31.921 INFO E| Compiling cc v1.2.44
34292026-07-14T21:26:32.807Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34302026-07-14T21:26:32.979Z[ helios-setup] Jul 14 21:26:32.103 INFO E| Compiling parking_lot_core v0.9.12
34312026-07-14T21:26:32.995Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34322026-07-14T21:26:33.025Z[ helios-setup] Jul 14 21:26:32.149 INFO E| Compiling syn v2.0.108
34332026-07-14T21:26:33.121Z[ helios-setup] Jul 14 21:26:32.246 INFO E| Compiling maybe-uninit v2.0.0
34342026-07-14T21:26:33.211Z[ helios-setup] Jul 14 21:26:32.336 INFO E| Compiling futures-core v0.3.31
34352026-07-14T21:26:33.260Z[ helios-setup] Jul 14 21:26:32.385 INFO E| Compiling block-buffer v0.10.4
34362026-07-14T21:26:33.288Z[ helios-setup] Jul 14 21:26:32.413 INFO E| Compiling crypto-common v0.1.6
34372026-07-14T21:26:33.358Z[ helios-setup] Jul 14 21:26:32.483 INFO E| Compiling unicode-width v0.2.2
34382026-07-14T21:26:33.414Z[ helios-setup] Jul 14 21:26:32.539 INFO E| Compiling tap v1.0.1
34392026-07-14T21:26:33.450Z[ helios-setup] Jul 14 21:26:32.575 INFO E| Compiling digest v0.10.7
34402026-07-14T21:26:33.457Z[ helios-setup] Jul 14 21:26:32.582 INFO E| Compiling pin-project-lite v0.2.16
34412026-07-14T21:26:33.549Z[ helios-setup] Jul 14 21:26:32.674 INFO E| Compiling futures-sink v0.3.31
34422026-07-14T21:26:33.562Z[ helios-setup] Jul 14 21:26:32.687 INFO E| Compiling pkg-config v0.3.32
34432026-07-14T21:26:33.688Z[ helios-setup] Jul 14 21:26:32.813 INFO E| Compiling futures-channel v0.3.31
34442026-07-14T21:26:33.691Z[ helios-setup] Jul 14 21:26:32.814 INFO E| Compiling wyz v0.5.1
34452026-07-14T21:26:33.826Z[ helios-setup] Jul 14 21:26:32.951 INFO E| Compiling sha2 v0.10.9
34462026-07-14T21:26:33.882Z[ helios-setup] Jul 14 21:26:33.007 INFO E| Compiling getopts v0.2.24
34472026-07-14T21:26:34.009Z[ helios-setup] Jul 14 21:26:33.134 INFO E| Compiling ahash v0.8.12
34482026-07-14T21:26:34.029Z[ helios-setup] Jul 14 21:26:33.153 INFO E| Compiling powerfmt v0.2.0
34492026-07-14T21:26:34.062Z[ helios-setup] Jul 14 21:26:33.187 INFO E| Compiling funty v2.0.0
34502026-07-14T21:26:34.067Z[ helios-setup] Jul 14 21:26:33.187 INFO E| Compiling num-conv v0.1.0
34512026-07-14T21:26:34.157Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34522026-07-14T21:26:34.220Z[ helios-setup] Jul 14 21:26:33.345 INFO E| Compiling num-integer v0.1.46
34532026-07-14T21:26:34.335Z[ helios-setup] Jul 14 21:26:33.460 INFO E| Compiling num-bigint-dig v0.8.4
34542026-07-14T21:26:34.363Z[ helios-setup] Jul 14 21:26:33.488 INFO E| Compiling heck v0.5.0
34552026-07-14T21:26:34.395Z[ helios-setup] Jul 14 21:26:33.519 INFO E| Compiling getrandom v0.3.4
34562026-07-14T21:26:34.540Z[ helios-setup] Jul 14 21:26:33.665 INFO E| Compiling slab v0.4.11
34572026-07-14T21:26:34.546Z[ helios-setup] Jul 14 21:26:33.671 INFO E| Compiling itoa v1.0.15
34582026-07-14T21:26:34.706Z[ helios-setup] Jul 14 21:26:33.831 INFO E| Compiling toml_parser v1.0.4
34592026-07-14T21:26:34.769Z[ helios-setup] Jul 14 21:26:33.894 INFO E| Compiling thiserror v1.0.69
34602026-07-14T21:26:34.797Z[ helios-setup] Jul 14 21:26:33.921 INFO E| Compiling scopeguard v1.2.0
34612026-07-14T21:26:34.835Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34622026-07-14T21:26:34.865Z[ helios-setup] Jul 14 21:26:33.990 INFO E| Compiling futures-task v0.3.31
34632026-07-14T21:26:34.916Z[ helios-setup] Jul 14 21:26:34.041 INFO E| Compiling strsim v0.11.1
34642026-07-14T21:26:34.948Z[ host-package] Compiling signal-hook-tokio v0.3.1
34652026-07-14T21:26:35.012Z[ helios-setup] Jul 14 21:26:34.137 INFO E| Compiling spin v0.9.8
34662026-07-14T21:26:35.056Z[ helios-setup] Jul 14 21:26:34.181 INFO E| Compiling time-core v0.1.6
34672026-07-14T21:26:35.085Z[ helios-setup] Jul 14 21:26:34.210 INFO E| Compiling packed_struct v0.10.1
34682026-07-14T21:26:35.128Z[ helios-setup] Jul 14 21:26:34.253 INFO E| Compiling pin-utils v0.1.0
34692026-07-14T21:26:35.155Z[ helios-setup] Jul 14 21:26:34.280 INFO E| Compiling futures-io v0.3.31
34702026-07-14T21:26:35.234Z[ helios-setup] Jul 14 21:26:34.359 INFO E| Compiling clap_lex v0.7.6
34712026-07-14T21:26:35.241Z[ helios-setup] Jul 14 21:26:34.366 INFO E| Compiling bytes v1.10.1
34722026-07-14T21:26:35.248Z[ helios-setup] Jul 14 21:26:34.373 INFO E| Compiling time-macros v0.2.24
34732026-07-14T21:26:35.347Z[ host-package] Compiling fatfs v0.3.6
34742026-07-14T21:26:35.388Z[ helios-setup] Jul 14 21:26:34.513 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
34752026-07-14T21:26:35.428Z[ helios-setup] Jul 14 21:26:34.553 INFO E| Compiling lazy_static v1.5.0
34762026-07-14T21:26:35.534Z[ host-package] Compiling yasna v0.5.2
34772026-07-14T21:26:35.540Z[ helios-setup] Jul 14 21:26:34.665 INFO E| Compiling bitvec v1.0.1
34782026-07-14T21:26:35.546Z[ helios-setup] Jul 14 21:26:34.671 INFO E| Compiling lock_api v0.4.14
34792026-07-14T21:26:35.686Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
34802026-07-14T21:26:35.740Z[ helios-setup] Jul 14 21:26:34.865 INFO E| Compiling toml_edit v0.23.7
34812026-07-14T21:26:35.949Z[ helios-setup] Jul 14 21:26:35.073 INFO E| Compiling num-iter v0.1.45
34822026-07-14T21:26:35.967Z[ helios-setup] Jul 14 21:26:35.092 INFO E| Compiling deranged v0.5.5
34832026-07-14T21:26:36.145Z[ helios-setup] Jul 14 21:26:35.269 INFO E| Compiling indexmap v1.9.3
34842026-07-14T21:26:36.229Z[ helios-setup] Jul 14 21:26:35.354 INFO E| Compiling log v0.4.28
34852026-07-14T21:26:36.302Z[ host-package] Compiling assert_matches v1.5.0
34862026-07-14T21:26:36.594Z[ helios-setup] Jul 14 21:26:35.719 INFO E| Compiling bitflags v2.10.0
34872026-07-14T21:26:36.760Z[ helios-setup] Jul 14 21:26:35.885 INFO E| Compiling proc-macro-crate v3.4.0
34882026-07-14T21:26:36.805Z[ helios-setup] Jul 14 21:26:35.930 INFO E| Compiling iana-time-zone v0.1.64
34892026-07-14T21:26:36.837Z[ helios-setup] Jul 14 21:26:35.962 INFO E| Compiling adler2 v2.0.1
34902026-07-14T21:26:36.853Z[ helios-setup] Jul 14 21:26:35.977 INFO E| Compiling nodrop v0.1.14
34912026-07-14T21:26:36.870Z[ host-package] Compiling seq-macro v0.3.6
34922026-07-14T21:26:36.890Z[ helios-setup] Jul 14 21:26:36.014 INFO E| Compiling thiserror v2.0.17
34932026-07-14T21:26:36.906Z[ helios-setup] Jul 14 21:26:36.031 INFO E| Compiling once_cell v1.21.3
34942026-07-14T21:26:37.125Z[ helios-setup] Jul 14 21:26:36.249 INFO E| Compiling crc-catalog v2.4.0
34952026-07-14T21:26:37.233Z[ helios-setup] Jul 14 21:26:36.357 INFO E| Compiling serde_json v1.0.145
34962026-07-14T21:26:37.242Z[ helios-setup] Jul 14 21:26:36.367 INFO E| Compiling simd-adler32 v0.3.7
34972026-07-14T21:26:37.294Z[ helios-setup] Jul 14 21:26:36.418 INFO E| Compiling crc v3.3.0
34982026-07-14T21:26:37.330Z[ helios-setup] Jul 14 21:26:36.455 INFO E| Compiling chrono v0.4.42
34992026-07-14T21:26:37.447Z[ helios-setup] Jul 14 21:26:36.572 INFO E| Compiling miniz_oxide v0.8.9
35002026-07-14T21:26:37.534Z[ helios-setup] Jul 14 21:26:36.659 INFO E| Compiling array-init v0.0.4
35012026-07-14T21:26:37.600Z[ host-package] Compiling is_ci v1.2.0
35022026-07-14T21:26:37.767Z[ helios-setup] Jul 14 21:26:36.892 INFO E| Compiling env_filter v0.1.4
35032026-07-14T21:26:37.792Z[ helios-setup] Jul 14 21:26:36.917 INFO E| Compiling serde_spanned v1.0.3
35042026-07-14T21:26:37.972Z[ helios-setup] Jul 14 21:26:37.096 INFO E| Compiling parking_lot v0.12.5
35052026-07-14T21:26:38.058Z[ helios-setup] Jul 14 21:26:37.183 INFO E| Compiling time v0.3.44
35062026-07-14T21:26:38.126Z[ host-package] Compiling supports-color v3.0.2
35072026-07-14T21:26:38.137Z[ helios-setup] Jul 14 21:26:37.262 INFO E| Compiling smallvec v0.6.14
35082026-07-14T21:26:38.443Z[ helios-setup] Jul 14 21:26:37.568 INFO E| Compiling terminal_size v0.4.3
35092026-07-14T21:26:38.625Z[ host-package] Compiling rcgen v0.12.1
35102026-07-14T21:26:38.628Z[ helios-setup] Jul 14 21:26:37.750 INFO E| Compiling clap_builder v4.5.51
35112026-07-14T21:26:38.675Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
35122026-07-14T21:26:38.722Z[ helios-setup] Jul 14 21:26:37.847 INFO E| Compiling signature v2.2.0
35132026-07-14T21:26:38.774Z[ helios-setup] Jul 14 21:26:37.899 INFO E| Compiling signal-hook-registry v1.4.6
35142026-07-14T21:26:38.959Z[ helios-setup] Jul 14 21:26:38.084 INFO E| Compiling socket2 v0.6.1
35152026-07-14T21:26:39.052Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
35162026-07-14T21:26:39.119Z[ helios-setup] Jul 14 21:26:38.243 INFO E| Compiling is-terminal v0.4.17
35172026-07-14T21:26:39.216Z[ helios-setup] Jul 14 21:26:38.341 INFO E| Compiling mio v1.1.0
35182026-07-14T21:26:39.238Z[ helios-setup] Jul 14 21:26:38.363 INFO E| Compiling thread_local v1.1.9
35192026-07-14T21:26:39.282Z[ helios-setup] Jul 14 21:26:38.407 INFO E| Compiling packed_struct_codegen v0.10.1
35202026-07-14T21:26:39.304Z[ helios-setup] Jul 14 21:26:38.428 INFO E| Compiling ryu v1.0.20
35212026-07-14T21:26:39.490Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35222026-07-14T21:26:39.864Z[ helios-setup] Jul 14 21:26:38.989 INFO E| Compiling toml_writer v1.0.4
35232026-07-14T21:26:39.929Z[ helios-setup] Jul 14 21:26:39.053 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
35242026-07-14T21:26:39.986Z[ helios-setup] Jul 14 21:26:39.111 INFO E| Compiling term v1.2.0
35252026-07-14T21:26:40.002Z[ helios-setup] Jul 14 21:26:39.127 INFO E| Compiling libdevinfo-sys v1.1.0
35262026-07-14T21:26:40.071Z[ helios-setup] Jul 14 21:26:39.195 INFO E| Compiling subtle v2.6.1
35272026-07-14T21:26:40.157Z[ helios-setup] Jul 14 21:26:39.281 INFO E| Compiling base64 v0.21.7
35282026-07-14T21:26:40.209Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
35292026-07-14T21:26:40.241Z[ helios-setup] Jul 14 21:26:39.365 INFO E| Compiling winnow v0.5.40
35302026-07-14T21:26:40.277Z[ helios-setup] Jul 14 21:26:39.402 INFO E| Compiling hashbrown v0.12.3
35312026-07-14T21:26:40.361Z[ helios-setup] Jul 14 21:26:39.484 INFO E| Compiling bzip2 v0.4.4
35322026-07-14T21:26:40.498Z[ helios-setup] Jul 14 21:26:39.623 INFO E| Compiling uuid v1.18.1
35332026-07-14T21:26:40.699Z[ helios-setup] Jul 14 21:26:39.824 INFO E| Compiling flate2 v1.1.5
35342026-07-14T21:26:40.794Z[ helios-setup] Jul 14 21:26:39.918 INFO E| Compiling env_logger v0.11.8
35352026-07-14T21:26:40.817Z[ helios-setup] Jul 14 21:26:39.942 INFO E| Compiling bitflags v1.3.2
35362026-07-14T21:26:40.870Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
35372026-07-14T21:26:40.905Z[ helios-setup] Jul 14 21:26:40.030 INFO E| Compiling foldhash v0.2.0
35382026-07-14T21:26:40.986Z[ helios-setup] Jul 14 21:26:40.110 INFO E| Compiling toml v0.9.8
35392026-07-14T21:26:41.167Z[ helios-setup] Jul 14 21:26:40.290 INFO E| Compiling rustc-hash v2.1.1
35402026-07-14T21:26:41.261Z[ helios-setup] Jul 14 21:26:40.386 INFO E| Compiling serde_derive v1.0.228
35412026-07-14T21:26:41.326Z[ helios-setup] Jul 14 21:26:40.450 INFO E| Compiling zerocopy-derive v0.8.27
35422026-07-14T21:26:41.408Z[ helios-setup] Jul 14 21:26:40.533 INFO E| Compiling der_derive v0.7.3
35432026-07-14T21:26:41.530Z[ host-package] Compiling port-file v0.1.0
35442026-07-14T21:26:41.871Z[ helios-setup] Jul 14 21:26:40.996 INFO E| Compiling futures-macro v0.3.31
35452026-07-14T21:26:41.895Z[ helios-setup] Jul 14 21:26:41.019 INFO E| Compiling num_enum_derive v0.7.5
35462026-07-14T21:26:41.996Z[ helios-setup] Jul 14 21:26:41.121 INFO E| Compiling thiserror-impl v1.0.69
35472026-07-14T21:26:42.047Z[ helios-setup] Jul 14 21:26:41.171 INFO E| Compiling clap_derive v4.5.49
35482026-07-14T21:26:42.063Z[ host-package] Compiling rtoolbox v0.0.3
35492026-07-14T21:26:42.220Z[ helios-setup] Jul 14 21:26:41.345 INFO E| Compiling bitfield-macros v0.19.3
35502026-07-14T21:26:42.613Z[ helios-setup] Jul 14 21:26:41.738 INFO E| Compiling zerocopy-derive v0.6.6
35512026-07-14T21:26:42.774Z[ helios-setup] Jul 14 21:26:41.898 INFO E| Compiling thiserror-impl v2.0.17
35522026-07-14T21:26:42.867Z[ helios-setup] Jul 14 21:26:41.992 INFO E| Compiling tokio-macros v2.6.0
35532026-07-14T21:26:42.996Z[ host-package] Compiling subprocess v0.2.15
35542026-07-14T21:26:43.545Z[ helios-setup] Jul 14 21:26:42.670 INFO E| Compiling der v0.7.10
35552026-07-14T21:26:43.570Z[ host-package] Compiling rpassword v7.4.0
35562026-07-14T21:26:43.879Z[ helios-setup] Jul 14 21:26:43.004 INFO E| Compiling bitfield v0.19.3
35572026-07-14T21:26:44.202Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35582026-07-14T21:26:44.228Z[ helios-setup] Jul 14 21:26:43.353 INFO E| Compiling crc-any v2.5.0
35592026-07-14T21:26:44.261Z[ helios-setup] Jul 14 21:26:43.385 INFO E| Compiling hex v0.4.3
35602026-07-14T21:26:44.317Z[ helios-setup] Jul 14 21:26:43.441 INFO E| Compiling futures-util v0.3.31
35612026-07-14T21:26:44.354Z[ helios-setup] Jul 14 21:26:43.479 INFO E| Compiling num_enum v0.7.5
35622026-07-14T21:26:44.427Z[ helios-setup] Jul 14 21:26:43.552 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
35632026-07-14T21:26:44.740Z[ helios-setup] Jul 14 21:26:43.864 INFO E| Compiling devinfo v0.1.0
35642026-07-14T21:26:44.795Z[ helios-setup] Jul 14 21:26:43.920 INFO E| Compiling iddqd v0.3.14
35652026-07-14T21:26:44.986Z[ helios-setup] Jul 14 21:26:44.111 INFO E| Compiling zip v0.6.6
35662026-07-14T21:26:45.046Z[ helios-setup] Jul 14 21:26:44.170 INFO E| Compiling zerocopy v0.6.6
35672026-07-14T21:26:45.421Z[ helios-setup] Jul 14 21:26:44.546 INFO E| Compiling tokio v1.48.0
35682026-07-14T21:26:45.644Z[ helios-setup] Jul 14 21:26:44.769 INFO E| Compiling spki v0.7.3
35692026-07-14T21:26:45.802Z[ helios-setup] Jul 14 21:26:44.927 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
35702026-07-14T21:26:45.879Z[ helios-setup] Jul 14 21:26:45.003 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35712026-07-14T21:26:45.934Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35722026-07-14T21:26:45.996Z[ helios-setup] Jul 14 21:26:45.120 INFO E| Compiling path-slash v0.1.5
35732026-07-14T21:26:46.255Z[ helios-setup] Jul 14 21:26:45.380 INFO E| Compiling pkcs8 v0.10.2
35742026-07-14T21:26:46.326Z[ helios-setup] Jul 14 21:26:45.450 INFO E| Compiling clap v4.5.51
35752026-07-14T21:26:46.423Z[ helios-setup] Jul 14 21:26:45.547 INFO E| Compiling x509-cert v0.2.5
35762026-07-14T21:26:46.729Z[ helios-setup] Jul 14 21:26:45.853 INFO E| Compiling pkcs1 v0.7.5
35772026-07-14T21:26:47.304Z[ helios-setup] Jul 14 21:26:46.428 INFO E| Compiling ppv-lite86 v0.2.21
35782026-07-14T21:26:47.424Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
35792026-07-14T21:26:47.723Z[ helios-setup] Jul 14 21:26:46.848 INFO E| Compiling hashbrown v0.13.2
35802026-07-14T21:26:48.079Z[ helios-setup] Jul 14 21:26:47.204 INFO E| Compiling rand_chacha v0.3.1
35812026-07-14T21:26:48.125Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
35822026-07-14T21:26:48.227Z[ helios-setup] Jul 14 21:26:47.352 INFO E| Compiling erased-serde v0.3.31
35832026-07-14T21:26:48.238Z[ helios-setup] Jul 14 21:26:47.363 INFO E| Compiling serde_spanned v0.6.9
35842026-07-14T21:26:48.288Z[ helios-setup] Jul 14 21:26:47.413 INFO E| Compiling toml_datetime v0.6.11
35852026-07-14T21:26:48.414Z[ helios-setup] Jul 14 21:26:47.538 INFO E| Compiling rand v0.8.5
35862026-07-14T21:26:48.443Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35872026-07-14T21:26:48.734Z[ helios-setup] Jul 14 21:26:47.859 INFO E| Compiling toml_edit v0.19.15
35882026-07-14T21:26:48.734Z[ helios-setup] Jul 14 21:26:47.859 INFO E| Compiling ron v0.8.1
35892026-07-14T21:26:48.762Z[ helios-setup] Jul 14 21:26:47.887 INFO E| Compiling serde-hex v0.1.0
35902026-07-14T21:26:49.109Z[ helios-setup] Jul 14 21:26:48.234 INFO E| Compiling object v0.30.4
35912026-07-14T21:26:49.936Z[ helios-setup] Jul 14 21:26:49.061 INFO E| Compiling slog-term v2.9.2
35922026-07-14T21:26:50.018Z[ helios-setup] Jul 14 21:26:49.142 INFO E| Compiling futures-executor v0.3.31
35932026-07-14T21:26:50.179Z[ helios-setup] Jul 14 21:26:49.304 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
35942026-07-14T21:26:50.300Z[ helios-setup] Jul 14 21:26:49.422 INFO E| Compiling futures v0.3.31
35952026-07-14T21:26:50.863Z[ host-package] Compiling tui-tree-widget v0.23.1
35962026-07-14T21:26:50.953Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35972026-07-14T21:26:51.148Z[ helios-setup] Jul 14 21:26:50.272 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35982026-07-14T21:26:51.181Z[ helios-setup] Jul 14 21:26:50.305 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35992026-07-14T21:26:51.586Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36002026-07-14T21:26:51.860Z[ helios-setup] Jul 14 21:26:50.984 INFO E| Compiling rsa v0.9.8
36012026-07-14T21:26:52.306Z[ helios-setup] Jul 14 21:26:51.431 INFO E| Compiling toml v0.7.8
36022026-07-14T21:26:53.289Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36032026-07-14T21:26:53.975Z[ host-package] Compiling uzers v0.12.2
36042026-07-14T21:26:54.050Z[ helios-setup] Jul 14 21:26:53.174 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
36052026-07-14T21:26:54.072Z[ helios-setup] Jul 14 21:26:53.196 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
36062026-07-14T21:26:55.670Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36072026-07-14T21:26:56.478Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36082026-07-14T21:26:57.338Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36092026-07-14T21:26:59.327Z[ helios-setup] Jul 14 21:26:58.451 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
36102026-07-14T21:27:00.505Z[ helios-setup] Jul 14 21:26:59.629 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
36112026-07-14T21:27:01.560Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36122026-07-14T21:27:02.364Z[ host-package] Compiling support-bundle-viewer v0.1.2
36132026-07-14T21:27:04.596Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36142026-07-14T21:27:04.867Z[ host-package] Compiling multimap v0.10.1
36152026-07-14T21:27:04.993Z[ helios-setup] Jul 14 21:27:04.117 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
36162026-07-14T21:27:17.025Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
36172026-07-14T21:27:17.443Z[ helios-setup] Jul 14 21:27:16.567 INFO E| Finished `release` profile [optimized] target(s) in 1m 00s
36182026-07-14T21:27:17.446Z[ helios-setup] Jul 14 21:27:16.570 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
36192026-07-14T21:27:17.446Z[ helios-setup] Jul 14 21:27:16.570 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36202026-07-14T21:27:17.504Z[ helios-setup] Jul 14 21:27:16.629 INFO building project "pilot" ok (60 seconds)
36212026-07-14T21:27:17.504Z[ helios-setup] Jul 14 21:27:16.629 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
36222026-07-14T21:27:17.514Z[ helios-setup] Jul 14 21:27:16.638 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.96.1-x86_64-unknown-illumos (default)"
36232026-07-14T21:27:17.514Z[ helios-setup] Jul 14 21:27:16.638 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
36242026-07-14T21:27:17.514Z[ helios-setup] Jul 14 21:27:16.638 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
36252026-07-14T21:27:17.642Z[ helios-setup] Jul 14 21:27:16.766 INFO E| Downloading crates ...
36262026-07-14T21:27:17.707Z[ helios-setup] Jul 14 21:27:16.832 INFO E| Downloaded anyhow v1.0.62
36272026-07-14T21:27:17.711Z[ helios-setup] Jul 14 21:27:16.836 INFO E| Downloaded flate2 v1.0.25
36282026-07-14T21:27:17.716Z[ helios-setup] Jul 14 21:27:16.841 INFO E| Downloaded sha2 v0.10.5
36292026-07-14T21:27:17.719Z[ helios-setup] Jul 14 21:27:16.842 INFO E| Downloaded digest v0.10.3
36302026-07-14T21:27:17.719Z[ helios-setup] Jul 14 21:27:16.843 INFO E| Downloaded block-buffer v0.10.3
36312026-07-14T21:27:17.719Z[ helios-setup] Jul 14 21:27:16.844 INFO E| Downloaded bytes v1.2.1
36322026-07-14T21:27:17.722Z[ helios-setup] Jul 14 21:27:16.846 INFO E| Downloaded generic-array v0.14.6
36332026-07-14T21:27:17.725Z[ helios-setup] Jul 14 21:27:16.849 INFO E| Downloaded miniz_oxide v0.6.2
36342026-07-14T21:27:17.728Z[ helios-setup] Jul 14 21:27:16.850 INFO E| Downloaded cpufeatures v0.2.5
36352026-07-14T21:27:17.728Z[ helios-setup] Jul 14 21:27:16.851 INFO E| Downloaded typenum v1.15.0
36362026-07-14T21:27:17.728Z[ helios-setup] Jul 14 21:27:16.852 INFO E| Downloaded unicode-width v0.1.10
36372026-07-14T21:27:17.770Z[ helios-setup] Jul 14 21:27:16.894 INFO E| Compiling typenum v1.15.0
36382026-07-14T21:27:17.770Z[ helios-setup] Jul 14 21:27:16.894 INFO E| Compiling version_check v0.9.4
36392026-07-14T21:27:17.770Z[ helios-setup] Jul 14 21:27:16.894 INFO E| Compiling cfg-if v1.0.0
36402026-07-14T21:27:17.773Z[ helios-setup] Jul 14 21:27:16.894 INFO E| Compiling crc32fast v1.3.2
36412026-07-14T21:27:17.773Z[ helios-setup] Jul 14 21:27:16.895 INFO E| Compiling anyhow v1.0.62
36422026-07-14T21:27:17.773Z[ helios-setup] Jul 14 21:27:16.895 INFO E| Compiling adler v1.0.2
36432026-07-14T21:27:17.773Z[ helios-setup] Jul 14 21:27:16.895 INFO E| Compiling cpufeatures v0.2.5
36442026-07-14T21:27:17.791Z[ helios-setup] Jul 14 21:27:16.916 INFO E| Compiling unicode-width v0.1.10
36452026-07-14T21:27:17.791Z[ helios-setup] Jul 14 21:27:16.916 INFO E| Compiling bitflags v1.3.2
36462026-07-14T21:27:17.791Z[ helios-setup] Jul 14 21:27:16.916 INFO E| Compiling bytes v1.2.1
36472026-07-14T21:27:18.013Z[ helios-setup] Jul 14 21:27:17.136 INFO E| Compiling getopts v0.2.21
36482026-07-14T21:27:18.182Z[ helios-setup] Jul 14 21:27:17.306 INFO E| Compiling miniz_oxide v0.6.2
36492026-07-14T21:27:18.246Z[ helios-setup] Jul 14 21:27:17.370 INFO E| Compiling generic-array v0.14.6
36502026-07-14T21:27:18.873Z[ helios-setup] Jul 14 21:27:17.995 INFO E| Compiling flate2 v1.0.25
36512026-07-14T21:27:19.910Z[ helios-setup] Jul 14 21:27:19.034 INFO E| Compiling crypto-common v0.1.6
36522026-07-14T21:27:19.913Z[ helios-setup] Jul 14 21:27:19.034 INFO E| Compiling block-buffer v0.10.3
36532026-07-14T21:27:20.062Z[ helios-setup] Jul 14 21:27:19.186 INFO E| Compiling digest v0.10.3
36542026-07-14T21:27:20.341Z[ helios-setup] Jul 14 21:27:19.466 INFO E| Compiling sha2 v0.10.5
36552026-07-14T21:27:20.593Z[ helios-setup] Jul 14 21:27:19.717 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
36562026-07-14T21:27:22.586Z[ helios-setup] Jul 14 21:27:21.710 INFO E| Finished `release` profile [optimized] target(s) in 5.06s
36572026-07-14T21:27:22.600Z[ helios-setup] Jul 14 21:27:21.723 INFO building project "bootserver" ok (5 seconds)
36582026-07-14T21:27:22.600Z[ helios-setup] Jul 14 21:27:21.723 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36592026-07-14T21:27:22.609Z[ helios-setup] Jul 14 21:27:21.733 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.96.1-x86_64-unknown-illumos (default)"
36602026-07-14T21:27:22.609Z[ helios-setup] Jul 14 21:27:21.734 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36612026-07-14T21:27:22.609Z[ helios-setup] Jul 14 21:27:21.734 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36622026-07-14T21:27:22.723Z[ helios-setup] Jul 14 21:27:21.847 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36632026-07-14T21:27:22.986Z[ helios-setup] Jul 14 21:27:22.110 INFO E| From https://github.com/jclulow/rust-jmclib
36642026-07-14T21:27:22.986Z[ helios-setup] Jul 14 21:27:22.110 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36652026-07-14T21:27:22.998Z[ helios-setup] Jul 14 21:27:22.123 INFO E| Updating crates.io index
36662026-07-14T21:27:23.044Z[ helios-setup] Jul 14 21:27:22.168 INFO E| Downloading crates ...
36672026-07-14T21:27:23.102Z[ helios-setup] Jul 14 21:27:22.226 INFO E| Downloaded anyhow v1.0.72
36682026-07-14T21:27:23.106Z[ helios-setup] Jul 14 21:27:22.229 INFO E| Downloaded glob v0.3.1
36692026-07-14T21:27:23.106Z[ helios-setup] Jul 14 21:27:22.230 INFO E| Downloaded fastrand v2.0.0
36702026-07-14T21:27:23.110Z[ helios-setup] Jul 14 21:27:22.231 INFO E| Downloaded digest v0.9.0
36712026-07-14T21:27:23.113Z[ helios-setup] Jul 14 21:27:22.234 INFO E| Downloaded block-buffer v0.9.0
36722026-07-14T21:27:23.113Z[ helios-setup] Jul 14 21:27:22.237 INFO E| Downloaded cpufeatures v0.2.9
36732026-07-14T21:27:23.117Z[ helios-setup] Jul 14 21:27:22.242 INFO E| Downloaded serde_derive v1.0.193
36742026-07-14T21:27:23.120Z[ helios-setup] Jul 14 21:27:22.244 INFO E| Downloaded sha-1 v0.9.8
36752026-07-14T21:27:23.120Z[ helios-setup] Jul 14 21:27:22.245 INFO E| Downloaded serde v1.0.193
36762026-07-14T21:27:23.124Z[ helios-setup] Jul 14 21:27:22.247 INFO E| Downloaded libdevinfo-sys v1.0.0
36772026-07-14T21:27:23.124Z[ helios-setup] Jul 14 21:27:22.247 INFO E| Downloaded errno v0.3.1
36782026-07-14T21:27:23.124Z[ helios-setup] Jul 14 21:27:22.248 INFO E| Downloaded quote v1.0.31
36792026-07-14T21:27:23.131Z[ helios-setup] Jul 14 21:27:22.255 INFO E| Downloaded md-5 v0.9.1
36802026-07-14T21:27:23.136Z[ helios-setup] Jul 14 21:27:22.261 INFO E| Downloaded uuid v0.8.2
36812026-07-14T21:27:23.139Z[ helios-setup] Jul 14 21:27:22.263 INFO E| Downloaded getrandom v0.2.10
36822026-07-14T21:27:23.142Z[ helios-setup] Jul 14 21:27:22.265 INFO E| Downloaded bitflags v2.3.3
36832026-07-14T21:27:23.145Z[ helios-setup] Jul 14 21:27:22.269 INFO E| Downloaded proc-macro2 v1.0.66
36842026-07-14T21:27:23.150Z[ helios-setup] Jul 14 21:27:22.274 INFO E| Downloaded walkdir v2.3.3
36852026-07-14T21:27:23.154Z[ helios-setup] Jul 14 21:27:22.276 INFO E| Downloaded tempfile v3.7.0
36862026-07-14T21:27:23.157Z[ helios-setup] Jul 14 21:27:22.277 INFO E| Downloaded unicode-ident v1.0.11
36872026-07-14T21:27:23.160Z[ helios-setup] Jul 14 21:27:22.282 INFO E| Downloaded typenum v1.16.0
36882026-07-14T21:27:23.164Z[ helios-setup] Jul 14 21:27:22.286 INFO E| Downloaded once_cell v1.18.0
36892026-07-14T21:27:23.167Z[ helios-setup] Jul 14 21:27:22.291 INFO E| Downloaded toml v0.5.11
36902026-07-14T21:27:23.183Z[ helios-setup] Jul 14 21:27:22.308 INFO E| Downloaded serde_json v1.0.103
36912026-07-14T21:27:23.204Z[ helios-setup] Jul 14 21:27:22.329 INFO E| Downloaded syn v2.0.32
36922026-07-14T21:27:23.211Z[ helios-setup] Jul 14 21:27:22.335 INFO E| Downloaded rustix v0.38.4
36932026-07-14T21:27:23.267Z[ helios-setup] Jul 14 21:27:22.391 INFO E| Downloaded libc v0.2.147
36942026-07-14T21:27:23.333Z[ helios-setup] Jul 14 21:27:22.457 INFO E| Compiling libc v0.2.147
36952026-07-14T21:27:23.333Z[ helios-setup] Jul 14 21:27:22.457 INFO E| Compiling proc-macro2 v1.0.66
36962026-07-14T21:27:23.333Z[ helios-setup] Jul 14 21:27:22.457 INFO E| Compiling cfg-if v1.0.0
36972026-07-14T21:27:23.333Z[ helios-setup] Jul 14 21:27:22.457 INFO E| Compiling unicode-ident v1.0.11
36982026-07-14T21:27:23.337Z[ helios-setup] Jul 14 21:27:22.458 INFO E| Compiling version_check v0.9.4
36992026-07-14T21:27:23.337Z[ helios-setup] Jul 14 21:27:22.458 INFO E| Compiling typenum v1.16.0
37002026-07-14T21:27:23.337Z[ helios-setup] Jul 14 21:27:22.458 INFO E| Compiling serde v1.0.193
37012026-07-14T21:27:23.337Z[ helios-setup] Jul 14 21:27:22.458 INFO E| Compiling itoa v1.0.9
37022026-07-14T21:27:23.337Z[ helios-setup] Jul 14 21:27:22.458 INFO E| Compiling slog v2.7.0
37032026-07-14T21:27:23.337Z[ helios-setup] Jul 14 21:27:22.458 INFO E| Compiling time-core v0.1.2
37042026-07-14T21:27:23.337Z[ helios-setup] Jul 14 21:27:22.458 INFO E| Compiling rustix v0.38.4
37052026-07-14T21:27:23.337Z[ helios-setup] Jul 14 21:27:22.458 INFO E| Compiling num-conv v0.1.0
37062026-07-14T21:27:23.337Z[ helios-setup] Jul 14 21:27:22.458 INFO E| Compiling powerfmt v0.2.0
37072026-07-14T21:27:23.337Z[ helios-setup] Jul 14 21:27:22.458 INFO E| Compiling bitflags v2.3.3
37082026-07-14T21:27:23.337Z[ helios-setup] Jul 14 21:27:22.458 INFO E| Compiling num_threads v0.1.6
37092026-07-14T21:27:23.337Z[ helios-setup] Jul 14 21:27:22.458 INFO E| Compiling once_cell v1.18.0
37102026-07-14T21:27:23.865Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37112026-07-14T21:27:23.951Z[ helios-setup] Jul 14 21:27:23.076 INFO E| Compiling fastrand v2.0.0
37122026-07-14T21:27:24.057Z[ helios-setup] Jul 14 21:27:23.181 INFO E| Compiling opaque-debug v0.3.0
37132026-07-14T21:27:24.239Z[ helios-setup] Jul 14 21:27:23.364 INFO E| Compiling thread_local v1.1.7
37142026-07-14T21:27:24.320Z[ helios-setup] Jul 14 21:27:23.445 INFO E| Compiling deranged v0.3.11
37152026-07-14T21:27:24.348Z[ helios-setup] Jul 14 21:27:23.473 INFO E| Compiling serde_json v1.0.103
37162026-07-14T21:27:24.354Z[ helios-setup] Jul 14 21:27:23.479 INFO E| Compiling anyhow v1.0.72
37172026-07-14T21:27:24.377Z[ helios-setup] Jul 14 21:27:23.501 INFO E| Compiling time-macros v0.2.18
37182026-07-14T21:27:24.520Z[ helios-setup] Jul 14 21:27:23.642 INFO E| Compiling ryu v1.0.15
37192026-07-14T21:27:24.562Z[ helios-setup] Jul 14 21:27:23.686 INFO E| Compiling unicode-width v0.1.10
37202026-07-14T21:27:24.629Z[ helios-setup] Jul 14 21:27:23.753 INFO E| Compiling cpufeatures v0.2.9
37212026-07-14T21:27:24.711Z[ helios-setup] Jul 14 21:27:23.836 INFO E| Compiling same-file v1.0.6
37222026-07-14T21:27:24.742Z[ helios-setup] Jul 14 21:27:23.866 INFO E| Compiling quote v1.0.31
37232026-07-14T21:27:24.779Z[ helios-setup] Jul 14 21:27:23.904 INFO E| Compiling getopts v0.2.21
37242026-07-14T21:27:24.825Z[ helios-setup] Jul 14 21:27:23.947 INFO E| Compiling glob v0.3.1
37252026-07-14T21:27:24.864Z[ helios-setup] Jul 14 21:27:23.985 INFO E| Compiling libdevinfo-sys v1.0.0
37262026-07-14T21:27:24.899Z[ helios-setup] Jul 14 21:27:24.024 INFO E| Compiling walkdir v2.3.3
37272026-07-14T21:27:24.951Z[ helios-setup] Jul 14 21:27:24.075 INFO E| Compiling generic-array v0.14.7
37282026-07-14T21:27:25.020Z[ helios-setup] Jul 14 21:27:24.144 INFO E| Compiling syn v2.0.32
37292026-07-14T21:27:25.454Z[ helios-setup] Jul 14 21:27:24.578 INFO E| Compiling dirs-sys-next v0.1.2
37302026-07-14T21:27:25.454Z[ helios-setup] Jul 14 21:27:24.578 INFO E| Compiling errno v0.3.1
37312026-07-14T21:27:25.457Z[ helios-setup] Jul 14 21:27:24.578 INFO E| Compiling atty v0.2.14
37322026-07-14T21:27:25.474Z[ helios-setup] Jul 14 21:27:24.599 INFO E| Compiling getrandom v0.2.10
37332026-07-14T21:27:25.741Z[ helios-setup] Jul 14 21:27:24.865 INFO E| Compiling dirs-next v2.0.0
37342026-07-14T21:27:25.833Z[ helios-setup] Jul 14 21:27:24.949 INFO E| Compiling term v0.7.0
37352026-07-14T21:27:26.201Z[ helios-setup] Jul 14 21:27:25.326 INFO E| Compiling digest v0.9.0
37362026-07-14T21:27:26.202Z[ helios-setup] Jul 14 21:27:25.326 INFO E| Compiling block-buffer v0.9.0
37372026-07-14T21:27:26.322Z[ helios-setup] Jul 14 21:27:25.445 INFO E| Compiling tempfile v3.7.0
37382026-07-14T21:27:26.345Z[ helios-setup] Jul 14 21:27:25.470 INFO E| Compiling sha-1 v0.9.8
37392026-07-14T21:27:26.345Z[ helios-setup] Jul 14 21:27:25.470 INFO E| Compiling md-5 v0.9.1
37402026-07-14T21:27:26.509Z[ helios-setup] Jul 14 21:27:25.633 INFO E| Compiling time v0.3.36
37412026-07-14T21:27:27.098Z[ helios-setup] Jul 14 21:27:26.222 INFO E| Compiling serde_derive v1.0.193
37422026-07-14T21:27:27.563Z[ helios-setup] Jul 14 21:27:26.688 INFO E| Compiling slog-term v2.9.0
37432026-07-14T21:27:28.165Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37442026-07-14T21:27:31.586Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37452026-07-14T21:27:31.835Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37462026-07-14T21:27:32.026Z[ helios-setup] Jul 14 21:27:31.149 INFO E| Compiling toml v0.5.11
37472026-07-14T21:27:32.026Z[ helios-setup] Jul 14 21:27:31.149 INFO E| Compiling uuid v0.8.2
37482026-07-14T21:27:32.798Z[ helios-setup] Jul 14 21:27:31.921 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37492026-07-14T21:27:33.346Z[ helios-setup] Jul 14 21:27:32.470 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37502026-07-14T21:27:37.774Z[ helios-setup] Jul 14 21:27:36.898 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.15s
37512026-07-14T21:27:37.797Z[ helios-setup] Jul 14 21:27:36.921 INFO building project "image-builder" ok (15 seconds)
37522026-07-14T21:27:37.800Z[ helios-setup] rm -f helios-build
37532026-07-14T21:27:37.800Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37542026-07-14T21:27:37.804Z[ helios-setup]
37552026-07-14T21:27:37.804Z[ helios-setup] Setup complete! ./helios-build is now available.
37562026-07-14T21:27:37.807Z[ helios-setup]
37572026-07-14T21:27:37.807Z[ helios-setup]
37582026-07-14T21:27:37.807Z[ helios-setup] real 3:11.398084907
37592026-07-14T21:27:37.807Z[ helios-setup] user 7:05.301363384
37602026-07-14T21:27:37.807Z[ helios-setup] sys 1:21.118200438
37612026-07-14T21:27:37.807Z[ helios-setup] trap 0.537428140
37622026-07-14T21:27:37.807Z[ helios-setup] tflt 4.068889252
37632026-07-14T21:27:37.807Z[ helios-setup] dflt 8.893151470
37642026-07-14T21:27:37.807Z[ helios-setup] kflt 0.002131533
37652026-07-14T21:27:37.807Z[ helios-setup] lock 55:17.723044939
37662026-07-14T21:27:37.807Z[ helios-setup] slp 38:36.758174795
37672026-07-14T21:27:37.807Z[ helios-setup] lat 7:44.249664686
37682026-07-14T21:27:37.807Z[ helios-setup] stop 1:31.530060301
37692026-07-14T21:27:37.807ZJul 14 21:27:36.930 INFO [helios-setup] process exited with exit status: 0 (191.401416167s)
37702026-07-14T21:27:37.807ZJul 14 21:27:36.931 INFO [helios-record] running task
37712026-07-14T21:27:37.807ZJul 14 21:27:36.931 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37722026-07-14T21:27:37.811ZJul 14 21:27:36.935 DEBG process exited with exit status: 0 (4.24368ms)
37732026-07-14T21:27:37.811ZJul 14 21:27:36.935 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37742026-07-14T21:27:37.815ZJul 14 21:27:36.939 DEBG process exited with exit status: 0 (4.18374ms)
37752026-07-14T21:27:37.818ZJul 14 21:27:36.939 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37762026-07-14T21:27:37.821ZJul 14 21:27:36.943 DEBG process exited with exit status: 0 (3.93766ms)
37772026-07-14T21:27:37.821ZJul 14 21:27:36.943 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37782026-07-14T21:27:37.824ZJul 14 21:27:36.947 DEBG process exited with exit status: 0 (3.85961ms)
37792026-07-14T21:27:37.824ZJul 14 21:27:36.947 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37802026-07-14T21:27:37.827ZJul 14 21:27:36.951 DEBG process exited with exit status: 0 (3.61545ms)
37812026-07-14T21:27:37.827ZJul 14 21:27:36.951 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37822026-07-14T21:27:37.831ZJul 14 21:27:36.955 DEBG process exited with exit status: 0 (3.58058ms)
37832026-07-14T21:27:37.831ZJul 14 21:27:36.955 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37842026-07-14T21:27:37.834ZJul 14 21:27:36.958 DEBG process exited with exit status: 0 (3.51203ms)
37852026-07-14T21:27:37.834ZJul 14 21:27:36.958 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37862026-07-14T21:27:37.837ZJul 14 21:27:36.962 DEBG process exited with exit status: 0 (3.73383ms)
37872026-07-14T21:27:37.837ZJul 14 21:27:36.962 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37882026-07-14T21:27:37.841ZJul 14 21:27:36.965 DEBG process exited with exit status: 0 (3.6125ms)
37892026-07-14T21:27:37.844ZJul 14 21:27:36.966 INFO [helios-record] task succeeded (35.21134ms)
37902026-07-14T21:35:00.220Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 02s
37912026-07-14T21:35:50.477ZJul 14 21:35:49.597 INFO [host-package] process exited with exit status: 0 (653.268095683s)
37922026-07-14T21:35:50.478ZJul 14 21:35:49.597 INFO [host-libraries] running task
37932026-07-14T21:35:50.478ZJul 14 21:35:49.597 INFO [host-stamp] running task
37942026-07-14T21:35:50.481ZJul 14 21:35:49.599 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 22.0.0-0.ci+git344c5b62ee1
37952026-07-14T21:35:50.481ZJul 14 21:35:49.600 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 22.0.0-0.ci+git344c5b62ee1
37962026-07-14T21:35:50.481ZJul 14 21:35:49.600 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 22.0.0-0.ci+git344c5b62ee1
37972026-07-14T21:35:50.481ZJul 14 21:35:49.600 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 22.0.0-0.ci+git344c5b62ee1
37982026-07-14T21:35:50.481ZJul 14 21:35:49.600 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 22.0.0-0.ci+git344c5b62ee1
37992026-07-14T21:35:50.481ZJul 14 21:35:49.601 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 22.0.0-0.ci+git344c5b62ee1
38002026-07-14T21:35:50.484ZJul 14 21:35:49.601 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 22.0.0-0.ci+git344c5b62ee1
38012026-07-14T21:35:50.484ZJul 14 21:35:49.601 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 22.0.0-0.ci+git344c5b62ee1
38022026-07-14T21:35:50.489Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38032026-07-14T21:35:50.489Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38042026-07-14T21:35:50.493Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38052026-07-14T21:35:50.493Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38062026-07-14T21:35:50.493Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38072026-07-14T21:35:50.493Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38082026-07-14T21:35:50.493Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38092026-07-14T21:35:50.493Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38102026-07-14T21:35:50.493Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38112026-07-14T21:35:50.496ZJul 14 21:35:49.614 INFO [stamp-overlay] process exited with exit status: 0 (13.23495ms)
38122026-07-14T21:35:50.502Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38132026-07-14T21:35:50.505ZJul 14 21:35:49.625 INFO [stamp-oxlog] process exited with exit status: 0 (25.31875ms)
38142026-07-14T21:35:50.539Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38152026-07-14T21:35:50.542ZJul 14 21:35:49.662 INFO [stamp-crucible-utils] process exited with exit status: 0 (61.81789ms)
38162026-07-14T21:35:50.550Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38172026-07-14T21:35:50.553ZJul 14 21:35:49.673 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (72.77616ms)
38182026-07-14T21:35:50.707Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38192026-07-14T21:35:50.711ZJul 14 21:35:49.831 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (229.604399ms)
38202026-07-14T21:35:50.999Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38212026-07-14T21:35:51.003ZJul 14 21:35:50.121 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (522.019649ms)
38222026-07-14T21:35:51.032Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38232026-07-14T21:35:51.035ZJul 14 21:35:50.155 INFO [stamp-propolis-server] process exited with exit status: 0 (553.546809ms)
38242026-07-14T21:35:51.828ZJul 14 21:35:50.948 INFO [host-libraries] task succeeded (1.350884537s)
38252026-07-14T21:35:51.832ZJul 14 21:35:50.948 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38262026-07-14T21:35:51.835Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38272026-07-14T21:35:52.778Z[recovery-package] Compiling newtype-uuid v1.3.2
38282026-07-14T21:35:53.009Z[recovery-package] Compiling daft v0.1.7
38292026-07-14T21:35:53.212Z[recovery-package] Compiling iddqd v0.4.2
38302026-07-14T21:35:54.140Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38312026-07-14T21:35:54.436Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38322026-07-14T21:35:54.436Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38332026-07-14T21:35:54.439Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38342026-07-14T21:35:54.439Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38352026-07-14T21:35:54.439Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38362026-07-14T21:35:54.439Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38372026-07-14T21:35:54.439Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38382026-07-14T21:35:54.449Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38392026-07-14T21:35:54.545Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38402026-07-14T21:35:54.844Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38412026-07-14T21:35:54.844Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38422026-07-14T21:35:54.961Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38432026-07-14T21:35:56.845Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38442026-07-14T21:35:56.849ZJul 14 21:35:55.968 INFO [stamp-switch-asic] process exited with exit status: 0 (6.367566017s)
38452026-07-14T21:35:56.849ZJul 14 21:35:55.968 INFO [host-stamp] task succeeded (6.370999097s)
38462026-07-14T21:35:56.849ZJul 14 21:35:55.968 INFO [host-proto] running task
38472026-07-14T21:35:57.264ZJul 14 21:35:56.383 INFO [host-proto] task succeeded (415.12563ms)
38482026-07-14T21:35:57.264ZJul 14 21:35:56.383 INFO [host-profile] running task
38492026-07-14T21:35:57.273ZJul 14 21:35:56.383 INFO [host-profile] task succeeded (215.14µs)
38502026-07-14T21:35:57.273ZJul 14 21:35:56.384 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/.tmpirioCU/proto/host/root -N 'ci 344c5b6/${os_short_commit} 2026-07-14 21:24' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38512026-07-14T21:35:57.278Z[ host-image] Jul 14 21:35:56.389 INFO Checking files for board 'cosmo-mbist'
38522026-07-14T21:35:57.278Z[ host-image] Jul 14 21:35:56.390 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38532026-07-14T21:35:57.278Z[ host-image] Jul 14 21:35:56.390 INFO Checking files for board 'cosmo-mbist-noaggr'
38542026-07-14T21:35:57.278Z[ host-image] Jul 14 21:35:56.390 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38552026-07-14T21:35:57.278Z[ host-image] Jul 14 21:35:56.390 INFO Checking files for board 'gimlet'
38562026-07-14T21:35:57.279Z[ host-image] Jul 14 21:35:56.390 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38572026-07-14T21:35:57.279Z[ host-image] Jul 14 21:35:56.390 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38582026-07-14T21:35:57.279Z[ host-image] Jul 14 21:35:56.390 INFO Checking files for board 'cosmo'
38592026-07-14T21:35:57.279Z[ host-image] Jul 14 21:35:56.390 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38602026-07-14T21:35:57.279Z[ host-image] Jul 14 21:35:56.390 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38612026-07-14T21:35:57.282Z[ host-image] Jul 14 21:35:56.400 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpirioCU/proto/host/root"
38622026-07-14T21:35:57.282Z[ host-image] Jul 14 21:35:56.400 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38632026-07-14T21:35:57.283Z[ host-image] Jul 14 21:35:56.400 INFO image builder template: ramdisk-01-os...
38642026-07-14T21:35:57.283Z[ host-image] Jul 14 21:35:56.400 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/.tmpirioCU/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38652026-07-14T21:35:57.293Z[ host-image] Jul 14 21:35:56.412 INFO O| Jul 14 21:35:56.412 INFO CREATE DATASET: rpool/images/build/host/output
38662026-07-14T21:35:58.527Z[ host-image] Jul 14 21:35:57.646 INFO O| Jul 14 21:35:57.646 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38672026-07-14T21:35:58.530Z[ host-image] Jul 14 21:35:57.649 INFO O| Jul 14 21:35:57.649 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38682026-07-14T21:35:58.708Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38692026-07-14T21:35:58.708Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38702026-07-14T21:35:58.711Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38712026-07-14T21:35:58.711Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38722026-07-14T21:35:58.711Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38732026-07-14T21:35:58.763Z[ host-image] Jul 14 21:35:57.883 INFO O| Jul 14 21:35:57.883 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38742026-07-14T21:35:58.818Z[ host-image] Jul 14 21:35:57.933 INFO O| Jul 14 21:35:57.933 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38752026-07-14T21:35:58.818Z[ host-image] Jul 14 21:35:57.934 INFO O| Jul 14 21:35:57.934 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38762026-07-14T21:35:58.822Z[ host-image] Jul 14 21:35:57.934 INFO O| Jul 14 21:35:57.934 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38772026-07-14T21:35:58.822Z[ host-image] Jul 14 21:35:57.934 INFO O| Jul 14 21:35:57.934 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38782026-07-14T21:35:58.822Z[ host-image] Jul 14 21:35:57.940 INFO O| Jul 14 21:35:57.940 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38792026-07-14T21:35:59.034Z[ host-image] Jul 14 21:35:58.153 INFO O| Jul 14 21:35:58.153 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38802026-07-14T21:35:59.042Z[ host-image] Jul 14 21:35:58.161 INFO O| Jul 14 21:35:58.161 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38812026-07-14T21:35:59.332Z[ host-image] Jul 14 21:35:58.452 INFO O| Jul 14 21:35:58.451 INFO O| Caching catalogs ... Done
38822026-07-14T21:35:59.407Z[ host-image] Jul 14 21:35:58.526 INFO O| Jul 14 21:35:58.526 INFO STEP 0 (pkg_image_create) COMPLETE
38832026-07-14T21:35:59.407Z[ host-image] Jul 14 21:35:58.526 INFO O| Jul 14 21:35:58.526 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38842026-07-14T21:35:59.416Z[ host-image] Jul 14 21:35:58.534 INFO O| Jul 14 21:35:58.534 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"]
38852026-07-14T21:35:59.734Z[ host-image] Jul 14 21:35:58.853 INFO O| Jul 14 21:35:58.853 INFO STEP 1 (pkg_set_publisher) COMPLETE
38862026-07-14T21:35:59.734Z[ host-image] Jul 14 21:35:58.853 INFO O| Jul 14 21:35:58.853 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38872026-07-14T21:35:59.734Z[ host-image] Jul 14 21:35:58.853 INFO O| Jul 14 21:35:58.853 INFO skip step because feature "publisher_1_name" is not enabled
38882026-07-14T21:35:59.737Z[ host-image] Jul 14 21:35:58.853 INFO O| Jul 14 21:35:58.853 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38892026-07-14T21:35:59.737Z[ host-image] Jul 14 21:35:58.853 INFO O| Jul 14 21:35:58.853 INFO skip step because feature "publisher_2_name" is not enabled
38902026-07-14T21:35:59.737Z[ host-image] Jul 14 21:35:58.853 INFO O| Jul 14 21:35:58.853 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38912026-07-14T21:35:59.737Z[ host-image] Jul 14 21:35:58.853 INFO O| Jul 14 21:35:58.853 INFO skip step because feature "publisher_3_name" is not enabled
38922026-07-14T21:35:59.737Z[ host-image] Jul 14 21:35:58.853 INFO O| Jul 14 21:35:58.853 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38932026-07-14T21:36:00.037Z[ host-image] Jul 14 21:35:59.156 INFO O| Jul 14 21:35:59.156 INFO variant opensolaris.zone is already global
38942026-07-14T21:36:00.037Z[ host-image] Jul 14 21:35:59.156 INFO O| Jul 14 21:35:59.156 INFO STEP 5 (pkg_change_variant) COMPLETE
38952026-07-14T21:36:00.037Z[ host-image] Jul 14 21:35:59.156 INFO O| Jul 14 21:35:59.156 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38962026-07-14T21:36:00.308Z[ host-image] Jul 14 21:35:59.428 INFO O| Jul 14 21:35:59.428 INFO variant opensolaris.imagetype is full; changing to partial
38972026-07-14T21:36:00.308Z[ host-image] Jul 14 21:35:59.428 INFO O| Jul 14 21:35:59.428 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38982026-07-14T21:36:01.006Z[ host-image] Jul 14 21:36:00.125 INFO O| Jul 14 21:36:00.125 INFO O| Startup: Refreshing catalog 'helios' ... Done
38992026-07-14T21:36:01.118Z[ host-image] Jul 14 21:36:00.238 INFO O| Jul 14 21:36:00.238 INFO O| Startup: Caching catalogs ... Done
39002026-07-14T21:36:01.122Z[ host-image] Jul 14 21:36:00.242 INFO O| Jul 14 21:36:00.242 INFO O| Planning: Planning completed in 0.00 seconds
39012026-07-14T21:36:01.126Z[ host-image] Jul 14 21:36:00.242 INFO O| Jul 14 21:36:00.242 INFO O| Planning: Consolidating action changes ... Done
39022026-07-14T21:36:01.126Z[ host-image] Jul 14 21:36:00.242 INFO O| Jul 14 21:36:00.242 INFO O| Planning: Evaluating mediators ... Done
39032026-07-14T21:36:01.126Z[ host-image] Jul 14 21:36:00.242 INFO O| Jul 14 21:36:00.242 INFO O| Planning: Planning completed in 0.00 seconds
39042026-07-14T21:36:01.126Z[ host-image] Jul 14 21:36:00.243 INFO O| Jul 14 21:36:00.243 INFO O| Variants/Facets to change: 1
39052026-07-14T21:36:01.132Z[ host-image] Jul 14 21:36:00.251 INFO O| Jul 14 21:36:00.251 INFO O| Finalize: Updating package state database ... Done
39062026-07-14T21:36:01.132Z[ host-image] Jul 14 21:36:00.251 INFO O| Jul 14 21:36:00.251 INFO O| Finalize: Updating package cache ... Done
39072026-07-14T21:36:01.154Z[ host-image] Jul 14 21:36:00.273 INFO O| Jul 14 21:36:00.273 INFO O| Finalize: Updating image state ... Done
39082026-07-14T21:36:01.157Z[ host-image] Jul 14 21:36:00.276 INFO O| Jul 14 21:36:00.276 INFO O| Finalize: Creating fast lookup database ... Done
39092026-07-14T21:36:01.157Z[ host-image] Jul 14 21:36:00.276 INFO O| Jul 14 21:36:00.276 INFO O| Finalize: Reading search index ... Done
39102026-07-14T21:36:01.157Z[ host-image] Jul 14 21:36:00.276 INFO O| Jul 14 21:36:00.276 INFO O| Finalize: Updating search index ... Done
39112026-07-14T21:36:01.160Z[ host-image] Jul 14 21:36:00.277 INFO O| Jul 14 21:36:00.277 INFO O| Finalize: Updating package cache ... Done
39122026-07-14T21:36:01.248Z[ host-image] Jul 14 21:36:00.367 INFO O| Jul 14 21:36:00.367 INFO STEP 6 (pkg_change_variant) COMPLETE
39132026-07-14T21:36:01.248Z[ host-image] Jul 14 21:36:00.367 INFO O| Jul 14 21:36:00.367 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39142026-07-14T21:36:01.251Z[ host-image] Jul 14 21:36:00.367 INFO O| Jul 14 21:36:00.367 INFO skip step because feature "debug_variant" is not enabled
39152026-07-14T21:36:01.251Z[ host-image] Jul 14 21:36:00.367 INFO O| Jul 14 21:36:00.367 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39162026-07-14T21:36:01.495Z[ host-image] Jul 14 21:36:00.613 INFO O| Jul 14 21:36:00.613 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39172026-07-14T21:36:02.158Z[ host-image] Jul 14 21:36:01.276 INFO O| Jul 14 21:36:01.276 INFO O| Startup: Refreshing catalog 'helios' ... Done
39182026-07-14T21:36:02.267Z[ host-image] Jul 14 21:36:01.387 INFO O| Jul 14 21:36:01.387 INFO O| Startup: Caching catalogs ... Done
39192026-07-14T21:36:02.271Z[ host-image] Jul 14 21:36:01.391 INFO O| Jul 14 21:36:01.391 INFO O| Planning: Planning completed in 0.00 seconds
39202026-07-14T21:36:02.274Z[ host-image] Jul 14 21:36:01.391 INFO O| Jul 14 21:36:01.391 INFO O| Planning: Consolidating action changes ... Done
39212026-07-14T21:36:02.274Z[ host-image] Jul 14 21:36:01.391 INFO O| Jul 14 21:36:01.391 INFO O| Planning: Evaluating mediators ... Done
39222026-07-14T21:36:02.274Z[ host-image] Jul 14 21:36:01.391 INFO O| Jul 14 21:36:01.391 INFO O| Planning: Planning completed in 0.00 seconds
39232026-07-14T21:36:02.274Z[ host-image] Jul 14 21:36:01.391 INFO O| Jul 14 21:36:01.391 INFO O| Variants/Facets to change: 1
39242026-07-14T21:36:02.280Z[ host-image] Jul 14 21:36:01.400 INFO O| Jul 14 21:36:01.400 INFO O| Finalize: Updating package state database ... Done
39252026-07-14T21:36:02.280Z[ host-image] Jul 14 21:36:01.400 INFO O| Jul 14 21:36:01.400 INFO O| Finalize: Updating package cache ... Done
39262026-07-14T21:36:02.300Z[ host-image] Jul 14 21:36:01.419 INFO O| Jul 14 21:36:01.419 INFO O| Finalize: Updating image state ... Done
39272026-07-14T21:36:02.303Z[ host-image] Jul 14 21:36:01.422 INFO O| Jul 14 21:36:01.422 INFO O| Finalize: Creating fast lookup database ... Done
39282026-07-14T21:36:02.303Z[ host-image] Jul 14 21:36:01.422 INFO O| Jul 14 21:36:01.422 INFO O| Finalize: Reading search index ... Done
39292026-07-14T21:36:02.303Z[ host-image] Jul 14 21:36:01.422 INFO O| Jul 14 21:36:01.422 INFO O| Finalize: Updating search index ... Done
39302026-07-14T21:36:02.306Z[ host-image] Jul 14 21:36:01.423 INFO O| Jul 14 21:36:01.423 INFO O| Finalize: Updating package cache ... Done
39312026-07-14T21:36:02.393Z[ host-image] Jul 14 21:36:01.513 INFO O| Jul 14 21:36:01.512 INFO STEP 8 (pkg_change_facet) COMPLETE
39322026-07-14T21:36:02.393Z[ host-image] Jul 14 21:36:01.513 INFO O| Jul 14 21:36:01.512 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39332026-07-14T21:36:02.396Z[ host-image] Jul 14 21:36:01.513 INFO O| Jul 14 21:36:01.513 INFO skip step because feature "recovery" is not enabled
39342026-07-14T21:36:02.396Z[ host-image] Jul 14 21:36:01.513 INFO O| Jul 14 21:36:01.513 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39352026-07-14T21:36:02.396Z[ host-image] Jul 14 21:36:01.513 INFO O| Jul 14 21:36:01.513 INFO skip step because feature "recovery" is not enabled
39362026-07-14T21:36:02.396Z[ host-image] Jul 14 21:36:01.513 INFO O| Jul 14 21:36:01.513 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39372026-07-14T21:36:02.400Z[ host-image] Jul 14 21:36:01.520 INFO O| Jul 14 21:36:01.520 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@22.0.0.0"]
39382026-07-14T21:36:03.049Z[ host-image] Jul 14 21:36:02.169 INFO O| Jul 14 21:36:02.169 INFO O| Startup: Refreshing catalog 'helios' ... Done
39392026-07-14T21:36:03.162Z[ host-image] Jul 14 21:36:02.282 INFO O| Jul 14 21:36:02.281 INFO O| Startup: Caching catalogs ... Done
39402026-07-14T21:36:03.620Z[ host-image] Jul 14 21:36:02.740 INFO O| Jul 14 21:36:02.740 INFO O| Planning: Solver setup ... Done
39412026-07-14T21:36:03.638Z[ host-image] Jul 14 21:36:02.757 INFO O| Jul 14 21:36:02.757 INFO O| Planning: Running solver ... Done
39422026-07-14T21:36:03.648Z[ host-image] Jul 14 21:36:02.768 INFO O| Jul 14 21:36:02.768 INFO O| Planning: Finding local manifests ... Done
39432026-07-14T21:36:03.666Z[ host-image] Jul 14 21:36:02.785 INFO O| Jul 14 21:36:02.785 INFO O| Planning: Fetching manifests: 0/128 0% complete
39442026-07-14T21:36:05.173Z[ host-image] Jul 14 21:36:04.292 INFO O| Jul 14 21:36:04.292 INFO O| Planning: Fetching manifests: 128/128 100% complete
39452026-07-14T21:36:05.557Z[ host-image] Jul 14 21:36:04.676 INFO O| Jul 14 21:36:04.676 INFO O| Planning: Package planning ... Done
39462026-07-14T21:36:05.860Z[ host-image] Jul 14 21:36:04.979 INFO O| Jul 14 21:36:04.979 INFO O| Planning: Merging actions ... Done
39472026-07-14T21:36:06.040Z[ host-image] Jul 14 21:36:05.159 INFO O| Jul 14 21:36:05.159 INFO O| Planning: Checking for conflicting actions ... Done
39482026-07-14T21:36:06.138Z[ host-image] Jul 14 21:36:05.257 INFO O| Jul 14 21:36:05.257 INFO O| Planning: Consolidating action changes ... Done
39492026-07-14T21:36:06.301Z[ host-image] Jul 14 21:36:05.420 INFO O| Jul 14 21:36:05.420 INFO O| Planning: Evaluating mediators ... Done
39502026-07-14T21:36:06.894Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39512026-07-14T21:36:07.672Z[ host-image] Jul 14 21:36:06.791 INFO O| Jul 14 21:36:06.791 INFO O| Planning: Planning completed in 4.51 seconds
39522026-07-14T21:36:07.675Z[ host-image] Jul 14 21:36:06.792 INFO O| Jul 14 21:36:06.792 INFO O| Packages to install: 128
39532026-07-14T21:36:07.675Z[ host-image] Jul 14 21:36:06.792 INFO O| Jul 14 21:36:06.792 INFO O| Mediators to change: 5
39542026-07-14T21:36:07.675Z[ host-image] Jul 14 21:36:06.792 INFO O| Jul 14 21:36:06.792 INFO O| Services to change: 6
39552026-07-14T21:36:07.703Z[ host-image] Jul 14 21:36:06.822 INFO O| Jul 14 21:36:06.822 INFO O| Download: 0/23866 items 0.0/222.6MB 0% complete
39562026-07-14T21:36:07.772Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39572026-07-14T21:36:10.084Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39582026-07-14T21:36:10.084Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39592026-07-14T21:36:11.183Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39602026-07-14T21:36:11.767Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39612026-07-14T21:36:13.036Z[ host-image] Jul 14 21:36:12.155 INFO O| Jul 14 21:36:12.155 INFO O| Download: 1680/23866 items 10.8/222.6MB 4% complete (2.2M/s)
39622026-07-14T21:36:18.037Z[ host-image] Jul 14 21:36:17.156 INFO O| Jul 14 21:36:17.156 INFO O| Download: 2608/23866 items 30.3/222.6MB 13% complete (2.9M/s)
39632026-07-14T21:36:23.111Z[ host-image] Jul 14 21:36:22.230 INFO O| Jul 14 21:36:22.230 INFO O| Download: 4533/23866 items 41.2/222.6MB 18% complete (3.1M/s)
39642026-07-14T21:36:23.890Z[recovery-package] Finished `release` profile [optimized] target(s) in 31.93s
39652026-07-14T21:36:25.325ZJul 14 21:36:24.444 INFO [recovery-package] process exited with exit status: 0 (33.496405584s)
39662026-07-14T21:36:25.325ZJul 14 21:36:24.445 INFO [recovery-libraries] running task
39672026-07-14T21:36:25.325ZJul 14 21:36:24.445 INFO [recovery-stamp] running task
39682026-07-14T21:36:25.329ZJul 14 21:36:24.445 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 22.0.0-0.ci+git344c5b62ee1
39692026-07-14T21:36:25.329ZJul 14 21:36:24.445 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 22.0.0-0.ci+git344c5b62ee1
39702026-07-14T21:36:25.333Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39712026-07-14T21:36:25.336Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39722026-07-14T21:36:25.380ZJul 14 21:36:24.499 INFO [recovery-libraries] task succeeded (54.759569ms)
39732026-07-14T21:36:25.383ZJul 14 21:36:24.499 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39742026-07-14T21:36:25.452Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39752026-07-14T21:36:25.455ZJul 14 21:36:24.575 INFO [stamp-installinator] process exited with exit status: 0 (129.486559ms)
39762026-07-14T21:36:25.536Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39772026-07-14T21:36:25.541ZJul 14 21:36:24.637 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (192.080729ms)
39782026-07-14T21:36:25.541ZJul 14 21:36:24.637 INFO [recovery-stamp] task succeeded (192.492479ms)
39792026-07-14T21:36:25.541ZJul 14 21:36:24.637 INFO [recovery-proto] running task
39802026-07-14T21:36:25.541ZJul 14 21:36:24.637 INFO [tuf-stamp] running task
39812026-07-14T21:36:25.541ZJul 14 21:36:24.637 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 22.0.0-0.ci+git344c5b62ee1
39822026-07-14T21:36:25.541ZJul 14 21:36:24.638 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 22.0.0-0.ci+git344c5b62ee1
39832026-07-14T21:36:25.541ZJul 14 21:36:24.638 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 22.0.0-0.ci+git344c5b62ee1
39842026-07-14T21:36:25.541ZJul 14 21:36:24.639 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 22.0.0-0.ci+git344c5b62ee1
39852026-07-14T21:36:25.541ZJul 14 21:36:24.639 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 22.0.0-0.ci+git344c5b62ee1
39862026-07-14T21:36:25.541ZJul 14 21:36:24.639 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 22.0.0-0.ci+git344c5b62ee1
39872026-07-14T21:36:25.541ZJul 14 21:36:24.640 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 22.0.0-0.ci+git344c5b62ee1
39882026-07-14T21:36:25.541ZJul 14 21:36:24.640 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 22.0.0-0.ci+git344c5b62ee1
39892026-07-14T21:36:25.541ZJul 14 21:36:24.640 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 22.0.0-0.ci+git344c5b62ee1
39902026-07-14T21:36:25.541ZJul 14 21:36:24.641 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 22.0.0-0.ci+git344c5b62ee1
39912026-07-14T21:36:25.541ZJul 14 21:36:24.641 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 22.0.0-0.ci+git344c5b62ee1
39922026-07-14T21:36:25.541ZJul 14 21:36:24.641 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 22.0.0-0.ci+git344c5b62ee1
39932026-07-14T21:36:25.541Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-07-14T21:36:25.541Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-07-14T21:36:25.541Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-07-14T21:36:25.541Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-07-14T21:36:25.541Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-07-14T21:36:25.541Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39992026-07-14T21:36:25.541Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40002026-07-14T21:36:25.541Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40012026-07-14T21:36:25.541Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40022026-07-14T21:36:25.541Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40032026-07-14T21:36:25.541Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40042026-07-14T21:36:25.541Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40052026-07-14T21:36:25.577Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40062026-07-14T21:36:25.581ZJul 14 21:36:24.700 INFO [stamp-probe] process exited with exit status: 0 (59.23701ms)
40072026-07-14T21:36:25.647ZJul 14 21:36:24.766 INFO [recovery-proto] task succeeded (129.32138ms)
40082026-07-14T21:36:25.650ZJul 14 21:36:24.766 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/.tmpirioCU/proto/recovery/root -N 'recovery 344c5b6/${os_short_commit} 2026-07-14 21:24' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40092026-07-14T21:36:25.654Z[ recovery-image] Jul 14 21:36:24.773 INFO Checking files for board 'cosmo-mbist-noaggr'
40102026-07-14T21:36:25.654Z[ recovery-image] Jul 14 21:36:24.773 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40112026-07-14T21:36:25.655Z[ recovery-image] Jul 14 21:36:24.773 INFO Checking files for board 'cosmo-mbist'
40122026-07-14T21:36:25.655Z[ recovery-image] Jul 14 21:36:24.773 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40132026-07-14T21:36:25.655Z[ recovery-image] Jul 14 21:36:24.773 INFO Checking files for board 'gimlet'
40142026-07-14T21:36:25.655Z[ recovery-image] Jul 14 21:36:24.773 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40152026-07-14T21:36:25.655Z[ recovery-image] Jul 14 21:36:24.773 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40162026-07-14T21:36:25.655Z[ recovery-image] Jul 14 21:36:24.773 INFO Checking files for board 'cosmo'
40172026-07-14T21:36:25.655Z[ recovery-image] Jul 14 21:36:24.773 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40182026-07-14T21:36:25.655Z[ recovery-image] Jul 14 21:36:24.773 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40192026-07-14T21:36:25.662Z[ recovery-image] Jul 14 21:36:24.782 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpirioCU/proto/recovery/root"
40202026-07-14T21:36:25.665Z[ recovery-image] Jul 14 21:36:24.782 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40212026-07-14T21:36:25.665Z[ recovery-image] Jul 14 21:36:24.782 INFO image builder template: ramdisk-01-os...
40222026-07-14T21:36:25.665Z[ recovery-image] Jul 14 21:36:24.782 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/.tmpirioCU/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40232026-07-14T21:36:25.678Z[ recovery-image] Jul 14 21:36:24.797 INFO O| Jul 14 21:36:24.797 INFO CREATE DATASET: rpool/images/build/recovery/output
40242026-07-14T21:36:25.903Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40252026-07-14T21:36:25.930Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40262026-07-14T21:36:25.991Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40272026-07-14T21:36:25.994ZJul 14 21:36:25.113 INFO [stamp-ntp] process exited with exit status: 0 (471.897849ms)
40282026-07-14T21:36:26.045Z[ recovery-image] Jul 14 21:36:25.164 INFO O| Jul 14 21:36:25.164 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40292026-07-14T21:36:26.048Z[ recovery-image] Jul 14 21:36:25.167 INFO O| Jul 14 21:36:25.167 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40302026-07-14T21:36:26.142Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40312026-07-14T21:36:26.146ZJul 14 21:36:25.265 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (626.244649ms)
40322026-07-14T21:36:26.269Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40332026-07-14T21:36:26.272ZJul 14 21:36:25.392 INFO [stamp-external-dns] process exited with exit status: 0 (752.406849ms)
40342026-07-14T21:36:26.287Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40352026-07-14T21:36:26.291ZJul 14 21:36:25.410 INFO [stamp-internal-dns] process exited with exit status: 0 (770.232609ms)
40362026-07-14T21:36:26.390Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40372026-07-14T21:36:26.393ZJul 14 21:36:25.512 INFO [stamp-crucible-zone] process exited with exit status: 0 (872.627948ms)
40382026-07-14T21:36:26.431Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40392026-07-14T21:36:26.434ZJul 14 21:36:25.554 INFO [stamp-oximeter] process exited with exit status: 0 (912.398878ms)
40402026-07-14T21:36:26.863Z[ recovery-image] Jul 14 21:36:25.982 INFO O| Jul 14 21:36:25.982 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40412026-07-14T21:36:27.279Z[ recovery-image] Jul 14 21:36:26.398 INFO O| Jul 14 21:36:26.398 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40422026-07-14T21:36:27.279Z[ recovery-image] Jul 14 21:36:26.398 INFO O| Jul 14 21:36:26.398 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40432026-07-14T21:36:27.279Z[ recovery-image] Jul 14 21:36:26.398 INFO O| Jul 14 21:36:26.398 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40442026-07-14T21:36:27.282Z[ recovery-image] Jul 14 21:36:26.398 INFO O| Jul 14 21:36:26.398 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40452026-07-14T21:36:27.285Z[ recovery-image] Jul 14 21:36:26.405 INFO O| Jul 14 21:36:26.405 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40462026-07-14T21:36:28.009Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40472026-07-14T21:36:28.012ZJul 14 21:36:27.131 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.493756135s)
40482026-07-14T21:36:28.810Z[ host-image] Jul 14 21:36:27.928 INFO O| Jul 14 21:36:27.928 INFO O| Download: 6070/23866 items 47.0/222.6MB 21% complete (1.9M/s)
40492026-07-14T21:36:29.551Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40502026-07-14T21:36:29.554ZJul 14 21:36:28.673 INFO [stamp-nexus] process exited with exit status: 0 (4.034159282s)
40512026-07-14T21:36:29.967Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40522026-07-14T21:36:29.970ZJul 14 21:36:29.090 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.451793361s)
40532026-07-14T21:36:30.261Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40542026-07-14T21:36:30.265Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40552026-07-14T21:36:30.268ZJul 14 21:36:29.384 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.745802061s)
40562026-07-14T21:36:30.268ZJul 14 21:36:29.386 INFO [stamp-clickhouse] process exited with exit status: 0 (4.745303241s)
40572026-07-14T21:36:30.268ZJul 14 21:36:29.386 INFO [tuf-stamp] task succeeded (4.748619601s)
40582026-07-14T21:36:30.268ZJul 14 21:36:29.386 INFO [tuf-v2-zones] running task
40592026-07-14T21:36:30.365ZJul 14 21:36:29.484 INFO [tuf-v2-zones] task succeeded (98.557439ms)
40602026-07-14T21:36:30.758Z[verify-libraries] Compiling match_cfg v0.1.0
40612026-07-14T21:36:30.758Z[verify-libraries] Compiling slog-json v2.6.1
40622026-07-14T21:36:30.762Z[verify-libraries] Compiling itertools v0.14.0
40632026-07-14T21:36:30.762Z[verify-libraries] Compiling structmeta-derive v0.3.0
40642026-07-14T21:36:30.762Z[verify-libraries] Compiling debug-ignore v1.0.5
40652026-07-14T21:36:30.762Z[verify-libraries] Compiling progenitor-client v0.14.0
40662026-07-14T21:36:30.762Z[verify-libraries] Compiling sha1 v0.11.0
40672026-07-14T21:36:31.060Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40682026-07-14T21:36:31.079Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40692026-07-14T21:36:31.082Z[verify-libraries] Compiling multer v3.1.0
40702026-07-14T21:36:31.082Z[verify-libraries] Compiling compression-core v0.4.31
40712026-07-14T21:36:31.082Z[verify-libraries] Compiling async-stream-impl v0.3.6
40722026-07-14T21:36:31.082Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40732026-07-14T21:36:31.199Z[verify-libraries] Compiling hostname v0.3.1
40742026-07-14T21:36:31.199Z[verify-libraries] Compiling serde_spanned v1.1.1
40752026-07-14T21:36:31.240Z[verify-libraries] Compiling dropshot v0.17.1
40762026-07-14T21:36:31.240Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40772026-07-14T21:36:31.289Z[verify-libraries] Compiling compression-codecs v0.4.37
40782026-07-14T21:36:31.289Z[verify-libraries] Compiling waitgroup v0.1.2
40792026-07-14T21:36:31.289Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40802026-07-14T21:36:31.353Z[verify-libraries] Compiling slog-bunyan v2.5.0
40812026-07-14T21:36:31.374Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40822026-07-14T21:36:31.374Z[verify-libraries] Compiling hostname v0.4.2
40832026-07-14T21:36:31.416Z[verify-libraries] Compiling atomicwrites v0.4.4
40842026-07-14T21:36:31.461Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
40852026-07-14T21:36:31.514Z[verify-libraries] Compiling async-compression v0.4.41
40862026-07-14T21:36:31.518Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
40872026-07-14T21:36:31.555Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40882026-07-14T21:36:31.603Z[verify-libraries] Compiling macaddr v1.0.1
40892026-07-14T21:36:31.603Z[verify-libraries] Compiling regress v0.10.5
40902026-07-14T21:36:31.607Z[verify-libraries] Compiling instant v0.1.13
40912026-07-14T21:36:31.607Z[verify-libraries] Compiling backon v1.6.0
40922026-07-14T21:36:31.607Z[verify-libraries] Compiling humantime v2.3.0
40932026-07-14T21:36:31.714Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40942026-07-14T21:36:31.736Z[verify-libraries] Compiling convert_case v0.4.0
40952026-07-14T21:36:31.767Z[verify-libraries] Compiling async-stream v0.3.6
40962026-07-14T21:36:31.835Z[verify-libraries] Compiling backoff v0.4.0
40972026-07-14T21:36:31.867Z[verify-libraries] Compiling progenitor-extras v0.2.0
40982026-07-14T21:36:31.894Z[verify-libraries] Compiling half v2.7.1
40992026-07-14T21:36:31.917Z[verify-libraries] Compiling ciborium-io v0.2.2
41002026-07-14T21:36:31.927Z[ recovery-image] Jul 14 21:36:31.046 INFO O| Jul 14 21:36:31.046 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41012026-07-14T21:36:31.936Z[ recovery-image] Jul 14 21:36:31.056 INFO O| Jul 14 21:36:31.055 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41022026-07-14T21:36:31.943Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41032026-07-14T21:36:31.961Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41042026-07-14T21:36:32.002Z[verify-libraries] Compiling indent_write v2.2.0
41052026-07-14T21:36:32.029Z[verify-libraries] Compiling regress v0.11.1
41062026-07-14T21:36:32.060Z[verify-libraries] Compiling secrecy v0.10.3
41072026-07-14T21:36:32.083Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41082026-07-14T21:36:32.087Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41092026-07-14T21:36:32.160Z[verify-libraries] Compiling structmeta v0.3.0
41102026-07-14T21:36:32.181Z[verify-libraries] Compiling derive_more v0.99.20
41112026-07-14T21:36:32.185Z[verify-libraries] Compiling ciborium-ll v0.2.2
41122026-07-14T21:36:32.227Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41132026-07-14T21:36:32.227Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41142026-07-14T21:36:32.262Z[ recovery-image] Jul 14 21:36:31.381 INFO O| Jul 14 21:36:31.380 INFO O| Caching catalogs ... Done
41152026-07-14T21:36:32.270Z[verify-libraries] Compiling inout v0.1.4
41162026-07-14T21:36:32.319Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41172026-07-14T21:36:32.323Z[verify-libraries] Compiling universal-hash v0.5.1
41182026-07-14T21:36:32.353Z[ recovery-image] Jul 14 21:36:31.472 INFO O| Jul 14 21:36:31.472 INFO STEP 0 (pkg_image_create) COMPLETE
41192026-07-14T21:36:32.353Z[ recovery-image] Jul 14 21:36:31.472 INFO O| Jul 14 21:36:31.472 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41202026-07-14T21:36:32.363Z[ recovery-image] Jul 14 21:36:31.481 INFO O| Jul 14 21:36:31.481 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"]
41212026-07-14T21:36:32.366Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41222026-07-14T21:36:32.436Z[verify-libraries] Compiling ciborium v0.2.2
41232026-07-14T21:36:32.466Z[verify-libraries] Compiling derive-ex v0.1.8
41242026-07-14T21:36:32.489Z[verify-libraries] Compiling parse-display-derive v0.10.0
41252026-07-14T21:36:32.493Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
41262026-07-14T21:36:32.512Z[verify-libraries] Compiling cipher v0.4.4
41272026-07-14T21:36:32.592Z[verify-libraries] Compiling opaque-debug v0.3.1
41282026-07-14T21:36:32.618Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41292026-07-14T21:36:32.618Z[verify-libraries] Compiling blake2 v0.10.6
41302026-07-14T21:36:32.681Z[ recovery-image] Jul 14 21:36:31.798 INFO O| Jul 14 21:36:31.798 INFO STEP 1 (pkg_set_publisher) COMPLETE
41312026-07-14T21:36:32.681Z[ recovery-image] Jul 14 21:36:31.798 INFO O| Jul 14 21:36:31.798 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41322026-07-14T21:36:32.681Z[ recovery-image] Jul 14 21:36:31.798 INFO O| Jul 14 21:36:31.798 INFO skip step because feature "publisher_1_name" is not enabled
41332026-07-14T21:36:32.681Z[ recovery-image] Jul 14 21:36:31.798 INFO O| Jul 14 21:36:31.798 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41342026-07-14T21:36:32.684Z[ recovery-image] Jul 14 21:36:31.798 INFO O| Jul 14 21:36:31.798 INFO skip step because feature "publisher_2_name" is not enabled
41352026-07-14T21:36:32.685Z[ recovery-image] Jul 14 21:36:31.798 INFO O| Jul 14 21:36:31.798 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41362026-07-14T21:36:32.685Z[ recovery-image] Jul 14 21:36:31.798 INFO O| Jul 14 21:36:31.798 INFO skip step because feature "publisher_3_name" is not enabled
41372026-07-14T21:36:32.685Z[ recovery-image] Jul 14 21:36:31.798 INFO O| Jul 14 21:36:31.798 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41382026-07-14T21:36:32.703Z[verify-libraries] Compiling poly1305 v0.8.0
41392026-07-14T21:36:32.753Z[verify-libraries] Compiling aead v0.5.2
41402026-07-14T21:36:32.895Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41412026-07-14T21:36:32.986Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41422026-07-14T21:36:33.017Z[ recovery-image] Jul 14 21:36:32.136 INFO O| Jul 14 21:36:32.136 INFO variant opensolaris.zone is already global
41432026-07-14T21:36:33.017Z[ recovery-image] Jul 14 21:36:32.136 INFO O| Jul 14 21:36:32.136 INFO STEP 5 (pkg_change_variant) COMPLETE
41442026-07-14T21:36:33.017Z[ recovery-image] Jul 14 21:36:32.136 INFO O| Jul 14 21:36:32.136 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41452026-07-14T21:36:33.043Z[verify-libraries] Compiling chacha20 v0.9.1
41462026-07-14T21:36:33.072Z[verify-libraries] Compiling password-hash v0.5.0
41472026-07-14T21:36:33.110Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41482026-07-14T21:36:33.236Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41492026-07-14T21:36:33.329Z[verify-libraries] Compiling rayon-core v1.13.0
41502026-07-14T21:36:33.380Z[ recovery-image] Jul 14 21:36:32.499 INFO O| Jul 14 21:36:32.498 INFO variant opensolaris.imagetype is full; changing to partial
41512026-07-14T21:36:33.380Z[ recovery-image] Jul 14 21:36:32.499 INFO O| Jul 14 21:36:32.499 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41522026-07-14T21:36:33.383Z[verify-libraries] Compiling argon2 v0.5.3
41532026-07-14T21:36:33.418Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41542026-07-14T21:36:33.546Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41552026-07-14T21:36:33.547Z[verify-libraries] Compiling glob v0.3.3
41562026-07-14T21:36:33.597Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41572026-07-14T21:36:33.658Z[verify-libraries] Compiling usdt-macro v0.5.0
41582026-07-14T21:36:33.682Z[verify-libraries] Compiling typify-impl v0.6.2
41592026-07-14T21:36:33.708Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41602026-07-14T21:36:33.823Z[ host-image] Jul 14 21:36:32.941 INFO O| Jul 14 21:36:32.941 INFO O| Download: 7867/23866 items 60.4/222.6MB 27% complete (1.8M/s)
41612026-07-14T21:36:33.829Z[verify-libraries] Compiling vsss-rs v3.3.4
41622026-07-14T21:36:34.039Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41632026-07-14T21:36:34.284Z[ recovery-image] Jul 14 21:36:33.401 INFO O| Jul 14 21:36:33.401 INFO O| Startup: Refreshing catalog 'helios' ... Done
41642026-07-14T21:36:34.413Z[verify-libraries] Compiling parse-display v0.10.0
41652026-07-14T21:36:34.425Z[ recovery-image] Jul 14 21:36:33.544 INFO O| Jul 14 21:36:33.544 INFO O| Startup: Caching catalogs ... Done
41662026-07-14T21:36:34.433Z[ recovery-image] Jul 14 21:36:33.551 INFO O| Jul 14 21:36:33.551 INFO O| Planning: Planning completed in 0.00 seconds
41672026-07-14T21:36:34.436Z[ recovery-image] Jul 14 21:36:33.551 INFO O| Jul 14 21:36:33.551 INFO O| Planning: Consolidating action changes ... Done
41682026-07-14T21:36:34.440Z[ recovery-image] Jul 14 21:36:33.551 INFO O| Jul 14 21:36:33.551 INFO O| Planning: Evaluating mediators ... Done
41692026-07-14T21:36:34.440Z[ recovery-image] Jul 14 21:36:33.552 INFO O| Jul 14 21:36:33.552 INFO O| Planning: Planning completed in 0.00 seconds
41702026-07-14T21:36:34.440Z[ recovery-image] Jul 14 21:36:33.552 INFO O| Jul 14 21:36:33.552 INFO O| Variants/Facets to change: 1
41712026-07-14T21:36:34.444Z[ recovery-image] Jul 14 21:36:33.562 INFO O| Jul 14 21:36:33.562 INFO O| Finalize: Updating package state database ... Done
41722026-07-14T21:36:34.444Z[ recovery-image] Jul 14 21:36:33.562 INFO O| Jul 14 21:36:33.562 INFO O| Finalize: Updating package cache ... Done
41732026-07-14T21:36:34.447Z[verify-libraries] Compiling test-strategy v0.4.5
41742026-07-14T21:36:34.474Z[ recovery-image] Jul 14 21:36:33.590 INFO O| Jul 14 21:36:33.590 INFO O| Finalize: Updating image state ... Done
41752026-07-14T21:36:34.483Z[ recovery-image] Jul 14 21:36:33.596 INFO O| Jul 14 21:36:33.595 INFO O| Finalize: Creating fast lookup database ... Done
41762026-07-14T21:36:34.483Z[ recovery-image] Jul 14 21:36:33.596 INFO O| Jul 14 21:36:33.596 INFO O| Finalize: Reading search index ... Done
41772026-07-14T21:36:34.484Z[ recovery-image] Jul 14 21:36:33.596 INFO O| Jul 14 21:36:33.596 INFO O| Finalize: Updating search index ... Done
41782026-07-14T21:36:34.484Z[ recovery-image] Jul 14 21:36:33.597 INFO O| Jul 14 21:36:33.597 INFO O| Finalize: Updating package cache ... Done
41792026-07-14T21:36:34.526Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41802026-07-14T21:36:34.549Z[verify-libraries] Compiling memmap v0.7.0
41812026-07-14T21:36:34.612Z[verify-libraries] Compiling heapless v0.8.0
41822026-07-14T21:36:34.632Z[ recovery-image] Jul 14 21:36:33.744 INFO O| Jul 14 21:36:33.744 INFO STEP 6 (pkg_change_variant) COMPLETE
41832026-07-14T21:36:34.633Z[ recovery-image] Jul 14 21:36:33.744 INFO O| Jul 14 21:36:33.744 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41842026-07-14T21:36:34.633Z[ recovery-image] Jul 14 21:36:33.744 INFO O| Jul 14 21:36:33.744 INFO skip step because feature "debug_variant" is not enabled
41852026-07-14T21:36:34.633Z[ recovery-image] Jul 14 21:36:33.744 INFO O| Jul 14 21:36:33.744 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41862026-07-14T21:36:34.649Z[verify-libraries] Compiling proc-macro-error v1.0.4
41872026-07-14T21:36:34.745Z[verify-libraries] Compiling ingot-macros v0.1.1
41882026-07-14T21:36:34.836Z[verify-libraries] Compiling usdt v0.5.0
41892026-07-14T21:36:34.872Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41902026-07-14T21:36:34.901Z[verify-libraries] Compiling tabwriter v1.4.1
41912026-07-14T21:36:35.007Z[ recovery-image] Jul 14 21:36:34.126 INFO O| Jul 14 21:36:34.124 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41922026-07-14T21:36:35.011Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41932026-07-14T21:36:35.040Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41942026-07-14T21:36:35.063Z[verify-libraries] Compiling hash32 v0.3.1
41952026-07-14T21:36:35.118Z[verify-libraries] Compiling smoltcp v0.11.0
41962026-07-14T21:36:35.200Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41972026-07-14T21:36:35.239Z[verify-libraries] Compiling num_enum_derive v0.7.6
41982026-07-14T21:36:35.283Z[verify-libraries] Compiling toml v0.8.23
41992026-07-14T21:36:35.307Z[verify-libraries] Compiling cobs v0.3.0
42002026-07-14T21:36:35.353Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42012026-07-14T21:36:35.377Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42022026-07-14T21:36:35.541Z[verify-libraries] Compiling colored v3.1.1
42032026-07-14T21:36:35.544Z[verify-libraries] Compiling postcard v1.1.3
42042026-07-14T21:36:35.584Z[verify-libraries] Compiling rayon v1.11.0
42052026-07-14T21:36:35.636Z[verify-libraries] Compiling rand v0.10.1
42062026-07-14T21:36:35.636Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42072026-07-14T21:36:35.714Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42082026-07-14T21:36:35.783Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42092026-07-14T21:36:35.942Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42102026-07-14T21:36:35.973Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42112026-07-14T21:36:35.995Z[ recovery-image] Jul 14 21:36:35.115 INFO O| Jul 14 21:36:35.115 INFO O| Startup: Refreshing catalog 'helios' ... Done
42122026-07-14T21:36:36.094Z[verify-libraries] Compiling num_enum_derive v0.5.11
42132026-07-14T21:36:36.140Z[ recovery-image] Jul 14 21:36:35.259 INFO O| Jul 14 21:36:35.259 INFO O| Startup: Caching catalogs ... Done
42142026-07-14T21:36:36.147Z[ recovery-image] Jul 14 21:36:35.266 INFO O| Jul 14 21:36:35.266 INFO O| Planning: Planning completed in 0.00 seconds
42152026-07-14T21:36:36.150Z[ recovery-image] Jul 14 21:36:35.267 INFO O| Jul 14 21:36:35.267 INFO O| Planning: Consolidating action changes ... Done
42162026-07-14T21:36:36.150Z[ recovery-image] Jul 14 21:36:35.267 INFO O| Jul 14 21:36:35.267 INFO O| Planning: Evaluating mediators ... Done
42172026-07-14T21:36:36.150Z[ recovery-image] Jul 14 21:36:35.267 INFO O| Jul 14 21:36:35.267 INFO O| Planning: Planning completed in 0.00 seconds
42182026-07-14T21:36:36.150Z[ recovery-image] Jul 14 21:36:35.267 INFO O| Jul 14 21:36:35.267 INFO O| Variants/Facets to change: 1
42192026-07-14T21:36:36.150Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42202026-07-14T21:36:36.159Z[ recovery-image] Jul 14 21:36:35.278 INFO O| Jul 14 21:36:35.278 INFO O| Finalize: Updating package state database ... Done
42212026-07-14T21:36:36.159Z[ recovery-image] Jul 14 21:36:35.278 INFO O| Jul 14 21:36:35.278 INFO O| Finalize: Updating package cache ... Done
42222026-07-14T21:36:36.166Z[verify-libraries] Compiling num-derive v0.4.2
42232026-07-14T21:36:36.185Z[ recovery-image] Jul 14 21:36:35.303 INFO O| Jul 14 21:36:35.303 INFO O| Finalize: Updating image state ... Done
42242026-07-14T21:36:36.190Z[ recovery-image] Jul 14 21:36:35.309 INFO O| Jul 14 21:36:35.309 INFO O| Finalize: Creating fast lookup database ... Done
42252026-07-14T21:36:36.194Z[ recovery-image] Jul 14 21:36:35.310 INFO O| Jul 14 21:36:35.310 INFO O| Finalize: Reading search index ... Done
42262026-07-14T21:36:36.194Z[ recovery-image] Jul 14 21:36:35.310 INFO O| Jul 14 21:36:35.310 INFO O| Finalize: Updating search index ... Done
42272026-07-14T21:36:36.194Z[ recovery-image] Jul 14 21:36:35.311 INFO O| Jul 14 21:36:35.311 INFO O| Finalize: Updating package cache ... Done
42282026-07-14T21:36:36.229Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
42292026-07-14T21:36:36.294Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42302026-07-14T21:36:36.341Z[verify-libraries] Compiling cstr-argument v0.1.2
42312026-07-14T21:36:36.344Z[ recovery-image] Jul 14 21:36:35.461 INFO O| Jul 14 21:36:35.460 INFO STEP 8 (pkg_change_facet) COMPLETE
42322026-07-14T21:36:36.344Z[ recovery-image] Jul 14 21:36:35.461 INFO O| Jul 14 21:36:35.461 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42332026-07-14T21:36:36.414Z[verify-libraries] Compiling num_enum v0.7.6
42342026-07-14T21:36:36.503Z[verify-libraries] Compiling foreign-types v0.5.0
42352026-07-14T21:36:36.588Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42362026-07-14T21:36:36.610Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42372026-07-14T21:36:36.610Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42382026-07-14T21:36:36.657Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42392026-07-14T21:36:36.657Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42402026-07-14T21:36:36.668Z[ recovery-image] Jul 14 21:36:35.787 INFO O| Jul 14 21:36:35.787 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42412026-07-14T21:36:36.708Z[verify-libraries] Compiling sigpipe v0.1.3
42422026-07-14T21:36:36.827Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42432026-07-14T21:36:36.858Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42442026-07-14T21:36:36.882Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42452026-07-14T21:36:36.885Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42462026-07-14T21:36:36.952Z[verify-libraries] Compiling itertools v0.12.1
42472026-07-14T21:36:36.953Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42482026-07-14T21:36:37.078Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42492026-07-14T21:36:37.127Z[verify-libraries] Compiling smf v0.2.3
42502026-07-14T21:36:37.127Z[verify-libraries] Compiling whoami v1.6.1
42512026-07-14T21:36:37.235Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42522026-07-14T21:36:37.284Z[verify-libraries] Compiling num_enum v0.5.11
42532026-07-14T21:36:37.372Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
42542026-07-14T21:36:37.433Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42552026-07-14T21:36:37.460Z[ recovery-image] Jul 14 21:36:36.578 INFO O| Jul 14 21:36:36.578 INFO O| Startup: Refreshing catalog 'helios' ... Done
42562026-07-14T21:36:37.463Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42572026-07-14T21:36:37.463Z[verify-libraries] Compiling derive-where v1.6.0
42582026-07-14T21:36:37.538Z[verify-libraries] Compiling owo-colors v4.3.0
42592026-07-14T21:36:37.595Z[ recovery-image] Jul 14 21:36:36.714 INFO O| Jul 14 21:36:36.714 INFO O| Startup: Caching catalogs ... Done
42602026-07-14T21:36:37.602Z[ recovery-image] Jul 14 21:36:36.721 INFO O| Jul 14 21:36:36.721 INFO O| Planning: Planning completed in 0.00 seconds
42612026-07-14T21:36:37.606Z[ recovery-image] Jul 14 21:36:36.722 INFO O| Jul 14 21:36:36.722 INFO O| Planning: Consolidating action changes ... Done
42622026-07-14T21:36:37.606Z[ recovery-image] Jul 14 21:36:36.722 INFO O| Jul 14 21:36:36.722 INFO O| Planning: Evaluating mediators ... Done
42632026-07-14T21:36:37.606Z[ recovery-image] Jul 14 21:36:36.722 INFO O| Jul 14 21:36:36.722 INFO O| Planning: Planning completed in 0.00 seconds
42642026-07-14T21:36:37.606Z[ recovery-image] Jul 14 21:36:36.722 INFO O| Jul 14 21:36:36.722 INFO O| Variants/Facets to change: 1
42652026-07-14T21:36:37.609Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42662026-07-14T21:36:37.622Z[ recovery-image] Jul 14 21:36:36.734 INFO O| Jul 14 21:36:36.734 INFO O| Finalize: Updating package state database ... Done
42672026-07-14T21:36:37.622Z[ recovery-image] Jul 14 21:36:36.734 INFO O| Jul 14 21:36:36.734 INFO O| Finalize: Updating package cache ... Done
42682026-07-14T21:36:37.642Z[ recovery-image] Jul 14 21:36:36.761 INFO O| Jul 14 21:36:36.760 INFO O| Finalize: Updating image state ... Done
42692026-07-14T21:36:37.653Z[ recovery-image] Jul 14 21:36:36.772 INFO O| Jul 14 21:36:36.766 INFO O| Finalize: Creating fast lookup database ... Done
42702026-07-14T21:36:37.653Z[ recovery-image] Jul 14 21:36:36.772 INFO O| Jul 14 21:36:36.767 INFO O| Finalize: Reading search index ... Done
42712026-07-14T21:36:37.653Z[ recovery-image] Jul 14 21:36:36.772 INFO O| Jul 14 21:36:36.767 INFO O| Finalize: Updating search index ... Done
42722026-07-14T21:36:37.653Z[ recovery-image] Jul 14 21:36:36.772 INFO O| Jul 14 21:36:36.767 INFO O| Finalize: Updating package cache ... Done
42732026-07-14T21:36:37.744Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42742026-07-14T21:36:37.789Z[verify-libraries] Compiling gethostname v0.5.0
42752026-07-14T21:36:37.800Z[ recovery-image] Jul 14 21:36:36.917 INFO O| Jul 14 21:36:36.917 INFO STEP 9 (pkg_change_facet) COMPLETE
42762026-07-14T21:36:37.800Z[ recovery-image] Jul 14 21:36:36.917 INFO O| Jul 14 21:36:36.917 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42772026-07-14T21:36:37.823Z[verify-libraries] Compiling ingot-types v0.1.2
42782026-07-14T21:36:37.843Z[verify-libraries] Compiling libsw-core v0.3.2
42792026-07-14T21:36:37.865Z[verify-libraries] Compiling console v0.15.11
42802026-07-14T21:36:37.976Z[verify-libraries] Compiling linear-map v1.2.0
42812026-07-14T21:36:38.000Z[verify-libraries] Compiling libsw v3.5.0
42822026-07-14T21:36:38.072Z[verify-libraries] Compiling newline-converter v0.3.0
42832026-07-14T21:36:38.116Z[verify-libraries] Compiling resolv-conf v0.7.6
42842026-07-14T21:36:38.136Z[ recovery-image] Jul 14 21:36:37.255 INFO O| Jul 14 21:36:37.255 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42852026-07-14T21:36:38.154Z[verify-libraries] Compiling zone v0.3.1
42862026-07-14T21:36:38.220Z[verify-libraries] Compiling ingot v0.1.1
42872026-07-14T21:36:38.243Z[verify-libraries] Compiling num-rational v0.4.2
42882026-07-14T21:36:38.279Z[verify-libraries] Compiling num-complex v0.4.6
42892026-07-14T21:36:38.282Z[verify-libraries] Compiling slog-dtrace v0.3.0
42902026-07-14T21:36:38.301Z[verify-libraries] Compiling expectorate v1.2.0
42912026-07-14T21:36:38.458Z[verify-libraries] Compiling prettyplease v0.2.37
42922026-07-14T21:36:38.498Z[verify-libraries] Compiling typify-macro v0.6.2
42932026-07-14T21:36:38.502Z[verify-libraries] Compiling float-ord v0.3.2
42942026-07-14T21:36:38.576Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42952026-07-14T21:36:38.611Z[verify-libraries] Compiling linked-hash-map v0.5.6
42962026-07-14T21:36:38.642Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42972026-07-14T21:36:38.700Z[verify-libraries] Compiling num v0.4.3
42982026-07-14T21:36:38.815Z[verify-libraries] Compiling lru-cache v0.1.2
42992026-07-14T21:36:38.819Z[verify-libraries] Compiling hickory-proto v0.24.4
43002026-07-14T21:36:38.823Z[ host-image] Jul 14 21:36:37.942 INFO O| Jul 14 21:36:37.941 INFO O| Download: 8996/23866 items 78.2/222.6MB 35% complete (3.1M/s)
43012026-07-14T21:36:38.865Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43022026-07-14T21:36:38.868Z[verify-libraries] Compiling convert_case v0.10.0
43032026-07-14T21:36:38.910Z[verify-libraries] Compiling display-error-chain v0.2.2
43042026-07-14T21:36:38.933Z[verify-libraries] Compiling minimal-lexical v0.2.1
43052026-07-14T21:36:38.933Z[verify-libraries] Compiling unicode-xid v0.2.6
43062026-07-14T21:36:38.995Z[verify-libraries] Compiling tabled_derive v0.7.0
43072026-07-14T21:36:39.002Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43082026-07-14T21:36:39.008Z[ recovery-image] Jul 14 21:36:38.128 INFO O| Jul 14 21:36:38.127 INFO O| Startup: Refreshing catalog 'helios' ... Done
43092026-07-14T21:36:39.077Z[verify-libraries] Compiling fd-lock v4.0.4
43102026-07-14T21:36:39.139Z[verify-libraries] Compiling vte v0.14.1
43112026-07-14T21:36:39.162Z[ recovery-image] Jul 14 21:36:38.281 INFO O| Jul 14 21:36:38.280 INFO O| Startup: Caching catalogs ... Done
43122026-07-14T21:36:39.169Z[ recovery-image] Jul 14 21:36:38.288 INFO O| Jul 14 21:36:38.288 INFO O| Planning: Planning completed in 0.00 seconds
43132026-07-14T21:36:39.175Z[ recovery-image] Jul 14 21:36:38.289 INFO O| Jul 14 21:36:38.289 INFO O| Planning: Consolidating action changes ... Done
43142026-07-14T21:36:39.176Z[ recovery-image] Jul 14 21:36:38.289 INFO O| Jul 14 21:36:38.289 INFO O| Planning: Evaluating mediators ... Done
43152026-07-14T21:36:39.176Z[ recovery-image] Jul 14 21:36:38.289 INFO O| Jul 14 21:36:38.289 INFO O| Planning: Planning completed in 0.00 seconds
43162026-07-14T21:36:39.176Z[ recovery-image] Jul 14 21:36:38.289 INFO O| Jul 14 21:36:38.289 INFO O| Variants/Facets to change: 1
43172026-07-14T21:36:39.192Z[ recovery-image] Jul 14 21:36:38.310 INFO O| Jul 14 21:36:38.310 INFO O| Finalize: Updating package state database ... Done
43182026-07-14T21:36:39.192Z[ recovery-image] Jul 14 21:36:38.310 INFO O| Jul 14 21:36:38.310 INFO O| Finalize: Updating package cache ... Done
43192026-07-14T21:36:39.215Z[ recovery-image] Jul 14 21:36:38.334 INFO O| Jul 14 21:36:38.334 INFO O| Finalize: Updating image state ... Done
43202026-07-14T21:36:39.220Z[ recovery-image] Jul 14 21:36:38.339 INFO O| Jul 14 21:36:38.339 INFO O| Finalize: Creating fast lookup database ... Done
43212026-07-14T21:36:39.223Z[ recovery-image] Jul 14 21:36:38.340 INFO O| Jul 14 21:36:38.340 INFO O| Finalize: Reading search index ... Done
43222026-07-14T21:36:39.223Z[ recovery-image] Jul 14 21:36:38.340 INFO O| Jul 14 21:36:38.340 INFO O| Finalize: Updating search index ... Done
43232026-07-14T21:36:39.223Z[ recovery-image] Jul 14 21:36:38.342 INFO O| Jul 14 21:36:38.342 INFO O| Finalize: Updating package cache ... Done
43242026-07-14T21:36:39.247Z[verify-libraries] Compiling nom v7.1.3
43252026-07-14T21:36:39.276Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43262026-07-14T21:36:39.297Z[verify-libraries] Compiling derive_more-impl v2.1.1
43272026-07-14T21:36:39.301Z[verify-libraries] Compiling stacker v0.1.23
43282026-07-14T21:36:39.365Z[ recovery-image] Jul 14 21:36:38.484 INFO O| Jul 14 21:36:38.484 INFO STEP 10 (pkg_change_facet) COMPLETE
43292026-07-14T21:36:39.365Z[ recovery-image] Jul 14 21:36:38.484 INFO O| Jul 14 21:36:38.484 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43302026-07-14T21:36:39.375Z[ recovery-image] Jul 14 21:36:38.494 INFO O| Jul 14 21:36:38.494 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@22.0.0.0"]
43312026-07-14T21:36:39.426Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43322026-07-14T21:36:39.505Z[verify-libraries] Compiling cfg_aliases v0.1.1
43332026-07-14T21:36:39.654Z[verify-libraries] Compiling reedline v0.40.0
43342026-07-14T21:36:39.750Z[verify-libraries] Compiling nix v0.28.0
43352026-07-14T21:36:39.774Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43362026-07-14T21:36:39.828Z[verify-libraries] Compiling termtree v0.5.1
43372026-07-14T21:36:39.957Z[verify-libraries] Compiling semver v0.1.20
43382026-07-14T21:36:40.030Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43392026-07-14T21:36:40.113Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43402026-07-14T21:36:40.132Z[verify-libraries] Compiling psm v0.1.30
43412026-07-14T21:36:40.155Z[verify-libraries] Compiling tabled v0.15.0
43422026-07-14T21:36:40.247Z[verify-libraries] Compiling rustc_version v0.1.7
43432026-07-14T21:36:40.303Z[verify-libraries] Compiling derive_more v2.1.1
43442026-07-14T21:36:40.366Z[verify-libraries] Compiling phf_shared v0.12.1
43452026-07-14T21:36:40.393Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43462026-07-14T21:36:40.465Z[verify-libraries] Compiling crossterm v0.29.0
43472026-07-14T21:36:40.500Z[verify-libraries] Compiling typify v0.6.2
43482026-07-14T21:36:40.568Z[verify-libraries] Compiling nibble_vec v0.1.0
43492026-07-14T21:36:40.598Z[verify-libraries] Compiling endian-type v0.1.2
43502026-07-14T21:36:40.645Z[ recovery-image] Jul 14 21:36:39.761 INFO O| Jul 14 21:36:39.761 INFO O| Startup: Refreshing catalog 'helios' ... Done
43512026-07-14T21:36:40.667Z[verify-libraries] Compiling progenitor-impl v0.14.0
43522026-07-14T21:36:40.756Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43532026-07-14T21:36:40.791Z[ recovery-image] Jul 14 21:36:39.906 INFO O| Jul 14 21:36:39.905 INFO O| Startup: Caching catalogs ... Done
43542026-07-14T21:36:40.794Z[verify-libraries] Compiling chrono-tz v0.10.4
43552026-07-14T21:36:40.797Z[verify-libraries] Compiling highway v1.3.0
43562026-07-14T21:36:40.862Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43572026-07-14T21:36:40.978Z[verify-libraries] Compiling radix_trie v0.2.1
43582026-07-14T21:36:41.094Z[verify-libraries] Compiling newtype_derive v0.1.6
43592026-07-14T21:36:41.125Z[verify-libraries] Compiling hickory-resolver v0.24.4
43602026-07-14T21:36:41.237Z[verify-libraries] Compiling recursive v0.1.1
43612026-07-14T21:36:41.290Z[verify-libraries] Compiling phf v0.12.1
43622026-07-14T21:36:41.348Z[ recovery-image] Jul 14 21:36:40.467 INFO O| Jul 14 21:36:40.464 INFO O| Planning: Solver setup ... Done
43632026-07-14T21:36:41.371Z[ recovery-image] Jul 14 21:36:40.484 INFO O| Jul 14 21:36:40.484 INFO O| Planning: Running solver ... Done
43642026-07-14T21:36:41.376Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43652026-07-14T21:36:41.380Z[ recovery-image] Jul 14 21:36:40.499 INFO O| Jul 14 21:36:40.499 INFO O| Planning: Finding local manifests ... Done
43662026-07-14T21:36:41.400Z[ recovery-image] Jul 14 21:36:40.519 INFO O| Jul 14 21:36:40.519 INFO O| Planning: Fetching manifests: 0/128 0% complete
43672026-07-14T21:36:41.404Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43682026-07-14T21:36:41.422Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43692026-07-14T21:36:41.485Z[verify-libraries] Compiling peg-macros v0.8.5
43702026-07-14T21:36:41.510Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43712026-07-14T21:36:41.547Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43722026-07-14T21:36:41.645Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43732026-07-14T21:36:41.683Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43742026-07-14T21:36:42.272Z[verify-libraries] Compiling qorb v0.4.1
43752026-07-14T21:36:42.296Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43762026-07-14T21:36:42.455Z[verify-libraries] Compiling csv-core v0.1.13
43772026-07-14T21:36:42.590Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43782026-07-14T21:36:42.724Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43792026-07-14T21:36:42.769Z[verify-libraries] Compiling winnow v0.6.26
43802026-07-14T21:36:42.772Z[verify-libraries] Compiling unicode_categories v0.1.1
43812026-07-14T21:36:42.838Z[verify-libraries] Compiling home v0.5.12
43822026-07-14T21:36:42.909Z[verify-libraries] Compiling textwrap v0.16.2
43832026-07-14T21:36:42.982Z[verify-libraries] Compiling peg v0.8.5
43842026-07-14T21:36:43.005Z[verify-libraries] Compiling rustyline v14.0.0
43852026-07-14T21:36:43.024Z[verify-libraries] Compiling csv v1.4.0
43862026-07-14T21:36:43.086Z[verify-libraries] Compiling const_format v0.2.35
43872026-07-14T21:36:43.146Z[verify-libraries] Compiling sqlparser v0.61.0
43882026-07-14T21:36:43.516Z[verify-libraries] Compiling progenitor-macro v0.14.0
43892026-07-14T21:36:43.574Z[verify-libraries] Compiling bcs v0.1.6
43902026-07-14T21:36:43.587Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43912026-07-14T21:36:43.629Z[verify-libraries] Compiling nom v8.0.0
43922026-07-14T21:36:43.671Z[verify-libraries] Compiling base64 v0.21.7
43932026-07-14T21:36:43.741Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43942026-07-14T21:36:43.895Z[ host-image] Jul 14 21:36:43.013 INFO O| Jul 14 21:36:43.013 INFO O| Download: 10924/23866 items 96.3/222.6MB 43% complete (3.5M/s)
43952026-07-14T21:36:43.899Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43962026-07-14T21:36:43.939Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43972026-07-14T21:36:44.037Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
43982026-07-14T21:36:44.146Z[verify-libraries] Compiling sqlformat v0.3.5
43992026-07-14T21:36:44.200Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44002026-07-14T21:36:44.261Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44012026-07-14T21:36:44.333Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44022026-07-14T21:36:44.386Z[verify-libraries] Compiling steno v0.4.1
44032026-07-14T21:36:44.620Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44042026-07-14T21:36:44.732Z[verify-libraries] Compiling sha1 v0.10.6
44052026-07-14T21:36:44.778Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
44062026-07-14T21:36:44.810Z[verify-libraries] Compiling utf-8 v0.7.6
44072026-07-14T21:36:45.031Z[verify-libraries] Compiling tagptr v0.2.0
44082026-07-14T21:36:45.065Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44092026-07-14T21:36:45.201Z[verify-libraries] Compiling moka v0.12.13
44102026-07-14T21:36:45.225Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44112026-07-14T21:36:45.247Z[verify-libraries] Compiling radium v0.7.0
44122026-07-14T21:36:45.251Z[verify-libraries] Compiling tungstenite v0.21.0
44132026-07-14T21:36:45.293Z[verify-libraries] Compiling ron v0.8.1
44142026-07-14T21:36:45.331Z[verify-libraries] Compiling tap v1.0.1
44152026-07-14T21:36:45.416Z[verify-libraries] Compiling maybe-uninit v2.0.0
44162026-07-14T21:36:45.448Z[verify-libraries] Compiling zerocopy-derive v0.6.6
44172026-07-14T21:36:45.498Z[verify-libraries] Compiling wyz v0.5.1
44182026-07-14T21:36:45.725Z[verify-libraries] Compiling packed_struct v0.10.1
44192026-07-14T21:36:45.770Z[ recovery-image] Jul 14 21:36:44.889 INFO O| Jul 14 21:36:44.889 INFO O| Planning: Fetching manifests: 128/128 100% complete
44202026-07-14T21:36:45.849Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44212026-07-14T21:36:45.879Z[verify-libraries] Compiling funty v2.0.0
44222026-07-14T21:36:46.043Z[verify-libraries] Compiling hickory-resolver v0.25.2
44232026-07-14T21:36:46.067Z[verify-libraries] Compiling crc-catalog v2.4.0
44242026-07-14T21:36:46.187Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
44252026-07-14T21:36:46.218Z[verify-libraries] Compiling crc v3.4.0
44262026-07-14T21:36:46.258Z[ recovery-image] Jul 14 21:36:45.376 INFO O| Jul 14 21:36:45.376 INFO O| Planning: Package planning ... Done
44272026-07-14T21:36:46.278Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44282026-07-14T21:36:46.327Z[verify-libraries] Compiling bitvec v1.0.1
44292026-07-14T21:36:46.355Z[verify-libraries] Compiling packed_struct_codegen v0.10.1
44302026-07-14T21:36:46.382Z[verify-libraries] Compiling bitfield-macros v0.19.4
44312026-07-14T21:36:46.416Z[ recovery-image] Jul 14 21:36:45.535 INFO O| Jul 14 21:36:45.535 INFO O| Planning: Merging actions ... Done
44322026-07-14T21:36:46.434Z[verify-libraries] Compiling zerocopy v0.6.6
44332026-07-14T21:36:46.473Z[verify-libraries] Compiling indexmap v1.9.3
44342026-07-14T21:36:46.483Z[ recovery-image] Jul 14 21:36:45.602 INFO O| Jul 14 21:36:45.602 INFO O| Planning: Checking for conflicting actions ... Done
44352026-07-14T21:36:46.541Z[ recovery-image] Jul 14 21:36:45.660 INFO O| Jul 14 21:36:45.659 INFO O| Planning: Consolidating action changes ... Done
44362026-07-14T21:36:46.589Z[verify-libraries] Compiling nodrop v0.1.14
44372026-07-14T21:36:46.696Z[ recovery-image] Jul 14 21:36:45.815 INFO O| Jul 14 21:36:45.815 INFO O| Planning: Evaluating mediators ... Done
44382026-07-14T21:36:46.733Z[verify-libraries] Compiling array-init v0.0.4
44392026-07-14T21:36:46.824Z[verify-libraries] Compiling smallvec v0.6.14
44402026-07-14T21:36:46.828Z[verify-libraries] Compiling hashbrown v0.12.3
44412026-07-14T21:36:46.877Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
44422026-07-14T21:36:47.085Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44432026-07-14T21:36:47.141Z[verify-libraries] Compiling serde-hex v0.1.0
44442026-07-14T21:36:47.185Z[verify-libraries] Compiling hashbrown v0.13.2
44452026-07-14T21:36:47.185Z[verify-libraries] Compiling crc-any v2.5.0
44462026-07-14T21:36:47.349Z[verify-libraries] Compiling bitfield v0.19.4
44472026-07-14T21:36:47.545Z[verify-libraries] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
44482026-07-14T21:36:47.552Z[verify-libraries] Compiling libefi-sys v0.1.0
44492026-07-14T21:36:47.742Z[verify-libraries] Compiling path-slash v0.1.5
44502026-07-14T21:36:47.856Z[verify-libraries] Compiling object v0.30.4
44512026-07-14T21:36:47.862Z[verify-libraries] Compiling bitfield-struct v0.6.2
44522026-07-14T21:36:47.952Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44532026-07-14T21:36:48.059Z[ recovery-image] Jul 14 21:36:47.178 INFO O| Jul 14 21:36:47.178 INFO O| Planning: Planning completed in 7.27 seconds
44542026-07-14T21:36:48.064Z[ recovery-image] Jul 14 21:36:47.180 INFO O| Jul 14 21:36:47.180 INFO O| Packages to install: 128
44552026-07-14T21:36:48.065Z[ recovery-image] Jul 14 21:36:47.180 INFO O| Jul 14 21:36:47.180 INFO O| Mediators to change: 5
44562026-07-14T21:36:48.065Z[ recovery-image] Jul 14 21:36:47.180 INFO O| Jul 14 21:36:47.180 INFO O| Services to change: 5
44572026-07-14T21:36:48.090Z[ recovery-image] Jul 14 21:36:47.207 INFO O| Jul 14 21:36:47.207 INFO O| Download: 0/16671 items 0.0/199.8MB 0% complete
44582026-07-14T21:36:48.160Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44592026-07-14T21:36:48.175Z[verify-libraries] Compiling xshell-macros v0.2.7
44602026-07-14T21:36:48.194Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44612026-07-14T21:36:48.304Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44622026-07-14T21:36:48.390Z[verify-libraries] Compiling num-derive v0.3.3
44632026-07-14T21:36:48.616Z[verify-libraries] Compiling subprocess v0.2.15
44642026-07-14T21:36:48.652Z[verify-libraries] Compiling xshell v0.2.7
44652026-07-14T21:36:48.679Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44662026-07-14T21:36:48.781Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
44672026-07-14T21:36:48.803Z[verify-libraries] Compiling papergrid v0.17.0
44682026-07-14T21:36:48.856Z[verify-libraries] Compiling progenitor v0.14.0
44692026-07-14T21:36:48.988Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
44702026-07-14T21:36:49.009Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44712026-07-14T21:36:49.037Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
44722026-07-14T21:36:49.142Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44732026-07-14T21:36:49.187Z[ host-image] Jul 14 21:36:48.305 INFO O| Jul 14 21:36:48.305 INFO O| Download: 11974/23866 items 102.8/222.6MB 46% complete (2.6M/s)
44742026-07-14T21:36:49.192Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44752026-07-14T21:36:49.216Z[verify-libraries] Compiling tabled_derive v0.11.0
44762026-07-14T21:36:49.383Z[verify-libraries] Compiling libscf-sys v1.1.0
44772026-07-14T21:36:49.412Z[verify-libraries] Compiling testing_table v0.3.0
44782026-07-14T21:36:49.492Z[verify-libraries] Compiling progenitor-impl v0.13.0
44792026-07-14T21:36:49.526Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44802026-07-14T21:36:49.559Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44812026-07-14T21:36:49.605Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44822026-07-14T21:36:49.634Z[verify-libraries] Compiling headers-core v0.3.0
44832026-07-14T21:36:49.838Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44842026-07-14T21:36:49.862Z[verify-libraries] Compiling unicase v2.9.0
44852026-07-14T21:36:50.003Z[verify-libraries] Compiling headers v0.4.1
44862026-07-14T21:36:50.112Z[verify-libraries] Compiling progenitor-client v0.13.0
44872026-07-14T21:36:50.157Z[verify-libraries] Compiling maplit v1.0.2
44882026-07-14T21:36:50.282Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44892026-07-14T21:36:50.346Z[verify-libraries] Compiling yasna v0.5.2
44902026-07-14T21:36:50.458Z[verify-libraries] Compiling crc8 v0.1.1
44912026-07-14T21:36:50.481Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
44922026-07-14T21:36:50.523Z[verify-libraries] Compiling tabled v0.20.0
44932026-07-14T21:36:50.615Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44942026-07-14T21:36:50.636Z[verify-libraries] Compiling vergen-lib v0.1.6
44952026-07-14T21:36:50.690Z[verify-libraries] Compiling diesel_derives v2.3.7
44962026-07-14T21:36:50.779Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44972026-07-14T21:36:50.828Z[verify-libraries] Compiling rcgen v0.12.1
44982026-07-14T21:36:50.994Z[verify-libraries] Compiling port-file v0.1.0
44992026-07-14T21:36:51.012Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45002026-07-14T21:36:51.033Z[verify-libraries] Compiling vergen-gitcl v1.0.8
45012026-07-14T21:36:51.077Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45022026-07-14T21:36:51.223Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
45032026-07-14T21:36:51.267Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
45042026-07-14T21:36:51.303Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45052026-07-14T21:36:51.332Z[verify-libraries] Compiling half v1.8.3
45062026-07-14T21:36:51.829Z[verify-libraries] Compiling r2d2 v0.8.10
45072026-07-14T21:36:51.835Z[verify-libraries] Compiling serde_cbor v0.11.2
45082026-07-14T21:36:51.835Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
45092026-07-14T21:36:51.835Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45102026-07-14T21:36:51.835Z[verify-libraries] Compiling crunchy v0.2.4
45112026-07-14T21:36:51.835Z[verify-libraries] Compiling downcast-rs v2.0.2
45122026-07-14T21:36:51.860Z[verify-libraries] Compiling dirs-next v2.0.0
45132026-07-14T21:36:52.007Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45142026-07-14T21:36:52.037Z[verify-libraries] Compiling clang-sys v1.8.1
45152026-07-14T21:36:52.179Z[verify-libraries] Compiling cpubits v0.1.1
45162026-07-14T21:36:52.205Z[verify-libraries] Compiling tiny-keccak v2.0.2
45172026-07-14T21:36:52.231Z[verify-libraries] Compiling progenitor-macro v0.13.0
45182026-07-14T21:36:52.335Z[verify-libraries] Compiling term v0.7.0
45192026-07-14T21:36:52.398Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45202026-07-14T21:36:52.451Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
45212026-07-14T21:36:52.472Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45222026-07-14T21:36:52.527Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45232026-07-14T21:36:52.706Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45242026-07-14T21:36:52.940Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45252026-07-14T21:36:52.966Z[verify-libraries] Compiling diff v0.1.13
45262026-07-14T21:36:52.989Z[verify-libraries] Compiling bit-vec v0.6.3
45272026-07-14T21:36:53.156Z[verify-libraries] Compiling ascii-canvas v3.0.0
45282026-07-14T21:36:53.257Z[verify-libraries] Compiling bit-set v0.5.3
45292026-07-14T21:36:53.277Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45302026-07-14T21:36:53.298Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45312026-07-14T21:36:53.319Z[verify-libraries] Compiling itertools v0.10.5
45322026-07-14T21:36:53.439Z[verify-libraries] Compiling libloading v0.8.9
45332026-07-14T21:36:53.460Z[verify-libraries] Compiling ena v0.14.4
45342026-07-14T21:36:53.535Z[verify-libraries] Compiling regex-syntax v0.6.29
45352026-07-14T21:36:53.559Z[verify-libraries] Compiling bindgen v0.71.1
45362026-07-14T21:36:53.726Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45372026-07-14T21:36:53.754Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45382026-07-14T21:36:53.777Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45392026-07-14T21:36:53.873Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
45402026-07-14T21:36:54.375Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45412026-07-14T21:36:54.439Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45422026-07-14T21:36:54.570Z[ recovery-image] Jul 14 21:36:53.689 INFO O| Jul 14 21:36:53.688 INFO O| Download: 1084/16671 items 8.9/199.8MB 4% complete (2.4M/s)
45432026-07-14T21:36:54.575Z[ host-image] Jul 14 21:36:53.692 INFO O| Jul 14 21:36:53.692 INFO O| Download: 12849/23866 items 107.7/222.6MB 48% complete (1.4M/s)
45442026-07-14T21:36:55.174Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45452026-07-14T21:36:55.401Z[verify-libraries] Compiling lalrpop v0.19.12
45462026-07-14T21:36:55.451Z[verify-libraries] Compiling cexpr v0.6.0
45472026-07-14T21:36:55.762Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45482026-07-14T21:36:55.839Z[verify-libraries] Compiling rustc-hash v2.1.1
45492026-07-14T21:36:56.029Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45502026-07-14T21:36:56.127Z[verify-libraries] Compiling libxml v0.3.3
45512026-07-14T21:36:56.199Z[verify-libraries] Compiling arc-swap v1.8.2
45522026-07-14T21:36:56.486Z[verify-libraries] Compiling slog-scope v4.4.1
45532026-07-14T21:36:56.560Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45542026-07-14T21:36:56.583Z[verify-libraries] Compiling strum_macros v0.24.3
45552026-07-14T21:36:56.782Z[verify-libraries] Compiling hmac v0.13.0
45562026-07-14T21:36:56.815Z[verify-libraries] Compiling universal-hash v0.6.1
45572026-07-14T21:36:56.917Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45582026-07-14T21:36:56.990Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45592026-07-14T21:36:57.020Z[verify-libraries] Compiling fxhash v0.2.1
45602026-07-14T21:36:57.210Z[verify-libraries] Compiling fs-err v2.11.0
45612026-07-14T21:36:57.369Z[verify-libraries] Compiling indoc v1.0.9
45622026-07-14T21:36:57.445Z[verify-libraries] Compiling diesel v2.3.7
45632026-07-14T21:36:57.508Z[verify-libraries] Compiling progenitor v0.13.0
45642026-07-14T21:36:57.661Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
45652026-07-14T21:36:57.698Z[verify-libraries] Compiling slog-stdlog v4.1.1
45662026-07-14T21:36:57.933Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45672026-07-14T21:36:58.088Z[verify-libraries] Compiling sha2 v0.11.0
45682026-07-14T21:36:58.113Z[verify-libraries] Compiling oso-derive v0.27.3
45692026-07-14T21:36:58.191Z[verify-libraries] Compiling quick-xml v0.37.5
45702026-07-14T21:36:58.318Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45712026-07-14T21:36:58.695Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45722026-07-14T21:36:58.892Z[verify-libraries] Compiling openssl-probe v0.1.6
45732026-07-14T21:36:59.140Z[verify-libraries] Compiling slog-envlogger v2.2.0
45742026-07-14T21:36:59.474Z[verify-libraries] Compiling polyval v0.7.1
45752026-07-14T21:36:59.498Z[verify-libraries] Compiling der v0.8.0
45762026-07-14T21:36:59.591Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
45772026-07-14T21:36:59.601Z[ host-image] Jul 14 21:36:58.697 INFO O| Jul 14 21:36:58.697 INFO O| Download: 13505/23866 items 119.6/222.6MB 53% complete (1.7M/s)
45782026-07-14T21:36:59.627Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45792026-07-14T21:36:59.770Z[ recovery-image] Jul 14 21:36:58.889 INFO O| Jul 14 21:36:58.889 INFO O| Download: 1515/16671 items 21.2/199.8MB 10% complete (1.7M/s)
45802026-07-14T21:36:59.799Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45812026-07-14T21:36:59.909Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45822026-07-14T21:36:59.960Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
45832026-07-14T21:37:00.014Z[verify-libraries] Compiling git-stub v1.0.0
45842026-07-14T21:37:00.315Z[verify-libraries] Compiling kstat-rs v0.2.4
45852026-07-14T21:37:00.384Z[verify-libraries] Compiling trait-variant v0.1.2
45862026-07-14T21:37:00.646Z[verify-libraries] Compiling parse-size v1.1.0
45872026-07-14T21:37:00.751Z[verify-libraries] Compiling salty v0.3.0
45882026-07-14T21:37:00.805Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
45892026-07-14T21:37:00.845Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45902026-07-14T21:37:00.869Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
45912026-07-14T21:37:00.918Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45922026-07-14T21:37:01.008Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45932026-07-14T21:37:01.029Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45942026-07-14T21:37:01.096Z[verify-libraries] Compiling ghash v0.6.0
45952026-07-14T21:37:01.130Z[verify-libraries] Compiling pbkdf2 v0.13.0
45962026-07-14T21:37:01.283Z[verify-libraries] Compiling aes v0.9.1
45972026-07-14T21:37:01.305Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45982026-07-14T21:37:01.332Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45992026-07-14T21:37:01.420Z[verify-libraries] Compiling bb8 v0.8.6
46002026-07-14T21:37:01.593Z[verify-libraries] Compiling ctr v0.10.1
46012026-07-14T21:37:01.798Z[verify-libraries] Compiling aead v0.6.1
46022026-07-14T21:37:01.859Z[verify-libraries] Compiling parking_lot_core v0.8.6
46032026-07-14T21:37:01.942Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
46042026-07-14T21:37:01.983Z[verify-libraries] Compiling aes-gcm v0.11.0
46052026-07-14T21:37:02.211Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46062026-07-14T21:37:02.234Z[verify-libraries] Compiling spki v0.8.0
46072026-07-14T21:37:02.436Z[verify-libraries] Compiling crypto-bigint v0.7.5
46082026-07-14T21:37:02.496Z[verify-libraries] Compiling mime_guess v2.0.5
46092026-07-14T21:37:02.517Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46102026-07-14T21:37:02.695Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46112026-07-14T21:37:02.732Z[verify-libraries] Compiling rfc6979 v0.4.0
46122026-07-14T21:37:02.784Z[verify-libraries] Compiling salsa20 v0.11.0
46132026-07-14T21:37:02.962Z[verify-libraries] Compiling cbc v0.2.1
46142026-07-14T21:37:02.989Z[verify-libraries] Compiling nanorand v0.7.0
46152026-07-14T21:37:03.008Z[verify-libraries] Compiling scrypt v0.12.0
46162026-07-14T21:37:03.064Z[verify-libraries] Compiling ecdsa v0.16.9
46172026-07-14T21:37:03.189Z[verify-libraries] Compiling flume v0.11.1
46182026-07-14T21:37:03.282Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46192026-07-14T21:37:03.339Z[verify-libraries] Compiling primeorder v0.13.6
46202026-07-14T21:37:03.516Z[verify-libraries] Compiling atty v0.2.14
46212026-07-14T21:37:03.573Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46222026-07-14T21:37:03.654Z[verify-libraries] Compiling nonempty v0.12.0
46232026-07-14T21:37:03.674Z[verify-libraries] Compiling http-range v0.1.5
46242026-07-14T21:37:03.677Z[verify-libraries] Compiling p384 v0.13.1
46252026-07-14T21:37:03.845Z[verify-libraries] Compiling parking_lot v0.11.2
46262026-07-14T21:37:03.900Z[verify-libraries] Compiling pkcs5 v0.8.1
46272026-07-14T21:37:03.936Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46282026-07-14T21:37:04.275Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46292026-07-14T21:37:04.322Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46302026-07-14T21:37:04.382Z[verify-libraries] Compiling prefix-trie v0.7.0
46312026-07-14T21:37:04.455Z[verify-libraries] Compiling pkcs8 v0.11.0
46322026-07-14T21:37:04.501Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46332026-07-14T21:37:04.560Z[verify-libraries] Compiling sled v0.34.7
46342026-07-14T21:37:04.776Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46352026-07-14T21:37:04.825Z[ host-image] Jul 14 21:37:03.943 INFO O| Jul 14 21:37:03.943 INFO O| Download: 14776/23866 items 120.2/222.6MB 54% complete (1.3M/s)
46362026-07-14T21:37:04.829Z[ recovery-image] Jul 14 21:37:03.945 INFO O| Jul 14 21:37:03.945 INFO O| Download: 1662/16671 items 25.1/199.8MB 12% complete (1.6M/s)
46372026-07-14T21:37:04.847Z[verify-libraries] Compiling hickory-server v0.25.2
46382026-07-14T21:37:04.886Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46392026-07-14T21:37:04.944Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46402026-07-14T21:37:05.008Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46412026-07-14T21:37:05.194Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
46422026-07-14T21:37:05.290Z[verify-libraries] Compiling ignore v0.4.25
46432026-07-14T21:37:05.342Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46442026-07-14T21:37:05.501Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46452026-07-14T21:37:05.619Z[verify-libraries] Compiling corncobs v0.1.4
46462026-07-14T21:37:05.839Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46472026-07-14T21:37:05.876Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46482026-07-14T21:37:05.969Z[verify-libraries] Compiling globwalk v0.9.1
46492026-07-14T21:37:06.161Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46502026-07-14T21:37:06.306Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46512026-07-14T21:37:06.311Z[verify-libraries] Compiling predicates-tree v1.0.13
46522026-07-14T21:37:06.591Z[verify-libraries] Compiling libz-sys v1.1.24
46532026-07-14T21:37:06.624Z[verify-libraries] Compiling rand_seeder v0.4.0
46542026-07-14T21:37:06.671Z[verify-libraries] Compiling darling_core v0.23.0
46552026-07-14T21:37:06.713Z[verify-libraries] Compiling secrecy v0.8.0
46562026-07-14T21:37:06.847Z[verify-libraries] Compiling ff v0.14.0
46572026-07-14T21:37:06.851Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46582026-07-14T21:37:07.041Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46592026-07-14T21:37:07.158Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46602026-07-14T21:37:07.263Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46612026-07-14T21:37:07.270Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46622026-07-14T21:37:07.355Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46632026-07-14T21:37:07.506Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46642026-07-14T21:37:07.623Z[verify-libraries] Compiling signature v3.0.0
46652026-07-14T21:37:07.873Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46662026-07-14T21:37:07.999Z[verify-libraries] Compiling base16ct v1.0.0
46672026-07-14T21:37:08.042Z[verify-libraries] Compiling instability v0.3.11
46682026-07-14T21:37:08.095Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46692026-07-14T21:37:08.200Z[verify-libraries] Compiling sec1 v0.8.1
46702026-07-14T21:37:08.225Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46712026-07-14T21:37:08.607Z[verify-libraries] Compiling group v0.14.0
46722026-07-14T21:37:08.650Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46732026-07-14T21:37:08.650Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46742026-07-14T21:37:08.650Z[verify-libraries] Compiling hkdf v0.13.0
46752026-07-14T21:37:08.650Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
46762026-07-14T21:37:08.650Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
46772026-07-14T21:37:08.650Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
46782026-07-14T21:37:08.650Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
46792026-07-14T21:37:08.717Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
46802026-07-14T21:37:08.934Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
46812026-07-14T21:37:08.987Z[verify-libraries] Compiling castaway v0.2.4
46822026-07-14T21:37:09.115Z[verify-libraries] Compiling indoc v2.0.7
46832026-07-14T21:37:09.322Z[verify-libraries] Compiling compact_str v0.8.1
46842026-07-14T21:37:09.390Z[verify-libraries] Compiling darling_macro v0.23.0
46852026-07-14T21:37:09.496Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46862026-07-14T21:37:09.642Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46872026-07-14T21:37:09.795Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
46882026-07-14T21:37:09.829Z[ host-image] Jul 14 21:37:08.945 INFO O| Jul 14 21:37:08.944 INFO O| Download: 15212/23866 items 121.2/222.6MB 54% complete (146k/s)
46892026-07-14T21:37:09.843Z[ recovery-image] Jul 14 21:37:08.945 INFO O| Jul 14 21:37:08.945 INFO O| Download: 3463/16671 items 37.9/199.8MB 18% complete (1.7M/s)
46902026-07-14T21:37:10.009Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46912026-07-14T21:37:10.034Z[verify-libraries] Compiling elliptic-curve v0.14.0-rc.33
46922026-07-14T21:37:10.061Z[verify-libraries] Compiling darling v0.23.0
46932026-07-14T21:37:10.128Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
46942026-07-14T21:37:10.481Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
46952026-07-14T21:37:10.732Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
46962026-07-14T21:37:10.912Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
46972026-07-14T21:37:11.025Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
46982026-07-14T21:37:11.025Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
46992026-07-14T21:37:11.036Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47002026-07-14T21:37:11.036Z[verify-libraries] Compiling unicode-truncate v1.1.0
47012026-07-14T21:37:11.091Z[verify-libraries] Compiling lru v0.12.5
47022026-07-14T21:37:11.192Z[verify-libraries] Compiling cassowary v0.3.0
47032026-07-14T21:37:11.302Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47042026-07-14T21:37:11.348Z[verify-libraries] Compiling rfc6979 v0.5.0
47052026-07-14T21:37:11.565Z[verify-libraries] Compiling ratatui v0.29.0
47062026-07-14T21:37:11.721Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47072026-07-14T21:37:11.754Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47082026-07-14T21:37:11.872Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47092026-07-14T21:37:11.952Z[verify-libraries] Compiling vergen-git2 v9.1.0
47102026-07-14T21:37:12.013Z[verify-libraries] Compiling is_ci v1.2.0
47112026-07-14T21:37:12.042Z[verify-libraries] Compiling strsim v0.10.0
47122026-07-14T21:37:12.087Z[verify-libraries] Compiling ecdsa v0.17.0-rc.18
47132026-07-14T21:37:12.201Z[verify-libraries] Compiling supports-color v3.0.2
47142026-07-14T21:37:12.266Z[verify-libraries] Compiling darling_core v0.13.4
47152026-07-14T21:37:12.417Z[verify-libraries] Compiling primeorder v0.14.0-rc.10
47162026-07-14T21:37:12.425Z[verify-libraries] Compiling primefield v0.14.0
47172026-07-14T21:37:12.460Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47182026-07-14T21:37:12.565Z[verify-libraries] Compiling tungstenite v0.23.0
47192026-07-14T21:37:12.717Z[verify-libraries] Compiling console v0.16.2
47202026-07-14T21:37:12.794Z[verify-libraries] Compiling curve25519-dalek v5.0.0-rc.0
47212026-07-14T21:37:13.066Z[verify-libraries] Compiling unit-prefix v0.5.2
47222026-07-14T21:37:13.140Z[verify-libraries] Compiling assert_matches v1.5.0
47232026-07-14T21:37:13.532Z[verify-libraries] Compiling void v1.0.2
47242026-07-14T21:37:13.591Z[verify-libraries] Compiling indicatif v0.18.4
47252026-07-14T21:37:13.591Z[verify-libraries] Compiling lzss v0.8.2
47262026-07-14T21:37:13.591Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
47272026-07-14T21:37:13.591Z[verify-libraries] Compiling ssh-encoding v0.3.0-rc.9
47282026-07-14T21:37:13.591Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47292026-07-14T21:37:13.591Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
47302026-07-14T21:37:17.561Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47312026-07-14T21:37:17.594Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47322026-07-14T21:37:17.594Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47332026-07-14T21:37:17.594Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47342026-07-14T21:37:17.594Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47352026-07-14T21:37:17.594Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47362026-07-14T21:37:17.594Z[verify-libraries] Compiling darling_macro v0.13.4
47372026-07-14T21:37:17.594Z[verify-libraries] Compiling nix v0.27.1
47382026-07-14T21:37:17.594Z[verify-libraries] Compiling colored v2.2.0
47392026-07-14T21:37:17.594Z[verify-libraries] Compiling serde_bytes v0.11.19
47402026-07-14T21:37:17.595Z[verify-libraries] Compiling shell-words v1.1.1
47412026-07-14T21:37:17.595Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47422026-07-14T21:37:17.595Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47432026-07-14T21:37:17.595Z[verify-libraries] Compiling ed25519 v3.0.0
47442026-07-14T21:37:17.595Z[verify-libraries] Compiling crypto-primes v0.7.2
47452026-07-14T21:37:17.595Z[verify-libraries] Compiling darling v0.13.4
47462026-07-14T21:37:17.595Z[ host-image] Jul 14 21:37:13.988 INFO O| Jul 14 21:37:13.988 INFO O| Download: 16417/23866 items 134.3/222.6MB 60% complete (1.5M/s)
47472026-07-14T21:37:17.595Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
47482026-07-14T21:37:17.595Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
47492026-07-14T21:37:17.595Z[verify-libraries] Compiling poly1305 v0.9.0
47502026-07-14T21:37:17.595Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
47512026-07-14T21:37:17.595Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47522026-07-14T21:37:17.595Z[ recovery-image] Jul 14 21:37:14.775 INFO O| Jul 14 21:37:14.775 INFO O| Download: 3723/16671 items 38.6/199.8MB 19% complete (1.7M/s)
47532026-07-14T21:37:17.595Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47542026-07-14T21:37:17.595Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
47552026-07-14T21:37:17.595Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47562026-07-14T21:37:17.595Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47572026-07-14T21:37:17.595Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47582026-07-14T21:37:17.595Z[verify-libraries] Compiling blowfish v0.10.0
47592026-07-14T21:37:17.595Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
47602026-07-14T21:37:17.595Z[verify-libraries] Compiling petname v2.0.2
47612026-07-14T21:37:17.595Z[verify-libraries] Compiling keccak v0.2.0
47622026-07-14T21:37:17.595Z[verify-libraries] Compiling fiat-crypto v0.3.0
47632026-07-14T21:37:17.595Z[verify-libraries] Compiling sha3 v0.11.0
47642026-07-14T21:37:17.595Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
47652026-07-14T21:37:17.595Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
47662026-07-14T21:37:17.609Z[verify-libraries] Compiling rsa v0.10.0-rc.18
47672026-07-14T21:37:17.610Z[verify-libraries] Compiling ed25519-dalek v3.0.0-rc.0
47682026-07-14T21:37:17.610Z[verify-libraries] Compiling ssh-cipher v0.3.0-rc.9
47692026-07-14T21:37:17.867Z[verify-libraries] Compiling serde_with_macros v1.5.2
47702026-07-14T21:37:17.888Z[verify-libraries] Compiling p521 v0.14.0-rc.10
47712026-07-14T21:37:17.916Z[verify-libraries] Compiling p256 v0.14.0-rc.10
47722026-07-14T21:37:18.024Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
47732026-07-14T21:37:18.230Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47742026-07-14T21:37:18.585Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47752026-07-14T21:37:18.797Z[verify-libraries] Compiling twox-hash v2.1.2
47762026-07-14T21:37:18.830Z[verify-libraries] Compiling kem v0.3.0
47772026-07-14T21:37:18.854Z[verify-libraries] Compiling module-lattice v0.2.3
47782026-07-14T21:37:18.987Z[verify-libraries] Compiling blake3 v1.8.5
47792026-07-14T21:37:19.134Z[verify-libraries] Compiling rtoolbox v0.0.3
47802026-07-14T21:37:19.156Z[verify-libraries] Compiling ml-kem v0.3.2
47812026-07-14T21:37:19.234Z[verify-libraries] Compiling serde_with v1.14.0
47822026-07-14T21:37:19.388Z[verify-libraries] Compiling rpassword v7.4.0
47832026-07-14T21:37:19.596Z[verify-libraries] Compiling russh-cryptovec v0.61.0
47842026-07-14T21:37:19.872Z[ host-image] Jul 14 21:37:18.989 INFO O| Jul 14 21:37:18.989 INFO O| Download: 17851/23866 items 149.1/222.6MB 66% complete (2.8M/s)
47852026-07-14T21:37:19.895Z[verify-libraries] Compiling tui-tree-widget v0.23.1
47862026-07-14T21:37:19.976Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47872026-07-14T21:37:20.155Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47882026-07-14T21:37:20.197Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47892026-07-14T21:37:20.360Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
47902026-07-14T21:37:20.429Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
47912026-07-14T21:37:20.504Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
47922026-07-14T21:37:21.302Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47932026-07-14T21:37:21.348Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47942026-07-14T21:37:21.558Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47952026-07-14T21:37:21.584Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47962026-07-14T21:37:21.614Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47972026-07-14T21:37:21.679Z[verify-libraries] Compiling fatfs v0.3.6
47982026-07-14T21:37:21.704Z[verify-libraries] Compiling num-bigint v0.4.6
47992026-07-14T21:37:21.707Z[verify-libraries] Compiling generic-array v1.4.3
48002026-07-14T21:37:21.817Z[verify-libraries] Compiling p384 v0.14.0-rc.10
48012026-07-14T21:37:21.841Z[verify-libraries] Compiling russh-util v0.52.0
48022026-07-14T21:37:21.956Z[verify-libraries] Compiling enum_dispatch v0.3.13
48032026-07-14T21:37:21.987Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
48042026-07-14T21:37:22.009Z[ recovery-image] Jul 14 21:37:21.127 INFO O| Jul 14 21:37:21.127 INFO O| Download: 3725/16671 items 38.6/199.8MB 19% complete
48052026-07-14T21:37:22.014Z[verify-libraries] Compiling delegate v0.13.5
48062026-07-14T21:37:22.050Z[verify-libraries] Compiling sapling-renderdag v0.1.0
48072026-07-14T21:37:22.236Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48082026-07-14T21:37:22.306Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48092026-07-14T21:37:22.388Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48102026-07-14T21:37:22.416Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
48112026-07-14T21:37:22.996Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48122026-07-14T21:37:23.772Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48132026-07-14T21:37:24.044Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
48142026-07-14T21:37:24.454Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48152026-07-14T21:37:24.847Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48162026-07-14T21:37:24.873Z[ host-image] Jul 14 21:37:23.992 INFO O| Jul 14 21:37:23.992 INFO O| Download: 18970/23866 items 172.9/222.6MB 77% complete (3.9M/s)
48172026-07-14T21:37:25.036Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48182026-07-14T21:37:25.377Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48192026-07-14T21:37:25.555Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48202026-07-14T21:37:25.925Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48212026-07-14T21:37:26.106Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48222026-07-14T21:37:26.735Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48232026-07-14T21:37:26.800Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
48242026-07-14T21:37:27.009Z[ recovery-image] Jul 14 21:37:26.127 INFO O| Jul 14 21:37:26.127 INFO O| Download: 4697/16671 items 43.5/199.8MB 21% complete (1017k/s)
48252026-07-14T21:37:28.156Z[verify-libraries] Compiling ssh-key v0.7.0-rc.10
48262026-07-14T21:37:28.256Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48272026-07-14T21:37:28.497Z[verify-libraries] Compiling arrayref v0.3.9
48282026-07-14T21:37:28.552Z[verify-libraries] Compiling sync-ptr v0.1.4
48292026-07-14T21:37:28.607Z[verify-libraries] Compiling seq-macro v0.3.6
48302026-07-14T21:37:28.725Z[verify-libraries] Compiling md5 v0.8.0
48312026-07-14T21:37:28.786Z[verify-libraries] Compiling arrayvec v0.7.6
48322026-07-14T21:37:28.807Z[verify-libraries] Compiling hex-literal v1.1.0
48332026-07-14T21:37:28.961Z[verify-libraries] Compiling constant_time_eq v0.4.2
48342026-07-14T21:37:29.044Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48352026-07-14T21:37:29.066Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
48362026-07-14T21:37:29.253Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48372026-07-14T21:37:29.281Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48382026-07-14T21:37:29.770Z[verify-libraries] Compiling russh v0.61.2
48392026-07-14T21:37:29.792Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48402026-07-14T21:37:29.875Z[ host-image] Jul 14 21:37:28.993 INFO O| Jul 14 21:37:28.993 INFO O| Download: 19977/23866 items 177.9/222.6MB 79% complete (2.9M/s)
48412026-07-14T21:37:30.228Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48422026-07-14T21:37:30.454Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48432026-07-14T21:37:30.735Z[verify-libraries] Compiling socket2 v0.5.10
48442026-07-14T21:37:31.010Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
48452026-07-14T21:37:31.033Z[verify-libraries] Compiling internet-checksum v0.2.1
48462026-07-14T21:37:31.211Z[verify-libraries] Compiling topological-sort v0.2.2
48472026-07-14T21:37:31.404Z[verify-libraries] Compiling omicron-zone-package v0.12.3
48482026-07-14T21:37:32.305Z[ recovery-image] Jul 14 21:37:31.422 INFO O| Jul 14 21:37:31.422 INFO O| Download: 5992/16671 items 45.2/199.8MB 22% complete (696k/s)
48492026-07-14T21:37:32.612Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48502026-07-14T21:37:34.580Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48512026-07-14T21:37:34.637Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48522026-07-14T21:37:34.934Z[ host-image] Jul 14 21:37:34.051 INFO O| Jul 14 21:37:34.051 INFO O| Download: 21684/23866 items 184.2/222.6MB 82% complete (1.1M/s)
48532026-07-14T21:37:35.221Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
48542026-07-14T21:37:35.534Z[verify-libraries] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
48552026-07-14T21:37:35.998Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48562026-07-14T21:37:36.105Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48572026-07-14T21:37:36.365Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48582026-07-14T21:37:36.627Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48592026-07-14T21:37:36.734Z[verify-libraries] Compiling yansi v1.0.1
48602026-07-14T21:37:37.040Z[verify-libraries] Compiling pretty_assertions v1.4.1
48612026-07-14T21:37:37.112Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
48622026-07-14T21:37:37.153Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48632026-07-14T21:37:37.348Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48642026-07-14T21:37:37.481Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
48652026-07-14T21:37:37.502Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
48662026-07-14T21:37:37.776Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48672026-07-14T21:37:37.802Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48682026-07-14T21:37:38.042Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48692026-07-14T21:37:38.073Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48702026-07-14T21:37:38.304Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48712026-07-14T21:37:38.352Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48722026-07-14T21:37:38.416Z[verify-libraries] Compiling samael v0.0.19
48732026-07-14T21:37:38.562Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48742026-07-14T21:37:38.585Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
48752026-07-14T21:37:38.617Z[verify-libraries] Compiling drift v0.2.0
48762026-07-14T21:37:38.822Z[verify-libraries] Compiling digest-io v0.1.0
48772026-07-14T21:37:38.909Z[verify-libraries] Compiling uzers v0.12.2
48782026-07-14T21:37:39.004Z[verify-libraries] Compiling rawzip v0.4.4
48792026-07-14T21:37:39.119Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48802026-07-14T21:37:39.570Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48812026-07-14T21:37:39.739Z[verify-libraries] Compiling git2 v0.20.4
48822026-07-14T21:37:39.831Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
48832026-07-14T21:37:39.937Z[ host-image] Jul 14 21:37:39.056 INFO O| Jul 14 21:37:39.056 INFO O| Download: 22975/23866 items 215.1/222.6MB 96% complete (3.7M/s)
48842026-07-14T21:37:40.373Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
48852026-07-14T21:37:40.652Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48862026-07-14T21:37:41.461Z[ recovery-image] Jul 14 21:37:40.576 INFO O| Jul 14 21:37:40.575 INFO O| Download: 5998/16671 items 45.2/199.8MB 22% complete (650k/s)
48872026-07-14T21:37:42.975Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48882026-07-14T21:37:43.328Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48892026-07-14T21:37:43.460Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
48902026-07-14T21:37:43.523Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
48912026-07-14T21:37:44.938Z[ host-image] Jul 14 21:37:44.056 INFO O| Jul 14 21:37:44.056 INFO O| Download: 23815/23866 items 222.5/222.6MB 99% complete (3.8M/s)
48922026-07-14T21:37:45.240Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
48932026-07-14T21:37:45.378Z[ host-image] Jul 14 21:37:44.496 INFO O| Jul 14 21:37:44.496 INFO O| Download: Completed 222.63 MB in 97.67 seconds (2.3M/s)
48942026-07-14T21:37:45.382Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48952026-07-14T21:37:45.483Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48962026-07-14T21:37:45.871Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
48972026-07-14T21:37:45.896Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48982026-07-14T21:37:46.059Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
48992026-07-14T21:37:46.286Z[verify-libraries] Compiling multimap v0.10.1
49002026-07-14T21:37:46.443Z[verify-libraries] Compiling termios v0.3.3
49012026-07-14T21:37:46.466Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
49022026-07-14T21:37:46.519Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
49032026-07-14T21:37:46.661Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49042026-07-14T21:37:46.688Z[ recovery-image] Jul 14 21:37:45.806 INFO O| Jul 14 21:37:45.805 INFO O| Download: 6526/16671 items 59.3/199.8MB 29% complete (2.7M/s)
49052026-07-14T21:37:49.828Z[ host-image] Jul 14 21:37:48.946 INFO O| Jul 14 21:37:48.946 INFO O| Actions: 1/54077 actions (Installing new actions)
49062026-07-14T21:37:51.688Z[ recovery-image] Jul 14 21:37:50.806 INFO O| Jul 14 21:37:50.806 INFO O| Download: 8142/16671 items 83.1/199.8MB 41% complete (3.7M/s)
49072026-07-14T21:37:54.829Z[ host-image] Jul 14 21:37:53.946 INFO O| Jul 14 21:37:53.946 INFO O| Actions: 24529/54077 actions (Installing new actions)
49082026-07-14T21:37:56.374Z[verify-libraries] Compiling polar-core v0.27.3
49092026-07-14T21:37:56.691Z[ recovery-image] Jul 14 21:37:55.809 INFO O| Jul 14 21:37:55.809 INFO O| Download: 9271/16671 items 91.0/199.8MB 45% complete (3.1M/s)
49102026-07-14T21:37:57.485Z[ host-image] Jul 14 21:37:56.603 INFO O| Jul 14 21:37:56.603 INFO O| Actions: Completed 54077 actions in 7.65 seconds.
49112026-07-14T21:37:57.604Z[ host-image] Jul 14 21:37:56.722 INFO O| Jul 14 21:37:56.722 INFO O| Finalize: Updating package state database ... Done
49122026-07-14T21:37:57.604Z[ host-image] Jul 14 21:37:56.722 INFO O| Jul 14 21:37:56.722 INFO O| Finalize: Updating package cache ... Done
49132026-07-14T21:37:57.659Z[ host-image] Jul 14 21:37:56.777 INFO O| Jul 14 21:37:56.777 INFO O| Finalize: Updating image state ... Done
49142026-07-14T21:37:58.777Z[ host-image] Jul 14 21:37:57.894 INFO O| Jul 14 21:37:57.894 INFO O| Finalize: Creating fast lookup database ... Done
49152026-07-14T21:37:58.807Z[ host-image] Jul 14 21:37:57.926 INFO O| Jul 14 21:37:57.926 INFO O| Finalize: Reading search index ... Done
49162026-07-14T21:38:01.475Z[ host-image] Jul 14 21:38:00.593 INFO O| Jul 14 21:38:00.593 INFO O| Finalize: Building new search index ... Done
49172026-07-14T21:38:01.724Z[ recovery-image] Jul 14 21:38:00.842 INFO O| Jul 14 21:38:00.842 INFO O| Download: 10347/16671 items 103.5/199.8MB 51% complete (2.0M/s)
49182026-07-14T21:38:01.994Z[ host-image] Jul 14 21:38:01.113 INFO O| Jul 14 21:38:01.112 INFO O| Finalize: Updating package cache ... Done
49192026-07-14T21:38:02.192Z[ host-image] Jul 14 21:38:01.308 INFO O| Jul 14 21:38:01.308 INFO STEP 11 (pkg_install) COMPLETE
49202026-07-14T21:38:02.192Z[ host-image] Jul 14 21:38:01.308 INFO O| Jul 14 21:38:01.308 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49212026-07-14T21:38:02.203Z[ host-image] Jul 14 21:38:01.320 INFO O| Jul 14 21:38:01.320 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"]
49222026-07-14T21:38:03.513Z[verify-libraries] Compiling oso v0.27.3
49232026-07-14T21:38:04.268Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49242026-07-14T21:38:04.982Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
49252026-07-14T21:38:06.185Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
49262026-07-14T21:38:06.790Z[ recovery-image] Jul 14 21:38:05.907 INFO O| Jul 14 21:38:05.907 INFO O| Download: 11702/16671 items 107.5/199.8MB 53% complete (1.7M/s)
49272026-07-14T21:38:06.990Z[ host-image] Jul 14 21:38:06.108 INFO O| Jul 14 21:38:06.108 INFO O| Startup: Refreshing catalog 'helios' ... Done
49282026-07-14T21:38:08.114Z[ host-image] Jul 14 21:38:07.232 INFO O| Jul 14 21:38:07.232 INFO O| Startup: Caching catalogs ... Done
49292026-07-14T21:38:08.380Z[ host-image] Jul 14 21:38:07.498 INFO O| Jul 14 21:38:07.498 INFO O| Planning: Solver setup ... Done
49302026-07-14T21:38:08.385Z[ host-image] Jul 14 21:38:07.503 INFO O| Jul 14 21:38:07.503 INFO O| Planning: Running solver ... Done
49312026-07-14T21:38:08.393Z[ host-image] Jul 14 21:38:07.509 INFO O| Jul 14 21:38:07.509 INFO O| Planning: Finding local manifests ... Done
49322026-07-14T21:38:08.452Z[ host-image] Jul 14 21:38:07.569 INFO O| Jul 14 21:38:07.569 INFO O| Planning: Fetching manifests: 0/6 0% complete
49332026-07-14T21:38:08.519Z[ host-image] Jul 14 21:38:07.637 INFO O| Jul 14 21:38:07.637 INFO O| Planning: Fetching manifests: 6/6 100% complete
49342026-07-14T21:38:08.541Z[ host-image] Jul 14 21:38:07.657 INFO O| Jul 14 21:38:07.657 INFO O| Planning: Package planning ... Done
49352026-07-14T21:38:08.544Z[ host-image] Jul 14 21:38:07.659 INFO O| Jul 14 21:38:07.659 INFO O| Planning: Merging actions ... Done
49362026-07-14T21:38:08.607Z[ host-image] Jul 14 21:38:07.725 INFO O| Jul 14 21:38:07.725 INFO O| Planning: Checking for conflicting actions ... Done
49372026-07-14T21:38:08.611Z[ host-image] Jul 14 21:38:07.726 INFO O| Jul 14 21:38:07.726 INFO O| Planning: Consolidating action changes ... Done
49382026-07-14T21:38:08.742Z[ host-image] Jul 14 21:38:07.860 INFO O| Jul 14 21:38:07.860 INFO O| Planning: Evaluating mediators ... Done
49392026-07-14T21:38:08.750Z[ host-image] Jul 14 21:38:07.861 INFO O| Jul 14 21:38:07.861 INFO O| Planning: Planning completed in 0.62 seconds
49402026-07-14T21:38:08.750Z[ host-image] Jul 14 21:38:07.862 INFO O| Jul 14 21:38:07.862 INFO O| Packages to install: 6
49412026-07-14T21:38:08.753Z[ host-image] Jul 14 21:38:07.862 INFO O| Jul 14 21:38:07.862 INFO O| Services to change: 2
49422026-07-14T21:38:08.756Z[ host-image] Jul 14 21:38:07.872 INFO O| Jul 14 21:38:07.872 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
49432026-07-14T21:38:11.544Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
49442026-07-14T21:38:11.792Z[ host-image] Jul 14 21:38:10.905 INFO O| Jul 14 21:38:10.905 INFO O| Download: Completed 1.75 MB in 3.03 seconds (589k/s)
49452026-07-14T21:38:11.802Z[ recovery-image] Jul 14 21:38:10.920 INFO O| Jul 14 21:38:10.920 INFO O| Download: 12677/16671 items 151.2/199.8MB 75% complete (4.8M/s)
49462026-07-14T21:38:11.808Z[ host-image] Jul 14 21:38:10.926 INFO O| Jul 14 21:38:10.926 INFO O| Actions: 1/390 actions (Installing new actions)
49472026-07-14T21:38:11.981Z[ host-image] Jul 14 21:38:11.100 INFO O| Jul 14 21:38:11.099 INFO O| Actions: Completed 390 actions in 0.17 seconds.
49482026-07-14T21:38:11.994Z[ host-image] Jul 14 21:38:11.112 INFO O| Jul 14 21:38:11.112 INFO O| Finalize: Updating package state database ... Done
49492026-07-14T21:38:11.994Z[ host-image] Jul 14 21:38:11.113 INFO O| Jul 14 21:38:11.112 INFO O| Finalize: Updating package cache ... Done
49502026-07-14T21:38:12.029Z[ host-image] Jul 14 21:38:11.147 INFO O| Jul 14 21:38:11.147 INFO O| Finalize: Updating image state ... Done
49512026-07-14T21:38:12.940Z[ host-image] Jul 14 21:38:12.059 INFO O| Jul 14 21:38:12.059 INFO O| Finalize: Creating fast lookup database ... Done
49522026-07-14T21:38:12.972Z[ host-image] Jul 14 21:38:12.090 INFO O| Jul 14 21:38:12.090 INFO O| Finalize: Reading search index ... Done
49532026-07-14T21:38:12.972Z[ host-image] Jul 14 21:38:12.090 INFO O| Jul 14 21:38:12.090 INFO O| Finalize: Updating search index ... Done
49542026-07-14T21:38:12.990Z[ host-image] Jul 14 21:38:12.108 INFO O| Jul 14 21:38:12.107 INFO O| Finalize: Updating package cache ... Done
49552026-07-14T21:38:13.202Z[ host-image] Jul 14 21:38:12.315 INFO O| Jul 14 21:38:12.315 INFO STEP 12 (pkg_install) COMPLETE
49562026-07-14T21:38:13.202Z[ host-image] Jul 14 21:38:12.315 INFO O| Jul 14 21:38:12.315 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49572026-07-14T21:38:13.208Z[ host-image] Jul 14 21:38:12.326 INFO O| Jul 14 21:38:12.326 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
49582026-07-14T21:38:13.802Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49592026-07-14T21:38:14.485Z[ host-image] Jul 14 21:38:13.603 INFO O| Jul 14 21:38:13.603 INFO O| Startup: Refreshing catalog 'helios' ... Done
49602026-07-14T21:38:14.649Z[ host-image] Jul 14 21:38:13.767 INFO O| Jul 14 21:38:13.767 INFO O| Startup: Caching catalogs ... Done
49612026-07-14T21:38:14.906Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
49622026-07-14T21:38:14.915Z[ host-image] Jul 14 21:38:14.033 INFO O| Jul 14 21:38:14.033 INFO O| Planning: Solver setup ... Done
49632026-07-14T21:38:14.920Z[ host-image] Jul 14 21:38:14.038 INFO O| Jul 14 21:38:14.038 INFO O| Planning: Running solver ... Done
49642026-07-14T21:38:14.927Z[ host-image] Jul 14 21:38:14.044 INFO O| Jul 14 21:38:14.044 INFO O| Planning: Finding local manifests ... Done
49652026-07-14T21:38:14.944Z[ host-image] Jul 14 21:38:14.062 INFO O| Jul 14 21:38:14.062 INFO O| Planning: Fetching manifests: 0/6 0% complete
49662026-07-14T21:38:15.079Z[ host-image] Jul 14 21:38:14.197 INFO O| Jul 14 21:38:14.197 INFO O| Planning: Fetching manifests: 6/6 100% complete
49672026-07-14T21:38:15.109Z[ host-image] Jul 14 21:38:14.227 INFO O| Jul 14 21:38:14.227 INFO O| Planning: Package planning ... Done
49682026-07-14T21:38:15.118Z[ host-image] Jul 14 21:38:14.236 INFO O| Jul 14 21:38:14.236 INFO O| Planning: Merging actions ... Done
49692026-07-14T21:38:15.174Z[ host-image] Jul 14 21:38:14.293 INFO O| Jul 14 21:38:14.293 INFO O| Planning: Checking for conflicting actions ... Done
49702026-07-14T21:38:15.178Z[ host-image] Jul 14 21:38:14.296 INFO O| Jul 14 21:38:14.296 INFO O| Planning: Consolidating action changes ... Done
49712026-07-14T21:38:15.329Z[ host-image] Jul 14 21:38:14.448 INFO O| Jul 14 21:38:14.447 INFO O| Planning: Evaluating mediators ... Done
49722026-07-14T21:38:15.330Z[ host-image] Jul 14 21:38:14.448 INFO O| Jul 14 21:38:14.448 INFO O| Planning: Planning completed in 0.66 seconds
49732026-07-14T21:38:15.333Z[ host-image] Jul 14 21:38:14.448 INFO O| Jul 14 21:38:14.448 INFO O| Packages to install: 6
49742026-07-14T21:38:15.333Z[ host-image] Jul 14 21:38:14.448 INFO O| Jul 14 21:38:14.448 INFO O| Mediators to change: 1
49752026-07-14T21:38:15.333Z[ host-image] Jul 14 21:38:14.448 INFO O| Jul 14 21:38:14.448 INFO O| Services to change: 1
49762026-07-14T21:38:15.333Z[ host-image] Jul 14 21:38:14.448 INFO O| Jul 14 21:38:14.448 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
49772026-07-14T21:38:16.805Z[ recovery-image] Jul 14 21:38:15.922 INFO O| Jul 14 21:38:15.922 INFO O| Download: 14436/16671 items 158.7/199.8MB 79% complete (5.1M/s)
49782026-07-14T21:38:17.557Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49792026-07-14T21:38:17.888Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49802026-07-14T21:38:18.677Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49812026-07-14T21:38:19.738Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
49822026-07-14T21:38:20.332Z[ host-image] Jul 14 21:38:19.450 INFO O| Jul 14 21:38:19.450 INFO O| Download: 870/1147 items 3.2/7.8MB 41% complete (671k/s)
49832026-07-14T21:38:22.098Z[ host-image] Jul 14 21:38:21.216 INFO O| Jul 14 21:38:21.216 INFO O| Download: Completed 7.84 MB in 6.77 seconds (1.2M/s)
49842026-07-14T21:38:22.155Z[ recovery-image] Jul 14 21:38:21.273 INFO O| Jul 14 21:38:21.273 INFO O| Download: 15507/16671 items 168.2/199.8MB 84% complete (1.7M/s)
49852026-07-14T21:38:24.018Z[ host-image] Jul 14 21:38:23.136 INFO O| Jul 14 21:38:23.136 INFO O| Actions: 1/1366 actions (Installing new actions)
49862026-07-14T21:38:24.310Z[ host-image] Jul 14 21:38:23.427 INFO O| Jul 14 21:38:23.426 INFO O| Actions: Completed 1366 actions in 0.29 seconds.
49872026-07-14T21:38:24.325Z[ host-image] Jul 14 21:38:23.444 INFO O| Jul 14 21:38:23.444 INFO O| Finalize: Updating package state database ... Done
49882026-07-14T21:38:24.326Z[ host-image] Jul 14 21:38:23.444 INFO O| Jul 14 21:38:23.444 INFO O| Finalize: Updating package cache ... Done
49892026-07-14T21:38:24.364Z[ host-image] Jul 14 21:38:23.482 INFO O| Jul 14 21:38:23.482 INFO O| Finalize: Updating image state ... Done
49902026-07-14T21:38:25.386Z[ host-image] Jul 14 21:38:24.504 INFO O| Jul 14 21:38:24.504 INFO O| Finalize: Creating fast lookup database ... Done
49912026-07-14T21:38:25.460Z[ host-image] Jul 14 21:38:24.578 INFO O| Jul 14 21:38:24.578 INFO O| Finalize: Reading search index ... Done
49922026-07-14T21:38:25.463Z[ host-image] Jul 14 21:38:24.578 INFO O| Jul 14 21:38:24.578 INFO O| Finalize: Updating search index ... Done
49932026-07-14T21:38:25.497Z[ host-image] Jul 14 21:38:24.615 INFO O| Jul 14 21:38:24.615 INFO O| Finalize: Updating package cache ... Done
49942026-07-14T21:38:25.660Z[ host-image] Jul 14 21:38:24.778 INFO O| Jul 14 21:38:24.778 INFO STEP 13 (pkg_install) COMPLETE
49952026-07-14T21:38:25.660Z[ host-image] Jul 14 21:38:24.778 INFO O| Jul 14 21:38:24.778 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49962026-07-14T21:38:25.669Z[ host-image] Jul 14 21:38:24.787 INFO O| Jul 14 21:38:24.787 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
49972026-07-14T21:38:26.674Z[ host-image] Jul 14 21:38:25.792 INFO O| Jul 14 21:38:25.792 INFO O| Startup: Refreshing catalog 'helios' ... Done
49982026-07-14T21:38:26.806Z[ host-image] Jul 14 21:38:25.924 INFO O| Jul 14 21:38:25.924 INFO O| Startup: Caching catalogs ... Done
49992026-07-14T21:38:27.045Z[ host-image] Jul 14 21:38:26.164 INFO O| Jul 14 21:38:26.164 INFO O| Planning: Solver setup ... Done
50002026-07-14T21:38:27.051Z[ host-image] Jul 14 21:38:26.169 INFO O| Jul 14 21:38:26.169 INFO O| Planning: Running solver ... Done
50012026-07-14T21:38:27.055Z[ host-image] Jul 14 21:38:26.174 INFO O| Jul 14 21:38:26.174 INFO O| Planning: Finding local manifests ... Done
50022026-07-14T21:38:27.068Z[ host-image] Jul 14 21:38:26.186 INFO O| Jul 14 21:38:26.186 INFO O| Planning: Fetching manifests: 0/1 0% complete
50032026-07-14T21:38:27.073Z[ host-image] Jul 14 21:38:26.191 INFO O| Jul 14 21:38:26.191 INFO O| Planning: Fetching manifests: 1/1 100% complete
50042026-07-14T21:38:27.088Z[ host-image] Jul 14 21:38:26.206 INFO O| Jul 14 21:38:26.206 INFO O| Planning: Package planning ... Done
50052026-07-14T21:38:27.091Z[ host-image] Jul 14 21:38:26.206 INFO O| Jul 14 21:38:26.206 INFO O| Planning: Merging actions ... Done
50062026-07-14T21:38:27.130Z[ host-image] Jul 14 21:38:26.248 INFO O| Jul 14 21:38:26.248 INFO O| Planning: Checking for conflicting actions ... Done
50072026-07-14T21:38:27.133Z[ host-image] Jul 14 21:38:26.248 INFO O| Jul 14 21:38:26.248 INFO O| Planning: Consolidating action changes ... Done
50082026-07-14T21:38:27.254Z[ host-image] Jul 14 21:38:26.372 INFO O| Jul 14 21:38:26.372 INFO O| Planning: Evaluating mediators ... Done
50092026-07-14T21:38:27.257Z[ host-image] Jul 14 21:38:26.372 INFO O| Jul 14 21:38:26.372 INFO O| Planning: Planning completed in 0.44 seconds
50102026-07-14T21:38:27.257Z[ host-image] Jul 14 21:38:26.373 INFO O| Jul 14 21:38:26.373 INFO O| Packages to install: 1
50112026-07-14T21:38:27.257Z[ recovery-image] Jul 14 21:38:26.375 INFO O| Jul 14 21:38:26.375 INFO O| Download: 16416/16671 items 194.0/199.8MB 97% complete (3.5M/s)
50122026-07-14T21:38:27.264Z[ host-image] Jul 14 21:38:26.382 INFO O| Jul 14 21:38:26.382 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
50132026-07-14T21:38:27.420Z[ host-image] Jul 14 21:38:26.538 INFO O| Jul 14 21:38:26.538 INFO O| Download: Completed 13.06 MB in 0.16 seconds (83.8M/s)
50142026-07-14T21:38:27.442Z[ host-image] Jul 14 21:38:26.556 INFO O| Jul 14 21:38:26.556 INFO O| Actions: 1/22 actions (Installing new actions)
50152026-07-14T21:38:27.653Z[ host-image] Jul 14 21:38:26.771 INFO O| Jul 14 21:38:26.771 INFO O| Actions: Completed 22 actions in 0.22 seconds.
50162026-07-14T21:38:27.664Z[ host-image] Jul 14 21:38:26.783 INFO O| Jul 14 21:38:26.782 INFO O| Finalize: Updating package state database ... Done
50172026-07-14T21:38:27.668Z[ host-image] Jul 14 21:38:26.783 INFO O| Jul 14 21:38:26.783 INFO O| Finalize: Updating package cache ... Done
50182026-07-14T21:38:27.697Z[ host-image] Jul 14 21:38:26.815 INFO O| Jul 14 21:38:26.815 INFO O| Finalize: Updating image state ... Done
50192026-07-14T21:38:27.768Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
50202026-07-14T21:38:28.491Z[ host-image] Jul 14 21:38:27.609 INFO O| Jul 14 21:38:27.609 INFO O| Finalize: Creating fast lookup database ... Done
50212026-07-14T21:38:28.515Z[ host-image] Jul 14 21:38:27.634 INFO O| Jul 14 21:38:27.633 INFO O| Finalize: Reading search index ... Done
50222026-07-14T21:38:28.516Z[ host-image] Jul 14 21:38:27.634 INFO O| Jul 14 21:38:27.634 INFO O| Finalize: Updating search index ... Done
50232026-07-14T21:38:28.525Z[ host-image] Jul 14 21:38:27.643 INFO O| Jul 14 21:38:27.643 INFO O| Finalize: Updating package cache ... Done
50242026-07-14T21:38:28.656Z[ host-image] Jul 14 21:38:27.773 INFO O| Jul 14 21:38:27.773 INFO STEP 14 (pkg_install) COMPLETE
50252026-07-14T21:38:28.656Z[ host-image] Jul 14 21:38:27.774 INFO O| Jul 14 21:38:27.773 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50262026-07-14T21:38:28.656Z[ host-image] Jul 14 21:38:27.774 INFO O| Jul 14 21:38:27.773 INFO skip step because feature "mfg" is not enabled
50272026-07-14T21:38:28.659Z[ host-image] Jul 14 21:38:27.774 INFO O| Jul 14 21:38:27.773 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50282026-07-14T21:38:28.659Z[ host-image] Jul 14 21:38:27.774 INFO O| Jul 14 21:38:27.773 INFO skip step because feature "compliance" is not enabled
50292026-07-14T21:38:28.659Z[ host-image] Jul 14 21:38:27.774 INFO O| Jul 14 21:38:27.774 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50302026-07-14T21:38:28.660Z[ host-image] Jul 14 21:38:27.774 INFO O| Jul 14 21:38:27.774 INFO skip step because feature "stress" is not enabled
50312026-07-14T21:38:28.660Z[ host-image] Jul 14 21:38:27.774 INFO O| Jul 14 21:38:27.774 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50322026-07-14T21:38:28.660Z[ host-image] Jul 14 21:38:27.774 INFO O| Jul 14 21:38:27.774 INFO skip step because feature "compliance" is not enabled
50332026-07-14T21:38:28.660Z[ host-image] Jul 14 21:38:27.774 INFO O| Jul 14 21:38:27.774 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50342026-07-14T21:38:28.660Z[ host-image] Jul 14 21:38:27.774 INFO O| Jul 14 21:38:27.774 INFO skip step because feature "nfs" is not enabled
50352026-07-14T21:38:28.660Z[ host-image] Jul 14 21:38:27.774 INFO O| Jul 14 21:38:27.774 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
50362026-07-14T21:38:28.660Z[ host-image] Jul 14 21:38:27.774 INFO O| Jul 14 21:38:27.774 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
50372026-07-14T21:38:28.742Z[ recovery-image] Jul 14 21:38:27.859 INFO O| Jul 14 21:38:27.859 INFO O| Download: Completed 199.81 MB in 100.65 seconds (2.0M/s)
50382026-07-14T21:38:29.045Z[ host-image] Jul 14 21:38:28.163 INFO O| Jul 14 21:38:28.162 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
50392026-07-14T21:38:29.173Z[ host-image] Jul 14 21:38:28.291 INFO O| Jul 14 21:38:28.291 INFO completed processing sled/ramdisk-01-os
50402026-07-14T21:38:29.177Z[ host-image] Jul 14 21:38:28.293 INFO omicron1 baseline generation...
50412026-07-14T21:38:29.177Z[ host-image] Jul 14 21:38:28.293 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
50422026-07-14T21:38:29.303Z[ recovery-image] Jul 14 21:38:28.421 INFO O| Jul 14 21:38:28.421 INFO O| Actions: 1/27518 actions (Installing new actions)
50432026-07-14T21:38:29.501Z[ host-image] Jul 14 21:38:28.619 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24101:20260713T223226Z
50442026-07-14T21:38:34.304Z[ recovery-image] Jul 14 21:38:33.422 INFO O| Jul 14 21:38:33.421 INFO O| Actions: 27289/27518 actions (Installing new actions)
50452026-07-14T21:38:34.335Z[ recovery-image] Jul 14 21:38:33.453 INFO O| Jul 14 21:38:33.453 INFO O| Actions: Completed 27518 actions in 5.03 seconds.
50462026-07-14T21:38:34.381Z[ recovery-image] Jul 14 21:38:33.499 INFO O| Jul 14 21:38:33.499 INFO O| Finalize: Updating package state database ... Done
50472026-07-14T21:38:34.381Z[ recovery-image] Jul 14 21:38:33.499 INFO O| Jul 14 21:38:33.499 INFO O| Finalize: Updating package cache ... Done
50482026-07-14T21:38:34.437Z[ recovery-image] Jul 14 21:38:33.555 INFO O| Jul 14 21:38:33.555 INFO O| Finalize: Updating image state ... Done
50492026-07-14T21:38:35.033Z[ recovery-image] Jul 14 21:38:34.151 INFO O| Jul 14 21:38:34.150 INFO O| Finalize: Creating fast lookup database ... Done
50502026-07-14T21:38:35.048Z[ recovery-image] Jul 14 21:38:34.165 INFO O| Jul 14 21:38:34.165 INFO O| Finalize: Reading search index ... Done
50512026-07-14T21:38:36.613Z[ recovery-image] Jul 14 21:38:35.731 INFO O| Jul 14 21:38:35.731 INFO O| Finalize: Building new search index ... Done
50522026-07-14T21:38:36.930Z[ recovery-image] Jul 14 21:38:36.047 INFO O| Jul 14 21:38:36.047 INFO O| Finalize: Updating package cache ... Done
50532026-07-14T21:38:37.169Z[ recovery-image] Jul 14 21:38:36.286 INFO O| Jul 14 21:38:36.286 INFO STEP 11 (pkg_install) COMPLETE
50542026-07-14T21:38:37.169Z[ recovery-image] Jul 14 21:38:36.286 INFO O| Jul 14 21:38:36.286 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50552026-07-14T21:38:37.169Z[ recovery-image] Jul 14 21:38:36.286 INFO O| Jul 14 21:38:36.286 INFO skip step because feature "recovery" is enabled
50562026-07-14T21:38:37.169Z[ recovery-image] Jul 14 21:38:36.286 INFO O| Jul 14 21:38:36.286 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50572026-07-14T21:38:37.169Z[ recovery-image] Jul 14 21:38:36.286 INFO O| Jul 14 21:38:36.286 INFO skip step because feature "omicron1" is not enabled
50582026-07-14T21:38:37.172Z[ recovery-image] Jul 14 21:38:36.286 INFO O| Jul 14 21:38:36.286 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50592026-07-14T21:38:37.179Z[ recovery-image] Jul 14 21:38:36.297 INFO O| Jul 14 21:38:36.297 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
50602026-07-14T21:38:40.027Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50612026-07-14T21:38:40.533Z[ recovery-image] Jul 14 21:38:39.650 INFO O| Jul 14 21:38:39.650 INFO O| Startup: Refreshing catalog 'helios' ... Done
50622026-07-14T21:38:40.661Z[ recovery-image] Jul 14 21:38:39.778 INFO O| Jul 14 21:38:39.778 INFO O| Startup: Caching catalogs ... Done
50632026-07-14T21:38:40.908Z[ recovery-image] Jul 14 21:38:40.022 INFO O| Jul 14 21:38:40.022 INFO O| Planning: Solver setup ... Done
50642026-07-14T21:38:40.911Z[ recovery-image] Jul 14 21:38:40.027 INFO O| Jul 14 21:38:40.027 INFO O| Planning: Running solver ... Done
50652026-07-14T21:38:40.915Z[ recovery-image] Jul 14 21:38:40.032 INFO O| Jul 14 21:38:40.032 INFO O| Planning: Finding local manifests ... Done
50662026-07-14T21:38:40.926Z[ recovery-image] Jul 14 21:38:40.044 INFO O| Jul 14 21:38:40.044 INFO O| Planning: Fetching manifests: 0/1 0% complete
50672026-07-14T21:38:40.931Z[ recovery-image] Jul 14 21:38:40.049 INFO O| Jul 14 21:38:40.049 INFO O| Planning: Fetching manifests: 1/1 100% complete
50682026-07-14T21:38:40.948Z[ recovery-image] Jul 14 21:38:40.066 INFO O| Jul 14 21:38:40.066 INFO O| Planning: Package planning ... Done
50692026-07-14T21:38:40.953Z[ recovery-image] Jul 14 21:38:40.066 INFO O| Jul 14 21:38:40.066 INFO O| Planning: Merging actions ... Done
50702026-07-14T21:38:40.969Z[ recovery-image] Jul 14 21:38:40.086 INFO O| Jul 14 21:38:40.086 INFO O| Planning: Checking for conflicting actions ... Done
50712026-07-14T21:38:40.975Z[ recovery-image] Jul 14 21:38:40.087 INFO O| Jul 14 21:38:40.087 INFO O| Planning: Consolidating action changes ... Done
50722026-07-14T21:38:41.059Z[ recovery-image] Jul 14 21:38:40.177 INFO O| Jul 14 21:38:40.177 INFO O| Planning: Evaluating mediators ... Done
50732026-07-14T21:38:41.065Z[ recovery-image] Jul 14 21:38:40.177 INFO O| Jul 14 21:38:40.177 INFO O| Planning: Planning completed in 0.39 seconds
50742026-07-14T21:38:41.065Z[ recovery-image] Jul 14 21:38:40.177 INFO O| Jul 14 21:38:40.177 INFO O| Packages to install: 1
50752026-07-14T21:38:41.070Z[ recovery-image] Jul 14 21:38:40.188 INFO O| Jul 14 21:38:40.188 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
50762026-07-14T21:38:41.169Z[ recovery-image] Jul 14 21:38:40.286 INFO O| Jul 14 21:38:40.286 INFO O| Download: Completed 13.06 MB in 0.10 seconds (133M/s)
50772026-07-14T21:38:41.188Z[ recovery-image] Jul 14 21:38:40.304 INFO O| Jul 14 21:38:40.304 INFO O| Actions: 1/22 actions (Installing new actions)
50782026-07-14T21:38:41.409Z[ recovery-image] Jul 14 21:38:40.526 INFO O| Jul 14 21:38:40.526 INFO O| Actions: Completed 22 actions in 0.22 seconds.
50792026-07-14T21:38:41.423Z[ recovery-image] Jul 14 21:38:40.541 INFO O| Jul 14 21:38:40.541 INFO O| Finalize: Updating package state database ... Done
50802026-07-14T21:38:41.424Z[ recovery-image] Jul 14 21:38:40.541 INFO O| Jul 14 21:38:40.541 INFO O| Finalize: Updating package cache ... Done
50812026-07-14T21:38:41.457Z[ recovery-image] Jul 14 21:38:40.574 INFO O| Jul 14 21:38:40.574 INFO O| Finalize: Updating image state ... Done
50822026-07-14T21:38:41.971Z[ recovery-image] Jul 14 21:38:41.077 INFO O| Jul 14 21:38:41.077 INFO O| Finalize: Creating fast lookup database ... Done
50832026-07-14T21:38:41.975Z[ recovery-image] Jul 14 21:38:41.090 INFO O| Jul 14 21:38:41.090 INFO O| Finalize: Reading search index ... Done
50842026-07-14T21:38:41.975Z[ recovery-image] Jul 14 21:38:41.090 INFO O| Jul 14 21:38:41.090 INFO O| Finalize: Updating search index ... Done
50852026-07-14T21:38:41.981Z[ recovery-image] Jul 14 21:38:41.099 INFO O| Jul 14 21:38:41.099 INFO O| Finalize: Updating package cache ... Done
50862026-07-14T21:38:42.094Z[ recovery-image] Jul 14 21:38:41.212 INFO O| Jul 14 21:38:41.212 INFO STEP 14 (pkg_install) COMPLETE
50872026-07-14T21:38:42.095Z[ recovery-image] Jul 14 21:38:41.212 INFO O| Jul 14 21:38:41.212 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50882026-07-14T21:38:42.099Z[ recovery-image] Jul 14 21:38:41.212 INFO O| Jul 14 21:38:41.212 INFO skip step because feature "mfg" is not enabled
50892026-07-14T21:38:42.099Z[ recovery-image] Jul 14 21:38:41.212 INFO O| Jul 14 21:38:41.212 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50902026-07-14T21:38:42.101Z[ recovery-image] Jul 14 21:38:41.212 INFO O| Jul 14 21:38:41.212 INFO skip step because feature "compliance" is not enabled
50912026-07-14T21:38:42.101Z[ recovery-image] Jul 14 21:38:41.212 INFO O| Jul 14 21:38:41.212 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50922026-07-14T21:38:42.101Z[ recovery-image] Jul 14 21:38:41.212 INFO O| Jul 14 21:38:41.212 INFO skip step because feature "stress" is not enabled
50932026-07-14T21:38:42.101Z[ recovery-image] Jul 14 21:38:41.212 INFO O| Jul 14 21:38:41.212 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50942026-07-14T21:38:42.101Z[ recovery-image] Jul 14 21:38:41.212 INFO O| Jul 14 21:38:41.212 INFO skip step because feature "compliance" is not enabled
50952026-07-14T21:38:42.101Z[ recovery-image] Jul 14 21:38:41.212 INFO O| Jul 14 21:38:41.212 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50962026-07-14T21:38:42.101Z[ recovery-image] Jul 14 21:38:41.212 INFO O| Jul 14 21:38:41.212 INFO skip step because feature "nfs" is not enabled
50972026-07-14T21:38:42.101Z[ recovery-image] Jul 14 21:38:41.212 INFO O| Jul 14 21:38:41.212 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50982026-07-14T21:38:42.101Z[ recovery-image] Jul 14 21:38:41.212 INFO O| Jul 14 21:38:41.212 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50992026-07-14T21:38:42.193Z[ recovery-image] Jul 14 21:38:41.310 INFO O| Jul 14 21:38:41.310 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
51002026-07-14T21:38:42.290Z[ recovery-image] Jul 14 21:38:41.405 INFO O| Jul 14 21:38:41.405 INFO completed processing sled/ramdisk-01-os
51012026-07-14T21:38:42.295Z[ recovery-image] Jul 14 21:38:41.408 INFO image builder template: ramdisk-02-trim...
51022026-07-14T21:38:42.296Z[ recovery-image] Jul 14 21:38:41.408 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/.tmpirioCU/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-02-trim"], pwd: None
51032026-07-14T21:38:42.310Z[ recovery-image] Jul 14 21:38:41.428 INFO O| Jul 14 21:38:41.427 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
51042026-07-14T21:38:42.314Z[ recovery-image] Jul 14 21:38:41.432 INFO O| Jul 14 21:38:41.432 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
51052026-07-14T21:38:42.393Z[ recovery-image] Jul 14 21:38:41.510 INFO O| Jul 14 21:38:41.510 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
51062026-07-14T21:38:42.469Z[ recovery-image] Jul 14 21:38:41.586 INFO O| Jul 14 21:38:41.586 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
51072026-07-14T21:38:42.469Z[ recovery-image] Jul 14 21:38:41.586 INFO O| Jul 14 21:38:41.586 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
51082026-07-14T21:38:42.473Z[ recovery-image] Jul 14 21:38:41.591 INFO O| Jul 14 21:38:41.591 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
51092026-07-14T21:38:42.477Z[ recovery-image] Jul 14 21:38:41.595 INFO O| Jul 14 21:38:41.595 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
51102026-07-14T21:38:42.482Z[ recovery-image] Jul 14 21:38:41.599 INFO O| Jul 14 21:38:41.599 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
51112026-07-14T21:38:42.796Z[ recovery-image] Jul 14 21:38:41.914 INFO O| Jul 14 21:38:41.913 INFO rolled back to input snapshot; work may begin
51122026-07-14T21:38:42.796Z[ recovery-image] Jul 14 21:38:41.914 INFO O| Jul 14 21:38:41.914 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
51132026-07-14T21:38:42.804Z[ recovery-image] Jul 14 21:38:41.918 INFO O| Jul 14 21:38:41.918 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-07-14T21:38:42.814Z[ recovery-image] Jul 14 21:38:41.926 INFO O| Jul 14 21:38:41.926 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
51152026-07-14T21:38:42.846Z[ recovery-image] Jul 14 21:38:41.964 INFO O| Jul 14 21:38:41.963 INFO STEP 0 (remove_files) COMPLETE
51162026-07-14T21:38:42.846Z[ recovery-image] Jul 14 21:38:41.964 INFO O| Jul 14 21:38:41.964 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-07-14T21:38:42.854Z[ recovery-image] Jul 14 21:38:41.972 INFO O| Jul 14 21:38:41.972 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
51182026-07-14T21:38:42.859Z[ recovery-image] Jul 14 21:38:41.973 INFO O| Jul 14 21:38:41.973 INFO STEP 1 (remove_files) COMPLETE
51192026-07-14T21:38:42.859Z[ recovery-image] Jul 14 21:38:41.973 INFO O| Jul 14 21:38:41.973 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-07-14T21:38:42.863Z[ recovery-image] Jul 14 21:38:41.981 INFO O| Jul 14 21:38:41.981 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
51212026-07-14T21:38:42.875Z[ recovery-image] Jul 14 21:38:41.992 INFO O| Jul 14 21:38:41.992 INFO STEP 2 (remove_files) COMPLETE
51222026-07-14T21:38:42.876Z[ recovery-image] Jul 14 21:38:41.992 INFO O| Jul 14 21:38:41.992 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-07-14T21:38:42.882Z[ recovery-image] Jul 14 21:38:42.000 INFO O| Jul 14 21:38:42.000 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
51242026-07-14T21:38:42.886Z[ recovery-image] Jul 14 21:38:42.001 INFO O| Jul 14 21:38:42.001 INFO STEP 3 (remove_files) COMPLETE
51252026-07-14T21:38:42.886Z[ recovery-image] Jul 14 21:38:42.001 INFO O| Jul 14 21:38:42.001 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-07-14T21:38:42.891Z[ recovery-image] Jul 14 21:38:42.009 INFO O| Jul 14 21:38:42.009 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
51272026-07-14T21:38:42.896Z[ recovery-image] Jul 14 21:38:42.011 INFO O| Jul 14 21:38:42.011 INFO STEP 4 (remove_files) COMPLETE
51282026-07-14T21:38:42.896Z[ recovery-image] Jul 14 21:38:42.011 INFO O| Jul 14 21:38:42.011 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-07-14T21:38:42.905Z[ recovery-image] Jul 14 21:38:42.023 INFO O| Jul 14 21:38:42.023 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
51302026-07-14T21:38:42.905Z[ recovery-image] Jul 14 21:38:42.023 INFO O| Jul 14 21:38:42.023 INFO STEP 5 (remove_files) COMPLETE
51312026-07-14T21:38:42.908Z[ recovery-image] Jul 14 21:38:42.023 INFO O| Jul 14 21:38:42.023 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51322026-07-14T21:38:42.912Z[ recovery-image] Jul 14 21:38:42.030 INFO O| Jul 14 21:38:42.030 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
51332026-07-14T21:38:42.922Z[ recovery-image] Jul 14 21:38:42.040 INFO O| Jul 14 21:38:42.040 INFO STEP 6 (remove_files) COMPLETE
51342026-07-14T21:38:42.922Z[ recovery-image] Jul 14 21:38:42.040 INFO O| Jul 14 21:38:42.040 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51352026-07-14T21:38:42.926Z[ recovery-image] Jul 14 21:38:42.040 INFO O| Jul 14 21:38:42.040 INFO skip step because feature "heliosv2" is not enabled
51362026-07-14T21:38:42.926Z[ recovery-image] Jul 14 21:38:42.040 INFO O| Jul 14 21:38:42.040 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-07-14T21:38:42.926Z[ recovery-image] Jul 14 21:38:42.040 INFO O| Jul 14 21:38:42.040 INFO skip step because feature "recovery" is enabled
51382026-07-14T21:38:42.926Z[ recovery-image] Jul 14 21:38:42.040 INFO O| Jul 14 21:38:42.040 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51392026-07-14T21:38:42.926Z[ recovery-image] Jul 14 21:38:42.040 INFO O| Jul 14 21:38:42.040 INFO skip step because feature "recovery" is enabled
51402026-07-14T21:38:42.927Z[ recovery-image] Jul 14 21:38:42.040 INFO O| Jul 14 21:38:42.040 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51412026-07-14T21:38:42.927Z[ recovery-image] Jul 14 21:38:42.040 INFO O| Jul 14 21:38:42.040 INFO skip step because feature "recovery" is enabled
51422026-07-14T21:38:42.927Z[ recovery-image] Jul 14 21:38:42.040 INFO O| Jul 14 21:38:42.040 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-07-14T21:38:42.930Z[ recovery-image] Jul 14 21:38:42.047 INFO O| Jul 14 21:38:42.047 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
51442026-07-14T21:38:42.934Z[ recovery-image] Jul 14 21:38:42.050 INFO O| Jul 14 21:38:42.050 INFO STEP 11 (remove_files) COMPLETE
51452026-07-14T21:38:42.934Z[ recovery-image] Jul 14 21:38:42.050 INFO O| Jul 14 21:38:42.050 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-07-14T21:38:42.939Z[ recovery-image] Jul 14 21:38:42.057 INFO O| Jul 14 21:38:42.057 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
51472026-07-14T21:38:42.942Z[ recovery-image] Jul 14 21:38:42.057 INFO O| Jul 14 21:38:42.057 INFO STEP 12 (remove_files) COMPLETE
51482026-07-14T21:38:42.942Z[ recovery-image] Jul 14 21:38:42.057 INFO O| Jul 14 21:38:42.057 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-07-14T21:38:42.947Z[ recovery-image] Jul 14 21:38:42.065 INFO O| Jul 14 21:38:42.065 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
51502026-07-14T21:38:42.950Z[ recovery-image] Jul 14 21:38:42.066 INFO O| Jul 14 21:38:42.065 INFO STEP 13 (remove_files) COMPLETE
51512026-07-14T21:38:42.950Z[ recovery-image] Jul 14 21:38:42.066 INFO O| Jul 14 21:38:42.066 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-07-14T21:38:42.963Z[ recovery-image] Jul 14 21:38:42.080 INFO O| Jul 14 21:38:42.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
51532026-07-14T21:38:42.966Z[ recovery-image] Jul 14 21:38:42.080 INFO O| Jul 14 21:38:42.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
51542026-07-14T21:38:43.064Z[ recovery-image] Jul 14 21:38:42.181 INFO O| Jul 14 21:38:42.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
51552026-07-14T21:38:43.067Z[ recovery-image] Jul 14 21:38:42.184 INFO O| Jul 14 21:38:42.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
51562026-07-14T21:38:43.104Z[ recovery-image] Jul 14 21:38:42.222 INFO O| Jul 14 21:38:42.221 INFO STEP 14 (remove_files) COMPLETE
51572026-07-14T21:38:43.104Z[ recovery-image] Jul 14 21:38:42.222 INFO O| Jul 14 21:38:42.221 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-07-14T21:38:43.112Z[ recovery-image] Jul 14 21:38:42.230 INFO O| Jul 14 21:38:42.230 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
51592026-07-14T21:38:43.116Z[ recovery-image] Jul 14 21:38:42.231 INFO O| Jul 14 21:38:42.231 INFO STEP 15 (remove_files) COMPLETE
51602026-07-14T21:38:43.116Z[ recovery-image] Jul 14 21:38:42.231 INFO O| Jul 14 21:38:42.231 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-07-14T21:38:43.122Z[ recovery-image] Jul 14 21:38:42.240 INFO O| Jul 14 21:38:42.240 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
51622026-07-14T21:38:43.127Z[ recovery-image] Jul 14 21:38:42.245 INFO O| Jul 14 21:38:42.245 INFO STEP 16 (remove_files) COMPLETE
51632026-07-14T21:38:43.127Z[ recovery-image] Jul 14 21:38:42.245 INFO O| Jul 14 21:38:42.245 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-07-14T21:38:43.137Z[ recovery-image] Jul 14 21:38:42.253 INFO O| Jul 14 21:38:42.253 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
51652026-07-14T21:38:43.140Z[ recovery-image] Jul 14 21:38:42.253 INFO O| Jul 14 21:38:42.253 INFO STEP 17 (remove_files) COMPLETE
51662026-07-14T21:38:43.140Z[ recovery-image] Jul 14 21:38:42.253 INFO O| Jul 14 21:38:42.253 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-07-14T21:38:43.143Z[ recovery-image] Jul 14 21:38:42.260 INFO O| Jul 14 21:38:42.260 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
51682026-07-14T21:38:43.143Z[ recovery-image] Jul 14 21:38:42.261 INFO O| Jul 14 21:38:42.261 INFO STEP 18 (remove_files) COMPLETE
51692026-07-14T21:38:43.148Z[ recovery-image] Jul 14 21:38:42.261 INFO O| Jul 14 21:38:42.261 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-07-14T21:38:43.152Z[ recovery-image] Jul 14 21:38:42.269 INFO O| Jul 14 21:38:42.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
51712026-07-14T21:38:43.152Z[ recovery-image] Jul 14 21:38:42.269 INFO O| Jul 14 21:38:42.269 INFO STEP 19 (remove_files) COMPLETE
51722026-07-14T21:38:43.152Z[ recovery-image] Jul 14 21:38:42.269 INFO O| Jul 14 21:38:42.269 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-07-14T21:38:43.158Z[ recovery-image] Jul 14 21:38:42.276 INFO O| Jul 14 21:38:42.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
51742026-07-14T21:38:43.158Z[ recovery-image] Jul 14 21:38:42.276 INFO O| Jul 14 21:38:42.276 INFO STEP 20 (remove_files) COMPLETE
51752026-07-14T21:38:43.162Z[ recovery-image] Jul 14 21:38:42.276 INFO O| Jul 14 21:38:42.276 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-07-14T21:38:43.166Z[ recovery-image] Jul 14 21:38:42.283 INFO O| Jul 14 21:38:42.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
51772026-07-14T21:38:43.166Z[ recovery-image] Jul 14 21:38:42.283 INFO O| Jul 14 21:38:42.283 INFO STEP 21 (remove_files) COMPLETE
51782026-07-14T21:38:43.166Z[ recovery-image] Jul 14 21:38:42.283 INFO O| Jul 14 21:38:42.283 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-07-14T21:38:43.178Z[ recovery-image] Jul 14 21:38:42.292 INFO O| Jul 14 21:38:42.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51802026-07-14T21:38:43.178Z[ recovery-image] Jul 14 21:38:42.292 INFO O| Jul 14 21:38:42.292 INFO STEP 22 (remove_files) COMPLETE
51812026-07-14T21:38:43.178Z[ recovery-image] Jul 14 21:38:42.292 INFO O| Jul 14 21:38:42.292 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-07-14T21:38:43.186Z[ recovery-image] Jul 14 21:38:42.299 INFO O| Jul 14 21:38:42.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51832026-07-14T21:38:43.186Z[ recovery-image] Jul 14 21:38:42.299 INFO O| Jul 14 21:38:42.299 INFO STEP 23 (remove_files) COMPLETE
51842026-07-14T21:38:43.186Z[ recovery-image] Jul 14 21:38:42.299 INFO O| Jul 14 21:38:42.299 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51852026-07-14T21:38:43.192Z[ recovery-image] Jul 14 21:38:42.306 INFO O| Jul 14 21:38:42.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51862026-07-14T21:38:43.192Z[ recovery-image] Jul 14 21:38:42.306 INFO O| Jul 14 21:38:42.306 INFO STEP 24 (remove_files) COMPLETE
51872026-07-14T21:38:43.192Z[ recovery-image] Jul 14 21:38:42.306 INFO O| Jul 14 21:38:42.306 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51882026-07-14T21:38:43.205Z[ recovery-image] Jul 14 21:38:42.313 INFO O| Jul 14 21:38:42.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51892026-07-14T21:38:43.205Z[ recovery-image] Jul 14 21:38:42.313 INFO O| Jul 14 21:38:42.313 INFO STEP 25 (remove_files) COMPLETE
51902026-07-14T21:38:43.205Z[ recovery-image] Jul 14 21:38:42.313 INFO O| Jul 14 21:38:42.313 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-07-14T21:38:43.215Z[ recovery-image] Jul 14 21:38:42.320 INFO O| Jul 14 21:38:42.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51922026-07-14T21:38:43.215Z[ recovery-image] Jul 14 21:38:42.320 INFO O| Jul 14 21:38:42.320 INFO STEP 26 (remove_files) COMPLETE
51932026-07-14T21:38:43.215Z[ recovery-image] Jul 14 21:38:42.320 INFO O| Jul 14 21:38:42.320 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51942026-07-14T21:38:43.215Z[ recovery-image] Jul 14 21:38:42.329 INFO O| Jul 14 21:38:42.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51952026-07-14T21:38:43.215Z[ recovery-image] Jul 14 21:38:42.329 INFO O| Jul 14 21:38:42.329 INFO STEP 27 (remove_files) COMPLETE
51962026-07-14T21:38:43.215Z[ recovery-image] Jul 14 21:38:42.329 INFO O| Jul 14 21:38:42.329 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51972026-07-14T21:38:43.220Z[ recovery-image] Jul 14 21:38:42.335 INFO O| Jul 14 21:38:42.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51982026-07-14T21:38:43.220Z[ recovery-image] Jul 14 21:38:42.335 INFO O| Jul 14 21:38:42.335 INFO STEP 28 (remove_files) COMPLETE
51992026-07-14T21:38:43.220Z[ recovery-image] Jul 14 21:38:42.335 INFO O| Jul 14 21:38:42.335 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52002026-07-14T21:38:43.229Z[ recovery-image] Jul 14 21:38:42.342 INFO O| Jul 14 21:38:42.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
52012026-07-14T21:38:43.229Z[ recovery-image] Jul 14 21:38:42.342 INFO O| Jul 14 21:38:42.342 INFO STEP 29 (remove_files) COMPLETE
52022026-07-14T21:38:43.229Z[ recovery-image] Jul 14 21:38:42.342 INFO O| Jul 14 21:38:42.342 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52032026-07-14T21:38:43.233Z[ recovery-image] Jul 14 21:38:42.349 INFO O| Jul 14 21:38:42.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
52042026-07-14T21:38:43.233Z[ recovery-image] Jul 14 21:38:42.349 INFO O| Jul 14 21:38:42.349 INFO STEP 30 (remove_files) COMPLETE
52052026-07-14T21:38:43.233Z[ recovery-image] Jul 14 21:38:42.349 INFO O| Jul 14 21:38:42.349 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52062026-07-14T21:38:43.237Z[ recovery-image] Jul 14 21:38:42.355 INFO O| Jul 14 21:38:42.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
52072026-07-14T21:38:43.237Z[ recovery-image] Jul 14 21:38:42.355 INFO O| Jul 14 21:38:42.355 INFO STEP 31 (remove_files) COMPLETE
52082026-07-14T21:38:43.237Z[ recovery-image] Jul 14 21:38:42.355 INFO O| Jul 14 21:38:42.355 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52092026-07-14T21:38:43.244Z[ recovery-image] Jul 14 21:38:42.362 INFO O| Jul 14 21:38:42.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
52102026-07-14T21:38:43.250Z[ recovery-image] Jul 14 21:38:42.362 INFO O| Jul 14 21:38:42.362 INFO STEP 32 (remove_files) COMPLETE
52112026-07-14T21:38:43.250Z[ recovery-image] Jul 14 21:38:42.362 INFO O| Jul 14 21:38:42.362 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52122026-07-14T21:38:43.262Z[ recovery-image] Jul 14 21:38:42.369 INFO O| Jul 14 21:38:42.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
52132026-07-14T21:38:43.262Z[ recovery-image] Jul 14 21:38:42.369 INFO O| Jul 14 21:38:42.369 INFO STEP 33 (remove_files) COMPLETE
52142026-07-14T21:38:43.263Z[ recovery-image] Jul 14 21:38:42.369 INFO O| Jul 14 21:38:42.369 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52152026-07-14T21:38:43.266Z[ recovery-image] Jul 14 21:38:42.376 INFO O| Jul 14 21:38:42.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
52162026-07-14T21:38:43.266Z[ recovery-image] Jul 14 21:38:42.376 INFO O| Jul 14 21:38:42.376 INFO STEP 34 (remove_files) COMPLETE
52172026-07-14T21:38:43.266Z[ recovery-image] Jul 14 21:38:42.376 INFO O| Jul 14 21:38:42.376 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52182026-07-14T21:38:43.266Z[ recovery-image] Jul 14 21:38:42.383 INFO O| Jul 14 21:38:42.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
52192026-07-14T21:38:43.266Z[ recovery-image] Jul 14 21:38:42.383 INFO O| Jul 14 21:38:42.383 INFO STEP 35 (remove_files) COMPLETE
52202026-07-14T21:38:43.266Z[ recovery-image] Jul 14 21:38:42.383 INFO O| Jul 14 21:38:42.383 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52212026-07-14T21:38:43.280Z[ recovery-image] Jul 14 21:38:42.390 INFO O| Jul 14 21:38:42.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
52222026-07-14T21:38:43.280Z[ recovery-image] Jul 14 21:38:42.391 INFO O| Jul 14 21:38:42.390 INFO STEP 36 (remove_files) COMPLETE
52232026-07-14T21:38:43.286Z[ recovery-image] Jul 14 21:38:42.391 INFO O| Jul 14 21:38:42.390 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52242026-07-14T21:38:43.286Z[ recovery-image] Jul 14 21:38:42.398 INFO O| Jul 14 21:38:42.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
52252026-07-14T21:38:43.286Z[ recovery-image] Jul 14 21:38:42.398 INFO O| Jul 14 21:38:42.398 INFO STEP 37 (remove_files) COMPLETE
52262026-07-14T21:38:43.286Z[ recovery-image] Jul 14 21:38:42.398 INFO O| Jul 14 21:38:42.398 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52272026-07-14T21:38:43.290Z[ recovery-image] Jul 14 21:38:42.405 INFO O| Jul 14 21:38:42.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
52282026-07-14T21:38:43.290Z[ recovery-image] Jul 14 21:38:42.405 INFO O| Jul 14 21:38:42.405 INFO STEP 38 (remove_files) COMPLETE
52292026-07-14T21:38:43.290Z[ recovery-image] Jul 14 21:38:42.405 INFO O| Jul 14 21:38:42.405 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52302026-07-14T21:38:43.293Z[ recovery-image] Jul 14 21:38:42.411 INFO O| Jul 14 21:38:42.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
52312026-07-14T21:38:43.293Z[ recovery-image] Jul 14 21:38:42.411 INFO O| Jul 14 21:38:42.411 INFO STEP 39 (remove_files) COMPLETE
52322026-07-14T21:38:43.296Z[ recovery-image] Jul 14 21:38:42.411 INFO O| Jul 14 21:38:42.411 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52332026-07-14T21:38:43.303Z[ recovery-image] Jul 14 21:38:42.418 INFO O| Jul 14 21:38:42.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
52342026-07-14T21:38:43.304Z[ recovery-image] Jul 14 21:38:42.419 INFO O| Jul 14 21:38:42.419 INFO STEP 40 (remove_files) COMPLETE
52352026-07-14T21:38:43.312Z[ recovery-image] Jul 14 21:38:42.419 INFO O| Jul 14 21:38:42.419 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52362026-07-14T21:38:43.322Z[ recovery-image] Jul 14 21:38:42.426 INFO O| Jul 14 21:38:42.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
52372026-07-14T21:38:43.322Z[ recovery-image] Jul 14 21:38:42.426 INFO O| Jul 14 21:38:42.426 INFO STEP 41 (remove_files) COMPLETE
52382026-07-14T21:38:43.322Z[ recovery-image] Jul 14 21:38:42.426 INFO O| Jul 14 21:38:42.426 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52392026-07-14T21:38:43.322Z[ recovery-image] Jul 14 21:38:42.435 INFO O| Jul 14 21:38:42.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
52402026-07-14T21:38:43.327Z[ recovery-image] Jul 14 21:38:42.435 INFO O| Jul 14 21:38:42.435 INFO STEP 42 (remove_files) COMPLETE
52412026-07-14T21:38:43.327Z[ recovery-image] Jul 14 21:38:42.435 INFO O| Jul 14 21:38:42.435 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52422026-07-14T21:38:43.327Z[ recovery-image] Jul 14 21:38:42.441 INFO O| Jul 14 21:38:42.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
52432026-07-14T21:38:43.327Z[ recovery-image] Jul 14 21:38:42.441 INFO O| Jul 14 21:38:42.441 INFO STEP 43 (remove_files) COMPLETE
52442026-07-14T21:38:43.327Z[ recovery-image] Jul 14 21:38:42.441 INFO O| Jul 14 21:38:42.441 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52452026-07-14T21:38:43.331Z[ recovery-image] Jul 14 21:38:42.448 INFO O| Jul 14 21:38:42.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
52462026-07-14T21:38:43.331Z[ recovery-image] Jul 14 21:38:42.448 INFO O| Jul 14 21:38:42.448 INFO STEP 44 (remove_files) COMPLETE
52472026-07-14T21:38:43.331Z[ recovery-image] Jul 14 21:38:42.448 INFO O| Jul 14 21:38:42.448 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52482026-07-14T21:38:43.341Z[ recovery-image] Jul 14 21:38:42.455 INFO O| Jul 14 21:38:42.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
52492026-07-14T21:38:43.344Z[ recovery-image] Jul 14 21:38:42.455 INFO O| Jul 14 21:38:42.455 INFO STEP 45 (remove_files) COMPLETE
52502026-07-14T21:38:43.345Z[ recovery-image] Jul 14 21:38:42.456 INFO O| Jul 14 21:38:42.455 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52512026-07-14T21:38:43.349Z[ recovery-image] Jul 14 21:38:42.464 INFO O| Jul 14 21:38:42.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
52522026-07-14T21:38:43.349Z[ recovery-image] Jul 14 21:38:42.464 INFO O| Jul 14 21:38:42.464 INFO STEP 46 (remove_files) COMPLETE
52532026-07-14T21:38:43.349Z[ recovery-image] Jul 14 21:38:42.464 INFO O| Jul 14 21:38:42.464 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52542026-07-14T21:38:43.354Z[ recovery-image] Jul 14 21:38:42.472 INFO O| Jul 14 21:38:42.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
52552026-07-14T21:38:43.354Z[ recovery-image] Jul 14 21:38:42.472 INFO O| Jul 14 21:38:42.472 INFO STEP 47 (remove_files) COMPLETE
52562026-07-14T21:38:43.361Z[ recovery-image] Jul 14 21:38:42.472 INFO O| Jul 14 21:38:42.472 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52572026-07-14T21:38:43.365Z[ recovery-image] Jul 14 21:38:42.480 INFO O| Jul 14 21:38:42.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
52582026-07-14T21:38:43.365Z[ recovery-image] Jul 14 21:38:42.480 INFO O| Jul 14 21:38:42.480 INFO STEP 48 (remove_files) COMPLETE
52592026-07-14T21:38:43.365Z[ recovery-image] Jul 14 21:38:42.480 INFO O| Jul 14 21:38:42.480 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52602026-07-14T21:38:43.370Z[ recovery-image] Jul 14 21:38:42.487 INFO O| Jul 14 21:38:42.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
52612026-07-14T21:38:43.370Z[ recovery-image] Jul 14 21:38:42.487 INFO O| Jul 14 21:38:42.487 INFO STEP 49 (remove_files) COMPLETE
52622026-07-14T21:38:43.375Z[ recovery-image] Jul 14 21:38:42.487 INFO O| Jul 14 21:38:42.487 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52632026-07-14T21:38:43.378Z[ recovery-image] Jul 14 21:38:42.495 INFO O| Jul 14 21:38:42.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
52642026-07-14T21:38:43.378Z[ recovery-image] Jul 14 21:38:42.495 INFO O| Jul 14 21:38:42.495 INFO STEP 50 (remove_files) COMPLETE
52652026-07-14T21:38:43.378Z[ recovery-image] Jul 14 21:38:42.495 INFO O| Jul 14 21:38:42.495 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52662026-07-14T21:38:43.391Z[ recovery-image] Jul 14 21:38:42.503 INFO O| Jul 14 21:38:42.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
52672026-07-14T21:38:43.399Z[ recovery-image] Jul 14 21:38:42.503 INFO O| Jul 14 21:38:42.503 INFO STEP 51 (remove_files) COMPLETE
52682026-07-14T21:38:43.399Z[ recovery-image] Jul 14 21:38:42.503 INFO O| Jul 14 21:38:42.503 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52692026-07-14T21:38:43.399Z[ recovery-image] Jul 14 21:38:42.510 INFO O| Jul 14 21:38:42.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
52702026-07-14T21:38:43.399Z[ recovery-image] Jul 14 21:38:42.510 INFO O| Jul 14 21:38:42.510 INFO STEP 52 (remove_files) COMPLETE
52712026-07-14T21:38:43.399Z[ recovery-image] Jul 14 21:38:42.510 INFO O| Jul 14 21:38:42.510 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52722026-07-14T21:38:43.404Z[ recovery-image] Jul 14 21:38:42.518 INFO O| Jul 14 21:38:42.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
52732026-07-14T21:38:43.404Z[ recovery-image] Jul 14 21:38:42.518 INFO O| Jul 14 21:38:42.518 INFO STEP 53 (remove_files) COMPLETE
52742026-07-14T21:38:43.404Z[ recovery-image] Jul 14 21:38:42.518 INFO O| Jul 14 21:38:42.518 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52752026-07-14T21:38:43.410Z[ recovery-image] Jul 14 21:38:42.525 INFO O| Jul 14 21:38:42.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
52762026-07-14T21:38:43.410Z[ recovery-image] Jul 14 21:38:42.525 INFO O| Jul 14 21:38:42.525 INFO STEP 54 (remove_files) COMPLETE
52772026-07-14T21:38:43.410Z[ recovery-image] Jul 14 21:38:42.525 INFO O| Jul 14 21:38:42.525 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52782026-07-14T21:38:43.414Z[ recovery-image] Jul 14 21:38:42.532 INFO O| Jul 14 21:38:42.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52792026-07-14T21:38:43.414Z[ recovery-image] Jul 14 21:38:42.532 INFO O| Jul 14 21:38:42.532 INFO STEP 55 (remove_files) COMPLETE
52802026-07-14T21:38:43.414Z[ recovery-image] Jul 14 21:38:42.532 INFO O| Jul 14 21:38:42.532 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52812026-07-14T21:38:43.421Z[ recovery-image] Jul 14 21:38:42.539 INFO O| Jul 14 21:38:42.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52822026-07-14T21:38:43.421Z[ recovery-image] Jul 14 21:38:42.539 INFO O| Jul 14 21:38:42.539 INFO STEP 56 (remove_files) COMPLETE
52832026-07-14T21:38:43.421Z[ recovery-image] Jul 14 21:38:42.539 INFO O| Jul 14 21:38:42.539 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52842026-07-14T21:38:43.429Z[ recovery-image] Jul 14 21:38:42.547 INFO O| Jul 14 21:38:42.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52852026-07-14T21:38:43.432Z[ recovery-image] Jul 14 21:38:42.547 INFO O| Jul 14 21:38:42.547 INFO STEP 57 (remove_files) COMPLETE
52862026-07-14T21:38:43.433Z[ recovery-image] Jul 14 21:38:42.547 INFO O| Jul 14 21:38:42.547 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52872026-07-14T21:38:43.437Z[ recovery-image] Jul 14 21:38:42.555 INFO O| Jul 14 21:38:42.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52882026-07-14T21:38:43.437Z[ recovery-image] Jul 14 21:38:42.555 INFO O| Jul 14 21:38:42.555 INFO STEP 58 (remove_files) COMPLETE
52892026-07-14T21:38:43.442Z[ recovery-image] Jul 14 21:38:42.555 INFO O| Jul 14 21:38:42.555 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52902026-07-14T21:38:43.445Z[ recovery-image] Jul 14 21:38:42.563 INFO O| Jul 14 21:38:42.563 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52912026-07-14T21:38:43.445Z[ recovery-image] Jul 14 21:38:42.563 INFO O| Jul 14 21:38:42.563 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52922026-07-14T21:38:43.449Z[ recovery-image] Jul 14 21:38:42.563 INFO O| Jul 14 21:38:42.563 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52932026-07-14T21:38:43.449Z[ recovery-image] Jul 14 21:38:42.563 INFO O| Jul 14 21:38:42.563 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52942026-07-14T21:38:43.449Z[ recovery-image] Jul 14 21:38:42.563 INFO O| Jul 14 21:38:42.563 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52952026-07-14T21:38:43.449Z[ recovery-image] Jul 14 21:38:42.563 INFO O| Jul 14 21:38:42.563 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52962026-07-14T21:38:43.449Z[ recovery-image] Jul 14 21:38:42.563 INFO O| Jul 14 21:38:42.563 INFO ok!
52972026-07-14T21:38:43.449Z[ recovery-image] Jul 14 21:38:42.563 INFO O| Jul 14 21:38:42.563 INFO STEP 59 (ensure_file) COMPLETE
52982026-07-14T21:38:43.449Z[ recovery-image] Jul 14 21:38:42.563 INFO O| Jul 14 21:38:42.563 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52992026-07-14T21:38:43.453Z[ recovery-image] Jul 14 21:38:42.571 INFO O| Jul 14 21:38:42.571 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
53002026-07-14T21:38:43.456Z[ recovery-image] Jul 14 21:38:42.571 INFO O| Jul 14 21:38:42.571 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
53012026-07-14T21:38:43.456Z[ recovery-image] Jul 14 21:38:42.571 INFO O| Jul 14 21:38:42.571 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
53022026-07-14T21:38:43.456Z[ recovery-image] Jul 14 21:38:42.571 INFO O| Jul 14 21:38:42.571 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
53032026-07-14T21:38:43.456Z[ recovery-image] Jul 14 21:38:42.571 INFO O| Jul 14 21:38:42.571 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
53042026-07-14T21:38:43.456Z[ recovery-image] Jul 14 21:38:42.571 INFO O| Jul 14 21:38:42.571 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
53052026-07-14T21:38:43.456Z[ recovery-image] Jul 14 21:38:42.571 INFO O| Jul 14 21:38:42.571 INFO ok!
53062026-07-14T21:38:43.456Z[ recovery-image] Jul 14 21:38:42.571 INFO O| Jul 14 21:38:42.571 INFO STEP 60 (ensure_file) COMPLETE
53072026-07-14T21:38:43.456Z[ recovery-image] Jul 14 21:38:42.571 INFO O| Jul 14 21:38:42.571 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53082026-07-14T21:38:43.462Z[ recovery-image] Jul 14 21:38:42.579 INFO O| Jul 14 21:38:42.579 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
53092026-07-14T21:38:43.462Z[ recovery-image] Jul 14 21:38:42.579 INFO O| Jul 14 21:38:42.579 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
53102026-07-14T21:38:43.466Z[ recovery-image] Jul 14 21:38:42.579 INFO O| Jul 14 21:38:42.579 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
53112026-07-14T21:38:43.466Z[ recovery-image] Jul 14 21:38:42.579 INFO O| Jul 14 21:38:42.579 INFO ok!
53122026-07-14T21:38:43.466Z[ recovery-image] Jul 14 21:38:42.579 INFO O| Jul 14 21:38:42.579 INFO STEP 61 (ensure_file) COMPLETE
53132026-07-14T21:38:43.466Z[ recovery-image] Jul 14 21:38:42.579 INFO O| Jul 14 21:38:42.579 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53142026-07-14T21:38:43.470Z[ recovery-image] Jul 14 21:38:42.587 INFO O| Jul 14 21:38:42.587 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
53152026-07-14T21:38:43.470Z[ recovery-image] Jul 14 21:38:42.587 INFO O| Jul 14 21:38:42.587 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
53162026-07-14T21:38:43.470Z[ recovery-image] Jul 14 21:38:42.587 INFO O| Jul 14 21:38:42.587 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
53172026-07-14T21:38:43.470Z[ recovery-image] Jul 14 21:38:42.587 INFO O| Jul 14 21:38:42.587 INFO ok!
53182026-07-14T21:38:43.470Z[ recovery-image] Jul 14 21:38:42.587 INFO O| Jul 14 21:38:42.587 INFO STEP 62 (ensure_file) COMPLETE
53192026-07-14T21:38:43.470Z[ recovery-image] Jul 14 21:38:42.587 INFO O| Jul 14 21:38:42.587 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53202026-07-14T21:38:43.476Z[ recovery-image] Jul 14 21:38:42.594 INFO O| Jul 14 21:38:42.594 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
53212026-07-14T21:38:43.476Z[ recovery-image] Jul 14 21:38:42.594 INFO O| Jul 14 21:38:42.594 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
53222026-07-14T21:38:43.481Z[ recovery-image] Jul 14 21:38:42.594 INFO O| Jul 14 21:38:42.594 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
53232026-07-14T21:38:43.481Z[ recovery-image] Jul 14 21:38:42.594 INFO O| Jul 14 21:38:42.594 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
53242026-07-14T21:38:43.481Z[ recovery-image] Jul 14 21:38:42.594 INFO O| Jul 14 21:38:42.594 INFO ok!
53252026-07-14T21:38:43.481Z[ recovery-image] Jul 14 21:38:42.594 INFO O| Jul 14 21:38:42.594 INFO STEP 63 (ensure_file) COMPLETE
53262026-07-14T21:38:43.481Z[ recovery-image] Jul 14 21:38:42.594 INFO O| Jul 14 21:38:42.594 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53272026-07-14T21:38:43.485Z[ recovery-image] Jul 14 21:38:42.602 INFO O| Jul 14 21:38:42.602 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
53282026-07-14T21:38:43.485Z[ recovery-image] Jul 14 21:38:42.602 INFO O| Jul 14 21:38:42.602 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
53292026-07-14T21:38:43.485Z[ recovery-image] Jul 14 21:38:42.602 INFO O| Jul 14 21:38:42.602 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
53302026-07-14T21:38:43.485Z[ recovery-image] Jul 14 21:38:42.602 INFO O| Jul 14 21:38:42.602 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
53312026-07-14T21:38:43.485Z[ recovery-image] Jul 14 21:38:42.602 INFO O| Jul 14 21:38:42.602 INFO ok!
53322026-07-14T21:38:43.486Z[ recovery-image] Jul 14 21:38:42.602 INFO O| Jul 14 21:38:42.602 INFO STEP 64 (ensure_file) COMPLETE
53332026-07-14T21:38:43.486Z[ recovery-image] Jul 14 21:38:42.602 INFO O| Jul 14 21:38:42.602 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53342026-07-14T21:38:43.492Z[ recovery-image] Jul 14 21:38:42.609 INFO O| Jul 14 21:38:42.609 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
53352026-07-14T21:38:43.492Z[ recovery-image] Jul 14 21:38:42.610 INFO O| Jul 14 21:38:42.609 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
53362026-07-14T21:38:43.492Z[ recovery-image] Jul 14 21:38:42.610 INFO O| Jul 14 21:38:42.610 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
53372026-07-14T21:38:43.495Z[ recovery-image] Jul 14 21:38:42.610 INFO O| Jul 14 21:38:42.610 INFO ok!
53382026-07-14T21:38:43.495Z[ recovery-image] Jul 14 21:38:42.610 INFO O| Jul 14 21:38:42.610 INFO STEP 65 (assemble_files) COMPLETE
53392026-07-14T21:38:43.495Z[ recovery-image] Jul 14 21:38:42.610 INFO O| Jul 14 21:38:42.610 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53402026-07-14T21:38:43.500Z[ recovery-image] Jul 14 21:38:42.617 INFO O| Jul 14 21:38:42.617 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
53412026-07-14T21:38:43.500Z[ recovery-image] Jul 14 21:38:42.617 INFO O| Jul 14 21:38:42.617 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
53422026-07-14T21:38:43.506Z[ recovery-image] Jul 14 21:38:42.617 INFO O| Jul 14 21:38:42.617 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53432026-07-14T21:38:43.506Z[ recovery-image] Jul 14 21:38:42.617 INFO O| Jul 14 21:38:42.617 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53442026-07-14T21:38:43.506Z[ recovery-image] Jul 14 21:38:42.617 INFO O| Jul 14 21:38:42.617 INFO ok!
53452026-07-14T21:38:43.506Z[ recovery-image] Jul 14 21:38:42.617 INFO O| Jul 14 21:38:42.617 INFO STEP 66 (ensure_file) COMPLETE
53462026-07-14T21:38:43.506Z[ recovery-image] Jul 14 21:38:42.617 INFO O| Jul 14 21:38:42.617 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53472026-07-14T21:38:43.506Z[ recovery-image] Jul 14 21:38:42.617 INFO O| Jul 14 21:38:42.617 INFO skip step because feature "omicron1" is not enabled
53482026-07-14T21:38:43.507Z[ recovery-image] Jul 14 21:38:42.617 INFO O| Jul 14 21:38:42.617 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53492026-07-14T21:38:43.507Z[ recovery-image] Jul 14 21:38:42.617 INFO O| Jul 14 21:38:42.617 INFO skip step because feature "omicron1" is not enabled
53502026-07-14T21:38:43.507Z[ recovery-image] Jul 14 21:38:42.617 INFO O| Jul 14 21:38:42.617 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53512026-07-14T21:38:43.507Z[ recovery-image] Jul 14 21:38:42.617 INFO O| Jul 14 21:38:42.617 INFO skip step because feature "omicron1" is not enabled
53522026-07-14T21:38:43.507Z[ recovery-image] Jul 14 21:38:42.617 INFO O| Jul 14 21:38:42.617 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53532026-07-14T21:38:43.511Z[ recovery-image] Jul 14 21:38:42.629 INFO O| Jul 14 21:38:42.629 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
53542026-07-14T21:38:43.511Z[ recovery-image] Jul 14 21:38:42.629 INFO O| Jul 14 21:38:42.629 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
53552026-07-14T21:38:44.675Z[ recovery-image] Jul 14 21:38:43.792 INFO O| Jul 14 21:38:43.792 INFO STEP 70 (pack_tar) COMPLETE
53562026-07-14T21:38:44.675Z[ recovery-image] Jul 14 21:38:43.793 INFO O| Jul 14 21:38:43.792 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53572026-07-14T21:38:44.682Z[ recovery-image] Jul 14 21:38:43.793 INFO O| Jul 14 21:38:43.792 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53582026-07-14T21:38:45.023Z[ recovery-image] Jul 14 21:38:44.141 INFO O| Jul 14 21:38:44.141 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53592026-07-14T21:38:45.113Z[ recovery-image] Jul 14 21:38:44.226 INFO O| Jul 14 21:38:44.226 INFO completed processing sled/ramdisk-02-trim
53602026-07-14T21:38:45.126Z[ recovery-image] Jul 14 21:38:44.228 INFO image builder template: ramdisk-03-recovery-trim...
53612026-07-14T21:38:45.126Z[ recovery-image] Jul 14 21:38:44.229 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/.tmpirioCU/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-03-recovery-trim"], pwd: None
53622026-07-14T21:38:45.126Z[ recovery-image] Jul 14 21:38:44.233 INFO O| Jul 14 21:38:44.233 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
53632026-07-14T21:38:45.190Z[ recovery-image] Jul 14 21:38:44.304 INFO O| Jul 14 21:38:44.304 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53642026-07-14T21:38:45.194Z[ recovery-image] Jul 14 21:38:44.307 INFO O| Jul 14 21:38:44.307 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53652026-07-14T21:38:45.283Z[ recovery-image] Jul 14 21:38:44.395 INFO O| Jul 14 21:38:44.395 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53662026-07-14T21:38:45.373Z[ recovery-image] Jul 14 21:38:44.489 INFO O| Jul 14 21:38:44.488 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53672026-07-14T21:38:45.373Z[ recovery-image] Jul 14 21:38:44.489 INFO O| Jul 14 21:38:44.489 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53682026-07-14T21:38:45.379Z[ recovery-image] Jul 14 21:38:44.494 INFO O| Jul 14 21:38:44.494 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53692026-07-14T21:38:45.383Z[ recovery-image] Jul 14 21:38:44.499 INFO O| Jul 14 21:38:44.499 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53702026-07-14T21:38:45.387Z[ recovery-image] Jul 14 21:38:44.504 INFO O| Jul 14 21:38:44.504 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53712026-07-14T21:38:46.567Z[ recovery-image] Jul 14 21:38:45.681 INFO O| Jul 14 21:38:45.681 INFO rolled back to input snapshot; work may begin
53722026-07-14T21:38:46.567Z[ recovery-image] Jul 14 21:38:45.681 INFO O| Jul 14 21:38:45.681 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53732026-07-14T21:38:46.571Z[ recovery-image] Jul 14 21:38:45.685 INFO O| Jul 14 21:38:45.685 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-07-14T21:38:46.576Z[ recovery-image] Jul 14 21:38:45.693 INFO O| Jul 14 21:38:45.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53752026-07-14T21:38:46.580Z[ recovery-image] Jul 14 21:38:45.695 INFO O| Jul 14 21:38:45.695 INFO STEP 0 (remove_files) COMPLETE
53762026-07-14T21:38:46.580Z[ recovery-image] Jul 14 21:38:45.695 INFO O| Jul 14 21:38:45.695 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-07-14T21:38:46.584Z[ recovery-image] Jul 14 21:38:45.703 INFO O| Jul 14 21:38:45.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53782026-07-14T21:38:46.588Z[ recovery-image] Jul 14 21:38:45.703 INFO O| Jul 14 21:38:45.703 INFO STEP 1 (remove_files) COMPLETE
53792026-07-14T21:38:46.588Z[ recovery-image] Jul 14 21:38:45.703 INFO O| Jul 14 21:38:45.703 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-07-14T21:38:46.594Z[ recovery-image] Jul 14 21:38:45.712 INFO O| Jul 14 21:38:45.711 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53812026-07-14T21:38:46.601Z[ recovery-image] Jul 14 21:38:45.715 INFO O| Jul 14 21:38:45.714 INFO STEP 2 (remove_files) COMPLETE
53822026-07-14T21:38:46.601Z[ recovery-image] Jul 14 21:38:45.715 INFO O| Jul 14 21:38:45.715 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-07-14T21:38:46.604Z[ recovery-image] Jul 14 21:38:45.722 INFO O| Jul 14 21:38:45.722 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53842026-07-14T21:38:46.648Z[ recovery-image] Jul 14 21:38:45.765 INFO O| Jul 14 21:38:45.765 INFO STEP 3 (remove_files) COMPLETE
53852026-07-14T21:38:46.648Z[ recovery-image] Jul 14 21:38:45.765 INFO O| Jul 14 21:38:45.765 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-07-14T21:38:46.661Z[ recovery-image] Jul 14 21:38:45.775 INFO O| Jul 14 21:38:45.775 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53872026-07-14T21:38:46.665Z[ recovery-image] Jul 14 21:38:45.777 INFO O| Jul 14 21:38:45.777 INFO STEP 4 (remove_files) COMPLETE
53882026-07-14T21:38:46.665Z[ recovery-image] Jul 14 21:38:45.777 INFO O| Jul 14 21:38:45.777 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-07-14T21:38:46.670Z[ recovery-image] Jul 14 21:38:45.785 INFO O| Jul 14 21:38:45.785 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53902026-07-14T21:38:46.697Z[ recovery-image] Jul 14 21:38:45.815 INFO O| Jul 14 21:38:45.815 INFO STEP 5 (remove_files) COMPLETE
53912026-07-14T21:38:46.698Z[ recovery-image] Jul 14 21:38:45.815 INFO O| Jul 14 21:38:45.815 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-07-14T21:38:46.706Z[ recovery-image] Jul 14 21:38:45.823 INFO O| Jul 14 21:38:45.823 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53932026-07-14T21:38:46.722Z[ recovery-image] Jul 14 21:38:45.837 INFO O| Jul 14 21:38:45.837 INFO STEP 6 (remove_files) COMPLETE
53942026-07-14T21:38:46.722Z[ recovery-image] Jul 14 21:38:45.837 INFO O| Jul 14 21:38:45.837 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-07-14T21:38:46.730Z[ recovery-image] Jul 14 21:38:45.845 INFO O| Jul 14 21:38:45.845 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53962026-07-14T21:38:46.734Z[ recovery-image] Jul 14 21:38:45.847 INFO O| Jul 14 21:38:45.847 INFO STEP 7 (remove_files) COMPLETE
53972026-07-14T21:38:46.734Z[ recovery-image] Jul 14 21:38:45.847 INFO O| Jul 14 21:38:45.847 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-07-14T21:38:46.741Z[ recovery-image] Jul 14 21:38:45.854 INFO O| Jul 14 21:38:45.854 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53992026-07-14T21:38:46.741Z[ recovery-image] Jul 14 21:38:45.855 INFO O| Jul 14 21:38:45.855 INFO STEP 8 (remove_files) COMPLETE
54002026-07-14T21:38:46.741Z[ recovery-image] Jul 14 21:38:45.855 INFO O| Jul 14 21:38:45.855 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-07-14T21:38:46.748Z[ recovery-image] Jul 14 21:38:45.865 INFO O| Jul 14 21:38:45.865 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
54022026-07-14T21:38:46.756Z[ recovery-image] Jul 14 21:38:45.868 INFO O| Jul 14 21:38:45.868 INFO STEP 9 (remove_files) COMPLETE
54032026-07-14T21:38:46.756Z[ recovery-image] Jul 14 21:38:45.868 INFO O| Jul 14 21:38:45.868 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-07-14T21:38:46.761Z[ recovery-image] Jul 14 21:38:45.876 INFO O| Jul 14 21:38:45.876 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
54052026-07-14T21:38:46.761Z[ recovery-image] Jul 14 21:38:45.877 INFO O| Jul 14 21:38:45.877 INFO STEP 10 (remove_files) COMPLETE
54062026-07-14T21:38:46.761Z[ recovery-image] Jul 14 21:38:45.877 INFO O| Jul 14 21:38:45.877 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-07-14T21:38:46.771Z[ recovery-image] Jul 14 21:38:45.885 INFO O| Jul 14 21:38:45.885 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
54082026-07-14T21:38:46.771Z[ recovery-image] Jul 14 21:38:45.885 INFO O| Jul 14 21:38:45.885 INFO STEP 11 (remove_files) COMPLETE
54092026-07-14T21:38:46.771Z[ recovery-image] Jul 14 21:38:45.885 INFO O| Jul 14 21:38:45.885 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-07-14T21:38:46.776Z[ recovery-image] Jul 14 21:38:45.892 INFO O| Jul 14 21:38:45.892 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
54112026-07-14T21:38:46.821Z[ recovery-image] Jul 14 21:38:45.937 INFO O| Jul 14 21:38:45.937 INFO STEP 12 (remove_files) COMPLETE
54122026-07-14T21:38:46.821Z[ recovery-image] Jul 14 21:38:45.937 INFO O| Jul 14 21:38:45.937 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-07-14T21:38:46.830Z[ recovery-image] Jul 14 21:38:45.945 INFO O| Jul 14 21:38:45.945 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
54142026-07-14T21:38:46.835Z[ recovery-image] Jul 14 21:38:45.948 INFO O| Jul 14 21:38:45.948 INFO STEP 13 (remove_files) COMPLETE
54152026-07-14T21:38:46.836Z[ recovery-image] Jul 14 21:38:45.948 INFO O| Jul 14 21:38:45.948 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-07-14T21:38:46.846Z[ recovery-image] Jul 14 21:38:45.955 INFO O| Jul 14 21:38:45.955 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
54172026-07-14T21:38:46.851Z[ recovery-image] Jul 14 21:38:45.957 INFO O| Jul 14 21:38:45.957 INFO STEP 14 (remove_files) COMPLETE
54182026-07-14T21:38:46.851Z[ recovery-image] Jul 14 21:38:45.957 INFO O| Jul 14 21:38:45.957 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-07-14T21:38:46.851Z[ recovery-image] Jul 14 21:38:45.964 INFO O| Jul 14 21:38:45.964 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
54202026-07-14T21:38:46.852Z[ recovery-image] Jul 14 21:38:45.964 INFO O| Jul 14 21:38:45.964 INFO STEP 15 (remove_files) COMPLETE
54212026-07-14T21:38:46.852Z[ recovery-image] Jul 14 21:38:45.965 INFO O| Jul 14 21:38:45.964 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-07-14T21:38:46.855Z[ recovery-image] Jul 14 21:38:45.971 INFO O| Jul 14 21:38:45.971 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
54232026-07-14T21:38:46.855Z[ recovery-image] Jul 14 21:38:45.971 INFO O| Jul 14 21:38:45.971 INFO STEP 16 (remove_files) COMPLETE
54242026-07-14T21:38:46.855Z[ recovery-image] Jul 14 21:38:45.971 INFO O| Jul 14 21:38:45.971 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-07-14T21:38:46.860Z[ recovery-image] Jul 14 21:38:45.977 INFO O| Jul 14 21:38:45.977 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
54262026-07-14T21:38:46.875Z[ recovery-image] Jul 14 21:38:45.988 INFO O| Jul 14 21:38:45.988 INFO STEP 17 (remove_files) COMPLETE
54272026-07-14T21:38:46.879Z[ recovery-image] Jul 14 21:38:45.988 INFO O| Jul 14 21:38:45.988 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-07-14T21:38:46.882Z[ recovery-image] Jul 14 21:38:45.997 INFO O| Jul 14 21:38:45.997 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
54292026-07-14T21:38:46.882Z[ recovery-image] Jul 14 21:38:45.998 INFO O| Jul 14 21:38:45.998 INFO STEP 18 (remove_files) COMPLETE
54302026-07-14T21:38:46.882Z[ recovery-image] Jul 14 21:38:45.998 INFO O| Jul 14 21:38:45.998 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-07-14T21:38:46.887Z[ recovery-image] Jul 14 21:38:46.005 INFO O| Jul 14 21:38:46.005 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
54322026-07-14T21:38:46.887Z[ recovery-image] Jul 14 21:38:46.005 INFO O| Jul 14 21:38:46.005 INFO STEP 19 (remove_files) COMPLETE
54332026-07-14T21:38:46.890Z[ recovery-image] Jul 14 21:38:46.005 INFO O| Jul 14 21:38:46.005 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-07-14T21:38:46.895Z[ recovery-image] Jul 14 21:38:46.012 INFO O| Jul 14 21:38:46.012 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
54352026-07-14T21:38:46.936Z[ recovery-image] Jul 14 21:38:46.052 INFO O| Jul 14 21:38:46.052 INFO STEP 20 (remove_files) COMPLETE
54362026-07-14T21:38:46.936Z[ recovery-image] Jul 14 21:38:46.052 INFO O| Jul 14 21:38:46.052 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-07-14T21:38:46.944Z[ recovery-image] Jul 14 21:38:46.061 INFO O| Jul 14 21:38:46.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
54382026-07-14T21:38:46.947Z[ recovery-image] Jul 14 21:38:46.061 INFO O| Jul 14 21:38:46.061 INFO STEP 21 (remove_files) COMPLETE
54392026-07-14T21:38:46.947Z[ recovery-image] Jul 14 21:38:46.061 INFO O| Jul 14 21:38:46.061 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-07-14T21:38:46.952Z[ recovery-image] Jul 14 21:38:46.070 INFO O| Jul 14 21:38:46.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
54412026-07-14T21:38:46.957Z[ recovery-image] Jul 14 21:38:46.071 INFO O| Jul 14 21:38:46.071 INFO STEP 22 (remove_files) COMPLETE
54422026-07-14T21:38:46.957Z[ recovery-image] Jul 14 21:38:46.071 INFO O| Jul 14 21:38:46.071 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-07-14T21:38:46.960Z[ recovery-image] Jul 14 21:38:46.078 INFO O| Jul 14 21:38:46.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
54442026-07-14T21:38:46.963Z[ recovery-image] Jul 14 21:38:46.079 INFO O| Jul 14 21:38:46.079 INFO STEP 23 (remove_files) COMPLETE
54452026-07-14T21:38:46.963Z[ recovery-image] Jul 14 21:38:46.079 INFO O| Jul 14 21:38:46.079 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-07-14T21:38:46.969Z[ recovery-image] Jul 14 21:38:46.086 INFO O| Jul 14 21:38:46.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
54472026-07-14T21:38:46.979Z[ recovery-image] Jul 14 21:38:46.086 INFO O| Jul 14 21:38:46.086 INFO STEP 24 (remove_files) COMPLETE
54482026-07-14T21:38:46.979Z[ recovery-image] Jul 14 21:38:46.086 INFO O| Jul 14 21:38:46.086 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-07-14T21:38:46.990Z[ recovery-image] Jul 14 21:38:46.093 INFO O| Jul 14 21:38:46.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
54502026-07-14T21:38:46.990Z[ recovery-image] Jul 14 21:38:46.094 INFO O| Jul 14 21:38:46.094 INFO STEP 25 (remove_files) COMPLETE
54512026-07-14T21:38:46.990Z[ recovery-image] Jul 14 21:38:46.094 INFO O| Jul 14 21:38:46.094 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-07-14T21:38:46.990Z[ recovery-image] Jul 14 21:38:46.100 INFO O| Jul 14 21:38:46.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
54532026-07-14T21:38:46.990Z[ recovery-image] Jul 14 21:38:46.101 INFO O| Jul 14 21:38:46.100 INFO STEP 26 (remove_files) COMPLETE
54542026-07-14T21:38:46.990Z[ recovery-image] Jul 14 21:38:46.101 INFO O| Jul 14 21:38:46.101 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-07-14T21:38:46.996Z[ recovery-image] Jul 14 21:38:46.108 INFO O| Jul 14 21:38:46.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
54562026-07-14T21:38:46.996Z[ recovery-image] Jul 14 21:38:46.109 INFO O| Jul 14 21:38:46.109 INFO STEP 27 (remove_files) COMPLETE
54572026-07-14T21:38:46.996Z[ recovery-image] Jul 14 21:38:46.109 INFO O| Jul 14 21:38:46.109 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-07-14T21:38:46.999Z[ recovery-image] Jul 14 21:38:46.116 INFO O| Jul 14 21:38:46.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54592026-07-14T21:38:46.999Z[ recovery-image] Jul 14 21:38:46.116 INFO O| Jul 14 21:38:46.116 INFO STEP 28 (remove_files) COMPLETE
54602026-07-14T21:38:46.999Z[ recovery-image] Jul 14 21:38:46.116 INFO O| Jul 14 21:38:46.116 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-07-14T21:38:47.005Z[ recovery-image] Jul 14 21:38:46.123 INFO O| Jul 14 21:38:46.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54622026-07-14T21:38:47.005Z[ recovery-image] Jul 14 21:38:46.123 INFO O| Jul 14 21:38:46.123 INFO STEP 29 (remove_files) COMPLETE
54632026-07-14T21:38:47.008Z[ recovery-image] Jul 14 21:38:46.123 INFO O| Jul 14 21:38:46.123 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-07-14T21:38:47.012Z[ recovery-image] Jul 14 21:38:46.130 INFO O| Jul 14 21:38:46.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54652026-07-14T21:38:47.012Z[ recovery-image] Jul 14 21:38:46.130 INFO O| Jul 14 21:38:46.130 INFO STEP 30 (remove_files) COMPLETE
54662026-07-14T21:38:47.015Z[ recovery-image] Jul 14 21:38:46.130 INFO O| Jul 14 21:38:46.130 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-07-14T21:38:47.019Z[ recovery-image] Jul 14 21:38:46.137 INFO O| Jul 14 21:38:46.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54682026-07-14T21:38:47.019Z[ recovery-image] Jul 14 21:38:46.137 INFO O| Jul 14 21:38:46.137 INFO STEP 31 (remove_files) COMPLETE
54692026-07-14T21:38:47.019Z[ recovery-image] Jul 14 21:38:46.137 INFO O| Jul 14 21:38:46.137 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-07-14T21:38:47.026Z[ recovery-image] Jul 14 21:38:46.144 INFO O| Jul 14 21:38:46.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54712026-07-14T21:38:47.029Z[ recovery-image] Jul 14 21:38:46.145 INFO O| Jul 14 21:38:46.145 INFO STEP 32 (remove_files) COMPLETE
54722026-07-14T21:38:47.029Z[ recovery-image] Jul 14 21:38:46.145 INFO O| Jul 14 21:38:46.145 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-07-14T21:38:47.033Z[ recovery-image] Jul 14 21:38:46.151 INFO O| Jul 14 21:38:46.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54742026-07-14T21:38:47.033Z[ recovery-image] Jul 14 21:38:46.151 INFO O| Jul 14 21:38:46.151 INFO STEP 33 (remove_files) COMPLETE
54752026-07-14T21:38:47.036Z[ recovery-image] Jul 14 21:38:46.151 INFO O| Jul 14 21:38:46.151 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-07-14T21:38:47.042Z[ recovery-image] Jul 14 21:38:46.159 INFO O| Jul 14 21:38:46.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54772026-07-14T21:38:47.042Z[ recovery-image] Jul 14 21:38:46.159 INFO O| Jul 14 21:38:46.159 INFO STEP 34 (remove_files) COMPLETE
54782026-07-14T21:38:47.042Z[ recovery-image] Jul 14 21:38:46.159 INFO O| Jul 14 21:38:46.159 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-07-14T21:38:47.047Z[ recovery-image] Jul 14 21:38:46.165 INFO O| Jul 14 21:38:46.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54802026-07-14T21:38:47.047Z[ recovery-image] Jul 14 21:38:46.165 INFO O| Jul 14 21:38:46.165 INFO STEP 35 (remove_files) COMPLETE
54812026-07-14T21:38:47.047Z[ recovery-image] Jul 14 21:38:46.165 INFO O| Jul 14 21:38:46.165 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-07-14T21:38:47.053Z[ recovery-image] Jul 14 21:38:46.171 INFO O| Jul 14 21:38:46.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54832026-07-14T21:38:47.053Z[ recovery-image] Jul 14 21:38:46.171 INFO O| Jul 14 21:38:46.171 INFO STEP 36 (remove_files) COMPLETE
54842026-07-14T21:38:47.057Z[ recovery-image] Jul 14 21:38:46.171 INFO O| Jul 14 21:38:46.171 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-07-14T21:38:47.060Z[ recovery-image] Jul 14 21:38:46.177 INFO O| Jul 14 21:38:46.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54862026-07-14T21:38:47.060Z[ recovery-image] Jul 14 21:38:46.178 INFO O| Jul 14 21:38:46.178 INFO STEP 37 (remove_files) COMPLETE
54872026-07-14T21:38:47.060Z[ recovery-image] Jul 14 21:38:46.178 INFO O| Jul 14 21:38:46.178 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-07-14T21:38:47.066Z[ recovery-image] Jul 14 21:38:46.184 INFO O| Jul 14 21:38:46.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54892026-07-14T21:38:47.066Z[ recovery-image] Jul 14 21:38:46.184 INFO O| Jul 14 21:38:46.184 INFO STEP 38 (remove_files) COMPLETE
54902026-07-14T21:38:47.066Z[ recovery-image] Jul 14 21:38:46.184 INFO O| Jul 14 21:38:46.184 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-07-14T21:38:47.076Z[ recovery-image] Jul 14 21:38:46.192 INFO O| Jul 14 21:38:46.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54922026-07-14T21:38:47.077Z[ recovery-image] Jul 14 21:38:46.192 INFO O| Jul 14 21:38:46.192 INFO STEP 39 (remove_files) COMPLETE
54932026-07-14T21:38:47.080Z[ recovery-image] Jul 14 21:38:46.192 INFO O| Jul 14 21:38:46.192 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-07-14T21:38:47.086Z[ recovery-image] Jul 14 21:38:46.198 INFO O| Jul 14 21:38:46.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54952026-07-14T21:38:47.086Z[ recovery-image] Jul 14 21:38:46.198 INFO O| Jul 14 21:38:46.198 INFO STEP 40 (remove_files) COMPLETE
54962026-07-14T21:38:47.086Z[ recovery-image] Jul 14 21:38:46.198 INFO O| Jul 14 21:38:46.198 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-07-14T21:38:47.090Z[ recovery-image] Jul 14 21:38:46.205 INFO O| Jul 14 21:38:46.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54982026-07-14T21:38:47.090Z[ recovery-image] Jul 14 21:38:46.205 INFO O| Jul 14 21:38:46.205 INFO STEP 41 (remove_files) COMPLETE
54992026-07-14T21:38:47.090Z[ recovery-image] Jul 14 21:38:46.205 INFO O| Jul 14 21:38:46.205 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-07-14T21:38:47.095Z[ recovery-image] Jul 14 21:38:46.211 INFO O| Jul 14 21:38:46.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
55012026-07-14T21:38:47.095Z[ recovery-image] Jul 14 21:38:46.211 INFO O| Jul 14 21:38:46.211 INFO STEP 42 (remove_files) COMPLETE
55022026-07-14T21:38:47.096Z[ recovery-image] Jul 14 21:38:46.211 INFO O| Jul 14 21:38:46.211 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-07-14T21:38:47.101Z[ recovery-image] Jul 14 21:38:46.218 INFO O| Jul 14 21:38:46.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
55042026-07-14T21:38:47.101Z[ recovery-image] Jul 14 21:38:46.218 INFO O| Jul 14 21:38:46.218 INFO STEP 43 (remove_files) COMPLETE
55052026-07-14T21:38:47.101Z[ recovery-image] Jul 14 21:38:46.218 INFO O| Jul 14 21:38:46.218 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-07-14T21:38:47.108Z[ recovery-image] Jul 14 21:38:46.225 INFO O| Jul 14 21:38:46.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
55072026-07-14T21:38:47.111Z[ recovery-image] Jul 14 21:38:46.226 INFO O| Jul 14 21:38:46.226 INFO STEP 44 (remove_files) COMPLETE
55082026-07-14T21:38:47.112Z[ recovery-image] Jul 14 21:38:46.226 INFO O| Jul 14 21:38:46.226 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-07-14T21:38:47.114Z[ recovery-image] Jul 14 21:38:46.232 INFO O| Jul 14 21:38:46.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
55102026-07-14T21:38:47.115Z[ recovery-image] Jul 14 21:38:46.232 INFO O| Jul 14 21:38:46.232 INFO STEP 45 (remove_files) COMPLETE
55112026-07-14T21:38:47.115Z[ recovery-image] Jul 14 21:38:46.232 INFO O| Jul 14 21:38:46.232 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-07-14T21:38:47.122Z[ recovery-image] Jul 14 21:38:46.240 INFO O| Jul 14 21:38:46.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
55132026-07-14T21:38:47.125Z[ recovery-image] Jul 14 21:38:46.240 INFO O| Jul 14 21:38:46.240 INFO STEP 46 (remove_files) COMPLETE
55142026-07-14T21:38:47.125Z[ recovery-image] Jul 14 21:38:46.240 INFO O| Jul 14 21:38:46.240 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-07-14T21:38:47.129Z[ recovery-image] Jul 14 21:38:46.247 INFO O| Jul 14 21:38:46.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
55162026-07-14T21:38:47.129Z[ recovery-image] Jul 14 21:38:46.247 INFO O| Jul 14 21:38:46.247 INFO STEP 47 (remove_files) COMPLETE
55172026-07-14T21:38:47.133Z[ recovery-image] Jul 14 21:38:46.247 INFO O| Jul 14 21:38:46.247 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-07-14T21:38:47.136Z[ recovery-image] Jul 14 21:38:46.255 INFO O| Jul 14 21:38:46.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
55192026-07-14T21:38:47.136Z[ recovery-image] Jul 14 21:38:46.255 INFO O| Jul 14 21:38:46.255 INFO STEP 48 (remove_files) COMPLETE
55202026-07-14T21:38:47.140Z[ recovery-image] Jul 14 21:38:46.255 INFO O| Jul 14 21:38:46.255 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-07-14T21:38:47.144Z[ recovery-image] Jul 14 21:38:46.262 INFO O| Jul 14 21:38:46.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
55222026-07-14T21:38:47.144Z[ recovery-image] Jul 14 21:38:46.262 INFO O| Jul 14 21:38:46.262 INFO STEP 49 (remove_files) COMPLETE
55232026-07-14T21:38:47.144Z[ recovery-image] Jul 14 21:38:46.262 INFO O| Jul 14 21:38:46.262 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-07-14T21:38:47.151Z[ recovery-image] Jul 14 21:38:46.269 INFO O| Jul 14 21:38:46.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
55252026-07-14T21:38:47.154Z[ recovery-image] Jul 14 21:38:46.269 INFO O| Jul 14 21:38:46.269 INFO STEP 50 (remove_files) COMPLETE
55262026-07-14T21:38:47.154Z[ recovery-image] Jul 14 21:38:46.269 INFO O| Jul 14 21:38:46.269 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-07-14T21:38:47.161Z[ recovery-image] Jul 14 21:38:46.276 INFO O| Jul 14 21:38:46.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
55282026-07-14T21:38:47.161Z[ recovery-image] Jul 14 21:38:46.276 INFO O| Jul 14 21:38:46.276 INFO STEP 51 (remove_files) COMPLETE
55292026-07-14T21:38:47.162Z[ recovery-image] Jul 14 21:38:46.276 INFO O| Jul 14 21:38:46.276 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-07-14T21:38:47.166Z[ recovery-image] Jul 14 21:38:46.282 INFO O| Jul 14 21:38:46.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
55312026-07-14T21:38:47.166Z[ recovery-image] Jul 14 21:38:46.282 INFO O| Jul 14 21:38:46.282 INFO STEP 52 (remove_files) COMPLETE
55322026-07-14T21:38:47.167Z[ recovery-image] Jul 14 21:38:46.282 INFO O| Jul 14 21:38:46.282 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-07-14T21:38:47.173Z[ recovery-image] Jul 14 21:38:46.289 INFO O| Jul 14 21:38:46.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
55342026-07-14T21:38:47.173Z[ recovery-image] Jul 14 21:38:46.289 INFO O| Jul 14 21:38:46.289 INFO STEP 53 (remove_files) COMPLETE
55352026-07-14T21:38:47.173Z[ recovery-image] Jul 14 21:38:46.289 INFO O| Jul 14 21:38:46.289 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-07-14T21:38:47.177Z[ recovery-image] Jul 14 21:38:46.295 INFO O| Jul 14 21:38:46.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
55372026-07-14T21:38:47.177Z[ recovery-image] Jul 14 21:38:46.295 INFO O| Jul 14 21:38:46.295 INFO STEP 54 (remove_files) COMPLETE
55382026-07-14T21:38:47.185Z[ recovery-image] Jul 14 21:38:46.295 INFO O| Jul 14 21:38:46.295 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-07-14T21:38:47.191Z[ recovery-image] Jul 14 21:38:46.302 INFO O| Jul 14 21:38:46.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
55402026-07-14T21:38:47.191Z[ recovery-image] Jul 14 21:38:46.302 INFO O| Jul 14 21:38:46.302 INFO STEP 55 (remove_files) COMPLETE
55412026-07-14T21:38:47.191Z[ recovery-image] Jul 14 21:38:46.302 INFO O| Jul 14 21:38:46.302 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-07-14T21:38:47.196Z[ recovery-image] Jul 14 21:38:46.309 INFO O| Jul 14 21:38:46.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
55432026-07-14T21:38:47.196Z[ recovery-image] Jul 14 21:38:46.309 INFO O| Jul 14 21:38:46.309 INFO STEP 56 (remove_files) COMPLETE
55442026-07-14T21:38:47.196Z[ recovery-image] Jul 14 21:38:46.309 INFO O| Jul 14 21:38:46.309 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-07-14T21:38:47.201Z[ recovery-image] Jul 14 21:38:46.316 INFO O| Jul 14 21:38:46.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
55462026-07-14T21:38:47.201Z[ recovery-image] Jul 14 21:38:46.316 INFO O| Jul 14 21:38:46.316 INFO STEP 57 (remove_files) COMPLETE
55472026-07-14T21:38:47.201Z[ recovery-image] Jul 14 21:38:46.316 INFO O| Jul 14 21:38:46.316 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-07-14T21:38:47.205Z[ recovery-image] Jul 14 21:38:46.322 INFO O| Jul 14 21:38:46.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
55492026-07-14T21:38:47.205Z[ recovery-image] Jul 14 21:38:46.322 INFO O| Jul 14 21:38:46.322 INFO STEP 58 (remove_files) COMPLETE
55502026-07-14T21:38:47.205Z[ recovery-image] Jul 14 21:38:46.322 INFO O| Jul 14 21:38:46.322 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-07-14T21:38:47.211Z[ recovery-image] Jul 14 21:38:46.329 INFO O| Jul 14 21:38:46.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
55522026-07-14T21:38:47.211Z[ recovery-image] Jul 14 21:38:46.329 INFO O| Jul 14 21:38:46.329 INFO STEP 59 (remove_files) COMPLETE
55532026-07-14T21:38:47.214Z[ recovery-image] Jul 14 21:38:46.329 INFO O| Jul 14 21:38:46.329 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-07-14T21:38:47.217Z[ recovery-image] Jul 14 21:38:46.335 INFO O| Jul 14 21:38:46.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55552026-07-14T21:38:47.217Z[ recovery-image] Jul 14 21:38:46.335 INFO O| Jul 14 21:38:46.335 INFO STEP 60 (remove_files) COMPLETE
55562026-07-14T21:38:47.220Z[ recovery-image] Jul 14 21:38:46.335 INFO O| Jul 14 21:38:46.335 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-07-14T21:38:47.224Z[ recovery-image] Jul 14 21:38:46.342 INFO O| Jul 14 21:38:46.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55582026-07-14T21:38:47.224Z[ recovery-image] Jul 14 21:38:46.342 INFO O| Jul 14 21:38:46.342 INFO STEP 61 (remove_files) COMPLETE
55592026-07-14T21:38:47.228Z[ recovery-image] Jul 14 21:38:46.342 INFO O| Jul 14 21:38:46.342 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-07-14T21:38:47.233Z[ recovery-image] Jul 14 21:38:46.350 INFO O| Jul 14 21:38:46.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55612026-07-14T21:38:47.233Z[ recovery-image] Jul 14 21:38:46.350 INFO O| Jul 14 21:38:46.350 INFO STEP 62 (remove_files) COMPLETE
55622026-07-14T21:38:47.233Z[ recovery-image] Jul 14 21:38:46.350 INFO O| Jul 14 21:38:46.350 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-07-14T21:38:47.238Z[ recovery-image] Jul 14 21:38:46.356 INFO O| Jul 14 21:38:46.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55642026-07-14T21:38:47.241Z[ recovery-image] Jul 14 21:38:46.356 INFO O| Jul 14 21:38:46.356 INFO STEP 63 (remove_files) COMPLETE
55652026-07-14T21:38:47.241Z[ recovery-image] Jul 14 21:38:46.356 INFO O| Jul 14 21:38:46.356 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-07-14T21:38:47.245Z[ recovery-image] Jul 14 21:38:46.362 INFO O| Jul 14 21:38:46.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55672026-07-14T21:38:47.245Z[ recovery-image] Jul 14 21:38:46.363 INFO O| Jul 14 21:38:46.363 INFO STEP 64 (remove_files) COMPLETE
55682026-07-14T21:38:47.245Z[ recovery-image] Jul 14 21:38:46.363 INFO O| Jul 14 21:38:46.363 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-07-14T21:38:47.253Z[ recovery-image] Jul 14 21:38:46.371 INFO O| Jul 14 21:38:46.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55702026-07-14T21:38:47.253Z[ recovery-image] Jul 14 21:38:46.371 INFO O| Jul 14 21:38:46.371 INFO STEP 65 (remove_files) COMPLETE
55712026-07-14T21:38:47.253Z[ recovery-image] Jul 14 21:38:46.371 INFO O| Jul 14 21:38:46.371 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-07-14T21:38:47.262Z[ recovery-image] Jul 14 21:38:46.377 INFO O| Jul 14 21:38:46.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55732026-07-14T21:38:47.262Z[ recovery-image] Jul 14 21:38:46.377 INFO O| Jul 14 21:38:46.377 INFO STEP 66 (remove_files) COMPLETE
55742026-07-14T21:38:47.262Z[ recovery-image] Jul 14 21:38:46.377 INFO O| Jul 14 21:38:46.377 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-07-14T21:38:47.268Z[ recovery-image] Jul 14 21:38:46.385 INFO O| Jul 14 21:38:46.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55762026-07-14T21:38:47.268Z[ recovery-image] Jul 14 21:38:46.385 INFO O| Jul 14 21:38:46.385 INFO STEP 67 (remove_files) COMPLETE
55772026-07-14T21:38:47.273Z[ recovery-image] Jul 14 21:38:46.385 INFO O| Jul 14 21:38:46.385 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-07-14T21:38:47.280Z[ recovery-image] Jul 14 21:38:46.392 INFO O| Jul 14 21:38:46.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55792026-07-14T21:38:47.280Z[ recovery-image] Jul 14 21:38:46.392 INFO O| Jul 14 21:38:46.392 INFO STEP 68 (remove_files) COMPLETE
55802026-07-14T21:38:47.280Z[ recovery-image] Jul 14 21:38:46.392 INFO O| Jul 14 21:38:46.392 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-07-14T21:38:47.284Z[ recovery-image] Jul 14 21:38:46.401 INFO O| Jul 14 21:38:46.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55822026-07-14T21:38:47.284Z[ recovery-image] Jul 14 21:38:46.401 INFO O| Jul 14 21:38:46.401 INFO STEP 69 (remove_files) COMPLETE
55832026-07-14T21:38:47.284Z[ recovery-image] Jul 14 21:38:46.401 INFO O| Jul 14 21:38:46.401 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-07-14T21:38:47.289Z[ recovery-image] Jul 14 21:38:46.407 INFO O| Jul 14 21:38:46.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55852026-07-14T21:38:47.289Z[ recovery-image] Jul 14 21:38:46.407 INFO O| Jul 14 21:38:46.407 INFO STEP 70 (remove_files) COMPLETE
55862026-07-14T21:38:47.289Z[ recovery-image] Jul 14 21:38:46.407 INFO O| Jul 14 21:38:46.407 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-07-14T21:38:47.296Z[ recovery-image] Jul 14 21:38:46.414 INFO O| Jul 14 21:38:46.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55882026-07-14T21:38:47.296Z[ recovery-image] Jul 14 21:38:46.414 INFO O| Jul 14 21:38:46.414 INFO STEP 71 (remove_files) COMPLETE
55892026-07-14T21:38:47.296Z[ recovery-image] Jul 14 21:38:46.414 INFO O| Jul 14 21:38:46.414 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-07-14T21:38:47.303Z[ recovery-image] Jul 14 21:38:46.421 INFO O| Jul 14 21:38:46.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55912026-07-14T21:38:47.307Z[ recovery-image] Jul 14 21:38:46.421 INFO O| Jul 14 21:38:46.421 INFO STEP 72 (remove_files) COMPLETE
55922026-07-14T21:38:47.307Z[ recovery-image] Jul 14 21:38:46.421 INFO O| Jul 14 21:38:46.421 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-07-14T21:38:47.311Z[ recovery-image] Jul 14 21:38:46.429 INFO O| Jul 14 21:38:46.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55942026-07-14T21:38:47.311Z[ recovery-image] Jul 14 21:38:46.429 INFO O| Jul 14 21:38:46.429 INFO STEP 73 (remove_files) COMPLETE
55952026-07-14T21:38:47.311Z[ recovery-image] Jul 14 21:38:46.429 INFO O| Jul 14 21:38:46.429 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-07-14T21:38:47.317Z[ recovery-image] Jul 14 21:38:46.436 INFO O| Jul 14 21:38:46.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55972026-07-14T21:38:47.317Z[ recovery-image] Jul 14 21:38:46.436 INFO O| Jul 14 21:38:46.436 INFO STEP 74 (remove_files) COMPLETE
55982026-07-14T21:38:47.320Z[ recovery-image] Jul 14 21:38:46.436 INFO O| Jul 14 21:38:46.436 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-07-14T21:38:47.325Z[ recovery-image] Jul 14 21:38:46.443 INFO O| Jul 14 21:38:46.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
56002026-07-14T21:38:47.325Z[ recovery-image] Jul 14 21:38:46.443 INFO O| Jul 14 21:38:46.443 INFO STEP 75 (remove_files) COMPLETE
56012026-07-14T21:38:47.325Z[ recovery-image] Jul 14 21:38:46.443 INFO O| Jul 14 21:38:46.443 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-07-14T21:38:47.331Z[ recovery-image] Jul 14 21:38:46.449 INFO O| Jul 14 21:38:46.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
56032026-07-14T21:38:47.331Z[ recovery-image] Jul 14 21:38:46.449 INFO O| Jul 14 21:38:46.449 INFO STEP 76 (remove_files) COMPLETE
56042026-07-14T21:38:47.337Z[ recovery-image] Jul 14 21:38:46.449 INFO O| Jul 14 21:38:46.449 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-07-14T21:38:47.340Z[ recovery-image] Jul 14 21:38:46.455 INFO O| Jul 14 21:38:46.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
56062026-07-14T21:38:47.340Z[ recovery-image] Jul 14 21:38:46.455 INFO O| Jul 14 21:38:46.455 INFO STEP 77 (remove_files) COMPLETE
56072026-07-14T21:38:47.340Z[ recovery-image] Jul 14 21:38:46.455 INFO O| Jul 14 21:38:46.455 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-07-14T21:38:47.350Z[ recovery-image] Jul 14 21:38:46.462 INFO O| Jul 14 21:38:46.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
56092026-07-14T21:38:47.350Z[ recovery-image] Jul 14 21:38:46.462 INFO O| Jul 14 21:38:46.462 INFO STEP 78 (remove_files) COMPLETE
56102026-07-14T21:38:47.350Z[ recovery-image] Jul 14 21:38:46.462 INFO O| Jul 14 21:38:46.462 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-07-14T21:38:47.354Z[ recovery-image] Jul 14 21:38:46.469 INFO O| Jul 14 21:38:46.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
56122026-07-14T21:38:47.354Z[ recovery-image] Jul 14 21:38:46.469 INFO O| Jul 14 21:38:46.469 INFO STEP 79 (remove_files) COMPLETE
56132026-07-14T21:38:47.354Z[ recovery-image] Jul 14 21:38:46.469 INFO O| Jul 14 21:38:46.469 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-07-14T21:38:47.360Z[ recovery-image] Jul 14 21:38:46.476 INFO O| Jul 14 21:38:46.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
56152026-07-14T21:38:47.361Z[ recovery-image] Jul 14 21:38:46.476 INFO O| Jul 14 21:38:46.476 INFO STEP 80 (remove_files) COMPLETE
56162026-07-14T21:38:47.366Z[ recovery-image] Jul 14 21:38:46.476 INFO O| Jul 14 21:38:46.476 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-07-14T21:38:47.370Z[ recovery-image] Jul 14 21:38:46.482 INFO O| Jul 14 21:38:46.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
56182026-07-14T21:38:47.370Z[ recovery-image] Jul 14 21:38:46.482 INFO O| Jul 14 21:38:46.482 INFO STEP 81 (remove_files) COMPLETE
56192026-07-14T21:38:47.370Z[ recovery-image] Jul 14 21:38:46.482 INFO O| Jul 14 21:38:46.482 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-07-14T21:38:47.379Z[ recovery-image] Jul 14 21:38:46.489 INFO O| Jul 14 21:38:46.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
56212026-07-14T21:38:47.379Z[ recovery-image] Jul 14 21:38:46.489 INFO O| Jul 14 21:38:46.489 INFO STEP 82 (remove_files) COMPLETE
56222026-07-14T21:38:47.379Z[ recovery-image] Jul 14 21:38:46.489 INFO O| Jul 14 21:38:46.489 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-07-14T21:38:47.382Z[ recovery-image] Jul 14 21:38:46.495 INFO O| Jul 14 21:38:46.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
56242026-07-14T21:38:47.383Z[ recovery-image] Jul 14 21:38:46.495 INFO O| Jul 14 21:38:46.495 INFO STEP 83 (remove_files) COMPLETE
56252026-07-14T21:38:47.383Z[ recovery-image] Jul 14 21:38:46.495 INFO O| Jul 14 21:38:46.495 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-07-14T21:38:47.386Z[ recovery-image] Jul 14 21:38:46.502 INFO O| Jul 14 21:38:46.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
56272026-07-14T21:38:47.387Z[ recovery-image] Jul 14 21:38:46.502 INFO O| Jul 14 21:38:46.502 INFO STEP 84 (remove_files) COMPLETE
56282026-07-14T21:38:47.387Z[ recovery-image] Jul 14 21:38:46.502 INFO O| Jul 14 21:38:46.502 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-07-14T21:38:47.390Z[ recovery-image] Jul 14 21:38:46.508 INFO O| Jul 14 21:38:46.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
56302026-07-14T21:38:47.390Z[ recovery-image] Jul 14 21:38:46.508 INFO O| Jul 14 21:38:46.508 INFO STEP 85 (remove_files) COMPLETE
56312026-07-14T21:38:47.390Z[ recovery-image] Jul 14 21:38:46.508 INFO O| Jul 14 21:38:46.508 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-07-14T21:38:47.396Z[ recovery-image] Jul 14 21:38:46.514 INFO O| Jul 14 21:38:46.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
56332026-07-14T21:38:47.396Z[ recovery-image] Jul 14 21:38:46.514 INFO O| Jul 14 21:38:46.514 INFO STEP 86 (remove_files) COMPLETE
56342026-07-14T21:38:47.399Z[ recovery-image] Jul 14 21:38:46.514 INFO O| Jul 14 21:38:46.514 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-07-14T21:38:47.403Z[ recovery-image] Jul 14 21:38:46.520 INFO O| Jul 14 21:38:46.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
56362026-07-14T21:38:47.404Z[ recovery-image] Jul 14 21:38:46.520 INFO O| Jul 14 21:38:46.520 INFO STEP 87 (remove_files) COMPLETE
56372026-07-14T21:38:47.404Z[ recovery-image] Jul 14 21:38:46.520 INFO O| Jul 14 21:38:46.520 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-07-14T21:38:47.410Z[ recovery-image] Jul 14 21:38:46.528 INFO O| Jul 14 21:38:46.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
56392026-07-14T21:38:47.413Z[ recovery-image] Jul 14 21:38:46.528 INFO O| Jul 14 21:38:46.528 INFO STEP 88 (remove_files) COMPLETE
56402026-07-14T21:38:47.413Z[ recovery-image] Jul 14 21:38:46.528 INFO O| Jul 14 21:38:46.528 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-07-14T21:38:47.418Z[ recovery-image] Jul 14 21:38:46.535 INFO O| Jul 14 21:38:46.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
56422026-07-14T21:38:47.418Z[ recovery-image] Jul 14 21:38:46.535 INFO O| Jul 14 21:38:46.535 INFO STEP 89 (remove_files) COMPLETE
56432026-07-14T21:38:47.421Z[ recovery-image] Jul 14 21:38:46.535 INFO O| Jul 14 21:38:46.535 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-07-14T21:38:47.424Z[ recovery-image] Jul 14 21:38:46.542 INFO O| Jul 14 21:38:46.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
56452026-07-14T21:38:47.424Z[ recovery-image] Jul 14 21:38:46.542 INFO O| Jul 14 21:38:46.542 INFO STEP 90 (remove_files) COMPLETE
56462026-07-14T21:38:47.424Z[ recovery-image] Jul 14 21:38:46.542 INFO O| Jul 14 21:38:46.542 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-07-14T21:38:47.432Z[ recovery-image] Jul 14 21:38:46.548 INFO O| Jul 14 21:38:46.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
56482026-07-14T21:38:47.432Z[ recovery-image] Jul 14 21:38:46.548 INFO O| Jul 14 21:38:46.548 INFO STEP 91 (remove_files) COMPLETE
56492026-07-14T21:38:47.435Z[ recovery-image] Jul 14 21:38:46.548 INFO O| Jul 14 21:38:46.548 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-07-14T21:38:47.447Z[ recovery-image] Jul 14 21:38:46.554 INFO O| Jul 14 21:38:46.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
56512026-07-14T21:38:47.447Z[ recovery-image] Jul 14 21:38:46.555 INFO O| Jul 14 21:38:46.555 INFO STEP 92 (remove_files) COMPLETE
56522026-07-14T21:38:47.447Z[ recovery-image] Jul 14 21:38:46.555 INFO O| Jul 14 21:38:46.555 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-07-14T21:38:47.451Z[ recovery-image] Jul 14 21:38:46.562 INFO O| Jul 14 21:38:46.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56542026-07-14T21:38:47.451Z[ recovery-image] Jul 14 21:38:46.562 INFO O| Jul 14 21:38:46.562 INFO STEP 93 (remove_files) COMPLETE
56552026-07-14T21:38:47.451Z[ recovery-image] Jul 14 21:38:46.562 INFO O| Jul 14 21:38:46.562 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-07-14T21:38:47.457Z[ recovery-image] Jul 14 21:38:46.569 INFO O| Jul 14 21:38:46.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56572026-07-14T21:38:47.457Z[ recovery-image] Jul 14 21:38:46.569 INFO O| Jul 14 21:38:46.569 INFO STEP 94 (remove_files) COMPLETE
56582026-07-14T21:38:47.457Z[ recovery-image] Jul 14 21:38:46.569 INFO O| Jul 14 21:38:46.569 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-07-14T21:38:47.461Z[ recovery-image] Jul 14 21:38:46.576 INFO O| Jul 14 21:38:46.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56602026-07-14T21:38:47.461Z[ recovery-image] Jul 14 21:38:46.576 INFO O| Jul 14 21:38:46.576 INFO STEP 95 (remove_files) COMPLETE
56612026-07-14T21:38:47.461Z[ recovery-image] Jul 14 21:38:46.576 INFO O| Jul 14 21:38:46.576 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-07-14T21:38:47.467Z[ recovery-image] Jul 14 21:38:46.582 INFO O| Jul 14 21:38:46.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56632026-07-14T21:38:47.467Z[ recovery-image] Jul 14 21:38:46.582 INFO O| Jul 14 21:38:46.582 INFO STEP 96 (remove_files) COMPLETE
56642026-07-14T21:38:47.468Z[ recovery-image] Jul 14 21:38:46.582 INFO O| Jul 14 21:38:46.582 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-07-14T21:38:47.471Z[ recovery-image] Jul 14 21:38:46.589 INFO O| Jul 14 21:38:46.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56662026-07-14T21:38:47.471Z[ recovery-image] Jul 14 21:38:46.589 INFO O| Jul 14 21:38:46.589 INFO STEP 97 (remove_files) COMPLETE
56672026-07-14T21:38:47.471Z[ recovery-image] Jul 14 21:38:46.589 INFO O| Jul 14 21:38:46.589 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-07-14T21:38:47.477Z[ recovery-image] Jul 14 21:38:46.595 INFO O| Jul 14 21:38:46.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56692026-07-14T21:38:47.477Z[ recovery-image] Jul 14 21:38:46.595 INFO O| Jul 14 21:38:46.595 INFO STEP 98 (remove_files) COMPLETE
56702026-07-14T21:38:47.477Z[ recovery-image] Jul 14 21:38:46.595 INFO O| Jul 14 21:38:46.595 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-07-14T21:38:47.483Z[ recovery-image] Jul 14 21:38:46.601 INFO O| Jul 14 21:38:46.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56722026-07-14T21:38:47.483Z[ recovery-image] Jul 14 21:38:46.601 INFO O| Jul 14 21:38:46.601 INFO STEP 99 (remove_files) COMPLETE
56732026-07-14T21:38:47.483Z[ recovery-image] Jul 14 21:38:46.601 INFO O| Jul 14 21:38:46.601 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-07-14T21:38:47.491Z[ recovery-image] Jul 14 21:38:46.609 INFO O| Jul 14 21:38:46.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56752026-07-14T21:38:47.494Z[ recovery-image] Jul 14 21:38:46.609 INFO O| Jul 14 21:38:46.609 INFO STEP 100 (remove_files) COMPLETE
56762026-07-14T21:38:47.494Z[ recovery-image] Jul 14 21:38:46.609 INFO O| Jul 14 21:38:46.609 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-07-14T21:38:47.500Z[ recovery-image] Jul 14 21:38:46.616 INFO O| Jul 14 21:38:46.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56782026-07-14T21:38:47.503Z[ recovery-image] Jul 14 21:38:46.617 INFO O| Jul 14 21:38:46.617 INFO STEP 101 (remove_files) COMPLETE
56792026-07-14T21:38:47.503Z[ recovery-image] Jul 14 21:38:46.617 INFO O| Jul 14 21:38:46.617 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-07-14T21:38:47.506Z[ recovery-image] Jul 14 21:38:46.624 INFO O| Jul 14 21:38:46.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56812026-07-14T21:38:47.509Z[ recovery-image] Jul 14 21:38:46.624 INFO O| Jul 14 21:38:46.624 INFO STEP 102 (remove_files) COMPLETE
56822026-07-14T21:38:47.509Z[ recovery-image] Jul 14 21:38:46.624 INFO O| Jul 14 21:38:46.624 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-07-14T21:38:47.513Z[ recovery-image] Jul 14 21:38:46.631 INFO O| Jul 14 21:38:46.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56842026-07-14T21:38:47.513Z[ recovery-image] Jul 14 21:38:46.631 INFO O| Jul 14 21:38:46.631 INFO STEP 103 (remove_files) COMPLETE
56852026-07-14T21:38:47.513Z[ recovery-image] Jul 14 21:38:46.631 INFO O| Jul 14 21:38:46.631 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-07-14T21:38:47.521Z[ recovery-image] Jul 14 21:38:46.637 INFO O| Jul 14 21:38:46.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56872026-07-14T21:38:47.521Z[ recovery-image] Jul 14 21:38:46.637 INFO O| Jul 14 21:38:46.637 INFO STEP 104 (remove_files) COMPLETE
56882026-07-14T21:38:47.525Z[ recovery-image] Jul 14 21:38:46.637 INFO O| Jul 14 21:38:46.637 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-07-14T21:38:47.525Z[ recovery-image] Jul 14 21:38:46.642 INFO O| Jul 14 21:38:46.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56902026-07-14T21:38:47.525Z[ recovery-image] Jul 14 21:38:46.642 INFO O| Jul 14 21:38:46.642 INFO STEP 105 (remove_files) COMPLETE
56912026-07-14T21:38:47.525Z[ recovery-image] Jul 14 21:38:46.642 INFO O| Jul 14 21:38:46.642 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-07-14T21:38:47.537Z[ recovery-image] Jul 14 21:38:46.648 INFO O| Jul 14 21:38:46.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56932026-07-14T21:38:47.541Z[ recovery-image] Jul 14 21:38:46.648 INFO O| Jul 14 21:38:46.648 INFO STEP 106 (remove_files) COMPLETE
56942026-07-14T21:38:47.541Z[ recovery-image] Jul 14 21:38:46.648 INFO O| Jul 14 21:38:46.648 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-07-14T21:38:47.541Z[ recovery-image] Jul 14 21:38:46.655 INFO O| Jul 14 21:38:46.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56962026-07-14T21:38:47.541Z[ recovery-image] Jul 14 21:38:46.655 INFO O| Jul 14 21:38:46.655 INFO STEP 107 (remove_files) COMPLETE
56972026-07-14T21:38:47.541Z[ recovery-image] Jul 14 21:38:46.655 INFO O| Jul 14 21:38:46.655 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-07-14T21:38:47.546Z[ recovery-image] Jul 14 21:38:46.663 INFO O| Jul 14 21:38:46.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56992026-07-14T21:38:47.552Z[ recovery-image] Jul 14 21:38:46.663 INFO O| Jul 14 21:38:46.663 INFO STEP 108 (remove_files) COMPLETE
57002026-07-14T21:38:47.552Z[ recovery-image] Jul 14 21:38:46.663 INFO O| Jul 14 21:38:46.663 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-07-14T21:38:47.556Z[ recovery-image] Jul 14 21:38:46.671 INFO O| Jul 14 21:38:46.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
57022026-07-14T21:38:47.556Z[ recovery-image] Jul 14 21:38:46.671 INFO O| Jul 14 21:38:46.671 INFO STEP 109 (remove_files) COMPLETE
57032026-07-14T21:38:47.556Z[ recovery-image] Jul 14 21:38:46.671 INFO O| Jul 14 21:38:46.671 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-07-14T21:38:47.561Z[ recovery-image] Jul 14 21:38:46.679 INFO O| Jul 14 21:38:46.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
57052026-07-14T21:38:47.561Z[ recovery-image] Jul 14 21:38:46.679 INFO O| Jul 14 21:38:46.679 INFO STEP 110 (remove_files) COMPLETE
57062026-07-14T21:38:47.565Z[ recovery-image] Jul 14 21:38:46.679 INFO O| Jul 14 21:38:46.679 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-07-14T21:38:47.568Z[ recovery-image] Jul 14 21:38:46.685 INFO O| Jul 14 21:38:46.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
57082026-07-14T21:38:47.568Z[ recovery-image] Jul 14 21:38:46.685 INFO O| Jul 14 21:38:46.685 INFO STEP 111 (remove_files) COMPLETE
57092026-07-14T21:38:47.568Z[ recovery-image] Jul 14 21:38:46.685 INFO O| Jul 14 21:38:46.685 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-07-14T21:38:47.574Z[ recovery-image] Jul 14 21:38:46.692 INFO O| Jul 14 21:38:46.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
57112026-07-14T21:38:47.574Z[ recovery-image] Jul 14 21:38:46.692 INFO O| Jul 14 21:38:46.692 INFO STEP 112 (remove_files) COMPLETE
57122026-07-14T21:38:47.577Z[ recovery-image] Jul 14 21:38:46.692 INFO O| Jul 14 21:38:46.692 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-07-14T21:38:47.582Z[ recovery-image] Jul 14 21:38:46.700 INFO O| Jul 14 21:38:46.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
57142026-07-14T21:38:47.585Z[ recovery-image] Jul 14 21:38:46.700 INFO O| Jul 14 21:38:46.700 INFO STEP 113 (remove_files) COMPLETE
57152026-07-14T21:38:47.585Z[ recovery-image] Jul 14 21:38:46.700 INFO O| Jul 14 21:38:46.700 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-07-14T21:38:47.589Z[ recovery-image] Jul 14 21:38:46.707 INFO O| Jul 14 21:38:46.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
57172026-07-14T21:38:47.589Z[ recovery-image] Jul 14 21:38:46.707 INFO O| Jul 14 21:38:46.707 INFO STEP 114 (remove_files) COMPLETE
57182026-07-14T21:38:47.589Z[ recovery-image] Jul 14 21:38:46.707 INFO O| Jul 14 21:38:46.707 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-07-14T21:38:47.596Z[ recovery-image] Jul 14 21:38:46.714 INFO O| Jul 14 21:38:46.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
57202026-07-14T21:38:47.596Z[ recovery-image] Jul 14 21:38:46.714 INFO O| Jul 14 21:38:46.714 INFO STEP 115 (remove_files) COMPLETE
57212026-07-14T21:38:47.599Z[ recovery-image] Jul 14 21:38:46.714 INFO O| Jul 14 21:38:46.714 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-07-14T21:38:47.602Z[ recovery-image] Jul 14 21:38:46.719 INFO O| Jul 14 21:38:46.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
57232026-07-14T21:38:47.602Z[ recovery-image] Jul 14 21:38:46.719 INFO O| Jul 14 21:38:46.719 INFO STEP 116 (remove_files) COMPLETE
57242026-07-14T21:38:47.602Z[ recovery-image] Jul 14 21:38:46.719 INFO O| Jul 14 21:38:46.719 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-07-14T21:38:47.609Z[ recovery-image] Jul 14 21:38:46.727 INFO O| Jul 14 21:38:46.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
57262026-07-14T21:38:47.609Z[ recovery-image] Jul 14 21:38:46.727 INFO O| Jul 14 21:38:46.727 INFO STEP 117 (remove_files) COMPLETE
57272026-07-14T21:38:47.613Z[ recovery-image] Jul 14 21:38:46.727 INFO O| Jul 14 21:38:46.727 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-07-14T21:38:47.617Z[ recovery-image] Jul 14 21:38:46.733 INFO O| Jul 14 21:38:46.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
57292026-07-14T21:38:47.617Z[ recovery-image] Jul 14 21:38:46.733 INFO O| Jul 14 21:38:46.733 INFO STEP 118 (remove_files) COMPLETE
57302026-07-14T21:38:47.617Z[ recovery-image] Jul 14 21:38:46.733 INFO O| Jul 14 21:38:46.733 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-07-14T21:38:47.627Z[ recovery-image] Jul 14 21:38:46.739 INFO O| Jul 14 21:38:46.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
57322026-07-14T21:38:47.630Z[ recovery-image] Jul 14 21:38:46.739 INFO O| Jul 14 21:38:46.739 INFO STEP 119 (remove_files) COMPLETE
57332026-07-14T21:38:47.630Z[ recovery-image] Jul 14 21:38:46.739 INFO O| Jul 14 21:38:46.739 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-07-14T21:38:47.631Z[ recovery-image] Jul 14 21:38:46.746 INFO O| Jul 14 21:38:46.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
57352026-07-14T21:38:47.631Z[ recovery-image] Jul 14 21:38:46.746 INFO O| Jul 14 21:38:46.746 INFO STEP 120 (remove_files) COMPLETE
57362026-07-14T21:38:47.631Z[ recovery-image] Jul 14 21:38:46.746 INFO O| Jul 14 21:38:46.746 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-07-14T21:38:47.641Z[ recovery-image] Jul 14 21:38:46.752 INFO O| Jul 14 21:38:46.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
57382026-07-14T21:38:47.641Z[ recovery-image] Jul 14 21:38:46.752 INFO O| Jul 14 21:38:46.752 INFO STEP 121 (remove_files) COMPLETE
57392026-07-14T21:38:47.641Z[ recovery-image] Jul 14 21:38:46.752 INFO O| Jul 14 21:38:46.752 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-07-14T21:38:47.647Z[ recovery-image] Jul 14 21:38:46.758 INFO O| Jul 14 21:38:46.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
57412026-07-14T21:38:47.647Z[ recovery-image] Jul 14 21:38:46.758 INFO O| Jul 14 21:38:46.758 INFO STEP 122 (remove_files) COMPLETE
57422026-07-14T21:38:47.647Z[ recovery-image] Jul 14 21:38:46.758 INFO O| Jul 14 21:38:46.758 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-07-14T21:38:47.651Z[ recovery-image] Jul 14 21:38:46.764 INFO O| Jul 14 21:38:46.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
57442026-07-14T21:38:47.651Z[ recovery-image] Jul 14 21:38:46.764 INFO O| Jul 14 21:38:46.764 INFO STEP 123 (remove_files) COMPLETE
57452026-07-14T21:38:47.652Z[ recovery-image] Jul 14 21:38:46.764 INFO O| Jul 14 21:38:46.764 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-07-14T21:38:47.655Z[ recovery-image] Jul 14 21:38:46.772 INFO O| Jul 14 21:38:46.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
57472026-07-14T21:38:47.655Z[ recovery-image] Jul 14 21:38:46.772 INFO O| Jul 14 21:38:46.772 INFO STEP 124 (remove_files) COMPLETE
57482026-07-14T21:38:47.655Z[ recovery-image] Jul 14 21:38:46.772 INFO O| Jul 14 21:38:46.772 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-07-14T21:38:47.662Z[ recovery-image] Jul 14 21:38:46.780 INFO O| Jul 14 21:38:46.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
57502026-07-14T21:38:47.662Z[ recovery-image] Jul 14 21:38:46.780 INFO O| Jul 14 21:38:46.780 INFO STEP 125 (remove_files) COMPLETE
57512026-07-14T21:38:47.662Z[ recovery-image] Jul 14 21:38:46.780 INFO O| Jul 14 21:38:46.780 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-07-14T21:38:47.668Z[ recovery-image] Jul 14 21:38:46.787 INFO O| Jul 14 21:38:46.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57532026-07-14T21:38:47.669Z[ recovery-image] Jul 14 21:38:46.787 INFO O| Jul 14 21:38:46.787 INFO STEP 126 (remove_files) COMPLETE
57542026-07-14T21:38:47.672Z[ recovery-image] Jul 14 21:38:46.787 INFO O| Jul 14 21:38:46.787 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-07-14T21:38:47.678Z[ recovery-image] Jul 14 21:38:46.793 INFO O| Jul 14 21:38:46.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57562026-07-14T21:38:47.678Z[ recovery-image] Jul 14 21:38:46.793 INFO O| Jul 14 21:38:46.793 INFO STEP 127 (remove_files) COMPLETE
57572026-07-14T21:38:47.678Z[ recovery-image] Jul 14 21:38:46.793 INFO O| Jul 14 21:38:46.793 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-07-14T21:38:47.682Z[ recovery-image] Jul 14 21:38:46.799 INFO O| Jul 14 21:38:46.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57592026-07-14T21:38:47.682Z[ recovery-image] Jul 14 21:38:46.799 INFO O| Jul 14 21:38:46.799 INFO STEP 128 (remove_files) COMPLETE
57602026-07-14T21:38:47.683Z[ recovery-image] Jul 14 21:38:46.799 INFO O| Jul 14 21:38:46.799 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-07-14T21:38:47.687Z[ recovery-image] Jul 14 21:38:46.805 INFO O| Jul 14 21:38:46.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57622026-07-14T21:38:47.688Z[ recovery-image] Jul 14 21:38:46.805 INFO O| Jul 14 21:38:46.805 INFO STEP 129 (remove_files) COMPLETE
57632026-07-14T21:38:47.691Z[ recovery-image] Jul 14 21:38:46.805 INFO O| Jul 14 21:38:46.805 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-07-14T21:38:47.696Z[ recovery-image] Jul 14 21:38:46.813 INFO O| Jul 14 21:38:46.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57652026-07-14T21:38:47.696Z[ recovery-image] Jul 14 21:38:46.813 INFO O| Jul 14 21:38:46.813 INFO STEP 130 (remove_files) COMPLETE
57662026-07-14T21:38:47.696Z[ recovery-image] Jul 14 21:38:46.813 INFO O| Jul 14 21:38:46.813 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-07-14T21:38:47.701Z[ recovery-image] Jul 14 21:38:46.819 INFO O| Jul 14 21:38:46.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57682026-07-14T21:38:47.701Z[ recovery-image] Jul 14 21:38:46.819 INFO O| Jul 14 21:38:46.819 INFO STEP 131 (remove_files) COMPLETE
57692026-07-14T21:38:47.701Z[ recovery-image] Jul 14 21:38:46.819 INFO O| Jul 14 21:38:46.819 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-07-14T21:38:47.708Z[ recovery-image] Jul 14 21:38:46.825 INFO O| Jul 14 21:38:46.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57712026-07-14T21:38:47.708Z[ recovery-image] Jul 14 21:38:46.825 INFO O| Jul 14 21:38:46.825 INFO STEP 132 (remove_files) COMPLETE
57722026-07-14T21:38:47.716Z[ recovery-image] Jul 14 21:38:46.825 INFO O| Jul 14 21:38:46.825 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-07-14T21:38:47.719Z[ recovery-image] Jul 14 21:38:46.831 INFO O| Jul 14 21:38:46.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57742026-07-14T21:38:47.719Z[ recovery-image] Jul 14 21:38:46.831 INFO O| Jul 14 21:38:46.831 INFO STEP 133 (remove_files) COMPLETE
57752026-07-14T21:38:47.719Z[ recovery-image] Jul 14 21:38:46.831 INFO O| Jul 14 21:38:46.831 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-07-14T21:38:47.722Z[ recovery-image] Jul 14 21:38:46.837 INFO O| Jul 14 21:38:46.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57772026-07-14T21:38:47.722Z[ recovery-image] Jul 14 21:38:46.837 INFO O| Jul 14 21:38:46.837 INFO STEP 134 (remove_files) COMPLETE
57782026-07-14T21:38:47.722Z[ recovery-image] Jul 14 21:38:46.837 INFO O| Jul 14 21:38:46.837 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-07-14T21:38:47.728Z[ recovery-image] Jul 14 21:38:46.845 INFO O| Jul 14 21:38:46.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57802026-07-14T21:38:47.731Z[ recovery-image] Jul 14 21:38:46.845 INFO O| Jul 14 21:38:46.845 INFO STEP 135 (remove_files) COMPLETE
57812026-07-14T21:38:47.731Z[ recovery-image] Jul 14 21:38:46.845 INFO O| Jul 14 21:38:46.845 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-07-14T21:38:47.734Z[ recovery-image] Jul 14 21:38:46.852 INFO O| Jul 14 21:38:46.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57832026-07-14T21:38:47.735Z[ recovery-image] Jul 14 21:38:46.852 INFO O| Jul 14 21:38:46.852 INFO STEP 136 (remove_files) COMPLETE
57842026-07-14T21:38:47.735Z[ recovery-image] Jul 14 21:38:46.852 INFO O| Jul 14 21:38:46.852 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-07-14T21:38:47.739Z[ recovery-image] Jul 14 21:38:46.858 INFO O| Jul 14 21:38:46.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57862026-07-14T21:38:47.740Z[ recovery-image] Jul 14 21:38:46.858 INFO O| Jul 14 21:38:46.858 INFO STEP 137 (remove_files) COMPLETE
57872026-07-14T21:38:47.742Z[ recovery-image] Jul 14 21:38:46.858 INFO O| Jul 14 21:38:46.858 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-07-14T21:38:47.745Z[ recovery-image] Jul 14 21:38:46.864 INFO O| Jul 14 21:38:46.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57892026-07-14T21:38:47.745Z[ recovery-image] Jul 14 21:38:46.864 INFO O| Jul 14 21:38:46.864 INFO STEP 138 (remove_files) COMPLETE
57902026-07-14T21:38:47.745Z[ recovery-image] Jul 14 21:38:46.864 INFO O| Jul 14 21:38:46.864 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-07-14T21:38:47.753Z[ recovery-image] Jul 14 21:38:46.871 INFO O| Jul 14 21:38:46.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57922026-07-14T21:38:47.753Z[ recovery-image] Jul 14 21:38:46.871 INFO O| Jul 14 21:38:46.871 INFO STEP 139 (remove_files) COMPLETE
57932026-07-14T21:38:47.756Z[ recovery-image] Jul 14 21:38:46.871 INFO O| Jul 14 21:38:46.871 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-07-14T21:38:47.761Z[ recovery-image] Jul 14 21:38:46.878 INFO O| Jul 14 21:38:46.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57952026-07-14T21:38:47.761Z[ recovery-image] Jul 14 21:38:46.878 INFO O| Jul 14 21:38:46.878 INFO STEP 140 (remove_files) COMPLETE
57962026-07-14T21:38:47.764Z[ recovery-image] Jul 14 21:38:46.878 INFO O| Jul 14 21:38:46.878 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-07-14T21:38:47.767Z[ recovery-image] Jul 14 21:38:46.885 INFO O| Jul 14 21:38:46.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57982026-07-14T21:38:47.767Z[ recovery-image] Jul 14 21:38:46.885 INFO O| Jul 14 21:38:46.885 INFO STEP 141 (remove_files) COMPLETE
57992026-07-14T21:38:47.770Z[ recovery-image] Jul 14 21:38:46.885 INFO O| Jul 14 21:38:46.885 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-07-14T21:38:47.775Z[ recovery-image] Jul 14 21:38:46.892 INFO O| Jul 14 21:38:46.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
58012026-07-14T21:38:47.775Z[ recovery-image] Jul 14 21:38:46.892 INFO O| Jul 14 21:38:46.892 INFO STEP 142 (remove_files) COMPLETE
58022026-07-14T21:38:47.778Z[ recovery-image] Jul 14 21:38:46.892 INFO O| Jul 14 21:38:46.892 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-07-14T21:38:47.781Z[ recovery-image] Jul 14 21:38:46.899 INFO O| Jul 14 21:38:46.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
58042026-07-14T21:38:47.781Z[ recovery-image] Jul 14 21:38:46.899 INFO O| Jul 14 21:38:46.899 INFO STEP 143 (remove_files) COMPLETE
58052026-07-14T21:38:47.781Z[ recovery-image] Jul 14 21:38:46.899 INFO O| Jul 14 21:38:46.899 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-07-14T21:38:47.787Z[ recovery-image] Jul 14 21:38:46.905 INFO O| Jul 14 21:38:46.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
58072026-07-14T21:38:47.790Z[ recovery-image] Jul 14 21:38:46.905 INFO O| Jul 14 21:38:46.905 INFO STEP 144 (remove_files) COMPLETE
58082026-07-14T21:38:47.790Z[ recovery-image] Jul 14 21:38:46.905 INFO O| Jul 14 21:38:46.905 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-07-14T21:38:47.798Z[ recovery-image] Jul 14 21:38:46.911 INFO O| Jul 14 21:38:46.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
58102026-07-14T21:38:47.798Z[ recovery-image] Jul 14 21:38:46.911 INFO O| Jul 14 21:38:46.911 INFO STEP 145 (remove_files) COMPLETE
58112026-07-14T21:38:47.798Z[ recovery-image] Jul 14 21:38:46.911 INFO O| Jul 14 21:38:46.911 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-07-14T21:38:47.807Z[ recovery-image] Jul 14 21:38:46.916 INFO O| Jul 14 21:38:46.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
58132026-07-14T21:38:47.807Z[ recovery-image] Jul 14 21:38:46.917 INFO O| Jul 14 21:38:46.917 INFO STEP 146 (remove_files) COMPLETE
58142026-07-14T21:38:47.807Z[ recovery-image] Jul 14 21:38:46.917 INFO O| Jul 14 21:38:46.917 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-07-14T21:38:47.807Z[ recovery-image] Jul 14 21:38:46.922 INFO O| Jul 14 21:38:46.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
58162026-07-14T21:38:47.807Z[ recovery-image] Jul 14 21:38:46.922 INFO O| Jul 14 21:38:46.922 INFO STEP 147 (remove_files) COMPLETE
58172026-07-14T21:38:47.807Z[ recovery-image] Jul 14 21:38:46.922 INFO O| Jul 14 21:38:46.922 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-07-14T21:38:47.814Z[ recovery-image] Jul 14 21:38:46.928 INFO O| Jul 14 21:38:46.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
58192026-07-14T21:38:47.814Z[ recovery-image] Jul 14 21:38:46.928 INFO O| Jul 14 21:38:46.928 INFO STEP 148 (remove_files) COMPLETE
58202026-07-14T21:38:47.815Z[ recovery-image] Jul 14 21:38:46.928 INFO O| Jul 14 21:38:46.928 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-07-14T21:38:47.818Z[ recovery-image] Jul 14 21:38:46.933 INFO O| Jul 14 21:38:46.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
58222026-07-14T21:38:47.818Z[ recovery-image] Jul 14 21:38:46.933 INFO O| Jul 14 21:38:46.933 INFO STEP 149 (remove_files) COMPLETE
58232026-07-14T21:38:47.818Z[ recovery-image] Jul 14 21:38:46.933 INFO O| Jul 14 21:38:46.933 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-07-14T21:38:47.823Z[ recovery-image] Jul 14 21:38:46.939 INFO O| Jul 14 21:38:46.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
58252026-07-14T21:38:47.824Z[ recovery-image] Jul 14 21:38:46.939 INFO O| Jul 14 21:38:46.939 INFO STEP 150 (remove_files) COMPLETE
58262026-07-14T21:38:47.824Z[ recovery-image] Jul 14 21:38:46.939 INFO O| Jul 14 21:38:46.939 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-07-14T21:38:47.830Z[ recovery-image] Jul 14 21:38:46.948 INFO O| Jul 14 21:38:46.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
58282026-07-14T21:38:47.830Z[ recovery-image] Jul 14 21:38:46.948 INFO O| Jul 14 21:38:46.948 INFO STEP 151 (remove_files) COMPLETE
58292026-07-14T21:38:47.833Z[ recovery-image] Jul 14 21:38:46.948 INFO O| Jul 14 21:38:46.948 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-07-14T21:38:47.837Z[ recovery-image] Jul 14 21:38:46.955 INFO O| Jul 14 21:38:46.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
58312026-07-14T21:38:47.837Z[ recovery-image] Jul 14 21:38:46.955 INFO O| Jul 14 21:38:46.955 INFO STEP 152 (remove_files) COMPLETE
58322026-07-14T21:38:47.840Z[ recovery-image] Jul 14 21:38:46.955 INFO O| Jul 14 21:38:46.955 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-07-14T21:38:47.845Z[ recovery-image] Jul 14 21:38:46.962 INFO O| Jul 14 21:38:46.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
58342026-07-14T21:38:47.848Z[ recovery-image] Jul 14 21:38:46.962 INFO O| Jul 14 21:38:46.962 INFO STEP 153 (remove_files) COMPLETE
58352026-07-14T21:38:47.848Z[ recovery-image] Jul 14 21:38:46.962 INFO O| Jul 14 21:38:46.962 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-07-14T21:38:47.851Z[ recovery-image] Jul 14 21:38:46.968 INFO O| Jul 14 21:38:46.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
58372026-07-14T21:38:47.851Z[ recovery-image] Jul 14 21:38:46.968 INFO O| Jul 14 21:38:46.968 INFO STEP 154 (remove_files) COMPLETE
58382026-07-14T21:38:47.851Z[ recovery-image] Jul 14 21:38:46.968 INFO O| Jul 14 21:38:46.968 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-07-14T21:38:47.857Z[ recovery-image] Jul 14 21:38:46.975 INFO O| Jul 14 21:38:46.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
58402026-07-14T21:38:47.857Z[ recovery-image] Jul 14 21:38:46.975 INFO O| Jul 14 21:38:46.975 INFO STEP 155 (remove_files) COMPLETE
58412026-07-14T21:38:47.862Z[ recovery-image] Jul 14 21:38:46.975 INFO O| Jul 14 21:38:46.975 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-07-14T21:38:47.865Z[ recovery-image] Jul 14 21:38:46.981 INFO O| Jul 14 21:38:46.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
58432026-07-14T21:38:47.865Z[ recovery-image] Jul 14 21:38:46.981 INFO O| Jul 14 21:38:46.981 INFO STEP 156 (remove_files) COMPLETE
58442026-07-14T21:38:47.865Z[ recovery-image] Jul 14 21:38:46.981 INFO O| Jul 14 21:38:46.981 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-07-14T21:38:47.870Z[ recovery-image] Jul 14 21:38:46.988 INFO O| Jul 14 21:38:46.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
58462026-07-14T21:38:47.873Z[ recovery-image] Jul 14 21:38:46.988 INFO O| Jul 14 21:38:46.988 INFO STEP 157 (remove_files) COMPLETE
58472026-07-14T21:38:47.873Z[ recovery-image] Jul 14 21:38:46.988 INFO O| Jul 14 21:38:46.988 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-07-14T21:38:47.878Z[ recovery-image] Jul 14 21:38:46.995 INFO O| Jul 14 21:38:46.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
58492026-07-14T21:38:47.924Z[ recovery-image] Jul 14 21:38:46.995 INFO O| Jul 14 21:38:46.995 INFO STEP 158 (remove_files) COMPLETE
58502026-07-14T21:38:47.924Z[ recovery-image] Jul 14 21:38:46.995 INFO O| Jul 14 21:38:46.995 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-07-14T21:38:47.924Z[ recovery-image] Jul 14 21:38:47.001 INFO O| Jul 14 21:38:47.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58522026-07-14T21:38:47.924Z[ recovery-image] Jul 14 21:38:47.002 INFO O| Jul 14 21:38:47.002 INFO STEP 159 (remove_files) COMPLETE
58532026-07-14T21:38:47.924Z[ recovery-image] Jul 14 21:38:47.002 INFO O| Jul 14 21:38:47.002 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-07-14T21:38:47.924Z[ recovery-image] Jul 14 21:38:47.008 INFO O| Jul 14 21:38:47.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58552026-07-14T21:38:47.924Z[ recovery-image] Jul 14 21:38:47.008 INFO O| Jul 14 21:38:47.008 INFO STEP 160 (remove_files) COMPLETE
58562026-07-14T21:38:47.924Z[ recovery-image] Jul 14 21:38:47.008 INFO O| Jul 14 21:38:47.008 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-07-14T21:38:47.924Z[ recovery-image] Jul 14 21:38:47.015 INFO O| Jul 14 21:38:47.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58582026-07-14T21:38:47.925Z[ recovery-image] Jul 14 21:38:47.015 INFO O| Jul 14 21:38:47.015 INFO STEP 161 (remove_files) COMPLETE
58592026-07-14T21:38:47.925Z[ recovery-image] Jul 14 21:38:47.015 INFO O| Jul 14 21:38:47.015 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-07-14T21:38:47.925Z[ recovery-image] Jul 14 21:38:47.022 INFO O| Jul 14 21:38:47.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58612026-07-14T21:38:47.925Z[ recovery-image] Jul 14 21:38:47.022 INFO O| Jul 14 21:38:47.022 INFO STEP 162 (remove_files) COMPLETE
58622026-07-14T21:38:47.925Z[ recovery-image] Jul 14 21:38:47.022 INFO O| Jul 14 21:38:47.022 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-07-14T21:38:47.925Z[ recovery-image] Jul 14 21:38:47.029 INFO O| Jul 14 21:38:47.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58642026-07-14T21:38:47.925Z[ recovery-image] Jul 14 21:38:47.030 INFO O| Jul 14 21:38:47.030 INFO STEP 163 (remove_files) COMPLETE
58652026-07-14T21:38:47.925Z[ recovery-image] Jul 14 21:38:47.030 INFO O| Jul 14 21:38:47.030 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-07-14T21:38:47.925Z[ recovery-image] Jul 14 21:38:47.037 INFO O| Jul 14 21:38:47.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58672026-07-14T21:38:47.926Z[ recovery-image] Jul 14 21:38:47.037 INFO O| Jul 14 21:38:47.037 INFO STEP 164 (remove_files) COMPLETE
58682026-07-14T21:38:47.926Z[ recovery-image] Jul 14 21:38:47.037 INFO O| Jul 14 21:38:47.037 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-07-14T21:38:47.931Z[ recovery-image] Jul 14 21:38:47.044 INFO O| Jul 14 21:38:47.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58702026-07-14T21:38:47.931Z[ recovery-image] Jul 14 21:38:47.044 INFO O| Jul 14 21:38:47.044 INFO STEP 165 (remove_files) COMPLETE
58712026-07-14T21:38:47.931Z[ recovery-image] Jul 14 21:38:47.044 INFO O| Jul 14 21:38:47.044 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-07-14T21:38:47.938Z[ recovery-image] Jul 14 21:38:47.051 INFO O| Jul 14 21:38:47.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58732026-07-14T21:38:47.938Z[ recovery-image] Jul 14 21:38:47.051 INFO O| Jul 14 21:38:47.051 INFO STEP 166 (remove_files) COMPLETE
58742026-07-14T21:38:47.938Z[ recovery-image] Jul 14 21:38:47.051 INFO O| Jul 14 21:38:47.051 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-07-14T21:38:47.942Z[ recovery-image] Jul 14 21:38:47.058 INFO O| Jul 14 21:38:47.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58762026-07-14T21:38:47.942Z[ recovery-image] Jul 14 21:38:47.058 INFO O| Jul 14 21:38:47.058 INFO STEP 167 (remove_files) COMPLETE
58772026-07-14T21:38:47.942Z[ recovery-image] Jul 14 21:38:47.058 INFO O| Jul 14 21:38:47.058 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-07-14T21:38:47.947Z[ recovery-image] Jul 14 21:38:47.065 INFO O| Jul 14 21:38:47.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58792026-07-14T21:38:47.947Z[ recovery-image] Jul 14 21:38:47.065 INFO O| Jul 14 21:38:47.065 INFO STEP 168 (remove_files) COMPLETE
58802026-07-14T21:38:47.947Z[ recovery-image] Jul 14 21:38:47.065 INFO O| Jul 14 21:38:47.065 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-07-14T21:38:47.954Z[ recovery-image] Jul 14 21:38:47.072 INFO O| Jul 14 21:38:47.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58822026-07-14T21:38:47.954Z[ recovery-image] Jul 14 21:38:47.072 INFO O| Jul 14 21:38:47.072 INFO STEP 169 (remove_files) COMPLETE
58832026-07-14T21:38:47.954Z[ recovery-image] Jul 14 21:38:47.072 INFO O| Jul 14 21:38:47.072 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-07-14T21:38:47.961Z[ recovery-image] Jul 14 21:38:47.079 INFO O| Jul 14 21:38:47.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58852026-07-14T21:38:47.961Z[ recovery-image] Jul 14 21:38:47.079 INFO O| Jul 14 21:38:47.079 INFO STEP 170 (remove_files) COMPLETE
58862026-07-14T21:38:47.964Z[ recovery-image] Jul 14 21:38:47.079 INFO O| Jul 14 21:38:47.079 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-07-14T21:38:47.968Z[ recovery-image] Jul 14 21:38:47.085 INFO O| Jul 14 21:38:47.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58882026-07-14T21:38:47.968Z[ recovery-image] Jul 14 21:38:47.085 INFO O| Jul 14 21:38:47.085 INFO STEP 171 (remove_files) COMPLETE
58892026-07-14T21:38:47.968Z[ recovery-image] Jul 14 21:38:47.085 INFO O| Jul 14 21:38:47.085 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-07-14T21:38:47.974Z[ recovery-image] Jul 14 21:38:47.092 INFO O| Jul 14 21:38:47.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58912026-07-14T21:38:47.974Z[ recovery-image] Jul 14 21:38:47.092 INFO O| Jul 14 21:38:47.092 INFO STEP 172 (remove_files) COMPLETE
58922026-07-14T21:38:47.974Z[ recovery-image] Jul 14 21:38:47.092 INFO O| Jul 14 21:38:47.092 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-07-14T21:38:47.982Z[ recovery-image] Jul 14 21:38:47.100 INFO O| Jul 14 21:38:47.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58942026-07-14T21:38:47.982Z[ recovery-image] Jul 14 21:38:47.100 INFO O| Jul 14 21:38:47.100 INFO STEP 173 (remove_files) COMPLETE
58952026-07-14T21:38:47.986Z[ recovery-image] Jul 14 21:38:47.100 INFO O| Jul 14 21:38:47.100 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-07-14T21:38:47.989Z[ recovery-image] Jul 14 21:38:47.107 INFO O| Jul 14 21:38:47.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58972026-07-14T21:38:47.989Z[ recovery-image] Jul 14 21:38:47.107 INFO O| Jul 14 21:38:47.107 INFO STEP 174 (remove_files) COMPLETE
58982026-07-14T21:38:47.989Z[ recovery-image] Jul 14 21:38:47.107 INFO O| Jul 14 21:38:47.107 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-07-14T21:38:47.996Z[ recovery-image] Jul 14 21:38:47.113 INFO O| Jul 14 21:38:47.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
59002026-07-14T21:38:47.996Z[ recovery-image] Jul 14 21:38:47.113 INFO O| Jul 14 21:38:47.113 INFO STEP 175 (remove_files) COMPLETE
59012026-07-14T21:38:48.004Z[ recovery-image] Jul 14 21:38:47.113 INFO O| Jul 14 21:38:47.113 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-07-14T21:38:48.013Z[ recovery-image] Jul 14 21:38:47.120 INFO O| Jul 14 21:38:47.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
59032026-07-14T21:38:48.013Z[ recovery-image] Jul 14 21:38:47.120 INFO O| Jul 14 21:38:47.120 INFO STEP 176 (remove_files) COMPLETE
59042026-07-14T21:38:48.013Z[ recovery-image] Jul 14 21:38:47.120 INFO O| Jul 14 21:38:47.120 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-07-14T21:38:48.016Z[ recovery-image] Jul 14 21:38:47.126 INFO O| Jul 14 21:38:47.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
59062026-07-14T21:38:48.016Z[ recovery-image] Jul 14 21:38:47.127 INFO O| Jul 14 21:38:47.127 INFO STEP 177 (remove_files) COMPLETE
59072026-07-14T21:38:48.016Z[ recovery-image] Jul 14 21:38:47.127 INFO O| Jul 14 21:38:47.127 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-07-14T21:38:48.016Z[ recovery-image] Jul 14 21:38:47.134 INFO O| Jul 14 21:38:47.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
59092026-07-14T21:38:48.020Z[ recovery-image] Jul 14 21:38:47.134 INFO O| Jul 14 21:38:47.134 INFO STEP 178 (remove_files) COMPLETE
59102026-07-14T21:38:48.020Z[ recovery-image] Jul 14 21:38:47.134 INFO O| Jul 14 21:38:47.134 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-07-14T21:38:48.024Z[ recovery-image] Jul 14 21:38:47.141 INFO O| Jul 14 21:38:47.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
59122026-07-14T21:38:48.024Z[ recovery-image] Jul 14 21:38:47.141 INFO O| Jul 14 21:38:47.141 INFO STEP 179 (remove_files) COMPLETE
59132026-07-14T21:38:48.024Z[ recovery-image] Jul 14 21:38:47.141 INFO O| Jul 14 21:38:47.141 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-07-14T21:38:48.028Z[ recovery-image] Jul 14 21:38:47.146 INFO O| Jul 14 21:38:47.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
59152026-07-14T21:38:48.028Z[ recovery-image] Jul 14 21:38:47.146 INFO O| Jul 14 21:38:47.146 INFO STEP 180 (remove_files) COMPLETE
59162026-07-14T21:38:48.028Z[ recovery-image] Jul 14 21:38:47.146 INFO O| Jul 14 21:38:47.146 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-07-14T21:38:48.035Z[ recovery-image] Jul 14 21:38:47.152 INFO O| Jul 14 21:38:47.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
59182026-07-14T21:38:48.038Z[ recovery-image] Jul 14 21:38:47.153 INFO O| Jul 14 21:38:47.152 INFO STEP 181 (remove_files) COMPLETE
59192026-07-14T21:38:48.038Z[ recovery-image] Jul 14 21:38:47.153 INFO O| Jul 14 21:38:47.153 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-07-14T21:38:48.041Z[ recovery-image] Jul 14 21:38:47.158 INFO O| Jul 14 21:38:47.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
59212026-07-14T21:38:48.041Z[ recovery-image] Jul 14 21:38:47.158 INFO O| Jul 14 21:38:47.158 INFO STEP 182 (remove_files) COMPLETE
59222026-07-14T21:38:48.041Z[ recovery-image] Jul 14 21:38:47.158 INFO O| Jul 14 21:38:47.158 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-07-14T21:38:48.046Z[ recovery-image] Jul 14 21:38:47.164 INFO O| Jul 14 21:38:47.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
59242026-07-14T21:38:48.049Z[ recovery-image] Jul 14 21:38:47.164 INFO O| Jul 14 21:38:47.164 INFO STEP 183 (remove_files) COMPLETE
59252026-07-14T21:38:48.049Z[ recovery-image] Jul 14 21:38:47.164 INFO O| Jul 14 21:38:47.164 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-07-14T21:38:48.053Z[ recovery-image] Jul 14 21:38:47.170 INFO O| Jul 14 21:38:47.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
59272026-07-14T21:38:48.053Z[ recovery-image] Jul 14 21:38:47.170 INFO O| Jul 14 21:38:47.170 INFO STEP 184 (remove_files) COMPLETE
59282026-07-14T21:38:48.053Z[ recovery-image] Jul 14 21:38:47.170 INFO O| Jul 14 21:38:47.170 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-07-14T21:38:48.058Z[ recovery-image] Jul 14 21:38:47.176 INFO O| Jul 14 21:38:47.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
59302026-07-14T21:38:48.059Z[ recovery-image] Jul 14 21:38:47.176 INFO O| Jul 14 21:38:47.176 INFO STEP 185 (remove_files) COMPLETE
59312026-07-14T21:38:48.063Z[ recovery-image] Jul 14 21:38:47.176 INFO O| Jul 14 21:38:47.176 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-07-14T21:38:48.068Z[ recovery-image] Jul 14 21:38:47.182 INFO O| Jul 14 21:38:47.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
59332026-07-14T21:38:48.069Z[ recovery-image] Jul 14 21:38:47.182 INFO O| Jul 14 21:38:47.182 INFO STEP 186 (remove_files) COMPLETE
59342026-07-14T21:38:48.069Z[ recovery-image] Jul 14 21:38:47.182 INFO O| Jul 14 21:38:47.182 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-07-14T21:38:48.079Z[ recovery-image] Jul 14 21:38:47.189 INFO O| Jul 14 21:38:47.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
59362026-07-14T21:38:48.079Z[ recovery-image] Jul 14 21:38:47.189 INFO O| Jul 14 21:38:47.189 INFO STEP 187 (remove_files) COMPLETE
59372026-07-14T21:38:48.079Z[ recovery-image] Jul 14 21:38:47.189 INFO O| Jul 14 21:38:47.189 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-07-14T21:38:48.082Z[ recovery-image] Jul 14 21:38:47.194 INFO O| Jul 14 21:38:47.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
59392026-07-14T21:38:48.082Z[ recovery-image] Jul 14 21:38:47.194 INFO O| Jul 14 21:38:47.194 INFO STEP 188 (remove_files) COMPLETE
59402026-07-14T21:38:48.082Z[ recovery-image] Jul 14 21:38:47.194 INFO O| Jul 14 21:38:47.194 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-07-14T21:38:48.082Z[ recovery-image] Jul 14 21:38:47.200 INFO O| Jul 14 21:38:47.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
59422026-07-14T21:38:48.082Z[ recovery-image] Jul 14 21:38:47.200 INFO O| Jul 14 21:38:47.200 INFO STEP 189 (remove_files) COMPLETE
59432026-07-14T21:38:48.082Z[ recovery-image] Jul 14 21:38:47.200 INFO O| Jul 14 21:38:47.200 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-07-14T21:38:48.091Z[ recovery-image] Jul 14 21:38:47.209 INFO O| Jul 14 21:38:47.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
59452026-07-14T21:38:48.091Z[ recovery-image] Jul 14 21:38:47.209 INFO O| Jul 14 21:38:47.209 INFO STEP 190 (remove_files) COMPLETE
59462026-07-14T21:38:48.095Z[ recovery-image] Jul 14 21:38:47.209 INFO O| Jul 14 21:38:47.209 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-07-14T21:38:48.101Z[ recovery-image] Jul 14 21:38:47.216 INFO O| Jul 14 21:38:47.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59482026-07-14T21:38:48.101Z[ recovery-image] Jul 14 21:38:47.216 INFO O| Jul 14 21:38:47.216 INFO STEP 191 (remove_files) COMPLETE
59492026-07-14T21:38:48.101Z[ recovery-image] Jul 14 21:38:47.216 INFO O| Jul 14 21:38:47.216 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-07-14T21:38:48.108Z[ recovery-image] Jul 14 21:38:47.222 INFO O| Jul 14 21:38:47.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59512026-07-14T21:38:48.108Z[ recovery-image] Jul 14 21:38:47.222 INFO O| Jul 14 21:38:47.222 INFO STEP 192 (remove_files) COMPLETE
59522026-07-14T21:38:48.108Z[ recovery-image] Jul 14 21:38:47.222 INFO O| Jul 14 21:38:47.222 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-07-14T21:38:48.112Z[ recovery-image] Jul 14 21:38:47.230 INFO O| Jul 14 21:38:47.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59542026-07-14T21:38:48.112Z[ recovery-image] Jul 14 21:38:47.230 INFO O| Jul 14 21:38:47.230 INFO STEP 193 (remove_files) COMPLETE
59552026-07-14T21:38:48.117Z[ recovery-image] Jul 14 21:38:47.230 INFO O| Jul 14 21:38:47.230 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-07-14T21:38:48.120Z[ recovery-image] Jul 14 21:38:47.237 INFO O| Jul 14 21:38:47.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59572026-07-14T21:38:48.120Z[ recovery-image] Jul 14 21:38:47.237 INFO O| Jul 14 21:38:47.237 INFO STEP 194 (remove_files) COMPLETE
59582026-07-14T21:38:48.121Z[ recovery-image] Jul 14 21:38:47.237 INFO O| Jul 14 21:38:47.237 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-07-14T21:38:48.126Z[ recovery-image] Jul 14 21:38:47.244 INFO O| Jul 14 21:38:47.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59602026-07-14T21:38:48.126Z[ recovery-image] Jul 14 21:38:47.244 INFO O| Jul 14 21:38:47.244 INFO STEP 195 (remove_files) COMPLETE
59612026-07-14T21:38:48.126Z[ recovery-image] Jul 14 21:38:47.244 INFO O| Jul 14 21:38:47.244 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-07-14T21:38:48.134Z[ recovery-image] Jul 14 21:38:47.251 INFO O| Jul 14 21:38:47.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59632026-07-14T21:38:48.134Z[ recovery-image] Jul 14 21:38:47.251 INFO O| Jul 14 21:38:47.251 INFO STEP 196 (remove_files) COMPLETE
59642026-07-14T21:38:48.134Z[ recovery-image] Jul 14 21:38:47.251 INFO O| Jul 14 21:38:47.251 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-07-14T21:38:48.139Z[ recovery-image] Jul 14 21:38:47.257 INFO O| Jul 14 21:38:47.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59662026-07-14T21:38:48.142Z[ recovery-image] Jul 14 21:38:47.257 INFO O| Jul 14 21:38:47.257 INFO STEP 197 (remove_files) COMPLETE
59672026-07-14T21:38:48.142Z[ recovery-image] Jul 14 21:38:47.257 INFO O| Jul 14 21:38:47.257 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-07-14T21:38:48.146Z[ recovery-image] Jul 14 21:38:47.264 INFO O| Jul 14 21:38:47.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59692026-07-14T21:38:48.150Z[ recovery-image] Jul 14 21:38:47.264 INFO O| Jul 14 21:38:47.264 INFO STEP 198 (remove_files) COMPLETE
59702026-07-14T21:38:48.150Z[ recovery-image] Jul 14 21:38:47.264 INFO O| Jul 14 21:38:47.264 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-07-14T21:38:48.153Z[ recovery-image] Jul 14 21:38:47.271 INFO O| Jul 14 21:38:47.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59722026-07-14T21:38:48.153Z[ recovery-image] Jul 14 21:38:47.271 INFO O| Jul 14 21:38:47.271 INFO STEP 199 (remove_files) COMPLETE
59732026-07-14T21:38:48.156Z[ recovery-image] Jul 14 21:38:47.271 INFO O| Jul 14 21:38:47.271 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-07-14T21:38:48.159Z[ recovery-image] Jul 14 21:38:47.278 INFO O| Jul 14 21:38:47.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59752026-07-14T21:38:48.159Z[ recovery-image] Jul 14 21:38:47.278 INFO O| Jul 14 21:38:47.278 INFO STEP 200 (remove_files) COMPLETE
59762026-07-14T21:38:48.162Z[ recovery-image] Jul 14 21:38:47.278 INFO O| Jul 14 21:38:47.278 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-07-14T21:38:48.166Z[ recovery-image] Jul 14 21:38:47.284 INFO O| Jul 14 21:38:47.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59782026-07-14T21:38:48.166Z[ recovery-image] Jul 14 21:38:47.284 INFO O| Jul 14 21:38:47.284 INFO STEP 201 (remove_files) COMPLETE
59792026-07-14T21:38:48.166Z[ recovery-image] Jul 14 21:38:47.284 INFO O| Jul 14 21:38:47.284 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-07-14T21:38:48.172Z[ recovery-image] Jul 14 21:38:47.290 INFO O| Jul 14 21:38:47.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59812026-07-14T21:38:48.172Z[ recovery-image] Jul 14 21:38:47.290 INFO O| Jul 14 21:38:47.290 INFO STEP 202 (remove_files) COMPLETE
59822026-07-14T21:38:48.175Z[ recovery-image] Jul 14 21:38:47.290 INFO O| Jul 14 21:38:47.290 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-07-14T21:38:48.178Z[ recovery-image] Jul 14 21:38:47.296 INFO O| Jul 14 21:38:47.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59842026-07-14T21:38:48.178Z[ recovery-image] Jul 14 21:38:47.296 INFO O| Jul 14 21:38:47.296 INFO STEP 203 (remove_files) COMPLETE
59852026-07-14T21:38:48.178Z[ recovery-image] Jul 14 21:38:47.296 INFO O| Jul 14 21:38:47.296 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-07-14T21:38:48.185Z[ recovery-image] Jul 14 21:38:47.303 INFO O| Jul 14 21:38:47.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59872026-07-14T21:38:48.188Z[ recovery-image] Jul 14 21:38:47.303 INFO O| Jul 14 21:38:47.303 INFO STEP 204 (remove_files) COMPLETE
59882026-07-14T21:38:48.189Z[ recovery-image] Jul 14 21:38:47.303 INFO O| Jul 14 21:38:47.303 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-07-14T21:38:48.192Z[ recovery-image] Jul 14 21:38:47.310 INFO O| Jul 14 21:38:47.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59902026-07-14T21:38:48.195Z[ recovery-image] Jul 14 21:38:47.310 INFO O| Jul 14 21:38:47.310 INFO STEP 205 (remove_files) COMPLETE
59912026-07-14T21:38:48.195Z[ recovery-image] Jul 14 21:38:47.310 INFO O| Jul 14 21:38:47.310 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-07-14T21:38:48.198Z[ recovery-image] Jul 14 21:38:47.316 INFO O| Jul 14 21:38:47.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59932026-07-14T21:38:48.198Z[ recovery-image] Jul 14 21:38:47.316 INFO O| Jul 14 21:38:47.316 INFO STEP 206 (remove_files) COMPLETE
59942026-07-14T21:38:48.198Z[ recovery-image] Jul 14 21:38:47.316 INFO O| Jul 14 21:38:47.316 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-07-14T21:38:48.204Z[ recovery-image] Jul 14 21:38:47.322 INFO O| Jul 14 21:38:47.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59962026-07-14T21:38:48.204Z[ recovery-image] Jul 14 21:38:47.322 INFO O| Jul 14 21:38:47.322 INFO STEP 207 (remove_files) COMPLETE
59972026-07-14T21:38:48.208Z[ recovery-image] Jul 14 21:38:47.322 INFO O| Jul 14 21:38:47.322 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-07-14T21:38:48.211Z[ recovery-image] Jul 14 21:38:47.328 INFO O| Jul 14 21:38:47.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59992026-07-14T21:38:48.211Z[ recovery-image] Jul 14 21:38:47.328 INFO O| Jul 14 21:38:47.328 INFO STEP 208 (remove_files) COMPLETE
60002026-07-14T21:38:48.211Z[ recovery-image] Jul 14 21:38:47.328 INFO O| Jul 14 21:38:47.328 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-07-14T21:38:48.216Z[ recovery-image] Jul 14 21:38:47.334 INFO O| Jul 14 21:38:47.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
60022026-07-14T21:38:48.216Z[ recovery-image] Jul 14 21:38:47.334 INFO O| Jul 14 21:38:47.334 INFO STEP 209 (remove_files) COMPLETE
60032026-07-14T21:38:48.219Z[ recovery-image] Jul 14 21:38:47.334 INFO O| Jul 14 21:38:47.334 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-07-14T21:38:48.222Z[ recovery-image] Jul 14 21:38:47.340 INFO O| Jul 14 21:38:47.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
60052026-07-14T21:38:48.222Z[ recovery-image] Jul 14 21:38:47.340 INFO O| Jul 14 21:38:47.340 INFO STEP 210 (remove_files) COMPLETE
60062026-07-14T21:38:48.222Z[ recovery-image] Jul 14 21:38:47.340 INFO O| Jul 14 21:38:47.340 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-07-14T21:38:48.230Z[ recovery-image] Jul 14 21:38:47.346 INFO O| Jul 14 21:38:47.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
60082026-07-14T21:38:48.230Z[ recovery-image] Jul 14 21:38:47.346 INFO O| Jul 14 21:38:47.346 INFO STEP 211 (remove_files) COMPLETE
60092026-07-14T21:38:48.232Z[ recovery-image] Jul 14 21:38:47.346 INFO O| Jul 14 21:38:47.346 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-07-14T21:38:48.235Z[ recovery-image] Jul 14 21:38:47.352 INFO O| Jul 14 21:38:47.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
60112026-07-14T21:38:48.235Z[ recovery-image] Jul 14 21:38:47.352 INFO O| Jul 14 21:38:47.352 INFO STEP 212 (remove_files) COMPLETE
60122026-07-14T21:38:48.235Z[ recovery-image] Jul 14 21:38:47.352 INFO O| Jul 14 21:38:47.352 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-07-14T21:38:48.241Z[ recovery-image] Jul 14 21:38:47.358 INFO O| Jul 14 21:38:47.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
60142026-07-14T21:38:48.241Z[ recovery-image] Jul 14 21:38:47.358 INFO O| Jul 14 21:38:47.358 INFO STEP 213 (remove_files) COMPLETE
60152026-07-14T21:38:48.244Z[ recovery-image] Jul 14 21:38:47.358 INFO O| Jul 14 21:38:47.358 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-07-14T21:38:48.246Z[ recovery-image] Jul 14 21:38:47.364 INFO O| Jul 14 21:38:47.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
60172026-07-14T21:38:48.247Z[ recovery-image] Jul 14 21:38:47.364 INFO O| Jul 14 21:38:47.364 INFO STEP 214 (remove_files) COMPLETE
60182026-07-14T21:38:48.247Z[ recovery-image] Jul 14 21:38:47.364 INFO O| Jul 14 21:38:47.364 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-07-14T21:38:48.252Z[ recovery-image] Jul 14 21:38:47.370 INFO O| Jul 14 21:38:47.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
60202026-07-14T21:38:48.252Z[ recovery-image] Jul 14 21:38:47.370 INFO O| Jul 14 21:38:47.370 INFO STEP 215 (remove_files) COMPLETE
60212026-07-14T21:38:48.255Z[ recovery-image] Jul 14 21:38:47.370 INFO O| Jul 14 21:38:47.370 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-07-14T21:38:48.258Z[ recovery-image] Jul 14 21:38:47.376 INFO O| Jul 14 21:38:47.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
60232026-07-14T21:38:48.258Z[ recovery-image] Jul 14 21:38:47.376 INFO O| Jul 14 21:38:47.376 INFO STEP 216 (remove_files) COMPLETE
60242026-07-14T21:38:48.258Z[ recovery-image] Jul 14 21:38:47.376 INFO O| Jul 14 21:38:47.376 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-07-14T21:38:48.264Z[ recovery-image] Jul 14 21:38:47.382 INFO O| Jul 14 21:38:47.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
60262026-07-14T21:38:48.264Z[ recovery-image] Jul 14 21:38:47.382 INFO O| Jul 14 21:38:47.382 INFO STEP 217 (remove_files) COMPLETE
60272026-07-14T21:38:48.264Z[ recovery-image] Jul 14 21:38:47.382 INFO O| Jul 14 21:38:47.382 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-07-14T21:38:48.271Z[ recovery-image] Jul 14 21:38:47.389 INFO O| Jul 14 21:38:47.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
60292026-07-14T21:38:48.271Z[ recovery-image] Jul 14 21:38:47.389 INFO O| Jul 14 21:38:47.389 INFO STEP 218 (remove_files) COMPLETE
60302026-07-14T21:38:48.271Z[ recovery-image] Jul 14 21:38:47.389 INFO O| Jul 14 21:38:47.389 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-07-14T21:38:48.277Z[ recovery-image] Jul 14 21:38:47.395 INFO O| Jul 14 21:38:47.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
60322026-07-14T21:38:48.277Z[ recovery-image] Jul 14 21:38:47.395 INFO O| Jul 14 21:38:47.395 INFO STEP 219 (remove_files) COMPLETE
60332026-07-14T21:38:48.279Z[ recovery-image] Jul 14 21:38:47.395 INFO O| Jul 14 21:38:47.395 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-07-14T21:38:48.282Z[ recovery-image] Jul 14 21:38:47.400 INFO O| Jul 14 21:38:47.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
60352026-07-14T21:38:48.282Z[ recovery-image] Jul 14 21:38:47.400 INFO O| Jul 14 21:38:47.400 INFO STEP 220 (remove_files) COMPLETE
60362026-07-14T21:38:48.282Z[ recovery-image] Jul 14 21:38:47.400 INFO O| Jul 14 21:38:47.400 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-07-14T21:38:48.288Z[ recovery-image] Jul 14 21:38:47.406 INFO O| Jul 14 21:38:47.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
60382026-07-14T21:38:48.288Z[ recovery-image] Jul 14 21:38:47.406 INFO O| Jul 14 21:38:47.406 INFO STEP 221 (remove_files) COMPLETE
60392026-07-14T21:38:48.288Z[ recovery-image] Jul 14 21:38:47.406 INFO O| Jul 14 21:38:47.406 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-07-14T21:38:48.293Z[ recovery-image] Jul 14 21:38:47.411 INFO O| Jul 14 21:38:47.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
60412026-07-14T21:38:48.293Z[ recovery-image] Jul 14 21:38:47.411 INFO O| Jul 14 21:38:47.411 INFO STEP 222 (remove_files) COMPLETE
60422026-07-14T21:38:48.296Z[ recovery-image] Jul 14 21:38:47.411 INFO O| Jul 14 21:38:47.411 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-07-14T21:38:48.299Z[ recovery-image] Jul 14 21:38:47.417 INFO O| Jul 14 21:38:47.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
60442026-07-14T21:38:48.300Z[ recovery-image] Jul 14 21:38:47.417 INFO O| Jul 14 21:38:47.417 INFO STEP 223 (remove_files) COMPLETE
60452026-07-14T21:38:48.300Z[ recovery-image] Jul 14 21:38:47.417 INFO O| Jul 14 21:38:47.417 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-07-14T21:38:48.307Z[ recovery-image] Jul 14 21:38:47.425 INFO O| Jul 14 21:38:47.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60472026-07-14T21:38:48.310Z[ recovery-image] Jul 14 21:38:47.425 INFO O| Jul 14 21:38:47.425 INFO STEP 224 (remove_files) COMPLETE
60482026-07-14T21:38:48.310Z[ recovery-image] Jul 14 21:38:47.425 INFO O| Jul 14 21:38:47.425 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-07-14T21:38:48.314Z[ recovery-image] Jul 14 21:38:47.432 INFO O| Jul 14 21:38:47.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60502026-07-14T21:38:48.314Z[ recovery-image] Jul 14 21:38:47.432 INFO O| Jul 14 21:38:47.432 INFO STEP 225 (remove_files) COMPLETE
60512026-07-14T21:38:48.314Z[ recovery-image] Jul 14 21:38:47.432 INFO O| Jul 14 21:38:47.432 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-07-14T21:38:48.321Z[ recovery-image] Jul 14 21:38:47.439 INFO O| Jul 14 21:38:47.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60532026-07-14T21:38:48.325Z[ recovery-image] Jul 14 21:38:47.439 INFO O| Jul 14 21:38:47.439 INFO STEP 226 (remove_files) COMPLETE
60542026-07-14T21:38:48.325Z[ recovery-image] Jul 14 21:38:47.439 INFO O| Jul 14 21:38:47.439 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-07-14T21:38:48.328Z[ recovery-image] Jul 14 21:38:47.446 INFO O| Jul 14 21:38:47.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60562026-07-14T21:38:48.328Z[ recovery-image] Jul 14 21:38:47.446 INFO O| Jul 14 21:38:47.446 INFO STEP 227 (remove_files) COMPLETE
60572026-07-14T21:38:48.328Z[ recovery-image] Jul 14 21:38:47.446 INFO O| Jul 14 21:38:47.446 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-07-14T21:38:48.334Z[ recovery-image] Jul 14 21:38:47.452 INFO O| Jul 14 21:38:47.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60592026-07-14T21:38:48.338Z[ recovery-image] Jul 14 21:38:47.452 INFO O| Jul 14 21:38:47.452 INFO STEP 228 (remove_files) COMPLETE
60602026-07-14T21:38:48.338Z[ recovery-image] Jul 14 21:38:47.452 INFO O| Jul 14 21:38:47.452 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-07-14T21:38:48.341Z[ recovery-image] Jul 14 21:38:47.458 INFO O| Jul 14 21:38:47.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60622026-07-14T21:38:48.341Z[ recovery-image] Jul 14 21:38:47.458 INFO O| Jul 14 21:38:47.458 INFO STEP 229 (remove_files) COMPLETE
60632026-07-14T21:38:48.341Z[ recovery-image] Jul 14 21:38:47.458 INFO O| Jul 14 21:38:47.458 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-07-14T21:38:48.347Z[ recovery-image] Jul 14 21:38:47.465 INFO O| Jul 14 21:38:47.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60652026-07-14T21:38:48.347Z[ recovery-image] Jul 14 21:38:47.465 INFO O| Jul 14 21:38:47.465 INFO STEP 230 (remove_files) COMPLETE
60662026-07-14T21:38:48.348Z[ recovery-image] Jul 14 21:38:47.465 INFO O| Jul 14 21:38:47.465 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-07-14T21:38:48.353Z[ recovery-image] Jul 14 21:38:47.472 INFO O| Jul 14 21:38:47.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60682026-07-14T21:38:48.353Z[ recovery-image] Jul 14 21:38:47.472 INFO O| Jul 14 21:38:47.472 INFO STEP 231 (remove_files) COMPLETE
60692026-07-14T21:38:48.353Z[ recovery-image] Jul 14 21:38:47.472 INFO O| Jul 14 21:38:47.472 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-07-14T21:38:48.361Z[ recovery-image] Jul 14 21:38:47.478 INFO O| Jul 14 21:38:47.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60712026-07-14T21:38:48.361Z[ recovery-image] Jul 14 21:38:47.478 INFO O| Jul 14 21:38:47.478 INFO STEP 232 (remove_files) COMPLETE
60722026-07-14T21:38:48.364Z[ recovery-image] Jul 14 21:38:47.478 INFO O| Jul 14 21:38:47.478 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-07-14T21:38:48.367Z[ recovery-image] Jul 14 21:38:47.484 INFO O| Jul 14 21:38:47.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60742026-07-14T21:38:48.367Z[ recovery-image] Jul 14 21:38:47.484 INFO O| Jul 14 21:38:47.484 INFO STEP 233 (remove_files) COMPLETE
60752026-07-14T21:38:48.368Z[ recovery-image] Jul 14 21:38:47.484 INFO O| Jul 14 21:38:47.484 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-07-14T21:38:48.373Z[ recovery-image] Jul 14 21:38:47.491 INFO O| Jul 14 21:38:47.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60772026-07-14T21:38:48.373Z[ recovery-image] Jul 14 21:38:47.491 INFO O| Jul 14 21:38:47.491 INFO STEP 234 (remove_files) COMPLETE
60782026-07-14T21:38:48.373Z[ recovery-image] Jul 14 21:38:47.491 INFO O| Jul 14 21:38:47.491 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-07-14T21:38:48.379Z[ recovery-image] Jul 14 21:38:47.497 INFO O| Jul 14 21:38:47.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60802026-07-14T21:38:48.379Z[ recovery-image] Jul 14 21:38:47.497 INFO O| Jul 14 21:38:47.497 INFO STEP 235 (remove_files) COMPLETE
60812026-07-14T21:38:48.382Z[ recovery-image] Jul 14 21:38:47.497 INFO O| Jul 14 21:38:47.497 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-07-14T21:38:48.386Z[ recovery-image] Jul 14 21:38:47.504 INFO O| Jul 14 21:38:47.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60832026-07-14T21:38:48.386Z[ recovery-image] Jul 14 21:38:47.504 INFO O| Jul 14 21:38:47.504 INFO STEP 236 (remove_files) COMPLETE
60842026-07-14T21:38:48.386Z[ recovery-image] Jul 14 21:38:47.504 INFO O| Jul 14 21:38:47.504 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-07-14T21:38:48.393Z[ recovery-image] Jul 14 21:38:47.511 INFO O| Jul 14 21:38:47.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60862026-07-14T21:38:48.393Z[ recovery-image] Jul 14 21:38:47.511 INFO O| Jul 14 21:38:47.511 INFO STEP 237 (remove_files) COMPLETE
60872026-07-14T21:38:48.393Z[ recovery-image] Jul 14 21:38:47.511 INFO O| Jul 14 21:38:47.511 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-07-14T21:38:48.402Z[ recovery-image] Jul 14 21:38:47.519 INFO O| Jul 14 21:38:47.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60892026-07-14T21:38:48.402Z[ recovery-image] Jul 14 21:38:47.519 INFO O| Jul 14 21:38:47.519 INFO STEP 238 (remove_files) COMPLETE
60902026-07-14T21:38:48.402Z[ recovery-image] Jul 14 21:38:47.519 INFO O| Jul 14 21:38:47.519 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-07-14T21:38:48.407Z[ recovery-image] Jul 14 21:38:47.525 INFO O| Jul 14 21:38:47.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60922026-07-14T21:38:48.407Z[ recovery-image] Jul 14 21:38:47.525 INFO O| Jul 14 21:38:47.525 INFO STEP 239 (remove_files) COMPLETE
60932026-07-14T21:38:48.407Z[ recovery-image] Jul 14 21:38:47.525 INFO O| Jul 14 21:38:47.525 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-07-14T21:38:48.413Z[ recovery-image] Jul 14 21:38:47.531 INFO O| Jul 14 21:38:47.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60952026-07-14T21:38:48.413Z[ recovery-image] Jul 14 21:38:47.531 INFO O| Jul 14 21:38:47.531 INFO STEP 240 (remove_files) COMPLETE
60962026-07-14T21:38:48.413Z[ recovery-image] Jul 14 21:38:47.531 INFO O| Jul 14 21:38:47.531 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-07-14T21:38:48.419Z[ recovery-image] Jul 14 21:38:47.537 INFO O| Jul 14 21:38:47.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60982026-07-14T21:38:48.419Z[ recovery-image] Jul 14 21:38:47.537 INFO O| Jul 14 21:38:47.537 INFO STEP 241 (remove_files) COMPLETE
60992026-07-14T21:38:48.419Z[ recovery-image] Jul 14 21:38:47.537 INFO O| Jul 14 21:38:47.537 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-07-14T21:38:48.425Z[ recovery-image] Jul 14 21:38:47.543 INFO O| Jul 14 21:38:47.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
61012026-07-14T21:38:48.425Z[ recovery-image] Jul 14 21:38:47.543 INFO O| Jul 14 21:38:47.543 INFO STEP 242 (remove_files) COMPLETE
61022026-07-14T21:38:48.428Z[ recovery-image] Jul 14 21:38:47.543 INFO O| Jul 14 21:38:47.543 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-07-14T21:38:48.431Z[ recovery-image] Jul 14 21:38:47.549 INFO O| Jul 14 21:38:47.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
61042026-07-14T21:38:48.431Z[ recovery-image] Jul 14 21:38:47.549 INFO O| Jul 14 21:38:47.549 INFO STEP 243 (remove_files) COMPLETE
61052026-07-14T21:38:48.431Z[ recovery-image] Jul 14 21:38:47.549 INFO O| Jul 14 21:38:47.549 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-07-14T21:38:48.437Z[ recovery-image] Jul 14 21:38:47.555 INFO O| Jul 14 21:38:47.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
61072026-07-14T21:38:48.437Z[ recovery-image] Jul 14 21:38:47.555 INFO O| Jul 14 21:38:47.555 INFO STEP 244 (remove_files) COMPLETE
61082026-07-14T21:38:48.437Z[ recovery-image] Jul 14 21:38:47.555 INFO O| Jul 14 21:38:47.555 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-07-14T21:38:48.443Z[ recovery-image] Jul 14 21:38:47.561 INFO O| Jul 14 21:38:47.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
61102026-07-14T21:38:48.443Z[ recovery-image] Jul 14 21:38:47.561 INFO O| Jul 14 21:38:47.561 INFO STEP 245 (remove_files) COMPLETE
61112026-07-14T21:38:48.446Z[ recovery-image] Jul 14 21:38:47.561 INFO O| Jul 14 21:38:47.561 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-07-14T21:38:48.449Z[ recovery-image] Jul 14 21:38:47.566 INFO O| Jul 14 21:38:47.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
61132026-07-14T21:38:48.449Z[ recovery-image] Jul 14 21:38:47.566 INFO O| Jul 14 21:38:47.566 INFO STEP 246 (remove_files) COMPLETE
61142026-07-14T21:38:48.449Z[ recovery-image] Jul 14 21:38:47.566 INFO O| Jul 14 21:38:47.566 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-07-14T21:38:48.454Z[ recovery-image] Jul 14 21:38:47.572 INFO O| Jul 14 21:38:47.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
61162026-07-14T21:38:48.454Z[ recovery-image] Jul 14 21:38:47.572 INFO O| Jul 14 21:38:47.572 INFO STEP 247 (remove_files) COMPLETE
61172026-07-14T21:38:48.457Z[ recovery-image] Jul 14 21:38:47.572 INFO O| Jul 14 21:38:47.572 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-07-14T21:38:48.460Z[ recovery-image] Jul 14 21:38:47.578 INFO O| Jul 14 21:38:47.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
61192026-07-14T21:38:48.460Z[ recovery-image] Jul 14 21:38:47.578 INFO O| Jul 14 21:38:47.578 INFO STEP 248 (remove_files) COMPLETE
61202026-07-14T21:38:48.464Z[ recovery-image] Jul 14 21:38:47.578 INFO O| Jul 14 21:38:47.578 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-07-14T21:38:48.467Z[ recovery-image] Jul 14 21:38:47.584 INFO O| Jul 14 21:38:47.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
61222026-07-14T21:38:48.467Z[ recovery-image] Jul 14 21:38:47.584 INFO O| Jul 14 21:38:47.584 INFO STEP 249 (remove_files) COMPLETE
61232026-07-14T21:38:48.467Z[ recovery-image] Jul 14 21:38:47.584 INFO O| Jul 14 21:38:47.584 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-07-14T21:38:48.473Z[ recovery-image] Jul 14 21:38:47.590 INFO O| Jul 14 21:38:47.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
61252026-07-14T21:38:48.473Z[ recovery-image] Jul 14 21:38:47.590 INFO O| Jul 14 21:38:47.590 INFO STEP 250 (remove_files) COMPLETE
61262026-07-14T21:38:48.476Z[ recovery-image] Jul 14 21:38:47.590 INFO O| Jul 14 21:38:47.590 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-07-14T21:38:48.480Z[ recovery-image] Jul 14 21:38:47.596 INFO O| Jul 14 21:38:47.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
61282026-07-14T21:38:48.480Z[ recovery-image] Jul 14 21:38:47.596 INFO O| Jul 14 21:38:47.596 INFO STEP 251 (remove_files) COMPLETE
61292026-07-14T21:38:48.480Z[ recovery-image] Jul 14 21:38:47.597 INFO O| Jul 14 21:38:47.596 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-07-14T21:38:48.484Z[ recovery-image] Jul 14 21:38:47.602 INFO O| Jul 14 21:38:47.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
61312026-07-14T21:38:48.484Z[ recovery-image] Jul 14 21:38:47.602 INFO O| Jul 14 21:38:47.602 INFO STEP 252 (remove_files) COMPLETE
61322026-07-14T21:38:48.487Z[ recovery-image] Jul 14 21:38:47.602 INFO O| Jul 14 21:38:47.602 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-07-14T21:38:48.492Z[ recovery-image] Jul 14 21:38:47.610 INFO O| Jul 14 21:38:47.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
61342026-07-14T21:38:48.492Z[ recovery-image] Jul 14 21:38:47.610 INFO O| Jul 14 21:38:47.610 INFO STEP 253 (remove_files) COMPLETE
61352026-07-14T21:38:48.495Z[ recovery-image] Jul 14 21:38:47.610 INFO O| Jul 14 21:38:47.610 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-07-14T21:38:48.499Z[ recovery-image] Jul 14 21:38:47.615 INFO O| Jul 14 21:38:47.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
61372026-07-14T21:38:48.499Z[ recovery-image] Jul 14 21:38:47.615 INFO O| Jul 14 21:38:47.615 INFO STEP 254 (remove_files) COMPLETE
61382026-07-14T21:38:48.499Z[ recovery-image] Jul 14 21:38:47.615 INFO O| Jul 14 21:38:47.615 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-07-14T21:38:48.505Z[ recovery-image] Jul 14 21:38:47.623 INFO O| Jul 14 21:38:47.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
61402026-07-14T21:38:48.505Z[ recovery-image] Jul 14 21:38:47.623 INFO O| Jul 14 21:38:47.623 INFO STEP 255 (remove_files) COMPLETE
61412026-07-14T21:38:48.508Z[ recovery-image] Jul 14 21:38:47.623 INFO O| Jul 14 21:38:47.623 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-07-14T21:38:48.512Z[ recovery-image] Jul 14 21:38:47.629 INFO O| Jul 14 21:38:47.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61432026-07-14T21:38:48.512Z[ recovery-image] Jul 14 21:38:47.629 INFO O| Jul 14 21:38:47.629 INFO STEP 256 (remove_files) COMPLETE
61442026-07-14T21:38:48.512Z[ recovery-image] Jul 14 21:38:47.629 INFO O| Jul 14 21:38:47.629 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-07-14T21:38:48.519Z[ recovery-image] Jul 14 21:38:47.637 INFO O| Jul 14 21:38:47.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61462026-07-14T21:38:48.523Z[ recovery-image] Jul 14 21:38:47.637 INFO O| Jul 14 21:38:47.637 INFO STEP 257 (remove_files) COMPLETE
61472026-07-14T21:38:48.523Z[ recovery-image] Jul 14 21:38:47.637 INFO O| Jul 14 21:38:47.637 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-07-14T21:38:48.526Z[ recovery-image] Jul 14 21:38:47.642 INFO O| Jul 14 21:38:47.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61492026-07-14T21:38:48.526Z[ recovery-image] Jul 14 21:38:47.642 INFO O| Jul 14 21:38:47.642 INFO STEP 258 (remove_files) COMPLETE
61502026-07-14T21:38:48.526Z[ recovery-image] Jul 14 21:38:47.642 INFO O| Jul 14 21:38:47.642 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-07-14T21:38:48.530Z[ recovery-image] Jul 14 21:38:47.648 INFO O| Jul 14 21:38:47.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61522026-07-14T21:38:48.533Z[ recovery-image] Jul 14 21:38:47.648 INFO O| Jul 14 21:38:47.648 INFO STEP 259 (remove_files) COMPLETE
61532026-07-14T21:38:48.533Z[ recovery-image] Jul 14 21:38:47.648 INFO O| Jul 14 21:38:47.648 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-07-14T21:38:48.536Z[ recovery-image] Jul 14 21:38:47.653 INFO O| Jul 14 21:38:47.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61552026-07-14T21:38:48.536Z[ recovery-image] Jul 14 21:38:47.653 INFO O| Jul 14 21:38:47.653 INFO STEP 260 (remove_files) COMPLETE
61562026-07-14T21:38:48.536Z[ recovery-image] Jul 14 21:38:47.653 INFO O| Jul 14 21:38:47.653 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-07-14T21:38:48.541Z[ recovery-image] Jul 14 21:38:47.659 INFO O| Jul 14 21:38:47.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61582026-07-14T21:38:48.541Z[ recovery-image] Jul 14 21:38:47.659 INFO O| Jul 14 21:38:47.659 INFO STEP 261 (remove_files) COMPLETE
61592026-07-14T21:38:48.541Z[ recovery-image] Jul 14 21:38:47.659 INFO O| Jul 14 21:38:47.659 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-07-14T21:38:48.546Z[ recovery-image] Jul 14 21:38:47.664 INFO O| Jul 14 21:38:47.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61612026-07-14T21:38:48.546Z[ recovery-image] Jul 14 21:38:47.664 INFO O| Jul 14 21:38:47.664 INFO STEP 262 (remove_files) COMPLETE
61622026-07-14T21:38:48.550Z[ recovery-image] Jul 14 21:38:47.664 INFO O| Jul 14 21:38:47.664 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-07-14T21:38:48.552Z[ recovery-image] Jul 14 21:38:47.670 INFO O| Jul 14 21:38:47.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61642026-07-14T21:38:48.552Z[ recovery-image] Jul 14 21:38:47.670 INFO O| Jul 14 21:38:47.670 INFO STEP 263 (remove_files) COMPLETE
61652026-07-14T21:38:48.552Z[ recovery-image] Jul 14 21:38:47.670 INFO O| Jul 14 21:38:47.670 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-07-14T21:38:48.557Z[ recovery-image] Jul 14 21:38:47.675 INFO O| Jul 14 21:38:47.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61672026-07-14T21:38:48.557Z[ recovery-image] Jul 14 21:38:47.675 INFO O| Jul 14 21:38:47.675 INFO STEP 264 (remove_files) COMPLETE
61682026-07-14T21:38:48.561Z[ recovery-image] Jul 14 21:38:47.675 INFO O| Jul 14 21:38:47.675 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-07-14T21:38:48.564Z[ recovery-image] Jul 14 21:38:47.681 INFO O| Jul 14 21:38:47.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61702026-07-14T21:38:48.564Z[ recovery-image] Jul 14 21:38:47.681 INFO O| Jul 14 21:38:47.681 INFO STEP 265 (remove_files) COMPLETE
61712026-07-14T21:38:48.564Z[ recovery-image] Jul 14 21:38:47.681 INFO O| Jul 14 21:38:47.681 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-07-14T21:38:48.569Z[ recovery-image] Jul 14 21:38:47.686 INFO O| Jul 14 21:38:47.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61732026-07-14T21:38:48.572Z[ recovery-image] Jul 14 21:38:47.686 INFO O| Jul 14 21:38:47.686 INFO STEP 266 (remove_files) COMPLETE
61742026-07-14T21:38:48.572Z[ recovery-image] Jul 14 21:38:47.686 INFO O| Jul 14 21:38:47.686 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-07-14T21:38:48.575Z[ recovery-image] Jul 14 21:38:47.692 INFO O| Jul 14 21:38:47.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61762026-07-14T21:38:48.575Z[ recovery-image] Jul 14 21:38:47.692 INFO O| Jul 14 21:38:47.692 INFO STEP 267 (remove_files) COMPLETE
61772026-07-14T21:38:48.575Z[ recovery-image] Jul 14 21:38:47.692 INFO O| Jul 14 21:38:47.692 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-07-14T21:38:48.580Z[ recovery-image] Jul 14 21:38:47.698 INFO O| Jul 14 21:38:47.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61792026-07-14T21:38:48.583Z[ recovery-image] Jul 14 21:38:47.698 INFO O| Jul 14 21:38:47.698 INFO STEP 268 (remove_files) COMPLETE
61802026-07-14T21:38:48.583Z[ recovery-image] Jul 14 21:38:47.698 INFO O| Jul 14 21:38:47.698 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-07-14T21:38:48.588Z[ recovery-image] Jul 14 21:38:47.703 INFO O| Jul 14 21:38:47.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61822026-07-14T21:38:48.588Z[ recovery-image] Jul 14 21:38:47.703 INFO O| Jul 14 21:38:47.703 INFO STEP 269 (remove_files) COMPLETE
61832026-07-14T21:38:48.588Z[ recovery-image] Jul 14 21:38:47.703 INFO O| Jul 14 21:38:47.703 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-07-14T21:38:48.593Z[ recovery-image] Jul 14 21:38:47.711 INFO O| Jul 14 21:38:47.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61852026-07-14T21:38:48.596Z[ recovery-image] Jul 14 21:38:47.711 INFO O| Jul 14 21:38:47.711 INFO STEP 270 (remove_files) COMPLETE
61862026-07-14T21:38:48.596Z[ recovery-image] Jul 14 21:38:47.711 INFO O| Jul 14 21:38:47.711 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-07-14T21:38:48.601Z[ recovery-image] Jul 14 21:38:47.719 INFO O| Jul 14 21:38:47.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61882026-07-14T21:38:48.604Z[ recovery-image] Jul 14 21:38:47.719 INFO O| Jul 14 21:38:47.719 INFO STEP 271 (remove_files) COMPLETE
61892026-07-14T21:38:48.604Z[ recovery-image] Jul 14 21:38:47.719 INFO O| Jul 14 21:38:47.719 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-07-14T21:38:48.608Z[ recovery-image] Jul 14 21:38:47.726 INFO O| Jul 14 21:38:47.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61912026-07-14T21:38:48.608Z[ recovery-image] Jul 14 21:38:47.726 INFO O| Jul 14 21:38:47.726 INFO STEP 272 (remove_files) COMPLETE
61922026-07-14T21:38:48.611Z[ recovery-image] Jul 14 21:38:47.726 INFO O| Jul 14 21:38:47.726 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-07-14T21:38:48.615Z[ recovery-image] Jul 14 21:38:47.733 INFO O| Jul 14 21:38:47.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61942026-07-14T21:38:48.615Z[ recovery-image] Jul 14 21:38:47.733 INFO O| Jul 14 21:38:47.733 INFO STEP 273 (remove_files) COMPLETE
61952026-07-14T21:38:48.615Z[ recovery-image] Jul 14 21:38:47.733 INFO O| Jul 14 21:38:47.733 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-07-14T21:38:48.623Z[ recovery-image] Jul 14 21:38:47.741 INFO O| Jul 14 21:38:47.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61972026-07-14T21:38:48.623Z[ recovery-image] Jul 14 21:38:47.741 INFO O| Jul 14 21:38:47.741 INFO STEP 274 (remove_files) COMPLETE
61982026-07-14T21:38:48.623Z[ recovery-image] Jul 14 21:38:47.741 INFO O| Jul 14 21:38:47.741 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-07-14T21:38:48.630Z[ recovery-image] Jul 14 21:38:47.748 INFO O| Jul 14 21:38:47.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
62002026-07-14T21:38:48.630Z[ recovery-image] Jul 14 21:38:47.748 INFO O| Jul 14 21:38:47.748 INFO STEP 275 (remove_files) COMPLETE
62012026-07-14T21:38:48.633Z[ recovery-image] Jul 14 21:38:47.748 INFO O| Jul 14 21:38:47.748 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-07-14T21:38:48.638Z[ recovery-image] Jul 14 21:38:47.756 INFO O| Jul 14 21:38:47.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
62032026-07-14T21:38:48.638Z[ recovery-image] Jul 14 21:38:47.756 INFO O| Jul 14 21:38:47.756 INFO STEP 276 (remove_files) COMPLETE
62042026-07-14T21:38:48.638Z[ recovery-image] Jul 14 21:38:47.756 INFO O| Jul 14 21:38:47.756 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-07-14T21:38:48.645Z[ recovery-image] Jul 14 21:38:47.763 INFO O| Jul 14 21:38:47.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
62062026-07-14T21:38:48.645Z[ recovery-image] Jul 14 21:38:47.763 INFO O| Jul 14 21:38:47.763 INFO STEP 277 (remove_files) COMPLETE
62072026-07-14T21:38:48.648Z[ recovery-image] Jul 14 21:38:47.763 INFO O| Jul 14 21:38:47.763 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-07-14T21:38:48.652Z[ recovery-image] Jul 14 21:38:47.770 INFO O| Jul 14 21:38:47.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
62092026-07-14T21:38:48.652Z[ recovery-image] Jul 14 21:38:47.770 INFO O| Jul 14 21:38:47.770 INFO STEP 278 (remove_files) COMPLETE
62102026-07-14T21:38:48.655Z[ recovery-image] Jul 14 21:38:47.770 INFO O| Jul 14 21:38:47.770 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-07-14T21:38:48.659Z[ recovery-image] Jul 14 21:38:47.777 INFO O| Jul 14 21:38:47.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
62122026-07-14T21:38:48.659Z[ recovery-image] Jul 14 21:38:47.777 INFO O| Jul 14 21:38:47.777 INFO STEP 279 (remove_files) COMPLETE
62132026-07-14T21:38:48.662Z[ recovery-image] Jul 14 21:38:47.777 INFO O| Jul 14 21:38:47.777 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-07-14T21:38:48.666Z[ recovery-image] Jul 14 21:38:47.784 INFO O| Jul 14 21:38:47.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
62152026-07-14T21:38:48.666Z[ recovery-image] Jul 14 21:38:47.784 INFO O| Jul 14 21:38:47.784 INFO STEP 280 (remove_files) COMPLETE
62162026-07-14T21:38:48.669Z[ recovery-image] Jul 14 21:38:47.784 INFO O| Jul 14 21:38:47.784 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-07-14T21:38:48.674Z[ recovery-image] Jul 14 21:38:47.793 INFO O| Jul 14 21:38:47.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
62182026-07-14T21:38:48.674Z[ recovery-image] Jul 14 21:38:47.793 INFO O| Jul 14 21:38:47.793 INFO STEP 281 (remove_files) COMPLETE
62192026-07-14T21:38:48.677Z[ recovery-image] Jul 14 21:38:47.793 INFO O| Jul 14 21:38:47.793 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-07-14T21:38:48.683Z[ recovery-image] Jul 14 21:38:47.800 INFO O| Jul 14 21:38:47.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
62212026-07-14T21:38:48.683Z[ recovery-image] Jul 14 21:38:47.800 INFO O| Jul 14 21:38:47.800 INFO STEP 282 (remove_files) COMPLETE
62222026-07-14T21:38:48.683Z[ recovery-image] Jul 14 21:38:47.800 INFO O| Jul 14 21:38:47.800 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-07-14T21:38:48.690Z[ recovery-image] Jul 14 21:38:47.808 INFO O| Jul 14 21:38:47.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
62242026-07-14T21:38:48.690Z[ recovery-image] Jul 14 21:38:47.808 INFO O| Jul 14 21:38:47.808 INFO STEP 283 (remove_files) COMPLETE
62252026-07-14T21:38:48.693Z[ recovery-image] Jul 14 21:38:47.808 INFO O| Jul 14 21:38:47.808 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-07-14T21:38:48.697Z[ recovery-image] Jul 14 21:38:47.815 INFO O| Jul 14 21:38:47.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
62272026-07-14T21:38:48.697Z[ recovery-image] Jul 14 21:38:47.815 INFO O| Jul 14 21:38:47.815 INFO STEP 284 (remove_files) COMPLETE
62282026-07-14T21:38:48.700Z[ recovery-image] Jul 14 21:38:47.815 INFO O| Jul 14 21:38:47.815 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-07-14T21:38:48.704Z[ recovery-image] Jul 14 21:38:47.823 INFO O| Jul 14 21:38:47.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
62302026-07-14T21:38:48.704Z[ recovery-image] Jul 14 21:38:47.823 INFO O| Jul 14 21:38:47.823 INFO STEP 285 (remove_files) COMPLETE
62312026-07-14T21:38:48.707Z[ recovery-image] Jul 14 21:38:47.823 INFO O| Jul 14 21:38:47.823 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-07-14T21:38:48.711Z[ recovery-image] Jul 14 21:38:47.830 INFO O| Jul 14 21:38:47.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
62332026-07-14T21:38:48.712Z[ recovery-image] Jul 14 21:38:47.830 INFO O| Jul 14 21:38:47.830 INFO STEP 286 (remove_files) COMPLETE
62342026-07-14T21:38:48.712Z[ recovery-image] Jul 14 21:38:47.830 INFO O| Jul 14 21:38:47.830 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-07-14T21:38:48.719Z[ recovery-image] Jul 14 21:38:47.837 INFO O| Jul 14 21:38:47.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
62362026-07-14T21:38:48.719Z[ recovery-image] Jul 14 21:38:47.837 INFO O| Jul 14 21:38:47.837 INFO STEP 287 (remove_files) COMPLETE
62372026-07-14T21:38:48.722Z[ recovery-image] Jul 14 21:38:47.837 INFO O| Jul 14 21:38:47.837 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-07-14T21:38:48.726Z[ recovery-image] Jul 14 21:38:47.844 INFO O| Jul 14 21:38:47.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
62392026-07-14T21:38:48.726Z[ recovery-image] Jul 14 21:38:47.844 INFO O| Jul 14 21:38:47.844 INFO STEP 288 (remove_files) COMPLETE
62402026-07-14T21:38:48.729Z[ recovery-image] Jul 14 21:38:47.844 INFO O| Jul 14 21:38:47.844 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-07-14T21:38:48.733Z[ recovery-image] Jul 14 21:38:47.851 INFO O| Jul 14 21:38:47.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
62422026-07-14T21:38:48.733Z[ recovery-image] Jul 14 21:38:47.851 INFO O| Jul 14 21:38:47.851 INFO STEP 289 (remove_files) COMPLETE
62432026-07-14T21:38:48.736Z[ recovery-image] Jul 14 21:38:47.851 INFO O| Jul 14 21:38:47.851 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-07-14T21:38:48.740Z[ recovery-image] Jul 14 21:38:47.858 INFO O| Jul 14 21:38:47.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62452026-07-14T21:38:48.740Z[ recovery-image] Jul 14 21:38:47.858 INFO O| Jul 14 21:38:47.858 INFO STEP 290 (remove_files) COMPLETE
62462026-07-14T21:38:48.741Z[ recovery-image] Jul 14 21:38:47.858 INFO O| Jul 14 21:38:47.858 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-07-14T21:38:48.748Z[ recovery-image] Jul 14 21:38:47.866 INFO O| Jul 14 21:38:47.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62482026-07-14T21:38:48.748Z[ recovery-image] Jul 14 21:38:47.866 INFO O| Jul 14 21:38:47.866 INFO STEP 291 (remove_files) COMPLETE
62492026-07-14T21:38:48.751Z[ recovery-image] Jul 14 21:38:47.866 INFO O| Jul 14 21:38:47.866 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-07-14T21:38:48.755Z[ recovery-image] Jul 14 21:38:47.873 INFO O| Jul 14 21:38:47.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62512026-07-14T21:38:48.755Z[ recovery-image] Jul 14 21:38:47.873 INFO O| Jul 14 21:38:47.873 INFO STEP 292 (remove_files) COMPLETE
62522026-07-14T21:38:48.758Z[ recovery-image] Jul 14 21:38:47.873 INFO O| Jul 14 21:38:47.873 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-07-14T21:38:48.762Z[ recovery-image] Jul 14 21:38:47.880 INFO O| Jul 14 21:38:47.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62542026-07-14T21:38:48.765Z[ recovery-image] Jul 14 21:38:47.880 INFO O| Jul 14 21:38:47.880 INFO STEP 293 (remove_files) COMPLETE
62552026-07-14T21:38:48.765Z[ recovery-image] Jul 14 21:38:47.880 INFO O| Jul 14 21:38:47.880 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-07-14T21:38:48.769Z[ recovery-image] Jul 14 21:38:47.887 INFO O| Jul 14 21:38:47.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62572026-07-14T21:38:48.769Z[ recovery-image] Jul 14 21:38:47.887 INFO O| Jul 14 21:38:47.887 INFO STEP 294 (remove_files) COMPLETE
62582026-07-14T21:38:48.772Z[ recovery-image] Jul 14 21:38:47.887 INFO O| Jul 14 21:38:47.887 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-07-14T21:38:48.775Z[ recovery-image] Jul 14 21:38:47.893 INFO O| Jul 14 21:38:47.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62602026-07-14T21:38:48.775Z[ recovery-image] Jul 14 21:38:47.893 INFO O| Jul 14 21:38:47.893 INFO STEP 295 (remove_files) COMPLETE
62612026-07-14T21:38:48.775Z[ recovery-image] Jul 14 21:38:47.893 INFO O| Jul 14 21:38:47.893 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-07-14T21:38:48.781Z[ recovery-image] Jul 14 21:38:47.898 INFO O| Jul 14 21:38:47.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62632026-07-14T21:38:48.781Z[ recovery-image] Jul 14 21:38:47.898 INFO O| Jul 14 21:38:47.898 INFO STEP 296 (remove_files) COMPLETE
62642026-07-14T21:38:48.781Z[ recovery-image] Jul 14 21:38:47.898 INFO O| Jul 14 21:38:47.898 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-07-14T21:38:48.786Z[ recovery-image] Jul 14 21:38:47.904 INFO O| Jul 14 21:38:47.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62662026-07-14T21:38:48.786Z[ recovery-image] Jul 14 21:38:47.904 INFO O| Jul 14 21:38:47.904 INFO STEP 297 (remove_files) COMPLETE
62672026-07-14T21:38:48.789Z[ recovery-image] Jul 14 21:38:47.904 INFO O| Jul 14 21:38:47.904 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-07-14T21:38:48.792Z[ recovery-image] Jul 14 21:38:47.909 INFO O| Jul 14 21:38:47.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62692026-07-14T21:38:48.792Z[ recovery-image] Jul 14 21:38:47.909 INFO O| Jul 14 21:38:47.909 INFO STEP 298 (remove_files) COMPLETE
62702026-07-14T21:38:48.792Z[ recovery-image] Jul 14 21:38:47.909 INFO O| Jul 14 21:38:47.909 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-07-14T21:38:48.797Z[ recovery-image] Jul 14 21:38:47.915 INFO O| Jul 14 21:38:47.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62722026-07-14T21:38:48.797Z[ recovery-image] Jul 14 21:38:47.915 INFO O| Jul 14 21:38:47.915 INFO STEP 299 (remove_files) COMPLETE
62732026-07-14T21:38:48.797Z[ recovery-image] Jul 14 21:38:47.915 INFO O| Jul 14 21:38:47.915 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-07-14T21:38:48.802Z[ recovery-image] Jul 14 21:38:47.920 INFO O| Jul 14 21:38:47.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62752026-07-14T21:38:48.802Z[ recovery-image] Jul 14 21:38:47.920 INFO O| Jul 14 21:38:47.920 INFO STEP 300 (remove_files) COMPLETE
62762026-07-14T21:38:48.805Z[ recovery-image] Jul 14 21:38:47.920 INFO O| Jul 14 21:38:47.920 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-07-14T21:38:48.808Z[ recovery-image] Jul 14 21:38:47.926 INFO O| Jul 14 21:38:47.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62782026-07-14T21:38:48.808Z[ recovery-image] Jul 14 21:38:47.926 INFO O| Jul 14 21:38:47.926 INFO STEP 301 (remove_files) COMPLETE
62792026-07-14T21:38:48.808Z[ recovery-image] Jul 14 21:38:47.926 INFO O| Jul 14 21:38:47.926 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-07-14T21:38:48.815Z[ recovery-image] Jul 14 21:38:47.933 INFO O| Jul 14 21:38:47.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62812026-07-14T21:38:48.815Z[ recovery-image] Jul 14 21:38:47.933 INFO O| Jul 14 21:38:47.933 INFO STEP 302 (remove_files) COMPLETE
62822026-07-14T21:38:48.815Z[ recovery-image] Jul 14 21:38:47.933 INFO O| Jul 14 21:38:47.933 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-07-14T21:38:48.822Z[ recovery-image] Jul 14 21:38:47.940 INFO O| Jul 14 21:38:47.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62842026-07-14T21:38:48.825Z[ recovery-image] Jul 14 21:38:47.941 INFO O| Jul 14 21:38:47.941 INFO STEP 303 (remove_files) COMPLETE
62852026-07-14T21:38:48.825Z[ recovery-image] Jul 14 21:38:47.941 INFO O| Jul 14 21:38:47.941 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-07-14T21:38:48.830Z[ recovery-image] Jul 14 21:38:47.948 INFO O| Jul 14 21:38:47.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62872026-07-14T21:38:48.830Z[ recovery-image] Jul 14 21:38:47.948 INFO O| Jul 14 21:38:47.948 INFO STEP 304 (remove_files) COMPLETE
62882026-07-14T21:38:48.833Z[ recovery-image] Jul 14 21:38:47.948 INFO O| Jul 14 21:38:47.948 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-07-14T21:38:48.837Z[ recovery-image] Jul 14 21:38:47.954 INFO O| Jul 14 21:38:47.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62902026-07-14T21:38:48.837Z[ recovery-image] Jul 14 21:38:47.954 INFO O| Jul 14 21:38:47.954 INFO STEP 305 (remove_files) COMPLETE
62912026-07-14T21:38:48.837Z[ recovery-image] Jul 14 21:38:47.954 INFO O| Jul 14 21:38:47.954 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-07-14T21:38:48.842Z[ recovery-image] Jul 14 21:38:47.960 INFO O| Jul 14 21:38:47.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62932026-07-14T21:38:48.842Z[ recovery-image] Jul 14 21:38:47.960 INFO O| Jul 14 21:38:47.960 INFO STEP 306 (remove_files) COMPLETE
62942026-07-14T21:38:48.845Z[ recovery-image] Jul 14 21:38:47.960 INFO O| Jul 14 21:38:47.960 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-07-14T21:38:48.849Z[ recovery-image] Jul 14 21:38:47.967 INFO O| Jul 14 21:38:47.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62962026-07-14T21:38:48.849Z[ recovery-image] Jul 14 21:38:47.967 INFO O| Jul 14 21:38:47.967 INFO STEP 307 (remove_files) COMPLETE
62972026-07-14T21:38:48.849Z[ recovery-image] Jul 14 21:38:47.967 INFO O| Jul 14 21:38:47.967 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-07-14T21:38:48.855Z[ recovery-image] Jul 14 21:38:47.973 INFO O| Jul 14 21:38:47.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62992026-07-14T21:38:48.855Z[ recovery-image] Jul 14 21:38:47.973 INFO O| Jul 14 21:38:47.973 INFO STEP 308 (remove_files) COMPLETE
63002026-07-14T21:38:48.858Z[ recovery-image] Jul 14 21:38:47.973 INFO O| Jul 14 21:38:47.973 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-07-14T21:38:48.863Z[ recovery-image] Jul 14 21:38:47.979 INFO O| Jul 14 21:38:47.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
63022026-07-14T21:38:48.863Z[ recovery-image] Jul 14 21:38:47.979 INFO O| Jul 14 21:38:47.979 INFO STEP 309 (remove_files) COMPLETE
63032026-07-14T21:38:48.863Z[ recovery-image] Jul 14 21:38:47.979 INFO O| Jul 14 21:38:47.979 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-07-14T21:38:48.867Z[ recovery-image] Jul 14 21:38:47.985 INFO O| Jul 14 21:38:47.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
63052026-07-14T21:38:48.869Z[ recovery-image] Jul 14 21:38:47.985 INFO O| Jul 14 21:38:47.985 INFO STEP 310 (remove_files) COMPLETE
63062026-07-14T21:38:48.870Z[ recovery-image] Jul 14 21:38:47.985 INFO O| Jul 14 21:38:47.985 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-07-14T21:38:48.873Z[ recovery-image] Jul 14 21:38:47.991 INFO O| Jul 14 21:38:47.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
63082026-07-14T21:38:48.873Z[ recovery-image] Jul 14 21:38:47.991 INFO O| Jul 14 21:38:47.991 INFO STEP 311 (remove_files) COMPLETE
63092026-07-14T21:38:48.876Z[ recovery-image] Jul 14 21:38:47.991 INFO O| Jul 14 21:38:47.991 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-07-14T21:38:48.879Z[ recovery-image] Jul 14 21:38:47.997 INFO O| Jul 14 21:38:47.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
63112026-07-14T21:38:48.879Z[ recovery-image] Jul 14 21:38:47.997 INFO O| Jul 14 21:38:47.997 INFO STEP 312 (remove_files) COMPLETE
63122026-07-14T21:38:48.879Z[ recovery-image] Jul 14 21:38:47.997 INFO O| Jul 14 21:38:47.997 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-07-14T21:38:48.885Z[ recovery-image] Jul 14 21:38:48.003 INFO O| Jul 14 21:38:48.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
63142026-07-14T21:38:48.885Z[ recovery-image] Jul 14 21:38:48.003 INFO O| Jul 14 21:38:48.003 INFO STEP 313 (remove_files) COMPLETE
63152026-07-14T21:38:48.885Z[ recovery-image] Jul 14 21:38:48.003 INFO O| Jul 14 21:38:48.003 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-07-14T21:38:48.892Z[ recovery-image] Jul 14 21:38:48.010 INFO O| Jul 14 21:38:48.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
63172026-07-14T21:38:48.892Z[ recovery-image] Jul 14 21:38:48.010 INFO O| Jul 14 21:38:48.010 INFO STEP 314 (remove_files) COMPLETE
63182026-07-14T21:38:48.895Z[ recovery-image] Jul 14 21:38:48.010 INFO O| Jul 14 21:38:48.010 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-07-14T21:38:48.898Z[ recovery-image] Jul 14 21:38:48.016 INFO O| Jul 14 21:38:48.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
63202026-07-14T21:38:48.898Z[ recovery-image] Jul 14 21:38:48.016 INFO O| Jul 14 21:38:48.016 INFO STEP 315 (remove_files) COMPLETE
63212026-07-14T21:38:48.898Z[ recovery-image] Jul 14 21:38:48.016 INFO O| Jul 14 21:38:48.016 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-07-14T21:38:48.903Z[ recovery-image] Jul 14 21:38:48.021 INFO O| Jul 14 21:38:48.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
63232026-07-14T21:38:48.903Z[ recovery-image] Jul 14 21:38:48.021 INFO O| Jul 14 21:38:48.021 INFO STEP 316 (remove_files) COMPLETE
63242026-07-14T21:38:48.906Z[ recovery-image] Jul 14 21:38:48.021 INFO O| Jul 14 21:38:48.021 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-07-14T21:38:48.909Z[ recovery-image] Jul 14 21:38:48.027 INFO O| Jul 14 21:38:48.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
63262026-07-14T21:38:48.909Z[ recovery-image] Jul 14 21:38:48.027 INFO O| Jul 14 21:38:48.027 INFO STEP 317 (remove_files) COMPLETE
63272026-07-14T21:38:48.909Z[ recovery-image] Jul 14 21:38:48.027 INFO O| Jul 14 21:38:48.027 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-07-14T21:38:48.917Z[ recovery-image] Jul 14 21:38:48.035 INFO O| Jul 14 21:38:48.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
63292026-07-14T21:38:48.917Z[ recovery-image] Jul 14 21:38:48.035 INFO O| Jul 14 21:38:48.035 INFO STEP 318 (remove_files) COMPLETE
63302026-07-14T21:38:48.920Z[ recovery-image] Jul 14 21:38:48.035 INFO O| Jul 14 21:38:48.035 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-07-14T21:38:48.923Z[ recovery-image] Jul 14 21:38:48.041 INFO O| Jul 14 21:38:48.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
63322026-07-14T21:38:48.923Z[ recovery-image] Jul 14 21:38:48.041 INFO O| Jul 14 21:38:48.041 INFO STEP 319 (remove_files) COMPLETE
63332026-07-14T21:38:48.926Z[ recovery-image] Jul 14 21:38:48.041 INFO O| Jul 14 21:38:48.041 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-07-14T21:38:48.929Z[ recovery-image] Jul 14 21:38:48.047 INFO O| Jul 14 21:38:48.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
63352026-07-14T21:38:48.929Z[ recovery-image] Jul 14 21:38:48.047 INFO O| Jul 14 21:38:48.047 INFO STEP 320 (remove_files) COMPLETE
63362026-07-14T21:38:48.932Z[ recovery-image] Jul 14 21:38:48.047 INFO O| Jul 14 21:38:48.047 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-07-14T21:38:48.936Z[ recovery-image] Jul 14 21:38:48.054 INFO O| Jul 14 21:38:48.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
63382026-07-14T21:38:48.936Z[ recovery-image] Jul 14 21:38:48.054 INFO O| Jul 14 21:38:48.054 INFO STEP 321 (remove_files) COMPLETE
63392026-07-14T21:38:48.939Z[ recovery-image] Jul 14 21:38:48.054 INFO O| Jul 14 21:38:48.054 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-07-14T21:38:48.942Z[ recovery-image] Jul 14 21:38:48.060 INFO O| Jul 14 21:38:48.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
63412026-07-14T21:38:48.942Z[ recovery-image] Jul 14 21:38:48.060 INFO O| Jul 14 21:38:48.060 INFO STEP 322 (remove_files) COMPLETE
63422026-07-14T21:38:48.942Z[ recovery-image] Jul 14 21:38:48.060 INFO O| Jul 14 21:38:48.060 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-07-14T21:38:48.950Z[ recovery-image] Jul 14 21:38:48.068 INFO O| Jul 14 21:38:48.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63442026-07-14T21:38:48.952Z[ recovery-image] Jul 14 21:38:48.069 INFO O| Jul 14 21:38:48.069 INFO STEP 323 (remove_files) COMPLETE
63452026-07-14T21:38:48.953Z[ recovery-image] Jul 14 21:38:48.069 INFO O| Jul 14 21:38:48.069 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-07-14T21:38:48.958Z[ recovery-image] Jul 14 21:38:48.076 INFO O| Jul 14 21:38:48.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63472026-07-14T21:38:48.958Z[ recovery-image] Jul 14 21:38:48.076 INFO O| Jul 14 21:38:48.076 INFO STEP 324 (remove_files) COMPLETE
63482026-07-14T21:38:48.958Z[ recovery-image] Jul 14 21:38:48.076 INFO O| Jul 14 21:38:48.076 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-07-14T21:38:48.965Z[ recovery-image] Jul 14 21:38:48.083 INFO O| Jul 14 21:38:48.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63502026-07-14T21:38:48.965Z[ recovery-image] Jul 14 21:38:48.083 INFO O| Jul 14 21:38:48.083 INFO STEP 325 (remove_files) COMPLETE
63512026-07-14T21:38:48.965Z[ recovery-image] Jul 14 21:38:48.083 INFO O| Jul 14 21:38:48.083 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-07-14T21:38:48.972Z[ recovery-image] Jul 14 21:38:48.090 INFO O| Jul 14 21:38:48.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63532026-07-14T21:38:48.975Z[ recovery-image] Jul 14 21:38:48.090 INFO O| Jul 14 21:38:48.090 INFO STEP 326 (remove_files) COMPLETE
63542026-07-14T21:38:48.975Z[ recovery-image] Jul 14 21:38:48.090 INFO O| Jul 14 21:38:48.090 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-07-14T21:38:48.978Z[ recovery-image] Jul 14 21:38:48.097 INFO O| Jul 14 21:38:48.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63562026-07-14T21:38:48.979Z[ recovery-image] Jul 14 21:38:48.097 INFO O| Jul 14 21:38:48.097 INFO STEP 327 (remove_files) COMPLETE
63572026-07-14T21:38:48.981Z[ recovery-image] Jul 14 21:38:48.097 INFO O| Jul 14 21:38:48.097 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-07-14T21:38:48.985Z[ recovery-image] Jul 14 21:38:48.103 INFO O| Jul 14 21:38:48.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63592026-07-14T21:38:48.988Z[ recovery-image] Jul 14 21:38:48.103 INFO O| Jul 14 21:38:48.103 INFO STEP 328 (remove_files) COMPLETE
63602026-07-14T21:38:48.988Z[ recovery-image] Jul 14 21:38:48.103 INFO O| Jul 14 21:38:48.103 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-07-14T21:38:48.991Z[ recovery-image] Jul 14 21:38:48.109 INFO O| Jul 14 21:38:48.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63622026-07-14T21:38:48.991Z[ recovery-image] Jul 14 21:38:48.109 INFO O| Jul 14 21:38:48.109 INFO STEP 329 (remove_files) COMPLETE
63632026-07-14T21:38:48.991Z[ recovery-image] Jul 14 21:38:48.109 INFO O| Jul 14 21:38:48.109 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-07-14T21:38:48.996Z[ recovery-image] Jul 14 21:38:48.115 INFO O| Jul 14 21:38:48.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63652026-07-14T21:38:48.996Z[ recovery-image] Jul 14 21:38:48.115 INFO O| Jul 14 21:38:48.115 INFO STEP 330 (remove_files) COMPLETE
63662026-07-14T21:38:49.000Z[ recovery-image] Jul 14 21:38:48.115 INFO O| Jul 14 21:38:48.115 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-07-14T21:38:49.004Z[ recovery-image] Jul 14 21:38:48.121 INFO O| Jul 14 21:38:48.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63682026-07-14T21:38:49.005Z[ recovery-image] Jul 14 21:38:48.121 INFO O| Jul 14 21:38:48.121 INFO STEP 331 (remove_files) COMPLETE
63692026-07-14T21:38:49.005Z[ recovery-image] Jul 14 21:38:48.121 INFO O| Jul 14 21:38:48.121 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-07-14T21:38:49.009Z[ recovery-image] Jul 14 21:38:48.127 INFO O| Jul 14 21:38:48.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63712026-07-14T21:38:49.009Z[ recovery-image] Jul 14 21:38:48.127 INFO O| Jul 14 21:38:48.127 INFO STEP 332 (remove_files) COMPLETE
63722026-07-14T21:38:49.012Z[ recovery-image] Jul 14 21:38:48.127 INFO O| Jul 14 21:38:48.127 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-07-14T21:38:49.017Z[ recovery-image] Jul 14 21:38:48.135 INFO O| Jul 14 21:38:48.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63742026-07-14T21:38:49.017Z[ recovery-image] Jul 14 21:38:48.135 INFO O| Jul 14 21:38:48.135 INFO STEP 333 (remove_files) COMPLETE
63752026-07-14T21:38:49.020Z[ recovery-image] Jul 14 21:38:48.135 INFO O| Jul 14 21:38:48.135 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-07-14T21:38:49.024Z[ recovery-image] Jul 14 21:38:48.142 INFO O| Jul 14 21:38:48.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63772026-07-14T21:38:49.024Z[ recovery-image] Jul 14 21:38:48.142 INFO O| Jul 14 21:38:48.142 INFO STEP 334 (remove_files) COMPLETE
63782026-07-14T21:38:49.024Z[ recovery-image] Jul 14 21:38:48.142 INFO O| Jul 14 21:38:48.142 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-07-14T21:38:49.031Z[ recovery-image] Jul 14 21:38:48.149 INFO O| Jul 14 21:38:48.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63802026-07-14T21:38:49.031Z[ recovery-image] Jul 14 21:38:48.149 INFO O| Jul 14 21:38:48.149 INFO STEP 335 (remove_files) COMPLETE
63812026-07-14T21:38:49.031Z[ recovery-image] Jul 14 21:38:48.149 INFO O| Jul 14 21:38:48.149 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-07-14T21:38:49.038Z[ recovery-image] Jul 14 21:38:48.156 INFO O| Jul 14 21:38:48.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63832026-07-14T21:38:49.038Z[ recovery-image] Jul 14 21:38:48.156 INFO O| Jul 14 21:38:48.156 INFO STEP 336 (remove_files) COMPLETE
63842026-07-14T21:38:49.038Z[ recovery-image] Jul 14 21:38:48.156 INFO O| Jul 14 21:38:48.156 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-07-14T21:38:49.045Z[ recovery-image] Jul 14 21:38:48.163 INFO O| Jul 14 21:38:48.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63862026-07-14T21:38:49.045Z[ recovery-image] Jul 14 21:38:48.163 INFO O| Jul 14 21:38:48.163 INFO STEP 337 (remove_files) COMPLETE
63872026-07-14T21:38:49.048Z[ recovery-image] Jul 14 21:38:48.163 INFO O| Jul 14 21:38:48.163 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-07-14T21:38:49.052Z[ recovery-image] Jul 14 21:38:48.170 INFO O| Jul 14 21:38:48.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63892026-07-14T21:38:49.052Z[ recovery-image] Jul 14 21:38:48.170 INFO O| Jul 14 21:38:48.170 INFO STEP 338 (remove_files) COMPLETE
63902026-07-14T21:38:49.055Z[ recovery-image] Jul 14 21:38:48.170 INFO O| Jul 14 21:38:48.170 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-07-14T21:38:49.059Z[ recovery-image] Jul 14 21:38:48.177 INFO O| Jul 14 21:38:48.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63922026-07-14T21:38:49.062Z[ recovery-image] Jul 14 21:38:48.177 INFO O| Jul 14 21:38:48.177 INFO STEP 339 (remove_files) COMPLETE
63932026-07-14T21:38:49.062Z[ recovery-image] Jul 14 21:38:48.177 INFO O| Jul 14 21:38:48.177 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-07-14T21:38:49.066Z[ recovery-image] Jul 14 21:38:48.184 INFO O| Jul 14 21:38:48.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63952026-07-14T21:38:49.069Z[ recovery-image] Jul 14 21:38:48.184 INFO O| Jul 14 21:38:48.184 INFO STEP 340 (remove_files) COMPLETE
63962026-07-14T21:38:49.069Z[ recovery-image] Jul 14 21:38:48.184 INFO O| Jul 14 21:38:48.184 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-07-14T21:38:49.150Z[ recovery-image] Jul 14 21:38:48.192 INFO O| Jul 14 21:38:48.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63982026-07-14T21:38:49.150Z[ recovery-image] Jul 14 21:38:48.192 INFO O| Jul 14 21:38:48.192 INFO STEP 341 (remove_files) COMPLETE
63992026-07-14T21:38:49.150Z[ recovery-image] Jul 14 21:38:48.192 INFO O| Jul 14 21:38:48.192 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-07-14T21:38:49.150Z[ recovery-image] Jul 14 21:38:48.199 INFO O| Jul 14 21:38:48.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
64012026-07-14T21:38:49.150Z[ recovery-image] Jul 14 21:38:48.199 INFO O| Jul 14 21:38:48.199 INFO STEP 342 (remove_files) COMPLETE
64022026-07-14T21:38:49.150Z[ recovery-image] Jul 14 21:38:48.199 INFO O| Jul 14 21:38:48.199 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-07-14T21:38:49.150Z[ recovery-image] Jul 14 21:38:48.207 INFO O| Jul 14 21:38:48.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
64042026-07-14T21:38:49.150Z[ recovery-image] Jul 14 21:38:48.207 INFO O| Jul 14 21:38:48.207 INFO STEP 343 (remove_files) COMPLETE
64052026-07-14T21:38:49.150Z[ recovery-image] Jul 14 21:38:48.207 INFO O| Jul 14 21:38:48.207 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-07-14T21:38:49.150Z[ recovery-image] Jul 14 21:38:48.213 INFO O| Jul 14 21:38:48.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
64072026-07-14T21:38:49.150Z[ recovery-image] Jul 14 21:38:48.213 INFO O| Jul 14 21:38:48.213 INFO STEP 344 (remove_files) COMPLETE
64082026-07-14T21:38:49.150Z[ recovery-image] Jul 14 21:38:48.213 INFO O| Jul 14 21:38:48.213 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-07-14T21:38:49.150Z[ recovery-image] Jul 14 21:38:48.219 INFO O| Jul 14 21:38:48.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
64102026-07-14T21:38:49.151Z[ recovery-image] Jul 14 21:38:48.219 INFO O| Jul 14 21:38:48.219 INFO STEP 345 (remove_files) COMPLETE
64112026-07-14T21:38:49.151Z[ recovery-image] Jul 14 21:38:48.219 INFO O| Jul 14 21:38:48.219 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-07-14T21:38:49.151Z[ recovery-image] Jul 14 21:38:48.226 INFO O| Jul 14 21:38:48.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
64132026-07-14T21:38:49.151Z[ recovery-image] Jul 14 21:38:48.226 INFO O| Jul 14 21:38:48.226 INFO STEP 346 (remove_files) COMPLETE
64142026-07-14T21:38:49.151Z[ recovery-image] Jul 14 21:38:48.226 INFO O| Jul 14 21:38:48.226 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-07-14T21:38:49.151Z[ recovery-image] Jul 14 21:38:48.232 INFO O| Jul 14 21:38:48.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
64162026-07-14T21:38:49.151Z[ recovery-image] Jul 14 21:38:48.232 INFO O| Jul 14 21:38:48.232 INFO STEP 347 (remove_files) COMPLETE
64172026-07-14T21:38:49.151Z[ recovery-image] Jul 14 21:38:48.232 INFO O| Jul 14 21:38:48.232 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-07-14T21:38:49.151Z[ recovery-image] Jul 14 21:38:48.239 INFO O| Jul 14 21:38:48.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
64192026-07-14T21:38:49.151Z[ recovery-image] Jul 14 21:38:48.239 INFO O| Jul 14 21:38:48.239 INFO STEP 348 (remove_files) COMPLETE
64202026-07-14T21:38:49.151Z[ recovery-image] Jul 14 21:38:48.239 INFO O| Jul 14 21:38:48.239 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-07-14T21:38:49.151Z[ recovery-image] Jul 14 21:38:48.245 INFO O| Jul 14 21:38:48.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
64222026-07-14T21:38:49.151Z[ recovery-image] Jul 14 21:38:48.245 INFO O| Jul 14 21:38:48.245 INFO STEP 349 (remove_files) COMPLETE
64232026-07-14T21:38:49.151Z[ recovery-image] Jul 14 21:38:48.245 INFO O| Jul 14 21:38:48.245 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-07-14T21:38:49.151Z[ recovery-image] Jul 14 21:38:48.251 INFO O| Jul 14 21:38:48.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
64252026-07-14T21:38:49.151Z[ recovery-image] Jul 14 21:38:48.251 INFO O| Jul 14 21:38:48.251 INFO STEP 350 (remove_files) COMPLETE
64262026-07-14T21:38:49.151Z[ recovery-image] Jul 14 21:38:48.251 INFO O| Jul 14 21:38:48.251 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-07-14T21:38:49.151Z[ recovery-image] Jul 14 21:38:48.257 INFO O| Jul 14 21:38:48.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
64282026-07-14T21:38:49.151Z[ recovery-image] Jul 14 21:38:48.257 INFO O| Jul 14 21:38:48.257 INFO STEP 351 (remove_files) COMPLETE
64292026-07-14T21:38:49.151Z[ recovery-image] Jul 14 21:38:48.257 INFO O| Jul 14 21:38:48.257 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-07-14T21:38:49.158Z[ recovery-image] Jul 14 21:38:48.266 INFO O| Jul 14 21:38:48.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
64312026-07-14T21:38:49.158Z[ recovery-image] Jul 14 21:38:48.266 INFO O| Jul 14 21:38:48.266 INFO STEP 352 (remove_files) COMPLETE
64322026-07-14T21:38:49.158Z[ recovery-image] Jul 14 21:38:48.266 INFO O| Jul 14 21:38:48.266 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-07-14T21:38:49.159Z[ recovery-image] Jul 14 21:38:48.273 INFO O| Jul 14 21:38:48.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
64342026-07-14T21:38:49.159Z[ recovery-image] Jul 14 21:38:48.273 INFO O| Jul 14 21:38:48.273 INFO STEP 353 (remove_files) COMPLETE
64352026-07-14T21:38:49.159Z[ recovery-image] Jul 14 21:38:48.273 INFO O| Jul 14 21:38:48.273 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-07-14T21:38:49.163Z[ recovery-image] Jul 14 21:38:48.280 INFO O| Jul 14 21:38:48.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
64372026-07-14T21:38:49.163Z[ recovery-image] Jul 14 21:38:48.280 INFO O| Jul 14 21:38:48.280 INFO STEP 354 (remove_files) COMPLETE
64382026-07-14T21:38:49.163Z[ recovery-image] Jul 14 21:38:48.280 INFO O| Jul 14 21:38:48.280 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-07-14T21:38:49.169Z[ recovery-image] Jul 14 21:38:48.287 INFO O| Jul 14 21:38:48.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
64402026-07-14T21:38:49.169Z[ recovery-image] Jul 14 21:38:48.287 INFO O| Jul 14 21:38:48.287 INFO STEP 355 (remove_files) COMPLETE
64412026-07-14T21:38:49.169Z[ recovery-image] Jul 14 21:38:48.287 INFO O| Jul 14 21:38:48.287 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-07-14T21:38:49.176Z[ recovery-image] Jul 14 21:38:48.294 INFO O| Jul 14 21:38:48.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64432026-07-14T21:38:49.176Z[ recovery-image] Jul 14 21:38:48.294 INFO O| Jul 14 21:38:48.294 INFO STEP 356 (remove_files) COMPLETE
64442026-07-14T21:38:49.176Z[ recovery-image] Jul 14 21:38:48.294 INFO O| Jul 14 21:38:48.294 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-07-14T21:38:49.182Z[ recovery-image] Jul 14 21:38:48.300 INFO O| Jul 14 21:38:48.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64462026-07-14T21:38:49.182Z[ recovery-image] Jul 14 21:38:48.300 INFO O| Jul 14 21:38:48.300 INFO STEP 357 (remove_files) COMPLETE
64472026-07-14T21:38:49.182Z[ recovery-image] Jul 14 21:38:48.300 INFO O| Jul 14 21:38:48.300 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-07-14T21:38:49.188Z[ recovery-image] Jul 14 21:38:48.306 INFO O| Jul 14 21:38:48.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64492026-07-14T21:38:49.188Z[ recovery-image] Jul 14 21:38:48.306 INFO O| Jul 14 21:38:48.306 INFO STEP 358 (remove_files) COMPLETE
64502026-07-14T21:38:49.192Z[ recovery-image] Jul 14 21:38:48.306 INFO O| Jul 14 21:38:48.306 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-07-14T21:38:49.197Z[ recovery-image] Jul 14 21:38:48.315 INFO O| Jul 14 21:38:48.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64522026-07-14T21:38:49.197Z[ recovery-image] Jul 14 21:38:48.315 INFO O| Jul 14 21:38:48.315 INFO STEP 359 (remove_files) COMPLETE
64532026-07-14T21:38:49.200Z[ recovery-image] Jul 14 21:38:48.315 INFO O| Jul 14 21:38:48.315 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-07-14T21:38:49.204Z[ recovery-image] Jul 14 21:38:48.322 INFO O| Jul 14 21:38:48.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64552026-07-14T21:38:49.204Z[ recovery-image] Jul 14 21:38:48.322 INFO O| Jul 14 21:38:48.322 INFO STEP 360 (remove_files) COMPLETE
64562026-07-14T21:38:49.207Z[ recovery-image] Jul 14 21:38:48.322 INFO O| Jul 14 21:38:48.322 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-07-14T21:38:49.212Z[ recovery-image] Jul 14 21:38:48.330 INFO O| Jul 14 21:38:48.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64582026-07-14T21:38:49.212Z[ recovery-image] Jul 14 21:38:48.331 INFO O| Jul 14 21:38:48.331 INFO STEP 361 (remove_files) COMPLETE
64592026-07-14T21:38:49.215Z[ recovery-image] Jul 14 21:38:48.331 INFO O| Jul 14 21:38:48.331 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-07-14T21:38:49.220Z[ recovery-image] Jul 14 21:38:48.338 INFO O| Jul 14 21:38:48.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64612026-07-14T21:38:49.220Z[ recovery-image] Jul 14 21:38:48.338 INFO O| Jul 14 21:38:48.338 INFO STEP 362 (remove_files) COMPLETE
64622026-07-14T21:38:49.223Z[ recovery-image] Jul 14 21:38:48.338 INFO O| Jul 14 21:38:48.338 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-07-14T21:38:49.226Z[ recovery-image] Jul 14 21:38:48.343 INFO O| Jul 14 21:38:48.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64642026-07-14T21:38:49.226Z[ recovery-image] Jul 14 21:38:48.343 INFO O| Jul 14 21:38:48.343 INFO STEP 363 (remove_files) COMPLETE
64652026-07-14T21:38:49.226Z[ recovery-image] Jul 14 21:38:48.343 INFO O| Jul 14 21:38:48.343 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-07-14T21:38:49.231Z[ recovery-image] Jul 14 21:38:48.349 INFO O| Jul 14 21:38:48.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64672026-07-14T21:38:49.231Z[ recovery-image] Jul 14 21:38:48.349 INFO O| Jul 14 21:38:48.349 INFO STEP 364 (remove_files) COMPLETE
64682026-07-14T21:38:49.231Z[ recovery-image] Jul 14 21:38:48.349 INFO O| Jul 14 21:38:48.349 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-07-14T21:38:49.237Z[ recovery-image] Jul 14 21:38:48.355 INFO O| Jul 14 21:38:48.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64702026-07-14T21:38:49.237Z[ recovery-image] Jul 14 21:38:48.355 INFO O| Jul 14 21:38:48.355 INFO STEP 365 (remove_files) COMPLETE
64712026-07-14T21:38:49.240Z[ recovery-image] Jul 14 21:38:48.355 INFO O| Jul 14 21:38:48.355 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-07-14T21:38:49.243Z[ recovery-image] Jul 14 21:38:48.361 INFO O| Jul 14 21:38:48.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64732026-07-14T21:38:49.243Z[ recovery-image] Jul 14 21:38:48.361 INFO O| Jul 14 21:38:48.361 INFO STEP 366 (remove_files) COMPLETE
64742026-07-14T21:38:49.243Z[ recovery-image] Jul 14 21:38:48.361 INFO O| Jul 14 21:38:48.361 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-07-14T21:38:49.248Z[ recovery-image] Jul 14 21:38:48.366 INFO O| Jul 14 21:38:48.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64762026-07-14T21:38:49.248Z[ recovery-image] Jul 14 21:38:48.366 INFO O| Jul 14 21:38:48.366 INFO STEP 367 (remove_files) COMPLETE
64772026-07-14T21:38:49.248Z[ recovery-image] Jul 14 21:38:48.366 INFO O| Jul 14 21:38:48.366 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-07-14T21:38:49.254Z[ recovery-image] Jul 14 21:38:48.372 INFO O| Jul 14 21:38:48.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64792026-07-14T21:38:49.254Z[ recovery-image] Jul 14 21:38:48.372 INFO O| Jul 14 21:38:48.372 INFO STEP 368 (remove_files) COMPLETE
64802026-07-14T21:38:49.254Z[ recovery-image] Jul 14 21:38:48.372 INFO O| Jul 14 21:38:48.372 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-07-14T21:38:49.259Z[ recovery-image] Jul 14 21:38:48.377 INFO O| Jul 14 21:38:48.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64822026-07-14T21:38:49.259Z[ recovery-image] Jul 14 21:38:48.377 INFO O| Jul 14 21:38:48.377 INFO STEP 369 (remove_files) COMPLETE
64832026-07-14T21:38:49.262Z[ recovery-image] Jul 14 21:38:48.377 INFO O| Jul 14 21:38:48.377 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-07-14T21:38:49.265Z[ recovery-image] Jul 14 21:38:48.382 INFO O| Jul 14 21:38:48.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64852026-07-14T21:38:49.265Z[ recovery-image] Jul 14 21:38:48.382 INFO O| Jul 14 21:38:48.382 INFO STEP 370 (remove_files) COMPLETE
64862026-07-14T21:38:49.265Z[ recovery-image] Jul 14 21:38:48.382 INFO O| Jul 14 21:38:48.382 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-07-14T21:38:49.270Z[ recovery-image] Jul 14 21:38:48.387 INFO O| Jul 14 21:38:48.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64882026-07-14T21:38:49.270Z[ recovery-image] Jul 14 21:38:48.387 INFO O| Jul 14 21:38:48.387 INFO STEP 371 (remove_files) COMPLETE
64892026-07-14T21:38:49.270Z[ recovery-image] Jul 14 21:38:48.387 INFO O| Jul 14 21:38:48.387 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-07-14T21:38:49.274Z[ recovery-image] Jul 14 21:38:48.392 INFO O| Jul 14 21:38:48.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64912026-07-14T21:38:49.274Z[ recovery-image] Jul 14 21:38:48.392 INFO O| Jul 14 21:38:48.392 INFO STEP 372 (remove_files) COMPLETE
64922026-07-14T21:38:49.274Z[ recovery-image] Jul 14 21:38:48.392 INFO O| Jul 14 21:38:48.392 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-07-14T21:38:49.279Z[ recovery-image] Jul 14 21:38:48.397 INFO O| Jul 14 21:38:48.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64942026-07-14T21:38:49.279Z[ recovery-image] Jul 14 21:38:48.397 INFO O| Jul 14 21:38:48.397 INFO STEP 373 (remove_files) COMPLETE
64952026-07-14T21:38:49.282Z[ recovery-image] Jul 14 21:38:48.397 INFO O| Jul 14 21:38:48.397 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-07-14T21:38:49.287Z[ recovery-image] Jul 14 21:38:48.405 INFO O| Jul 14 21:38:48.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64972026-07-14T21:38:49.290Z[ recovery-image] Jul 14 21:38:48.405 INFO O| Jul 14 21:38:48.405 INFO STEP 374 (remove_files) COMPLETE
64982026-07-14T21:38:49.290Z[ recovery-image] Jul 14 21:38:48.405 INFO O| Jul 14 21:38:48.405 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-07-14T21:38:49.294Z[ recovery-image] Jul 14 21:38:48.412 INFO O| Jul 14 21:38:48.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
65002026-07-14T21:38:49.294Z[ recovery-image] Jul 14 21:38:48.412 INFO O| Jul 14 21:38:48.412 INFO STEP 375 (remove_files) COMPLETE
65012026-07-14T21:38:49.294Z[ recovery-image] Jul 14 21:38:48.412 INFO O| Jul 14 21:38:48.412 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-07-14T21:38:49.301Z[ recovery-image] Jul 14 21:38:48.419 INFO O| Jul 14 21:38:48.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
65032026-07-14T21:38:49.301Z[ recovery-image] Jul 14 21:38:48.419 INFO O| Jul 14 21:38:48.419 INFO STEP 376 (remove_files) COMPLETE
65042026-07-14T21:38:49.304Z[ recovery-image] Jul 14 21:38:48.419 INFO O| Jul 14 21:38:48.419 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-07-14T21:38:49.308Z[ recovery-image] Jul 14 21:38:48.426 INFO O| Jul 14 21:38:48.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
65062026-07-14T21:38:49.308Z[ recovery-image] Jul 14 21:38:48.426 INFO O| Jul 14 21:38:48.426 INFO STEP 377 (remove_files) COMPLETE
65072026-07-14T21:38:49.311Z[ recovery-image] Jul 14 21:38:48.426 INFO O| Jul 14 21:38:48.426 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-07-14T21:38:49.314Z[ recovery-image] Jul 14 21:38:48.432 INFO O| Jul 14 21:38:48.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
65092026-07-14T21:38:49.317Z[ recovery-image] Jul 14 21:38:48.432 INFO O| Jul 14 21:38:48.432 INFO STEP 378 (remove_files) COMPLETE
65102026-07-14T21:38:49.317Z[ recovery-image] Jul 14 21:38:48.432 INFO O| Jul 14 21:38:48.432 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-07-14T21:38:49.322Z[ recovery-image] Jul 14 21:38:48.440 INFO O| Jul 14 21:38:48.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
65122026-07-14T21:38:49.322Z[ recovery-image] Jul 14 21:38:48.440 INFO O| Jul 14 21:38:48.440 INFO STEP 379 (remove_files) COMPLETE
65132026-07-14T21:38:49.322Z[ recovery-image] Jul 14 21:38:48.440 INFO O| Jul 14 21:38:48.440 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-07-14T21:38:49.328Z[ recovery-image] Jul 14 21:38:48.446 INFO O| Jul 14 21:38:48.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
65152026-07-14T21:38:49.331Z[ recovery-image] Jul 14 21:38:48.446 INFO O| Jul 14 21:38:48.446 INFO STEP 380 (remove_files) COMPLETE
65162026-07-14T21:38:49.331Z[ recovery-image] Jul 14 21:38:48.446 INFO O| Jul 14 21:38:48.446 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-07-14T21:38:49.334Z[ recovery-image] Jul 14 21:38:48.452 INFO O| Jul 14 21:38:48.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
65182026-07-14T21:38:49.334Z[ recovery-image] Jul 14 21:38:48.452 INFO O| Jul 14 21:38:48.452 INFO STEP 381 (remove_files) COMPLETE
65192026-07-14T21:38:49.334Z[ recovery-image] Jul 14 21:38:48.452 INFO O| Jul 14 21:38:48.452 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-07-14T21:38:49.340Z[ recovery-image] Jul 14 21:38:48.458 INFO O| Jul 14 21:38:48.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
65212026-07-14T21:38:49.340Z[ recovery-image] Jul 14 21:38:48.458 INFO O| Jul 14 21:38:48.458 INFO STEP 382 (remove_files) COMPLETE
65222026-07-14T21:38:49.343Z[ recovery-image] Jul 14 21:38:48.458 INFO O| Jul 14 21:38:48.458 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-07-14T21:38:49.346Z[ recovery-image] Jul 14 21:38:48.464 INFO O| Jul 14 21:38:48.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
65242026-07-14T21:38:49.349Z[ recovery-image] Jul 14 21:38:48.465 INFO O| Jul 14 21:38:48.465 INFO STEP 383 (remove_files) COMPLETE
65252026-07-14T21:38:49.349Z[ recovery-image] Jul 14 21:38:48.465 INFO O| Jul 14 21:38:48.465 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-07-14T21:38:49.352Z[ recovery-image] Jul 14 21:38:48.470 INFO O| Jul 14 21:38:48.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
65272026-07-14T21:38:49.352Z[ recovery-image] Jul 14 21:38:48.470 INFO O| Jul 14 21:38:48.470 INFO STEP 384 (remove_files) COMPLETE
65282026-07-14T21:38:49.355Z[ recovery-image] Jul 14 21:38:48.470 INFO O| Jul 14 21:38:48.470 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-07-14T21:38:49.358Z[ recovery-image] Jul 14 21:38:48.476 INFO O| Jul 14 21:38:48.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
65302026-07-14T21:38:49.358Z[ recovery-image] Jul 14 21:38:48.476 INFO O| Jul 14 21:38:48.476 INFO STEP 385 (remove_files) COMPLETE
65312026-07-14T21:38:49.358Z[ recovery-image] Jul 14 21:38:48.476 INFO O| Jul 14 21:38:48.476 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-07-14T21:38:49.364Z[ recovery-image] Jul 14 21:38:48.482 INFO O| Jul 14 21:38:48.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
65332026-07-14T21:38:49.364Z[ recovery-image] Jul 14 21:38:48.482 INFO O| Jul 14 21:38:48.482 INFO STEP 386 (remove_files) COMPLETE
65342026-07-14T21:38:49.367Z[ recovery-image] Jul 14 21:38:48.482 INFO O| Jul 14 21:38:48.482 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-07-14T21:38:49.370Z[ recovery-image] Jul 14 21:38:48.489 INFO O| Jul 14 21:38:48.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
65362026-07-14T21:38:49.373Z[ recovery-image] Jul 14 21:38:48.489 INFO O| Jul 14 21:38:48.489 INFO STEP 387 (remove_files) COMPLETE
65372026-07-14T21:38:49.373Z[ recovery-image] Jul 14 21:38:48.489 INFO O| Jul 14 21:38:48.489 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-07-14T21:38:49.379Z[ recovery-image] Jul 14 21:38:48.497 INFO O| Jul 14 21:38:48.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
65392026-07-14T21:38:49.379Z[ recovery-image] Jul 14 21:38:48.497 INFO O| Jul 14 21:38:48.497 INFO STEP 388 (remove_files) COMPLETE
65402026-07-14T21:38:49.382Z[ recovery-image] Jul 14 21:38:48.497 INFO O| Jul 14 21:38:48.497 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-07-14T21:38:49.385Z[ recovery-image] Jul 14 21:38:48.503 INFO O| Jul 14 21:38:48.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65422026-07-14T21:38:49.385Z[ recovery-image] Jul 14 21:38:48.503 INFO O| Jul 14 21:38:48.503 INFO STEP 389 (remove_files) COMPLETE
65432026-07-14T21:38:49.385Z[ recovery-image] Jul 14 21:38:48.503 INFO O| Jul 14 21:38:48.503 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-07-14T21:38:49.390Z[ recovery-image] Jul 14 21:38:48.508 INFO O| Jul 14 21:38:48.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65452026-07-14T21:38:49.390Z[ recovery-image] Jul 14 21:38:48.508 INFO O| Jul 14 21:38:48.508 INFO STEP 390 (remove_files) COMPLETE
65462026-07-14T21:38:49.393Z[ recovery-image] Jul 14 21:38:48.508 INFO O| Jul 14 21:38:48.508 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-07-14T21:38:49.398Z[ recovery-image] Jul 14 21:38:48.516 INFO O| Jul 14 21:38:48.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65482026-07-14T21:38:49.398Z[ recovery-image] Jul 14 21:38:48.516 INFO O| Jul 14 21:38:48.516 INFO STEP 391 (remove_files) COMPLETE
65492026-07-14T21:38:49.401Z[ recovery-image] Jul 14 21:38:48.516 INFO O| Jul 14 21:38:48.516 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-07-14T21:38:49.404Z[ recovery-image] Jul 14 21:38:48.522 INFO O| Jul 14 21:38:48.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65512026-07-14T21:38:49.404Z[ recovery-image] Jul 14 21:38:48.522 INFO O| Jul 14 21:38:48.522 INFO STEP 392 (remove_files) COMPLETE
65522026-07-14T21:38:49.404Z[ recovery-image] Jul 14 21:38:48.522 INFO O| Jul 14 21:38:48.522 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-07-14T21:38:49.411Z[ recovery-image] Jul 14 21:38:48.529 INFO O| Jul 14 21:38:48.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65542026-07-14T21:38:49.411Z[ recovery-image] Jul 14 21:38:48.529 INFO O| Jul 14 21:38:48.529 INFO STEP 393 (remove_files) COMPLETE
65552026-07-14T21:38:49.411Z[ recovery-image] Jul 14 21:38:48.529 INFO O| Jul 14 21:38:48.529 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-07-14T21:38:49.416Z[ recovery-image] Jul 14 21:38:48.534 INFO O| Jul 14 21:38:48.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65572026-07-14T21:38:49.419Z[ recovery-image] Jul 14 21:38:48.534 INFO O| Jul 14 21:38:48.534 INFO STEP 394 (remove_files) COMPLETE
65582026-07-14T21:38:49.419Z[ recovery-image] Jul 14 21:38:48.534 INFO O| Jul 14 21:38:48.534 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-07-14T21:38:49.423Z[ recovery-image] Jul 14 21:38:48.541 INFO O| Jul 14 21:38:48.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65602026-07-14T21:38:49.423Z[ recovery-image] Jul 14 21:38:48.541 INFO O| Jul 14 21:38:48.541 INFO STEP 395 (remove_files) COMPLETE
65612026-07-14T21:38:49.423Z[ recovery-image] Jul 14 21:38:48.541 INFO O| Jul 14 21:38:48.541 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-07-14T21:38:49.430Z[ recovery-image] Jul 14 21:38:48.548 INFO O| Jul 14 21:38:48.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65632026-07-14T21:38:49.431Z[ recovery-image] Jul 14 21:38:48.548 INFO O| Jul 14 21:38:48.548 INFO STEP 396 (remove_files) COMPLETE
65642026-07-14T21:38:49.433Z[ recovery-image] Jul 14 21:38:48.548 INFO O| Jul 14 21:38:48.548 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-07-14T21:38:49.436Z[ recovery-image] Jul 14 21:38:48.554 INFO O| Jul 14 21:38:48.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65662026-07-14T21:38:49.436Z[ recovery-image] Jul 14 21:38:48.554 INFO O| Jul 14 21:38:48.554 INFO STEP 397 (remove_files) COMPLETE
65672026-07-14T21:38:49.436Z[ recovery-image] Jul 14 21:38:48.554 INFO O| Jul 14 21:38:48.554 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-07-14T21:38:49.443Z[ recovery-image] Jul 14 21:38:48.560 INFO O| Jul 14 21:38:48.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65692026-07-14T21:38:49.444Z[ recovery-image] Jul 14 21:38:48.560 INFO O| Jul 14 21:38:48.560 INFO STEP 398 (remove_files) COMPLETE
65702026-07-14T21:38:49.447Z[ recovery-image] Jul 14 21:38:48.560 INFO O| Jul 14 21:38:48.560 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-07-14T21:38:49.447Z[ recovery-image] Jul 14 21:38:48.565 INFO O| Jul 14 21:38:48.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65722026-07-14T21:38:49.447Z[ recovery-image] Jul 14 21:38:48.565 INFO O| Jul 14 21:38:48.565 INFO STEP 399 (remove_files) COMPLETE
65732026-07-14T21:38:49.447Z[ recovery-image] Jul 14 21:38:48.565 INFO O| Jul 14 21:38:48.565 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-07-14T21:38:49.454Z[ recovery-image] Jul 14 21:38:48.571 INFO O| Jul 14 21:38:48.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65752026-07-14T21:38:49.454Z[ recovery-image] Jul 14 21:38:48.571 INFO O| Jul 14 21:38:48.571 INFO STEP 400 (remove_files) COMPLETE
65762026-07-14T21:38:49.454Z[ recovery-image] Jul 14 21:38:48.571 INFO O| Jul 14 21:38:48.571 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-07-14T21:38:49.459Z[ recovery-image] Jul 14 21:38:48.578 INFO O| Jul 14 21:38:48.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65782026-07-14T21:38:49.463Z[ recovery-image] Jul 14 21:38:48.578 INFO O| Jul 14 21:38:48.578 INFO STEP 401 (remove_files) COMPLETE
65792026-07-14T21:38:49.463Z[ recovery-image] Jul 14 21:38:48.578 INFO O| Jul 14 21:38:48.578 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-07-14T21:38:49.466Z[ recovery-image] Jul 14 21:38:48.584 INFO O| Jul 14 21:38:48.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65812026-07-14T21:38:49.466Z[ recovery-image] Jul 14 21:38:48.584 INFO O| Jul 14 21:38:48.584 INFO STEP 402 (remove_files) COMPLETE
65822026-07-14T21:38:49.469Z[ recovery-image] Jul 14 21:38:48.584 INFO O| Jul 14 21:38:48.584 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-07-14T21:38:49.472Z[ recovery-image] Jul 14 21:38:48.589 INFO O| Jul 14 21:38:48.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65842026-07-14T21:38:49.475Z[ recovery-image] Jul 14 21:38:48.590 INFO O| Jul 14 21:38:48.590 INFO STEP 403 (remove_files) COMPLETE
65852026-07-14T21:38:49.475Z[ recovery-image] Jul 14 21:38:48.590 INFO O| Jul 14 21:38:48.590 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-07-14T21:38:49.478Z[ recovery-image] Jul 14 21:38:48.595 INFO O| Jul 14 21:38:48.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65872026-07-14T21:38:49.478Z[ recovery-image] Jul 14 21:38:48.596 INFO O| Jul 14 21:38:48.596 INFO STEP 404 (remove_files) COMPLETE
65882026-07-14T21:38:49.478Z[ recovery-image] Jul 14 21:38:48.596 INFO O| Jul 14 21:38:48.596 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-07-14T21:38:49.483Z[ recovery-image] Jul 14 21:38:48.602 INFO O| Jul 14 21:38:48.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65902026-07-14T21:38:49.484Z[ recovery-image] Jul 14 21:38:48.602 INFO O| Jul 14 21:38:48.602 INFO STEP 405 (remove_files) COMPLETE
65912026-07-14T21:38:49.486Z[ recovery-image] Jul 14 21:38:48.602 INFO O| Jul 14 21:38:48.602 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-07-14T21:38:49.490Z[ recovery-image] Jul 14 21:38:48.608 INFO O| Jul 14 21:38:48.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65932026-07-14T21:38:49.493Z[ recovery-image] Jul 14 21:38:48.608 INFO O| Jul 14 21:38:48.608 INFO STEP 406 (remove_files) COMPLETE
65942026-07-14T21:38:49.493Z[ recovery-image] Jul 14 21:38:48.608 INFO O| Jul 14 21:38:48.608 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-07-14T21:38:49.496Z[ recovery-image] Jul 14 21:38:48.614 INFO O| Jul 14 21:38:48.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65962026-07-14T21:38:49.496Z[ recovery-image] Jul 14 21:38:48.615 INFO O| Jul 14 21:38:48.615 INFO STEP 407 (remove_files) COMPLETE
65972026-07-14T21:38:49.499Z[ recovery-image] Jul 14 21:38:48.615 INFO O| Jul 14 21:38:48.615 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-07-14T21:38:49.504Z[ recovery-image] Jul 14 21:38:48.621 INFO O| Jul 14 21:38:48.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65992026-07-14T21:38:49.504Z[ recovery-image] Jul 14 21:38:48.621 INFO O| Jul 14 21:38:48.621 INFO STEP 408 (remove_files) COMPLETE
66002026-07-14T21:38:49.504Z[ recovery-image] Jul 14 21:38:48.621 INFO O| Jul 14 21:38:48.621 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-07-14T21:38:49.509Z[ recovery-image] Jul 14 21:38:48.627 INFO O| Jul 14 21:38:48.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
66022026-07-14T21:38:49.509Z[ recovery-image] Jul 14 21:38:48.627 INFO O| Jul 14 21:38:48.627 INFO STEP 409 (remove_files) COMPLETE
66032026-07-14T21:38:49.509Z[ recovery-image] Jul 14 21:38:48.627 INFO O| Jul 14 21:38:48.627 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-07-14T21:38:49.516Z[ recovery-image] Jul 14 21:38:48.634 INFO O| Jul 14 21:38:48.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
66052026-07-14T21:38:49.516Z[ recovery-image] Jul 14 21:38:48.634 INFO O| Jul 14 21:38:48.634 INFO STEP 410 (remove_files) COMPLETE
66062026-07-14T21:38:49.519Z[ recovery-image] Jul 14 21:38:48.634 INFO O| Jul 14 21:38:48.634 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-07-14T21:38:49.522Z[ recovery-image] Jul 14 21:38:48.640 INFO O| Jul 14 21:38:48.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
66082026-07-14T21:38:49.522Z[ recovery-image] Jul 14 21:38:48.640 INFO O| Jul 14 21:38:48.640 INFO STEP 411 (remove_files) COMPLETE
66092026-07-14T21:38:49.522Z[ recovery-image] Jul 14 21:38:48.640 INFO O| Jul 14 21:38:48.640 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-07-14T21:38:49.528Z[ recovery-image] Jul 14 21:38:48.646 INFO O| Jul 14 21:38:48.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
66112026-07-14T21:38:49.531Z[ recovery-image] Jul 14 21:38:48.646 INFO O| Jul 14 21:38:48.646 INFO STEP 412 (remove_files) COMPLETE
66122026-07-14T21:38:49.531Z[ recovery-image] Jul 14 21:38:48.646 INFO O| Jul 14 21:38:48.646 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-07-14T21:38:49.534Z[ recovery-image] Jul 14 21:38:48.652 INFO O| Jul 14 21:38:48.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
66142026-07-14T21:38:49.534Z[ recovery-image] Jul 14 21:38:48.652 INFO O| Jul 14 21:38:48.652 INFO STEP 413 (remove_files) COMPLETE
66152026-07-14T21:38:49.534Z[ recovery-image] Jul 14 21:38:48.652 INFO O| Jul 14 21:38:48.652 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-07-14T21:38:49.539Z[ recovery-image] Jul 14 21:38:48.657 INFO O| Jul 14 21:38:48.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
66172026-07-14T21:38:49.542Z[ recovery-image] Jul 14 21:38:48.657 INFO O| Jul 14 21:38:48.657 INFO STEP 414 (remove_files) COMPLETE
66182026-07-14T21:38:49.542Z[ recovery-image] Jul 14 21:38:48.657 INFO O| Jul 14 21:38:48.657 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-07-14T21:38:49.545Z[ recovery-image] Jul 14 21:38:48.662 INFO O| Jul 14 21:38:48.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
66202026-07-14T21:38:49.545Z[ recovery-image] Jul 14 21:38:48.663 INFO O| Jul 14 21:38:48.663 INFO STEP 415 (remove_files) COMPLETE
66212026-07-14T21:38:49.545Z[ recovery-image] Jul 14 21:38:48.663 INFO O| Jul 14 21:38:48.663 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-07-14T21:38:49.551Z[ recovery-image] Jul 14 21:38:48.668 INFO O| Jul 14 21:38:48.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
66232026-07-14T21:38:49.551Z[ recovery-image] Jul 14 21:38:48.668 INFO O| Jul 14 21:38:48.668 INFO STEP 416 (remove_files) COMPLETE
66242026-07-14T21:38:49.551Z[ recovery-image] Jul 14 21:38:48.668 INFO O| Jul 14 21:38:48.668 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-07-14T21:38:49.556Z[ recovery-image] Jul 14 21:38:48.674 INFO O| Jul 14 21:38:48.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
66262026-07-14T21:38:49.556Z[ recovery-image] Jul 14 21:38:48.674 INFO O| Jul 14 21:38:48.674 INFO STEP 417 (remove_files) COMPLETE
66272026-07-14T21:38:49.556Z[ recovery-image] Jul 14 21:38:48.674 INFO O| Jul 14 21:38:48.674 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-07-14T21:38:49.564Z[ recovery-image] Jul 14 21:38:48.682 INFO O| Jul 14 21:38:48.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
66292026-07-14T21:38:49.567Z[ recovery-image] Jul 14 21:38:48.682 INFO O| Jul 14 21:38:48.682 INFO STEP 418 (remove_files) COMPLETE
66302026-07-14T21:38:49.567Z[ recovery-image] Jul 14 21:38:48.682 INFO O| Jul 14 21:38:48.682 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-07-14T21:38:49.570Z[ recovery-image] Jul 14 21:38:48.688 INFO O| Jul 14 21:38:48.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
66322026-07-14T21:38:49.571Z[ recovery-image] Jul 14 21:38:48.688 INFO O| Jul 14 21:38:48.688 INFO STEP 419 (remove_files) COMPLETE
66332026-07-14T21:38:49.571Z[ recovery-image] Jul 14 21:38:48.688 INFO O| Jul 14 21:38:48.688 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-07-14T21:38:49.575Z[ recovery-image] Jul 14 21:38:48.693 INFO O| Jul 14 21:38:48.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66352026-07-14T21:38:49.575Z[ recovery-image] Jul 14 21:38:48.693 INFO O| Jul 14 21:38:48.693 INFO STEP 420 (remove_files) COMPLETE
66362026-07-14T21:38:49.578Z[ recovery-image] Jul 14 21:38:48.693 INFO O| Jul 14 21:38:48.693 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-07-14T21:38:49.581Z[ recovery-image] Jul 14 21:38:48.699 INFO O| Jul 14 21:38:48.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66382026-07-14T21:38:49.581Z[ recovery-image] Jul 14 21:38:48.699 INFO O| Jul 14 21:38:48.699 INFO STEP 421 (remove_files) COMPLETE
66392026-07-14T21:38:49.581Z[ recovery-image] Jul 14 21:38:48.699 INFO O| Jul 14 21:38:48.699 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-07-14T21:38:49.586Z[ recovery-image] Jul 14 21:38:48.705 INFO O| Jul 14 21:38:48.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66412026-07-14T21:38:49.586Z[ recovery-image] Jul 14 21:38:48.705 INFO O| Jul 14 21:38:48.705 INFO STEP 422 (remove_files) COMPLETE
66422026-07-14T21:38:49.590Z[ recovery-image] Jul 14 21:38:48.705 INFO O| Jul 14 21:38:48.705 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-07-14T21:38:49.593Z[ recovery-image] Jul 14 21:38:48.710 INFO O| Jul 14 21:38:48.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66442026-07-14T21:38:49.593Z[ recovery-image] Jul 14 21:38:48.710 INFO O| Jul 14 21:38:48.710 INFO STEP 423 (remove_files) COMPLETE
66452026-07-14T21:38:49.593Z[ recovery-image] Jul 14 21:38:48.710 INFO O| Jul 14 21:38:48.710 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-07-14T21:38:49.597Z[ recovery-image] Jul 14 21:38:48.715 INFO O| Jul 14 21:38:48.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66472026-07-14T21:38:49.597Z[ recovery-image] Jul 14 21:38:48.715 INFO O| Jul 14 21:38:48.715 INFO STEP 424 (remove_files) COMPLETE
66482026-07-14T21:38:49.597Z[ recovery-image] Jul 14 21:38:48.715 INFO O| Jul 14 21:38:48.715 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-07-14T21:38:49.603Z[ recovery-image] Jul 14 21:38:48.721 INFO O| Jul 14 21:38:48.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66502026-07-14T21:38:49.603Z[ recovery-image] Jul 14 21:38:48.721 INFO O| Jul 14 21:38:48.721 INFO STEP 425 (remove_files) COMPLETE
66512026-07-14T21:38:49.603Z[ recovery-image] Jul 14 21:38:48.721 INFO O| Jul 14 21:38:48.721 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-07-14T21:38:49.608Z[ recovery-image] Jul 14 21:38:48.726 INFO O| Jul 14 21:38:48.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66532026-07-14T21:38:49.608Z[ recovery-image] Jul 14 21:38:48.726 INFO O| Jul 14 21:38:48.726 INFO STEP 426 (remove_files) COMPLETE
66542026-07-14T21:38:49.611Z[ recovery-image] Jul 14 21:38:48.726 INFO O| Jul 14 21:38:48.726 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-07-14T21:38:49.614Z[ recovery-image] Jul 14 21:38:48.731 INFO O| Jul 14 21:38:48.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66562026-07-14T21:38:49.614Z[ recovery-image] Jul 14 21:38:48.731 INFO O| Jul 14 21:38:48.731 INFO STEP 427 (remove_files) COMPLETE
66572026-07-14T21:38:49.614Z[ recovery-image] Jul 14 21:38:48.731 INFO O| Jul 14 21:38:48.731 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-07-14T21:38:49.619Z[ recovery-image] Jul 14 21:38:48.737 INFO O| Jul 14 21:38:48.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66592026-07-14T21:38:49.619Z[ recovery-image] Jul 14 21:38:48.737 INFO O| Jul 14 21:38:48.737 INFO STEP 428 (remove_files) COMPLETE
66602026-07-14T21:38:49.619Z[ recovery-image] Jul 14 21:38:48.737 INFO O| Jul 14 21:38:48.737 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-07-14T21:38:49.626Z[ recovery-image] Jul 14 21:38:48.744 INFO O| Jul 14 21:38:48.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66622026-07-14T21:38:49.626Z[ recovery-image] Jul 14 21:38:48.744 INFO O| Jul 14 21:38:48.744 INFO STEP 429 (remove_files) COMPLETE
66632026-07-14T21:38:49.627Z[ recovery-image] Jul 14 21:38:48.744 INFO O| Jul 14 21:38:48.744 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-07-14T21:38:49.632Z[ recovery-image] Jul 14 21:38:48.750 INFO O| Jul 14 21:38:48.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66652026-07-14T21:38:49.632Z[ recovery-image] Jul 14 21:38:48.750 INFO O| Jul 14 21:38:48.750 INFO STEP 430 (remove_files) COMPLETE
66662026-07-14T21:38:49.635Z[ recovery-image] Jul 14 21:38:48.750 INFO O| Jul 14 21:38:48.750 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-07-14T21:38:49.639Z[ recovery-image] Jul 14 21:38:48.755 INFO O| Jul 14 21:38:48.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66682026-07-14T21:38:49.639Z[ recovery-image] Jul 14 21:38:48.755 INFO O| Jul 14 21:38:48.755 INFO STEP 431 (remove_files) COMPLETE
66692026-07-14T21:38:49.639Z[ recovery-image] Jul 14 21:38:48.755 INFO O| Jul 14 21:38:48.755 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-07-14T21:38:49.643Z[ recovery-image] Jul 14 21:38:48.760 INFO O| Jul 14 21:38:48.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66712026-07-14T21:38:49.643Z[ recovery-image] Jul 14 21:38:48.760 INFO O| Jul 14 21:38:48.760 INFO STEP 432 (remove_files) COMPLETE
66722026-07-14T21:38:49.643Z[ recovery-image] Jul 14 21:38:48.760 INFO O| Jul 14 21:38:48.760 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-07-14T21:38:49.648Z[ recovery-image] Jul 14 21:38:48.766 INFO O| Jul 14 21:38:48.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66742026-07-14T21:38:49.648Z[ recovery-image] Jul 14 21:38:48.766 INFO O| Jul 14 21:38:48.766 INFO STEP 433 (remove_files) COMPLETE
66752026-07-14T21:38:49.648Z[ recovery-image] Jul 14 21:38:48.766 INFO O| Jul 14 21:38:48.766 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-07-14T21:38:49.653Z[ recovery-image] Jul 14 21:38:48.771 INFO O| Jul 14 21:38:48.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66772026-07-14T21:38:49.653Z[ recovery-image] Jul 14 21:38:48.771 INFO O| Jul 14 21:38:48.771 INFO STEP 434 (remove_files) COMPLETE
66782026-07-14T21:38:49.656Z[ recovery-image] Jul 14 21:38:48.771 INFO O| Jul 14 21:38:48.771 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-07-14T21:38:49.660Z[ recovery-image] Jul 14 21:38:48.776 INFO O| Jul 14 21:38:48.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66802026-07-14T21:38:49.660Z[ recovery-image] Jul 14 21:38:48.776 INFO O| Jul 14 21:38:48.776 INFO STEP 435 (remove_files) COMPLETE
66812026-07-14T21:38:49.660Z[ recovery-image] Jul 14 21:38:48.776 INFO O| Jul 14 21:38:48.776 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-07-14T21:38:49.663Z[ recovery-image] Jul 14 21:38:48.781 INFO O| Jul 14 21:38:48.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66832026-07-14T21:38:49.666Z[ recovery-image] Jul 14 21:38:48.781 INFO O| Jul 14 21:38:48.781 INFO STEP 436 (remove_files) COMPLETE
66842026-07-14T21:38:49.666Z[ recovery-image] Jul 14 21:38:48.781 INFO O| Jul 14 21:38:48.781 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-07-14T21:38:49.669Z[ recovery-image] Jul 14 21:38:48.786 INFO O| Jul 14 21:38:48.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66862026-07-14T21:38:49.669Z[ recovery-image] Jul 14 21:38:48.786 INFO O| Jul 14 21:38:48.786 INFO STEP 437 (remove_files) COMPLETE
66872026-07-14T21:38:49.669Z[ recovery-image] Jul 14 21:38:48.786 INFO O| Jul 14 21:38:48.786 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-07-14T21:38:49.674Z[ recovery-image] Jul 14 21:38:48.792 INFO O| Jul 14 21:38:48.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66892026-07-14T21:38:49.674Z[ recovery-image] Jul 14 21:38:48.792 INFO O| Jul 14 21:38:48.792 INFO STEP 438 (remove_files) COMPLETE
66902026-07-14T21:38:49.677Z[ recovery-image] Jul 14 21:38:48.792 INFO O| Jul 14 21:38:48.792 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-07-14T21:38:49.680Z[ recovery-image] Jul 14 21:38:48.797 INFO O| Jul 14 21:38:48.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66922026-07-14T21:38:49.680Z[ recovery-image] Jul 14 21:38:48.797 INFO O| Jul 14 21:38:48.797 INFO STEP 439 (remove_files) COMPLETE
66932026-07-14T21:38:49.680Z[ recovery-image] Jul 14 21:38:48.797 INFO O| Jul 14 21:38:48.797 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-07-14T21:38:49.685Z[ recovery-image] Jul 14 21:38:48.803 INFO O| Jul 14 21:38:48.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66952026-07-14T21:38:49.685Z[ recovery-image] Jul 14 21:38:48.803 INFO O| Jul 14 21:38:48.803 INFO STEP 440 (remove_files) COMPLETE
66962026-07-14T21:38:49.688Z[ recovery-image] Jul 14 21:38:48.803 INFO O| Jul 14 21:38:48.803 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-07-14T21:38:49.690Z[ recovery-image] Jul 14 21:38:48.808 INFO O| Jul 14 21:38:48.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66982026-07-14T21:38:49.690Z[ recovery-image] Jul 14 21:38:48.808 INFO O| Jul 14 21:38:48.808 INFO STEP 441 (remove_files) COMPLETE
66992026-07-14T21:38:49.690Z[ recovery-image] Jul 14 21:38:48.808 INFO O| Jul 14 21:38:48.808 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-07-14T21:38:49.695Z[ recovery-image] Jul 14 21:38:48.814 INFO O| Jul 14 21:38:48.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
67012026-07-14T21:38:49.698Z[ recovery-image] Jul 14 21:38:48.814 INFO O| Jul 14 21:38:48.814 INFO STEP 442 (remove_files) COMPLETE
67022026-07-14T21:38:49.699Z[ recovery-image] Jul 14 21:38:48.814 INFO O| Jul 14 21:38:48.814 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-07-14T21:38:49.702Z[ recovery-image] Jul 14 21:38:48.819 INFO O| Jul 14 21:38:48.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
67042026-07-14T21:38:49.702Z[ recovery-image] Jul 14 21:38:48.819 INFO O| Jul 14 21:38:48.819 INFO STEP 443 (remove_files) COMPLETE
67052026-07-14T21:38:49.702Z[ recovery-image] Jul 14 21:38:48.819 INFO O| Jul 14 21:38:48.819 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-07-14T21:38:49.710Z[ recovery-image] Jul 14 21:38:48.828 INFO O| Jul 14 21:38:48.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
67072026-07-14T21:38:49.710Z[ recovery-image] Jul 14 21:38:48.828 INFO O| Jul 14 21:38:48.828 INFO STEP 444 (remove_files) COMPLETE
67082026-07-14T21:38:49.713Z[ recovery-image] Jul 14 21:38:48.828 INFO O| Jul 14 21:38:48.828 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-07-14T21:38:49.717Z[ recovery-image] Jul 14 21:38:48.836 INFO O| Jul 14 21:38:48.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
67102026-07-14T21:38:49.717Z[ recovery-image] Jul 14 21:38:48.836 INFO O| Jul 14 21:38:48.836 INFO STEP 445 (remove_files) COMPLETE
67112026-07-14T21:38:49.721Z[ recovery-image] Jul 14 21:38:48.836 INFO O| Jul 14 21:38:48.836 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-07-14T21:38:49.725Z[ recovery-image] Jul 14 21:38:48.843 INFO O| Jul 14 21:38:48.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
67132026-07-14T21:38:49.728Z[ recovery-image] Jul 14 21:38:48.843 INFO O| Jul 14 21:38:48.843 INFO STEP 446 (remove_files) COMPLETE
67142026-07-14T21:38:49.728Z[ recovery-image] Jul 14 21:38:48.843 INFO O| Jul 14 21:38:48.843 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-07-14T21:38:49.732Z[ recovery-image] Jul 14 21:38:48.850 INFO O| Jul 14 21:38:48.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
67162026-07-14T21:38:49.732Z[ recovery-image] Jul 14 21:38:48.850 INFO O| Jul 14 21:38:48.850 INFO STEP 447 (remove_files) COMPLETE
67172026-07-14T21:38:49.732Z[ recovery-image] Jul 14 21:38:48.850 INFO O| Jul 14 21:38:48.850 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-07-14T21:38:49.739Z[ recovery-image] Jul 14 21:38:48.857 INFO O| Jul 14 21:38:48.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
67192026-07-14T21:38:49.739Z[ recovery-image] Jul 14 21:38:48.857 INFO O| Jul 14 21:38:48.857 INFO STEP 448 (remove_files) COMPLETE
67202026-07-14T21:38:49.742Z[ recovery-image] Jul 14 21:38:48.857 INFO O| Jul 14 21:38:48.857 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-07-14T21:38:49.745Z[ recovery-image] Jul 14 21:38:48.863 INFO O| Jul 14 21:38:48.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
67222026-07-14T21:38:49.745Z[ recovery-image] Jul 14 21:38:48.864 INFO O| Jul 14 21:38:48.863 INFO STEP 449 (remove_files) COMPLETE
67232026-07-14T21:38:49.748Z[ recovery-image] Jul 14 21:38:48.864 INFO O| Jul 14 21:38:48.863 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-07-14T21:38:49.753Z[ recovery-image] Jul 14 21:38:48.871 INFO O| Jul 14 21:38:48.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
67252026-07-14T21:38:49.756Z[ recovery-image] Jul 14 21:38:48.871 INFO O| Jul 14 21:38:48.871 INFO STEP 450 (remove_files) COMPLETE
67262026-07-14T21:38:49.756Z[ recovery-image] Jul 14 21:38:48.871 INFO O| Jul 14 21:38:48.871 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-07-14T21:38:49.760Z[ recovery-image] Jul 14 21:38:48.878 INFO O| Jul 14 21:38:48.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
67282026-07-14T21:38:49.760Z[ recovery-image] Jul 14 21:38:48.878 INFO O| Jul 14 21:38:48.878 INFO STEP 451 (remove_files) COMPLETE
67292026-07-14T21:38:49.763Z[ recovery-image] Jul 14 21:38:48.878 INFO O| Jul 14 21:38:48.878 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-07-14T21:38:49.766Z[ recovery-image] Jul 14 21:38:48.884 INFO O| Jul 14 21:38:48.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
67312026-07-14T21:38:49.766Z[ recovery-image] Jul 14 21:38:48.884 INFO O| Jul 14 21:38:48.884 INFO STEP 452 (remove_files) COMPLETE
67322026-07-14T21:38:49.766Z[ recovery-image] Jul 14 21:38:48.884 INFO O| Jul 14 21:38:48.884 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-07-14T21:38:49.774Z[ recovery-image] Jul 14 21:38:48.892 INFO O| Jul 14 21:38:48.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67342026-07-14T21:38:49.774Z[ recovery-image] Jul 14 21:38:48.892 INFO O| Jul 14 21:38:48.892 INFO STEP 453 (remove_files) COMPLETE
67352026-07-14T21:38:49.777Z[ recovery-image] Jul 14 21:38:48.892 INFO O| Jul 14 21:38:48.892 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-07-14T21:38:49.780Z[ recovery-image] Jul 14 21:38:48.898 INFO O| Jul 14 21:38:48.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67372026-07-14T21:38:49.781Z[ recovery-image] Jul 14 21:38:48.898 INFO O| Jul 14 21:38:48.898 INFO STEP 454 (remove_files) COMPLETE
67382026-07-14T21:38:49.781Z[ recovery-image] Jul 14 21:38:48.898 INFO O| Jul 14 21:38:48.898 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-07-14T21:38:49.787Z[ recovery-image] Jul 14 21:38:48.905 INFO O| Jul 14 21:38:48.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67402026-07-14T21:38:49.790Z[ recovery-image] Jul 14 21:38:48.905 INFO O| Jul 14 21:38:48.905 INFO STEP 455 (remove_files) COMPLETE
67412026-07-14T21:38:49.790Z[ recovery-image] Jul 14 21:38:48.905 INFO O| Jul 14 21:38:48.905 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-07-14T21:38:49.793Z[ recovery-image] Jul 14 21:38:48.911 INFO O| Jul 14 21:38:48.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67432026-07-14T21:38:49.793Z[ recovery-image] Jul 14 21:38:48.911 INFO O| Jul 14 21:38:48.911 INFO STEP 456 (remove_files) COMPLETE
67442026-07-14T21:38:49.796Z[ recovery-image] Jul 14 21:38:48.911 INFO O| Jul 14 21:38:48.911 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-07-14T21:38:49.799Z[ recovery-image] Jul 14 21:38:48.918 INFO O| Jul 14 21:38:48.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67462026-07-14T21:38:49.800Z[ recovery-image] Jul 14 21:38:48.918 INFO O| Jul 14 21:38:48.918 INFO STEP 457 (remove_files) COMPLETE
67472026-07-14T21:38:49.803Z[ recovery-image] Jul 14 21:38:48.918 INFO O| Jul 14 21:38:48.918 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-07-14T21:38:49.806Z[ recovery-image] Jul 14 21:38:48.924 INFO O| Jul 14 21:38:48.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67492026-07-14T21:38:49.809Z[ recovery-image] Jul 14 21:38:48.924 INFO O| Jul 14 21:38:48.924 INFO STEP 458 (remove_files) COMPLETE
67502026-07-14T21:38:49.809Z[ recovery-image] Jul 14 21:38:48.924 INFO O| Jul 14 21:38:48.924 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-07-14T21:38:49.812Z[ recovery-image] Jul 14 21:38:48.931 INFO O| Jul 14 21:38:48.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67522026-07-14T21:38:49.813Z[ recovery-image] Jul 14 21:38:48.931 INFO O| Jul 14 21:38:48.931 INFO STEP 459 (remove_files) COMPLETE
67532026-07-14T21:38:49.817Z[ recovery-image] Jul 14 21:38:48.931 INFO O| Jul 14 21:38:48.931 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-07-14T21:38:49.820Z[ recovery-image] Jul 14 21:38:48.937 INFO O| Jul 14 21:38:48.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67552026-07-14T21:38:49.820Z[ recovery-image] Jul 14 21:38:48.937 INFO O| Jul 14 21:38:48.937 INFO STEP 460 (remove_files) COMPLETE
67562026-07-14T21:38:49.820Z[ recovery-image] Jul 14 21:38:48.937 INFO O| Jul 14 21:38:48.937 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-07-14T21:38:49.825Z[ recovery-image] Jul 14 21:38:48.943 INFO O| Jul 14 21:38:48.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67582026-07-14T21:38:49.828Z[ recovery-image] Jul 14 21:38:48.943 INFO O| Jul 14 21:38:48.943 INFO STEP 461 (remove_files) COMPLETE
67592026-07-14T21:38:49.828Z[ recovery-image] Jul 14 21:38:48.943 INFO O| Jul 14 21:38:48.943 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-07-14T21:38:49.831Z[ recovery-image] Jul 14 21:38:48.949 INFO O| Jul 14 21:38:48.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67612026-07-14T21:38:49.831Z[ recovery-image] Jul 14 21:38:48.949 INFO O| Jul 14 21:38:48.949 INFO STEP 462 (remove_files) COMPLETE
67622026-07-14T21:38:49.834Z[ recovery-image] Jul 14 21:38:48.949 INFO O| Jul 14 21:38:48.949 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-07-14T21:38:49.838Z[ recovery-image] Jul 14 21:38:48.956 INFO O| Jul 14 21:38:48.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67642026-07-14T21:38:49.838Z[ recovery-image] Jul 14 21:38:48.956 INFO O| Jul 14 21:38:48.956 INFO STEP 463 (remove_files) COMPLETE
67652026-07-14T21:38:49.838Z[ recovery-image] Jul 14 21:38:48.956 INFO O| Jul 14 21:38:48.956 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-07-14T21:38:49.844Z[ recovery-image] Jul 14 21:38:48.962 INFO O| Jul 14 21:38:48.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67672026-07-14T21:38:49.847Z[ recovery-image] Jul 14 21:38:48.962 INFO O| Jul 14 21:38:48.962 INFO STEP 464 (remove_files) COMPLETE
67682026-07-14T21:38:49.847Z[ recovery-image] Jul 14 21:38:48.962 INFO O| Jul 14 21:38:48.962 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-07-14T21:38:49.851Z[ recovery-image] Jul 14 21:38:48.969 INFO O| Jul 14 21:38:48.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67702026-07-14T21:38:49.854Z[ recovery-image] Jul 14 21:38:48.969 INFO O| Jul 14 21:38:48.969 INFO STEP 465 (remove_files) COMPLETE
67712026-07-14T21:38:49.854Z[ recovery-image] Jul 14 21:38:48.969 INFO O| Jul 14 21:38:48.969 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-07-14T21:38:49.857Z[ recovery-image] Jul 14 21:38:48.975 INFO O| Jul 14 21:38:48.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67732026-07-14T21:38:49.857Z[ recovery-image] Jul 14 21:38:48.975 INFO O| Jul 14 21:38:48.975 INFO STEP 466 (remove_files) COMPLETE
67742026-07-14T21:38:49.857Z[ recovery-image] Jul 14 21:38:48.975 INFO O| Jul 14 21:38:48.975 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-07-14T21:38:49.865Z[ recovery-image] Jul 14 21:38:48.981 INFO O| Jul 14 21:38:48.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67762026-07-14T21:38:49.865Z[ recovery-image] Jul 14 21:38:48.981 INFO O| Jul 14 21:38:48.981 INFO STEP 467 (remove_files) COMPLETE
67772026-07-14T21:38:49.866Z[ recovery-image] Jul 14 21:38:48.981 INFO O| Jul 14 21:38:48.981 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-07-14T21:38:49.869Z[ recovery-image] Jul 14 21:38:48.987 INFO O| Jul 14 21:38:48.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67792026-07-14T21:38:49.869Z[ recovery-image] Jul 14 21:38:48.987 INFO O| Jul 14 21:38:48.987 INFO STEP 468 (remove_files) COMPLETE
67802026-07-14T21:38:49.872Z[ recovery-image] Jul 14 21:38:48.987 INFO O| Jul 14 21:38:48.987 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-07-14T21:38:49.875Z[ recovery-image] Jul 14 21:38:48.992 INFO O| Jul 14 21:38:48.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67822026-07-14T21:38:49.875Z[ recovery-image] Jul 14 21:38:48.992 INFO O| Jul 14 21:38:48.992 INFO STEP 469 (remove_files) COMPLETE
67832026-07-14T21:38:49.875Z[ recovery-image] Jul 14 21:38:48.992 INFO O| Jul 14 21:38:48.992 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-07-14T21:38:49.880Z[ recovery-image] Jul 14 21:38:48.998 INFO O| Jul 14 21:38:48.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67852026-07-14T21:38:49.880Z[ recovery-image] Jul 14 21:38:48.998 INFO O| Jul 14 21:38:48.998 INFO STEP 470 (remove_files) COMPLETE
67862026-07-14T21:38:49.880Z[ recovery-image] Jul 14 21:38:48.998 INFO O| Jul 14 21:38:48.998 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-07-14T21:38:49.885Z[ recovery-image] Jul 14 21:38:49.003 INFO O| Jul 14 21:38:49.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67882026-07-14T21:38:49.885Z[ recovery-image] Jul 14 21:38:49.003 INFO O| Jul 14 21:38:49.003 INFO STEP 471 (remove_files) COMPLETE
67892026-07-14T21:38:49.888Z[ recovery-image] Jul 14 21:38:49.003 INFO O| Jul 14 21:38:49.003 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-07-14T21:38:49.893Z[ recovery-image] Jul 14 21:38:49.011 INFO O| Jul 14 21:38:49.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67912026-07-14T21:38:49.893Z[ recovery-image] Jul 14 21:38:49.011 INFO O| Jul 14 21:38:49.011 INFO STEP 472 (remove_files) COMPLETE
67922026-07-14T21:38:49.896Z[ recovery-image] Jul 14 21:38:49.011 INFO O| Jul 14 21:38:49.011 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-07-14T21:38:49.899Z[ recovery-image] Jul 14 21:38:49.017 INFO O| Jul 14 21:38:49.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67942026-07-14T21:38:49.899Z[ recovery-image] Jul 14 21:38:49.017 INFO O| Jul 14 21:38:49.017 INFO STEP 473 (remove_files) COMPLETE
67952026-07-14T21:38:49.899Z[ recovery-image] Jul 14 21:38:49.017 INFO O| Jul 14 21:38:49.017 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-07-14T21:38:49.904Z[ recovery-image] Jul 14 21:38:49.023 INFO O| Jul 14 21:38:49.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhsmp"
67972026-07-14T21:38:49.908Z[ recovery-image] Jul 14 21:38:49.023 INFO O| Jul 14 21:38:49.023 INFO STEP 474 (remove_files) COMPLETE
67982026-07-14T21:38:49.908Z[ recovery-image] Jul 14 21:38:49.023 INFO O| Jul 14 21:38:49.023 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-07-14T21:38:49.911Z[ recovery-image] Jul 14 21:38:49.029 INFO O| Jul 14 21:38:49.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usmn"
68002026-07-14T21:38:49.911Z[ recovery-image] Jul 14 21:38:49.029 INFO O| Jul 14 21:38:49.029 INFO STEP 475 (remove_files) COMPLETE
68012026-07-14T21:38:49.911Z[ recovery-image] Jul 14 21:38:49.029 INFO O| Jul 14 21:38:49.029 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-07-14T21:38:49.917Z[ recovery-image] Jul 14 21:38:49.035 INFO O| Jul 14 21:38:49.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/zen_udf"
68032026-07-14T21:38:49.917Z[ recovery-image] Jul 14 21:38:49.035 INFO O| Jul 14 21:38:49.035 INFO STEP 476 (remove_files) COMPLETE
68042026-07-14T21:38:49.920Z[ recovery-image] Jul 14 21:38:49.035 INFO O| Jul 14 21:38:49.035 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-07-14T21:38:49.923Z[ recovery-image] Jul 14 21:38:49.040 INFO O| Jul 14 21:38:49.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
68062026-07-14T21:38:49.923Z[ recovery-image] Jul 14 21:38:49.041 INFO O| Jul 14 21:38:49.041 INFO STEP 477 (remove_files) COMPLETE
68072026-07-14T21:38:49.923Z[ recovery-image] Jul 14 21:38:49.041 INFO O| Jul 14 21:38:49.041 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-07-14T21:38:49.928Z[ recovery-image] Jul 14 21:38:49.046 INFO O| Jul 14 21:38:49.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
68092026-07-14T21:38:49.928Z[ recovery-image] Jul 14 21:38:49.046 INFO O| Jul 14 21:38:49.046 INFO STEP 478 (remove_files) COMPLETE
68102026-07-14T21:38:49.931Z[ recovery-image] Jul 14 21:38:49.046 INFO O| Jul 14 21:38:49.046 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-07-14T21:38:49.934Z[ recovery-image] Jul 14 21:38:49.052 INFO O| Jul 14 21:38:49.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
68122026-07-14T21:38:49.934Z[ recovery-image] Jul 14 21:38:49.052 INFO O| Jul 14 21:38:49.052 INFO STEP 479 (remove_files) COMPLETE
68132026-07-14T21:38:49.934Z[ recovery-image] Jul 14 21:38:49.052 INFO O| Jul 14 21:38:49.052 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-07-14T21:38:49.940Z[ recovery-image] Jul 14 21:38:49.058 INFO O| Jul 14 21:38:49.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
68152026-07-14T21:38:49.940Z[ recovery-image] Jul 14 21:38:49.058 INFO O| Jul 14 21:38:49.058 INFO STEP 480 (remove_files) COMPLETE
68162026-07-14T21:38:49.943Z[ recovery-image] Jul 14 21:38:49.058 INFO O| Jul 14 21:38:49.058 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-07-14T21:38:49.946Z[ recovery-image] Jul 14 21:38:49.064 INFO O| Jul 14 21:38:49.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
68182026-07-14T21:38:49.946Z[ recovery-image] Jul 14 21:38:49.064 INFO O| Jul 14 21:38:49.064 INFO STEP 481 (remove_files) COMPLETE
68192026-07-14T21:38:49.946Z[ recovery-image] Jul 14 21:38:49.064 INFO O| Jul 14 21:38:49.064 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-07-14T21:38:49.952Z[ recovery-image] Jul 14 21:38:49.070 INFO O| Jul 14 21:38:49.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
68212026-07-14T21:38:49.952Z[ recovery-image] Jul 14 21:38:49.070 INFO O| Jul 14 21:38:49.070 INFO STEP 482 (remove_files) COMPLETE
68222026-07-14T21:38:49.955Z[ recovery-image] Jul 14 21:38:49.070 INFO O| Jul 14 21:38:49.070 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-07-14T21:38:49.958Z[ recovery-image] Jul 14 21:38:49.076 INFO O| Jul 14 21:38:49.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
68242026-07-14T21:38:49.958Z[ recovery-image] Jul 14 21:38:49.076 INFO O| Jul 14 21:38:49.076 INFO STEP 483 (remove_files) COMPLETE
68252026-07-14T21:38:49.958Z[ recovery-image] Jul 14 21:38:49.076 INFO O| Jul 14 21:38:49.076 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-07-14T21:38:49.965Z[ recovery-image] Jul 14 21:38:49.083 INFO O| Jul 14 21:38:49.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
68272026-07-14T21:38:49.965Z[ recovery-image] Jul 14 21:38:49.083 INFO O| Jul 14 21:38:49.083 INFO STEP 484 (remove_files) COMPLETE
68282026-07-14T21:38:49.965Z[ recovery-image] Jul 14 21:38:49.083 INFO O| Jul 14 21:38:49.083 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-07-14T21:38:49.970Z[ recovery-image] Jul 14 21:38:49.088 INFO O| Jul 14 21:38:49.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
68302026-07-14T21:38:49.970Z[ recovery-image] Jul 14 21:38:49.088 INFO O| Jul 14 21:38:49.088 INFO STEP 485 (remove_files) COMPLETE
68312026-07-14T21:38:49.973Z[ recovery-image] Jul 14 21:38:49.089 INFO O| Jul 14 21:38:49.088 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-07-14T21:38:49.977Z[ recovery-image] Jul 14 21:38:49.094 INFO O| Jul 14 21:38:49.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
68332026-07-14T21:38:49.977Z[ recovery-image] Jul 14 21:38:49.094 INFO O| Jul 14 21:38:49.094 INFO STEP 486 (remove_files) COMPLETE
68342026-07-14T21:38:49.977Z[ recovery-image] Jul 14 21:38:49.094 INFO O| Jul 14 21:38:49.094 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-07-14T21:38:49.983Z[ recovery-image] Jul 14 21:38:49.101 INFO O| Jul 14 21:38:49.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68362026-07-14T21:38:49.983Z[ recovery-image] Jul 14 21:38:49.101 INFO O| Jul 14 21:38:49.101 INFO STEP 487 (remove_files) COMPLETE
68372026-07-14T21:38:49.986Z[ recovery-image] Jul 14 21:38:49.101 INFO O| Jul 14 21:38:49.101 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-07-14T21:38:49.990Z[ recovery-image] Jul 14 21:38:49.107 INFO O| Jul 14 21:38:49.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68392026-07-14T21:38:49.990Z[ recovery-image] Jul 14 21:38:49.107 INFO O| Jul 14 21:38:49.107 INFO STEP 488 (remove_files) COMPLETE
68402026-07-14T21:38:49.990Z[ recovery-image] Jul 14 21:38:49.107 INFO O| Jul 14 21:38:49.107 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-07-14T21:38:49.996Z[ recovery-image] Jul 14 21:38:49.114 INFO O| Jul 14 21:38:49.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68422026-07-14T21:38:49.996Z[ recovery-image] Jul 14 21:38:49.114 INFO O| Jul 14 21:38:49.114 INFO STEP 489 (remove_files) COMPLETE
68432026-07-14T21:38:49.996Z[ recovery-image] Jul 14 21:38:49.114 INFO O| Jul 14 21:38:49.114 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-07-14T21:38:50.003Z[ recovery-image] Jul 14 21:38:49.121 INFO O| Jul 14 21:38:49.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68452026-07-14T21:38:50.006Z[ recovery-image] Jul 14 21:38:49.121 INFO O| Jul 14 21:38:49.121 INFO STEP 490 (remove_files) COMPLETE
68462026-07-14T21:38:50.006Z[ recovery-image] Jul 14 21:38:49.121 INFO O| Jul 14 21:38:49.121 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-07-14T21:38:50.009Z[ recovery-image] Jul 14 21:38:49.127 INFO O| Jul 14 21:38:49.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68482026-07-14T21:38:50.012Z[ recovery-image] Jul 14 21:38:49.127 INFO O| Jul 14 21:38:49.127 INFO STEP 491 (remove_files) COMPLETE
68492026-07-14T21:38:50.012Z[ recovery-image] Jul 14 21:38:49.127 INFO O| Jul 14 21:38:49.127 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-07-14T21:38:50.015Z[ recovery-image] Jul 14 21:38:49.133 INFO O| Jul 14 21:38:49.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68512026-07-14T21:38:50.015Z[ recovery-image] Jul 14 21:38:49.133 INFO O| Jul 14 21:38:49.133 INFO STEP 492 (remove_files) COMPLETE
68522026-07-14T21:38:50.015Z[ recovery-image] Jul 14 21:38:49.133 INFO O| Jul 14 21:38:49.133 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-07-14T21:38:50.020Z[ recovery-image] Jul 14 21:38:49.138 INFO O| Jul 14 21:38:49.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68542026-07-14T21:38:50.023Z[ recovery-image] Jul 14 21:38:49.138 INFO O| Jul 14 21:38:49.138 INFO STEP 493 (remove_files) COMPLETE
68552026-07-14T21:38:50.023Z[ recovery-image] Jul 14 21:38:49.138 INFO O| Jul 14 21:38:49.138 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-07-14T21:38:50.026Z[ recovery-image] Jul 14 21:38:49.143 INFO O| Jul 14 21:38:49.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68572026-07-14T21:38:50.026Z[ recovery-image] Jul 14 21:38:49.143 INFO O| Jul 14 21:38:49.143 INFO STEP 494 (remove_files) COMPLETE
68582026-07-14T21:38:50.026Z[ recovery-image] Jul 14 21:38:49.143 INFO O| Jul 14 21:38:49.143 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-07-14T21:38:50.032Z[ recovery-image] Jul 14 21:38:49.150 INFO O| Jul 14 21:38:49.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68602026-07-14T21:38:50.035Z[ recovery-image] Jul 14 21:38:49.150 INFO O| Jul 14 21:38:49.150 INFO STEP 495 (remove_files) COMPLETE
68612026-07-14T21:38:50.035Z[ recovery-image] Jul 14 21:38:49.150 INFO O| Jul 14 21:38:49.150 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-07-14T21:38:50.039Z[ recovery-image] Jul 14 21:38:49.157 INFO O| Jul 14 21:38:49.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68632026-07-14T21:38:50.039Z[ recovery-image] Jul 14 21:38:49.157 INFO O| Jul 14 21:38:49.157 INFO STEP 496 (remove_files) COMPLETE
68642026-07-14T21:38:50.042Z[ recovery-image] Jul 14 21:38:49.157 INFO O| Jul 14 21:38:49.157 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-07-14T21:38:50.046Z[ recovery-image] Jul 14 21:38:49.163 INFO O| Jul 14 21:38:49.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68662026-07-14T21:38:50.046Z[ recovery-image] Jul 14 21:38:49.163 INFO O| Jul 14 21:38:49.163 INFO STEP 497 (remove_files) COMPLETE
68672026-07-14T21:38:50.046Z[ recovery-image] Jul 14 21:38:49.163 INFO O| Jul 14 21:38:49.163 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-07-14T21:38:50.052Z[ recovery-image] Jul 14 21:38:49.170 INFO O| Jul 14 21:38:49.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68692026-07-14T21:38:50.055Z[ recovery-image] Jul 14 21:38:49.170 INFO O| Jul 14 21:38:49.170 INFO STEP 498 (remove_files) COMPLETE
68702026-07-14T21:38:50.055Z[ recovery-image] Jul 14 21:38:49.170 INFO O| Jul 14 21:38:49.170 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-07-14T21:38:50.059Z[ recovery-image] Jul 14 21:38:49.177 INFO O| Jul 14 21:38:49.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68722026-07-14T21:38:50.059Z[ recovery-image] Jul 14 21:38:49.177 INFO O| Jul 14 21:38:49.177 INFO STEP 499 (remove_files) COMPLETE
68732026-07-14T21:38:50.064Z[ recovery-image] Jul 14 21:38:49.177 INFO O| Jul 14 21:38:49.177 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-07-14T21:38:50.067Z[ recovery-image] Jul 14 21:38:49.183 INFO O| Jul 14 21:38:49.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68752026-07-14T21:38:50.067Z[ recovery-image] Jul 14 21:38:49.183 INFO O| Jul 14 21:38:49.183 INFO STEP 500 (remove_files) COMPLETE
68762026-07-14T21:38:50.067Z[ recovery-image] Jul 14 21:38:49.183 INFO O| Jul 14 21:38:49.183 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-07-14T21:38:50.071Z[ recovery-image] Jul 14 21:38:49.189 INFO O| Jul 14 21:38:49.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68782026-07-14T21:38:50.071Z[ recovery-image] Jul 14 21:38:49.189 INFO O| Jul 14 21:38:49.189 INFO STEP 501 (remove_files) COMPLETE
68792026-07-14T21:38:50.074Z[ recovery-image] Jul 14 21:38:49.189 INFO O| Jul 14 21:38:49.189 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-07-14T21:38:50.077Z[ recovery-image] Jul 14 21:38:49.195 INFO O| Jul 14 21:38:49.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68812026-07-14T21:38:50.077Z[ recovery-image] Jul 14 21:38:49.195 INFO O| Jul 14 21:38:49.195 INFO STEP 502 (remove_files) COMPLETE
68822026-07-14T21:38:50.077Z[ recovery-image] Jul 14 21:38:49.195 INFO O| Jul 14 21:38:49.195 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-07-14T21:38:50.083Z[ recovery-image] Jul 14 21:38:49.201 INFO O| Jul 14 21:38:49.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68842026-07-14T21:38:50.086Z[ recovery-image] Jul 14 21:38:49.201 INFO O| Jul 14 21:38:49.201 INFO STEP 503 (remove_files) COMPLETE
68852026-07-14T21:38:50.086Z[ recovery-image] Jul 14 21:38:49.201 INFO O| Jul 14 21:38:49.201 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-07-14T21:38:50.090Z[ recovery-image] Jul 14 21:38:49.208 INFO O| Jul 14 21:38:49.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68872026-07-14T21:38:50.092Z[ recovery-image] Jul 14 21:38:49.208 INFO O| Jul 14 21:38:49.208 INFO STEP 504 (remove_files) COMPLETE
68882026-07-14T21:38:50.092Z[ recovery-image] Jul 14 21:38:49.208 INFO O| Jul 14 21:38:49.208 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-07-14T21:38:50.095Z[ recovery-image] Jul 14 21:38:49.213 INFO O| Jul 14 21:38:49.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68902026-07-14T21:38:50.095Z[ recovery-image] Jul 14 21:38:49.213 INFO O| Jul 14 21:38:49.213 INFO STEP 505 (remove_files) COMPLETE
68912026-07-14T21:38:50.099Z[ recovery-image] Jul 14 21:38:49.214 INFO O| Jul 14 21:38:49.213 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-07-14T21:38:50.101Z[ recovery-image] Jul 14 21:38:49.219 INFO O| Jul 14 21:38:49.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68932026-07-14T21:38:50.101Z[ recovery-image] Jul 14 21:38:49.219 INFO O| Jul 14 21:38:49.219 INFO STEP 506 (remove_files) COMPLETE
68942026-07-14T21:38:50.102Z[ recovery-image] Jul 14 21:38:49.219 INFO O| Jul 14 21:38:49.219 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-07-14T21:38:50.108Z[ recovery-image] Jul 14 21:38:49.226 INFO O| Jul 14 21:38:49.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68962026-07-14T21:38:50.108Z[ recovery-image] Jul 14 21:38:49.226 INFO O| Jul 14 21:38:49.226 INFO STEP 507 (remove_files) COMPLETE
68972026-07-14T21:38:50.111Z[ recovery-image] Jul 14 21:38:49.226 INFO O| Jul 14 21:38:49.226 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-07-14T21:38:50.114Z[ recovery-image] Jul 14 21:38:49.232 INFO O| Jul 14 21:38:49.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/apobdump"
68992026-07-14T21:38:50.114Z[ recovery-image] Jul 14 21:38:49.232 INFO O| Jul 14 21:38:49.232 INFO STEP 508 (remove_files) COMPLETE
69002026-07-14T21:38:50.114Z[ recovery-image] Jul 14 21:38:49.232 INFO O| Jul 14 21:38:49.232 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-07-14T21:38:50.120Z[ recovery-image] Jul 14 21:38:49.238 INFO O| Jul 14 21:38:49.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/udf"
69022026-07-14T21:38:50.120Z[ recovery-image] Jul 14 21:38:49.238 INFO O| Jul 14 21:38:49.238 INFO STEP 509 (remove_files) COMPLETE
69032026-07-14T21:38:50.120Z[ recovery-image] Jul 14 21:38:49.238 INFO O| Jul 14 21:38:49.238 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-07-14T21:38:50.127Z[ recovery-image] Jul 14 21:38:49.245 INFO O| Jul 14 21:38:49.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/uhsmp"
69052026-07-14T21:38:50.127Z[ recovery-image] Jul 14 21:38:49.245 INFO O| Jul 14 21:38:49.245 INFO STEP 510 (remove_files) COMPLETE
69062026-07-14T21:38:50.127Z[ recovery-image] Jul 14 21:38:49.245 INFO O| Jul 14 21:38:49.245 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-07-14T21:38:50.133Z[ recovery-image] Jul 14 21:38:49.251 INFO O| Jul 14 21:38:49.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/usmn"
69082026-07-14T21:38:50.133Z[ recovery-image] Jul 14 21:38:49.251 INFO O| Jul 14 21:38:49.251 INFO STEP 511 (remove_files) COMPLETE
69092026-07-14T21:38:50.136Z[ recovery-image] Jul 14 21:38:49.251 INFO O| Jul 14 21:38:49.251 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-07-14T21:38:50.140Z[ recovery-image] Jul 14 21:38:49.257 INFO O| Jul 14 21:38:49.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
69112026-07-14T21:38:50.140Z[ recovery-image] Jul 14 21:38:49.257 INFO O| Jul 14 21:38:49.257 INFO STEP 512 (remove_files) COMPLETE
69122026-07-14T21:38:50.140Z[ recovery-image] Jul 14 21:38:49.257 INFO O| Jul 14 21:38:49.257 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-07-14T21:38:50.145Z[ recovery-image] Jul 14 21:38:49.263 INFO O| Jul 14 21:38:49.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
69142026-07-14T21:38:50.145Z[ recovery-image] Jul 14 21:38:49.263 INFO O| Jul 14 21:38:49.263 INFO STEP 513 (remove_files) COMPLETE
69152026-07-14T21:38:50.145Z[ recovery-image] Jul 14 21:38:49.263 INFO O| Jul 14 21:38:49.263 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-07-14T21:38:50.152Z[ recovery-image] Jul 14 21:38:49.269 INFO O| Jul 14 21:38:49.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
69172026-07-14T21:38:50.152Z[ recovery-image] Jul 14 21:38:49.269 INFO O| Jul 14 21:38:49.269 INFO STEP 514 (remove_files) COMPLETE
69182026-07-14T21:38:50.157Z[ recovery-image] Jul 14 21:38:49.269 INFO O| Jul 14 21:38:49.269 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-07-14T21:38:50.160Z[ recovery-image] Jul 14 21:38:49.276 INFO O| Jul 14 21:38:49.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
69202026-07-14T21:38:50.160Z[ recovery-image] Jul 14 21:38:49.276 INFO O| Jul 14 21:38:49.276 INFO STEP 515 (remove_files) COMPLETE
69212026-07-14T21:38:50.160Z[ recovery-image] Jul 14 21:38:49.276 INFO O| Jul 14 21:38:49.276 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-07-14T21:38:50.165Z[ recovery-image] Jul 14 21:38:49.282 INFO O| Jul 14 21:38:49.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
69232026-07-14T21:38:50.165Z[ recovery-image] Jul 14 21:38:49.282 INFO O| Jul 14 21:38:49.282 INFO STEP 516 (remove_files) COMPLETE
69242026-07-14T21:38:50.165Z[ recovery-image] Jul 14 21:38:49.282 INFO O| Jul 14 21:38:49.282 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-07-14T21:38:50.171Z[ recovery-image] Jul 14 21:38:49.288 INFO O| Jul 14 21:38:49.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
69262026-07-14T21:38:50.172Z[ recovery-image] Jul 14 21:38:49.288 INFO O| Jul 14 21:38:49.288 INFO STEP 517 (remove_files) COMPLETE
69272026-07-14T21:38:50.172Z[ recovery-image] Jul 14 21:38:49.288 INFO O| Jul 14 21:38:49.288 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-07-14T21:38:50.177Z[ recovery-image] Jul 14 21:38:49.294 INFO O| Jul 14 21:38:49.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
69292026-07-14T21:38:50.177Z[ recovery-image] Jul 14 21:38:49.294 INFO O| Jul 14 21:38:49.294 INFO STEP 518 (remove_files) COMPLETE
69302026-07-14T21:38:50.177Z[ recovery-image] Jul 14 21:38:49.294 INFO O| Jul 14 21:38:49.294 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-07-14T21:38:50.182Z[ recovery-image] Jul 14 21:38:49.300 INFO O| Jul 14 21:38:49.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
69322026-07-14T21:38:50.182Z[ recovery-image] Jul 14 21:38:49.300 INFO O| Jul 14 21:38:49.300 INFO STEP 519 (remove_files) COMPLETE
69332026-07-14T21:38:50.185Z[ recovery-image] Jul 14 21:38:49.300 INFO O| Jul 14 21:38:49.300 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-07-14T21:38:50.188Z[ recovery-image] Jul 14 21:38:49.306 INFO O| Jul 14 21:38:49.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69352026-07-14T21:38:50.191Z[ recovery-image] Jul 14 21:38:49.306 INFO O| Jul 14 21:38:49.306 INFO STEP 520 (remove_files) COMPLETE
69362026-07-14T21:38:50.191Z[ recovery-image] Jul 14 21:38:49.307 INFO O| Jul 14 21:38:49.306 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-07-14T21:38:50.195Z[ recovery-image] Jul 14 21:38:49.313 INFO O| Jul 14 21:38:49.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69382026-07-14T21:38:50.195Z[ recovery-image] Jul 14 21:38:49.313 INFO O| Jul 14 21:38:49.313 INFO STEP 521 (remove_files) COMPLETE
69392026-07-14T21:38:50.198Z[ recovery-image] Jul 14 21:38:49.313 INFO O| Jul 14 21:38:49.313 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-07-14T21:38:50.202Z[ recovery-image] Jul 14 21:38:49.320 INFO O| Jul 14 21:38:49.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69412026-07-14T21:38:50.202Z[ recovery-image] Jul 14 21:38:49.320 INFO O| Jul 14 21:38:49.320 INFO STEP 522 (remove_files) COMPLETE
69422026-07-14T21:38:50.202Z[ recovery-image] Jul 14 21:38:49.320 INFO O| Jul 14 21:38:49.320 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-07-14T21:38:50.208Z[ recovery-image] Jul 14 21:38:49.326 INFO O| Jul 14 21:38:49.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69442026-07-14T21:38:50.208Z[ recovery-image] Jul 14 21:38:49.326 INFO O| Jul 14 21:38:49.326 INFO STEP 523 (remove_files) COMPLETE
69452026-07-14T21:38:50.211Z[ recovery-image] Jul 14 21:38:49.326 INFO O| Jul 14 21:38:49.326 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-07-14T21:38:50.214Z[ recovery-image] Jul 14 21:38:49.332 INFO O| Jul 14 21:38:49.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69472026-07-14T21:38:50.214Z[ recovery-image] Jul 14 21:38:49.332 INFO O| Jul 14 21:38:49.332 INFO STEP 524 (remove_files) COMPLETE
69482026-07-14T21:38:50.214Z[ recovery-image] Jul 14 21:38:49.332 INFO O| Jul 14 21:38:49.332 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-07-14T21:38:50.220Z[ recovery-image] Jul 14 21:38:49.338 INFO O| Jul 14 21:38:49.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69502026-07-14T21:38:50.220Z[ recovery-image] Jul 14 21:38:49.338 INFO O| Jul 14 21:38:49.338 INFO STEP 525 (remove_files) COMPLETE
69512026-07-14T21:38:50.223Z[ recovery-image] Jul 14 21:38:49.338 INFO O| Jul 14 21:38:49.338 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-07-14T21:38:50.226Z[ recovery-image] Jul 14 21:38:49.344 INFO O| Jul 14 21:38:49.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69532026-07-14T21:38:50.226Z[ recovery-image] Jul 14 21:38:49.344 INFO O| Jul 14 21:38:49.344 INFO STEP 526 (remove_files) COMPLETE
69542026-07-14T21:38:50.230Z[ recovery-image] Jul 14 21:38:49.344 INFO O| Jul 14 21:38:49.344 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-07-14T21:38:50.233Z[ recovery-image] Jul 14 21:38:49.350 INFO O| Jul 14 21:38:49.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69562026-07-14T21:38:50.233Z[ recovery-image] Jul 14 21:38:49.350 INFO O| Jul 14 21:38:49.350 INFO STEP 527 (remove_files) COMPLETE
69572026-07-14T21:38:50.233Z[ recovery-image] Jul 14 21:38:49.350 INFO O| Jul 14 21:38:49.350 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-07-14T21:38:50.238Z[ recovery-image] Jul 14 21:38:49.356 INFO O| Jul 14 21:38:49.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69592026-07-14T21:38:50.238Z[ recovery-image] Jul 14 21:38:49.356 INFO O| Jul 14 21:38:49.356 INFO STEP 528 (remove_files) COMPLETE
69602026-07-14T21:38:50.241Z[ recovery-image] Jul 14 21:38:49.356 INFO O| Jul 14 21:38:49.356 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-07-14T21:38:50.244Z[ recovery-image] Jul 14 21:38:49.362 INFO O| Jul 14 21:38:49.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69622026-07-14T21:38:50.245Z[ recovery-image] Jul 14 21:38:49.362 INFO O| Jul 14 21:38:49.362 INFO STEP 529 (remove_files) COMPLETE
69632026-07-14T21:38:50.245Z[ recovery-image] Jul 14 21:38:49.362 INFO O| Jul 14 21:38:49.362 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-07-14T21:38:50.251Z[ recovery-image] Jul 14 21:38:49.369 INFO O| Jul 14 21:38:49.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69652026-07-14T21:38:50.254Z[ recovery-image] Jul 14 21:38:49.369 INFO O| Jul 14 21:38:49.369 INFO STEP 530 (remove_files) COMPLETE
69662026-07-14T21:38:50.254Z[ recovery-image] Jul 14 21:38:49.369 INFO O| Jul 14 21:38:49.369 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-07-14T21:38:50.258Z[ recovery-image] Jul 14 21:38:49.376 INFO O| Jul 14 21:38:49.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69682026-07-14T21:38:50.261Z[ recovery-image] Jul 14 21:38:49.376 INFO O| Jul 14 21:38:49.376 INFO STEP 531 (remove_files) COMPLETE
69692026-07-14T21:38:50.261Z[ recovery-image] Jul 14 21:38:49.376 INFO O| Jul 14 21:38:49.376 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-07-14T21:38:50.265Z[ recovery-image] Jul 14 21:38:49.383 INFO O| Jul 14 21:38:49.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69712026-07-14T21:38:50.268Z[ recovery-image] Jul 14 21:38:49.384 INFO O| Jul 14 21:38:49.384 INFO STEP 532 (remove_files) COMPLETE
69722026-07-14T21:38:50.268Z[ recovery-image] Jul 14 21:38:49.384 INFO O| Jul 14 21:38:49.384 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-07-14T21:38:50.271Z[ recovery-image] Jul 14 21:38:49.389 INFO O| Jul 14 21:38:49.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69742026-07-14T21:38:50.271Z[ recovery-image] Jul 14 21:38:49.389 INFO O| Jul 14 21:38:49.389 INFO STEP 533 (remove_files) COMPLETE
69752026-07-14T21:38:50.272Z[ recovery-image] Jul 14 21:38:49.389 INFO O| Jul 14 21:38:49.389 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-07-14T21:38:50.277Z[ recovery-image] Jul 14 21:38:49.395 INFO O| Jul 14 21:38:49.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69772026-07-14T21:38:50.277Z[ recovery-image] Jul 14 21:38:49.395 INFO O| Jul 14 21:38:49.395 INFO STEP 534 (remove_files) COMPLETE
69782026-07-14T21:38:50.280Z[ recovery-image] Jul 14 21:38:49.395 INFO O| Jul 14 21:38:49.395 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-07-14T21:38:50.284Z[ recovery-image] Jul 14 21:38:49.402 INFO O| Jul 14 21:38:49.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69802026-07-14T21:38:50.284Z[ recovery-image] Jul 14 21:38:49.402 INFO O| Jul 14 21:38:49.402 INFO STEP 535 (remove_files) COMPLETE
69812026-07-14T21:38:50.284Z[ recovery-image] Jul 14 21:38:49.402 INFO O| Jul 14 21:38:49.402 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-07-14T21:38:50.291Z[ recovery-image] Jul 14 21:38:49.409 INFO O| Jul 14 21:38:49.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69832026-07-14T21:38:50.291Z[ recovery-image] Jul 14 21:38:49.409 INFO O| Jul 14 21:38:49.409 INFO STEP 536 (remove_files) COMPLETE
69842026-07-14T21:38:50.291Z[ recovery-image] Jul 14 21:38:49.409 INFO O| Jul 14 21:38:49.409 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-07-14T21:38:50.298Z[ recovery-image] Jul 14 21:38:49.416 INFO O| Jul 14 21:38:49.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69862026-07-14T21:38:50.298Z[ recovery-image] Jul 14 21:38:49.416 INFO O| Jul 14 21:38:49.416 INFO STEP 537 (remove_files) COMPLETE
69872026-07-14T21:38:50.301Z[ recovery-image] Jul 14 21:38:49.416 INFO O| Jul 14 21:38:49.416 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-07-14T21:38:50.306Z[ recovery-image] Jul 14 21:38:49.424 INFO O| Jul 14 21:38:49.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69892026-07-14T21:38:50.306Z[ recovery-image] Jul 14 21:38:49.424 INFO O| Jul 14 21:38:49.424 INFO STEP 538 (remove_files) COMPLETE
69902026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.424 INFO O| Jul 14 21:38:49.424 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.430 INFO O| Jul 14 21:38:49.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69922026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.430 INFO O| Jul 14 21:38:49.430 INFO STEP 539 (remove_files) COMPLETE
69932026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.430 INFO O| Jul 14 21:38:49.430 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.436 INFO O| Jul 14 21:38:49.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69952026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.436 INFO O| Jul 14 21:38:49.436 INFO STEP 540 (remove_files) COMPLETE
69962026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.436 INFO O| Jul 14 21:38:49.436 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.443 INFO O| Jul 14 21:38:49.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69982026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.443 INFO O| Jul 14 21:38:49.443 INFO STEP 541 (remove_files) COMPLETE
69992026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.443 INFO O| Jul 14 21:38:49.443 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.449 INFO O| Jul 14 21:38:49.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
70012026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.449 INFO O| Jul 14 21:38:49.449 INFO STEP 542 (remove_files) COMPLETE
70022026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.449 INFO O| Jul 14 21:38:49.449 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.455 INFO O| Jul 14 21:38:49.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
70042026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.455 INFO O| Jul 14 21:38:49.455 INFO STEP 543 (remove_files) COMPLETE
70052026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.455 INFO O| Jul 14 21:38:49.455 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.461 INFO O| Jul 14 21:38:49.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
70072026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.461 INFO O| Jul 14 21:38:49.461 INFO STEP 544 (remove_files) COMPLETE
70082026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.461 INFO O| Jul 14 21:38:49.461 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.468 INFO O| Jul 14 21:38:49.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
70102026-07-14T21:38:50.364Z[ recovery-image] Jul 14 21:38:49.468 INFO O| Jul 14 21:38:49.468 INFO STEP 545 (remove_files) COMPLETE
70112026-07-14T21:38:50.365Z[ recovery-image] Jul 14 21:38:49.468 INFO O| Jul 14 21:38:49.468 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-07-14T21:38:50.368Z[ recovery-image] Jul 14 21:38:49.473 INFO O| Jul 14 21:38:49.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
70132026-07-14T21:38:50.368Z[ recovery-image] Jul 14 21:38:49.474 INFO O| Jul 14 21:38:49.473 INFO STEP 546 (remove_files) COMPLETE
70142026-07-14T21:38:50.368Z[ recovery-image] Jul 14 21:38:49.474 INFO O| Jul 14 21:38:49.473 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-07-14T21:38:50.368Z[ recovery-image] Jul 14 21:38:49.479 INFO O| Jul 14 21:38:49.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
70162026-07-14T21:38:50.368Z[ recovery-image] Jul 14 21:38:49.479 INFO O| Jul 14 21:38:49.479 INFO STEP 547 (remove_files) COMPLETE
70172026-07-14T21:38:50.368Z[ recovery-image] Jul 14 21:38:49.479 INFO O| Jul 14 21:38:49.479 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-07-14T21:38:50.368Z[ recovery-image] Jul 14 21:38:49.485 INFO O| Jul 14 21:38:49.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
70192026-07-14T21:38:50.368Z[ recovery-image] Jul 14 21:38:49.485 INFO O| Jul 14 21:38:49.485 INFO STEP 548 (remove_files) COMPLETE
70202026-07-14T21:38:50.368Z[ recovery-image] Jul 14 21:38:49.485 INFO O| Jul 14 21:38:49.485 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-07-14T21:38:50.373Z[ recovery-image] Jul 14 21:38:49.491 INFO O| Jul 14 21:38:49.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
70222026-07-14T21:38:50.373Z[ recovery-image] Jul 14 21:38:49.491 INFO O| Jul 14 21:38:49.491 INFO STEP 549 (remove_files) COMPLETE
70232026-07-14T21:38:50.375Z[ recovery-image] Jul 14 21:38:49.491 INFO O| Jul 14 21:38:49.491 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-07-14T21:38:50.379Z[ recovery-image] Jul 14 21:38:49.497 INFO O| Jul 14 21:38:49.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
70252026-07-14T21:38:50.379Z[ recovery-image] Jul 14 21:38:49.497 INFO O| Jul 14 21:38:49.497 INFO STEP 550 (remove_files) COMPLETE
70262026-07-14T21:38:50.382Z[ recovery-image] Jul 14 21:38:49.497 INFO O| Jul 14 21:38:49.497 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-07-14T21:38:50.385Z[ recovery-image] Jul 14 21:38:49.504 INFO O| Jul 14 21:38:49.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
70282026-07-14T21:38:50.385Z[ recovery-image] Jul 14 21:38:49.504 INFO O| Jul 14 21:38:49.504 INFO STEP 551 (remove_files) COMPLETE
70292026-07-14T21:38:50.385Z[ recovery-image] Jul 14 21:38:49.504 INFO O| Jul 14 21:38:49.504 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-07-14T21:38:50.391Z[ recovery-image] Jul 14 21:38:49.510 INFO O| Jul 14 21:38:49.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
70312026-07-14T21:38:50.391Z[ recovery-image] Jul 14 21:38:49.510 INFO O| Jul 14 21:38:49.510 INFO STEP 552 (remove_files) COMPLETE
70322026-07-14T21:38:50.391Z[ recovery-image] Jul 14 21:38:49.510 INFO O| Jul 14 21:38:49.510 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-07-14T21:38:50.398Z[ recovery-image] Jul 14 21:38:49.516 INFO O| Jul 14 21:38:49.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70342026-07-14T21:38:50.398Z[ recovery-image] Jul 14 21:38:49.516 INFO O| Jul 14 21:38:49.516 INFO STEP 553 (remove_files) COMPLETE
70352026-07-14T21:38:50.401Z[ recovery-image] Jul 14 21:38:49.516 INFO O| Jul 14 21:38:49.516 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-07-14T21:38:50.404Z[ recovery-image] Jul 14 21:38:49.522 INFO O| Jul 14 21:38:49.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70372026-07-14T21:38:50.404Z[ recovery-image] Jul 14 21:38:49.522 INFO O| Jul 14 21:38:49.522 INFO STEP 554 (remove_files) COMPLETE
70382026-07-14T21:38:50.404Z[ recovery-image] Jul 14 21:38:49.522 INFO O| Jul 14 21:38:49.522 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-07-14T21:38:50.409Z[ recovery-image] Jul 14 21:38:49.528 INFO O| Jul 14 21:38:49.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70402026-07-14T21:38:50.409Z[ recovery-image] Jul 14 21:38:49.528 INFO O| Jul 14 21:38:49.528 INFO STEP 555 (remove_files) COMPLETE
70412026-07-14T21:38:50.412Z[ recovery-image] Jul 14 21:38:49.528 INFO O| Jul 14 21:38:49.528 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-07-14T21:38:50.415Z[ recovery-image] Jul 14 21:38:49.533 INFO O| Jul 14 21:38:49.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70432026-07-14T21:38:50.415Z[ recovery-image] Jul 14 21:38:49.533 INFO O| Jul 14 21:38:49.533 INFO STEP 556 (remove_files) COMPLETE
70442026-07-14T21:38:50.415Z[ recovery-image] Jul 14 21:38:49.533 INFO O| Jul 14 21:38:49.533 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-07-14T21:38:50.422Z[ recovery-image] Jul 14 21:38:49.540 INFO O| Jul 14 21:38:49.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70462026-07-14T21:38:50.422Z[ recovery-image] Jul 14 21:38:49.540 INFO O| Jul 14 21:38:49.540 INFO STEP 557 (remove_files) COMPLETE
70472026-07-14T21:38:50.425Z[ recovery-image] Jul 14 21:38:49.540 INFO O| Jul 14 21:38:49.540 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-07-14T21:38:50.428Z[ recovery-image] Jul 14 21:38:49.546 INFO O| Jul 14 21:38:49.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70492026-07-14T21:38:50.428Z[ recovery-image] Jul 14 21:38:49.546 INFO O| Jul 14 21:38:49.546 INFO STEP 558 (remove_files) COMPLETE
70502026-07-14T21:38:50.431Z[ recovery-image] Jul 14 21:38:49.546 INFO O| Jul 14 21:38:49.546 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-07-14T21:38:50.434Z[ recovery-image] Jul 14 21:38:49.552 INFO O| Jul 14 21:38:49.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70522026-07-14T21:38:50.436Z[ recovery-image] Jul 14 21:38:49.552 INFO O| Jul 14 21:38:49.552 INFO STEP 559 (remove_files) COMPLETE
70532026-07-14T21:38:50.436Z[ recovery-image] Jul 14 21:38:49.552 INFO O| Jul 14 21:38:49.552 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-07-14T21:38:50.440Z[ recovery-image] Jul 14 21:38:49.559 INFO O| Jul 14 21:38:49.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70552026-07-14T21:38:50.441Z[ recovery-image] Jul 14 21:38:49.559 INFO O| Jul 14 21:38:49.559 INFO STEP 560 (remove_files) COMPLETE
70562026-07-14T21:38:50.443Z[ recovery-image] Jul 14 21:38:49.559 INFO O| Jul 14 21:38:49.559 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-07-14T21:38:50.447Z[ recovery-image] Jul 14 21:38:49.565 INFO O| Jul 14 21:38:49.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70582026-07-14T21:38:50.450Z[ recovery-image] Jul 14 21:38:49.565 INFO O| Jul 14 21:38:49.565 INFO STEP 561 (remove_files) COMPLETE
70592026-07-14T21:38:50.450Z[ recovery-image] Jul 14 21:38:49.565 INFO O| Jul 14 21:38:49.565 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-07-14T21:38:50.453Z[ recovery-image] Jul 14 21:38:49.571 INFO O| Jul 14 21:38:49.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70612026-07-14T21:38:50.453Z[ recovery-image] Jul 14 21:38:49.571 INFO O| Jul 14 21:38:49.571 INFO STEP 562 (remove_files) COMPLETE
70622026-07-14T21:38:50.453Z[ recovery-image] Jul 14 21:38:49.571 INFO O| Jul 14 21:38:49.571 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-07-14T21:38:50.459Z[ recovery-image] Jul 14 21:38:49.577 INFO O| Jul 14 21:38:49.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70642026-07-14T21:38:50.461Z[ recovery-image] Jul 14 21:38:49.577 INFO O| Jul 14 21:38:49.577 INFO STEP 563 (remove_files) COMPLETE
70652026-07-14T21:38:50.461Z[ recovery-image] Jul 14 21:38:49.577 INFO O| Jul 14 21:38:49.577 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-07-14T21:38:50.464Z[ recovery-image] Jul 14 21:38:49.583 INFO O| Jul 14 21:38:49.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70672026-07-14T21:38:50.464Z[ recovery-image] Jul 14 21:38:49.583 INFO O| Jul 14 21:38:49.583 INFO STEP 564 (remove_files) COMPLETE
70682026-07-14T21:38:50.464Z[ recovery-image] Jul 14 21:38:49.583 INFO O| Jul 14 21:38:49.583 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-07-14T21:38:50.470Z[ recovery-image] Jul 14 21:38:49.588 INFO O| Jul 14 21:38:49.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70702026-07-14T21:38:50.470Z[ recovery-image] Jul 14 21:38:49.588 INFO O| Jul 14 21:38:49.588 INFO STEP 565 (remove_files) COMPLETE
70712026-07-14T21:38:50.470Z[ recovery-image] Jul 14 21:38:49.588 INFO O| Jul 14 21:38:49.588 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-07-14T21:38:50.476Z[ recovery-image] Jul 14 21:38:49.594 INFO O| Jul 14 21:38:49.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70732026-07-14T21:38:50.478Z[ recovery-image] Jul 14 21:38:49.594 INFO O| Jul 14 21:38:49.594 INFO STEP 566 (remove_files) COMPLETE
70742026-07-14T21:38:50.478Z[ recovery-image] Jul 14 21:38:49.594 INFO O| Jul 14 21:38:49.594 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-07-14T21:38:50.482Z[ recovery-image] Jul 14 21:38:49.601 INFO O| Jul 14 21:38:49.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70762026-07-14T21:38:50.482Z[ recovery-image] Jul 14 21:38:49.601 INFO O| Jul 14 21:38:49.601 INFO STEP 567 (remove_files) COMPLETE
70772026-07-14T21:38:50.485Z[ recovery-image] Jul 14 21:38:49.601 INFO O| Jul 14 21:38:49.601 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-07-14T21:38:50.489Z[ recovery-image] Jul 14 21:38:49.607 INFO O| Jul 14 21:38:49.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70792026-07-14T21:38:50.489Z[ recovery-image] Jul 14 21:38:49.607 INFO O| Jul 14 21:38:49.607 INFO STEP 568 (remove_files) COMPLETE
70802026-07-14T21:38:50.491Z[ recovery-image] Jul 14 21:38:49.607 INFO O| Jul 14 21:38:49.607 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-07-14T21:38:50.494Z[ recovery-image] Jul 14 21:38:49.613 INFO O| Jul 14 21:38:49.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70822026-07-14T21:38:50.494Z[ recovery-image] Jul 14 21:38:49.613 INFO O| Jul 14 21:38:49.613 INFO STEP 569 (remove_files) COMPLETE
70832026-07-14T21:38:50.497Z[ recovery-image] Jul 14 21:38:49.613 INFO O| Jul 14 21:38:49.613 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-07-14T21:38:50.501Z[ recovery-image] Jul 14 21:38:49.619 INFO O| Jul 14 21:38:49.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70852026-07-14T21:38:50.501Z[ recovery-image] Jul 14 21:38:49.619 INFO O| Jul 14 21:38:49.619 INFO STEP 570 (remove_files) COMPLETE
70862026-07-14T21:38:50.501Z[ recovery-image] Jul 14 21:38:49.619 INFO O| Jul 14 21:38:49.619 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-07-14T21:38:50.509Z[ recovery-image] Jul 14 21:38:49.625 INFO O| Jul 14 21:38:49.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70882026-07-14T21:38:50.509Z[ recovery-image] Jul 14 21:38:49.625 INFO O| Jul 14 21:38:49.625 INFO STEP 571 (remove_files) COMPLETE
70892026-07-14T21:38:50.509Z[ recovery-image] Jul 14 21:38:49.625 INFO O| Jul 14 21:38:49.625 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-07-14T21:38:50.513Z[ recovery-image] Jul 14 21:38:49.632 INFO O| Jul 14 21:38:49.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70912026-07-14T21:38:50.513Z[ recovery-image] Jul 14 21:38:49.632 INFO O| Jul 14 21:38:49.632 INFO STEP 572 (remove_files) COMPLETE
70922026-07-14T21:38:50.513Z[ recovery-image] Jul 14 21:38:49.632 INFO O| Jul 14 21:38:49.632 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-07-14T21:38:50.520Z[ recovery-image] Jul 14 21:38:49.638 INFO O| Jul 14 21:38:49.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70942026-07-14T21:38:50.523Z[ recovery-image] Jul 14 21:38:49.638 INFO O| Jul 14 21:38:49.638 INFO STEP 573 (remove_files) COMPLETE
70952026-07-14T21:38:50.523Z[ recovery-image] Jul 14 21:38:49.638 INFO O| Jul 14 21:38:49.638 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-07-14T21:38:50.526Z[ recovery-image] Jul 14 21:38:49.644 INFO O| Jul 14 21:38:49.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70972026-07-14T21:38:50.526Z[ recovery-image] Jul 14 21:38:49.644 INFO O| Jul 14 21:38:49.644 INFO STEP 574 (remove_files) COMPLETE
70982026-07-14T21:38:50.529Z[ recovery-image] Jul 14 21:38:49.644 INFO O| Jul 14 21:38:49.644 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-07-14T21:38:50.532Z[ recovery-image] Jul 14 21:38:49.650 INFO O| Jul 14 21:38:49.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
71002026-07-14T21:38:50.532Z[ recovery-image] Jul 14 21:38:49.651 INFO O| Jul 14 21:38:49.651 INFO STEP 575 (remove_files) COMPLETE
71012026-07-14T21:38:50.532Z[ recovery-image] Jul 14 21:38:49.651 INFO O| Jul 14 21:38:49.651 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-07-14T21:38:50.538Z[ recovery-image] Jul 14 21:38:49.656 INFO O| Jul 14 21:38:49.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
71032026-07-14T21:38:50.541Z[ recovery-image] Jul 14 21:38:49.657 INFO O| Jul 14 21:38:49.657 INFO STEP 576 (remove_files) COMPLETE
71042026-07-14T21:38:50.541Z[ recovery-image] Jul 14 21:38:49.657 INFO O| Jul 14 21:38:49.657 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-07-14T21:38:50.545Z[ recovery-image] Jul 14 21:38:49.664 INFO O| Jul 14 21:38:49.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
71062026-07-14T21:38:50.548Z[ recovery-image] Jul 14 21:38:49.664 INFO O| Jul 14 21:38:49.664 INFO STEP 577 (remove_files) COMPLETE
71072026-07-14T21:38:50.548Z[ recovery-image] Jul 14 21:38:49.664 INFO O| Jul 14 21:38:49.664 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-07-14T21:38:50.551Z[ recovery-image] Jul 14 21:38:49.669 INFO O| Jul 14 21:38:49.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
71092026-07-14T21:38:50.551Z[ recovery-image] Jul 14 21:38:49.669 INFO O| Jul 14 21:38:49.669 INFO STEP 578 (remove_files) COMPLETE
71102026-07-14T21:38:50.551Z[ recovery-image] Jul 14 21:38:49.669 INFO O| Jul 14 21:38:49.669 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-07-14T21:38:50.558Z[ recovery-image] Jul 14 21:38:49.676 INFO O| Jul 14 21:38:49.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
71122026-07-14T21:38:50.558Z[ recovery-image] Jul 14 21:38:49.676 INFO O| Jul 14 21:38:49.676 INFO STEP 579 (remove_files) COMPLETE
71132026-07-14T21:38:50.561Z[ recovery-image] Jul 14 21:38:49.676 INFO O| Jul 14 21:38:49.676 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-07-14T21:38:50.564Z[ recovery-image] Jul 14 21:38:49.682 INFO O| Jul 14 21:38:49.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
71152026-07-14T21:38:50.564Z[ recovery-image] Jul 14 21:38:49.682 INFO O| Jul 14 21:38:49.682 INFO STEP 580 (remove_files) COMPLETE
71162026-07-14T21:38:50.566Z[ recovery-image] Jul 14 21:38:49.682 INFO O| Jul 14 21:38:49.682 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-07-14T21:38:50.570Z[ recovery-image] Jul 14 21:38:49.689 INFO O| Jul 14 21:38:49.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
71182026-07-14T21:38:50.570Z[ recovery-image] Jul 14 21:38:49.689 INFO O| Jul 14 21:38:49.689 INFO STEP 581 (remove_files) COMPLETE
71192026-07-14T21:38:50.570Z[ recovery-image] Jul 14 21:38:49.689 INFO O| Jul 14 21:38:49.689 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-07-14T21:38:50.577Z[ recovery-image] Jul 14 21:38:49.696 INFO O| Jul 14 21:38:49.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
71212026-07-14T21:38:50.577Z[ recovery-image] Jul 14 21:38:49.696 INFO O| Jul 14 21:38:49.696 INFO STEP 582 (remove_files) COMPLETE
71222026-07-14T21:38:50.581Z[ recovery-image] Jul 14 21:38:49.696 INFO O| Jul 14 21:38:49.696 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-07-14T21:38:50.584Z[ recovery-image] Jul 14 21:38:49.702 INFO O| Jul 14 21:38:49.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
71242026-07-14T21:38:50.584Z[ recovery-image] Jul 14 21:38:49.702 INFO O| Jul 14 21:38:49.702 INFO STEP 583 (remove_files) COMPLETE
71252026-07-14T21:38:50.587Z[ recovery-image] Jul 14 21:38:49.702 INFO O| Jul 14 21:38:49.702 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-07-14T21:38:50.591Z[ recovery-image] Jul 14 21:38:49.709 INFO O| Jul 14 21:38:49.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
71272026-07-14T21:38:50.591Z[ recovery-image] Jul 14 21:38:49.709 INFO O| Jul 14 21:38:49.709 INFO STEP 584 (remove_files) COMPLETE
71282026-07-14T21:38:50.594Z[ recovery-image] Jul 14 21:38:49.709 INFO O| Jul 14 21:38:49.709 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-07-14T21:38:50.597Z[ recovery-image] Jul 14 21:38:49.715 INFO O| Jul 14 21:38:49.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
71302026-07-14T21:38:50.597Z[ recovery-image] Jul 14 21:38:49.715 INFO O| Jul 14 21:38:49.715 INFO STEP 585 (remove_files) COMPLETE
71312026-07-14T21:38:50.600Z[ recovery-image] Jul 14 21:38:49.715 INFO O| Jul 14 21:38:49.715 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-07-14T21:38:50.603Z[ recovery-image] Jul 14 21:38:49.721 INFO O| Jul 14 21:38:49.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71332026-07-14T21:38:50.603Z[ recovery-image] Jul 14 21:38:49.721 INFO O| Jul 14 21:38:49.721 INFO STEP 586 (remove_files) COMPLETE
71342026-07-14T21:38:50.606Z[ recovery-image] Jul 14 21:38:49.721 INFO O| Jul 14 21:38:49.721 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-07-14T21:38:50.609Z[ recovery-image] Jul 14 21:38:49.727 INFO O| Jul 14 21:38:49.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71362026-07-14T21:38:50.609Z[ recovery-image] Jul 14 21:38:49.728 INFO O| Jul 14 21:38:49.727 INFO STEP 587 (remove_files) COMPLETE
71372026-07-14T21:38:50.613Z[ recovery-image] Jul 14 21:38:49.728 INFO O| Jul 14 21:38:49.728 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-07-14T21:38:50.617Z[ recovery-image] Jul 14 21:38:49.735 INFO O| Jul 14 21:38:49.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71392026-07-14T21:38:50.617Z[ recovery-image] Jul 14 21:38:49.735 INFO O| Jul 14 21:38:49.735 INFO STEP 588 (remove_files) COMPLETE
71402026-07-14T21:38:50.620Z[ recovery-image] Jul 14 21:38:49.735 INFO O| Jul 14 21:38:49.735 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-07-14T21:38:50.623Z[ recovery-image] Jul 14 21:38:49.741 INFO O| Jul 14 21:38:49.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71422026-07-14T21:38:50.623Z[ recovery-image] Jul 14 21:38:49.741 INFO O| Jul 14 21:38:49.741 INFO STEP 589 (remove_files) COMPLETE
71432026-07-14T21:38:50.626Z[ recovery-image] Jul 14 21:38:49.741 INFO O| Jul 14 21:38:49.741 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-07-14T21:38:50.629Z[ recovery-image] Jul 14 21:38:49.748 INFO O| Jul 14 21:38:49.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71452026-07-14T21:38:50.632Z[ recovery-image] Jul 14 21:38:49.748 INFO O| Jul 14 21:38:49.748 INFO STEP 590 (remove_files) COMPLETE
71462026-07-14T21:38:50.632Z[ recovery-image] Jul 14 21:38:49.748 INFO O| Jul 14 21:38:49.748 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-07-14T21:38:50.636Z[ recovery-image] Jul 14 21:38:49.754 INFO O| Jul 14 21:38:49.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71482026-07-14T21:38:50.636Z[ recovery-image] Jul 14 21:38:49.754 INFO O| Jul 14 21:38:49.754 INFO STEP 591 (remove_files) COMPLETE
71492026-07-14T21:38:50.636Z[ recovery-image] Jul 14 21:38:49.754 INFO O| Jul 14 21:38:49.754 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-07-14T21:38:50.642Z[ recovery-image] Jul 14 21:38:49.760 INFO O| Jul 14 21:38:49.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71512026-07-14T21:38:50.642Z[ recovery-image] Jul 14 21:38:49.760 INFO O| Jul 14 21:38:49.760 INFO STEP 592 (remove_files) COMPLETE
71522026-07-14T21:38:50.645Z[ recovery-image] Jul 14 21:38:49.760 INFO O| Jul 14 21:38:49.760 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-07-14T21:38:50.647Z[ recovery-image] Jul 14 21:38:49.766 INFO O| Jul 14 21:38:49.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71542026-07-14T21:38:50.650Z[ recovery-image] Jul 14 21:38:49.766 INFO O| Jul 14 21:38:49.766 INFO STEP 593 (remove_files) COMPLETE
71552026-07-14T21:38:50.650Z[ recovery-image] Jul 14 21:38:49.766 INFO O| Jul 14 21:38:49.766 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-07-14T21:38:50.654Z[ recovery-image] Jul 14 21:38:49.772 INFO O| Jul 14 21:38:49.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71572026-07-14T21:38:50.654Z[ recovery-image] Jul 14 21:38:49.772 INFO O| Jul 14 21:38:49.772 INFO STEP 594 (remove_files) COMPLETE
71582026-07-14T21:38:50.657Z[ recovery-image] Jul 14 21:38:49.772 INFO O| Jul 14 21:38:49.772 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-07-14T21:38:50.660Z[ recovery-image] Jul 14 21:38:49.779 INFO O| Jul 14 21:38:49.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71602026-07-14T21:38:50.660Z[ recovery-image] Jul 14 21:38:49.779 INFO O| Jul 14 21:38:49.779 INFO STEP 595 (remove_files) COMPLETE
71612026-07-14T21:38:50.663Z[ recovery-image] Jul 14 21:38:49.779 INFO O| Jul 14 21:38:49.779 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-07-14T21:38:50.667Z[ recovery-image] Jul 14 21:38:49.785 INFO O| Jul 14 21:38:49.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71632026-07-14T21:38:50.667Z[ recovery-image] Jul 14 21:38:49.785 INFO O| Jul 14 21:38:49.785 INFO STEP 596 (remove_files) COMPLETE
71642026-07-14T21:38:50.670Z[ recovery-image] Jul 14 21:38:49.785 INFO O| Jul 14 21:38:49.785 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-07-14T21:38:50.672Z[ recovery-image] Jul 14 21:38:49.791 INFO O| Jul 14 21:38:49.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71662026-07-14T21:38:50.673Z[ recovery-image] Jul 14 21:38:49.791 INFO O| Jul 14 21:38:49.791 INFO STEP 597 (remove_files) COMPLETE
71672026-07-14T21:38:50.673Z[ recovery-image] Jul 14 21:38:49.791 INFO O| Jul 14 21:38:49.791 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-07-14T21:38:50.680Z[ recovery-image] Jul 14 21:38:49.797 INFO O| Jul 14 21:38:49.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71692026-07-14T21:38:50.680Z[ recovery-image] Jul 14 21:38:49.797 INFO O| Jul 14 21:38:49.797 INFO STEP 598 (remove_files) COMPLETE
71702026-07-14T21:38:50.684Z[ recovery-image] Jul 14 21:38:49.797 INFO O| Jul 14 21:38:49.797 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-07-14T21:38:50.689Z[ recovery-image] Jul 14 21:38:49.804 INFO O| Jul 14 21:38:49.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71722026-07-14T21:38:50.689Z[ recovery-image] Jul 14 21:38:49.804 INFO O| Jul 14 21:38:49.804 INFO STEP 599 (remove_files) COMPLETE
71732026-07-14T21:38:50.689Z[ recovery-image] Jul 14 21:38:49.804 INFO O| Jul 14 21:38:49.804 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-07-14T21:38:50.693Z[ recovery-image] Jul 14 21:38:49.810 INFO O| Jul 14 21:38:49.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71752026-07-14T21:38:50.693Z[ recovery-image] Jul 14 21:38:49.810 INFO O| Jul 14 21:38:49.810 INFO STEP 600 (remove_files) COMPLETE
71762026-07-14T21:38:50.693Z[ recovery-image] Jul 14 21:38:49.810 INFO O| Jul 14 21:38:49.810 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-07-14T21:38:50.699Z[ recovery-image] Jul 14 21:38:49.817 INFO O| Jul 14 21:38:49.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71782026-07-14T21:38:50.699Z[ recovery-image] Jul 14 21:38:49.817 INFO O| Jul 14 21:38:49.817 INFO STEP 601 (remove_files) COMPLETE
71792026-07-14T21:38:50.701Z[ recovery-image] Jul 14 21:38:49.817 INFO O| Jul 14 21:38:49.817 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-07-14T21:38:50.704Z[ recovery-image] Jul 14 21:38:49.823 INFO O| Jul 14 21:38:49.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71812026-07-14T21:38:50.704Z[ recovery-image] Jul 14 21:38:49.823 INFO O| Jul 14 21:38:49.823 INFO STEP 602 (remove_files) COMPLETE
71822026-07-14T21:38:50.704Z[ recovery-image] Jul 14 21:38:49.823 INFO O| Jul 14 21:38:49.823 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-07-14T21:38:50.712Z[ recovery-image] Jul 14 21:38:49.829 INFO O| Jul 14 21:38:49.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71842026-07-14T21:38:50.712Z[ recovery-image] Jul 14 21:38:49.829 INFO O| Jul 14 21:38:49.829 INFO STEP 603 (remove_files) COMPLETE
71852026-07-14T21:38:50.712Z[ recovery-image] Jul 14 21:38:49.829 INFO O| Jul 14 21:38:49.829 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-07-14T21:38:50.717Z[ recovery-image] Jul 14 21:38:49.835 INFO O| Jul 14 21:38:49.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71872026-07-14T21:38:50.717Z[ recovery-image] Jul 14 21:38:49.835 INFO O| Jul 14 21:38:49.835 INFO STEP 604 (remove_files) COMPLETE
71882026-07-14T21:38:50.717Z[ recovery-image] Jul 14 21:38:49.835 INFO O| Jul 14 21:38:49.835 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-07-14T21:38:50.722Z[ recovery-image] Jul 14 21:38:49.841 INFO O| Jul 14 21:38:49.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71902026-07-14T21:38:50.722Z[ recovery-image] Jul 14 21:38:49.841 INFO O| Jul 14 21:38:49.841 INFO STEP 605 (remove_files) COMPLETE
71912026-07-14T21:38:50.722Z[ recovery-image] Jul 14 21:38:49.841 INFO O| Jul 14 21:38:49.841 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-07-14T21:38:50.729Z[ recovery-image] Jul 14 21:38:49.847 INFO O| Jul 14 21:38:49.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71932026-07-14T21:38:50.732Z[ recovery-image] Jul 14 21:38:49.847 INFO O| Jul 14 21:38:49.847 INFO STEP 606 (remove_files) COMPLETE
71942026-07-14T21:38:50.732Z[ recovery-image] Jul 14 21:38:49.847 INFO O| Jul 14 21:38:49.847 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-07-14T21:38:50.735Z[ recovery-image] Jul 14 21:38:49.853 INFO O| Jul 14 21:38:49.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71962026-07-14T21:38:50.735Z[ recovery-image] Jul 14 21:38:49.853 INFO O| Jul 14 21:38:49.853 INFO STEP 607 (remove_files) COMPLETE
71972026-07-14T21:38:50.735Z[ recovery-image] Jul 14 21:38:49.853 INFO O| Jul 14 21:38:49.853 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-07-14T21:38:50.740Z[ recovery-image] Jul 14 21:38:49.859 INFO O| Jul 14 21:38:49.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71992026-07-14T21:38:50.740Z[ recovery-image] Jul 14 21:38:49.859 INFO O| Jul 14 21:38:49.859 INFO STEP 608 (remove_files) COMPLETE
72002026-07-14T21:38:50.743Z[ recovery-image] Jul 14 21:38:49.859 INFO O| Jul 14 21:38:49.859 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-07-14T21:38:50.747Z[ recovery-image] Jul 14 21:38:49.865 INFO O| Jul 14 21:38:49.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
72022026-07-14T21:38:50.750Z[ recovery-image] Jul 14 21:38:49.865 INFO O| Jul 14 21:38:49.865 INFO STEP 609 (remove_files) COMPLETE
72032026-07-14T21:38:50.750Z[ recovery-image] Jul 14 21:38:49.865 INFO O| Jul 14 21:38:49.865 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-07-14T21:38:50.753Z[ recovery-image] Jul 14 21:38:49.872 INFO O| Jul 14 21:38:49.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
72052026-07-14T21:38:50.753Z[ recovery-image] Jul 14 21:38:49.872 INFO O| Jul 14 21:38:49.872 INFO STEP 610 (remove_files) COMPLETE
72062026-07-14T21:38:50.756Z[ recovery-image] Jul 14 21:38:49.872 INFO O| Jul 14 21:38:49.872 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-07-14T21:38:50.759Z[ recovery-image] Jul 14 21:38:49.878 INFO O| Jul 14 21:38:49.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
72082026-07-14T21:38:50.762Z[ recovery-image] Jul 14 21:38:49.878 INFO O| Jul 14 21:38:49.878 INFO STEP 611 (remove_files) COMPLETE
72092026-07-14T21:38:50.762Z[ recovery-image] Jul 14 21:38:49.878 INFO O| Jul 14 21:38:49.878 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-07-14T21:38:50.765Z[ recovery-image] Jul 14 21:38:49.884 INFO O| Jul 14 21:38:49.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
72112026-07-14T21:38:50.765Z[ recovery-image] Jul 14 21:38:49.884 INFO O| Jul 14 21:38:49.884 INFO STEP 612 (remove_files) COMPLETE
72122026-07-14T21:38:50.765Z[ recovery-image] Jul 14 21:38:49.884 INFO O| Jul 14 21:38:49.884 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-07-14T21:38:50.771Z[ recovery-image] Jul 14 21:38:49.889 INFO O| Jul 14 21:38:49.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
72142026-07-14T21:38:50.771Z[ recovery-image] Jul 14 21:38:49.889 INFO O| Jul 14 21:38:49.889 INFO STEP 613 (remove_files) COMPLETE
72152026-07-14T21:38:50.771Z[ recovery-image] Jul 14 21:38:49.889 INFO O| Jul 14 21:38:49.889 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-07-14T21:38:50.777Z[ recovery-image] Jul 14 21:38:49.895 INFO O| Jul 14 21:38:49.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
72172026-07-14T21:38:50.777Z[ recovery-image] Jul 14 21:38:49.895 INFO O| Jul 14 21:38:49.895 INFO STEP 614 (remove_files) COMPLETE
72182026-07-14T21:38:50.780Z[ recovery-image] Jul 14 21:38:49.895 INFO O| Jul 14 21:38:49.895 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-07-14T21:38:50.783Z[ recovery-image] Jul 14 21:38:49.902 INFO O| Jul 14 21:38:49.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
72202026-07-14T21:38:50.784Z[ recovery-image] Jul 14 21:38:49.902 INFO O| Jul 14 21:38:49.902 INFO STEP 615 (remove_files) COMPLETE
72212026-07-14T21:38:50.784Z[ recovery-image] Jul 14 21:38:49.902 INFO O| Jul 14 21:38:49.902 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-07-14T21:38:50.789Z[ recovery-image] Jul 14 21:38:49.908 INFO O| Jul 14 21:38:49.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
72232026-07-14T21:38:50.790Z[ recovery-image] Jul 14 21:38:49.908 INFO O| Jul 14 21:38:49.908 INFO STEP 616 (remove_files) COMPLETE
72242026-07-14T21:38:50.790Z[ recovery-image] Jul 14 21:38:49.908 INFO O| Jul 14 21:38:49.908 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-07-14T21:38:50.795Z[ recovery-image] Jul 14 21:38:49.914 INFO O| Jul 14 21:38:49.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
72262026-07-14T21:38:50.799Z[ recovery-image] Jul 14 21:38:49.914 INFO O| Jul 14 21:38:49.914 INFO STEP 617 (remove_files) COMPLETE
72272026-07-14T21:38:50.799Z[ recovery-image] Jul 14 21:38:49.914 INFO O| Jul 14 21:38:49.914 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-07-14T21:38:50.802Z[ recovery-image] Jul 14 21:38:49.920 INFO O| Jul 14 21:38:49.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
72292026-07-14T21:38:50.802Z[ recovery-image] Jul 14 21:38:49.920 INFO O| Jul 14 21:38:49.920 INFO STEP 618 (remove_files) COMPLETE
72302026-07-14T21:38:50.802Z[ recovery-image] Jul 14 21:38:49.920 INFO O| Jul 14 21:38:49.920 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-07-14T21:38:50.808Z[ recovery-image] Jul 14 21:38:49.926 INFO O| Jul 14 21:38:49.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72322026-07-14T21:38:50.808Z[ recovery-image] Jul 14 21:38:49.926 INFO O| Jul 14 21:38:49.926 INFO STEP 619 (remove_files) COMPLETE
72332026-07-14T21:38:50.808Z[ recovery-image] Jul 14 21:38:49.926 INFO O| Jul 14 21:38:49.926 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-07-14T21:38:50.814Z[ recovery-image] Jul 14 21:38:49.932 INFO O| Jul 14 21:38:49.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72352026-07-14T21:38:50.814Z[ recovery-image] Jul 14 21:38:49.932 INFO O| Jul 14 21:38:49.932 INFO STEP 620 (remove_files) COMPLETE
72362026-07-14T21:38:50.817Z[ recovery-image] Jul 14 21:38:49.932 INFO O| Jul 14 21:38:49.932 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-07-14T21:38:50.821Z[ recovery-image] Jul 14 21:38:49.939 INFO O| Jul 14 21:38:49.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72382026-07-14T21:38:50.821Z[ recovery-image] Jul 14 21:38:49.939 INFO O| Jul 14 21:38:49.939 INFO STEP 621 (remove_files) COMPLETE
72392026-07-14T21:38:50.824Z[ recovery-image] Jul 14 21:38:49.939 INFO O| Jul 14 21:38:49.939 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-07-14T21:38:50.828Z[ recovery-image] Jul 14 21:38:49.946 INFO O| Jul 14 21:38:49.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72412026-07-14T21:38:50.828Z[ recovery-image] Jul 14 21:38:49.946 INFO O| Jul 14 21:38:49.946 INFO STEP 622 (remove_files) COMPLETE
72422026-07-14T21:38:50.830Z[ recovery-image] Jul 14 21:38:49.946 INFO O| Jul 14 21:38:49.946 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-07-14T21:38:50.834Z[ recovery-image] Jul 14 21:38:49.952 INFO O| Jul 14 21:38:49.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72442026-07-14T21:38:50.834Z[ recovery-image] Jul 14 21:38:49.952 INFO O| Jul 14 21:38:49.952 INFO STEP 623 (remove_files) COMPLETE
72452026-07-14T21:38:50.838Z[ recovery-image] Jul 14 21:38:49.952 INFO O| Jul 14 21:38:49.952 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-07-14T21:38:50.841Z[ recovery-image] Jul 14 21:38:49.959 INFO O| Jul 14 21:38:49.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72472026-07-14T21:38:50.841Z[ recovery-image] Jul 14 21:38:49.959 INFO O| Jul 14 21:38:49.959 INFO STEP 624 (remove_files) COMPLETE
72482026-07-14T21:38:50.843Z[ recovery-image] Jul 14 21:38:49.959 INFO O| Jul 14 21:38:49.959 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-07-14T21:38:50.847Z[ recovery-image] Jul 14 21:38:49.965 INFO O| Jul 14 21:38:49.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72502026-07-14T21:38:50.847Z[ recovery-image] Jul 14 21:38:49.965 INFO O| Jul 14 21:38:49.965 INFO STEP 625 (remove_files) COMPLETE
72512026-07-14T21:38:50.850Z[ recovery-image] Jul 14 21:38:49.965 INFO O| Jul 14 21:38:49.965 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-07-14T21:38:50.855Z[ recovery-image] Jul 14 21:38:49.973 INFO O| Jul 14 21:38:49.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72532026-07-14T21:38:50.855Z[ recovery-image] Jul 14 21:38:49.973 INFO O| Jul 14 21:38:49.973 INFO STEP 626 (remove_files) COMPLETE
72542026-07-14T21:38:50.858Z[ recovery-image] Jul 14 21:38:49.973 INFO O| Jul 14 21:38:49.973 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-07-14T21:38:50.861Z[ recovery-image] Jul 14 21:38:49.979 INFO O| Jul 14 21:38:49.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72562026-07-14T21:38:50.861Z[ recovery-image] Jul 14 21:38:49.979 INFO O| Jul 14 21:38:49.979 INFO STEP 627 (remove_files) COMPLETE
72572026-07-14T21:38:50.864Z[ recovery-image] Jul 14 21:38:49.979 INFO O| Jul 14 21:38:49.979 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-07-14T21:38:50.867Z[ recovery-image] Jul 14 21:38:49.985 INFO O| Jul 14 21:38:49.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72592026-07-14T21:38:50.868Z[ recovery-image] Jul 14 21:38:49.985 INFO O| Jul 14 21:38:49.985 INFO STEP 628 (remove_files) COMPLETE
72602026-07-14T21:38:50.868Z[ recovery-image] Jul 14 21:38:49.985 INFO O| Jul 14 21:38:49.985 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-07-14T21:38:50.872Z[ recovery-image] Jul 14 21:38:49.990 INFO O| Jul 14 21:38:49.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72622026-07-14T21:38:50.872Z[ recovery-image] Jul 14 21:38:49.990 INFO O| Jul 14 21:38:49.990 INFO STEP 629 (remove_files) COMPLETE
72632026-07-14T21:38:50.875Z[ recovery-image] Jul 14 21:38:49.990 INFO O| Jul 14 21:38:49.990 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-07-14T21:38:50.877Z[ recovery-image] Jul 14 21:38:49.995 INFO O| Jul 14 21:38:49.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72652026-07-14T21:38:50.877Z[ recovery-image] Jul 14 21:38:49.995 INFO O| Jul 14 21:38:49.995 INFO STEP 630 (remove_files) COMPLETE
72662026-07-14T21:38:50.877Z[ recovery-image] Jul 14 21:38:49.995 INFO O| Jul 14 21:38:49.995 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-07-14T21:38:50.883Z[ recovery-image] Jul 14 21:38:50.001 INFO O| Jul 14 21:38:50.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72682026-07-14T21:38:50.883Z[ recovery-image] Jul 14 21:38:50.001 INFO O| Jul 14 21:38:50.001 INFO STEP 631 (remove_files) COMPLETE
72692026-07-14T21:38:50.883Z[ recovery-image] Jul 14 21:38:50.001 INFO O| Jul 14 21:38:50.001 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-07-14T21:38:50.888Z[ recovery-image] Jul 14 21:38:50.007 INFO O| Jul 14 21:38:50.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72712026-07-14T21:38:50.891Z[ recovery-image] Jul 14 21:38:50.007 INFO O| Jul 14 21:38:50.007 INFO STEP 632 (remove_files) COMPLETE
72722026-07-14T21:38:50.891Z[ recovery-image] Jul 14 21:38:50.007 INFO O| Jul 14 21:38:50.007 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-07-14T21:38:50.894Z[ recovery-image] Jul 14 21:38:50.012 INFO O| Jul 14 21:38:50.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72742026-07-14T21:38:50.894Z[ recovery-image] Jul 14 21:38:50.012 INFO O| Jul 14 21:38:50.012 INFO STEP 633 (remove_files) COMPLETE
72752026-07-14T21:38:50.894Z[ recovery-image] Jul 14 21:38:50.012 INFO O| Jul 14 21:38:50.012 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-07-14T21:38:50.899Z[ recovery-image] Jul 14 21:38:50.018 INFO O| Jul 14 21:38:50.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72772026-07-14T21:38:50.899Z[ recovery-image] Jul 14 21:38:50.018 INFO O| Jul 14 21:38:50.018 INFO STEP 634 (remove_files) COMPLETE
72782026-07-14T21:38:50.899Z[ recovery-image] Jul 14 21:38:50.018 INFO O| Jul 14 21:38:50.018 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-07-14T21:38:50.905Z[ recovery-image] Jul 14 21:38:50.023 INFO O| Jul 14 21:38:50.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72802026-07-14T21:38:50.905Z[ recovery-image] Jul 14 21:38:50.023 INFO O| Jul 14 21:38:50.023 INFO STEP 635 (remove_files) COMPLETE
72812026-07-14T21:38:50.908Z[ recovery-image] Jul 14 21:38:50.023 INFO O| Jul 14 21:38:50.023 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-07-14T21:38:50.910Z[ recovery-image] Jul 14 21:38:50.028 INFO O| Jul 14 21:38:50.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72832026-07-14T21:38:50.913Z[ recovery-image] Jul 14 21:38:50.029 INFO O| Jul 14 21:38:50.029 INFO STEP 636 (remove_files) COMPLETE
72842026-07-14T21:38:50.913Z[ recovery-image] Jul 14 21:38:50.029 INFO O| Jul 14 21:38:50.029 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-07-14T21:38:50.916Z[ recovery-image] Jul 14 21:38:50.034 INFO O| Jul 14 21:38:50.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72862026-07-14T21:38:50.916Z[ recovery-image] Jul 14 21:38:50.034 INFO O| Jul 14 21:38:50.034 INFO STEP 637 (remove_files) COMPLETE
72872026-07-14T21:38:50.916Z[ recovery-image] Jul 14 21:38:50.035 INFO O| Jul 14 21:38:50.034 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-07-14T21:38:50.922Z[ recovery-image] Jul 14 21:38:50.040 INFO O| Jul 14 21:38:50.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72892026-07-14T21:38:50.922Z[ recovery-image] Jul 14 21:38:50.040 INFO O| Jul 14 21:38:50.040 INFO STEP 638 (remove_files) COMPLETE
72902026-07-14T21:38:50.924Z[ recovery-image] Jul 14 21:38:50.040 INFO O| Jul 14 21:38:50.040 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-07-14T21:38:50.927Z[ recovery-image] Jul 14 21:38:50.045 INFO O| Jul 14 21:38:50.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72922026-07-14T21:38:50.927Z[ recovery-image] Jul 14 21:38:50.045 INFO O| Jul 14 21:38:50.045 INFO STEP 639 (remove_files) COMPLETE
72932026-07-14T21:38:50.927Z[ recovery-image] Jul 14 21:38:50.045 INFO O| Jul 14 21:38:50.045 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-07-14T21:38:50.932Z[ recovery-image] Jul 14 21:38:50.051 INFO O| Jul 14 21:38:50.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72952026-07-14T21:38:50.932Z[ recovery-image] Jul 14 21:38:50.051 INFO O| Jul 14 21:38:50.051 INFO STEP 640 (remove_files) COMPLETE
72962026-07-14T21:38:50.933Z[ recovery-image] Jul 14 21:38:50.051 INFO O| Jul 14 21:38:50.051 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-07-14T21:38:50.938Z[ recovery-image] Jul 14 21:38:50.056 INFO O| Jul 14 21:38:50.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72982026-07-14T21:38:50.938Z[ recovery-image] Jul 14 21:38:50.056 INFO O| Jul 14 21:38:50.056 INFO STEP 641 (remove_files) COMPLETE
72992026-07-14T21:38:50.938Z[ recovery-image] Jul 14 21:38:50.056 INFO O| Jul 14 21:38:50.056 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-07-14T21:38:50.943Z[ recovery-image] Jul 14 21:38:50.061 INFO O| Jul 14 21:38:50.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
73012026-07-14T21:38:50.946Z[ recovery-image] Jul 14 21:38:50.061 INFO O| Jul 14 21:38:50.061 INFO STEP 642 (remove_files) COMPLETE
73022026-07-14T21:38:50.946Z[ recovery-image] Jul 14 21:38:50.061 INFO O| Jul 14 21:38:50.061 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-07-14T21:38:50.949Z[ recovery-image] Jul 14 21:38:50.067 INFO O| Jul 14 21:38:50.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
73042026-07-14T21:38:50.949Z[ recovery-image] Jul 14 21:38:50.067 INFO O| Jul 14 21:38:50.067 INFO STEP 643 (remove_files) COMPLETE
73052026-07-14T21:38:50.952Z[ recovery-image] Jul 14 21:38:50.067 INFO O| Jul 14 21:38:50.067 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-07-14T21:38:50.954Z[ recovery-image] Jul 14 21:38:50.073 INFO O| Jul 14 21:38:50.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
73072026-07-14T21:38:50.954Z[ recovery-image] Jul 14 21:38:50.073 INFO O| Jul 14 21:38:50.073 INFO STEP 644 (remove_files) COMPLETE
73082026-07-14T21:38:50.954Z[ recovery-image] Jul 14 21:38:50.073 INFO O| Jul 14 21:38:50.073 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-07-14T21:38:50.959Z[ recovery-image] Jul 14 21:38:50.078 INFO O| Jul 14 21:38:50.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
73102026-07-14T21:38:50.959Z[ recovery-image] Jul 14 21:38:50.078 INFO O| Jul 14 21:38:50.078 INFO STEP 645 (remove_files) COMPLETE
73112026-07-14T21:38:50.962Z[ recovery-image] Jul 14 21:38:50.078 INFO O| Jul 14 21:38:50.078 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-07-14T21:38:50.965Z[ recovery-image] Jul 14 21:38:50.083 INFO O| Jul 14 21:38:50.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
73132026-07-14T21:38:50.965Z[ recovery-image] Jul 14 21:38:50.083 INFO O| Jul 14 21:38:50.083 INFO STEP 646 (remove_files) COMPLETE
73142026-07-14T21:38:50.965Z[ recovery-image] Jul 14 21:38:50.083 INFO O| Jul 14 21:38:50.083 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-07-14T21:38:50.972Z[ recovery-image] Jul 14 21:38:50.089 INFO O| Jul 14 21:38:50.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
73162026-07-14T21:38:50.972Z[ recovery-image] Jul 14 21:38:50.089 INFO O| Jul 14 21:38:50.089 INFO STEP 647 (remove_files) COMPLETE
73172026-07-14T21:38:50.975Z[ recovery-image] Jul 14 21:38:50.089 INFO O| Jul 14 21:38:50.089 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-07-14T21:38:50.979Z[ recovery-image] Jul 14 21:38:50.097 INFO O| Jul 14 21:38:50.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
73192026-07-14T21:38:50.979Z[ recovery-image] Jul 14 21:38:50.097 INFO O| Jul 14 21:38:50.097 INFO STEP 648 (remove_files) COMPLETE
73202026-07-14T21:38:50.982Z[ recovery-image] Jul 14 21:38:50.097 INFO O| Jul 14 21:38:50.097 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-07-14T21:38:50.986Z[ recovery-image] Jul 14 21:38:50.104 INFO O| Jul 14 21:38:50.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
73222026-07-14T21:38:50.988Z[ recovery-image] Jul 14 21:38:50.104 INFO O| Jul 14 21:38:50.104 INFO STEP 649 (remove_files) COMPLETE
73232026-07-14T21:38:50.988Z[ recovery-image] Jul 14 21:38:50.104 INFO O| Jul 14 21:38:50.104 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-07-14T21:38:50.991Z[ recovery-image] Jul 14 21:38:50.110 INFO O| Jul 14 21:38:50.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
73252026-07-14T21:38:50.994Z[ recovery-image] Jul 14 21:38:50.110 INFO O| Jul 14 21:38:50.110 INFO STEP 650 (remove_files) COMPLETE
73262026-07-14T21:38:50.994Z[ recovery-image] Jul 14 21:38:50.110 INFO O| Jul 14 21:38:50.110 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-07-14T21:38:50.997Z[ recovery-image] Jul 14 21:38:50.115 INFO O| Jul 14 21:38:50.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
73282026-07-14T21:38:50.997Z[ recovery-image] Jul 14 21:38:50.115 INFO O| Jul 14 21:38:50.115 INFO STEP 651 (remove_files) COMPLETE
73292026-07-14T21:38:50.997Z[ recovery-image] Jul 14 21:38:50.115 INFO O| Jul 14 21:38:50.115 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-07-14T21:38:51.003Z[ recovery-image] Jul 14 21:38:50.122 INFO O| Jul 14 21:38:50.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
73312026-07-14T21:38:51.009Z[ recovery-image] Jul 14 21:38:50.122 INFO O| Jul 14 21:38:50.122 INFO STEP 652 (remove_files) COMPLETE
73322026-07-14T21:38:51.009Z[ recovery-image] Jul 14 21:38:50.122 INFO O| Jul 14 21:38:50.122 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-07-14T21:38:51.011Z[ recovery-image] Jul 14 21:38:50.128 INFO O| Jul 14 21:38:50.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73342026-07-14T21:38:51.012Z[ recovery-image] Jul 14 21:38:50.128 INFO O| Jul 14 21:38:50.128 INFO STEP 653 (remove_files) COMPLETE
73352026-07-14T21:38:51.012Z[ recovery-image] Jul 14 21:38:50.128 INFO O| Jul 14 21:38:50.128 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-07-14T21:38:51.016Z[ recovery-image] Jul 14 21:38:50.134 INFO O| Jul 14 21:38:50.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73372026-07-14T21:38:51.016Z[ recovery-image] Jul 14 21:38:50.134 INFO O| Jul 14 21:38:50.134 INFO STEP 654 (remove_files) COMPLETE
73382026-07-14T21:38:51.019Z[ recovery-image] Jul 14 21:38:50.134 INFO O| Jul 14 21:38:50.134 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-07-14T21:38:51.022Z[ recovery-image] Jul 14 21:38:50.140 INFO O| Jul 14 21:38:50.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73402026-07-14T21:38:51.022Z[ recovery-image] Jul 14 21:38:50.140 INFO O| Jul 14 21:38:50.140 INFO STEP 655 (remove_files) COMPLETE
73412026-07-14T21:38:51.022Z[ recovery-image] Jul 14 21:38:50.140 INFO O| Jul 14 21:38:50.140 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-07-14T21:38:51.028Z[ recovery-image] Jul 14 21:38:50.147 INFO O| Jul 14 21:38:50.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73432026-07-14T21:38:51.031Z[ recovery-image] Jul 14 21:38:50.147 INFO O| Jul 14 21:38:50.147 INFO STEP 656 (remove_files) COMPLETE
73442026-07-14T21:38:51.031Z[ recovery-image] Jul 14 21:38:50.147 INFO O| Jul 14 21:38:50.147 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-07-14T21:38:51.035Z[ recovery-image] Jul 14 21:38:50.153 INFO O| Jul 14 21:38:50.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73462026-07-14T21:38:51.035Z[ recovery-image] Jul 14 21:38:50.153 INFO O| Jul 14 21:38:50.153 INFO STEP 657 (remove_files) COMPLETE
73472026-07-14T21:38:51.038Z[ recovery-image] Jul 14 21:38:50.153 INFO O| Jul 14 21:38:50.153 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-07-14T21:38:51.041Z[ recovery-image] Jul 14 21:38:50.159 INFO O| Jul 14 21:38:50.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73492026-07-14T21:38:51.041Z[ recovery-image] Jul 14 21:38:50.159 INFO O| Jul 14 21:38:50.159 INFO STEP 658 (remove_files) COMPLETE
73502026-07-14T21:38:51.044Z[ recovery-image] Jul 14 21:38:50.159 INFO O| Jul 14 21:38:50.159 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-07-14T21:38:51.047Z[ recovery-image] Jul 14 21:38:50.165 INFO O| Jul 14 21:38:50.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73522026-07-14T21:38:51.047Z[ recovery-image] Jul 14 21:38:50.165 INFO O| Jul 14 21:38:50.165 INFO STEP 659 (remove_files) COMPLETE
73532026-07-14T21:38:51.047Z[ recovery-image] Jul 14 21:38:50.165 INFO O| Jul 14 21:38:50.165 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-07-14T21:38:51.052Z[ recovery-image] Jul 14 21:38:50.170 INFO O| Jul 14 21:38:50.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73552026-07-14T21:38:51.052Z[ recovery-image] Jul 14 21:38:50.170 INFO O| Jul 14 21:38:50.170 INFO STEP 660 (remove_files) COMPLETE
73562026-07-14T21:38:51.052Z[ recovery-image] Jul 14 21:38:50.170 INFO O| Jul 14 21:38:50.170 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-07-14T21:38:51.057Z[ recovery-image] Jul 14 21:38:50.176 INFO O| Jul 14 21:38:50.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73582026-07-14T21:38:51.057Z[ recovery-image] Jul 14 21:38:50.176 INFO O| Jul 14 21:38:50.176 INFO STEP 661 (remove_files) COMPLETE
73592026-07-14T21:38:51.057Z[ recovery-image] Jul 14 21:38:50.176 INFO O| Jul 14 21:38:50.176 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-07-14T21:38:51.063Z[ recovery-image] Jul 14 21:38:50.182 INFO O| Jul 14 21:38:50.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73612026-07-14T21:38:51.066Z[ recovery-image] Jul 14 21:38:50.182 INFO O| Jul 14 21:38:50.182 INFO STEP 662 (remove_files) COMPLETE
73622026-07-14T21:38:51.066Z[ recovery-image] Jul 14 21:38:50.182 INFO O| Jul 14 21:38:50.182 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-07-14T21:38:51.069Z[ recovery-image] Jul 14 21:38:50.188 INFO O| Jul 14 21:38:50.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73642026-07-14T21:38:51.069Z[ recovery-image] Jul 14 21:38:50.188 INFO O| Jul 14 21:38:50.188 INFO STEP 663 (remove_files) COMPLETE
73652026-07-14T21:38:51.072Z[ recovery-image] Jul 14 21:38:50.188 INFO O| Jul 14 21:38:50.188 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-07-14T21:38:51.077Z[ recovery-image] Jul 14 21:38:50.195 INFO O| Jul 14 21:38:50.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73672026-07-14T21:38:51.080Z[ recovery-image] Jul 14 21:38:50.195 INFO O| Jul 14 21:38:50.195 INFO STEP 664 (remove_files) COMPLETE
73682026-07-14T21:38:51.080Z[ recovery-image] Jul 14 21:38:50.195 INFO O| Jul 14 21:38:50.195 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-07-14T21:38:51.083Z[ recovery-image] Jul 14 21:38:50.201 INFO O| Jul 14 21:38:50.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73702026-07-14T21:38:51.085Z[ recovery-image] Jul 14 21:38:50.201 INFO O| Jul 14 21:38:50.201 INFO STEP 665 (remove_files) COMPLETE
73712026-07-14T21:38:51.087Z[ recovery-image] Jul 14 21:38:50.201 INFO O| Jul 14 21:38:50.201 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-07-14T21:38:51.090Z[ recovery-image] Jul 14 21:38:50.207 INFO O| Jul 14 21:38:50.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73732026-07-14T21:38:51.090Z[ recovery-image] Jul 14 21:38:50.207 INFO O| Jul 14 21:38:50.207 INFO STEP 666 (remove_files) COMPLETE
73742026-07-14T21:38:51.090Z[ recovery-image] Jul 14 21:38:50.207 INFO O| Jul 14 21:38:50.207 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-07-14T21:38:51.095Z[ recovery-image] Jul 14 21:38:50.212 INFO O| Jul 14 21:38:50.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73762026-07-14T21:38:51.098Z[ recovery-image] Jul 14 21:38:50.213 INFO O| Jul 14 21:38:50.213 INFO STEP 667 (remove_files) COMPLETE
73772026-07-14T21:38:51.098Z[ recovery-image] Jul 14 21:38:50.213 INFO O| Jul 14 21:38:50.213 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-07-14T21:38:51.102Z[ recovery-image] Jul 14 21:38:50.220 INFO O| Jul 14 21:38:50.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73792026-07-14T21:38:51.103Z[ recovery-image] Jul 14 21:38:50.220 INFO O| Jul 14 21:38:50.220 INFO STEP 668 (remove_files) COMPLETE
73802026-07-14T21:38:51.106Z[ recovery-image] Jul 14 21:38:50.220 INFO O| Jul 14 21:38:50.220 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-07-14T21:38:51.109Z[ recovery-image] Jul 14 21:38:50.226 INFO O| Jul 14 21:38:50.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73822026-07-14T21:38:51.109Z[ recovery-image] Jul 14 21:38:50.226 INFO O| Jul 14 21:38:50.226 INFO STEP 669 (remove_files) COMPLETE
73832026-07-14T21:38:51.109Z[ recovery-image] Jul 14 21:38:50.226 INFO O| Jul 14 21:38:50.226 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-07-14T21:38:51.114Z[ recovery-image] Jul 14 21:38:50.232 INFO O| Jul 14 21:38:50.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73852026-07-14T21:38:51.114Z[ recovery-image] Jul 14 21:38:50.232 INFO O| Jul 14 21:38:50.232 INFO STEP 670 (remove_files) COMPLETE
73862026-07-14T21:38:51.115Z[ recovery-image] Jul 14 21:38:50.232 INFO O| Jul 14 21:38:50.232 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-07-14T21:38:51.122Z[ recovery-image] Jul 14 21:38:50.239 INFO O| Jul 14 21:38:50.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73882026-07-14T21:38:51.125Z[ recovery-image] Jul 14 21:38:50.239 INFO O| Jul 14 21:38:50.239 INFO STEP 671 (remove_files) COMPLETE
73892026-07-14T21:38:51.125Z[ recovery-image] Jul 14 21:38:50.239 INFO O| Jul 14 21:38:50.239 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-07-14T21:38:51.128Z[ recovery-image] Jul 14 21:38:50.245 INFO O| Jul 14 21:38:50.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73912026-07-14T21:38:51.128Z[ recovery-image] Jul 14 21:38:50.245 INFO O| Jul 14 21:38:50.245 INFO STEP 672 (remove_files) COMPLETE
73922026-07-14T21:38:51.128Z[ recovery-image] Jul 14 21:38:50.245 INFO O| Jul 14 21:38:50.245 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-07-14T21:38:51.134Z[ recovery-image] Jul 14 21:38:50.252 INFO O| Jul 14 21:38:50.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73942026-07-14T21:38:51.134Z[ recovery-image] Jul 14 21:38:50.252 INFO O| Jul 14 21:38:50.252 INFO STEP 673 (remove_files) COMPLETE
73952026-07-14T21:38:51.136Z[ recovery-image] Jul 14 21:38:50.252 INFO O| Jul 14 21:38:50.252 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-07-14T21:38:51.140Z[ recovery-image] Jul 14 21:38:50.259 INFO O| Jul 14 21:38:50.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73972026-07-14T21:38:51.140Z[ recovery-image] Jul 14 21:38:50.259 INFO O| Jul 14 21:38:50.259 INFO STEP 674 (remove_files) COMPLETE
73982026-07-14T21:38:51.143Z[ recovery-image] Jul 14 21:38:50.259 INFO O| Jul 14 21:38:50.259 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-07-14T21:38:51.147Z[ recovery-image] Jul 14 21:38:50.265 INFO O| Jul 14 21:38:50.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
74002026-07-14T21:38:51.150Z[ recovery-image] Jul 14 21:38:50.265 INFO O| Jul 14 21:38:50.265 INFO STEP 675 (remove_files) COMPLETE
74012026-07-14T21:38:51.150Z[ recovery-image] Jul 14 21:38:50.265 INFO O| Jul 14 21:38:50.265 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-07-14T21:38:51.153Z[ recovery-image] Jul 14 21:38:50.271 INFO O| Jul 14 21:38:50.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
74032026-07-14T21:38:51.153Z[ recovery-image] Jul 14 21:38:50.271 INFO O| Jul 14 21:38:50.271 INFO STEP 676 (remove_files) COMPLETE
74042026-07-14T21:38:51.153Z[ recovery-image] Jul 14 21:38:50.271 INFO O| Jul 14 21:38:50.271 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-07-14T21:38:51.159Z[ recovery-image] Jul 14 21:38:50.277 INFO O| Jul 14 21:38:50.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
74062026-07-14T21:38:51.160Z[ recovery-image] Jul 14 21:38:50.277 INFO O| Jul 14 21:38:50.277 INFO STEP 677 (remove_files) COMPLETE
74072026-07-14T21:38:51.160Z[ recovery-image] Jul 14 21:38:50.277 INFO O| Jul 14 21:38:50.277 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-07-14T21:38:51.165Z[ recovery-image] Jul 14 21:38:50.283 INFO O| Jul 14 21:38:50.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
74092026-07-14T21:38:51.167Z[ recovery-image] Jul 14 21:38:50.284 INFO O| Jul 14 21:38:50.284 INFO STEP 678 (remove_files) COMPLETE
74102026-07-14T21:38:51.168Z[ recovery-image] Jul 14 21:38:50.284 INFO O| Jul 14 21:38:50.284 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-07-14T21:38:51.171Z[ recovery-image] Jul 14 21:38:50.290 INFO O| Jul 14 21:38:50.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
74122026-07-14T21:38:51.171Z[ recovery-image] Jul 14 21:38:50.290 INFO O| Jul 14 21:38:50.290 INFO STEP 679 (remove_files) COMPLETE
74132026-07-14T21:38:51.174Z[ recovery-image] Jul 14 21:38:50.290 INFO O| Jul 14 21:38:50.290 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-07-14T21:38:51.178Z[ recovery-image] Jul 14 21:38:50.296 INFO O| Jul 14 21:38:50.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
74152026-07-14T21:38:51.181Z[ recovery-image] Jul 14 21:38:50.296 INFO O| Jul 14 21:38:50.296 INFO STEP 680 (remove_files) COMPLETE
74162026-07-14T21:38:51.181Z[ recovery-image] Jul 14 21:38:50.296 INFO O| Jul 14 21:38:50.296 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-07-14T21:38:51.185Z[ recovery-image] Jul 14 21:38:50.303 INFO O| Jul 14 21:38:50.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
74182026-07-14T21:38:51.185Z[ recovery-image] Jul 14 21:38:50.303 INFO O| Jul 14 21:38:50.303 INFO STEP 681 (remove_files) COMPLETE
74192026-07-14T21:38:51.185Z[ recovery-image] Jul 14 21:38:50.303 INFO O| Jul 14 21:38:50.303 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-07-14T21:38:51.191Z[ recovery-image] Jul 14 21:38:50.309 INFO O| Jul 14 21:38:50.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
74212026-07-14T21:38:51.194Z[ recovery-image] Jul 14 21:38:50.309 INFO O| Jul 14 21:38:50.309 INFO STEP 682 (remove_files) COMPLETE
74222026-07-14T21:38:51.194Z[ recovery-image] Jul 14 21:38:50.309 INFO O| Jul 14 21:38:50.309 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-07-14T21:38:51.197Z[ recovery-image] Jul 14 21:38:50.315 INFO O| Jul 14 21:38:50.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
74242026-07-14T21:38:51.199Z[ recovery-image] Jul 14 21:38:50.315 INFO O| Jul 14 21:38:50.315 INFO STEP 683 (remove_files) COMPLETE
74252026-07-14T21:38:51.199Z[ recovery-image] Jul 14 21:38:50.315 INFO O| Jul 14 21:38:50.315 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-07-14T21:38:51.203Z[ recovery-image] Jul 14 21:38:50.321 INFO O| Jul 14 21:38:50.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
74272026-07-14T21:38:51.203Z[ recovery-image] Jul 14 21:38:50.322 INFO O| Jul 14 21:38:50.322 INFO STEP 684 (remove_files) COMPLETE
74282026-07-14T21:38:51.206Z[ recovery-image] Jul 14 21:38:50.322 INFO O| Jul 14 21:38:50.322 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-07-14T21:38:51.209Z[ recovery-image] Jul 14 21:38:50.327 INFO O| Jul 14 21:38:50.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
74302026-07-14T21:38:51.212Z[ recovery-image] Jul 14 21:38:50.328 INFO O| Jul 14 21:38:50.328 INFO STEP 685 (remove_files) COMPLETE
74312026-07-14T21:38:51.212Z[ recovery-image] Jul 14 21:38:50.328 INFO O| Jul 14 21:38:50.328 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-07-14T21:38:51.217Z[ recovery-image] Jul 14 21:38:50.334 INFO O| Jul 14 21:38:50.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74332026-07-14T21:38:51.219Z[ recovery-image] Jul 14 21:38:50.335 INFO O| Jul 14 21:38:50.335 INFO STEP 686 (remove_files) COMPLETE
74342026-07-14T21:38:51.219Z[ recovery-image] Jul 14 21:38:50.335 INFO O| Jul 14 21:38:50.335 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-07-14T21:38:51.223Z[ recovery-image] Jul 14 21:38:50.341 INFO O| Jul 14 21:38:50.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74362026-07-14T21:38:51.223Z[ recovery-image] Jul 14 21:38:50.341 INFO O| Jul 14 21:38:50.341 INFO STEP 687 (remove_files) COMPLETE
74372026-07-14T21:38:51.226Z[ recovery-image] Jul 14 21:38:50.341 INFO O| Jul 14 21:38:50.341 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-07-14T21:38:51.229Z[ recovery-image] Jul 14 21:38:50.348 INFO O| Jul 14 21:38:50.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74392026-07-14T21:38:51.229Z[ recovery-image] Jul 14 21:38:50.348 INFO O| Jul 14 21:38:50.348 INFO STEP 688 (remove_files) COMPLETE
74402026-07-14T21:38:51.229Z[ recovery-image] Jul 14 21:38:50.348 INFO O| Jul 14 21:38:50.348 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-07-14T21:38:51.235Z[ recovery-image] Jul 14 21:38:50.353 INFO O| Jul 14 21:38:50.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74422026-07-14T21:38:51.235Z[ recovery-image] Jul 14 21:38:50.353 INFO O| Jul 14 21:38:50.353 INFO STEP 689 (remove_files) COMPLETE
74432026-07-14T21:38:51.238Z[ recovery-image] Jul 14 21:38:50.353 INFO O| Jul 14 21:38:50.353 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-07-14T21:38:51.241Z[ recovery-image] Jul 14 21:38:50.359 INFO O| Jul 14 21:38:50.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74452026-07-14T21:38:51.241Z[ recovery-image] Jul 14 21:38:50.359 INFO O| Jul 14 21:38:50.359 INFO STEP 690 (remove_files) COMPLETE
74462026-07-14T21:38:51.241Z[ recovery-image] Jul 14 21:38:50.359 INFO O| Jul 14 21:38:50.359 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-07-14T21:38:51.246Z[ recovery-image] Jul 14 21:38:50.364 INFO O| Jul 14 21:38:50.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74482026-07-14T21:38:51.249Z[ recovery-image] Jul 14 21:38:50.364 INFO O| Jul 14 21:38:50.364 INFO STEP 691 (remove_files) COMPLETE
74492026-07-14T21:38:51.249Z[ recovery-image] Jul 14 21:38:50.364 INFO O| Jul 14 21:38:50.364 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-07-14T21:38:51.252Z[ recovery-image] Jul 14 21:38:50.370 INFO O| Jul 14 21:38:50.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74512026-07-14T21:38:51.252Z[ recovery-image] Jul 14 21:38:50.370 INFO O| Jul 14 21:38:50.370 INFO STEP 692 (remove_files) COMPLETE
74522026-07-14T21:38:51.252Z[ recovery-image] Jul 14 21:38:50.370 INFO O| Jul 14 21:38:50.370 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-07-14T21:38:51.257Z[ recovery-image] Jul 14 21:38:50.376 INFO O| Jul 14 21:38:50.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74542026-07-14T21:38:51.257Z[ recovery-image] Jul 14 21:38:50.376 INFO O| Jul 14 21:38:50.376 INFO STEP 693 (remove_files) COMPLETE
74552026-07-14T21:38:51.257Z[ recovery-image] Jul 14 21:38:50.376 INFO O| Jul 14 21:38:50.376 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-07-14T21:38:51.263Z[ recovery-image] Jul 14 21:38:50.381 INFO O| Jul 14 21:38:50.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74572026-07-14T21:38:51.266Z[ recovery-image] Jul 14 21:38:50.381 INFO O| Jul 14 21:38:50.381 INFO STEP 694 (remove_files) COMPLETE
74582026-07-14T21:38:51.266Z[ recovery-image] Jul 14 21:38:50.381 INFO O| Jul 14 21:38:50.381 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-07-14T21:38:51.270Z[ recovery-image] Jul 14 21:38:50.388 INFO O| Jul 14 21:38:50.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74602026-07-14T21:38:51.270Z[ recovery-image] Jul 14 21:38:50.388 INFO O| Jul 14 21:38:50.388 INFO STEP 695 (remove_files) COMPLETE
74612026-07-14T21:38:51.272Z[ recovery-image] Jul 14 21:38:50.388 INFO O| Jul 14 21:38:50.388 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-07-14T21:38:51.275Z[ recovery-image] Jul 14 21:38:50.394 INFO O| Jul 14 21:38:50.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74632026-07-14T21:38:51.275Z[ recovery-image] Jul 14 21:38:50.394 INFO O| Jul 14 21:38:50.394 INFO STEP 696 (remove_files) COMPLETE
74642026-07-14T21:38:51.278Z[ recovery-image] Jul 14 21:38:50.394 INFO O| Jul 14 21:38:50.394 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-07-14T21:38:51.281Z[ recovery-image] Jul 14 21:38:50.400 INFO O| Jul 14 21:38:50.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74662026-07-14T21:38:51.281Z[ recovery-image] Jul 14 21:38:50.400 INFO O| Jul 14 21:38:50.400 INFO STEP 697 (remove_files) COMPLETE
74672026-07-14T21:38:51.284Z[ recovery-image] Jul 14 21:38:50.400 INFO O| Jul 14 21:38:50.400 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-07-14T21:38:51.287Z[ recovery-image] Jul 14 21:38:50.406 INFO O| Jul 14 21:38:50.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74692026-07-14T21:38:51.287Z[ recovery-image] Jul 14 21:38:50.406 INFO O| Jul 14 21:38:50.406 INFO STEP 698 (remove_files) COMPLETE
74702026-07-14T21:38:51.287Z[ recovery-image] Jul 14 21:38:50.406 INFO O| Jul 14 21:38:50.406 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-07-14T21:38:51.294Z[ recovery-image] Jul 14 21:38:50.412 INFO O| Jul 14 21:38:50.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74722026-07-14T21:38:51.294Z[ recovery-image] Jul 14 21:38:50.412 INFO O| Jul 14 21:38:50.412 INFO STEP 699 (remove_files) COMPLETE
74732026-07-14T21:38:51.297Z[ recovery-image] Jul 14 21:38:50.412 INFO O| Jul 14 21:38:50.412 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-07-14T21:38:51.300Z[ recovery-image] Jul 14 21:38:50.418 INFO O| Jul 14 21:38:50.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74752026-07-14T21:38:51.300Z[ recovery-image] Jul 14 21:38:50.418 INFO O| Jul 14 21:38:50.418 INFO STEP 700 (remove_files) COMPLETE
74762026-07-14T21:38:51.300Z[ recovery-image] Jul 14 21:38:50.418 INFO O| Jul 14 21:38:50.418 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-07-14T21:38:51.306Z[ recovery-image] Jul 14 21:38:50.424 INFO O| Jul 14 21:38:50.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74782026-07-14T21:38:51.306Z[ recovery-image] Jul 14 21:38:50.424 INFO O| Jul 14 21:38:50.424 INFO STEP 701 (remove_files) COMPLETE
74792026-07-14T21:38:51.310Z[ recovery-image] Jul 14 21:38:50.424 INFO O| Jul 14 21:38:50.424 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-07-14T21:38:51.313Z[ recovery-image] Jul 14 21:38:50.430 INFO O| Jul 14 21:38:50.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74812026-07-14T21:38:51.313Z[ recovery-image] Jul 14 21:38:50.430 INFO O| Jul 14 21:38:50.430 INFO STEP 702 (remove_files) COMPLETE
74822026-07-14T21:38:51.313Z[ recovery-image] Jul 14 21:38:50.430 INFO O| Jul 14 21:38:50.430 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-07-14T21:38:51.318Z[ recovery-image] Jul 14 21:38:50.437 INFO O| Jul 14 21:38:50.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74842026-07-14T21:38:51.318Z[ recovery-image] Jul 14 21:38:50.437 INFO O| Jul 14 21:38:50.437 INFO STEP 703 (remove_files) COMPLETE
74852026-07-14T21:38:51.318Z[ recovery-image] Jul 14 21:38:50.437 INFO O| Jul 14 21:38:50.437 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-07-14T21:38:51.325Z[ recovery-image] Jul 14 21:38:50.442 INFO O| Jul 14 21:38:50.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74872026-07-14T21:38:51.325Z[ recovery-image] Jul 14 21:38:50.442 INFO O| Jul 14 21:38:50.442 INFO STEP 704 (remove_files) COMPLETE
74882026-07-14T21:38:51.325Z[ recovery-image] Jul 14 21:38:50.442 INFO O| Jul 14 21:38:50.442 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-07-14T21:38:51.331Z[ recovery-image] Jul 14 21:38:50.449 INFO O| Jul 14 21:38:50.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74902026-07-14T21:38:51.331Z[ recovery-image] Jul 14 21:38:50.449 INFO O| Jul 14 21:38:50.449 INFO STEP 705 (remove_files) COMPLETE
74912026-07-14T21:38:51.333Z[ recovery-image] Jul 14 21:38:50.449 INFO O| Jul 14 21:38:50.449 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-07-14T21:38:51.338Z[ recovery-image] Jul 14 21:38:50.455 INFO O| Jul 14 21:38:50.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74932026-07-14T21:38:51.338Z[ recovery-image] Jul 14 21:38:50.455 INFO O| Jul 14 21:38:50.455 INFO STEP 706 (remove_files) COMPLETE
74942026-07-14T21:38:51.341Z[ recovery-image] Jul 14 21:38:50.455 INFO O| Jul 14 21:38:50.455 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-07-14T21:38:51.343Z[ recovery-image] Jul 14 21:38:50.461 INFO O| Jul 14 21:38:50.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74962026-07-14T21:38:51.344Z[ recovery-image] Jul 14 21:38:50.461 INFO O| Jul 14 21:38:50.461 INFO STEP 707 (remove_files) COMPLETE
74972026-07-14T21:38:51.344Z[ recovery-image] Jul 14 21:38:50.461 INFO O| Jul 14 21:38:50.461 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-07-14T21:38:51.348Z[ recovery-image] Jul 14 21:38:50.466 INFO O| Jul 14 21:38:50.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74992026-07-14T21:38:51.351Z[ recovery-image] Jul 14 21:38:50.466 INFO O| Jul 14 21:38:50.466 INFO STEP 708 (remove_files) COMPLETE
75002026-07-14T21:38:51.351Z[ recovery-image] Jul 14 21:38:50.466 INFO O| Jul 14 21:38:50.466 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-07-14T21:38:51.354Z[ recovery-image] Jul 14 21:38:50.472 INFO O| Jul 14 21:38:50.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
75022026-07-14T21:38:51.354Z[ recovery-image] Jul 14 21:38:50.472 INFO O| Jul 14 21:38:50.472 INFO STEP 709 (remove_files) COMPLETE
75032026-07-14T21:38:51.354Z[ recovery-image] Jul 14 21:38:50.472 INFO O| Jul 14 21:38:50.472 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-07-14T21:38:51.361Z[ recovery-image] Jul 14 21:38:50.479 INFO O| Jul 14 21:38:50.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
75052026-07-14T21:38:51.361Z[ recovery-image] Jul 14 21:38:50.479 INFO O| Jul 14 21:38:50.479 INFO STEP 710 (remove_files) COMPLETE
75062026-07-14T21:38:51.364Z[ recovery-image] Jul 14 21:38:50.479 INFO O| Jul 14 21:38:50.479 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-07-14T21:38:51.368Z[ recovery-image] Jul 14 21:38:50.486 INFO O| Jul 14 21:38:50.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
75082026-07-14T21:38:51.368Z[ recovery-image] Jul 14 21:38:50.486 INFO O| Jul 14 21:38:50.486 INFO STEP 711 (remove_files) COMPLETE
75092026-07-14T21:38:51.368Z[ recovery-image] Jul 14 21:38:50.486 INFO O| Jul 14 21:38:50.486 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-07-14T21:38:51.375Z[ recovery-image] Jul 14 21:38:50.493 INFO O| Jul 14 21:38:50.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
75112026-07-14T21:38:51.377Z[ recovery-image] Jul 14 21:38:50.493 INFO O| Jul 14 21:38:50.493 INFO STEP 712 (remove_files) COMPLETE
75122026-07-14T21:38:51.377Z[ recovery-image] Jul 14 21:38:50.493 INFO O| Jul 14 21:38:50.493 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-07-14T21:38:51.382Z[ recovery-image] Jul 14 21:38:50.500 INFO O| Jul 14 21:38:50.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
75142026-07-14T21:38:51.382Z[ recovery-image] Jul 14 21:38:50.500 INFO O| Jul 14 21:38:50.500 INFO STEP 713 (remove_files) COMPLETE
75152026-07-14T21:38:51.385Z[ recovery-image] Jul 14 21:38:50.500 INFO O| Jul 14 21:38:50.500 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-07-14T21:38:51.389Z[ recovery-image] Jul 14 21:38:50.507 INFO O| Jul 14 21:38:50.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
75172026-07-14T21:38:51.391Z[ recovery-image] Jul 14 21:38:50.507 INFO O| Jul 14 21:38:50.507 INFO STEP 714 (remove_files) COMPLETE
75182026-07-14T21:38:51.391Z[ recovery-image] Jul 14 21:38:50.507 INFO O| Jul 14 21:38:50.507 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-07-14T21:38:51.395Z[ recovery-image] Jul 14 21:38:50.513 INFO O| Jul 14 21:38:50.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
75202026-07-14T21:38:51.395Z[ recovery-image] Jul 14 21:38:50.513 INFO O| Jul 14 21:38:50.513 INFO STEP 715 (remove_files) COMPLETE
75212026-07-14T21:38:51.395Z[ recovery-image] Jul 14 21:38:50.513 INFO O| Jul 14 21:38:50.513 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-07-14T21:38:51.402Z[ recovery-image] Jul 14 21:38:50.520 INFO O| Jul 14 21:38:50.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
75232026-07-14T21:38:51.402Z[ recovery-image] Jul 14 21:38:50.520 INFO O| Jul 14 21:38:50.520 INFO STEP 716 (remove_files) COMPLETE
75242026-07-14T21:38:51.404Z[ recovery-image] Jul 14 21:38:50.520 INFO O| Jul 14 21:38:50.520 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-07-14T21:38:51.408Z[ recovery-image] Jul 14 21:38:50.526 INFO O| Jul 14 21:38:50.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
75262026-07-14T21:38:51.408Z[ recovery-image] Jul 14 21:38:50.526 INFO O| Jul 14 21:38:50.526 INFO STEP 717 (remove_files) COMPLETE
75272026-07-14T21:38:51.410Z[ recovery-image] Jul 14 21:38:50.526 INFO O| Jul 14 21:38:50.526 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-07-14T21:38:51.413Z[ recovery-image] Jul 14 21:38:50.531 INFO O| Jul 14 21:38:50.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
75292026-07-14T21:38:51.413Z[ recovery-image] Jul 14 21:38:50.532 INFO O| Jul 14 21:38:50.531 INFO STEP 718 (remove_files) COMPLETE
75302026-07-14T21:38:51.413Z[ recovery-image] Jul 14 21:38:50.532 INFO O| Jul 14 21:38:50.531 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-07-14T21:38:51.420Z[ recovery-image] Jul 14 21:38:50.538 INFO O| Jul 14 21:38:50.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75322026-07-14T21:38:51.420Z[ recovery-image] Jul 14 21:38:50.538 INFO O| Jul 14 21:38:50.538 INFO STEP 719 (remove_files) COMPLETE
75332026-07-14T21:38:51.420Z[ recovery-image] Jul 14 21:38:50.538 INFO O| Jul 14 21:38:50.538 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-07-14T21:38:51.426Z[ recovery-image] Jul 14 21:38:50.544 INFO O| Jul 14 21:38:50.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75352026-07-14T21:38:51.426Z[ recovery-image] Jul 14 21:38:50.544 INFO O| Jul 14 21:38:50.544 INFO STEP 720 (remove_files) COMPLETE
75362026-07-14T21:38:51.430Z[ recovery-image] Jul 14 21:38:50.544 INFO O| Jul 14 21:38:50.544 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-07-14T21:38:51.433Z[ recovery-image] Jul 14 21:38:50.550 INFO O| Jul 14 21:38:50.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75382026-07-14T21:38:51.433Z[ recovery-image] Jul 14 21:38:50.550 INFO O| Jul 14 21:38:50.550 INFO STEP 721 (remove_files) COMPLETE
75392026-07-14T21:38:51.433Z[ recovery-image] Jul 14 21:38:50.550 INFO O| Jul 14 21:38:50.550 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-07-14T21:38:51.436Z[ recovery-image] Jul 14 21:38:50.555 INFO O| Jul 14 21:38:50.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75412026-07-14T21:38:51.436Z[ recovery-image] Jul 14 21:38:50.555 INFO O| Jul 14 21:38:50.555 INFO STEP 722 (remove_files) COMPLETE
75422026-07-14T21:38:51.439Z[ recovery-image] Jul 14 21:38:50.555 INFO O| Jul 14 21:38:50.555 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-07-14T21:38:51.442Z[ recovery-image] Jul 14 21:38:50.561 INFO O| Jul 14 21:38:50.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75442026-07-14T21:38:51.445Z[ recovery-image] Jul 14 21:38:50.561 INFO O| Jul 14 21:38:50.561 INFO STEP 723 (remove_files) COMPLETE
75452026-07-14T21:38:51.445Z[ recovery-image] Jul 14 21:38:50.561 INFO O| Jul 14 21:38:50.561 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-07-14T21:38:51.448Z[ recovery-image] Jul 14 21:38:50.567 INFO O| Jul 14 21:38:50.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75472026-07-14T21:38:51.499Z[ recovery-image] Jul 14 21:38:50.567 INFO O| Jul 14 21:38:50.567 INFO STEP 724 (remove_files) COMPLETE
75482026-07-14T21:38:51.499Z[ recovery-image] Jul 14 21:38:50.567 INFO O| Jul 14 21:38:50.567 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-07-14T21:38:51.499Z[ recovery-image] Jul 14 21:38:50.573 INFO O| Jul 14 21:38:50.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75502026-07-14T21:38:51.500Z[ recovery-image] Jul 14 21:38:50.574 INFO O| Jul 14 21:38:50.574 INFO STEP 725 (remove_files) COMPLETE
75512026-07-14T21:38:51.500Z[ recovery-image] Jul 14 21:38:50.574 INFO O| Jul 14 21:38:50.574 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-07-14T21:38:51.500Z[ recovery-image] Jul 14 21:38:50.580 INFO O| Jul 14 21:38:50.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75532026-07-14T21:38:51.500Z[ recovery-image] Jul 14 21:38:50.580 INFO O| Jul 14 21:38:50.580 INFO STEP 726 (remove_files) COMPLETE
75542026-07-14T21:38:51.500Z[ recovery-image] Jul 14 21:38:50.580 INFO O| Jul 14 21:38:50.580 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-07-14T21:38:51.500Z[ recovery-image] Jul 14 21:38:50.587 INFO O| Jul 14 21:38:50.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75562026-07-14T21:38:51.500Z[ recovery-image] Jul 14 21:38:50.587 INFO O| Jul 14 21:38:50.587 INFO STEP 727 (remove_files) COMPLETE
75572026-07-14T21:38:51.500Z[ recovery-image] Jul 14 21:38:50.587 INFO O| Jul 14 21:38:50.587 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-07-14T21:38:51.500Z[ recovery-image] Jul 14 21:38:50.592 INFO O| Jul 14 21:38:50.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75592026-07-14T21:38:51.500Z[ recovery-image] Jul 14 21:38:50.592 INFO O| Jul 14 21:38:50.592 INFO STEP 728 (remove_files) COMPLETE
75602026-07-14T21:38:51.500Z[ recovery-image] Jul 14 21:38:50.592 INFO O| Jul 14 21:38:50.592 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-07-14T21:38:51.500Z[ recovery-image] Jul 14 21:38:50.598 INFO O| Jul 14 21:38:50.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75622026-07-14T21:38:51.500Z[ recovery-image] Jul 14 21:38:50.598 INFO O| Jul 14 21:38:50.598 INFO STEP 729 (remove_files) COMPLETE
75632026-07-14T21:38:51.500Z[ recovery-image] Jul 14 21:38:50.598 INFO O| Jul 14 21:38:50.598 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-07-14T21:38:51.500Z[ recovery-image] Jul 14 21:38:50.604 INFO O| Jul 14 21:38:50.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75652026-07-14T21:38:51.500Z[ recovery-image] Jul 14 21:38:50.604 INFO O| Jul 14 21:38:50.604 INFO STEP 730 (remove_files) COMPLETE
75662026-07-14T21:38:51.500Z[ recovery-image] Jul 14 21:38:50.604 INFO O| Jul 14 21:38:50.604 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-07-14T21:38:51.500Z[ recovery-image] Jul 14 21:38:50.610 INFO O| Jul 14 21:38:50.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75682026-07-14T21:38:51.500Z[ recovery-image] Jul 14 21:38:50.610 INFO O| Jul 14 21:38:50.610 INFO STEP 731 (remove_files) COMPLETE
75692026-07-14T21:38:51.500Z[ recovery-image] Jul 14 21:38:50.610 INFO O| Jul 14 21:38:50.610 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-07-14T21:38:51.504Z[ recovery-image] Jul 14 21:38:50.616 INFO O| Jul 14 21:38:50.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75712026-07-14T21:38:51.504Z[ recovery-image] Jul 14 21:38:50.616 INFO O| Jul 14 21:38:50.616 INFO STEP 732 (remove_files) COMPLETE
75722026-07-14T21:38:51.504Z[ recovery-image] Jul 14 21:38:50.616 INFO O| Jul 14 21:38:50.616 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-07-14T21:38:51.510Z[ recovery-image] Jul 14 21:38:50.625 INFO O| Jul 14 21:38:50.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75742026-07-14T21:38:51.510Z[ recovery-image] Jul 14 21:38:50.625 INFO O| Jul 14 21:38:50.625 INFO STEP 733 (remove_files) COMPLETE
75752026-07-14T21:38:51.510Z[ recovery-image] Jul 14 21:38:50.625 INFO O| Jul 14 21:38:50.625 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-07-14T21:38:51.515Z[ recovery-image] Jul 14 21:38:50.632 INFO O| Jul 14 21:38:50.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75772026-07-14T21:38:51.515Z[ recovery-image] Jul 14 21:38:50.632 INFO O| Jul 14 21:38:50.632 INFO STEP 734 (remove_files) COMPLETE
75782026-07-14T21:38:51.515Z[ recovery-image] Jul 14 21:38:50.632 INFO O| Jul 14 21:38:50.632 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-07-14T21:38:51.523Z[ recovery-image] Jul 14 21:38:50.640 INFO O| Jul 14 21:38:50.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75802026-07-14T21:38:51.524Z[ recovery-image] Jul 14 21:38:50.640 INFO O| Jul 14 21:38:50.640 INFO STEP 735 (remove_files) COMPLETE
75812026-07-14T21:38:51.524Z[ recovery-image] Jul 14 21:38:50.640 INFO O| Jul 14 21:38:50.640 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-07-14T21:38:51.532Z[ recovery-image] Jul 14 21:38:50.650 INFO O| Jul 14 21:38:50.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75832026-07-14T21:38:51.532Z[ recovery-image] Jul 14 21:38:50.650 INFO O| Jul 14 21:38:50.650 INFO STEP 736 (remove_files) COMPLETE
75842026-07-14T21:38:51.532Z[ recovery-image] Jul 14 21:38:50.650 INFO O| Jul 14 21:38:50.650 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-07-14T21:38:51.540Z[ recovery-image] Jul 14 21:38:50.658 INFO O| Jul 14 21:38:50.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75862026-07-14T21:38:51.540Z[ recovery-image] Jul 14 21:38:50.658 INFO O| Jul 14 21:38:50.658 INFO STEP 737 (remove_files) COMPLETE
75872026-07-14T21:38:51.543Z[ recovery-image] Jul 14 21:38:50.658 INFO O| Jul 14 21:38:50.658 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-07-14T21:38:51.549Z[ recovery-image] Jul 14 21:38:50.667 INFO O| Jul 14 21:38:50.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75892026-07-14T21:38:51.549Z[ recovery-image] Jul 14 21:38:50.667 INFO O| Jul 14 21:38:50.667 INFO STEP 738 (remove_files) COMPLETE
75902026-07-14T21:38:51.549Z[ recovery-image] Jul 14 21:38:50.667 INFO O| Jul 14 21:38:50.667 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-07-14T21:38:51.557Z[ recovery-image] Jul 14 21:38:50.675 INFO O| Jul 14 21:38:50.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75922026-07-14T21:38:51.557Z[ recovery-image] Jul 14 21:38:50.675 INFO O| Jul 14 21:38:50.675 INFO STEP 739 (remove_files) COMPLETE
75932026-07-14T21:38:51.557Z[ recovery-image] Jul 14 21:38:50.675 INFO O| Jul 14 21:38:50.675 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-07-14T21:38:51.566Z[ recovery-image] Jul 14 21:38:50.684 INFO O| Jul 14 21:38:50.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75952026-07-14T21:38:51.566Z[ recovery-image] Jul 14 21:38:50.684 INFO O| Jul 14 21:38:50.684 INFO STEP 740 (remove_files) COMPLETE
75962026-07-14T21:38:51.566Z[ recovery-image] Jul 14 21:38:50.684 INFO O| Jul 14 21:38:50.684 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-07-14T21:38:51.573Z[ recovery-image] Jul 14 21:38:50.691 INFO O| Jul 14 21:38:50.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75982026-07-14T21:38:51.573Z[ recovery-image] Jul 14 21:38:50.691 INFO O| Jul 14 21:38:50.691 INFO STEP 741 (remove_files) COMPLETE
75992026-07-14T21:38:51.573Z[ recovery-image] Jul 14 21:38:50.691 INFO O| Jul 14 21:38:50.691 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-07-14T21:38:51.579Z[ recovery-image] Jul 14 21:38:50.698 INFO O| Jul 14 21:38:50.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
76012026-07-14T21:38:51.580Z[ recovery-image] Jul 14 21:38:50.698 INFO O| Jul 14 21:38:50.698 INFO STEP 742 (remove_files) COMPLETE
76022026-07-14T21:38:51.582Z[ recovery-image] Jul 14 21:38:50.698 INFO O| Jul 14 21:38:50.698 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-07-14T21:38:51.586Z[ recovery-image] Jul 14 21:38:50.704 INFO O| Jul 14 21:38:50.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
76042026-07-14T21:38:51.586Z[ recovery-image] Jul 14 21:38:50.704 INFO O| Jul 14 21:38:50.704 INFO STEP 743 (remove_files) COMPLETE
76052026-07-14T21:38:51.588Z[ recovery-image] Jul 14 21:38:50.704 INFO O| Jul 14 21:38:50.704 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-07-14T21:38:51.594Z[ recovery-image] Jul 14 21:38:50.712 INFO O| Jul 14 21:38:50.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
76072026-07-14T21:38:51.597Z[ recovery-image] Jul 14 21:38:50.713 INFO O| Jul 14 21:38:50.713 INFO STEP 744 (remove_files) COMPLETE
76082026-07-14T21:38:51.597Z[ recovery-image] Jul 14 21:38:50.713 INFO O| Jul 14 21:38:50.713 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-07-14T21:38:51.601Z[ recovery-image] Jul 14 21:38:50.719 INFO O| Jul 14 21:38:50.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
76102026-07-14T21:38:51.604Z[ recovery-image] Jul 14 21:38:50.719 INFO O| Jul 14 21:38:50.719 INFO STEP 745 (remove_files) COMPLETE
76112026-07-14T21:38:51.604Z[ recovery-image] Jul 14 21:38:50.719 INFO O| Jul 14 21:38:50.719 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-07-14T21:38:51.608Z[ recovery-image] Jul 14 21:38:50.726 INFO O| Jul 14 21:38:50.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
76132026-07-14T21:38:51.611Z[ recovery-image] Jul 14 21:38:50.726 INFO O| Jul 14 21:38:50.726 INFO STEP 746 (remove_files) COMPLETE
76142026-07-14T21:38:51.611Z[ recovery-image] Jul 14 21:38:50.726 INFO O| Jul 14 21:38:50.726 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-07-14T21:38:51.617Z[ recovery-image] Jul 14 21:38:50.735 INFO O| Jul 14 21:38:50.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
76162026-07-14T21:38:51.619Z[ recovery-image] Jul 14 21:38:50.735 INFO O| Jul 14 21:38:50.735 INFO STEP 747 (remove_files) COMPLETE
76172026-07-14T21:38:51.619Z[ recovery-image] Jul 14 21:38:50.735 INFO O| Jul 14 21:38:50.735 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-07-14T21:38:51.625Z[ recovery-image] Jul 14 21:38:50.742 INFO O| Jul 14 21:38:50.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
76192026-07-14T21:38:51.625Z[ recovery-image] Jul 14 21:38:50.742 INFO O| Jul 14 21:38:50.742 INFO STEP 748 (remove_files) COMPLETE
76202026-07-14T21:38:51.628Z[ recovery-image] Jul 14 21:38:50.742 INFO O| Jul 14 21:38:50.742 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-07-14T21:38:51.631Z[ recovery-image] Jul 14 21:38:50.749 INFO O| Jul 14 21:38:50.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
76222026-07-14T21:38:51.634Z[ recovery-image] Jul 14 21:38:50.749 INFO O| Jul 14 21:38:50.749 INFO STEP 749 (remove_files) COMPLETE
76232026-07-14T21:38:51.634Z[ recovery-image] Jul 14 21:38:50.749 INFO O| Jul 14 21:38:50.749 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-07-14T21:38:51.639Z[ recovery-image] Jul 14 21:38:50.757 INFO O| Jul 14 21:38:50.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
76252026-07-14T21:38:51.642Z[ recovery-image] Jul 14 21:38:50.757 INFO O| Jul 14 21:38:50.757 INFO STEP 750 (remove_files) COMPLETE
76262026-07-14T21:38:51.642Z[ recovery-image] Jul 14 21:38:50.757 INFO O| Jul 14 21:38:50.757 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-07-14T21:38:51.646Z[ recovery-image] Jul 14 21:38:50.764 INFO O| Jul 14 21:38:50.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
76282026-07-14T21:38:51.649Z[ recovery-image] Jul 14 21:38:50.765 INFO O| Jul 14 21:38:50.765 INFO STEP 751 (remove_files) COMPLETE
76292026-07-14T21:38:51.649Z[ recovery-image] Jul 14 21:38:50.765 INFO O| Jul 14 21:38:50.765 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-07-14T21:38:51.655Z[ recovery-image] Jul 14 21:38:50.773 INFO O| Jul 14 21:38:50.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
76312026-07-14T21:38:51.658Z[ recovery-image] Jul 14 21:38:50.773 INFO O| Jul 14 21:38:50.773 INFO STEP 752 (remove_files) COMPLETE
76322026-07-14T21:38:51.658Z[ recovery-image] Jul 14 21:38:50.773 INFO O| Jul 14 21:38:50.773 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-07-14T21:38:51.662Z[ recovery-image] Jul 14 21:38:50.780 INFO O| Jul 14 21:38:50.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76342026-07-14T21:38:51.662Z[ recovery-image] Jul 14 21:38:50.780 INFO O| Jul 14 21:38:50.780 INFO STEP 753 (remove_files) COMPLETE
76352026-07-14T21:38:51.665Z[ recovery-image] Jul 14 21:38:50.780 INFO O| Jul 14 21:38:50.780 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-07-14T21:38:51.670Z[ recovery-image] Jul 14 21:38:50.788 INFO O| Jul 14 21:38:50.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76372026-07-14T21:38:51.673Z[ recovery-image] Jul 14 21:38:50.788 INFO O| Jul 14 21:38:50.788 INFO STEP 754 (remove_files) COMPLETE
76382026-07-14T21:38:51.673Z[ recovery-image] Jul 14 21:38:50.788 INFO O| Jul 14 21:38:50.788 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-07-14T21:38:51.676Z[ recovery-image] Jul 14 21:38:50.795 INFO O| Jul 14 21:38:50.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76402026-07-14T21:38:51.679Z[ recovery-image] Jul 14 21:38:50.795 INFO O| Jul 14 21:38:50.795 INFO STEP 755 (remove_files) COMPLETE
76412026-07-14T21:38:51.679Z[ recovery-image] Jul 14 21:38:50.795 INFO O| Jul 14 21:38:50.795 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-07-14T21:38:51.683Z[ recovery-image] Jul 14 21:38:50.801 INFO O| Jul 14 21:38:50.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76432026-07-14T21:38:51.684Z[ recovery-image] Jul 14 21:38:50.801 INFO O| Jul 14 21:38:50.801 INFO STEP 756 (remove_files) COMPLETE
76442026-07-14T21:38:51.684Z[ recovery-image] Jul 14 21:38:50.801 INFO O| Jul 14 21:38:50.801 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-07-14T21:38:51.691Z[ recovery-image] Jul 14 21:38:50.809 INFO O| Jul 14 21:38:50.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76462026-07-14T21:38:51.694Z[ recovery-image] Jul 14 21:38:50.809 INFO O| Jul 14 21:38:50.809 INFO STEP 757 (remove_files) COMPLETE
76472026-07-14T21:38:51.694Z[ recovery-image] Jul 14 21:38:50.809 INFO O| Jul 14 21:38:50.809 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-07-14T21:38:51.698Z[ recovery-image] Jul 14 21:38:50.816 INFO O| Jul 14 21:38:50.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76492026-07-14T21:38:51.698Z[ recovery-image] Jul 14 21:38:50.816 INFO O| Jul 14 21:38:50.816 INFO STEP 758 (remove_files) COMPLETE
76502026-07-14T21:38:51.700Z[ recovery-image] Jul 14 21:38:50.816 INFO O| Jul 14 21:38:50.816 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-07-14T21:38:51.705Z[ recovery-image] Jul 14 21:38:50.823 INFO O| Jul 14 21:38:50.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76522026-07-14T21:38:51.708Z[ recovery-image] Jul 14 21:38:50.824 INFO O| Jul 14 21:38:50.823 INFO STEP 759 (remove_files) COMPLETE
76532026-07-14T21:38:51.708Z[ recovery-image] Jul 14 21:38:50.824 INFO O| Jul 14 21:38:50.823 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-07-14T21:38:51.712Z[ recovery-image] Jul 14 21:38:50.830 INFO O| Jul 14 21:38:50.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76552026-07-14T21:38:51.715Z[ recovery-image] Jul 14 21:38:50.830 INFO O| Jul 14 21:38:50.830 INFO STEP 760 (remove_files) COMPLETE
76562026-07-14T21:38:51.715Z[ recovery-image] Jul 14 21:38:50.830 INFO O| Jul 14 21:38:50.830 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-07-14T21:38:51.719Z[ recovery-image] Jul 14 21:38:50.837 INFO O| Jul 14 21:38:50.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76582026-07-14T21:38:51.723Z[ recovery-image] Jul 14 21:38:50.837 INFO O| Jul 14 21:38:50.837 INFO STEP 761 (remove_files) COMPLETE
76592026-07-14T21:38:51.723Z[ recovery-image] Jul 14 21:38:50.837 INFO O| Jul 14 21:38:50.837 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-07-14T21:38:51.727Z[ recovery-image] Jul 14 21:38:50.845 INFO O| Jul 14 21:38:50.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76612026-07-14T21:38:51.727Z[ recovery-image] Jul 14 21:38:50.845 INFO O| Jul 14 21:38:50.845 INFO STEP 762 (remove_files) COMPLETE
76622026-07-14T21:38:51.727Z[ recovery-image] Jul 14 21:38:50.845 INFO O| Jul 14 21:38:50.845 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-07-14T21:38:51.734Z[ recovery-image] Jul 14 21:38:50.852 INFO O| Jul 14 21:38:50.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76642026-07-14T21:38:51.737Z[ recovery-image] Jul 14 21:38:50.852 INFO O| Jul 14 21:38:50.852 INFO STEP 763 (remove_files) COMPLETE
76652026-07-14T21:38:51.737Z[ recovery-image] Jul 14 21:38:50.852 INFO O| Jul 14 21:38:50.852 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-07-14T21:38:51.741Z[ recovery-image] Jul 14 21:38:50.859 INFO O| Jul 14 21:38:50.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76672026-07-14T21:38:51.744Z[ recovery-image] Jul 14 21:38:50.859 INFO O| Jul 14 21:38:50.859 INFO STEP 764 (remove_files) COMPLETE
76682026-07-14T21:38:51.744Z[ recovery-image] Jul 14 21:38:50.859 INFO O| Jul 14 21:38:50.859 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-07-14T21:38:51.748Z[ recovery-image] Jul 14 21:38:50.866 INFO O| Jul 14 21:38:50.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76702026-07-14T21:38:51.751Z[ recovery-image] Jul 14 21:38:50.866 INFO O| Jul 14 21:38:50.866 INFO STEP 765 (remove_files) COMPLETE
76712026-07-14T21:38:51.751Z[ recovery-image] Jul 14 21:38:50.866 INFO O| Jul 14 21:38:50.866 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-07-14T21:38:51.754Z[ recovery-image] Jul 14 21:38:50.872 INFO O| Jul 14 21:38:50.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76732026-07-14T21:38:51.756Z[ recovery-image] Jul 14 21:38:50.872 INFO O| Jul 14 21:38:50.872 INFO STEP 766 (remove_files) COMPLETE
76742026-07-14T21:38:51.756Z[ recovery-image] Jul 14 21:38:50.872 INFO O| Jul 14 21:38:50.872 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-07-14T21:38:51.761Z[ recovery-image] Jul 14 21:38:50.879 INFO O| Jul 14 21:38:50.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76762026-07-14T21:38:51.764Z[ recovery-image] Jul 14 21:38:50.880 INFO O| Jul 14 21:38:50.880 INFO STEP 767 (remove_files) COMPLETE
76772026-07-14T21:38:51.764Z[ recovery-image] Jul 14 21:38:50.880 INFO O| Jul 14 21:38:50.880 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-07-14T21:38:51.769Z[ recovery-image] Jul 14 21:38:50.887 INFO O| Jul 14 21:38:50.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76792026-07-14T21:38:51.772Z[ recovery-image] Jul 14 21:38:50.887 INFO O| Jul 14 21:38:50.887 INFO STEP 768 (remove_files) COMPLETE
76802026-07-14T21:38:51.772Z[ recovery-image] Jul 14 21:38:50.887 INFO O| Jul 14 21:38:50.887 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-07-14T21:38:51.777Z[ recovery-image] Jul 14 21:38:50.895 INFO O| Jul 14 21:38:50.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76822026-07-14T21:38:51.777Z[ recovery-image] Jul 14 21:38:50.895 INFO O| Jul 14 21:38:50.895 INFO STEP 769 (remove_files) COMPLETE
76832026-07-14T21:38:51.779Z[ recovery-image] Jul 14 21:38:50.895 INFO O| Jul 14 21:38:50.895 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-07-14T21:38:51.784Z[ recovery-image] Jul 14 21:38:50.903 INFO O| Jul 14 21:38:50.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76852026-07-14T21:38:51.787Z[ recovery-image] Jul 14 21:38:50.903 INFO O| Jul 14 21:38:50.903 INFO STEP 770 (remove_files) COMPLETE
76862026-07-14T21:38:51.787Z[ recovery-image] Jul 14 21:38:50.903 INFO O| Jul 14 21:38:50.903 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-07-14T21:38:51.791Z[ recovery-image] Jul 14 21:38:50.909 INFO O| Jul 14 21:38:50.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76882026-07-14T21:38:51.793Z[ recovery-image] Jul 14 21:38:50.910 INFO O| Jul 14 21:38:50.910 INFO STEP 771 (remove_files) COMPLETE
76892026-07-14T21:38:51.794Z[ recovery-image] Jul 14 21:38:50.910 INFO O| Jul 14 21:38:50.910 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-07-14T21:38:51.798Z[ recovery-image] Jul 14 21:38:50.917 INFO O| Jul 14 21:38:50.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76912026-07-14T21:38:51.801Z[ recovery-image] Jul 14 21:38:50.917 INFO O| Jul 14 21:38:50.917 INFO STEP 772 (remove_files) COMPLETE
76922026-07-14T21:38:51.801Z[ recovery-image] Jul 14 21:38:50.917 INFO O| Jul 14 21:38:50.917 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-07-14T21:38:51.804Z[ recovery-image] Jul 14 21:38:50.923 INFO O| Jul 14 21:38:50.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76942026-07-14T21:38:51.804Z[ recovery-image] Jul 14 21:38:50.923 INFO O| Jul 14 21:38:50.923 INFO STEP 773 (remove_files) COMPLETE
76952026-07-14T21:38:51.807Z[ recovery-image] Jul 14 21:38:50.923 INFO O| Jul 14 21:38:50.923 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-07-14T21:38:51.812Z[ recovery-image] Jul 14 21:38:50.931 INFO O| Jul 14 21:38:50.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76972026-07-14T21:38:51.815Z[ recovery-image] Jul 14 21:38:50.931 INFO O| Jul 14 21:38:50.931 INFO STEP 774 (remove_files) COMPLETE
76982026-07-14T21:38:51.815Z[ recovery-image] Jul 14 21:38:50.931 INFO O| Jul 14 21:38:50.931 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-07-14T21:38:51.819Z[ recovery-image] Jul 14 21:38:50.938 INFO O| Jul 14 21:38:50.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
77002026-07-14T21:38:51.823Z[ recovery-image] Jul 14 21:38:50.938 INFO O| Jul 14 21:38:50.938 INFO STEP 775 (remove_files) COMPLETE
77012026-07-14T21:38:51.823Z[ recovery-image] Jul 14 21:38:50.938 INFO O| Jul 14 21:38:50.938 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-07-14T21:38:51.827Z[ recovery-image] Jul 14 21:38:50.945 INFO O| Jul 14 21:38:50.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
77032026-07-14T21:38:51.830Z[ recovery-image] Jul 14 21:38:50.945 INFO O| Jul 14 21:38:50.945 INFO STEP 776 (remove_files) COMPLETE
77042026-07-14T21:38:51.830Z[ recovery-image] Jul 14 21:38:50.945 INFO O| Jul 14 21:38:50.945 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-07-14T21:38:51.835Z[ recovery-image] Jul 14 21:38:50.953 INFO O| Jul 14 21:38:50.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
77062026-07-14T21:38:51.837Z[ recovery-image] Jul 14 21:38:50.953 INFO O| Jul 14 21:38:50.953 INFO STEP 777 (remove_files) COMPLETE
77072026-07-14T21:38:51.837Z[ recovery-image] Jul 14 21:38:50.953 INFO O| Jul 14 21:38:50.953 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-07-14T21:38:51.843Z[ recovery-image] Jul 14 21:38:50.961 INFO O| Jul 14 21:38:50.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
77092026-07-14T21:38:51.845Z[ recovery-image] Jul 14 21:38:50.961 INFO O| Jul 14 21:38:50.961 INFO STEP 778 (remove_files) COMPLETE
77102026-07-14T21:38:51.846Z[ recovery-image] Jul 14 21:38:50.961 INFO O| Jul 14 21:38:50.961 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-07-14T21:38:51.850Z[ recovery-image] Jul 14 21:38:50.968 INFO O| Jul 14 21:38:50.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
77122026-07-14T21:38:51.850Z[ recovery-image] Jul 14 21:38:50.968 INFO O| Jul 14 21:38:50.968 INFO STEP 779 (remove_files) COMPLETE
77132026-07-14T21:38:51.853Z[ recovery-image] Jul 14 21:38:50.968 INFO O| Jul 14 21:38:50.968 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-07-14T21:38:51.857Z[ recovery-image] Jul 14 21:38:50.975 INFO O| Jul 14 21:38:50.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
77152026-07-14T21:38:51.857Z[ recovery-image] Jul 14 21:38:50.976 INFO O| Jul 14 21:38:50.975 INFO STEP 780 (remove_files) COMPLETE
77162026-07-14T21:38:51.861Z[ recovery-image] Jul 14 21:38:50.976 INFO O| Jul 14 21:38:50.975 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-07-14T21:38:51.864Z[ recovery-image] Jul 14 21:38:50.983 INFO O| Jul 14 21:38:50.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
77182026-07-14T21:38:51.864Z[ recovery-image] Jul 14 21:38:50.983 INFO O| Jul 14 21:38:50.983 INFO STEP 781 (remove_files) COMPLETE
77192026-07-14T21:38:51.867Z[ recovery-image] Jul 14 21:38:50.983 INFO O| Jul 14 21:38:50.983 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-07-14T21:38:51.871Z[ recovery-image] Jul 14 21:38:50.989 INFO O| Jul 14 21:38:50.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
77212026-07-14T21:38:51.874Z[ recovery-image] Jul 14 21:38:50.989 INFO O| Jul 14 21:38:50.989 INFO STEP 782 (remove_files) COMPLETE
77222026-07-14T21:38:51.874Z[ recovery-image] Jul 14 21:38:50.989 INFO O| Jul 14 21:38:50.989 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-07-14T21:38:51.879Z[ recovery-image] Jul 14 21:38:50.997 INFO O| Jul 14 21:38:50.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
77242026-07-14T21:38:51.882Z[ recovery-image] Jul 14 21:38:50.997 INFO O| Jul 14 21:38:50.997 INFO STEP 783 (remove_files) COMPLETE
77252026-07-14T21:38:51.882Z[ recovery-image] Jul 14 21:38:50.997 INFO O| Jul 14 21:38:50.997 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-07-14T21:38:51.886Z[ recovery-image] Jul 14 21:38:51.004 INFO O| Jul 14 21:38:51.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
77272026-07-14T21:38:51.886Z[ recovery-image] Jul 14 21:38:51.004 INFO O| Jul 14 21:38:51.004 INFO STEP 784 (remove_files) COMPLETE
77282026-07-14T21:38:51.889Z[ recovery-image] Jul 14 21:38:51.004 INFO O| Jul 14 21:38:51.004 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-07-14T21:38:51.893Z[ recovery-image] Jul 14 21:38:51.011 INFO O| Jul 14 21:38:51.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
77302026-07-14T21:38:51.897Z[ recovery-image] Jul 14 21:38:51.011 INFO O| Jul 14 21:38:51.011 INFO STEP 785 (remove_files) COMPLETE
77312026-07-14T21:38:51.897Z[ recovery-image] Jul 14 21:38:51.011 INFO O| Jul 14 21:38:51.011 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-07-14T21:38:51.900Z[ recovery-image] Jul 14 21:38:51.018 INFO O| Jul 14 21:38:51.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77332026-07-14T21:38:51.900Z[ recovery-image] Jul 14 21:38:51.018 INFO O| Jul 14 21:38:51.018 INFO STEP 786 (remove_files) COMPLETE
77342026-07-14T21:38:51.900Z[ recovery-image] Jul 14 21:38:51.018 INFO O| Jul 14 21:38:51.018 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-07-14T21:38:51.906Z[ recovery-image] Jul 14 21:38:51.024 INFO O| Jul 14 21:38:51.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77362026-07-14T21:38:51.909Z[ recovery-image] Jul 14 21:38:51.025 INFO O| Jul 14 21:38:51.025 INFO STEP 787 (remove_files) COMPLETE
77372026-07-14T21:38:51.909Z[ recovery-image] Jul 14 21:38:51.025 INFO O| Jul 14 21:38:51.025 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-07-14T21:38:51.912Z[ recovery-image] Jul 14 21:38:51.031 INFO O| Jul 14 21:38:51.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77392026-07-14T21:38:51.915Z[ recovery-image] Jul 14 21:38:51.031 INFO O| Jul 14 21:38:51.031 INFO STEP 788 (remove_files) COMPLETE
77402026-07-14T21:38:51.915Z[ recovery-image] Jul 14 21:38:51.031 INFO O| Jul 14 21:38:51.031 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-07-14T21:38:51.918Z[ recovery-image] Jul 14 21:38:51.037 INFO O| Jul 14 21:38:51.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77422026-07-14T21:38:51.918Z[ recovery-image] Jul 14 21:38:51.037 INFO O| Jul 14 21:38:51.037 INFO STEP 789 (remove_files) COMPLETE
77432026-07-14T21:38:51.921Z[ recovery-image] Jul 14 21:38:51.037 INFO O| Jul 14 21:38:51.037 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-07-14T21:38:51.926Z[ recovery-image] Jul 14 21:38:51.043 INFO O| Jul 14 21:38:51.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77452026-07-14T21:38:51.929Z[ recovery-image] Jul 14 21:38:51.043 INFO O| Jul 14 21:38:51.043 INFO STEP 790 (remove_files) COMPLETE
77462026-07-14T21:38:51.929Z[ recovery-image] Jul 14 21:38:51.043 INFO O| Jul 14 21:38:51.043 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-07-14T21:38:51.932Z[ recovery-image] Jul 14 21:38:51.050 INFO O| Jul 14 21:38:51.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77482026-07-14T21:38:51.932Z[ recovery-image] Jul 14 21:38:51.050 INFO O| Jul 14 21:38:51.050 INFO STEP 791 (remove_files) COMPLETE
77492026-07-14T21:38:51.932Z[ recovery-image] Jul 14 21:38:51.050 INFO O| Jul 14 21:38:51.050 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-07-14T21:38:51.938Z[ recovery-image] Jul 14 21:38:51.056 INFO O| Jul 14 21:38:51.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77512026-07-14T21:38:51.938Z[ recovery-image] Jul 14 21:38:51.056 INFO O| Jul 14 21:38:51.056 INFO STEP 792 (remove_files) COMPLETE
77522026-07-14T21:38:51.941Z[ recovery-image] Jul 14 21:38:51.056 INFO O| Jul 14 21:38:51.056 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-07-14T21:38:51.945Z[ recovery-image] Jul 14 21:38:51.063 INFO O| Jul 14 21:38:51.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77542026-07-14T21:38:51.948Z[ recovery-image] Jul 14 21:38:51.064 INFO O| Jul 14 21:38:51.064 INFO STEP 793 (remove_files) COMPLETE
77552026-07-14T21:38:51.948Z[ recovery-image] Jul 14 21:38:51.064 INFO O| Jul 14 21:38:51.064 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-07-14T21:38:51.952Z[ recovery-image] Jul 14 21:38:51.070 INFO O| Jul 14 21:38:51.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77572026-07-14T21:38:51.952Z[ recovery-image] Jul 14 21:38:51.070 INFO O| Jul 14 21:38:51.070 INFO STEP 794 (remove_files) COMPLETE
77582026-07-14T21:38:51.955Z[ recovery-image] Jul 14 21:38:51.070 INFO O| Jul 14 21:38:51.070 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-07-14T21:38:51.959Z[ recovery-image] Jul 14 21:38:51.077 INFO O| Jul 14 21:38:51.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77602026-07-14T21:38:51.961Z[ recovery-image] Jul 14 21:38:51.077 INFO O| Jul 14 21:38:51.077 INFO STEP 795 (remove_files) COMPLETE
77612026-07-14T21:38:51.961Z[ recovery-image] Jul 14 21:38:51.077 INFO O| Jul 14 21:38:51.077 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-07-14T21:38:51.966Z[ recovery-image] Jul 14 21:38:51.084 INFO O| Jul 14 21:38:51.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77632026-07-14T21:38:51.968Z[ recovery-image] Jul 14 21:38:51.084 INFO O| Jul 14 21:38:51.084 INFO STEP 796 (remove_files) COMPLETE
77642026-07-14T21:38:51.968Z[ recovery-image] Jul 14 21:38:51.084 INFO O| Jul 14 21:38:51.084 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-07-14T21:38:51.973Z[ recovery-image] Jul 14 21:38:51.091 INFO O| Jul 14 21:38:51.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77662026-07-14T21:38:51.976Z[ recovery-image] Jul 14 21:38:51.092 INFO O| Jul 14 21:38:51.091 INFO STEP 797 (remove_files) COMPLETE
77672026-07-14T21:38:51.976Z[ recovery-image] Jul 14 21:38:51.092 INFO O| Jul 14 21:38:51.092 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-07-14T21:38:51.980Z[ recovery-image] Jul 14 21:38:51.098 INFO O| Jul 14 21:38:51.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77692026-07-14T21:38:51.980Z[ recovery-image] Jul 14 21:38:51.098 INFO O| Jul 14 21:38:51.098 INFO STEP 798 (remove_files) COMPLETE
77702026-07-14T21:38:51.984Z[ recovery-image] Jul 14 21:38:51.098 INFO O| Jul 14 21:38:51.098 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-07-14T21:38:51.987Z[ recovery-image] Jul 14 21:38:51.105 INFO O| Jul 14 21:38:51.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77722026-07-14T21:38:51.989Z[ recovery-image] Jul 14 21:38:51.105 INFO O| Jul 14 21:38:51.105 INFO STEP 799 (remove_files) COMPLETE
77732026-07-14T21:38:51.989Z[ recovery-image] Jul 14 21:38:51.105 INFO O| Jul 14 21:38:51.105 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-07-14T21:38:51.993Z[ recovery-image] Jul 14 21:38:51.111 INFO O| Jul 14 21:38:51.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77752026-07-14T21:38:51.995Z[ recovery-image] Jul 14 21:38:51.111 INFO O| Jul 14 21:38:51.111 INFO STEP 800 (remove_files) COMPLETE
77762026-07-14T21:38:51.995Z[ recovery-image] Jul 14 21:38:51.111 INFO O| Jul 14 21:38:51.111 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-07-14T21:38:52.001Z[ recovery-image] Jul 14 21:38:51.119 INFO O| Jul 14 21:38:51.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77782026-07-14T21:38:52.004Z[ recovery-image] Jul 14 21:38:51.119 INFO O| Jul 14 21:38:51.119 INFO STEP 801 (remove_files) COMPLETE
77792026-07-14T21:38:52.004Z[ recovery-image] Jul 14 21:38:51.119 INFO O| Jul 14 21:38:51.119 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-07-14T21:38:52.008Z[ recovery-image] Jul 14 21:38:51.126 INFO O| Jul 14 21:38:51.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77812026-07-14T21:38:52.011Z[ recovery-image] Jul 14 21:38:51.126 INFO O| Jul 14 21:38:51.126 INFO STEP 802 (remove_files) COMPLETE
77822026-07-14T21:38:52.012Z[ recovery-image] Jul 14 21:38:51.126 INFO O| Jul 14 21:38:51.126 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-07-14T21:38:52.015Z[ recovery-image] Jul 14 21:38:51.133 INFO O| Jul 14 21:38:51.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77842026-07-14T21:38:52.015Z[ recovery-image] Jul 14 21:38:51.133 INFO O| Jul 14 21:38:51.133 INFO STEP 803 (remove_files) COMPLETE
77852026-07-14T21:38:52.015Z[ recovery-image] Jul 14 21:38:51.133 INFO O| Jul 14 21:38:51.133 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-07-14T21:38:52.021Z[ recovery-image] Jul 14 21:38:51.139 INFO O| Jul 14 21:38:51.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77872026-07-14T21:38:52.021Z[ recovery-image] Jul 14 21:38:51.139 INFO O| Jul 14 21:38:51.139 INFO STEP 804 (remove_files) COMPLETE
77882026-07-14T21:38:52.021Z[ recovery-image] Jul 14 21:38:51.139 INFO O| Jul 14 21:38:51.139 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-07-14T21:38:52.027Z[ recovery-image] Jul 14 21:38:51.146 INFO O| Jul 14 21:38:51.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77902026-07-14T21:38:52.027Z[ recovery-image] Jul 14 21:38:51.146 INFO O| Jul 14 21:38:51.146 INFO STEP 805 (remove_files) COMPLETE
77912026-07-14T21:38:52.030Z[ recovery-image] Jul 14 21:38:51.146 INFO O| Jul 14 21:38:51.146 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-07-14T21:38:52.033Z[ recovery-image] Jul 14 21:38:51.152 INFO O| Jul 14 21:38:51.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77932026-07-14T21:38:52.033Z[ recovery-image] Jul 14 21:38:51.152 INFO O| Jul 14 21:38:51.152 INFO STEP 806 (remove_files) COMPLETE
77942026-07-14T21:38:52.033Z[ recovery-image] Jul 14 21:38:51.152 INFO O| Jul 14 21:38:51.152 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-07-14T21:38:52.042Z[ recovery-image] Jul 14 21:38:51.158 INFO O| Jul 14 21:38:51.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77962026-07-14T21:38:52.042Z[ recovery-image] Jul 14 21:38:51.158 INFO O| Jul 14 21:38:51.158 INFO STEP 807 (remove_files) COMPLETE
77972026-07-14T21:38:52.042Z[ recovery-image] Jul 14 21:38:51.158 INFO O| Jul 14 21:38:51.158 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-07-14T21:38:52.045Z[ recovery-image] Jul 14 21:38:51.163 INFO O| Jul 14 21:38:51.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77992026-07-14T21:38:52.045Z[ recovery-image] Jul 14 21:38:51.163 INFO O| Jul 14 21:38:51.163 INFO STEP 808 (remove_files) COMPLETE
78002026-07-14T21:38:52.046Z[ recovery-image] Jul 14 21:38:51.164 INFO O| Jul 14 21:38:51.163 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-07-14T21:38:52.051Z[ recovery-image] Jul 14 21:38:51.169 INFO O| Jul 14 21:38:51.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
78022026-07-14T21:38:52.051Z[ recovery-image] Jul 14 21:38:51.169 INFO O| Jul 14 21:38:51.169 INFO STEP 809 (remove_files) COMPLETE
78032026-07-14T21:38:52.051Z[ recovery-image] Jul 14 21:38:51.169 INFO O| Jul 14 21:38:51.169 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-07-14T21:38:52.057Z[ recovery-image] Jul 14 21:38:51.176 INFO O| Jul 14 21:38:51.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
78052026-07-14T21:38:52.057Z[ recovery-image] Jul 14 21:38:51.176 INFO O| Jul 14 21:38:51.176 INFO STEP 810 (remove_files) COMPLETE
78062026-07-14T21:38:52.061Z[ recovery-image] Jul 14 21:38:51.176 INFO O| Jul 14 21:38:51.176 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-07-14T21:38:52.063Z[ recovery-image] Jul 14 21:38:51.181 INFO O| Jul 14 21:38:51.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
78082026-07-14T21:38:52.063Z[ recovery-image] Jul 14 21:38:51.181 INFO O| Jul 14 21:38:51.181 INFO STEP 811 (remove_files) COMPLETE
78092026-07-14T21:38:52.063Z[ recovery-image] Jul 14 21:38:51.181 INFO O| Jul 14 21:38:51.181 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-07-14T21:38:52.068Z[ recovery-image] Jul 14 21:38:51.187 INFO O| Jul 14 21:38:51.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
78112026-07-14T21:38:52.068Z[ recovery-image] Jul 14 21:38:51.187 INFO O| Jul 14 21:38:51.187 INFO STEP 812 (remove_files) COMPLETE
78122026-07-14T21:38:52.071Z[ recovery-image] Jul 14 21:38:51.187 INFO O| Jul 14 21:38:51.187 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-07-14T21:38:52.074Z[ recovery-image] Jul 14 21:38:51.192 INFO O| Jul 14 21:38:51.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
78142026-07-14T21:38:52.074Z[ recovery-image] Jul 14 21:38:51.192 INFO O| Jul 14 21:38:51.192 INFO STEP 813 (remove_files) COMPLETE
78152026-07-14T21:38:52.074Z[ recovery-image] Jul 14 21:38:51.192 INFO O| Jul 14 21:38:51.192 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-07-14T21:38:52.079Z[ recovery-image] Jul 14 21:38:51.197 INFO O| Jul 14 21:38:51.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
78172026-07-14T21:38:52.079Z[ recovery-image] Jul 14 21:38:51.197 INFO O| Jul 14 21:38:51.197 INFO STEP 814 (remove_files) COMPLETE
78182026-07-14T21:38:52.082Z[ recovery-image] Jul 14 21:38:51.197 INFO O| Jul 14 21:38:51.197 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-07-14T21:38:52.084Z[ recovery-image] Jul 14 21:38:51.203 INFO O| Jul 14 21:38:51.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
78202026-07-14T21:38:52.084Z[ recovery-image] Jul 14 21:38:51.203 INFO O| Jul 14 21:38:51.203 INFO STEP 815 (remove_files) COMPLETE
78212026-07-14T21:38:52.084Z[ recovery-image] Jul 14 21:38:51.203 INFO O| Jul 14 21:38:51.203 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-07-14T21:38:52.090Z[ recovery-image] Jul 14 21:38:51.208 INFO O| Jul 14 21:38:51.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
78232026-07-14T21:38:52.090Z[ recovery-image] Jul 14 21:38:51.208 INFO O| Jul 14 21:38:51.208 INFO STEP 816 (remove_files) COMPLETE
78242026-07-14T21:38:52.090Z[ recovery-image] Jul 14 21:38:51.208 INFO O| Jul 14 21:38:51.208 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-07-14T21:38:52.095Z[ recovery-image] Jul 14 21:38:51.213 INFO O| Jul 14 21:38:51.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
78262026-07-14T21:38:52.095Z[ recovery-image] Jul 14 21:38:51.213 INFO O| Jul 14 21:38:51.213 INFO STEP 817 (remove_files) COMPLETE
78272026-07-14T21:38:52.095Z[ recovery-image] Jul 14 21:38:51.213 INFO O| Jul 14 21:38:51.213 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-07-14T21:38:52.101Z[ recovery-image] Jul 14 21:38:51.219 INFO O| Jul 14 21:38:51.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
78292026-07-14T21:38:52.101Z[ recovery-image] Jul 14 21:38:51.219 INFO O| Jul 14 21:38:51.219 INFO STEP 818 (remove_files) COMPLETE
78302026-07-14T21:38:52.104Z[ recovery-image] Jul 14 21:38:51.219 INFO O| Jul 14 21:38:51.219 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-07-14T21:38:52.106Z[ recovery-image] Jul 14 21:38:51.224 INFO O| Jul 14 21:38:51.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78322026-07-14T21:38:52.106Z[ recovery-image] Jul 14 21:38:51.224 INFO O| Jul 14 21:38:51.224 INFO STEP 819 (remove_files) COMPLETE
78332026-07-14T21:38:52.106Z[ recovery-image] Jul 14 21:38:51.224 INFO O| Jul 14 21:38:51.224 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-07-14T21:38:52.111Z[ recovery-image] Jul 14 21:38:51.230 INFO O| Jul 14 21:38:51.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78352026-07-14T21:38:52.114Z[ recovery-image] Jul 14 21:38:51.230 INFO O| Jul 14 21:38:51.230 INFO STEP 820 (remove_files) COMPLETE
78362026-07-14T21:38:52.114Z[ recovery-image] Jul 14 21:38:51.230 INFO O| Jul 14 21:38:51.230 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-07-14T21:38:52.117Z[ recovery-image] Jul 14 21:38:51.236 INFO O| Jul 14 21:38:51.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78382026-07-14T21:38:52.117Z[ recovery-image] Jul 14 21:38:51.236 INFO O| Jul 14 21:38:51.236 INFO STEP 821 (remove_files) COMPLETE
78392026-07-14T21:38:52.120Z[ recovery-image] Jul 14 21:38:51.236 INFO O| Jul 14 21:38:51.236 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-07-14T21:38:52.123Z[ recovery-image] Jul 14 21:38:51.241 INFO O| Jul 14 21:38:51.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78412026-07-14T21:38:52.126Z[ recovery-image] Jul 14 21:38:51.241 INFO O| Jul 14 21:38:51.241 INFO STEP 822 (remove_files) COMPLETE
78422026-07-14T21:38:52.126Z[ recovery-image] Jul 14 21:38:51.241 INFO O| Jul 14 21:38:51.241 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-07-14T21:38:52.131Z[ recovery-image] Jul 14 21:38:51.249 INFO O| Jul 14 21:38:51.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78442026-07-14T21:38:52.131Z[ recovery-image] Jul 14 21:38:51.249 INFO O| Jul 14 21:38:51.249 INFO STEP 823 (remove_files) COMPLETE
78452026-07-14T21:38:52.131Z[ recovery-image] Jul 14 21:38:51.249 INFO O| Jul 14 21:38:51.249 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-07-14T21:38:52.136Z[ recovery-image] Jul 14 21:38:51.254 INFO O| Jul 14 21:38:51.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78472026-07-14T21:38:52.136Z[ recovery-image] Jul 14 21:38:51.254 INFO O| Jul 14 21:38:51.254 INFO STEP 824 (remove_files) COMPLETE
78482026-07-14T21:38:52.136Z[ recovery-image] Jul 14 21:38:51.254 INFO O| Jul 14 21:38:51.254 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-07-14T21:38:52.142Z[ recovery-image] Jul 14 21:38:51.260 INFO O| Jul 14 21:38:51.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78502026-07-14T21:38:52.144Z[ recovery-image] Jul 14 21:38:51.260 INFO O| Jul 14 21:38:51.260 INFO STEP 825 (remove_files) COMPLETE
78512026-07-14T21:38:52.144Z[ recovery-image] Jul 14 21:38:51.260 INFO O| Jul 14 21:38:51.260 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-07-14T21:38:52.149Z[ recovery-image] Jul 14 21:38:51.267 INFO O| Jul 14 21:38:51.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78532026-07-14T21:38:52.149Z[ recovery-image] Jul 14 21:38:51.267 INFO O| Jul 14 21:38:51.267 INFO STEP 826 (remove_files) COMPLETE
78542026-07-14T21:38:52.151Z[ recovery-image] Jul 14 21:38:51.267 INFO O| Jul 14 21:38:51.267 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-07-14T21:38:52.155Z[ recovery-image] Jul 14 21:38:51.272 INFO O| Jul 14 21:38:51.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78562026-07-14T21:38:52.155Z[ recovery-image] Jul 14 21:38:51.272 INFO O| Jul 14 21:38:51.272 INFO STEP 827 (remove_files) COMPLETE
78572026-07-14T21:38:52.155Z[ recovery-image] Jul 14 21:38:51.272 INFO O| Jul 14 21:38:51.272 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-07-14T21:38:52.161Z[ recovery-image] Jul 14 21:38:51.278 INFO O| Jul 14 21:38:51.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78592026-07-14T21:38:52.161Z[ recovery-image] Jul 14 21:38:51.278 INFO O| Jul 14 21:38:51.278 INFO STEP 828 (remove_files) COMPLETE
78602026-07-14T21:38:52.161Z[ recovery-image] Jul 14 21:38:51.278 INFO O| Jul 14 21:38:51.278 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-07-14T21:38:52.165Z[ recovery-image] Jul 14 21:38:51.283 INFO O| Jul 14 21:38:51.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78622026-07-14T21:38:52.165Z[ recovery-image] Jul 14 21:38:51.283 INFO O| Jul 14 21:38:51.283 INFO STEP 829 (remove_files) COMPLETE
78632026-07-14T21:38:52.168Z[ recovery-image] Jul 14 21:38:51.283 INFO O| Jul 14 21:38:51.283 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-07-14T21:38:52.172Z[ recovery-image] Jul 14 21:38:51.290 INFO O| Jul 14 21:38:51.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78652026-07-14T21:38:52.172Z[ recovery-image] Jul 14 21:38:51.290 INFO O| Jul 14 21:38:51.290 INFO STEP 830 (remove_files) COMPLETE
78662026-07-14T21:38:52.175Z[ recovery-image] Jul 14 21:38:51.290 INFO O| Jul 14 21:38:51.290 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-07-14T21:38:52.178Z[ recovery-image] Jul 14 21:38:51.296 INFO O| Jul 14 21:38:51.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78682026-07-14T21:38:52.178Z[ recovery-image] Jul 14 21:38:51.297 INFO O| Jul 14 21:38:51.297 INFO STEP 831 (remove_files) COMPLETE
78692026-07-14T21:38:52.181Z[ recovery-image] Jul 14 21:38:51.297 INFO O| Jul 14 21:38:51.297 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-07-14T21:38:52.184Z[ recovery-image] Jul 14 21:38:51.303 INFO O| Jul 14 21:38:51.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78712026-07-14T21:38:52.184Z[ recovery-image] Jul 14 21:38:51.303 INFO O| Jul 14 21:38:51.303 INFO STEP 832 (remove_files) COMPLETE
78722026-07-14T21:38:52.187Z[ recovery-image] Jul 14 21:38:51.303 INFO O| Jul 14 21:38:51.303 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-07-14T21:38:52.190Z[ recovery-image] Jul 14 21:38:51.308 INFO O| Jul 14 21:38:51.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78742026-07-14T21:38:52.194Z[ recovery-image] Jul 14 21:38:51.308 INFO O| Jul 14 21:38:51.308 INFO STEP 833 (remove_files) COMPLETE
78752026-07-14T21:38:52.194Z[ recovery-image] Jul 14 21:38:51.308 INFO O| Jul 14 21:38:51.308 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-07-14T21:38:52.196Z[ recovery-image] Jul 14 21:38:51.314 INFO O| Jul 14 21:38:51.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78772026-07-14T21:38:52.196Z[ recovery-image] Jul 14 21:38:51.314 INFO O| Jul 14 21:38:51.314 INFO STEP 834 (remove_files) COMPLETE
78782026-07-14T21:38:52.197Z[ recovery-image] Jul 14 21:38:51.314 INFO O| Jul 14 21:38:51.314 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-07-14T21:38:52.203Z[ recovery-image] Jul 14 21:38:51.321 INFO O| Jul 14 21:38:51.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78802026-07-14T21:38:52.203Z[ recovery-image] Jul 14 21:38:51.321 INFO O| Jul 14 21:38:51.321 INFO STEP 835 (remove_files) COMPLETE
78812026-07-14T21:38:52.203Z[ recovery-image] Jul 14 21:38:51.321 INFO O| Jul 14 21:38:51.321 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-07-14T21:38:52.209Z[ recovery-image] Jul 14 21:38:51.328 INFO O| Jul 14 21:38:51.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78832026-07-14T21:38:52.209Z[ recovery-image] Jul 14 21:38:51.328 INFO O| Jul 14 21:38:51.328 INFO STEP 836 (remove_files) COMPLETE
78842026-07-14T21:38:52.209Z[ recovery-image] Jul 14 21:38:51.328 INFO O| Jul 14 21:38:51.328 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-07-14T21:38:52.215Z[ recovery-image] Jul 14 21:38:51.334 INFO O| Jul 14 21:38:51.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78862026-07-14T21:38:52.216Z[ recovery-image] Jul 14 21:38:51.334 INFO O| Jul 14 21:38:51.334 INFO STEP 837 (remove_files) COMPLETE
78872026-07-14T21:38:52.218Z[ recovery-image] Jul 14 21:38:51.334 INFO O| Jul 14 21:38:51.334 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-07-14T21:38:52.221Z[ recovery-image] Jul 14 21:38:51.340 INFO O| Jul 14 21:38:51.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78892026-07-14T21:38:52.222Z[ recovery-image] Jul 14 21:38:51.340 INFO O| Jul 14 21:38:51.340 INFO STEP 838 (remove_files) COMPLETE
78902026-07-14T21:38:52.222Z[ recovery-image] Jul 14 21:38:51.340 INFO O| Jul 14 21:38:51.340 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-07-14T21:38:52.228Z[ recovery-image] Jul 14 21:38:51.346 INFO O| Jul 14 21:38:51.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78922026-07-14T21:38:52.228Z[ recovery-image] Jul 14 21:38:51.346 INFO O| Jul 14 21:38:51.346 INFO STEP 839 (remove_files) COMPLETE
78932026-07-14T21:38:52.228Z[ recovery-image] Jul 14 21:38:51.346 INFO O| Jul 14 21:38:51.346 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-07-14T21:38:52.234Z[ recovery-image] Jul 14 21:38:51.352 INFO O| Jul 14 21:38:51.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78952026-07-14T21:38:52.234Z[ recovery-image] Jul 14 21:38:51.352 INFO O| Jul 14 21:38:51.352 INFO STEP 840 (remove_files) COMPLETE
78962026-07-14T21:38:52.237Z[ recovery-image] Jul 14 21:38:51.352 INFO O| Jul 14 21:38:51.352 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-07-14T21:38:52.241Z[ recovery-image] Jul 14 21:38:51.359 INFO O| Jul 14 21:38:51.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78982026-07-14T21:38:52.241Z[ recovery-image] Jul 14 21:38:51.359 INFO O| Jul 14 21:38:51.359 INFO STEP 841 (remove_files) COMPLETE
78992026-07-14T21:38:52.244Z[ recovery-image] Jul 14 21:38:51.359 INFO O| Jul 14 21:38:51.359 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-07-14T21:38:52.247Z[ recovery-image] Jul 14 21:38:51.365 INFO O| Jul 14 21:38:51.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
79012026-07-14T21:38:52.247Z[ recovery-image] Jul 14 21:38:51.365 INFO O| Jul 14 21:38:51.365 INFO STEP 842 (remove_files) COMPLETE
79022026-07-14T21:38:52.250Z[ recovery-image] Jul 14 21:38:51.365 INFO O| Jul 14 21:38:51.365 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-07-14T21:38:52.253Z[ recovery-image] Jul 14 21:38:51.371 INFO O| Jul 14 21:38:51.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
79042026-07-14T21:38:52.253Z[ recovery-image] Jul 14 21:38:51.371 INFO O| Jul 14 21:38:51.371 INFO STEP 843 (remove_files) COMPLETE
79052026-07-14T21:38:52.253Z[ recovery-image] Jul 14 21:38:51.371 INFO O| Jul 14 21:38:51.371 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-07-14T21:38:52.258Z[ recovery-image] Jul 14 21:38:51.376 INFO O| Jul 14 21:38:51.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
79072026-07-14T21:38:52.258Z[ recovery-image] Jul 14 21:38:51.376 INFO O| Jul 14 21:38:51.376 INFO STEP 844 (remove_files) COMPLETE
79082026-07-14T21:38:52.260Z[ recovery-image] Jul 14 21:38:51.376 INFO O| Jul 14 21:38:51.376 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-07-14T21:38:52.263Z[ recovery-image] Jul 14 21:38:51.381 INFO O| Jul 14 21:38:51.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
79102026-07-14T21:38:52.263Z[ recovery-image] Jul 14 21:38:51.381 INFO O| Jul 14 21:38:51.381 INFO STEP 845 (remove_files) COMPLETE
79112026-07-14T21:38:52.263Z[ recovery-image] Jul 14 21:38:51.381 INFO O| Jul 14 21:38:51.381 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-07-14T21:38:52.270Z[ recovery-image] Jul 14 21:38:51.388 INFO O| Jul 14 21:38:51.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
79132026-07-14T21:38:52.270Z[ recovery-image] Jul 14 21:38:51.388 INFO O| Jul 14 21:38:51.388 INFO STEP 846 (remove_files) COMPLETE
79142026-07-14T21:38:52.273Z[ recovery-image] Jul 14 21:38:51.388 INFO O| Jul 14 21:38:51.388 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-07-14T21:38:52.276Z[ recovery-image] Jul 14 21:38:51.394 INFO O| Jul 14 21:38:51.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
79162026-07-14T21:38:52.276Z[ recovery-image] Jul 14 21:38:51.394 INFO O| Jul 14 21:38:51.394 INFO STEP 847 (remove_files) COMPLETE
79172026-07-14T21:38:52.279Z[ recovery-image] Jul 14 21:38:51.394 INFO O| Jul 14 21:38:51.394 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-07-14T21:38:52.282Z[ recovery-image] Jul 14 21:38:51.400 INFO O| Jul 14 21:38:51.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
79192026-07-14T21:38:52.285Z[ recovery-image] Jul 14 21:38:51.400 INFO O| Jul 14 21:38:51.400 INFO STEP 848 (remove_files) COMPLETE
79202026-07-14T21:38:52.285Z[ recovery-image] Jul 14 21:38:51.400 INFO O| Jul 14 21:38:51.400 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-07-14T21:38:52.290Z[ recovery-image] Jul 14 21:38:51.408 INFO O| Jul 14 21:38:51.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
79222026-07-14T21:38:52.290Z[ recovery-image] Jul 14 21:38:51.408 INFO O| Jul 14 21:38:51.408 INFO STEP 849 (remove_files) COMPLETE
79232026-07-14T21:38:52.292Z[ recovery-image] Jul 14 21:38:51.408 INFO O| Jul 14 21:38:51.408 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-07-14T21:38:52.295Z[ recovery-image] Jul 14 21:38:51.414 INFO O| Jul 14 21:38:51.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
79252026-07-14T21:38:52.295Z[ recovery-image] Jul 14 21:38:51.414 INFO O| Jul 14 21:38:51.414 INFO STEP 850 (remove_files) COMPLETE
79262026-07-14T21:38:52.298Z[ recovery-image] Jul 14 21:38:51.414 INFO O| Jul 14 21:38:51.414 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-07-14T21:38:52.302Z[ recovery-image] Jul 14 21:38:51.420 INFO O| Jul 14 21:38:51.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79282026-07-14T21:38:52.302Z[ recovery-image] Jul 14 21:38:51.420 INFO O| Jul 14 21:38:51.420 INFO STEP 851 (remove_files) COMPLETE
79292026-07-14T21:38:52.305Z[ recovery-image] Jul 14 21:38:51.420 INFO O| Jul 14 21:38:51.420 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-07-14T21:38:52.308Z[ recovery-image] Jul 14 21:38:51.427 INFO O| Jul 14 21:38:51.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79312026-07-14T21:38:52.308Z[ recovery-image] Jul 14 21:38:51.427 INFO O| Jul 14 21:38:51.427 INFO STEP 852 (remove_files) COMPLETE
79322026-07-14T21:38:52.308Z[ recovery-image] Jul 14 21:38:51.427 INFO O| Jul 14 21:38:51.427 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-07-14T21:38:52.314Z[ recovery-image] Jul 14 21:38:51.433 INFO O| Jul 14 21:38:51.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79342026-07-14T21:38:52.315Z[ recovery-image] Jul 14 21:38:51.433 INFO O| Jul 14 21:38:51.433 INFO STEP 853 (remove_files) COMPLETE
79352026-07-14T21:38:52.317Z[ recovery-image] Jul 14 21:38:51.433 INFO O| Jul 14 21:38:51.433 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-07-14T21:38:52.321Z[ recovery-image] Jul 14 21:38:51.439 INFO O| Jul 14 21:38:51.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79372026-07-14T21:38:52.321Z[ recovery-image] Jul 14 21:38:51.439 INFO O| Jul 14 21:38:51.439 INFO STEP 854 (remove_files) COMPLETE
79382026-07-14T21:38:52.321Z[ recovery-image] Jul 14 21:38:51.439 INFO O| Jul 14 21:38:51.439 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-07-14T21:38:52.327Z[ recovery-image] Jul 14 21:38:51.445 INFO O| Jul 14 21:38:51.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79402026-07-14T21:38:52.327Z[ recovery-image] Jul 14 21:38:51.445 INFO O| Jul 14 21:38:51.445 INFO STEP 855 (remove_files) COMPLETE
79412026-07-14T21:38:52.330Z[ recovery-image] Jul 14 21:38:51.445 INFO O| Jul 14 21:38:51.445 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-07-14T21:38:52.333Z[ recovery-image] Jul 14 21:38:51.450 INFO O| Jul 14 21:38:51.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79432026-07-14T21:38:52.333Z[ recovery-image] Jul 14 21:38:51.450 INFO O| Jul 14 21:38:51.450 INFO STEP 856 (remove_files) COMPLETE
79442026-07-14T21:38:52.333Z[ recovery-image] Jul 14 21:38:51.450 INFO O| Jul 14 21:38:51.450 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-07-14T21:38:52.339Z[ recovery-image] Jul 14 21:38:51.457 INFO O| Jul 14 21:38:51.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79462026-07-14T21:38:52.339Z[ recovery-image] Jul 14 21:38:51.457 INFO O| Jul 14 21:38:51.457 INFO STEP 857 (remove_files) COMPLETE
79472026-07-14T21:38:52.341Z[ recovery-image] Jul 14 21:38:51.457 INFO O| Jul 14 21:38:51.457 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-07-14T21:38:52.345Z[ recovery-image] Jul 14 21:38:51.463 INFO O| Jul 14 21:38:51.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79492026-07-14T21:38:52.345Z[ recovery-image] Jul 14 21:38:51.463 INFO O| Jul 14 21:38:51.463 INFO STEP 858 (remove_files) COMPLETE
79502026-07-14T21:38:52.345Z[ recovery-image] Jul 14 21:38:51.463 INFO O| Jul 14 21:38:51.463 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-07-14T21:38:52.351Z[ recovery-image] Jul 14 21:38:51.469 INFO O| Jul 14 21:38:51.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79522026-07-14T21:38:52.352Z[ recovery-image] Jul 14 21:38:51.469 INFO O| Jul 14 21:38:51.469 INFO STEP 859 (remove_files) COMPLETE
79532026-07-14T21:38:52.355Z[ recovery-image] Jul 14 21:38:51.469 INFO O| Jul 14 21:38:51.469 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-07-14T21:38:52.359Z[ recovery-image] Jul 14 21:38:51.475 INFO O| Jul 14 21:38:51.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79552026-07-14T21:38:52.359Z[ recovery-image] Jul 14 21:38:51.475 INFO O| Jul 14 21:38:51.475 INFO STEP 860 (remove_files) COMPLETE
79562026-07-14T21:38:52.359Z[ recovery-image] Jul 14 21:38:51.475 INFO O| Jul 14 21:38:51.475 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-07-14T21:38:52.363Z[ recovery-image] Jul 14 21:38:51.482 INFO O| Jul 14 21:38:51.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79582026-07-14T21:38:52.363Z[ recovery-image] Jul 14 21:38:51.482 INFO O| Jul 14 21:38:51.482 INFO STEP 861 (remove_files) COMPLETE
79592026-07-14T21:38:52.366Z[ recovery-image] Jul 14 21:38:51.482 INFO O| Jul 14 21:38:51.482 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-07-14T21:38:52.369Z[ recovery-image] Jul 14 21:38:51.487 INFO O| Jul 14 21:38:51.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79612026-07-14T21:38:52.369Z[ recovery-image] Jul 14 21:38:51.487 INFO O| Jul 14 21:38:51.487 INFO STEP 862 (remove_files) COMPLETE
79622026-07-14T21:38:52.369Z[ recovery-image] Jul 14 21:38:51.487 INFO O| Jul 14 21:38:51.487 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-07-14T21:38:52.376Z[ recovery-image] Jul 14 21:38:51.495 INFO O| Jul 14 21:38:51.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79642026-07-14T21:38:52.376Z[ recovery-image] Jul 14 21:38:51.495 INFO O| Jul 14 21:38:51.495 INFO STEP 863 (remove_files) COMPLETE
79652026-07-14T21:38:52.379Z[ recovery-image] Jul 14 21:38:51.495 INFO O| Jul 14 21:38:51.495 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-07-14T21:38:52.384Z[ recovery-image] Jul 14 21:38:51.501 INFO O| Jul 14 21:38:51.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79672026-07-14T21:38:52.384Z[ recovery-image] Jul 14 21:38:51.501 INFO O| Jul 14 21:38:51.501 INFO STEP 864 (remove_files) COMPLETE
79682026-07-14T21:38:52.387Z[ recovery-image] Jul 14 21:38:51.501 INFO O| Jul 14 21:38:51.501 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-07-14T21:38:52.390Z[ recovery-image] Jul 14 21:38:51.507 INFO O| Jul 14 21:38:51.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79702026-07-14T21:38:52.390Z[ recovery-image] Jul 14 21:38:51.507 INFO O| Jul 14 21:38:51.507 INFO STEP 865 (remove_files) COMPLETE
79712026-07-14T21:38:52.390Z[ recovery-image] Jul 14 21:38:51.507 INFO O| Jul 14 21:38:51.507 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-07-14T21:38:52.396Z[ recovery-image] Jul 14 21:38:51.514 INFO O| Jul 14 21:38:51.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79732026-07-14T21:38:52.396Z[ recovery-image] Jul 14 21:38:51.514 INFO O| Jul 14 21:38:51.514 INFO STEP 866 (remove_files) COMPLETE
79742026-07-14T21:38:52.396Z[ recovery-image] Jul 14 21:38:51.514 INFO O| Jul 14 21:38:51.514 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-07-14T21:38:52.402Z[ recovery-image] Jul 14 21:38:51.520 INFO O| Jul 14 21:38:51.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79762026-07-14T21:38:52.405Z[ recovery-image] Jul 14 21:38:51.520 INFO O| Jul 14 21:38:51.520 INFO STEP 867 (remove_files) COMPLETE
79772026-07-14T21:38:52.405Z[ recovery-image] Jul 14 21:38:51.520 INFO O| Jul 14 21:38:51.520 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-07-14T21:38:52.408Z[ recovery-image] Jul 14 21:38:51.527 INFO O| Jul 14 21:38:51.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79792026-07-14T21:38:52.408Z[ recovery-image] Jul 14 21:38:51.527 INFO O| Jul 14 21:38:51.527 INFO STEP 868 (remove_files) COMPLETE
79802026-07-14T21:38:52.411Z[ recovery-image] Jul 14 21:38:51.527 INFO O| Jul 14 21:38:51.527 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-07-14T21:38:52.415Z[ recovery-image] Jul 14 21:38:51.533 INFO O| Jul 14 21:38:51.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79822026-07-14T21:38:52.417Z[ recovery-image] Jul 14 21:38:51.533 INFO O| Jul 14 21:38:51.533 INFO STEP 869 (remove_files) COMPLETE
79832026-07-14T21:38:52.417Z[ recovery-image] Jul 14 21:38:51.533 INFO O| Jul 14 21:38:51.533 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-07-14T21:38:52.421Z[ recovery-image] Jul 14 21:38:51.539 INFO O| Jul 14 21:38:51.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79852026-07-14T21:38:52.424Z[ recovery-image] Jul 14 21:38:51.539 INFO O| Jul 14 21:38:51.539 INFO STEP 870 (remove_files) COMPLETE
79862026-07-14T21:38:52.424Z[ recovery-image] Jul 14 21:38:51.539 INFO O| Jul 14 21:38:51.539 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-07-14T21:38:52.427Z[ recovery-image] Jul 14 21:38:51.545 INFO O| Jul 14 21:38:51.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79882026-07-14T21:38:52.427Z[ recovery-image] Jul 14 21:38:51.545 INFO O| Jul 14 21:38:51.545 INFO STEP 871 (remove_files) COMPLETE
79892026-07-14T21:38:52.427Z[ recovery-image] Jul 14 21:38:51.545 INFO O| Jul 14 21:38:51.545 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-07-14T21:38:52.433Z[ recovery-image] Jul 14 21:38:51.551 INFO O| Jul 14 21:38:51.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79912026-07-14T21:38:52.433Z[ recovery-image] Jul 14 21:38:51.551 INFO O| Jul 14 21:38:51.551 INFO STEP 872 (remove_files) COMPLETE
79922026-07-14T21:38:52.436Z[ recovery-image] Jul 14 21:38:51.551 INFO O| Jul 14 21:38:51.551 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-07-14T21:38:52.439Z[ recovery-image] Jul 14 21:38:51.558 INFO O| Jul 14 21:38:51.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79942026-07-14T21:38:52.439Z[ recovery-image] Jul 14 21:38:51.558 INFO O| Jul 14 21:38:51.558 INFO STEP 873 (remove_files) COMPLETE
79952026-07-14T21:38:52.439Z[ recovery-image] Jul 14 21:38:51.558 INFO O| Jul 14 21:38:51.558 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-07-14T21:38:52.446Z[ recovery-image] Jul 14 21:38:51.564 INFO O| Jul 14 21:38:51.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79972026-07-14T21:38:52.446Z[ recovery-image] Jul 14 21:38:51.564 INFO O| Jul 14 21:38:51.564 INFO STEP 874 (remove_files) COMPLETE
79982026-07-14T21:38:52.449Z[ recovery-image] Jul 14 21:38:51.564 INFO O| Jul 14 21:38:51.564 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-07-14T21:38:52.452Z[ recovery-image] Jul 14 21:38:51.570 INFO O| Jul 14 21:38:51.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
80002026-07-14T21:38:52.452Z[ recovery-image] Jul 14 21:38:51.570 INFO O| Jul 14 21:38:51.570 INFO STEP 875 (remove_files) COMPLETE
80012026-07-14T21:38:52.454Z[ recovery-image] Jul 14 21:38:51.570 INFO O| Jul 14 21:38:51.570 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-07-14T21:38:52.458Z[ recovery-image] Jul 14 21:38:51.576 INFO O| Jul 14 21:38:51.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
80032026-07-14T21:38:52.458Z[ recovery-image] Jul 14 21:38:51.576 INFO O| Jul 14 21:38:51.576 INFO STEP 876 (remove_files) COMPLETE
80042026-07-14T21:38:52.458Z[ recovery-image] Jul 14 21:38:51.576 INFO O| Jul 14 21:38:51.576 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-07-14T21:38:52.465Z[ recovery-image] Jul 14 21:38:51.583 INFO O| Jul 14 21:38:51.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
80062026-07-14T21:38:52.465Z[ recovery-image] Jul 14 21:38:51.583 INFO O| Jul 14 21:38:51.583 INFO STEP 877 (remove_files) COMPLETE
80072026-07-14T21:38:52.468Z[ recovery-image] Jul 14 21:38:51.583 INFO O| Jul 14 21:38:51.583 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-07-14T21:38:52.471Z[ recovery-image] Jul 14 21:38:51.589 INFO O| Jul 14 21:38:51.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
80092026-07-14T21:38:52.471Z[ recovery-image] Jul 14 21:38:51.589 INFO O| Jul 14 21:38:51.589 INFO STEP 878 (remove_files) COMPLETE
80102026-07-14T21:38:52.474Z[ recovery-image] Jul 14 21:38:51.589 INFO O| Jul 14 21:38:51.589 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-07-14T21:38:52.478Z[ recovery-image] Jul 14 21:38:51.596 INFO O| Jul 14 21:38:51.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
80122026-07-14T21:38:52.478Z[ recovery-image] Jul 14 21:38:51.596 INFO O| Jul 14 21:38:51.596 INFO STEP 879 (remove_files) COMPLETE
80132026-07-14T21:38:52.478Z[ recovery-image] Jul 14 21:38:51.596 INFO O| Jul 14 21:38:51.596 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-07-14T21:38:52.484Z[ recovery-image] Jul 14 21:38:51.602 INFO O| Jul 14 21:38:51.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
80152026-07-14T21:38:52.487Z[ recovery-image] Jul 14 21:38:51.602 INFO O| Jul 14 21:38:51.602 INFO STEP 880 (remove_files) COMPLETE
80162026-07-14T21:38:52.487Z[ recovery-image] Jul 14 21:38:51.602 INFO O| Jul 14 21:38:51.602 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-07-14T21:38:52.489Z[ recovery-image] Jul 14 21:38:51.608 INFO O| Jul 14 21:38:51.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
80182026-07-14T21:38:52.490Z[ recovery-image] Jul 14 21:38:51.608 INFO O| Jul 14 21:38:51.608 INFO STEP 881 (remove_files) COMPLETE
80192026-07-14T21:38:52.492Z[ recovery-image] Jul 14 21:38:51.608 INFO O| Jul 14 21:38:51.608 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-07-14T21:38:52.496Z[ recovery-image] Jul 14 21:38:51.614 INFO O| Jul 14 21:38:51.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
80212026-07-14T21:38:52.499Z[ recovery-image] Jul 14 21:38:51.614 INFO O| Jul 14 21:38:51.614 INFO STEP 882 (remove_files) COMPLETE
80222026-07-14T21:38:52.499Z[ recovery-image] Jul 14 21:38:51.614 INFO O| Jul 14 21:38:51.614 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-07-14T21:38:52.502Z[ recovery-image] Jul 14 21:38:51.620 INFO O| Jul 14 21:38:51.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
80242026-07-14T21:38:52.502Z[ recovery-image] Jul 14 21:38:51.620 INFO O| Jul 14 21:38:51.620 INFO STEP 883 (remove_files) COMPLETE
80252026-07-14T21:38:52.502Z[ recovery-image] Jul 14 21:38:51.620 INFO O| Jul 14 21:38:51.620 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-07-14T21:38:52.508Z[ recovery-image] Jul 14 21:38:51.626 INFO O| Jul 14 21:38:51.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80272026-07-14T21:38:52.508Z[ recovery-image] Jul 14 21:38:51.627 INFO O| Jul 14 21:38:51.627 INFO STEP 884 (remove_files) COMPLETE
80282026-07-14T21:38:52.511Z[ recovery-image] Jul 14 21:38:51.627 INFO O| Jul 14 21:38:51.627 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-07-14T21:38:52.515Z[ recovery-image] Jul 14 21:38:51.633 INFO O| Jul 14 21:38:51.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80302026-07-14T21:38:52.515Z[ recovery-image] Jul 14 21:38:51.633 INFO O| Jul 14 21:38:51.633 INFO STEP 885 (remove_files) COMPLETE
80312026-07-14T21:38:52.518Z[ recovery-image] Jul 14 21:38:51.633 INFO O| Jul 14 21:38:51.633 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-07-14T21:38:52.521Z[ recovery-image] Jul 14 21:38:51.639 INFO O| Jul 14 21:38:51.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80332026-07-14T21:38:52.521Z[ recovery-image] Jul 14 21:38:51.639 INFO O| Jul 14 21:38:51.639 INFO STEP 886 (remove_files) COMPLETE
80342026-07-14T21:38:52.524Z[ recovery-image] Jul 14 21:38:51.639 INFO O| Jul 14 21:38:51.639 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-07-14T21:38:52.527Z[ recovery-image] Jul 14 21:38:51.645 INFO O| Jul 14 21:38:51.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80362026-07-14T21:38:52.527Z[ recovery-image] Jul 14 21:38:51.645 INFO O| Jul 14 21:38:51.645 INFO STEP 887 (remove_files) COMPLETE
80372026-07-14T21:38:52.527Z[ recovery-image] Jul 14 21:38:51.645 INFO O| Jul 14 21:38:51.645 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-07-14T21:38:52.532Z[ recovery-image] Jul 14 21:38:51.650 INFO O| Jul 14 21:38:51.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80392026-07-14T21:38:52.532Z[ recovery-image] Jul 14 21:38:51.650 INFO O| Jul 14 21:38:51.650 INFO STEP 888 (remove_files) COMPLETE
80402026-07-14T21:38:52.532Z[ recovery-image] Jul 14 21:38:51.650 INFO O| Jul 14 21:38:51.650 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-07-14T21:38:52.537Z[ recovery-image] Jul 14 21:38:51.656 INFO O| Jul 14 21:38:51.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80422026-07-14T21:38:52.537Z[ recovery-image] Jul 14 21:38:51.656 INFO O| Jul 14 21:38:51.656 INFO STEP 889 (remove_files) COMPLETE
80432026-07-14T21:38:52.540Z[ recovery-image] Jul 14 21:38:51.656 INFO O| Jul 14 21:38:51.656 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-07-14T21:38:52.543Z[ recovery-image] Jul 14 21:38:51.661 INFO O| Jul 14 21:38:51.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80452026-07-14T21:38:52.543Z[ recovery-image] Jul 14 21:38:51.661 INFO O| Jul 14 21:38:51.661 INFO STEP 890 (remove_files) COMPLETE
80462026-07-14T21:38:52.543Z[ recovery-image] Jul 14 21:38:51.661 INFO O| Jul 14 21:38:51.661 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-07-14T21:38:52.551Z[ recovery-image] Jul 14 21:38:51.669 INFO O| Jul 14 21:38:51.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80482026-07-14T21:38:52.551Z[ recovery-image] Jul 14 21:38:51.669 INFO O| Jul 14 21:38:51.669 INFO STEP 891 (remove_files) COMPLETE
80492026-07-14T21:38:52.554Z[ recovery-image] Jul 14 21:38:51.669 INFO O| Jul 14 21:38:51.669 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-07-14T21:38:52.558Z[ recovery-image] Jul 14 21:38:51.677 INFO O| Jul 14 21:38:51.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80512026-07-14T21:38:52.561Z[ recovery-image] Jul 14 21:38:51.677 INFO O| Jul 14 21:38:51.677 INFO STEP 892 (remove_files) COMPLETE
80522026-07-14T21:38:52.561Z[ recovery-image] Jul 14 21:38:51.677 INFO O| Jul 14 21:38:51.677 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-07-14T21:38:52.565Z[ recovery-image] Jul 14 21:38:51.683 INFO O| Jul 14 21:38:51.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80542026-07-14T21:38:52.565Z[ recovery-image] Jul 14 21:38:51.683 INFO O| Jul 14 21:38:51.683 INFO STEP 893 (remove_files) COMPLETE
80552026-07-14T21:38:52.565Z[ recovery-image] Jul 14 21:38:51.683 INFO O| Jul 14 21:38:51.683 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-07-14T21:38:52.572Z[ recovery-image] Jul 14 21:38:51.689 INFO O| Jul 14 21:38:51.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80572026-07-14T21:38:52.572Z[ recovery-image] Jul 14 21:38:51.689 INFO O| Jul 14 21:38:51.689 INFO STEP 894 (remove_files) COMPLETE
80582026-07-14T21:38:52.572Z[ recovery-image] Jul 14 21:38:51.689 INFO O| Jul 14 21:38:51.689 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-07-14T21:38:52.576Z[ recovery-image] Jul 14 21:38:51.695 INFO O| Jul 14 21:38:51.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80602026-07-14T21:38:52.576Z[ recovery-image] Jul 14 21:38:51.695 INFO O| Jul 14 21:38:51.695 INFO STEP 895 (remove_files) COMPLETE
80612026-07-14T21:38:52.576Z[ recovery-image] Jul 14 21:38:51.695 INFO O| Jul 14 21:38:51.695 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-07-14T21:38:52.582Z[ recovery-image] Jul 14 21:38:51.700 INFO O| Jul 14 21:38:51.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80632026-07-14T21:38:52.585Z[ recovery-image] Jul 14 21:38:51.700 INFO O| Jul 14 21:38:51.700 INFO STEP 896 (remove_files) COMPLETE
80642026-07-14T21:38:52.585Z[ recovery-image] Jul 14 21:38:51.700 INFO O| Jul 14 21:38:51.700 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-07-14T21:38:52.587Z[ recovery-image] Jul 14 21:38:51.706 INFO O| Jul 14 21:38:51.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80662026-07-14T21:38:52.587Z[ recovery-image] Jul 14 21:38:51.706 INFO O| Jul 14 21:38:51.706 INFO STEP 897 (remove_files) COMPLETE
80672026-07-14T21:38:52.587Z[ recovery-image] Jul 14 21:38:51.706 INFO O| Jul 14 21:38:51.706 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-07-14T21:38:52.595Z[ recovery-image] Jul 14 21:38:51.713 INFO O| Jul 14 21:38:51.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80692026-07-14T21:38:52.595Z[ recovery-image] Jul 14 21:38:51.713 INFO O| Jul 14 21:38:51.713 INFO STEP 898 (remove_files) COMPLETE
80702026-07-14T21:38:52.598Z[ recovery-image] Jul 14 21:38:51.713 INFO O| Jul 14 21:38:51.713 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-07-14T21:38:52.601Z[ recovery-image] Jul 14 21:38:51.719 INFO O| Jul 14 21:38:51.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80722026-07-14T21:38:52.601Z[ recovery-image] Jul 14 21:38:51.719 INFO O| Jul 14 21:38:51.719 INFO STEP 899 (remove_files) COMPLETE
80732026-07-14T21:38:52.604Z[ recovery-image] Jul 14 21:38:51.719 INFO O| Jul 14 21:38:51.719 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-07-14T21:38:52.607Z[ recovery-image] Jul 14 21:38:51.724 INFO O| Jul 14 21:38:51.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80752026-07-14T21:38:52.607Z[ recovery-image] Jul 14 21:38:51.724 INFO O| Jul 14 21:38:51.724 INFO STEP 900 (remove_files) COMPLETE
80762026-07-14T21:38:52.607Z[ recovery-image] Jul 14 21:38:51.724 INFO O| Jul 14 21:38:51.724 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-07-14T21:38:52.610Z[ recovery-image] Jul 14 21:38:51.729 INFO O| Jul 14 21:38:51.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80782026-07-14T21:38:52.611Z[ recovery-image] Jul 14 21:38:51.729 INFO O| Jul 14 21:38:51.729 INFO STEP 901 (remove_files) COMPLETE
80792026-07-14T21:38:52.611Z[ recovery-image] Jul 14 21:38:51.729 INFO O| Jul 14 21:38:51.729 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-07-14T21:38:52.615Z[ recovery-image] Jul 14 21:38:51.734 INFO O| Jul 14 21:38:51.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80812026-07-14T21:38:52.615Z[ recovery-image] Jul 14 21:38:51.734 INFO O| Jul 14 21:38:51.734 INFO STEP 902 (remove_files) COMPLETE
80822026-07-14T21:38:52.616Z[ recovery-image] Jul 14 21:38:51.734 INFO O| Jul 14 21:38:51.734 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-07-14T21:38:52.620Z[ recovery-image] Jul 14 21:38:51.739 INFO O| Jul 14 21:38:51.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80842026-07-14T21:38:52.621Z[ recovery-image] Jul 14 21:38:51.739 INFO O| Jul 14 21:38:51.739 INFO STEP 903 (remove_files) COMPLETE
80852026-07-14T21:38:52.621Z[ recovery-image] Jul 14 21:38:51.739 INFO O| Jul 14 21:38:51.739 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-07-14T21:38:52.628Z[ recovery-image] Jul 14 21:38:51.746 INFO O| Jul 14 21:38:51.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80872026-07-14T21:38:52.628Z[ recovery-image] Jul 14 21:38:51.746 INFO O| Jul 14 21:38:51.746 INFO STEP 904 (remove_files) COMPLETE
80882026-07-14T21:38:52.628Z[ recovery-image] Jul 14 21:38:51.746 INFO O| Jul 14 21:38:51.746 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-07-14T21:38:52.634Z[ recovery-image] Jul 14 21:38:51.752 INFO O| Jul 14 21:38:51.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80902026-07-14T21:38:52.634Z[ recovery-image] Jul 14 21:38:51.752 INFO O| Jul 14 21:38:51.752 INFO STEP 905 (remove_files) COMPLETE
80912026-07-14T21:38:52.634Z[ recovery-image] Jul 14 21:38:51.752 INFO O| Jul 14 21:38:51.752 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-07-14T21:38:52.639Z[ recovery-image] Jul 14 21:38:51.757 INFO O| Jul 14 21:38:51.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80932026-07-14T21:38:52.639Z[ recovery-image] Jul 14 21:38:51.757 INFO O| Jul 14 21:38:51.757 INFO STEP 906 (remove_files) COMPLETE
80942026-07-14T21:38:52.639Z[ recovery-image] Jul 14 21:38:51.757 INFO O| Jul 14 21:38:51.757 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-07-14T21:38:52.644Z[ recovery-image] Jul 14 21:38:51.762 INFO O| Jul 14 21:38:51.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80962026-07-14T21:38:52.644Z[ recovery-image] Jul 14 21:38:51.762 INFO O| Jul 14 21:38:51.762 INFO STEP 907 (remove_files) COMPLETE
80972026-07-14T21:38:52.647Z[ recovery-image] Jul 14 21:38:51.762 INFO O| Jul 14 21:38:51.762 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-07-14T21:38:52.650Z[ recovery-image] Jul 14 21:38:51.768 INFO O| Jul 14 21:38:51.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80992026-07-14T21:38:52.650Z[ recovery-image] Jul 14 21:38:51.768 INFO O| Jul 14 21:38:51.768 INFO STEP 908 (remove_files) COMPLETE
81002026-07-14T21:38:52.650Z[ recovery-image] Jul 14 21:38:51.768 INFO O| Jul 14 21:38:51.768 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-07-14T21:38:52.691Z[ recovery-image] Jul 14 21:38:51.773 INFO O| Jul 14 21:38:51.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
81022026-07-14T21:38:52.691Z[ recovery-image] Jul 14 21:38:51.773 INFO O| Jul 14 21:38:51.773 INFO STEP 909 (remove_files) COMPLETE
81032026-07-14T21:38:52.691Z[ recovery-image] Jul 14 21:38:51.773 INFO O| Jul 14 21:38:51.773 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-07-14T21:38:52.691Z[ recovery-image] Jul 14 21:38:51.779 INFO O| Jul 14 21:38:51.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
81052026-07-14T21:38:52.692Z[ recovery-image] Jul 14 21:38:51.779 INFO O| Jul 14 21:38:51.779 INFO STEP 910 (remove_files) COMPLETE
81062026-07-14T21:38:52.692Z[ recovery-image] Jul 14 21:38:51.779 INFO O| Jul 14 21:38:51.779 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-07-14T21:38:52.692Z[ recovery-image] Jul 14 21:38:51.787 INFO O| Jul 14 21:38:51.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
81082026-07-14T21:38:52.692Z[ recovery-image] Jul 14 21:38:51.787 INFO O| Jul 14 21:38:51.787 INFO STEP 911 (remove_files) COMPLETE
81092026-07-14T21:38:52.692Z[ recovery-image] Jul 14 21:38:51.787 INFO O| Jul 14 21:38:51.787 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-07-14T21:38:52.692Z[ recovery-image] Jul 14 21:38:51.792 INFO O| Jul 14 21:38:51.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
81112026-07-14T21:38:52.692Z[ recovery-image] Jul 14 21:38:51.792 INFO O| Jul 14 21:38:51.792 INFO STEP 912 (remove_files) COMPLETE
81122026-07-14T21:38:52.692Z[ recovery-image] Jul 14 21:38:51.792 INFO O| Jul 14 21:38:51.792 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-07-14T21:38:52.692Z[ recovery-image] Jul 14 21:38:51.799 INFO O| Jul 14 21:38:51.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
81142026-07-14T21:38:52.692Z[ recovery-image] Jul 14 21:38:51.799 INFO O| Jul 14 21:38:51.799 INFO STEP 913 (remove_files) COMPLETE
81152026-07-14T21:38:52.692Z[ recovery-image] Jul 14 21:38:51.799 INFO O| Jul 14 21:38:51.799 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-07-14T21:38:52.692Z[ recovery-image] Jul 14 21:38:51.805 INFO O| Jul 14 21:38:51.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
81172026-07-14T21:38:52.692Z[ recovery-image] Jul 14 21:38:51.805 INFO O| Jul 14 21:38:51.805 INFO STEP 914 (remove_files) COMPLETE
81182026-07-14T21:38:52.692Z[ recovery-image] Jul 14 21:38:51.805 INFO O| Jul 14 21:38:51.805 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-07-14T21:38:52.696Z[ recovery-image] Jul 14 21:38:51.812 INFO O| Jul 14 21:38:51.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
81202026-07-14T21:38:52.696Z[ recovery-image] Jul 14 21:38:51.812 INFO O| Jul 14 21:38:51.812 INFO STEP 915 (remove_files) COMPLETE
81212026-07-14T21:38:52.696Z[ recovery-image] Jul 14 21:38:51.812 INFO O| Jul 14 21:38:51.812 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-07-14T21:38:52.700Z[ recovery-image] Jul 14 21:38:51.818 INFO O| Jul 14 21:38:51.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
81232026-07-14T21:38:52.700Z[ recovery-image] Jul 14 21:38:51.818 INFO O| Jul 14 21:38:51.818 INFO STEP 916 (remove_files) COMPLETE
81242026-07-14T21:38:52.703Z[ recovery-image] Jul 14 21:38:51.818 INFO O| Jul 14 21:38:51.818 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-07-14T21:38:52.706Z[ recovery-image] Jul 14 21:38:51.824 INFO O| Jul 14 21:38:51.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
81262026-07-14T21:38:52.706Z[ recovery-image] Jul 14 21:38:51.824 INFO O| Jul 14 21:38:51.824 INFO STEP 917 (remove_files) COMPLETE
81272026-07-14T21:38:52.706Z[ recovery-image] Jul 14 21:38:51.824 INFO O| Jul 14 21:38:51.824 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-07-14T21:38:52.712Z[ recovery-image] Jul 14 21:38:51.830 INFO O| Jul 14 21:38:51.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
81292026-07-14T21:38:52.712Z[ recovery-image] Jul 14 21:38:51.830 INFO O| Jul 14 21:38:51.830 INFO STEP 918 (remove_files) COMPLETE
81302026-07-14T21:38:52.712Z[ recovery-image] Jul 14 21:38:51.830 INFO O| Jul 14 21:38:51.830 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-07-14T21:38:52.718Z[ recovery-image] Jul 14 21:38:51.836 INFO O| Jul 14 21:38:51.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81322026-07-14T21:38:52.718Z[ recovery-image] Jul 14 21:38:51.836 INFO O| Jul 14 21:38:51.836 INFO STEP 919 (remove_files) COMPLETE
81332026-07-14T21:38:52.718Z[ recovery-image] Jul 14 21:38:51.836 INFO O| Jul 14 21:38:51.836 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-07-14T21:38:52.724Z[ recovery-image] Jul 14 21:38:51.842 INFO O| Jul 14 21:38:51.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81352026-07-14T21:38:52.727Z[ recovery-image] Jul 14 21:38:51.842 INFO O| Jul 14 21:38:51.842 INFO STEP 920 (remove_files) COMPLETE
81362026-07-14T21:38:52.727Z[ recovery-image] Jul 14 21:38:51.842 INFO O| Jul 14 21:38:51.842 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-07-14T21:38:52.730Z[ recovery-image] Jul 14 21:38:51.848 INFO O| Jul 14 21:38:51.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81382026-07-14T21:38:52.730Z[ recovery-image] Jul 14 21:38:51.848 INFO O| Jul 14 21:38:51.848 INFO STEP 921 (remove_files) COMPLETE
81392026-07-14T21:38:52.733Z[ recovery-image] Jul 14 21:38:51.848 INFO O| Jul 14 21:38:51.848 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-07-14T21:38:52.736Z[ recovery-image] Jul 14 21:38:51.854 INFO O| Jul 14 21:38:51.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81412026-07-14T21:38:52.736Z[ recovery-image] Jul 14 21:38:51.854 INFO O| Jul 14 21:38:51.854 INFO STEP 922 (remove_files) COMPLETE
81422026-07-14T21:38:52.739Z[ recovery-image] Jul 14 21:38:51.854 INFO O| Jul 14 21:38:51.854 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-07-14T21:38:52.742Z[ recovery-image] Jul 14 21:38:51.860 INFO O| Jul 14 21:38:51.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81442026-07-14T21:38:52.742Z[ recovery-image] Jul 14 21:38:51.860 INFO O| Jul 14 21:38:51.860 INFO STEP 923 (remove_files) COMPLETE
81452026-07-14T21:38:52.745Z[ recovery-image] Jul 14 21:38:51.860 INFO O| Jul 14 21:38:51.860 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-07-14T21:38:52.748Z[ recovery-image] Jul 14 21:38:51.866 INFO O| Jul 14 21:38:51.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81472026-07-14T21:38:52.748Z[ recovery-image] Jul 14 21:38:51.866 INFO O| Jul 14 21:38:51.866 INFO STEP 924 (remove_files) COMPLETE
81482026-07-14T21:38:52.751Z[ recovery-image] Jul 14 21:38:51.866 INFO O| Jul 14 21:38:51.866 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-07-14T21:38:52.753Z[ recovery-image] Jul 14 21:38:51.872 INFO O| Jul 14 21:38:51.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81502026-07-14T21:38:52.753Z[ recovery-image] Jul 14 21:38:51.872 INFO O| Jul 14 21:38:51.872 INFO STEP 925 (remove_files) COMPLETE
81512026-07-14T21:38:52.753Z[ recovery-image] Jul 14 21:38:51.872 INFO O| Jul 14 21:38:51.872 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-07-14T21:38:52.759Z[ recovery-image] Jul 14 21:38:51.877 INFO O| Jul 14 21:38:51.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81532026-07-14T21:38:52.761Z[ recovery-image] Jul 14 21:38:51.877 INFO O| Jul 14 21:38:51.877 INFO STEP 926 (remove_files) COMPLETE
81542026-07-14T21:38:52.761Z[ recovery-image] Jul 14 21:38:51.877 INFO O| Jul 14 21:38:51.877 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-07-14T21:38:52.766Z[ recovery-image] Jul 14 21:38:51.884 INFO O| Jul 14 21:38:51.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81562026-07-14T21:38:52.766Z[ recovery-image] Jul 14 21:38:51.884 INFO O| Jul 14 21:38:51.884 INFO STEP 927 (remove_files) COMPLETE
81572026-07-14T21:38:52.768Z[ recovery-image] Jul 14 21:38:51.884 INFO O| Jul 14 21:38:51.884 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-07-14T21:38:52.772Z[ recovery-image] Jul 14 21:38:51.890 INFO O| Jul 14 21:38:51.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81592026-07-14T21:38:52.775Z[ recovery-image] Jul 14 21:38:51.890 INFO O| Jul 14 21:38:51.890 INFO STEP 928 (remove_files) COMPLETE
81602026-07-14T21:38:52.775Z[ recovery-image] Jul 14 21:38:51.890 INFO O| Jul 14 21:38:51.890 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-07-14T21:38:52.779Z[ recovery-image] Jul 14 21:38:51.897 INFO O| Jul 14 21:38:51.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81622026-07-14T21:38:52.781Z[ recovery-image] Jul 14 21:38:51.897 INFO O| Jul 14 21:38:51.897 INFO STEP 929 (remove_files) COMPLETE
81632026-07-14T21:38:52.781Z[ recovery-image] Jul 14 21:38:51.897 INFO O| Jul 14 21:38:51.897 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-07-14T21:38:52.785Z[ recovery-image] Jul 14 21:38:51.904 INFO O| Jul 14 21:38:51.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81652026-07-14T21:38:52.785Z[ recovery-image] Jul 14 21:38:51.904 INFO O| Jul 14 21:38:51.904 INFO STEP 930 (remove_files) COMPLETE
81662026-07-14T21:38:52.788Z[ recovery-image] Jul 14 21:38:51.904 INFO O| Jul 14 21:38:51.904 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-07-14T21:38:52.792Z[ recovery-image] Jul 14 21:38:51.910 INFO O| Jul 14 21:38:51.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81682026-07-14T21:38:52.792Z[ recovery-image] Jul 14 21:38:51.910 INFO O| Jul 14 21:38:51.910 INFO STEP 931 (remove_files) COMPLETE
81692026-07-14T21:38:52.795Z[ recovery-image] Jul 14 21:38:51.910 INFO O| Jul 14 21:38:51.910 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-07-14T21:38:52.799Z[ recovery-image] Jul 14 21:38:51.917 INFO O| Jul 14 21:38:51.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81712026-07-14T21:38:52.799Z[ recovery-image] Jul 14 21:38:51.917 INFO O| Jul 14 21:38:51.917 INFO STEP 932 (remove_files) COMPLETE
81722026-07-14T21:38:52.802Z[ recovery-image] Jul 14 21:38:51.917 INFO O| Jul 14 21:38:51.917 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-07-14T21:38:52.805Z[ recovery-image] Jul 14 21:38:51.924 INFO O| Jul 14 21:38:51.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81742026-07-14T21:38:52.806Z[ recovery-image] Jul 14 21:38:51.924 INFO O| Jul 14 21:38:51.924 INFO STEP 933 (remove_files) COMPLETE
81752026-07-14T21:38:52.806Z[ recovery-image] Jul 14 21:38:51.924 INFO O| Jul 14 21:38:51.924 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-07-14T21:38:52.812Z[ recovery-image] Jul 14 21:38:51.930 INFO O| Jul 14 21:38:51.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81772026-07-14T21:38:52.812Z[ recovery-image] Jul 14 21:38:51.930 INFO O| Jul 14 21:38:51.930 INFO STEP 934 (remove_files) COMPLETE
81782026-07-14T21:38:52.815Z[ recovery-image] Jul 14 21:38:51.930 INFO O| Jul 14 21:38:51.930 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-07-14T21:38:52.818Z[ recovery-image] Jul 14 21:38:51.936 INFO O| Jul 14 21:38:51.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81802026-07-14T21:38:52.818Z[ recovery-image] Jul 14 21:38:51.936 INFO O| Jul 14 21:38:51.936 INFO STEP 935 (remove_files) COMPLETE
81812026-07-14T21:38:52.818Z[ recovery-image] Jul 14 21:38:51.936 INFO O| Jul 14 21:38:51.936 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-07-14T21:38:52.825Z[ recovery-image] Jul 14 21:38:51.943 INFO O| Jul 14 21:38:51.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81832026-07-14T21:38:52.825Z[ recovery-image] Jul 14 21:38:51.943 INFO O| Jul 14 21:38:51.943 INFO STEP 936 (remove_files) COMPLETE
81842026-07-14T21:38:52.828Z[ recovery-image] Jul 14 21:38:51.943 INFO O| Jul 14 21:38:51.943 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-07-14T21:38:52.832Z[ recovery-image] Jul 14 21:38:51.949 INFO O| Jul 14 21:38:51.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81862026-07-14T21:38:52.832Z[ recovery-image] Jul 14 21:38:51.949 INFO O| Jul 14 21:38:51.949 INFO STEP 937 (remove_files) COMPLETE
81872026-07-14T21:38:52.832Z[ recovery-image] Jul 14 21:38:51.949 INFO O| Jul 14 21:38:51.949 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-07-14T21:38:52.837Z[ recovery-image] Jul 14 21:38:51.955 INFO O| Jul 14 21:38:51.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81892026-07-14T21:38:52.837Z[ recovery-image] Jul 14 21:38:51.955 INFO O| Jul 14 21:38:51.955 INFO STEP 938 (remove_files) COMPLETE
81902026-07-14T21:38:52.840Z[ recovery-image] Jul 14 21:38:51.955 INFO O| Jul 14 21:38:51.955 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-07-14T21:38:52.844Z[ recovery-image] Jul 14 21:38:51.962 INFO O| Jul 14 21:38:51.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81922026-07-14T21:38:52.844Z[ recovery-image] Jul 14 21:38:51.962 INFO O| Jul 14 21:38:51.962 INFO STEP 939 (remove_files) COMPLETE
81932026-07-14T21:38:52.847Z[ recovery-image] Jul 14 21:38:51.962 INFO O| Jul 14 21:38:51.962 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-07-14T21:38:52.852Z[ recovery-image] Jul 14 21:38:51.969 INFO O| Jul 14 21:38:51.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81952026-07-14T21:38:52.852Z[ recovery-image] Jul 14 21:38:51.969 INFO O| Jul 14 21:38:51.969 INFO STEP 940 (remove_files) COMPLETE
81962026-07-14T21:38:52.855Z[ recovery-image] Jul 14 21:38:51.969 INFO O| Jul 14 21:38:51.969 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-07-14T21:38:52.858Z[ recovery-image] Jul 14 21:38:51.975 INFO O| Jul 14 21:38:51.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81982026-07-14T21:38:52.858Z[ recovery-image] Jul 14 21:38:51.976 INFO O| Jul 14 21:38:51.976 INFO STEP 941 (remove_files) COMPLETE
81992026-07-14T21:38:52.858Z[ recovery-image] Jul 14 21:38:51.976 INFO O| Jul 14 21:38:51.976 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-07-14T21:38:52.864Z[ recovery-image] Jul 14 21:38:51.982 INFO O| Jul 14 21:38:51.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
82012026-07-14T21:38:52.867Z[ recovery-image] Jul 14 21:38:51.983 INFO O| Jul 14 21:38:51.983 INFO STEP 942 (remove_files) COMPLETE
82022026-07-14T21:38:52.867Z[ recovery-image] Jul 14 21:38:51.983 INFO O| Jul 14 21:38:51.983 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-07-14T21:38:52.870Z[ recovery-image] Jul 14 21:38:51.988 INFO O| Jul 14 21:38:51.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
82042026-07-14T21:38:52.870Z[ recovery-image] Jul 14 21:38:51.988 INFO O| Jul 14 21:38:51.988 INFO STEP 943 (remove_files) COMPLETE
82052026-07-14T21:38:52.870Z[ recovery-image] Jul 14 21:38:51.988 INFO O| Jul 14 21:38:51.988 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-07-14T21:38:52.875Z[ recovery-image] Jul 14 21:38:51.993 INFO O| Jul 14 21:38:51.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
82072026-07-14T21:38:52.875Z[ recovery-image] Jul 14 21:38:51.993 INFO O| Jul 14 21:38:51.993 INFO STEP 944 (remove_files) COMPLETE
82082026-07-14T21:38:52.875Z[ recovery-image] Jul 14 21:38:51.993 INFO O| Jul 14 21:38:51.993 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-07-14T21:38:52.880Z[ recovery-image] Jul 14 21:38:51.998 INFO O| Jul 14 21:38:51.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
82102026-07-14T21:38:52.880Z[ recovery-image] Jul 14 21:38:51.998 INFO O| Jul 14 21:38:51.998 INFO STEP 945 (remove_files) COMPLETE
82112026-07-14T21:38:52.883Z[ recovery-image] Jul 14 21:38:51.998 INFO O| Jul 14 21:38:51.998 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-07-14T21:38:52.887Z[ recovery-image] Jul 14 21:38:52.005 INFO O| Jul 14 21:38:52.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
82132026-07-14T21:38:52.887Z[ recovery-image] Jul 14 21:38:52.005 INFO O| Jul 14 21:38:52.005 INFO STEP 946 (remove_files) COMPLETE
82142026-07-14T21:38:52.887Z[ recovery-image] Jul 14 21:38:52.005 INFO O| Jul 14 21:38:52.005 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-07-14T21:38:52.894Z[ recovery-image] Jul 14 21:38:52.012 INFO O| Jul 14 21:38:52.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
82162026-07-14T21:38:52.894Z[ recovery-image] Jul 14 21:38:52.012 INFO O| Jul 14 21:38:52.012 INFO STEP 947 (remove_files) COMPLETE
82172026-07-14T21:38:52.897Z[ recovery-image] Jul 14 21:38:52.012 INFO O| Jul 14 21:38:52.012 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-07-14T21:38:52.901Z[ recovery-image] Jul 14 21:38:52.020 INFO O| Jul 14 21:38:52.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
82192026-07-14T21:38:52.904Z[ recovery-image] Jul 14 21:38:52.020 INFO O| Jul 14 21:38:52.020 INFO STEP 948 (remove_files) COMPLETE
82202026-07-14T21:38:52.904Z[ recovery-image] Jul 14 21:38:52.020 INFO O| Jul 14 21:38:52.020 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-07-14T21:38:52.909Z[ recovery-image] Jul 14 21:38:52.028 INFO O| Jul 14 21:38:52.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
82222026-07-14T21:38:52.912Z[ recovery-image] Jul 14 21:38:52.029 INFO O| Jul 14 21:38:52.029 INFO STEP 949 (remove_files) COMPLETE
82232026-07-14T21:38:52.912Z[ recovery-image] Jul 14 21:38:52.029 INFO O| Jul 14 21:38:52.029 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-07-14T21:38:52.917Z[ recovery-image] Jul 14 21:38:52.035 INFO O| Jul 14 21:38:52.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
82252026-07-14T21:38:52.920Z[ recovery-image] Jul 14 21:38:52.035 INFO O| Jul 14 21:38:52.035 INFO STEP 950 (remove_files) COMPLETE
82262026-07-14T21:38:52.920Z[ recovery-image] Jul 14 21:38:52.035 INFO O| Jul 14 21:38:52.035 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-07-14T21:38:52.923Z[ recovery-image] Jul 14 21:38:52.041 INFO O| Jul 14 21:38:52.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
82282026-07-14T21:38:52.923Z[ recovery-image] Jul 14 21:38:52.041 INFO O| Jul 14 21:38:52.041 INFO STEP 951 (remove_files) COMPLETE
82292026-07-14T21:38:52.926Z[ recovery-image] Jul 14 21:38:52.041 INFO O| Jul 14 21:38:52.041 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-07-14T21:38:52.930Z[ recovery-image] Jul 14 21:38:52.048 INFO O| Jul 14 21:38:52.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82312026-07-14T21:38:52.930Z[ recovery-image] Jul 14 21:38:52.048 INFO O| Jul 14 21:38:52.048 INFO STEP 952 (remove_files) COMPLETE
82322026-07-14T21:38:52.930Z[ recovery-image] Jul 14 21:38:52.048 INFO O| Jul 14 21:38:52.048 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-07-14T21:38:52.936Z[ recovery-image] Jul 14 21:38:52.054 INFO O| Jul 14 21:38:52.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82342026-07-14T21:38:52.939Z[ recovery-image] Jul 14 21:38:52.054 INFO O| Jul 14 21:38:52.054 INFO STEP 953 (remove_files) COMPLETE
82352026-07-14T21:38:52.939Z[ recovery-image] Jul 14 21:38:52.054 INFO O| Jul 14 21:38:52.054 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-07-14T21:38:52.942Z[ recovery-image] Jul 14 21:38:52.060 INFO O| Jul 14 21:38:52.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82372026-07-14T21:38:52.942Z[ recovery-image] Jul 14 21:38:52.060 INFO O| Jul 14 21:38:52.060 INFO STEP 954 (remove_files) COMPLETE
82382026-07-14T21:38:52.942Z[ recovery-image] Jul 14 21:38:52.060 INFO O| Jul 14 21:38:52.060 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-07-14T21:38:52.948Z[ recovery-image] Jul 14 21:38:52.066 INFO O| Jul 14 21:38:52.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82402026-07-14T21:38:52.948Z[ recovery-image] Jul 14 21:38:52.066 INFO O| Jul 14 21:38:52.066 INFO STEP 955 (remove_files) COMPLETE
82412026-07-14T21:38:52.951Z[ recovery-image] Jul 14 21:38:52.066 INFO O| Jul 14 21:38:52.066 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-07-14T21:38:52.954Z[ recovery-image] Jul 14 21:38:52.072 INFO O| Jul 14 21:38:52.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82432026-07-14T21:38:52.954Z[ recovery-image] Jul 14 21:38:52.072 INFO O| Jul 14 21:38:52.072 INFO STEP 956 (remove_files) COMPLETE
82442026-07-14T21:38:52.954Z[ recovery-image] Jul 14 21:38:52.072 INFO O| Jul 14 21:38:52.072 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-07-14T21:38:52.960Z[ recovery-image] Jul 14 21:38:52.078 INFO O| Jul 14 21:38:52.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82462026-07-14T21:38:52.960Z[ recovery-image] Jul 14 21:38:52.078 INFO O| Jul 14 21:38:52.078 INFO STEP 957 (remove_files) COMPLETE
82472026-07-14T21:38:52.963Z[ recovery-image] Jul 14 21:38:52.078 INFO O| Jul 14 21:38:52.078 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-07-14T21:38:52.966Z[ recovery-image] Jul 14 21:38:52.083 INFO O| Jul 14 21:38:52.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82492026-07-14T21:38:52.966Z[ recovery-image] Jul 14 21:38:52.083 INFO O| Jul 14 21:38:52.083 INFO STEP 958 (remove_files) COMPLETE
82502026-07-14T21:38:52.966Z[ recovery-image] Jul 14 21:38:52.083 INFO O| Jul 14 21:38:52.083 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-07-14T21:38:52.972Z[ recovery-image] Jul 14 21:38:52.090 INFO O| Jul 14 21:38:52.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82522026-07-14T21:38:52.975Z[ recovery-image] Jul 14 21:38:52.090 INFO O| Jul 14 21:38:52.090 INFO STEP 959 (remove_files) COMPLETE
82532026-07-14T21:38:52.975Z[ recovery-image] Jul 14 21:38:52.090 INFO O| Jul 14 21:38:52.090 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-07-14T21:38:52.978Z[ recovery-image] Jul 14 21:38:52.096 INFO O| Jul 14 21:38:52.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82552026-07-14T21:38:52.978Z[ recovery-image] Jul 14 21:38:52.096 INFO O| Jul 14 21:38:52.096 INFO STEP 960 (remove_files) COMPLETE
82562026-07-14T21:38:52.978Z[ recovery-image] Jul 14 21:38:52.096 INFO O| Jul 14 21:38:52.096 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-07-14T21:38:52.984Z[ recovery-image] Jul 14 21:38:52.102 INFO O| Jul 14 21:38:52.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82582026-07-14T21:38:52.987Z[ recovery-image] Jul 14 21:38:52.102 INFO O| Jul 14 21:38:52.102 INFO STEP 961 (remove_files) COMPLETE
82592026-07-14T21:38:52.987Z[ recovery-image] Jul 14 21:38:52.102 INFO O| Jul 14 21:38:52.102 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-07-14T21:38:52.990Z[ recovery-image] Jul 14 21:38:52.108 INFO O| Jul 14 21:38:52.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82612026-07-14T21:38:52.990Z[ recovery-image] Jul 14 21:38:52.108 INFO O| Jul 14 21:38:52.108 INFO STEP 962 (remove_files) COMPLETE
82622026-07-14T21:38:52.993Z[ recovery-image] Jul 14 21:38:52.108 INFO O| Jul 14 21:38:52.108 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-07-14T21:38:52.996Z[ recovery-image] Jul 14 21:38:52.114 INFO O| Jul 14 21:38:52.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82642026-07-14T21:38:52.996Z[ recovery-image] Jul 14 21:38:52.114 INFO O| Jul 14 21:38:52.114 INFO STEP 963 (remove_files) COMPLETE
82652026-07-14T21:38:52.996Z[ recovery-image] Jul 14 21:38:52.114 INFO O| Jul 14 21:38:52.114 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-07-14T21:38:53.002Z[ recovery-image] Jul 14 21:38:52.120 INFO O| Jul 14 21:38:52.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82672026-07-14T21:38:53.002Z[ recovery-image] Jul 14 21:38:52.120 INFO O| Jul 14 21:38:52.120 INFO STEP 964 (remove_files) COMPLETE
82682026-07-14T21:38:53.002Z[ recovery-image] Jul 14 21:38:52.120 INFO O| Jul 14 21:38:52.120 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-07-14T21:38:53.008Z[ recovery-image] Jul 14 21:38:52.126 INFO O| Jul 14 21:38:52.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82702026-07-14T21:38:53.008Z[ recovery-image] Jul 14 21:38:52.126 INFO O| Jul 14 21:38:52.126 INFO STEP 965 (remove_files) COMPLETE
82712026-07-14T21:38:53.008Z[ recovery-image] Jul 14 21:38:52.126 INFO O| Jul 14 21:38:52.126 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-07-14T21:38:53.017Z[ recovery-image] Jul 14 21:38:52.133 INFO O| Jul 14 21:38:52.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82732026-07-14T21:38:53.017Z[ recovery-image] Jul 14 21:38:52.133 INFO O| Jul 14 21:38:52.133 INFO STEP 966 (remove_files) COMPLETE
82742026-07-14T21:38:53.017Z[ recovery-image] Jul 14 21:38:52.133 INFO O| Jul 14 21:38:52.133 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-07-14T21:38:53.021Z[ recovery-image] Jul 14 21:38:52.139 INFO O| Jul 14 21:38:52.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82762026-07-14T21:38:53.021Z[ recovery-image] Jul 14 21:38:52.139 INFO O| Jul 14 21:38:52.139 INFO STEP 967 (remove_files) COMPLETE
82772026-07-14T21:38:53.021Z[ recovery-image] Jul 14 21:38:52.139 INFO O| Jul 14 21:38:52.139 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-07-14T21:38:53.027Z[ recovery-image] Jul 14 21:38:52.145 INFO O| Jul 14 21:38:52.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82792026-07-14T21:38:53.027Z[ recovery-image] Jul 14 21:38:52.145 INFO O| Jul 14 21:38:52.145 INFO STEP 968 (remove_files) COMPLETE
82802026-07-14T21:38:53.027Z[ recovery-image] Jul 14 21:38:52.145 INFO O| Jul 14 21:38:52.145 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-07-14T21:38:53.034Z[ recovery-image] Jul 14 21:38:52.152 INFO O| Jul 14 21:38:52.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82822026-07-14T21:38:53.034Z[ recovery-image] Jul 14 21:38:52.152 INFO O| Jul 14 21:38:52.152 INFO STEP 969 (remove_files) COMPLETE
82832026-07-14T21:38:53.037Z[ recovery-image] Jul 14 21:38:52.152 INFO O| Jul 14 21:38:52.152 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-07-14T21:38:53.040Z[ recovery-image] Jul 14 21:38:52.157 INFO O| Jul 14 21:38:52.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82852026-07-14T21:38:53.040Z[ recovery-image] Jul 14 21:38:52.157 INFO O| Jul 14 21:38:52.157 INFO STEP 970 (remove_files) COMPLETE
82862026-07-14T21:38:53.040Z[ recovery-image] Jul 14 21:38:52.157 INFO O| Jul 14 21:38:52.157 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-07-14T21:38:53.045Z[ recovery-image] Jul 14 21:38:52.163 INFO O| Jul 14 21:38:52.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82882026-07-14T21:38:53.045Z[ recovery-image] Jul 14 21:38:52.163 INFO O| Jul 14 21:38:52.163 INFO STEP 971 (remove_files) COMPLETE
82892026-07-14T21:38:53.048Z[ recovery-image] Jul 14 21:38:52.163 INFO O| Jul 14 21:38:52.163 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-07-14T21:38:53.051Z[ recovery-image] Jul 14 21:38:52.169 INFO O| Jul 14 21:38:52.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82912026-07-14T21:38:53.051Z[ recovery-image] Jul 14 21:38:52.169 INFO O| Jul 14 21:38:52.169 INFO STEP 972 (remove_files) COMPLETE
82922026-07-14T21:38:53.051Z[ recovery-image] Jul 14 21:38:52.169 INFO O| Jul 14 21:38:52.169 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-07-14T21:38:53.057Z[ recovery-image] Jul 14 21:38:52.175 INFO O| Jul 14 21:38:52.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82942026-07-14T21:38:53.057Z[ recovery-image] Jul 14 21:38:52.175 INFO O| Jul 14 21:38:52.175 INFO STEP 973 (remove_files) COMPLETE
82952026-07-14T21:38:53.057Z[ recovery-image] Jul 14 21:38:52.175 INFO O| Jul 14 21:38:52.175 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-07-14T21:38:53.062Z[ recovery-image] Jul 14 21:38:52.181 INFO O| Jul 14 21:38:52.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82972026-07-14T21:38:53.065Z[ recovery-image] Jul 14 21:38:52.181 INFO O| Jul 14 21:38:52.181 INFO STEP 974 (remove_files) COMPLETE
82982026-07-14T21:38:53.065Z[ recovery-image] Jul 14 21:38:52.181 INFO O| Jul 14 21:38:52.181 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-07-14T21:38:53.068Z[ recovery-image] Jul 14 21:38:52.186 INFO O| Jul 14 21:38:52.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
83002026-07-14T21:38:53.068Z[ recovery-image] Jul 14 21:38:52.186 INFO O| Jul 14 21:38:52.186 INFO STEP 975 (remove_files) COMPLETE
83012026-07-14T21:38:53.069Z[ recovery-image] Jul 14 21:38:52.186 INFO O| Jul 14 21:38:52.186 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-07-14T21:38:53.075Z[ recovery-image] Jul 14 21:38:52.193 INFO O| Jul 14 21:38:52.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
83032026-07-14T21:38:53.075Z[ recovery-image] Jul 14 21:38:52.193 INFO O| Jul 14 21:38:52.193 INFO STEP 976 (remove_files) COMPLETE
83042026-07-14T21:38:53.078Z[ recovery-image] Jul 14 21:38:52.193 INFO O| Jul 14 21:38:52.193 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-07-14T21:38:53.081Z[ recovery-image] Jul 14 21:38:52.199 INFO O| Jul 14 21:38:52.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
83062026-07-14T21:38:53.081Z[ recovery-image] Jul 14 21:38:52.199 INFO O| Jul 14 21:38:52.199 INFO STEP 977 (remove_files) COMPLETE
83072026-07-14T21:38:53.081Z[ recovery-image] Jul 14 21:38:52.199 INFO O| Jul 14 21:38:52.199 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-07-14T21:38:53.087Z[ recovery-image] Jul 14 21:38:52.205 INFO O| Jul 14 21:38:52.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
83092026-07-14T21:38:53.087Z[ recovery-image] Jul 14 21:38:52.205 INFO O| Jul 14 21:38:52.205 INFO STEP 978 (remove_files) COMPLETE
83102026-07-14T21:38:53.090Z[ recovery-image] Jul 14 21:38:52.205 INFO O| Jul 14 21:38:52.205 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-07-14T21:38:53.093Z[ recovery-image] Jul 14 21:38:52.211 INFO O| Jul 14 21:38:52.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
83122026-07-14T21:38:53.093Z[ recovery-image] Jul 14 21:38:52.211 INFO O| Jul 14 21:38:52.211 INFO STEP 979 (remove_files) COMPLETE
83132026-07-14T21:38:53.093Z[ recovery-image] Jul 14 21:38:52.211 INFO O| Jul 14 21:38:52.211 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-07-14T21:38:53.100Z[ recovery-image] Jul 14 21:38:52.219 INFO O| Jul 14 21:38:52.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
83152026-07-14T21:38:53.101Z[ recovery-image] Jul 14 21:38:52.219 INFO O| Jul 14 21:38:52.219 INFO STEP 980 (remove_files) COMPLETE
83162026-07-14T21:38:53.104Z[ recovery-image] Jul 14 21:38:52.219 INFO O| Jul 14 21:38:52.219 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-07-14T21:38:53.107Z[ recovery-image] Jul 14 21:38:52.225 INFO O| Jul 14 21:38:52.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
83182026-07-14T21:38:53.107Z[ recovery-image] Jul 14 21:38:52.225 INFO O| Jul 14 21:38:52.225 INFO STEP 981 (remove_files) COMPLETE
83192026-07-14T21:38:53.113Z[ recovery-image] Jul 14 21:38:52.225 INFO O| Jul 14 21:38:52.225 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-07-14T21:38:53.118Z[ recovery-image] Jul 14 21:38:52.232 INFO O| Jul 14 21:38:52.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
83212026-07-14T21:38:53.119Z[ recovery-image] Jul 14 21:38:52.232 INFO O| Jul 14 21:38:52.232 INFO STEP 982 (remove_files) COMPLETE
83222026-07-14T21:38:53.119Z[ recovery-image] Jul 14 21:38:52.232 INFO O| Jul 14 21:38:52.232 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-07-14T21:38:53.122Z[ recovery-image] Jul 14 21:38:52.239 INFO O| Jul 14 21:38:52.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
83242026-07-14T21:38:53.122Z[ recovery-image] Jul 14 21:38:52.239 INFO O| Jul 14 21:38:52.239 INFO STEP 983 (remove_files) COMPLETE
83252026-07-14T21:38:53.122Z[ recovery-image] Jul 14 21:38:52.239 INFO O| Jul 14 21:38:52.239 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-07-14T21:38:53.126Z[ recovery-image] Jul 14 21:38:52.244 INFO O| Jul 14 21:38:52.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
83272026-07-14T21:38:53.126Z[ recovery-image] Jul 14 21:38:52.244 INFO O| Jul 14 21:38:52.244 INFO STEP 984 (remove_files) COMPLETE
83282026-07-14T21:38:53.126Z[ recovery-image] Jul 14 21:38:52.244 INFO O| Jul 14 21:38:52.244 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-07-14T21:38:53.131Z[ recovery-image] Jul 14 21:38:52.249 INFO O| Jul 14 21:38:52.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83302026-07-14T21:38:53.131Z[ recovery-image] Jul 14 21:38:52.249 INFO O| Jul 14 21:38:52.249 INFO STEP 985 (remove_files) COMPLETE
83312026-07-14T21:38:53.134Z[ recovery-image] Jul 14 21:38:52.250 INFO O| Jul 14 21:38:52.249 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-07-14T21:38:53.137Z[ recovery-image] Jul 14 21:38:52.255 INFO O| Jul 14 21:38:52.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83332026-07-14T21:38:53.137Z[ recovery-image] Jul 14 21:38:52.255 INFO O| Jul 14 21:38:52.255 INFO STEP 986 (remove_files) COMPLETE
83342026-07-14T21:38:53.137Z[ recovery-image] Jul 14 21:38:52.255 INFO O| Jul 14 21:38:52.255 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-07-14T21:38:53.143Z[ recovery-image] Jul 14 21:38:52.261 INFO O| Jul 14 21:38:52.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83362026-07-14T21:38:53.143Z[ recovery-image] Jul 14 21:38:52.261 INFO O| Jul 14 21:38:52.261 INFO STEP 987 (remove_files) COMPLETE
83372026-07-14T21:38:53.143Z[ recovery-image] Jul 14 21:38:52.261 INFO O| Jul 14 21:38:52.261 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-07-14T21:38:53.149Z[ recovery-image] Jul 14 21:38:52.267 INFO O| Jul 14 21:38:52.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83392026-07-14T21:38:53.149Z[ recovery-image] Jul 14 21:38:52.267 INFO O| Jul 14 21:38:52.267 INFO STEP 988 (remove_files) COMPLETE
83402026-07-14T21:38:53.153Z[ recovery-image] Jul 14 21:38:52.267 INFO O| Jul 14 21:38:52.267 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-07-14T21:38:53.156Z[ recovery-image] Jul 14 21:38:52.275 INFO O| Jul 14 21:38:52.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83422026-07-14T21:38:53.157Z[ recovery-image] Jul 14 21:38:52.275 INFO O| Jul 14 21:38:52.275 INFO STEP 989 (remove_files) COMPLETE
83432026-07-14T21:38:53.160Z[ recovery-image] Jul 14 21:38:52.275 INFO O| Jul 14 21:38:52.275 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-07-14T21:38:53.163Z[ recovery-image] Jul 14 21:38:52.281 INFO O| Jul 14 21:38:52.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83452026-07-14T21:38:53.163Z[ recovery-image] Jul 14 21:38:52.281 INFO O| Jul 14 21:38:52.281 INFO STEP 990 (remove_files) COMPLETE
83462026-07-14T21:38:53.167Z[ recovery-image] Jul 14 21:38:52.281 INFO O| Jul 14 21:38:52.281 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-07-14T21:38:53.170Z[ recovery-image] Jul 14 21:38:52.288 INFO O| Jul 14 21:38:52.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83482026-07-14T21:38:53.170Z[ recovery-image] Jul 14 21:38:52.288 INFO O| Jul 14 21:38:52.288 INFO STEP 991 (remove_files) COMPLETE
83492026-07-14T21:38:53.170Z[ recovery-image] Jul 14 21:38:52.288 INFO O| Jul 14 21:38:52.288 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-07-14T21:38:53.176Z[ recovery-image] Jul 14 21:38:52.294 INFO O| Jul 14 21:38:52.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83512026-07-14T21:38:53.179Z[ recovery-image] Jul 14 21:38:52.294 INFO O| Jul 14 21:38:52.294 INFO STEP 992 (remove_files) COMPLETE
83522026-07-14T21:38:53.179Z[ recovery-image] Jul 14 21:38:52.294 INFO O| Jul 14 21:38:52.294 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-07-14T21:38:53.184Z[ recovery-image] Jul 14 21:38:52.300 INFO O| Jul 14 21:38:52.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83542026-07-14T21:38:53.184Z[ recovery-image] Jul 14 21:38:52.300 INFO O| Jul 14 21:38:52.300 INFO STEP 993 (remove_files) COMPLETE
83552026-07-14T21:38:53.184Z[ recovery-image] Jul 14 21:38:52.300 INFO O| Jul 14 21:38:52.300 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-07-14T21:38:53.188Z[ recovery-image] Jul 14 21:38:52.306 INFO O| Jul 14 21:38:52.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83572026-07-14T21:38:53.191Z[ recovery-image] Jul 14 21:38:52.306 INFO O| Jul 14 21:38:52.306 INFO STEP 994 (remove_files) COMPLETE
83582026-07-14T21:38:53.191Z[ recovery-image] Jul 14 21:38:52.306 INFO O| Jul 14 21:38:52.306 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-07-14T21:38:53.194Z[ recovery-image] Jul 14 21:38:52.312 INFO O| Jul 14 21:38:52.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83602026-07-14T21:38:53.194Z[ recovery-image] Jul 14 21:38:52.312 INFO O| Jul 14 21:38:52.312 INFO STEP 995 (remove_files) COMPLETE
83612026-07-14T21:38:53.197Z[ recovery-image] Jul 14 21:38:52.312 INFO O| Jul 14 21:38:52.312 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-07-14T21:38:53.200Z[ recovery-image] Jul 14 21:38:52.318 INFO O| Jul 14 21:38:52.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83632026-07-14T21:38:53.200Z[ recovery-image] Jul 14 21:38:52.318 INFO O| Jul 14 21:38:52.318 INFO STEP 996 (remove_files) COMPLETE
83642026-07-14T21:38:53.203Z[ recovery-image] Jul 14 21:38:52.318 INFO O| Jul 14 21:38:52.318 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-07-14T21:38:53.207Z[ recovery-image] Jul 14 21:38:52.326 INFO O| Jul 14 21:38:52.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83662026-07-14T21:38:53.207Z[ recovery-image] Jul 14 21:38:52.326 INFO O| Jul 14 21:38:52.326 INFO STEP 997 (remove_files) COMPLETE
83672026-07-14T21:38:53.210Z[ recovery-image] Jul 14 21:38:52.326 INFO O| Jul 14 21:38:52.326 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-07-14T21:38:53.214Z[ recovery-image] Jul 14 21:38:52.332 INFO O| Jul 14 21:38:52.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83692026-07-14T21:38:53.217Z[ recovery-image] Jul 14 21:38:52.332 INFO O| Jul 14 21:38:52.332 INFO STEP 998 (remove_files) COMPLETE
83702026-07-14T21:38:53.217Z[ recovery-image] Jul 14 21:38:52.332 INFO O| Jul 14 21:38:52.332 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-07-14T21:38:53.220Z[ recovery-image] Jul 14 21:38:52.338 INFO O| Jul 14 21:38:52.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83722026-07-14T21:38:53.220Z[ recovery-image] Jul 14 21:38:52.338 INFO O| Jul 14 21:38:52.338 INFO STEP 999 (remove_files) COMPLETE
83732026-07-14T21:38:53.220Z[ recovery-image] Jul 14 21:38:52.338 INFO O| Jul 14 21:38:52.338 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-07-14T21:38:53.227Z[ recovery-image] Jul 14 21:38:52.345 INFO O| Jul 14 21:38:52.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83752026-07-14T21:38:53.227Z[ recovery-image] Jul 14 21:38:52.345 INFO O| Jul 14 21:38:52.345 INFO STEP 1000 (remove_files) COMPLETE
83762026-07-14T21:38:53.230Z[ recovery-image] Jul 14 21:38:52.345 INFO O| Jul 14 21:38:52.345 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-07-14T21:38:53.233Z[ recovery-image] Jul 14 21:38:52.351 INFO O| Jul 14 21:38:52.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83782026-07-14T21:38:53.233Z[ recovery-image] Jul 14 21:38:52.351 INFO O| Jul 14 21:38:52.351 INFO STEP 1001 (remove_files) COMPLETE
83792026-07-14T21:38:53.233Z[ recovery-image] Jul 14 21:38:52.351 INFO O| Jul 14 21:38:52.351 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-07-14T21:38:53.239Z[ recovery-image] Jul 14 21:38:52.357 INFO O| Jul 14 21:38:52.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83812026-07-14T21:38:53.239Z[ recovery-image] Jul 14 21:38:52.357 INFO O| Jul 14 21:38:52.357 INFO STEP 1002 (remove_files) COMPLETE
83822026-07-14T21:38:53.243Z[ recovery-image] Jul 14 21:38:52.357 INFO O| Jul 14 21:38:52.357 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-07-14T21:38:53.246Z[ recovery-image] Jul 14 21:38:52.363 INFO O| Jul 14 21:38:52.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83842026-07-14T21:38:53.246Z[ recovery-image] Jul 14 21:38:52.363 INFO O| Jul 14 21:38:52.363 INFO STEP 1003 (remove_files) COMPLETE
83852026-07-14T21:38:53.246Z[ recovery-image] Jul 14 21:38:52.363 INFO O| Jul 14 21:38:52.363 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-07-14T21:38:53.251Z[ recovery-image] Jul 14 21:38:52.369 INFO O| Jul 14 21:38:52.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83872026-07-14T21:38:53.254Z[ recovery-image] Jul 14 21:38:52.369 INFO O| Jul 14 21:38:52.369 INFO STEP 1004 (remove_files) COMPLETE
83882026-07-14T21:38:53.254Z[ recovery-image] Jul 14 21:38:52.369 INFO O| Jul 14 21:38:52.369 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-07-14T21:38:53.257Z[ recovery-image] Jul 14 21:38:52.376 INFO O| Jul 14 21:38:52.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83902026-07-14T21:38:53.257Z[ recovery-image] Jul 14 21:38:52.376 INFO O| Jul 14 21:38:52.376 INFO STEP 1005 (remove_files) COMPLETE
83912026-07-14T21:38:53.257Z[ recovery-image] Jul 14 21:38:52.376 INFO O| Jul 14 21:38:52.376 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-07-14T21:38:53.263Z[ recovery-image] Jul 14 21:38:52.382 INFO O| Jul 14 21:38:52.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83932026-07-14T21:38:53.263Z[ recovery-image] Jul 14 21:38:52.382 INFO O| Jul 14 21:38:52.382 INFO STEP 1006 (remove_files) COMPLETE
83942026-07-14T21:38:53.267Z[ recovery-image] Jul 14 21:38:52.382 INFO O| Jul 14 21:38:52.382 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-07-14T21:38:53.270Z[ recovery-image] Jul 14 21:38:52.387 INFO O| Jul 14 21:38:52.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83962026-07-14T21:38:53.270Z[ recovery-image] Jul 14 21:38:52.388 INFO O| Jul 14 21:38:52.388 INFO STEP 1007 (remove_files) COMPLETE
83972026-07-14T21:38:53.270Z[ recovery-image] Jul 14 21:38:52.388 INFO O| Jul 14 21:38:52.388 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-07-14T21:38:53.275Z[ recovery-image] Jul 14 21:38:52.393 INFO O| Jul 14 21:38:52.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83992026-07-14T21:38:53.275Z[ recovery-image] Jul 14 21:38:52.393 INFO O| Jul 14 21:38:52.393 INFO STEP 1008 (remove_files) COMPLETE
84002026-07-14T21:38:53.278Z[ recovery-image] Jul 14 21:38:52.393 INFO O| Jul 14 21:38:52.393 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-07-14T21:38:53.282Z[ recovery-image] Jul 14 21:38:52.400 INFO O| Jul 14 21:38:52.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
84022026-07-14T21:38:53.285Z[ recovery-image] Jul 14 21:38:52.400 INFO O| Jul 14 21:38:52.400 INFO STEP 1009 (remove_files) COMPLETE
84032026-07-14T21:38:53.285Z[ recovery-image] Jul 14 21:38:52.400 INFO O| Jul 14 21:38:52.400 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-07-14T21:38:53.288Z[ recovery-image] Jul 14 21:38:52.406 INFO O| Jul 14 21:38:52.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
84052026-07-14T21:38:53.293Z[ recovery-image] Jul 14 21:38:52.406 INFO O| Jul 14 21:38:52.406 INFO STEP 1010 (remove_files) COMPLETE
84062026-07-14T21:38:53.293Z[ recovery-image] Jul 14 21:38:52.406 INFO O| Jul 14 21:38:52.406 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-07-14T21:38:53.301Z[ recovery-image] Jul 14 21:38:52.412 INFO O| Jul 14 21:38:52.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
84082026-07-14T21:38:53.301Z[ recovery-image] Jul 14 21:38:52.412 INFO O| Jul 14 21:38:52.412 INFO STEP 1011 (remove_files) COMPLETE
84092026-07-14T21:38:53.301Z[ recovery-image] Jul 14 21:38:52.412 INFO O| Jul 14 21:38:52.412 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-07-14T21:38:53.326Z[ recovery-image] Jul 14 21:38:52.418 INFO O| Jul 14 21:38:52.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
84112026-07-14T21:38:53.326Z[ recovery-image] Jul 14 21:38:52.419 INFO O| Jul 14 21:38:52.418 INFO STEP 1012 (remove_files) COMPLETE
84122026-07-14T21:38:53.326Z[ recovery-image] Jul 14 21:38:52.419 INFO O| Jul 14 21:38:52.419 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-07-14T21:38:53.326Z[ recovery-image] Jul 14 21:38:52.425 INFO O| Jul 14 21:38:52.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
84142026-07-14T21:38:53.326Z[ recovery-image] Jul 14 21:38:52.425 INFO O| Jul 14 21:38:52.425 INFO STEP 1013 (remove_files) COMPLETE
84152026-07-14T21:38:53.327Z[ recovery-image] Jul 14 21:38:52.425 INFO O| Jul 14 21:38:52.425 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-07-14T21:38:53.327Z[ recovery-image] Jul 14 21:38:52.431 INFO O| Jul 14 21:38:52.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
84172026-07-14T21:38:53.327Z[ recovery-image] Jul 14 21:38:52.431 INFO O| Jul 14 21:38:52.431 INFO STEP 1014 (remove_files) COMPLETE
84182026-07-14T21:38:53.327Z[ recovery-image] Jul 14 21:38:52.431 INFO O| Jul 14 21:38:52.431 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-07-14T21:38:53.327Z[ recovery-image] Jul 14 21:38:52.437 INFO O| Jul 14 21:38:52.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
84202026-07-14T21:38:53.327Z[ recovery-image] Jul 14 21:38:52.437 INFO O| Jul 14 21:38:52.437 INFO STEP 1015 (remove_files) COMPLETE
84212026-07-14T21:38:53.327Z[ recovery-image] Jul 14 21:38:52.437 INFO O| Jul 14 21:38:52.437 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-07-14T21:38:53.327Z[ recovery-image] Jul 14 21:38:52.443 INFO O| Jul 14 21:38:52.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
84232026-07-14T21:38:53.327Z[ recovery-image] Jul 14 21:38:52.443 INFO O| Jul 14 21:38:52.443 INFO STEP 1016 (remove_files) COMPLETE
84242026-07-14T21:38:53.327Z[ recovery-image] Jul 14 21:38:52.443 INFO O| Jul 14 21:38:52.443 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-07-14T21:38:53.336Z[ recovery-image] Jul 14 21:38:52.449 INFO O| Jul 14 21:38:52.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
84262026-07-14T21:38:53.336Z[ recovery-image] Jul 14 21:38:52.449 INFO O| Jul 14 21:38:52.449 INFO STEP 1017 (remove_files) COMPLETE
84272026-07-14T21:38:53.336Z[ recovery-image] Jul 14 21:38:52.449 INFO O| Jul 14 21:38:52.449 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-07-14T21:38:53.341Z[ recovery-image] Jul 14 21:38:52.455 INFO O| Jul 14 21:38:52.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84292026-07-14T21:38:53.341Z[ recovery-image] Jul 14 21:38:52.455 INFO O| Jul 14 21:38:52.455 INFO STEP 1018 (remove_files) COMPLETE
84302026-07-14T21:38:53.341Z[ recovery-image] Jul 14 21:38:52.455 INFO O| Jul 14 21:38:52.455 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-07-14T21:38:53.347Z[ recovery-image] Jul 14 21:38:52.460 INFO O| Jul 14 21:38:52.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84322026-07-14T21:38:53.348Z[ recovery-image] Jul 14 21:38:52.460 INFO O| Jul 14 21:38:52.460 INFO STEP 1019 (remove_files) COMPLETE
84332026-07-14T21:38:53.348Z[ recovery-image] Jul 14 21:38:52.460 INFO O| Jul 14 21:38:52.460 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-07-14T21:38:53.353Z[ recovery-image] Jul 14 21:38:52.466 INFO O| Jul 14 21:38:52.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84352026-07-14T21:38:53.354Z[ recovery-image] Jul 14 21:38:52.466 INFO O| Jul 14 21:38:52.466 INFO STEP 1020 (remove_files) COMPLETE
84362026-07-14T21:38:53.354Z[ recovery-image] Jul 14 21:38:52.466 INFO O| Jul 14 21:38:52.466 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-07-14T21:38:53.362Z[ recovery-image] Jul 14 21:38:52.472 INFO O| Jul 14 21:38:52.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84382026-07-14T21:38:53.362Z[ recovery-image] Jul 14 21:38:52.472 INFO O| Jul 14 21:38:52.472 INFO STEP 1021 (remove_files) COMPLETE
84392026-07-14T21:38:53.362Z[ recovery-image] Jul 14 21:38:52.472 INFO O| Jul 14 21:38:52.472 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-07-14T21:38:53.372Z[ recovery-image] Jul 14 21:38:52.479 INFO O| Jul 14 21:38:52.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84412026-07-14T21:38:53.372Z[ recovery-image] Jul 14 21:38:52.479 INFO O| Jul 14 21:38:52.479 INFO STEP 1022 (remove_files) COMPLETE
84422026-07-14T21:38:53.372Z[ recovery-image] Jul 14 21:38:52.479 INFO O| Jul 14 21:38:52.479 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-07-14T21:38:53.372Z[ recovery-image] Jul 14 21:38:52.485 INFO O| Jul 14 21:38:52.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84442026-07-14T21:38:53.372Z[ recovery-image] Jul 14 21:38:52.485 INFO O| Jul 14 21:38:52.485 INFO STEP 1023 (remove_files) COMPLETE
84452026-07-14T21:38:53.372Z[ recovery-image] Jul 14 21:38:52.485 INFO O| Jul 14 21:38:52.485 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-07-14T21:38:53.376Z[ recovery-image] Jul 14 21:38:52.493 INFO O| Jul 14 21:38:52.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84472026-07-14T21:38:53.376Z[ recovery-image] Jul 14 21:38:52.493 INFO O| Jul 14 21:38:52.493 INFO STEP 1024 (remove_files) COMPLETE
84482026-07-14T21:38:53.377Z[ recovery-image] Jul 14 21:38:52.493 INFO O| Jul 14 21:38:52.493 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-07-14T21:38:53.383Z[ recovery-image] Jul 14 21:38:52.499 INFO O| Jul 14 21:38:52.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84502026-07-14T21:38:53.383Z[ recovery-image] Jul 14 21:38:52.499 INFO O| Jul 14 21:38:52.499 INFO STEP 1025 (remove_files) COMPLETE
84512026-07-14T21:38:53.383Z[ recovery-image] Jul 14 21:38:52.499 INFO O| Jul 14 21:38:52.499 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-07-14T21:38:53.389Z[ recovery-image] Jul 14 21:38:52.506 INFO O| Jul 14 21:38:52.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84532026-07-14T21:38:53.389Z[ recovery-image] Jul 14 21:38:52.506 INFO O| Jul 14 21:38:52.506 INFO STEP 1026 (remove_files) COMPLETE
84542026-07-14T21:38:53.389Z[ recovery-image] Jul 14 21:38:52.506 INFO O| Jul 14 21:38:52.506 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-07-14T21:38:53.394Z[ recovery-image] Jul 14 21:38:52.512 INFO O| Jul 14 21:38:52.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84562026-07-14T21:38:53.394Z[ recovery-image] Jul 14 21:38:52.512 INFO O| Jul 14 21:38:52.512 INFO STEP 1027 (remove_files) COMPLETE
84572026-07-14T21:38:53.397Z[ recovery-image] Jul 14 21:38:52.512 INFO O| Jul 14 21:38:52.512 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-07-14T21:38:53.400Z[ recovery-image] Jul 14 21:38:52.518 INFO O| Jul 14 21:38:52.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84592026-07-14T21:38:53.400Z[ recovery-image] Jul 14 21:38:52.518 INFO O| Jul 14 21:38:52.518 INFO STEP 1028 (remove_files) COMPLETE
84602026-07-14T21:38:53.400Z[ recovery-image] Jul 14 21:38:52.518 INFO O| Jul 14 21:38:52.518 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-07-14T21:38:53.406Z[ recovery-image] Jul 14 21:38:52.524 INFO O| Jul 14 21:38:52.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84622026-07-14T21:38:53.406Z[ recovery-image] Jul 14 21:38:52.524 INFO O| Jul 14 21:38:52.524 INFO STEP 1029 (remove_files) COMPLETE
84632026-07-14T21:38:53.409Z[ recovery-image] Jul 14 21:38:52.524 INFO O| Jul 14 21:38:52.524 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-07-14T21:38:53.412Z[ recovery-image] Jul 14 21:38:52.530 INFO O| Jul 14 21:38:52.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84652026-07-14T21:38:53.412Z[ recovery-image] Jul 14 21:38:52.530 INFO O| Jul 14 21:38:52.530 INFO STEP 1030 (remove_files) COMPLETE
84662026-07-14T21:38:53.415Z[ recovery-image] Jul 14 21:38:52.530 INFO O| Jul 14 21:38:52.530 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-07-14T21:38:53.418Z[ recovery-image] Jul 14 21:38:52.536 INFO O| Jul 14 21:38:52.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84682026-07-14T21:38:53.418Z[ recovery-image] Jul 14 21:38:52.537 INFO O| Jul 14 21:38:52.537 INFO STEP 1031 (remove_files) COMPLETE
84692026-07-14T21:38:53.421Z[ recovery-image] Jul 14 21:38:52.537 INFO O| Jul 14 21:38:52.537 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-07-14T21:38:53.424Z[ recovery-image] Jul 14 21:38:52.542 INFO O| Jul 14 21:38:52.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84712026-07-14T21:38:53.424Z[ recovery-image] Jul 14 21:38:52.542 INFO O| Jul 14 21:38:52.542 INFO STEP 1032 (remove_files) COMPLETE
84722026-07-14T21:38:53.427Z[ recovery-image] Jul 14 21:38:52.542 INFO O| Jul 14 21:38:52.542 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-07-14T21:38:53.430Z[ recovery-image] Jul 14 21:38:52.548 INFO O| Jul 14 21:38:52.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84742026-07-14T21:38:53.431Z[ recovery-image] Jul 14 21:38:52.548 INFO O| Jul 14 21:38:52.548 INFO STEP 1033 (remove_files) COMPLETE
84752026-07-14T21:38:53.431Z[ recovery-image] Jul 14 21:38:52.548 INFO O| Jul 14 21:38:52.548 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-07-14T21:38:53.435Z[ recovery-image] Jul 14 21:38:52.553 INFO O| Jul 14 21:38:52.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84772026-07-14T21:38:53.438Z[ recovery-image] Jul 14 21:38:52.553 INFO O| Jul 14 21:38:52.553 INFO STEP 1034 (remove_files) COMPLETE
84782026-07-14T21:38:53.438Z[ recovery-image] Jul 14 21:38:52.553 INFO O| Jul 14 21:38:52.553 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-07-14T21:38:53.441Z[ recovery-image] Jul 14 21:38:52.559 INFO O| Jul 14 21:38:52.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84802026-07-14T21:38:53.441Z[ recovery-image] Jul 14 21:38:52.559 INFO O| Jul 14 21:38:52.559 INFO STEP 1035 (remove_files) COMPLETE
84812026-07-14T21:38:53.441Z[ recovery-image] Jul 14 21:38:52.559 INFO O| Jul 14 21:38:52.559 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-07-14T21:38:53.447Z[ recovery-image] Jul 14 21:38:52.565 INFO O| Jul 14 21:38:52.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84832026-07-14T21:38:53.447Z[ recovery-image] Jul 14 21:38:52.565 INFO O| Jul 14 21:38:52.565 INFO STEP 1036 (remove_files) COMPLETE
84842026-07-14T21:38:53.447Z[ recovery-image] Jul 14 21:38:52.565 INFO O| Jul 14 21:38:52.565 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-07-14T21:38:53.453Z[ recovery-image] Jul 14 21:38:52.571 INFO O| Jul 14 21:38:52.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84862026-07-14T21:38:53.453Z[ recovery-image] Jul 14 21:38:52.571 INFO O| Jul 14 21:38:52.571 INFO STEP 1037 (remove_files) COMPLETE
84872026-07-14T21:38:53.453Z[ recovery-image] Jul 14 21:38:52.571 INFO O| Jul 14 21:38:52.571 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-07-14T21:38:53.459Z[ recovery-image] Jul 14 21:38:52.578 INFO O| Jul 14 21:38:52.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84892026-07-14T21:38:53.460Z[ recovery-image] Jul 14 21:38:52.578 INFO O| Jul 14 21:38:52.578 INFO STEP 1038 (remove_files) COMPLETE
84902026-07-14T21:38:53.460Z[ recovery-image] Jul 14 21:38:52.578 INFO O| Jul 14 21:38:52.578 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-07-14T21:38:53.466Z[ recovery-image] Jul 14 21:38:52.584 INFO O| Jul 14 21:38:52.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84922026-07-14T21:38:53.469Z[ recovery-image] Jul 14 21:38:52.584 INFO O| Jul 14 21:38:52.584 INFO STEP 1039 (remove_files) COMPLETE
84932026-07-14T21:38:53.469Z[ recovery-image] Jul 14 21:38:52.584 INFO O| Jul 14 21:38:52.584 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-07-14T21:38:53.472Z[ recovery-image] Jul 14 21:38:52.590 INFO O| Jul 14 21:38:52.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84952026-07-14T21:38:53.475Z[ recovery-image] Jul 14 21:38:52.590 INFO O| Jul 14 21:38:52.590 INFO STEP 1040 (remove_files) COMPLETE
84962026-07-14T21:38:53.475Z[ recovery-image] Jul 14 21:38:52.590 INFO O| Jul 14 21:38:52.590 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-07-14T21:38:53.478Z[ recovery-image] Jul 14 21:38:52.597 INFO O| Jul 14 21:38:52.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84982026-07-14T21:38:53.481Z[ recovery-image] Jul 14 21:38:52.597 INFO O| Jul 14 21:38:52.597 INFO STEP 1041 (remove_files) COMPLETE
84992026-07-14T21:38:53.481Z[ recovery-image] Jul 14 21:38:52.597 INFO O| Jul 14 21:38:52.597 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-07-14T21:38:53.485Z[ recovery-image] Jul 14 21:38:52.603 INFO O| Jul 14 21:38:52.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
85012026-07-14T21:38:53.485Z[ recovery-image] Jul 14 21:38:52.603 INFO O| Jul 14 21:38:52.603 INFO STEP 1042 (remove_files) COMPLETE
85022026-07-14T21:38:53.488Z[ recovery-image] Jul 14 21:38:52.603 INFO O| Jul 14 21:38:52.603 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-07-14T21:38:53.491Z[ recovery-image] Jul 14 21:38:52.609 INFO O| Jul 14 21:38:52.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
85042026-07-14T21:38:53.494Z[ recovery-image] Jul 14 21:38:52.609 INFO O| Jul 14 21:38:52.609 INFO STEP 1043 (remove_files) COMPLETE
85052026-07-14T21:38:53.494Z[ recovery-image] Jul 14 21:38:52.609 INFO O| Jul 14 21:38:52.609 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-07-14T21:38:53.498Z[ recovery-image] Jul 14 21:38:52.616 INFO O| Jul 14 21:38:52.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
85072026-07-14T21:38:53.498Z[ recovery-image] Jul 14 21:38:52.616 INFO O| Jul 14 21:38:52.616 INFO STEP 1044 (remove_files) COMPLETE
85082026-07-14T21:38:53.501Z[ recovery-image] Jul 14 21:38:52.616 INFO O| Jul 14 21:38:52.616 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-07-14T21:38:53.505Z[ recovery-image] Jul 14 21:38:52.623 INFO O| Jul 14 21:38:52.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
85102026-07-14T21:38:53.508Z[ recovery-image] Jul 14 21:38:52.623 INFO O| Jul 14 21:38:52.623 INFO STEP 1045 (remove_files) COMPLETE
85112026-07-14T21:38:53.508Z[ recovery-image] Jul 14 21:38:52.623 INFO O| Jul 14 21:38:52.623 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-07-14T21:38:53.511Z[ recovery-image] Jul 14 21:38:52.629 INFO O| Jul 14 21:38:52.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
85132026-07-14T21:38:53.514Z[ recovery-image] Jul 14 21:38:52.629 INFO O| Jul 14 21:38:52.629 INFO STEP 1046 (remove_files) COMPLETE
85142026-07-14T21:38:53.514Z[ recovery-image] Jul 14 21:38:52.629 INFO O| Jul 14 21:38:52.629 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-07-14T21:38:53.517Z[ recovery-image] Jul 14 21:38:52.636 INFO O| Jul 14 21:38:52.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
85162026-07-14T21:38:53.520Z[ recovery-image] Jul 14 21:38:52.636 INFO O| Jul 14 21:38:52.636 INFO STEP 1047 (remove_files) COMPLETE
85172026-07-14T21:38:53.520Z[ recovery-image] Jul 14 21:38:52.636 INFO O| Jul 14 21:38:52.636 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-07-14T21:38:53.525Z[ recovery-image] Jul 14 21:38:52.642 INFO O| Jul 14 21:38:52.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
85192026-07-14T21:38:53.531Z[ recovery-image] Jul 14 21:38:52.642 INFO O| Jul 14 21:38:52.642 INFO STEP 1048 (remove_files) COMPLETE
85202026-07-14T21:38:53.531Z[ recovery-image] Jul 14 21:38:52.642 INFO O| Jul 14 21:38:52.642 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-07-14T21:38:53.538Z[ recovery-image] Jul 14 21:38:52.648 INFO O| Jul 14 21:38:52.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
85222026-07-14T21:38:53.538Z[ recovery-image] Jul 14 21:38:52.648 INFO O| Jul 14 21:38:52.648 INFO STEP 1049 (remove_files) COMPLETE
85232026-07-14T21:38:53.538Z[ recovery-image] Jul 14 21:38:52.648 INFO O| Jul 14 21:38:52.648 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-07-14T21:38:53.538Z[ recovery-image] Jul 14 21:38:52.655 INFO O| Jul 14 21:38:52.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
85252026-07-14T21:38:53.538Z[ recovery-image] Jul 14 21:38:52.655 INFO O| Jul 14 21:38:52.655 INFO STEP 1050 (remove_files) COMPLETE
85262026-07-14T21:38:53.538Z[ recovery-image] Jul 14 21:38:52.655 INFO O| Jul 14 21:38:52.655 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-07-14T21:38:53.543Z[ recovery-image] Jul 14 21:38:52.661 INFO O| Jul 14 21:38:52.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85282026-07-14T21:38:53.543Z[ recovery-image] Jul 14 21:38:52.661 INFO O| Jul 14 21:38:52.661 INFO STEP 1051 (remove_files) COMPLETE
85292026-07-14T21:38:53.543Z[ recovery-image] Jul 14 21:38:52.661 INFO O| Jul 14 21:38:52.661 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-07-14T21:38:53.550Z[ recovery-image] Jul 14 21:38:52.667 INFO O| Jul 14 21:38:52.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85312026-07-14T21:38:53.550Z[ recovery-image] Jul 14 21:38:52.668 INFO O| Jul 14 21:38:52.668 INFO STEP 1052 (remove_files) COMPLETE
85322026-07-14T21:38:53.554Z[ recovery-image] Jul 14 21:38:52.668 INFO O| Jul 14 21:38:52.668 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-07-14T21:38:53.557Z[ recovery-image] Jul 14 21:38:52.673 INFO O| Jul 14 21:38:52.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85342026-07-14T21:38:53.557Z[ recovery-image] Jul 14 21:38:52.673 INFO O| Jul 14 21:38:52.673 INFO STEP 1053 (remove_files) COMPLETE
85352026-07-14T21:38:53.557Z[ recovery-image] Jul 14 21:38:52.673 INFO O| Jul 14 21:38:52.673 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-07-14T21:38:53.562Z[ recovery-image] Jul 14 21:38:52.680 INFO O| Jul 14 21:38:52.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85372026-07-14T21:38:53.562Z[ recovery-image] Jul 14 21:38:52.680 INFO O| Jul 14 21:38:52.680 INFO STEP 1054 (remove_files) COMPLETE
85382026-07-14T21:38:53.565Z[ recovery-image] Jul 14 21:38:52.680 INFO O| Jul 14 21:38:52.680 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-07-14T21:38:53.568Z[ recovery-image] Jul 14 21:38:52.686 INFO O| Jul 14 21:38:52.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85402026-07-14T21:38:53.568Z[ recovery-image] Jul 14 21:38:52.686 INFO O| Jul 14 21:38:52.686 INFO STEP 1055 (remove_files) COMPLETE
85412026-07-14T21:38:53.568Z[ recovery-image] Jul 14 21:38:52.686 INFO O| Jul 14 21:38:52.686 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-07-14T21:38:53.574Z[ recovery-image] Jul 14 21:38:52.692 INFO O| Jul 14 21:38:52.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85432026-07-14T21:38:53.574Z[ recovery-image] Jul 14 21:38:52.692 INFO O| Jul 14 21:38:52.692 INFO STEP 1056 (remove_files) COMPLETE
85442026-07-14T21:38:53.576Z[ recovery-image] Jul 14 21:38:52.692 INFO O| Jul 14 21:38:52.692 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-07-14T21:38:53.580Z[ recovery-image] Jul 14 21:38:52.698 INFO O| Jul 14 21:38:52.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85462026-07-14T21:38:53.580Z[ recovery-image] Jul 14 21:38:52.698 INFO O| Jul 14 21:38:52.698 INFO STEP 1057 (remove_files) COMPLETE
85472026-07-14T21:38:53.584Z[ recovery-image] Jul 14 21:38:52.698 INFO O| Jul 14 21:38:52.698 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-07-14T21:38:53.587Z[ recovery-image] Jul 14 21:38:52.705 INFO O| Jul 14 21:38:52.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85492026-07-14T21:38:53.587Z[ recovery-image] Jul 14 21:38:52.705 INFO O| Jul 14 21:38:52.705 INFO STEP 1058 (remove_files) COMPLETE
85502026-07-14T21:38:53.587Z[ recovery-image] Jul 14 21:38:52.705 INFO O| Jul 14 21:38:52.705 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-07-14T21:38:53.592Z[ recovery-image] Jul 14 21:38:52.710 INFO O| Jul 14 21:38:52.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85522026-07-14T21:38:53.592Z[ recovery-image] Jul 14 21:38:52.710 INFO O| Jul 14 21:38:52.710 INFO STEP 1059 (remove_files) COMPLETE
85532026-07-14T21:38:53.595Z[ recovery-image] Jul 14 21:38:52.710 INFO O| Jul 14 21:38:52.710 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-07-14T21:38:53.598Z[ recovery-image] Jul 14 21:38:52.716 INFO O| Jul 14 21:38:52.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85552026-07-14T21:38:53.598Z[ recovery-image] Jul 14 21:38:52.716 INFO O| Jul 14 21:38:52.716 INFO STEP 1060 (remove_files) COMPLETE
85562026-07-14T21:38:53.598Z[ recovery-image] Jul 14 21:38:52.716 INFO O| Jul 14 21:38:52.716 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-07-14T21:38:53.604Z[ recovery-image] Jul 14 21:38:52.722 INFO O| Jul 14 21:38:52.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85582026-07-14T21:38:53.608Z[ recovery-image] Jul 14 21:38:52.722 INFO O| Jul 14 21:38:52.722 INFO STEP 1061 (remove_files) COMPLETE
85592026-07-14T21:38:53.608Z[ recovery-image] Jul 14 21:38:52.722 INFO O| Jul 14 21:38:52.722 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-07-14T21:38:53.611Z[ recovery-image] Jul 14 21:38:52.727 INFO O| Jul 14 21:38:52.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85612026-07-14T21:38:53.611Z[ recovery-image] Jul 14 21:38:52.727 INFO O| Jul 14 21:38:52.727 INFO STEP 1062 (remove_files) COMPLETE
85622026-07-14T21:38:53.611Z[ recovery-image] Jul 14 21:38:52.727 INFO O| Jul 14 21:38:52.727 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-07-14T21:38:53.614Z[ recovery-image] Jul 14 21:38:52.732 INFO O| Jul 14 21:38:52.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85642026-07-14T21:38:53.617Z[ recovery-image] Jul 14 21:38:52.732 INFO O| Jul 14 21:38:52.732 INFO STEP 1063 (remove_files) COMPLETE
85652026-07-14T21:38:53.617Z[ recovery-image] Jul 14 21:38:52.732 INFO O| Jul 14 21:38:52.732 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-07-14T21:38:53.621Z[ recovery-image] Jul 14 21:38:52.739 INFO O| Jul 14 21:38:52.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85672026-07-14T21:38:53.621Z[ recovery-image] Jul 14 21:38:52.739 INFO O| Jul 14 21:38:52.739 INFO STEP 1064 (remove_files) COMPLETE
85682026-07-14T21:38:53.624Z[ recovery-image] Jul 14 21:38:52.739 INFO O| Jul 14 21:38:52.739 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-07-14T21:38:53.628Z[ recovery-image] Jul 14 21:38:52.744 INFO O| Jul 14 21:38:52.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85702026-07-14T21:38:53.628Z[ recovery-image] Jul 14 21:38:52.744 INFO O| Jul 14 21:38:52.744 INFO STEP 1065 (remove_files) COMPLETE
85712026-07-14T21:38:53.628Z[ recovery-image] Jul 14 21:38:52.744 INFO O| Jul 14 21:38:52.744 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-07-14T21:38:53.633Z[ recovery-image] Jul 14 21:38:52.751 INFO O| Jul 14 21:38:52.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85732026-07-14T21:38:53.633Z[ recovery-image] Jul 14 21:38:52.751 INFO O| Jul 14 21:38:52.751 INFO STEP 1066 (remove_files) COMPLETE
85742026-07-14T21:38:53.636Z[ recovery-image] Jul 14 21:38:52.751 INFO O| Jul 14 21:38:52.751 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-07-14T21:38:53.639Z[ recovery-image] Jul 14 21:38:52.757 INFO O| Jul 14 21:38:52.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85762026-07-14T21:38:53.642Z[ recovery-image] Jul 14 21:38:52.757 INFO O| Jul 14 21:38:52.757 INFO STEP 1067 (remove_files) COMPLETE
85772026-07-14T21:38:53.642Z[ recovery-image] Jul 14 21:38:52.757 INFO O| Jul 14 21:38:52.757 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-07-14T21:38:53.646Z[ recovery-image] Jul 14 21:38:52.764 INFO O| Jul 14 21:38:52.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85792026-07-14T21:38:53.646Z[ recovery-image] Jul 14 21:38:52.764 INFO O| Jul 14 21:38:52.764 INFO STEP 1068 (remove_files) COMPLETE
85802026-07-14T21:38:53.649Z[ recovery-image] Jul 14 21:38:52.764 INFO O| Jul 14 21:38:52.764 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-07-14T21:38:53.653Z[ recovery-image] Jul 14 21:38:52.771 INFO O| Jul 14 21:38:52.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85822026-07-14T21:38:53.653Z[ recovery-image] Jul 14 21:38:52.771 INFO O| Jul 14 21:38:52.771 INFO STEP 1069 (remove_files) COMPLETE
85832026-07-14T21:38:53.653Z[ recovery-image] Jul 14 21:38:52.771 INFO O| Jul 14 21:38:52.771 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-07-14T21:38:53.658Z[ recovery-image] Jul 14 21:38:52.776 INFO O| Jul 14 21:38:52.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85852026-07-14T21:38:53.658Z[ recovery-image] Jul 14 21:38:52.776 INFO O| Jul 14 21:38:52.776 INFO STEP 1070 (remove_files) COMPLETE
85862026-07-14T21:38:53.662Z[ recovery-image] Jul 14 21:38:52.776 INFO O| Jul 14 21:38:52.776 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-07-14T21:38:53.664Z[ recovery-image] Jul 14 21:38:52.782 INFO O| Jul 14 21:38:52.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85882026-07-14T21:38:53.664Z[ recovery-image] Jul 14 21:38:52.782 INFO O| Jul 14 21:38:52.782 INFO STEP 1071 (remove_files) COMPLETE
85892026-07-14T21:38:53.664Z[ recovery-image] Jul 14 21:38:52.782 INFO O| Jul 14 21:38:52.782 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-07-14T21:38:53.670Z[ recovery-image] Jul 14 21:38:52.788 INFO O| Jul 14 21:38:52.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85912026-07-14T21:38:53.670Z[ recovery-image] Jul 14 21:38:52.788 INFO O| Jul 14 21:38:52.788 INFO STEP 1072 (remove_files) COMPLETE
85922026-07-14T21:38:53.673Z[ recovery-image] Jul 14 21:38:52.788 INFO O| Jul 14 21:38:52.788 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-07-14T21:38:53.676Z[ recovery-image] Jul 14 21:38:52.793 INFO O| Jul 14 21:38:52.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85942026-07-14T21:38:53.676Z[ recovery-image] Jul 14 21:38:52.793 INFO O| Jul 14 21:38:52.793 INFO STEP 1073 (remove_files) COMPLETE
85952026-07-14T21:38:53.676Z[ recovery-image] Jul 14 21:38:52.793 INFO O| Jul 14 21:38:52.793 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-07-14T21:38:53.681Z[ recovery-image] Jul 14 21:38:52.799 INFO O| Jul 14 21:38:52.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85972026-07-14T21:38:53.681Z[ recovery-image] Jul 14 21:38:52.799 INFO O| Jul 14 21:38:52.799 INFO STEP 1074 (remove_files) COMPLETE
85982026-07-14T21:38:53.684Z[ recovery-image] Jul 14 21:38:52.799 INFO O| Jul 14 21:38:52.799 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-07-14T21:38:53.688Z[ recovery-image] Jul 14 21:38:52.804 INFO O| Jul 14 21:38:52.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
86002026-07-14T21:38:53.688Z[ recovery-image] Jul 14 21:38:52.804 INFO O| Jul 14 21:38:52.804 INFO STEP 1075 (remove_files) COMPLETE
86012026-07-14T21:38:53.688Z[ recovery-image] Jul 14 21:38:52.804 INFO O| Jul 14 21:38:52.804 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-07-14T21:38:53.691Z[ recovery-image] Jul 14 21:38:52.809 INFO O| Jul 14 21:38:52.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
86032026-07-14T21:38:53.691Z[ recovery-image] Jul 14 21:38:52.809 INFO O| Jul 14 21:38:52.809 INFO STEP 1076 (remove_files) COMPLETE
86042026-07-14T21:38:53.691Z[ recovery-image] Jul 14 21:38:52.809 INFO O| Jul 14 21:38:52.809 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-07-14T21:38:53.700Z[ recovery-image] Jul 14 21:38:52.816 INFO O| Jul 14 21:38:52.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
86062026-07-14T21:38:53.703Z[ recovery-image] Jul 14 21:38:52.816 INFO O| Jul 14 21:38:52.816 INFO STEP 1077 (remove_files) COMPLETE
86072026-07-14T21:38:53.703Z[ recovery-image] Jul 14 21:38:52.816 INFO O| Jul 14 21:38:52.816 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-07-14T21:38:53.706Z[ recovery-image] Jul 14 21:38:52.822 INFO O| Jul 14 21:38:52.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
86092026-07-14T21:38:53.706Z[ recovery-image] Jul 14 21:38:52.822 INFO O| Jul 14 21:38:52.822 INFO STEP 1078 (remove_files) COMPLETE
86102026-07-14T21:38:53.706Z[ recovery-image] Jul 14 21:38:52.822 INFO O| Jul 14 21:38:52.822 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-07-14T21:38:53.710Z[ recovery-image] Jul 14 21:38:52.828 INFO O| Jul 14 21:38:52.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
86122026-07-14T21:38:53.713Z[ recovery-image] Jul 14 21:38:52.828 INFO O| Jul 14 21:38:52.828 INFO STEP 1079 (remove_files) COMPLETE
86132026-07-14T21:38:53.713Z[ recovery-image] Jul 14 21:38:52.828 INFO O| Jul 14 21:38:52.828 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-07-14T21:38:53.716Z[ recovery-image] Jul 14 21:38:52.834 INFO O| Jul 14 21:38:52.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
86152026-07-14T21:38:53.718Z[ recovery-image] Jul 14 21:38:52.834 INFO O| Jul 14 21:38:52.834 INFO STEP 1080 (remove_files) COMPLETE
86162026-07-14T21:38:53.718Z[ recovery-image] Jul 14 21:38:52.834 INFO O| Jul 14 21:38:52.834 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-07-14T21:38:53.721Z[ recovery-image] Jul 14 21:38:52.839 INFO O| Jul 14 21:38:52.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
86182026-07-14T21:38:53.721Z[ recovery-image] Jul 14 21:38:52.839 INFO O| Jul 14 21:38:52.839 INFO STEP 1081 (remove_files) COMPLETE
86192026-07-14T21:38:53.722Z[ recovery-image] Jul 14 21:38:52.839 INFO O| Jul 14 21:38:52.839 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-07-14T21:38:53.728Z[ recovery-image] Jul 14 21:38:52.846 INFO O| Jul 14 21:38:52.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
86212026-07-14T21:38:53.728Z[ recovery-image] Jul 14 21:38:52.846 INFO O| Jul 14 21:38:52.846 INFO STEP 1082 (remove_files) COMPLETE
86222026-07-14T21:38:53.728Z[ recovery-image] Jul 14 21:38:52.846 INFO O| Jul 14 21:38:52.846 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-07-14T21:38:53.733Z[ recovery-image] Jul 14 21:38:52.851 INFO O| Jul 14 21:38:52.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
86242026-07-14T21:38:53.733Z[ recovery-image] Jul 14 21:38:52.851 INFO O| Jul 14 21:38:52.851 INFO STEP 1083 (remove_files) COMPLETE
86252026-07-14T21:38:53.737Z[ recovery-image] Jul 14 21:38:52.851 INFO O| Jul 14 21:38:52.851 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-07-14T21:38:53.741Z[ recovery-image] Jul 14 21:38:52.857 INFO O| Jul 14 21:38:52.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
86272026-07-14T21:38:53.741Z[ recovery-image] Jul 14 21:38:52.857 INFO O| Jul 14 21:38:52.857 INFO STEP 1084 (remove_files) COMPLETE
86282026-07-14T21:38:53.741Z[ recovery-image] Jul 14 21:38:52.857 INFO O| Jul 14 21:38:52.857 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-07-14T21:38:53.745Z[ recovery-image] Jul 14 21:38:52.863 INFO O| Jul 14 21:38:52.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
86302026-07-14T21:38:53.746Z[ recovery-image] Jul 14 21:38:52.864 INFO O| Jul 14 21:38:52.863 INFO STEP 1085 (remove_files) COMPLETE
86312026-07-14T21:38:53.749Z[ recovery-image] Jul 14 21:38:52.864 INFO O| Jul 14 21:38:52.864 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86322026-07-14T21:38:53.752Z[ recovery-image] Jul 14 21:38:52.870 INFO O| Jul 14 21:38:52.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86332026-07-14T21:38:53.752Z[ recovery-image] Jul 14 21:38:52.870 INFO O| Jul 14 21:38:52.870 INFO STEP 1086 (remove_files) COMPLETE
86342026-07-14T21:38:53.752Z[ recovery-image] Jul 14 21:38:52.870 INFO O| Jul 14 21:38:52.870 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86352026-07-14T21:38:53.758Z[ recovery-image] Jul 14 21:38:52.876 INFO O| Jul 14 21:38:52.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86362026-07-14T21:38:53.758Z[ recovery-image] Jul 14 21:38:52.876 INFO O| Jul 14 21:38:52.876 INFO STEP 1087 (remove_files) COMPLETE
86372026-07-14T21:38:53.761Z[ recovery-image] Jul 14 21:38:52.876 INFO O| Jul 14 21:38:52.876 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86382026-07-14T21:38:53.765Z[ recovery-image] Jul 14 21:38:52.882 INFO O| Jul 14 21:38:52.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86392026-07-14T21:38:53.765Z[ recovery-image] Jul 14 21:38:52.882 INFO O| Jul 14 21:38:52.882 INFO STEP 1088 (remove_files) COMPLETE
86402026-07-14T21:38:53.768Z[ recovery-image] Jul 14 21:38:52.882 INFO O| Jul 14 21:38:52.882 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86412026-07-14T21:38:53.771Z[ recovery-image] Jul 14 21:38:52.888 INFO O| Jul 14 21:38:52.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86422026-07-14T21:38:53.771Z[ recovery-image] Jul 14 21:38:52.888 INFO O| Jul 14 21:38:52.888 INFO STEP 1089 (remove_files) COMPLETE
86432026-07-14T21:38:53.771Z[ recovery-image] Jul 14 21:38:52.888 INFO O| Jul 14 21:38:52.888 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86442026-07-14T21:38:53.776Z[ recovery-image] Jul 14 21:38:52.894 INFO O| Jul 14 21:38:52.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86452026-07-14T21:38:53.776Z[ recovery-image] Jul 14 21:38:52.894 INFO O| Jul 14 21:38:52.894 INFO STEP 1090 (remove_files) COMPLETE
86462026-07-14T21:38:53.776Z[ recovery-image] Jul 14 21:38:52.894 INFO O| Jul 14 21:38:52.894 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86472026-07-14T21:38:53.781Z[ recovery-image] Jul 14 21:38:52.900 INFO O| Jul 14 21:38:52.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86482026-07-14T21:38:53.785Z[ recovery-image] Jul 14 21:38:52.900 INFO O| Jul 14 21:38:52.900 INFO STEP 1091 (remove_files) COMPLETE
86492026-07-14T21:38:53.785Z[ recovery-image] Jul 14 21:38:52.900 INFO O| Jul 14 21:38:52.900 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86502026-07-14T21:38:53.787Z[ recovery-image] Jul 14 21:38:52.905 INFO O| Jul 14 21:38:52.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86512026-07-14T21:38:53.787Z[ recovery-image] Jul 14 21:38:52.905 INFO O| Jul 14 21:38:52.905 INFO STEP 1092 (remove_files) COMPLETE
86522026-07-14T21:38:53.788Z[ recovery-image] Jul 14 21:38:52.905 INFO O| Jul 14 21:38:52.905 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-07-14T21:38:53.793Z[ recovery-image] Jul 14 21:38:52.911 INFO O| Jul 14 21:38:52.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86542026-07-14T21:38:53.793Z[ recovery-image] Jul 14 21:38:52.911 INFO O| Jul 14 21:38:52.911 INFO STEP 1093 (remove_files) COMPLETE
86552026-07-14T21:38:53.793Z[ recovery-image] Jul 14 21:38:52.911 INFO O| Jul 14 21:38:52.911 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-07-14T21:38:53.798Z[ recovery-image] Jul 14 21:38:52.916 INFO O| Jul 14 21:38:52.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86572026-07-14T21:38:53.798Z[ recovery-image] Jul 14 21:38:52.916 INFO O| Jul 14 21:38:52.916 INFO STEP 1094 (remove_files) COMPLETE
86582026-07-14T21:38:53.801Z[ recovery-image] Jul 14 21:38:52.916 INFO O| Jul 14 21:38:52.916 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-07-14T21:38:53.805Z[ recovery-image] Jul 14 21:38:52.922 INFO O| Jul 14 21:38:52.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86602026-07-14T21:38:53.805Z[ recovery-image] Jul 14 21:38:52.922 INFO O| Jul 14 21:38:52.922 INFO STEP 1095 (remove_files) COMPLETE
86612026-07-14T21:38:53.805Z[ recovery-image] Jul 14 21:38:52.922 INFO O| Jul 14 21:38:52.922 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-07-14T21:38:53.810Z[ recovery-image] Jul 14 21:38:52.928 INFO O| Jul 14 21:38:52.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86632026-07-14T21:38:53.810Z[ recovery-image] Jul 14 21:38:52.928 INFO O| Jul 14 21:38:52.928 INFO STEP 1096 (remove_files) COMPLETE
86642026-07-14T21:38:53.813Z[ recovery-image] Jul 14 21:38:52.928 INFO O| Jul 14 21:38:52.928 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-07-14T21:38:53.817Z[ recovery-image] Jul 14 21:38:52.935 INFO O| Jul 14 21:38:52.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86662026-07-14T21:38:53.817Z[ recovery-image] Jul 14 21:38:52.935 INFO O| Jul 14 21:38:52.935 INFO STEP 1097 (remove_files) COMPLETE
86672026-07-14T21:38:53.817Z[ recovery-image] Jul 14 21:38:52.935 INFO O| Jul 14 21:38:52.935 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-07-14T21:38:53.823Z[ recovery-image] Jul 14 21:38:52.941 INFO O| Jul 14 21:38:52.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86692026-07-14T21:38:53.823Z[ recovery-image] Jul 14 21:38:52.941 INFO O| Jul 14 21:38:52.941 INFO STEP 1098 (remove_files) COMPLETE
86702026-07-14T21:38:53.823Z[ recovery-image] Jul 14 21:38:52.941 INFO O| Jul 14 21:38:52.941 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-07-14T21:38:53.829Z[ recovery-image] Jul 14 21:38:52.947 INFO O| Jul 14 21:38:52.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86722026-07-14T21:38:53.832Z[ recovery-image] Jul 14 21:38:52.947 INFO O| Jul 14 21:38:52.947 INFO STEP 1099 (remove_files) COMPLETE
86732026-07-14T21:38:53.832Z[ recovery-image] Jul 14 21:38:52.947 INFO O| Jul 14 21:38:52.947 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-07-14T21:38:53.835Z[ recovery-image] Jul 14 21:38:52.952 INFO O| Jul 14 21:38:52.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86752026-07-14T21:38:53.835Z[ recovery-image] Jul 14 21:38:52.952 INFO O| Jul 14 21:38:52.952 INFO STEP 1100 (remove_files) COMPLETE
86762026-07-14T21:38:53.835Z[ recovery-image] Jul 14 21:38:52.952 INFO O| Jul 14 21:38:52.952 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-07-14T21:38:53.840Z[ recovery-image] Jul 14 21:38:52.958 INFO O| Jul 14 21:38:52.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86782026-07-14T21:38:53.840Z[ recovery-image] Jul 14 21:38:52.958 INFO O| Jul 14 21:38:52.958 INFO STEP 1101 (remove_files) COMPLETE
86792026-07-14T21:38:53.843Z[ recovery-image] Jul 14 21:38:52.958 INFO O| Jul 14 21:38:52.958 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-07-14T21:38:53.846Z[ recovery-image] Jul 14 21:38:52.964 INFO O| Jul 14 21:38:52.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86812026-07-14T21:38:53.846Z[ recovery-image] Jul 14 21:38:52.964 INFO O| Jul 14 21:38:52.964 INFO STEP 1102 (remove_files) COMPLETE
86822026-07-14T21:38:53.846Z[ recovery-image] Jul 14 21:38:52.964 INFO O| Jul 14 21:38:52.964 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-07-14T21:38:53.853Z[ recovery-image] Jul 14 21:38:52.971 INFO O| Jul 14 21:38:52.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86842026-07-14T21:38:53.856Z[ recovery-image] Jul 14 21:38:52.971 INFO O| Jul 14 21:38:52.971 INFO STEP 1103 (remove_files) COMPLETE
86852026-07-14T21:38:53.856Z[ recovery-image] Jul 14 21:38:52.971 INFO O| Jul 14 21:38:52.971 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-07-14T21:38:53.859Z[ recovery-image] Jul 14 21:38:52.977 INFO O| Jul 14 21:38:52.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86872026-07-14T21:38:53.860Z[ recovery-image] Jul 14 21:38:52.977 INFO O| Jul 14 21:38:52.977 INFO STEP 1104 (remove_files) COMPLETE
86882026-07-14T21:38:53.860Z[ recovery-image] Jul 14 21:38:52.977 INFO O| Jul 14 21:38:52.977 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-07-14T21:38:53.866Z[ recovery-image] Jul 14 21:38:52.984 INFO O| Jul 14 21:38:52.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86902026-07-14T21:38:53.866Z[ recovery-image] Jul 14 21:38:52.984 INFO O| Jul 14 21:38:52.984 INFO STEP 1105 (remove_files) COMPLETE
86912026-07-14T21:38:53.869Z[ recovery-image] Jul 14 21:38:52.984 INFO O| Jul 14 21:38:52.984 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86922026-07-14T21:38:53.873Z[ recovery-image] Jul 14 21:38:52.990 INFO O| Jul 14 21:38:52.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86932026-07-14T21:38:53.873Z[ recovery-image] Jul 14 21:38:52.990 INFO O| Jul 14 21:38:52.990 INFO STEP 1106 (remove_files) COMPLETE
86942026-07-14T21:38:53.873Z[ recovery-image] Jul 14 21:38:52.990 INFO O| Jul 14 21:38:52.990 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86952026-07-14T21:38:53.879Z[ recovery-image] Jul 14 21:38:52.995 INFO O| Jul 14 21:38:52.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86962026-07-14T21:38:53.879Z[ recovery-image] Jul 14 21:38:52.995 INFO O| Jul 14 21:38:52.995 INFO STEP 1107 (remove_files) COMPLETE
86972026-07-14T21:38:53.882Z[ recovery-image] Jul 14 21:38:52.995 INFO O| Jul 14 21:38:52.995 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86982026-07-14T21:38:53.885Z[ recovery-image] Jul 14 21:38:53.001 INFO O| Jul 14 21:38:53.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86992026-07-14T21:38:53.885Z[ recovery-image] Jul 14 21:38:53.001 INFO O| Jul 14 21:38:53.001 INFO STEP 1108 (remove_files) COMPLETE
87002026-07-14T21:38:53.885Z[ recovery-image] Jul 14 21:38:53.001 INFO O| Jul 14 21:38:53.001 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87012026-07-14T21:38:53.891Z[ recovery-image] Jul 14 21:38:53.008 INFO O| Jul 14 21:38:53.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
87022026-07-14T21:38:53.891Z[ recovery-image] Jul 14 21:38:53.008 INFO O| Jul 14 21:38:53.008 INFO STEP 1109 (remove_files) COMPLETE
87032026-07-14T21:38:53.895Z[ recovery-image] Jul 14 21:38:53.008 INFO O| Jul 14 21:38:53.008 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87042026-07-14T21:38:53.898Z[ recovery-image] Jul 14 21:38:53.015 INFO O| Jul 14 21:38:53.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
87052026-07-14T21:38:53.898Z[ recovery-image] Jul 14 21:38:53.015 INFO O| Jul 14 21:38:53.015 INFO STEP 1110 (remove_files) COMPLETE
87062026-07-14T21:38:53.898Z[ recovery-image] Jul 14 21:38:53.015 INFO O| Jul 14 21:38:53.015 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87072026-07-14T21:38:53.910Z[ recovery-image] Jul 14 21:38:53.024 INFO O| Jul 14 21:38:53.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
87082026-07-14T21:38:53.910Z[ recovery-image] Jul 14 21:38:53.024 INFO O| Jul 14 21:38:53.024 INFO STEP 1111 (remove_files) COMPLETE
87092026-07-14T21:38:53.919Z[ recovery-image] Jul 14 21:38:53.024 INFO O| Jul 14 21:38:53.024 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87102026-07-14T21:38:53.919Z[ recovery-image] Jul 14 21:38:53.031 INFO O| Jul 14 21:38:53.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
87112026-07-14T21:38:53.919Z[ recovery-image] Jul 14 21:38:53.031 INFO O| Jul 14 21:38:53.031 INFO STEP 1112 (remove_files) COMPLETE
87122026-07-14T21:38:53.919Z[ recovery-image] Jul 14 21:38:53.031 INFO O| Jul 14 21:38:53.031 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87132026-07-14T21:38:53.923Z[ recovery-image] Jul 14 21:38:53.038 INFO O| Jul 14 21:38:53.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
87142026-07-14T21:38:53.923Z[ recovery-image] Jul 14 21:38:53.038 INFO O| Jul 14 21:38:53.038 INFO STEP 1113 (remove_files) COMPLETE
87152026-07-14T21:38:53.923Z[ recovery-image] Jul 14 21:38:53.038 INFO O| Jul 14 21:38:53.038 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87162026-07-14T21:38:53.927Z[ recovery-image] Jul 14 21:38:53.044 INFO O| Jul 14 21:38:53.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
87172026-07-14T21:38:53.927Z[ recovery-image] Jul 14 21:38:53.044 INFO O| Jul 14 21:38:53.044 INFO STEP 1114 (remove_files) COMPLETE
87182026-07-14T21:38:53.927Z[ recovery-image] Jul 14 21:38:53.044 INFO O| Jul 14 21:38:53.044 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87192026-07-14T21:38:53.932Z[ recovery-image] Jul 14 21:38:53.050 INFO O| Jul 14 21:38:53.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
87202026-07-14T21:38:53.932Z[ recovery-image] Jul 14 21:38:53.050 INFO O| Jul 14 21:38:53.050 INFO STEP 1115 (remove_files) COMPLETE
87212026-07-14T21:38:53.932Z[ recovery-image] Jul 14 21:38:53.050 INFO O| Jul 14 21:38:53.050 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87222026-07-14T21:38:53.937Z[ recovery-image] Jul 14 21:38:53.055 INFO O| Jul 14 21:38:53.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
87232026-07-14T21:38:53.937Z[ recovery-image] Jul 14 21:38:53.055 INFO O| Jul 14 21:38:53.055 INFO STEP 1116 (remove_files) COMPLETE
87242026-07-14T21:38:53.941Z[ recovery-image] Jul 14 21:38:53.055 INFO O| Jul 14 21:38:53.055 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87252026-07-14T21:38:53.944Z[ recovery-image] Jul 14 21:38:53.062 INFO O| Jul 14 21:38:53.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
87262026-07-14T21:38:53.944Z[ recovery-image] Jul 14 21:38:53.062 INFO O| Jul 14 21:38:53.062 INFO STEP 1117 (remove_files) COMPLETE
87272026-07-14T21:38:53.944Z[ recovery-image] Jul 14 21:38:53.062 INFO O| Jul 14 21:38:53.062 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87282026-07-14T21:38:53.950Z[ recovery-image] Jul 14 21:38:53.068 INFO O| Jul 14 21:38:53.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
87292026-07-14T21:38:53.954Z[ recovery-image] Jul 14 21:38:53.068 INFO O| Jul 14 21:38:53.068 INFO STEP 1118 (remove_files) COMPLETE
87302026-07-14T21:38:53.954Z[ recovery-image] Jul 14 21:38:53.068 INFO O| Jul 14 21:38:53.068 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87312026-07-14T21:38:54.012Z[ recovery-image] Jul 14 21:38:53.075 INFO O| Jul 14 21:38:53.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87322026-07-14T21:38:54.012Z[ recovery-image] Jul 14 21:38:53.075 INFO O| Jul 14 21:38:53.075 INFO STEP 1119 (remove_files) COMPLETE
87332026-07-14T21:38:54.012Z[ recovery-image] Jul 14 21:38:53.075 INFO O| Jul 14 21:38:53.075 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87342026-07-14T21:38:54.012Z[ recovery-image] Jul 14 21:38:53.081 INFO O| Jul 14 21:38:53.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87352026-07-14T21:38:54.012Z[ recovery-image] Jul 14 21:38:53.081 INFO O| Jul 14 21:38:53.081 INFO STEP 1120 (remove_files) COMPLETE
87362026-07-14T21:38:54.012Z[ recovery-image] Jul 14 21:38:53.081 INFO O| Jul 14 21:38:53.081 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87372026-07-14T21:38:54.012Z[ recovery-image] Jul 14 21:38:53.087 INFO O| Jul 14 21:38:53.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87382026-07-14T21:38:54.013Z[ recovery-image] Jul 14 21:38:53.087 INFO O| Jul 14 21:38:53.087 INFO STEP 1121 (remove_files) COMPLETE
87392026-07-14T21:38:54.013Z[ recovery-image] Jul 14 21:38:53.087 INFO O| Jul 14 21:38:53.087 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87402026-07-14T21:38:54.013Z[ recovery-image] Jul 14 21:38:53.093 INFO O| Jul 14 21:38:53.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87412026-07-14T21:38:54.013Z[ recovery-image] Jul 14 21:38:53.093 INFO O| Jul 14 21:38:53.093 INFO STEP 1122 (remove_files) COMPLETE
87422026-07-14T21:38:54.013Z[ recovery-image] Jul 14 21:38:53.093 INFO O| Jul 14 21:38:53.093 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87432026-07-14T21:38:54.013Z[ recovery-image] Jul 14 21:38:53.099 INFO O| Jul 14 21:38:53.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87442026-07-14T21:38:54.013Z[ recovery-image] Jul 14 21:38:53.099 INFO O| Jul 14 21:38:53.099 INFO STEP 1123 (remove_files) COMPLETE
87452026-07-14T21:38:54.013Z[ recovery-image] Jul 14 21:38:53.099 INFO O| Jul 14 21:38:53.099 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87462026-07-14T21:38:54.013Z[ recovery-image] Jul 14 21:38:53.105 INFO O| Jul 14 21:38:53.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87472026-07-14T21:38:54.013Z[ recovery-image] Jul 14 21:38:53.105 INFO O| Jul 14 21:38:53.105 INFO STEP 1124 (remove_files) COMPLETE
87482026-07-14T21:38:54.013Z[ recovery-image] Jul 14 21:38:53.105 INFO O| Jul 14 21:38:53.105 INFO STEP 1125: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87492026-07-14T21:38:54.013Z[ recovery-image] Jul 14 21:38:53.113 INFO O| Jul 14 21:38:53.113 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87502026-07-14T21:38:54.013Z[ recovery-image] Jul 14 21:38:53.113 INFO O| Jul 14 21:38:53.113 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87512026-07-14T21:38:54.539Z[ recovery-image] Jul 14 21:38:53.657 INFO O| Jul 14 21:38:53.656 INFO STEP 1125 (pack_tar) COMPLETE
87522026-07-14T21:38:54.539Z[ recovery-image] Jul 14 21:38:53.657 INFO O| Jul 14 21:38:53.656 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87532026-07-14T21:38:54.539Z[ recovery-image] Jul 14 21:38:53.657 INFO O| Jul 14 21:38:53.656 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87542026-07-14T21:38:54.817Z[ recovery-image] Jul 14 21:38:53.934 INFO O| Jul 14 21:38:53.934 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87552026-07-14T21:38:54.899Z[ recovery-image] Jul 14 21:38:54.017 INFO O| Jul 14 21:38:54.017 INFO completed processing sled/ramdisk-03-recovery-trim
87562026-07-14T21:38:54.904Z[ recovery-image] Jul 14 21:38:54.022 INFO image builder template: zfs-recovery...
87572026-07-14T21:38:54.907Z[ recovery-image] Jul 14 21:38:54.022 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/.tmpirioCU/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.492", "-n", "zfs-recovery"], pwd: None
87582026-07-14T21:38:54.928Z[ recovery-image] Jul 14 21:38:54.045 INFO O| Jul 14 21:38:54.045 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87592026-07-14T21:38:54.931Z[ recovery-image] Jul 14 21:38:54.049 INFO O| Jul 14 21:38:54.049 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87602026-07-14T21:38:55.010Z[ recovery-image] Jul 14 21:38:54.128 INFO O| Jul 14 21:38:54.128 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87612026-07-14T21:38:55.132Z[ recovery-image] Jul 14 21:38:54.250 INFO O| Jul 14 21:38:54.250 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87622026-07-14T21:38:55.132Z[ recovery-image] Jul 14 21:38:54.250 INFO O| Jul 14 21:38:54.250 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87632026-07-14T21:38:55.136Z[ recovery-image] Jul 14 21:38:54.254 INFO O| Jul 14 21:38:54.254 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87642026-07-14T21:38:55.220Z[ recovery-image] Jul 14 21:38:54.338 INFO O| Jul 14 21:38:54.338 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87652026-07-14T21:38:55.282Z[ recovery-image] Jul 14 21:38:54.399 INFO O| Jul 14 21:38:54.399 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87662026-07-14T21:38:55.289Z[ recovery-image] Jul 14 21:38:54.407 INFO O| Jul 14 21:38:54.407 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87672026-07-14T21:38:55.292Z[ recovery-image] Jul 14 21:38:54.410 INFO O| Jul 14 21:38:54.410 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87682026-07-14T21:38:55.295Z[ recovery-image] Jul 14 21:38:54.411 INFO O| Jul 14 21:38:54.411 INFO no lofi found
87692026-07-14T21:38:55.295Z[ recovery-image] Jul 14 21:38:54.411 INFO O| Jul 14 21:38:54.411 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87702026-07-14T21:38:55.295Z[ recovery-image] Jul 14 21:38:54.411 INFO O| Jul 14 21:38:54.411 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87712026-07-14T21:38:56.883Z[ recovery-image] Jul 14 21:38:56.001 INFO O| Jul 14 21:38:56.001 INFO lofi device = /dev/dsk/c2t1d0p0
87722026-07-14T21:38:56.883Z[ recovery-image] Jul 14 21:38:56.001 INFO O| Jul 14 21:38:56.001 INFO pool device = /dev/dsk/c2t1d0p0
87732026-07-14T21:38:56.883Z[ recovery-image] Jul 14 21:38:56.001 INFO O| Jul 14 21:38:56.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"]
87742026-07-14T21:38:56.940Z[ recovery-image] Jul 14 21:38:56.058 INFO O| Jul 14 21:38:56.058 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87752026-07-14T21:38:56.940Z[ recovery-image] Jul 14 21:38:56.058 INFO O| Jul 14 21:38:56.058 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87762026-07-14T21:38:56.980Z[ recovery-image] Jul 14 21:38:56.098 INFO O| Jul 14 21:38:56.098 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87772026-07-14T21:38:57.019Z[ recovery-image] Jul 14 21:38:56.137 INFO O| Jul 14 21:38:56.137 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87782026-07-14T21:38:57.042Z[ recovery-image] Jul 14 21:38:56.160 INFO O| Jul 14 21:38:56.160 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87792026-07-14T21:38:57.051Z[ recovery-image] Jul 14 21:38:56.170 INFO O| Jul 14 21:38:56.170 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87802026-07-14T21:38:57.059Z[ recovery-image] Jul 14 21:38:56.177 INFO O| Jul 14 21:38:56.177 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87812026-07-14T21:38:57.089Z[ recovery-image] Jul 14 21:38:56.207 INFO O| Jul 14 21:38:56.207 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87822026-07-14T21:38:57.092Z[ recovery-image] Jul 14 21:38:56.207 INFO O| Jul 14 21:38:56.207 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87832026-07-14T21:38:57.092Z[ recovery-image] Jul 14 21:38:56.207 INFO O| Jul 14 21:38:56.207 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87842026-07-14T21:38:57.098Z[ recovery-image] Jul 14 21:38:56.216 INFO O| Jul 14 21:38:56.216 INFO boot environment UUID: 8082ddd6-a61d-4169-a12b-ad3eff7b76c5
87852026-07-14T21:38:57.098Z[ recovery-image] Jul 14 21:38:56.216 INFO O| Jul 14 21:38:56.216 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8082ddd6-a61d-4169-a12b-ad3eff7b76c5
87862026-07-14T21:38:57.105Z[ recovery-image] Jul 14 21:38:56.223 INFO O| Jul 14 21:38:56.223 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87872026-07-14T21:38:57.113Z[ recovery-image] Jul 14 21:38:56.231 INFO O| Jul 14 21:38:56.231 INFO STEP 0 (create_be) COMPLETE
87882026-07-14T21:38:57.113Z[ recovery-image] Jul 14 21:38:56.231 INFO O| Jul 14 21:38:56.231 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87892026-07-14T21:38:57.122Z[ recovery-image] Jul 14 21:38:56.240 INFO O| Jul 14 21:38:56.240 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"]
87902026-07-14T21:38:59.491Z[ recovery-image] Jul 14 21:38:58.609 INFO O| Jul 14 21:38:58.609 INFO STEP 1 (unpack_tar) COMPLETE
87912026-07-14T21:38:59.491Z[ recovery-image] Jul 14 21:38:58.609 INFO O| Jul 14 21:38:58.609 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87922026-07-14T21:38:59.498Z[ recovery-image] Jul 14 21:38:58.616 INFO O| Jul 14 21:38:58.616 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87932026-07-14T21:38:59.831Z[ recovery-image] Jul 14 21:38:58.949 INFO O| Jul 14 21:38:58.949 INFO STEP 2 (devfsadm) COMPLETE
87942026-07-14T21:38:59.831Z[ recovery-image] Jul 14 21:38:58.949 INFO O| Jul 14 21:38:58.949 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87952026-07-14T21:38:59.838Z[ recovery-image] Jul 14 21:38:58.956 INFO O| Jul 14 21:38:58.956 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87962026-07-14T21:38:59.838Z[ recovery-image] Jul 14 21:38:58.956 INFO O| Jul 14 21:38:58.956 INFO STEP 3 (ensure_dir) COMPLETE
87972026-07-14T21:38:59.841Z[ recovery-image] Jul 14 21:38:58.956 INFO O| Jul 14 21:38:58.956 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87982026-07-14T21:38:59.846Z[ recovery-image] Jul 14 21:38:58.964 INFO O| Jul 14 21:38:58.964 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87992026-07-14T21:38:59.846Z[ recovery-image] Jul 14 21:38:58.964 INFO O| Jul 14 21:38:58.964 INFO STEP 4 (ensure_dir) COMPLETE
88002026-07-14T21:38:59.846Z[ recovery-image] Jul 14 21:38:58.964 INFO O| Jul 14 21:38:58.964 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88012026-07-14T21:38:59.852Z[ recovery-image] Jul 14 21:38:58.971 INFO O| Jul 14 21:38:58.971 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88022026-07-14T21:38:59.853Z[ recovery-image] Jul 14 21:38:58.971 INFO O| Jul 14 21:38:58.971 INFO STEP 5 (ensure_dir) COMPLETE
88032026-07-14T21:38:59.853Z[ recovery-image] Jul 14 21:38:58.971 INFO O| Jul 14 21:38:58.971 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042026-07-14T21:38:59.859Z[ recovery-image] Jul 14 21:38:58.977 INFO O| Jul 14 21:38:58.977 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88052026-07-14T21:38:59.859Z[ recovery-image] Jul 14 21:38:58.978 INFO O| Jul 14 21:38:58.978 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88062026-07-14T21:38:59.862Z[ recovery-image] Jul 14 21:38:58.978 INFO O| Jul 14 21:38:58.978 INFO STEP 6 (ensure_dir) COMPLETE
88072026-07-14T21:38:59.862Z[ recovery-image] Jul 14 21:38:58.978 INFO O| Jul 14 21:38:58.978 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88082026-07-14T21:38:59.866Z[ recovery-image] Jul 14 21:38:58.984 INFO O| Jul 14 21:38:58.984 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88092026-07-14T21:38:59.866Z[ recovery-image] Jul 14 21:38:58.984 INFO O| Jul 14 21:38:58.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88102026-07-14T21:38:59.866Z[ recovery-image] Jul 14 21:38:58.984 INFO O| Jul 14 21:38:58.984 INFO STEP 7 (ensure_dir) COMPLETE
88112026-07-14T21:38:59.866Z[ recovery-image] Jul 14 21:38:58.984 INFO O| Jul 14 21:38:58.984 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88122026-07-14T21:38:59.873Z[ recovery-image] Jul 14 21:38:58.991 INFO O| Jul 14 21:38:58.991 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
88132026-07-14T21:38:59.877Z[ recovery-image] Jul 14 21:38:58.991 INFO O| Jul 14 21:38:58.991 INFO STEP 8 (remove_files) COMPLETE
88142026-07-14T21:38:59.877Z[ recovery-image] Jul 14 21:38:58.991 INFO O| Jul 14 21:38:58.991 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88152026-07-14T21:38:59.880Z[ recovery-image] Jul 14 21:38:58.998 INFO O| Jul 14 21:38:58.998 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
88162026-07-14T21:38:59.884Z[ recovery-image] Jul 14 21:38:58.998 INFO O| Jul 14 21:38:58.998 INFO STEP 9 (remove_files) COMPLETE
88172026-07-14T21:38:59.884Z[ recovery-image] Jul 14 21:38:58.998 INFO O| Jul 14 21:38:58.998 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88182026-07-14T21:38:59.887Z[ recovery-image] Jul 14 21:38:59.005 INFO O| Jul 14 21:38:59.005 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88192026-07-14T21:38:59.890Z[ recovery-image] Jul 14 21:38:59.006 INFO O| Jul 14 21:38:59.006 INFO STEP 10 (remove_files) COMPLETE
88202026-07-14T21:38:59.890Z[ recovery-image] Jul 14 21:38:59.006 INFO O| Jul 14 21:38:59.006 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88212026-07-14T21:38:59.895Z[ recovery-image] Jul 14 21:38:59.013 INFO O| Jul 14 21:38:59.013 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88222026-07-14T21:38:59.895Z[ recovery-image] Jul 14 21:38:59.013 INFO O| Jul 14 21:38:59.013 INFO STEP 11 (remove_files) COMPLETE
88232026-07-14T21:38:59.897Z[ recovery-image] Jul 14 21:38:59.013 INFO O| Jul 14 21:38:59.013 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88242026-07-14T21:38:59.903Z[ recovery-image] Jul 14 21:38:59.021 INFO O| Jul 14 21:38:59.021 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88252026-07-14T21:38:59.903Z[ recovery-image] Jul 14 21:38:59.021 INFO O| Jul 14 21:38:59.021 INFO STEP 12 (remove_files) COMPLETE
88262026-07-14T21:38:59.903Z[ recovery-image] Jul 14 21:38:59.021 INFO O| Jul 14 21:38:59.021 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88272026-07-14T21:38:59.909Z[ recovery-image] Jul 14 21:38:59.027 INFO O| Jul 14 21:38:59.027 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88282026-07-14T21:38:59.909Z[ recovery-image] Jul 14 21:38:59.027 INFO O| Jul 14 21:38:59.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88292026-07-14T21:38:59.912Z[ recovery-image] Jul 14 21:38:59.027 INFO O| Jul 14 21:38:59.027 INFO STEP 13 (ensure_dir) COMPLETE
88302026-07-14T21:38:59.912Z[ recovery-image] Jul 14 21:38:59.027 INFO O| Jul 14 21:38:59.027 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88312026-07-14T21:38:59.915Z[ recovery-image] Jul 14 21:38:59.033 INFO O| Jul 14 21:38:59.033 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88322026-07-14T21:38:59.915Z[ recovery-image] Jul 14 21:38:59.033 INFO O| Jul 14 21:38:59.033 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88332026-07-14T21:38:59.918Z[ recovery-image] Jul 14 21:38:59.033 INFO O| Jul 14 21:38:59.033 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88342026-07-14T21:38:59.918Z[ recovery-image] Jul 14 21:38:59.033 INFO O| Jul 14 21:38:59.033 INFO STEP 14 (ensure_dir) COMPLETE
88352026-07-14T21:38:59.918Z[ recovery-image] Jul 14 21:38:59.033 INFO O| Jul 14 21:38:59.033 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88362026-07-14T21:38:59.921Z[ recovery-image] Jul 14 21:38:59.039 INFO O| Jul 14 21:38:59.039 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88372026-07-14T21:38:59.921Z[ recovery-image] Jul 14 21:38:59.039 INFO O| Jul 14 21:38:59.039 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88382026-07-14T21:38:59.921Z[ recovery-image] Jul 14 21:38:59.039 INFO O| Jul 14 21:38:59.039 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88392026-07-14T21:38:59.924Z[ recovery-image] Jul 14 21:38:59.039 INFO O| Jul 14 21:38:59.039 INFO STEP 15 (ensure_dir) COMPLETE
88402026-07-14T21:38:59.924Z[ recovery-image] Jul 14 21:38:59.039 INFO O| Jul 14 21:38:59.039 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88412026-07-14T21:38:59.927Z[ recovery-image] Jul 14 21:38:59.045 INFO O| Jul 14 21:38:59.045 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88422026-07-14T21:38:59.927Z[ recovery-image] Jul 14 21:38:59.045 INFO O| Jul 14 21:38:59.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88432026-07-14T21:38:59.927Z[ recovery-image] Jul 14 21:38:59.045 INFO O| Jul 14 21:38:59.045 INFO STEP 16 (ensure_dir) COMPLETE
88442026-07-14T21:38:59.930Z[ recovery-image] Jul 14 21:38:59.045 INFO O| Jul 14 21:38:59.045 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88452026-07-14T21:38:59.933Z[ recovery-image] Jul 14 21:38:59.051 INFO O| Jul 14 21:38:59.051 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88462026-07-14T21:38:59.933Z[ recovery-image] Jul 14 21:38:59.051 INFO O| Jul 14 21:38:59.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88472026-07-14T21:38:59.933Z[ recovery-image] Jul 14 21:38:59.051 INFO O| Jul 14 21:38:59.051 INFO STEP 17 (ensure_dir) COMPLETE
88482026-07-14T21:38:59.933Z[ recovery-image] Jul 14 21:38:59.051 INFO O| Jul 14 21:38:59.051 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88492026-07-14T21:38:59.939Z[ recovery-image] Jul 14 21:38:59.057 INFO O| Jul 14 21:38:59.057 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88502026-07-14T21:38:59.939Z[ recovery-image] Jul 14 21:38:59.057 INFO O| Jul 14 21:38:59.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88512026-07-14T21:38:59.942Z[ recovery-image] Jul 14 21:38:59.057 INFO O| Jul 14 21:38:59.057 INFO ok!
88522026-07-14T21:38:59.942Z[ recovery-image] Jul 14 21:38:59.057 INFO O| Jul 14 21:38:59.057 INFO STEP 18 (ensure_symlink) COMPLETE
88532026-07-14T21:38:59.942Z[ recovery-image] Jul 14 21:38:59.057 INFO O| Jul 14 21:38:59.057 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88542026-07-14T21:38:59.947Z[ recovery-image] Jul 14 21:38:59.065 INFO O| Jul 14 21:38:59.065 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88552026-07-14T21:38:59.947Z[ recovery-image] Jul 14 21:38:59.065 INFO O| Jul 14 21:38:59.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88562026-07-14T21:38:59.947Z[ recovery-image] Jul 14 21:38:59.065 INFO O| Jul 14 21:38:59.065 INFO ok!
88572026-07-14T21:38:59.950Z[ recovery-image] Jul 14 21:38:59.065 INFO O| Jul 14 21:38:59.065 INFO STEP 19 (ensure_file) COMPLETE
88582026-07-14T21:38:59.950Z[ recovery-image] Jul 14 21:38:59.065 INFO O| Jul 14 21:38:59.065 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88592026-07-14T21:38:59.954Z[ recovery-image] Jul 14 21:38:59.072 INFO O| Jul 14 21:38:59.072 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88602026-07-14T21:38:59.954Z[ recovery-image] Jul 14 21:38:59.072 INFO O| Jul 14 21:38:59.072 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88612026-07-14T21:38:59.954Z[ recovery-image] Jul 14 21:38:59.072 INFO O| Jul 14 21:38:59.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88622026-07-14T21:38:59.954Z[ recovery-image] Jul 14 21:38:59.072 INFO O| Jul 14 21:38:59.072 INFO ok!
88632026-07-14T21:38:59.957Z[ recovery-image] Jul 14 21:38:59.072 INFO O| Jul 14 21:38:59.072 INFO STEP 20 (ensure_symlink) COMPLETE
88642026-07-14T21:38:59.957Z[ recovery-image] Jul 14 21:38:59.072 INFO O| Jul 14 21:38:59.072 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88652026-07-14T21:38:59.960Z[ recovery-image] Jul 14 21:38:59.078 INFO O| Jul 14 21:38:59.078 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88662026-07-14T21:38:59.960Z[ recovery-image] Jul 14 21:38:59.078 INFO O| Jul 14 21:38:59.078 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88672026-07-14T21:38:59.963Z[ recovery-image] Jul 14 21:38:59.078 INFO O| Jul 14 21:38:59.078 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88682026-07-14T21:38:59.963Z[ recovery-image] Jul 14 21:38:59.078 INFO O| Jul 14 21:38:59.078 INFO ok!
88692026-07-14T21:38:59.963Z[ recovery-image] Jul 14 21:38:59.078 INFO O| Jul 14 21:38:59.078 INFO STEP 21 (ensure_symlink) COMPLETE
88702026-07-14T21:38:59.963Z[ recovery-image] Jul 14 21:38:59.078 INFO O| Jul 14 21:38:59.078 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88712026-07-14T21:38:59.966Z[ recovery-image] Jul 14 21:38:59.085 INFO O| Jul 14 21:38:59.085 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88722026-07-14T21:38:59.966Z[ recovery-image] Jul 14 21:38:59.085 INFO O| Jul 14 21:38:59.085 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88732026-07-14T21:38:59.969Z[ recovery-image] Jul 14 21:38:59.085 INFO O| Jul 14 21:38:59.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88742026-07-14T21:38:59.969Z[ recovery-image] Jul 14 21:38:59.085 INFO O| Jul 14 21:38:59.085 INFO ok!
88752026-07-14T21:38:59.969Z[ recovery-image] Jul 14 21:38:59.085 INFO O| Jul 14 21:38:59.085 INFO STEP 22 (ensure_symlink) COMPLETE
88762026-07-14T21:38:59.969Z[ recovery-image] Jul 14 21:38:59.085 INFO O| Jul 14 21:38:59.085 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88772026-07-14T21:38:59.973Z[ recovery-image] Jul 14 21:38:59.092 INFO O| Jul 14 21:38:59.092 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88782026-07-14T21:38:59.973Z[ recovery-image] Jul 14 21:38:59.092 INFO O| Jul 14 21:38:59.092 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88792026-07-14T21:38:59.976Z[ recovery-image] Jul 14 21:38:59.092 INFO O| Jul 14 21:38:59.092 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88802026-07-14T21:38:59.976Z[ recovery-image] Jul 14 21:38:59.092 INFO O| Jul 14 21:38:59.092 INFO ok!
88812026-07-14T21:38:59.976Z[ recovery-image] Jul 14 21:38:59.092 INFO O| Jul 14 21:38:59.092 INFO STEP 23 (ensure_symlink) COMPLETE
88822026-07-14T21:38:59.976Z[ recovery-image] Jul 14 21:38:59.092 INFO O| Jul 14 21:38:59.092 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88832026-07-14T21:38:59.980Z[ recovery-image] Jul 14 21:38:59.098 INFO O| Jul 14 21:38:59.098 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88842026-07-14T21:38:59.980Z[ recovery-image] Jul 14 21:38:59.098 INFO O| Jul 14 21:38:59.098 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 ...
88852026-07-14T21:38:59.982Z[ recovery-image] Jul 14 21:38:59.098 INFO O| Jul 14 21:38:59.098 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88862026-07-14T21:38:59.982Z[ recovery-image] Jul 14 21:38:59.098 INFO O| Jul 14 21:38:59.098 INFO ok!
88872026-07-14T21:38:59.982Z[ recovery-image] Jul 14 21:38:59.098 INFO O| Jul 14 21:38:59.098 INFO STEP 24 (ensure_file) COMPLETE
88882026-07-14T21:38:59.982Z[ recovery-image] Jul 14 21:38:59.098 INFO O| Jul 14 21:38:59.098 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88892026-07-14T21:38:59.986Z[ recovery-image] Jul 14 21:38:59.104 INFO O| Jul 14 21:38:59.104 INFO updating shadow file
88902026-07-14T21:38:59.988Z[ recovery-image] Jul 14 21:38:59.104 INFO O| Jul 14 21:38:59.104 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88912026-07-14T21:38:59.988Z[ recovery-image] Jul 14 21:38:59.104 INFO O| Jul 14 21:38:59.104 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88922026-07-14T21:38:59.988Z[ recovery-image] Jul 14 21:38:59.104 INFO O| Jul 14 21:38:59.104 INFO STEP 25 (shadow) COMPLETE
88932026-07-14T21:38:59.988Z[ recovery-image] Jul 14 21:38:59.104 INFO O| Jul 14 21:38:59.104 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88942026-07-14T21:38:59.992Z[ recovery-image] Jul 14 21:38:59.110 INFO O| Jul 14 21:38:59.110 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88952026-07-14T21:38:59.992Z[ recovery-image] Jul 14 21:38:59.110 INFO O| Jul 14 21:38:59.110 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88962026-07-14T21:38:59.995Z[ recovery-image] Jul 14 21:38:59.110 INFO O| Jul 14 21:38:59.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88972026-07-14T21:38:59.995Z[ recovery-image] Jul 14 21:38:59.110 INFO O| Jul 14 21:38:59.110 INFO ok!
88982026-07-14T21:38:59.995Z[ recovery-image] Jul 14 21:38:59.110 INFO O| Jul 14 21:38:59.110 INFO STEP 26 (ensure_file) COMPLETE
88992026-07-14T21:38:59.995Z[ recovery-image] Jul 14 21:38:59.110 INFO O| Jul 14 21:38:59.110 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89002026-07-14T21:38:59.998Z[ recovery-image] Jul 14 21:38:59.116 INFO O| Jul 14 21:38:59.116 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
89012026-07-14T21:38:59.998Z[ recovery-image] Jul 14 21:38:59.116 INFO O| Jul 14 21:38:59.116 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
89022026-07-14T21:39:00.001Z[ recovery-image] Jul 14 21:38:59.116 INFO O| Jul 14 21:38:59.116 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
89032026-07-14T21:39:00.001Z[ recovery-image] Jul 14 21:38:59.116 INFO O| Jul 14 21:38:59.116 INFO ok!
89042026-07-14T21:39:00.001Z[ recovery-image] Jul 14 21:38:59.116 INFO O| Jul 14 21:38:59.116 INFO STEP 27 (ensure_file) COMPLETE
89052026-07-14T21:39:00.001Z[ recovery-image] Jul 14 21:38:59.116 INFO O| Jul 14 21:38:59.116 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89062026-07-14T21:39:00.004Z[ recovery-image] Jul 14 21:38:59.122 INFO O| Jul 14 21:38:59.122 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89072026-07-14T21:39:00.004Z[ recovery-image] Jul 14 21:38:59.122 INFO O| Jul 14 21:38:59.122 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
89082026-07-14T21:39:00.007Z[ recovery-image] Jul 14 21:38:59.122 INFO O| Jul 14 21:38:59.122 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
89092026-07-14T21:39:00.007Z[ recovery-image] Jul 14 21:38:59.122 INFO O| Jul 14 21:38:59.122 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
89102026-07-14T21:39:00.007Z[ recovery-image] Jul 14 21:38:59.122 INFO O| Jul 14 21:38:59.122 INFO ok!
89112026-07-14T21:39:00.007Z[ recovery-image] Jul 14 21:38:59.122 INFO O| Jul 14 21:38:59.122 INFO STEP 28 (ensure_file) COMPLETE
89122026-07-14T21:39:00.007Z[ recovery-image] Jul 14 21:38:59.122 INFO O| Jul 14 21:38:59.122 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89132026-07-14T21:39:00.010Z[ recovery-image] Jul 14 21:38:59.129 INFO O| Jul 14 21:38:59.129 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
89142026-07-14T21:39:00.010Z[ recovery-image] Jul 14 21:38:59.129 INFO O| Jul 14 21:38:59.129 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
89152026-07-14T21:39:00.013Z[ recovery-image] Jul 14 21:38:59.129 INFO O| Jul 14 21:38:59.129 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
89162026-07-14T21:39:00.013Z[ recovery-image] Jul 14 21:38:59.129 INFO O| Jul 14 21:38:59.129 INFO ok!
89172026-07-14T21:39:00.013Z[ recovery-image] Jul 14 21:38:59.129 INFO O| Jul 14 21:38:59.129 INFO STEP 29 (ensure_file) COMPLETE
89182026-07-14T21:39:00.013Z[ recovery-image] Jul 14 21:38:59.129 INFO O| Jul 14 21:38:59.129 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89192026-07-14T21:39:00.017Z[ recovery-image] Jul 14 21:38:59.135 INFO O| Jul 14 21:38:59.135 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89202026-07-14T21:39:00.017Z[ recovery-image] Jul 14 21:38:59.135 INFO O| Jul 14 21:38:59.135 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89212026-07-14T21:39:00.019Z[ recovery-image] Jul 14 21:38:59.135 INFO O| Jul 14 21:38:59.135 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89222026-07-14T21:39:00.019Z[ recovery-image] Jul 14 21:38:59.135 INFO O| Jul 14 21:38:59.135 INFO STEP 30 (ensure_dir) COMPLETE
89232026-07-14T21:39:00.019Z[ recovery-image] Jul 14 21:38:59.135 INFO O| Jul 14 21:38:59.135 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89242026-07-14T21:39:00.023Z[ recovery-image] Jul 14 21:38:59.141 INFO O| Jul 14 21:38:59.141 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89252026-07-14T21:39:00.023Z[ recovery-image] Jul 14 21:38:59.141 INFO O| Jul 14 21:38:59.141 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 ...
89262026-07-14T21:39:00.026Z[ recovery-image] Jul 14 21:38:59.141 INFO O| Jul 14 21:38:59.141 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
89272026-07-14T21:39:00.026Z[ recovery-image] Jul 14 21:38:59.141 INFO O| Jul 14 21:38:59.141 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89282026-07-14T21:39:00.026Z[ recovery-image] Jul 14 21:38:59.141 INFO O| Jul 14 21:38:59.141 INFO ok!
89292026-07-14T21:39:00.026Z[ recovery-image] Jul 14 21:38:59.141 INFO O| Jul 14 21:38:59.141 INFO STEP 31 (ensure_file) COMPLETE
89302026-07-14T21:39:00.026Z[ recovery-image] Jul 14 21:38:59.141 INFO O| Jul 14 21:38:59.141 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89312026-07-14T21:39:00.029Z[ recovery-image] Jul 14 21:38:59.147 INFO O| Jul 14 21:38:59.147 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89322026-07-14T21:39:00.029Z[ recovery-image] Jul 14 21:38:59.147 INFO O| Jul 14 21:38:59.147 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89332026-07-14T21:39:00.032Z[ recovery-image] Jul 14 21:38:59.147 INFO O| Jul 14 21:38:59.147 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89342026-07-14T21:39:00.032Z[ recovery-image] Jul 14 21:38:59.147 INFO O| Jul 14 21:38:59.147 INFO STEP 32 (ensure_dir) COMPLETE
89352026-07-14T21:39:00.032Z[ recovery-image] Jul 14 21:38:59.147 INFO O| Jul 14 21:38:59.147 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89362026-07-14T21:39:00.035Z[ recovery-image] Jul 14 21:38:59.153 INFO O| Jul 14 21:38:59.153 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89372026-07-14T21:39:00.039Z[ recovery-image] Jul 14 21:38:59.153 INFO O| Jul 14 21:38:59.153 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 ...
89382026-07-14T21:39:00.039Z[ recovery-image] Jul 14 21:38:59.153 INFO O| Jul 14 21:38:59.153 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
89392026-07-14T21:39:00.039Z[ recovery-image] Jul 14 21:38:59.153 INFO O| Jul 14 21:38:59.153 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89402026-07-14T21:39:00.039Z[ recovery-image] Jul 14 21:38:59.153 INFO O| Jul 14 21:38:59.153 INFO ok!
89412026-07-14T21:39:00.039Z[ recovery-image] Jul 14 21:38:59.153 INFO O| Jul 14 21:38:59.153 INFO STEP 33 (ensure_file) COMPLETE
89422026-07-14T21:39:00.039Z[ recovery-image] Jul 14 21:38:59.153 INFO O| Jul 14 21:38:59.153 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89432026-07-14T21:39:00.042Z[ recovery-image] Jul 14 21:38:59.160 INFO O| Jul 14 21:38:59.159 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89442026-07-14T21:39:00.042Z[ recovery-image] Jul 14 21:38:59.160 INFO O| Jul 14 21:38:59.160 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89452026-07-14T21:39:00.042Z[ recovery-image] Jul 14 21:38:59.160 INFO O| Jul 14 21:38:59.160 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89462026-07-14T21:39:00.042Z[ recovery-image] Jul 14 21:38:59.160 INFO O| Jul 14 21:38:59.160 INFO ok!
89472026-07-14T21:39:00.042Z[ recovery-image] Jul 14 21:38:59.160 INFO O| Jul 14 21:38:59.160 INFO STEP 34 (ensure_file) COMPLETE
89482026-07-14T21:39:00.042Z[ recovery-image] Jul 14 21:38:59.160 INFO O| Jul 14 21:38:59.160 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89492026-07-14T21:39:00.048Z[ recovery-image] Jul 14 21:38:59.166 INFO O| Jul 14 21:38:59.166 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89502026-07-14T21:39:00.048Z[ recovery-image] Jul 14 21:38:59.166 INFO O| Jul 14 21:38:59.166 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89512026-07-14T21:39:00.051Z[ recovery-image] Jul 14 21:38:59.166 INFO O| Jul 14 21:38:59.166 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89522026-07-14T21:39:00.051Z[ recovery-image] Jul 14 21:38:59.166 INFO O| Jul 14 21:38:59.166 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89532026-07-14T21:39:00.051Z[ recovery-image] Jul 14 21:38:59.166 INFO O| Jul 14 21:38:59.166 INFO ok!
89542026-07-14T21:39:00.051Z[ recovery-image] Jul 14 21:38:59.166 INFO O| Jul 14 21:38:59.166 INFO STEP 35 (ensure_file) COMPLETE
89552026-07-14T21:39:00.051Z[ recovery-image] Jul 14 21:38:59.166 INFO O| Jul 14 21:38:59.166 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89562026-07-14T21:39:00.054Z[ recovery-image] Jul 14 21:38:59.172 INFO O| Jul 14 21:38:59.172 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89572026-07-14T21:39:00.054Z[ recovery-image] Jul 14 21:38:59.172 INFO O| Jul 14 21:38:59.172 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89582026-07-14T21:39:00.057Z[ recovery-image] Jul 14 21:38:59.172 INFO O| Jul 14 21:38:59.172 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89592026-07-14T21:39:00.057Z[ recovery-image] Jul 14 21:38:59.172 INFO O| Jul 14 21:38:59.172 INFO ok!
89602026-07-14T21:39:00.057Z[ recovery-image] Jul 14 21:38:59.172 INFO O| Jul 14 21:38:59.172 INFO STEP 36 (ensure_file) COMPLETE
89612026-07-14T21:39:00.057Z[ recovery-image] Jul 14 21:38:59.172 INFO O| Jul 14 21:38:59.172 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89622026-07-14T21:39:00.060Z[ recovery-image] Jul 14 21:38:59.178 INFO O| Jul 14 21:38:59.178 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89632026-07-14T21:39:00.060Z[ recovery-image] Jul 14 21:38:59.178 INFO O| Jul 14 21:38:59.178 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89642026-07-14T21:39:00.060Z[ recovery-image] Jul 14 21:38:59.178 INFO O| Jul 14 21:38:59.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89652026-07-14T21:39:00.061Z[ recovery-image] Jul 14 21:38:59.178 INFO O| Jul 14 21:38:59.178 INFO ok!
89662026-07-14T21:39:00.064Z[ recovery-image] Jul 14 21:38:59.178 INFO O| Jul 14 21:38:59.178 INFO STEP 37 (ensure_file) COMPLETE
89672026-07-14T21:39:00.064Z[ recovery-image] Jul 14 21:38:59.178 INFO O| Jul 14 21:38:59.178 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89682026-07-14T21:39:00.066Z[ recovery-image] Jul 14 21:38:59.185 INFO O| Jul 14 21:38:59.185 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89692026-07-14T21:39:00.066Z[ recovery-image] Jul 14 21:38:59.185 INFO O| Jul 14 21:38:59.185 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89702026-07-14T21:39:00.069Z[ recovery-image] Jul 14 21:38:59.185 INFO O| Jul 14 21:38:59.185 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89712026-07-14T21:39:00.069Z[ recovery-image] Jul 14 21:38:59.185 INFO O| Jul 14 21:38:59.185 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89722026-07-14T21:39:00.069Z[ recovery-image] Jul 14 21:38:59.185 INFO O| Jul 14 21:38:59.185 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89732026-07-14T21:39:00.069Z[ recovery-image] Jul 14 21:38:59.185 INFO O| Jul 14 21:38:59.185 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89742026-07-14T21:39:00.069Z[ recovery-image] Jul 14 21:38:59.185 INFO O| Jul 14 21:38:59.185 INFO ok!
89752026-07-14T21:39:00.069Z[ recovery-image] Jul 14 21:38:59.185 INFO O| Jul 14 21:38:59.185 INFO STEP 38 (ensure_file) COMPLETE
89762026-07-14T21:39:00.069Z[ recovery-image] Jul 14 21:38:59.185 INFO O| Jul 14 21:38:59.185 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89772026-07-14T21:39:00.072Z[ recovery-image] Jul 14 21:38:59.190 INFO O| Jul 14 21:38:59.190 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89782026-07-14T21:39:00.072Z[ recovery-image] Jul 14 21:38:59.190 INFO O| Jul 14 21:38:59.190 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89792026-07-14T21:39:00.072Z[ recovery-image] Jul 14 21:38:59.190 INFO O| Jul 14 21:38:59.190 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89802026-07-14T21:39:00.072Z[ recovery-image] Jul 14 21:38:59.190 INFO O| Jul 14 21:38:59.190 INFO STEP 39 (ensure_dir) COMPLETE
89812026-07-14T21:39:00.072Z[ recovery-image] Jul 14 21:38:59.190 INFO O| Jul 14 21:38:59.190 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89822026-07-14T21:39:00.077Z[ recovery-image] Jul 14 21:38:59.196 INFO O| Jul 14 21:38:59.196 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
89832026-07-14T21:39:00.077Z[ recovery-image] Jul 14 21:38:59.196 INFO O| Jul 14 21:38:59.196 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 ...
89842026-07-14T21:39:00.078Z[ recovery-image] Jul 14 21:38:59.196 INFO O| Jul 14 21:38:59.196 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
89852026-07-14T21:39:00.081Z[ recovery-image] Jul 14 21:38:59.196 INFO O| Jul 14 21:38:59.196 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
89862026-07-14T21:39:00.081Z[ recovery-image] Jul 14 21:38:59.196 INFO O| Jul 14 21:38:59.196 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
89872026-07-14T21:39:00.081Z[ recovery-image] Jul 14 21:38:59.196 INFO O| Jul 14 21:38:59.196 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
89882026-07-14T21:39:00.081Z[ recovery-image] Jul 14 21:38:59.196 INFO O| Jul 14 21:38:59.196 INFO ok!
89892026-07-14T21:39:00.081Z[ recovery-image] Jul 14 21:38:59.196 INFO O| Jul 14 21:38:59.196 INFO STEP 40 (ensure_file) COMPLETE
89902026-07-14T21:39:00.081Z[ recovery-image] Jul 14 21:38:59.196 INFO O| Jul 14 21:38:59.196 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89912026-07-14T21:39:00.084Z[ recovery-image] Jul 14 21:38:59.201 INFO O| Jul 14 21:38:59.201 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89922026-07-14T21:39:00.084Z[ recovery-image] Jul 14 21:38:59.201 INFO O| Jul 14 21:38:59.201 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 ...
89932026-07-14T21:39:00.084Z[ recovery-image] Jul 14 21:38:59.201 INFO O| Jul 14 21:38:59.201 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89942026-07-14T21:39:00.084Z[ recovery-image] Jul 14 21:38:59.201 INFO O| Jul 14 21:38:59.201 INFO ok!
89952026-07-14T21:39:00.084Z[ recovery-image] Jul 14 21:38:59.201 INFO O| Jul 14 21:38:59.201 INFO STEP 41 (ensure_symlink) COMPLETE
89962026-07-14T21:39:00.084Z[ recovery-image] Jul 14 21:38:59.201 INFO O| Jul 14 21:38:59.201 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89972026-07-14T21:39:00.089Z[ recovery-image] Jul 14 21:38:59.207 INFO O| Jul 14 21:38:59.207 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89982026-07-14T21:39:00.089Z[ recovery-image] Jul 14 21:38:59.207 INFO O| Jul 14 21:38:59.207 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89992026-07-14T21:39:00.091Z[ recovery-image] Jul 14 21:38:59.207 INFO O| Jul 14 21:38:59.207 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
90002026-07-14T21:39:00.091Z[ recovery-image] Jul 14 21:38:59.207 INFO O| Jul 14 21:38:59.207 INFO ok!
90012026-07-14T21:39:00.091Z[ recovery-image] Jul 14 21:38:59.207 INFO O| Jul 14 21:38:59.207 INFO STEP 42 (ensure_symlink) COMPLETE
90022026-07-14T21:39:00.091Z[ recovery-image] Jul 14 21:38:59.207 INFO O| Jul 14 21:38:59.207 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90032026-07-14T21:39:00.095Z[ recovery-image] Jul 14 21:38:59.213 INFO O| Jul 14 21:38:59.213 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
90042026-07-14T21:39:00.095Z[ recovery-image] Jul 14 21:38:59.213 INFO O| Jul 14 21:38:59.213 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
90052026-07-14T21:39:00.097Z[ recovery-image] Jul 14 21:38:59.213 INFO O| Jul 14 21:38:59.213 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90062026-07-14T21:39:00.097Z[ recovery-image] Jul 14 21:38:59.213 INFO O| Jul 14 21:38:59.213 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90072026-07-14T21:39:00.097Z[ recovery-image] Jul 14 21:38:59.213 INFO O| Jul 14 21:38:59.213 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90082026-07-14T21:39:00.097Z[ recovery-image] Jul 14 21:38:59.213 INFO O| Jul 14 21:38:59.213 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90092026-07-14T21:39:00.097Z[ recovery-image] Jul 14 21:38:59.213 INFO O| Jul 14 21:38:59.213 INFO ok!
90102026-07-14T21:39:00.097Z[ recovery-image] Jul 14 21:38:59.213 INFO O| Jul 14 21:38:59.213 INFO STEP 43 (ensure_file) COMPLETE
90112026-07-14T21:39:00.098Z[ recovery-image] Jul 14 21:38:59.213 INFO O| Jul 14 21:38:59.213 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90122026-07-14T21:39:00.102Z[ recovery-image] Jul 14 21:38:59.220 INFO O| Jul 14 21:38:59.220 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
90132026-07-14T21:39:00.102Z[ recovery-image] Jul 14 21:38:59.220 INFO O| Jul 14 21:38:59.220 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 ...
90142026-07-14T21:39:00.106Z[ recovery-image] Jul 14 21:38:59.220 INFO O| Jul 14 21:38:59.220 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
90152026-07-14T21:39:00.106Z[ recovery-image] Jul 14 21:38:59.220 INFO O| Jul 14 21:38:59.220 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
90162026-07-14T21:39:00.106Z[ recovery-image] Jul 14 21:38:59.220 INFO O| Jul 14 21:38:59.220 INFO ok!
90172026-07-14T21:39:00.106Z[ recovery-image] Jul 14 21:38:59.220 INFO O| Jul 14 21:38:59.220 INFO STEP 44 (ensure_file) COMPLETE
90182026-07-14T21:39:00.106Z[ recovery-image] Jul 14 21:38:59.220 INFO O| Jul 14 21:38:59.220 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90192026-07-14T21:39:00.109Z[ recovery-image] Jul 14 21:38:59.227 INFO O| Jul 14 21:38:59.227 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90202026-07-14T21:39:00.109Z[ recovery-image] Jul 14 21:38:59.227 INFO O| Jul 14 21:38:59.227 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90212026-07-14T21:39:00.110Z[ recovery-image] Jul 14 21:38:59.227 INFO O| Jul 14 21:38:59.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90222026-07-14T21:39:00.110Z[ recovery-image] Jul 14 21:38:59.227 INFO O| Jul 14 21:38:59.227 INFO ok!
90232026-07-14T21:39:00.110Z[ recovery-image] Jul 14 21:38:59.227 INFO O| Jul 14 21:38:59.227 INFO STEP 45 (ensure_file) COMPLETE
90242026-07-14T21:39:00.110Z[ recovery-image] Jul 14 21:38:59.227 INFO O| Jul 14 21:38:59.227 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90252026-07-14T21:39:00.115Z[ recovery-image] Jul 14 21:38:59.233 INFO O| Jul 14 21:38:59.233 INFO updating shadow file
90262026-07-14T21:39:00.118Z[ recovery-image] Jul 14 21:38:59.233 INFO O| Jul 14 21:38:59.233 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90272026-07-14T21:39:00.118Z[ recovery-image] Jul 14 21:38:59.233 INFO O| Jul 14 21:38:59.233 INFO STEP 46 (shadow) COMPLETE
90282026-07-14T21:39:00.118Z[ recovery-image] Jul 14 21:38:59.233 INFO O| Jul 14 21:38:59.233 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90292026-07-14T21:39:00.121Z[ recovery-image] Jul 14 21:38:59.239 INFO O| Jul 14 21:38:59.239 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90302026-07-14T21:39:00.121Z[ recovery-image] Jul 14 21:38:59.239 INFO O| Jul 14 21:38:59.239 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90312026-07-14T21:39:00.121Z[ recovery-image] Jul 14 21:38:59.239 INFO O| Jul 14 21:38:59.239 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90322026-07-14T21:39:00.124Z[ recovery-image] Jul 14 21:38:59.239 INFO O| Jul 14 21:38:59.239 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90332026-07-14T21:39:00.124Z[ recovery-image] Jul 14 21:38:59.239 INFO O| Jul 14 21:38:59.239 INFO ok!
90342026-07-14T21:39:00.124Z[ recovery-image] Jul 14 21:38:59.239 INFO O| Jul 14 21:38:59.239 INFO STEP 47 (ensure_file) COMPLETE
90352026-07-14T21:39:00.124Z[ recovery-image] Jul 14 21:38:59.239 INFO O| Jul 14 21:38:59.239 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90362026-07-14T21:39:00.127Z[ recovery-image] Jul 14 21:38:59.245 INFO O| Jul 14 21:38:59.245 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90372026-07-14T21:39:00.127Z[ recovery-image] Jul 14 21:38:59.245 INFO O| Jul 14 21:38:59.245 INFO STEP 48 (ensure_dir) COMPLETE
90382026-07-14T21:39:00.130Z[ recovery-image] Jul 14 21:38:59.245 INFO O| Jul 14 21:38:59.245 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90392026-07-14T21:39:00.133Z[ recovery-image] Jul 14 21:38:59.252 INFO O| Jul 14 21:38:59.252 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90402026-07-14T21:39:00.133Z[ recovery-image] Jul 14 21:38:59.252 INFO O| Jul 14 21:38:59.252 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90412026-07-14T21:39:00.136Z[ recovery-image] Jul 14 21:38:59.252 INFO O| Jul 14 21:38:59.252 INFO STEP 49 (ensure_dir) COMPLETE
90422026-07-14T21:39:00.136Z[ recovery-image] Jul 14 21:38:59.252 INFO O| Jul 14 21:38:59.252 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90432026-07-14T21:39:00.140Z[ recovery-image] Jul 14 21:38:59.258 INFO O| Jul 14 21:38:59.258 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90442026-07-14T21:39:00.140Z[ recovery-image] Jul 14 21:38:59.258 INFO O| Jul 14 21:38:59.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90452026-07-14T21:39:00.143Z[ recovery-image] Jul 14 21:38:59.258 INFO O| Jul 14 21:38:59.258 INFO STEP 50 (ensure_dir) COMPLETE
90462026-07-14T21:39:00.143Z[ recovery-image] Jul 14 21:38:59.258 INFO O| Jul 14 21:38:59.258 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90472026-07-14T21:39:00.147Z[ recovery-image] Jul 14 21:38:59.266 INFO O| Jul 14 21:38:59.266 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90482026-07-14T21:39:00.147Z[ recovery-image] Jul 14 21:38:59.266 INFO O| Jul 14 21:38:59.266 INFO copying /tmp/.tmpirioCU/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90492026-07-14T21:39:00.178Z[ recovery-image] Jul 14 21:38:59.296 INFO O| Jul 14 21:38:59.296 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90502026-07-14T21:39:00.178Z[ recovery-image] Jul 14 21:38:59.296 INFO O| Jul 14 21:38:59.296 INFO ok!
90512026-07-14T21:39:00.181Z[ recovery-image] Jul 14 21:38:59.296 INFO O| Jul 14 21:38:59.296 INFO STEP 51 (ensure_file) COMPLETE
90522026-07-14T21:39:00.181Z[ recovery-image] Jul 14 21:38:59.296 INFO O| Jul 14 21:38:59.296 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90532026-07-14T21:39:00.184Z[ recovery-image] Jul 14 21:38:59.302 INFO O| Jul 14 21:38:59.302 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90542026-07-14T21:39:00.184Z[ recovery-image] Jul 14 21:38:59.302 INFO O| Jul 14 21:38:59.302 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90552026-07-14T21:39:00.184Z[ recovery-image] Jul 14 21:38:59.302 INFO O| Jul 14 21:38:59.302 INFO STEP 52 (ensure_dir) COMPLETE
90562026-07-14T21:39:00.184Z[ recovery-image] Jul 14 21:38:59.302 INFO O| Jul 14 21:38:59.302 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90572026-07-14T21:39:00.191Z[ recovery-image] Jul 14 21:38:59.309 INFO O| Jul 14 21:38:59.309 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90582026-07-14T21:39:00.191Z[ recovery-image] Jul 14 21:38:59.309 INFO O| Jul 14 21:38:59.309 INFO copying /tmp/.tmpirioCU/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90592026-07-14T21:39:00.194Z[ recovery-image] Jul 14 21:38:59.309 INFO O| Jul 14 21:38:59.309 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90602026-07-14T21:39:00.194Z[ recovery-image] Jul 14 21:38:59.309 INFO O| Jul 14 21:38:59.309 INFO ok!
90612026-07-14T21:39:00.194Z[ recovery-image] Jul 14 21:38:59.309 INFO O| Jul 14 21:38:59.309 INFO STEP 53 (ensure_file) COMPLETE
90622026-07-14T21:39:00.194Z[ recovery-image] Jul 14 21:38:59.309 INFO O| Jul 14 21:38:59.309 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90632026-07-14T21:39:00.197Z[ recovery-image] Jul 14 21:38:59.316 INFO O| Jul 14 21:38:59.316 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90642026-07-14T21:39:00.197Z[ recovery-image] Jul 14 21:38:59.316 INFO O| Jul 14 21:38:59.316 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90652026-07-14T21:39:00.197Z[ recovery-image] Jul 14 21:38:59.316 INFO O| Jul 14 21:38:59.316 INFO STEP 54 (ensure_dir) COMPLETE
90662026-07-14T21:39:00.201Z[ recovery-image] Jul 14 21:38:59.316 INFO O| Jul 14 21:38:59.316 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90672026-07-14T21:39:00.204Z[ recovery-image] Jul 14 21:38:59.321 INFO O| Jul 14 21:38:59.321 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90682026-07-14T21:39:00.204Z[ recovery-image] Jul 14 21:38:59.322 INFO O| Jul 14 21:38:59.321 INFO copying /tmp/.tmpirioCU/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90692026-07-14T21:39:00.762Z[ recovery-image] Jul 14 21:38:59.880 INFO O| Jul 14 21:38:59.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90702026-07-14T21:39:00.763Z[ recovery-image] Jul 14 21:38:59.880 INFO O| Jul 14 21:38:59.880 INFO ok!
90712026-07-14T21:39:00.763Z[ recovery-image] Jul 14 21:38:59.880 INFO O| Jul 14 21:38:59.880 INFO STEP 55 (ensure_file) COMPLETE
90722026-07-14T21:39:00.763Z[ recovery-image] Jul 14 21:38:59.880 INFO O| Jul 14 21:38:59.880 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90732026-07-14T21:39:00.771Z[ recovery-image] Jul 14 21:38:59.889 INFO O| Jul 14 21:38:59.889 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90742026-07-14T21:39:00.771Z[ recovery-image] Jul 14 21:38:59.889 INFO O| Jul 14 21:38:59.889 INFO copying /tmp/.tmpirioCU/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90752026-07-14T21:39:01.261Z[ recovery-image] Jul 14 21:39:00.378 INFO O| Jul 14 21:39:00.378 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90762026-07-14T21:39:01.261Z[ recovery-image] Jul 14 21:39:00.378 INFO O| Jul 14 21:39:00.378 INFO ok!
90772026-07-14T21:39:01.261Z[ recovery-image] Jul 14 21:39:00.378 INFO O| Jul 14 21:39:00.378 INFO STEP 56 (ensure_file) COMPLETE
90782026-07-14T21:39:01.261Z[ recovery-image] Jul 14 21:39:00.378 INFO O| Jul 14 21:39:00.378 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90792026-07-14T21:39:01.268Z[ recovery-image] Jul 14 21:39:00.386 INFO O| Jul 14 21:39:00.386 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90802026-07-14T21:39:01.271Z[ recovery-image] Jul 14 21:39:00.386 INFO O| Jul 14 21:39:00.386 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90812026-07-14T21:39:01.271Z[ recovery-image] Jul 14 21:39:00.386 INFO O| Jul 14 21:39:00.386 INFO STEP 57 (ensure_dir) COMPLETE
90822026-07-14T21:39:01.271Z[ recovery-image] Jul 14 21:39:00.386 INFO O| Jul 14 21:39:00.386 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90832026-07-14T21:39:01.275Z[ recovery-image] Jul 14 21:39:00.393 INFO O| Jul 14 21:39:00.393 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90842026-07-14T21:39:01.275Z[ recovery-image] Jul 14 21:39:00.394 INFO O| Jul 14 21:39:00.393 INFO copying /tmp/.tmpirioCU/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 ...
90852026-07-14T21:39:01.275Z[ recovery-image] Jul 14 21:39:00.394 INFO O| Jul 14 21:39:00.394 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
90862026-07-14T21:39:01.278Z[ recovery-image] Jul 14 21:39:00.394 INFO O| Jul 14 21:39:00.394 INFO ok!
90872026-07-14T21:39:01.278Z[ recovery-image] Jul 14 21:39:00.394 INFO O| Jul 14 21:39:00.394 INFO STEP 58 (ensure_file) COMPLETE
90882026-07-14T21:39:01.278Z[ recovery-image] Jul 14 21:39:00.394 INFO O| Jul 14 21:39:00.394 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90892026-07-14T21:39:01.282Z[ recovery-image] Jul 14 21:39:00.400 INFO O| Jul 14 21:39:00.400 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90902026-07-14T21:39:01.282Z[ recovery-image] Jul 14 21:39:00.400 INFO O| Jul 14 21:39:00.400 INFO copying /tmp/.tmpirioCU/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 ...
90912026-07-14T21:39:01.285Z[ recovery-image] Jul 14 21:39:00.400 INFO O| Jul 14 21:39:00.400 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
90922026-07-14T21:39:01.285Z[ recovery-image] Jul 14 21:39:00.400 INFO O| Jul 14 21:39:00.400 INFO ok!
90932026-07-14T21:39:01.285Z[ recovery-image] Jul 14 21:39:00.400 INFO O| Jul 14 21:39:00.400 INFO STEP 59 (ensure_file) COMPLETE
90942026-07-14T21:39:01.285Z[ recovery-image] Jul 14 21:39:00.400 INFO O| Jul 14 21:39:00.400 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90952026-07-14T21:39:01.289Z[ recovery-image] Jul 14 21:39:00.407 INFO O| Jul 14 21:39:00.407 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90962026-07-14T21:39:01.292Z[ recovery-image] Jul 14 21:39:00.407 INFO O| Jul 14 21:39:00.407 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90972026-07-14T21:39:01.292Z[ recovery-image] Jul 14 21:39:00.407 INFO O| Jul 14 21:39:00.407 INFO STEP 60 (ensure_dir) COMPLETE
90982026-07-14T21:39:01.292Z[ recovery-image] Jul 14 21:39:00.407 INFO O| Jul 14 21:39:00.407 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90992026-07-14T21:39:01.295Z[ recovery-image] Jul 14 21:39:00.414 INFO O| Jul 14 21:39:00.413 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91002026-07-14T21:39:01.295Z[ recovery-image] Jul 14 21:39:00.414 INFO O| Jul 14 21:39:00.413 INFO copying /tmp/.tmpirioCU/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 ...
91012026-07-14T21:39:01.298Z[ recovery-image] Jul 14 21:39:00.414 INFO O| Jul 14 21:39:00.414 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91022026-07-14T21:39:01.298Z[ recovery-image] Jul 14 21:39:00.414 INFO O| Jul 14 21:39:00.414 INFO ok!
91032026-07-14T21:39:01.298Z[ recovery-image] Jul 14 21:39:00.414 INFO O| Jul 14 21:39:00.414 INFO STEP 61 (ensure_file) COMPLETE
91042026-07-14T21:39:01.298Z[ recovery-image] Jul 14 21:39:00.414 INFO O| Jul 14 21:39:00.414 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91052026-07-14T21:39:01.302Z[ recovery-image] Jul 14 21:39:00.420 INFO O| Jul 14 21:39:00.420 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91062026-07-14T21:39:01.302Z[ recovery-image] Jul 14 21:39:00.420 INFO O| Jul 14 21:39:00.420 INFO copying /tmp/.tmpirioCU/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 ...
91072026-07-14T21:39:01.302Z[ recovery-image] Jul 14 21:39:00.420 INFO O| Jul 14 21:39:00.420 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
91082026-07-14T21:39:01.305Z[ recovery-image] Jul 14 21:39:00.420 INFO O| Jul 14 21:39:00.420 INFO ok!
91092026-07-14T21:39:01.305Z[ recovery-image] Jul 14 21:39:00.420 INFO O| Jul 14 21:39:00.420 INFO STEP 62 (ensure_file) COMPLETE
91102026-07-14T21:39:01.305Z[ recovery-image] Jul 14 21:39:00.420 INFO O| Jul 14 21:39:00.420 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91112026-07-14T21:39:01.308Z[ recovery-image] Jul 14 21:39:00.426 INFO O| Jul 14 21:39:00.426 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91122026-07-14T21:39:01.308Z[ recovery-image] Jul 14 21:39:00.427 INFO O| Jul 14 21:39:00.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91132026-07-14T21:39:01.311Z[ recovery-image] Jul 14 21:39:00.427 INFO O| Jul 14 21:39:00.427 INFO STEP 63 (ensure_dir) COMPLETE
91142026-07-14T21:39:01.311Z[ recovery-image] Jul 14 21:39:00.427 INFO O| Jul 14 21:39:00.427 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91152026-07-14T21:39:01.314Z[ recovery-image] Jul 14 21:39:00.432 INFO O| Jul 14 21:39:00.432 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91162026-07-14T21:39:01.314Z[ recovery-image] Jul 14 21:39:00.432 INFO O| Jul 14 21:39:00.432 INFO copying /tmp/.tmpirioCU/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 ...
91172026-07-14T21:39:01.314Z[ recovery-image] Jul 14 21:39:00.432 INFO O| Jul 14 21:39:00.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91182026-07-14T21:39:01.314Z[ recovery-image] Jul 14 21:39:00.432 INFO O| Jul 14 21:39:00.432 INFO ok!
91192026-07-14T21:39:01.314Z[ recovery-image] Jul 14 21:39:00.432 INFO O| Jul 14 21:39:00.432 INFO STEP 64 (ensure_file) COMPLETE
91202026-07-14T21:39:01.314Z[ recovery-image] Jul 14 21:39:00.432 INFO O| Jul 14 21:39:00.432 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91212026-07-14T21:39:01.320Z[ recovery-image] Jul 14 21:39:00.438 INFO O| Jul 14 21:39:00.438 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91222026-07-14T21:39:01.320Z[ recovery-image] Jul 14 21:39:00.438 INFO O| Jul 14 21:39:00.438 INFO copying /tmp/.tmpirioCU/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91232026-07-14T21:39:01.320Z[ recovery-image] Jul 14 21:39:00.438 INFO O| Jul 14 21:39:00.438 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91242026-07-14T21:39:01.323Z[ recovery-image] Jul 14 21:39:00.438 INFO O| Jul 14 21:39:00.438 INFO ok!
91252026-07-14T21:39:01.323Z[ recovery-image] Jul 14 21:39:00.438 INFO O| Jul 14 21:39:00.438 INFO STEP 65 (ensure_file) COMPLETE
91262026-07-14T21:39:01.323Z[ recovery-image] Jul 14 21:39:00.438 INFO O| Jul 14 21:39:00.438 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91272026-07-14T21:39:01.326Z[ recovery-image] Jul 14 21:39:00.444 INFO O| Jul 14 21:39:00.444 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91282026-07-14T21:39:01.326Z[ recovery-image] Jul 14 21:39:00.444 INFO O| Jul 14 21:39:00.444 INFO STEP 66 (ensure_dir) COMPLETE
91292026-07-14T21:39:01.326Z[ recovery-image] Jul 14 21:39:00.444 INFO O| Jul 14 21:39:00.444 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91302026-07-14T21:39:01.332Z[ recovery-image] Jul 14 21:39:00.450 INFO O| Jul 14 21:39:00.450 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91312026-07-14T21:39:01.332Z[ recovery-image] Jul 14 21:39:00.450 INFO O| Jul 14 21:39:00.450 INFO STEP 67 (ensure_dir) COMPLETE
91322026-07-14T21:39:01.332Z[ recovery-image] Jul 14 21:39:00.450 INFO O| Jul 14 21:39:00.450 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91332026-07-14T21:39:01.337Z[ recovery-image] Jul 14 21:39:00.455 INFO O| Jul 14 21:39:00.455 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91342026-07-14T21:39:01.337Z[ recovery-image] Jul 14 21:39:00.455 INFO O| Jul 14 21:39:00.455 INFO STEP 68 (ensure_dir) COMPLETE
91352026-07-14T21:39:01.340Z[ recovery-image] Jul 14 21:39:00.455 INFO O| Jul 14 21:39:00.455 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91362026-07-14T21:39:01.343Z[ recovery-image] Jul 14 21:39:00.461 INFO O| Jul 14 21:39:00.461 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91372026-07-14T21:39:01.343Z[ recovery-image] Jul 14 21:39:00.461 INFO O| Jul 14 21:39:00.461 INFO STEP 69 (ensure_dir) COMPLETE
91382026-07-14T21:39:01.343Z[ recovery-image] Jul 14 21:39:00.461 INFO O| Jul 14 21:39:00.461 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91392026-07-14T21:39:01.348Z[ recovery-image] Jul 14 21:39:00.467 INFO O| Jul 14 21:39:00.467 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91402026-07-14T21:39:01.348Z[ recovery-image] Jul 14 21:39:00.467 INFO O| Jul 14 21:39:00.467 INFO copying /tmp/.tmpirioCU/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91412026-07-14T21:39:01.348Z[ recovery-image] Jul 14 21:39:00.467 INFO O| Jul 14 21:39:00.467 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91422026-07-14T21:39:01.348Z[ recovery-image] Jul 14 21:39:00.467 INFO O| Jul 14 21:39:00.467 INFO ok!
91432026-07-14T21:39:01.348Z[ recovery-image] Jul 14 21:39:00.467 INFO O| Jul 14 21:39:00.467 INFO STEP 70 (ensure_file) COMPLETE
91442026-07-14T21:39:01.351Z[ recovery-image] Jul 14 21:39:00.467 INFO O| Jul 14 21:39:00.467 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91452026-07-14T21:39:01.356Z[ recovery-image] Jul 14 21:39:00.474 INFO O| Jul 14 21:39:00.474 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91462026-07-14T21:39:01.359Z[ recovery-image] Jul 14 21:39:00.474 INFO O| Jul 14 21:39:00.474 INFO STEP 71 (remove_files) COMPLETE
91472026-07-14T21:39:01.359Z[ recovery-image] Jul 14 21:39:00.474 INFO O| Jul 14 21:39:00.474 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91482026-07-14T21:39:01.362Z[ recovery-image] Jul 14 21:39:00.480 INFO O| Jul 14 21:39:00.480 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91492026-07-14T21:39:01.365Z[ recovery-image] Jul 14 21:39:00.480 INFO O| Jul 14 21:39:00.480 INFO STEP 72 (remove_files) COMPLETE
91502026-07-14T21:39:01.365Z[ recovery-image] Jul 14 21:39:00.480 INFO O| Jul 14 21:39:00.480 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91512026-07-14T21:39:01.368Z[ recovery-image] Jul 14 21:39:00.486 INFO O| Jul 14 21:39:00.486 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91522026-07-14T21:39:01.371Z[ recovery-image] Jul 14 21:39:00.486 INFO O| Jul 14 21:39:00.486 INFO STEP 73 (remove_files) COMPLETE
91532026-07-14T21:39:01.371Z[ recovery-image] Jul 14 21:39:00.486 INFO O| Jul 14 21:39:00.486 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91542026-07-14T21:39:01.374Z[ recovery-image] Jul 14 21:39:00.492 INFO O| Jul 14 21:39:00.492 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91552026-07-14T21:39:01.374Z[ recovery-image] Jul 14 21:39:00.492 INFO O| Jul 14 21:39:00.492 INFO STEP 74 (remove_files) COMPLETE
91562026-07-14T21:39:01.374Z[ recovery-image] Jul 14 21:39:00.492 INFO O| Jul 14 21:39:00.492 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91572026-07-14T21:39:01.381Z[ recovery-image] Jul 14 21:39:00.499 INFO O| Jul 14 21:39:00.499 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91582026-07-14T21:39:01.384Z[ recovery-image] Jul 14 21:39:00.499 INFO O| Jul 14 21:39:00.499 INFO STEP 75 (remove_files) COMPLETE
91592026-07-14T21:39:01.384Z[ recovery-image] Jul 14 21:39:00.499 INFO O| Jul 14 21:39:00.499 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91602026-07-14T21:39:01.387Z[ recovery-image] Jul 14 21:39:00.505 INFO O| Jul 14 21:39:00.505 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91612026-07-14T21:39:01.387Z[ recovery-image] Jul 14 21:39:00.506 INFO O| Jul 14 21:39:00.506 INFO STEP 76 (remove_files) COMPLETE
91622026-07-14T21:39:01.390Z[ recovery-image] Jul 14 21:39:00.506 INFO O| Jul 14 21:39:00.506 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91632026-07-14T21:39:01.393Z[ recovery-image] Jul 14 21:39:00.511 INFO O| Jul 14 21:39:00.511 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91642026-07-14T21:39:01.393Z[ recovery-image] Jul 14 21:39:00.511 INFO O| Jul 14 21:39:00.511 INFO STEP 77 (remove_files) COMPLETE
91652026-07-14T21:39:01.396Z[ recovery-image] Jul 14 21:39:00.511 INFO O| Jul 14 21:39:00.511 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91662026-07-14T21:39:01.400Z[ recovery-image] Jul 14 21:39:00.518 INFO O| Jul 14 21:39:00.518 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91672026-07-14T21:39:01.400Z[ recovery-image] Jul 14 21:39:00.518 INFO O| Jul 14 21:39:00.518 INFO STEP 78 (remove_files) COMPLETE
91682026-07-14T21:39:01.400Z[ recovery-image] Jul 14 21:39:00.518 INFO O| Jul 14 21:39:00.518 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91692026-07-14T21:39:01.407Z[ recovery-image] Jul 14 21:39:00.525 INFO O| Jul 14 21:39:00.525 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91702026-07-14T21:39:01.407Z[ recovery-image] Jul 14 21:39:00.525 INFO O| Jul 14 21:39:00.525 INFO STEP 79 (remove_files) COMPLETE
91712026-07-14T21:39:01.409Z[ recovery-image] Jul 14 21:39:00.525 INFO O| Jul 14 21:39:00.525 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91722026-07-14T21:39:01.413Z[ recovery-image] Jul 14 21:39:00.531 INFO O| Jul 14 21:39:00.531 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91732026-07-14T21:39:01.413Z[ recovery-image] Jul 14 21:39:00.532 INFO O| Jul 14 21:39:00.532 INFO STEP 80 (remove_files) COMPLETE
91742026-07-14T21:39:01.413Z[ recovery-image] Jul 14 21:39:00.532 INFO O| Jul 14 21:39:00.532 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91752026-07-14T21:39:01.420Z[ recovery-image] Jul 14 21:39:00.538 INFO O| Jul 14 21:39:00.538 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91762026-07-14T21:39:01.420Z[ recovery-image] Jul 14 21:39:00.538 INFO O| Jul 14 21:39:00.538 INFO STEP 81 (remove_files) COMPLETE
91772026-07-14T21:39:01.420Z[ recovery-image] Jul 14 21:39:00.538 INFO O| Jul 14 21:39:00.538 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91782026-07-14T21:39:01.426Z[ recovery-image] Jul 14 21:39:00.544 INFO O| Jul 14 21:39:00.544 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91792026-07-14T21:39:01.426Z[ recovery-image] Jul 14 21:39:00.544 INFO O| Jul 14 21:39:00.544 INFO STEP 82 (remove_files) COMPLETE
91802026-07-14T21:39:01.429Z[ recovery-image] Jul 14 21:39:00.544 INFO O| Jul 14 21:39:00.544 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91812026-07-14T21:39:01.433Z[ recovery-image] Jul 14 21:39:00.551 INFO O| Jul 14 21:39:00.551 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91822026-07-14T21:39:01.433Z[ recovery-image] Jul 14 21:39:00.551 INFO O| Jul 14 21:39:00.551 INFO STEP 83 (remove_files) COMPLETE
91832026-07-14T21:39:01.433Z[ recovery-image] Jul 14 21:39:00.551 INFO O| Jul 14 21:39:00.551 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91842026-07-14T21:39:01.440Z[ recovery-image] Jul 14 21:39:00.558 INFO O| Jul 14 21:39:00.558 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91852026-07-14T21:39:01.440Z[ recovery-image] Jul 14 21:39:00.558 INFO O| Jul 14 21:39:00.558 INFO STEP 84 (remove_files) COMPLETE
91862026-07-14T21:39:01.440Z[ recovery-image] Jul 14 21:39:00.558 INFO O| Jul 14 21:39:00.558 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91872026-07-14T21:39:01.446Z[ recovery-image] Jul 14 21:39:00.564 INFO O| Jul 14 21:39:00.564 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91882026-07-14T21:39:01.446Z[ recovery-image] Jul 14 21:39:00.564 INFO O| Jul 14 21:39:00.564 INFO STEP 85 (remove_files) COMPLETE
91892026-07-14T21:39:01.450Z[ recovery-image] Jul 14 21:39:00.564 INFO O| Jul 14 21:39:00.564 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91902026-07-14T21:39:01.453Z[ recovery-image] Jul 14 21:39:00.571 INFO O| Jul 14 21:39:00.571 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91912026-07-14T21:39:01.453Z[ recovery-image] Jul 14 21:39:00.571 INFO O| Jul 14 21:39:00.571 INFO STEP 86 (remove_files) COMPLETE
91922026-07-14T21:39:01.455Z[ recovery-image] Jul 14 21:39:00.571 INFO O| Jul 14 21:39:00.571 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91932026-07-14T21:39:01.460Z[ recovery-image] Jul 14 21:39:00.578 INFO O| Jul 14 21:39:00.578 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91942026-07-14T21:39:01.462Z[ recovery-image] Jul 14 21:39:00.578 INFO O| Jul 14 21:39:00.578 INFO STEP 87 (remove_files) COMPLETE
91952026-07-14T21:39:01.462Z[ recovery-image] Jul 14 21:39:00.578 INFO O| Jul 14 21:39:00.578 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91962026-07-14T21:39:01.466Z[ recovery-image] Jul 14 21:39:00.584 INFO O| Jul 14 21:39:00.584 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91972026-07-14T21:39:01.466Z[ recovery-image] Jul 14 21:39:00.584 INFO O| Jul 14 21:39:00.584 INFO STEP 88 (remove_files) COMPLETE
91982026-07-14T21:39:01.466Z[ recovery-image] Jul 14 21:39:00.584 INFO O| Jul 14 21:39:00.584 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91992026-07-14T21:39:01.472Z[ recovery-image] Jul 14 21:39:00.590 INFO O| Jul 14 21:39:00.590 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
92002026-07-14T21:39:01.472Z[ recovery-image] Jul 14 21:39:00.590 INFO O| Jul 14 21:39:00.590 INFO STEP 89 (remove_files) COMPLETE
92012026-07-14T21:39:01.475Z[ recovery-image] Jul 14 21:39:00.590 INFO O| Jul 14 21:39:00.590 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92022026-07-14T21:39:01.477Z[ recovery-image] Jul 14 21:39:00.595 INFO O| Jul 14 21:39:00.595 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
92032026-07-14T21:39:01.477Z[ recovery-image] Jul 14 21:39:00.595 INFO O| Jul 14 21:39:00.595 INFO STEP 90 (remove_files) COMPLETE
92042026-07-14T21:39:01.477Z[ recovery-image] Jul 14 21:39:00.595 INFO O| Jul 14 21:39:00.595 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92052026-07-14T21:39:01.482Z[ recovery-image] Jul 14 21:39:00.601 INFO O| Jul 14 21:39:00.600 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
92062026-07-14T21:39:01.482Z[ recovery-image] Jul 14 21:39:00.601 INFO O| Jul 14 21:39:00.601 INFO STEP 91 (remove_files) COMPLETE
92072026-07-14T21:39:01.485Z[ recovery-image] Jul 14 21:39:00.601 INFO O| Jul 14 21:39:00.601 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92082026-07-14T21:39:01.488Z[ recovery-image] Jul 14 21:39:00.607 INFO O| Jul 14 21:39:00.607 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
92092026-07-14T21:39:01.491Z[ recovery-image] Jul 14 21:39:00.607 INFO O| Jul 14 21:39:00.607 INFO STEP 92 (remove_files) COMPLETE
92102026-07-14T21:39:01.491Z[ recovery-image] Jul 14 21:39:00.607 INFO O| Jul 14 21:39:00.607 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92112026-07-14T21:39:01.495Z[ recovery-image] Jul 14 21:39:00.613 INFO O| Jul 14 21:39:00.613 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
92122026-07-14T21:39:01.495Z[ recovery-image] Jul 14 21:39:00.613 INFO O| Jul 14 21:39:00.613 INFO STEP 93 (remove_files) COMPLETE
92132026-07-14T21:39:01.499Z[ recovery-image] Jul 14 21:39:00.613 INFO O| Jul 14 21:39:00.613 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92142026-07-14T21:39:01.502Z[ recovery-image] Jul 14 21:39:00.618 INFO O| Jul 14 21:39:00.618 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92152026-07-14T21:39:01.502Z[ recovery-image] Jul 14 21:39:00.618 INFO O| Jul 14 21:39:00.618 INFO STEP 94 (remove_files) COMPLETE
92162026-07-14T21:39:01.502Z[ recovery-image] Jul 14 21:39:00.618 INFO O| Jul 14 21:39:00.618 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92172026-07-14T21:39:01.544Z[ recovery-image] Jul 14 21:39:00.624 INFO O| Jul 14 21:39:00.624 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92182026-07-14T21:39:01.544Z[ recovery-image] Jul 14 21:39:00.624 INFO O| Jul 14 21:39:00.624 INFO STEP 95 (remove_files) COMPLETE
92192026-07-14T21:39:01.544Z[ recovery-image] Jul 14 21:39:00.625 INFO O| Jul 14 21:39:00.624 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92202026-07-14T21:39:01.544Z[ recovery-image] Jul 14 21:39:00.631 INFO O| Jul 14 21:39:00.631 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92212026-07-14T21:39:01.544Z[ recovery-image] Jul 14 21:39:00.631 INFO O| Jul 14 21:39:00.631 INFO STEP 96 (remove_files) COMPLETE
92222026-07-14T21:39:01.544Z[ recovery-image] Jul 14 21:39:00.631 INFO O| Jul 14 21:39:00.631 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92232026-07-14T21:39:01.544Z[ recovery-image] Jul 14 21:39:00.637 INFO O| Jul 14 21:39:00.637 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92242026-07-14T21:39:01.544Z[ recovery-image] Jul 14 21:39:00.637 INFO O| Jul 14 21:39:00.637 INFO STEP 97 (remove_files) COMPLETE
92252026-07-14T21:39:01.544Z[ recovery-image] Jul 14 21:39:00.637 INFO O| Jul 14 21:39:00.637 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92262026-07-14T21:39:01.544Z[ recovery-image] Jul 14 21:39:00.642 INFO O| Jul 14 21:39:00.642 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92272026-07-14T21:39:01.544Z[ recovery-image] Jul 14 21:39:00.642 INFO O| Jul 14 21:39:00.642 INFO STEP 98 (remove_files) COMPLETE
92282026-07-14T21:39:01.544Z[ recovery-image] Jul 14 21:39:00.642 INFO O| Jul 14 21:39:00.642 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92292026-07-14T21:39:01.544Z[ recovery-image] Jul 14 21:39:00.648 INFO O| Jul 14 21:39:00.648 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92302026-07-14T21:39:01.544Z[ recovery-image] Jul 14 21:39:00.648 INFO O| Jul 14 21:39:00.648 INFO STEP 99 (remove_files) COMPLETE
92312026-07-14T21:39:01.544Z[ recovery-image] Jul 14 21:39:00.648 INFO O| Jul 14 21:39:00.648 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92322026-07-14T21:39:01.544Z[ recovery-image] Jul 14 21:39:00.655 INFO O| Jul 14 21:39:00.655 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92332026-07-14T21:39:01.544Z[ recovery-image] Jul 14 21:39:00.655 INFO O| Jul 14 21:39:00.655 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92342026-07-14T21:39:06.703Z[ recovery-image] Jul 14 21:39:05.820 INFO O| Jul 14 21:39:05.820 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
92352026-07-14T21:39:06.703Z[ recovery-image] Jul 14 21:39:05.821 INFO O| Jul 14 21:39:05.820 INFO E| svccfg: Loaded 68 smf(7) service descriptions
92362026-07-14T21:39:06.713Z[ recovery-image] Jul 14 21:39:05.831 INFO O| Jul 14 21:39:05.831 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_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"}
92372026-07-14T21:39:06.801Z[ recovery-image] Jul 14 21:39:05.919 INFO O| Jul 14 21:39:05.918 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92382026-07-14T21:39:06.853Z[ recovery-image] Jul 14 21:39:05.969 INFO O| Jul 14 21:39:05.969 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92392026-07-14T21:39:06.909Z[ recovery-image] Jul 14 21:39:06.026 INFO O| Jul 14 21:39:06.026 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92402026-07-14T21:39:06.909Z[ recovery-image] Jul 14 21:39:06.026 INFO O| Jul 14 21:39:06.026 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 ...
92412026-07-14T21:39:06.914Z[ recovery-image] Jul 14 21:39:06.027 INFO O| Jul 14 21:39:06.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92422026-07-14T21:39:06.914Z[ recovery-image] Jul 14 21:39:06.027 INFO O| Jul 14 21:39:06.027 INFO ok!
92432026-07-14T21:39:06.914Z[ recovery-image] Jul 14 21:39:06.027 INFO O| Jul 14 21:39:06.027 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92442026-07-14T21:39:06.914Z[ recovery-image] Jul 14 21:39:06.027 INFO O| Jul 14 21:39:06.027 INFO STEP 100 (seed_smf) COMPLETE
92452026-07-14T21:39:06.914Z[ recovery-image] Jul 14 21:39:06.027 INFO O| Jul 14 21:39:06.027 INFO steps complete; finalising image!
92462026-07-14T21:39:06.914Z[ recovery-image] Jul 14 21:39:06.027 INFO O| Jul 14 21:39:06.027 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92472026-07-14T21:39:06.938Z[ recovery-image] Jul 14 21:39:06.056 INFO O| Jul 14 21:39:06.056 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Tue Jul 14 21:39:06 2026)
92482026-07-14T21:39:07.143Z[ recovery-image] Jul 14 21:39:06.261 INFO O| Jul 14 21:39:06.261 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Jul 14 21:39:06 2026)
92492026-07-14T21:39:07.348Z[ recovery-image] Jul 14 21:39:06.466 INFO O| Jul 14 21:39:06.466 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Jul 14 21:39:06 2026)
92502026-07-14T21:39:07.563Z[ recovery-image] Jul 14 21:39:06.680 INFO O| Jul 14 21:39:06.680 INFO temporary pool has 498M used, 1.26G avail, 1.00x compressratio
92512026-07-14T21:39:07.563Z[ recovery-image] Jul 14 21:39:06.680 INFO O| Jul 14 21:39:06.680 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92522026-07-14T21:39:07.823Z[ recovery-image] Jul 14 21:39:06.940 INFO O| Jul 14 21:39:06.940 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
92532026-07-14T21:39:07.823Z[ recovery-image] Jul 14 21:39:06.940 INFO O| Jul 14 21:39:06.940 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92542026-07-14T21:39:09.821Z[ recovery-image] Jul 14 21:39:08.939 INFO O| Jul 14 21:39:08.939 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92552026-07-14T21:39:09.821Z[ recovery-image] Jul 14 21:39:08.939 INFO O| Jul 14 21:39:08.939 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92562026-07-14T21:39:09.821Z[ recovery-image] Jul 14 21:39:08.939 INFO O| Jul 14 21:39:08.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92572026-07-14T21:39:09.825Z[ recovery-image] Jul 14 21:39:08.939 INFO O| Jul 14 21:39:08.939 INFO completed processing sled/zfs-recovery
92582026-07-14T21:39:09.825Z[ recovery-image] Jul 14 21:39:08.939 INFO O| Jul 14 21:39:08.939 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92592026-07-14T21:39:11.091Z[ host-image] Jul 14 21:39:10.209 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24101:20260713T223259Z
92602026-07-14T21:39:11.092Z[ host-image] Jul 14 21:39:10.209 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24101:20260713T223259Z
92612026-07-14T21:39:11.095Z[ host-image] Jul 14 21:39:10.209 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92622026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.209 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92632026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.209 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92642026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.209 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92652026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.210 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92662026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.210 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92672026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.210 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0-3.0:20260714T212427Z
92682026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.210 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92692026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.210 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92702026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.210 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24101:20260713T223259Z
92712026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.211 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24101:20260713T223300Z
92722026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.211 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24101:20260713T223300Z
92732026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.211 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24101:20260713T223301Z
92742026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.211 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92752026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.211 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24101:20260713T223301Z
92762026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.211 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24101:20260713T223301Z
92772026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.211 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24101:20260713T223301Z
92782026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.211 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24101:20260713T223301Z
92792026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.212 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24101:20260713T223303Z
92802026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.212 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24101:20260713T223303Z
92812026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.212 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24101:20260713T223303Z
92822026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.212 INFO O| install = pkg://helios/driver/developer/amd/zen@0.5.11-3.0.24101:20260713T223304Z
92832026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.212 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24101:20260713T223304Z
92842026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.212 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24101:20260713T223305Z
92852026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.212 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24101:20260713T223305Z
92862026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.212 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24101:20260713T223306Z
92872026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.212 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24101:20260713T223306Z
92882026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.212 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24101:20260713T223307Z
92892026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.212 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24101:20260713T223308Z
92902026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.212 INFO O| install = pkg://helios/driver/network/opte@0.41.492-3.0:20260630T165610Z
92912026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.212 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24101:20260713T223309Z
92922026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.212 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24101:20260713T223311Z
92932026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.212 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24101:20260713T223311Z
92942026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.212 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24101:20260713T223312Z
92952026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.212 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24101:20260713T223313Z
92962026-07-14T21:39:11.096Z[ host-image] Jul 14 21:39:10.213 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24101:20260713T223313Z
92972026-07-14T21:39:11.100Z[ host-image] Jul 14 21:39:10.215 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92982026-07-14T21:39:11.100Z[ host-image] Jul 14 21:39:10.215 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24101:20260713T223313Z
92992026-07-14T21:39:11.100Z[ host-image] Jul 14 21:39:10.215 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
93002026-07-14T21:39:11.100Z[ host-image] Jul 14 21:39:10.215 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93012026-07-14T21:39:11.100Z[ host-image] Jul 14 21:39:10.216 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93022026-07-14T21:39:11.100Z[ host-image] Jul 14 21:39:10.216 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93032026-07-14T21:39:11.100Z[ host-image] Jul 14 21:39:10.216 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24101:20260713T223313Z
93042026-07-14T21:39:11.100Z[ host-image] Jul 14 21:39:10.216 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93052026-07-14T21:39:11.100Z[ host-image] Jul 14 21:39:10.216 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93062026-07-14T21:39:11.100Z[ host-image] Jul 14 21:39:10.216 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93072026-07-14T21:39:11.100Z[ host-image] Jul 14 21:39:10.216 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93082026-07-14T21:39:11.103Z[ host-image] Jul 14 21:39:10.219 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93092026-07-14T21:39:11.103Z[ host-image] Jul 14 21:39:10.219 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93102026-07-14T21:39:11.103Z[ host-image] Jul 14 21:39:10.219 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93112026-07-14T21:39:11.103Z[ host-image] Jul 14 21:39:10.220 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93122026-07-14T21:39:11.103Z[ host-image] Jul 14 21:39:10.220 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93132026-07-14T21:39:11.103Z[ host-image] Jul 14 21:39:10.220 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93142026-07-14T21:39:11.113Z[ host-image] Jul 14 21:39:10.231 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93152026-07-14T21:39:11.116Z[ host-image] Jul 14 21:39:10.231 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93162026-07-14T21:39:11.116Z[ host-image] Jul 14 21:39:10.231 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93172026-07-14T21:39:11.116Z[ host-image] Jul 14 21:39:10.231 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24101:20260713T223315Z
93182026-07-14T21:39:11.116Z[ host-image] Jul 14 21:39:10.231 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24101:20260713T223319Z
93192026-07-14T21:39:11.116Z[ host-image] Jul 14 21:39:10.232 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93202026-07-14T21:39:11.116Z[ host-image] Jul 14 21:39:10.232 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24101:20260713T223320Z
93212026-07-14T21:39:11.116Z[ host-image] Jul 14 21:39:10.232 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93222026-07-14T21:39:11.116Z[ host-image] Jul 14 21:39:10.232 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93232026-07-14T21:39:11.116Z[ host-image] Jul 14 21:39:10.232 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93242026-07-14T21:39:11.116Z[ host-image] Jul 14 21:39:10.232 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93252026-07-14T21:39:11.116Z[ host-image] Jul 14 21:39:10.232 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24101:20260713T223320Z
93262026-07-14T21:39:11.116Z[ host-image] Jul 14 21:39:10.232 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93272026-07-14T21:39:11.116Z[ host-image] Jul 14 21:39:10.233 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93282026-07-14T21:39:11.116Z[ host-image] Jul 14 21:39:10.233 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93292026-07-14T21:39:11.116Z[ host-image] Jul 14 21:39:10.233 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93302026-07-14T21:39:11.117Z[ host-image] Jul 14 21:39:10.233 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24101:20260713T223320Z
93312026-07-14T21:39:11.117Z[ host-image] Jul 14 21:39:10.233 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93322026-07-14T21:39:11.120Z[ host-image] Jul 14 21:39:10.237 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93332026-07-14T21:39:11.120Z[ host-image] Jul 14 21:39:10.237 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24101:20260713T223321Z
93342026-07-14T21:39:11.120Z[ host-image] Jul 14 21:39:10.237 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24101:20260713T223321Z
93352026-07-14T21:39:11.120Z[ host-image] Jul 14 21:39:10.238 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24101:20260713T223321Z
93362026-07-14T21:39:11.120Z[ host-image] Jul 14 21:39:10.238 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93372026-07-14T21:39:11.123Z[ host-image] Jul 14 21:39:10.238 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24101:20260713T223322Z
93382026-07-14T21:39:11.123Z[ host-image] Jul 14 21:39:10.238 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24101:20260713T223322Z
93392026-07-14T21:39:11.123Z[ host-image] Jul 14 21:39:10.238 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24101:20260713T223322Z
93402026-07-14T21:39:11.123Z[ host-image] Jul 14 21:39:10.238 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24101:20260713T223322Z
93412026-07-14T21:39:11.124Z[ host-image] Jul 14 21:39:10.239 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93422026-07-14T21:39:11.124Z[ host-image] Jul 14 21:39:10.239 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24101:20260713T223323Z
93432026-07-14T21:39:11.124Z[ host-image] Jul 14 21:39:10.240 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24101:20260713T223324Z
93442026-07-14T21:39:11.124Z[ host-image] Jul 14 21:39:10.240 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93452026-07-14T21:39:11.124Z[ host-image] Jul 14 21:39:10.240 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24101:20260713T223324Z
93462026-07-14T21:39:11.124Z[ host-image] Jul 14 21:39:10.240 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24101:20260713T223324Z
93472026-07-14T21:39:11.124Z[ host-image] Jul 14 21:39:10.240 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24101:20260713T223324Z
93482026-07-14T21:39:11.124Z[ host-image] Jul 14 21:39:10.240 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24101:20260713T223324Z
93492026-07-14T21:39:11.127Z[ host-image] Jul 14 21:39:10.242 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24101:20260713T223324Z
93502026-07-14T21:39:11.127Z[ host-image] Jul 14 21:39:10.242 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93512026-07-14T21:39:11.127Z[ host-image] Jul 14 21:39:10.242 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24101:20260713T223324Z
93522026-07-14T21:39:11.127Z[ host-image] Jul 14 21:39:10.243 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24101:20260713T223324Z
93532026-07-14T21:39:11.127Z[ host-image] Jul 14 21:39:10.243 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24101:20260713T223324Z
93542026-07-14T21:39:11.128Z[ host-image] Jul 14 21:39:10.243 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24101:20260713T223325Z
93552026-07-14T21:39:11.128Z[ host-image] Jul 14 21:39:10.243 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24101:20260713T223325Z
93562026-07-14T21:39:11.128Z[ host-image] Jul 14 21:39:10.243 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24101:20260713T223325Z
93572026-07-14T21:39:11.128Z[ host-image] Jul 14 21:39:10.243 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24101:20260713T223326Z
93582026-07-14T21:39:11.131Z[ host-image] Jul 14 21:39:10.246 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24101:20260713T223326Z
93592026-07-14T21:39:11.131Z[ host-image] Jul 14 21:39:10.246 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24101:20260713T223326Z
93602026-07-14T21:39:11.131Z[ host-image] Jul 14 21:39:10.246 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24101:20260713T223326Z
93612026-07-14T21:39:11.131Z[ host-image] Jul 14 21:39:10.246 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24101:20260713T223326Z
93622026-07-14T21:39:11.131Z[ host-image] Jul 14 21:39:10.246 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24101:20260713T223326Z
93632026-07-14T21:39:11.134Z[ host-image] Jul 14 21:39:10.252 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24101:20260713T223329Z
93642026-07-14T21:39:11.137Z[ host-image] Jul 14 21:39:10.252 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24101:20260713T223326Z
93652026-07-14T21:39:11.137Z[ host-image] Jul 14 21:39:10.252 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24101:20260713T223327Z
93662026-07-14T21:39:11.137Z[ host-image] Jul 14 21:39:10.252 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93672026-07-14T21:39:11.137Z[ host-image] Jul 14 21:39:10.252 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93682026-07-14T21:39:11.142Z[ host-image] Jul 14 21:39:10.260 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24101:20260713T223327Z
93692026-07-14T21:39:11.146Z[ host-image] Jul 14 21:39:10.260 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93702026-07-14T21:39:11.146Z[ host-image] Jul 14 21:39:10.260 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24101:20260713T223327Z
93712026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.260 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24101:20260713T223327Z
93722026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.261 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24101:20260713T223327Z
93732026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.261 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93742026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.261 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93752026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.261 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24101:20260713T223328Z
93762026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.261 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24101:20260713T223328Z
93772026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.261 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24101:20260713T223328Z
93782026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.261 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24101:20260713T223328Z
93792026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.261 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24101:20260713T223329Z
93802026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.261 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24101:20260713T223329Z
93812026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.262 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93822026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.262 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24101:20260713T223329Z
93832026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.263 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24101:20260713T223329Z
93842026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.263 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24101:20260713T223329Z
93852026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.263 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24101:20260713T223330Z
93862026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.263 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24101:20260713T223330Z
93872026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.263 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24101:20260713T223330Z
93882026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.263 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93892026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.263 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93902026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.263 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24101:20260713T223332Z
93912026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.263 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24101:20260713T223332Z
93922026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.263 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93932026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.263 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93942026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.263 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93952026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.263 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93962026-07-14T21:39:11.147Z[ host-image] Jul 14 21:39:10.263 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93972026-07-14T21:39:11.151Z[ host-image] Jul 14 21:39:10.263 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93982026-07-14T21:39:11.151Z[ host-image] Jul 14 21:39:10.264 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93992026-07-14T21:39:11.151Z[ host-image] Jul 14 21:39:10.264 INFO O| tempdir @ "/tmp/.tmphy4unT/tmp"
94002026-07-14T21:39:11.151Z[ host-image] Jul 14 21:39:10.264 INFO O| image root @ "/tmp/.tmphy4unT/tmp/root"
94012026-07-14T21:39:11.151Z[ host-image] Jul 14 21:39:10.265 INFO O| creating image...
94022026-07-14T21:39:11.545Z[ host-image] Jul 14 21:39:10.663 INFO O| copying publishers...
94032026-07-14T21:39:11.552Z[ recovery-image] Jul 14 21:39:10.670 INFO O| Jul 14 21:39:10.670 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
94042026-07-14T21:39:11.650Z[ recovery-image] Jul 14 21:39:10.768 INFO BUILD STRING "heads/stlouis-0-g9bf8f01f24e\n"
94052026-07-14T21:39:11.651Z[ recovery-image] Jul 14 21:39:10.768 INFO expanded image name: "recovery 344c5b6/${os_short_commit} 2026-07-14 21:24" -> "recovery 344c5b6/9bf8f01 2026-07-14 21:24"
94062026-07-14T21:39:11.654Z[ recovery-image] Jul 14 21:39:10.768 INFO output artefacts stored in: "/work/os-recovery"
94072026-07-14T21:39:11.654Z[ recovery-image] Jul 14 21:39:10.768 INFO collecting git info from project "amd-host-image-builder"...
94082026-07-14T21:39:11.689Z[ recovery-image] Jul 14 21:39:10.806 INFO collecting git info from project "dmar-report"...
94092026-07-14T21:39:11.697Z[ recovery-image] Jul 14 21:39:10.814 INFO collecting git info from project "phbl"...
94102026-07-14T21:39:11.701Z[ recovery-image] Jul 14 21:39:10.819 INFO collecting git info from project "bootserver"...
94112026-07-14T21:39:11.705Z[ recovery-image] Jul 14 21:39:10.823 INFO collecting git info from project "pinprick"...
94122026-07-14T21:39:11.709Z[ recovery-image] Jul 14 21:39:10.827 INFO collecting git info from project "image-builder"...
94132026-07-14T21:39:11.714Z[ recovery-image] Jul 14 21:39:10.832 INFO collecting git info from project "chelsio-t6-roms"...
94142026-07-14T21:39:11.728Z[ recovery-image] Jul 14 21:39:10.846 INFO collecting git info from project "pilot"...
94152026-07-14T21:39:11.736Z[ recovery-image] Jul 14 21:39:10.854 INFO collecting git info from project "amd-firmware"...
94162026-07-14T21:39:12.043Z[ recovery-image] Jul 14 21:39:11.161 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94172026-07-14T21:39:12.331Z[ recovery-image] Jul 14 21:39:11.448 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94182026-07-14T21:39:12.458Z[ host-image] Jul 14 21:39:11.576 INFO O| adding properties...
94192026-07-14T21:39:12.620Z[ recovery-image] Jul 14 21:39:11.737 INFO creating Oxide boot image...
94202026-07-14T21:39:12.620Z[ recovery-image] Jul 14 21:39:11.737 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 344c5b6/9bf8f01 2026-07-14 21:24", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94212026-07-14T21:39:13.213Z[ host-image] Jul 14 21:39:12.331 INFO O| installing packages...
94222026-07-14T21:39:31.854Z[ host-image] Jul 14 21:39:30.972 INFO O| seeding SMF database...
94232026-07-14T21:39:36.044Z[ host-image] Jul 14 21:39:35.162 INFO O| configuring SMF profile...
94242026-07-14T21:39:36.045Z[ host-image] Jul 14 21:39:35.162 INFO O| modifying shadow(5)...
94252026-07-14T21:39:36.048Z[ host-image] Jul 14 21:39:35.162 INFO O| loading user and group database...
94262026-07-14T21:39:36.048Z[ host-image] Jul 14 21:39:35.162 INFO O| loading facet selections...
94272026-07-14T21:39:36.341Z[ host-image] Jul 14 21:39:35.458 INFO O| devel -> true
94282026-07-14T21:39:36.341Z[ host-image] Jul 14 21:39:35.458 INFO O| doc.man -> true
94292026-07-14T21:39:36.341Z[ host-image] Jul 14 21:39:35.458 INFO O| version-lock.shell/ksh93 -> true
94302026-07-14T21:39:36.344Z[ host-image] Jul 14 21:39:35.458 INFO O| version-lock.system/data/hardware-registry -> true
94312026-07-14T21:39:36.344Z[ host-image] Jul 14 21:39:35.458 INFO O| version-lock.system/data/zoneinfo -> true
94322026-07-14T21:39:36.344Z[ host-image] Jul 14 21:39:35.458 INFO O| version-lock.system/microcode/amd -> true
94332026-07-14T21:39:36.344Z[ host-image] Jul 14 21:39:35.458 INFO O| version-lock.system/microcode/intel -> true
94342026-07-14T21:39:36.344Z[ host-image] Jul 14 21:39:35.458 INFO O| version-lock.system/microcode/oxide -> true
94352026-07-14T21:39:36.344Z[ host-image] Jul 14 21:39:35.458 INFO O| assessing packaged files...
94362026-07-14T21:39:37.863Z[ host-image] Jul 14 21:39:36.981 INFO O| creating archive...
94372026-07-14T21:39:37.884Z[ host-image] Jul 14 21:39:37.001 INFO O| missing from packaging:
94382026-07-14T21:39:37.884Z[ host-image] Jul 14 21:39:37.001 INFO O| "etc/.pwd.lock"
94392026-07-14T21:39:37.884Z[ host-image] Jul 14 21:39:37.001 INFO O| "etc/bash"
94402026-07-14T21:39:37.888Z[ host-image] Jul 14 21:39:37.005 INFO O| "etc/svc/profile/generic.xml"
94412026-07-14T21:39:37.888Z[ host-image] Jul 14 21:39:37.005 INFO O| "etc/svc/profile/inetd_services.xml"
94422026-07-14T21:39:37.888Z[ host-image] Jul 14 21:39:37.005 INFO O| "etc/svc/profile/name_service.xml"
94432026-07-14T21:39:37.891Z[ host-image] Jul 14 21:39:37.005 INFO O| "etc/svc/profile/platform.xml"
94442026-07-14T21:39:37.891Z[ host-image] Jul 14 21:39:37.005 INFO O| "etc/svc/profile/platform_omicron1.xml"
94452026-07-14T21:39:37.891Z[ host-image] Jul 14 21:39:37.005 INFO O| "etc/svc/repository.db"
94462026-07-14T21:39:37.894Z[ host-image] Jul 14 21:39:37.012 INFO O| "opt/ooce/share"
94472026-07-14T21:39:37.897Z[ host-image] Jul 14 21:39:37.012 INFO O| "opt/ooce/share/man"
94482026-07-14T21:39:37.897Z[ host-image] Jul 14 21:39:37.012 INFO O| "opt/ooce/share/man/man1"
94492026-07-14T21:39:37.903Z[ host-image] Jul 14 21:39:37.020 INFO O| finishing archive...
94502026-07-14T21:39:40.227Z[ host-image] Jul 14 21:39:39.344 INFO O| creating gzonly manifest...
94512026-07-14T21:39:40.232Z[ host-image] Jul 14 21:39:39.350 INFO O| ok
94522026-07-14T21:39:40.314Z[ host-image] Jul 14 21:39:39.431 INFO image builder template: ramdisk-02-trim...
94532026-07-14T21:39:40.314Z[ host-image] Jul 14 21:39:39.431 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/.tmpirioCU/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-02-trim"], pwd: None
94542026-07-14T21:39:40.332Z[ host-image] Jul 14 21:39:39.449 INFO O| Jul 14 21:39:39.449 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94552026-07-14T21:39:40.335Z[ host-image] Jul 14 21:39:39.452 INFO O| Jul 14 21:39:39.452 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94562026-07-14T21:39:40.573Z[ host-image] Jul 14 21:39:39.690 INFO O| Jul 14 21:39:39.690 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94572026-07-14T21:39:40.655Z[ host-image] Jul 14 21:39:39.772 INFO O| Jul 14 21:39:39.772 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94582026-07-14T21:39:40.655Z[ host-image] Jul 14 21:39:39.772 INFO O| Jul 14 21:39:39.772 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94592026-07-14T21:39:40.659Z[ host-image] Jul 14 21:39:39.777 INFO O| Jul 14 21:39:39.776 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94602026-07-14T21:39:40.662Z[ host-image] Jul 14 21:39:39.779 INFO O| Jul 14 21:39:39.779 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94612026-07-14T21:39:40.666Z[ host-image] Jul 14 21:39:39.784 INFO O| Jul 14 21:39:39.784 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94622026-07-14T21:39:41.069Z[ host-image] Jul 14 21:39:40.186 INFO O| Jul 14 21:39:40.186 INFO rolled back to input snapshot; work may begin
94632026-07-14T21:39:41.069Z[ host-image] Jul 14 21:39:40.186 INFO O| Jul 14 21:39:40.186 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94642026-07-14T21:39:41.073Z[ host-image] Jul 14 21:39:40.190 INFO O| Jul 14 21:39:40.190 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94652026-07-14T21:39:41.080Z[ host-image] Jul 14 21:39:40.197 INFO O| Jul 14 21:39:40.197 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94662026-07-14T21:39:41.118Z[ host-image] Jul 14 21:39:40.235 INFO O| Jul 14 21:39:40.235 INFO STEP 0 (remove_files) COMPLETE
94672026-07-14T21:39:41.118Z[ host-image] Jul 14 21:39:40.235 INFO O| Jul 14 21:39:40.235 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94682026-07-14T21:39:41.125Z[ host-image] Jul 14 21:39:40.242 INFO O| Jul 14 21:39:40.242 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94692026-07-14T21:39:41.128Z[ host-image] Jul 14 21:39:40.244 INFO O| Jul 14 21:39:40.244 INFO STEP 1 (remove_files) COMPLETE
94702026-07-14T21:39:41.128Z[ host-image] Jul 14 21:39:40.244 INFO O| Jul 14 21:39:40.244 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94712026-07-14T21:39:41.133Z[ host-image] Jul 14 21:39:40.251 INFO O| Jul 14 21:39:40.251 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94722026-07-14T21:39:41.147Z[ host-image] Jul 14 21:39:40.264 INFO O| Jul 14 21:39:40.264 INFO STEP 2 (remove_files) COMPLETE
94732026-07-14T21:39:41.147Z[ host-image] Jul 14 21:39:40.264 INFO O| Jul 14 21:39:40.264 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94742026-07-14T21:39:41.153Z[ host-image] Jul 14 21:39:40.271 INFO O| Jul 14 21:39:40.270 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94752026-07-14T21:39:41.156Z[ host-image] Jul 14 21:39:40.272 INFO O| Jul 14 21:39:40.272 INFO STEP 3 (remove_files) COMPLETE
94762026-07-14T21:39:41.156Z[ host-image] Jul 14 21:39:40.272 INFO O| Jul 14 21:39:40.272 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94772026-07-14T21:39:41.160Z[ host-image] Jul 14 21:39:40.277 INFO O| Jul 14 21:39:40.277 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94782026-07-14T21:39:41.163Z[ host-image] Jul 14 21:39:40.280 INFO O| Jul 14 21:39:40.280 INFO STEP 4 (remove_files) COMPLETE
94792026-07-14T21:39:41.163Z[ host-image] Jul 14 21:39:40.280 INFO O| Jul 14 21:39:40.280 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94802026-07-14T21:39:41.169Z[ host-image] Jul 14 21:39:40.286 INFO O| Jul 14 21:39:40.286 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94812026-07-14T21:39:41.172Z[ host-image] Jul 14 21:39:40.288 INFO O| Jul 14 21:39:40.288 INFO STEP 5 (remove_files) COMPLETE
94822026-07-14T21:39:41.172Z[ host-image] Jul 14 21:39:40.288 INFO O| Jul 14 21:39:40.288 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94832026-07-14T21:39:41.176Z[ host-image] Jul 14 21:39:40.294 INFO O| Jul 14 21:39:40.294 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94842026-07-14T21:39:41.185Z[ host-image] Jul 14 21:39:40.303 INFO O| Jul 14 21:39:40.303 INFO STEP 6 (remove_files) COMPLETE
94852026-07-14T21:39:41.189Z[ host-image] Jul 14 21:39:40.303 INFO O| Jul 14 21:39:40.303 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94862026-07-14T21:39:41.189Z[ host-image] Jul 14 21:39:40.303 INFO O| Jul 14 21:39:40.303 INFO skip step because feature "heliosv2" is not enabled
94872026-07-14T21:39:41.189Z[ host-image] Jul 14 21:39:40.303 INFO O| Jul 14 21:39:40.303 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94882026-07-14T21:39:41.192Z[ host-image] Jul 14 21:39:40.309 INFO O| Jul 14 21:39:40.309 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94892026-07-14T21:39:41.201Z[ host-image] Jul 14 21:39:40.318 INFO O| Jul 14 21:39:40.318 INFO STEP 8 (remove_files) COMPLETE
94902026-07-14T21:39:41.201Z[ host-image] Jul 14 21:39:40.318 INFO O| Jul 14 21:39:40.318 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94912026-07-14T21:39:41.208Z[ host-image] Jul 14 21:39:40.325 INFO O| Jul 14 21:39:40.325 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94922026-07-14T21:39:41.266Z[ host-image] Jul 14 21:39:40.383 INFO O| Jul 14 21:39:40.383 INFO STEP 9 (remove_files) COMPLETE
94932026-07-14T21:39:41.272Z[ host-image] Jul 14 21:39:40.383 INFO O| Jul 14 21:39:40.383 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94942026-07-14T21:39:41.276Z[ host-image] Jul 14 21:39:40.390 INFO O| Jul 14 21:39:40.390 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94952026-07-14T21:39:41.340Z[ host-image] Jul 14 21:39:40.458 INFO O| Jul 14 21:39:40.457 INFO STEP 10 (remove_files) COMPLETE
94962026-07-14T21:39:41.344Z[ host-image] Jul 14 21:39:40.458 INFO O| Jul 14 21:39:40.458 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-07-14T21:39:41.347Z[ host-image] Jul 14 21:39:40.465 INFO O| Jul 14 21:39:40.465 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94982026-07-14T21:39:41.350Z[ host-image] Jul 14 21:39:40.467 INFO O| Jul 14 21:39:40.467 INFO STEP 11 (remove_files) COMPLETE
94992026-07-14T21:39:41.351Z[ host-image] Jul 14 21:39:40.467 INFO O| Jul 14 21:39:40.467 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-07-14T21:39:41.355Z[ host-image] Jul 14 21:39:40.473 INFO O| Jul 14 21:39:40.473 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95012026-07-14T21:39:41.359Z[ host-image] Jul 14 21:39:40.474 INFO O| Jul 14 21:39:40.474 INFO STEP 12 (remove_files) COMPLETE
95022026-07-14T21:39:41.359Z[ host-image] Jul 14 21:39:40.474 INFO O| Jul 14 21:39:40.474 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-07-14T21:39:41.362Z[ host-image] Jul 14 21:39:40.479 INFO O| Jul 14 21:39:40.479 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95042026-07-14T21:39:41.362Z[ host-image] Jul 14 21:39:40.480 INFO O| Jul 14 21:39:40.480 INFO STEP 13 (remove_files) COMPLETE
95052026-07-14T21:39:41.362Z[ host-image] Jul 14 21:39:40.480 INFO O| Jul 14 21:39:40.480 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95062026-07-14T21:39:41.516Z[ host-image] Jul 14 21:39:40.633 INFO O| Jul 14 21:39:40.633 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95072026-07-14T21:39:41.534Z[ host-image] Jul 14 21:39:40.651 INFO O| Jul 14 21:39:40.651 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95082026-07-14T21:39:41.567Z[ host-image] Jul 14 21:39:40.684 INFO O| Jul 14 21:39:40.684 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95092026-07-14T21:39:41.570Z[ host-image] Jul 14 21:39:40.684 INFO O| Jul 14 21:39:40.684 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95102026-07-14T21:39:41.570Z[ host-image] Jul 14 21:39:40.685 INFO O| Jul 14 21:39:40.685 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95112026-07-14T21:39:41.570Z[ host-image] Jul 14 21:39:40.685 INFO O| Jul 14 21:39:40.685 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95122026-07-14T21:39:41.571Z[ host-image] Jul 14 21:39:40.685 INFO O| Jul 14 21:39:40.685 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95132026-07-14T21:39:41.571Z[ host-image] Jul 14 21:39:40.685 INFO O| Jul 14 21:39:40.685 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95142026-07-14T21:39:41.571Z[ host-image] Jul 14 21:39:40.685 INFO O| Jul 14 21:39:40.685 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95152026-07-14T21:39:41.571Z[ host-image] Jul 14 21:39:40.685 INFO O| Jul 14 21:39:40.685 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95162026-07-14T21:39:41.571Z[ host-image] Jul 14 21:39:40.685 INFO O| Jul 14 21:39:40.685 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95172026-07-14T21:39:41.571Z[ host-image] Jul 14 21:39:40.685 INFO O| Jul 14 21:39:40.685 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95182026-07-14T21:39:41.571Z[ host-image] Jul 14 21:39:40.685 INFO O| Jul 14 21:39:40.685 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95192026-07-14T21:39:41.571Z[ host-image] Jul 14 21:39:40.685 INFO O| Jul 14 21:39:40.685 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95202026-07-14T21:39:41.571Z[ host-image] Jul 14 21:39:40.685 INFO O| Jul 14 21:39:40.685 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95212026-07-14T21:39:41.571Z[ host-image] Jul 14 21:39:40.685 INFO O| Jul 14 21:39:40.685 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95222026-07-14T21:39:41.571Z[ host-image] Jul 14 21:39:40.685 INFO O| Jul 14 21:39:40.685 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95232026-07-14T21:39:41.571Z[ host-image] Jul 14 21:39:40.686 INFO O| Jul 14 21:39:40.686 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95242026-07-14T21:39:41.571Z[ host-image] Jul 14 21:39:40.686 INFO O| Jul 14 21:39:40.686 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95252026-07-14T21:39:41.571Z[ host-image] Jul 14 21:39:40.686 INFO O| Jul 14 21:39:40.686 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95262026-07-14T21:39:41.582Z[ host-image] Jul 14 21:39:40.698 INFO O| Jul 14 21:39:40.698 INFO STEP 14 (remove_files) COMPLETE
95272026-07-14T21:39:41.582Z[ host-image] Jul 14 21:39:40.698 INFO O| Jul 14 21:39:40.698 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95282026-07-14T21:39:41.587Z[ host-image] Jul 14 21:39:40.705 INFO O| Jul 14 21:39:40.705 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95292026-07-14T21:39:41.591Z[ host-image] Jul 14 21:39:40.706 INFO O| Jul 14 21:39:40.706 INFO STEP 15 (remove_files) COMPLETE
95302026-07-14T21:39:41.591Z[ host-image] Jul 14 21:39:40.706 INFO O| Jul 14 21:39:40.706 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95312026-07-14T21:39:41.594Z[ host-image] Jul 14 21:39:40.712 INFO O| Jul 14 21:39:40.712 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95322026-07-14T21:39:41.599Z[ host-image] Jul 14 21:39:40.716 INFO O| Jul 14 21:39:40.716 INFO STEP 16 (remove_files) COMPLETE
95332026-07-14T21:39:41.599Z[ host-image] Jul 14 21:39:40.716 INFO O| Jul 14 21:39:40.716 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95342026-07-14T21:39:41.606Z[ host-image] Jul 14 21:39:40.724 INFO O| Jul 14 21:39:40.723 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95352026-07-14T21:39:41.609Z[ host-image] Jul 14 21:39:40.724 INFO O| Jul 14 21:39:40.724 INFO STEP 17 (remove_files) COMPLETE
95362026-07-14T21:39:41.609Z[ host-image] Jul 14 21:39:40.724 INFO O| Jul 14 21:39:40.724 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95372026-07-14T21:39:41.613Z[ host-image] Jul 14 21:39:40.730 INFO O| Jul 14 21:39:40.730 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95382026-07-14T21:39:41.616Z[ host-image] Jul 14 21:39:40.731 INFO O| Jul 14 21:39:40.731 INFO STEP 18 (remove_files) COMPLETE
95392026-07-14T21:39:41.616Z[ host-image] Jul 14 21:39:40.731 INFO O| Jul 14 21:39:40.731 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95402026-07-14T21:39:41.619Z[ host-image] Jul 14 21:39:40.737 INFO O| Jul 14 21:39:40.737 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95412026-07-14T21:39:41.619Z[ host-image] Jul 14 21:39:40.737 INFO O| Jul 14 21:39:40.737 INFO STEP 19 (remove_files) COMPLETE
95422026-07-14T21:39:41.619Z[ host-image] Jul 14 21:39:40.737 INFO O| Jul 14 21:39:40.737 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95432026-07-14T21:39:41.625Z[ host-image] Jul 14 21:39:40.742 INFO O| Jul 14 21:39:40.742 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95442026-07-14T21:39:41.625Z[ host-image] Jul 14 21:39:40.742 INFO O| Jul 14 21:39:40.742 INFO STEP 20 (remove_files) COMPLETE
95452026-07-14T21:39:41.625Z[ host-image] Jul 14 21:39:40.742 INFO O| Jul 14 21:39:40.742 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95462026-07-14T21:39:41.630Z[ host-image] Jul 14 21:39:40.748 INFO O| Jul 14 21:39:40.748 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95472026-07-14T21:39:41.631Z[ host-image] Jul 14 21:39:40.748 INFO O| Jul 14 21:39:40.748 INFO STEP 21 (remove_files) COMPLETE
95482026-07-14T21:39:41.634Z[ host-image] Jul 14 21:39:40.748 INFO O| Jul 14 21:39:40.748 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95492026-07-14T21:39:41.637Z[ host-image] Jul 14 21:39:40.755 INFO O| Jul 14 21:39:40.755 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95502026-07-14T21:39:41.637Z[ host-image] Jul 14 21:39:40.755 INFO O| Jul 14 21:39:40.755 INFO STEP 22 (remove_files) COMPLETE
95512026-07-14T21:39:41.640Z[ host-image] Jul 14 21:39:40.755 INFO O| Jul 14 21:39:40.755 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-07-14T21:39:41.643Z[ host-image] Jul 14 21:39:40.761 INFO O| Jul 14 21:39:40.761 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95532026-07-14T21:39:41.644Z[ host-image] Jul 14 21:39:40.761 INFO O| Jul 14 21:39:40.761 INFO STEP 23 (remove_files) COMPLETE
95542026-07-14T21:39:41.644Z[ host-image] Jul 14 21:39:40.761 INFO O| Jul 14 21:39:40.761 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95552026-07-14T21:39:41.650Z[ host-image] Jul 14 21:39:40.766 INFO O| Jul 14 21:39:40.766 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95562026-07-14T21:39:41.650Z[ host-image] Jul 14 21:39:40.766 INFO O| Jul 14 21:39:40.766 INFO STEP 24 (remove_files) COMPLETE
95572026-07-14T21:39:41.650Z[ host-image] Jul 14 21:39:40.766 INFO O| Jul 14 21:39:40.766 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95582026-07-14T21:39:41.654Z[ host-image] Jul 14 21:39:40.772 INFO O| Jul 14 21:39:40.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95592026-07-14T21:39:41.654Z[ host-image] Jul 14 21:39:40.772 INFO O| Jul 14 21:39:40.772 INFO STEP 25 (remove_files) COMPLETE
95602026-07-14T21:39:41.654Z[ host-image] Jul 14 21:39:40.772 INFO O| Jul 14 21:39:40.772 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-07-14T21:39:41.660Z[ host-image] Jul 14 21:39:40.777 INFO O| Jul 14 21:39:40.777 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95622026-07-14T21:39:41.660Z[ host-image] Jul 14 21:39:40.777 INFO O| Jul 14 21:39:40.777 INFO STEP 26 (remove_files) COMPLETE
95632026-07-14T21:39:41.660Z[ host-image] Jul 14 21:39:40.777 INFO O| Jul 14 21:39:40.777 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-07-14T21:39:41.665Z[ host-image] Jul 14 21:39:40.783 INFO O| Jul 14 21:39:40.783 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95652026-07-14T21:39:41.665Z[ host-image] Jul 14 21:39:40.783 INFO O| Jul 14 21:39:40.783 INFO STEP 27 (remove_files) COMPLETE
95662026-07-14T21:39:41.665Z[ host-image] Jul 14 21:39:40.783 INFO O| Jul 14 21:39:40.783 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-07-14T21:39:41.672Z[ host-image] Jul 14 21:39:40.789 INFO O| Jul 14 21:39:40.789 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95682026-07-14T21:39:41.672Z[ host-image] Jul 14 21:39:40.789 INFO O| Jul 14 21:39:40.789 INFO STEP 28 (remove_files) COMPLETE
95692026-07-14T21:39:41.675Z[ host-image] Jul 14 21:39:40.789 INFO O| Jul 14 21:39:40.789 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-07-14T21:39:41.679Z[ host-image] Jul 14 21:39:40.795 INFO O| Jul 14 21:39:40.795 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95712026-07-14T21:39:41.679Z[ host-image] Jul 14 21:39:40.795 INFO O| Jul 14 21:39:40.795 INFO STEP 29 (remove_files) COMPLETE
95722026-07-14T21:39:41.679Z[ host-image] Jul 14 21:39:40.795 INFO O| Jul 14 21:39:40.795 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-07-14T21:39:41.683Z[ host-image] Jul 14 21:39:40.801 INFO O| Jul 14 21:39:40.801 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95742026-07-14T21:39:41.683Z[ host-image] Jul 14 21:39:40.801 INFO O| Jul 14 21:39:40.801 INFO STEP 30 (remove_files) COMPLETE
95752026-07-14T21:39:41.683Z[ host-image] Jul 14 21:39:40.801 INFO O| Jul 14 21:39:40.801 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-07-14T21:39:41.690Z[ host-image] Jul 14 21:39:40.807 INFO O| Jul 14 21:39:40.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95772026-07-14T21:39:41.690Z[ host-image] Jul 14 21:39:40.807 INFO O| Jul 14 21:39:40.807 INFO STEP 31 (remove_files) COMPLETE
95782026-07-14T21:39:41.690Z[ host-image] Jul 14 21:39:40.807 INFO O| Jul 14 21:39:40.807 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-07-14T21:39:41.695Z[ host-image] Jul 14 21:39:40.813 INFO O| Jul 14 21:39:40.813 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95802026-07-14T21:39:41.698Z[ host-image] Jul 14 21:39:40.813 INFO O| Jul 14 21:39:40.813 INFO STEP 32 (remove_files) COMPLETE
95812026-07-14T21:39:41.698Z[ host-image] Jul 14 21:39:40.813 INFO O| Jul 14 21:39:40.813 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-07-14T21:39:41.701Z[ host-image] Jul 14 21:39:40.818 INFO O| Jul 14 21:39:40.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95832026-07-14T21:39:41.701Z[ host-image] Jul 14 21:39:40.818 INFO O| Jul 14 21:39:40.818 INFO STEP 33 (remove_files) COMPLETE
95842026-07-14T21:39:41.702Z[ host-image] Jul 14 21:39:40.818 INFO O| Jul 14 21:39:40.818 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-07-14T21:39:41.707Z[ host-image] Jul 14 21:39:40.824 INFO O| Jul 14 21:39:40.824 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95862026-07-14T21:39:41.707Z[ host-image] Jul 14 21:39:40.824 INFO O| Jul 14 21:39:40.824 INFO STEP 34 (remove_files) COMPLETE
95872026-07-14T21:39:41.710Z[ host-image] Jul 14 21:39:40.824 INFO O| Jul 14 21:39:40.824 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-07-14T21:39:41.713Z[ host-image] Jul 14 21:39:40.830 INFO O| Jul 14 21:39:40.829 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95892026-07-14T21:39:41.713Z[ host-image] Jul 14 21:39:40.830 INFO O| Jul 14 21:39:40.830 INFO STEP 35 (remove_files) COMPLETE
95902026-07-14T21:39:41.713Z[ host-image] Jul 14 21:39:40.830 INFO O| Jul 14 21:39:40.830 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-07-14T21:39:41.717Z[ host-image] Jul 14 21:39:40.835 INFO O| Jul 14 21:39:40.835 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95922026-07-14T21:39:41.717Z[ host-image] Jul 14 21:39:40.835 INFO O| Jul 14 21:39:40.835 INFO STEP 36 (remove_files) COMPLETE
95932026-07-14T21:39:41.722Z[ host-image] Jul 14 21:39:40.835 INFO O| Jul 14 21:39:40.835 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-07-14T21:39:41.727Z[ host-image] Jul 14 21:39:40.842 INFO O| Jul 14 21:39:40.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95952026-07-14T21:39:41.727Z[ host-image] Jul 14 21:39:40.842 INFO O| Jul 14 21:39:40.842 INFO STEP 37 (remove_files) COMPLETE
95962026-07-14T21:39:41.727Z[ host-image] Jul 14 21:39:40.842 INFO O| Jul 14 21:39:40.842 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-07-14T21:39:41.730Z[ host-image] Jul 14 21:39:40.848 INFO O| Jul 14 21:39:40.848 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95982026-07-14T21:39:41.730Z[ host-image] Jul 14 21:39:40.848 INFO O| Jul 14 21:39:40.848 INFO STEP 38 (remove_files) COMPLETE
95992026-07-14T21:39:41.730Z[ host-image] Jul 14 21:39:40.848 INFO O| Jul 14 21:39:40.848 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-07-14T21:39:41.736Z[ host-image] Jul 14 21:39:40.854 INFO O| Jul 14 21:39:40.854 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96012026-07-14T21:39:41.736Z[ host-image] Jul 14 21:39:40.854 INFO O| Jul 14 21:39:40.854 INFO STEP 39 (remove_files) COMPLETE
96022026-07-14T21:39:41.740Z[ host-image] Jul 14 21:39:40.854 INFO O| Jul 14 21:39:40.854 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-07-14T21:39:41.743Z[ host-image] Jul 14 21:39:40.860 INFO O| Jul 14 21:39:40.860 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96042026-07-14T21:39:41.743Z[ host-image] Jul 14 21:39:40.860 INFO O| Jul 14 21:39:40.860 INFO STEP 40 (remove_files) COMPLETE
96052026-07-14T21:39:41.743Z[ host-image] Jul 14 21:39:40.860 INFO O| Jul 14 21:39:40.860 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-07-14T21:39:41.747Z[ host-image] Jul 14 21:39:40.865 INFO O| Jul 14 21:39:40.865 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96072026-07-14T21:39:41.747Z[ host-image] Jul 14 21:39:40.865 INFO O| Jul 14 21:39:40.865 INFO STEP 41 (remove_files) COMPLETE
96082026-07-14T21:39:41.748Z[ host-image] Jul 14 21:39:40.865 INFO O| Jul 14 21:39:40.865 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-07-14T21:39:41.753Z[ host-image] Jul 14 21:39:40.870 INFO O| Jul 14 21:39:40.870 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96102026-07-14T21:39:41.753Z[ host-image] Jul 14 21:39:40.870 INFO O| Jul 14 21:39:40.870 INFO STEP 42 (remove_files) COMPLETE
96112026-07-14T21:39:41.753Z[ host-image] Jul 14 21:39:40.870 INFO O| Jul 14 21:39:40.870 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-07-14T21:39:41.759Z[ host-image] Jul 14 21:39:40.877 INFO O| Jul 14 21:39:40.877 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96132026-07-14T21:39:41.759Z[ host-image] Jul 14 21:39:40.877 INFO O| Jul 14 21:39:40.877 INFO STEP 43 (remove_files) COMPLETE
96142026-07-14T21:39:41.763Z[ host-image] Jul 14 21:39:40.877 INFO O| Jul 14 21:39:40.877 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-07-14T21:39:41.766Z[ host-image] Jul 14 21:39:40.883 INFO O| Jul 14 21:39:40.883 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96162026-07-14T21:39:41.766Z[ host-image] Jul 14 21:39:40.883 INFO O| Jul 14 21:39:40.883 INFO STEP 44 (remove_files) COMPLETE
96172026-07-14T21:39:41.767Z[ host-image] Jul 14 21:39:40.883 INFO O| Jul 14 21:39:40.883 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-07-14T21:39:41.771Z[ host-image] Jul 14 21:39:40.888 INFO O| Jul 14 21:39:40.888 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96192026-07-14T21:39:41.771Z[ host-image] Jul 14 21:39:40.888 INFO O| Jul 14 21:39:40.888 INFO STEP 45 (remove_files) COMPLETE
96202026-07-14T21:39:41.774Z[ host-image] Jul 14 21:39:40.888 INFO O| Jul 14 21:39:40.888 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-07-14T21:39:41.777Z[ host-image] Jul 14 21:39:40.895 INFO O| Jul 14 21:39:40.895 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96222026-07-14T21:39:41.777Z[ host-image] Jul 14 21:39:40.895 INFO O| Jul 14 21:39:40.895 INFO STEP 46 (remove_files) COMPLETE
96232026-07-14T21:39:41.811Z[ host-image] Jul 14 21:39:40.895 INFO O| Jul 14 21:39:40.895 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-07-14T21:39:41.811Z[ host-image] Jul 14 21:39:40.900 INFO O| Jul 14 21:39:40.900 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96252026-07-14T21:39:41.811Z[ host-image] Jul 14 21:39:40.900 INFO O| Jul 14 21:39:40.900 INFO STEP 47 (remove_files) COMPLETE
96262026-07-14T21:39:41.811Z[ host-image] Jul 14 21:39:40.900 INFO O| Jul 14 21:39:40.900 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-07-14T21:39:41.811Z[ host-image] Jul 14 21:39:40.905 INFO O| Jul 14 21:39:40.905 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96282026-07-14T21:39:41.811Z[ host-image] Jul 14 21:39:40.905 INFO O| Jul 14 21:39:40.905 INFO STEP 48 (remove_files) COMPLETE
96292026-07-14T21:39:41.811Z[ host-image] Jul 14 21:39:40.905 INFO O| Jul 14 21:39:40.905 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-07-14T21:39:41.811Z[ host-image] Jul 14 21:39:40.910 INFO O| Jul 14 21:39:40.910 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96312026-07-14T21:39:41.811Z[ host-image] Jul 14 21:39:40.910 INFO O| Jul 14 21:39:40.910 INFO STEP 49 (remove_files) COMPLETE
96322026-07-14T21:39:41.812Z[ host-image] Jul 14 21:39:40.910 INFO O| Jul 14 21:39:40.910 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-07-14T21:39:41.812Z[ host-image] Jul 14 21:39:40.915 INFO O| Jul 14 21:39:40.915 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96342026-07-14T21:39:41.812Z[ host-image] Jul 14 21:39:40.915 INFO O| Jul 14 21:39:40.915 INFO STEP 50 (remove_files) COMPLETE
96352026-07-14T21:39:41.812Z[ host-image] Jul 14 21:39:40.915 INFO O| Jul 14 21:39:40.915 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96362026-07-14T21:39:41.812Z[ host-image] Jul 14 21:39:40.922 INFO O| Jul 14 21:39:40.922 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96372026-07-14T21:39:41.812Z[ host-image] Jul 14 21:39:40.922 INFO O| Jul 14 21:39:40.922 INFO STEP 51 (remove_files) COMPLETE
96382026-07-14T21:39:41.812Z[ host-image] Jul 14 21:39:40.922 INFO O| Jul 14 21:39:40.922 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-07-14T21:39:41.812Z[ host-image] Jul 14 21:39:40.927 INFO O| Jul 14 21:39:40.927 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96402026-07-14T21:39:41.812Z[ host-image] Jul 14 21:39:40.927 INFO O| Jul 14 21:39:40.927 INFO STEP 52 (remove_files) COMPLETE
96412026-07-14T21:39:41.812Z[ host-image] Jul 14 21:39:40.927 INFO O| Jul 14 21:39:40.927 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-07-14T21:39:41.816Z[ host-image] Jul 14 21:39:40.932 INFO O| Jul 14 21:39:40.932 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96432026-07-14T21:39:41.816Z[ host-image] Jul 14 21:39:40.932 INFO O| Jul 14 21:39:40.932 INFO STEP 53 (remove_files) COMPLETE
96442026-07-14T21:39:41.817Z[ host-image] Jul 14 21:39:40.932 INFO O| Jul 14 21:39:40.932 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-07-14T21:39:41.820Z[ host-image] Jul 14 21:39:40.937 INFO O| Jul 14 21:39:40.937 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96462026-07-14T21:39:41.820Z[ host-image] Jul 14 21:39:40.937 INFO O| Jul 14 21:39:40.937 INFO STEP 54 (remove_files) COMPLETE
96472026-07-14T21:39:41.820Z[ host-image] Jul 14 21:39:40.937 INFO O| Jul 14 21:39:40.937 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96482026-07-14T21:39:41.825Z[ host-image] Jul 14 21:39:40.942 INFO O| Jul 14 21:39:40.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96492026-07-14T21:39:41.825Z[ host-image] Jul 14 21:39:40.942 INFO O| Jul 14 21:39:40.942 INFO STEP 55 (remove_files) COMPLETE
96502026-07-14T21:39:41.828Z[ host-image] Jul 14 21:39:40.942 INFO O| Jul 14 21:39:40.942 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-07-14T21:39:41.831Z[ host-image] Jul 14 21:39:40.948 INFO O| Jul 14 21:39:40.948 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96522026-07-14T21:39:41.831Z[ host-image] Jul 14 21:39:40.948 INFO O| Jul 14 21:39:40.948 INFO STEP 56 (remove_files) COMPLETE
96532026-07-14T21:39:41.831Z[ host-image] Jul 14 21:39:40.948 INFO O| Jul 14 21:39:40.948 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96542026-07-14T21:39:41.836Z[ host-image] Jul 14 21:39:40.953 INFO O| Jul 14 21:39:40.953 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96552026-07-14T21:39:41.836Z[ host-image] Jul 14 21:39:40.953 INFO O| Jul 14 21:39:40.953 INFO STEP 57 (remove_files) COMPLETE
96562026-07-14T21:39:41.836Z[ host-image] Jul 14 21:39:40.953 INFO O| Jul 14 21:39:40.953 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-07-14T21:39:41.841Z[ host-image] Jul 14 21:39:40.959 INFO O| Jul 14 21:39:40.959 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96582026-07-14T21:39:41.844Z[ host-image] Jul 14 21:39:40.959 INFO O| Jul 14 21:39:40.959 INFO STEP 58 (remove_files) COMPLETE
96592026-07-14T21:39:41.844Z[ host-image] Jul 14 21:39:40.959 INFO O| Jul 14 21:39:40.959 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96602026-07-14T21:39:41.847Z[ host-image] Jul 14 21:39:40.964 INFO O| Jul 14 21:39:40.964 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96612026-07-14T21:39:41.847Z[ host-image] Jul 14 21:39:40.964 INFO O| Jul 14 21:39:40.964 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96622026-07-14T21:39:41.847Z[ host-image] Jul 14 21:39:40.964 INFO O| Jul 14 21:39:40.964 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96632026-07-14T21:39:41.847Z[ host-image] Jul 14 21:39:40.964 INFO O| Jul 14 21:39:40.964 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96642026-07-14T21:39:41.847Z[ host-image] Jul 14 21:39:40.964 INFO O| Jul 14 21:39:40.964 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96652026-07-14T21:39:41.847Z[ host-image] Jul 14 21:39:40.964 INFO O| Jul 14 21:39:40.964 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96662026-07-14T21:39:41.847Z[ host-image] Jul 14 21:39:40.964 INFO O| Jul 14 21:39:40.964 INFO ok!
96672026-07-14T21:39:41.847Z[ host-image] Jul 14 21:39:40.964 INFO O| Jul 14 21:39:40.964 INFO STEP 59 (ensure_file) COMPLETE
96682026-07-14T21:39:41.851Z[ host-image] Jul 14 21:39:40.964 INFO O| Jul 14 21:39:40.964 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96692026-07-14T21:39:41.854Z[ host-image] Jul 14 21:39:40.969 INFO O| Jul 14 21:39:40.969 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96702026-07-14T21:39:41.854Z[ host-image] Jul 14 21:39:40.969 INFO O| Jul 14 21:39:40.969 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96712026-07-14T21:39:41.854Z[ host-image] Jul 14 21:39:40.970 INFO O| Jul 14 21:39:40.970 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96722026-07-14T21:39:41.854Z[ host-image] Jul 14 21:39:40.970 INFO O| Jul 14 21:39:40.970 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96732026-07-14T21:39:41.854Z[ host-image] Jul 14 21:39:40.970 INFO O| Jul 14 21:39:40.970 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96742026-07-14T21:39:41.854Z[ host-image] Jul 14 21:39:40.970 INFO O| Jul 14 21:39:40.970 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96752026-07-14T21:39:41.854Z[ host-image] Jul 14 21:39:40.970 INFO O| Jul 14 21:39:40.970 INFO ok!
96762026-07-14T21:39:41.854Z[ host-image] Jul 14 21:39:40.970 INFO O| Jul 14 21:39:40.970 INFO STEP 60 (ensure_file) COMPLETE
96772026-07-14T21:39:41.854Z[ host-image] Jul 14 21:39:40.970 INFO O| Jul 14 21:39:40.970 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96782026-07-14T21:39:41.857Z[ host-image] Jul 14 21:39:40.975 INFO O| Jul 14 21:39:40.974 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96792026-07-14T21:39:41.857Z[ host-image] Jul 14 21:39:40.975 INFO O| Jul 14 21:39:40.974 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96802026-07-14T21:39:41.857Z[ host-image] Jul 14 21:39:40.975 INFO O| Jul 14 21:39:40.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96812026-07-14T21:39:41.857Z[ host-image] Jul 14 21:39:40.975 INFO O| Jul 14 21:39:40.975 INFO ok!
96822026-07-14T21:39:41.857Z[ host-image] Jul 14 21:39:40.975 INFO O| Jul 14 21:39:40.975 INFO STEP 61 (ensure_file) COMPLETE
96832026-07-14T21:39:41.857Z[ host-image] Jul 14 21:39:40.975 INFO O| Jul 14 21:39:40.975 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96842026-07-14T21:39:41.862Z[ host-image] Jul 14 21:39:40.980 INFO O| Jul 14 21:39:40.980 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96852026-07-14T21:39:41.862Z[ host-image] Jul 14 21:39:40.980 INFO O| Jul 14 21:39:40.980 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96862026-07-14T21:39:41.865Z[ host-image] Jul 14 21:39:40.980 INFO O| Jul 14 21:39:40.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96872026-07-14T21:39:41.865Z[ host-image] Jul 14 21:39:40.980 INFO O| Jul 14 21:39:40.980 INFO ok!
96882026-07-14T21:39:41.865Z[ host-image] Jul 14 21:39:40.980 INFO O| Jul 14 21:39:40.980 INFO STEP 62 (ensure_file) COMPLETE
96892026-07-14T21:39:41.865Z[ host-image] Jul 14 21:39:40.980 INFO O| Jul 14 21:39:40.980 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96902026-07-14T21:39:41.869Z[ host-image] Jul 14 21:39:40.985 INFO O| Jul 14 21:39:40.985 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96912026-07-14T21:39:41.869Z[ host-image] Jul 14 21:39:40.985 INFO O| Jul 14 21:39:40.985 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96922026-07-14T21:39:41.869Z[ host-image] Jul 14 21:39:40.985 INFO O| Jul 14 21:39:40.985 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96932026-07-14T21:39:41.869Z[ host-image] Jul 14 21:39:40.985 INFO O| Jul 14 21:39:40.985 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96942026-07-14T21:39:41.869Z[ host-image] Jul 14 21:39:40.985 INFO O| Jul 14 21:39:40.985 INFO ok!
96952026-07-14T21:39:41.869Z[ host-image] Jul 14 21:39:40.985 INFO O| Jul 14 21:39:40.985 INFO STEP 63 (ensure_file) COMPLETE
96962026-07-14T21:39:41.869Z[ host-image] Jul 14 21:39:40.985 INFO O| Jul 14 21:39:40.985 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96972026-07-14T21:39:41.872Z[ host-image] Jul 14 21:39:40.990 INFO O| Jul 14 21:39:40.990 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96982026-07-14T21:39:41.872Z[ host-image] Jul 14 21:39:40.990 INFO O| Jul 14 21:39:40.990 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96992026-07-14T21:39:41.875Z[ host-image] Jul 14 21:39:40.990 INFO O| Jul 14 21:39:40.990 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97002026-07-14T21:39:41.875Z[ host-image] Jul 14 21:39:40.990 INFO O| Jul 14 21:39:40.990 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97012026-07-14T21:39:41.875Z[ host-image] Jul 14 21:39:40.990 INFO O| Jul 14 21:39:40.990 INFO ok!
97022026-07-14T21:39:41.875Z[ host-image] Jul 14 21:39:40.990 INFO O| Jul 14 21:39:40.990 INFO STEP 64 (ensure_file) COMPLETE
97032026-07-14T21:39:41.875Z[ host-image] Jul 14 21:39:40.990 INFO O| Jul 14 21:39:40.990 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97042026-07-14T21:39:41.878Z[ host-image] Jul 14 21:39:40.995 INFO O| Jul 14 21:39:40.995 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97052026-07-14T21:39:41.878Z[ host-image] Jul 14 21:39:40.995 INFO O| Jul 14 21:39:40.995 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97062026-07-14T21:39:41.878Z[ host-image] Jul 14 21:39:40.995 INFO O| Jul 14 21:39:40.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97072026-07-14T21:39:41.878Z[ host-image] Jul 14 21:39:40.995 INFO O| Jul 14 21:39:40.995 INFO ok!
97082026-07-14T21:39:41.878Z[ host-image] Jul 14 21:39:40.995 INFO O| Jul 14 21:39:40.995 INFO STEP 65 (assemble_files) COMPLETE
97092026-07-14T21:39:41.878Z[ host-image] Jul 14 21:39:40.995 INFO O| Jul 14 21:39:40.995 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97102026-07-14T21:39:41.882Z[ host-image] Jul 14 21:39:41.000 INFO O| Jul 14 21:39:41.000 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97112026-07-14T21:39:41.882Z[ host-image] Jul 14 21:39:41.000 INFO O| Jul 14 21:39:41.000 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97122026-07-14T21:39:41.885Z[ host-image] Jul 14 21:39:41.000 INFO O| Jul 14 21:39:41.000 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97132026-07-14T21:39:41.885Z[ host-image] Jul 14 21:39:41.000 INFO O| Jul 14 21:39:41.000 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97142026-07-14T21:39:41.886Z[ host-image] Jul 14 21:39:41.000 INFO O| Jul 14 21:39:41.000 INFO ok!
97152026-07-14T21:39:41.886Z[ host-image] Jul 14 21:39:41.000 INFO O| Jul 14 21:39:41.000 INFO STEP 66 (ensure_file) COMPLETE
97162026-07-14T21:39:41.886Z[ host-image] Jul 14 21:39:41.000 INFO O| Jul 14 21:39:41.000 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97172026-07-14T21:39:41.889Z[ host-image] Jul 14 21:39:41.006 INFO O| Jul 14 21:39:41.006 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97182026-07-14T21:39:41.889Z[ host-image] Jul 14 21:39:41.006 INFO O| Jul 14 21:39:41.006 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97192026-07-14T21:39:41.889Z[ host-image] Jul 14 21:39:41.006 INFO O| Jul 14 21:39:41.006 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97202026-07-14T21:39:41.889Z[ host-image] Jul 14 21:39:41.006 INFO O| Jul 14 21:39:41.006 INFO STEP 67 (ensure_dir) COMPLETE
97212026-07-14T21:39:41.889Z[ host-image] Jul 14 21:39:41.006 INFO O| Jul 14 21:39:41.006 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97222026-07-14T21:39:41.897Z[ host-image] Jul 14 21:39:41.014 INFO O| Jul 14 21:39:41.014 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97232026-07-14T21:39:41.897Z[ host-image] Jul 14 21:39:41.014 INFO O| Jul 14 21:39:41.014 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 ...
97242026-07-14T21:39:41.902Z[ host-image] Jul 14 21:39:41.019 INFO O| Jul 14 21:39:41.019 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
97252026-07-14T21:39:41.902Z[ host-image] Jul 14 21:39:41.019 INFO O| Jul 14 21:39:41.019 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97262026-07-14T21:39:41.906Z[ host-image] Jul 14 21:39:41.019 INFO O| Jul 14 21:39:41.019 INFO ok!
97272026-07-14T21:39:41.906Z[ host-image] Jul 14 21:39:41.019 INFO O| Jul 14 21:39:41.019 INFO STEP 68 (ensure_file) COMPLETE
97282026-07-14T21:39:41.906Z[ host-image] Jul 14 21:39:41.019 INFO O| Jul 14 21:39:41.019 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97292026-07-14T21:39:41.909Z[ host-image] Jul 14 21:39:41.025 INFO O| Jul 14 21:39:41.025 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97302026-07-14T21:39:41.909Z[ host-image] Jul 14 21:39:41.025 INFO O| Jul 14 21:39:41.025 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 ...
97312026-07-14T21:39:41.909Z[ host-image] Jul 14 21:39:41.025 INFO O| Jul 14 21:39:41.025 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
97322026-07-14T21:39:41.909Z[ host-image] Jul 14 21:39:41.025 INFO O| Jul 14 21:39:41.025 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97332026-07-14T21:39:41.910Z[ host-image] Jul 14 21:39:41.025 INFO O| Jul 14 21:39:41.025 INFO ok!
97342026-07-14T21:39:41.910Z[ host-image] Jul 14 21:39:41.025 INFO O| Jul 14 21:39:41.025 INFO STEP 69 (ensure_file) COMPLETE
97352026-07-14T21:39:41.910Z[ host-image] Jul 14 21:39:41.025 INFO O| Jul 14 21:39:41.025 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97362026-07-14T21:39:41.916Z[ host-image] Jul 14 21:39:41.034 INFO O| Jul 14 21:39:41.034 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97372026-07-14T21:39:41.916Z[ host-image] Jul 14 21:39:41.034 INFO O| Jul 14 21:39:41.034 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97382026-07-14T21:39:43.364Z[ host-image] Jul 14 21:39:42.481 INFO O| Jul 14 21:39:42.481 INFO STEP 70 (pack_tar) COMPLETE
97392026-07-14T21:39:43.364Z[ host-image] Jul 14 21:39:42.481 INFO O| Jul 14 21:39:42.481 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97402026-07-14T21:39:43.364Z[ host-image] Jul 14 21:39:42.481 INFO O| Jul 14 21:39:42.481 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97412026-07-14T21:39:43.908Z[ host-image] Jul 14 21:39:43.025 INFO O| Jul 14 21:39:43.025 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97422026-07-14T21:39:44.007Z[ host-image] Jul 14 21:39:43.124 INFO O| Jul 14 21:39:43.124 INFO completed processing sled/ramdisk-02-trim
97432026-07-14T21:39:44.010Z[ host-image] Jul 14 21:39:43.126 INFO image builder template: zfs...
97442026-07-14T21:39:44.010Z[ host-image] Jul 14 21:39:43.126 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/.tmpirioCU/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.492", "-n", "zfs"], pwd: None
97452026-07-14T21:39:44.020Z[ host-image] Jul 14 21:39:43.137 INFO O| Jul 14 21:39:43.137 INFO skip include "stress" because feature "stress" is not enabled
97462026-07-14T21:39:44.020Z[ host-image] Jul 14 21:39:43.137 INFO O| Jul 14 21:39:43.137 INFO skip include "stress" because feature "compliance" is not enabled
97472026-07-14T21:39:44.045Z[ host-image] Jul 14 21:39:43.163 INFO O| Jul 14 21:39:43.163 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97482026-07-14T21:39:44.048Z[ host-image] Jul 14 21:39:43.165 INFO O| Jul 14 21:39:43.165 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97492026-07-14T21:39:44.122Z[ host-image] Jul 14 21:39:43.239 INFO O| Jul 14 21:39:43.239 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97502026-07-14T21:39:44.198Z[ host-image] Jul 14 21:39:43.315 INFO O| Jul 14 21:39:43.315 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97512026-07-14T21:39:44.198Z[ host-image] Jul 14 21:39:43.315 INFO O| Jul 14 21:39:43.315 INFO work dataset: rpool/images/build/host/work/sled/zfs
97522026-07-14T21:39:44.201Z[ host-image] Jul 14 21:39:43.318 INFO O| Jul 14 21:39:43.318 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97532026-07-14T21:39:44.291Z[ host-image] Jul 14 21:39:43.409 INFO O| Jul 14 21:39:43.409 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97542026-07-14T21:39:44.358Z[ host-image] Jul 14 21:39:43.476 INFO O| Jul 14 21:39:43.476 INFO DESTROY POOL: TEMPORARY-sled-zfs
97552026-07-14T21:39:44.364Z[ host-image] Jul 14 21:39:43.482 INFO O| Jul 14 21:39:43.482 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97562026-07-14T21:39:44.368Z[ host-image] Jul 14 21:39:43.486 INFO O| Jul 14 21:39:43.486 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97572026-07-14T21:39:44.368Z[ host-image] Jul 14 21:39:43.486 INFO O| Jul 14 21:39:43.486 INFO no lofi found
97582026-07-14T21:39:44.371Z[ host-image] Jul 14 21:39:43.486 INFO O| Jul 14 21:39:43.486 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97592026-07-14T21:39:44.371Z[ host-image] Jul 14 21:39:43.486 INFO O| Jul 14 21:39:43.486 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97602026-07-14T21:39:45.883Z[ host-image] Jul 14 21:39:45.001 INFO O| Jul 14 21:39:45.001 INFO lofi device = /dev/dsk/c2t1d0p0
97612026-07-14T21:39:45.884Z[ host-image] Jul 14 21:39:45.001 INFO O| Jul 14 21:39:45.001 INFO pool device = /dev/dsk/c2t1d0p0
97622026-07-14T21:39:45.884Z[ host-image] Jul 14 21:39:45.001 INFO O| Jul 14 21:39:45.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"]
97632026-07-14T21:39:45.934Z[ host-image] Jul 14 21:39:45.051 INFO O| Jul 14 21:39:45.051 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97642026-07-14T21:39:45.934Z[ host-image] Jul 14 21:39:45.051 INFO O| Jul 14 21:39:45.051 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97652026-07-14T21:39:45.948Z[ host-image] Jul 14 21:39:45.066 INFO O| Jul 14 21:39:45.066 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97662026-07-14T21:39:45.984Z[ host-image] Jul 14 21:39:45.101 INFO O| Jul 14 21:39:45.101 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97672026-07-14T21:39:46.006Z[ host-image] Jul 14 21:39:45.124 INFO O| Jul 14 21:39:45.124 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97682026-07-14T21:39:46.016Z[ host-image] Jul 14 21:39:45.133 INFO O| Jul 14 21:39:45.133 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97692026-07-14T21:39:46.022Z[ host-image] Jul 14 21:39:45.139 INFO O| Jul 14 21:39:45.139 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97702026-07-14T21:39:46.050Z[ host-image] Jul 14 21:39:45.167 INFO O| Jul 14 21:39:45.167 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97712026-07-14T21:39:46.050Z[ host-image] Jul 14 21:39:45.167 INFO O| Jul 14 21:39:45.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97722026-07-14T21:39:46.053Z[ host-image] Jul 14 21:39:45.167 INFO O| Jul 14 21:39:45.167 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97732026-07-14T21:39:46.057Z[ host-image] Jul 14 21:39:45.174 INFO O| Jul 14 21:39:45.174 INFO boot environment UUID: 46906ece-cb94-445c-9c53-a05b648dc8ef
97742026-07-14T21:39:46.057Z[ host-image] Jul 14 21:39:45.174 INFO O| Jul 14 21:39:45.174 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 46906ece-cb94-445c-9c53-a05b648dc8ef
97752026-07-14T21:39:46.063Z[ host-image] Jul 14 21:39:45.181 INFO O| Jul 14 21:39:45.181 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97762026-07-14T21:39:46.069Z[ host-image] Jul 14 21:39:45.187 INFO O| Jul 14 21:39:45.187 INFO STEP 0 (create_be) COMPLETE
97772026-07-14T21:39:46.070Z[ host-image] Jul 14 21:39:45.187 INFO O| Jul 14 21:39:45.187 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97782026-07-14T21:39:46.079Z[ host-image] Jul 14 21:39:45.196 INFO O| Jul 14 21:39:45.196 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97792026-07-14T21:39:50.899Z[ recovery-image] Jul 14 21:39:50.016 INFO O| ok, image written!
97802026-07-14T21:39:50.899Z[ recovery-image] Jul 14 21:39:50.016 INFO O| ok, boot_image_csum file written!
97812026-07-14T21:39:50.905Z[ recovery-image] Jul 14 21:39:50.018 INFO creating boot archive (CPIO)...
97822026-07-14T21:39:50.905Z[ recovery-image] Jul 14 21:39:50.018 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
97832026-07-14T21:39:50.909Z[ recovery-image] Jul 14 21:39:50.024 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
97842026-07-14T21:39:50.909Z[ recovery-image] Jul 14 21:39:50.024 INFO E| + outfile=/work/os-recovery/cpio
97852026-07-14T21:39:50.909Z[ recovery-image] Jul 14 21:39:50.024 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
97862026-07-14T21:39:50.909Z[ recovery-image] Jul 14 21:39:50.026 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
97872026-07-14T21:39:50.909Z[ recovery-image] Jul 14 21:39:50.026 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
97882026-07-14T21:39:50.943Z[ recovery-image] Jul 14 21:39:50.056 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
97892026-07-14T21:39:50.944Z[ recovery-image] Jul 14 21:39:50.056 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
97902026-07-14T21:39:50.947Z[ recovery-image] Jul 14 21:39:50.062 INFO creating compressed cpio/unix for dev loaders...
97912026-07-14T21:39:50.947Z[ recovery-image] Jul 14 21:39:50.062 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
97922026-07-14T21:39:51.190Z[ recovery-image] Jul 14 21:39:50.307 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
97932026-07-14T21:39:53.654Z[ host-image] Jul 14 21:39:52.772 INFO O| Jul 14 21:39:52.772 INFO STEP 1 (unpack_tar) COMPLETE
97942026-07-14T21:39:53.654Z[ host-image] Jul 14 21:39:52.772 INFO O| Jul 14 21:39:52.772 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97952026-07-14T21:39:53.663Z[ host-image] Jul 14 21:39:52.781 INFO O| Jul 14 21:39:52.781 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97962026-07-14T21:39:53.908Z[ host-image] Jul 14 21:39:53.026 INFO O| Jul 14 21:39:53.026 INFO STEP 2 (devfsadm) COMPLETE
97972026-07-14T21:39:53.909Z[ host-image] Jul 14 21:39:53.026 INFO O| Jul 14 21:39:53.026 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97982026-07-14T21:39:53.916Z[ host-image] Jul 14 21:39:53.034 INFO O| Jul 14 21:39:53.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97992026-07-14T21:39:53.916Z[ host-image] Jul 14 21:39:53.034 INFO O| Jul 14 21:39:53.034 INFO STEP 3 (ensure_dir) COMPLETE
98002026-07-14T21:39:53.920Z[ host-image] Jul 14 21:39:53.034 INFO O| Jul 14 21:39:53.034 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98012026-07-14T21:39:53.923Z[ host-image] Jul 14 21:39:53.040 INFO O| Jul 14 21:39:53.040 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98022026-07-14T21:39:53.923Z[ host-image] Jul 14 21:39:53.040 INFO O| Jul 14 21:39:53.040 INFO STEP 4 (ensure_dir) COMPLETE
98032026-07-14T21:39:53.923Z[ host-image] Jul 14 21:39:53.040 INFO O| Jul 14 21:39:53.040 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98042026-07-14T21:39:53.927Z[ host-image] Jul 14 21:39:53.045 INFO O| Jul 14 21:39:53.045 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98052026-07-14T21:39:53.927Z[ host-image] Jul 14 21:39:53.045 INFO O| Jul 14 21:39:53.045 INFO STEP 5 (ensure_dir) COMPLETE
98062026-07-14T21:39:53.927Z[ host-image] Jul 14 21:39:53.045 INFO O| Jul 14 21:39:53.045 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98072026-07-14T21:39:53.933Z[ host-image] Jul 14 21:39:53.051 INFO O| Jul 14 21:39:53.051 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98082026-07-14T21:39:53.933Z[ host-image] Jul 14 21:39:53.051 INFO O| Jul 14 21:39:53.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98092026-07-14T21:39:53.936Z[ host-image] Jul 14 21:39:53.051 INFO O| Jul 14 21:39:53.051 INFO STEP 6 (ensure_dir) COMPLETE
98102026-07-14T21:39:53.936Z[ host-image] Jul 14 21:39:53.051 INFO O| Jul 14 21:39:53.051 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98112026-07-14T21:39:53.940Z[ host-image] Jul 14 21:39:53.058 INFO O| Jul 14 21:39:53.058 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98122026-07-14T21:39:53.940Z[ host-image] Jul 14 21:39:53.058 INFO O| Jul 14 21:39:53.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98132026-07-14T21:39:53.940Z[ host-image] Jul 14 21:39:53.058 INFO O| Jul 14 21:39:53.058 INFO STEP 7 (ensure_dir) COMPLETE
98142026-07-14T21:39:53.943Z[ host-image] Jul 14 21:39:53.058 INFO O| Jul 14 21:39:53.058 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98152026-07-14T21:39:53.947Z[ host-image] Jul 14 21:39:53.065 INFO O| Jul 14 21:39:53.064 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98162026-07-14T21:39:53.950Z[ host-image] Jul 14 21:39:53.065 INFO O| Jul 14 21:39:53.065 INFO STEP 8 (remove_files) COMPLETE
98172026-07-14T21:39:53.950Z[ host-image] Jul 14 21:39:53.065 INFO O| Jul 14 21:39:53.065 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98182026-07-14T21:39:53.953Z[ host-image] Jul 14 21:39:53.071 INFO O| Jul 14 21:39:53.071 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98192026-07-14T21:39:53.956Z[ host-image] Jul 14 21:39:53.072 INFO O| Jul 14 21:39:53.071 INFO STEP 9 (remove_files) COMPLETE
98202026-07-14T21:39:53.956Z[ host-image] Jul 14 21:39:53.072 INFO O| Jul 14 21:39:53.071 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98212026-07-14T21:39:53.960Z[ host-image] Jul 14 21:39:53.077 INFO O| Jul 14 21:39:53.077 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98222026-07-14T21:39:53.962Z[ host-image] Jul 14 21:39:53.077 INFO O| Jul 14 21:39:53.077 INFO STEP 10 (remove_files) COMPLETE
98232026-07-14T21:39:53.962Z[ host-image] Jul 14 21:39:53.077 INFO O| Jul 14 21:39:53.077 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98242026-07-14T21:39:53.965Z[ host-image] Jul 14 21:39:53.083 INFO O| Jul 14 21:39:53.083 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98252026-07-14T21:39:53.965Z[ host-image] Jul 14 21:39:53.083 INFO O| Jul 14 21:39:53.083 INFO STEP 11 (remove_files) COMPLETE
98262026-07-14T21:39:53.966Z[ host-image] Jul 14 21:39:53.083 INFO O| Jul 14 21:39:53.083 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98272026-07-14T21:39:53.972Z[ host-image] Jul 14 21:39:53.090 INFO O| Jul 14 21:39:53.090 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98282026-07-14T21:39:53.972Z[ host-image] Jul 14 21:39:53.090 INFO O| Jul 14 21:39:53.090 INFO STEP 12 (remove_files) COMPLETE
98292026-07-14T21:39:53.975Z[ host-image] Jul 14 21:39:53.090 INFO O| Jul 14 21:39:53.090 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98302026-07-14T21:39:53.978Z[ host-image] Jul 14 21:39:53.096 INFO O| Jul 14 21:39:53.096 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98312026-07-14T21:39:53.978Z[ host-image] Jul 14 21:39:53.096 INFO O| Jul 14 21:39:53.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98322026-07-14T21:39:53.981Z[ host-image] Jul 14 21:39:53.096 INFO O| Jul 14 21:39:53.096 INFO STEP 13 (ensure_dir) COMPLETE
98332026-07-14T21:39:53.981Z[ host-image] Jul 14 21:39:53.096 INFO O| Jul 14 21:39:53.096 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98342026-07-14T21:39:53.985Z[ host-image] Jul 14 21:39:53.102 INFO O| Jul 14 21:39:53.102 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98352026-07-14T21:39:53.985Z[ host-image] Jul 14 21:39:53.102 INFO O| Jul 14 21:39:53.102 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98362026-07-14T21:39:53.985Z[ host-image] Jul 14 21:39:53.102 INFO O| Jul 14 21:39:53.102 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98372026-07-14T21:39:53.985Z[ host-image] Jul 14 21:39:53.102 INFO O| Jul 14 21:39:53.102 INFO STEP 14 (ensure_dir) COMPLETE
98382026-07-14T21:39:53.985Z[ host-image] Jul 14 21:39:53.102 INFO O| Jul 14 21:39:53.102 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98392026-07-14T21:39:53.991Z[ host-image] Jul 14 21:39:53.108 INFO O| Jul 14 21:39:53.108 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98402026-07-14T21:39:53.991Z[ host-image] Jul 14 21:39:53.108 INFO O| Jul 14 21:39:53.108 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98412026-07-14T21:39:53.991Z[ host-image] Jul 14 21:39:53.108 INFO O| Jul 14 21:39:53.108 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98422026-07-14T21:39:53.995Z[ host-image] Jul 14 21:39:53.108 INFO O| Jul 14 21:39:53.108 INFO STEP 15 (ensure_dir) COMPLETE
98432026-07-14T21:39:53.995Z[ host-image] Jul 14 21:39:53.108 INFO O| Jul 14 21:39:53.108 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98442026-07-14T21:39:53.998Z[ host-image] Jul 14 21:39:53.114 INFO O| Jul 14 21:39:53.114 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98452026-07-14T21:39:53.998Z[ host-image] Jul 14 21:39:53.114 INFO O| Jul 14 21:39:53.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98462026-07-14T21:39:53.998Z[ host-image] Jul 14 21:39:53.114 INFO O| Jul 14 21:39:53.114 INFO STEP 16 (ensure_dir) COMPLETE
98472026-07-14T21:39:53.998Z[ host-image] Jul 14 21:39:53.114 INFO O| Jul 14 21:39:53.114 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98482026-07-14T21:39:54.002Z[ host-image] Jul 14 21:39:53.119 INFO O| Jul 14 21:39:53.119 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98492026-07-14T21:39:54.002Z[ host-image] Jul 14 21:39:53.119 INFO O| Jul 14 21:39:53.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98502026-07-14T21:39:54.005Z[ host-image] Jul 14 21:39:53.119 INFO O| Jul 14 21:39:53.119 INFO STEP 17 (ensure_dir) COMPLETE
98512026-07-14T21:39:54.005Z[ host-image] Jul 14 21:39:53.119 INFO O| Jul 14 21:39:53.119 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98522026-07-14T21:39:54.008Z[ host-image] Jul 14 21:39:53.125 INFO O| Jul 14 21:39:53.125 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98532026-07-14T21:39:54.008Z[ host-image] Jul 14 21:39:53.125 INFO O| Jul 14 21:39:53.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98542026-07-14T21:39:54.008Z[ host-image] Jul 14 21:39:53.125 INFO O| Jul 14 21:39:53.125 INFO ok!
98552026-07-14T21:39:54.008Z[ host-image] Jul 14 21:39:53.125 INFO O| Jul 14 21:39:53.125 INFO STEP 18 (ensure_symlink) COMPLETE
98562026-07-14T21:39:54.008Z[ host-image] Jul 14 21:39:53.125 INFO O| Jul 14 21:39:53.125 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98572026-07-14T21:39:54.013Z[ host-image] Jul 14 21:39:53.131 INFO O| Jul 14 21:39:53.131 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98582026-07-14T21:39:54.016Z[ host-image] Jul 14 21:39:53.131 INFO O| Jul 14 21:39:53.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98592026-07-14T21:39:54.016Z[ host-image] Jul 14 21:39:53.131 INFO O| Jul 14 21:39:53.131 INFO ok!
98602026-07-14T21:39:54.016Z[ host-image] Jul 14 21:39:53.131 INFO O| Jul 14 21:39:53.131 INFO STEP 19 (ensure_file) COMPLETE
98612026-07-14T21:39:54.016Z[ host-image] Jul 14 21:39:53.131 INFO O| Jul 14 21:39:53.131 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98622026-07-14T21:39:54.019Z[ host-image] Jul 14 21:39:53.137 INFO O| Jul 14 21:39:53.137 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98632026-07-14T21:39:54.019Z[ host-image] Jul 14 21:39:53.137 INFO O| Jul 14 21:39:53.137 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98642026-07-14T21:39:54.019Z[ host-image] Jul 14 21:39:53.137 INFO O| Jul 14 21:39:53.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98652026-07-14T21:39:54.019Z[ host-image] Jul 14 21:39:53.137 INFO O| Jul 14 21:39:53.137 INFO ok!
98662026-07-14T21:39:54.019Z[ host-image] Jul 14 21:39:53.137 INFO O| Jul 14 21:39:53.137 INFO STEP 20 (ensure_symlink) COMPLETE
98672026-07-14T21:39:54.020Z[ host-image] Jul 14 21:39:53.137 INFO O| Jul 14 21:39:53.137 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98682026-07-14T21:39:54.025Z[ host-image] Jul 14 21:39:53.142 INFO O| Jul 14 21:39:53.142 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98692026-07-14T21:39:54.028Z[ host-image] Jul 14 21:39:53.142 INFO O| Jul 14 21:39:53.142 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98702026-07-14T21:39:54.028Z[ host-image] Jul 14 21:39:53.142 INFO O| Jul 14 21:39:53.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98712026-07-14T21:39:54.028Z[ host-image] Jul 14 21:39:53.142 INFO O| Jul 14 21:39:53.142 INFO ok!
98722026-07-14T21:39:54.028Z[ host-image] Jul 14 21:39:53.142 INFO O| Jul 14 21:39:53.142 INFO STEP 21 (ensure_symlink) COMPLETE
98732026-07-14T21:39:54.028Z[ host-image] Jul 14 21:39:53.142 INFO O| Jul 14 21:39:53.142 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98742026-07-14T21:39:54.031Z[ host-image] Jul 14 21:39:53.148 INFO O| Jul 14 21:39:53.148 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98752026-07-14T21:39:54.031Z[ host-image] Jul 14 21:39:53.148 INFO O| Jul 14 21:39:53.148 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98762026-07-14T21:39:54.031Z[ host-image] Jul 14 21:39:53.148 INFO O| Jul 14 21:39:53.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98772026-07-14T21:39:54.031Z[ host-image] Jul 14 21:39:53.148 INFO O| Jul 14 21:39:53.148 INFO ok!
98782026-07-14T21:39:54.031Z[ host-image] Jul 14 21:39:53.148 INFO O| Jul 14 21:39:53.148 INFO STEP 22 (ensure_symlink) COMPLETE
98792026-07-14T21:39:54.031Z[ host-image] Jul 14 21:39:53.148 INFO O| Jul 14 21:39:53.148 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98802026-07-14T21:39:54.036Z[ host-image] Jul 14 21:39:53.154 INFO O| Jul 14 21:39:53.154 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98812026-07-14T21:39:54.036Z[ host-image] Jul 14 21:39:53.154 INFO O| Jul 14 21:39:53.154 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98822026-07-14T21:39:54.039Z[ host-image] Jul 14 21:39:53.154 INFO O| Jul 14 21:39:53.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98832026-07-14T21:39:54.039Z[ host-image] Jul 14 21:39:53.154 INFO O| Jul 14 21:39:53.154 INFO ok!
98842026-07-14T21:39:54.039Z[ host-image] Jul 14 21:39:53.154 INFO O| Jul 14 21:39:53.154 INFO STEP 23 (ensure_symlink) COMPLETE
98852026-07-14T21:39:54.039Z[ host-image] Jul 14 21:39:53.154 INFO O| Jul 14 21:39:53.154 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98862026-07-14T21:39:54.042Z[ host-image] Jul 14 21:39:53.160 INFO O| Jul 14 21:39:53.160 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98872026-07-14T21:39:54.042Z[ host-image] Jul 14 21:39:53.160 INFO O| Jul 14 21:39:53.160 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98882026-07-14T21:39:54.045Z[ host-image] Jul 14 21:39:53.160 INFO O| Jul 14 21:39:53.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98892026-07-14T21:39:54.045Z[ host-image] Jul 14 21:39:53.160 INFO O| Jul 14 21:39:53.160 INFO ok!
98902026-07-14T21:39:54.045Z[ host-image] Jul 14 21:39:53.160 INFO O| Jul 14 21:39:53.160 INFO STEP 24 (ensure_file) COMPLETE
98912026-07-14T21:39:54.045Z[ host-image] Jul 14 21:39:53.160 INFO O| Jul 14 21:39:53.160 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98922026-07-14T21:39:54.049Z[ host-image] Jul 14 21:39:53.166 INFO O| Jul 14 21:39:53.166 INFO updating shadow file
98932026-07-14T21:39:54.052Z[ host-image] Jul 14 21:39:53.166 INFO O| Jul 14 21:39:53.166 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98942026-07-14T21:39:54.052Z[ host-image] Jul 14 21:39:53.166 INFO O| Jul 14 21:39:53.166 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98952026-07-14T21:39:54.052Z[ host-image] Jul 14 21:39:53.166 INFO O| Jul 14 21:39:53.166 INFO STEP 25 (shadow) COMPLETE
98962026-07-14T21:39:54.052Z[ host-image] Jul 14 21:39:53.166 INFO O| Jul 14 21:39:53.166 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98972026-07-14T21:39:54.055Z[ host-image] Jul 14 21:39:53.172 INFO O| Jul 14 21:39:53.172 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98982026-07-14T21:39:54.055Z[ host-image] Jul 14 21:39:53.172 INFO O| Jul 14 21:39:53.172 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98992026-07-14T21:39:54.055Z[ host-image] Jul 14 21:39:53.172 INFO O| Jul 14 21:39:53.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99002026-07-14T21:39:54.055Z[ host-image] Jul 14 21:39:53.172 INFO O| Jul 14 21:39:53.172 INFO ok!
99012026-07-14T21:39:54.055Z[ host-image] Jul 14 21:39:53.172 INFO O| Jul 14 21:39:53.172 INFO STEP 26 (ensure_file) COMPLETE
99022026-07-14T21:39:54.055Z[ host-image] Jul 14 21:39:53.172 INFO O| Jul 14 21:39:53.172 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99032026-07-14T21:39:54.060Z[ host-image] Jul 14 21:39:53.178 INFO O| Jul 14 21:39:53.177 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99042026-07-14T21:39:54.060Z[ host-image] Jul 14 21:39:53.178 INFO O| Jul 14 21:39:53.178 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99052026-07-14T21:39:54.063Z[ host-image] Jul 14 21:39:53.178 INFO O| Jul 14 21:39:53.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99062026-07-14T21:39:54.063Z[ host-image] Jul 14 21:39:53.178 INFO O| Jul 14 21:39:53.178 INFO ok!
99072026-07-14T21:39:54.063Z[ host-image] Jul 14 21:39:53.178 INFO O| Jul 14 21:39:53.178 INFO STEP 27 (ensure_file) COMPLETE
99082026-07-14T21:39:54.063Z[ host-image] Jul 14 21:39:53.178 INFO O| Jul 14 21:39:53.178 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99092026-07-14T21:39:54.066Z[ host-image] Jul 14 21:39:53.183 INFO O| Jul 14 21:39:53.183 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99102026-07-14T21:39:54.066Z[ host-image] Jul 14 21:39:53.183 INFO O| Jul 14 21:39:53.183 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99112026-07-14T21:39:54.066Z[ host-image] Jul 14 21:39:53.183 INFO O| Jul 14 21:39:53.183 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99122026-07-14T21:39:54.066Z[ host-image] Jul 14 21:39:53.183 INFO O| Jul 14 21:39:53.183 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99132026-07-14T21:39:54.066Z[ host-image] Jul 14 21:39:53.183 INFO O| Jul 14 21:39:53.183 INFO ok!
99142026-07-14T21:39:54.066Z[ host-image] Jul 14 21:39:53.183 INFO O| Jul 14 21:39:53.183 INFO STEP 28 (ensure_file) COMPLETE
99152026-07-14T21:39:54.066Z[ host-image] Jul 14 21:39:53.183 INFO O| Jul 14 21:39:53.183 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99162026-07-14T21:39:54.070Z[ host-image] Jul 14 21:39:53.188 INFO O| Jul 14 21:39:53.188 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99172026-07-14T21:39:54.073Z[ host-image] Jul 14 21:39:53.188 INFO O| Jul 14 21:39:53.188 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99182026-07-14T21:39:54.073Z[ host-image] Jul 14 21:39:53.188 INFO O| Jul 14 21:39:53.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99192026-07-14T21:39:54.073Z[ host-image] Jul 14 21:39:53.188 INFO O| Jul 14 21:39:53.188 INFO ok!
99202026-07-14T21:39:54.074Z[ host-image] Jul 14 21:39:53.188 INFO O| Jul 14 21:39:53.188 INFO STEP 29 (ensure_file) COMPLETE
99212026-07-14T21:39:54.074Z[ host-image] Jul 14 21:39:53.188 INFO O| Jul 14 21:39:53.188 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99222026-07-14T21:39:54.076Z[ host-image] Jul 14 21:39:53.194 INFO O| Jul 14 21:39:53.194 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99232026-07-14T21:39:54.079Z[ host-image] Jul 14 21:39:53.194 INFO O| Jul 14 21:39:53.194 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99242026-07-14T21:39:54.079Z[ host-image] Jul 14 21:39:53.194 INFO O| Jul 14 21:39:53.194 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99252026-07-14T21:39:54.079Z[ host-image] Jul 14 21:39:53.194 INFO O| Jul 14 21:39:53.194 INFO STEP 30 (ensure_dir) COMPLETE
99262026-07-14T21:39:54.079Z[ host-image] Jul 14 21:39:53.194 INFO O| Jul 14 21:39:53.194 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99272026-07-14T21:39:54.083Z[ host-image] Jul 14 21:39:53.200 INFO O| Jul 14 21:39:53.200 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99282026-07-14T21:39:54.083Z[ host-image] Jul 14 21:39:53.200 INFO O| Jul 14 21:39:53.200 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99292026-07-14T21:39:54.083Z[ host-image] Jul 14 21:39:53.200 INFO O| Jul 14 21:39:53.200 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99302026-07-14T21:39:54.083Z[ host-image] Jul 14 21:39:53.200 INFO O| Jul 14 21:39:53.200 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99312026-07-14T21:39:54.083Z[ host-image] Jul 14 21:39:53.200 INFO O| Jul 14 21:39:53.200 INFO ok!
99322026-07-14T21:39:54.083Z[ host-image] Jul 14 21:39:53.200 INFO O| Jul 14 21:39:53.200 INFO STEP 31 (ensure_file) COMPLETE
99332026-07-14T21:39:54.083Z[ host-image] Jul 14 21:39:53.200 INFO O| Jul 14 21:39:53.200 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99342026-07-14T21:39:54.087Z[ host-image] Jul 14 21:39:53.205 INFO O| Jul 14 21:39:53.205 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99352026-07-14T21:39:54.087Z[ host-image] Jul 14 21:39:53.205 INFO O| Jul 14 21:39:53.205 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99362026-07-14T21:39:54.087Z[ host-image] Jul 14 21:39:53.205 INFO O| Jul 14 21:39:53.205 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99372026-07-14T21:39:54.090Z[ host-image] Jul 14 21:39:53.205 INFO O| Jul 14 21:39:53.205 INFO STEP 32 (ensure_dir) COMPLETE
99382026-07-14T21:39:54.090Z[ host-image] Jul 14 21:39:53.205 INFO O| Jul 14 21:39:53.205 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99392026-07-14T21:39:54.094Z[ host-image] Jul 14 21:39:53.211 INFO O| Jul 14 21:39:53.211 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99402026-07-14T21:39:54.094Z[ host-image] Jul 14 21:39:53.211 INFO O| Jul 14 21:39:53.211 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 ...
99412026-07-14T21:39:54.094Z[ host-image] Jul 14 21:39:53.211 INFO O| Jul 14 21:39:53.211 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
99422026-07-14T21:39:54.094Z[ host-image] Jul 14 21:39:53.211 INFO O| Jul 14 21:39:53.211 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99432026-07-14T21:39:54.094Z[ host-image] Jul 14 21:39:53.211 INFO O| Jul 14 21:39:53.211 INFO ok!
99442026-07-14T21:39:54.094Z[ host-image] Jul 14 21:39:53.211 INFO O| Jul 14 21:39:53.211 INFO STEP 33 (ensure_file) COMPLETE
99452026-07-14T21:39:54.094Z[ host-image] Jul 14 21:39:53.211 INFO O| Jul 14 21:39:53.211 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99462026-07-14T21:39:54.099Z[ host-image] Jul 14 21:39:53.217 INFO O| Jul 14 21:39:53.217 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99472026-07-14T21:39:54.099Z[ host-image] Jul 14 21:39:53.217 INFO O| Jul 14 21:39:53.217 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99482026-07-14T21:39:54.102Z[ host-image] Jul 14 21:39:53.217 INFO O| Jul 14 21:39:53.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99492026-07-14T21:39:54.102Z[ host-image] Jul 14 21:39:53.217 INFO O| Jul 14 21:39:53.217 INFO ok!
99502026-07-14T21:39:54.102Z[ host-image] Jul 14 21:39:53.217 INFO O| Jul 14 21:39:53.217 INFO STEP 34 (ensure_file) COMPLETE
99512026-07-14T21:39:54.102Z[ host-image] Jul 14 21:39:53.217 INFO O| Jul 14 21:39:53.217 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99522026-07-14T21:39:54.105Z[ host-image] Jul 14 21:39:53.222 INFO O| Jul 14 21:39:53.222 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99532026-07-14T21:39:54.105Z[ host-image] Jul 14 21:39:53.222 INFO O| Jul 14 21:39:53.222 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99542026-07-14T21:39:54.105Z[ host-image] Jul 14 21:39:53.222 INFO O| Jul 14 21:39:53.222 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99552026-07-14T21:39:54.105Z[ host-image] Jul 14 21:39:53.222 INFO O| Jul 14 21:39:53.222 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99562026-07-14T21:39:54.105Z[ host-image] Jul 14 21:39:53.222 INFO O| Jul 14 21:39:53.222 INFO ok!
99572026-07-14T21:39:54.105Z[ host-image] Jul 14 21:39:53.222 INFO O| Jul 14 21:39:53.222 INFO STEP 35 (ensure_file) COMPLETE
99582026-07-14T21:39:54.105Z[ host-image] Jul 14 21:39:53.222 INFO O| Jul 14 21:39:53.222 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99592026-07-14T21:39:54.161Z[ host-image] Jul 14 21:39:53.229 INFO O| Jul 14 21:39:53.229 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99602026-07-14T21:39:54.161Z[ host-image] Jul 14 21:39:53.229 INFO O| Jul 14 21:39:53.229 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99612026-07-14T21:39:54.161Z[ host-image] Jul 14 21:39:53.229 INFO O| Jul 14 21:39:53.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99622026-07-14T21:39:54.161Z[ host-image] Jul 14 21:39:53.229 INFO O| Jul 14 21:39:53.229 INFO ok!
99632026-07-14T21:39:54.161Z[ host-image] Jul 14 21:39:53.229 INFO O| Jul 14 21:39:53.229 INFO STEP 36 (ensure_file) COMPLETE
99642026-07-14T21:39:54.161Z[ host-image] Jul 14 21:39:53.229 INFO O| Jul 14 21:39:53.229 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99652026-07-14T21:39:54.161Z[ host-image] Jul 14 21:39:53.235 INFO O| Jul 14 21:39:53.235 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99662026-07-14T21:39:54.161Z[ host-image] Jul 14 21:39:53.235 INFO O| Jul 14 21:39:53.235 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99672026-07-14T21:39:54.161Z[ host-image] Jul 14 21:39:53.235 INFO O| Jul 14 21:39:53.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99682026-07-14T21:39:54.161Z[ host-image] Jul 14 21:39:53.235 INFO O| Jul 14 21:39:53.235 INFO ok!
99692026-07-14T21:39:54.161Z[ host-image] Jul 14 21:39:53.235 INFO O| Jul 14 21:39:53.235 INFO STEP 37 (ensure_file) COMPLETE
99702026-07-14T21:39:54.161Z[ host-image] Jul 14 21:39:53.235 INFO O| Jul 14 21:39:53.235 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99712026-07-14T21:39:54.161Z[ host-image] Jul 14 21:39:53.240 INFO O| Jul 14 21:39:53.240 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99722026-07-14T21:39:54.161Z[ host-image] Jul 14 21:39:53.240 INFO O| Jul 14 21:39:53.240 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99732026-07-14T21:39:54.161Z[ host-image] Jul 14 21:39:53.240 INFO O| Jul 14 21:39:53.240 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99742026-07-14T21:39:54.161Z[ host-image] Jul 14 21:39:53.240 INFO O| Jul 14 21:39:53.240 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99752026-07-14T21:39:54.161Z[ host-image] Jul 14 21:39:53.240 INFO O| Jul 14 21:39:53.240 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99762026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.240 INFO O| Jul 14 21:39:53.240 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99772026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.240 INFO O| Jul 14 21:39:53.240 INFO ok!
99782026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.240 INFO O| Jul 14 21:39:53.240 INFO STEP 38 (ensure_file) COMPLETE
99792026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.240 INFO O| Jul 14 21:39:53.240 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99802026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.245 INFO O| Jul 14 21:39:53.245 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99812026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.246 INFO O| Jul 14 21:39:53.245 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99822026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.246 INFO O| Jul 14 21:39:53.245 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99832026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.246 INFO O| Jul 14 21:39:53.245 INFO STEP 39 (ensure_dir) COMPLETE
99842026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.246 INFO O| Jul 14 21:39:53.246 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99852026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.252 INFO O| Jul 14 21:39:53.252 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
99862026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.252 INFO O| Jul 14 21:39:53.252 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 ...
99872026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.252 INFO O| Jul 14 21:39:53.252 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
99882026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.252 INFO O| Jul 14 21:39:53.252 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
99892026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.252 INFO O| Jul 14 21:39:53.252 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
99902026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.252 INFO O| Jul 14 21:39:53.252 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
99912026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.252 INFO O| Jul 14 21:39:53.252 INFO ok!
99922026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.252 INFO O| Jul 14 21:39:53.252 INFO STEP 40 (ensure_file) COMPLETE
99932026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.252 INFO O| Jul 14 21:39:53.252 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99942026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.257 INFO O| Jul 14 21:39:53.257 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99952026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.257 INFO O| Jul 14 21:39:53.257 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 ...
99962026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.257 INFO O| Jul 14 21:39:53.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99972026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.257 INFO O| Jul 14 21:39:53.257 INFO ok!
99982026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.257 INFO O| Jul 14 21:39:53.257 INFO STEP 41 (ensure_symlink) COMPLETE
99992026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.257 INFO O| Jul 14 21:39:53.257 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100002026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.262 INFO O| Jul 14 21:39:53.262 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100012026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.262 INFO O| Jul 14 21:39:53.262 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100022026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.262 INFO O| Jul 14 21:39:53.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100032026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.262 INFO O| Jul 14 21:39:53.262 INFO ok!
100042026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.262 INFO O| Jul 14 21:39:53.262 INFO STEP 42 (ensure_symlink) COMPLETE
100052026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.262 INFO O| Jul 14 21:39:53.262 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100062026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.268 INFO O| Jul 14 21:39:53.268 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100072026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.268 INFO O| Jul 14 21:39:53.268 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100082026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.268 INFO O| Jul 14 21:39:53.268 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100092026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.268 INFO O| Jul 14 21:39:53.268 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100102026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.268 INFO O| Jul 14 21:39:53.268 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100112026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.268 INFO O| Jul 14 21:39:53.268 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100122026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.268 INFO O| Jul 14 21:39:53.268 INFO ok!
100132026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.268 INFO O| Jul 14 21:39:53.268 INFO STEP 43 (ensure_file) COMPLETE
100142026-07-14T21:39:54.162Z[ host-image] Jul 14 21:39:53.268 INFO O| Jul 14 21:39:53.268 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100152026-07-14T21:39:54.163Z[ host-image] Jul 14 21:39:53.274 INFO O| Jul 14 21:39:53.274 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100162026-07-14T21:39:54.163Z[ host-image] Jul 14 21:39:53.274 INFO O| Jul 14 21:39:53.274 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 ...
100172026-07-14T21:39:54.163Z[ host-image] Jul 14 21:39:53.274 INFO O| Jul 14 21:39:53.274 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
100182026-07-14T21:39:54.163Z[ host-image] Jul 14 21:39:53.274 INFO O| Jul 14 21:39:53.274 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100192026-07-14T21:39:54.163Z[ host-image] Jul 14 21:39:53.274 INFO O| Jul 14 21:39:53.274 INFO ok!
100202026-07-14T21:39:54.163Z[ host-image] Jul 14 21:39:53.274 INFO O| Jul 14 21:39:53.274 INFO STEP 44 (ensure_file) COMPLETE
100212026-07-14T21:39:54.163Z[ host-image] Jul 14 21:39:53.274 INFO O| Jul 14 21:39:53.274 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100222026-07-14T21:39:54.166Z[ host-image] Jul 14 21:39:53.280 INFO O| Jul 14 21:39:53.280 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100232026-07-14T21:39:54.166Z[ host-image] Jul 14 21:39:53.280 INFO O| Jul 14 21:39:53.280 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100242026-07-14T21:39:54.166Z[ host-image] Jul 14 21:39:53.280 INFO O| Jul 14 21:39:53.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100252026-07-14T21:39:54.166Z[ host-image] Jul 14 21:39:53.280 INFO O| Jul 14 21:39:53.280 INFO ok!
100262026-07-14T21:39:54.167Z[ host-image] Jul 14 21:39:53.280 INFO O| Jul 14 21:39:53.280 INFO STEP 45 (ensure_file) COMPLETE
100272026-07-14T21:39:54.167Z[ host-image] Jul 14 21:39:53.280 INFO O| Jul 14 21:39:53.280 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100282026-07-14T21:39:54.170Z[ host-image] Jul 14 21:39:53.286 INFO O| Jul 14 21:39:53.286 INFO updating shadow file
100292026-07-14T21:39:54.170Z[ host-image] Jul 14 21:39:53.286 INFO O| Jul 14 21:39:53.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100302026-07-14T21:39:54.170Z[ host-image] Jul 14 21:39:53.286 INFO O| Jul 14 21:39:53.286 INFO STEP 46 (shadow) COMPLETE
100312026-07-14T21:39:54.170Z[ host-image] Jul 14 21:39:53.286 INFO O| Jul 14 21:39:53.286 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100322026-07-14T21:39:54.175Z[ host-image] Jul 14 21:39:53.293 INFO O| Jul 14 21:39:53.293 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100332026-07-14T21:39:54.175Z[ host-image] Jul 14 21:39:53.293 INFO O| Jul 14 21:39:53.293 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100342026-07-14T21:39:54.178Z[ host-image] Jul 14 21:39:53.293 INFO O| Jul 14 21:39:53.293 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100352026-07-14T21:39:54.178Z[ host-image] Jul 14 21:39:53.293 INFO O| Jul 14 21:39:53.293 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100362026-07-14T21:39:54.178Z[ host-image] Jul 14 21:39:53.293 INFO O| Jul 14 21:39:53.293 INFO ok!
100372026-07-14T21:39:54.178Z[ host-image] Jul 14 21:39:53.293 INFO O| Jul 14 21:39:53.293 INFO STEP 47 (ensure_file) COMPLETE
100382026-07-14T21:39:54.178Z[ host-image] Jul 14 21:39:53.293 INFO O| Jul 14 21:39:53.293 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100392026-07-14T21:39:54.178Z[ host-image] Jul 14 21:39:53.293 INFO O| Jul 14 21:39:53.293 INFO skip step because feature "mfg" is not enabled
100402026-07-14T21:39:54.178Z[ host-image] Jul 14 21:39:53.293 INFO O| Jul 14 21:39:53.293 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100412026-07-14T21:39:54.178Z[ host-image] Jul 14 21:39:53.293 INFO O| Jul 14 21:39:53.293 INFO skip step because feature "mfg" is not enabled
100422026-07-14T21:39:54.178Z[ host-image] Jul 14 21:39:53.293 INFO O| Jul 14 21:39:53.293 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100432026-07-14T21:39:54.182Z[ host-image] Jul 14 21:39:53.298 INFO O| Jul 14 21:39:53.298 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100442026-07-14T21:39:54.182Z[ host-image] Jul 14 21:39:53.298 INFO O| Jul 14 21:39:53.298 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100452026-07-14T21:39:54.202Z[ host-image] Jul 14 21:39:53.319 INFO O| Jul 14 21:39:53.319 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100462026-07-14T21:39:54.202Z[ host-image] Jul 14 21:39:53.319 INFO O| Jul 14 21:39:53.319 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100472026-07-14T21:39:54.202Z[ host-image] Jul 14 21:39:53.319 INFO O| Jul 14 21:39:53.319 INFO ok!
100482026-07-14T21:39:54.205Z[ host-image] Jul 14 21:39:53.319 INFO O| Jul 14 21:39:53.319 INFO STEP 50 (ensure_file) COMPLETE
100492026-07-14T21:39:54.205Z[ host-image] Jul 14 21:39:53.319 INFO O| Jul 14 21:39:53.319 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100502026-07-14T21:39:54.205Z[ host-image] Jul 14 21:39:53.319 INFO O| Jul 14 21:39:53.319 INFO skip step because feature "compliance" is not enabled
100512026-07-14T21:39:54.205Z[ host-image] Jul 14 21:39:53.319 INFO O| Jul 14 21:39:53.319 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100522026-07-14T21:39:54.210Z[ host-image] Jul 14 21:39:53.326 INFO O| Jul 14 21:39:53.326 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100532026-07-14T21:39:54.210Z[ host-image] Jul 14 21:39:53.326 INFO O| Jul 14 21:39:53.326 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100542026-07-14T21:39:54.214Z[ host-image] Jul 14 21:39:53.326 INFO O| Jul 14 21:39:53.326 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100552026-07-14T21:39:54.214Z[ host-image] Jul 14 21:39:53.326 INFO O| Jul 14 21:39:53.326 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100562026-07-14T21:39:54.214Z[ host-image] Jul 14 21:39:53.326 INFO O| Jul 14 21:39:53.326 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100572026-07-14T21:39:54.214Z[ host-image] Jul 14 21:39:53.326 INFO O| Jul 14 21:39:53.326 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100582026-07-14T21:39:54.214Z[ host-image] Jul 14 21:39:53.326 INFO O| Jul 14 21:39:53.326 INFO ok!
100592026-07-14T21:39:54.214Z[ host-image] Jul 14 21:39:53.326 INFO O| Jul 14 21:39:53.326 INFO STEP 52 (ensure_file) COMPLETE
100602026-07-14T21:39:54.214Z[ host-image] Jul 14 21:39:53.326 INFO O| Jul 14 21:39:53.326 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100612026-07-14T21:39:54.217Z[ host-image] Jul 14 21:39:53.332 INFO O| Jul 14 21:39:53.332 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100622026-07-14T21:39:54.217Z[ host-image] Jul 14 21:39:53.333 INFO O| Jul 14 21:39:53.332 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 ...
100632026-07-14T21:39:54.217Z[ host-image] Jul 14 21:39:53.333 INFO O| Jul 14 21:39:53.333 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
100642026-07-14T21:39:54.217Z[ host-image] Jul 14 21:39:53.333 INFO O| Jul 14 21:39:53.333 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100652026-07-14T21:39:54.217Z[ host-image] Jul 14 21:39:53.333 INFO O| Jul 14 21:39:53.333 INFO ok!
100662026-07-14T21:39:54.217Z[ host-image] Jul 14 21:39:53.333 INFO O| Jul 14 21:39:53.333 INFO STEP 53 (ensure_file) COMPLETE
100672026-07-14T21:39:54.217Z[ host-image] Jul 14 21:39:53.333 INFO O| Jul 14 21:39:53.333 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100682026-07-14T21:39:54.221Z[ host-image] Jul 14 21:39:53.339 INFO O| Jul 14 21:39:53.338 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100692026-07-14T21:39:54.221Z[ host-image] Jul 14 21:39:53.339 INFO O| Jul 14 21:39:53.338 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 ...
100702026-07-14T21:39:54.221Z[ host-image] Jul 14 21:39:53.339 INFO O| Jul 14 21:39:53.339 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100712026-07-14T21:39:54.224Z[ host-image] Jul 14 21:39:53.339 INFO O| Jul 14 21:39:53.339 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100722026-07-14T21:39:54.224Z[ host-image] Jul 14 21:39:53.339 INFO O| Jul 14 21:39:53.339 INFO ok!
100732026-07-14T21:39:54.224Z[ host-image] Jul 14 21:39:53.339 INFO O| Jul 14 21:39:53.339 INFO STEP 54 (ensure_file) COMPLETE
100742026-07-14T21:39:54.224Z[ host-image] Jul 14 21:39:53.339 INFO O| Jul 14 21:39:53.339 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100752026-07-14T21:39:54.227Z[ host-image] Jul 14 21:39:53.344 INFO O| Jul 14 21:39:53.344 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100762026-07-14T21:39:54.227Z[ host-image] Jul 14 21:39:53.344 INFO O| Jul 14 21:39:53.344 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 ...
100772026-07-14T21:39:54.227Z[ host-image] Jul 14 21:39:53.344 INFO O| Jul 14 21:39:53.344 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
100782026-07-14T21:39:54.227Z[ host-image] Jul 14 21:39:53.344 INFO O| Jul 14 21:39:53.344 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100792026-07-14T21:39:54.227Z[ host-image] Jul 14 21:39:53.344 INFO O| Jul 14 21:39:53.344 INFO ok!
100802026-07-14T21:39:54.227Z[ host-image] Jul 14 21:39:53.344 INFO O| Jul 14 21:39:53.344 INFO STEP 55 (ensure_file) COMPLETE
100812026-07-14T21:39:54.227Z[ host-image] Jul 14 21:39:53.344 INFO O| Jul 14 21:39:53.344 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100822026-07-14T21:39:54.232Z[ host-image] Jul 14 21:39:53.350 INFO O| Jul 14 21:39:53.350 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100832026-07-14T21:39:54.232Z[ host-image] Jul 14 21:39:53.350 INFO O| Jul 14 21:39:53.350 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 ...
100842026-07-14T21:39:54.232Z[ host-image] Jul 14 21:39:53.350 INFO O| Jul 14 21:39:53.350 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100852026-07-14T21:39:54.235Z[ host-image] Jul 14 21:39:53.350 INFO O| Jul 14 21:39:53.350 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100862026-07-14T21:39:54.235Z[ host-image] Jul 14 21:39:53.350 INFO O| Jul 14 21:39:53.350 INFO ok!
100872026-07-14T21:39:54.235Z[ host-image] Jul 14 21:39:53.350 INFO O| Jul 14 21:39:53.350 INFO STEP 56 (ensure_file) COMPLETE
100882026-07-14T21:39:54.235Z[ host-image] Jul 14 21:39:53.350 INFO O| Jul 14 21:39:53.350 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100892026-07-14T21:39:54.238Z[ host-image] Jul 14 21:39:53.356 INFO O| Jul 14 21:39:53.356 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100902026-07-14T21:39:54.238Z[ host-image] Jul 14 21:39:53.356 INFO O| Jul 14 21:39:53.356 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 ...
100912026-07-14T21:39:54.238Z[ host-image] Jul 14 21:39:53.356 INFO O| Jul 14 21:39:53.356 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
100922026-07-14T21:39:54.238Z[ host-image] Jul 14 21:39:53.356 INFO O| Jul 14 21:39:53.356 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100932026-07-14T21:39:54.238Z[ host-image] Jul 14 21:39:53.356 INFO O| Jul 14 21:39:53.356 INFO ok!
100942026-07-14T21:39:54.241Z[ host-image] Jul 14 21:39:53.356 INFO O| Jul 14 21:39:53.356 INFO STEP 57 (ensure_file) COMPLETE
100952026-07-14T21:39:54.241Z[ host-image] Jul 14 21:39:53.356 INFO O| Jul 14 21:39:53.356 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100962026-07-14T21:39:54.244Z[ host-image] Jul 14 21:39:53.362 INFO O| Jul 14 21:39:53.362 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100972026-07-14T21:39:54.244Z[ host-image] Jul 14 21:39:53.362 INFO O| Jul 14 21:39:53.362 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 ...
100982026-07-14T21:39:54.244Z[ host-image] Jul 14 21:39:53.362 INFO O| Jul 14 21:39:53.362 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100992026-07-14T21:39:54.244Z[ host-image] Jul 14 21:39:53.362 INFO O| Jul 14 21:39:53.362 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101002026-07-14T21:39:54.245Z[ host-image] Jul 14 21:39:53.362 INFO O| Jul 14 21:39:53.362 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101012026-07-14T21:39:54.248Z[ host-image] Jul 14 21:39:53.362 INFO O| Jul 14 21:39:53.362 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101022026-07-14T21:39:54.248Z[ host-image] Jul 14 21:39:53.362 INFO O| Jul 14 21:39:53.362 INFO ok!
101032026-07-14T21:39:54.248Z[ host-image] Jul 14 21:39:53.362 INFO O| Jul 14 21:39:53.362 INFO STEP 58 (ensure_file) COMPLETE
101042026-07-14T21:39:54.248Z[ host-image] Jul 14 21:39:53.362 INFO O| Jul 14 21:39:53.362 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101052026-07-14T21:39:54.251Z[ host-image] Jul 14 21:39:53.367 INFO O| Jul 14 21:39:53.367 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101062026-07-14T21:39:54.251Z[ host-image] Jul 14 21:39:53.367 INFO O| Jul 14 21:39:53.367 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 ...
101072026-07-14T21:39:54.251Z[ host-image] Jul 14 21:39:53.367 INFO O| Jul 14 21:39:53.367 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
101082026-07-14T21:39:54.251Z[ host-image] Jul 14 21:39:53.367 INFO O| Jul 14 21:39:53.367 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101092026-07-14T21:39:54.251Z[ host-image] Jul 14 21:39:53.367 INFO O| Jul 14 21:39:53.367 INFO ok!
101102026-07-14T21:39:54.251Z[ host-image] Jul 14 21:39:53.367 INFO O| Jul 14 21:39:53.367 INFO STEP 59 (ensure_file) COMPLETE
101112026-07-14T21:39:54.251Z[ host-image] Jul 14 21:39:53.367 INFO O| Jul 14 21:39:53.367 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101122026-07-14T21:39:54.255Z[ host-image] Jul 14 21:39:53.373 INFO O| Jul 14 21:39:53.372 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101132026-07-14T21:39:54.255Z[ host-image] Jul 14 21:39:53.373 INFO O| Jul 14 21:39:53.372 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101142026-07-14T21:39:54.258Z[ host-image] Jul 14 21:39:53.373 INFO O| Jul 14 21:39:53.373 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101152026-07-14T21:39:54.258Z[ host-image] Jul 14 21:39:53.373 INFO O| Jul 14 21:39:53.373 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101162026-07-14T21:39:54.258Z[ host-image] Jul 14 21:39:53.373 INFO O| Jul 14 21:39:53.373 INFO ok!
101172026-07-14T21:39:54.258Z[ host-image] Jul 14 21:39:53.373 INFO O| Jul 14 21:39:53.373 INFO STEP 60 (ensure_file) COMPLETE
101182026-07-14T21:39:54.258Z[ host-image] Jul 14 21:39:53.373 INFO O| Jul 14 21:39:53.373 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101192026-07-14T21:39:54.261Z[ host-image] Jul 14 21:39:53.378 INFO O| Jul 14 21:39:53.378 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101202026-07-14T21:39:54.261Z[ host-image] Jul 14 21:39:53.378 INFO O| Jul 14 21:39:53.378 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 ...
101212026-07-14T21:39:54.261Z[ host-image] Jul 14 21:39:53.378 INFO O| Jul 14 21:39:53.378 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
101222026-07-14T21:39:54.261Z[ host-image] Jul 14 21:39:53.378 INFO O| Jul 14 21:39:53.378 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101232026-07-14T21:39:54.261Z[ host-image] Jul 14 21:39:53.378 INFO O| Jul 14 21:39:53.378 INFO ok!
101242026-07-14T21:39:54.261Z[ host-image] Jul 14 21:39:53.378 INFO O| Jul 14 21:39:53.378 INFO STEP 61 (ensure_file) COMPLETE
101252026-07-14T21:39:54.261Z[ host-image] Jul 14 21:39:53.378 INFO O| Jul 14 21:39:53.378 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101262026-07-14T21:39:54.265Z[ host-image] Jul 14 21:39:53.383 INFO O| Jul 14 21:39:53.383 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101272026-07-14T21:39:54.266Z[ host-image] Jul 14 21:39:53.383 INFO O| Jul 14 21:39:53.383 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101282026-07-14T21:39:54.269Z[ host-image] Jul 14 21:39:53.383 INFO O| Jul 14 21:39:53.383 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101292026-07-14T21:39:54.269Z[ host-image] Jul 14 21:39:53.383 INFO O| Jul 14 21:39:53.383 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101302026-07-14T21:39:54.269Z[ host-image] Jul 14 21:39:53.383 INFO O| Jul 14 21:39:53.383 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101312026-07-14T21:39:54.269Z[ host-image] Jul 14 21:39:53.383 INFO O| Jul 14 21:39:53.383 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101322026-07-14T21:39:54.269Z[ host-image] Jul 14 21:39:53.383 INFO O| Jul 14 21:39:53.383 INFO ok!
101332026-07-14T21:39:54.269Z[ host-image] Jul 14 21:39:53.383 INFO O| Jul 14 21:39:53.383 INFO STEP 62 (ensure_file) COMPLETE
101342026-07-14T21:39:54.269Z[ host-image] Jul 14 21:39:53.383 INFO O| Jul 14 21:39:53.383 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101352026-07-14T21:39:54.272Z[ host-image] Jul 14 21:39:53.388 INFO O| Jul 14 21:39:53.388 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101362026-07-14T21:39:54.272Z[ host-image] Jul 14 21:39:53.388 INFO O| Jul 14 21:39:53.388 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 ...
101372026-07-14T21:39:54.272Z[ host-image] Jul 14 21:39:53.389 INFO O| Jul 14 21:39:53.389 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
101382026-07-14T21:39:54.272Z[ host-image] Jul 14 21:39:53.389 INFO O| Jul 14 21:39:53.389 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101392026-07-14T21:39:54.272Z[ host-image] Jul 14 21:39:53.389 INFO O| Jul 14 21:39:53.389 INFO ok!
101402026-07-14T21:39:54.272Z[ host-image] Jul 14 21:39:53.389 INFO O| Jul 14 21:39:53.389 INFO STEP 63 (ensure_file) COMPLETE
101412026-07-14T21:39:54.272Z[ host-image] Jul 14 21:39:53.389 INFO O| Jul 14 21:39:53.389 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101422026-07-14T21:39:54.276Z[ host-image] Jul 14 21:39:53.394 INFO O| Jul 14 21:39:53.394 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101432026-07-14T21:39:54.276Z[ host-image] Jul 14 21:39:53.394 INFO O| Jul 14 21:39:53.394 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 ...
101442026-07-14T21:39:54.279Z[ host-image] Jul 14 21:39:53.394 INFO O| Jul 14 21:39:53.394 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
101452026-07-14T21:39:54.279Z[ host-image] Jul 14 21:39:53.394 INFO O| Jul 14 21:39:53.394 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101462026-07-14T21:39:54.279Z[ host-image] Jul 14 21:39:53.394 INFO O| Jul 14 21:39:53.394 INFO ok!
101472026-07-14T21:39:54.279Z[ host-image] Jul 14 21:39:53.394 INFO O| Jul 14 21:39:53.394 INFO STEP 64 (ensure_file) COMPLETE
101482026-07-14T21:39:54.279Z[ host-image] Jul 14 21:39:53.394 INFO O| Jul 14 21:39:53.394 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101492026-07-14T21:39:54.283Z[ host-image] Jul 14 21:39:53.400 INFO O| Jul 14 21:39:53.400 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101502026-07-14T21:39:54.283Z[ host-image] Jul 14 21:39:53.400 INFO O| Jul 14 21:39:53.400 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 ...
101512026-07-14T21:39:54.283Z[ host-image] Jul 14 21:39:53.400 INFO O| Jul 14 21:39:53.400 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
101522026-07-14T21:39:54.286Z[ host-image] Jul 14 21:39:53.400 INFO O| Jul 14 21:39:53.400 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101532026-07-14T21:39:54.286Z[ host-image] Jul 14 21:39:53.400 INFO O| Jul 14 21:39:53.400 INFO ok!
101542026-07-14T21:39:54.286Z[ host-image] Jul 14 21:39:53.400 INFO O| Jul 14 21:39:53.400 INFO STEP 65 (ensure_file) COMPLETE
101552026-07-14T21:39:54.286Z[ host-image] Jul 14 21:39:53.400 INFO O| Jul 14 21:39:53.400 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101562026-07-14T21:39:54.286Z[ host-image] Jul 14 21:39:53.400 INFO O| Jul 14 21:39:53.400 INFO skip step because feature "mbist" is not enabled
101572026-07-14T21:39:54.286Z[ host-image] Jul 14 21:39:53.400 INFO O| Jul 14 21:39:53.400 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101582026-07-14T21:39:54.289Z[ host-image] Jul 14 21:39:53.406 INFO O| Jul 14 21:39:53.406 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101592026-07-14T21:39:54.289Z[ host-image] Jul 14 21:39:53.406 INFO O| Jul 14 21:39:53.406 INFO STEP 67 (ensure_dir) COMPLETE
101602026-07-14T21:39:54.289Z[ host-image] Jul 14 21:39:53.406 INFO O| Jul 14 21:39:53.406 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101612026-07-14T21:39:54.293Z[ host-image] Jul 14 21:39:53.411 INFO O| Jul 14 21:39:53.411 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101622026-07-14T21:39:54.293Z[ host-image] Jul 14 21:39:53.411 INFO O| Jul 14 21:39:53.411 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101632026-07-14T21:39:54.293Z[ host-image] Jul 14 21:39:53.411 INFO O| Jul 14 21:39:53.411 INFO STEP 68 (ensure_dir) COMPLETE
101642026-07-14T21:39:54.296Z[ host-image] Jul 14 21:39:53.411 INFO O| Jul 14 21:39:53.411 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101652026-07-14T21:39:54.300Z[ host-image] Jul 14 21:39:53.417 INFO O| Jul 14 21:39:53.417 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101662026-07-14T21:39:54.300Z[ host-image] Jul 14 21:39:53.417 INFO O| Jul 14 21:39:53.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101672026-07-14T21:39:54.303Z[ host-image] Jul 14 21:39:53.417 INFO O| Jul 14 21:39:53.417 INFO STEP 69 (ensure_dir) COMPLETE
101682026-07-14T21:39:54.303Z[ host-image] Jul 14 21:39:53.417 INFO O| Jul 14 21:39:53.417 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692026-07-14T21:39:54.306Z[ host-image] Jul 14 21:39:53.422 INFO O| Jul 14 21:39:53.422 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101702026-07-14T21:39:54.306Z[ host-image] Jul 14 21:39:53.422 INFO O| Jul 14 21:39:53.422 INFO copying /tmp/.tmpirioCU/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101712026-07-14T21:39:54.660Z[ recovery-image] Jul 14 21:39:53.775 INFO creating reset image...
101722026-07-14T21:39:54.660Z[ recovery-image] Jul 14 21:39:53.775 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")
101732026-07-14T21:39:54.828Z[ host-image] Jul 14 21:39:53.945 INFO O| Jul 14 21:39:53.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101742026-07-14T21:39:54.828Z[ host-image] Jul 14 21:39:53.945 INFO O| Jul 14 21:39:53.945 INFO ok!
101752026-07-14T21:39:54.831Z[ host-image] Jul 14 21:39:53.945 INFO O| Jul 14 21:39:53.945 INFO STEP 70 (ensure_file) COMPLETE
101762026-07-14T21:39:54.831Z[ host-image] Jul 14 21:39:53.945 INFO O| Jul 14 21:39:53.945 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101772026-07-14T21:39:54.835Z[ host-image] Jul 14 21:39:53.952 INFO O| Jul 14 21:39:53.952 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101782026-07-14T21:39:54.835Z[ host-image] Jul 14 21:39:53.952 INFO O| Jul 14 21:39:53.952 INFO copying /tmp/.tmpirioCU/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101792026-07-14T21:39:54.907Z[ recovery-image] Jul 14 21:39:54.021 INFO E| Updating crates.io index
101802026-07-14T21:39:55.134Z[ recovery-image] Jul 14 21:39:54.249 INFO E| Downloading crates ...
101812026-07-14T21:39:55.178Z[ recovery-image] Jul 14 21:39:54.295 INFO E| Downloaded colorchoice v1.0.5
101822026-07-14T21:39:55.181Z[ recovery-image] Jul 14 21:39:54.296 INFO E| Downloaded shared_thread v0.2.0
101832026-07-14T21:39:55.185Z[ recovery-image] Jul 14 21:39:54.301 INFO E| Downloaded duct v1.1.1
101842026-07-14T21:39:55.189Z[ recovery-image] Jul 14 21:39:54.304 INFO E| Downloaded shared_child v1.1.1
101852026-07-14T21:39:55.189Z[ recovery-image] Jul 14 21:39:54.304 INFO E| Downloaded clap_lex v1.1.0
101862026-07-14T21:39:55.192Z[ recovery-image] Jul 14 21:39:54.305 INFO E| Downloaded sigchld v0.2.4
101872026-07-14T21:39:55.192Z[ recovery-image] Jul 14 21:39:54.305 INFO E| Downloaded os_pipe v1.2.3
101882026-07-14T21:39:55.228Z[ recovery-image] Jul 14 21:39:54.346 INFO E| Compiling libc v0.2.186
101892026-07-14T21:39:55.228Z[ recovery-image] Jul 14 21:39:54.346 INFO E| Compiling proc-macro2 v1.0.106
101902026-07-14T21:39:55.231Z[ recovery-image] Jul 14 21:39:54.346 INFO E| Compiling signal-hook v0.3.18
101912026-07-14T21:39:55.232Z[ recovery-image] Jul 14 21:39:54.346 INFO E| Compiling unicode-ident v1.0.24
101922026-07-14T21:39:55.232Z[ recovery-image] Jul 14 21:39:54.346 INFO E| Compiling quote v1.0.45
101932026-07-14T21:39:55.232Z[ recovery-image] Jul 14 21:39:54.346 INFO E| Compiling utf8parse v0.2.2
101942026-07-14T21:39:55.232Z[ recovery-image] Jul 14 21:39:54.346 INFO E| Compiling colorchoice v1.0.5
101952026-07-14T21:39:55.232Z[ recovery-image] Jul 14 21:39:54.346 INFO E| Compiling anstyle v1.0.14
101962026-07-14T21:39:55.232Z[ recovery-image] Jul 14 21:39:54.346 INFO E| Compiling anstyle-query v1.1.5
101972026-07-14T21:39:55.232Z[ recovery-image] Jul 14 21:39:54.346 INFO E| Compiling is_terminal_polyfill v1.70.2
101982026-07-14T21:39:55.232Z[ recovery-image] Jul 14 21:39:54.346 INFO E| Compiling strsim v0.11.1
101992026-07-14T21:39:55.232Z[ recovery-image] Jul 14 21:39:54.346 INFO E| Compiling clap_lex v1.1.0
102002026-07-14T21:39:55.232Z[ recovery-image] Jul 14 21:39:54.346 INFO E| Compiling heck v0.5.0
102012026-07-14T21:39:55.232Z[ recovery-image] Jul 14 21:39:54.346 INFO E| Compiling shared_thread v0.2.0
102022026-07-14T21:39:55.354Z[ recovery-image] Jul 14 21:39:54.470 INFO E| Compiling anstyle-parse v1.0.0
102032026-07-14T21:39:55.354Z[ host-image] Jul 14 21:39:54.470 INFO O| Jul 14 21:39:54.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102042026-07-14T21:39:55.355Z[ host-image] Jul 14 21:39:54.470 INFO O| Jul 14 21:39:54.470 INFO ok!
102052026-07-14T21:39:55.358Z[ host-image] Jul 14 21:39:54.470 INFO O| Jul 14 21:39:54.470 INFO STEP 71 (ensure_file) COMPLETE
102062026-07-14T21:39:55.358Z[ host-image] Jul 14 21:39:54.470 INFO O| Jul 14 21:39:54.470 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102072026-07-14T21:39:55.363Z[ host-image] Jul 14 21:39:54.480 INFO O| Jul 14 21:39:54.480 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102082026-07-14T21:39:55.363Z[ host-image] Jul 14 21:39:54.480 INFO O| Jul 14 21:39:54.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102092026-07-14T21:39:55.366Z[ host-image] Jul 14 21:39:54.480 INFO O| Jul 14 21:39:54.480 INFO STEP 72 (ensure_dir) COMPLETE
102102026-07-14T21:39:55.366Z[ host-image] Jul 14 21:39:54.480 INFO O| Jul 14 21:39:54.480 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112026-07-14T21:39:55.371Z[ host-image] Jul 14 21:39:54.488 INFO O| Jul 14 21:39:54.488 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102122026-07-14T21:39:55.371Z[ host-image] Jul 14 21:39:54.489 INFO O| Jul 14 21:39:54.488 INFO copying /tmp/.tmpirioCU/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 ...
102132026-07-14T21:39:55.371Z[ host-image] Jul 14 21:39:54.489 INFO O| Jul 14 21:39:54.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102142026-07-14T21:39:55.374Z[ host-image] Jul 14 21:39:54.489 INFO O| Jul 14 21:39:54.489 INFO ok!
102152026-07-14T21:39:55.374Z[ host-image] Jul 14 21:39:54.489 INFO O| Jul 14 21:39:54.489 INFO STEP 73 (ensure_file) COMPLETE
102162026-07-14T21:39:55.374Z[ host-image] Jul 14 21:39:54.489 INFO O| Jul 14 21:39:54.489 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172026-07-14T21:39:55.381Z[ host-image] Jul 14 21:39:54.498 INFO O| Jul 14 21:39:54.497 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102182026-07-14T21:39:55.381Z[ host-image] Jul 14 21:39:54.498 INFO O| Jul 14 21:39:54.497 INFO copying /tmp/.tmpirioCU/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 ...
102192026-07-14T21:39:55.381Z[ host-image] Jul 14 21:39:54.498 INFO O| Jul 14 21:39:54.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102202026-07-14T21:39:55.384Z[ host-image] Jul 14 21:39:54.498 INFO O| Jul 14 21:39:54.498 INFO ok!
102212026-07-14T21:39:55.384Z[ host-image] Jul 14 21:39:54.498 INFO O| Jul 14 21:39:54.498 INFO STEP 74 (ensure_file) COMPLETE
102222026-07-14T21:39:55.384Z[ host-image] Jul 14 21:39:54.498 INFO O| Jul 14 21:39:54.498 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102232026-07-14T21:39:55.389Z[ host-image] Jul 14 21:39:54.506 INFO O| Jul 14 21:39:54.506 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102242026-07-14T21:39:55.389Z[ host-image] Jul 14 21:39:54.506 INFO O| Jul 14 21:39:54.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102252026-07-14T21:39:55.392Z[ host-image] Jul 14 21:39:54.507 INFO O| Jul 14 21:39:54.506 INFO STEP 75 (ensure_dir) COMPLETE
102262026-07-14T21:39:55.392Z[ host-image] Jul 14 21:39:54.507 INFO O| Jul 14 21:39:54.506 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102272026-07-14T21:39:55.400Z[ host-image] Jul 14 21:39:54.516 INFO O| Jul 14 21:39:54.516 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102282026-07-14T21:39:55.400Z[ host-image] Jul 14 21:39:54.516 INFO O| Jul 14 21:39:54.516 INFO copying /tmp/.tmpirioCU/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 ...
102292026-07-14T21:39:55.400Z[ host-image] Jul 14 21:39:54.516 INFO O| Jul 14 21:39:54.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102302026-07-14T21:39:55.400Z[ host-image] Jul 14 21:39:54.516 INFO O| Jul 14 21:39:54.516 INFO ok!
102312026-07-14T21:39:55.400Z[ host-image] Jul 14 21:39:54.516 INFO O| Jul 14 21:39:54.516 INFO STEP 76 (ensure_file) COMPLETE
102322026-07-14T21:39:55.400Z[ host-image] Jul 14 21:39:54.516 INFO O| Jul 14 21:39:54.516 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332026-07-14T21:39:55.408Z[ host-image] Jul 14 21:39:54.525 INFO O| Jul 14 21:39:54.525 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102342026-07-14T21:39:55.408Z[ host-image] Jul 14 21:39:54.526 INFO O| Jul 14 21:39:54.525 INFO copying /tmp/.tmpirioCU/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 ...
102352026-07-14T21:39:55.411Z[ host-image] Jul 14 21:39:54.526 INFO O| Jul 14 21:39:54.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102362026-07-14T21:39:55.411Z[ host-image] Jul 14 21:39:54.526 INFO O| Jul 14 21:39:54.525 INFO ok!
102372026-07-14T21:39:55.411Z[ host-image] Jul 14 21:39:54.526 INFO O| Jul 14 21:39:54.526 INFO STEP 77 (ensure_file) COMPLETE
102382026-07-14T21:39:55.411Z[ host-image] Jul 14 21:39:54.526 INFO O| Jul 14 21:39:54.526 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102392026-07-14T21:39:55.416Z[ host-image] Jul 14 21:39:54.534 INFO O| Jul 14 21:39:54.534 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102402026-07-14T21:39:55.419Z[ host-image] Jul 14 21:39:54.534 INFO O| Jul 14 21:39:54.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102412026-07-14T21:39:55.419Z[ host-image] Jul 14 21:39:54.534 INFO O| Jul 14 21:39:54.534 INFO STEP 78 (ensure_dir) COMPLETE
102422026-07-14T21:39:55.419Z[ host-image] Jul 14 21:39:54.534 INFO O| Jul 14 21:39:54.534 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-07-14T21:39:55.426Z[ host-image] Jul 14 21:39:54.543 INFO O| Jul 14 21:39:54.543 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102442026-07-14T21:39:55.426Z[ host-image] Jul 14 21:39:54.543 INFO O| Jul 14 21:39:54.543 INFO copying /tmp/.tmpirioCU/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 ...
102452026-07-14T21:39:55.426Z[ host-image] Jul 14 21:39:54.543 INFO O| Jul 14 21:39:54.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102462026-07-14T21:39:55.426Z[ host-image] Jul 14 21:39:54.543 INFO O| Jul 14 21:39:54.543 INFO ok!
102472026-07-14T21:39:55.426Z[ host-image] Jul 14 21:39:54.543 INFO O| Jul 14 21:39:54.543 INFO STEP 79 (ensure_file) COMPLETE
102482026-07-14T21:39:55.430Z[ host-image] Jul 14 21:39:54.543 INFO O| Jul 14 21:39:54.543 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102492026-07-14T21:39:55.435Z[ host-image] Jul 14 21:39:54.553 INFO O| Jul 14 21:39:54.553 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102502026-07-14T21:39:55.435Z[ host-image] Jul 14 21:39:54.553 INFO O| Jul 14 21:39:54.553 INFO copying /tmp/.tmpirioCU/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102512026-07-14T21:39:55.438Z[ host-image] Jul 14 21:39:54.553 INFO O| Jul 14 21:39:54.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102522026-07-14T21:39:55.438Z[ host-image] Jul 14 21:39:54.553 INFO O| Jul 14 21:39:54.553 INFO ok!
102532026-07-14T21:39:55.438Z[ host-image] Jul 14 21:39:54.553 INFO O| Jul 14 21:39:54.553 INFO STEP 80 (ensure_file) COMPLETE
102542026-07-14T21:39:55.438Z[ host-image] Jul 14 21:39:54.553 INFO O| Jul 14 21:39:54.553 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102552026-07-14T21:39:55.444Z[ host-image] Jul 14 21:39:54.562 INFO O| Jul 14 21:39:54.562 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102562026-07-14T21:39:55.444Z[ host-image] Jul 14 21:39:54.562 INFO O| Jul 14 21:39:54.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102572026-07-14T21:39:55.444Z[ host-image] Jul 14 21:39:54.562 INFO O| Jul 14 21:39:54.562 INFO STEP 81 (ensure_dir) COMPLETE
102582026-07-14T21:39:55.444Z[ host-image] Jul 14 21:39:54.562 INFO O| Jul 14 21:39:54.562 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102592026-07-14T21:39:55.453Z[ host-image] Jul 14 21:39:54.570 INFO O| Jul 14 21:39:54.570 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102602026-07-14T21:39:55.456Z[ host-image] Jul 14 21:39:54.571 INFO O| Jul 14 21:39:54.570 INFO copying /tmp/.tmpirioCU/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102612026-07-14T21:39:55.491Z[ recovery-image] Jul 14 21:39:54.608 INFO E| Compiling anstream v1.0.0
102622026-07-14T21:39:55.716Z[ recovery-image] Jul 14 21:39:54.834 INFO E| Compiling clap_builder v4.6.0
102632026-07-14T21:39:55.760Z[ host-image] Jul 14 21:39:54.876 INFO O| Jul 14 21:39:54.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102642026-07-14T21:39:55.761Z[ host-image] Jul 14 21:39:54.876 INFO O| Jul 14 21:39:54.876 INFO ok!
102652026-07-14T21:39:55.761Z[ host-image] Jul 14 21:39:54.876 INFO O| Jul 14 21:39:54.876 INFO STEP 82 (ensure_file) COMPLETE
102662026-07-14T21:39:55.761Z[ host-image] Jul 14 21:39:54.876 INFO O| Jul 14 21:39:54.876 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102672026-07-14T21:39:55.768Z[ host-image] Jul 14 21:39:54.884 INFO O| Jul 14 21:39:54.884 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102682026-07-14T21:39:55.768Z[ host-image] Jul 14 21:39:54.885 INFO O| Jul 14 21:39:54.884 INFO copying /tmp/.tmpirioCU/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102692026-07-14T21:39:56.159Z[ recovery-image] Jul 14 21:39:55.276 INFO E| Compiling errno v0.3.14
102702026-07-14T21:39:56.159Z[ recovery-image] Jul 14 21:39:55.276 INFO E| Compiling os_pipe v1.2.3
102712026-07-14T21:39:56.275Z[ recovery-image] Jul 14 21:39:55.393 INFO E| Compiling signal-hook-registry v1.4.8
102722026-07-14T21:39:56.278Z[ host-image] Jul 14 21:39:55.396 INFO O| Jul 14 21:39:55.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102732026-07-14T21:39:56.279Z[ host-image] Jul 14 21:39:55.396 INFO O| Jul 14 21:39:55.396 INFO ok!
102742026-07-14T21:39:56.279Z[ host-image] Jul 14 21:39:55.396 INFO O| Jul 14 21:39:55.396 INFO STEP 83 (ensure_file) COMPLETE
102752026-07-14T21:39:56.279Z[ host-image] Jul 14 21:39:55.396 INFO O| Jul 14 21:39:55.396 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102762026-07-14T21:39:56.289Z[ host-image] Jul 14 21:39:55.406 INFO O| Jul 14 21:39:55.406 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102772026-07-14T21:39:56.289Z[ host-image] Jul 14 21:39:55.406 INFO O| Jul 14 21:39:55.406 INFO copying /tmp/.tmpirioCU/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102782026-07-14T21:39:56.467Z[ recovery-image] Jul 14 21:39:55.581 INFO E| Compiling syn v2.0.117
102792026-07-14T21:39:56.550Z[ recovery-image] Jul 14 21:39:55.668 INFO E| Compiling sigchld v0.2.4
102802026-07-14T21:39:56.659Z[ recovery-image] Jul 14 21:39:55.770 INFO E| Compiling shared_child v1.1.1
102812026-07-14T21:39:56.787Z[ recovery-image] Jul 14 21:39:55.904 INFO E| Compiling duct v1.1.1
102822026-07-14T21:39:57.476Z[ host-image] Jul 14 21:39:56.593 INFO O| Jul 14 21:39:56.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102832026-07-14T21:39:57.476Z[ host-image] Jul 14 21:39:56.593 INFO O| Jul 14 21:39:56.593 INFO ok!
102842026-07-14T21:39:57.479Z[ host-image] Jul 14 21:39:56.593 INFO O| Jul 14 21:39:56.593 INFO STEP 84 (ensure_file) COMPLETE
102852026-07-14T21:39:57.479Z[ host-image] Jul 14 21:39:56.593 INFO O| Jul 14 21:39:56.593 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102862026-07-14T21:39:57.484Z[ host-image] Jul 14 21:39:56.602 INFO O| Jul 14 21:39:56.602 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102872026-07-14T21:39:57.488Z[ host-image] Jul 14 21:39:56.602 INFO O| Jul 14 21:39:56.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102882026-07-14T21:39:57.488Z[ host-image] Jul 14 21:39:56.602 INFO O| Jul 14 21:39:56.602 INFO STEP 85 (ensure_dir) COMPLETE
102892026-07-14T21:39:57.488Z[ host-image] Jul 14 21:39:56.602 INFO O| Jul 14 21:39:56.602 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102902026-07-14T21:39:57.492Z[ host-image] Jul 14 21:39:56.610 INFO O| Jul 14 21:39:56.610 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102912026-07-14T21:39:57.492Z[ host-image] Jul 14 21:39:56.610 INFO O| Jul 14 21:39:56.610 INFO copying /tmp/.tmpirioCU/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 ...
102922026-07-14T21:39:57.495Z[ host-image] Jul 14 21:39:56.610 INFO O| Jul 14 21:39:56.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102932026-07-14T21:39:57.495Z[ host-image] Jul 14 21:39:56.610 INFO O| Jul 14 21:39:56.610 INFO ok!
102942026-07-14T21:39:57.495Z[ host-image] Jul 14 21:39:56.610 INFO O| Jul 14 21:39:56.610 INFO STEP 86 (ensure_file) COMPLETE
102952026-07-14T21:39:57.495Z[ host-image] Jul 14 21:39:56.610 INFO O| Jul 14 21:39:56.610 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102962026-07-14T21:39:57.500Z[ host-image] Jul 14 21:39:56.617 INFO O| Jul 14 21:39:56.617 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102972026-07-14T21:39:57.500Z[ host-image] Jul 14 21:39:56.617 INFO O| Jul 14 21:39:56.617 INFO copying /tmp/.tmpirioCU/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 ...
102982026-07-14T21:39:57.503Z[ host-image] Jul 14 21:39:56.617 INFO O| Jul 14 21:39:56.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102992026-07-14T21:39:57.503Z[ host-image] Jul 14 21:39:56.617 INFO O| Jul 14 21:39:56.617 INFO ok!
103002026-07-14T21:39:57.503Z[ host-image] Jul 14 21:39:56.617 INFO O| Jul 14 21:39:56.617 INFO STEP 87 (ensure_file) COMPLETE
103012026-07-14T21:39:57.503Z[ host-image] Jul 14 21:39:56.617 INFO O| Jul 14 21:39:56.617 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103022026-07-14T21:39:57.506Z[ host-image] Jul 14 21:39:56.624 INFO O| Jul 14 21:39:56.624 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103032026-07-14T21:39:57.506Z[ host-image] Jul 14 21:39:56.624 INFO O| Jul 14 21:39:56.624 INFO copying /tmp/.tmpirioCU/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103042026-07-14T21:39:57.509Z[ host-image] Jul 14 21:39:56.624 INFO O| Jul 14 21:39:56.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103052026-07-14T21:39:57.509Z[ host-image] Jul 14 21:39:56.624 INFO O| Jul 14 21:39:56.624 INFO ok!
103062026-07-14T21:39:57.509Z[ host-image] Jul 14 21:39:56.624 INFO O| Jul 14 21:39:56.624 INFO STEP 88 (ensure_file) COMPLETE
103072026-07-14T21:39:57.509Z[ host-image] Jul 14 21:39:56.624 INFO O| Jul 14 21:39:56.624 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103082026-07-14T21:39:57.513Z[ host-image] Jul 14 21:39:56.630 INFO O| Jul 14 21:39:56.630 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103092026-07-14T21:39:57.516Z[ host-image] Jul 14 21:39:56.630 INFO O| Jul 14 21:39:56.630 INFO copying /tmp/.tmpirioCU/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103102026-07-14T21:39:57.516Z[ host-image] Jul 14 21:39:56.630 INFO O| Jul 14 21:39:56.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103112026-07-14T21:39:57.516Z[ host-image] Jul 14 21:39:56.630 INFO O| Jul 14 21:39:56.630 INFO ok!
103122026-07-14T21:39:57.516Z[ host-image] Jul 14 21:39:56.630 INFO O| Jul 14 21:39:56.630 INFO STEP 89 (ensure_file) COMPLETE
103132026-07-14T21:39:57.516Z[ host-image] Jul 14 21:39:56.630 INFO O| Jul 14 21:39:56.630 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103142026-07-14T21:39:57.519Z[ host-image] Jul 14 21:39:56.636 INFO O| Jul 14 21:39:56.636 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103152026-07-14T21:39:57.519Z[ host-image] Jul 14 21:39:56.636 INFO O| Jul 14 21:39:56.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103162026-07-14T21:39:57.519Z[ host-image] Jul 14 21:39:56.636 INFO O| Jul 14 21:39:56.636 INFO STEP 90 (ensure_dir) COMPLETE
103172026-07-14T21:39:57.519Z[ host-image] Jul 14 21:39:56.636 INFO O| Jul 14 21:39:56.636 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103182026-07-14T21:39:57.524Z[ host-image] Jul 14 21:39:56.641 INFO O| Jul 14 21:39:56.641 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103192026-07-14T21:39:57.524Z[ host-image] Jul 14 21:39:56.641 INFO O| Jul 14 21:39:56.641 INFO copying /tmp/.tmpirioCU/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103202026-07-14T21:39:57.527Z[ host-image] Jul 14 21:39:56.645 INFO O| Jul 14 21:39:56.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103212026-07-14T21:39:57.527Z[ host-image] Jul 14 21:39:56.645 INFO O| Jul 14 21:39:56.645 INFO ok!
103222026-07-14T21:39:57.527Z[ host-image] Jul 14 21:39:56.645 INFO O| Jul 14 21:39:56.645 INFO STEP 91 (ensure_file) COMPLETE
103232026-07-14T21:39:57.530Z[ host-image] Jul 14 21:39:56.645 INFO O| Jul 14 21:39:56.645 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242026-07-14T21:39:57.535Z[ host-image] Jul 14 21:39:56.652 INFO O| Jul 14 21:39:56.652 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103252026-07-14T21:39:57.535Z[ host-image] Jul 14 21:39:56.652 INFO O| Jul 14 21:39:56.652 INFO copying /tmp/.tmpirioCU/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103262026-07-14T21:39:57.539Z[ host-image] Jul 14 21:39:56.652 INFO O| Jul 14 21:39:56.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103272026-07-14T21:39:57.539Z[ host-image] Jul 14 21:39:56.652 INFO O| Jul 14 21:39:56.652 INFO ok!
103282026-07-14T21:39:57.539Z[ host-image] Jul 14 21:39:56.652 INFO O| Jul 14 21:39:56.652 INFO STEP 92 (ensure_file) COMPLETE
103292026-07-14T21:39:57.539Z[ host-image] Jul 14 21:39:56.652 INFO O| Jul 14 21:39:56.652 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103302026-07-14T21:39:57.542Z[ host-image] Jul 14 21:39:56.658 INFO O| Jul 14 21:39:56.658 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103312026-07-14T21:39:57.542Z[ host-image] Jul 14 21:39:56.658 INFO O| Jul 14 21:39:56.658 INFO copying /tmp/.tmpirioCU/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103322026-07-14T21:39:58.195Z[ host-image] Jul 14 21:39:57.312 INFO O| Jul 14 21:39:57.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103332026-07-14T21:39:58.195Z[ host-image] Jul 14 21:39:57.312 INFO O| Jul 14 21:39:57.311 INFO ok!
103342026-07-14T21:39:58.199Z[ host-image] Jul 14 21:39:57.312 INFO O| Jul 14 21:39:57.311 INFO STEP 93 (ensure_file) COMPLETE
103352026-07-14T21:39:58.199Z[ host-image] Jul 14 21:39:57.312 INFO O| Jul 14 21:39:57.311 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103362026-07-14T21:39:58.203Z[ host-image] Jul 14 21:39:57.319 INFO O| Jul 14 21:39:57.319 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103372026-07-14T21:39:58.203Z[ host-image] Jul 14 21:39:57.320 INFO O| Jul 14 21:39:57.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103382026-07-14T21:39:58.203Z[ host-image] Jul 14 21:39:57.320 INFO O| Jul 14 21:39:57.320 INFO STEP 94 (ensure_dir) COMPLETE
103392026-07-14T21:39:58.206Z[ host-image] Jul 14 21:39:57.320 INFO O| Jul 14 21:39:57.320 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103402026-07-14T21:39:58.210Z[ host-image] Jul 14 21:39:57.326 INFO O| Jul 14 21:39:57.326 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103412026-07-14T21:39:58.210Z[ host-image] Jul 14 21:39:57.326 INFO O| Jul 14 21:39:57.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103422026-07-14T21:39:58.210Z[ host-image] Jul 14 21:39:57.326 INFO O| Jul 14 21:39:57.326 INFO STEP 95 (ensure_dir) COMPLETE
103432026-07-14T21:39:58.210Z[ host-image] Jul 14 21:39:57.326 INFO O| Jul 14 21:39:57.326 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103442026-07-14T21:39:58.215Z[ host-image] Jul 14 21:39:57.332 INFO O| Jul 14 21:39:57.332 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103452026-07-14T21:39:58.215Z[ host-image] Jul 14 21:39:57.332 INFO O| Jul 14 21:39:57.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103462026-07-14T21:39:58.215Z[ host-image] Jul 14 21:39:57.332 INFO O| Jul 14 21:39:57.332 INFO STEP 96 (ensure_dir) COMPLETE
103472026-07-14T21:39:58.215Z[ host-image] Jul 14 21:39:57.332 INFO O| Jul 14 21:39:57.332 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103482026-07-14T21:39:58.221Z[ host-image] Jul 14 21:39:57.338 INFO O| Jul 14 21:39:57.338 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103492026-07-14T21:39:58.221Z[ host-image] Jul 14 21:39:57.338 INFO O| Jul 14 21:39:57.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103502026-07-14T21:39:58.221Z[ host-image] Jul 14 21:39:57.338 INFO O| Jul 14 21:39:57.338 INFO STEP 97 (ensure_dir) COMPLETE
103512026-07-14T21:39:58.224Z[ host-image] Jul 14 21:39:57.338 INFO O| Jul 14 21:39:57.338 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103522026-07-14T21:39:58.227Z[ host-image] Jul 14 21:39:57.344 INFO O| Jul 14 21:39:57.344 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103532026-07-14T21:39:58.230Z[ host-image] Jul 14 21:39:57.344 INFO O| Jul 14 21:39:57.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103542026-07-14T21:39:58.230Z[ host-image] Jul 14 21:39:57.344 INFO O| Jul 14 21:39:57.344 INFO STEP 98 (ensure_dir) COMPLETE
103552026-07-14T21:39:58.230Z[ host-image] Jul 14 21:39:57.344 INFO O| Jul 14 21:39:57.344 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103562026-07-14T21:39:58.233Z[ host-image] Jul 14 21:39:57.351 INFO O| Jul 14 21:39:57.351 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103572026-07-14T21:39:58.236Z[ host-image] Jul 14 21:39:57.351 INFO O| Jul 14 21:39:57.351 INFO copying /tmp/.tmpirioCU/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 ...
103582026-07-14T21:39:58.236Z[ host-image] Jul 14 21:39:57.351 INFO O| Jul 14 21:39:57.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103592026-07-14T21:39:58.236Z[ host-image] Jul 14 21:39:57.351 INFO O| Jul 14 21:39:57.351 INFO ok!
103602026-07-14T21:39:58.236Z[ host-image] Jul 14 21:39:57.351 INFO O| Jul 14 21:39:57.351 INFO STEP 99 (ensure_file) COMPLETE
103612026-07-14T21:39:58.236Z[ host-image] Jul 14 21:39:57.351 INFO O| Jul 14 21:39:57.351 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103622026-07-14T21:39:58.241Z[ host-image] Jul 14 21:39:57.358 INFO O| Jul 14 21:39:57.358 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103632026-07-14T21:39:58.243Z[ host-image] Jul 14 21:39:57.358 INFO O| Jul 14 21:39:57.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103642026-07-14T21:39:58.243Z[ host-image] Jul 14 21:39:57.358 INFO O| Jul 14 21:39:57.358 INFO STEP 100 (ensure_dir) COMPLETE
103652026-07-14T21:39:58.243Z[ host-image] Jul 14 21:39:57.358 INFO O| Jul 14 21:39:57.358 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103662026-07-14T21:39:58.247Z[ host-image] Jul 14 21:39:57.365 INFO O| Jul 14 21:39:57.365 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103672026-07-14T21:39:58.247Z[ host-image] Jul 14 21:39:57.365 INFO O| Jul 14 21:39:57.365 INFO copying /tmp/.tmpirioCU/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103682026-07-14T21:39:58.264Z[ host-image] Jul 14 21:39:57.380 INFO O| Jul 14 21:39:57.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103692026-07-14T21:39:58.264Z[ host-image] Jul 14 21:39:57.380 INFO O| Jul 14 21:39:57.380 INFO ok!
103702026-07-14T21:39:58.267Z[ host-image] Jul 14 21:39:57.380 INFO O| Jul 14 21:39:57.380 INFO STEP 101 (ensure_file) COMPLETE
103712026-07-14T21:39:58.267Z[ host-image] Jul 14 21:39:57.380 INFO O| Jul 14 21:39:57.380 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103722026-07-14T21:39:58.271Z[ host-image] Jul 14 21:39:57.389 INFO O| Jul 14 21:39:57.389 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103732026-07-14T21:39:58.271Z[ host-image] Jul 14 21:39:57.389 INFO O| Jul 14 21:39:57.389 INFO copying /tmp/.tmpirioCU/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103742026-07-14T21:39:58.275Z[ host-image] Jul 14 21:39:57.389 INFO O| Jul 14 21:39:57.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103752026-07-14T21:39:58.275Z[ host-image] Jul 14 21:39:57.389 INFO O| Jul 14 21:39:57.389 INFO ok!
103762026-07-14T21:39:58.275Z[ host-image] Jul 14 21:39:57.389 INFO O| Jul 14 21:39:57.389 INFO STEP 102 (ensure_file) COMPLETE
103772026-07-14T21:39:58.275Z[ host-image] Jul 14 21:39:57.389 INFO O| Jul 14 21:39:57.389 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103782026-07-14T21:39:58.279Z[ host-image] Jul 14 21:39:57.397 INFO O| Jul 14 21:39:57.397 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103792026-07-14T21:39:58.279Z[ host-image] Jul 14 21:39:57.397 INFO O| Jul 14 21:39:57.397 INFO copying /tmp/.tmpirioCU/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103802026-07-14T21:39:58.522Z[ host-image] Jul 14 21:39:57.639 INFO O| Jul 14 21:39:57.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103812026-07-14T21:39:58.522Z[ host-image] Jul 14 21:39:57.639 INFO O| Jul 14 21:39:57.639 INFO ok!
103822026-07-14T21:39:58.522Z[ host-image] Jul 14 21:39:57.639 INFO O| Jul 14 21:39:57.639 INFO STEP 103 (ensure_file) COMPLETE
103832026-07-14T21:39:58.524Z[ host-image] Jul 14 21:39:57.639 INFO O| Jul 14 21:39:57.639 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103842026-07-14T21:39:58.529Z[ host-image] Jul 14 21:39:57.647 INFO O| Jul 14 21:39:57.647 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103852026-07-14T21:39:58.529Z[ host-image] Jul 14 21:39:57.647 INFO O| Jul 14 21:39:57.647 INFO copying /tmp/.tmpirioCU/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103862026-07-14T21:39:58.532Z[ host-image] Jul 14 21:39:57.647 INFO O| Jul 14 21:39:57.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103872026-07-14T21:39:58.532Z[ host-image] Jul 14 21:39:57.647 INFO O| Jul 14 21:39:57.647 INFO ok!
103882026-07-14T21:39:58.532Z[ host-image] Jul 14 21:39:57.647 INFO O| Jul 14 21:39:57.647 INFO STEP 104 (ensure_file) COMPLETE
103892026-07-14T21:39:58.532Z[ host-image] Jul 14 21:39:57.647 INFO O| Jul 14 21:39:57.647 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103902026-07-14T21:39:58.539Z[ host-image] Jul 14 21:39:57.656 INFO O| Jul 14 21:39:57.656 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103912026-07-14T21:39:58.539Z[ host-image] Jul 14 21:39:57.656 INFO O| Jul 14 21:39:57.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103922026-07-14T21:39:58.541Z[ host-image] Jul 14 21:39:57.656 INFO O| Jul 14 21:39:57.656 INFO STEP 105 (ensure_dir) COMPLETE
103932026-07-14T21:39:58.541Z[ host-image] Jul 14 21:39:57.656 INFO O| Jul 14 21:39:57.656 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103942026-07-14T21:39:58.545Z[ host-image] Jul 14 21:39:57.662 INFO O| Jul 14 21:39:57.662 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103952026-07-14T21:39:58.547Z[ host-image] Jul 14 21:39:57.662 INFO O| Jul 14 21:39:57.662 INFO copying /tmp/.tmpirioCU/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 ...
103962026-07-14T21:39:58.759Z[ host-image] Jul 14 21:39:57.876 INFO O| Jul 14 21:39:57.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103972026-07-14T21:39:58.759Z[ host-image] Jul 14 21:39:57.876 INFO O| Jul 14 21:39:57.876 INFO ok!
103982026-07-14T21:39:58.759Z[ host-image] Jul 14 21:39:57.876 INFO O| Jul 14 21:39:57.876 INFO STEP 106 (ensure_file) COMPLETE
103992026-07-14T21:39:58.759Z[ host-image] Jul 14 21:39:57.876 INFO O| Jul 14 21:39:57.876 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104002026-07-14T21:39:58.762Z[ recovery-image] Jul 14 21:39:57.878 INFO E| Compiling clap_derive v4.6.1
104012026-07-14T21:39:58.768Z[ host-image] Jul 14 21:39:57.885 INFO O| Jul 14 21:39:57.885 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104022026-07-14T21:39:58.768Z[ host-image] Jul 14 21:39:57.885 INFO O| Jul 14 21:39:57.885 INFO copying /tmp/.tmpirioCU/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 ...
104032026-07-14T21:39:58.770Z[ host-image] Jul 14 21:39:57.885 INFO O| Jul 14 21:39:57.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104042026-07-14T21:39:58.770Z[ host-image] Jul 14 21:39:57.885 INFO O| Jul 14 21:39:57.885 INFO ok!
104052026-07-14T21:39:58.770Z[ host-image] Jul 14 21:39:57.885 INFO O| Jul 14 21:39:57.885 INFO STEP 107 (ensure_file) COMPLETE
104062026-07-14T21:39:58.770Z[ host-image] Jul 14 21:39:57.885 INFO O| Jul 14 21:39:57.885 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104072026-07-14T21:39:58.775Z[ host-image] Jul 14 21:39:57.892 INFO O| Jul 14 21:39:57.892 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104082026-07-14T21:39:58.775Z[ host-image] Jul 14 21:39:57.892 INFO O| Jul 14 21:39:57.892 INFO copying /tmp/.tmpirioCU/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 ...
104092026-07-14T21:39:58.775Z[ host-image] Jul 14 21:39:57.892 INFO O| Jul 14 21:39:57.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104102026-07-14T21:39:58.775Z[ host-image] Jul 14 21:39:57.892 INFO O| Jul 14 21:39:57.892 INFO ok!
104112026-07-14T21:39:58.777Z[ host-image] Jul 14 21:39:57.892 INFO O| Jul 14 21:39:57.892 INFO STEP 108 (ensure_file) COMPLETE
104122026-07-14T21:39:58.777Z[ host-image] Jul 14 21:39:57.892 INFO O| Jul 14 21:39:57.892 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104132026-07-14T21:39:58.781Z[ host-image] Jul 14 21:39:57.899 INFO O| Jul 14 21:39:57.899 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104142026-07-14T21:39:58.781Z[ host-image] Jul 14 21:39:57.899 INFO O| Jul 14 21:39:57.899 INFO copying /tmp/.tmpirioCU/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 ...
104152026-07-14T21:39:58.784Z[ host-image] Jul 14 21:39:57.899 INFO O| Jul 14 21:39:57.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104162026-07-14T21:39:58.784Z[ host-image] Jul 14 21:39:57.899 INFO O| Jul 14 21:39:57.899 INFO ok!
104172026-07-14T21:39:58.784Z[ host-image] Jul 14 21:39:57.899 INFO O| Jul 14 21:39:57.899 INFO STEP 109 (ensure_file) COMPLETE
104182026-07-14T21:39:58.784Z[ host-image] Jul 14 21:39:57.899 INFO O| Jul 14 21:39:57.899 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104192026-07-14T21:39:58.788Z[ host-image] Jul 14 21:39:57.905 INFO O| Jul 14 21:39:57.905 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104202026-07-14T21:39:58.788Z[ host-image] Jul 14 21:39:57.905 INFO O| Jul 14 21:39:57.905 INFO copying /tmp/.tmpirioCU/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 ...
104212026-07-14T21:39:58.791Z[ host-image] Jul 14 21:39:57.905 INFO O| Jul 14 21:39:57.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104222026-07-14T21:39:58.791Z[ host-image] Jul 14 21:39:57.906 INFO O| Jul 14 21:39:57.905 INFO ok!
104232026-07-14T21:39:58.791Z[ host-image] Jul 14 21:39:57.906 INFO O| Jul 14 21:39:57.906 INFO STEP 110 (ensure_file) COMPLETE
104242026-07-14T21:39:58.791Z[ host-image] Jul 14 21:39:57.906 INFO O| Jul 14 21:39:57.906 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104252026-07-14T21:39:58.794Z[ host-image] Jul 14 21:39:57.911 INFO O| Jul 14 21:39:57.911 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104262026-07-14T21:39:58.794Z[ host-image] Jul 14 21:39:57.911 INFO O| Jul 14 21:39:57.911 INFO copying /tmp/.tmpirioCU/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 ...
104272026-07-14T21:39:58.794Z[ host-image] Jul 14 21:39:57.911 INFO O| Jul 14 21:39:57.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104282026-07-14T21:39:58.794Z[ host-image] Jul 14 21:39:57.911 INFO O| Jul 14 21:39:57.911 INFO ok!
104292026-07-14T21:39:58.794Z[ host-image] Jul 14 21:39:57.911 INFO O| Jul 14 21:39:57.911 INFO STEP 111 (ensure_file) COMPLETE
104302026-07-14T21:39:58.794Z[ host-image] Jul 14 21:39:57.911 INFO O| Jul 14 21:39:57.911 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104312026-07-14T21:39:58.802Z[ host-image] Jul 14 21:39:57.919 INFO O| Jul 14 21:39:57.919 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104322026-07-14T21:39:58.805Z[ host-image] Jul 14 21:39:57.919 INFO O| Jul 14 21:39:57.919 INFO copying /tmp/.tmpirioCU/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 ...
104332026-07-14T21:39:58.805Z[ host-image] Jul 14 21:39:57.919 INFO O| Jul 14 21:39:57.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104342026-07-14T21:39:58.805Z[ host-image] Jul 14 21:39:57.919 INFO O| Jul 14 21:39:57.919 INFO ok!
104352026-07-14T21:39:58.805Z[ host-image] Jul 14 21:39:57.919 INFO O| Jul 14 21:39:57.919 INFO STEP 112 (ensure_file) COMPLETE
104362026-07-14T21:39:58.805Z[ host-image] Jul 14 21:39:57.919 INFO O| Jul 14 21:39:57.919 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104372026-07-14T21:39:58.809Z[ host-image] Jul 14 21:39:57.927 INFO O| Jul 14 21:39:57.927 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104382026-07-14T21:39:58.809Z[ host-image] Jul 14 21:39:57.927 INFO O| Jul 14 21:39:57.927 INFO copying /tmp/.tmpirioCU/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104392026-07-14T21:39:58.812Z[ host-image] Jul 14 21:39:57.927 INFO O| Jul 14 21:39:57.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104402026-07-14T21:39:58.812Z[ host-image] Jul 14 21:39:57.927 INFO O| Jul 14 21:39:57.927 INFO ok!
104412026-07-14T21:39:58.812Z[ host-image] Jul 14 21:39:57.927 INFO O| Jul 14 21:39:57.927 INFO STEP 113 (ensure_file) COMPLETE
104422026-07-14T21:39:58.812Z[ host-image] Jul 14 21:39:57.927 INFO O| Jul 14 21:39:57.927 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104432026-07-14T21:39:58.816Z[ host-image] Jul 14 21:39:57.933 INFO O| Jul 14 21:39:57.933 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104442026-07-14T21:39:58.816Z[ host-image] Jul 14 21:39:57.933 INFO O| Jul 14 21:39:57.933 INFO copying /tmp/.tmpirioCU/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 ...
104452026-07-14T21:39:58.818Z[ host-image] Jul 14 21:39:57.933 INFO O| Jul 14 21:39:57.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104462026-07-14T21:39:58.819Z[ host-image] Jul 14 21:39:57.933 INFO O| Jul 14 21:39:57.933 INFO ok!
104472026-07-14T21:39:58.819Z[ host-image] Jul 14 21:39:57.933 INFO O| Jul 14 21:39:57.933 INFO STEP 114 (ensure_file) COMPLETE
104482026-07-14T21:39:58.819Z[ host-image] Jul 14 21:39:57.933 INFO O| Jul 14 21:39:57.933 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104492026-07-14T21:39:58.822Z[ host-image] Jul 14 21:39:57.940 INFO O| Jul 14 21:39:57.940 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104502026-07-14T21:39:58.822Z[ host-image] Jul 14 21:39:57.940 INFO O| Jul 14 21:39:57.940 INFO copying /tmp/.tmpirioCU/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 ...
104512026-07-14T21:39:58.826Z[ host-image] Jul 14 21:39:57.940 INFO O| Jul 14 21:39:57.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104522026-07-14T21:39:58.826Z[ host-image] Jul 14 21:39:57.940 INFO O| Jul 14 21:39:57.940 INFO ok!
104532026-07-14T21:39:58.826Z[ host-image] Jul 14 21:39:57.940 INFO O| Jul 14 21:39:57.940 INFO STEP 115 (ensure_file) COMPLETE
104542026-07-14T21:39:58.826Z[ host-image] Jul 14 21:39:57.940 INFO O| Jul 14 21:39:57.940 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104552026-07-14T21:39:58.829Z[ host-image] Jul 14 21:39:57.945 INFO O| Jul 14 21:39:57.945 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104562026-07-14T21:39:58.829Z[ host-image] Jul 14 21:39:57.945 INFO O| Jul 14 21:39:57.945 INFO copying /tmp/.tmpirioCU/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 ...
104572026-07-14T21:39:58.829Z[ host-image] Jul 14 21:39:57.945 INFO O| Jul 14 21:39:57.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104582026-07-14T21:39:58.829Z[ host-image] Jul 14 21:39:57.945 INFO O| Jul 14 21:39:57.945 INFO ok!
104592026-07-14T21:39:58.829Z[ host-image] Jul 14 21:39:57.945 INFO O| Jul 14 21:39:57.945 INFO STEP 116 (ensure_file) COMPLETE
104602026-07-14T21:39:58.829Z[ host-image] Jul 14 21:39:57.945 INFO O| Jul 14 21:39:57.945 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104612026-07-14T21:39:58.833Z[ host-image] Jul 14 21:39:57.951 INFO O| Jul 14 21:39:57.951 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104622026-07-14T21:39:58.833Z[ host-image] Jul 14 21:39:57.951 INFO O| Jul 14 21:39:57.951 INFO copying /tmp/.tmpirioCU/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104632026-07-14T21:39:58.833Z[ host-image] Jul 14 21:39:57.951 INFO O| Jul 14 21:39:57.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104642026-07-14T21:39:58.837Z[ host-image] Jul 14 21:39:57.951 INFO O| Jul 14 21:39:57.951 INFO ok!
104652026-07-14T21:39:58.837Z[ host-image] Jul 14 21:39:57.951 INFO O| Jul 14 21:39:57.951 INFO STEP 117 (ensure_file) COMPLETE
104662026-07-14T21:39:58.837Z[ host-image] Jul 14 21:39:57.951 INFO O| Jul 14 21:39:57.951 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104672026-07-14T21:39:58.840Z[ host-image] Jul 14 21:39:57.958 INFO O| Jul 14 21:39:57.958 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104682026-07-14T21:39:58.840Z[ host-image] Jul 14 21:39:57.958 INFO O| Jul 14 21:39:57.958 INFO copying /tmp/.tmpirioCU/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 ...
104692026-07-14T21:39:58.840Z[ host-image] Jul 14 21:39:57.958 INFO O| Jul 14 21:39:57.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104702026-07-14T21:39:58.843Z[ host-image] Jul 14 21:39:57.958 INFO O| Jul 14 21:39:57.958 INFO ok!
104712026-07-14T21:39:58.843Z[ host-image] Jul 14 21:39:57.958 INFO O| Jul 14 21:39:57.958 INFO STEP 118 (ensure_file) COMPLETE
104722026-07-14T21:39:58.843Z[ host-image] Jul 14 21:39:57.958 INFO O| Jul 14 21:39:57.958 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104732026-07-14T21:39:58.846Z[ host-image] Jul 14 21:39:57.964 INFO O| Jul 14 21:39:57.964 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104742026-07-14T21:39:58.850Z[ host-image] Jul 14 21:39:57.964 INFO O| Jul 14 21:39:57.964 INFO copying /tmp/.tmpirioCU/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 ...
104752026-07-14T21:39:58.850Z[ host-image] Jul 14 21:39:57.964 INFO O| Jul 14 21:39:57.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104762026-07-14T21:39:58.850Z[ host-image] Jul 14 21:39:57.964 INFO O| Jul 14 21:39:57.964 INFO ok!
104772026-07-14T21:39:58.850Z[ host-image] Jul 14 21:39:57.964 INFO O| Jul 14 21:39:57.964 INFO STEP 119 (ensure_file) COMPLETE
104782026-07-14T21:39:58.850Z[ host-image] Jul 14 21:39:57.964 INFO O| Jul 14 21:39:57.964 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104792026-07-14T21:39:58.853Z[ host-image] Jul 14 21:39:57.970 INFO O| Jul 14 21:39:57.970 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104802026-07-14T21:39:58.853Z[ host-image] Jul 14 21:39:57.970 INFO O| Jul 14 21:39:57.970 INFO copying /tmp/.tmpirioCU/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 ...
104812026-07-14T21:39:58.853Z[ host-image] Jul 14 21:39:57.970 INFO O| Jul 14 21:39:57.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104822026-07-14T21:39:58.853Z[ host-image] Jul 14 21:39:57.970 INFO O| Jul 14 21:39:57.970 INFO ok!
104832026-07-14T21:39:58.853Z[ host-image] Jul 14 21:39:57.970 INFO O| Jul 14 21:39:57.970 INFO STEP 120 (ensure_file) COMPLETE
104842026-07-14T21:39:58.853Z[ host-image] Jul 14 21:39:57.970 INFO O| Jul 14 21:39:57.970 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104852026-07-14T21:39:58.859Z[ host-image] Jul 14 21:39:57.977 INFO O| Jul 14 21:39:57.977 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104862026-07-14T21:39:58.859Z[ host-image] Jul 14 21:39:57.977 INFO O| Jul 14 21:39:57.977 INFO copying /tmp/.tmpirioCU/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 ...
104872026-07-14T21:39:58.862Z[ host-image] Jul 14 21:39:57.977 INFO O| Jul 14 21:39:57.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104882026-07-14T21:39:58.862Z[ host-image] Jul 14 21:39:57.977 INFO O| Jul 14 21:39:57.977 INFO ok!
104892026-07-14T21:39:58.862Z[ host-image] Jul 14 21:39:57.977 INFO O| Jul 14 21:39:57.977 INFO STEP 121 (ensure_file) COMPLETE
104902026-07-14T21:39:58.862Z[ host-image] Jul 14 21:39:57.977 INFO O| Jul 14 21:39:57.977 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104912026-07-14T21:39:58.867Z[ host-image] Jul 14 21:39:57.983 INFO O| Jul 14 21:39:57.983 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104922026-07-14T21:39:58.867Z[ host-image] Jul 14 21:39:57.983 INFO O| Jul 14 21:39:57.983 INFO copying /tmp/.tmpirioCU/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 ...
104932026-07-14T21:39:58.870Z[ host-image] Jul 14 21:39:57.983 INFO O| Jul 14 21:39:57.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104942026-07-14T21:39:58.870Z[ host-image] Jul 14 21:39:57.983 INFO O| Jul 14 21:39:57.983 INFO ok!
104952026-07-14T21:39:58.870Z[ host-image] Jul 14 21:39:57.983 INFO O| Jul 14 21:39:57.983 INFO STEP 122 (ensure_file) COMPLETE
104962026-07-14T21:39:58.870Z[ host-image] Jul 14 21:39:57.983 INFO O| Jul 14 21:39:57.983 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104972026-07-14T21:39:58.873Z[ host-image] Jul 14 21:39:57.989 INFO O| Jul 14 21:39:57.989 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104982026-07-14T21:39:58.873Z[ host-image] Jul 14 21:39:57.989 INFO O| Jul 14 21:39:57.989 INFO copying /tmp/.tmpirioCU/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 ...
104992026-07-14T21:39:58.873Z[ host-image] Jul 14 21:39:57.989 INFO O| Jul 14 21:39:57.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105002026-07-14T21:39:58.873Z[ host-image] Jul 14 21:39:57.989 INFO O| Jul 14 21:39:57.989 INFO ok!
105012026-07-14T21:39:58.873Z[ host-image] Jul 14 21:39:57.989 INFO O| Jul 14 21:39:57.989 INFO STEP 123 (ensure_file) COMPLETE
105022026-07-14T21:39:58.873Z[ host-image] Jul 14 21:39:57.989 INFO O| Jul 14 21:39:57.989 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105032026-07-14T21:39:58.878Z[ host-image] Jul 14 21:39:57.995 INFO O| Jul 14 21:39:57.995 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105042026-07-14T21:39:58.878Z[ host-image] Jul 14 21:39:57.995 INFO O| Jul 14 21:39:57.995 INFO copying /tmp/.tmpirioCU/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 ...
105052026-07-14T21:39:58.881Z[ host-image] Jul 14 21:39:57.996 INFO O| Jul 14 21:39:57.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105062026-07-14T21:39:58.881Z[ host-image] Jul 14 21:39:57.996 INFO O| Jul 14 21:39:57.996 INFO ok!
105072026-07-14T21:39:58.881Z[ host-image] Jul 14 21:39:57.996 INFO O| Jul 14 21:39:57.996 INFO STEP 124 (ensure_file) COMPLETE
105082026-07-14T21:39:58.881Z[ host-image] Jul 14 21:39:57.996 INFO O| Jul 14 21:39:57.996 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105092026-07-14T21:39:58.885Z[ host-image] Jul 14 21:39:58.003 INFO O| Jul 14 21:39:58.003 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105102026-07-14T21:39:58.885Z[ host-image] Jul 14 21:39:58.003 INFO O| Jul 14 21:39:58.003 INFO copying /tmp/.tmpirioCU/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 ...
105112026-07-14T21:39:58.885Z[ host-image] Jul 14 21:39:58.003 INFO O| Jul 14 21:39:58.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105122026-07-14T21:39:58.885Z[ host-image] Jul 14 21:39:58.003 INFO O| Jul 14 21:39:58.003 INFO ok!
105132026-07-14T21:39:58.888Z[ host-image] Jul 14 21:39:58.003 INFO O| Jul 14 21:39:58.003 INFO STEP 125 (ensure_file) COMPLETE
105142026-07-14T21:39:58.888Z[ host-image] Jul 14 21:39:58.003 INFO O| Jul 14 21:39:58.003 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105152026-07-14T21:39:58.891Z[ host-image] Jul 14 21:39:58.009 INFO O| Jul 14 21:39:58.009 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105162026-07-14T21:39:58.891Z[ host-image] Jul 14 21:39:58.009 INFO O| Jul 14 21:39:58.009 INFO copying /tmp/.tmpirioCU/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 ...
105172026-07-14T21:39:58.891Z[ host-image] Jul 14 21:39:58.009 INFO O| Jul 14 21:39:58.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105182026-07-14T21:39:58.894Z[ host-image] Jul 14 21:39:58.009 INFO O| Jul 14 21:39:58.009 INFO ok!
105192026-07-14T21:39:58.894Z[ host-image] Jul 14 21:39:58.009 INFO O| Jul 14 21:39:58.009 INFO STEP 126 (ensure_file) COMPLETE
105202026-07-14T21:39:58.894Z[ host-image] Jul 14 21:39:58.009 INFO O| Jul 14 21:39:58.009 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105212026-07-14T21:39:58.898Z[ host-image] Jul 14 21:39:58.015 INFO O| Jul 14 21:39:58.014 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105222026-07-14T21:39:58.898Z[ host-image] Jul 14 21:39:58.015 INFO O| Jul 14 21:39:58.015 INFO copying /tmp/.tmpirioCU/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 ...
105232026-07-14T21:39:58.898Z[ host-image] Jul 14 21:39:58.015 INFO O| Jul 14 21:39:58.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105242026-07-14T21:39:58.898Z[ host-image] Jul 14 21:39:58.015 INFO O| Jul 14 21:39:58.015 INFO ok!
105252026-07-14T21:39:58.898Z[ host-image] Jul 14 21:39:58.015 INFO O| Jul 14 21:39:58.015 INFO STEP 127 (ensure_file) COMPLETE
105262026-07-14T21:39:58.898Z[ host-image] Jul 14 21:39:58.015 INFO O| Jul 14 21:39:58.015 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105272026-07-14T21:39:58.903Z[ host-image] Jul 14 21:39:58.020 INFO O| Jul 14 21:39:58.020 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105282026-07-14T21:39:58.903Z[ host-image] Jul 14 21:39:58.020 INFO O| Jul 14 21:39:58.020 INFO copying /tmp/.tmpirioCU/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 ...
105292026-07-14T21:39:58.905Z[ host-image] Jul 14 21:39:58.020 INFO O| Jul 14 21:39:58.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105302026-07-14T21:39:58.905Z[ host-image] Jul 14 21:39:58.020 INFO O| Jul 14 21:39:58.020 INFO ok!
105312026-07-14T21:39:58.906Z[ host-image] Jul 14 21:39:58.020 INFO O| Jul 14 21:39:58.020 INFO STEP 128 (ensure_file) COMPLETE
105322026-07-14T21:39:58.906Z[ host-image] Jul 14 21:39:58.020 INFO O| Jul 14 21:39:58.020 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105332026-07-14T21:39:58.909Z[ host-image] Jul 14 21:39:58.027 INFO O| Jul 14 21:39:58.027 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105342026-07-14T21:39:58.912Z[ host-image] Jul 14 21:39:58.027 INFO O| Jul 14 21:39:58.027 INFO copying /tmp/.tmpirioCU/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 ...
105352026-07-14T21:39:58.912Z[ host-image] Jul 14 21:39:58.027 INFO O| Jul 14 21:39:58.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105362026-07-14T21:39:58.912Z[ host-image] Jul 14 21:39:58.027 INFO O| Jul 14 21:39:58.027 INFO ok!
105372026-07-14T21:39:58.912Z[ host-image] Jul 14 21:39:58.027 INFO O| Jul 14 21:39:58.027 INFO STEP 129 (ensure_file) COMPLETE
105382026-07-14T21:39:58.912Z[ host-image] Jul 14 21:39:58.027 INFO O| Jul 14 21:39:58.027 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105392026-07-14T21:39:58.915Z[ host-image] Jul 14 21:39:58.032 INFO O| Jul 14 21:39:58.032 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105402026-07-14T21:39:58.915Z[ host-image] Jul 14 21:39:58.032 INFO O| Jul 14 21:39:58.032 INFO copying /tmp/.tmpirioCU/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 ...
105412026-07-14T21:39:58.915Z[ host-image] Jul 14 21:39:58.032 INFO O| Jul 14 21:39:58.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105422026-07-14T21:39:58.915Z[ host-image] Jul 14 21:39:58.032 INFO O| Jul 14 21:39:58.032 INFO ok!
105432026-07-14T21:39:58.915Z[ host-image] Jul 14 21:39:58.032 INFO O| Jul 14 21:39:58.032 INFO STEP 130 (ensure_file) COMPLETE
105442026-07-14T21:39:58.915Z[ host-image] Jul 14 21:39:58.032 INFO O| Jul 14 21:39:58.032 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105452026-07-14T21:39:58.920Z[ host-image] Jul 14 21:39:58.037 INFO O| Jul 14 21:39:58.037 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105462026-07-14T21:39:58.920Z[ host-image] Jul 14 21:39:58.037 INFO O| Jul 14 21:39:58.037 INFO copying /tmp/.tmpirioCU/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 ...
105472026-07-14T21:39:58.925Z[ host-image] Jul 14 21:39:58.037 INFO O| Jul 14 21:39:58.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105482026-07-14T21:39:58.925Z[ host-image] Jul 14 21:39:58.037 INFO O| Jul 14 21:39:58.037 INFO ok!
105492026-07-14T21:39:58.925Z[ host-image] Jul 14 21:39:58.037 INFO O| Jul 14 21:39:58.037 INFO STEP 131 (ensure_file) COMPLETE
105502026-07-14T21:39:58.925Z[ host-image] Jul 14 21:39:58.037 INFO O| Jul 14 21:39:58.037 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105512026-07-14T21:39:58.928Z[ host-image] Jul 14 21:39:58.045 INFO O| Jul 14 21:39:58.045 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105522026-07-14T21:39:58.928Z[ host-image] Jul 14 21:39:58.045 INFO O| Jul 14 21:39:58.045 INFO copying /tmp/.tmpirioCU/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 ...
105532026-07-14T21:39:58.928Z[ host-image] Jul 14 21:39:58.045 INFO O| Jul 14 21:39:58.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105542026-07-14T21:39:58.928Z[ host-image] Jul 14 21:39:58.045 INFO O| Jul 14 21:39:58.045 INFO ok!
105552026-07-14T21:39:58.928Z[ host-image] Jul 14 21:39:58.045 INFO O| Jul 14 21:39:58.045 INFO STEP 132 (ensure_file) COMPLETE
105562026-07-14T21:39:58.928Z[ host-image] Jul 14 21:39:58.045 INFO O| Jul 14 21:39:58.045 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105572026-07-14T21:39:58.933Z[ host-image] Jul 14 21:39:58.051 INFO O| Jul 14 21:39:58.051 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105582026-07-14T21:39:58.933Z[ host-image] Jul 14 21:39:58.051 INFO O| Jul 14 21:39:58.051 INFO copying /tmp/.tmpirioCU/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 ...
105592026-07-14T21:39:58.933Z[ host-image] Jul 14 21:39:58.051 INFO O| Jul 14 21:39:58.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105602026-07-14T21:39:58.937Z[ host-image] Jul 14 21:39:58.051 INFO O| Jul 14 21:39:58.051 INFO ok!
105612026-07-14T21:39:58.937Z[ host-image] Jul 14 21:39:58.051 INFO O| Jul 14 21:39:58.051 INFO STEP 133 (ensure_file) COMPLETE
105622026-07-14T21:39:58.937Z[ host-image] Jul 14 21:39:58.051 INFO O| Jul 14 21:39:58.051 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105632026-07-14T21:39:58.939Z[ host-image] Jul 14 21:39:58.056 INFO O| Jul 14 21:39:58.056 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105642026-07-14T21:39:58.940Z[ host-image] Jul 14 21:39:58.056 INFO O| Jul 14 21:39:58.056 INFO copying /tmp/.tmpirioCU/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 ...
105652026-07-14T21:39:58.940Z[ host-image] Jul 14 21:39:58.056 INFO O| Jul 14 21:39:58.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105662026-07-14T21:39:58.940Z[ host-image] Jul 14 21:39:58.056 INFO O| Jul 14 21:39:58.056 INFO ok!
105672026-07-14T21:39:58.940Z[ host-image] Jul 14 21:39:58.056 INFO O| Jul 14 21:39:58.056 INFO STEP 134 (ensure_file) COMPLETE
105682026-07-14T21:39:58.940Z[ host-image] Jul 14 21:39:58.056 INFO O| Jul 14 21:39:58.056 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105692026-07-14T21:39:58.944Z[ host-image] Jul 14 21:39:58.062 INFO O| Jul 14 21:39:58.062 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105702026-07-14T21:39:58.944Z[ host-image] Jul 14 21:39:58.062 INFO O| Jul 14 21:39:58.062 INFO copying /tmp/.tmpirioCU/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 ...
105712026-07-14T21:39:58.947Z[ host-image] Jul 14 21:39:58.062 INFO O| Jul 14 21:39:58.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105722026-07-14T21:39:58.947Z[ host-image] Jul 14 21:39:58.062 INFO O| Jul 14 21:39:58.062 INFO ok!
105732026-07-14T21:39:58.947Z[ host-image] Jul 14 21:39:58.062 INFO O| Jul 14 21:39:58.062 INFO STEP 135 (ensure_file) COMPLETE
105742026-07-14T21:39:58.947Z[ host-image] Jul 14 21:39:58.062 INFO O| Jul 14 21:39:58.062 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105752026-07-14T21:39:58.952Z[ host-image] Jul 14 21:39:58.070 INFO O| Jul 14 21:39:58.070 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105762026-07-14T21:39:58.955Z[ host-image] Jul 14 21:39:58.070 INFO O| Jul 14 21:39:58.070 INFO copying /tmp/.tmpirioCU/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105772026-07-14T21:39:58.955Z[ host-image] Jul 14 21:39:58.070 INFO O| Jul 14 21:39:58.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105782026-07-14T21:39:58.955Z[ host-image] Jul 14 21:39:58.070 INFO O| Jul 14 21:39:58.070 INFO ok!
105792026-07-14T21:39:58.955Z[ host-image] Jul 14 21:39:58.070 INFO O| Jul 14 21:39:58.070 INFO STEP 136 (ensure_file) COMPLETE
105802026-07-14T21:39:58.955Z[ host-image] Jul 14 21:39:58.070 INFO O| Jul 14 21:39:58.070 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105812026-07-14T21:39:58.959Z[ host-image] Jul 14 21:39:58.077 INFO O| Jul 14 21:39:58.077 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105822026-07-14T21:39:58.959Z[ host-image] Jul 14 21:39:58.077 INFO O| Jul 14 21:39:58.077 INFO copying /tmp/.tmpirioCU/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 ...
105832026-07-14T21:39:58.959Z[ host-image] Jul 14 21:39:58.077 INFO O| Jul 14 21:39:58.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105842026-07-14T21:39:58.959Z[ host-image] Jul 14 21:39:58.077 INFO O| Jul 14 21:39:58.077 INFO ok!
105852026-07-14T21:39:58.962Z[ host-image] Jul 14 21:39:58.077 INFO O| Jul 14 21:39:58.077 INFO STEP 137 (ensure_file) COMPLETE
105862026-07-14T21:39:58.962Z[ host-image] Jul 14 21:39:58.077 INFO O| Jul 14 21:39:58.077 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105872026-07-14T21:39:58.965Z[ host-image] Jul 14 21:39:58.082 INFO O| Jul 14 21:39:58.082 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105882026-07-14T21:39:58.965Z[ host-image] Jul 14 21:39:58.082 INFO O| Jul 14 21:39:58.082 INFO copying /tmp/.tmpirioCU/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105892026-07-14T21:39:58.965Z[ host-image] Jul 14 21:39:58.083 INFO O| Jul 14 21:39:58.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105902026-07-14T21:39:58.965Z[ host-image] Jul 14 21:39:58.083 INFO O| Jul 14 21:39:58.083 INFO ok!
105912026-07-14T21:39:58.965Z[ host-image] Jul 14 21:39:58.083 INFO O| Jul 14 21:39:58.083 INFO STEP 138 (ensure_file) COMPLETE
105922026-07-14T21:39:58.965Z[ host-image] Jul 14 21:39:58.083 INFO O| Jul 14 21:39:58.083 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105932026-07-14T21:39:58.970Z[ host-image] Jul 14 21:39:58.088 INFO O| Jul 14 21:39:58.088 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105942026-07-14T21:39:58.970Z[ host-image] Jul 14 21:39:58.088 INFO O| Jul 14 21:39:58.088 INFO copying /tmp/.tmpirioCU/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105952026-07-14T21:40:00.276Z[ recovery-image] Jul 14 21:39:59.393 INFO E| Compiling clap v4.6.1
105962026-07-14T21:40:00.345Z[ recovery-image] Jul 14 21:39:59.461 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
105972026-07-14T21:40:01.392Z[ recovery-image] Jul 14 21:40:00.509 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.68s
105982026-07-14T21:40:01.397Z[ recovery-image] Jul 14 21:40:00.514 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
105992026-07-14T21:40:01.672Z[ recovery-image] Jul 14 21:40:00.788 INFO E| Downloading crates ...
106002026-07-14T21:40:01.736Z[ recovery-image] Jul 14 21:40:00.853 INFO E| Downloaded bit_field v0.10.3
106012026-07-14T21:40:01.740Z[ recovery-image] Jul 14 21:40:00.854 INFO E| Downloaded raw-cpuid v10.7.0
106022026-07-14T21:40:01.740Z[ recovery-image] Jul 14 21:40:00.857 INFO E| Downloaded bitstruct_derive v0.1.0
106032026-07-14T21:40:01.747Z[ recovery-image] Jul 14 21:40:00.864 INFO E| Downloaded bitstruct v0.1.1
106042026-07-14T21:40:01.750Z[ recovery-image] Jul 14 21:40:00.865 INFO E| Downloaded cpio_reader v0.1.2
106052026-07-14T21:40:01.750Z[ recovery-image] Jul 14 21:40:00.866 INFO E| Downloaded bitflags v2.13.0
106062026-07-14T21:40:01.753Z[ recovery-image] Jul 14 21:40:00.868 INFO E| Downloaded miniz_oxide v0.9.1
106072026-07-14T21:40:01.757Z[ recovery-image] Jul 14 21:40:00.873 INFO E| Downloaded log v0.4.32
106082026-07-14T21:40:01.780Z[ recovery-image] Jul 14 21:40:00.897 INFO E| Downloaded goblin v0.10.7
106092026-07-14T21:40:01.894Z[ recovery-image] Jul 14 21:40:01.011 INFO E| Downloaded x86 v0.52.0
106102026-07-14T21:40:01.943Z[ recovery-image] Jul 14 21:40:01.060 INFO E| Updating crates.io index
106112026-07-14T21:40:02.088Z[ recovery-image] Jul 14 21:40:01.205 INFO E| Downloading crates ...
106122026-07-14T21:40:02.117Z[ recovery-image] Jul 14 21:40:01.234 INFO E| Downloaded hashbrown v0.17.1
106132026-07-14T21:40:02.122Z[ recovery-image] Jul 14 21:40:01.240 INFO E| Downloaded rustc-literal-escaper v0.0.7
106142026-07-14T21:40:02.178Z[ recovery-image] Jul 14 21:40:01.295 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)
106152026-07-14T21:40:02.178Z[ recovery-image] Jul 14 21:40:01.295 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)
106162026-07-14T21:40:02.182Z[ recovery-image] Jul 14 21:40:01.295 INFO E| Compiling proc-macro2 v1.0.106
106172026-07-14T21:40:02.182Z[ recovery-image] Jul 14 21:40:01.295 INFO E| Compiling quote v1.0.45
106182026-07-14T21:40:02.182Z[ recovery-image] Jul 14 21:40:01.295 INFO E| Compiling unicode-ident v1.0.24
106192026-07-14T21:40:02.182Z[ recovery-image] Jul 14 21:40:01.295 INFO E| Compiling syn v1.0.109
106202026-07-14T21:40:02.182Z[ recovery-image] Jul 14 21:40:01.295 INFO E| Compiling x86 v0.52.0
106212026-07-14T21:40:02.182Z[ recovery-image] Jul 14 21:40:01.295 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106222026-07-14T21:40:02.182Z[ recovery-image] Jul 14 21:40:01.295 INFO E| Compiling seq-macro v0.3.6
106232026-07-14T21:40:03.313Z[ recovery-image] Jul 14 21:40:02.430 INFO E| Compiling syn v2.0.117
106242026-07-14T21:40:04.859Z[ recovery-image] Jul 14 21:40:03.977 INFO E| Compiling scroll_derive v0.13.1
106252026-07-14T21:40:05.182Z[ host-image] Jul 14 21:40:04.298 INFO O| Jul 14 21:40:04.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106262026-07-14T21:40:05.183Z[ host-image] Jul 14 21:40:04.298 INFO O| Jul 14 21:40:04.298 INFO ok!
106272026-07-14T21:40:05.183Z[ host-image] Jul 14 21:40:04.298 INFO O| Jul 14 21:40:04.298 INFO STEP 139 (ensure_file) COMPLETE
106282026-07-14T21:40:05.183Z[ host-image] Jul 14 21:40:04.298 INFO O| Jul 14 21:40:04.298 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106292026-07-14T21:40:05.190Z[ host-image] Jul 14 21:40:04.307 INFO O| Jul 14 21:40:04.307 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106302026-07-14T21:40:05.190Z[ host-image] Jul 14 21:40:04.307 INFO O| Jul 14 21:40:04.307 INFO STEP 140 (ensure_dir) COMPLETE
106312026-07-14T21:40:05.194Z[ host-image] Jul 14 21:40:04.307 INFO O| Jul 14 21:40:04.307 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106322026-07-14T21:40:05.200Z[ host-image] Jul 14 21:40:04.317 INFO O| Jul 14 21:40:04.317 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106332026-07-14T21:40:05.203Z[ host-image] Jul 14 21:40:04.317 INFO O| Jul 14 21:40:04.317 INFO STEP 141 (ensure_dir) COMPLETE
106342026-07-14T21:40:05.203Z[ host-image] Jul 14 21:40:04.317 INFO O| Jul 14 21:40:04.317 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106352026-07-14T21:40:05.208Z[ host-image] Jul 14 21:40:04.325 INFO O| Jul 14 21:40:04.325 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106362026-07-14T21:40:05.208Z[ host-image] Jul 14 21:40:04.325 INFO O| Jul 14 21:40:04.325 INFO STEP 142 (ensure_dir) COMPLETE
106372026-07-14T21:40:05.211Z[ host-image] Jul 14 21:40:04.325 INFO O| Jul 14 21:40:04.325 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106382026-07-14T21:40:05.214Z[ host-image] Jul 14 21:40:04.332 INFO O| Jul 14 21:40:04.332 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106392026-07-14T21:40:05.214Z[ host-image] Jul 14 21:40:04.332 INFO O| Jul 14 21:40:04.332 INFO STEP 143 (ensure_dir) COMPLETE
106402026-07-14T21:40:05.218Z[ host-image] Jul 14 21:40:04.332 INFO O| Jul 14 21:40:04.332 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106412026-07-14T21:40:05.223Z[ host-image] Jul 14 21:40:04.340 INFO O| Jul 14 21:40:04.340 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106422026-07-14T21:40:05.223Z[ host-image] Jul 14 21:40:04.340 INFO O| Jul 14 21:40:04.340 INFO copying /tmp/.tmpirioCU/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 ...
106432026-07-14T21:40:05.226Z[ host-image] Jul 14 21:40:04.340 INFO O| Jul 14 21:40:04.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106442026-07-14T21:40:05.226Z[ host-image] Jul 14 21:40:04.340 INFO O| Jul 14 21:40:04.340 INFO ok!
106452026-07-14T21:40:05.226Z[ host-image] Jul 14 21:40:04.340 INFO O| Jul 14 21:40:04.340 INFO STEP 144 (ensure_file) COMPLETE
106462026-07-14T21:40:05.226Z[ host-image] Jul 14 21:40:04.340 INFO O| Jul 14 21:40:04.340 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106472026-07-14T21:40:05.230Z[ host-image] Jul 14 21:40:04.348 INFO O| Jul 14 21:40:04.348 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106482026-07-14T21:40:05.230Z[ host-image] Jul 14 21:40:04.348 INFO O| Jul 14 21:40:04.348 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106492026-07-14T21:40:05.233Z[ host-image] Jul 14 21:40:04.348 INFO O| Jul 14 21:40:04.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106502026-07-14T21:40:05.233Z[ host-image] Jul 14 21:40:04.348 INFO O| Jul 14 21:40:04.348 INFO STEP 145 (ensure_dir) COMPLETE
106512026-07-14T21:40:05.233Z[ host-image] Jul 14 21:40:04.348 INFO O| Jul 14 21:40:04.348 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106522026-07-14T21:40:05.238Z[ host-image] Jul 14 21:40:04.355 INFO O| Jul 14 21:40:04.355 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106532026-07-14T21:40:05.238Z[ host-image] Jul 14 21:40:04.355 INFO O| Jul 14 21:40:04.355 INFO copying /tmp/.tmpirioCU/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106542026-07-14T21:40:05.241Z[ host-image] Jul 14 21:40:04.356 INFO O| Jul 14 21:40:04.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106552026-07-14T21:40:05.241Z[ host-image] Jul 14 21:40:04.356 INFO O| Jul 14 21:40:04.356 INFO ok!
106562026-07-14T21:40:05.241Z[ host-image] Jul 14 21:40:04.356 INFO O| Jul 14 21:40:04.356 INFO STEP 146 (ensure_file) COMPLETE
106572026-07-14T21:40:05.241Z[ host-image] Jul 14 21:40:04.356 INFO O| Jul 14 21:40:04.356 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106582026-07-14T21:40:05.246Z[ host-image] Jul 14 21:40:04.363 INFO O| Jul 14 21:40:04.363 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106592026-07-14T21:40:05.248Z[ host-image] Jul 14 21:40:04.363 INFO O| Jul 14 21:40:04.363 INFO STEP 147 (remove_files) COMPLETE
106602026-07-14T21:40:05.248Z[ host-image] Jul 14 21:40:04.363 INFO O| Jul 14 21:40:04.363 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106612026-07-14T21:40:05.253Z[ host-image] Jul 14 21:40:04.371 INFO O| Jul 14 21:40:04.371 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106622026-07-14T21:40:05.256Z[ host-image] Jul 14 21:40:04.371 INFO O| Jul 14 21:40:04.371 INFO STEP 148 (remove_files) COMPLETE
106632026-07-14T21:40:05.256Z[ host-image] Jul 14 21:40:04.371 INFO O| Jul 14 21:40:04.371 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106642026-07-14T21:40:05.259Z[ host-image] Jul 14 21:40:04.377 INFO O| Jul 14 21:40:04.377 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106652026-07-14T21:40:05.262Z[ host-image] Jul 14 21:40:04.377 INFO O| Jul 14 21:40:04.377 INFO STEP 149 (remove_files) COMPLETE
106662026-07-14T21:40:05.262Z[ host-image] Jul 14 21:40:04.377 INFO O| Jul 14 21:40:04.377 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106672026-07-14T21:40:05.267Z[ host-image] Jul 14 21:40:04.385 INFO O| Jul 14 21:40:04.385 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106682026-07-14T21:40:05.270Z[ host-image] Jul 14 21:40:04.385 INFO O| Jul 14 21:40:04.385 INFO STEP 150 (remove_files) COMPLETE
106692026-07-14T21:40:05.270Z[ host-image] Jul 14 21:40:04.385 INFO O| Jul 14 21:40:04.385 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106702026-07-14T21:40:05.276Z[ host-image] Jul 14 21:40:04.393 INFO O| Jul 14 21:40:04.393 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106712026-07-14T21:40:05.279Z[ host-image] Jul 14 21:40:04.393 INFO O| Jul 14 21:40:04.393 INFO STEP 151 (remove_files) COMPLETE
106722026-07-14T21:40:05.279Z[ host-image] Jul 14 21:40:04.393 INFO O| Jul 14 21:40:04.393 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106732026-07-14T21:40:05.283Z[ host-image] Jul 14 21:40:04.400 INFO O| Jul 14 21:40:04.400 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106742026-07-14T21:40:05.285Z[ host-image] Jul 14 21:40:04.400 INFO O| Jul 14 21:40:04.400 INFO STEP 152 (remove_files) COMPLETE
106752026-07-14T21:40:05.286Z[ host-image] Jul 14 21:40:04.400 INFO O| Jul 14 21:40:04.400 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106762026-07-14T21:40:05.289Z[ host-image] Jul 14 21:40:04.407 INFO O| Jul 14 21:40:04.407 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106772026-07-14T21:40:05.292Z[ host-image] Jul 14 21:40:04.407 INFO O| Jul 14 21:40:04.407 INFO STEP 153 (remove_files) COMPLETE
106782026-07-14T21:40:05.292Z[ host-image] Jul 14 21:40:04.407 INFO O| Jul 14 21:40:04.407 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106792026-07-14T21:40:05.295Z[ host-image] Jul 14 21:40:04.413 INFO O| Jul 14 21:40:04.413 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106802026-07-14T21:40:05.298Z[ host-image] Jul 14 21:40:04.413 INFO O| Jul 14 21:40:04.413 INFO STEP 154 (remove_files) COMPLETE
106812026-07-14T21:40:05.298Z[ host-image] Jul 14 21:40:04.413 INFO O| Jul 14 21:40:04.413 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106822026-07-14T21:40:05.302Z[ host-image] Jul 14 21:40:04.419 INFO O| Jul 14 21:40:04.419 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106832026-07-14T21:40:05.302Z[ host-image] Jul 14 21:40:04.419 INFO O| Jul 14 21:40:04.419 INFO STEP 155 (remove_files) COMPLETE
106842026-07-14T21:40:05.305Z[ host-image] Jul 14 21:40:04.419 INFO O| Jul 14 21:40:04.419 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106852026-07-14T21:40:05.309Z[ host-image] Jul 14 21:40:04.427 INFO O| Jul 14 21:40:04.426 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106862026-07-14T21:40:05.312Z[ host-image] Jul 14 21:40:04.427 INFO O| Jul 14 21:40:04.427 INFO STEP 156 (remove_files) COMPLETE
106872026-07-14T21:40:05.312Z[ host-image] Jul 14 21:40:04.427 INFO O| Jul 14 21:40:04.427 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106882026-07-14T21:40:05.316Z[ host-image] Jul 14 21:40:04.434 INFO O| Jul 14 21:40:04.434 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106892026-07-14T21:40:05.319Z[ host-image] Jul 14 21:40:04.434 INFO O| Jul 14 21:40:04.434 INFO STEP 157 (remove_files) COMPLETE
106902026-07-14T21:40:05.319Z[ host-image] Jul 14 21:40:04.434 INFO O| Jul 14 21:40:04.434 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106912026-07-14T21:40:05.325Z[ host-image] Jul 14 21:40:04.442 INFO O| Jul 14 21:40:04.442 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106922026-07-14T21:40:05.325Z[ host-image] Jul 14 21:40:04.442 INFO O| Jul 14 21:40:04.442 INFO STEP 158 (remove_files) COMPLETE
106932026-07-14T21:40:05.328Z[ host-image] Jul 14 21:40:04.442 INFO O| Jul 14 21:40:04.442 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106942026-07-14T21:40:05.331Z[ host-image] Jul 14 21:40:04.448 INFO O| Jul 14 21:40:04.448 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106952026-07-14T21:40:05.331Z[ host-image] Jul 14 21:40:04.449 INFO O| Jul 14 21:40:04.448 INFO STEP 159 (remove_files) COMPLETE
106962026-07-14T21:40:05.331Z[ host-image] Jul 14 21:40:04.449 INFO O| Jul 14 21:40:04.449 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106972026-07-14T21:40:05.339Z[ host-image] Jul 14 21:40:04.457 INFO O| Jul 14 21:40:04.457 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106982026-07-14T21:40:05.342Z[ host-image] Jul 14 21:40:04.457 INFO O| Jul 14 21:40:04.457 INFO STEP 160 (remove_files) COMPLETE
106992026-07-14T21:40:05.342Z[ host-image] Jul 14 21:40:04.457 INFO O| Jul 14 21:40:04.457 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107002026-07-14T21:40:05.346Z[ host-image] Jul 14 21:40:04.464 INFO O| Jul 14 21:40:04.464 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
107012026-07-14T21:40:05.351Z[ host-image] Jul 14 21:40:04.464 INFO O| Jul 14 21:40:04.464 INFO STEP 161 (remove_files) COMPLETE
107022026-07-14T21:40:05.351Z[ host-image] Jul 14 21:40:04.464 INFO O| Jul 14 21:40:04.464 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107032026-07-14T21:40:05.354Z[ host-image] Jul 14 21:40:04.472 INFO O| Jul 14 21:40:04.472 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107042026-07-14T21:40:05.357Z[ host-image] Jul 14 21:40:04.472 INFO O| Jul 14 21:40:04.472 INFO STEP 162 (remove_files) COMPLETE
107052026-07-14T21:40:05.357Z[ host-image] Jul 14 21:40:04.472 INFO O| Jul 14 21:40:04.472 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107062026-07-14T21:40:05.361Z[ host-image] Jul 14 21:40:04.478 INFO O| Jul 14 21:40:04.478 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107072026-07-14T21:40:05.364Z[ host-image] Jul 14 21:40:04.478 INFO O| Jul 14 21:40:04.478 INFO STEP 163 (remove_files) COMPLETE
107082026-07-14T21:40:05.364Z[ host-image] Jul 14 21:40:04.478 INFO O| Jul 14 21:40:04.478 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107092026-07-14T21:40:05.370Z[ host-image] Jul 14 21:40:04.488 INFO O| Jul 14 21:40:04.488 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107102026-07-14T21:40:05.370Z[ host-image] Jul 14 21:40:04.488 INFO O| Jul 14 21:40:04.488 INFO STEP 164 (remove_files) COMPLETE
107112026-07-14T21:40:05.372Z[ host-image] Jul 14 21:40:04.488 INFO O| Jul 14 21:40:04.488 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107122026-07-14T21:40:05.377Z[ host-image] Jul 14 21:40:04.495 INFO O| Jul 14 21:40:04.495 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107132026-07-14T21:40:05.380Z[ host-image] Jul 14 21:40:04.495 INFO O| Jul 14 21:40:04.495 INFO STEP 165 (remove_files) COMPLETE
107142026-07-14T21:40:05.380Z[ host-image] Jul 14 21:40:04.495 INFO O| Jul 14 21:40:04.495 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107152026-07-14T21:40:05.384Z[ host-image] Jul 14 21:40:04.501 INFO O| Jul 14 21:40:04.501 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107162026-07-14T21:40:05.384Z[ host-image] Jul 14 21:40:04.501 INFO O| Jul 14 21:40:04.501 INFO STEP 166 (remove_files) COMPLETE
107172026-07-14T21:40:05.386Z[ host-image] Jul 14 21:40:04.501 INFO O| Jul 14 21:40:04.501 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107182026-07-14T21:40:05.390Z[ host-image] Jul 14 21:40:04.507 INFO O| Jul 14 21:40:04.507 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107192026-07-14T21:40:05.393Z[ host-image] Jul 14 21:40:04.507 INFO O| Jul 14 21:40:04.507 INFO STEP 167 (remove_files) COMPLETE
107202026-07-14T21:40:05.393Z[ host-image] Jul 14 21:40:04.507 INFO O| Jul 14 21:40:04.507 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107212026-07-14T21:40:05.398Z[ host-image] Jul 14 21:40:04.516 INFO O| Jul 14 21:40:04.516 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107222026-07-14T21:40:05.398Z[ host-image] Jul 14 21:40:04.516 INFO O| Jul 14 21:40:04.516 INFO STEP 168 (remove_files) COMPLETE
107232026-07-14T21:40:05.401Z[ host-image] Jul 14 21:40:04.516 INFO O| Jul 14 21:40:04.516 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107242026-07-14T21:40:05.406Z[ host-image] Jul 14 21:40:04.524 INFO O| Jul 14 21:40:04.524 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107252026-07-14T21:40:05.406Z[ host-image] Jul 14 21:40:04.524 INFO O| Jul 14 21:40:04.524 INFO STEP 169 (remove_files) COMPLETE
107262026-07-14T21:40:05.409Z[ host-image] Jul 14 21:40:04.524 INFO O| Jul 14 21:40:04.524 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107272026-07-14T21:40:05.415Z[ host-image] Jul 14 21:40:04.532 INFO O| Jul 14 21:40:04.532 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107282026-07-14T21:40:05.415Z[ host-image] Jul 14 21:40:04.532 INFO O| Jul 14 21:40:04.532 INFO STEP 170 (remove_files) COMPLETE
107292026-07-14T21:40:05.418Z[ host-image] Jul 14 21:40:04.532 INFO O| Jul 14 21:40:04.532 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107302026-07-14T21:40:05.422Z[ host-image] Jul 14 21:40:04.539 INFO O| Jul 14 21:40:04.539 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107312026-07-14T21:40:05.424Z[ host-image] Jul 14 21:40:04.539 INFO O| Jul 14 21:40:04.539 INFO STEP 171 (remove_files) COMPLETE
107322026-07-14T21:40:05.424Z[ host-image] Jul 14 21:40:04.539 INFO O| Jul 14 21:40:04.539 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107332026-07-14T21:40:05.428Z[ host-image] Jul 14 21:40:04.546 INFO O| Jul 14 21:40:04.546 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107342026-07-14T21:40:05.428Z[ host-image] Jul 14 21:40:04.546 INFO O| Jul 14 21:40:04.546 INFO STEP 172 (remove_files) COMPLETE
107352026-07-14T21:40:05.431Z[ host-image] Jul 14 21:40:04.546 INFO O| Jul 14 21:40:04.546 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107362026-07-14T21:40:05.434Z[ host-image] Jul 14 21:40:04.552 INFO O| Jul 14 21:40:04.552 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107372026-07-14T21:40:05.435Z[ host-image] Jul 14 21:40:04.552 INFO O| Jul 14 21:40:04.552 INFO STEP 173 (remove_files) COMPLETE
107382026-07-14T21:40:05.438Z[ host-image] Jul 14 21:40:04.552 INFO O| Jul 14 21:40:04.552 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107392026-07-14T21:40:05.444Z[ host-image] Jul 14 21:40:04.560 INFO O| Jul 14 21:40:04.560 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107402026-07-14T21:40:05.444Z[ host-image] Jul 14 21:40:04.560 INFO O| Jul 14 21:40:04.560 INFO STEP 174 (remove_files) COMPLETE
107412026-07-14T21:40:05.444Z[ host-image] Jul 14 21:40:04.560 INFO O| Jul 14 21:40:04.560 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107422026-07-14T21:40:05.449Z[ host-image] Jul 14 21:40:04.566 INFO O| Jul 14 21:40:04.566 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107432026-07-14T21:40:05.451Z[ host-image] Jul 14 21:40:04.566 INFO O| Jul 14 21:40:04.566 INFO STEP 175 (remove_files) COMPLETE
107442026-07-14T21:40:05.451Z[ host-image] Jul 14 21:40:04.566 INFO O| Jul 14 21:40:04.566 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107452026-07-14T21:40:05.458Z[ host-image] Jul 14 21:40:04.575 INFO O| Jul 14 21:40:04.575 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107462026-07-14T21:40:05.458Z[ host-image] Jul 14 21:40:04.575 INFO O| Jul 14 21:40:04.575 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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_CHECKHASH": "1"}
107472026-07-14T21:40:05.957Z[ recovery-image] Jul 14 21:40:05.074 INFO E| Compiling bitstruct_derive v0.1.0
107482026-07-14T21:40:08.540Z[ host-image] Jul 14 21:40:07.656 INFO O| Jul 14 21:40:07.656 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
107492026-07-14T21:40:08.540Z[ host-image] Jul 14 21:40:07.656 INFO O| Jul 14 21:40:07.656 INFO E| svccfg: Loaded 79 smf(7) service descriptions
107502026-07-14T21:40:08.549Z[ host-image] Jul 14 21:40:07.666 INFO O| Jul 14 21:40:07.666 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107512026-07-14T21:40:08.642Z[ host-image] Jul 14 21:40:07.759 INFO O| Jul 14 21:40:07.759 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_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"}
107522026-07-14T21:40:08.694Z[ host-image] Jul 14 21:40:07.811 INFO O| Jul 14 21:40:07.811 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107532026-07-14T21:40:08.754Z[ host-image] Jul 14 21:40:07.871 INFO O| Jul 14 21:40:07.870 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107542026-07-14T21:40:08.754Z[ host-image] Jul 14 21:40:07.871 INFO O| Jul 14 21:40:07.870 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107552026-07-14T21:40:08.838Z[ host-image] Jul 14 21:40:07.955 INFO O| Jul 14 21:40:07.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107562026-07-14T21:40:08.838Z[ host-image] Jul 14 21:40:07.955 INFO O| Jul 14 21:40:07.955 INFO ok!
107572026-07-14T21:40:08.841Z[ host-image] Jul 14 21:40:07.955 INFO O| Jul 14 21:40:07.955 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107582026-07-14T21:40:08.842Z[ host-image] Jul 14 21:40:07.955 INFO O| Jul 14 21:40:07.955 INFO STEP 176 (seed_smf) COMPLETE
107592026-07-14T21:40:08.842Z[ host-image] Jul 14 21:40:07.955 INFO O| Jul 14 21:40:07.955 INFO steps complete; finalising image!
107602026-07-14T21:40:08.842Z[ host-image] Jul 14 21:40:07.955 INFO O| Jul 14 21:40:07.955 INFO TRIM POOL: TEMPORARY-sled-zfs
107612026-07-14T21:40:08.885Z[ host-image] Jul 14 21:40:08.002 INFO O| Jul 14 21:40:08.002 INFO trim TEMPORARY-sled-zfs: (7% trimmed, started at Tue Jul 14 21:40:07 2026)
107622026-07-14T21:40:09.101Z[ host-image] Jul 14 21:40:08.217 INFO O| Jul 14 21:40:08.217 INFO temporary pool has 853M used, 42.9M avail, 1.81x compressratio
107632026-07-14T21:40:09.101Z[ host-image] Jul 14 21:40:08.217 INFO O| Jul 14 21:40:08.217 INFO EXPORT POOL: TEMPORARY-sled-zfs
107642026-07-14T21:40:09.437Z[ host-image] Jul 14 21:40:08.554 INFO O| Jul 14 21:40:08.554 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107652026-07-14T21:40:09.437Z[ host-image] Jul 14 21:40:08.554 INFO O| Jul 14 21:40:08.554 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107662026-07-14T21:40:10.136Z[ host-image] Jul 14 21:40:09.253 INFO O| Jul 14 21:40:09.253 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107672026-07-14T21:40:10.136Z[ host-image] Jul 14 21:40:09.253 INFO O| Jul 14 21:40:09.253 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107682026-07-14T21:40:10.136Z[ host-image] Jul 14 21:40:09.253 INFO O| Jul 14 21:40:09.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107692026-07-14T21:40:10.136Z[ host-image] Jul 14 21:40:09.253 INFO O| Jul 14 21:40:09.253 INFO completed processing sled/zfs
107702026-07-14T21:40:10.140Z[ host-image] Jul 14 21:40:09.253 INFO O| Jul 14 21:40:09.253 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107712026-07-14T21:40:14.872Z[ recovery-image] Jul 14 21:40:13.986 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)
107722026-07-14T21:40:16.909Z[ recovery-image] Jul 14 21:40:16.026 INFO E| Compiling bitflags v1.3.2
107732026-07-14T21:40:16.909Z[ recovery-image] Jul 14 21:40:16.026 INFO E| Compiling adler2 v2.0.1
107742026-07-14T21:40:16.909Z[ recovery-image] Jul 14 21:40:16.026 INFO E| Compiling scroll v0.13.0
107752026-07-14T21:40:16.912Z[ recovery-image] Jul 14 21:40:16.026 INFO E| Compiling plain v0.2.3
107762026-07-14T21:40:16.912Z[ recovery-image] Jul 14 21:40:16.026 INFO E| Compiling log v0.4.32
107772026-07-14T21:40:16.912Z[ recovery-image] Jul 14 21:40:16.026 INFO E| Compiling bitflags v2.13.0
107782026-07-14T21:40:16.912Z[ recovery-image] Jul 14 21:40:16.026 INFO E| Compiling bit_field v0.10.3
107792026-07-14T21:40:16.912Z[ recovery-image] Jul 14 21:40:16.026 INFO E| Compiling static_assertions v1.1.0
107802026-07-14T21:40:16.912Z[ recovery-image] Jul 14 21:40:16.026 INFO E| Compiling bitstruct v0.1.1
107812026-07-14T21:40:16.959Z[ recovery-image] Jul 14 21:40:16.076 INFO E| Compiling raw-cpuid v10.7.0
107822026-07-14T21:40:17.015Z[ recovery-image] Jul 14 21:40:16.132 INFO E| Compiling miniz_oxide v0.9.1
107832026-07-14T21:40:17.060Z[ recovery-image] Jul 14 21:40:16.177 INFO E| Compiling cpio_reader v0.1.2
107842026-07-14T21:40:17.137Z[ recovery-image] Jul 14 21:40:16.254 INFO E| Compiling goblin v0.10.7
107852026-07-14T21:40:19.912Z[ recovery-image] Jul 14 21:40:19.026 INFO E| Finished `release` profile [optimized] target(s) in 18.49s
107862026-07-14T21:40:19.929Z[ recovery-image] Jul 14 21:40:19.045 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107872026-07-14T21:40:19.932Z[ recovery-image] Jul 14 21:40:19.045 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107882026-07-14T21:40:19.932Z[ recovery-image] Jul 14 21:40:19.045 INFO building ROM for gimlet
107892026-07-14T21:40:19.933Z[ recovery-image] Jul 14 21:40:19.046 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")
107902026-07-14T21:40:20.005Z[ recovery-image] Jul 14 21:40:19.122 INFO E| Downloading crates ...
107912026-07-14T21:40:20.050Z[ recovery-image] Jul 14 21:40:19.167 INFO E| Downloaded is_terminal_polyfill v1.70.1
107922026-07-14T21:40:20.054Z[ recovery-image] Jul 14 21:40:19.172 INFO E| Downloaded colorchoice v1.0.3
107932026-07-14T21:40:20.059Z[ recovery-image] Jul 14 21:40:19.173 INFO E| Downloaded anstyle v1.0.10
107942026-07-14T21:40:20.062Z[ recovery-image] Jul 14 21:40:19.179 INFO E| Downloaded clap_derive v4.5.32
107952026-07-14T21:40:20.065Z[ recovery-image] Jul 14 21:40:19.180 INFO E| Downloaded anstyle-query v1.1.2
107962026-07-14T21:40:20.065Z[ recovery-image] Jul 14 21:40:19.182 INFO E| Downloaded shared_child v1.0.1
107972026-07-14T21:40:20.068Z[ recovery-image] Jul 14 21:40:19.182 INFO E| Downloaded serde_spanned v0.6.8
107982026-07-14T21:40:20.073Z[ recovery-image] Jul 14 21:40:19.187 INFO E| Downloaded toml_datetime v0.6.9
107992026-07-14T21:40:20.073Z[ recovery-image] Jul 14 21:40:19.188 INFO E| Downloaded anstyle-parse v0.2.6
108002026-07-14T21:40:20.079Z[ recovery-image] Jul 14 21:40:19.195 INFO E| Downloaded clap_lex v0.7.4
108012026-07-14T21:40:20.087Z[ recovery-image] Jul 14 21:40:19.196 INFO E| Downloaded os_pipe v1.2.1
108022026-07-14T21:40:20.087Z[ recovery-image] Jul 14 21:40:19.200 INFO E| Downloaded toml_write v0.1.1
108032026-07-14T21:40:20.087Z[ recovery-image] Jul 14 21:40:19.201 INFO E| Downloaded clap v4.5.37
108042026-07-14T21:40:20.091Z[ recovery-image] Jul 14 21:40:19.206 INFO E| Downloaded duct v0.13.7
108052026-07-14T21:40:20.091Z[ recovery-image] Jul 14 21:40:19.208 INFO E| Downloaded anstream v0.6.18
108062026-07-14T21:40:20.100Z[ recovery-image] Jul 14 21:40:19.217 INFO E| Downloaded toml v0.8.22
108072026-07-14T21:40:20.119Z[ recovery-image] Jul 14 21:40:19.236 INFO E| Downloaded cc v1.2.20
108082026-07-14T21:40:20.124Z[ recovery-image] Jul 14 21:40:19.238 INFO E| Downloaded toml_edit v0.22.26
108092026-07-14T21:40:20.140Z[ recovery-image] Jul 14 21:40:19.257 INFO E| Downloaded clap_builder v4.5.37
108102026-07-14T21:40:20.146Z[ recovery-image] Jul 14 21:40:19.264 INFO E| Downloaded winnow v0.7.7
108112026-07-14T21:40:20.163Z[ recovery-image] Jul 14 21:40:19.278 INFO E| Compiling libc v0.2.172
108122026-07-14T21:40:20.169Z[ recovery-image] Jul 14 21:40:19.279 INFO E| Compiling utf8parse v0.2.2
108132026-07-14T21:40:20.169Z[ recovery-image] Jul 14 21:40:19.279 INFO E| Compiling colorchoice v1.0.3
108142026-07-14T21:40:20.169Z[ recovery-image] Jul 14 21:40:19.279 INFO E| Compiling anstyle-query v1.1.2
108152026-07-14T21:40:20.169Z[ recovery-image] Jul 14 21:40:19.279 INFO E| Compiling once_cell v1.21.3
108162026-07-14T21:40:20.170Z[ recovery-image] Jul 14 21:40:19.279 INFO E| Compiling hashbrown v0.15.2
108172026-07-14T21:40:20.170Z[ recovery-image] Jul 14 21:40:19.279 INFO E| Compiling shlex v1.3.0
108182026-07-14T21:40:20.170Z[ recovery-image] Jul 14 21:40:19.279 INFO E| Compiling is_terminal_polyfill v1.70.1
108192026-07-14T21:40:20.170Z[ recovery-image] Jul 14 21:40:19.279 INFO E| Compiling anstyle v1.0.10
108202026-07-14T21:40:20.170Z[ recovery-image] Jul 14 21:40:19.279 INFO E| Compiling equivalent v1.0.2
108212026-07-14T21:40:20.170Z[ recovery-image] Jul 14 21:40:19.279 INFO E| Compiling winnow v0.7.7
108222026-07-14T21:40:20.170Z[ recovery-image] Jul 14 21:40:19.279 INFO E| Compiling strsim v0.11.1
108232026-07-14T21:40:20.194Z[ recovery-image] Jul 14 21:40:19.311 INFO E| Compiling clap_lex v0.7.4
108242026-07-14T21:40:20.197Z[ recovery-image] Jul 14 21:40:19.311 INFO E| Compiling toml_write v0.1.1
108252026-07-14T21:40:20.205Z[ recovery-image] Jul 14 21:40:19.323 INFO E| Compiling anyhow v1.0.98
108262026-07-14T21:40:20.208Z[ recovery-image] Jul 14 21:40:19.323 INFO E| Compiling syn v2.0.101
108272026-07-14T21:40:20.296Z[ recovery-image] Jul 14 21:40:19.412 INFO E| Compiling anstyle-parse v0.2.6
108282026-07-14T21:40:20.323Z[ recovery-image] Jul 14 21:40:19.439 INFO E| Compiling cc v1.2.20
108292026-07-14T21:40:20.431Z[ recovery-image] Jul 14 21:40:19.548 INFO E| Compiling anstream v0.6.18
108302026-07-14T21:40:20.621Z[ recovery-image] Jul 14 21:40:19.738 INFO E| Compiling clap_builder v4.5.37
108312026-07-14T21:40:20.691Z[ recovery-image] Jul 14 21:40:19.808 INFO E| Compiling indexmap v2.9.0
108322026-07-14T21:40:20.798Z[ recovery-image] Jul 14 21:40:19.914 INFO E| Compiling os_pipe v1.2.1
108332026-07-14T21:40:20.798Z[ recovery-image] Jul 14 21:40:19.914 INFO E| Compiling shared_child v1.0.1
108342026-07-14T21:40:20.909Z[ recovery-image] Jul 14 21:40:20.026 INFO E| Compiling duct v0.13.7
108352026-07-14T21:40:21.336Z[ recovery-image] Jul 14 21:40:20.452 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108362026-07-14T21:40:22.198Z[ recovery-image] Jul 14 21:40:21.315 INFO E| Compiling serde_derive v1.0.219
108372026-07-14T21:40:22.198Z[ recovery-image] Jul 14 21:40:21.315 INFO E| Compiling clap_derive v4.5.32
108382026-07-14T21:40:23.438Z[ recovery-image] Jul 14 21:40:22.555 INFO E| Compiling clap v4.5.37
108392026-07-14T21:40:24.052Z[ recovery-image] Jul 14 21:40:23.168 INFO E| Compiling serde v1.0.219
108402026-07-14T21:40:24.580Z[ host-image] Jul 14 21:40:23.697 INFO O| Jul 14 21:40:23.697 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108412026-07-14T21:40:24.660Z[ host-image] Jul 14 21:40:23.777 INFO BUILD STRING "heads/stlouis-0-g9bf8f01f24e\n"
108422026-07-14T21:40:24.660Z[ host-image] Jul 14 21:40:23.777 INFO expanded image name: "ci 344c5b6/${os_short_commit} 2026-07-14 21:24" -> "ci 344c5b6/9bf8f01 2026-07-14 21:24"
108432026-07-14T21:40:24.664Z[ host-image] Jul 14 21:40:23.777 INFO output artefacts stored in: "/work/os-host"
108442026-07-14T21:40:24.664Z[ host-image] Jul 14 21:40:23.778 INFO collecting git info from project "amd-host-image-builder"...
108452026-07-14T21:40:24.667Z[ host-image] Jul 14 21:40:23.784 INFO collecting git info from project "dmar-report"...
108462026-07-14T21:40:24.673Z[ host-image] Jul 14 21:40:23.788 INFO collecting git info from project "phbl"...
108472026-07-14T21:40:24.675Z[ host-image] Jul 14 21:40:23.792 INFO collecting git info from project "bootserver"...
108482026-07-14T21:40:24.679Z[ host-image] Jul 14 21:40:23.796 INFO collecting git info from project "pinprick"...
108492026-07-14T21:40:24.683Z[ host-image] Jul 14 21:40:23.800 INFO collecting git info from project "image-builder"...
108502026-07-14T21:40:24.686Z[ host-image] Jul 14 21:40:23.804 INFO collecting git info from project "chelsio-t6-roms"...
108512026-07-14T21:40:24.690Z[ host-image] Jul 14 21:40:23.807 INFO collecting git info from project "pilot"...
108522026-07-14T21:40:24.694Z[ host-image] Jul 14 21:40:23.811 INFO collecting git info from project "amd-firmware"...
108532026-07-14T21:40:24.704Z[ host-image] Jul 14 21:40:23.821 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108542026-07-14T21:40:25.002Z[ host-image] Jul 14 21:40:24.119 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108552026-07-14T21:40:25.285Z[ host-image] Jul 14 21:40:24.402 INFO creating Oxide boot image...
108562026-07-14T21:40:25.285Z[ host-image] Jul 14 21:40:24.402 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 344c5b6/9bf8f01 2026-07-14 21:24", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108572026-07-14T21:40:25.714Z[ recovery-image] Jul 14 21:40:24.831 INFO E| Compiling serde_spanned v0.6.8
108582026-07-14T21:40:25.714Z[ recovery-image] Jul 14 21:40:24.831 INFO E| Compiling toml_datetime v0.6.9
108592026-07-14T21:40:25.861Z[ recovery-image] Jul 14 21:40:24.978 INFO E| Compiling toml_edit v0.22.26
108602026-07-14T21:40:25.968Z[ host-image] Jul 14 21:40:25.085 INFO O| ok, image written!
108612026-07-14T21:40:25.968Z[ host-image] Jul 14 21:40:25.085 INFO O| ok, boot_image_csum file written!
108622026-07-14T21:40:25.972Z[ host-image] Jul 14 21:40:25.087 INFO creating boot archive (CPIO)...
108632026-07-14T21:40:25.972Z[ host-image] Jul 14 21:40:25.087 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
108642026-07-14T21:40:25.974Z[ host-image] Jul 14 21:40:25.091 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108652026-07-14T21:40:25.975Z[ host-image] Jul 14 21:40:25.091 INFO E| + outfile=/work/os-host/cpio
108662026-07-14T21:40:25.975Z[ host-image] Jul 14 21:40:25.091 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108672026-07-14T21:40:25.977Z[ host-image] Jul 14 21:40:25.093 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108682026-07-14T21:40:25.977Z[ host-image] Jul 14 21:40:25.093 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108692026-07-14T21:40:26.002Z[ host-image] Jul 14 21:40:25.119 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108702026-07-14T21:40:26.002Z[ host-image] Jul 14 21:40:25.119 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108712026-07-14T21:40:26.008Z[ host-image] Jul 14 21:40:25.125 INFO creating compressed cpio/unix for dev loaders...
108722026-07-14T21:40:26.008Z[ host-image] Jul 14 21:40:25.125 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
108732026-07-14T21:40:26.232Z[ host-image] Jul 14 21:40:25.349 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108742026-07-14T21:40:27.088Z[ recovery-image] Jul 14 21:40:26.205 INFO E| Compiling toml v0.8.22
108752026-07-14T21:40:29.056Z[ recovery-image] Jul 14 21:40:28.173 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
108762026-07-14T21:40:29.068Z[ recovery-image] Jul 14 21:40:28.185 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`
108772026-07-14T21:40:29.082Z[ recovery-image] Jul 14 21:40:28.199 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108782026-07-14T21:40:29.154Z[ recovery-image] Jul 14 21:40:28.271 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108792026-07-14T21:40:29.158Z[ recovery-image] Jul 14 21:40:28.275 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`
108802026-07-14T21:40:29.278Z[ recovery-image] Jul 14 21:40:28.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108812026-07-14T21:40:29.278Z[ recovery-image] Jul 14 21:40:28.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108822026-07-14T21:40:29.281Z[ recovery-image] Jul 14 21:40:28.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108832026-07-14T21:40:29.281Z[ recovery-image] Jul 14 21:40:28.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108842026-07-14T21:40:29.281Z[ recovery-image] Jul 14 21:40:28.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108852026-07-14T21:40:29.281Z[ recovery-image] Jul 14 21:40:28.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108862026-07-14T21:40:29.281Z[ recovery-image] Jul 14 21:40:28.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108872026-07-14T21:40:29.281Z[ recovery-image] Jul 14 21:40:28.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108882026-07-14T21:40:29.281Z[ recovery-image] Jul 14 21:40:28.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108892026-07-14T21:40:29.282Z[ recovery-image] Jul 14 21:40:28.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108902026-07-14T21:40:29.282Z[ recovery-image] Jul 14 21:40:28.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108912026-07-14T21:40:29.282Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108922026-07-14T21:40:29.282Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108932026-07-14T21:40:29.282Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108942026-07-14T21:40:29.282Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108952026-07-14T21:40:29.282Z[ recovery-image] Jul 14 21:40:28.396 INFO O| Info: ABL version: 0x100f5010
108962026-07-14T21:40:29.282Z[ recovery-image] Jul 14 21:40:28.396 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108972026-07-14T21:40:29.282Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108982026-07-14T21:40:29.282Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108992026-07-14T21:40:29.282Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109002026-07-14T21:40:29.282Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109012026-07-14T21:40:29.283Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109022026-07-14T21:40:29.283Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109032026-07-14T21:40:29.283Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109042026-07-14T21:40:29.283Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109052026-07-14T21:40:29.283Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109062026-07-14T21:40:29.283Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109072026-07-14T21:40:29.283Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109082026-07-14T21:40:29.283Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109092026-07-14T21:40:29.283Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109102026-07-14T21:40:29.283Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109112026-07-14T21:40:29.283Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109122026-07-14T21:40:29.283Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109132026-07-14T21:40:29.283Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109142026-07-14T21:40:29.283Z[ recovery-image] Jul 14 21:40:28.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109152026-07-14T21:40:29.314Z[ recovery-image] Jul 14 21:40:28.431 INFO building ROM for cosmo
109162026-07-14T21:40:29.317Z[ recovery-image] Jul 14 21:40:28.431 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")
109172026-07-14T21:40:29.403Z[ recovery-image] Jul 14 21:40:28.520 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109182026-07-14T21:40:29.406Z[ recovery-image] Jul 14 21:40:28.523 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`
109192026-07-14T21:40:29.418Z[ recovery-image] Jul 14 21:40:28.536 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109202026-07-14T21:40:29.464Z[ host-image] Jul 14 21:40:28.581 INFO creating reset image...
109212026-07-14T21:40:29.465Z[ host-image] Jul 14 21:40:28.581 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")
109222026-07-14T21:40:29.486Z[ recovery-image] Jul 14 21:40:28.603 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109232026-07-14T21:40:29.489Z[ recovery-image] Jul 14 21:40:28.607 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`
109242026-07-14T21:40:29.529Z[ host-image] Jul 14 21:40:28.646 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.02s
109252026-07-14T21:40:29.532Z[ host-image] Jul 14 21:40:28.647 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
109262026-07-14T21:40:29.703Z[ recovery-image] Jul 14 21:40:28.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109272026-07-14T21:40:29.703Z[ recovery-image] Jul 14 21:40:28.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109282026-07-14T21:40:29.703Z[ recovery-image] Jul 14 21:40:28.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109292026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109302026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109312026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109322026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109332026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109342026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109352026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109362026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109372026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109382026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109392026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109402026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109412026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109422026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109432026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109442026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109452026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109462026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109472026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109482026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109492026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109502026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109512026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109522026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109532026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109542026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109552026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109562026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109572026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109582026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109592026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109602026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109612026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109622026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109632026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109642026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109652026-07-14T21:40:29.707Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109662026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109672026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109682026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109692026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109702026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109712026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109722026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109732026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109742026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109752026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109762026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109772026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109782026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109792026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO O| Info: ABL version: 0x100af010
109802026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109812026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109822026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109832026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109842026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109852026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109862026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109872026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109882026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109892026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109902026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109912026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109922026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109932026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109942026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109952026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109962026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109972026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109982026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109992026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110002026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110012026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110022026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110032026-07-14T21:40:29.708Z[ recovery-image] Jul 14 21:40:28.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110042026-07-14T21:40:29.709Z[ recovery-image] Jul 14 21:40:28.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110052026-07-14T21:40:29.709Z[ recovery-image] Jul 14 21:40:28.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110062026-07-14T21:40:29.709Z[ recovery-image] Jul 14 21:40:28.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110072026-07-14T21:40:29.709Z[ recovery-image] Jul 14 21:40:28.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110082026-07-14T21:40:29.709Z[ recovery-image] Jul 14 21:40:28.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110092026-07-14T21:40:29.709Z[ recovery-image] Jul 14 21:40:28.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110102026-07-14T21:40:29.709Z[ recovery-image] Jul 14 21:40:28.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110112026-07-14T21:40:29.709Z[ recovery-image] Jul 14 21:40:28.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110122026-07-14T21:40:29.712Z[ recovery-image] Jul 14 21:40:28.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110132026-07-14T21:40:29.740Z[ recovery-image] Jul 14 21:40:28.857 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110142026-07-14T21:40:29.752Z[ host-image] Jul 14 21:40:28.869 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)
110152026-07-14T21:40:29.752Z[ host-image] Jul 14 21:40:28.869 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)
110162026-07-14T21:40:29.755Z[ host-image] Jul 14 21:40:28.869 INFO E| Compiling proc-macro2 v1.0.106
110172026-07-14T21:40:29.755Z[ host-image] Jul 14 21:40:28.869 INFO E| Compiling quote v1.0.45
110182026-07-14T21:40:29.755Z[ host-image] Jul 14 21:40:28.869 INFO E| Compiling unicode-ident v1.0.24
110192026-07-14T21:40:29.755Z[ host-image] Jul 14 21:40:28.869 INFO E| Compiling syn v1.0.109
110202026-07-14T21:40:29.755Z[ host-image] Jul 14 21:40:28.869 INFO E| Compiling x86 v0.52.0
110212026-07-14T21:40:29.755Z[ host-image] Jul 14 21:40:28.869 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110222026-07-14T21:40:29.761Z[ host-image] Jul 14 21:40:28.878 INFO E| Compiling seq-macro v0.3.6
110232026-07-14T21:40:30.658Z[ host-image] Jul 14 21:40:29.775 INFO E| Compiling syn v2.0.117
110242026-07-14T21:40:30.946Z[ recovery-image] Jul 14 21:40:30.063 INFO image complete! materials are in "/work/os-recovery"
110252026-07-14T21:40:30.949Z[ recovery-image]
110262026-07-14T21:40:30.949Z[ recovery-image] real 4:05.295555579
110272026-07-14T21:40:30.949Z[ recovery-image] user 2:28.380739701
110282026-07-14T21:40:30.949Z[ recovery-image] sys 34.843549588
110292026-07-14T21:40:30.949Z[ recovery-image] trap 0.064722628
110302026-07-14T21:40:30.952Z[ recovery-image] tflt 0.577211067
110312026-07-14T21:40:30.952Z[ recovery-image] dflt 0.901421180
110322026-07-14T21:40:30.952Z[ recovery-image] kflt 0.000113790
110332026-07-14T21:40:30.952Z[ recovery-image] lock 10:16.653756393
110342026-07-14T21:40:30.952Z[ recovery-image] slp 24:17.953141699
110352026-07-14T21:40:30.952Z[ recovery-image] lat 25.092269813
110362026-07-14T21:40:30.952Z[ recovery-image] stop 6.657173492
110372026-07-14T21:40:30.952ZJul 14 21:40:30.067 INFO [recovery-image] process exited with exit status: 0 (245.300783579s)
110382026-07-14T21:40:30.952ZJul 14 21:40:30.067 INFO [tuf-v2-recovery] running task
110392026-07-14T21:40:30.952ZJul 14 21:40:30.068 INFO [tuf-v2-recovery] task succeeded (806.44µs)
110402026-07-14T21:40:31.948Z[ host-image] Jul 14 21:40:31.064 INFO E| Compiling scroll_derive v0.13.1
110412026-07-14T21:40:32.932Z[ host-image] Jul 14 21:40:32.048 INFO E| Compiling bitstruct_derive v0.1.0
110422026-07-14T21:40:41.959Z[ host-image] Jul 14 21:40:41.076 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)
110432026-07-14T21:40:44.029Z[ host-image] Jul 14 21:40:43.146 INFO E| Compiling bitflags v1.3.2
110442026-07-14T21:40:44.029Z[ host-image] Jul 14 21:40:43.146 INFO E| Compiling scroll v0.13.0
110452026-07-14T21:40:44.030Z[ host-image] Jul 14 21:40:43.146 INFO E| Compiling adler2 v2.0.1
110462026-07-14T21:40:44.033Z[ host-image] Jul 14 21:40:43.146 INFO E| Compiling plain v0.2.3
110472026-07-14T21:40:44.033Z[ host-image] Jul 14 21:40:43.146 INFO E| Compiling bit_field v0.10.3
110482026-07-14T21:40:44.033Z[ host-image] Jul 14 21:40:43.146 INFO E| Compiling bitflags v2.13.0
110492026-07-14T21:40:44.033Z[ host-image] Jul 14 21:40:43.146 INFO E| Compiling log v0.4.32
110502026-07-14T21:40:44.033Z[ host-image] Jul 14 21:40:43.146 INFO E| Compiling static_assertions v1.1.0
110512026-07-14T21:40:44.033Z[ host-image] Jul 14 21:40:43.146 INFO E| Compiling bitstruct v0.1.1
110522026-07-14T21:40:44.082Z[ host-image] Jul 14 21:40:43.198 INFO E| Compiling raw-cpuid v10.7.0
110532026-07-14T21:40:44.131Z[ host-image] Jul 14 21:40:43.247 INFO E| Compiling miniz_oxide v0.9.1
110542026-07-14T21:40:44.185Z[ host-image] Jul 14 21:40:43.302 INFO E| Compiling cpio_reader v0.1.2
110552026-07-14T21:40:44.251Z[ host-image] Jul 14 21:40:43.368 INFO E| Compiling goblin v0.10.7
110562026-07-14T21:40:47.027Z[ host-image] Jul 14 21:40:46.144 INFO E| Finished `release` profile [optimized] target(s) in 17.48s
110572026-07-14T21:40:47.039Z[ host-image] Jul 14 21:40:46.156 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110582026-07-14T21:40:47.039Z[ host-image] Jul 14 21:40:46.156 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110592026-07-14T21:40:47.039Z[ host-image] Jul 14 21:40:46.156 INFO building ROM for gimlet
110602026-07-14T21:40:47.039Z[ host-image] Jul 14 21:40:46.156 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")
110612026-07-14T21:40:47.134Z[ host-image] Jul 14 21:40:46.250 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110622026-07-14T21:40:47.137Z[ host-image] Jul 14 21:40:46.253 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`
110632026-07-14T21:40:47.150Z[ host-image] Jul 14 21:40:46.266 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110642026-07-14T21:40:47.216Z[ host-image] Jul 14 21:40:46.333 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110652026-07-14T21:40:47.219Z[ host-image] Jul 14 21:40:46.335 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`
110662026-07-14T21:40:47.328Z[ host-image] Jul 14 21:40:46.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110672026-07-14T21:40:47.329Z[ host-image] Jul 14 21:40:46.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110682026-07-14T21:40:47.329Z[ host-image] Jul 14 21:40:46.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110692026-07-14T21:40:47.329Z[ host-image] Jul 14 21:40:46.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110702026-07-14T21:40:47.332Z[ host-image] Jul 14 21:40:46.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110712026-07-14T21:40:47.332Z[ host-image] Jul 14 21:40:46.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110722026-07-14T21:40:47.332Z[ host-image] Jul 14 21:40:46.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110732026-07-14T21:40:47.332Z[ host-image] Jul 14 21:40:46.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110742026-07-14T21:40:47.332Z[ host-image] Jul 14 21:40:46.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110752026-07-14T21:40:47.332Z[ host-image] Jul 14 21:40:46.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110762026-07-14T21:40:47.332Z[ host-image] Jul 14 21:40:46.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110772026-07-14T21:40:47.332Z[ host-image] Jul 14 21:40:46.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110782026-07-14T21:40:47.332Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110792026-07-14T21:40:47.332Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110802026-07-14T21:40:47.332Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110812026-07-14T21:40:47.333Z[ host-image] Jul 14 21:40:46.446 INFO O| Info: ABL version: 0x100f5010
110822026-07-14T21:40:47.333Z[ host-image] Jul 14 21:40:46.446 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110832026-07-14T21:40:47.333Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110842026-07-14T21:40:47.333Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110852026-07-14T21:40:47.333Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110862026-07-14T21:40:47.333Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110872026-07-14T21:40:47.333Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110882026-07-14T21:40:47.334Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110892026-07-14T21:40:47.334Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110902026-07-14T21:40:47.334Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110912026-07-14T21:40:47.334Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110922026-07-14T21:40:47.334Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110932026-07-14T21:40:47.334Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110942026-07-14T21:40:47.334Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110952026-07-14T21:40:47.334Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110962026-07-14T21:40:47.334Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110972026-07-14T21:40:47.334Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110982026-07-14T21:40:47.334Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110992026-07-14T21:40:47.334Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111002026-07-14T21:40:47.334Z[ host-image] Jul 14 21:40:46.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111012026-07-14T21:40:47.360Z[ host-image] Jul 14 21:40:46.477 INFO building ROM for cosmo
111022026-07-14T21:40:47.360Z[ host-image] Jul 14 21:40:46.477 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")
111032026-07-14T21:40:47.454Z[ host-image] Jul 14 21:40:46.570 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111042026-07-14T21:40:47.457Z[ host-image] Jul 14 21:40:46.573 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`
111052026-07-14T21:40:47.468Z[ host-image] Jul 14 21:40:46.585 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
111062026-07-14T21:40:47.537Z[ host-image] Jul 14 21:40:46.654 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111072026-07-14T21:40:47.541Z[ host-image] Jul 14 21:40:46.658 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`
111082026-07-14T21:40:47.747Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111092026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111102026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111112026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111122026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111132026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111142026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111152026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111162026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111172026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111182026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111192026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111202026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111212026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111222026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111232026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111242026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111252026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111262026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111272026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111282026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111292026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111302026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111312026-07-14T21:40:47.751Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111322026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111332026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111342026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111352026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111362026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111372026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111382026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111392026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111402026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111412026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111422026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111432026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111442026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111452026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111462026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111472026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111482026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111492026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111502026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111512026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111522026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111532026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111542026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111552026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111562026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111572026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111582026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111592026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111602026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111612026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO O| Info: ABL version: 0x100af010
111622026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111632026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111642026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111652026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111662026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111672026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111682026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111692026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111702026-07-14T21:40:47.752Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111712026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111722026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111732026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111742026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111752026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111762026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111772026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111782026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111792026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111802026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111812026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111822026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111832026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111842026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111852026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111862026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111872026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111882026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111892026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111902026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111912026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111922026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111932026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111942026-07-14T21:40:47.753Z[ host-image] Jul 14 21:40:46.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111952026-07-14T21:40:47.782Z[ host-image] Jul 14 21:40:46.899 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111962026-07-14T21:40:57.496Z[ host-image] Jul 14 21:40:56.613 INFO image complete! materials are in "/work/os-host"
111972026-07-14T21:40:57.499Z[ host-image]
111982026-07-14T21:40:57.499Z[ host-image] real 5:00.227814309
111992026-07-14T21:40:57.499Z[ host-image] user 2:28.033972161
112002026-07-14T21:40:57.499Z[ host-image] sys 31.882703153
112012026-07-14T21:40:57.499Z[ host-image] trap 0.056533939
112022026-07-14T21:40:57.500Z[ host-image] tflt 0.266157981
112032026-07-14T21:40:57.500Z[ host-image] dflt 0.200243238
112042026-07-14T21:40:57.500Z[ host-image] kflt 0.000032423
112052026-07-14T21:40:57.503Z[ host-image] lock 5:58.615005269
112062026-07-14T21:40:57.503Z[ host-image] slp 28:32.313553890
112072026-07-14T21:40:57.503Z[ host-image] lat 20.638745293
112082026-07-14T21:40:57.503Z[ host-image] stop 1.592454130
112092026-07-14T21:40:57.503ZJul 14 21:40:56.617 INFO [host-image] process exited with exit status: 0 (300.233185889s)
112102026-07-14T21:40:57.503ZJul 14 21:40:56.617 INFO [tuf-v2-host] running task
112112026-07-14T21:40:57.503ZJul 14 21:40:56.617 INFO [tuf-repo] running task
112122026-07-14T21:40:57.503ZJul 14 21:40:56.617 INFO [tuf-v2-host] task succeeded (591.64µs)
112132026-07-14T21:40:57.503ZJul 14 21:40:56.617 INFO [tuf-v2-repo] running task
112142026-07-14T21:41:17.029ZJul 14 21:41:16.145 INFO assembling repository in `/tmp/tufaceousXazmat`, component: OmicronRepoAssembler
112152026-07-14T21:41:17.461ZJul 14 21:41:16.577 INFO [tuf-v2-repo] task succeeded (19.95989868s)
112162026-07-14T21:41:24.892ZJul 14 21:41:24.006 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112172026-07-14T21:41:25.100ZJul 14 21:41:24.216 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112182026-07-14T21:41:27.465ZJul 14 21:41:26.258 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112192026-07-14T21:41:27.466ZJul 14 21:41:26.316 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112202026-07-14T21:41:27.466ZJul 14 21:41:26.365 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112212026-07-14T21:41:27.466ZJul 14 21:41:26.412 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112222026-07-14T21:41:27.466ZJul 14 21:41:26.461 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112232026-07-14T21:41:27.466ZJul 14 21:41:26.508 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112242026-07-14T21:41:27.466ZJul 14 21:41:26.554 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112252026-07-14T21:41:37.022ZJul 14 21:41:36.138 INFO skipping duplicate RoT image, skipped_inner_file: archive-a.zip, skipped_target: psc_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112262026-07-14T21:41:37.033ZJul 14 21:41:36.145 INFO skipping duplicate RoT image, skipped_inner_file: archive-b.zip, skipped_target: psc_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112272026-07-14T21:41:37.053ZJul 14 21:41:36.168 INFO skipping duplicate RoT bootloader image, skipped: psc_rot_bootloader-psc_rot_bootloader-bart-1.4.1.tar.gz, existing: gimlet_rot_bootloader-gimlet_rot_bootloader-bart-1.4.1.tar.gz
112282026-07-14T21:41:37.105ZJul 14 21:41:36.221 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112292026-07-14T21:41:37.157ZJul 14 21:41:36.274 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112302026-07-14T21:41:37.220ZJul 14 21:41:36.336 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112312026-07-14T21:41:37.282ZJul 14 21:41:36.398 INFO skipping duplicate RoT image, skipped_inner_file: archive-a.zip, skipped_target: switch_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112322026-07-14T21:41:37.291ZJul 14 21:41:36.404 INFO skipping duplicate RoT image, skipped_inner_file: archive-b.zip, skipped_target: switch_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112332026-07-14T21:41:37.311ZJul 14 21:41:36.427 INFO skipping duplicate RoT bootloader image, skipped: switch_rot_bootloader-switch_rot_bootloader-bart-1.4.1.tar.gz, existing: gimlet_rot_bootloader-gimlet_rot_bootloader-bart-1.4.1.tar.gz
112342026-07-14T21:41:38.594ZJul 14 21:41:37.710 INFO extracting uploaded archive to /tmp/.tmpVQWxFw
112352026-07-14T21:41:40.524ZJul 14 21:41:39.639 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.FdMdwL
112362026-07-14T21:41:40.578ZJul 14 21:41:39.694 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
112372026-07-14T21:41:40.665ZJul 14 21:41:39.781 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
112382026-07-14T21:41:40.747ZJul 14 21:41:39.862 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
112392026-07-14T21:41:40.815ZJul 14 21:41:39.931 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
112402026-07-14T21:41:40.886ZJul 14 21:41:40.002 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
112412026-07-14T21:41:40.955ZJul 14 21:41:40.071 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
112422026-07-14T21:41:41.035ZJul 14 21:41:40.151 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
112432026-07-14T21:41:41.122ZJul 14 21:41:40.237 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112442026-07-14T21:41:41.122ZJul 14 21:41:40.237 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112452026-07-14T21:41:41.169ZJul 14 21:41:40.285 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112462026-07-14T21:41:41.169ZJul 14 21:41:40.285 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112472026-07-14T21:41:41.219ZJul 14 21:41:40.334 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112482026-07-14T21:41:41.219ZJul 14 21:41:40.334 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112492026-07-14T21:41:41.268ZJul 14 21:41:40.383 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112502026-07-14T21:41:41.268ZJul 14 21:41:40.383 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112512026-07-14T21:41:41.316ZJul 14 21:41:40.432 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112522026-07-14T21:41:41.316ZJul 14 21:41:40.432 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112532026-07-14T21:41:41.362ZJul 14 21:41:40.478 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112542026-07-14T21:41:41.367ZJul 14 21:41:40.478 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112552026-07-14T21:41:41.407ZJul 14 21:41:40.523 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112562026-07-14T21:41:41.407ZJul 14 21:41:40.523 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112572026-07-14T21:41:41.411ZJul 14 21:41:40.524 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112582026-07-14T21:41:41.411ZJul 14 21:41:40.524 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112592026-07-14T21:41:41.411ZJul 14 21:41:40.525 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112602026-07-14T21:41:41.411ZJul 14 21:41:40.526 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112612026-07-14T21:41:41.411ZJul 14 21:41:40.526 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112622026-07-14T21:41:46.772ZJul 14 21:41:45.888 INFO added artifact, length: 33554432, hash: 146ef8130fcf53e29a830e3ca9a2afc6fb797e985818461c078620e330f30750, version: 22.0.0-0.ci+git344c5b62ee1, kind: gimlet_host_phase_1, name: host
112632026-07-14T21:41:46.772ZJul 14 21:41:45.888 INFO added artifact, length: 33554432, hash: 0fcd416ee1cf3b5416441d47251def482d4cc451303ebf932c4c7e7ca40ee34a, version: 22.0.0-0.ci+git344c5b62ee1, kind: cosmo_host_phase_1, name: host
112642026-07-14T21:41:46.772ZJul 14 21:41:45.888 INFO added artifact, length: 1101008896, hash: 0beccda9b0a1f5ad4fa97bdf59dacb57e5905eb70253c856f7d5fb51b297e5ea, version: 22.0.0-0.ci+git344c5b62ee1, kind: host_phase_2, name: host
112652026-07-14T21:41:47.717ZJul 14 21:41:46.833 INFO added artifact, length: 33554432, hash: 4ee9ff6a6bb1319ba05dd7ac3144ac933ff800c3c0b7e3b585153b47318c922c, version: 22.0.0-0.ci+git344c5b62ee1, kind: gimlet_trampoline_phase_1, name: trampoline
112662026-07-14T21:41:47.717ZJul 14 21:41:46.833 INFO added artifact, length: 33554432, hash: b56c4ffead2f38c654713c37ea437d30d8dc530505de0c115229dda861903286, version: 22.0.0-0.ci+git344c5b62ee1, kind: cosmo_trampoline_phase_1, name: trampoline
112672026-07-14T21:41:47.717ZJul 14 21:41:46.833 INFO added artifact, length: 167191689, hash: b4cf5516067044499e2edd3dcfbfa8657b7ce17c830a2c6b1d8723e8abc5d6ec, version: 22.0.0-0.ci+git344c5b62ee1, kind: trampoline_phase_2, name: trampoline
112682026-07-14T21:41:49.479ZJul 14 21:41:48.595 INFO added artifact, length: 304331002, hash: fab23008d17ca579683f1dc4485b1d2ffbfbb78e106b215c63990e60669208f3, version: 22.0.0-0.ci+git344c5b62ee1, kind: zone, name: clickhouse_keeper
112692026-07-14T21:41:51.248ZJul 14 21:41:50.364 INFO added artifact, length: 318183477, hash: 4f3160b358ded43ad9e447e88c4329b81c9727f8b85ad94288cf29b1cd20820f, version: 22.0.0-0.ci+git344c5b62ee1, kind: zone, name: clickhouse_server
112702026-07-14T21:41:53.061ZJul 14 21:41:52.177 INFO added artifact, length: 318186231, hash: e305dfecf3d07b5eb2dc4b97ee7b1f68a2de9eb925dff6fe9b09ec67ea8414e9, version: 22.0.0-0.ci+git344c5b62ee1, kind: zone, name: clickhouse
112712026-07-14T21:41:53.986ZJul 14 21:41:53.102 INFO added artifact, length: 165606273, hash: 9d877533e323342f34c9544e693b93ac5e30ec0c4341cca2e749533df5a6c830, version: 22.0.0-0.ci+git344c5b62ee1, kind: zone, name: cockroachdb
112722026-07-14T21:41:54.221ZJul 14 21:41:53.338 INFO added artifact, length: 40045811, hash: fac9b9168637e7e1cc74cb6375ece1beb4d84cd98154b6092b8c575bc3c41259, version: 22.0.0-0.ci+git344c5b62ee1, kind: zone, name: crucible-pantry-zone
112732026-07-14T21:41:54.535ZJul 14 21:41:53.651 INFO added artifact, length: 55093985, hash: db6c7afa1add086e2621db851639acd4b98b3d8b9a0216c71aa36665cdaf3800, version: 22.0.0-0.ci+git344c5b62ee1, kind: zone, name: crucible-zone
112742026-07-14T21:41:54.798ZJul 14 21:41:53.915 INFO added artifact, length: 47821810, hash: c1da1698d5c377afce0840cc176559fdcb136555e9d33638de8ecdc1b0833439, version: 22.0.0-0.ci+git344c5b62ee1, kind: zone, name: external-dns
112752026-07-14T21:41:55.059ZJul 14 21:41:54.175 INFO added artifact, length: 47821409, hash: ddcd4fb687d90ac32a9837bd5e848a5880c9edfe0dc0d74b391279e21e5a5714, version: 22.0.0-0.ci+git344c5b62ee1, kind: zone, name: internal-dns
112762026-07-14T21:41:56.700ZJul 14 21:41:55.816 INFO added artifact, length: 280830954, hash: ee369ee3a2d1a1e6175342ccd0ddccf7cc8002447471d800cfb29020aec85702, version: 22.0.0-0.ci+git344c5b62ee1, kind: zone, name: nexus
112772026-07-14T21:41:56.855ZJul 14 21:41:55.970 INFO added artifact, length: 30621828, hash: 6394c2b8db518d7fc01f777c547d44e9b0493579287392f8697b6bf7737cdad6, version: 22.0.0-0.ci+git344c5b62ee1, kind: zone, name: ntp
112782026-07-14T21:41:57.217ZJul 14 21:41:56.333 INFO added artifact, length: 62131157, hash: deb73976c590223ae6b4e33de74da0d7760b04e4e38c32cc73d4fd000f55fd7b, version: 22.0.0-0.ci+git344c5b62ee1, kind: zone, name: oximeter
112792026-07-14T21:41:57.236ZJul 14 21:41:56.352 INFO added artifact, length: 3109592, hash: 4b12319da9c2c95fc0686f2bb715eab2c63ad46cada99df09c35892e558da059, version: 22.0.0-0.ci+git344c5b62ee1, kind: zone, name: probe
112802026-07-14T21:41:57.239ZJul 14 21:41:56.352 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112812026-07-14T21:41:57.239ZJul 14 21:41:56.352 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
112822026-07-14T21:41:57.239ZJul 14 21:41:56.352 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112832026-07-14T21:41:57.267ZJul 14 21:41:56.383 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
112842026-07-14T21:41:57.300ZJul 14 21:41:56.415 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
112852026-07-14T21:41:57.335ZJul 14 21:41:56.451 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
112862026-07-14T21:41:57.384ZJul 14 21:41:56.496 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112872026-07-14T21:41:57.384ZJul 14 21:41:56.496 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112882026-07-14T21:41:57.430ZJul 14 21:41:56.546 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112892026-07-14T21:41:57.430ZJul 14 21:41:56.546 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112902026-07-14T21:41:57.477ZJul 14 21:41:56.593 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112912026-07-14T21:41:57.481ZJul 14 21:41:56.593 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112922026-07-14T21:41:57.525ZJul 14 21:41:56.641 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112932026-07-14T21:41:57.525ZJul 14 21:41:56.641 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112942026-07-14T21:41:57.529ZJul 14 21:41:56.642 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112952026-07-14T21:41:57.529ZJul 14 21:41:56.642 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112962026-07-14T21:41:57.529ZJul 14 21:41:56.643 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112972026-07-14T21:41:57.574ZJul 14 21:41:56.690 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
112982026-07-14T21:41:57.662ZJul 14 21:41:56.778 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
112992026-07-14T21:41:57.753ZJul 14 21:41:56.869 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
113002026-07-14T21:41:57.851ZJul 14 21:41:56.967 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113012026-07-14T21:41:57.851ZJul 14 21:41:56.967 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113022026-07-14T21:41:57.899ZJul 14 21:41:57.015 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113032026-07-14T21:41:57.900ZJul 14 21:41:57.015 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113042026-07-14T21:41:57.947ZJul 14 21:41:57.063 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113052026-07-14T21:41:57.952ZJul 14 21:41:57.063 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113062026-07-14T21:41:57.987ZJul 14 21:41:57.103 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113072026-07-14T21:41:57.987ZJul 14 21:41:57.103 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113082026-07-14T21:41:57.991ZJul 14 21:41:57.104 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113092026-07-14T21:41:57.991ZJul 14 21:41:57.104 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113102026-07-14T21:41:57.991ZJul 14 21:41:57.105 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113112026-07-14T21:41:57.991ZJul 14 21:41:57.105 INFO added artifact, length: 924, hash: 2c02c4d1caf23f7a313665b5466fd7b814083d72b5241d822a1b8bf6f7653868, version: 22.0.0-0.ci+git344c5b62ee1, kind: installinator_document, name: installinator_document
113122026-07-14T21:41:58.411ZJul 14 21:41:57.527 INFO extracting uploaded archive to /tmp/.tmp1cYulv
113132026-07-14T21:42:00.233ZJul 14 21:41:59.350 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.sla2rF
113142026-07-14T21:42:00.285ZJul 14 21:41:59.401 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
113152026-07-14T21:42:00.375ZJul 14 21:41:59.491 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
113162026-07-14T21:42:00.449ZJul 14 21:41:59.565 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
113172026-07-14T21:42:00.528ZJul 14 21:41:59.644 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
113182026-07-14T21:42:00.599ZJul 14 21:41:59.715 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
113192026-07-14T21:42:00.676ZJul 14 21:41:59.792 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
113202026-07-14T21:42:00.753ZJul 14 21:41:59.869 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
113212026-07-14T21:42:00.834ZJul 14 21:41:59.950 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
113222026-07-14T21:42:00.834ZJul 14 21:41:59.950 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
113232026-07-14T21:42:00.883ZJul 14 21:41:59.999 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
113242026-07-14T21:42:00.886ZJul 14 21:41:59.999 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
113252026-07-14T21:42:00.935ZJul 14 21:42:00.051 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
113262026-07-14T21:42:00.938ZJul 14 21:42:00.051 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
113272026-07-14T21:42:00.985ZJul 14 21:42:00.101 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
113282026-07-14T21:42:00.985ZJul 14 21:42:00.101 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
113292026-07-14T21:42:01.034ZJul 14 21:42:00.150 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
113302026-07-14T21:42:01.034ZJul 14 21:42:00.150 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
113312026-07-14T21:42:01.079ZJul 14 21:42:00.195 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
113322026-07-14T21:42:01.082ZJul 14 21:42:00.195 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
113332026-07-14T21:42:01.124ZJul 14 21:42:00.240 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
113342026-07-14T21:42:01.124ZJul 14 21:42:00.240 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
113352026-07-14T21:42:01.127ZJul 14 21:42:00.240 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
113362026-07-14T21:42:01.127ZJul 14 21:42:00.241 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
113372026-07-14T21:42:01.127ZJul 14 21:42:00.241 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
113382026-07-14T21:42:01.127ZJul 14 21:42:00.242 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
113392026-07-14T21:42:01.127ZJul 14 21:42:00.242 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
113402026-07-14T21:42:06.296ZJul 14 21:42:05.412 INFO added artifact, length: 33554432, hash: 146ef8130fcf53e29a830e3ca9a2afc6fb797e985818461c078620e330f30750, version: 22.0.0-0.ci+git344c5b62ee1, kind: gimlet_host_phase_1, name: host
113412026-07-14T21:42:06.296ZJul 14 21:42:05.412 INFO added artifact, length: 33554432, hash: 0fcd416ee1cf3b5416441d47251def482d4cc451303ebf932c4c7e7ca40ee34a, version: 22.0.0-0.ci+git344c5b62ee1, kind: cosmo_host_phase_1, name: host
113422026-07-14T21:42:06.299ZJul 14 21:42:05.412 INFO added artifact, length: 1101008896, hash: 0beccda9b0a1f5ad4fa97bdf59dacb57e5905eb70253c856f7d5fb51b297e5ea, version: 22.0.0-0.ci+git344c5b62ee1, kind: host_phase_2, name: host
113432026-07-14T21:42:07.304ZJul 14 21:42:06.420 INFO added artifact, length: 33554432, hash: 4ee9ff6a6bb1319ba05dd7ac3144ac933ff800c3c0b7e3b585153b47318c922c, version: 22.0.0-0.ci+git344c5b62ee1, kind: gimlet_trampoline_phase_1, name: trampoline
113442026-07-14T21:42:07.305ZJul 14 21:42:06.420 INFO added artifact, length: 33554432, hash: b56c4ffead2f38c654713c37ea437d30d8dc530505de0c115229dda861903286, version: 22.0.0-0.ci+git344c5b62ee1, kind: cosmo_trampoline_phase_1, name: trampoline
113452026-07-14T21:42:07.308ZJul 14 21:42:06.420 INFO added artifact, length: 167191689, hash: b4cf5516067044499e2edd3dcfbfa8657b7ce17c830a2c6b1d8723e8abc5d6ec, version: 22.0.0-0.ci+git344c5b62ee1, kind: trampoline_phase_2, name: trampoline
113462026-07-14T21:42:12.185ZJul 14 21:42:11.301 INFO added artifact, length: 1732184187, hash: 4ada9de3a644716703c6fdbbe2f008e07cbc55347ce638c03b597b187451144a, version: 22.0.0-0.ci+git344c5b62ee1, kind: control_plane, name: control-plane
113472026-07-14T21:42:12.188ZJul 14 21:42:11.301 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
113482026-07-14T21:42:12.188ZJul 14 21:42:11.301 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
113492026-07-14T21:42:12.188ZJul 14 21:42:11.301 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
113502026-07-14T21:42:12.209ZJul 14 21:42:11.326 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
113512026-07-14T21:42:12.235ZJul 14 21:42:11.351 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
113522026-07-14T21:42:12.259ZJul 14 21:42:11.375 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
113532026-07-14T21:42:12.296ZJul 14 21:42:11.412 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113542026-07-14T21:42:12.296ZJul 14 21:42:11.412 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113552026-07-14T21:42:12.334ZJul 14 21:42:11.450 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113562026-07-14T21:42:12.334ZJul 14 21:42:11.450 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113572026-07-14T21:42:12.372ZJul 14 21:42:11.488 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113582026-07-14T21:42:12.375ZJul 14 21:42:11.488 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113592026-07-14T21:42:12.409ZJul 14 21:42:11.525 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113602026-07-14T21:42:12.409ZJul 14 21:42:11.525 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113612026-07-14T21:42:12.412ZJul 14 21:42:11.525 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113622026-07-14T21:42:12.412ZJul 14 21:42:11.526 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113632026-07-14T21:42:12.413ZJul 14 21:42:11.526 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113642026-07-14T21:42:12.450ZJul 14 21:42:11.566 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
113652026-07-14T21:42:12.527ZJul 14 21:42:11.642 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
113662026-07-14T21:42:12.603ZJul 14 21:42:11.718 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
113672026-07-14T21:42:12.675ZJul 14 21:42:11.791 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113682026-07-14T21:42:12.675ZJul 14 21:42:11.791 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113692026-07-14T21:42:12.723ZJul 14 21:42:11.839 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113702026-07-14T21:42:12.723ZJul 14 21:42:11.839 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113712026-07-14T21:42:12.778ZJul 14 21:42:11.893 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113722026-07-14T21:42:12.778ZJul 14 21:42:11.893 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113732026-07-14T21:42:12.825ZJul 14 21:42:11.941 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113742026-07-14T21:42:12.825ZJul 14 21:42:11.941 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113752026-07-14T21:42:12.829ZJul 14 21:42:11.942 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113762026-07-14T21:42:12.829ZJul 14 21:42:11.943 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113772026-07-14T21:42:12.829ZJul 14 21:42:11.943 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113782026-07-14T21:42:12.829ZJul 14 21:42:11.943 INFO added artifact, length: 924, hash: 2c02c4d1caf23f7a313665b5466fd7b814083d72b5241d822a1b8bf6f7653868, version: 22.0.0-0.ci+git344c5b62ee1, kind: installinator_document, name: installinator_document
113792026-07-14T21:42:14.027ZJul 14 21:42:13.143 INFO [tuf-repo] task succeeded (76.526358787s)
113802026-07-14T21:42:57.203Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 27s
113812026-07-14T21:42:58.945ZJul 14 21:42:58.061 INFO [verify-libraries] process exited with exit status: 0 (393.561134313s)
113822026-07-14T21:42:58.946ZJul 14 21:42:58.061 INFO all jobs completed in 1112.532364145s
113832026-07-14T21:42:59.969Zprocess exited: duration 1320944 ms, exit code 0
 
113842026-07-14T21:42:59.983Zfound 41 output files
113852026-07-14T21:42:59.983Zuploading: /work/manifest.toml (17334 bytes)
113862026-07-14T21:43:00.998Zuploaded: /work/manifest.toml
113872026-07-14T21:43:00.998Zuploading: /work/repo.zip (3049516700 bytes)
113882026-07-14T21:43:37.553Zuploaded: /work/repo.zip
113892026-07-14T21:43:37.553Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113902026-07-14T21:43:38.565Zuploaded: /work/repo.zip.sha256.txt
113912026-07-14T21:43:38.565Zuploading: /work/helios.json (647 bytes)
113922026-07-14T21:43:39.576Zuploaded: /work/helios.json
113932026-07-14T21:43:39.576Zuploading: /work/incorporation.p5m (113423 bytes)
113942026-07-14T21:43:40.590Zuploaded: /work/incorporation.p5m
113952026-07-14T21:43:40.590Zuploading: /work/incorporation.p5p (133120 bytes)
113962026-07-14T21:43:41.604Zuploaded: /work/incorporation.p5p
113972026-07-14T21:43:41.604Zuploading: /work/helios-incorp.log (522 bytes)
113982026-07-14T21:43:42.613Zuploaded: /work/helios-incorp.log
113992026-07-14T21:43:42.613Zuploading: /work/helios-setup.log (57094 bytes)
114002026-07-14T21:43:43.626Zuploaded: /work/helios-setup.log
114012026-07-14T21:43:43.626Zuploading: /work/host-image.log (235086 bytes)
114022026-07-14T21:43:44.641Zuploaded: /work/host-image.log
114032026-07-14T21:43:44.641Zuploading: /work/host-package.log (32993 bytes)
114042026-07-14T21:43:45.651Zuploaded: /work/host-package.log
114052026-07-14T21:43:45.652Zuploading: /work/host-target.log (101 bytes)
114062026-07-14T21:43:46.661Zuploaded: /work/host-target.log
114072026-07-14T21:43:46.662Zuploading: /work/incorp-create.log (0 bytes)
114082026-07-14T21:43:47.670Zuploaded: /work/incorp-create.log
114092026-07-14T21:43:47.670Zuploading: /work/incorp-fmt.log (0 bytes)
114102026-07-14T21:43:48.677Zuploaded: /work/incorp-fmt.log
114112026-07-14T21:43:48.677Zuploading: /work/incorp-pkgsend.log (108 bytes)
114122026-07-14T21:43:49.685Zuploaded: /work/incorp-pkgsend.log
114132026-07-14T21:43:49.685Zuploading: /work/incorp-publisher.log (0 bytes)
114142026-07-14T21:43:50.692Zuploaded: /work/incorp-publisher.log
114152026-07-14T21:43:50.692Zuploading: /work/omicron-package.log (7957 bytes)
114162026-07-14T21:43:51.704Zuploaded: /work/omicron-package.log
114172026-07-14T21:43:51.704Zuploading: /work/recovery-image.log (593356 bytes)
114182026-07-14T21:43:52.723Zuploaded: /work/recovery-image.log
114192026-07-14T21:43:52.723Zuploading: /work/recovery-package.log (2545 bytes)
114202026-07-14T21:43:53.733Zuploaded: /work/recovery-package.log
114212026-07-14T21:43:53.733Zuploading: /work/recovery-target.log (98 bytes)
114222026-07-14T21:43:54.743Zuploaded: /work/recovery-target.log
114232026-07-14T21:43:54.743Zuploading: /work/stamp-clickhouse.log (117 bytes)
114242026-07-14T21:43:55.753Zuploaded: /work/stamp-clickhouse.log
114252026-07-14T21:43:55.753Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
114262026-07-14T21:43:56.761Zuploaded: /work/stamp-clickhouse_keeper.log
114272026-07-14T21:43:56.761Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
114282026-07-14T21:43:57.772Zuploaded: /work/stamp-clickhouse_server.log
114292026-07-14T21:43:57.772Zuploading: /work/stamp-cockroachdb.log (118 bytes)
114302026-07-14T21:43:58.782Zuploaded: /work/stamp-cockroachdb.log
114312026-07-14T21:43:58.782Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
114322026-07-14T21:43:59.791Zuploaded: /work/stamp-crucible-pantry-zone.log
114332026-07-14T21:43:59.791Zuploading: /work/stamp-crucible-utils.log (118 bytes)
114342026-07-14T21:44:00.802Zuploaded: /work/stamp-crucible-utils.log
114352026-07-14T21:44:00.802Zuploading: /work/stamp-crucible-zone.log (120 bytes)
114362026-07-14T21:44:01.812Zuploaded: /work/stamp-crucible-zone.log
114372026-07-14T21:44:01.812Zuploading: /work/stamp-external-dns.log (119 bytes)
114382026-07-14T21:44:02.822Zuploaded: /work/stamp-external-dns.log
114392026-07-14T21:44:02.822Zuploading: /work/stamp-installinator.log (103 bytes)
114402026-07-14T21:44:03.833Zuploaded: /work/stamp-installinator.log
114412026-07-14T21:44:03.833Zuploading: /work/stamp-internal-dns.log (119 bytes)
114422026-07-14T21:44:04.843Zuploaded: /work/stamp-internal-dns.log
114432026-07-14T21:44:04.843Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
114442026-07-14T21:44:05.855Zuploaded: /work/stamp-mg-ddm-gz.log
114452026-07-14T21:44:05.855Zuploading: /work/stamp-nexus.log (112 bytes)
114462026-07-14T21:44:06.864Zuploaded: /work/stamp-nexus.log
114472026-07-14T21:44:06.864Zuploading: /work/stamp-ntp.log (110 bytes)
114482026-07-14T21:44:07.873Zuploaded: /work/stamp-ntp.log
114492026-07-14T21:44:07.873Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114502026-07-14T21:44:08.883Zuploaded: /work/stamp-omicron-sled-agent.log
114512026-07-14T21:44:08.883Zuploading: /work/stamp-overlay.log (114 bytes)
114522026-07-14T21:44:09.892Zuploaded: /work/stamp-overlay.log
114532026-07-14T21:44:09.892Zuploading: /work/stamp-oximeter.log (115 bytes)
114542026-07-14T21:44:10.902Zuploaded: /work/stamp-oximeter.log
114552026-07-14T21:44:10.902Zuploading: /work/stamp-oxlog.log (109 bytes)
114562026-07-14T21:44:11.910Zuploaded: /work/stamp-oxlog.log
114572026-07-14T21:44:11.910Zuploading: /work/stamp-probe.log (112 bytes)
114582026-07-14T21:44:12.921Zuploaded: /work/stamp-probe.log
114592026-07-14T21:44:12.921Zuploading: /work/stamp-propolis-server.log (122 bytes)
114602026-07-14T21:44:13.930Zuploaded: /work/stamp-propolis-server.log
114612026-07-14T21:44:13.930Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114622026-07-14T21:44:14.939Zuploaded: /work/stamp-pumpkind-gz.log
114632026-07-14T21:44:14.939Zuploading: /work/stamp-switch-asic.log (118 bytes)
114642026-07-14T21:44:15.949Zuploaded: /work/stamp-switch-asic.log
114652026-07-14T21:44:15.949Zuploading: /work/verify-libraries.log (51043 bytes)
114662026-07-14T21:44:16.961Zuploaded: /work/verify-libraries.log